<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.rs-services.style5 .flip-box-inner {
  position: relative;
  z-index: 1;
  margin: 0;
  backface-visibility: hidden;
}
.rs-services.style5 .flip-box-inner .flip-box-wrap {
  position: relative;
  -webkit-transform: translateZ(0);
  perspective: 1e3px;
}
.rs-services.style5 .flip-box-inner .flip-box-wrap .front-part {
  position: relative;
  bottom: 0;
  z-index: 10;
  transform: rotateY(0);
  top: 0;
  right: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  height: 300px;
  background-color: initial;
  background-position: 50%;
  background-clip: padding-box;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1e3px;
  perspective: 1e3px;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
  transition: -webkit-transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
  transition: transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
  transition: transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275), -webkit-transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
}
.rs-services.style5 .flip-box-inner .flip-box-wrap .front-part .front-content-part {
  background-color: #fff;
  text-align: left;
  padding: 26px 25px 26px 25px;
  border-style: solid;
  border-width: 0px 0px 0px 0px;
  box-shadow: 0px 0px 10px 0px #eee;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  transition: all .9s ease 0s;
}
.rs-services.style5 .flip-box-inner .flip-box-wrap .front-part .front-content-part .front-icon-part {
  margin-bottom: 8px;
}
.rs-services.style5 .flip-box-inner .flip-box-wrap .front-part .front-content-part .front-icon-part .icon-part img {
  width: 80px;
  height: 80px;
}
.rs-services.style5 .flip-box-inner .flip-box-wrap .front-part .front-content-part .front-title-part .title {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 9px;
}
.rs-services.style5 .flip-box-inner .flip-box-wrap .front-part .front-content-part .front-title-part .title a {
  color: #0a0a0a;
}
.rs-services.style5 .flip-box-inner .flip-box-wrap .front-part .front-content-part .front-title-part .title a:hover {
  color: #bb0b0b;
}
.rs-services.style5 .flip-box-inner .flip-box-wrap .front-part .front-content-part .front-desc-part p {
  color: #444;
  margin: 0;
}
.rs-services.style5 .flip-box-inner .flip-box-wrap .back-part {
  position: absolute;
  z-index: -1;
  padding: 15px;
  border-radius: 5px;
  background-color: #562dd4;
  transform: rotateY(-180deg);
  top: 0;
  right: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  height: 300px;
  background-color: initial;
  background-position: 50%;
  background-clip: padding-box;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1e3px;
  perspective: 1e3px;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
  transition: -webkit-transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
  transition: transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
  transition: transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275), -webkit-transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
}
.rs-services.style5 .flip-box-inner .flip-box-wrap .back-part .back-front-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  transition: all .9s ease 0s;
}
.rs-services.style5 .flip-box-inner .flip-box-wrap .back-part .back-front-content .back-title-part .back-title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 15px;
}
.rs-services.style5 .flip-box-inner .flip-box-wrap .back-part .back-front-content .back-title-part .back-title a {
  color: #ffffff;
}
.rs-services.style5 .flip-box-inner .flip-box-wrap .back-part:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -9;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, #0192d1 0%, #0192d1 58%);
  content: "";
}
.rs-services.style5 .flip-box-inner:hover .flip-box-wrap .front-part {
  transform: rotateY(180deg);
}
.rs-services.style5 .flip-box-inner:hover .flip-box-wrap .back-part {
  transform: rotateY(0);
  z-index: 1;
}
.rs-services.style5 .flip-box-inner:hover .flip-box-wrap .back-part .back-front-content {
  right: 0;
}
.rs-services.style5 .flip-box-inner:hover .flip-box-wrap .back-part .back-front-content .back-title-part .back-title {
  color: #ffffff;
}
.rs-services.style5 .flip-box-inner:hover .flip-box-wrap .back-part .back-front-content .back-desc-part .back-desc {
  color: #ffffff;
}



 .qodef-button.qodef-layout--outlined {
      color: #268de3 !important;
      background-color: transparent;
      border: 1px solid #2289dd;
  }
  
  .qodef-button.qodef-html--link {
      position: relative;
      display: inline-flex;
      align-items: center;
      width: auto;
      margin: 10px;
      font-family: Lato,sans-serif;
      font-size: 11px;
      letter-spacing: .2em;
      line-height: 2em;
      font-weight: 700;
      text-decoration: none;
      text-transform: uppercase;
      border-radius: 0;
      outline: 0;
      transition: color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;
      padding: 11px 43px;
  }
  
  a:hover, p a:hover {
      color: #1e87e0 !important;
  }
  
  .qodef-button.qodef-html--link:hover:after, .qodef-button.qodef-html--link:hover:before {
      transform: scaleX(.5);
  }
  .qodef-button.qodef-html--link:before {
      left: 0;
      transform-origin: left;
  }
  .qodef-button.qodef-html--link:after, .qodef-button.qodef-html--link:before {
      content: '';
      position: absolute;
      display: block;
      width: 2.4em;
      height: 1px;
      top: calc(50% - 1px);
      background: currentColor;
      transform: scaleX(1);
      transition: transform .3s ease;
  }
  
  .qodef-button.qodef-html--link:hover:after, .qodef-button.qodef-html--link:hover:before {
      transform: scaleX(.5);
  }
  
  .qodef-button.qodef-html--link:after {
      right: 0;
      transform-origin: right;
  }
  
  .qodef-button.qodef-html--link:after, .qodef-button.qodef-html--link:before {
      content: '';
      position: absolute;
      display: block;
      width: 2.4em;
      height: 1px;
      top: calc(50% - 1px);
      background: currentColor;
      transform: scaleX(1);
      transition: transform .3s ease;
  }
  
  
  
  .welcome-section .room-categories {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.welcome-section .room-categories .room-category{
    padding: 15px;
    height: 205px;
    width: 100%;
    min-height: 1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    transition: .3s ease;
    border-right: 1px solid #e9e9e9;
}
.welcome-section .room-category + .room-category {
    border-left: 1px solid #e8ecec;
}
.welcome-section .room-category&gt;a {
    display: block;
    text-align: center;
    z-index: 2;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    cursor: none;
}
.welcome-section .room-category&gt;a:hover{
    direction: none!impor;
    text-decoration: none;
}
.welcome-section .room-category .media-caption .category-titile{
    margin-top: 20px;
    font-size: 17px;
    /* font-family: "Montserrat", sans-serif; */
    /* font-weight: bold; */
    color: #363636;
    letter-spacing: -0.8px;
}
.welcome-section .room-categories .room-category:hover{
    -webkit-box-shadow: 0px 0px 24px 6px  rgba(0,0,0,0.10);
    -moz-box-shadow: 0px 0px 24px 6px  rgba(0,0,0,0.10);
    box-shadow: 0px 0px 24px 6px  rgba(0,0,0,0.10);
}
.welcome-section .room-categories .room-category i {
    color: #084679;
    font-size: 55px;
}

.iconpd{
    padding-right: 0px;
    padding-left: 0px;

}


.services-block-eleven{
	position:relative;
	margin-bottom:35px;
	/* height: 103px; */
}

.services-block-eleven .inner-box{
	position:relative;
	padding: 21px 30px;
	background-color:#ffffff;
	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
	box-shadow: 2px 2px 12px #86a4b28c;
	height: 135px;
}

.services-block-eleven .inner-box .border-one:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:0px;
	height: 3px;
	background-color: #0170b3;
	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
}

