@charset "UTF-8";

.elementor-social-icon i,
.elementor-social-icon svg {
    width: 15px !important;
    height: 15px !important;
}
.elementor-widget-social-icons .elementor-social-icon {
    padding: 7px !important;
}
/*
ul.elementor-icon-list-items {
    padding-left: 0;
} */
/* BLOGS ARTICLE RIBBONS */

.cta{
	font-size: 20px;
	padding: 20px 0px 20px 30px;
	border-left: 5px solid #0b2e7f;
	line-height: 30px;
}

.hold-box{
	position: relative;
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
	margin-top: 30px;
	
}

.hold-box .stag{
	font-size: 40px;
	line-height: 40px;
	margin-bottom: 15px;
	font-weight: 500;
	color: #142d43;
}

.hold-box .stag span{
	display: block;
}
.hold-box .stag a{
    text-decoration: none;
}


.blog-button{
	position:relative;
	margin: 0 0 20px;
}
.blog-button .call {
    background: #c7a751;
    border: 0;
    color: white;
    font-weight: 400;
    padding: 5px 30px;
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
}
.blog-button .call:hover {
    background: #0b2e7f;
}

.blog-callus {
    position: relative;
    text-align: center;
    padding: 30px;
    background: #efefef;
    margin: 0 0 20px;
    border: 1px solid #d6d6d6;
}
.blog-callus .callus {
    font-size: 40px;
    font-family: "Montserrat", sans-serif;
    text-align: center;
    line-height: 40px;
}

.blog-contactus {
    position: relative;
    padding: 50px 50px 30px;
    background: #0b2e7f;
    margin: 0 0 20px;
}
.blog-contactus h2.contactus-title {
    color: white !important;
    text-align: center;
   font-family: "Montserrat", sans-serif;
    font-weight: 500 !important;
}

.blog-contactus .blog-contactus-form {
    position: relative;
}
.blog-contactus .blog-contactus-form  .inputs {
    position: relative;
    margin: 0 0 10px;
}
.blog-contactus .blog-contactus-form .grids {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 15px;
}

.blog-contactus .blog-contactus-form .inputs input, .blog-contactus .blog-contactus-form .inputs select, .blog-contactus .blog-contactus-form .inputs textarea {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 300;
    width: 100%;
    border: 0;
    outline: none;
    padding: 9px;
}
.blog-contactus .blog-contactus-form .inputs textarea{
	height:100px;
}
.blog-contactus .blog-contactus-form .inputs label {
    color: white;
	width:100%;
}
.blog-contactus .blog-contactus-form .inputs .send {
    background: #c7a751;
   font-family: "Montserrat", sans-serif;
    color: white;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 400;
}
/* END */
.rentable-nav-link{
	display:none;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    background: #46b450;
    color: white;
}

.reserve-rooms-button a {
    border-radius: 0;
    background: #5b80b1;
    margin: 0 0 20px;
    padding: 7px 20px;
    text-transform: uppercase;
    font-weight: 600;
}
.reserve-rooms-button a:hover {
    background: #18355f;
    text-decoration: none;
    color: white;
}
.second-div-abs span {
    color: #6da8fe;
    text-transform: uppercase;
    font-weight: 700;
}

.home-contactus .grids {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 15px;
}
.home-contactus .inputs text{
	width: 100%;
	padding: 5px;
}
.home-contactus .inputs textarea {
    height: 100px;
}
.home-contactus .inputs .send {
    width: 100%;
    display: block;
}

.home-contactus .inputs {
  margin-bottom: 10px;
  position: relative;
}
.home-contactus .inputs input,
.home-contactus .inputs textarea {
  width: 100%;
  padding: 12px 0;
  border: 1px solid rgb(209, 209, 209);
  background: white;
  outline: none;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
		border-radius: 10px 10px 10px 10px;
  text-indent: 15px;
}
.home-contactus .inputs input::placeholder,
.home-contactus .inputs textarea::placeholder {
  color: rgb(155, 155, 155);
  font-size: 15px;
}

