@import url("https://fonts.googleapis.com/css2?family=Amiri:ital,wght@0,400;0,700;1,400;1,700&family=Familjen+Grotesk:ital,wght@0,400..700;1,400..700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Marcellus&family=Outfit:wght@100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  font-weight: inherit;
}

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

body {
  font-weight: 300;
  line-height: 1.4;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

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

a {
  text-decoration: none;
  cursor: pointer;
}

input,
textarea,
select {
  margin: 0;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
}

textarea {
  overflow: auto;
}

button::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner,
input[type=reset]::-moz-focus-inner {
  padding: 0 !important;
  border: 0 none !important;
}

mark {
  background: none;
  color: inherit;
}

strong {
  font-weight: bold;
}

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

html {
  scroll-behavior: smooth;
}

html,
body {
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  width: 100%;
  min-height: 100%;
  color: #000000;
  background-color: #ffffff;
}

h1 {
  font-family: "Familjen Grotesk", sans-serif;
}

h2 {
  font-family: "Playfair Display", serif;
}

body, section {
  overflow-x: hidden;
}

a,
button,
input {
  outline: none;
}

a,
a:hover {
  text-decoration: none;
}

p,
li {
  margin-bottom: 0;
}

button {
  border: 0;
  background-color: transparent;
}

*:focus {
  outline: none;
}

.content-wrapper {
  width: 100%;
  max-width: 1240px;
  padding-left: 40px;
  padding-right: 40px;
  margin-left: auto;
  margin-right: auto;
}

.desk-visible {
  display: block;
}

.only-mobile {
  display: none;
}

.hide-mobile-tablet {
  display: block;
}

.only-mobile-tablet {
  display: none;
}


@media (max-width: 1023px) {
  .content-wrapper {
    padding-left: 32px;
    padding-right: 32px;
  }
  .hide-mobile-tablet {
    display: none;
  }
  .only-mobile-tablet {
    display: block;
  }
}
@media (max-width: 767px) {
  .content-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }
  .desk-visible {
    display: none;
  }
  .only-mobile {
    display: block;
  }
}
.dr-heading h1 {
  text-align: center;
  color: #2c2c2c;
  font-size: 64px;
  line-height: 80px;
  font-weight: 600;
  padding: 15px 0;
}
.dr-heading h3 {
  font-size: 26px;
  line-height: 36px;
}

.dr-head-sec h2 {
  font-size: 42px;
  line-height: 54px;
  color: #2c2c2c;
  font-family: "Playfair Display", serif;
  padding: 0 0 25px;
}
.dr-head-sec__breadcrump {
  color: #ad8659 !important;
  font-size: 16px;
  font-weight: 600;
  padding: 20px 0 20px 0;
  text-transform: uppercase;
  position: relative;
  padding-left: 80px;
}
.dr-head-sec__breadcrump::before {
  content: "";
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 16%;
  height: 1px;
  background-color: #ad8659;
}

.dr-head-sec-1 h2 {
  font-size: 42px;
  line-height: 54px;
  color: #2c2c2c;
  font-family: "Playfair Display", serif;
  padding: 25px 0;
}
.dr-head-sec-1 h2 span {
  font-family: "Amiri", serif;
}
.dr-head-sec-1__inner {
  display: flex;
  gap: 10px;
  align-items: center;
}
.dr-head-sec-1__inner a {
  font-size: 15px;
  line-height: 25px;
  color: #626262;
  display: inline-block;
}

@media (max-width: 767px) {
  .dr-heading h1 {
    font-size: 35px;
    line-height: 50px;
  }
  .dr-head-sec h2 {
    font-size: 35px !important;
    width: 100%;
  }
  .dr-head-sec-1 h2 {
    font-size: 35px;
  }
}
.dr-btn__btn {
  display: inline-block;
  font-size: 18px;
  color: #ffffff;
  background-color: #000000;
  padding: 10px 15px;
  transition: all 0.3s ease-out;
}
.dr-btn__btn svg {
  width: 24px;
  height: 24px;
  transform: rotate(-56deg);
  transition: transform 0.3s ease-in-out;
}
.dr-btn__btn:hover {
  scale: 1.03;
  color: #ffffff;
}
.dr-btn__btn:hover svg {
  transform: rotate(0);
}
.dr-btn__btn-1 {
  font-size: 18px;
  color: #ffffff;
  background-color: #996830;
  padding: 15px 20px;
  transition: all 0.3s ease-out;
  margin: 80px 0 0;
  display: inline-block;
}
.dr-btn__btn-1 svg {
  width: 24px;
  height: 24px;
  transform: rotate(-56deg);
  transition: transform 0.3s ease-in-out;
}
.dr-btn__btn-1:hover {
  scale: 1.03;
  background-color: #ce8f47;
  color: #ffffff;
}
.dr-btn__btn-1:hover svg {
  transform: rotate(0);
}

