<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,body
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
    background-color: black;
}
ul li a{
    font-family: Jura;

}
.navbar li a:hover {
  color: #00838d;
}
.navbar li a.active {
color: #00838d!important;
border-bottom: 1px solid #00838d ;
}
.nav-item a {
  text-decoration: none;
  color: #fff;
  font-size: 28px;
  margin: 20px;

}
/* Navbar Toggler */
.navbar-toggler {
  background-color: #F5F0E1;
  border: none;
  position: relative;
  right: 0;
}


h1,h2,h3,h4,h5,h6{
  font-family: Rajdhani,sans serif;
    color: white;
}
p{
    font-family: 'Poppins';
    color: rgb(188, 188, 188);
}

/*wpbox*/

.whatsapp-box{
    position:fixed!important;
    bottom:3%!important;
    left:2%!important;
    z-index:100;
}
.wp-image{
    width:60px;
    transition-duration:0.4s
}

.wp-image:hover{
    scale:1.2;
    -webkit-animation-name: none;
    transition-duration:0.4s
}

@-webkit-keyframes pulseBorder {
  from {
    width:52px;
  }
  to {
    width:60px;
  }
}
.wp-image{
   
  -webkit-animation-name: pulseBorder;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in;
  -webkit-animation-direction: alternate;
  -webkit-animation-duration: 0.5s;
  text-align: center;
  
}
/*wpbox*/


/*Animations*/
 .fadeinleft {
opacity:0;
transform: translateX(200px);
transition: all 1.3s ease-out;
 }
 
 .fadeinright{
opacity: 0;
transform: translateX(-200px);
transition: all 0.8s ease-out;
 }
 
 .fadeindown{
opacity: 0;
transform: translateY(-100px);
transition: all 1.2s ease-out;
 }
 .fade-in{
opacity:0;
transition: all 1.3s ease-in;
 }
 .active-left,.active,.active-right,.active-down{
opacity:1;
transform: translateX(0);
transform: translateY(0);
 }
 .fadein{
 opacity: 0;
 }  
 /*Animations*/

#first-section{
margin-top: 200px;
z-index: 2;
}
#second-section{
  margin-top: 100px;
}
#about-section{
  margin-top: 200px;
  padding-top: 50px;
  padding-bottom: 100px;
z-index: 2;
}


  
.about-text{
background-color: rgb(46, 46, 46);
padding-top: 100px!important;
padding-bottom: 200px;
margin-top: 200px;
}
  
.card {
 width: 450px;
 height: 400px;
 background-color: transparent;
}
.card p {
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    color: white;
}
  
.card p.small {
    font-size: 18px;
}
  
.go-corner {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 62px;
    height: 62px;
    overflow: hidden;
    top: 0;
    right: 0;
    background-color: #00838d;
    border-radius: 0 4px 0 62px;
}
  
.go-arrow {
    margin-top: -4px;
    margin-right: -4px;
    color: white;
    font-family: courier, sans;
}
  
.card1 {
    display: block;
    position: relative;
    max-width: 450px;
    height: 400px;
    background-color: transparent;
    border: 2px solid white;
    border-radius: 4px;
    padding: 62px 24px;
    margin: 12px;
    text-decoration: none;
    z-index: 0;
    overflow: hidden;
}
  
.card1:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -16px;
    right: -16px;
    background: #00838d;
    height: 62px;
    width: 62px;
    border-radius: 62px;
    transform: scale(1);
    transform-origin: 50% 50%;
    transition: transform 0.25s ease-out;
}
  
.card1:hover:before {
    transform: scale(21);
}
  
.card1:hover p {
    transition: all 0.3s ease-out;
    color: rgba(255, 255, 255, 0.8);
}
  
.card1:hover h3 {
    transition: all 0.3s ease-out;
    color: #fff;
}
  
.vertical-text{
    letter-spacing: 30px;
    margin-left: 40px;
    writing-mode: vertical-rl;
    text-orientation: upright;
    color: #00838d;
}

