@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@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");

input[type="file"]::-webkit-file-upload-button {
  cursor: pointer;
}

input[type="file"]::-moz-file-upload-button {
  cursor: pointer;
}

input[type="file"]::-ms-file-upload-button {
  cursor: pointer;
}

input[type="file"]::-o-file-upload-button {
  cursor: pointer;
}

input[type="file"] {
  cursor: pointer;
}

html body {
  font-family: "Poppins", sans-serif;
  margin: 0;
}

*::-moz-selection {
  color: #fff;
  background: #000;
}

*::-webkit-selection {
  color: #fff;
  background: #000;
}

*::-webkit-input-placeholder {
  color: #333333;
  opacity: 1;
}

*:-moz-placeholder {
  color: #333333;
  opacity: 1;
}

*::-moz-placeholder {
  color: #333333;
  opacity: 1;
}

*:-ms-input-placeholder {
  color: #333333;
  opacity: 1;
}

a,
div a:hover,
div a:active,
div a:focus,
button {
  text-decoration: none;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

a,
span,
div a:hover,
div a:active,
button {
  text-decoration: none;
}

a:hover {
  cursor: pointer !important;
}

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

body ul {
  margin: 0;
  padding: 0;
}

a {
  outline: none;
  color: #555;
}

a:hover {
  color: #000;
}

body .clearfix,
body .clear {
  clear: both;
  line-height: 100%;
}

body .clearfix {
  height: auto;
}

* {
  outline: none !important;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clr:after,
ul:after,
.clearfix:after,
li:after,
.grve-container:after {
  clear: both;
  display: block;
  content: "";
}

div input,
div select,
div textarea,
div button,
a,
button,
ul,
ul li,
ol,
li {
  font-family: "Poppins", sans-serif;
  list-style: none;
}

body,
body p {
  font-family: "Poppins", sans-serif;
  font-size: 100%;
  color: #000;
  line-height: 100%;
  font-style: normal;
  font-weight: normal;
  margin: 0;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-family: "Montserrat", sans-serif;
  line-height: 120%;
  color: #333;
  font-weight: bold;
  margin: 0 0 15px;
}

body h1 {
  font-size: 24px;
}

body h2 {
  font-size: 22px;
}

body h3 {
  font-size: 18px;
}

body h4 {
  font-size: 16px;
}

body h5 {
  font-size: 12px;
}

body h6 {
  font-size: 10px;
}

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

input {
  background: none;
  border: 0 none;
  outline: none;
}

table {
  border: 0 none;
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: border-box;
}

td {
  vertical-align: top;
}

img {
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  display: block;
}

a {
  outline: none;
  cursor: pointer;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  clear: both;
}

.text_right {
  text-align: right;
}

.text_left {
  text-align: left;
}

.text_center {
  text-align: center;
}

.text_justify {
  text-align: justify;
}

.clearfix {
  clear: both;
  display: block;
  font-size: inherit;
  height: 0;
  line-height: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

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

.margin-left {
  margin-left: 30px;
}

.margin-right {
  margin-right: 30px;
}

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

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

.padding-left {
  padding-left: 20px;
}

.padding-right {
  padding-right: 20px;
}

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

/* For desktop: */
.row {
  margin-left: -15px;
  margin-right: -15px;
}

.row::after,
.row::before {
  clear: both;
  content: "";
  display: table;
}

.colamu-1,
.colamu-2,
.colamu-3,
.colamu-4,
.colamu-5,
.colamu-6,
.colamu-7,
.colamu-8,
.colamu-9,
.colamu-10,
.colamu-11,
.colamu-12 {
  float: left;
  position: relative;
}

.colamu-1 {
  width: 8.33%;
}

.colamu-2 {
  width: 16.66%;
}

.colamu-3 {
  width: 25%;
}

.colamu-4 {
  width: 33.33%;
}

.colamu-5 {
  width: 41.66%;
}

.colamu-6 {
  width: 50%;
}

.colamu-7 {
  width: 58.33%;
}

.colamu-8 {
  width: 66.66%;
}

.colamu-9 {
  width: 75%;
}

.colamu-10 {
  width: 83.33%;
}

.colamu-11 {
  width: 91.66%;
}

.colamu-12 {
  width: 100%;
}

.box-center {
  clear: both;
  display: table;
  float: none;
  margin: 0 auto;
}

.border-radius-4 {
  border-radius: 4px;
}

.border-circle {
  border-radius: 50%;
}

.border-solid {
  border: 1px solid #000;
}

.border-dotted {
  border: 1px dotted #000;
}

.border-dashed {
  border: 1px dashed #000;
}

/*fixed-menu*/
header#header {
  background: #ffffff;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}

header#header.fixed {
  box-shadow: 0 0 4px #404040;
}

.intro-container {
  display: none;
}

#menu-header-menu {
  display: flex;
  border: none;
}

#menu-footer-menu {
  color: #fff;
}

header.site-header .got-project-sec a {
  text-decoration: none;
}

.testimonial-swiper {
  padding: 2rem;
  background-color: #f8f9fc;
}

.testimonial-card {
  background: white;
  border-radius: 12px;
  padding: 1.5rem;
  height: 100%;
}

.testimonial-card p {
  font-size: 15px;
  color: #333;
  margin-bottom: 1rem;
}

.testimonial-card strong {
  display: block;
  font-weight: 600;
  margin-bottom: 0.3rem;
}

.stars {
  color: #f7b500;
}

.swiper-pagination-bullet {
  background: #b06211;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #b06211;
}

.blog-swiper-wrapper {
  position: relative;
  padding: 2rem 3rem;
}

.blog-swiper-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  pointer-events: none;
}

.blog-swiper-nav .swiper-button-prev,
.blog-swiper-nav .swiper-button-next {
  width: 40px;
  height: 40px;
  background: #fff;
  color: #b06211;
  border-radius: 50%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  pointer-events: all;
  display: flex;
  align-items: center;
  justify-content: center;
}

button,
.button {
  padding: 18px 67px 18px 34px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 19px;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: center;
  text-transform: uppercase;
}

button::before,
.button::before {
  position: absolute;
  content: "";
  background-image: url(../images/icons.png);
  width: 22px;
  height: 22px;
  background-position: -9px -66px;
  z-index: 111;
  right: 28px;
  top: 14px;
  filter: brightness(0) saturate(100%) invert(99%) sepia(50%) saturate(316%) hue-rotate(310deg) brightness(119%) contrast(99%);
}

button:hover,
.button:hover {
  background-color: #000 !important;
  border-color: #000 !important;
}

header.site-header .top-h-inner-one,
header.site-header .top-h-inner-two,
header.site-header .top-h-inner-one .contact-info span {
  position: relative;
}

header.site-header .top-h-inner-one .contact-info span a {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 100%;
  letter-spacing: 0%;
}

header.site-header .top-h-inner-one {
  padding: 8px 78px 8px 90px;
  margin: 0px;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column-reverse;
  transition: all 0.3s;
}

header.site-header .fixed .top-h-inner-one {
  padding-top: 2px;
  padding-bottom: 4px;
  margin: 0px;
}

header.site-header .fl-col.fl-col-has-cols>div>div:nth-child(1)>.fl-col:nth-child(2) {
  width: 100%;
  max-width: 260px;
}

header.site-header .top-h-inner-one .contact-info span {
  padding-left: 54px;
  position: relative;
  height: 42px;
  display: flex;
  align-items: center;
}

header.site-header .top-h-inner-one .contact-info>span::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  background-image: url(../images/icons.png);
  background-position: 0 0;
  top: 0;
  left: 0;
  border: 1px solid #fff;
  border-radius: 50px;
}

header.site-header .top-h-inner-one .contact-info {
  height: 50px !important;
  display: flex;
  align-items: center;
}

header.site-header .top-h-inner-one .contact-info span:last-child {
  margin-right: 0px;
}

header.site-header .top-h-inner-one .contact-info span:not(:last-child) {
  margin-right: 16px;
}

header.site-header .top-h-inner-one .contact-info>span.email::before {
  background-position: 0px -30px;
}

header.site-header .fl-col.fl-col-has-cols>div>div:nth-child(1)>.fl-col {
  clip-path: polygon(0 0, calc(100% - 48px) 0, 100% 100%, 48px 100%);
  width: 100%;
  max-width: max-content;
}

header.site-header .fl-col.fl-col-has-cols>div>div:nth-child(1)>.fl-col:last-child {
  clip-path: polygon(0 0, calc(100% - 0px) 0, 100% 100%, 48px 100%);
  position: relative;
}

header.site-header .fl-col.fl-col-has-cols>div>div:nth-child(1)>.fl-col:nth-child(2) .fl-col-content {
  padding: 0 44px 0 34px;
  display: flex;
  align-items: center;
  justify-content: center;
}

header.site-header .fl-col.fl-col-has-cols>div>div:nth-child(1)>.fl-col:last-child .fl-col-content {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px 0 40px;
}

header.site-header .fl-col.fl-col-has-cols>div>div:nth-child(1) {
  flex-wrap: nowrap;
  position: relative;
}

header.site-header .fl-col.fl-col-has-cols>div>div:nth-child(1)::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  background-color: #b06211;
  top: 0;
  left: 99%;
  z-index: 0;
  display: block;
}

header.site-header .fl-col.fl-col-has-cols>div>div:nth-child(1)>.fl-col:nth-child(1),
header.site-header .fl-col.fl-col-has-cols>div>div:nth-child(1)>.fl-col:nth-child(2) {
  margin-right: -50px;
}

header.site-header .fl-col.fl-col-has-cols>div>div:nth-child(1)>.fl-col .top-h-inner-two {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 19px;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
}

header.site-header .fl-col.fl-col-has-cols>div>div:nth-child(1) .top-h-inner-three .fl-module {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 19px;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
}

header.site-header .top-h-inner-one .contact-info span a:hover,
header.site-header .fl-col.fl-col-has-cols>div>div:nth-child(1)>.fl-col a:hover {
  color: #b06211 !important;
}

header.site-header .top-h-inner-one .contact-info span a:hover *,
header.site-header .fl-col.fl-col-has-cols>div>div:nth-child(1)>.fl-col a:hover * {
  color: inherit !important;
}

.header-section .fl-col-group>.fl-col.fl-node-82vdpqtsozyf,
.header-section .fl-col-group .fl-col-has-cols.main-menu-right {
  width: fit-content !important;
  flex: none;
}

.header-section .fl-col-group {
  justify-content: space-between;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}

body header .header-section.fixed {
  position: fixed;
  top: 0;
  background-color: #fff;
  width: 100%;
  box-shadow: 0px 0px 10px #b9b9b9;
}

.header-section .fl-col-group .fl-col-has-cols.main-menu-right {
  margin-left: 20px;
  max-width: 1242px;
  width: 100% !important;
}

body.home .header-section .fl-col-group>.fl-col.fl-node-82vdpqtsozyf {
  padding-left: 70px;
}

.header-section .fl-col-group>.fl-col.fl-node-82vdpqtsozyf {
  padding-left: 70px;
}

.header-section .fl-col-group .fl-col-has-cols.main-menu-right .main-menu ul#menu-header-menu {
  padding-left: 95px;
}

.header-section .fl-col-group .fl-col-has-cols.main-menu-right .main-menu ul#menu-header-menu li {
  border-top: 0px !important;
}

.header-section .fl-col-group .fl-col-has-cols.main-menu-right .main-menu ul#menu-header-menu li.menu-item-has-children.fl-active span.fl-menu-toggle::after {
  transform: rotate(90deg);
}

.header-section .fl-col-group .fl-col-has-cols.main-menu-right .main-menu ul#menu-header-menu li.menu-item-has-children span.fl-menu-toggle {
  width: auto;
  height: auto;
  margin: 0;
  right: -13px;
}

.header-section .fl-col-group .fl-col-has-cols.main-menu-right .main-menu ul#menu-header-menu li.menu-item-has-children:hover span.fl-menu-toggle {
  rotate: 180deg;
}

.header-section .fl-col-group .fl-col-has-cols.main-menu-right .main-menu ul#menu-header-menu li.menu-item-has-children:hover span.fl-menu-toggle:before,
.header-section .fl-col-group .fl-col-has-cols.main-menu-right .main-menu ul#menu-header-menu li.menu-item-has-children.current_page_item span.fl-menu-toggle:before {
  border-color: #b06211;
}

.header-section .fl-col-group .fl-col-has-cols.main-menu-right .main-menu ul#menu-header-menu li:not(:last-child) {
  margin-right: 90px;
}

.header-section .fl-col-group .fl-col-has-cols.main-menu-right .main-menu ul#menu-header-menu li a {
  padding: 32px 0;
  background: transparent;
  color: #000;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  border-bottom: 3px solid transparent;
  border-top: 0px !important;
  text-transform: capitalize;
  transition: all 0.3s;
}

.header-section.fixed .fl-col-group .fl-col-has-cols.main-menu-right .main-menu ul#menu-header-menu li a {
  padding: 15px 0;
}

.header-section img.fl-photo-img[title="header-logo"] {
  transition: all 0.3s;
}

.header-section.fixed img.fl-photo-img[title="header-logo"] {
  width: 100px;
}

.header-section .fl-col-group .fl-col-has-cols.main-menu-right .main-menu ul#menu-header-menu li a:hover,
.header-section .fl-col-group .fl-col-has-cols.main-menu-right .main-menu ul#menu-header-menu li.current-menu-item a,
.header-section .fl-col-group .fl-col-has-cols.main-menu-right .main-menu ul#menu-header-menu li.current-menu-parent>div>a,
.header-section .fl-col-group .fl-col-has-cols.main-menu-right .main-menu ul#menu-header-menu li.current_page_item>a {
  border-bottom-color: #b06211;
}

.header-section .fl-col-group .fl-col-has-cols.main-menu-right .main-menu ul li.current_page_item div>a,
.header-section .fl-col-group .fl-col-has-cols.main-menu-right .main-menu ul li.current_page_item>a {
  color: #b06211;
}

footer .main-footer>div>div>div>div>div {
  background-color: transparent;
  background-image: url(https://dessconbuilders.webmasterindia.net/wp-content/uploads/2025/06/footer-bg-img.png);
  padding-top: 94px;
  padding-bottom: 8px;
  padding-left: 15px !important;
  padding-right: 15px !important;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 0px -68px;
}

footer .main-footer .fl-col>.fl-col-content>.fl-col-group {
  max-width: 1300px;
  margin: 0 auto;
}

footer .main-footer>div>div>div>div>div>div:last-child .fl-col-content {
  padding-top: 0;
  padding-bottom: 0;
}

footer .main-footer .fl-col>.fl-col-content>.fl-col-group:nth-child(1) {
  padding: 10px 30px;
  width: 100%;
  border: 1px solid #ffffff40;
  height: 100%;
  min-height: 80px;
  align-items: center;
  justify-content: space-between;
}

footer .main-footer .fl-col>.fl-col-content>.fl-col-group:nth-child(1) .here p,
footer .main-footer .fl-col>.fl-col-content>.fl-col-group:nth-child(1) .here p span {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  color: #fff;
}

footer .main-footer .fl-col>.fl-col-content>.fl-col-group:nth-child(1) .here p:not(:first-child) {
  padding-left: 35px;
  font-weight: 400;
  position: relative;
}

footer .main-footer .fl-col>.fl-col-content>.fl-col-group:nth-child(1) .here p:not(:first-child)::before {
  position: absolute;
  content: "";
  background-image: url(../images/icons.png);
  width: 22px;
  height: 22px;
  background-position: -9px -289px;
  z-index: 111;
  left: 1px;
  top: -4px;
}

footer .main-footer .fl-col>.fl-col-content>.fl-col-group:nth-child(1) .here p:first-child {
  margin-right: 26px;
}

footer .main-footer .back-to-top a {
  position: relative;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  padding-right: 30px;
  text-decoration: none;
  transition: all 0.3s;
  color: #fff !important;
}

footer .main-footer .back-to-top a::before {
  position: absolute;
  content: "";
  background-image: url(../images/icons.png);
  width: 22px;
  height: 22px;
  background-position: -9px -66px;
  z-index: 111;
  right: -1px;
  top: 2px;
  transform: rotate(-90deg);
  filter: brightness(0) saturate(100%) invert(99%) sepia(50%) saturate(316%) hue-rotate(310deg) brightness(119%) contrast(99%);
}

footer .main-footer .back-to-top a:hover {
  color: #b06211;
}

footer .main-footer .back-to-top a:hover::before {
  filter: brightness(0) saturate(100%) invert(39%) sepia(6%) saturate(5196%) hue-rotate(350deg) brightness(109%) contrast(105%);
}

footer .main-footer .fl-col>.fl-col-content>.fl-col-group:nth-child(2) {
  margin: 46px auto 0 auto;
}

footer .main-footer .fl-col>.fl-col-content>.fl-col-group:nth-child(2) .talk-footer {
  display: flex;
  justify-content: space-between;
  padding: 53px 83px 35px 74px;
  background-color: #b06211;
}

button:active,
.button:active,
button:focus,
.button:focus {
  border: 0px;
  color: #fff;
  background: #000 !important;
  opacity: 1;
}

footer .main-footer .fl-col>.fl-col-content>.fl-col-group:nth-child(1) .fl-col-content,
footer .main-footer .fl-col>.fl-col-content>.fl-col-group:nth-child(2) .fl-col-content,
footer .main-footer .fl-col>.fl-col-content>.fl-col-group:nth-child(3) .fl-col-content {
  padding: 0;
}

footer .main-footer .fl-col>.fl-col-content>.fl-col-group:nth-child(2) .talk-footer h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 35px;
  line-height: 120%;
  text-transform: uppercase;
  max-width: 783px;
  text-align: left;
}

