/* html {
  scroll-behavior: smooth;
} */



body {
    font-family: 'Gilroy', serif;
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    color: #000;
    overflow-x: hidden;
    font-weight: 400;

}




@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Medium.woff2') format('woff2'),
        url('../fonts/Gilroy-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Regular.woff2') format('woff2'),
        url('../fonts/Gilroy-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Light.woff2') format('woff2'),
        url('../fonts/Gilroy-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Bold.woff2') format('woff2'),
        url('../fonts/Gilroy-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Heavy.woff2') format('woff2'),
        url('../fonts/Gilroy-Heavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-ExtraBold.woff2') format('woff2'),
        url('../fonts/Gilroy-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}



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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Gilroy', serif;
}


textarea,
div,
span,
li,
button,
a {
  font-family: 'Gilroy', serif;
  font-weight: 400;
  color: #000;
  /* transition: ease-in-out 1s; */
}

input{  font-family: 'Gilroy';}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
  
}

p {
font-family: 'Gilroy', serif;
font-size: 21px;
line-height: 33px;
color: #000;
font-weight: 500;
margin-bottom: 15px;
 
}
.clear {
  clear: both;
  float: none;
  width: 100%;
}
.clearfix::after {
  display: block;
  content: "";
  clear: both;
}
a {
  text-decoration: none !important;
}

a:hover {
  transition: ease-in-out 1s;
  color: #fff;
}
a,
span {
	font-family: 'Gilroy', serif;
  display: inline-block;
  color: #fff;
  transition: ease-in-out 1s;
}

:focus {
  box-shadow: none !important;
  outline: none !important;
}





/*Responsive css*/

@media (min-width: 1366px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1250px;
}

}

@media (min-width: 1440px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1350px;
}

}


@media (min-width: 1600px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1500px;
}

}


body, html {
  overflow-x: hidden;
}

body.single.single-properties{
overflow-x: initial;
}



/*------------------common-css End-------------------*/

/*nav*/ 

.header-section {position: relative;}
.page-header {
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  padding: 8px 0;
  z-index: 5;
  /* background: #fff; */
}


