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,
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;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
}

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

html {
  margin-right: 0 !important;
}

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

body {
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  line-height: 19.6px;
  font-weight: 400;
  color: #161e2d;
  background-color: #ffffff;
}

img {
  max-width: 100%;
  height: auto;
  transform: scale(1);
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row > * {
  padding-left: 15px;
  padding-right: 15px;
}

ul,
li {
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}




.container2 {
  max-width: 1110px;
}

.container {
  max-width: 1320px;
}

.container3,
.container2,
.container {
  width: 100%;
  margin: auto;
}

.container3,
.container2,
.container {
  padding-left: 15px;
  padding-right: 15px;
}

textarea,
input[type=text],
input[type=password],
input[type=datetime],
input[type=datetime-local],
input[type=date],
input[type=month],
input[type=time],
input[type=week],
input[type=number],
input[type=email],
input[type=url],
input[type=search],
input[type=tel],
input[type=color] {
  font-family: "Manrope", sans-serif;
  border: 1px solid #e4e4e4;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-size: 14px;
  line-height: 22px;
  padding: 15px 18px;
  width: 100%;
  background: #ffffff;
  color: #161e2d;
  font-weight: 400;
}
textarea:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=time]:focus,
input[type=week]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=color]:focus {
  border-color: #1563df;
}

textarea::placeholder,
input[type=text]::placeholder,
input[type=password]::placeholder,
input[type=datetime]::placeholder,
input[type=datetime-local]::placeholder,
input[type=date]::placeholder,
input[type=month]::placeholder,
input[type=time]::placeholder,
input[type=week]::placeholder,
input[type=number]::placeholder,
input[type=email]::placeholder,
input[type=url]::placeholder,
input[type=search]::placeholder,
input[type=tel]::placeholder,
input[type=color]::placeholder {
  color: #a3abb0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 14px;
  line-height: 19.6px;
}

textarea {
  height: 112px;
  resize: none;
  border-radius: 16px;
}

.title-large,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  text-rendering: optimizeLegibility;
  color: #161e2d;
}


h1 {
  font-size: 56px;
  line-height: 68px;
}

h2 {
  font-size: 44px;
  line-height: 62px;
}

h3 {
  font-size: 36px;
  line-height: 44px;
}

h5 {
  font-size: 24px;
  line-height: 30px;
}

h6 {
  font-size: 18px;
  line-height: 25.2px;
}

a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  display: inline-block;
  color: #161e2d;
}
a:focus, a:hover {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  outline: 0;
}

label {
  font-weight: 600;
}

.text-subtitle {
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.fw-8 {
  font-weight: 800 !important;
}


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


.text-white {
  color: #ffffff !important;
}


.bg-primary-new {
  background-color: #f3f7fd;
}


.mx-5 {
  margin-left: 5px !important;
  margin-right: 5px !important;
}

.radius-30 {
  border-radius: 30px;
  overflow: hidden;
}

.header-account {
  display: flex;
  align-items: center;
  gap: 16px;
}

.main-header {
    z-index: 999;
    width: 100%;
    /* height: 78px; */
    position: relative;
    background-color: #ef7a03;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    /* box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.0784313725); */
}
.main-header .inner-header-left {
  display: flex;
  gap: 30px;
  align-items: center;
}
.main-header .inner-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}


.main-header .logo-box {
  position: relative;
  z-index: 10;
}

.main-header .logo-box .logo img {
  display: inline-block;
  max-width: 100%;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media(max-width:767px){
    .main-header .logo-box .logo img {
        width:175px !important
    }
}
.main-header .logo-box .logo {
  position: relative;
}

.main-header .header-lower {
  position: relative;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.mobile-menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 300px;
  padding-right: 30px;
  max-width: 100%;
  height: 100%;
  visibility: hidden;
  z-index: 999999;
}
.mobile-menu .nav-logo {
  position: relative;
  background: #ffffff;
  box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.08);
  padding: 12px 20px;
}
.mobile-menu .nav-logo img {
  max-width: 200px;
}
.mobile-menu .bottom-canvas {
  padding: 30px 20px 100px;
  height: 100vh;
  overflow-y: auto;
}