footer .main-footer .fl-col>.fl-col-content>.fl-col-group:nth-child(2) .talk-footer button {
  margin-top: 11px;
  padding: 18px 54px 18px 34px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 19px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
}

footer .main-footer .fl-col>.fl-col-content>.fl-col-group:nth-child(2) .talk-footer button a {
  color: #fff !important;
}

footer .main-footer .footer-title h2 {
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 23px;
  line-height: 130%;
  text-transform: uppercase;
  padding-bottom: 5px;
  margin-bottom: 30px !important;
}

body .design-phase-section {
  padding: 0;
}

footer .main-footer .footer-title h2::before {
  position: absolute;
  content: "";
  width: 34px;
  height: 3px;
  background: #b06211;
  bottom: 0;
  left: 0;
  z-index: 11;
}

footer .footer-menu ul#menu-footer-menu,
footer .footer-menu ul#menu-footer-menu li {
  border: none;
}

footer .footer-menu ul#menu-footer-menu {
  border: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  max-width: 315px;
  gap: 19px 0px;
}

footer .footer-menu ul#menu-footer-menu li a {
  padding: 0;
  border: 0px;
  background: transparent;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 100%;
  text-transform: capitalize;
  transition: all 0.3s;
  display: inline-block;
}

footer .footer-menu {
  margin-top: 0;
}

footer .main-footer .fl-col>.fl-col-content>.fl-col-group:nth-child(3) {
  margin: 81px auto 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}

footer .main-footer .fl-col>.fl-col-content>.fl-col-group:nth-child(3) .fl-col:nth-child(2) {
  width: 26%;
  padding: 0 40px 0 68px;
  border: 1px dashed #69747b;
  width: 36%;
  border-top: 0;
  border-bottom: 0px;
}

footer .footer-menu ul#menu-footer-menu li.menu-item-has-children>a {
  position: relative;
  padding-right: 19px;
}

footer .footer-menu ul#menu-footer-menu li.menu-item-has-children>a::before {
  position: absolute;
  display: block;
  content: "\f107";
  font-family: "FontAwesome";
  right: 0;
  top: 1px;
  font-size: 18px;
}

footer .footer-menu ul#menu-footer-menu li ul.sub-menu li a {
  font-weight: 400;
}

footer .footer-menu ul#menu-footer-menu li>ul.sub-menu {
  min-width: 220px;
}

footer .footer-menu ul#menu-footer-menu li.menu-item-has-children>a:hover::before {
  top: 1px;
  content: "\f106";
}

footer .main-footer .fl-col>.fl-col-content>.fl-col-group:nth-child(3) ul.contact-info li:last-child {
  margin-bottom: 0px;
}

footer .main-footer .fl-col>.fl-col-content>.fl-col-group:nth-child(3) ul.contact-info li i {
  font-size: 25px;
  width: 48px;
  max-width: 48px;
  height: 48px;
  background: #5c6770;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  margin-right: 10px;
}

footer .main-footer .fl-col>.fl-col-content>.fl-col-group:nth-child(3) ul.contact-info li i.fa.fa-phone {
  background-color: #b06211;
}

footer .main-footer .fl-col>.fl-col-content>.fl-col-group:nth-child(3) ul.contact-info li {
  margin-bottom: 18px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 190%;
}

footer .main-footer .fl-col>.fl-col-content>.fl-col-group:nth-child(3) .fl-col:nth-child(1) {
  width: 26.5%;
}

footer .main-footer .fl-col>.fl-col-content>.fl-col-group:nth-child(3) .fl-col:nth-child(2) {
  width: 26%;
  padding: 0 40px 0 68px;
  border: 1px dashed #69747b;
  width: 36%;
  border-top: 0;
  border-bottom: 0;
}

footer .main-footer .fl-col>.fl-col-content>.fl-col-group:nth-child(3) .fl-col:nth-child(3) {
  width: 32%;
  padding-left: 67px;
}

footer .main-footer .fl-col>.fl-col-content>.fl-col-group:nth-child(3) ul.contact-info li:nth-child(2) a {
  margin-top: 9px;
}

footer .main-footer .fl-col>.fl-col-content>.fl-col-group:nth-child(3) ul.contact-info li:nth-child(3) a {
  margin-top: 6px;
}

footer .main-footer .fl-col>.fl-col-content>.fl-col-group:nth-child(3) ul.contact-info li a:hover {
  color: #b06211;
}

footer .main-footer .fl-col>.fl-col-content>.fl-col-group:nth-child(3) ul.contact-info li:nth-child(2) br,
footer .main-footer .fl-col>.fl-col-content>.fl-col-group:nth-child(3) ul.contact-info li:nth-child(3) br {
  display: none !important;
}

footer .footer-contact-form form.wpcf7-form p input,
footer .footer-contact-form form.wpcf7-form p textarea {
  width: 100%;
  height: 52px;
  background-color: #fff;
  border: 0px;
  padding: 10px 10px 10px 40px;
  border: 1px solid #fff;
}

footer .footer-contact-form form.wpcf7-form p input.wpcf7-not-valid,
footer .footer-contact-form form.wpcf7-form p textarea.wpcf7-not-valid {
  border-color: #ff0000 !important;
}

footer .footer-contact-form form.wpcf7-form span[data-name="Message"] {
  position: relative;
}

footer .footer-contact-form form.wpcf7-form span[data-name="Message"]::before {
  position: absolute;
  content: "";
  width: calc(100% - 20px);
  height: 17px;
  background-color: #ffffff;
  top: 4px;
  left: 1px;
}

body .blog-posts a button.read-more-button::before {
  display: none;
}

body .blog-posts ul {
  margin-bottom: 20px;
}

footer .footer-contact-form form.wpcf7-form p textarea::before footer .footer-contact-form form.wpcf7-form p input.wpcf7-not-valid,
footer .footer-contact-form form.wpcf7-form p textarea.wpcf7-not-valid {
  border-color: #ff0000;
}

footer .footer-contact-form form.wpcf7-form .recaptcha .wpcf7-not-valid>div {
  border: 1px solid #ff0000 !important;
  border-radius: 3px;
}

body footer#colophon form .recaptcha span.wpcf7-not-valid-tip {
  margin-top: 5px;
}

body footer#colophon span.wpcf7-recaptcha {
  height: auto;
}

footer .footer-contact-form form.wpcf7-form .input-filed span.wpcf7-form-control-wrap span.wpcf7-not-valid-tip,
footer .footer-contact-form form.wpcf7-form .recaptcha span.wpcf7-not-valid-tip {
  color: #ff0000;
  margin-top: 4px;
  background-color: #fff;
  padding: 3px;
  width: fit-content;
  font-size: 14px;
}

footer .footer-contact-form form.wpcf7-form .wpcf7-response-output {
  margin: 10px 0 0 0;
  border: 1px solid #ff0000;
  padding: 10px;
  color: #ff0000;
  background-color: #fff;
  font-size: 16px;
  text-align: center;
}

footer .footer-contact-form form.wpcf7-form.sent .wpcf7-response-output {
  color: #008000;
  border: 1px solid #008000;
}

footer .footer-contact-form form.wpcf7-form .input-filed {
  position: relative;
}

footer .footer-contact-form form.wpcf7-form .input-filed::before {
  position: absolute;
  content: "";
  background-image: url(../images/icons.png);
  width: 24px;
  height: 23px;
  background-position: -9px -435px;
  z-index: 111;
  left: 11px;
  top: 13px;
}

.contact-form .right-side form p br,
.contact-form .right-side form p label {
  display: none;
}

footer .footer-contact-form form.wpcf7-form .email-filed::before {
  background-position: -9px -361px;
}

footer .footer-contact-form form.wpcf7-form .phone-filed::before {
  background-position: -8px -133px;
}

footer .footer-contact-form form.wpcf7-form .message-filed::before {
  background-position: -8px -398px;
  top: 17px;
}

footer .footer-contact-form form.wpcf7-form p textarea {
  height: 92px;
  max-height: fit-content;
  resize: none;
  padding-top: 15px;
}

footer .footer-contact-form form.wpcf7-form .input-filed {
  position: relative;
  margin-bottom: 12px;
}

footer .footer-contact-form form.wpcf7-form .input-filed br {
  display: none;
}

footer .footer-contact-form form.wpcf7-form .input-filed label {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 180%;
  pointer-events: none;
  transition: all 0.3s;
  color: #fff;
  display: none;
}

.hero-slider-wrapper {
  height: 100%;
  min-height: 750px;
  position: relative;
}

.hero-slider-wrapper .background-slider,
.hero-slider-wrapper .background-slider>div,
.hero-slider-wrapper .background-slider>div>div,
.hero-slider-wrapper .background-slider .slick-slide {
  height: 100%;
}

.hero-slider-wrapper .background-slider,
.hero-slider-wrapper .background-slider>div,
.hero-slider-wrapper .background-slider .slick-slide {
  width: 100% !important;
}

.hero-slider-wrapper .background-slider .slick-slide {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  cursor: default;
}

.hero-slider-wrapper .background-slider>div.slick-list {
  margin: 0 !important;
}

.hero-slider-wrapper .hero-static-content {
  position: absolute;
  top: 22%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1584px;
  padding: 0 40px;
}

body .banner-section .banner-content .btn-group>div>div .n2-ss-layer {
  margin: 0 !important;
}

body .banner-section .banner-content .btn-group>div>div .n2-ss-layer>div,
body .banner-section .banner-content {
  padding: 0 !important;
}

body .banner-section .banner-content>div {
  display: flex;
  justify-content: flex-start;
  padding: 44px 10px 44px 70px !important;
  position: relative !important;
}

body .banner-section .banner-subtitle h2 {
  font-weight: 800 !important;
  margin-bottom: 10px !important;
}

body .banner-section .banner-content .intro-text,
.hero-slider-wrapper .hero-static-content>.overlay-box span.intro-text {
  transform: rotate(-90deg) !important;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  position: absolute;
  left: -40px;
  top: 40%;
  color: #202020;
}

body .banner-section .banner-content .intro-text p {
  font-family: "Montserrat", sans-serif !important;
  font-weight: 500 !important;
  font-size: 18px !important;
  line-height: 100% !important;
  letter-spacing: 0.9px !important;
  text-transform: uppercase !important;
}

body .banner-section .banner-content .intro-text p::before,
.hero-slider-wrapper .hero-static-content>.overlay-box span.intro-text::before {
  position: absolute;
  content: "";
  width: 100px;
  height: 1px;
  z-index: 1;
  background: #202020;
  top: 7px;
  left: -114px;
  display: block;
}

.hero-slider-wrapper .background-slider ul.slick-dots {
  bottom: 12%;
}

.hero-slider-wrapper .background-slider ul.slick-dots li button::before {
  background-image: none;
  font-size: 14px;
  opacity: 1;
}

.hero-slider-wrapper .background-slider ul.slick-dots li.slick-active button::before {
  color: #b06211;
  filter: none;
}

.hero-slider-wrapper .background-slider ul.slick-dots li {
  margin: 0 13px;
}

.hero-slider-wrapper .background-slider ul.slick-dots li button::after {
  left: -10px;
  width: 38px;
  height: 38px;
  background: #ffffff80;
  opacity: 1;
  top: -10px;
  border-radius: 50px;
  opacity: 0;
  content: "";
  display: block;
}

.hero-slider-wrapper .background-slider ul.slick-dots li button {
  background: transparent !important;
}

.hero-slider-wrapper .background-slider ul.slick-dots li button:focus {
  box-shadow: none !important;
}

.hero-slider-wrapper .background-slider ul.slick-dots li.slick-active button::after,
.hero-slider-wrapper .background-slider ul.slick-dots li:hover button::after {
  opacity: 1;
}

body .banner-section .banner-content .banner-title h1,
.hero-slider-wrapper .hero-static-content>.overlay-box h1 {
  font-family: "Montserrat", sans-serif !important;
  font-weight: 800 !important;
  font-size: 65px !important;
  line-height: 100% !important;
  text-transform: uppercase !important;
  color: #202020 !important;
  letter-spacing: 1px !important;
  margin-bottom: 12px !important;
}

body .banner-section .banner-content .banner-desc p .hero-slider-wrapper .hero-static-content>.overlay-box p {
  font-family: "Montserrat", sans-serif !important;
  font-weight: 600 !important;
  font-size: 25px !important;
  line-height: 35px !important;
  width: 100% !important;
  max-width: 493px !important;
  letter-spacing: 0.3px !important;
  color: #202020 !important;
}

body .banner-section .banner-content .btn-group .n2-ss-layer a,
.hero-slider-wrapper .hero-static-content>.overlay-box .btn-group a.btn {
  font-family: "Poppins", sans-serif !important;
  font-weight: 600 !important;
  font-size: 22px !important;
  line-height: 100% !important;
  text-align: center !important;
  text-transform: uppercase !important;
  padding: 17px 69px 17px 32px !important;
  border: 1px solid #000 !important;
  margin-right: 15px;
  color: #202020 !important;
  text-decoration: none !important;
  position: relative;
}

body .banner-section .banner-content>div .btn-group {
  margin-top: 42px;
}

body .banner-section .n2-ss-slide.n2-ow {
  height: 100% !important;
}

body .banner-section .n2-ss-slide>.n2-ss-layers-container {
  max-width: 100% !important;
}

body .banner-section .banner-content .btn-group .n2-ss-layer a::before {
  display: block;
}

body .banner-section .banner-content .btn-group .n2-ss-layer a::before,
.hero-slider-wrapper .hero-static-content>.overlay-box .btn-group a.btn::before,
div#button-sec\ orange-btn a::before,
.last-link-text a::after,
div#button-sec\ border-btn a::before {
  position: absolute;
  content: "";
  background-image: url(../images/icons.png);
  width: 22px;
  height: 19px;
  background-position: -9px -70px;
  z-index: 111;
  right: 29px;
  top: 19px;
  filter: brightness(0) saturate(100%);
}

body .banner-section .banner-content>div .n2-ss-layer {
  max-width: 100% !important;
}

body .banner-section .banner-content .btn-group .n2-ss-layer a:hover::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(2%) hue-rotate(231deg) brightness(104%) contrast(100%);
}

.hero-slider-wrapper .hero-static-content>.overlay-box .btn-group a.btn:hover,
body .banner-section .banner-content .btn-group .n2-ss-layer a:hover {
  background-color: #b06211 !important;
  color: #fff !important;
  border-color: #b06211 !important;
}

.hero-slider-wrapper .hero-static-content>.overlay-box .btn-group a.btn:last-child {
  margin-right: 0px;
}

.hero-slider-wrapper .hero-static-content>.overlay-box .btn-group {
  margin-top: 35px;
  display: flex;
  flex-wrap: wrap;
}

body .our-services-section,
.fl-row-fixed-width {
  max-width: 1330px !important;
  padding: 0 15px;
  width: 100% !important;
}

body .portfolio-section {
  background-color: #fff;
  padding-top: 108px;
  padding-bottom: 80px;
}

body .portfolio-section>div {
  max-width: 1365px !important;
}

.subtitle p,
.subtitle {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 21px !important;
  line-height: 100%;
  text-align: center !important;
  text-transform: uppercase;
  letter-spacing: 7px;
  color: #b06211;
}

body .about-section .about-main-sec .subtitle {
  text-align: left !important;
}

.subtitle p {
  margin-bottom: 0px !important;
}

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

.portfolio-slider-sec {
  margin-top: 40px !important;
  display: block;
  margin-bottom: 20px !important;
}

.sec-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 42px;
  line-height: 130%;
  text-align: center;
  text-transform: uppercase;
  color: #202020;
}

body .owl-carousel {
  overflow: visible;
}

body .owl-carousel .owl-nav {
  width: calc(100% + 20%);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex !important;
  justify-content: space-between;
}

body .owl-nav>button span {
  display: none;
}

body .owl-nav .owl-prev,
body .owl-nav .owl-next {
  width: 50px;
  height: 50px;
  border: 1px solid #00000040 !important;
  border-radius: 50px;
  transition: all 0.3s;
  background-color: #fff !important;
  font-size: 0 !important;
}

body .owl-nav .owl-prev::before,
body .owl-nav .owl-next::before {
  position: absolute;
  content: "\f105";
  font-family: "FontAwesome";
  color: #000;
  font-size: 30px;
  z-index: 1111;
  width: auto;
  height: auto;
  filter: none;
  background: transparent;
  top: 14px;
  left: 21px;
}