.dr-counter {
  padding-top: 50px;
}
.dr-counter__outer {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -10px;
  padding: 30px 0 45px;
  border-bottom: 1px solid #d9d9d6;
}
.dr-counter__tile {
  width: calc(33.3% - 20px);
  margin: 0 10px;
  display: flex;
  align-items: center;
}
.dr-counter__num {
  font-size: 55px;
  line-height: 65px;
  font-family: "Amiri", serif;
  padding-right: 5px;
  min-width: 106px;
}
.dr-counter #num-2 {
  min-width: 82px !important;
}
.dr-counter #num-3 {
  min-width: 106px !important;
}
.dr-counter__cnt {
  text-transform: uppercase;
  color: #000000;
  font-size: 15px;
  line-height: 18px;
  padding-bottom: 5px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .dr-counter__tile {
    width: calc(41.3% - 20px);
    padding-bottom: 20px;
  }
  .dr-counter {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .dr-counter, .dr-counter__outer {
    padding: 0;
  }
  .dr-counter__tile {
    width: calc(100% - 20px);
    justify-content: center !important;
    padding-bottom: 30px;
  }
}
.dr-service-tile {
  width: 100%;
  min-height: 305px;
  padding: 35px 20px;
  border: 1px solid #e6d8cc;
  transition: all 0.3s ease-out;
}
.dr-service-tile__logo {
  width: 55px;
  height: auto;
  transition: all 0.3s ease-out;
}
.dr-service-tile__logo svg {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-out;
}
.dr-service-tile__text {
  font-size: 30px;
  line-height: 40px;
  padding: 30px 0 15px;
  color: #2c2c2c;
  font-family: "Playfair Display", serif;
}
.dr-service-tile p {
  color: #444444;
  font-size: 15px;
  line-height: 28px;
  width: 84%;
}
.dr-service-tile:hover {
  background-color: #ad8659;
}
.dr-service-tile:hover p, .dr-service-tile:hover .dr-service-tile__text {
  color: #fff;
}
.dr-service-tile:hover .dr-service-tile__logo {
  padding: 2px;
}
.dr-service-tile:hover .dr-service-tile__logo svg path {
  fill: #fff;
}

.dr-work-tile {
  padding-bottom: 30px;
}
.dr-work-tile__img {
  width: 100%;
  height: auto;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.dr-work-tile__img img {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.dr-work-tile__img:hover {
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}
.dr-work-tile__img:hover img {
  transform: scale(1.1);
}
.dr-work-tile h2.head {
  font-size: 26px;
  line-height: 36px;
  color: #2c2c2c;
  padding: 20px 0;
}
.dr-work-tile__cnt {
  color: #444444;
  font-size: 16px;
  line-height: 28px;
}
.dr-work-tile__btn {
  font-size: 18px;
  color: #ffffff;
  background-color: #996830;
  padding: 15px 20px;
  transition: all 0.3s ease-out;
  margin: 80px 0 0;
  display: inline-block;
}
.dr-work-tile__btn svg {
  width: 24px;
  height: 24px;
  transform: rotate(-56deg);
  transition: transform 0.3s ease-in-out;
}
.dr-work-tile__btn:hover {
  scale: 1.03;
  background-color: #ce8f47;
  color: #ffffff;
}
.dr-work-tile__btn:hover svg {
  transform: rotate(0);
}

.dr-cnstrcton-tile__head {
  font-family: "Playfair Display", serif;
  color: #2c2c2c;
  font-size: 30px;
  line-height: 45px;
  padding-bottom: 20px;
  width: 85%;
}
.dr-cnstrcton-tile__cnt {
  font-size: 16px;
  line-height: 28px;
  color: #444444;
  width: 70%;
}

.dr-modal-hme__circle {
  width: 120px;
  height: auto;
}
.dr-modal-hme__circle img {
  width: 100%;
  height: 100%;
}
.dr-modal-hme__btn {
  display: inline-block;
  font-size: 18px;
  color: #ffffff;
  background-color: #000000;
  padding: 8px 25px;
  transition: all 0.3s ease-out;
}
.dr-modal-hme__btn svg {
  width: 24px;
  height: 24px;
  transform: rotate(-56deg);
  transition: transform 0.3s ease-in-out;
}
.dr-modal-hme__btn:hover {
  scale: 1.03;
  color: #ffffff;
}
.dr-modal-hme__btn:hover svg {
  transform: rotate(0);
}
.dr-modal-hme__full {
  width: 100%;
  height: auto;
  padding: 40px 0;
}
.dr-modal-hme__full img {
  width: 100%;
  height: 100%;
}
.dr-modal-hme__img {
  width: 80%;
  height: auto;
}
.dr-modal-hme__img img {
  width: 100%;
  height: 100%;
}
.dr-modal-hme .modal-dialog {
  max-width: 1200px;
}
.dr-modal-hme .modal-content {
  height: 100%;
  border-radius: 0;
}
.dr-modal-hme .modal-header {
  border-bottom: none;
}
.dr-modal-hme__outer {
  display: flex;
  padding: 25px;
}
.dr-modal-hme__outer.pad0 {
  padding: 60px 0;
}
.dr-modal-hme__sec1 {
  width: 40%;
}
.dr-modal-hme__sec2 {
  width: 60%;
  display: flex;
  align-items: end;
}
.dr-modal-hme__head {
  padding: 0 0 20px;
  font-size: 36px;
  line-height: 46px;
  color: #2c2c2c;
}
.dr-modal-hme__subhead {
  padding: 20px 0 20px;
  font-size: 30px;
  line-height: 40px;
  color: #2c2c2c;
}
.dr-modal-hme__cnt {
  color: #444444;
  font-size: 16px;
  line-height: 26px;
  padding-bottom: 40px;
  text-align: left !important;
}
.dr-modal-hme__cntct {
  font-size: 18px;
  line-height: 28px;
  color: #444444;
  padding: 20px 0;
  display: inline-block;
}
.dr-modal-hme__cntct.underline {
  text-decoration: underline;
}
.dr-modal-hme__cntct:hover {
  color: #ad8659;
}
.dr-modal-hme .contact-form {
  padding: 20px 20px 0;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.dr-modal-hme .input-group {
  display: flex;
  justify-content: space-between;
}
.dr-modal-hme .input-group input,
.dr-modal-hme .input-group select {
  width: 48%;
  padding: 10px;
  margin: 8px 0;
  border: 1px solid #ccc;
  color: #000000;
}
.dr-modal-hme textarea {
  width: 100%;
  height: 200px;
  padding: 10px;
  margin: 10px 0;
  border: 1px solid #E4E4E4;
  border-radius: 5px;
}
.dr-modal-hme .file-upload {
  margin: 10px 0;
  display: flex;
  align-items: center;
  gap: 20px;
}
.dr-modal-hme .file-label {
  padding: 10px;
  border: 1px solid #C2C2C2;
  border-radius: 5px;
  cursor: pointer;
  width: 150px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.dr-modal-hme .file-label svg {
  width: 15px;
  height: 15px;
}
.dr-modal-hme #file-upload {
  display: none;
}
.dr-modal-hme .file-info {
  display: block;
  font-size: 12px;
  margin-top: 5px;
}
.dr-modal-hme .submit-btn {
  background: #000000;
  color: #ffffff;
  padding: 10px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  text-transform: uppercase;
}
.dr-modal-hme .submit-btn:hover {
  background: #000000;
}
.dr-modal-hme ::-moz-placeholder {
  font-family: "Inter", sans-serif;
  color: #000000;
}
.dr-modal-hme input, .dr-modal-hme textarea, .dr-modal-hme select, .dr-modal-hme ::placeholder {
  font-family: "Inter", sans-serif;
  color: #000000;
}
.dr-modal-hme__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dr-modal-hme__txt {
  font-size: 12px;
  font-family: "Inter", sans-serif;
}
.dr-modal-hme .dr-btn__btn {
  padding: 10px 25px;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .dr-modal-hme .modal-dialog {
    max-width: 80%;
  }
  .dr-modal-hme__outer {
    flex-direction: column;
  }
  .dr-modal-hme__sec1, .dr-modal-hme__sec2 {
    width: 100%;
  }
  .dr-modal-hme__img {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .dr-modal-hme .modal-dialog {
    max-width: 80%;
  }
  .dr-modal-hme__outer {
    flex-direction: column;
  }
  .dr-modal-hme__sec1, .dr-modal-hme__sec2 {
    width: 100%;
  }
  .dr-modal-hme__img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .dr-modal-hme .modal-dialog {
    max-width: 90%;
  }
  .dr-modal-hme__outer {
    flex-direction: column;
  }
  .dr-modal-hme__sec1, .dr-modal-hme__sec2 {
    width: 100%;
  }
  .dr-modal-hme__img, .dr-modal-hme .input-group input, .dr-modal-hme .input-group select {
    width: 100%;
  }
  .dr-modal-hme__outer {
    padding: 0;
  }
  .dr-modal-hme .input-group, .dr-modal-hme__inner {
    flex-direction: column;
  }
  .dr-modal-hme option {
    width: 100%;
  }
  .dr-modal-hme .modal-dialog-centered {
    margin: 0 auto;
  }
  .dr-modal-hme textarea {
    height: 150px;
  }
  .dr-modal-hme .contact-form {
    padding: 0;
  }
  .dr-modal-hme .modal-body {
    padding: 0 1rem;
  }
  .dr-modal-hme__inner {
    gap: 30px;
  }
  .dr-modal-hme__outer.pad0 {
    padding: 30px 0 0;
  }
}
.dr-client-sec {
  padding: 130px 0;
}
.dr-client-sec.pad60 {
  padding: 60px 0 80px;
}
.dr-client-sec__outer {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.dr-client-sec__head {
  font-size: 42px;
  line-height: 52px;
  color: #2c2c2c;
  width: 80%;
}
.dr-client-sec__tile {
  width: calc(33.3% - 20px);
  margin: 0 10px;
}
.dr-client-sec__cnt {
  font-size: 20px;
  line-height: 28px;
  color: #444444;
  padding-bottom: 20px;
  width: 85%;
  min-height: 160px;
}
.dr-client-sec__cnt.bold {
  width: 100%;
  font-weight: 500;
  font-size: 18px;
  padding-bottom: 0;
  min-height: -moz-fit-content;
  min-height: fit-content;
}
.dr-client-sec__inner {
  display: flex;
  align-items: center;
  gap: 20px;
}
.dr-client-sec__img {
  width: 42px;
  height: 40px;
  border-radius: 50%;
}
.dr-client-sec__img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 767px) {
  .dr-client-sec {
    padding: 40px 0;
  }
  .dr-client-sec__tile {
    width: calc(100% - 20px);
    padding-bottom: 40px;
  }
  .dr-client-sec__head, .dr-client-sec__cnt {
    width: 100%;
  }
  .dr-client-sec__head {
    padding-bottom: 30px;
  }
  .dr-client-sec__cnt {
    min-height: 100%;
  }
}
.dr-banner-ftr {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 550px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.dr-banner-ftr.height {
  height: 420px;
}
.dr-banner-ftr__btn {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.dr-banner-ftr__cnt {
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  font-weight: 600;
}
.dr-banner-ftr__outer {
  display: flex;
  justify-content: center;
}
.dr-banner-ftr__head {
  font-family: "Familjen Grotesk", sans-serif;
  font-weight: 600;
  font-size: 46px;
  line-height: 60px;
  color: #ffffff;
  text-align: center;
  width: 45%;
}
.dr-banner-ftr__head-h1 {
  font-weight: 500;
  font-size: 55px;
  line-height: 70px;
  color: #ffffff;
  text-align: center;
  font-family: "Playfair Display", serif;
}
.dr-banner-ftr__head-h1.padbot30 {
  padding-bottom: 30px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .dr-banner-ftr__head {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .dr-banner-ftr, .dr-banner-ftr.height {
    height: 350px;
  }
  .dr-banner-ftr__head {
    width: 100%;
  }
  .dr-banner-ftr__head {
    font-size: 35px;
    line-height: 45px;
  }
  .dr-banner-ftr__head-h1 {
    font-weight: 500;
    font-size: 48px;
    line-height: 68px;
  }
}
.dr-header {
  position: relative;
}
.dr-header .navbar-expand-lg {
  height: 130px;
}
.dr-header__logo {
  display: inline-block;
  width: 190px;
  height: auto;
  padding: 0 30px;
}
.dr-header__logo img {
  width: 100%;
  height: 100%;
}
.dr-header .dropdown-toggle::after {
  display: none;
}
.dr-header .dropdown-menu {
  padding: 0;
}
.dr-header .dropdown-item {
  padding: 8px 10px;
  font-weight: 400;
  color: #444444;
  font-size: 16px;
  font-family: "Outfit", sans-serif;
  transition: all 0.3s ease;
}
.dr-header .dropdown-item.active {
  color: #ad8659;
}
.dr-header .dropdown-item:focus, .dr-header .dropdown-item:hover, .dr-header .dropdown-item.active, .dr-header .dropdown-item:active {
  background-color: #ffffff;
  color: #ad8659;
}
.dr-header .nav-link {
  font-weight: 400;
  color: #444444;
  font-size: 20px;
  font-family: "Outfit", sans-serif;
  transition: all 0.5s ease;
  padding-bottom: 2px;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.dr-header .nav-link:hover {
  font-weight: 500;
}
.dr-header .nav-link.active {
  border-bottom: 1px solid #000;
  font-weight: 500;
}
.dr-header .nav-link.active.brdr {
  border-bottom: none;
}
.dr-header .navbar-expand-lg .navbar-nav {
  align-items: center;
  gap: 30px;
}
.dr-header .dr-btn__btn {
  display: inline-block;
  font-size: 18px;
  color: #ffffff;
  background-color: #000000;
  padding: 8px 12px;
  transition: all 0.3s ease-out;
  position: absolute;
  right: 3%;
  bottom: 31%;
  opacity: 0;
}
.dr-header .navbar-brand {
  display: none;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .dr-header .dr-btn__btn {
    right: -3%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .dr-header__logo, .dr-header .logo {
    display: none;
  }
  .dr-header .navbar-expand-lg .navbar-nav {
    align-items: flex-start;
  }
  .dr-header .dr-btn__btn {
    position: relative;
    right: -13%;
    bottom: -1%;
    margin-top: 20px;
  }
  .dr-header .navbar-toggler {
    position: absolute;
    right: 2%;
  }
  .dr-header .navbar-toggler-icon .line {
    height: 1px;
    width: 50px;
    background-color: #000;
  }
  .dr-header .navbar-toggler-icon {
    width: 30px;
    height: 25px;
  }
  .dr-header .navbar-toggler-icon img {
    width: 100%;
    height: 100%;
  }
  .dr-header .navbar-brand {
    display: block;
  }
  .dr-header .dropdown-menu {
    border: none;
    padding: 10px 0 0;
  }
  .dr-header .offcanvas-header {
    padding: 2rem 1rem 1rem;
  }
  .dr-header__logo {
    width: 90px;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .dr-header__logo, .dr-header .logo {
    display: none;
  }
  .dr-header .dropdown-menu {
    border: none;
    padding: 10px 0 0;
/*     display: block; */
  }
  .dr-header .navbar-expand-lg .navbar-nav {
    align-items: flex-start;
    gap: 20px;
  }
  .dr-header .dr-btn__btn {
    position: relative;
    right: -13%;
    bottom: -1%;
    margin-top: 20px;
  }
  .dr-header .navbar-toggler {
    position: absolute;
    right: 2%;
  }
  .dr-header .navbar-toggler-icon {
    width: 30px;
    height: 25px;
  }
  .dr-header .navbar-toggler-icon img {
    width: 100%;
    height: 100%;
  }
  .dr-header .navbar-brand {
    display: block;
  }
  .dr-header .offcanvas-header {
    padding: 2rem 1rem 1rem;
  }
  .dr-header .offcanvas-body {
    padding: 30px;
  }
  .dr-header__logo {
    width: 90px;
    padding: 0;
  }
}
.dr-hero {
  padding: 50px 0;
}
.dr-hero.pad20 {
  padding: 25px 0;
  overflow: hidden;
}
.dr-hero .dr-heading {
  padding-bottom: 10px;
}
.dr-hero__p-outer {
  display: flex;
  justify-content: center;
}
.dr-hero__p-outer p {
  width: 65%;
}
.dr-hero p {
  text-align: center;
  color: #444444;
  font-size: 16px;
  line-height: 30px;
}
.dr-hero__bg {
  width: 100%;
  height: auto;
  padding-top: 10px;
}
.dr-hero__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.dr-hero .dr-modal-hme {
  position: absolute;
  left: 9%;
  top: 2%;
}
.dr-hero__outer {
  position: relative;
  padding: 60px 0 40px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .dr-hero {
    padding: 50px 0 0;
  }
  .dr-modal-hme__circle {
    width: 90px;
  }
  .dr-hero .dr-modal-hme {
    top: 7%;
  }
}
@media (max-width: 767px) {
  .dr-hero__bg {
    width: 100%;
    height: 420px;
  }
  .br-none {
    display: none;
  }
  .dr-hero {
    padding-bottom: 0;
  }
  .dr-hero__p-outer p {
    width: 100%;
  }
  .dr-hero.pad20 {
    padding: 0;
  }
}
.dr-about {
  padding: 125px 0 120px;
  height: 100%;
}
.dr-about__outer {
  display: flex;
  justify-content: space-between;
}
.dr-about__sec1, .dr-about__sec2 {
  width: 45%;
  position: relative;
}
.dr-about__sec2 {
  padding-top: 30px;
  width: 55%;
}
.dr-about__sec2 {
  display: flex;
  justify-content: flex-end;
}
.dr-about p {
  color: #444444;
  padding-bottom: 20px;
  font-size: 16px;
  line-height: 26px;
  width: 95%;
}
.dr-about__circle {
  width: 110px;
  height: auto;
  position: absolute;
  z-index: 10;
  right: 37%;
  top: -28%;
}
.dr-about__circle img {
  width: 100%;
  height: 100%;
}
.dr-about__img1 {
  width: 280px;
  height: 480px;
  margin: 0 5px;
  position: absolute;
  right: 48%;
  top: -15%;
  transition: all 0.3s ease-in-out;
  
}
.dr-about__img1 img {
  width: 100%;
  height: 100%;
}
.dr-about__img1:hover {
  transform: translateY(-10px);
}
.dr-about__img2 {
  width: 280px;
  height: 480px;
  margin: 0 5px;
  position: absolute;
  right: 2%;
  bottom: -26%;
  transition: all 0.3s ease-in-out;
}
.dr-about__img2 img {
  width: 100%;
  height: 100%;
}
.dr-about__img2:hover {
  transform: translateY(-10px);
}
.dr-about .dr-head-sec__breadcrump::before {
  width: 13%;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .dr-about__img2, .dr-about__img1 {
    width: 240px;
  }
  .dr-about__img2 {
    right: -2%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .dr-about__img2 {
    bottom: 25%;
  }
  .dr-about p {
    width: 80%;
  }
  .dr-about__img2, .dr-about__img1 {
    position: static;
  }
  .dr-about__outer {
    flex-direction: column;
  }
  .dr-about__sec1, .dr-about__sec2 {
    width: 100%;
  }
  .dr-about__sec2 {
    justify-content: center;
    gap: 30px;
  }
  .dr-about__circle {
    right: 49%;
    top: -3%;
  }
  .dr-counter__tile {
    justify-content: center !important;
  }
  .dr-about {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .dr-about__outer {
    flex-direction: column;
  }
  .dr-about {
    padding: 30px 0;
  }
  .dr-about__sec1, .dr-about__sec2 {
    width: 100%;
    display: block;
  }
  .dr-about__img2, .dr-about__img1 {
    position: static;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    margin: 0;
  }
  .dr-about__img1 {
    padding-bottom: 20px;
  }
  .dr-about__circle {
    right: 2%;
    top: -1%;
  }
  .dr-about p {
    width: 100%;
  }
  .dr-head-sec h2 {
    font-size: 28px;
    line-height: 38px;
  }
}
.dr-service {
  padding: 95px 0 70px;
}
.dr-service .dr-head-sec h2 {
  font-family: "Playfair Display", serif;
  width: 50%;
}
.dr-service .dr-head-sec h2 span {
  font-style: italic;
}
.dr-service .dr-head-sec__breadcrump::before {
  width: 6%;
}
.dr-service__outer {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -10px;
  padding: 30px 0;
}
.dr-service .dr-service-tile {
  width: calc(33.3% - 20px);
  margin: 10px 10px;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .dr-service {
    padding: 40px 0 30px;
  }
  .dr-service .dr-service-tile {
    min-height: 380px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .dr-service {
    padding: 40px 0;
  }
  .dr-service .dr-service-tile {
    width: calc(50% - 20px);
    margin: 10px 10px;
  }
}
@media (max-width: 767px) {
  .dr-service {
    padding: 40px 0 0;
  }
  .dr-service .dr-service-tile {
    width: calc(100% - 20px);
    margin: 10px 10px;
  }
  .dr-service .dr-head-sec__breadcrump::before {
    width: 15%;
  }
  .dr-service .dr-head-sec h2 {
    font-size: 26px;
    width: 100%;
  }
}
.dr-work {
  padding: 80px 0;
}
.dr-work__outer {
  display: flex;
  justify-content: center;
  gap: 40px;
  padding: 0 0 40px;
}
.dr-work__outer.sec2 {
  padding-top: 70px;
}
.dr-work__sec-1 {
  width: 60%;
}
.dr-work__sec-2 {
  width: 40%;
}
.dr-work__sec-3 {
  width: 50%;
  padding: 20px 0 0 40px;
}
.dr-work__sec-3 h2 {
  font-size: 42px;
  line-height: 55px;
  color: #2c2c2c;
  padding: 50px 0 30px;
}
.dr-work__sec-3 h4 {
  color: #444444;
  font-size: 18px;
  line-height: 28px;
  padding-bottom: 50px;
  font-weight: 300;
}
.dr-work__sec-3 p {
  font-size: 12px;
}
.dr-work__sec-3 p.bld {
  font-weight: 700;
}
.dr-work__sec-4 {
  width: 50%;
  padding: 0 30px;
}
.dr-work__img {
  width: 90%;
  height: 100%;
  transition: all 0.3s ease-in-out;
  box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
}
.dr-work__img img {
  width: 100%;
  height: 100%;
}
.dr-work__img:hover {
  transform: translateY(-10px);
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}
.dr-work__quotes {
  width: 60px;
  height: auto;
}
.dr-work__quotes img {
  width: 100%;
  height: 100%;
}
.dr-work .dr-head-sec h2 {
  padding: 0;
}
.dr-work .dr-head-sec h2 span {
  font-style: italic;
}
.dr-work .dr-head-sec {
  padding-bottom: 30px;
}
.dr-work .dr-head-sec__breadcrump::before {
  width: 6%;
}

body > section.dr-work > div > div:nth-child(1) > div.dr-work__sec-2 > div:nth-child(1) {
  padding-bottom: 55px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .dr-work__outer {
    padding: 0;
    gap: 30px;
  }
  .dr-work__sec-1 {
    padding: 0;
  }
  .dr-work__sec-2 {
    padding: 0;
  }
  .dr-work__sec-4 {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .dr-work__sec-3 {
    padding: 0 20px;
  }
  .dr-work__sec-4 {
    padding: 0 10px;
  }
  .dr-work__img {
    height: auto;
  }
  .dr-work__sec-3 h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .dr-work__quotes {
    width: 35px;
  }
  .dr-work__outer.sec2 {
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .dr-work__outer {
    flex-direction: column;
  }
  .dr-work {
    padding: 30px 0;
  }
  .dr-work__sec-1 {
    padding: 0;
    width: 100%;
  }
  .dr-work__sec-2 {
    padding: 0;
    width: 100%;
  }
  .dr-work__sec-3 {
    padding: 0;
    width: 100%;
  }
  .dr-work__sec-4 {
    padding: 0;
    width: 100%;
  }
  .dr-work-tile {
    padding-bottom: 40px;
  }
  .dr-work-tile__btn {
    margin: 40px 0 0;
  }
  .dr-work__outer {
    padding: 0;
  }
  .dr-work__outer.sec2 {
    padding-top: 50px;
    flex-direction: column-reverse;
  }
  .dr-work__img {
    box-shadow: none;
  }
  .dr-work__img {
    width: 100%;
  }
  .dr-work__sec-3 h2 {
    font-size: 26px;
    line-height: 36px;
  }
  .dr-work__sec-3 h4 {
    font-size: 20px;
    line-height: 30px;
  }
  .dr-work .dr-head-sec__breadcrump::before {
    width: 15%;
  }
}
.dr-contact__outer {
  padding: 60px 0 35px;
  border-top: 1px solid #d9d9d6;
  border-bottom: 1px solid #d9d9d6;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.dr-contact__outer.brdr-none {
  border-top: none;
}
.dr-contact__sec-1 {
  width: 75%;
}
.dr-contact__sec-2 {
  width: 25%;
}
.dr-contact__sec-2 p {
  font-size: 13px;
  line-height: 22px;
  color: #444444;
  padding-bottom: 10px;
/*   width: 80%; */
}
.dr-contact__sec-2 p.first {
  padding-bottom: 30px;
}
.dr-contact__sec-2 a {
  font-size: 22px;
  line-height: 28px;
  color: #ad8659;
  padding-bottom: 40px;
  display: inline-block;
  font-family: "Playfair Display", serif;
}
.dr-contact__sec-2 a:hover {
  color: #7c5426;
}
.dr-contact__sec-2 h4 {
  padding-bottom: 10px;
  font-family: "Playfair Display", serif;
}
.dr-contact__heading {
  font-size: 40px;
  line-height: 50px;
  color: #2c2c2c;
  padding: 0 0 15px;
  width: 50%;
}
.dr-contact__italic {
  font-style: italic;
  color: #ad8659;
  font-size: 35px;
  line-height: 45px;
  text-decoration: underline;
  font-family: "Playfair Display", serif;
  display: inline;
}
.dr-contact__italic:hover {
  color: #7c5426;
  text-decoration: none;
}
.dr-contact__txt {
  font-size: 18px;
  line-height: 28px;
  color: #2c2c2c;
}
.dr-contact__txt span {
  color: #996830;
}
.dr-contact .padtop80 {
  padding-top: 80px;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .dr-contact__sec-2 {
    width: 30%;
  }
  .dr-contact__sec-1 {
    width: 70%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .dr-contact__sec-2 {
    width: 30%;
  }
  .dr-contact__sec-1 {
    width: 70%;
  }
  .dr-contact__heading {
    width: 75%;
  }
  .dr-contact .padtop80 {
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  .dr-contact__outer {
    flex-direction: column;
  }
  .dr-contact__sec-1, .dr-contact__sec-2 {
    width: 100%;
  }
  .dr-contact__sec-2 {
    padding-top: 30px;
  }
  .dr-contact__heading {
    width: 100%;
  }
  .dr-contact__heading {
    font-size: 24px;
  }
  .dr-contact__italic {
    font-size: 24px;
  }
  .dr-contact .padtop80 {
    padding-top: 20px;
  }
}
.dr-footer {
  padding: 60px 0;
}
.dr-footer__outer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dr-footer__sec {
  display: flex;
  align-items: center;
}
.dr-footer p {
  color: #444444;
}
.dr-footer .sub {
  text-transform: uppercase;
  color: #444444;
  padding-right: 64px;
  position: relative;
}
.dr-footer .sub::after {
  content: "";
  right: 0;
  position: absolute;
  top: 50%;
  transform: translateY(50%);
  width: 40%;
  height: 1px;
  background-color: #000000;
}
.dr-footer ul {
  padding: 0 20px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.dr-footer__logo {
  width: 22px;
  height: 22px;
  display: block;
}
.dr-footer__logo svg {
  width: 100%;
  height: 100%;
  fill: #ad8659;
}
.dr-footer__border {
  border: 1px solid #ad8659;
  padding: 10px;
  border-radius: 50%;
  transition: all 0.3s ease-in;
}
.dr-footer__border:hover {
  background-color: #000000;
}
.dr-footer__border:hover svg {
  fill: #ffffff;
}
.dr-footer__border:hover svg path {
  fill: #ffffff;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .dr-footer__outer {
    flex-direction: column;
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .dr-footer__outer {
    flex-direction: column;
    gap: 20px;
  }
  .dr-footer p {
    text-align: center;
    line-height: 28px;
  }
  .dr-footer__sec {
    flex-direction: column;
    gap: 15px;
  }
  .dr-footer .sub {
    padding-right: 0;
    position: static;
  }
  .dr-footer .sub::after {
    display: none;
  }
}
.dr-cnstrcton {
  padding: 50px 0;
  background: #FAFAFA;
}
.dr-cnstrcton.wht {
  background: #ffffff;
}
.dr-cnstrcton__outer {
  display: flex;
  padding: 30px 0;
}
.dr-cnstrcton__sec1 {
  width: 40%;
}
.dr-cnstrcton__sec2 {
  width: 80%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.dr-cnstrcton .dr-head-sec h2 {
  width: 65%;
  font-size: 46px;
  line-height: 58px;
}
.dr-cnstrcton__img {
  width: 280px;
  height: auto;
  transition: all 0.5s ease;
}
.dr-cnstrcton__img img {
  width: 100%;
  height: 100%;
}
.dr-cnstrcton__img:hover {
  transform: translateY(10px);
}
.dr-cnstrcton .dr-cnstrcton-tile {
  width: calc(50% - 20px);
  margin: 0 10px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .dr-cnstrcton__outer {
    flex-direction: column;
    gap: 30px;
  }
  .dr-cnstrcton__sec2, .dr-cnstrcton__sec1, .dr-cnstrcton-tile__head, .dr-cnstrcton-tile__cnt {
    width: 100%;
  }
  .dr-cnstrcton .dr-cnstrcton-tile {
    padding: 20px;
  }
  .dr-cnstrcton__img {
    width: 50%;
  }
  .dr-cnstrcton .dr-head-sec h2 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .dr-cnstrcton .dr-head-sec h2 {
    width: 100%;
  }
  .dr-cnstrcton__outer {
    flex-direction: column;
    padding: 0;
  }
  .dr-cnstrcton__sec1, .dr-cnstrcton__sec2, .dr-cnstrcton__img, .dr-cnstrcton-tile__head, .dr-cnstrcton-tile__cnt {
    width: 100%;
  }
  .dr-cnstrcton .dr-cnstrcton-tile {
    width: calc(100% - 20px);
    padding: 20px 0;
  }
}
.dr-about-dr {
  padding: 40px 0 80px;
}
.dr-about-dr__outer {
  display: flex;
  justify-content: space-between;
  padding: 60px 0 0;
}
.dr-about-dr__sec1 {
  width: 70%;
}
.dr-about-dr__sec2 {
  width: 30%;
  display: flex;
  justify-content: flex-end;
}
.dr-about-dr__cnt {
  text-align: left;
  color: #444444;
  font-size: 16px;
  line-height: 30px;
  padding-bottom: 20px;
}
.dr-about-dr__head {
  font-size: 42px;
  line-height: 54px;
  color: #2c2c2c;
  font-family: "Playfair Display", serif;
  padding: 50px 0 25px;
}
.dr-about-dr__img {
  width: 85%;
  height: auto;
  transition: all 0.3s ease-in;
}
.dr-about-dr__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.dr-about-dr__img:hover {
  transform: translateY(-10px);
}

@media (min-width: 768px) and (max-width: 1023px) {
  .dr-about-dr__outer {
    flex-direction: column-reverse;
  }
  .dr-about-dr__sec1, .dr-about-dr__sec2, .dr-about-dr__img {
    width: 100%;
  }
  .dr-about-dr__img {
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .dr-about-dr {
    padding: 30px 0;
  }
  .dr-about-dr__outer {
    flex-direction: column-reverse;
  }
  .dr-about-dr__sec1, .dr-about-dr__sec2, .dr-about-dr__img {
    width: 100%;
  }
  .dr-about-dr__img {
    padding-bottom: 30px;
  }
}
.dr-project-sec {
  padding: 40px 0 20px;
}
.dr-project-sec__outer {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
  padding: 40px 0 0;
}
.dr-project-sec__tile {
  width: 48%;
  transition: all 0.3s ease-in;
  padding-bottom: 20px;
}
.dr-project-sec__tile:hover .dr-btn__btn-1 {
  scale: 1.03;
  background-color: #ce8f47;
  color: #ffffff;
}
.dr-project-sec__tile:hover .dr-btn__btn-1 svg {
  transform: rotate(0);
}
.dr-project-sec__tile:hover .dr-project-sec__img img {
  transform: scale(1.08);
}
.dr-project-sec__img {
  width: 100%;
  height: 375px;
  overflow: hidden;
  min-height: 375px;
}
.dr-project-sec__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease-in;
}
.dr-project-sec__head {
  font-size: 30px;
  line-height: 40px;
  color: #2c2c2c;
  padding: 20px 0;
}
.dr-project-sec__head span {
  font-family: "Amiri", sans-serif;
}
.dr-project-sec__cnt {
  color: #444444;
  font-size: 16px;
  line-height: 28px;
}
.dr-project-sec .dr-btn__btn-1 {
  margin-top: 20px;
  font-size: 16px;
  color: #ffffff;
  background-color: #996830;
  padding: 12px 16px;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .dr-project-sec__img {
    min-height: auto;
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .dr-project-sec__img {
    min-height: auto;
    height: auto;
  }
}
@media (max-width: 767px) {
  .dr-project-sec__img {
    min-height: auto;
    height: auto;
  }
  .dr-project-sec__outer {
    flex-direction: column;
  }
  .dr-project-sec__tile {
    width: 100%;
  }
}
.dr-prjct-dtls__img {
  width: 100%;
  height: auto;
}
.dr-prjct-dtls__img img {
  width: 100%;
  height: 100%;
}
.dr-prjct-dtls .dr-head-sec-1 {
  padding: 80px 0;
}
.dr-prjct-dtls__outer {
  display: flex;
  gap: 50px;
  align-items: flex-start;
  padding: 60px 0;
}
.dr-prjct-dtls__sec1 {
  width: 30%;
}
.dr-prjct-dtls__sec1__cnt {
  font-size: 16px;
  line-height: 26px;
  color: #444444;
  padding-bottom: 20px;
  width: 94%;
}
.dr-prjct-dtls__sec2 {
  width: 70%;
}
.dr-prjct-dtls__sec2__cnt {
  font-size: 16px;
  line-height: 26px;
  color: #444444;
  padding-bottom: 20px;
  width: 80%;
}
.dr-prjct-dtls__head {
  color: #2c2c2c;
  font-size: 32px;
  line-height: 42px;
  padding: 0 0 20px;
}
.dr-prjct-dtls__subhead {
  font-size: 16px;
  line-height: 26px;
  color: #444444;
  font-weight: 600;
  padding-bottom: 8px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .dr-prjct-dtls__head {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .dr-prjct-dtls .dr-head-sec-1 {
    padding: 20px 0;
  }
  .dr-prjct-dtls__outer {
    flex-direction: column;
    gap: 25px;
    padding: 30px 0;
  }
  .dr-prjct-dtls__sec1, .dr-prjct-dtls__sec2 {
    width: 100%;
  }
  .dr-prjct-dtls__sec2__cnt, .dr-prjct-dtls__sec1__cnt {
    width: 100%;
  }
}
.dr-project-gallery {
  padding: 45px 0;
}
.dr-project-gallery__outer {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.dr-project-gallery__img {
  width: calc(33.3% - 20px);
  margin: 0 10px;
  margin-bottom: 20px;
  height:276px;
}
.dr-project-gallery__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.2s ease-in;
}
.dr-project-gallery__img img:hover {
  transform: scale(1.02);
}
.dr-project-gallery__p-outer {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0 50px;
}
.dr-project-gallery__p-outer p {
  font-size: 16px;
  line-height: 30px;
  color: #444444;
  padding: 20px 0;
  width: 58%;
}
.dr-project-gallery__full-img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  overflow: hidden;
}
.dr-project-gallery__full-img img {
  width: 100%;
  height: 100%;
  transition: all 0.2s ease-in;
}
.dr-project-gallery__full-img img:hover {
  transform: scale(1.06);
}

@media (max-width: 767px) {
  .dr-project-gallery__img {
    width: calc(100% - 20px);
  }
  .dr-project-gallery, .dr-project-gallery__p-outer {
    padding: 0 0 20px;
  }
  .dr-project-gallery__p-outer p {
    width: 100%;
  }
  .dr-contact__outer {
    padding: 30px 0;
  }
}
.dr-inner-srvc {
  padding: 60px 0;
}
.dr-inner-srvc__outer {
  display: flex;
  gap: 40px;
}
.dr-inner-srvc__sec1 {
  width: 50%;
}
.dr-inner-srvc__sec2 {
  width: 50%;
}
.dr-inner-srvc__head {
  font-size: 42px;
  line-height: 54px;
  color: #2c2c2c;
  font-family: "Playfair Display", serif;
  width: 76%;
  padding-bottom: 20px;
}
.dr-inner-srvc__cnt {
  color: #444444;
  padding-bottom: 20px;
  font-size: 16px;
  line-height: 26px;
  width: 88%;
}
.dr-inner-srvc__img {
  width: 100%;
  height: auto;
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.1215686275);
}
.dr-inner-srvc__img img {
  width: 100%;
  height: 100%;
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.1215686275);
}
.dr-inner-srvc .dr-btn__btn {
  font-size: 16px;
  line-height: 24px;
}
.dr-inner-srvc .dr-btn__btn svg {
  width: 27px;
  height: 27px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .dr-inner-srvc__outer {
    flex-direction: column-reverse;
  }
  .dr-inner-srvc__sec1, .dr-inner-srvc__sec2, .dr-inner-srvc__head, .dr-inner-srvc__cnt {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .dr-inner-srvc__outer {
    flex-direction: column-reverse;
  }
  .dr-inner-srvc {
    padding: 30px 0;
  }
  .dr-inner-srvc__head {
    font-size: 35px;
    line-height: 45px;
  }
  .dr-inner-srvc__sec1, .dr-inner-srvc__sec2, .dr-inner-srvc__head, .dr-inner-srvc__cnt {
    width: 100%;
  }
}
.dr-inner-cnt-srvc {
  background-color: #FAFAFA;
  padding: 40px 0;
}
.dr-inner-cnt-srvc__head {
  font-size: 30px;
  line-height: 40px;
  font-family: "Playfair Display", serif;
  color: #2C2C2C;
  padding: 20px 0;
}
.dr-inner-cnt-srvc__cnt {
  color: #444444;
  padding-bottom: 20px;
  font-size: 16px;
  line-height: 26px;
}
.dr-inner-cnt-srvc__list {
  list-style: disc;
  padding-left: 30px;
  color: #444444;
  font-size: 16px;
  line-height: 26px;
  padding-bottom: 20px;
}

.dr-prccess {
  padding: 40px 0;
  background: #FAFAFA;
}
.dr-prccess__head {
  color: #2c2c2c;
  font-family: "Playfair Display", serif;
  padding: 20px 0;
  font-size: 46px;
  line-height: 58px;
}
.dr-prccess__sub-head {
  color: #2c2c2c;
  font-family: "Playfair Display", serif;
  padding: 20px 0;
  font-size: 30px;
  line-height: 40px;
}
.dr-prccess__sub-head span {
  font-family: "Amiri", sans-serif;
}
.dr-prccess__outer {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 25px -10px;
}
.dr-prccess__tile {
  width: calc(50% - 20px);
  margin: 24px 10px;
}
.dr-prccess__cnt {
  color: #444444;
  padding-bottom: 20px;
  font-size: 16px;
  line-height: 26px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .dr-prccess__sub-head {
    min-height: 125px;
  }
}
@media (max-width: 767px) {
  .dr-prccess__tile {
    width: calc(100% - 20px);
  }
}
.dr-fitout {
  padding: 30px 0 60px;
}
.dr-fitout .dr-inner-srvc__head {
  width: 100%;
  padding-bottom: 0;
}
.dr-fitout__subhead {
  font-size: 30px;
  line-height: 40px;
  font-family: "Playfair Display", serif;
  color: #2C2C2C;
  padding: 20px 0;
}
.dr-fitout .dr-inner-srvc__outer {
  padding-top: 60px;
  border-top: 1px solid #C5C5C5;
}
.dr-fitout .dr-project-gallery__outer {
  margin: 50px -10px;
}
.dr-fitout__list {
  list-style: disc;
  padding-left: 10px;
}
.dr-fitout__list li {
  padding: 4px 0;
}
.dr-fitout__btn {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

@media (max-width: 767px) {
  .dr-fitout__subhead {
    font-size: 28px;
    line-height: 38px;
  }
}

/* devlopers code */
.dr-header .sub-menu li a {
	 padding: 8px 10px;
    font-weight: 400;
    color: #444444;
    font-size: 16px;
    font-family: "Outfit", sans-serif;
    transition: all 0.3s ease;
	display: block;
    width: 100%;
}

.dr-header .dropdown-menu {
    padding: 10px;
}

.dr-header .nav-link.active {
	border: none;
	    background-color: #ffffff;
    color: #ad8659;
}

.dr-header .sub-menu li a:hover {
	 color: #ad8659;
}

.dr-modal-hme .input-group input, .dr-modal-hme .input-group select {
    width: 100%;
	max-height: 40px;
	margin: 10px 0
}


.diamond {
    display: flex;
	gap: 10px;
	max-height: 40px;
}

.file-upload p {
	display: flex;
	gap: 5px;
}

.dr-modal-hme .file-label {
	width: 158px;
}

.dr-modal-hme__btn {
	color: #ffffff !important;
}
.wpcf7-spinner {
	display: none !important;
}

.dr-modal-hme .diamond {
	margin-bottom: 10px;
}

.dr-modal-hme .contact-form {
	    padding: 0;
	    gap: 10px;
	flex-direction: row;
}

.wpcf7-not-valid-tip {
	text-align: left;
	font-size: 10px !important;
	position: absolute;

}

body .modal-body .wpcf7-not-valid-tip {
	    top: 25px;
}

.dr-modal-hme__sec2 .wpcf7-not-valid-tip {
	 top: 33px;
}

.dr-contact__italic a {
	color: #ad8659;
}


@media (max-width: 767px) {
	.dr-modal-hme .file-info {
		font-size: 10px;
	}
	
	.dr-modal-hme .file-label {
		padding: 10px;
	}
}

.dr-project-sec__tile p {
	color: #444444;
    font-size: 16px;
    line-height: 28px;
}