.page-header.is-sticky {
  position: fixed;
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
  padding: 30px 0;
  backdrop-filter: blur(10px);
  animation: slideDown 0.700s ease-out;
  z-index: 5;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.top-nav-bar {
  position: relative;
  top: 0px;
  width: 100%;
  z-index: 11;
  padding: 0px  0px;
}

/* 
header.header-section.fixed-nav {
  position: fixed;
}
.fixed-nav .navbar .nav-item:hover a{color: #3361e1;}

header {
    position: fixed;
    top: 0px;
    left: 0px;
    background-color:#136ca5 ;
    transition: ease-in-out 5s;
    width: 100%;
    z-index: 5;
} */
/* .fixed-nav .top-nav-bar {background: #3c3341;} */
.fixed-nav .top-nav-bar{
  animation: smoothScroll 4s forwards;}
header.header-section.fixed-nav .top-nav-bar .row {
  animation: smoothScroll 4s forwards;
  align-items: center !important;
  display: flex;
}
header.header-section.fixed-nav .top-nav-bar .row .d-flex{align-items: center !important;}

.navbar .dropdown ul li:hover {box-shadow: 0px 0px 10px #ccc;}
.fixed-nav .logo{width: 300px;}
.select-lang {display: flex;justify-content: end;}
.fixed-nav .navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover>a {color: #fff;}
/* .fixed-nav .navbar li.active a {color: #fff;} */
/* .fixed-nav .navbar li.active {background: url(../images/white-dot.webp);background-repeat: no-repeat;background-position: right;} */

/*--------------------------------------------------------------
# Desktop Navigation
--------------------------------------------------------------*/
@media (min-width: 992px) {
  .navbar {padding: 15px 0px;}
  .navbar ul {margin: 0;padding: 0;display: flex;list-style: none;align-items: center;}
  .navbar li {position: relative;}
  .navbar>ul>li {white-space: nowrap;}
  .navbar a,
  .navbar a:focus { display: flex;align-items: center;justify-content: space-between;padding: 0px 0px 0px 45px;font-size: 18px;font-weight:500; color:#000;text-transform: uppercase; white-space: nowrap;transition: 0.3s;position: relative;}
  .navbar a i,
   /* .navbar a:focus i {font-size: 12px;line-height: 0;margin-left: 5px;} */
  .navbar a:hover:before,
  .navbar li:hover>a:before,
  .navbar .active:before { visibility: visible;width: 100%;}
  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover>a {color: #000; transition: ease-in-out 2s;}
  .navbar .dropdown ul {display: block;position: absolute;background: #fff;border: 1px solid #fff;  left: 28px;top: calc(100% + 30px); margin: 0;padding: 10px 0;z-index: 99;opacity: 0;visibility: hidden;box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);transition: 0.3s;border-radius: 4px;}
  .navbar .dropdown ul li {min-width: 250px; transition:0.7s ease-in-out}
    .navbar .dropdown ul li:hover {
        background: rgb(198 157 51 / 46%);
        color: #d4a23a;
        padding-left: 5px;
        box-shadow: none !important;
    }
      .navbar .dropdown ul a {
        padding: 8px 10px;
        font-size: 16px;
        text-transform: none;
        color: #fff;
    }
  .navbar .dropdown ul a i {font-size: 12px;}
  .navbar .dropdown ul a:hover,
  .navbar .dropdown ul .active:hover,
  .navbar .dropdown ul li:hover>a {color:#fff;}
  .navbar .dropdown:hover>ul {opacity: 1;top: 100%;visibility: visible;}
  .navbar .dropdown .dropdown ul {top: 0;left: calc(100% - 30px);visibility: hidden;}
  .navbar .dropdown .dropdown:hover>ul {opacity: 1;top: 0;left: 100%;visibility: visible;}
  li.nav-item.dropdown a i {font-size: 14px;padding-left: 7px;}
  }
  
  @media (min-width: 992px) and (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {left: -90%;}
  .navbar .dropdown .dropdown:hover>ul {left: -100%; }}
  @media (min-width: 992px) {.mobile-nav-show,.mobile-nav-hide {display: none;}
  }
  
  /*--------------------------------------------------------------
  # Mobile Navigation
  --------------------------------------------------------------*/
  @media (max-width: 991px) {
  .navbar {position: fixed;top: 0;right: -100%;width: 100%;max-width: 400px;bottom: 0;transition: 0.3s;z-index: 9997;}
  .navbar ul {position: absolute;inset: 0;padding: 50px 0 10px 0;margin: 0;background: rgba(24, 24, 40, 0.9);overflow-y: auto;transition: 0.3s;z-index: 9998;}
  .navbar a,
  .navbar a:focus {display: flex;align-items: center;justify-content: space-between;padding: 10px 20px;font-size: 16px;font-weight: 500; color: rgba(255, 255, 255, 0.9);white-space: nowrap;transition: 0.3s;}
  .navbar a i,
  .navbar a:focus i {font-size: 12px;line-height: 0; margin-left: 5px;}
  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover>a {color: #fff;}
  .navbar .getstarted,
  .navbar .getstarted:focus { padding: 8px 20px;border-radius: 4px;margin: 15px;color: #fff;}
  .navbar .getstarted:hover,
  .navbar .getstarted:focus:hover {color: #fff;background: rgba(0, 131, 116, 0.8);}
  .navbar .dropdown ul,
  .navbar .dropdown .dropdown ul { position: static;display: none;padding: 10px 0;margin: 10px 20px;transition: all 0.5s ease-in-out;background-color: #3d3d45;border: 1px solid #3d3d45;}
  .navbar .dropdown>.dropdown-active,
  .navbar .dropdown .dropdown>.dropdown-active { display: block;}
  .mobile-nav-show {color: rgba(0, 0, 0, 0.8);font-size: 28px;cursor: pointer;line-height: 0;transition: 0.5s;z-index: 9999;margin-right: 10px;}
  .mobile-nav-hide {color: #fff;font-size: 32px;cursor: pointer;line-height: 0;transition: 0.5s;position: fixed;right: 20px;top: 20px;z-index: 9999;}
  .mobile-nav-active {overflow: hidden;}
  .mobile-nav-active .navbar {right: 0;}
  .mobile-nav-active .navbar:before {content: "";position: fixed;inset: 0; background: rgba(24, 24, 40, 0.8);z-index: 9996;}}
#mnmwp-main-menu { padding: 0 0px !important;}
#mnmwp-main-menu > ul > li > a { font-weight: 500 !important;}
.top-container{ padding: 0 50px;}
.mobile-banner{display: none;}
.header-section.fixed-nav .top-nav-bar {animation: smoothScroll 4s forwards;}
.header-section.fixed-nav a.logo.d-flex.align-items-center img {width: 150px;}
.fixed-nav  .navbar {padding: 0;}
.search-menu {text-align: end;}
.page-header.is-sticky {padding: 20px 0;background: #fff;}
#mnmwp-main-menu > ul > li > a { padding: 17px 0px 17px 60px !important;}
.hm-banner-heading{font-size: 400px;font-weight: 500;color: #fff;}
/* .home-banner{
background-image: url(../images/banner-gradient-banner.jpg);
    background-position: center;
    background-attachment: fixed;
    /* height: 100vh; 
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  

} */
.search-menu-list li a i{padding-right: 10px;}
.search-menu-list li a{}
.search-menu-list li a{font-size: 18px;padding: 12px 18px; color: #000;border: 2px solid #c69d33;border-radius: 10px;}
.fixed-nav  .search-menu-list li  a{background: #c69d33 !important;color: #fff;}
.hm-banner-container {
    position: absolute;
    top: 10%;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    text-align: center;
}
.home-banner{position: relative;}
.hm-banner-text {position: relative;z-index: 2;}
.hm-banner-heading1{font-size: 72px;padding-bottom: 10px; color: #fff;font-weight: 600;text-transform: uppercase;}
.hm-banner-text p{ font-size: 34px;line-height: 48px;color: #fff;font-weight: 300;}
.hm-banner-btn1{font-size: 17px;padding: 11px 30px;border-radius:10px;background: #c69d33; color: #fff;font-weight:600;text-transform: uppercase;}
.hm-banner-btn1:hover{color: #fff; transition: ease-in-out 1s;}
.hm-banner-btn1 i{padding-right: 10px;}
.hm-banner-text {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    text-align: center;
    bottom: 15%;
}
.home-banner:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(0 0 0 / 48%);
    
}
.copyright-text {
    text-align: center;
    margin-top: 40px;
}
.copyright-text p{
    color:#fff;
	font-size:21px;
}
.home-section-1{padding: 100px 0px;text-align: center;position: relative;}
.hm-sec1-bottom {padding-top:30px;}
.hm-sec1-heading{font-size: 72px;padding-bottom: 10px; color: #000;font-weight:700;text-transform: uppercase;}
.hm-sec1-text p{font-size: 30px;line-height: 48px;color: #1b1b1b;font-weight: 300;text-align: center;}
.hm-sec1-text p span{color: #0359a2;font-weight: 800;}
.home-section-1:after{
  content: "";
    position: absolute;
     background: url(https://thewebsite.world/dromosgroupmanagementwp/wp-content/uploads/2026/06/hm-sec1-img1.webp);
    width: 481px;
    height: 329px;
    top: 160px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
    background-repeat: no-repeat;
    background-size: 100%;
  
}
.hm-sec1-box{padding: 25px 35px; border-radius: 10px;background: #cddeec;transition: 0.7s ease-in-out;}
.hm-sec1-box:hover{background: #1d6aab;color: #fff; transition: 0.7s ease-in-out;}   
   
.hm-sec1-box:hover p{color: #fff;transition: 0.7s ease-in-out;}
.hm-sec1-box p{font-size: 29px;color: #000000;font-weight:300;transition: 0.7s ease-in-out;}
.hm-sec1-container{max-width: 1250px;margin: auto;}

.home-section-2{padding: 100px 0px;background: #eaeaea;    text-align: center;}
.hm-sec2-box p{font-size: 29px;color: #000;font-weight: 300;}
.hm-sec2-list { padding-top: 25px; display: flex; justify-content: space-between; padding: 25px 15% 0px;}
.hm-sec2-box-img {
    width: 170px;
    padding: 20px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin: auto auto 20px auto;
    border: 1px solid #3176b0;
    height: 170px;
}
.hm-sec2-box-img:hover{background: #000;transition: 0.7s ease-in-out;border: 1px solid #000;}
.hm-sec2-box-img:hover img {
  filter: brightness(0) invert(1) ;    transition: 0.7s ease-in-out;
}
.hm-sec2-box{text-align: center;}
.hm-sec2-text p {
    font-size: 21px;
    color: #000;
    font-weight: 500;
}


.home-section-3{padding: 100px 0px;}
.hm-sec3-text {padding-left: 20px;}
.hm-sec3-text p{font-weight: 500;}
.hm-sec3-image{position: relative;}
.hm-sec3-image img{border-radius: 8px;}
.hm-sec3-btn {
    font-size: 17px;
    padding: 18px 60px;
    border-radius: 10px;
    background: #c69d33;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;border: 0;
    display: inline-block !important;
}


.home-section-4{padding: 120px 0px;background: #0359a2;position: relative;}
.hm-sec4-heading{color: #fff !important;}
.hm-sec4-text p{color: #fff;}
.home-section-4:after{
  content: "";
    position: absolute;
    width: 523px;
    height: 531px;
    top: 0;
    left: 0;
   background: url(../images/hm-sec4-gol.webp);
   background-repeat: no-repeat;
   background-size: 100%;
}
 .owl-carousel .owl-item img {
    display: inline-block !important;
    width: auto ;
}
.hm-sec4-box {
    border-radius: 10px;
    padding: 20px;
    background: #1d6aab;     min-height: 543px;
}
.hm-sec4-num{font-size: 28px;padding-bottom: 15px; color: #fff;}
.hm-sec4-box p{color: #fff;padding-bottom: 40px;}
.hm-sec4-icon {padding-bottom: 20px;}
.hm-sec4-name{font-size: 20px;padding-bottom: 60px; font-weight: 700;color: #fff;}

#home-sec4-slider .owl-dot {
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 50%;
}
#home-sec4-slider .owl-dot.active {background: #c69d33;}
#home-sec4-slider .owl-dots {
    display: flex;
    gap: 5px;
    position: absolute;
    left: -80px;
    bottom: 0px;
}
.hm-sec4-container{padding-left: 50px;}
.footer-heading{font-size: 32px;padding-bottom: 20px; font-weight: 800;color: #fff;}












.click-btn {transition: all 0.35s;}
.btn-hover-effect {transition: all 0.5s;}
.btn-hover-effect:hover {
  box-shadow: inset 8em 0 0 0 #000, inset -8em 0 0 0 #000;
  border-color: #000;
  color: #fff;
}
.btn-hover-effect-footer{
  transition: all 0.5s;
}
.btn-hover-effect-footer:hover{
  box-shadow: inset 8em 0 0 0 #fff, inset -8em 0 0 0 #fff;
  border-color: #fff;
  color: #000;
}



footer {
    padding: 50px 50px;
    background: #000;
    position: relative;
    border-radius: 30px;
    margin: 70px 20px 20px 20px;
}
.footer-links-top{padding-bottom: 40px;}
.footer-links li{font-size: 21px;padding-bottom: 10px; color: #fff;font-weight: 300;transition: 0.7s ease-in-out;}
.footer-links li:hover a{color: #c69d33;transition: 0.7s ease-in-out;}
.footer-heading{font-size: 32px;padding-bottom: 10px; font-weight: 700; color: #fff;}
.footer-form .form-control {
    width: 100%;
    padding: 15px 10px;
    font-size: 21px;
    font-weight: 400;
    border-radius: 8px;
    line-height: 1.5;
    color: #fff;
    background-color: #333333;
  border: 1px solid #333333 !important;
}
.footer-form .form-control::placeholder{color: #fff;}
.footer-form-btn {
    font-size: 17px;
    padding: 15px 40px;
    border-radius: 10px;
    background: #c69d33;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    transition: 0.7s ease-in-out;
    border: none !important;
}
.footer-form-btn:hover{background: #fff;color: #000;transition: 0.7s ease-in-out;}
.footer-section{border-radius: 30px;}

/*Animations*/

[data-animate-in] {
  opacity: 0;
  transition: transform 0.8s ease, opacity 0.8s ease
}

[data-animate-in="up"] {
  transform: translate3d(0, 24px, 0)
}

[data-animate-in="left"] {
  transform: translate3d(-25%, 0, 0)
}

[data-animate-in="right"] {
  transform: translate3d(25%, 0, 0)
}

[data-animate-in="down"] {
  transform: translate3d(0, -24px, 0)
}

[data-animate-in="fadeIn"] {
  transform: translate3d(0, 0, 0)
}

[data-animate-in].in-view {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transition: transform 0.6s ease, opacity 0.6s ease
}

.fade-in {
  opacity: 0;
  transition: opacity 1s ease
}

.page-loaded .fade-in,.page-loaded.fade-in {
  opacity: 1
}

.isSafari.isTouch [data-animate-in],.isSafari.isTouch [data-animate-in="up"] {
  opacity: 1;
  transition: none;
  transform: none
}

.fade{
opacity:0;
font-family: 'Instrument Sans';
font-size: 18px;
line-height: 30px;
color: #000;
font-weight: 400;
margin-bottom: 15px;
display: inline-block;
 
}
#fadeletters1 {
  padding: 0px 150px;
  text-align: center;
  white-space: normal; 
  margin: 0 auto;
  text-align: justify;
  word-wrap: break-word;
}



#menu-item-13{
	position:relative
}

#menu-item-13::after {
    position: absolute;
    content: '';
    right: -20px;
    background-image: url(/dromosgroupmanagementwp/wp-content/uploads/2026/06/down-chevron.webp);
    height: 20px;
    width: 20px;
    z-index: 999;
    top: 3px;
    background-size: cover;
    background-position: right;
	transition:0.4s ease-in-out;
}

#menu-item-13:hover::after {
    transform: rotate(180deg);
}

.navbar .dropdown ul {
    background: #0359a2 !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 8px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.45) !important;
}
.fade {
  opacity: 0;
  animation: fadeIn 1s forwards;
  display: inline; /* <-- This is KEY! Keep inline for proper word wrapping */
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}

.hover-effect::before {
    right: 0;
    opacity:0.7;
    top: 0;   border-radius: 10px;
}
.hover-effect::after {
    bottom: 0;
    opacity: 0.7;
    left: 0;   border-radius: 10px;
}


.hover-effect::before, .hover-effect::after {
    content: "";
    background: #fff;
    height: 0;
    width: 0;
    z-index: 1;
    position: absolute;
    -webkit-transition-duration: 1.3s !important;
    -o-transition-duration: 1.3s;
  transition-duration: 1.3s !important;   border-radius: 10px;overflow: hidden; 
}
.hover-effect:hover::after, .hover-effect:hover::before {
    height: 100%;
    opacity: 0;
    width: 100%;
    border-radius: 10px;overflow: hidden; 
}

.grab {
    cursor: grab;   border-radius: 10px;overflow: hidden; 
    /* background: linear-gradient(145deg, #2a2a2a, #383838);
    border: 2px solid #9c27b0; */
}
.grab:hover {
    transform: scale(1.05) translateX(10px);
    border-radius: 10px;overflow: hidden; 
}
.cursor-box {
    /* width: 150px;
    height: 150px;
    background-color: #333; */
    /* border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem; */
    transition: all 0.3s ease;
    /* text-align: center;
    padding: 1rem;
    position: relative; */
    overflow: hidden;   border-radius: 10px;
}

.cursor-box::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    /* background: linear-gradient(45deg, transparent, rgba(255,255,255,0.1), transparent); */
    top: -100%;
    left: -100%;
    transition: all 0.5s ease;   border-radius: 10px;overflow: hidden; 
}

.cursor-box:hover::before {
    top: 100%;
    left: 100%;   border-radius: 10px;overflow: hidden; 
}


/* -----------------blog-detail-------------- */
.blog-dt-section-1 {
  padding: 100px 0px 0px 0px;
}
.blog-detail-sec-2{padding-bottom: 60px;}
.blog-detail-form-1{padding: 40px 30px;background: #f3f1ee;border-radius: 8px;}
.form-check-label-1{
  font-size: 17px;
  padding-left: 10px;
  font-weight: 400;
  color: #0f0f0f;}

.news-search-form-text {
  background: #c69d33;
  padding: 10px 18px;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  --f: 14px;; /* control the folded part*/
  --r: 0px; /* control the ribbon shape */
  line-height: 1.8;
  border-bottom: var(--f) solid #0005;
  border-right: var(--r) solid #0000;
  clip-path: 
    polygon(0 0,0 calc(100% - var(--f)),var(--f) 100%,
      var(--f) calc(100% - var(--f)),100% calc(100% - var(--f)),
      calc(100% - var(--r)) calc(50% - var(--f)/2),100% 0);

}
.news-pt-sec-3-heading-2 {
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 0;
}
.blog-dt-imgage-1{overflow: hidden;border-radius: 10px;}
.blog-dt-imgage-1 img:hover {
  opacity: 1;
  transform: scale(1.1);
  box-shadow: 1px 2px 8px 4px rgb(195, 195, 195);
  border-radius: 5px;
}

.blog-dt-imgage-1 img {
  transition: opacity 1s, transform 0.7s ease-in;
}

.blog-sec-dp-form {
    position: relative;
}

.news-dp-category li a {
    font-size: 18px;
    font-weight: 400;
    color: #000;
    text-transform: capitalize;
}
.news-dp-category li:hover a{color: #c7a34b;transition: ease-in-out 1s;}
.news-dp-category a i {
    position: absolute;
    left: 0;
    top: 14px;
    font-size: 16px;
    color: #000;
}
.news-dp-category li {
    padding: 10px 0px 10px 20px;
    border-bottom: 1px solid #bababa;
    position: relative;
}
.blog-dt-sec1-heading {
    font-size: 29px;
    margin-top: 20px;
    color: #000;
    font-weight: 500;
}
.blog-section-1 {padding: 100px 0px 0px 0px;}
.blog-dt-sec1-left{
font-size: 19px;
line-height: 32px;
color: #000;
font-weight: 400;
}
.blog-dt-sec1-left {padding-right: 20px;}
.blog-sec-dp-form {padding-bottom: 20px;}
.blog-sec-dp-form .form-control {
    padding: 0px 0px 0px 0px;
    font-size: 18px;
    font-weight: 400;
    line-height: 36px;
    color: #2a2a2a;
    border-bottom: 2px solid #bababa !important;
    border: transparent;
    border-radius: 0;
    background: transparent !important;
}
.blog-sec-dp-form .form-control::placeholder{color: #2a2a2a;}
.blog-sec-dp-form i {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 20px;
    line-height: 30px;
    color: #000;
    margin: 0px 0px 0px 8px;
}
.hm-sec4-box a{display: block;}
.blog-sec1-box{margin-bottom: 25px;}
.blog-sec1-left {
    padding-right: 50px;
}
.blog-btn-1 {
    font-size: 17px;
    padding: 14px 30px;
    border-radius: 10px;
    background: #c69d33;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    display: inline-block !important;
}
.inner-banner {
  position: relative;
}
.inner-banner-text-container {
  position: absolute;
  bottom: 30%;
  z-index: 1;
      width: 100%;
    text-align: center;
}
.inner-banner-text-heading {
 font-size: 72px;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;

}

.inner-banner:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: linear-gradient(to top, rgb(0 0 0 / 18%), rgb(0 0 0 / 45%), rgb(0 0 0 / 30%));
    background-color: rgb(0 0 0 / 19%);
    z-index: 0;
}

.thanku-section {padding: 80px 0px 80px 0px;position: relative;background-color: #fff;}
.message {
      padding: 60px 40px;
      border-radius: 5px;
      text-align: center;
      max-width: 700px;
      margin: auto;
      position: relative;
      background: #fff;
      box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  }
  .thanku-text{
      font-size: 70px;
      color: #c7a34b;
      font-weight: bold;
      text-transform: uppercase;

  }
  .message p{
      font-size: 32px;
      color: #000;
      font-weight: 500;
      padding: 10px 0px 20px 0px;
      letter-spacing: 1px;
      text-transform: capitalize;
  }
.blog-dt-sec1-left ul{ padding-left:20px;}
.blog-dt-sec1-left ul li {list-style: disc; padding-bottom: 7px;font-weight: 500;}

.blog-dt-sec1-left ol{ padding-left:20px;}
.blog-dt-sec1-left ol li {list-style: disc; padding-bottom: 7px;font-weight: 500;}
.poster { transform: scale(0.6); transform-origin: top center; }
  
  
  /* --------------error-page-------------- */
  .error-section {background: #fff;padding: 80px 0px 30px 0px;}
  .error-title {
    color: #000;
    font-weight: 500;
    font-size: 39px;
    text-align: center;
    margin-top: 20px;
  }
  .error-box {
    text-align: center;
    max-width: 800px;
    margin: auto;
    background: #fff;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    padding: 50px;
    
  }
    .error-box-title{
      font-size: 150px;
      line-height: 100px;
      letter-spacing: 8px;
      font-weight: 400;
      color: #000;
  }
  .error-box p {
    font-weight: 400;
    font-size: 24px;
    padding: 10px 0px;
    color: #000;
  }


.error-button{
    font-size: 18px;padding: 11px 40px;margin-top: 60px; border-radius: 0px 25px 0px 25px ;background: #c7a34b; color: #000;font-weight: 400;

}
.blog-sec1-small-box {box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;background: #fff;}
.blog-sec1-small-box a {display: block;}
.hm-sec4-texter {padding: 30px;}
.hm-sec4-box-heading {
    font-size: 29px;
    padding-bottom: 5px;
    color: #000;
    font-weight: 500;transition: 0.7s ease-in-out;
}
.hm-sec4-box-heading:hover {color: #c7a34b;transition: 0.7s ease-in-out;}


.about-page-section {padding: 100px 0px 100px 0px;}
.boder-round {  position: relative;}
.boder-round img{ border-radius:10px; }
.inner-page-sm{ font-size:40px; margin:0 0 15px 0;  color: #000;font-weight: 600;     text-transform: uppercase;}


.blackmiddle-sec{ background-color:#000000; border-radius:20px; padding:80px 60px; margin: 0 30px;}
.blackmiddle-sec p{color: #fff;}
.inner-page-sm-w{ font-size:40px; margin:0 0 15px 0 ; color:#fff;font-weight: 600;     text-transform: uppercase;}
.inner-page-sm-w-2{ font-size:20px; margin:0 0 15px 0 ; color:#fff;font-weight: 600;     text-transform: uppercase;}
.blackmiddle-sec ul { margin-left:20px }
.blackmiddle-sec ul li{ list-style-type:disc; font-size:21px; color:#fff; margin:0 0 8px 0 }
.about-ing-space{ margin-bottom:20px; }
.about-page-section-1 {padding: 100px 0px 30px 0px;}


.contact-form-sec .form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 48px;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #bcbdbd;
    border-radius: .25rem; margin-bottom:20px;
    
}
.tect-center.contact-icon-m i {
    font-size: 45px;
}
.contact-bottomcard{ margin-top:70px; }
.contact-box {padding: 25px 35px;border-radius: 10px;background: #cddeec;transition: 0.7s ease-in-out;}
.contact-box p{ font-size:21px }
.contact-box:hover {background: #1d6aab;color: #fff;transition: 0.7s ease-in-out;}
.contact-box-title{ font-size:22px; margin:0 0 15px 0 ; color:#000;font-weight: 800;     text-transform: uppercase; transition: 0.7s ease-in-out;}
.contact-icon-m{ margin-bottom:20px }
.contact-box:hover p{color:#fff; transition: 0.7s ease-in-out;}
.contact-box:hover .contact-box-title{color:#fff; transition: 0.7s ease-in-out;}
.contact-box:hover i{color:#fff; transition: 0.7s ease-in-out;}
.main-title {font-size: 72px;padding-bottom: 25px;color: #000;font-weight: 800;text-transform: uppercase;}

.vacancies-box{ background-color:#fff; border:solid 1px #cbc8c8; border-radius:10px; transition: 0.7s ease-in-out;}
.vacancies-box .boder-round-1 a {
    width: 100% !important;
}
.boder-round-1 img {
    border-radius: 10px 10px 0 0;
    width: 100% !important;
    height: 375px;
    object-fit: cover;
}
.boder-round-1 { position:relative; }
.vacancies-box-text{ padding:20px; }
.Rent-title{ font-size:24px; font-weight:600; margin:0 0 15px 0; transition: 0.7s ease-in-out;}
.rent-icon{ display:flex; gap:20px; align-items:center; }
.rent-icon-img{ font-size:18px }
.vacancies-box p{ font-size:18px; }
.vacancies-box .rent-icon p{ font-size:16px; margin-bottom:8px }

.hm-sec9-btn {
    font-size: 14px;
    padding: 12px 30px;
    border-radius: 10px;
    background: #c69d33;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;border: 0;
    display: inline-block !important;
}


.img-text {position: absolute;font-weight: 600;left: 0;right: 0;margin: auto;width: 100%;bottom: 20px;text-align: center;font-size: 16px;
 color:#fff; z-index: 9;}
.boder-round-1::after{position: absolute; left: 0; width: 100%; bottom: 0; content: " "; border-radius: 0; 
 background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,2)); height: 100px;}
.vacancies-box:hover{background-color:#1d6aab; transition: 0.7s ease-in-out;}
.vacancies-b-m{ margin-bottom:30px; }
.vacancies-page-section {padding: 80px 0px 20px 0px;}
.vacancies-box:hover p{ color:#fff;transition: 0.7s ease-in-out; }
.vacancies-box:hover .Rent-title a{ color:#fff;transition: 0.7s ease-in-out; }
.vacancies-box:hover .rent-icon img{ filter: invert(1); transition: 0.7s ease-in-out; }

.left-bar{ background-color:#cddeec; border-radius:10px; padding:20px; height:100% }
.months-a{ font-size:18px; text-align:center; margin:0 0 15px 0; }
.months-2{ font-size:20px; text-align:center; margin:0 0 30px 0; font-weight:600; }
.button-detail{ margin-top:10px; }
.Terms-text{ font-size:22px; margin:20px 0 20px 0; text-align:left; }
.left-bar ul li{ list-style-type:disc; text-align:left;  }
.left-bar ul { margin-left:20px; }
.blog-dt-sec1-text p a { color: #c69d33; font-weight: 500;}
.detail-title{ font-size:24px; font-weight:600; margin:0 0 10px 0; transition: 0.7s ease-in-out;}
.map-box-d{ margin-top:40px; border-top:solid 1px #ddd; padding-top:25px; }
.contact-info-m{ display:flex; justify-content: space-between;}
.social-icon li a {
    margin: 0 4px 0 2px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #fff;
    font-size: 20px !important;
    line-height: 38px;
    border: 1px solid transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}

.social-icon li a {background-color: #0359a2;}

.mapcestoon{ margin-top:30px; }
.mapcestoon iframe{ width:100%; height:500px; }
.contact-form-sec .form-control { margin-bottom: 0px;}
footer .wpcf7 form .wpcf7-response-output {  color: #fff !important;}
.wpcf7 form .wpcf7-response-output { margin: 0em 0.5em 1em !important;}

.desktop-banner{ display:block;}
.mobile-banner{ display:none;}
.left-bar ul li {  font-size: 18px;}
.rent-icon { gap: 30px;}


/* <---------faq------------------> */

.faq{
    padding: 80px 0px;
}

.faq-contt {
    max-width: 80%;
    margin: auto;
    left: 0px;
    right: 0px;
    padding: 0px 0px;
} 
.faq h3 {
    font-size: 40px;
    color: #000;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 700;
}
.faq h5 {
    text-align: center;
    font-size: 25px;
    color: #555555;
    font-weight: bold;
    position: relative;
}
.faq h5:after {
    content: "";
    position: absolute;
    background-image: url(../images/t1.png);
    width: 21px;
    height: 15px;
    top: 3px;
    left: 540px;
}

.faq h5:before {
    content: "";
    position: absolute;
    background-image: url(../images/t2.png);
    width: 21px;
    height: 15px;
    bottom: 8px;
    right: 540px;
}
.faq p {
    color: #010101;
    font-weight: 500;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 0px 200px;
}

.faq .accordion-item{
  margin-top: 30px;
      border: 1px solid rgb(198 157 51);
}
.faq .accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #000;
  box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}
.faq  .accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 16px 20px;
  font-size: 21px;
  color: #fff;
  text-align: left;
  background-color: #302915;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
}
.faq .accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #c69d33;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}
.faq .accordion-button:focus {
  z-index: 3;
  border-color: #fff;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.25);
}

.faq .accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url(../images/after-.png);
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform .2s ease-in-out;
}
.faq .accordion-button:not(.collapsed)::after {
    background-image: url(../images/before-.png);
    transform: rotate(-180deg);
    background-position: right;
}
.faq .accordion-body {
    padding: 16px 20px;
    font-size: 21px;
    line-height: 33px;
}


/* end  */

/* gallery  */

.img-box {
    margin-bottom: 20px;
}
.img-box:hover img {
    transform: scale(1.1);
}
.img-box img {overflow: hidden;border-radius: 10px;transition: 0.3s ease-in-out;height: 260px;width: 360px !important;object-fit: cover;}

.img-box {
    overflow: hidden;
    border-radius: 10px;
}

/* end here  */



@media (max-width: 1600px){
 
.navbar a, .navbar a:focus {font-size: 18px;}
.hm-banner-heading {font-size: 17px;padding: 0px 0px 0px 35px;}
.hm-banner-heading1 {font-size: 60px;}
.hm-banner-text p {font-size: 30px;line-height: 42px;}
.home-section-1 {padding: 70px 0px;}
.hm-sec1-text p {font-size: 28px;line-height: 42px;}
.hm-sec1-box p {font-size: 25px;}
/* .hm-sec1-box {padding: 22px 29px;} */
.hm-sec1-bottom {padding-top: 90px;}
.home-section-2 {padding: 80px 0px;}
.hm-sec1-heading {font-size: 64px;padding-bottom: 5px;}
.hm-sec2-text p{margin: 0;}
.hm-sec2-box-img {width: 95px;}
.hm-sec2-box p{font-size: 24px;}
.home-section-3 {padding: 80px 0px;}
.hm-sec3-btn {font-size: 17px;padding: 16px 35px;}
.home-section-4 {padding: 90px 0px;}
.hm-sec4-num {font-size: 26px;padding-bottom: 10px;}
.hm-sec4-name {font-size: 18px;}
p {font-size: 20px;line-height: 30px;}
.hm-sec4-box p {padding-bottom: 30px;}
.home-section-4:after {background-size: 85%;}
footer {padding: 40px 50px;}
.footer-links li {font-size: 20px;padding-bottom: 5px;}
.footer-links-top {padding-bottom: 25px;}
.footer-heading {font-size: 30px;padding-bottom: 5px;}
.footer-links li {font-size: 19px;padding-bottom: 4px;}
.footer-form .form-control {padding: 12px 10px;font-size: 18px;}
.footer-form-btn {font-size: 17px;padding: 15px 50px;}
.home-section-1:after {width: 422px;background-repeat: no-repeat;}
.inner-banner-text-heading {font-size: 68px;}
.blog-section-1 {padding: 80px 0px 0px 0px;}
.hm-sec4-box p {padding-bottom: 20px;}
.hm-sec4-name {font-size: 18px;padding-bottom: 40px;}
.hm-sec4-box-heading {font-size: 27px;padding-bottom: 0px;}
.hm-sec4-texter {padding: 25px;}
.hm-sec4-box-heading {font-size: 25px;}
p {font-size: 17px;line-height: 26px;}
.blog-btn-1 {font-size: 16px;padding: 10px 20px;}
.news-pt-sec-3-heading-2 {font-size: 22px;}
.news-dp-category li a {font-size: 17px;}
.blog-sec1-left{padding-right: 20px;}
.header-section.fixed-nav a.logo.d-flex.align-items-center img {width: 120px;}
#mnmwp-main-menu > ul > li > a { font-size: 17px !important;}
.home-section-1:after {  top: 130px;}	
.hm-sec1-bottom { padding-top: 40px; }	
.hm-sec2-box-img { width: 160px; height: 160px; }	
.hm-sec2-text p { font-size: 20px; margin-bottom: 20px !important;}	
.hm-sec4-box {  min-height: 450px;}	
.inner-page-sm-w {font-size: 36px;}	
.blackmiddle-sec ul li { font-size: 17px;}	
.footer-heading {  font-size: 28px; }	
.about-page-section {  padding: 100px 0px 30px 0px;}	
.hm-sec4-texter { padding: 15px;}	
.copyright-text p { font-size: 19px;}	
.blog-dt-section-1 {  padding:80px 0px 0px 0px;}		
}


@media (max-width: 1440px) {
.navbar {padding: 0;}
.navbar a, .navbar a:focus {padding: 0px 0px 0px 45px;font-size: 16px;}
.logo img{width: 135px;}
.footer-links li { font-size: 17px; }
.hm-banner-heading1 {font-size: 58px;}
.home-section-1:after {width: 320px; height: 225px;}
.hm-banner-text p {font-size: 28px;line-height: 40px;}
.hm-sec1-text p {font-size: 24px;line-height: 36px;}
.hm-sec1-box p {font-size: 24px;}
.home-section-2 {padding: 70px 0px;}
.home-section-2 {padding: 60px 0px;}
.hm-sec1-heading {font-size: 60px;padding-bottom: 5px;}
.main-title {font-size:55px;}
.inner-page-sm-w {font-size: 30px;}
.contact-box p {font-size: 18px;}
.hm-sec2-box-img { margin: auto auto 15px auto;}
.hm-sec4-name {font-size: 17px; padding-bottom: 0px; }
.hm-sec4-box { padding: 15px;}	
.home-section-4 { padding: 80px 0px; }	
.about-page-section { padding: 80px 0px 80px 0px; }	
.blackmiddle-sec { padding: 50px 30px;}	
.blackmiddle-sec ul li { font-size: 17px; }	
.about-page-section-1 { padding: 80px 0px 30px 0px;}	
.inner-banner-text-heading { font-size: 66px; }	
.about-page-section { padding: 80px 0px 80px 0px; }	
.footer-form .form-control { font-size: 17px; }	
.blog-dt-section-1 {  padding: 80px 0px 0px 0px;}		
}


@media (max-width: 1400px) {
.hm-sec1-box p { margin-bottom: 0px; }
	
	
	
	
	

}






@media (max-width: 1366px) {
.logo img {width: 110px;}
.header-section.fixed-nav a.logo.d-flex.align-items-center img {width: 95px;}
.navbar a, .navbar a:focus {padding: 0px 0px 0px 45px;font-size: 15px;}
.search-menu-list li a {font-size: 16px;padding: 10px 12px;}
.hm-banner-heading1 {font-size: 50px;}
.hm-banner-text p {font-size: 25px;line-height: 35px;}
.hm-sec1-box p {font-size: 22px;}
.hm-banner-btn1 {font-size: 16px;padding: 9px 20px;}
.home-section-1 {padding: 50px 0px;}
.home-section-1:after {width: 330px;}
.hm-sec1-heading {font-size: 52px;}
.hm-sec1-text p {font-size: 21px;line-height: 30px;}
.hm-sec1-bottom {padding-top: 55px;}
.home-section-2 {padding: 40px 0px;}
.hm-sec2-box p {font-size: 20px;}
.home-section-3 {padding: 60px 0px;}
p {font-size: 16px;line-height: 26px;}
.hm-sec3-btn {font-size: 16px;padding: 11px 32px;}
.hm-sec3-text {padding-left: 10px;}
.home-section-4 {padding: 60px 0px;}
.hm-sec4-num {font-size: 22px;padding-bottom: 5px;}
.hm-sec4-icon {padding-bottom: 10px;}
.hm-sec4-icon img {width: 40px !important;}
.hm-sec4-name {font-size: 15px;padding-bottom: 30px;}
footer {padding: 30px 30px;margin: 50px 20px 20px 20px;}
.footer-links li {font-size: 16px;padding-bottom: 2px;}
.footer-heading {font-size: 27px;padding-bottom: 0px;}
.footer-form .form-control {padding: 10px 10px;font-size: 15px;}
.footer-form-btn {font-size: 16px;padding: 10px 40px;}
.footer-section .hm-sec1-heading {font-size: 42px;}
.inner-banner-text-heading {font-size: 52px;}
.hm-sec4-box-heading {font-size: 22px;}
.blog-btn-1 {font-size: 15px;padding: 8px 16px;}
#mnmwp-main-menu > ul > li > a { font-size: 14px !important; padding: 17px 0px 17px 50px !important; }
.contact-form-sec .form-control {  line-height: 40px;}	
.contact-box p { font-size: 17px; margin-bottom: 0px;}	
.left-bar ul li { font-size: 16px;}	
.home-section-1:after { top: 90px;}	
.blog-dt-section-1 {  padding: 70px 0px 0px 0px;}		
.blackmiddle-sec ul li { font-size: 16px; margin: 0 0 5px 0; }	
.copyright-text p { font-size: 16px; }
.hm-sec2-text p { font-size: 18px;}	
	
	
	
}

@media (max-width: 1360px) {
.hm-banner-text p { font-size: 24px; }
.home-section-1:after { top: 90px;}
.hm-sec2-box-img { width: 160px; height: 160px; }
.hm-sec1-heading { font-size: 50px; }
.hm-sec4-box { min-height: 430px;}	
.blackmiddle-sec ul li { font-size: 16px; }	
p { font-size: 16px; line-height: 26px;}	
.footer-heading { font-size: 26px; }	
.hm-sec4-box p { padding-bottom: 0px;}	
.home-section-1:after { width: 300px; }	
.footer-section .hm-sec1-heading { font-size: 40px; }
.news-dp-category li a {font-size: 16px; }		
.inner-page-sm {font-size: 35px;}	
.about-page-section { padding: 60px 0px 60px 0px; }	
.about-page-section-1 { padding: 60px 0px 30px 0px;}	
	
	
	
	
	
	
	
}


@media (max-width: 1280px) {
.home-section-1:after { top: 90px; }
.vacancies-page-section {  padding: 50px 0px 20px 0px;}
.search-menu-list li a {font-size: 15px; padding: 10px 10px; }	
.hm-sec1-box {  height: 100%;}	
	
	
	
}



@media (max-width: 1152px) {
.hm-banner-heading1 { font-size: 40px; }
.hm-sec1-heading { font-size: 40px; }	
.hm-sec1-text p { font-size: 19px; line-height: 30px; }	
.hm-sec1-box p { font-size: 20px; }	
.container{ max-width: 90%;}	
.hm-sec2-box-img { width: 140px; height: 140px; }	
.hm-sec4-box { min-height: 510px; }
.hm-sec4-box p { padding-bottom: 0px; }	
.blog-section-1 { padding: 60px 0px 0px 0px; }	
.rent-icon {  gap: 60px;}
.left-bar { padding: 15px;}	
.search-menu-list li a { font-size: 13px; padding: 10px 10px; }	
	
	
}


 
@media (max-width:1024px) {
.search-menu-list li a { font-size: 13px; padding: 10px 8px;}	
.hm-sec1-text p { font-size: 18px; line-height: 30px; }	
.hm-sec1-box {padding: 25px 15px;}	
.hm-sec4-box { min-height: 540px; }	
.top-container { padding: 0 40px;}	
.contact-box {  min-height: 220px;}	
.wp-block-search__label { width: auto !important;}	
.blog-sec1-left { padding-right: 10px; }	
.about-page-section {  padding: 60px 0px 60px 0px; }
.about-page-section-1 { padding: 60px 0px 0px 0px; }	
.vacancies-box-text {  padding: 15px;}	
.hm-sec9-btn { padding: 12px 15px;}	
.blog-dt-section-1 {  padding: 60px 0px 0px 0px;}		
.left-bar{ height:auto; }
 
.left-bar {height: auto; position: sticky; top: 100px; }
	
	
}
@media (max-width: 991px) {
.about-page-section {  padding: 60px 0px 60px 0px; } 
.hm-sec1-text p { font-size: 17px; line-height: 30px; }
.hm-sec4-box { min-height: auto; }
.home-section-4:after { background-size: 65%;}	
#home-sec4-slider .owl-dots { left: -130px;}	
.search-menu {  position: absolute;  top: 15px;  right: 100px;}	
.search-menu-list li a { font-size: 16px; padding: 10px 15px;}	
.hm-sec1-bottom { padding-top: 25px; }	
.home-section-1:after { width: 260px;}	
.hm-sec2-list { padding: 25px 10% 0px;}	
.footer-section .hm-sec1-heading { font-size: 35px; }	
.hm-sec3-text { padding-left: 0px;}	
.page-header.is-sticky {  backdrop-filter: initial;}	
.navbar ul li { padding-bottom: 15px;}	
.navbar ul li a{ font-size:18px;}	
.copyright-text p { font-size: 16px; margin-bottom: 0px;  }	
.mapcestoon iframe {height: 300px;}
#rmp_menu_trigger-585 { background: #000 !important; background:none !important;}	
.mobile-nav-show { display: none;}	
#rmp-container-585 { background-color: #000000 !important;  }	
#rmp-menu-wrap-585 .rmp-menu-current-item .rmp-menu-item-link { color: #000000 !important; border-color: #ffffff !important; background-color: #ffffff !important;}
#rmp_menu_trigger-585 { right: 3% !important;top: 18px !important; }	
#rmp_menu_trigger-585 .responsive-menu-pro-inner, #rmp_menu_trigger-585 .responsive-menu-pro-inner::before, #rmp_menu_trigger-585 .responsive-menu-pro-inner::after { background-color: #000000 !important;}
.page-header.is-sticky { padding: 12px 0;}	
.page-header.is-sticky .search-menu {  top: 10px; }	
	
	
	
	
	
	
	
	
	
}


@media (max-width: 912px) {
.inner-page-sm { font-size: 30px;} 
.rent-icon { display: flex; gap: 70px; align-items: center;}
.months-2 { margin: 0 0 20px 0;}
.Rent-title a { margin: 0 0 0px 0;}	
.hm-sec9-btn { margin-bottom: 10px;}
	
	
	
	
}
@media (max-width:840px){
.page-header.is-sticky { padding: 10px 0;}
.page-header.is-sticky .search-menu { top: 5px; }	
.inner-banner-text-heading {font-size: 40px; }	
.footer-section .hm-sec1-heading {  font-size: 30px; }	
.top-container { padding: 0 15px; }	
.search-menu { right: 60px; }	
.blackmiddle-sec ul li { font-size: 16px; }	
.about-page-section-1 { padding: 60px 0px 0px 0px; }	
.inner-page-sm-w { font-size: 28px; }	
.about-page-section { padding: 50px 0px 50px 0px; }	
.news-pt-sec-3-heading-2 { font-size: 20px; }	
.hm-sec1-box { padding: 15px 15px; height: 100%;}	
.hm-sec1-heading { font-size: 36px;}
.wpcf7-not-valid-tip { font-size: 14px !important;}	
.tect-center.contact-icon-m i { font-size: 30px;}	
.contact-box p a {  word-break: break-all;}
.contact-box { padding: 25px 15px;}	
.contact-bottomcard {  margin-top: 40px;}	
.blog-dt-section-1 {  padding: 50px 0px 0px 0px;}		
.inner-banner-text-heading { font-size: 40px; margin-bottom: 0px; }	
.blackmiddle-sec {padding: 50px 20px; }	
.search-menu { right: 90px; }	
	
	
	
	
}


@media (max-width:768px){
.hm-sec4-container { padding-left: 30px;}

}


@media (max-width:767px){
.home-section-1 {  padding: 30px 0px;}	
.container { max-width: 100%; }	
.hm-sec1-box { margin-bottom: 15px; }	
.home-section-2 {  padding: 30px 0px;}	
.hm-sec2-list { padding: 5px 0% 0px; display:block;}	
.hm-sec2-box { margin-bottom: 30px;}	
.hm-sec2-box p { font-size: 22px;}	
.home-section-3 { padding: 30px 0px; }	
.hm-sec1-heading { font-size: 30px; }	
.hm-sec3-image img {  margin-bottom: 15px;}	
.hm-sec4-text { position: relative; z-index: 9;}	
.hm-sec4-container { padding-left: 10px; padding-right:10px;}
.home-section-4 {  padding: 30px 0px; }	
footer {  padding: 30px 15px;  margin: 30px 10px 20px 10px; }	
.about-page-section { padding: 30px 0px 30px 0px; }	
.boder-round.hover-effect img { margin-bottom: 15px;}	
.blackmiddle-sec { padding: 20px 15px; margin: 0 10px;}	
.blackmiddle-sec ul {  margin-bottom: 20px;}	
.about-page-section-1 {  padding: 30px 0px 0px 0px; }	
.about-page-section { padding: 30px 0px 30px 0px; }	
.about-page-section img{ margin-bottom:15px;}	
.contact-bottomcard {  margin-top: 20px;}	
.contact-box { min-height: auto; margin-bottom: 20px;}	
.about-page-section {  padding: 30px 0px 0px 0px;}	
.contact-icon-m { margin-bottom: 0px;}	
.footer-menu {  margin-bottom: 15px;}	
.mb-4 { margin-bottom: 0rem !important;}	
.footer-form .form-control { padding: 15px 10px; font-size: 16px; }	
.desktop-banner{ display:none;}
.mobile-banner{ display:block;}	
.hm-banner-heading1 {  font-size: 32px; }	
.hm-banner-text p br{ display:none;}	
.hm-banner-text p { font-size: 20px;  padding: 0px 15px; }
.blog-section-1 { padding: 30px 0px 0px 0px; }	
.rent-icon {  gap: 80px;}	
.vacancies-page-section {  padding: 30px 0px 20px 0px;}	
.left-bar { height: auto; margin-bottom: 20px;}	
.vacancies-page-section { padding: 30px 0px 0px 0px;}
#home-sec4-slider .owl-dots { left: 0px; }	
.hm-sec4-box { margin-bottom: 30px; }	
.inner-banner-text-heading { font-size: 36px; }	
.inner-banner-text-container { bottom: 5%;}	
.blog-dt-section-1 {  padding: 30px 0px 0px 0px;}
.p-0 { padding: 15px !important;}	
.blog-dt-sec1-heading {font-size: 26px;}	
.copyright-text { text-align: left; margin-top: 20px;}	
.footer-section .hm-sec1-heading { font-size: 26px;}	
.rent-icon { gap: 30px;}	
.thanku-text { font-size: 45px;}	
.message p { font-size: 20px; padding: 10px 0px 10px 0px;}	
.thanku-section {  padding: 50px 0px 30px 0px; position: relative;  background-color: #fff;}	
.page-header.is-sticky { z-index: 999;}	
.error-title { font-size: 26px;}	
.error-box { max-width: 100%; padding: 10px;}	
.message {padding: 40px 40px;}	
.about-page-section { padding: 30px 0px 30px 0px; }	
.hm-sec1-box { padding: 15px 15px; }	
.mobile-banner {display: block; width: 100%; }	
.hm-sec1-box { height: auto; }
.mapcestoon iframe {  height: 250px;}	
.container { max-width: 100%; }	
#menu-item-13::after {right: 20px; filter: invert(100%);}
.navbar a, .navbar a:focus { padding: 0px 0px 0px 20px;}
.search-menu { right: 70px;  }
#rmp-menu-title-585 { padding-top: 0% !important; }	
.page-header.is-sticky .search-menu { top: 10px;}
	
	
	
	
	
	
	
}
@media (max-width:375px){


}