body .owl-nav .owl-prev::before {
  content: "\f104";
  left: 18px;
}

body .owl-carousel {
  overflow: visible !important;
}

body .owl-nav .owl-prev:hover,
body .owl-nav .owl-next:hover {
  background-color: #000000 !important;
}

body .owl-nav .owl-prev:hover::before,
body .owl-nav .owl-next:hover::before {
  color: #fff;
}

.about-us-section .fl-col-group>.fl-col:nth-child(2) .subtitle {
  text-align: left !important;
}

body .about-us-section>.fl-row-content-wrap {
  padding-top: 105px;
  padding-bottom: 100px;
}

body .about-us-section>.fl-row-content-wrap>.fl-row-content {
  width: 100%;
  max-width: 1300px;
  padding: 0 15px;
}

.about-us-section .fl-col-group>.fl-col:nth-child(2) .descp-text {
  margin-top: 16px;
}

.about-us-section .fl-col-group>.fl-col:nth-child(2) .descp-text p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 180%;
  color: rgb(0 0 0 / 85%);
}

.about-us-section .fl-col-group>.fl-col:nth-child(2) .descp-text ul {
  margin-top: 18px;
}

.about-us-section .fl-col-group>.fl-col:nth-child(2) .descp-text ul li {
  font-weight: 400;
  font-size: 18px;
  line-height: 180%;
  color: #000000d9 !important;
  padding-left: 30px;
  margin-bottom: 30px;
  position: relative;
}

.about-us-section .fl-col-group>.fl-col:nth-child(2) .descp-text ul li::before {
  position: absolute;
  content: "";
  background-image: url(../images/icons.png);
  width: 20px;
  height: 17px;
  background-position: -9px -102px;
  z-index: 111;
  left: 0;
  top: 7px;
  filter: brightness(0) saturate(100%) invert(35%) sepia(94%) saturate(500%) hue-rotate(351deg) brightness(99%) contrast(94%);
}

.about-us-section .fl-col-group>.fl-col:nth-child(2) .descp-text ul li:last-child {
  margin-bottom: 0px;
}

.about-us-section .fl-col-group>.fl-col:nth-child(2) .inner-subtitle {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 21px;
  line-height: 100%;
  text-transform: uppercase;
  color: #b06211;
  margin-top: 49px;
  margin-bottom: 25px;
}

.portfolio-slider-sec .swiper-slide {
  position: relative;
}

.portfolio-slider-sec .swiper-slide .card-title {
  padding: 25px;
}

.portfolio-slider-sec .swiper-slide .card-title h4,
.portfolio-slider-sec .swiper-slide .card-title h4 a {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 1%;
  text-align: center;
  text-transform: uppercase;
}

.portfolio-slider-sec .swiper-slide .card-title h4 a:hover {
  color: #b06211;
}

.portfolio-slider-sec .swiper-slide .card-image {
  position: relative;
  height: 421px;
  background-color: #f4f3f3;
}

.portfolio-slider-sec .swiper-slide .card-image img {
  width: 100%;
  height: 100% !important;
  object-fit: contain;
}

.portfolio-slider-sec>.wm-projects-swiper-container {
  padding-bottom: 8px;
}

.testimonal-slider .swiper-pagination span.swiper-pagination-bullet,
.portfolio-slider-sec .swiper-pagination span.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #d9d9d9;
  opacity: 1;
  margin: 13px 12px;
  position: relative;
  transition: all 0.3s;
}

.testimonal-slider .swiper-pagination span.swiper-pagination-bullet-active,
.portfolio-slider-sec .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #b06211;
  margin: 13px 17px;
}

body .about-section .about-our-inner-box>.fl-col-content>.fl-col-group:nth-child(2) .our-vision-orange,
body .about-section .about-our-inner-box>.fl-col-content>.fl-col-group:nth-child(2) .our-mission-orange {
  color: #b06211;
  font-family: "Montserrat";
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.portfolio-slider-sec .swiper-slide .card-image {
  position: relative;
}

.testimonal-slider .swiper-pagination span.swiper-pagination-bullet::before,
.portfolio-slider-sec .swiper-pagination span.swiper-pagination-bullet::before {
  position: absolute;
  content: "";
  width: 38px;
  height: 38px;
  background-color: #f4f3f3;
  top: -13px;
  left: -13px;
  opacity: 0;
  z-index: -1;
  border-radius: 50px;
}

.testimonal-slider .swiper-pagination span.swiper-pagination-bullet-active::before,
.testimonal-slider .swiper-pagination span.swiper-pagination-bullet:hover::before,
.portfolio-slider-sec .swiper-pagination span.swiper-pagination-bullet-active::before,
.portfolio-slider-sec .swiper-pagination span.swiper-pagination-bullet:hover::before {
  opacity: 1;
}

div#button-sec\ orange-btn a,
div#button-sec\ border-btn a {
  background-color: #b06211;
  border: 0px;
  border-radius: 0px;
  padding: 19px 50px 19px 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 19px;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #000;
  position: relative;
  transition: all 0.3s;
}

body .banner-section .banner-content>div .btn-group .n2-ss-layer-row-inner>.n2-ss-layer:nth-child(2) a {
  background-color: #b06211 !important;
  color: #fff !important;
  border: 0px !important;
  border-radius: 0px !important;
  padding: 18px 69px 18px 32px !important;
  font-family: "Poppins", sans-serif !important;
  font-weight: 500 !important;
  font-size: 22px !important;
  line-height: 100% !important;
  text-align: center !important;
  text-transform: uppercase !important;
  position: relative !important;
  transition: all 0.3s !important;
}

div#button-sec\ orange-btn a span,
div#button-sec\ border-btn a:hover span {
  color: #fff;
}

body .banner-section .banner-content>div .btn-group .n2-ss-layer-row-inner>.n2-ss-layer:nth-child(2) a:hover {
  background-color: #000000 !important;
}

div#button-sec\ border-btn a span {
  color: #000;
}

div#button-sec\ orange-btn a:hover,
body .banner-section .banner-content>div .btn-group .n2-ss-layer-row-inner>.n2-ss-layer:nth-child(2) a:hover {
  background-color: #000;
}

div#button-sec\ border-btn a {
  padding: 19px 50px 19px 20px;
  background-color: transparent;
  border: 1px solid #000;
  margin-top: 23px;
}

div#button-sec\ border-btn a::before {
  right: 19px;
}

div#button-sec\ border-btn a:hover {
  background-color: #b06211;
  color: #fff;
  border-color: #b06211;
}

.why-choose-desscon-section.stand-out-sec>div {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

div#button-sec\ border-btn a:hover::before,
body .banner-section .banner-content>div .btn-group .n2-ss-layer-row-inner>.n2-ss-layer:nth-child(2) a::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(2%) hue-rotate(231deg) brightness(104%) contrast(100%);
}

div#button-sec\ orange-btn a::before {
  z-index: 2;
  right: 21px;
  top: 20px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(2%) hue-rotate(231deg) brightness(104%) contrast(100%);
}

.last-link-text a {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  text-transform: uppercase;
  text-decoration: underline;
  margin-top: 33px !important;
  display: block;
  padding-right: 30px;
  width: fit-content;
  margin: 0 auto;
  position: relative;
}

.last-link-text a:hover::after {
  filter: brightness(0) saturate(100%);
}

div#button-sec\ orange-btn a>i {
  height: 18px;
}

.last-link-text a:hover,
.blog-slider .swiper-slide .blog-card a.read-more:hover {
  color: #000 !important;
}

.last-link-text a::after {
  top: 0;
  right: 0px;
  filter: brightness(0) saturate(100%) invert(35%) sepia(94%) saturate(500%) hue-rotate(351deg) brightness(99%) contrast(94%);
}

.last-link-text a:hover::before {
  filter: brightness(0) saturate(100%) invert(0%) sepia(71%) saturate(3365%) hue-rotate(102deg) brightness(98%) contrast(107%);
}

.about-us-section .fl-col-group>.fl-col:nth-child(1)>.fl-col-content {
  position: relative;
}

.about-us-section .fl-col-group>.fl-col:nth-child(1)>.fl-col-content .about-img-sec,
.about-us-section .fl-col-group>.fl-col:nth-child(1)>.fl-col-content .about-before-img-sec {
  width: fit-content;
  margin: 0 0 0 auto;
}

.about-us-section .fl-col-group>.fl-col:nth-child(1) {
  margin-top: 39px !important;
  padding-right: 62px;
}

.about-us-section .fl-col-group>.fl-col:nth-child(1)>.fl-col-content .about-img-sec {
  width: 100%;
  max-width: 587px;
  height: 586px;
  position: relative;
  z-index: 1;
}

.about-us-section .fl-col-group>.fl-col:nth-child(1)>.fl-col-content .about-before-img-sec img,
.about-us-section .fl-col-group>.fl-col:nth-child(1)>.fl-col-content .about-img-sec img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.about-us-section .fl-col-group>.fl-col:nth-child(1)>.fl-col-content .about-before-img-sec {
  position: absolute;
  z-index: 0;
  top: 158px;
  left: 0;
  width: 100%;
  max-width: 522px;
  height: 520px;
  background-color: #f9f9f9;
  opacity: 0.41;
}

.about-us-section .fl-col-group>.fl-col:nth-child(2) .fl-col {
  margin-top: 0px !important;
  padding-right: 0;
}

.main-box-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  width: 100%;
  max-width: 582px;
}

.main-box-wrap .box-wrap {
  background-color: #fff;
  margin-top: 0px;
  border-radius: 15px;
  padding: 17px 37px 27px;
}

.main-box-wrap .box-wrap h3,
.main-box-wrap .box-wrap h3::before {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 42px;
  line-height: 130%;
  text-transform: uppercase;
  width: fit-content;
  margin: 0 auto;
  padding-right: 30px;
  position: relative;
}

.main-box-wrap .box-wrap h3::before {
  position: absolute;
  content: "+";
  color: #b06211;
  top: -1px;
  right: -27px;
}

.main-box-wrap .box-wrap p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  text-align: center;
  color: #000000d9;
}

body .our-services-section {
  padding-top: 105px;
  padding-bottom: 50px;
}

.serive-main-sec>.fl-col-content>.fl-col-group {
  display: flex;
  gap: 35px;
  width: 100%;
  margin-top: 46px;
  flex-wrap: wrap;
}

.serive-main-sec>.fl-col-content>.fl-col-group .service-inner-box {
  width: calc(33% - 19px);
  background-color: #f4f3f3;
  border: 1px solid #f4f3f3;
  border-bottom: 2.5px solid #e0dfdf;
  padding: 38px 40px 52px 32px;
  transition: all 0.3s;
}

.serive-main-sec>.fl-col-content>.fl-col-group .service-inner-box:hover {
  background-color: #ffffff;
  border: 1px solid #e0dfdf;
  border-bottom: 2.5px solid #e0dfdf;
}

.service-box .service-img {
  height: 65px;
}

.trusted-serice-options .service-box .service-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 130%;
  text-transform: uppercase;
  margin: 23px 0 17px 0px;
  color: #000000;
  height: 57px;
  display: flex;
  align-items: flex-end;
}

body .service-box {
  gap: 0 !important;
}

.trusted-serice-options .service-box .service-desc p {
  font-family: Poppins;
  font-weight: 400;
  font-size: 18px;
  line-height: 180%;
  color: #000000cc;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 100%;
  min-height: 130px;
}

.trusted-serice-options .service-box div#button-sec\ border-btn a {
  margin-top: 18px;
}

body .our-work-section {
  padding: 50px 0px 84px 0px;
}

body .our-work-section .our-work-sec {
  margin-top: 33px;
}

body .our-work-section .our-work-sec .swiper.owl-carousel {
  display: flex;
}

body .our-work-section .our-work-sec img:is([sizes="auto" i], [sizes^="auto," i]) {
  contain-intrinsic-size: revert;
}

.our-work-sec .technical-swiper .swiper-slide {
  border: 1px solid #e0dfdf;
}

.our-work-sec .technical-swiper .swiper-slide .tech-title {
  text-align: center;
  padding: 35px 30px;
}

.our-work-sec .technical-swiper .swiper-slide .tech-title a {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 23px;
  line-height: 130%;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #000000;
}

.our-work-sec .technical-swiper .swiper-slide .tech-title a:hover {
  color: #b06211;
}

body .testimonials-section>.fl-row-content-wrap {
  padding-top: 128px;
  padding-bottom: 76px;
}

.testimonal-slider .swiper.testimonial-swiper {
  background-color: #f3f4f8 !important;
  border-radius: 0px;
  padding: 20px 32px 12px 42px;
  width: 2272px;
}

.testimonials-section .fl-col-content {
  background: transparent !important;
}

.testimonials-section div#button-sec\ orange-btn {
  margin: 18px 0 5px 0;
}

.swiper {
  background-color: transparent !important;
}

.blog-section .blog-slider {
  margin-top: 28px !important;
}

.blog-section>div>.fl-row-content {
  padding: 0;
}

body .testimonal-slider .swiper-slide {
  border-radius: 0px;
  padding: 57px 65px 55px 42px;
  position: relative;
}

body .testimonal-slider .swiper-slide::before {
  position: absolute;
  content: "";
  width: 65px;
  height: 65px;
  background-color: #243542;
  background-image: url(https://dessconbuilders.webmasterindia.net/wp-content/uploads/2025/06/quote-icon.png);
  background-size: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  background-position: 21px 23px;
  background-repeat: no-repeat;
  bottom: 52px;
  right: 38px;
}

body .testimonal-slider .owl-item:nth-child(2n) .swiper-slide::before {
  background-color: #b06211;
}

body .testimonal-slider .owl-stage {
  padding-bottom: 35px;
  padding-top: 35px;
}

body .testimonal-slider .owl-carousel .owl-pagination {
  margin-top: 0;
}

body .testimonal-slider .swiper-slide p {
  font-family: Poppins;
  font-weight: 500;
  font-size: 19px;
  line-height: 180%;
  color: #000000;
  height: 165px;
  overflow-y: auto;
  padding-right: 10px;
  margin-bottom: 16px;
}

body .testimonal-slider .swiper-slide .author-name {
  font-family: Poppins;
  font-weight: 600;
  font-size: 18px;
  line-height: 180%;
  color: #000;
  margin-bottom: 5px;
  padding-right: 90px;
}

body .fl-row.testimonials-section {
  overflow: hidden;
}

body .testimonal-slider .swiper-slide .stars {
  display: flex;
  justify-content: left;
}

body .testimonal-slider .swiper-slide .stars img {
  margin: 0 3px 0 0;
  width: 18px;
  object-fit: contain;
}

body .blog-section {
  padding-top: 105px;
  padding-bottom: 65px;
  max-width: 1330px !important;
}

body .testimonal-slider .swiper-slide p::-webkit-scrollbar {
  width: 6px;
}

body .testimonal-slider .swiper-slide p::-webkit-scrollbar-track {
  background: #d9d9d980;
  border-radius: 10px;
}

body .testimonal-slider .swiper-slide p::-webkit-scrollbar-thumb {
  background-color: #c4c4c4cc;
  border-radius: 10px;
}

.blog-slider .swiper-slide .blog-card h4 {
  font-family: Montserrat;
  font-weight: 700;
  font-size: 19px;
  line-height: 130%;
  text-transform: uppercase;
  color: #202020;
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-slider .swiper-slide .blog-card h4 a:hover,
body .blog-posts .blog-card h3 a:hover {
  color: #b06211;
}

.blog-slider .swiper-slide .blog-card .blog-image {
  margin-bottom: 18px;
  height: 210px;
  background-color: #f4f3f3;
}

.blog-slider .swiper-slide .blog-card .blog-image img {
  width: 100%;
  height: 100%;
  object-fit: contain !important;
}

.blog-slider .swiper-slide .blog-card p {
  font-family: Poppins;
  font-weight: 400;
  font-size: 17px;
  line-height: 180%;
  margin-bottom: 12px;
  height: 100%;
  min-height: 92px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-slider .swiper-slide .blog-card a.read-more {
  font-family: Poppins;
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  text-transform: uppercase;
  text-decoration: underline;
  text-decoration-style: solid;
  color: #b06211;
}

.last-link-text a,
.blog-slider .swiper-slide .blog-card a.read-more,
body .blog-posts a button.read-more-button,
.category div#posts article .link-more,
.search div#posts article .link-more,
.description-text-info a,
body #content .blog-posts .read-more,
body #content .blog-card .read-more-button {
  text-decoration-thickness: from-font !important;
}

body .insta-portfolio-section {
  padding-top: 35px;
  padding-bottom: 92px;
}

.insta-portfolio-section .last-link-text a {
  margin-top: 16px !important;
  color: #b06211 !important;
}

.insta-portfolio-section .last-link-text a:hover {
  color: #000 !important;
}

footer .footer-contact-form {
  margin-top: -9px !important;
}

footer .footer-contact-form form.wpcf7-form .submit-btn {
  margin-top: 10px;
  position: relative;
}

footer .footer-contact-form form.wpcf7-form .submit-btn input.wpcf7-submit {
  padding: 15px 75px 15px 30px;
  height: auto;
  font-family: Poppins;
  font-weight: 600;
  font-size: 19px;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #b06211;
}

footer .footer-contact-form form.wpcf7-form .submit-btn input.wpcf7-submit:hover {
  background-color: #000000;
}

footer .footer-contact-form form.wpcf7-form .submit-btn>p {
  position: relative;
}

footer .footer-contact-form form.wpcf7-form .submit-btn span.wpcf7-spinner {
  position: absolute;
  right: -35px;
  z-index: 1;
  margin: 0;
  top: 12px;
}

footer .footer-contact-form form.wpcf7-form .submit-btn::before {
  position: absolute;
  content: "";
  background-image: url(../images/icons.png);
  width: 22px;
  height: 18px;
  background-position: -9px -71px;
  z-index: 111;
  right: calc(50% - 56px);
  top: 16px;
  filter: brightness(0) saturate(100%) invert(99%) sepia(50%) saturate(316%) hue-rotate(310deg) brightness(119%) contrast(99%);
  transform: translateX(-50%);
}

body .testimonal-slider .swiper-slide p.testimonial-location {
  height: auto !important;
}

.insta-portfolio-section .fl-module:where(.fl-module:not(:has(> .fl-module-content))) {
  margin: 0px;
}

.insta-portfolio-section div#sb_instagram div#sbi_images {
  gap: 22px !important;
  padding: 26px 0 12px 0;
}

.button:focus,
.child-page .more-link:focus,
.main-navigation-container .button>a:focus,
.menu-toggle:focus,
.site .fl-builder-content .fl-module .button:focus,
.site .fl-builder-content .fl-module .child-page .more-link:focus,
.site .fl-builder-content .fl-module [type="button"]:focus,
.site .fl-builder-content .fl-module [type="reset"]:focus,
.site .fl-builder-content .fl-module [type="submit"]:focus,
.site .fl-builder-content .fl-module button:focus,
.wm-content-module .more-link a:focus,
[type="button"]:focus,
[type="reset"]:focus,
[type="submit"]:focus,
button:focus {
  outline-style: solid;
  outline-offset: 0px;
  outline-color: transparent !important;
  outline-color: transparent !important;
  -webkit-box-shadow: 0 0 0 0px;
  box-shadow: 0 0 0 0px;
}

.insta-portfolio-section div#sb_instagram div#sbi_images .sbi_item {
  background-color: #eaeaea;
  border: 1px solid #eaeaea;
}