.services-block-eleven .inner-box .border-one:after{
	position:absolute;
	content:'';
	right:0px;
	bottom:0px;
	width: 3px;
	height:0px;
	background-color: #0170b3;
	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
}

.services-block-eleven .inner-box:hover .border-one:before{
	width:100%;
}

.services-block-eleven .inner-box:hover .border-one:after{
	height:100%;
}

.services-block-eleven .inner-box .border-two:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width: 3px;
	height:0px;
	background-color: #0170b3;
	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
}

.services-block-eleven .inner-box .border-two:after{
	position:absolute;
	content:'';
	right:0px;
	bottom:0px;
	width:0px;
	height: 3px;
	background-color: #0170b3;
	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
}

.services-block-eleven .inner-box:hover .border-two:before{
	height:100%;
}

.services-block-eleven .inner-box:hover .border-two:after{
	width:100%;
}

.services-block-eleven .inner-box .content{
	position:relative;
	padding-left:60px;
}

.services-block-eleven .inner-box .icon-box{
	position:absolute;
	left: -27px;
	top: -19px;
	width: 90px;
	height: 83px;
	color:#ffffff;
	font-size:20px;
	line-height: 36px;
	text-align:center;
	/* background-color:#9a7f59; */
	/* margin-right: 22px; */
}

.services-block-eleven .inner-box .content h6{
	position:relative;
	color:#000000;
	font-size:18px;
	font-weight:700;
	line-height:1.3em;
	margin-bottom:10px;
	/* font-family: 'Playfair Display', serif; */
}

.services-block-eleven .inner-box .content h6 a{
	position:relative;
	color:#000000;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.services-block-eleven .inner-box .content h6 a:hover{
	color:#9a7f59;
}

.services-block-eleven .inner-box .content .text{
	position:relative;
	/* color: #000000; */
	font-size: 15px;
	line-height:1.8em;
}