.home-contactus .inputs .send {
  text-indent: 0;
  width: 100%;
  color: white;
  background: #2546B2;
	border-radius: 10px 10px 10px 10px;
	 font-family: "Montserrat", sans-serif;
	padding: 15px;
	border: 0;
	font-size: 18px;
	font-weight: 600;
}
.home-contactus .inputs .send:hover {
  background: #c7a751;
  color: white;
}

.hold-latest-blogs-home {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 50px;
}

.hold-latest-blogs-home .latestnews {
    position: relative;
    padding: 0 30px 30px;
    z-index: 5;
}
.hold-latest-blogs-home .latestnews:after {
    position: absolute;
    content: '';
    background: #1a3f75;
    width: 100%;
    height: 80%;
    bottom: 0;
    z-index: -1;
	    left: 0;
}
.hold-latest-blogs-home .latestnews img {
    width: 100%;
}
.hold-latest-blogs-home .latestnews .hold-blog-info {
    background: #f4f4f4;
    padding: 50px 25px 25px;
    min-height: 260px;
    position: relative;
}
.hold-latest-blogs-home .latestnews .hold-blog-info p.excerpt {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8;
    color: #173c71;
}
.hold-latest-blogs-home .latestnews .holdimg {
    position: relative;
}
.hold-latest-blogs-home .latestnews .holdimg:after {
    position: absolute;
    content: '';
    background: transparent;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    left: 10px;
    top: 10px;
    border: 1px solid white;
}
.hold-latest-blogs-home .latestnews img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.hold-latest-blogs-home .latestnews .hold-blog-info a {
    color: #65a8eb;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    text-decoration: underline;
    letter-spacing: 2px;
}

.hold-latest-blogs-home .latestnews .hold-blog-info p.thedate {
    background: #9dc7fe;
    color: white;
    position: absolute;
    top: -20px;
    margin: 0;
    padding: 10px;
    font-weight: 500;
}