footer .main-footer>div>div>div>div>div>div:last-child .footer-icon-sec>div {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

footer .main-footer>div>div>div>div>div>div:last-child .footer-icon-sec>div>.fl-module {
  width: fit-content;
}

footer .main-footer>div>div>div>div>div>div:last-child {
  padding-top: 54px;
  padding-bottom: 8px;
}

footer .copyright-text p,
footer .copyright-text p a {
  font-family: Poppins;
  font-weight: 400;
  font-size: 18px;
  line-height: 145%;
  transition: all 0.3s;
}

footer .copyright-text p a:hover {
  color: #b06211 !important;
}

footer .footer-icon-sec>div>.fl-module:not(:last-child) {
  margin-right: 21px;
}

footer .main-footer>div>div>div>div>div>div:last-child>.fl-col {
  width: fit-content !important;
}

footer .acc-bussiness {
  display: flex;
  justify-content: flex-start;
  margin-top: 51px;
}

footer .main-footer .footer-contact-details {
  margin-top: -10px;
}

.acc-bussiness>p {
  max-width: 180px;
  width: 100%;
}

footer .acc-bussiness img {
  margin: 0 13px 0 0;
}

footer .acc-bussiness .text-sec,
footer .acc-bussiness .text-sec a {
  font-family: Poppins;
  font-weight: 500;
  font-size: 14px;
  line-height: 180%;
  color: #000;
  margin-top: -3px;
  text-decoration: none;
}

footer .acc-bussiness .text-sec {
  padding-left: 13px;
}

footer .acc-bussiness .text-sec a {
  margin-top: 3px;
}

footer .footer-contact-form form.wpcf7-form {
  margin-bottom: 0px;
  max-width: 100%;
}

body.error404 .site-content-inner {
  padding: 0 !important;
}

footer .main-footer .footer-icon-sec .fl-module-icon i::before {
  transition: all 0.3s;
}

footer .main-footer .footer-icon-sec .fl-module-icon i:hover::before,
footer .acc-bussiness .text-sec a:hover {
  color: #b06211;
}

.header-section .fl-col-group .fl-col-has-cols.main-menu-right .main-menu ul#menu-header-menu li#menu-item-374,
body #hide-desktop {
  display: none;
}

body .owl-carousel .owl-pagination {
  text-align: center;
  margin-top: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}

button.owl-pagination-bullet,
button.owl-dot {
  width: 38px;
  height: 38px;
  padding: 0;
  border: none;
  background: #ffffff00 !important;
  border-color: #ffffff00 !important;
}

button.owl-pagination-bullet span,
button.owl-dot span {
  width: 12px;
  height: 12px;
  padding: 0;
  background-color: #d9d9d9 !important;
  border: none;
  border-radius: 50px;
  position: relative;
  display: block;
  transition: all 0.3s;
}

button.owl-pagination-bullet.active,
button.owl-dot.active {
  margin: 0 10px;
  transition: all 0.3s;
}

button.owl-pagination-bullet.active span,
button.owl-dot.active span {
  width: 16px;
  height: 16px;
  background-color: #b06211 !important;
  transition: all 0.3s;
}

button.owl-pagination-bullet span::before,
button.owl-dot.active span::before {
  width: 38px;
  height: 38px;
  background-color: #f4f3f3 !important;
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  background-image: none;
  filter: none;
  border-radius: 50px;
  z-index: -1;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.3s;
}

button.owl-pagination-bullet::before,
button.owl-dot::before {
  display: none;
}

button.owl-pagination-bullet.active span::before,
button.owl-dot.active span::before {
  opacity: 1;
}

.button:focus,
.child-page .more-link:focus,
.main-navigation-container .button>a:focus,
.menu-toggle:focus,
.site .fl-builder-content .fl-module .button:focus,
.site .fl-builder-content .fl-module .child-page .more-link:focus,
.site .fl-builder-content .fl-module [type="button"]:focus,
.site .fl-builder-content .fl-module [type="reset"]:focus,
.site .fl-builder-content .fl-module [type="submit"]:focus,
.site .fl-builder-content .fl-module button:focus,
.wm-content-module .more-link a:focus,
[type="button"]:focus,
[type="reset"]:focus,
[type="submit"]:focus,
button:focus {
  outline-offset: 0 !important;
  outline-color: transparent !important;
  outline-color: transparent !important;
  -webkit-box-shadow: 0 0 0 0px !important;
  box-shadow: 0 0 0 0px !important;
}

header#masthead {
  z-index: 999;
}

body .testimonal-slider .owl-item {
  overflow: visible;
  box-shadow: 0px 17px 30px 0px #0000001a;
}

section.not-found h1.page-title {
  text-align: center;
  font-size: 45px;
  text-transform: uppercase;
  color: #b06211;
  line-height: 150%;
}

section.not-found .page-content p {
  text-align: center;
  font-size: 20px;
  color: red;
}

section.not-found .page-content {
  margin: 12px 0 0px 0;
}

section.not-found .page-content form.search-form {
  border: 1px solid #000;
  margin-top: 30px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}

section.not-found .page-content form.search-form input.search-field {
  border: 0px;
  font-size: 18px;
  color: #000;
  padding: 11px 32px 10px 12px;
}

section.not-found .page-content form.search-form::before {
  width: auto;
  height: auto;
  left: auto;
  right: 10px;
  margin: 0;
  padding: 0;
  font-size: 20px;
  top: 13px;
  color: #000;
  cursor: pointer;
}

body .testimonials-section .testimonal-slider-wrap>div>.fl-col-group-nested {
  display: flex;
  flex-direction: column;
  width: calc(100% - 30px) !important;
  overflow: hidden;
  margin: 0 auto;
}

body .testimonials-section .testimonal-slider-wrap>div>.fl-col-group-nested>div {
  width: 100%;
}

body .banner-section .n2-ss-slider-wrapper-inside>div .banner-content {
  align-self: self-start !important;
}

body .banner-section .n2-ss-slider-wrapper-inside>div .n2-ss-layers-container {
  width: calc(100% - 80px);
  max-width: 1584px !important;
  min-height: auto !important;
}

body .banner-section .banner-content>div .intro-text {
  max-width: fit-content !important;
}

body .banner-section .n2-ss-slider-wrapper-inside>div {
  height: 746px !important;
}

body .banner-section .nextend-bullet-bar .n2-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff !important;
  padding: 0 !important;
  margin: 0 10px !important;
  position: relative;
}

body .banner-section .nextend-bullet-bar {
  position: relative;
  bottom: 80px;
}

body .banner-section .nextend-bullet-bar .n2-bullet::before {
  width: 38px;
  height: 38px;
  background: #ffffff80;
  content: "";
  position: absolute;
  display: block;
  top: -11px;
  left: -11px;
  border-radius: 50px;
  z-index: -1;
  opacity: 0;
}

body .banner-section .nextend-bullet-bar .n2-bullet.n2-active {
  background-color: #b06211 !important;
  margin: 0 22px !important;
  width: 16px;
  height: 16px;
}

body .banner-section .nextend-bullet-bar .n2-bullet.n2-active::before {
  opacity: 1;
}

body .banner-section .banner-content>div .n2-ss-layer.banner-desc {
  width: 100%;
  max-width: 520px !important;
}

body .error-section {
  padding: 60px 0 90px 0;
}

body .error-section .error-heading {
  font-size: 120px;
  font-weight: 700;
  color: #b06211;
}

body .error-section h3.error-subheading {
  font-size: 30px;
  color: #000;
  margin-bottom: 15px;
}

body .error-section .error-desc {
  margin: 0 0 20px 0;
}

body .error-section .error-desc p {
  font-size: 20px !important;
}

.portfolio-section {
  padding-left: 0;
  padding-right: 0;
}

body .about-us-section>.fl-row-content-wrap>.fl-row-content {
  padding-left: 70px;
}

body .about-us-section>.fl-row-content-wrap>.fl-row-content>.fl-col-group>.fl-col:nth-child(1) .fl-col-content.fl-node-content {
  position: static;
}

body .about-us-section>.fl-row-content-wrap>.fl-row-content {
  padding-left: 70px;
  position: relative;
}

body .about-us-section>.fl-row-content-wrap>.fl-row-content div#button-sec\ border-btn {
  margin-right: -80px;
}

body .about-us-section>.fl-row-content-wrap>.fl-row-content div#button-sec\ border-btn h1 {
  margin-right: -12px;
}

.main-footer .footer-contact-details ul.contact-info a {
  font-weight: 300;
}

body .our-work-section .owl-carousel .owl-nav {
  top: 37%;
}

body .inner-banner-section {
  position: relative;
}

body .inner-banner-img-sec {
  width: 100%;
  height: 521px;
}

body .inner-banner-img-sec>div,
body .inner-banner-img-sec img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body .inner-banner-section .inner-banner-content-sec {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  max-width: 1790px;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
  top: 0px;
}

body .blog-detail-headings .inner-banner-content-sec {
  top: 0;
}

body .inner-banner-section .inner-banner-content-sec .banner-wrap {
  background-color: #F3F3F3;
  padding: 30px 0px 30px 15px;
  flex-direction: column;
  width: 100%;
  gap: 15px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  max-width: 520px;
}

body .banner-section .banner-content>div::before,
body .inner-banner-section .inner-banner-content-sec .banner-wrap::before {
  display: block;
  position: absolute;
  content: '';
  width: 99px;
  height: 101%;
  background-image: url(/wp-content/uploads/2025/10/rounded-img.png);
  background-repeat: no-repeat;
  background-position: center;
  right: -98px;
  top: 0;
  z-index: 0;
}

body .banner-section .banner-content>div::before {
  background-size: 100% 100%;
}

body .inner-banner-section .inner-banner-content-sec::before {
  position: absolute;
  content: '';
  display: block;
  background: #F3F3F3;
  width: 100vw;
  left: auto;
  right: 96%;
  height: 100%;
}

body .inner-banner-section .inner-banner-content-sec .inner-banner-content {
  color: #202020;
  font-family: "Montserrat";
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.46px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  margin-right: -30px;
  width: fit-content;
  z-index: 1;
}

.inner-banner-content-sec .banner-wrap h2 {
  font-size: 21px;
  color: #b06211;
  letter-spacing: 3px;
}

body .about-section div .fl-row-content.fl-row-fixed-width {
  max-width: 1500px !important;
}

body .about-section {
  padding: 110px 0;
  background-color: #fff;
}

body .about-section .about-main-sec .Image-sec {
  float: left;
  width: 100%;
  max-width: 662px;
  margin: 0 60px 90px 0;
  position: relative;
}

body .about-section .about-main-sec .Image-sec img.main-img {
  margin: 0 0 0 auto;
  width: 100%;
  max-width: 588px;
  height: 588px;
  z-index: 1;
  position: relative;
}

body .about-section .about-main-sec .Image-sec img.main-img {
  margin: 0 0 0 auto;
}

body .about-section .about-main-sec .Image-sec img.brfore-img {
  position: absolute;
  top: 120px;
  height: 520px;
  left: 0;
  opacity: 0.43;
}

body .about-section .about-main-sec {
  padding-left: 75px;
  padding-right: 75px;
}

body .about-section .about-main-sec p,
body .our-team-sec .fl-row-content>.fl-col-group>.fl-col:nth-child(1) .our-team-desc p {
  color: rgba(0, 0, 0, 0.85);
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  margin-bottom: 13px;
}

body .about-section .about-main-sec p strong,
body .our-team-sec .fl-row-content>.fl-col-group>.fl-col:nth-child(1) .our-team-desc p strong {
  font-weight: 600;
}

body .about-section div .fl-row-content.fl-row-fixed-width>.fl-col-group:nth-child(2) {
  padding: 42px 75px 0 75px;
  gap: 50px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

body .about-section .about-our-inner-box {
  width: 100%;
  background: #fff;
  box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.07);
  padding: 49px 34px;
}