.rs-services.style6 {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: relative;
  /* margin-top: -140px; */
  margin-bottom: 0px;
  padding: 0px 0px 0px 0px;
  /* z-index: 2; */
}
.rs-services.style6 .services-box-area {
  border-style: solid;
  border-width: 0px 0px 5px 0px;
  border-color: #f1c201;
  box-shadow: 0px 11px 35px 0px #00000021;
}
.rs-services.style6 .services-box-area .services-item {
  border-style: dashed;
  border-width: 0px 1px 0px 0px;
  border-color: #b2b2b2;
  margin: 0px 8px 0px 8px;
  padding: 7px 9px 17px 8px;
}
.rs-services.style6 .services-box-area .services-item .services-icon {
  margin-bottom: 6px;
}
.rs-services.style6 .services-box-area .services-item .services-icon img {
  width: 140px;
  padding: 8px 0px 0px 0px;
}
.rs-services.style6 .services-box-area .services-item .services-content .title {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 10px;
  margin-top: 10px;
}
.rs-services.style6 .services-box-area .services-item .services-content .title a {
  color: #0a0a0a;
}
.rs-services.style6 .services-box-area .services-item .services-content .title a:hover {
  color: #fd4a36;
}
.rs-services.style6 .services-box-area .services-item .services-content p {
  font-size: 15px;
}

.rs-services.style6 .services-box-area .services-item:hover .dance_hover,
.rs-services.style4 .services-item:hover .dance_hover,
.rs-iconbox-area .box-inner .box-item:hover .dance_hover {
  animation-name: dance_hover;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
@keyframes dance_hover {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}


.bg20 {
  background-image: url(../images/bg/service-bg4.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}


.news-block-four{
	position:relative;
	margin-bottom:0px;
}

.news-block-four .inner-box{
	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;
	box-shadow:0px 0px 15px rgba(0,0,0,0.15);
}

.news-block-four .inner-box .image{
	position:relative;
	overflow:hidden;
}

.news-block-four .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}

.news-block-four .inner-box .image .overlay-box{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	text-align:center;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.news-block-four .inner-box .image .overlay-box .plus{
	position:absolute;
	left:50%;
	top:50%;
	width:54px;
	height:54px;
	color:#012068;
	font-size:18px;
	line-height:54px;
	text-align:center;
	border-radius:50%;
	font-weight:700;
	margin-left:-27px;
	margin-top:-27px;
	transform:scale(0,0);
	-moz-transform:scale(0,0);
	-webkit-transform:scale(0,0);
	-ms-transform:scale(0,0);
	-o-transform:scale(0,0);
	display:inline-block;
	background-color:#ffffff;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.news-block-four .inner-box:hover .image .overlay-box .plus{
	transform:scale(1,1);
	-moz-transform:scale(1,1);
	-webkit-transform:scale(1,1);
	-ms-transform:scale(1,1);
	-o-transform:scale(1,1);
}

.news-block-four .inner-box .image .overlay-box:before{
	position:absolute;
	content:'';
	left:-100%;
	top:0px;
	width:100%;
	height:100%;
	opacity:0.85;
	display:block;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	background-color:rgba(0,0,0,0.90);
}

.news-block-four .inner-box:hover .image .overlay-box:before{
	left:0%
}

.news-block-four .inner-box .lower-content{
	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;
	padding: 6px 20px 18px;
}

.news-block-four .inner-box .lower-content .post-meta{
	position:relative;
}

.news-block-four .inner-box .lower-content .post-meta li{
	position:relative;
	margin-right:20px;
	color: #c20404;
	font-size:14px;
	padding-left:22px;
	display:inline-block;
}

.news-block-four .inner-box .lower-content .post-meta li:last-child{
	margin-right:0px;
}

.news-block-four .inner-box .lower-content .post-meta li .fa{
	position:absolute;
	left:0px;
	top:0px;
	color: #c20404;
	font-size:14px;
}

.news-block-four .inner-box .lower-content h5{
	position:relative;
	font-weight:700;
	line-height:1.5em;
	margin-bottom:13px;
	margin-top:8px;
	margin-bottom: 8px;
	font-size: 17px;
	text-align: center;
}

.news-block-four .inner-box .lower-content h5 a{
	position:relative;
	color: #463f40;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.news-block-four .inner-box .lower-content h5 a:hover{
	color: #f38e1f;
}

p.date-box {
    position: absolute;
    margin-top: -60px;
    background-color: #d32e30d6;
    padding: 5px 12px 5px 10px;
    color: white;
    font-weight: 700;
}


.btn-style-eighteen{
	position:relative;
	line-height:24px;
	color:#333333;
	font-size:15px;
	cursor: pointer;
	font-weight:400;
	border-radius:4px;
	padding: 8px 27px 8px;
	background-color: #d8d8dc;
	/* text-transform:capitalize; */
	text-decoration: none;
}

.btn-style-eighteen:hover{
	color: #0170b3 !important;
	background: -ms-linear-gradient(top, #3140FC 0%, #0b1599 100%);
	background: -moz-linear-gradient(top, #3140FC 0%, #0b1599 100%);
	background: -o-linear-gradient(top, #3140FC 0%, #0b1599 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3140FC), color-stop(100, #0b1599));
	background: -webkit-linear-gradient(top, #3140FC 0%, #0b1599 100%);
	background: linear-gradient(to bottom, #ecb501 0%, #fbac19 100%);
	text-decoration: none;
}

.header-top a{color: white !important;}

.modal-lgnew{width: 899px;}</pre></body></html>