@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');

body {
	font-family: "Urbanist", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
	margin: 0px;
	color: rgb(0, 0, 0);
	background-color: rgb(255, 255, 255);
	-webkit-font-smoothing: antialiased;
}


body.custom-cursor-active {
	cursor: none;
}

:root {
	--primary: #0D263C;
}

html {
	scroll-behavior: smooth;
}

a,
a:hover,
a:focus,
button,
button:hover,
button:focus {
	color: rgb(0, 0, 0) !important;
	text-decoration: none !important;
	cursor: pointer;
}

  
  .or_header--nav ul.active {
	opacity: 1;
	visibility: visible;
  
	display: block; /* Show the menu when active */
  }
p,
em,
span,
strong,
article,
b {
	font-family: "Urbanist", sans-serif;
}

h6 {
	font-family: "Urbanist", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
b,
strong {
	letter-spacing: 0px;
	font-family: "Urbanist", sans-serif;
	color: rgb(0, 0, 0);
	font-weight: 400;
	line-height: 1.1;
}

img {
	max-width: 100%;
}

input,
textarea,
select,
button,
label,
svg,
svg path,
svg rect,
svg polygon,
img,
a,
::after,
::before,
:hover,
:focus,
.form-control:focus {
	box-shadow: none;
	outline: none !important;
}

img,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
input,
textarea,
select,
button,
label,
svg,
svg path,
svg rect,
svg polygon,
img,
a,
::after,
::before,
:hover,
:focus,
.form-control:focus {
	transition: all 0.3s ease 0s;
}

ul,
ol {
	margin: 0px;
	padding: 0px !important;
}

li {
	list-style: none;
}


body {
	background-color: #f4f7f6;
	margin-top: 20px;
}


.or_header--wrapper {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
	z-index: 9999999999;
}

.or_header--wrapper .or_header--logo {
	padding: 29px 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-right: 1px solid #f1f1f1;
	background: #0D263C;
}

.or_header--wrapper .or_header--logo img {
    width: 100px;
}

.or_header--content {
	width: calc(100% - 174px);
}

.or_header--content .or_header--info {
	position: relative;
	padding: 10px 33px 16px 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.or_header--content .or_header--info .rentstae--header {}

.or_header--content .or_header--info .rentstae--header li {}

.or_header--content .or_header--info .rentstae--header li img {}

.or_header--info ul {
	display: flex;
	align-items: center;
	gap: 39px;
	padding: 0;
	margin: 0;
}

.or_header--info ul li {
    display: flex;
    gap: 12px;
}

.or_header--info ul li a {
	font-weight: 400;
	font-size: 14px;
}

.or_header--info ul .hot--deal {
	background: var(--primary);
	padding: 13px 17px;
}

.or_header--info ul .hot--deal a {

	color: white !important;
}

.or_header--nav {}

.or_header--nav ul {
	display: none;
	display: flex;
	align-items: center;
	gap: 36px;
	margin: 0;
}

.or_header--nav ul li {}

.or_header--nav ul li a:hover::after {
	width: 100%;
	transition: width 0.3s ease 0s;
}

.or_header--nav ul li a:after {
	content: "";
	display: block;
	width: 0px;
	height: 2px;
	background: var(--primary);
	transition: width 0.3s ease 0s;
}

.or_header--nav ul li a {
	display: inline-block;
	font-weight: 400;
	font-size: 15px;
	line-height: 23px;
	letter-spacing: .02em;
	text-transform: uppercase;
	color: #000;
	text-decoration: none;
}

.or_header--menu {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top: 1px solid #ececec;
	padding: 8px 0px 8px 30px;
}

.or_header--menu .or_header--country {}

.or_header--menu .or_header--country {}

.search-box a {
    background: #EC6325;
    background: #EC6325;
    padding: 10px 40px;
    width: fit-content;
    color: white !important;
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 0px;
}
.search-box {
	display: flex;
	align-items: center;
	border: 1px solid #dfdfdf;
	border-radius: 3px;
	overflow: hidden;
	background-color: white;
	margin: 0 30px 0 0;
}

.search-box input[type="text"] {
	border: none;
	padding: 10px 15px;
	width: 100%;
	outline: none;
}

.search-box input::placeholder {
	color: #9e9e9e;
	font-size: 14px;
}

.search-box .icon i {
	color: var(--primary);
}

.search-box .icon {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	border-right: 1px solid #eaeaea;
}

.or_menu--toggle {
	display: none;
}

.search-box button i {}

.search-box button {
	background-color: #ff7b00;
	border: none;
	color: white !important;
	padding: 10px 20px;
	cursor: pointer;
	border-radius: 0 3px 3px 0px;
}

.search-box button:hover {
	background-color: #e36a00;
}
.banner-carousel .owl-dots {
    display: none;
}
.banner-carousel .item {}
.banner-carousel .banner {
    height: 80vh;
    width: 100%;
}
.banner-carousel  .banner-text  {
    text-align: center;
    display: flex;
    justify-content: center;
    height: 100%;
    align-items: center;
    flex-direction: column;
    width: 75%;
    margin: 0 auto;
    padding: 50px 0 0 0;
}
.banner-carousel  .banner-text  h6 {
    font-size: 19px;
    color: #EC6325;
    margin: 0;
}
.banner-carousel  .banner-text  h1 {
    font-size: 59px;
    color: white;
    line-height: 65px;
    font-weight: 700;
}
.banner-carousel  .banner-text  p {
    color: white;
    font-size: 17px;
    line-height: 28px;
    width: 70%;
}
.banner-carousel  .banner-text  .banner-buttons {}
.banner-carousel  .banner-text  .banner-buttons a {
    padding: 10px 36px;
    color: white !important;
    background: #EC6325;
    border: none;
    border-radius: 5px;
}
.wrapper {
    padding: 80px 0;
    overflow: hidden;
}
.wrapheadingbutton .headingwrap {
    width: 50%;
}
.wrapheadingbutton {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.wrapheadingbutton .main_btn a {
    background: black;
    border-radius: 50px;
}
.main_btn {}
.main_btn a {
    background: #EC6325;
    padding: 15px 30px;
    width: fit-content;
    color: white !important;
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 5px;
}
.headingwrap {
    margin: 0 0 40px;
}
.headingwrap h6 {
    font-weight: 600;
    color: #EC6325;
}
.headingwrap h2 {
    font-size: 32px;
    font-weight: 800;
}
.headingwrap p {
    font-size: 14px;
    font-weight: 500;
}
.serviceforthsection {}
.serviceforthsection img {
    margin: 0 0 20px;
}
.serviceforthsection h5 {
    font-size: 21px;
    font-weight: 700;
}
.serviceforthsection p {
    font-size: 14px;
    opacity: 0.8;
    margin: 0 0 20px;
}
.serviceforthsection .serviceimg {
    border-radius: 10px;
    width: 100%;
    height: 220px;
    object-fit: cover;
}
.exprtise {}
.exprtise li {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}
.exprtise li img {
    width: 29px;
}
.exprtise li  h5 {
    font-size: 19px;
    font-weight: 700;
}
.exprtise li  p {
    font-size: 14px;
    line-height: 24px;
}
.contactformwrap .row {
	position: relative;
	z-index: 999;
}
.contactformwrap {background: url(../images/contactwrap.png.jpg);padding: 70px 0;background-position: bottom;position: relative;overflow: hidden;}
.contactformwrap::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: #0000009e;
	z-index: 0;
	top: 0;
}
.contactformwrap .formenquiry {
    background: linear-gradient(140.3deg, #DAE0C7 25.74%, #DDE3CC 32.69%, #E2E7D4 42.54%, #EAEEE0 58.66%, #E2E7D4 80.83%, rgba(255, 255, 255, 0.76) 98.23%, rgba(255, 255, 255, 0.54) 99.88%);
    padding: 40px 30px;
}
.contactformwrap .formenquiry h4 {
    font-weight: 700;
}
.contactformwrap .formenquiry p {}
.contactformwrap .formenquiry .field-wrap {}
.contactformwrap .formenquiry .field-wrap input {
    width: 100%;
    height: 55px;
    margin: 0 0 20px;
    padding: 0 10px;
    border: none;
}
.contactformwrap .formenquiry button {
    background: #EC6325;
    padding: 15px 30px;
    width: fit-content;
    color: white !important;
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 5px;
    border: none;
}
.whychoose {
    background: #000000ad;
    padding: 30px 30px;
}
.whychoose .headingwrap h2 {
    color: white;
}
.whychoose .headingwrap p {
    color: white;
    font-weight: 200;
    line-height: 26px;
}
.whychoose  ul {}
.whychoose  ul li {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin: 0 0 20px;
}
.whychoose  ul li img {
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 10px;
    border-radius: 8px;
}
.whychoose  ul li h5 {
    font-size: 21px;
    font-weight: 600;
    color: white;
}
.whychoose  ul li p {
    color: white;
    font-size: 14px;
    font-weight: 200;
}
.testimonail {
	background: #0D263C;
	padding: 70px 0;
	overflow: hidden;
}
.testimonail .leftsideheading {
    width: 50%;
}
.testimonail .leftsideheading h6 {
}
.testimonail .leftsideheading h2 {
    color: white;
}
.testimonail .leftsideheading p {
    color: white;
}
.crousalwrap {
    background: white;
    border-radius: 10px;
    padding: 20px 20px;
}
.crousalwrap .toptestimonailwrap {display: flex;align-items: flex-start;gap: 10px;}
.crousalwrap .toptestimonailwrap  img {
    border-radius: 50%;
    width: 70px !important;
    height: 70px;
}
.crousalwrap .toptestimonailwrap  span  {
}
.crousalwrap .toptestimonailwrap  span h4 {
    font-size: 20px;
    font-weight: 600;
}
.crousalwrap .toptestimonailwrap  span p {
    margin: 0;
    font-size: 14px;
}
.crousalwrap .toptestimonailwrap  ul {
    display: flex;
    align-items: center;
    gap: 8px;
}
.crousalwrap .toptestimonailwrap  ul li img {
    width: 18px !important;
    height: 23px;
}
.crousalwrap .toptestimonailwrap h5 {}
.crousalwrap .toptestimonailwrap p {}
.portfoliowrap {
    position: relative;
    margin: 0 0 25px;
}
.portfoliowrap img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    border-radius: 15px;
    filter: brightness(0.7);
}
.portfoliowrap .tonroom {
    position: absolute;
    bottom: 0;
    left: 20px;
}
.portfoliowrap h4 {
    color: white;
    font-weight: 600;
    margin: 0 0 4px;
}
.portfoliowrap p {
    color: white;
    font-size: 12px;
}
.portfoliowrapright img {
    height: 586px;
}

.or_footer--wrapper {
    position: relative;
    background-color: #000000;
  }
  .or_footer--wrapper .or_footer--inner {
    padding: 70px 0;
    display: flex;
    align-items: center;
    gap: 80px;
  }
  .or_footer--wrapper .or_footer--content {
    width: 100%;
    max-width: 550px;
  }
  .or_footer--wrapper .or_footer--content .or_footer-desc {
    margin: 30px 0 30px;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
  }
  .or_footer--wrapper .or_footer--social {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8.1px;
    margin-bottom: 16px;
  }
  .or_footer--wrapper .or_footer--heading {
    margin: 0 0 22px;
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
    color: #fff;
  }
  .or_footer--wrapper .or_footer--menu {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 60px;
    margin-bottom: 35px;
  }
  .or_footer--wrapper .or_footer--menu li a{
      color: white !important;
      font-size: 17px;
      font-weight: 300;
  }
  .or_footer--wrapper .or_footer--location {
    display: flex;
    align-items: flex-start;
    gap: 50px;
  }
  .or_footer--logo img {
    width: 100px;
  }
  .or_footer--wrapper .or_footer--location .or_footer--locationBlock p {
        color: #fff !important;
        display: flex;
        align-items: center;
        gap: 11px;
  }
  .or_footer--wrapper .or_footer--location .or_footer--locationBlock p a {
        color: #fff !important;
        display: flex;
        align-items: center;
        gap: 10px;
  }
  .or_footer--wrapper .or_footer--location .or_footer--locationBlock h4 {
    margin: 0 0 10px;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 20px 0;
    color: #fff;
  }
  .or_copyright--wrapper {
      background: var(--primary);
      padding: 14px 0;
  }
  .or_copyright--inner {
      display: flex;
      align-items: center;
      justify-content: space-between;
      color: white;
  }
  .or_copyright--inner p {
      font-size: 12px;
      font-weight: 300;
      margin: 0;
  }
.propertymanagement  {
    background: white;
    padding: 20px 20px;
    margin: 0 0 20px;
    min-height: 230px;
    border-radius: 10px;
}
.propertymanagement img {
    width: 31px;
    margin: 0 0 20px;
}
.propertymanagement p {}