body .about-section .about-our-inner-box .fl-module-photo>.fl-photo-content {
  width: 76px;
  height: 76px;
  background-color: #f4f3f3;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}

body .about-section .about-our-inner-box>.fl-col-content {
  display: flex;
  flex-direction: row;
}

body .about-section .about-our-inner-box>.fl-col-content>.fl-col-group:nth-child(2) {
  padding-left: 30px;
}

body .about-section .about-our-inner-box>.fl-col-content>.fl-col-group:nth-child(2) .descp-text p {
  color: rgba(0, 0, 0, 0.85);
  font-family: "Poppins";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  margin-top: 20px;
}

body .our-team-sec .fl-row-content>.fl-col-group {
  align-items: center;
}

body .our-team-sec>.fl-row-content-wrap,
body .about-information-box {
  padding: 110px 0;
}

body .our-team-sec .fl-row-content>.fl-col-group>.fl-col:nth-child(2) {
  width: 100%;
  max-width: 586px;
}

body .our-team-sec .fl-row-content>.fl-col-group>.fl-col:nth-child(1) .our-team-subtitle {
  color: #202020;
  font-family: "Montserrat";
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  text-transform: uppercase;
  margin-bottom: 12px;
}

body .our-team-sec .fl-row-content>.fl-col-group>.fl-col:nth-child(1) .our-team-subtitle span {
  font-size: 25px;
  font-weight: 600;
  position: relative;
  top: -6px;
}

body .our-team-sec .fl-row-content>.fl-col-group:nth-child(2) {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 45px;
  align-items: self-start;
  gap: 30px;
}

.our-team-sec .employee {
  width: 100% !important;
  max-width: 100% !important;
}

.our-team-sec .employee .fl-col-content {
  gap: 50px;
}

.our-team-sec .employee .employee-box {
  flex-direction: row;
  gap: 24px;
  align-items: center;
}

.our-team-sec .employee .employee-box .employee-icon {
  background-color: #FFFFFF;
  width: 100px;
  height: 100px;
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}

.our-team-sec .employee .employee-box .employee-content {
  flex-direction: column;
  flex: 1 1 0%;
  gap: 5px;
}

body .about-information-box .information-box>div {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-content: flex-start;
}

body .about-information-box .information-box {
  transition: all 0.3s;
}

body .about-information-box .information-box .information-img>div {
  width: 70px;
  height: 70px;
  background-color: #fff;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

body .about-information-box .information-box:hover .information-img>div {
  background-color: #f4f3f3;
}

body .about-information-box .information-box {
  background: #f4f3f3;
  padding: 46px 36px 29px 48px;
  border: 1px solid #f4f3f3;
  transition: all 0.3s;
  width: calc(50% - 26px);
  margin-right: 52px;
}

body .about-information-box .information-box:nth-child(2n) {
  margin-right: 0px;
}

body .about-information-box .information-box:hover {
  border-color: #e0dfdf;
  background-color: transparent;
}

body .about-information-box .information-box .information-img {
  width: 70px;
}

body .about-information-box .information-box .information-title {
  width: calc(100% - 70px);
  height: fit-content;
  color: #b06211;
  font-family: "Montserrat";
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  padding: 22px 0 0 16px;
}

body .about-information-box .information-box .information-desc p:nth-child(1) {
  margin-top: 25px;
}

body .about-information-box .information-box .information-desc p {
  color: rgba(0, 0, 0, 0.85);
  font-family: "Poppins";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  margin-top: 13px;
}

body .about-information-box .information-box .information-desc p strong {
  font-weight: 600;
}

body .why-choose-us-sec>.fl-row-content-wrap {
  padding: 105px 0 100px 0;
}

body .why-choose-us-sec .why-choose-us-description {
  margin-top: 14px;
}

body .why-choose-us-sec .why-choose-us-description p {
  color: rgba(0, 0, 0, 0.85);
  text-align: center;
  font-family: "Poppins";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  margin: 0 auto 10px auto;
  max-width: 920px;
}

body .why-choose-us-sec .why-choose-listing ul {
  width: 100%;
  max-width: 1110px;
  margin: 38px auto 0 auto;
}

body .why-choose-us-sec .why-choose-listing ul li .img-1 {
  width: 71px;
  height: 71px;
  border-radius: 50px;
  overflow: hidden;
  position: relative;
  left: -52px;
}

body .why-choose-us-sec .why-choose-listing ul li img {
  width: 71px;
  height: 71px;
  padding: 12px;
  object-fit: contain;
  border-radius: 0px !important;
}

body .why-choose-us-sec .why-choose-listing ul li {
  display: flex;
  padding: 10px 10px 10px 0px;
  align-items: center;
  margin-bottom: 30px;
  background-color: #fff;
  height: auto;
  min-height: 110px;
  margin-left: 52px;
}

body .why-choose-us-sec .why-choose-us-comment-sec p {
  color: rgba(0, 0, 0, 0.85);
  text-align: center;
  font-family: "Poppins";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  margin-top: 6px;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
}

.owl-item {
  float: left;
}

.swiper.testimonial-swiper.owl-carousel {
  display: block;
}

.owl-carousel .owl-item img {
  width: auto;
}

body .why-choose-us-sec .why-choose-listing ul li h3 {
  color: rgba(0, 0, 0, 0.85);
  font-family: "Poppins";
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  margin-left: 0px;
  text-align: left !important;
}

.contact-form .right-side form p span.wpcf7-form-control-wrap span.wpcf7-not-valid-tip:not(:last-child) {
  display: none;
}

.contact-form .right-side form p span.wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
  margin-top: 2px;
}

.contact-form .right-side form p span.submit-btn::before {
  position: absolute;
  content: "";
  background-image: url(../images/icons.png);
  width: 22px;
  height: 19px;
  background-position: -9px -70px;
  right: 22px;
  top: 20px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(2%) hue-rotate(231deg) brightness(104%) contrast(100%);
  z-index: 79;
}

.map-section {
  height: 635px;
}

body .testimonal-main-wrap {
  max-width: 1360px !important;
  padding-top: 98px;
  padding-bottom: 110px;
}

body .testimonal-main-wrap .fl-module-rich-text p {
  color: rgba(0, 0, 0, 0.85);
  text-align: center;
  font-family: "Poppins";
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  width: 100%;
  max-width: 960px;
  margin: 9px auto 0 auto;
}

body .testimonal-sec .testimonial-swiper {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 36px;
  margin-top: 52px;
}

body .testimonal-sec .testimonial-swiper .testimonial-card {
  background: #ffffff;
  box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.1);
  padding: 45px 15px 48px 40px;
}

body .testimonal-sec .testimonial-swiper .testimonial-card p {
  color: rgba(0, 0, 0, 0.8);
  font-family: "Poppins";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  height: 130px;
  margin-bottom: 36px;
}

body .testimonal-sec .testimonial-swiper .testimonial-card h3.author-name {
  margin-bottom: -9px;
  font-weight: 500;
}

body .testimonal-sec .testimonial-swiper .testimonial-card::before {
  bottom: 56px;
  right: 24px;
}

body .testimonal-main-wrap div#button-sec\ orange-btn {
  margin: 75px 0 0 0;
}

body .testimonal-sec .testimonial-swiper .testimonial-card:hover::before {
  background-color: #b06211;
}

body .testimonal-sec .testimonial-swiper .testimonial-card p.testimonial-location {
  margin-bottom: 4px;
  padding-right: 90px;
}

body .blog-wrap>div,
.category .site-content-inner,
.search .site-content-inner {
  display: flex;
  flex-direction: row;
}

body .blog-wrap>div .blog-content,
.category .site-content-inner div#primary,
.search .site-content-inner div#primary {
  width: 100%;
  padding-right: 55px;
}

body .blog-wrap>div .blog-right-side,
.category .site-content-inner aside#secondary,
.search .site-content-inner aside#secondary {
  width: 395px;
  min-width: 395px;
}

body section.widget_search h2.widget-title {
  display: none;
}

body .blog-posts,
.category div#posts,
.search div#posts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-right: 0px;
  gap: 60px 45px;
}

.category div#posts,
.search div#posts {
  height: auto !important;
  margin: 0;
}

.category div#posts article,
.search div#posts article {
  float: none;
  margin: 0;
  width: 100%;
  position: static !important;
  padding: 0;
  transform: none !important;
  transition-property: none !important;
}

.category div#posts article,
.search div#posts article {
  border: 0 !important;
  transition: none !important;
  transform: none !important;
}

.category div#posts article:hover,
.search div#posts article:hover {
  border: 0;
  transition: none !important;
  transform: none !important;
}

.category div#posts article .entry-media,
.search div#posts article .entry-media {
  margin: 0;
}

body .latest-blog-section {
  padding-top: 108px;
  padding-bottom: 60px;
}

.category div#content,
.search div#content {
  padding: 0 15px;
}

.latest-blog-sec .fl-node-content {
  padding: 0;
}

.category .site-content-inner,
.search .site-content-inner,
body.search.search-results div#page header.page-header,
body.search.search-no-results div#page header.page-header {
  margin: auto;
  width: 100%;
  max-width: 1300px;
}

body.search.search-results div#page header.page-header,
body.search.search-no-results div#page header.page-header {
  padding-top: 23px !important;
  padding: 0 15px;
}

body.search.search-results div#page header.page-header h1.page-title.search-results-title,
body.search.search-no-results div#page header.page-header h1.page-title.search-results-title {
  margin: 0 -15px;
}

body.search.search-no-results div#page header.page-header h1.page-title.search-results-title {
  text-align: center;
}

.category .site-content-inner,
.search .site-content-inner {
  padding-top: 110px;
}

.site .search-form:before,
.site form[role="search"]:before {
  width: 55px !important;
  height: 55px !important;
  right: 0 !important;
  top: 0px !important;
  margin: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #48555f;
  color: #fff;
}

.site form[role="search"] input.search-submit {
  width: 55px !important;
}

.site .search-form:hover:before,
.site form[role="search"]:hover:before {
  background-color: #b06211;
}

.search-form .search-field,
.search-form input[type="search"],
form[role="search"] .search-field,
form[role="search"] input[type="search"] {
  height: 55px;
  background: #f4f3f3;
  border: none;
  color: rgba(0, 0, 0, 0.5);
  font-family: Poppins;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  padding: 10px 66px 10px 36px !important;
}

body .widget_categories h2.widget-title,
body .widget_recent_entries h2.widget-title {
  color: #fff;
  font-family: "Poppins";
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 180%;
  text-transform: uppercase;
  background: #b06211;
  padding: 13px 38px;
  letter-spacing: 0px;
  margin-bottom: 0px;
}

body .widget_categories nav ul li a {
  color: rgba(0, 0, 0, 0.85);
  font-family: "Poppins";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
}

body .widget_categories,
body .widget_recent_entries,
.category .site-content-inner aside#secondary section:not(:first-child),
.search .site-content-inner aside#secondary section:not(:first-child) {
  margin-top: 35px;
}

.category .site-content-inner aside#secondary section,
.search .site-content-inner aside#secondary section {
  margin-bottom: 0;
}

body .widget_categories nav ul li {
  border: 1px solid #dedede;
  padding: 16px 37px;
  border-top: 0px;
}

body .widget_recent_entries .widget-recent-entries-list article {
  padding: 24px 24px 28px 24px;
  border: 1px solid #dedede;
  border-top: 0;
}

body .widget_recent_entries .widget-recent-entries-list article time.entry-date span.day {
  color: #b06211;
  text-align: center;
  font-family: "Poppins";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

body .widget_recent_entries .widget-recent-entries-list article time.entry-date {
  background: #f4f3f3;
  border: 0;
  width: 61px;
  height: 100%;
  padding: 16px 5px;
  margin-right: 16px;
}

body .widget_recent_entries .widget-recent-entries-list article time.entry-date span.month {
  color: rgba(0, 0, 0, 0.85);
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}

body .widget_categories nav ul li.cat-item::before {
  display: none;
}

body .widget_recent_entries .widget-recent-entries-list article h3.entry-title a {
  color: rgba(0, 0, 0, 0.85);
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-transform: capitalize;
  margin-top: -5px;
}

body .widget_recent_entries .widget-recent-entries-list article h3.entry-title {
  margin-bottom: -4px;
}

body .widget_recent_entries .widget-recent-entries-list article .entry-summary {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-transform: capitalize;
  color: rgba(0, 0, 0, 0.85);
  font-family: Poppins;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  margin-bottom: 0;
}

body .widget_recent_entries .widget-recent-entries-list article .link-more a.more-link {
  color: #b06211;
  font-family: "Poppins";
  font-size: 12px;
  text-transform: uppercase;
}

body .blog-posts .blog-image a img,
.category div#posts article .entry-media img.wp-post-image,
.search div#posts article .entry-media img.wp-post-image {
  width: 100%;
  height: 200px;
  background: #f4f3f3;
  object-fit: cover;
  margin-bottom: 21px;
}

body .blog-posts h4,
body .blog-posts h3,
.category div#posts article h2.entry-title,
.search div#posts article h2.entry-title {
  color: #202020;
  font-family: "Montserrat";
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.19px;
  text-transform: uppercase;
  padding: 0 8px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 14px;
}

body .blog-posts h4 a:hover,
.category div#posts article h2.entry-title a:hover,
.search div#posts article h2.entry-title a:hover {
  color: #b06211;
}

body #content .blog-posts .read-more:hover,
body #content .blog-card .read-more-button:hover,
.entry-content .link-more a.more-link:hover {
  text-decoration: none;
  color: #000;
}

body .pagination {
  margin: 60px 0 0 0;
}

body .pagination ul.page-numbers {
  display: flex;
  justify-content: center;
}

body .latest-blog-sec,
.category .site-content-inner,
.search .site-content-inner {
  padding-bottom: 108px;
}

body .blog-posts p,
.category div#posts article .entry-content .entry-summary,
.search div#posts article .entry-content .entry-summary {
  color: rgba(0, 0, 0, 0.8);
  font-family: "Poppins";
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 148px;
  padding: 0 8px;
  margin-bottom: 27px;
}

body #content .blog-posts .read-more,
body #content .blog-card .read-more-button,
.entry-content .link-more a.more-link {
  color: #b06211;
  font-family: "Poppins";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration-line: underline;
  padding: 0 8px;
}

body #content .blog-slider .blog-card .read-more-button {
  padding: 0;
}

body #content .blog-posts .read-more,
body #content .blog-card .read-more-button {
  border: 0;
  background: transparent !important;
}

body #content .blog-posts .read-more:after,
body #content .blog-card .read-more-button::after,
body #content .blog-posts .read-more:before,
body #content .blog-card .read-more-button::before {
  display: none;
}

f body .pagination ul.page-numbers li .page-numbers {
  width: 52px;
  height: 52px;
  text-align: center;
  font-family: "Poppins";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border: 1px solid #bcbcbc;
  margin: 0 20px 0 0;
}

body .pagination ul.page-numbers li:last-child .page-numbers {
  margin-right: 0;
}

body .pagination ul.page-numbers li .page-numbers.current {
  border: 1px solid #b06211;
}

body .pagination ul.page-numbers li a.prev.page-numbers,
body .pagination ul.page-numbers li a.next.page-numbers {
  font-size: 0;
  position: relative;
}

.pagination .next:before,
.pagination .prev:before {
  background: url(../images/chevron-left.svg);
  background-size: 25px;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 20px;
  background-color: transparent !important;
  opacity: 1 !important;
  display: block !important;
}

.pagination .next:before {
  transform: rotate(180deg);
}

.pagination .next:hover::before,
.pagination .prev:hover::before {
  filter: brightness(0) saturate(100%) invert(98%) sepia(89%) saturate(2%) hue-rotate(205deg) brightness(109%) contrast(100%);
}

body .pagination ul.page-numbers li .page-numbers:hover {
  background-color: #b06211;
  border: 1px solid #b06211;
  color: #fff;
}

body .blog-detail-headings .inner-banner-section {
  margin-bottom: 108px;
}

body .blog-detail-wrapper article.blog-main-content img {
  width: 100%;
  height: 345px;
  margin-left: -6px;
  object-fit: contain;
  background-color: #f4f3f3;
  border: 1px solid #f1f1f1;
}

body .blog-detail-wrapper section.widget_search {
  margin-bottom: 35px;
}

nav.navigation.post-navigation {
  display: none;
}

body .blog-detail-wrapper article.blog-main-content .blog-title h2 {
  color: #202020;
  font-family: "Montserrat";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.22px;
  text-transform: uppercase;
}

body .blog-detail-wrapper article.blog-main-content .blog-title {
  margin-top: 36px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 14px;
}

body .blog-detail-wrapper article.blog-main-content {
  padding-left: 6px;
}

body .blog-detail-wrapper article.blog-main-content .category-name span {
  color: #b06211;
  font-family: "Poppins";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  margin-right: 2px;
}

body .blog-detail-wrapper article.blog-main-content .category-name a.category-tag {
  color: #000;
  font-family: "Poppins";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  text-decoration: none;
}

body .widget_recent_entries .widget-recent-entries-list article .link-more a.more-link:hover,
body .blog-posts a button.read-more-button:hover,
.category div#posts article .link-more:hover,
.search div#posts article .link-more:hover {
  color: #000;
}

body .blog-posts a button.read-more-button:hover,
.category div#posts article .link-more:hover,
.search div#posts article .link-more:hover {
  text-decoration: none;
}

body .widget_categories nav ul li a:hover,
body .widget_categories nav ul li.current-cat a {
  color: #b06211;
  text-decoration: none;
}

body .blog-detail-wrapper article.blog-main-content .category-name a.category-tag:hover,
body .widget_recent_entries .widget-recent-entries-list article h3.entry-title a:hover {
  color: #b06211;
}

body .blog-detail-wrapper article.blog-main-content .blog-content {
  margin-top: 19px;
}

body .blog-detail-wrapper {
  display: flex;
  max-width: 1300px;
  padding: 60px 15px 105px 15px;
  width: 100%;
}

body .blog-detail-wrapper article.blog-main-content .blog-content p {
  color: rgba(0, 0, 0, 0.8);
  font-family: "Poppins";
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  margin-bottom: 10px;
}

body .blog-detail-wrapper article.blog-main-content .blog-content p:last-child {
  margin-bottom: 0px;
}

body .blog-detail-wrapper>div.content-area {
  width: 100%;
  float: none;
  padding-right: 64px;
}

body .blog-detail-wrapper>aside.sidebar {
  width: 395px;
  min-width: 395px;
}

body .portfolio-sec {
  padding: 98px 15px 110px 15px;
  max-width: 1370px !important;
}

body .portfolio-sec .why-contact-us-desc {
  margin-top: 17px;
}

body .portfolio-sec .why-contact-us-desc p {
  color: rgba(0, 0, 0, 0.85);
  text-align: center;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  max-width: 1140px;
  width: 100%;
  margin: 0 auto 17px auto;
}

body .portfolio-sec .filter-tab-section .wm-filters button.filter-btn {
  color: #4c5862;
  text-align: center;
  font-family: "Poppins";
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  padding: 9px 22px;
  border: 1px solid #4c5862;
  margin-right: 20px;
}

body p>strong {
  font-weight: 600 !important;
}

body .portfolio-sec .filter-tab-section .wm-filters button.filter-btn.active,
body .portfolio-sec .filter-tab-section .wm-filters button.filter-btn:hover {
  background-color: #b06211 !important;
  border-color: #b06211 !important;
  color: #fff !important;
}

