<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
ol,
ul {
  list-style: none;
}
/* home page slider */
#home {
  background-color: rgba(254, 247, 219, 0.9);
}
#home .cb-slideshow,
#home .cb-slideshow:after {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 0;
}
#home .cb-slideshow:after {
  content: '';
}
#home .cb-slideshow li span {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  color: transparent;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: none;
  opacity: 0;
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -webkit-animation: imageAnimation 30s linear infinite 0s;
  -moz-animation: imageAnimation 30s linear infinite 0s;
  -o-animation: imageAnimation 30s linear infinite 0s;
  -ms-animation: imageAnimation 30s linear infinite 0s;
  animation: imageAnimation 30s linear infinite 0s;
}
#home .cb-slideshow li:nth-child(1) span {
  background-image: url(../images/home/home1.jpg);
}
#home .cb-slideshow li:nth-child(2) span {
  background-image: url(../images/home/home2.jpg);
  -webkit-animation-delay: 6s;
  -moz-animation-delay: 6s;
  -o-animation-delay: 6s;
  -ms-animation-delay: 6s;
  animation-delay: 6s;
}
#home .cb-slideshow li:nth-child(3) span {
  background-image: url(../images/home/home3.jpg);
  -webkit-animation-delay: 12s;
  -moz-animation-delay: 12s;
  -o-animation-delay: 12s;
  -ms-animation-delay: 12s;
  animation-delay: 12s;
}
#home .cb-slideshow li:nth-child(4) span {
  background-image: url(../images/home/home4.jpg);
  -webkit-animation-delay: 18s;
  -moz-animation-delay: 18s;
  -o-animation-delay: 18s;
  -ms-animation-delay: 18s;
  animation-delay: 18s;
}
#home .cb-slideshow li:nth-child(5) span {
  background-image: url(../images/home/home5.jpg);
  -webkit-animation-delay: 24s;
  -moz-animation-delay: 24s;
  -o-animation-delay: 24s;
  -ms-animation-delay: 24s;
  animation-delay: 24s;
}
/* Animation for the slideshow images */
@-webkit-keyframes imageAnimation {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
  }
  8% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -webkit-animation-timing-function: ease-out;
  }
  17% {
    opacity: 1;
    -webkit-transform: scale(1.1);
  }
  25% {
    opacity: 0;
    -webkit-transform: scale(1.1);
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes imageAnimation {
  0% {
    opacity: 0;
    -moz-animation-timing-function: ease-in;
  }
  8% {
    opacity: 1;
    -moz-transform: scale(1.05);
    -moz-animation-timing-function: ease-out;
  }
  17% {
    opacity: 1;
    -moz-transform: scale(1.1);
  }
  25% {
    opacity: 0;
    -moz-transform: scale(1.1);
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes imageAnimation {
  0% {
    opacity: 0;
    -o-animation-timing-function: ease-in;
  }
  8% {
    opacity: 1;
    -o-transform: scale(1.05);
    -o-animation-timing-function: ease-out;
  }
  17% {
    opacity: 1;
    -o-transform: scale(1.1);
  }
  25% {
    opacity: 0;
    -o-transform: scale(1.1);
  }
  100% {
    opacity: 0;
  }
}
@-ms-keyframes imageAnimation {
  0% {
    opacity: 0;
    -ms-animation-timing-function: ease-in;
  }
  8% {
    opacity: 1;
    -ms-transform: scale(1.05);
    -ms-animation-timing-function: ease-out;
  }
  17% {
    opacity: 1;
    -ms-transform: scale(1.1);
  }
  25% {
    opacity: 0;
    -ms-transform: scale(1.1);
  }
  100% {
    opacity: 0;
  }
}
@keyframes imageAnimation {
  0% {
    opacity: 0;
    animation-timing-function: ease-in;
  }
  8% {
    opacity: 1;
    transform: scale(1.05);
    animation-timing-function: ease-out;
  }
  17% {
    opacity: 1;
    transform: scale(1.1);
  }
  25% {
    opacity: 0;
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
  }
}
/* Animation for the title */
@-webkit-keyframes titleAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(200px);
  }
  8% {
    opacity: 1;
    -webkit-transform: translateY(0px);
  }
  17% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
  19% {
    opacity: 0;
  }
  25% {
    opacity: 0;
    -webkit-transform: scale(10);
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes titleAnimation {
  0% {
    opacity: 0;
    -moz-transform: translateY(200px);
  }
  8% {
    opacity: 1;
    -moz-transform: translateY(0px);
  }
  17% {
    opacity: 1;
    -moz-transform: scale(1);
  }
  19% {
    opacity: 0;
  }
  25% {
    opacity: 0;
    -moz-transform: scale(10);
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes titleAnimation {
  0% {
    opacity: 0;
    -o-transform: translateY(200px);
  }
  8% {
    opacity: 1;
    -o-transform: translateY(0px);
  }
  17% {
    opacity: 1;
    -o-transform: scale(1);
  }
  19% {
    opacity: 0;
  }
  25% {
    opacity: 0;
    -o-transform: scale(10);
  }
  100% {
    opacity: 0;
  }
}
@-ms-keyframes titleAnimation {
  0% {
    opacity: 0;
    -ms-transform: translateY(200px);
  }
  8% {
    opacity: 1;
    -ms-transform: translateY(0px);
  }
  17% {
    opacity: 1;
    -ms-transform: scale(1);
  }
  19% {
    opacity: 0;
  }
  25% {
    opacity: 0;
    -webkit-transform: scale(10);
  }
  100% {
    opacity: 0;
  }
}
@keyframes titleAnimation {
  0% {
    opacity: 0;
    transform: translateY(200px);
  }
  8% {
    opacity: 1;
    transform: translateY(0px);
  }
  17% {
    opacity: 1;
    transform: scale(1);
  }
  19% {
    opacity: 0;
  }
  25% {
    opacity: 0;
    transform: scale(10);
  }
  100% {
    opacity: 0;
  }
}
/* Show at least something when animations not supported */
.no-cssanimations .cb-slideshow li span {
  opacity: 1;
}
/* Home page right sidebar menu */
@font-face {
  font-family: 'Merriweather-Regular';
  src: url('../fonts/Merriweather-Regular/Merriweather-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Merriweather-Regular/Merriweather-Regular.woff') format('woff'), url('../fonts/Merriweather-Regular/Merriweather-Regular.ttf') format('truetype'), url('../fonts/Merriweather-Regular/Merriweather-Regular.svg#Merriweather-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Merriweather-Italic';
  src: url('../fonts/Merriweather-Italic/Merriweather-Italic.eot?#iefix') format('embedded-opentype'), url('../fonts/Merriweather-Italic/Merriweather-Italic.woff') format('woff'), url('../fonts/Merriweather-Italic/Merriweather-Italic.ttf') format('truetype'), url('../fonts/Merriweather-Italic/Merriweather-Italic.svg#Merriweather-Italic') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Merriweather-Bold';
  src: url('../fonts/Merriweather-Bold/Merriweather-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Merriweather-Bold/Merriweather-Bold.woff') format('woff'), url('../fonts/Merriweather-Bold/Merriweather-Bold.ttf') format('truetype'), url('../fonts/Merriweather-Bold/Merriweather-Bold.svg#Merriweather-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Miama';
  src: url('../fonts/miama/Miama.eot');
  src: url('../fonts/miama/Miama.eot?#iefix') format('embedded-opentype'), url('../fonts/miama/Miama.woff') format('woff'), url('../fonts/miama/Miama.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'GurbaniAkharHeavy';
  src: url('../fonts/GurbaniAkharHeavy/GurbaniAkharHeavy.eot?#iefix') format('embedded-opentype'), url('../fonts/GurbaniAkharHeavy/GurbaniAkharHeavy.woff') format('woff'), url('../fonts/GurbaniAkharHeavy/GurbaniAkharHeavy.ttf') format('truetype'), url('../fonts/GurbaniAkharHeavy/GurbaniAkharHeavy.svg#GurbaniAkharHeavy') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'MyriadPro-Regular';
  src: url('../fonts/MyriadPro-Regular/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/MyriadPro-Regular/MyriadPro-Regular.otf') format('opentype'), url('../fonts/MyriadPro-Regular/MyriadPro-Regular.woff') format('woff'), url('../fonts/MyriadPro-Regular/MyriadPro-Regular.ttf') format('truetype'), url('../fonts/MyriadPro-Regular/MyriadPro-Regular.svg#MyriadPro-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
a {
  text-decoration: none;
  outline: none;
}
a:hover {
  text-decoration: none;
  outline: none;
}
a:focus {
  text-decoration: none;
  outline: none;
}
.logo_area {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 99;
  margin-left: 40px;
  margin-top: -285px;
}
.logo_area a img {
  width: 150px;
}
.haveli_section {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -275px;
  margin-right: 30px;
}
.haveli_section .container {
  width: 480px;
}
.haveli_section .haveli_area .thumbnail {
  height: auto;
  background-color: #f00;
  margin: 0px 0px 8px 0px;
  padding: 0;
  border: none;
  border-radius: 0;
  background-color: transparent;
  text-align: center;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-animation: leaves 3s ease-in-out infinite alternate;
  animation: leaves 3s ease-in-out infinite alternate;
}
.haveli_section .haveli_area .thumbnail img {
  border: 0;
  width: 100%;
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.haveli_section .haveli_area .thumbnail img:hover {
  transform: scale(1.1);
}
.haveli_section .haveli_area .thumbnail.right .caption a {
  display: block;
}
.haveli_section .haveli_area .thumbnail .caption {
  height: auto;
  padding: 5px;
}
.haveli_section .haveli_area .thumbnail .caption a h3 {
  font-size: 15px;
  color: #b04d0a;
  font-family: 'Merriweather-Bold';
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.haveli_section .haveli_area .thumbnail .caption a:hover h3 {
  color: #e10e12;
}
@-webkit-keyframes leaves {
  0% {
    -webkit-transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.05);
  }
}
@keyframes leaves {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05);
  }
}
/* Extra Huge large desktops */
@media (min-width: 1918px) {
  #home .haveli_section {
    margin-top: -375px;
    margin-right: 40px;
  }
  #home .haveli_section .container {
    width: 590px;
  }
  #home .haveli_section .haveli_area .thumbnail {
    height: auto;
    margin: 0px 0px 10px 0px;
  }
  #home .haveli_section .haveli_area .thumbnail.right .caption {
    height: auto;
  }
  #home .haveli_section .haveli_area .thumbnail.right .caption a {
    display: block;
  }
  #home .haveli_section .haveli_area .thumbnail .caption {
    height: auto;
  }
  #home .haveli_section .haveli_area .thumbnail .caption a h3 {
    font-size: 18px;
    line-height: 32px;
  }
  #home .logo_area {
    margin-left: 70px;
    margin-top: -385px;
  }
  #home .logo_area a img {
    width: 200px;
  }
}
/* Extra Huge large desktops */
@media (min-width: 1678px) and (max-width: 1917px) {
  #home .haveli_section {
    margin-top: -370px;
    margin-right: 40px;
  }
  #home .haveli_section .container {
    width: 590px;
  }
  #home .haveli_section .haveli_area .thumbnail {
    height: auto;
    margin: 0px 0px 10px 0px;
  }
  #home .haveli_section .haveli_area .thumbnail.right .caption {
    height: auto;
  }
  #home .haveli_section .haveli_area .thumbnail.right .caption a {
    display: block;
  }
  #home .haveli_section .haveli_area .thumbnail .caption {
    height: auto;
  }
  #home .haveli_section .haveli_area .thumbnail .caption a h3 {
    font-size: 18px;
    line-height: 32px;
  }
  #home .logo_area {
    margin-left: 70px;
    margin-top: -390px;
  }
  #home .logo_area a img {
    width: 200px;
  }
}
/* Extra Huge large desktops */
@media (min-width: 1598px) and (max-width: 1677px) {
  #home .haveli_section {
    margin-top: -310px;
    margin-right: 40px;
  }
  #home .haveli_section .container {
    width: 520px;
  }
  #home .haveli_section .haveli_area .thumbnail {
    height: auto;
    margin: 0px 0px 10px 0px;
  }
  #home .haveli_section .haveli_area .thumbnail.right .caption {
    height: auto;
  }
  #home .haveli_section .haveli_area .thumbnail.right .caption a {
    display: block;
  }
  #home .haveli_section .haveli_area .thumbnail .caption {
    height: auto;
  }
  #home .haveli_section .haveli_area .thumbnail .caption a h3 {
    font-size: 16px;
    line-height: 22px;
  }
  #home .logo_area {
    margin-left: 70px;
    margin-top: -330px;
  }
  #home .logo_area a img {
    width: 200px;
  }
}
/* Extra large desktops and mac laptops*/
@media (min-width: 1438px) and (max-width: 1597px) {
  #home .haveli_section {
    margin-top: -305px;
    margin-right: 40px;
  }
  #home .haveli_section .container {
    width: 505px;
  }
  #home .haveli_section .haveli_area .thumbnail {
    height: auto;
    margin: 0px 0px 10px 0px;
  }
  #home .haveli_section .haveli_area .thumbnail.right .caption {
    height: auto;
  }
  #home .haveli_section .haveli_area .thumbnail.right .caption a {
    display: block;
  }
  #home .haveli_section .haveli_area .thumbnail .caption {
    height: auto;
  }
  #home .haveli_section .haveli_area .thumbnail .caption a h3 {
    font-size: 16px;
    line-height: 22px;
  }
  #home .logo_area {
    margin-left: 70px;
    margin-top: -325px;
  }
  #home .logo_area a img {
    width: 200px;
  }
}
/* Extra large desktops and mac laptops*/
@media (min-width: 1398px) and (max-width: 1437px) {
  #home .haveli_section {
    margin-top: -370px;
    margin-right: 40px;
  }
  #home .haveli_section .container {
    width: 600px;
  }
  #home .haveli_section .haveli_area .thumbnail {
    height: 250px;
    margin: 0px 0px 1px 0px;
  }
  #home .haveli_section .haveli_area .thumbnail.right .caption {
    height: auto;
  }
  #home .haveli_section .haveli_area .thumbnail.right .caption a {
    display: block;
  }
  #home .haveli_section .haveli_area .thumbnail .caption {
    height: auto;
  }
  #home .haveli_section .haveli_area .thumbnail .caption a h3 {
    font-size: 20px;
    line-height: 24px;
  }
  #home .logo_area {
    margin-left: 70px;
    margin-top: -375px;
  }
  #home .logo_area a img {
    width: 200px;
  }
}
/* Large desktops and laptops */
/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  #home .logo_area a img {
    width: 160px;
  }
}
/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
  #home .haveli_section {
    top: 0;
    left: 0;
    margin-top: 170px;
  }
  #home .haveli_section .container {
    width: 80%;
  }
  #home .logo_area {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
    margin-top: 20px;
  }
}
/* Landscape phones and portrait tablets */
@media (min-width: 544px) and (max-width: 767px) {
  .col-ip-6 {
    width: 50%;
    float: left;
  }
  #home {
    /* background: #f8e7b9; */
    background-image: url('../images/home/mobile-bg-h.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    overflow: auto;
  }
  #home .cb-slideshow {
    display: none;
  }
  #home .haveli_section {
    position: static;
    top: 0;
    left: 0;
    margin-top: 20px;
    margin-left: 0;
    margin-bottom: 20px;
  }
  #home .haveli_section .container {
    width: 100%;
  }
  #home .haveli_section .haveli_area .thumbnail {
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-animation: leaves 0s ease-in-out infinite alternate;
    animation: leaves 0s ease-in-out infinite alternate;
  }
  #home .haveli_section .haveli_area .thumbnail .caption a h3 {
    font-size: 20px;
  }
  #home .haveli_section .haveli_area .thumbnail .caption a h3 span {
    font-style: normal;
    line-height: 24px;
  }
  #home .logo_area {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
    margin-top: 20px;
  }
  #home .logo_area a img {
    width: 150px;
  }
}
/* Landscape phones and portrait tablets */
@media (min-width: 361px) and (max-width: 543px) {
  #home {
    /* background: #f8e7b9; */
    background-image: url('../images/home/mobile-bg-h.jpg');
    background-repeat: no-repeat;
    background-size: cover;

    overflow: auto;
  }
  #home .cb-slideshow {
    display: none;
  }
  #home .haveli_section {
    position: static;
    top: 0;
    left: 0;
    margin-left: 0;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  #home .haveli_section .container {
    width: 100%;
  }
  #home .haveli_section .haveli_area .thumbnail {
    height: auto;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-animation: leaves 0s ease-in-out infinite alternate;
    animation: leaves 0s ease-in-out infinite alternate;
  }
  #home .haveli_section .haveli_area .thumbnail img:hover {
    transform: scale(1);
  }
  #home .haveli_section .haveli_area .thumbnail .caption {
    height: auto;
  }
  #home .haveli_section .haveli_area .thumbnail .caption a h3 {
    padding-top: 5px;
    font-size: 18px;
  }
  #home .haveli_section .haveli_area .thumbnail .caption a h3 span {
    font-style: normal;
    line-height: 24px;
  }
  #home .logo_area {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
    margin-top: 20px;
  }
  #home .logo_area a img {
    width: 150px;
  }
}
/* Portrait phones and smaller */
@media (max-width: 360px) {
  #home {
    /* background: #f8e7b9; */
    background-image: url('../images/home/mobile-bg-h.jpg');
    background-repeat: no-repeat;
    background-size: cover;

    overflow: auto;
  }
  #home .cb-slideshow {
    display: none;
  }
  #home .haveli_section {
    position: static;
    top: 0;
    left: 0;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  #home .haveli_section .container {
    width: 100%;
  }
  #home .haveli_section .haveli_area .thumbnail {
    height: auto;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-animation: leaves 0s ease-in-out infinite alternate;
    animation: leaves 0s ease-in-out infinite alternate;
  }
  #home .haveli_section .haveli_area .thumbnail .caption {
    height: auto;
  }
  #home .haveli_section .haveli_area .thumbnail .caption a h3 {
    font-size: 20px;
  }
  #home .haveli_section .haveli_area .thumbnail .caption a h3 span {
    font-style: normal;
    line-height: 24px;
  }
  #home .logo_area {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
    margin-top: 20px;
  }
  #home .logo_area a img {
    width: 150px;
  }
}
</pre></body></html>