.horizontal-about{
      letter-spacing: 50px;
      color: #00838d;
}

button {
      margin-top: -40px;
      margin-left: -40px;
      --arrow-width: 12px;
      --arrow-stroke: 3px;
      box-sizing: border-box;
      border: 0;
      text-transform: uppercase;
      color: white;
      padding: 0.8em 1.6em;
      background: #29948E;
      display: flex;
      align-items: center;
      gap: 0.6em;
      font-weight: bold;
      position: absolute;
}

button .arrow-wrapper {
      display: flex;
      justify-content: center;
      align-items: center;
}
    
button .arrow {
      margin-top: 1px;
      width: var(--arrow-width);
      background: #29948E;
      height: var(--arrow-stroke);
      position: relative;
      transition: 0.2s;
}
    
button .arrow::before {
      content: "";
      box-sizing: border-box;
      position: absolute;
      border: solid white;
      border-width: 0 var(--arrow-stroke) var(--arrow-stroke) 0;
      display: inline-block;
      top: -3px;
      right: 3px;
      transition: 0.2s;
      padding: 3px;
      transform: rotate(-45deg);
}
    
button:hover {
      background-color:white;
      color: black;
}
    
button:hover .arrow {
      background: black;
}
    
button:hover .arrow:before {
      right: 0;
      content: "";
      box-sizing: border-box;
      position: absolute;
      border: solid black;
      border-width: 0 var(--arrow-stroke) var(--arrow-stroke) 0;
      display: inline-block;
      top: -3px;
      transition: 0.2s;
      padding: 3px;
      transform: rotate(-45deg);
}


/*about start end*/
.card-home {
  width: 710px;
  height: 554px;
  border-radius: 4px;
  background: transparent;
  display: flex;
  gap: 5px;
  padding: .4em;
}

.card-home p {
  height: 100%;
  flex: 1;
  overflow: hidden;
  cursor: pointer;
  border-radius: 2px;
  transition: all .5s;
  background: transparent;
  border: 2px solid #00838d;
  display: flex;
  justify-content: center;
  align-items: center;
}

.card-home p:hover {
  flex: 4;
}

.card-home p span {
  min-width: 14em;
  padding: .5em;
  text-align: center;
  transform: rotate(-90deg);
  transition: all .5s;
  text-transform: uppercase;
  color: white;
  letter-spacing: .1em;
  font-size: 20px;
}