body .portfolio-sec .filter-tab-section .wm-projects-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px 23px;
  margin-top: 58px;
}

body .portfolio-sec .filter-tab-section .wm-projects-grid .card-image {
  width: 100%;
  height: 479px;
  background-color: #f4f3f3;
  position: relative;
}

.portfolio-slider-sec .swiper-slide .card-image {
  position: relative;
}

.portfolio-slider-sec .swiper-slide .card-image::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: auto;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0.7) 95%);
}

body .portfolio-sec .filter-tab-section .wm-projects-grid .card-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

body .portfolio-sec .filter-tab-section .wm-projects-grid .card-overlay {
  padding: 25px 0 0;
}

body .portfolio-sec .filter-tab-section .wm-projects-grid .card-overlay h3 {
  width: 100%;
  height: 100%;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

body .portfolio-sec .filter-tab-section .wm-projects-grid .card-overlay h3 a {
  text-align: center;
  font-family: "Montserrat";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}

body .portfolio-sec .filter-tab-section .wm-projects-grid .card-overlay h3 a:hover {
  color: #b06211;
}

body .portfolio-sec .filter-tab-section .wm-filters {
  text-align: center;
}

body .portfolio-sec .filter-tab-section .wm-filters button.filter-btn::before {
  display: none;
}

body .portfolio-sec .why-contact-us-desc p:last-child {
  margin-bottom: 0px;
}

body .portfolio-sec .filter-tab-section .wm-filters {
  text-align: center;
}

body .portfolio-sec .filter-tab-section {
  margin: 58px 0 0 0;
}

body.custom-background div#page {
  overflow: hidden;
}

html body .uwy.userway_p3 .userway_buttons_wrapper {
  bottom: 51px;
}

body .portfolio-detail-container section.content-section>.section-content {
  display: flex;
  align-items: center;
}

body .portfolio-detail-container section.content-section>.section-content>div {
  width: 50%;
}

body .portfolio-detail-container section.content-section>.section-content>.section-image {
  position: relative;
  max-width: 100%;
  width: 54%;
  margin-right: 63px;
}

body .portfolio-detail-container section.content-section>.section-content>.section-text h2.sec-title {
  text-align: left;
  margin-top: 16px;
  margin-bottom: 20px;
}

body .portfolio-detail-container section.content-section>.section-content>.section-text .section-description p {
  color: rgba(0, 0, 0, 0.85);
  font-family: "Poppins";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  margin-bottom: 12px;
}

body .portfolio-detail-container section.content-section>.section-content>.section-text .section-description p:last-child {
  margin-bottom: 0px;
}

.header-section .fl-col-group .fl-col-has-cols.main-menu-right .main-menu ul#menu-header-menu li ul.sub-menu>li a {
  border-bottom: 0px;
  padding: 16px 0 16px 0;
  font-size: 16px;
}

.header-section .fl-col-group .fl-col-has-cols.main-menu-right .main-menu ul#menu-header-menu li ul.sub-menu>li a:hover,
.header-section .fl-col-group .fl-col-has-cols.main-menu-right .main-menu ul#menu-header-menu li ul.sub-menu>li.current_page_item,
.header-section .fl-col-group .fl-col-has-cols.main-menu-right .main-menu ul#menu-header-menu li ul.sub-menu>li.current_page_item a {
  border-bottom: 0px;
  color: #b06211;
}

.header-section .fl-col-group .fl-col-has-cols.main-menu-right .main-menu ul#menu-header-menu li.current-menu-parent>div>a,
.header-section .fl-col-group .fl-col-has-cols.main-menu-right .main-menu ul#menu-header-menu li.current_page_item>a,
.header-section .fl-col-group .fl-col-has-cols.main-menu-right .main-menu ul#menu-header-menu li a:hover {
  color: #b06211;
}

.header-section .fl-col-group .fl-col-has-cols.main-menu-right .main-menu ul#menu-header-menu li ul.sub-menu,
footer .footer-menu ul#menu-footer-menu li ul.sub-menu {
  width: 296px;
  background: #fff;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1);
  padding: 0 24px;
  left: -50%;
  transform: translateX(-20%);
}

.header-section .fl-col-group .fl-col-has-cols.main-menu-right .main-menu ul#menu-header-menu li ul.sub-menu>li {
  margin: 0;
  text-align: center;
  border-bottom: 1px solid #dddddd;
}

.header-section .fl-col-group .fl-col-has-cols.main-menu-right .main-menu ul#menu-header-menu li ul.sub-menu>li:last-child {
  border-bottom: 0px;
}

body .portfolio-detail-container section.content-section>.section-content>.section-image img {
  width: 520px;
  height: 520px;
  margin: 0 0 0 auto;
}

body .portfolio-detail-container section.content-section>.section-content>.section-image img.after-img {
  z-index: 1;
  position: relative;
  margin: 0 0 0 40px;
  width: 100%;
  height: auto;
  max-width: 584px;
  background: #f4f3f3;
  object-fit: contain;
}

body .portfolio-detail-container section.content-section>.section-content>.section-image img.before-img {
  position: absolute;
  top: auto;
  left: 0;
  bottom: -35px;
  z-index: 0;
  opacity: 0.3;
}

body .design-details-sec {
  max-width: 100% !important;
  background: #f4f3f3;
  padding: 102px 15px 100px 15px;
}

body .design-details-sec p {
  color: rgba(0, 0, 0, 0.85);
  text-align: center;
  font-family: "Poppins";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  max-width: 1263px;
  margin-bottom: 17px;
}

body .design-details-sec>.fl-row-content-wrap {
  max-width: 1330px !important;
  margin: 0 auto;
}

body.project-detail-page .inner-banner-section {
  margin-bottom: 0 !important;
  position: relative;
}

body.project-detail-page .site-content-inner {
  padding: 0 !important;
  max-width: 100% !important;
  width: 100%;
}

body.project-detail-page .site-content-inner .portfolio-content-sections .title-wrapper p {
  color: rgba(0, 0, 0, 0.85);
  font-family: "Poppins";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  text-align: center;
  margin-top: 18px;
}

body.project-detail-page .site-content-inner .portfolio-content-sections .title-wrapper {
  padding: 98px 15px 55px 15px;
  max-width: 1300px;
  margin: 0 auto;
}

body.project-detail-page .site-content-inner .portfolio-content-sections section.content-section {
  width: 100%;
  max-width: 1335px;
  margin: 0 auto;
  padding: 0 15px;
}

body.project-detail-page .site-content-inner .portfolio-content-sections section.process-section .section-image {
  margin-right: 0;
}

body.project-detail-page .site-content-inner .portfolio-content-sections section.process-section {
  padding: 140px 15px;
}

body.project-detail-page .site-content-inner .portfolio-content-sections section.process-section img.after-img {
  margin: 0 40px 0 auto;
}

body.project-detail-page .site-content-inner .portfolio-content-sections section.process-section img.before-img {
  left: auto;
  right: 0;
}

body.project-detail-page .site-content-inner .portfolio-content-sections section.gallery-section {
  padding: 102px 30px 95px 30px;
  background: #f4f3f3;
  margin-top: 144px;
}

body.project-detail-page .site-content-inner .portfolio-content-sections section.gallery-section .before-after-carousel {
  max-width: 1300px;
  margin: 40px auto 0 auto;
}

body.project-detail-page .site-content-inner .portfolio-content-sections section.gallery-section .before-after-carousel .before-after-slide {
  display: flex;
  box-shadow: 0 0 10px #cfcfcf;
}

body.project-detail-page .site-content-inner .portfolio-content-sections section.gallery-section .before-after-carousel .before-after-slide .ba-item {
  border: 10px solid #fff;
  width: 100%;
  height: 548px;
  position: relative;
}

body.project-detail-page .site-content-inner .portfolio-content-sections section.gallery-section .before-after-carousel .before-after-slide .ba-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

body.project-detail-page .site-content-inner .portfolio-content-sections section.gallery-section .before-after-carousel .before-after-slide .ba-item:last-child {
  border-left: 0px;
}

body.project-detail-page .site-content-inner .portfolio-content-sections section.gallery-section .before-after-carousel .before-after-slide .ba-item:last-child img {
  object-position: right;
}

body.project-detail-page .site-content-inner .portfolio-content-sections section.gallery-section .before-after-carousel .before-after-slide .ba-item span.label {
  background-color: #ffffff;
  position: absolute;
  bottom: 0;
  width: 139px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #b06211;
  text-align: center;
  font-family: "Montserrat";
  font-size: 19px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  padding: 6px;
}

body.project-detail-page .site-content-inner .portfolio-content-sections section.gallery-section .before-after-carousel .owl-dots {
  margin: 46px auto 0 auto;
  width: fit-content;
}

.project-detail-page .portfolio-inner-slider-sec .portfolio-slider-sec {
  margin-bottom: 0 !important;
}

.project-detail-page .portfolio-inner-slider-sec {
  padding: 99px 30px 110px 30px;
  max-width: 1330px;
  margin: 0 auto;
}

.project-detail-page .portfolio-inner-slider-sec p {
  color: rgba(0, 0, 0, 0.85);
  text-align: center;
  font-family: "Poppins";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  margin: 11px auto 45px;
}

.project-detail-page .portfolio-inner-slider-sec .portfolio-slider-sec .owl-pagination {
  display: none;
}

.project-detail-page .portfolio-inner-slider-sec .portfolio-slider-sec .card-image {
  height: 479px;
}

body .cids-sec {
  padding: 110px 0;
}

body .cids-sec .fl-col-group .fl-col:nth-child(2) {
  padding: 0 0 0 56px;
}

body .cids-sec .fl-col-group .fl-col:nth-child(2) p {
  color: rgba(0, 0, 0, 0.85);
  font-family: "Poppins";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  margin-bottom: 16px;
}

body .dental-office-sec>.fl-row-content-wrap {
  padding: 106px 0 106px 0;
}

body .dental-office-sec>.fl-row-content-wrap .fl-module.fl-module-rich-text p {
  color: rgba(0, 0, 0, 0.85);
  text-align: center;
  font-family: "Poppins";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}

body .dental-office-sec .dental-listing .information-img>.fl-photo-content {
  width: auto;
}

body .dental-office-sec .dental-listing .information-img {
  width: 76px;
  height: 76px;
  background-color: #f4f3f3;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

body .dental-office-sec>.fl-row-content-wrap .fl-col-group.fl-col-group-nested .dental-listing {
  width: 100%;
  padding: 52px 46px 115px 46px;
  background-color: #fff;
  box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.04);
}

body .dental-office-sec>.fl-row-content-wrap .fl-col-group.fl-col-group-nested .dental-listing>div>.fl-module-rich-text {
  margin: 14px 0 0 0;
}

body .dental-office-sec>.fl-row-content-wrap .fl-col-group.fl-col-group-nested .dental-listing>div>.fl-module-rich-text p {
  font-weight: 500;
  text-align: left;
}

body .dental-office-sec>.fl-row-content-wrap .fl-col-group.fl-col-group-nested .dental-listing>div {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 0;
  align-content: flex-start;
}

body .dental-office-sec>.fl-row-content-wrap .fl-col-group.fl-col-group-nested .dental-listing>div h4.information-title,
body .dental-office-sec>.fl-row-content-wrap .fl-col-group.fl-col-group-nested .dental-listing>div h3.information-title {
  width: calc(100% - 90px);
  height: fit-content;
  color: #b06211;
  font-family: "Montserrat";
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  padding-left: 24px;
  padding-top: 24px;
}

body .dental-office-sec>.fl-row-content-wrap .fl-col-group.fl-col-group-nested {
  margin-top: 35px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}

body .dental-office-sec>.fl-row-content-wrap .fl-module.fl-module-rich-text {
  margin: 10px auto 10px auto;
}

body .dental-office-sec>.fl-row-content-wrap .fl-col-group.fl-col-group-nested {
  margin-top: 35px;
}

body .cids-sec .fl-col-group {
  display: flex;
  align-items: center;
}

body .cids-sec .fl-col-group .fl-col:nth-child(2) h2.sec-title {
  text-align: left;
  margin-bottom: 16px;
}

body .dental-office-sec>.fl-row-content-wrap .fl-col-group.fl-col-group-nested .dental-listing ul {
  margin: 27px 0 0 9px;
}

body .dental-office-sec>.fl-row-content-wrap .fl-col-group.fl-col-group-nested .dental-listing ul li {
  color: rgba(0, 0, 0, 0.85);
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  padding-left: 35px;
  margin-bottom: 16px;
  position: relative;
}

body .dental-office-sec>.fl-row-content-wrap .fl-col-group.fl-col-group-nested .dental-listing ul li::before {
  position: absolute;
  content: "";
  background-image: url(../images/icons.png);
  width: 20px;
  height: 17px;
  background-position: -9px -102px;
  z-index: 111;
  left: 0;
  top: 7px;
  filter: brightness(0) saturate(100%) invert(39%) sepia(65%) saturate(741%) hue-rotate(352deg) brightness(93%) contrast(93%);
}

body .stand-out-sec>div>div {
  padding: 98px 15px;
  max-width: 1380px !important;
  margin: 0 auto;
}

body .stand-out-sec .fl-module-rich-text p {
  color: rgba(0, 0, 0, 0.85);
  text-align: center;
  font-family: "Poppins";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  max-width: 1000px;
  margin: 0 auto;
}

body .book-consultation-sec>.fl-row-content-wrap {
  padding: 108px 0px 98px 0px;
}

body .stand-out-sec .fl-module-rich-text {
  margin: 17px 0 0 0;
}

body .book-consultation-sec .fl-module.fl-module-rich-text {
  margin-top: 23px;
}

body .book-consultation-sec p {
  color: rgba(0, 0, 0, 0.85);
  text-align: center;
  font-family: "Poppins";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  max-width: 1220px;
  margin: 0 auto 20px auto;
}

body .book-consultation-sec .description-text-info p {
  font-size: 23px;
  font-weight: 600;
}

body .stand-out-sec .fl-col-group-nested>.fl-col .fl-module-photo>.fl-photo-content {
  width: 77px;
  height: 77px;
  background-color: #b06211;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

body .stand-out-sec .fl-col-group-nested>.fl-col .fl-module-rich-text {
  margin-top: 10px;
  padding: 0 0px;
}

.stand-out-sec .fl-node-content {
  padding-left: 0;
  padding-right: 0;
}

body .widget .widget-title>span.toggle-icon {
  display: none;
  margin: 0px !important;
}

body .stand-out-sec .fl-col-group-nested>.fl-col h3.fl-module {
  color: #000;
  text-align: center;
  font-family: "Montserrat";
  font-size: 21px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  text-transform: uppercase;
  margin: 24px auto 0 auto;
}

body .stand-out-sec .fl-col-group-nested>.fl-col .fl-module-photo {
  margin: 0px auto 0 auto;
}

body .stand-out-sec .fl-col-group-nested>.fl-col {
  width: 100%;
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
}

body .stand-out-sec .fl-col-group-nested>.fl-col::before {
  position: absolute;
  width: 100%;
  height: 2px;
  left: 104%;
  transform: translateX(-50%);
  top: 40px;
  display: block;
  background-image: url(../images/dashed-line.png);
  background-size: 1000px;
  background-repeat: no-repeat;
  filter: brightness(0);
}

body .stand-out-sec .fl-col-group-nested>.fl-col:last-child::before {
  display: none;
}

body .stand-out-sec .fl-col-group-nested {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 35px;
  margin-top: 40px;
}

body .book-consultation-sec p.description-text {
  font-size: 23px;
  font-weight: 600;
  margin-top: 25px;
}

body .work-withus-sec {
  max-width: 100% !important;
  padding: 105px 15px;
  background-color: #f4f3f3;
}

body .work-withus-sec>.fl-row-content-wrap>.fl-row-content>.fl-col-group>.fl-col:nth-child(1) h2.sec-title {
  text-align: left;
  margin-bottom: 53px;
}

body .work-withus-sec .with-us-box {
  display: flex;
  flex-direction: column;
  padding-left: 106px;
  position: relative;
  min-height: 66px;
  justify-content: center;
  margin-bottom: 31px;
}

body .work-withus-sec>.fl-row-content-wrap>.fl-row-content>.fl-col-group>.fl-col:nth-child(2) {
  height: 585px;
}

body .work-withus-sec>.fl-row-content-wrap>.fl-row-content>.fl-col-group>.fl-col:nth-child(2) div,
body .work-withus-sec>.fl-row-content-wrap>.fl-row-content>.fl-col-group>.fl-col:nth-child(2) div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body .work-withus-sec>.fl-row-content-wrap>.fl-row-content>.fl-col-group {
  align-items: center;
}

body .work-withus-sec .with-us-box:last-child {
  margin-bottom: 0px;
}

body .work-withus-sec .with-us-box .fl-module.fl-module-photo {
  width: 66px;
  height: 66px;
  background: #fff;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.05);
  position: absolute;
  border-radius: 50px;
  left: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}

body .work-withus-sec .with-us-box .fl-module.fl-module-photo>div {
  width: auto;
}

body .work-withus-sec .with-us-box h3 {
  color: #000;
  font-family: Montserrat;
  font-size: 21px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  text-transform: uppercase;
  margin-bottom: 0px;
}

body .work-withus-sec .with-us-box p {
  color: rgba(0, 0, 0, 0.8);
  font-family: "Poppins";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.36px;
  max-width: 410px;
}

body .fetured-project-sec {
  margin: 0 auto !important;
  padding: 96px 15px 110px 15px;
}

body .fetured-project-sec .swiper-slide .card-image {
  height: 480px;
}

body .fetured-project-sec .portfolio-section {
  padding: 48px 0 53px 0;
}

body .fetured-project-sec .portfolio-section .owl-pagination {
  display: none;
}

body .execution-phase-section>div {
  padding: 112px 0 100px;
}

body .execution-phase-section>div .execution-phase-regular-text {
  width: 100%;
  max-width: 990px;
  margin: 0 auto;
}

body .project-cs-sec>div>.fl-row-content>.fl-col-group:nth-child(1) {
  display: flex;
  align-items: center;
}

body .project-cs-sec {
  padding: 110px 0 100px 0;
}

body .project-cs-sec>div>.fl-row-content>.fl-col-group:nth-child(1) .fl-col:nth-child(1) {
  width: 46.5%;
  height: 365px;
}

body .execution-phase-section .phase-last-text {
  margin: 50px auto 0 auto;
  max-width: 1000px;
}

body .project-cs-sec>div>.fl-row-content>.fl-col-group:nth-child(1) .fl-col:nth-child(1) div,
body .project-cs-sec>div>.fl-row-content>.fl-col-group:nth-child(1) .fl-col:nth-child(1) div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body .project-cs-sec>div>.fl-row-content>.fl-col-group:nth-child(1) .fl-col:nth-child(2) {
  width: 53%;
  padding-left: 82px;
}

body .project-cs-sec>div>.fl-row-content>.fl-col-group:nth-child(1) .fl-col:nth-child(2) p {
  color: rgba(0, 0, 0, 0.85);
  font-family: "Poppins";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.36px;
}

body .project-cs-sec>div>.fl-row-content>.fl-col-group:nth-child(1) .fl-col:nth-child(2) .fl-module-rich-text p strong {
  color: #000;
  font-size: 20px;
  font-weight: 500 !important;
  line-height: 180%;
}

body .project-cs-sec>div>.fl-row-content>.fl-col-group:nth-child(1) .fl-col:nth-child(2) .fl-module-rich-text:not(:last-child) {
  margin-bottom: 18px;
}

body .project-cs-sec>div>.fl-row-content>.fl-col-group:nth-child(1) .fl-col:nth-child(2) h2.sec-title {
  margin-bottom: 5px;
}

body .project-cs-sec>div>.fl-row-content>.fl-col-group:nth-child(2) {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 47px;
  margin-top: 59px;
}

body .project-cs-sec>div>.fl-row-content>.fl-col-group:nth-child(2)>.fl-col {
  background: #fff;
  box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.07);
  width: 100%;
  padding: 28px 15px 25px 38px;
  height: 100%;
  min-height: 145px;
}