.holdpage {
	    background-image: url(http://50.31.119.64/~deborahbeylus/wp-content/uploads/2025/11/Frame-1272629714-2.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  padding: 150px 0 50px;
	border-radius:0 0 200px 0;
  position: relative;
}
.holdpage .innercon {
  position: relative;
  max-width: 1200px;
  margin: auto;
}
.holdpage .innercon .content {
  position: relative;
}
.holdpage .innercon .content .pagetitle {
        font-family: "Montserrat", Sans-serif;
    font-size: 50px;
    font-weight: 700;
    text-transform: uppercase;
    color: #FFFFFF;
}

.pagecontent {
  padding: 50px 0 100px 0;
  background: white;
  position: relative;
}
.pagecontent .innercon {
  position: relative;
  max-width: 1250px;
  margin: auto;
  max-width: 1300px;
  display: grid;
  grid-template-columns: 70% 30%;
}
.pagecontent .innercon .content:nth-child(1) {
  position: relative;
  margin-right: 20px;
}
.pagecontent .innercon .content:nth-child(1) .hold-all-content {
       font-family: "Montserrat", sans-serif;
    position: relative;
    font-size: 17px;
    line-height: 2;
    font-weight: 300;
    color: #090e27;
    text-align: justify;
    background: white;
}
.pagecontent .innercon .content:nth-child(1) .hold-all-content .pagetitle {
     font-family: "Montserrat", sans-serif;
    text-align: left;
    color: #090e27;
    font-size: 40px;
    font-weight: 400;
    line-height: 1.4;
    margin: 0 0 20px;
    position: relative;
}
.pagecontent .innercon .content:nth-child(1) .hold-all-content .hold-pages-featuredimg {
  position: relative;
  margin: 0 0 20px;
}
.pagecontent .innercon .content:nth-child(1) .hold-all-content .hold-pages-featuredimg .pages-featuredimg {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  position: relative;
}
.pagecontent .innercon .content:nth-child(1) .hold-all-content ul, .pagecontent .innercon .content:nth-child(1) .hold-all-content ol {
  list-style-position: inside;
  padding: 0;
}

.pagecontent .innercon .content:nth-child(1) .hold-all-content ul{
  position: relative;
  list-style: none;
}
.pagecontent .innercon .content:nth-child(1) .hold-all-content ul li {
  position: relative;
  padding-left: 30px;
}
.pagecontent .innercon .content:nth-child(1) .hold-all-content ul li::after {
    position: absolute;
    content: "✓";
    font-size: 13px;
    left: 0;
    top: 10px;
    width: 18px;
    height: 18px;
    background: #0b2e7f;
    border-radius: 50px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pagecontent .innercon .content:nth-child(1) .hold-all-content .call-out-list {
  position: relative;
  list-style: none;
}
.pagecontent .innercon .content:nth-child(1) .hold-all-content .call-out-list li {
  position: relative;
  padding-left: 30px;
}
.pagecontent .innercon .content:nth-child(1) .hold-all-content .call-out-list li::after {
    position: absolute;
    content: "✓";
    font-size: 13px;
    left: 0;
    top: 10px;
    width: 18px;
    height: 18px;
    background: #0b2e7f;
    border-radius: 50px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pagecontent .innercon .content:nth-child(1) .hold-all-content h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 30px;
    font-weight: 400;
    text-align: left;
    margin: 0 0 20px;
    position: relative;
    padding-left: 30px;
    color: #0b2e7f;
}
.pagecontent .innercon .content:nth-child(1) .hold-all-content h2:before {
    position: absolute;
    content: '';
    left: 3px;
    top: 0;
    width: 4px;
    height: 100%;
    background: #1d45a3;
}
.pagecontent .innercon .content:nth-child(1) .hold-all-content h2:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background: #81A9FF;
}
.pagecontent .innercon .content:nth-child(1) .hold-all-content h3 {
   font-family: "Montserrat", sans-serif;
  font-size: 27px;
  font-weight: 400;
	margin: 0 0 20px;
  text-align: left;
  position: relative;
}
.pagecontent .innercon .content:nth-child(1) .hold-all-content h4 {
   font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 400;
	margin: 0 0 20px;
  text-align: left;
  position: relative;
}
.pagecontent .innercon .content:nth-child(1) .hold-all-content img{
	width: auto;
	    margin: 0 0 20px;
}
.pagecontent .innercon .content:nth-child(1) .hold-all-content h5, .pagecontent .innercon .content:nth-child(1) .hold-all-content h6 {
   font-family: "Montserrat", sans-serif;
  font-size: 20px;
	margin: 0 0 20px;
  font-weight: 400;
  text-align: left;
  position: relative;
}
.pagecontent .innercon .content:nth-child(1) .pagetitle {
   font-family: "Montserrat", sans-serif;
  font-size: 40px;
  text-align: left;
  color: #bfd277;
  margin: 0 0 20px;
  position: relative;
}
.pagecontent .innercon .content:nth-child(1) .holdblog {
  position: relative;
  padding: 50px;
}
.pagecontent .innercon .content:nth-child(1) .holdblog .blogcon {
  position: relative;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 0;
}
.pagecontent .innercon .content:nth-child(1) .holdblog .blogcon .holdimg {
  position: relative;
}
.pagecontent .innercon .content:nth-child(1) .holdblog .blogcon .holdimg .thedate {
  position: absolute;
  right: 20px;
  top: 20px;
    font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: white;
  background: #000000;
  width: 100px;
  padding: 10px 0;
  font-size: 40px;
  text-align: center;
  line-height: 40px;
}
.pagecontent .innercon .content:nth-child(1) .holdblog .blogcon .holdimg .featuredimg {
  width: 100%;
  margin: 0 0 20px;
}
.pagecontent .innercon .content:nth-child(1) .holdblog .blogcon .blogcontitle {
  margin: 0 0 10px 0;
    font-family: "Montserrat", sans-serif;
  font-size: 25px;
}
.pagecontent .innercon .content:nth-child(1) .holdblog .blogcon .blogcontitle a {
  color: #bfd277;
  text-decoration: none;
}
.pagecontent .innercon .content:nth-child(1) .holdblog .blogcon .excerpt {
   font-family: "Montserrat", sans-serif;
  font-size: 17px;
  color: #3a3a3a;
  font-weight: 400;
  margin: 0 0 20px;
}
.pagecontent .innercon .content:nth-child(2) {
  flex-basis: 30%;
  margin-left: 30px;
  position: relative;
}
.pagecontent .innercon .content:nth-child(2) .sidebar:nth-child(2) {
  position: sticky;
  top: 50px;
}
.pagecontent .innercon .content:nth-child(2) .sidebar {
  background: #FBFCFD;
  border: 1px solid #F2F2F2;
  padding: 30px;
  position: relative;
  margin: 0 0 30px;
}
.pagecontent .innercon .content:nth-child(2) .sidebar .title {
    font-family: "Montserrat", sans-serif;
    font-size: 30px;
    font-weight: 400;
    color: #0b2e7f;
}
.pagecontent .innercon .content:nth-child(2) .sidebar .latest-post {
    position: relative;
}
.pagecontent .innercon .content:nth-child(2) .sidebar .latest-post .latestnews {
    display: grid;
    grid-template-columns: 25% 75%;
    padding: 0 0 20px;
}
.pagecontent .innercon .content:nth-child(2) .sidebar .latest-post .latestnews img {
    width: 100%;
}
.pagecontent .innercon .content:nth-child(2) .sidebar .latest-post .latestnews .latesttitle {
     font-family: "Montserrat", sans-serif;
    margin: 0;
}
.pagecontent .innercon .content:nth-child(2) .sidebar .latest-post .latestnews .latesttitle a {
    color: black;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.7;
    text-decoration: none;
}
.pagecontent .innercon .content:nth-child(2) .sidebar .latest-post .latestnews img {
    width: 100%;
    margin-top: 8px;
/* 	height:auto !important; */
}
.pagecontent .innercon .content:nth-child(2) .sidebar .latest-post .latestnews .excerpt {
  font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 300;
    margin: 10px 0 0;
	display:none;
}
.pagecontent .innercon .content:nth-child(2) .sidebar .latest-post .latestnews .hold-blog-info {
    padding-left: 14px;
   font-family: "Montserrat", sans-serif;
}

.pagecontent .innercon .content:nth-child(2) .sidebar .under {
    font-family: "Montserrat", sans-serif;
    font-size: 17px;
    font-weight: 300;
    color: #000000;
    line-height: 1.8;
}
.pagecontent .innercon .content:nth-child(2) .sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.pagecontent .innercon .content:nth-child(2) .sidebar ul li {
     font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 2.7;
    position: relative;
    padding-left: 30px;
}
.pagecontent .innercon .content:nth-child(2) .sidebar ul li::after {
    position: absolute;
    content: "✓";
    font-size: 13px;
    left: 0;
    top: 12px;
    width: 18px;
    height: 18px;
    background: #0b2e7f;
    border-radius: 50px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pagecontent .innercon .content:nth-child(2) .sidebar ul li a {
  color: #000000;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}
.pagecontent .innercon .content:nth-child(2) .sidebar ul li a:hover {
  color: #bfd277;
}
.pagecontent .innercon .content:nth-child(2) .sidebar .lasts {
  margin: 0 !important;
}
.pagecontent .innercon .content:nth-child(2) .sidebar .inputs {
  margin-bottom: 10px;
  position: relative;
}
.pagecontent .innercon .content:nth-child(2) .sidebar .inputs input, .pagecontent .innercon .content:nth-child(2) .sidebar .inputs textarea, .pagecontent .innercon .content:nth-child(2) .sidebar .inputs select {
    width: 100%;
    padding: 12px 0;
    border: 0;
    background: white;
    border: 1px solid rgb(216, 216, 216);
    outline: none;
      font-family: "Montserrat", sans-serif;
    font-size: 15px;
    text-indent: 15px;
}
.pagecontent .innercon .content:nth-child(2) .sidebar .inputs input::placeholder,
.pagecontent .innercon .content:nth-child(2) .sidebar .inputs textarea::placeholder {
  color: rgb(155, 155, 155);
  font-size: 12px;
  text-transform: uppercase;
}
.pagecontent .innercon .content:nth-child(2) .sidebar .inputs textarea {
  height: 100px;
}
.pagecontent .innercon .content:nth-child(2) .sidebar .inputs .send {
    padding: 15px 30px;
    background: linear-gradient(to right, #9b7a21, #c7a751);
    border: 0;
    border-radius: 0;
    color: white;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    outline: none;
}
.pagecontent .innercon .content:nth-child(2) .sidebar .inputs .send:hover {
  background: #0b2e7f;
  color: white;
}



.sidebar {
    position: relative;
  
	background-color: #DCE7F4;
    background-size: cover;
    margin: 0 0 30px;
   
   font-family: "Montserrat", sans-serif;
    padding: 30px 20px 30px;
}
.sidebar-sticks{
	position:sticky;
	top:40px;
	margin-top:30px;
}

.sidebar .subtitle {
    color: #0E1242;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 23px;
    line-height: 20px;
    z-index: 9;
    position: relative;
    margin: 0 0 15px;
    padding: 0 0px;
 
}
.sidebar .subtitle span {
  font-size: 15px;
	font-weight:400;
}

.sidebar .schedule {
    background-color: white;
    font-family: "Montserrat", Sans-serif;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    color: #18355F;
    width: 100%;
    padding: 20px 20px;
	border:0;
    border-left: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    z-index: 9;
    margin: 0 0 20px;
    position: relative;
    outline: none;
	
}
.sidebar .schedule:hover {
    background: #5b80b1;
    color: white;
	border-left: 2px solid #5b80b1;
    border-right: 2px solid #5b80b1;
}
.sidebar .desc {

  z-index: 9;
  position: relative;
  color: black;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
 
  line-height: 1.5em;
  margin: 0;
}
.sidebar .desc span{
	font-weight:700;
}
.sidebar .name {
  z-index: 9;
  position: relative;
  font-weight: 900;
  padding: 0 40px;
  font-size: 17px;
  color: white;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  margin: 0;
}

.hold-service-side {
    position: relative;
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-gap: 30px;
    text-align: center;
}	
.hold-service-side .service {
    background: #18355f;
    padding: 40px;
}
.hold-service-side .service img {
    width: 90px;
    margin: 0 0 20px;
}
.hold-service-side .service .title {
    color: white;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1.8;
    position: relative;
    margin: 0 0 20px;
    padding: 0 0 20px;
}
.hold-service-side .service .title:after {
    position: absolute;
    content: '';
    height: 2px;
    width: 60px;
    left: calc(50% - 30px);
    bottom: 0;
    background: #619BF9;
}
.hold-service-side .service a {
    text-decoration: none;
    font-family: 'Montserrat';
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    color: #619BF9;
}

.blog-page {
  position: relative;
  padding: 100px 0;
}
.blog-page .innercon {
  position: relative;
  max-width: 1200px;
  margin: auto;
}
.blog-page .innercon .content {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 50px;
}
.blog-page .innercon .content .blogcon {
    position: relative;
    min-height: 625px;
}
.blog-page .innercon .content .blogcon .holdimg {
  position: relative;
}
.blog-page .innercon .content .blogcon .holdimg .featuredimg {
    width: 100%;
    height: 300px;
    border-radius: 50px 0 50px 0;
    object-fit: cover;
}
.blog-page .innercon .content .blogcon .holdinfo {
  padding: 20px 0;
}
.blog-page .innercon .content .blogcon .holdinfo .blogcontitle {
    font-size: 20px;
    text-align: left;
    margin: 0 0 10px;
    font-family: 'Montserrat';
    font-weight: 500;
}
.blog-page .innercon .content .blogcon .holdinfo .blogcontitle a {
  color: #0E1242;
  text-decoration: none;
}
.blog-page .innercon .content .blogcon .holdinfo .posted-date {
  color: #2546B2;
   font-family: "Montserrat", sans-serif;
  text-align: left;
  margin: 0 0 10px;
  font-size: 15px;
}
.blog-page .innercon .content .blogcon .holdinfo .posted-date span {
  margin-right: 10px;
}
.blog-page .innercon .content .blogcon .holdinfo .posted-date .fa {
  margin-right: 5px;
}
.blog-page .innercon .content .blogcon .holdinfo .excerpt {
 font-family: "Montserrat", sans-serif;
  font-size: 15px;
  line-height: 2;
  color: #181818;
}
.blog-page .innercon .content .blogcon .holdinfo .reading {
    width: 100%;
    padding: 12px 0;
    transition: 0.3s;
    background: #2546b2;
    color: white;
    text-transform: uppercase;
    font-family: 'Montserrat';
    font-size: 15px;
    outline: none;
    border: 0;
    font-weight: 700;
    border-radius: 7px;
    position: absolute;
    bottom: 15px;
}
.blog-page .innercon .content .blogcon .holdinfo .reading:hover {
  background: #4267b3;
}
.blog-page .innercon .content .blogcon .holdinfo .reading .fa {
  margin-left: 10px;
}
.blog-page .innercon .content .blogcon .holdinfo .share {
  font-family: "Lexend Deca", sans-serif;
  font-size: 20px;
  margin: 20px 0;
  color: #4267b3;
}
.blog-page .innercon .content .blogcon .holdinfo .fafa {
  font-size: 12px;
  font-family: "Lexend Deca", sans-serif;
  padding: 2px 10px;
  color: white;
  text-decoration: none;
}
.blog-page .innercon .content .blogcon .holdinfo .fb {
  background: #536da6;
}
.blog-page .innercon .content .blogcon .holdinfo .twit {
  background: #54acee;
}
.blog-page .innercon .content .blogcon .holdinfo .link {
  background: #1581c2;
}
.blog-page .innercon .content .blogcon .holdinfo .soc-med {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
}
.blog-page .innercon .content .blogcon .holdinfo .soc-med .fa {
  font-size: 15px;
  color: white;
  margin-right: 5px;
}
.blog-page .innercon  .nextbutton {
  position: relative;
  font-family:"Montserrat", sans-serif;
  margin-top: 20px;
  padding-left: 20px;
}
.blog-page .innercon .nextbutton a {
    padding: 0 10px;
    font-size: 14px;
    background: #2546b2;
    color: white;
    text-decoration: none;
}
.blog-page .innercon .nextbutton span.page-numbers.current {
    border: 1px solid #2546b2;
    padding: 0 10px;
}
.blog-page .innercon .content .nextbutton span {
  padding: 0 10px;
  font-size: 14px;
  background: #4267b3;
  color: white;
  text-decoration: none;
}

.notfound {
  position: relative;
  padding: 50px 0;
}
.notfound .innercon {
  position: relative;
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 40% 60%;
  grid-gap: 0;
}
.notfound .innercon .content:nth-child(1) {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.notfound .innercon .content:nth-child(1) .all {
  text-align: center;
}
.notfound .innercon .content:nth-child(1) .all .title {
  color: #4267b3;
  font-family: "Montserrat", sans-serif;
  font-size: 80px;
  font-weight: 700;
  margin: 0 0;
}
.notfound .innercon .content:nth-child(1) .all .under {
  color: #4267b3;
  font-size: 13px;
}
.notfound .innercon .content:nth-child(2) {
  position: relative;
  text-align: center;
  padding: 0 0 0 50px;
}
.notfound .innercon .content:nth-child(2) .ops {
  color: #f8d065;
  text-shadow: 1px 1px #231b0e;
  font-size: 45px;
  font-family: "Lexend Deca", sans-serif;
  font-weight: 700;
  margin: 0;
}
.notfound .innercon .content:nth-child(2) .notserver {
  color: #181818;
  font-family: "Lexend Deca", sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin: 20px 0;
}
.notfound .innercon .content:nth-child(2) .desc {
  font-family: "Lexend Deca", sans-serif;
  line-height: 30px;
  font-size: 15px;
  margin: 0 0 20px;
}
.notfound .innercon .content:nth-child(2) .goto:hover {
  background: #181818;
}

.contactpage {
  position: relative;
  padding: 70px 0;
  background: #f5f5f5;
}
.contactpage .innercon {
  position: relative;
  max-width: 1200px;
  margin: auto;
  font-family: "Lexend Deca", sans-serif;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 50px;
}
.contactpage .innercon .content:nth-child(1) {
  position: relative;
}
.contactpage .innercon .content:nth-child(1) .title {
  font-size: 30px;
}
.contactpage .innercon .content:nth-child(1) .under {
  font-weight: 300;
  font-size: 15px;
  margin: 0 0 30px;
  color: #575757;
}
.contactpage .innercon .content:nth-child(1) .coninfos {
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px solid rgb(221, 221, 221);
  position: relative;
  display: grid;
  grid-template-columns: 10% 90%;
  grid-gap: 0;
}
.contactpage .innercon .content:nth-child(1) .coninfos .conleft {
  position: relative;
}
.contactpage .innercon .content:nth-child(1) .coninfos .conleft .fa {
  font-size: 50px;
}
.contactpage .innercon .content:nth-child(1) .coninfos .conleft .fa-envelope {
  font-size: 40px;
}
.contactpage .innercon .content:nth-child(1) .coninfos .conright {
  position: relative;
  padding-left: 20px;
}
.contactpage .innercon .content:nth-child(1) .coninfos .conright .phoneinfo {
  color: #014c70;
  font-size: 15px;
  margin: 0 0;
  text-transform: uppercase;
  font-weight: 500;
}
.contactpage .innercon .content:nth-child(1) .coninfos .conright .phoneinfounder {
  color: #014c70;
  font-size: 15px;
  margin: 0 0;
  text-transform: uppercase;
  font-weight: 500;
}
.contactpage .innercon .content:nth-child(1) .coninfos .conright .phoneinfounder a {
  text-decoration: none;
  color: #4267b3;
  text-transform: initial;
}
.contactpage .innercon .content:nth-child(2) {
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.contactpage .innercon .content:nth-child(2) .forms {
  position: relative;
  box-shadow: 0 0 10px rgb(221, 221, 221);
  background: white;
  padding: 40px;
  width: 80%;
}
.contactpage .innercon .content:nth-child(2) .forms .title {
  font-size: 30px;
}
.contactpage .innercon .content:nth-child(2) .forms .lasts {
  margin: 0 !important;
}
.contactpage .innercon .content:nth-child(2) .forms .inputs {
  margin-bottom: 10px;
  position: relative;
}
.contactpage .innercon .content:nth-child(2) .forms .inputs input,
.contactpage .innercon .content:nth-child(2) .forms .inputs textarea {
  width: 100%;
  padding: 12px 0;
  border: 1px solid rgb(209, 209, 209);
  background: white;
  outline: none;
  font-family: "Lexend Deca", sans-serif;
  font-size: 15px;
  text-indent: 15px;
}
.contactpage .innercon .content:nth-child(2) .forms .inputs input::placeholder,
.contactpage .innercon .content:nth-child(2) .forms .inputs textarea::placeholder {
  color: rgb(155, 155, 155);
  font-size: 12px;
}
.contactpage .innercon .content:nth-child(2) .forms .inputs textarea {
  height: 100px;
}
.contactpage .innercon .content:nth-child(2) .forms .inputs .send {
  text-indent: 0;
  width: 100%;
  color: white;
  background: #4267b3;
}
.contactpage .innercon .content:nth-child(2) .forms .inputs .send:hover {
  background: #181818;
  color: white;
}

/*# sourceMappingURL=main.css.map */

@media only screen and (max-width : 1024px){
	.holdpage {
    padding: 150px 20px 50px;
}
	.blog-page {
    position: relative;
    padding: 100px 20px;
}
	.pagecontent {
    padding: 70px 20px;
    position: relative;
}
	

	
}

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

@media only screen and (max-width : 768px){
	.holdpage {
    background-image: url(http://50.31.119.64/~deborahbeylus/wp-content/uploads/2025/11/Frame-1272629714-2.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 150px 20px 50px;
    border-radius: 0 0 100px 0;
    position: relative;
}
	.blog-page .innercon .content {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 50px;
}
	.pagecontent .innercon .content:nth-child(1) {
    position: relative;
    margin-right: 0px;
}
	.rentable-nav-link{
	display:block;
}
	.pagecontent .innercon {
    position: relative;
    max-width: 1300px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-gap: 50px;
}
	.pagecontent .innercon .content:nth-child(2) {
    flex-basis: 30%;
    margin-left: 0;
    position: sticky;
}
	.hold-service-side {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 30px;
    text-align: center;
}
		.holdpage .innercon .content .pagetitle {
    font-family: 'Montserrat';
    color: white;
    font-size: 35px;
    margin: 0;
    text-transform: uppercase;
    font-weight: 700;
}
	.hold-latest-blogs-home {
    position: relative;
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-gap: 50px;
}
}

@media only screen and (max-width : 480px){
	.blog-page .innercon .content .blogcon .holdinfo .reading
	.blog-page .innercon .content {
    position: relative;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
}
	.blog-page .innercon .content .blogcon {
    position: relative;
    min-height: initial;
}
	.pagecontent .innercon .content:nth-child(1) .pagetitle {
    font-family: 'Montserrat';
    font-size: 30px;
    text-align: left;
    color: #18355f;
    margin: 0 0 20px;
    position: relative;
    font-weight: 700;
}
	.pagecontent {
    padding: 50px 20px;
    position: relative;
}
	.pagecontent .innercon .content:nth-child(1) {
    position: relative;
    font-family: 'Montserrat';
    font-size: 16px;
    line-height: 2;
}
	.pagecontent .innercon .content:nth-child(1) h2 {
    font-family: 'Montserrat';
    font-size: 25px;
    color: #18355f;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 20px;
}
	.pagecontent .innercon .content:nth-child(1) h3 {
    font-family: 'Montserrat';
    font-size: 22px;
    color: #18355f;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 20px;
}
	.pagecontent .innercon .content:nth-child(1) h4 {
    font-family: 'Montserrat';
    font-size: 20px;
    color: #18355f;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 20px;
}
	.hold-service-side {
    position: relative;
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-gap: 30px;
    text-align: center;
}
	.holdpage {
    padding: 60px 20px;
    position: relative;
		border-radius: 0 0 60px 0;
}
	.home-contactus .grids {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-gap: 15px;
}
	.hold-latest-blogs-home .latestnews .hold-blog-info {
    background: #f4f4f4;
    padding: 50px 25px 25px;
    min-height: auto;
    position: relative;
}
}

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

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