.mobile-menu .menu-backdrop {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.6);
  transition: all 0.3s ease 0s;
  visibility: hidden;
  opacity: 0;
}
.mobile-menu .menu-box {
  position: absolute;
  left: -100%;
  top: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  background-color: #ffffff;
  z-index: 5;
  border-radius: 0px;
  -webkit-overflow-scrolling: touch;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.close-btn {
  position: fixed;
  right: 16px;
  top: 25px;
  line-height: 30px;
  width: 30px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 9999999999;
  opacity: 0;
  visibility: hidden;
}
.close-btn::before {
  content: "\e938";
  font-family: "icomoon";
  font-size: 24px;
  font-weight: 100;
}


.footer {
  background-color: #d9d9d9;
  background-size: cover;
  background-repeat: no-repeat;
}
.footer .top-footer {
    padding: 20px 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.footer .top-footer .content-footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.footer .inner-footer {
  padding: 50px 0px 50px;
}
.list-social {
  flex-wrap: wrap;
  gap: 12px;
}

.footer .wd-social {
  display: flex;
  align-items: center;
}

.flat-slider {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 123;
}
.flat-slider .overlay {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.flat-slider.home-3 {
  background-image: url(../images/icons/parallax-bg.jpg);
  padding: 140px 0px;
}
.flat-slider.home-3 .overlay {
  background: #000000;
  opacity: 0.4;
}
.tf-btn {
    border-radius: 10px;
    font-size: 16px;
    line-height: 21.86px;
    font-weight: 600;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 8px 13px;
    min-width: 130px;
    min-height: 44px;
    /* border-radius: 9999px; */
    background-color: #ffffff;
    color: #161e2d;
    border: 1px solid #161e2d;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.tf-btn .icon {
  font-size: 20px;
  flex-shrink: 0;
}
.tf-btn:hover {
  background-color: #1563df;
  color: #ffffff;
  border-color: #1563df;
}
.tf-btn.primary {
    background-color: #1563df;
    color: #ffffff;
    border-color: #1563df;
  }
  .tf-btn.primary:hover {
    background-color: #0e49a6;
  }
  .tf-btn.primary .icon {
    color: #ffffff;
  }
  .tf-btn.warning {
    background-color: #ef7a03;
    color: #fff;
    border-color: #ef7a03;
  }
  .tf-btn.warning:hover {
    background-color: #ef7a03;
  }
  .tf-btn.warning .icon {
    color: #fff;
  }

  .tf-btn.warning.warning-dark{
    background: #000;
  }
  .tf-btn.danger {
    background-color: #ff0202;
    color: #ffffff;
    border-color: #ff0202;
}
  .tf-btn.danger:hover {
    background-color: #dd0303;
  }
  .tf-btn.danger .icon {
    color: #fff;
  }



.btn-view {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.btn-view .icon {
  color: #1563df;
  font-size: 16px;
}
.form-control {
  border: 1px solid #e4e4e4;
  font-family: "Manrope", sans-serif;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-size: 16px;
  line-height: 26px;
  border-radius: 8px;
  padding: 8px 16px;
  width: 100%;
  background: #ffffff;
  color: #161e2d;
  font-weight: 400;
}

.close-btn {
  color: white;
  border: none;
  cursor: pointer;
}

.box-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.box-icon .icon {
  font-size: 18px;
}
.box-icon.w-40 {
  width: 40px;
  height: 40px;
}
.box-icon.social {
  background-color: #ef7a03;
  border-radius: 50%;
}
.box-icon.social .icon {
  color: #ffffff;
  font-size: 18px;
}
.flat-section {
    padding-top: 25px;
    padding-bottom: 25px;
}

.box-title .title {
  text-transform: capitalize;
  font-weight: 800;
}

.flat-img-with-text {
  display: flex;
  flex-direction: column;
}
.flat-img-with-text .content-right {
  padding: 50px 15px;
}
.flat-img-with-text .content-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.flat-img-with-text-v2 {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.flat-img-with-text-v2 .box-title {
  margin-left: 0;
  margin-right: 0;
}

.grid-img-group {
    position: relative;
    padding-top: 30%;
    padding-bottom: 12%;
}
.tf-image-wrap {
  position: relative;
  border-radius: 30px;
}
.tf-image-wrap .img-style {
  overflow: hidden;
  border-radius: 30px;
}
.tf-image-wrap.item-2 {
    width: 60%;
}
.tf-image-wrap.item-2:hover {
  z-index: 2;
}
.tf-image-wrap.item-2 .tag-item-1 {
    top: -15%;
    right: 10%;
}
.tf-image-wrap.item-3, .tf-image-wrap.item-1 {
  position: absolute;
  display: flex;
  align-items: center;
  z-index: 0;
  width: 51%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: max-content;
}
.tf-image-wrap.item-1 {
  right: 0;
  top: 0;
  width: 60%;
  box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.1019607843);
}

.tf-image-wrap .tag-item {
    position: absolute;
    z-index: 4;
    box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.1019607843);
    padding: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
    background-color: #ef7a03;
    border-radius: 0;
    color: #fff;
    flex-direction: column;
}

.tf-image-wrap .tag-item span {
  font-weight: 600;
}

.flat-service .box-benefit:not(:last-child) {
  margin-bottom: 20px;
}


.partner-item {
  width: 100%;
  height: 100%;
}
.single-sidebar .widget-box {
    padding: 30px;
    border: 1px solid #e4e4e4;
    overflow: hidden;
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.0509803922);
    background: #ef7a03;
    padding-top: 15px;
    overflow-y:scroll;
}
.single-sidebar .widget-box label {
    color: #fff;
    font-size: 18px;
    margin-bottom: 0;
}
.single-property-overview .info-box {
    display: flex;
    flex-wrap: wrap;
    column-gap: 0;
    row-gap: 0;
    /* gap: 15px; */
    justify-content: space-between;
}
.single-property-overview .info-box .item {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 33%;
}
.single-property-overview .info-box .item span {
  font-weight: 600;
}
.single-property-contact .title {
  margin-bottom: 15px;
}
.single-property-contact .contact-form {
  margin-top: 15px;
}
.single-property-contact .contact-form .ip-group textarea {
  height: 70px;
}
.single-property-contact .contact-form .ip-group:not(:last-child) {
  margin-bottom: 8px;
}
.single-property-contact input, .single-property-contact textarea {
    padding: 10px 8px;
}
.single-property-contact input::placeholder,
.single-property-contact textarea::placeholder {
  color: #5c6368;
}

.tf-faq .title {
  margin-bottom: 40px;
  text-transform: capitalize;
}

.box-faq .faq-item {
    border: 1px solid #e4e4e4;
    border-radius: 12px;
    background: #fff;
}
.box-faq .faq-item .faq-header {
    padding: 10px 30px 10px;
    padding-right: 60px;
    display: block;
    font-size: 18px;
    line-height: 25.2px;
    font-weight: 600;
    position: relative;
    text-transform: capitalize;
}
.box-faq .faq-item .faq-header::after {
  position: absolute;
  content: "\e921";
  font-family: "icomoon";
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 20px;
  color: #161e2d;
}
.box-faq .faq-item .faq-header:not(.collapsed)::after {
  content: "\e920";
}
.box-faq .faq-item .faq-body {
  padding: 24px 30px;
  padding-top: 0;
  color: #5c6368;
}
.box-faq .faq-item:not(:last-child) {
  margin-bottom: 12px;
}
.box-faq .faq-item.active {
  box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.1019607843);
}
.box-faq .faq-item.active .faq-header {
  color: #1563df;
}

@media (min-width: 992px) {

}
@media (min-width: 1200px) {
  .tf-image-wrap .tag-item {
    padding: 16px 20px;
  }
  .tf-image-wrap .tag-item span {
    font-size: 18px;
    line-height: 25.2px;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: center;
}
  .tf-image-wrap .tag-item span.big-span {
    font-size: 36px;
    font-weight: 600;
}

  .hover-img-wrap {
    position: relative;
  }
  .hover-img-wrap::before {
    content: "";
    position: absolute;
    top: -100%;
    left: 0;
    width: 50%;
    height: 100%;
    background: rgb(0, 0, 0);
    transition: 0.25s;
    z-index: 3;
    opacity: 0.1;
  }
  .hover-img-wrap::after {
    content: "";
    position: absolute;
    bottom: -100%;
    right: 0;
    width: 50%;
    height: 100%;
    background: rgb(0, 0, 0);
    transition: 0.25s;
    z-index: 3;
    opacity: 0.1;
  }

  .flat-img-with-text-v2 {
    gap: 110px;
  }


  .img-animation {
    -webkit-clip-path: polygon(0 0, 0% 0, 0% 100%, 0 100%);
    clip-path: polygon(0 0, 0% 0, 0% 100%, 0 100%);
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-filter: blur(5px);
    filter: blur(5px);
    -webkit-transition: -webkit-clip-path 0.8s ease-in-out 0.3s, -webkit-transform 0.8s ease-in-out 1.1s, -webkit-filter 0.5s ease-in-out 1.1s;
    transition: -webkit-clip-path 0.8s ease-in-out 0.3s, -webkit-transform 0.8s ease-in-out 1.1s, -webkit-filter 0.5s ease-in-out 1.1s;
    -o-transition: clip-path 0.8s ease-in-out 0.3s, transform 0.8s ease-in-out 1.1s, filter 0.5s ease-in-out 1.1s;
    transition: clip-path 0.8s ease-in-out 0.3s, transform 0.8s ease-in-out 1.1s, filter 0.5s ease-in-out 1.1s;
    transition: clip-path 0.8s ease-in-out 0.3s, transform 0.8s ease-in-out 1.1s, filter 0.5s ease-in-out 1.1s, -webkit-clip-path 0.8s ease-in-out 0.3s, -webkit-transform 0.8s ease-in-out 1.1s, -webkit-filter 0.5s ease-in-out 1.1s;
    position: relative;
  }

  .img-animation.animated {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-filter: blur(0px);
    filter: blur(0px);
  }
}
@media (min-width: 1441px) {

  .main-header .inner-header-left {
    gap: 50px;
  }

}
@media only screen and (min-width: 1520px) {
  .main-header .inner-header-left {
    gap: 100px;
  }
}

@media only screen and (max-width: 991px) {


  .mx-10,
.mx-5 {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }




  .flat-section {
    padding: 20px 0px 20px;
}


  h1 {
    font-size: 46px;
    line-height: 58px;
  }

  h2 {
    font-size: 34px;
    line-height: 52px;
  }

  h3 {
    font-size: 26px;
    line-height: 34px;
  }


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

  h6 {
    font-size: 16px;
    line-height: 23.2px;
  }

  .flat-slider.home-3 {
    padding: 80px 0px;
  }
  .single-property-overview .info-box {
    gap: 20px;
  }

  .tf-image-wrap {
    border-radius: 15px;
  }
  .tf-image-wrap .img-style {
    border-radius: 15px;
  }

  .box-faq .faq-item .faq-header {
    padding: 15px;
    padding-right: 30px;
  }
  .box-faq .faq-item .faq-header::after {
    right: 15px;
  }
  .box-faq .faq-item .faq-body {
    padding: 15px;
    padding-top: 0;
  }

  .single-sidebar .widget-box {
    padding: 15px;
  }


  .single-sidebar {
    margin-top: 40px;
  }
}


                        @media(max-width:992px){
                            #wrapper{
                                width:100%;
                            }
                        }
                        @media(min-width:1024px){
                            #wrapper{
                                width:calc(100% - 465px);
                            }
                            #wrapper-right {
                                z-index: 5;
                                width: 465px;
                                position: fixed;
                                top: 0;
                                right: 0;
                                height: 100%;
                            }
                        }
                        .h-100{
                            height: 100%
                        }

                        .fs-24{
                            font-size: 24px
                        }
                        .fs-32{font-size: 32px}

                        .support-fixed {
                            position: fixed;
                            bottom: 50px;
                            right: 50px;
                            width: 70px;
                            height: 70px;
                            border-radius: 50%;
                            -webkit-align-items: center;
                            -webkit-box-align: center;
                            -ms-flex-align: center;
                            align-items: center;
                            -webkit-box-pack: center;
                            -ms-flex-pack: center;
                            -webkit-justify-content: center;
                            justify-content: center;
                            background: linear-gradient(226.04deg, #02ff07 13.9%, #1d7b06 84.66%);
                            box-shadow: 0px 0px 10px #84694e;
                            padding: 15px;
                            z-index: 999;
                            cursor: pointer;
                        }
                        .support-fixed-detail{
                            position: fixed;
                            bottom: 40px;
                            right: 125px
                        }

                        .select2-container .select2-selection--single {

                            height: 46px;
                            border-radius: 8px;
                        }

                        .select2-container--default .select2-selection--single .select2-selection__rendered {
                            line-height: 43px;font-size: 16px;
                            padding-left: 15px;                        }

                        .select2-container--default .select2-selection--single .select2-selection__placeholder {
                            color: #000000;
                            font-size: 16px;
                        }