body .project-cs-sec>div>.fl-row-content>.fl-col-group:nth-child(2)>.fl-col>.fl-col-content .fl-module-photo {
  min-width: 66px;
  margin-right: 20px;
  text-align: center;
}

body .project-cs-sec>div>.fl-row-content>.fl-col-group:nth-child(2)>.fl-col>.fl-col-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  align-items: center;
}

body .project-cs-sec>div>.fl-row-content>.fl-col-group:nth-child(3) {
  margin-top: 60px;
}

body .project-cs-sec>div>.fl-row-content>.fl-col-group:nth-child(3) p {
  color: rgba(0, 0, 0, 0.85);
  text-align: center;
  font-family: "poppins";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.36px;
}

body .project-cs-sec>div>.fl-row-content>.fl-col-group:nth-child(2)>.fl-col>.fl-col-content .fl-module-rich-text p {
  color: #000;
  font-family: "Montserrat";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  text-align: left;
}

.description-text-info a {
  font-size: inherit;
  font-family: "Poppins" !important;
  line-height: inherit;
  color: #b06211;
}

.description-text-info a:hover {
  color: #333;
}

.sec-title.mobile-title {
  display: none;
}

footer .footer-menu ul#menu-footer-menu li {
  position: relative;
}

footer .footer-menu ul#menu-footer-menu li ul.sub-menu {
  height: 100%;
  min-height: max-content;
  line-height: normal;
  left: 0;
  transform: translateX(-0%);
  width: 140px;
  position: absolute;
  padding: 10px 15px;
  z-index: 99;
  margin-top: 5px;
}

footer .footer-menu ul#menu-footer-menu li ul.sub-menu {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

footer .footer-menu ul#menu-footer-menu li a:hover~ul.sub-menu,
footer .footer-menu ul#menu-footer-menu li ul.sub-menu:hover {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

footer .footer-menu ul#menu-footer-menu li ul.sub-menu li a:hover {
  color: #b06211;
}

footer .footer-menu ul#menu-footer-menu li a::before {
  display: none;
}

footer .footer-menu ul#menu-footer-menu li ul.sub-menu li a {
  color: #333;
}

footer .footer-menu ul#menu-footer-menu li ul.sub-menu li:not(:last-child) {
  margin-bottom: 12px;
}

footer .footer-menu ul#menu-footer-menu li a:hover,
footer .footer-menu ul#menu-footer-menu li>ul li.current_page_item a,
footer .footer-menu ul#menu-footer-menu li.current-menu-parent>a,
footer .footer-menu ul#menu-footer-menu>li.current-menu-item>a,
footer .footer-menu ul#menu-footer-menu>li.current_page_item>a {
  color: #b06211 !important;
}

body .blog-posts a button.read-more-button {
  margin-top: 8px;
}

.blog-posts .blog-card ul.wp-block-list,
body .blog-detail-wrapper article.blog-main-content .blog-content ul.wp-block-list {
  padding: 0 8px;
  margin-bottom: 18px;
}

body .blog-detail-wrapper article.blog-main-content .blog-content ul.wp-block-list {
  padding: 0 !important;
}

.blog-posts .blog-card ul.wp-block-list li,
body .blog-detail-wrapper article.blog-main-content .blog-content ul.wp-block-list li {
  padding-left: 30px;
}

.blog-posts .blog-card ul.wp-block-list li::before,
body .blog-detail-wrapper article.blog-main-content .blog-content ul.wp-block-list li::before {
  position: absolute;
  content: "";
  background-image: url(../images/icons.png);
  width: 20px;
  height: 17px;
  background-position: -9px -102px;
  z-index: 111;
  left: 0;
  top: 7px;
}

.blog-posts .blog-card ul.wp-block-list li,
body .blog-detail-wrapper article.blog-main-content .blog-content ul.wp-block-list li {
  font-weight: 500;
  font-size: 18px;
  line-height: 180%;
  color: #000000 !important;
  padding-left: 40px;
  position: relative;
}

.blog-posts .blog-card ul.wp-block-list li:first-letter,
body .blog-detail-wrapper article.blog-main-content .blog-content ul.wp-block-list li::first-letter {
  text-transform: capitalize;
}

.blog-posts .blog-card ul.wp-block-list li:not(:last-child),
body .blog-detail-wrapper article.blog-main-content .blog-content ul.wp-block-list li:not(:last-child) {
  margin-bottom: 11px;
}

body .blog-posts a button.read-more-button,
.category div#posts article .link-more,
.search div#posts article .link-more {
  font-weight: 600;
  border: 0;
  padding: 0;
  margin: 0;
  font-size: 20px;
  line-height: 100%;
  color: #b06211;
  font-family: "Poppins";
  letter-spacing: 0;
  text-decoration: underline;
  text-transform: uppercase;
}

body .blog-posts a button.read-more-button:hover {
  background: transparent !important;
}

body .blog-posts a button.read-more-button:hover::after {
  display: none;
}

::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
  font-weight: 400;
}

:-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
  font-weight: 400;
}

::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
  font-weight: 400;
}

input::placeholder {
  color: rgba(0, 0, 0, 0.5);
  font-weight: 400;
}

.category div#posts article footer.entry-meta,
.search div#posts article footer.entry-meta {
  display: none;
}

.category div#posts article header.entry-header,
.search div#posts article header.entry-header {
  margin: 0;
}

div#content article#post-26 {
  background-color: #f4f3f3;
}

body .blog-detail-wrapper article.blog-main-content .blog-content ul.wp-block-list {
  margin-top: 23px;
}

.why-contact-us-desc>p:last-child {
  margin-top: 9px;
}

body .blog-posts .blog-card {
  position: relative;
}

body #mobile-menu {
  display: none;
}

header.site-header .fl-col.fl-col-has-cols>div>div:nth-child(1)>.fl-col:last-child .fl-col-content .got-project-sec a:hover {
  color: #fff !important;
  text-decoration: underline;
}

#button-sec\ orange-btn {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

#button-sec\ orange-btn a {
  color: #fff !important;
  text-decoration: none;
}

div#button-sec\ orange-btn a:hover,
body .banner-section .banner-content>div .btn-group .n2-ss-layer-row-inner>.n2-ss-layer:nth-child(2) a:hover {
  color: #fff;
}

body .grecaptcha-badge {
  bottom: 80px !important;
  z-index: 99 !important;
}

/* 07-08-2025 */
body .testimonal-sec .google-reviews-wrap .wp-gr>.grw-header,
body .testimonials-section .testimonal-slider .google-reviews-wrap .grw-header {
  display: none;
}

body .testimonal-sec .google-reviews-wrap .wp-gr>.grw-row .grw-reviews {
  gap: 40px 36px;
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  overflow: visible !important;
  margin-top: 53px !important;
}

body .testimonials-section .testimonal-slider .google-reviews-wrap .grw-review {
  border-radius: 0px !important;
  padding: 57px 65px 55px 42px !important;
  position: relative !important;
  background-color: #fff !important;
  box-shadow: 0px 17px 30px 0px #0000001a !important;
  transform: scale(0.94) !important;
}

body .testimonials-section .testimonal-slider .google-reviews-wrap .grw-content-inner .rpi-dots-wrap {
  padding-top: 0px !important;
}

body .testimonials-section .testimonal-slider .google-reviews-wrap .grw-content-inner {
  margin-bottom: 0px !important;
  margin-top: 50px !important;
}

body .testimonials-section .testimonal-slider .google-reviews-wrap .grw-content-inner .rpi-dots-wrap .rpi-dot {
  width: 12px !important;
  height: 12px !important;
  padding: 0 !important;
  background-color: #d9d9d9 !important;
  border: none;
  border-radius: 50px !important;
  position: relative !important;
  display: block !important;
  transition: all 0.3s !important;
  transform: scale(1) !important;
}

body .testimonials-section .testimonal-slider .google-reviews-wrap .grw-content-inner .rpi-dots-wrap .rpi-dots {
  align-items: center;
  gap: 30px !important;
}

body .testimonials-section .testimonal-slider .google-reviews-wrap .grw-content-inner .rpi-dots-wrap .rpi-dot.active {
  width: 16px !important;
  height: 16px !important;
  background-color: #b06211 !important;
  transition: all 0.3s !important;
}

body .testimonials-section .testimonal-slider .google-reviews-wrap .grw-review>.grw-review-inner {
  background: transparent !important;
}

body .testimonal-sec .google-reviews-wrap .wp-gr>.grw-row .grw-reviews .grw-review,
body .testimonal-sec .google-reviews-wrap .wp-gr>.grw-row .grw-reviews .grw-review .grw-review-inner {
  background-color: #fff !important;
  opacity: 1 !important;
}

body .testimonal-sec .google-reviews-wrap .wp-gr>.grw-row .grw-reviews .grw-review {
  background: #fff !important;
  box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.1) !important;
  padding: 45px 15px 48px 40px !important;
  position: relative;
}

body .testimonal-sec .google-reviews-wrap .wp-gr>.grw-row .grw-reviews .grw-review .grw-review-inner,
body .testimonials-section .testimonal-slider .google-reviews-wrap .grw-review>.grw-review-inner {
  justify-content: flex-end;
  padding: 0 !important;
  gap: 0;
}

body .testimonials-section .testimonal-slider .google-reviews-wrap .grw-review>.grw-review-inner .wp-google-wrap,
body .testimonal-sec .google-reviews-wrap .wp-gr>.grw-row .grw-reviews .grw-review .grw-review-inner .wp-google-wrap {
  order: 1;
  margin-bottom: 29px !important;
  height: 63%;
}

body .testimonials-section .testimonal-slider .google-reviews-wrap .grw-review>.grw-review-inner .wp-google-left,
body .testimonal-sec .google-reviews-wrap .wp-gr>.grw-row .grw-reviews .grw-review .grw-review-inner .wp-google-left {
  order: 2;
}

body .testimonials-section .testimonal-slider .google-reviews-wrap .grw-review>.grw-review-inner .wp-google-stars,
body .testimonal-sec .google-reviews-wrap .wp-gr>.grw-row .grw-reviews .grw-review .grw-review-inner .wp-google-stars {
  order: 3;
  margin: 3px 0 0 0px !important;
}

body .testimonal-sec .google-reviews-wrap .wp-gr>.grw-row .grw-reviews .grw-review .grw-review-inner .wp-google-left img.grw-review-avatar,
body .testimonal-sec .google-reviews-wrap .wp-gr>.grw-row .grw-content>a.wp-google-url,
body .testimonal-sec .google-reviews-wrap .wp-gr>.grw-row .grw-reviews .grw-review .grw-review-inner>svg {
  display: none !important;
}

body .testimonials-section .testimonal-slider .google-reviews-wrap .grw-review>.grw-review-inner .wp-google-left a.wp-google-name,
body .testimonal-sec .google-reviews-wrap .wp-gr>.grw-row .grw-reviews .grw-review .grw-review-inner .wp-google-left a.wp-google-name {
  font-family: Poppins !important;
  font-weight: 600 !important;
  font-size: 20px !important;
  line-height: 180% !important;
  color: #000 !important;
  margin-bottom: 0px !important;
  padding-right: 90px !important;
}

body .testimonials-section .testimonal-slider .google-reviews-wrap .grw-review>.grw-review-inner .wp-google-left .wp-google-time,
body .testimonal-sec .google-reviews-wrap .wp-gr>.grw-row .grw-reviews .grw-review .grw-review-inner .wp-google-left .wp-google-time {
  color: rgba(0, 0, 0, 0.8) !important;
  font-family: "Poppins" !important;
  font-size: 18px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 180% !important;
  margin-bottom: 0px !important;
  margin-top: -10px !important;
}

body .testimonials-section .testimonal-slider .google-reviews-wrap .grw-review>.grw-review-inner .wp-google-wrap span.wp-google-text,
body .testimonal-sec .google-reviews-wrap .wp-gr>.grw-row .grw-reviews .grw-review .grw-review-inner .wp-google-wrap span.wp-google-text {
  color: rgba(0, 0, 0, 0.8) !important;
  font-family: "Poppins" !important;
  font-size: 18px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 180% !important;
}

body .testimonials-section .testimonal-slider .google-reviews-wrap .grw-review>.grw-review-inner .wp-google-wrap span.wp-google-text {
  color: #000 !important;
  font-weight: 500 !important;
}

body .testimonials-section .testimonal-slider .google-reviews-wrap .grw-review>.grw-review-inner .wp-google-wrap .wp-google-feedback.grw-scroll,
body .testimonal-sec .google-reviews-wrap .wp-gr>.grw-row .grw-reviews .grw-review .grw-review-inner .wp-google-wrap .wp-google-feedback.grw-scroll {
  height: 130px !important;
  padding-right: 10px !important;
}

body .google-reviews-wrap .wp-gr>.grw-row .grw-reviews .grw-review .grw-review-inner .wp-google-wrap .wp-google-feedback.grw-scroll::-webkit-scrollbar {
  width: 6px !important;
}

body .google-reviews-wrap .wp-gr>.grw-row .grw-reviews .grw-review .grw-review-inner .wp-google-wrap .wp-google-feedback.grw-scroll::-webkit-scrollbar-thumb {
  background-color: #c4c4c4cc !important;
  border-radius: 10px !important;
  box-shadow: none !important;
}

body .google-reviews-wrap .wp-gr>.grw-row .grw-reviews .grw-review .grw-review-inner .wp-google-wrap .wp-google-feedback.grw-scroll::-webkit-scrollbar-track {
  background: #d9d9d980 !important;
  border-radius: 10px !important;
  box-shadow: none !important;
}

body .testimonials-section .testimonal-slider .google-reviews-wrap .grw-review>.grw-review-inner .wp-google-left img.grw-review-avatar {
  display: none;
}