.card-home p:hover span {
  transform: rotate(0);
  color: black;
  font-size: 30px;
  font-weight: bold;
}
.card-home .p1:hover {
  background-image: url('../images/user-friendly.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}
.card-home .p2:hover {
  background-image: url('../images/smooth-dev.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}
.card-home .p3:hover {
  background-image: url('../images/design.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}
/*about end*/


/*Testimonial Start*/
.large-container {
	position: static;
	max-width: 1580px;
	padding: 0px 30px;
	margin: 0 auto;
}

.testimonial-section {
	position: relative;
	padding-top: 80px;
	padding-bottom: 210px;
	overflow: hidden;
	&amp;:before {
		position: absolute;
		left: -200px;
		top: 22%;

		width: 701px;
		height: 756px;
		content: "";
    z-index: 2;
	
	}
	.sec-title {
		position: relative;
		margin-bottom: 115px;
		.title {
			margin-bottom: 20px;
		}
	}
	.testimonial-carousel {
		position: relative;
		max-width: 1100px;
		margin: 0 -50px;
	}
}

.testimonial-block {
	position: relative;
	padding: 50px;
	.inner-box {
		padding: 80px 105px;
		background-color: #ffffff;
		box-shadow: 0 0 20px rgba(226, 222, 232, 0.75);
	}
	.text {
		position: relative;
		display: block;
		font-size: 18px;
		line-height: 32px;
		color: #282331;
		font-weight: 400;
		margin-bottom: 50px;
		font-family: "Muli", sans-serif;
	}
	.info-box {
		position: relative;
		padding-left: 115px;
		padding-top: 10px;
		.thumb {
			position: absolute;
			left: 0;
			top: 0;
			height: 82px;
			width: 82px;
			img {
				border: 6px solid #e5e6fa;
				border-radius: 50%;
				overflow: hidden;
				display: block;
				width: 100%;
				box-shadow: 0 45px 45px rgba(147, 147, 147, 0.35);
			}
		}
		.name {
			position: relative;
			display: block;
			font-size: 21px;
			line-height: 1.2em;
			color: #382c4d;
			font-weight: 700;
			margin-bottom: 10px;
			font-family: "Niramit", sans-serif;
		}

	}
}

.testimonial-carousel {
	.owl-nav {
		position: absolute;
		right: 75px;
		bottom: 70px;
	}
	.owl-next,
	.owl-prev {
		position: relative;
		display: inline-block;
		height: 75px;
		width: 75px;
		line-height: 75px;
		text-align: center;
		border-radius: 50%;
		background-color: #F0A436!important;
    
		-webkit-transition: all 300ms ease;
		-moz-transition: all 300ms ease;
		-ms-transition: all 300ms ease;
		-o-transition: all 300ms ease;
		transition: all 300ms ease;
	}
	.owl-next:hover,
	.owl-prev:hover {
		background-color: #00838d !important;
		box-shadow: 0 24px 24px rgba(187, 187, 187, 0.75);
	}
}

.arrow-right,
.arrow-left {
	position: relative;
	display: inline-block;
	height: 9px;
	width: 43px;
	background-image: url(http://t.commonsupport.com/adro/images/icons/arrow-left-2.png);
	background-repeat: no-repeat;
	background-position: center;
}

.arrow-right {
	background-image: url(http://t.commonsupport.com/adro/images/icons/arrow-right-2.png);
}

.testimonial-section .thumb-layer {
	position: absolute;
	right: 30px;
	top: 120px;
	.image {
		position: relative;
		margin-right: 0;
		img {
			display: inline-block;
			max-width: 100%;
			height: auto;
		}
	}


@media only screen and (max-width: 767px) {
	.testimonial-section .sec-title {
		margin-bottom: 50px;
	}
	.testimonial-block {
		padding: 0;
		.inner-box {
			box-shadow: none;
			border: 2px solid #f1f1f1;
		}
  
	}
	.testimonial-carousel {
		.owl-nav {
			position: relative;
			left: 0;
			bottom: 0;
			margin-top: 20px;
			text-align: center;
		}
		.owl-next,
		.owl-prev {
			border: 2px solid #f1f1f1;
		}
	}
  

}
@media only screen and (max-width: 1366px) {
	.large-container {
		padding-left: 20px;
		padding-right: 20px;
	}
}
}
/*testimonials end*/

/* -------- portfolio carousel ------- */


.owl-stage {
  margin: 15px 0;
  display: flex;
  display: -webkit-flex;
}
 .item {
  margin: 0 15px 60px;
  width: 600px;
  height: 600px;
  display: flex;
  display: -webkit-flex;
  align-items: flex-end;
  -webkit-align-items: flex-end;
  background: #343434 no-repeat center center / cover;
  overflow: hidden;
  position: relative;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  cursor: pointer;
}
 .item.active {
  width: 800px;
  box-shadow: 12px 40px 40px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 12px 40px 40px rgba(0, 0, 0, 0.25);
}
.item:after {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
}
 .item-desc {
  padding: 0 24px 12px;
  color: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transform: translateY(calc(100% - 54px));
  -webkit-transform: translateY(calc(100% - 54px));
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
 .item.active .item-desc {
  transform: none;
  -webkit-transform: none;
}
.item-desc p {
  opacity: 0;
  -webkit-transform: translateY(32px);
  transform: translateY(32px);
  transition: all 0.4s ease-in-out 0.2s;
  -webkit-transition: all 0.4s ease-in-out 0.2s;
}
 .item.active .item-desc p {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.owl-theme.custom-carousel .owl-dots {
  margin-top: -20px;
  position: relative;
  z-index: 5;
}
.room-section{
  padding-left: 200px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  h2 {
    margin-bottom: 32px;
  }
  h3 {
    margin: 0 0 8px;
    font-size: 24px;
    line-height: 32px;
  }
.item {
    margin: 0 12px 60px;
    width: 260px;
    height: 360px;
  }
  .item.active {
    width: 400px;
  }
.item-desc {
    transform: translateY(calc(100% - 46px));
    -webkit-transform: translateY(calc(100% - 46px));
  }

}
button {

  margin: 0;
  border: none;
  background: none;
 
}


@media (min-width: 992px) and (max-width: 1199px) {
  h2 {
    margin-bottom: 32px;
  }
  h3 {
    margin: 0 0 8px;
    font-size: 24px;
    line-height: 32px;
  }
.item {
    margin: 0 12px 60px;
    width: 260px;
    height: 360px;
  }
  .item.active {
    width: 400px;
  }
.item-desc {
    transform: translateY(calc(100% - 46px));
    -webkit-transform: translateY(calc(100% - 46px));
  }

}


button {

  margin: 0;
  border: none;
  background: none;
 
}
.nav-btn {
  display: inline-block;
  padding: 0.9rem 1.8rem;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: white;
  border-left: 3px solid #F5F0E1;
  cursor: pointer;
  position: relative;
  background-color: transparent;
  text-decoration: none;
  overflow: hidden;
  z-index: 1;
  font-family: inherit;
 }
 
 .nav-btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #F5F0E1;
  transform: translateX(-100%);
  transition: all .3s;
  z-index: -1;
 }
 
 .nav-btn:hover::before {
  transform: translateX(0);
 }
 .nav-btn1 {
  display: inline-block;
  padding: 0.9rem 1.8rem;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: white;
  border-left: 3px solid #7B7963;
  cursor: pointer;
  position: relative;
  background-color: transparent;
  text-decoration: none;
  overflow: hidden;
  z-index: 1;
  font-family: inherit;
 }
 
 .nav-btn1::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #7B7963;
  transform: translateX(-100%);
  transition: all .3s;
  z-index: -1;
 }
 
 .nav-btn1:hover::before {
  transform: translateX(0);
 }

 



 .vertical-line{
  border-left: 1px solid #CCB363;
  height:30px;
  position: relative;
  text-align: center;
  margin-top: 1%;
  left: 50%;
  margin-left: -3px;
  top: 0;
  z-index: 100;
}
.contact-card{
background-color:#f0a4366e!important; 
margin: 10px;
padding: 20px;
}


.phone-card{

  margin-top: 100px;
}

@media (max-width: 576px) {
  .card-home {
    width: 360px;
}
.testimonial-section .sec-title {
  margin-bottom: 50px;
}
.testimonial-block {
  padding: 0;
  .inner-box {
    box-shadow: none;
    border: 2px solid #f1f1f1;
  }

}
.testimonial-carousel {
  .owl-nav {
    position: relative;
    left: 0;
    bottom: 0;
    margin-top: 20px;
    text-align: center;
  }
  .owl-next,
  .owl-prev {
    border: 2px solid #f1f1f1;
  }
}
.room-section{
  padding-left:0;
}

#about-section{
  margin-top: 10px;
 
}

/*Testimonial Start*/
.large-container {

	max-width: 576px;

}

.testimonial-section {
	
	padding-top: 0px;
	padding-bottom: 0px;

	
	}
  .testimonial-block {

    padding: 20px;
    .inner-box {
      padding: 10px 10px;
  
    }
  }

  .phone-card{

    margin-top: 10px;
  }
  #first-section{
    margin-top: 100px;
    }
}
</pre></body></html>