body .testimonials-section .testimonal-slider .google-reviews-wrap .wp-gr>.grw-row .grw-reviews .grw-review::before,
body .testimonal-sec .google-reviews-wrap .wp-gr>.grw-row .grw-reviews .grw-review::before {
  position: absolute;
  content: '';
  width: 65px;
  height: 65px;
  background-color: #243542;
  background-image: url(https://dessconbuilders.webmasterindia.net/wp-content/uploads/2025/06/quote-icon.png);
  background-size: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  background-position: 21px 23px;
  background-repeat: no-repeat;
  bottom: 56px;
  right: 23px;
  z-index: 1;
}

body .testimonials-section .testimonal-slider .google-reviews-wrap .wp-gr>.grw-row .grw-reviews .grw-review:hover::before,
body .testimonal-sec .google-reviews-wrap .wp-gr>.grw-row .grw-reviews .grw-review:hover::before,
body .testimonials-section .testimonal-slider .google-reviews-wrap .wp-gr>.grw-row .grw-reviews .grw-review:nth-child(2n)::before {
  background-color: #b06211;
}

.rpi-lightbox-inner .rpi-lightbox-media .rpi-lightbox-btn {
  line-height: 28px;
}

body .rpi-x {
  background: #ff9038;
  padding: 16px;
}

body .rpi-x:hover {
  background: #000;
}

body .testimonials-section .testimonal-slider .google-reviews-wrap .grw-reviews {
  gap: 30px;
  padding-bottom: 40px !important;
  min-width: 147% !important;
  gap: 0;
  padding-bottom: 40px !important;
  position: relative !important;
  left: -21% !important;
}

body .testimonials-section .testimonal-slider .google-reviews-wrap .grw-review {
  border-radius: 0px !important;
  padding: 57px 65px 55px 42px !important;
  position: relative !important;
  background-color: #fff !important;
  box-shadow: 0px 17px 30px 0px #0000001a !important;
  transform: scale(0.94) !important;
}

body .rpi-x::before,
body .rpi-x::after {
  width: 18px;
}

body .testimonials-section .testimonal-slider .google-reviews-wrap .google-reviews-wrap>.wp-gr.wpac,
body .testimonal-sec .google-reviews-wrap>.wp-gr.wpac {
  padding-bottom: 0 !important;
}

body .testimonials-section .testimonal-slider .google-reviews-wrap .grw-review>.grw-review-inner>svg {
  display: none;
}

/* 07-08-2025 */
.about-us-section .main-box-wrap p {
  text-transform: capitalize;
}

.about-us-section .main-box-wrap p,
.blog-slider .swiper-slide .blog-card p {
  opacity: 0.8;
}

.blog-slider .swiper-slide .blog-card h4 a {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
}

/*contact page*/
.page-id-30 .fl-row-layout-fixed-fixed h1.sec-title {
  margin-bottom: 14px;
  padding-top: 97px;
}

.page-id-30 .fl-row-layout-fixed-fixed .contact-us-desc>p,
.page-id-30 .fl-row-layout-fixed-fixed .why-contact-us-desc p {
  font-family: "Poppins";
  font-size: 18px;
  line-height: 180%;
  color: #000000;
  opacity: 0.8;
}

.page-id-30 .fl-row-layout-fixed-fixed .contact-us-desc>p strong {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 7px;
  display: block;
}

.page-id-30 .fl-row-layout-fixed-fixed .why-contact-us-desc {
  margin-top: 14px;
}

.page-id-30 .fl-row-layout-fixed-fixed .contact-us-desc {
  margin-bottom: 26px;
}

.page-id-30 .fl-row-layout-fixed-fixed h4 {
  font-size: 24px;
  line-height: normal;
  font-weight: 700;
  font-family: "Montserrat";
}

.fl-row-layout-fixed-fixed .Contact-form .contact-form {
  display: flex;
  margin-top: 55px;
  margin-bottom: 110px;
  flex-direction: row;
}

.contact-form .left-side {
  max-width: 430px;
  width: 100%;
  background-color: #b06211;
  padding: 42px 22px 53px;
}

.contact-form h4 {
  color: #fff;
  font-family: "Poppins";
  font-size: 26px;
  line-height: normal;
  font-weight: 600;
}

.contact-form .left-side h3 {
  color: #fff;
  font-family: "Poppins";
}

.contact-form .left-side .location h3 {
  font-size: 19px;
  font-family: "Poppins";
  margin-bottom: 0;
}

.contact-form ul.contact-info li {
  padding-left: 88px;
  position: relative;
}

.contact-form ul.contact-info li::before {
  position: absolute;
  content: "";
  width: 55px;
  height: 55px;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 20px;
}

.contact-form .right-side form p span.submit-btn {
  position: relative;
  width: fit-content;
}

.contact-form ul.contact-info li::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 36px;
  background-image: url(../images/icons.png);
  top: 10px;
  left: 32px;
  background-size: 50px;
  background-position: -10px -406px;
  filter: brightness(0) saturate(100%) invert(64%) sepia(83%) saturate(6566%) hue-rotate(22deg) brightness(91%) contrast(87%);
}

.contact-form ul.contact-info li:nth-child(2)::after {
  background-position: -11px -50px;
  background-size: 54px;
}

.contact-form ul.contact-info li:nth-child(3)::after {
  background-position: -12px -630px;
  background-size: 54px;
}

.contact-form .left-side>h3.title {
  padding-left: 28px;
}

.contact-form ul.contact-info li i::before {
  color: #b06211;
  font-size: 30px;
}

.contact-form ul.contact-info li a {
  font-size: 18px;
  line-height: normal;
  color: #fff;
  text-decoration: none;
}

.contact-form ul.contact-info li a br:first-child {
  display: none;
}

.contact-form ul.contact-info li:not(:last-child) {
  margin-bottom: 40px;
  padding-bottom: 34px;
  border-bottom: 1px solid #ffffff4d;
}

.contact-form ul.contact-info li:nth-child(2) {
  padding-bottom: 51px;
}

.contact-form .right-side {
  width: 100%;
  max-width: 66%;
}

.page-id-30 .fl-row-layout-fixed-fixed .fl-row-content-wrap .fl-node-content {
  padding: 0;
}

.contact-form .right-side {
  width: 100%;
  max-width: 66%;
  background-color: #f4f3f3;
  padding: 43px 50px 50px;
}

.contact-form .right-side h4 {
  color: #000;
  margin-bottom: 15px;
  color: #000;
  font-family: Poppins;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.contact-form .right-side form p {
  width: 49%;
}

.contact-form .right-side form p label {
  width: 100%;
}

.contact-form .right-side form p:nth-child(6) {
  width: 100%;
  margin-bottom: 22px;
}

.contact-form .right-side form p span.wpcf7-form-control-wrap input:not([type="submit"]),
.contact-form .right-side form p span.wpcf7-form-control-wrap textarea {
  width: 100%;
  height: 60px;
  background-color: #fff;
  border: 0px;
  padding: 0 22px;
  border: 1px solid #fff;
  border-radius: 8px;
  font-family: "Poppins";
  line-height: normal;
  color: #000;
}

.contact-form .right-side form p span.wpcf7-form-control-wrap textarea {
  height: 180px;
  padding: 22px 22px;
}

.contact-form .right-side form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 0;
}

.contact-form .right-side form p:nth-child(7) {
  display: flex;
  flex-direction: column-reverse;
  position: relative;
  margin-bottom: 0;
  width: 100%;
}

.contact-form .right-side form p:nth-child(7) input.wpcf7-form-control {
  width: max-content;
  line-height: normal;
  font-size: 19px;
  font-weight: 600;
  font-family: "Poppins";
  padding: 13px 56px 13px 30px;
  letter-spacing: 0px;
  transition: all 0.3s;
  background-color: #b06211;
}

.contact-form .right-side form p:nth-child(7) input.wpcf7-form-control:hover {
  background-color: #000;
}

.contact-form .right-side form p span.wpcf7-form-control-wrap textarea {
  display: flex;
  resize: none;
}

.contact-form .right-side form p {
  margin-bottom: 20px;
  position: relative;
}

.contact-form ul.contact-info li a:hover {
  color: #000000 !important;
}

.contact-form .right-side form p span.submit-btn span.wpcf7-spinner {
  position: absolute;
  bottom: 20px;
  right: -35px;
  margin: 0;
}

body textarea:invalid {
  max-height: fit-content;
}

body span.wpcf7-recaptcha {
  height: 75px;
  display: block;
}

.contact-form .right-side form p label {
  text-transform: capitalize;
  background-color: transparent;
  font-family: "Poppins", sans-serif;
  color: #000000;
  border-radius: 4px;
  font-size: 18px;
  line-height: 130%;
  font-weight: 400;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  z-index: 1;
  text-transform: none;
  pointer-events: none;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
  margin: 0 0 0 2px;
}

.map-location iframe {
  height: 632px;
}

.contact-form .right-side form p span.wpcf7-form-control-wrap input:not([type="submit"]).wpcf7-not-valid,
.contact-form .right-side form p span.wpcf7-form-control-wrap textarea.wpcf7-not-valid {
  border-color: red;
}

span.wpcf7-not-valid-tip {
  font-size: 16px;
  color: red;
  font-family: "Poppins";
  font-weight: 400;
  line-height: 120%;
}

body .wpcf7 form .wpcf7-response-output {
  line-height: 120%;
  width: 100%;
  text-align: center;
  padding: 9px 15px;
  font-family: "Poppins";
  font-weight: 400;
  margin: 20px 0 0;
}

body .wpcf7 form.invalid .wpcf7-response-output,
body .wpcf7 form.unaccepted .wpcf7-response-output,
body .wpcf7 form.payment-required .wpcf7-response-output {
  border: 1px solid red;
  color: red;
}

body .wpcf7 form.sent .wpcf7-response-output {
  border: 1px solid green;
  color: green;
}

/*contact page*/
footer#colophon .footer-width-fixer {
  margin-bottom: 0;
}

.instagram span.fl-icon i.fab.fa-instagram::before {
  content: "";
  position: relative;
  display: block;
  width: 25px;
  height: 25px;
  background-image: url(../images/instagram-icon.png);
  background-size: 100%;
  background-repeat: no-repeat;
  top: 2px;
  transition: 0s;
}

body .fl-icon i {
  transition: 0s !important;
}

.instagram span.fl-icon a:hover i.fab.fa-instagram::before {
  filter: brightness(0) saturate(100%) invert(39%) sepia(6%) saturate(5196%) hue-rotate(350deg) brightness(109%) contrast(105%);
}

.recaptcha .g-recaptcha.wpcf7-not-valid>div {
  border: 1px solid red;
  border-radius: 4px;
}

.contact-form ul.contact-info li:first-child .info-block {
  padding-right: 93px;
}

form p label em {
  color: red;
}

.dental-healthcare-text-line-section .fl-rich-text p,
.design-phase-section .box-wrap~.fl-module-rich-text p {
  font-size: 18px;
  line-height: 180%;
  font-weight: 400;
}

.dental-healthcare-text-line-section .fl-rich-text p:last-child {
  margin-top: 15px;
  padding: 0 10px;
}

.design-phase-section .fl-module-photo {
  margin-bottom: 7px;
}

.design-phase-section .fl-module-rich-text p {
  font-size: 18px;
}

.design-phase-section .fl-module-rich-text p,
.design-phase-subtitle p,
.execution-phase-section .fl-rich-text p {
  line-height: 180%;
}

.execution-phase-section .fl-rich-text p {
  font-size: 18px;
}

#content main .design-phase-subtitle p {
  margin-bottom: 14px;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  font-size: 20px;
  text-align: center;
}

.design-phase-section .fl-rich-text p strong {
  color: #000000;
  font-size: 20px;
  text-transform: uppercase;
  position: relative;
  display: block;
  margin-top: 40px;
}

.design-phase-section .fl-rich-text p strong::before,
.design-phase-section .fl-rich-text p strong::after {
  content: "";
  width: 273px;
  height: 2px;
  position: absolute;
  background-image: url(../images/dashed-line.png);
  background-size: 890px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.design-phase-section .fl-rich-text p strong::after {
  left: auto;
  right: 0;
}

.design-phase-section .box-wrap {
  margin-top: 49px;
}

.design-phase-section .box-wrap ul.design-phase {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 45px;
  counter-reset: section;
  margin-top: 50px;
  margin-bottom: 64px;
}

.design-phase-section .box-wrap ul.design-phase li {
  font-size: 18px;
  font-family: "Montserrat";
  line-height: 180%;
  color: #000;
  box-shadow: 0 0 18px -5px #0000003b;
  padding: 15px 22px 15px 128px;
  position: relative;
  display: flex;
  align-items: center;
  min-height: 145px;
  font-weight: 500;
}

.design-phase-section .box-wrap ul.design-phase li::before {
  counter-increment: section;
  content: "0" counter(section);
  left: 22px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 76px;
  height: 76px;
  background: #b06211;
  position: absolute;
  border-radius: 50%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  font-family: "Montserrat";
  font-weight: 600;
}

.design-phase-section .box-wrap~.fl-module-rich-text p {
  font-size: 18px;
  padding: 0 120px;
}

.execution-phase-section .fl-col-group.fl-col-group-nested {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 48px;
  margin-top: 50px;
}

.execution-phase-section .fl-col-group.fl-col-group-nested .fl-col-small {
  width: 100%;
}

.execution-phase-section .fl-col-group.fl-col-group-nested .fl-col-small .fl-col-content.fl-node-content {
  padding: 53px 34px 53px 63px;
}

.execution-phase-section .fl-col-group.fl-col-group-nested .fl-col-small .fl-col-content.fl-node-content h3.fl-heading {
  line-height: 180%;
  font-size: 21px;
  font-weight: 600;
  font-family: "Poppins";
  color: #000;
  margin-bottom: 59px;
  text-transform: uppercase;
}

.execution-phase-section .fl-col-group.fl-col-group-nested .fl-col-small ul.Execution.Phase li {
  font-size: 18px;
  font-family: "Montserrat";
  font-weight: 500;
  line-height: 180%;
  padding-left: 78px;
  position: relative;
  color: #000;
}

body ul.Execution {
  counter-reset: section;
}

.execution-phase-section .fl-col-group.fl-col-group-nested .fl-col-small ul.Execution.Phase li::before {
  width: 55px;
  height: 55px;
  position: absolute;
  left: 0;
  background-color: #b06211;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
  counter-increment: section;
  content: "0" counter(section);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
}

.execution-phase-section .fl-col-group.fl-col-group-nested .fl-col-small ul.Execution.Phase li:not(:last-child) {
  margin-bottom: 54px;
}

/* 23-10-2025 */
body .inner-banner-section .inner-banner-img-sec img {
  object-fit: contain !important;
  object-position: center right !important;
}

html.no-scroll {
  overflow: hidden;
}
body.project-detail-page .site-content-inner .portfolio-content-sections section.gallery-section .before-after-carousel .before-after-slide .ba-item img {
    object-fit: cover;
}

@media (min-width: 1800px) {
  body .inner-banner-section .inner-banner-img-sec img {
    object-fit: cover !important;
    /* width: calc(100% - 15%);
      margin: 0 0 0 15% !important; */
  }

  body .inner-banner-section .inner-blogbanner-img-sec img {
    width: calc(100% - 30%);
    margin: 0 0 0 28% !important;
  }
}

@media (min-width: 1760px) {
  body .inner-banner-section .inner-serv-detlsbanner-img-sec img {
    object-fit: cover !important;
  }

  body .inner-banner-section .inner-portfoliobanner-img-sec img {
    margin: 0 0 0 29%;
    object-fit: cover !important;
    width: calc(100% - 29%);
  }
}

/* 23-10-2025 */

body .inner-banner-section .inner-banner-content-sec .banner-wrap .tag-line {
  z-index: 1;
}

/* 08-11-2025 */

body .employee-content h2 {
    text-transform: none!important;
}

/* 08-11-2025 */

/* 04-12-2025 */
footer .main-footer .fl-col>.fl-col-content>.fl-col-group:nth-child(1) .fl-col {
    max-width: fit-content;
}
body .portfolio-detail-container section.content-section>.section-content .responsive-section-text {
    display: none;
}
/* 04-12-2025 */

/*16-01-2026*/
body.parent-pageid-22 .inner-banner-section .fl-col-content.fl-node-content>h2.fl-module.fl-module-heading.fl-heading {
    display: none;
}
.lg-outer.tnit-popup-style-1 .lg-actions >button.lg-icon:after {
display: none;
}
.lg-outer.tnit-popup-style-1 .lg-actions >button.lg-icon::before {
    top: 0;
    left: 0;
    right: 0;
}
.lg-outer.tnit-popup-style-1 .lg-actions >button.lg-prev.lg-icon {
    transform: rotate(180deg);
    margin-top: 0px;
}
.lg-outer.tnit-popup-style-1 .lg-actions >button.lg-next.lg-icon::before {
    content: "";
}
.lg-outer.tnit-popup-style-1 .lg-actions >button.lg-icon {
    background: transparent !important;
}
.lg-outer.tnit-popup-style-1 .lg-actions >button.lg-icon:hover::before {
  filter: unset;
}

/*16-01-2026*/