<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
ul {
    list-style-type: none;
    list-style: none;
    padding-left: 0 !important;
    -webkit-padding-start: initial !important;
    -moz-padding-start: initial;
}
menu,
ol,
ul {
    padding: 0 !important;
}





/* 1.2 Specials Classes */

.c-white {
    color: #fff !important;
}
.navbar-white {
    color: #fff;
    background-color: transparent !important;
}
.center-block {
    display: flex;
    justify-content: center;
}
.align-left {
    text-align: left;
}
.align-right {
    text-align: right;
}
.align-center {
    text-align: center;
    display: block;
}
.socials li {
    display: inline-block;
}
.share-links a {
    font-size: 19px;
    padding: .5em;
}
[class*="socicon-"] {
  display: inline-block;
  color: inherit;
  margin: 0;
  transition: opacity .3s ease;
}
#contact [class*="socicon-"] {
  padding-right: .7em;
}
[class*="socicon-"]:hover {
  opacity: .4;
}
/* 1.3 Button */

.ms-button {
  color: #151515;
  display: inline-block;
  position: relative;
  padding: .5em 1em;
  margin-bottom: 0;
  font-weight: 400 !important;
  font-size: 14px;
  letter-spacing: .15em;
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  text-decoration: none;
  border: solid 1px;
  transition: color .4s ease;
}
.ms-button:after {
    position: absolute;
    display: block;
    content: attr(data-title);
    padding: 7px 0;
    font-size: 14px;
    left: 0;
    top: 0;
    width: 0%;
    background: #df1f29;
    color: #fff;
    text-indent: 1rem;
    transition: all .3s ease;
    overflow: hidden;
    border: none;
    bottom: 0;
}
.ms-button:hover {
  color: #df1f29;
}
.ms-button:active::after,
.ms-button:focus::after,
.ms-button:hover::after {
    width: 100%;
    padding-right: 25px;
}

.ms-btn--slider {
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  display: flex;
  align-items: center;
  width: 15em;
  font-weight: 600;
  letter-spacing: .15em;
  float: left;

}
.ms-btn--slider::before{
    content: '';
    height: .1rem;
    width: 2rem;
    margin-right: .7rem;
    background: #ffd145;
    transition: width .3s ease;
}
.ms-btn--slider:hover::before {
  width: 3rem;
}

/**
 * 2. Header
 */

.ms-header {
    position: fixed;
    width: 100%;
    background-color: #fff;
    z-index: 3;
}



.ms-preloader {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 8;
    top: 0;
    left: 0;
    opacity: 1;
    visibility: visible;
    background-color: #151515;
}
.ms-main-container {
    position: relative;
    width: 100%;
    min-height: 100vh;
    opacity: 0;
    background-color: #fff;
}
.ms-container {
    width: 100%;
    height: 100%;
    position: relative;
    padding-top: 12em;
}
.ms-section__block {
    width: 85%;
    max-width: 88em;
    margin: 0 auto 6em;
}
.ms-page-title span {
    text-transform: uppercase;
    letter-spacing: .15em;
    color: #df1f29;
}
.page-header {
    text-transform: uppercase;
    position: relative;
    margin: 15px 0;
}
.page-desc {
    width: 171vh;
    font-size: 1.5em;
    line-height: 1.5;
    color: #151515;
    letter-spacing: .05em;
}

/**
 * 4. Home Slider
 */

.home-slider {
    padding-top: 0 !important;
}
.swiper-container {
    width: 100%;
    height: 100vh;
}
.swiper-slide {
    overflow: hidden;
}
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 1;
    background: -moz-linear-gradient(top, black 0, transparent 50%, transparent 63%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(top, black 0, transparent 50%, transparent 63%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, black 0, transparent 50%, transparent 63%, rgba(0, 0, 0, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#c9000000', GradientType=0);
    transition: all .65s ease;
}
.swiper-slide-duplicate-active .overlay,
.swiper-slide-active .overlay {
    opacity: .4;
}
.slide-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
.slide-inner--image {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: .2;
    transform: scale(1.07);
    -webkit-transition: opacity .6s ease-in-out, transform 2s ease .7s;
    -moz-transition: opacity .6s ease-in-out, transform 2s ease .7s;
    transition: opacity .6s ease-in-out, transform 2s ease .7s;
}
.swiper-slide-duplicate-active .slide-inner--image,
.swiper-slide-active .slide-inner--image {
    opacity: 0.65;
    transform: scale(1);
}

/* 4.1 Slider navigation buttons */

.swiper-button-prev,
.swiper-button-next {
    text-transform: uppercase;
    color: #fff;
    letter-spacing: .2em;
    line-height: 2em;
    font-size: 12px;
    width: auto;
    height: 24px;
    background-image: none !important;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper-button-prev {
    padding-left: 6em;
    left: 0;
    -webkit-transition: padding-left .3s ease;
    -moz-transition: padding-left .3s ease;
    transition: padding-left .3s ease;
}
.swiper-button-next {
    padding-right: 6em;
    right: 0;
    -webkit-transition: padding-right .3s ease;
    -moz-transition: padding-right .3s ease;
    transition: padding-right .3s ease;
}
.swiper-button-prev::after {
    content: "";
    width: 4em;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: calc(50% - 1px);
    -webkit-transition: width .3s ease;
    -moz-transition: width .3s ease;
    transition: width .3s ease;
}
.swiper-button-next::after {
    content: "";
    width: 4em;
    height: 1px;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: calc(50% - 1px);
    -webkit-transition: width .3s ease;
    -moz-transition: width .3s ease;
    transition: width .3s ease;
}
.swiper-button-prev:hover {
    padding-left: 90px;
}
.swiper-button-prev:hover::after {
    width: 75px;
}
.swiper-button-next:hover {
    padding-right: 90px;
}
.swiper-button-next:hover::after {
    width: 75px;
}

/* 4.2 Slider inner info */

.slide-inner--info {
    position: absolute;
    width: auto;
    min-height: 50px;
    bottom: 12em;
    left:6em;
    padding-left: 3em;
    color: #fff;
    z-index: 1;
    opacity: 0;
    transition: opacity 1s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.swiper-slide-active .slide-inner--info {
    opacity: 1;
    transition: opacity 1s ease 1s;
}
.slide-inner--info h1 {
    margin: 10px 0;
    text-transform: capitalize;
    font-weight: 100;
    line-height: 1em;
     color: white;
    text-shadow: 2px 2px #6b6969;
}
.slide--info__link {
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    border-bottom: solid 2px;
}
.swiper-slide--bottom {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    right: 0;
    height: 90px;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}

/* 4.3 Pagination */

.expanded-timeline {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
    z-index: 3;
    bottom: 2.8em;
    right: 3em;
    width: 40vh;
}
.swiper-pagination {
    z-index: 4;
    width: 85%;
    left: 0;
    right: 0;
    height: 1px;
    background-color: rgba(255, 255, 255, .5);
}
.swiper-pagination-progressbar-fill {
    background: #fff !important;
}
.expanded-timeline__counter span {
    text-align: center;
    margin-left: 13.8em;
    margin-right: 100%;
    padding: .4em 0;
    color: #fff;
    display: block;
}
.scroll-message {
    position: absolute;
    right: 0;
    color: #fff;
    opacity: .5;
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    letter-spacing: .15em;
}
.scroll-svg {
    width: 24px;
    margin: 0 auto 1.2em;
    display: block;
}

/**
 * 5. Albums
 */

.filtr-container {
    transition: height .5s ease-out;
    overflow: hidden;
}
.filtr-btn {
    display: inline-block;
    margin-bottom: 2.4em;
}
.filtr-btn li {
    cursor: pointer;
    display: inline-block;
    opacity: .5;
    margin-bottom: 15px;
    transition: opacity .3s ease;
}
.filtr-btn h6 {
    margin-bottom: 0;
    padding-right: 1.2em;
}
.filtr-btn li.active {
    opacity: 1;
}
.filtr-btn li:hover {
    opacity: 1 !important;
}
.album-item {
    padding-bottom: 1.8em;
}
.album-item a {
    padding-top: 60%;
    display: flex;
    overflow: hidden;
    position: relative;
    z-index: 9;
}
.album-item__img {
    position: absolute;
    width: 100.5%;
    height: 100%;
    top: 0;
    left: 0;
    background-position: 50% 50%;
    background: no-repeat;
    background-position: center;
    background-size: cover;
    transform: scale(1);
    transition: transform .3s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.album-item__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100.5%;
    height: 100%;
    z-index: 2;
    overflow: hidden;
}
.album-item__cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    z-index: 1;
    overflow: hidden;
    opacity: 0;
    transition: opacity .3s ease;
}
.album-item__overlay h5 {
    position: relative;
    color: #fff;
    margin: 0;
    max-width: 100%;
    padding: 1em;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    transform: scale(1.5);
    opacity: 0;
    transition: all .3s ease;
}
.album-item:hover .album-item__img {
    transform: scale(1.1);
}
.album-item:hover .album-item__cover,
.album-item:hover .album-item__overlay h5 {
    opacity: 1;
    transform: translateZ(0);
}

/**
 * 6. Gallery
 */

.ug-thumb-overlay:hover::before {
    top: 15px;
    right: 15px;
}
.ug-thumb-overlay:hover::after {
    bottom: 15px;
    left: 15px;
}
.ug-thumb-image {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 0;
    transition: transform .3s ease, opacity 2s cubic-bezier(0.16, 1.08, 0.38, 0.98) 0s !important;
}
.ug-thumb-image {
    transform: scale(1) !important;
}
.ug-thumb-wrapper,
.post-item {
    pointer-events: none;
}
.ug-thumb-wrapper.ug-tile.ug-tile-clickable.ug-thumb-ratio-set:hover .ug-thumb-image {
    transform: scale(1.1) !important;
}

/**
 * 7. Blog
 */

.ms-right-sidebar {
    display: inline-block;
}
.ms-right-sidebar h5 {
    margin-bottom: 15px;
}
.ms-right-sidebar a {
    display: block;
    border-top: solid 1px rgba(103, 103, 103, .3);
    padding: 15px 0;
}
.ms-right-sidebar a:hover .post-item__title,
.ms-right-sidebar a:hover .post-item__title {
    color: #df1f29;
}
.ms-right-sidebar .post-item__title {
    margin-bottom: 0;
    transition: color .3s ease;
}
.ms-right-sidebar .post-item__date {
    margin-top: .3em;
}
#ms-blog-post img {
    margin-bottom: 30px;
}
.post-item {
    margin-bottom: 3em;
    padding-right: 3em;
}
.post-item:nth-child(2n) {
    padding-right: 15px;
    padding-left: 3em;
}
.post-item__img {
    position: relative;
    overflow: hidden;
}
.album-item__overlay::before,
.post-item__img::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 1;
    background-color: rgb(240, 240, 240);
    transition: opacity 2s cubic-bezier(0.16, 1.08, 0.38, 0.98) 1.2s;
}
.loaded .album-item__overlay::before,
.loaded .post-item__img::before {
    opacity: 0;
}
.post-item__img img {
    width: 100%;
    height: auto;
    max-height: 35em;
    padding: 0;
    display: block;
}
.post-item__img::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    background: rgba(231, 55, 39, 0);
    background: -moz-radial-gradient(center, ellipse cover, rgba(231, 55, 39, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(231, 55, 39, 0)), color-stop(100%, rgba(0, 0, 0, 1)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(231, 55, 39, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(231, 55, 39, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(231, 55, 39, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: radial-gradient(ellipse at center, rgba(231, 55, 39, 0) 0%, rgba(0, 0, 0, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e73727', endColorstr='#000000', GradientType=1);
    transition: opacity .3s ease;
}
.post-item__info {
    position: relative;
    margin: 2.5em 0 0 2.5em;
}
.post-item__title {
    width: 100%;
    max-width: 400px;
    margin-left: 0;
    margin-right: auto;
    margin-bottom: 20px;
}
.post-item__date {
    margin-left: 0;
    margin-right: auto;
    color: rgba(0, 0, 0, 0.7);
    font-size: 14px;
}
.post-item__link {
    position: absolute;
    width: auto;
    bottom: 0;
    right: 0;
    padding-right: 3em;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .12em;
    -webkit-transition: padding-right .3s ease;
    -moz-transition: padding-right .3s ease;
    transition: padding-right .3s ease;
}
.post-item__link::after {
    content: '';
    width: 2em;
    height: 1px;
    position: absolute;
    top: calc(50% - 1px);
    right: 0;
    background: red;
    -webkit-transition: width .3s ease;
    -moz-transition: width .3s ease;
    transition: width .3s ease;
}
.post-item:hover .post-item__img::after {
    opacity: .7;
}
.post-item:hover .post-item__link::after {
    width: 3em;
}
.post-item:hover .post-item__link {
    padding-right: 4em;
}
.ms-pagination {
    padding: 0;
    display: flex;
    justify-content: center;
}
.page-item {
    height: auto;
    position: relative;
    display: inline-block;
    margin: 0 .5em;
    border-right: none !important;
}
.page-item:last-child {
    border-right: solid 1px rgba(0, 0, 0, .1);
}
.page-link {
    padding: 1em;
    display: block;
    line-height: 1em;
}

/**
 * 8. About
 */

.about__info {
    justify-content: center;
    display: flex;
    flex-direction: column;
}
.about__info h4 {
    margin: 1em 0;
}
#about .row {
    margin-bottom: 9em;
}


footer {
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
}
.ms-footer {
    width: 85%;
    max-width: 88em;
    margin: 0 auto;
    display: flex;
    font-size: 16px;
    align-items: center;
}
.ms-footer .copyright {
    padding: 1.2em 0;
    margin-left: 0;
    margin-right: auto;
}
.ms-footer .socials {
    padding: 0;
    margin-left: auto;
    margin-right: 0;
}
.ms-footer .socials a {
    padding-left: 15px;
}

/**
 * 11. Responsive Rules
 */




#mySidenav a {
    position: fixed;
    left: -106px;
    transition: 0.3s;
    padding: 15px;
    width: 145px;
    text-decoration: none;
    font-size: 20px;
    color: white;
    border-radius: 0 5px 5px 0;
    margin-top: 200px;
    z-index: 1;
}

#mySidenav a:hover {
  left: 0;
}

#fb {
  top: 20px;
  background-color: #3b5998;
}

#twt {
  top: 140px;
  background-color: #4ab3f4;
}

#link{
  top: 260px;
  background-color: #0073b1;
}

#ggl{
  top: 80px;
  background-color: #dd5144;
}
#ytb{
  top: 200px;
  background-color: #ff0000;
}





.bg{
    position: relative;
    height: 300px;
    width: 150px;
    background-color: rgba(0, 0, 0, .40);
    margin-right: 362px;
    margin-top: 139px;
    float: right;
    border-radius: 10px;
}




/*Side Tooltip*/

#fp-nav {
   margin-top: 310px;
    margin-left: 36px;
    
}

#fp-nav ul li a svg {
    position: absolute;
    top: -5px;
    left: -5px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

#fp-nav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    cursor: pointer;
    text-decoration: none;
    font-size: 0;
    line-height: 0;
    padding: 5px 0;
    width: auto;
    height: 20px;
    width: 20px;
}


#fp-nav ul li a svg circle, .fp-slidesNav ul li a svg circle {
    fill: transparent;
    stroke: #fff;
    stroke-width: 1.5;
    stroke-dasharray: 500;
    stroke-dashoffset: 500;
    -webkit-transition: stroke-dasharray 0s ease .3s, opacity .3s ease;
    -o-transition: stroke-dasharray 0s ease .3s, opacity .3s ease;
    transition: stroke-dasharray 0s ease .3s, opacity .3s ease;
    opacity: 0;
}


#fp-nav ul li .fp-tooltip.right {
   
    left: 26px;
}


#fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff !important;
    text-shadow: 2px 1px #000;
    font-size: 20px;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    width: auto;
    -webkit-transition: all .25s ease!important;
    -o-transition: all .25s ease!important;
    transition: all .25s ease!important;
    font-family: 'Ubuntu Condensed', sans-serif;
}



#fp-nav ul li {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
}

#fp-nav ul li {
    display: block;
    width: 125px;
    height: 13px;
    margin: 24px 7px;
    position: relative;
    float: left;
}



#fp-nav ul li a.active svg circle, #fp-nav ul li a:hover svg circle, .fp-slidesNav ul li a.active svg circle, .fp-slidesNav ul li a:hover svg circle{
    -webkit-transition: stroke-dasharray .6s ease, opacity 0s ease;
    -o-transition: stroke-dasharray .6s ease, opacity 0s ease;
    transition: stroke-dasharray .6s ease, opacity 0s ease;
    stroke-dasharray: 585;
    opacity: 1;
}


#fp-nav ul li a svg circle, .fp-slidesNav ul li a svg circle {
    fill: transparent;
    stroke: #fff;
    stroke-width: 1.5;
    stroke-dasharray: 500;
    stroke-dashoffset: 500;
    -webkit-transition: stroke-dasharray 0s ease .3s, opacity .3s ease;
    -o-transition: stroke-dasharray 0s ease .3s, opacity .3s ease;
    transition: stroke-dasharray 0s ease .3s, opacity .3s ease;
    opacity: 0;
}


#fp-nav ul li a.active span, #fp-nav ul li a:hover span, #fp-nav ul li:hover a.active span {
    background: #fff;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

#fp-nav ul li a span {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    border: 0;
    background: rgba(255,255,255,.15);
    left: 50%;
    top: 50%;
    width: 6px;
    height: 6px;
    margin: -3px 0 0 -3px;
    -webkit-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

#fp-nav:hover ul li .fp-tooltip {
  opacity:.5;
  visibility:visible;
  color: white;
}

#fp-nav:hover ul li:hover .fp-tooltip {
  opacity:1;
}

#fp-nav:hover span {
  background:rgba(255,255,255,.35);

}

#fp-nav ul li a.active span,#fp-nav ul li a:hover span,#fp-nav ul li:hover a.active span {
  background: #fff;
   
  -webkit-transition:all .25s ease-in-out;
  -o-transition:all .25s ease-in-out;
  transition:all .25s ease-in-out
}


/*contact us*/

* {
  box-sizing: border-box;
}


.cname{
    text-align: center;
    color: white;
    font-size: 25px;
    font-weight: 300;
    line-height: 15px;
    margin-bottom: 15px;
    font-family: 'Kanit', sans-serif;
}

.add{
    text-align: center;
    color: white;
    font-weight: 400;
    font-family: 'Ubuntu Condensed', sans-serif;
    font-size: 17px;
}

.web{
    float: left;
    color: white;
    font-family: playfair Display;
    font-size: 20px;
}

.web2{
    float: right;
    color: white;
    font-family: playfair Display;
    font-size: 20px;
    position: relative;
    bottom: 21px;
}





.col-lg-2{
        max-width: 19.666667% !important;
    flex: 0% !important;
}




.dbtn {
    background-color: DodgerBlue;
    border: none;
    color: white;
    padding: 12px 30px;
    cursor: pointer;
    font-size: 17px;
    border-radius: 10px;
    position: relative;
    /*top: 40px;*/
}
.download-ud a {
    text-decoration: none;
    position: relative;
    top: 40px;
    z-index: 999;
}

/* Darker background on mouse-over */
.dbtn:hover {
  background-color: RoyalBlue;
    text-decoration: none;
}

.cvr{
    margin: 30px;
    width: 175px;
    border-radius: 70px;
}

.rein{
    margin: 30px;
    width: 175px;
    border-radius: 70px;
    margin-left: 38px;
}

.bir{
    margin: 30px;
    width: 175px;
    border-radius: 70px;
    margin-left: 45px;
}

.har{
    margin: 30px;
    width: 175px;
    border-radius: 70px;
    margin-left: 50px;
}

.nik{
    margin: 30px;
    width: 175px;
    border-radius: 70px;
    margin-left: 60px;
}

.name{
    text-align: center;
    font-size: 19px;
    font-family: 'Ubuntu Condensed', sans-serif;
    font-weight: 300;
    margin-left: 4px;
}


.rname{
    text-align: center;
    font-size: 19px;
    font-family: 'Ubuntu Condensed', sans-serif;
    font-weight: 300;
    margin-left: 4px;
}

.bname{
    text-align: center;
    font-size: 19px;
    font-family: 'Ubuntu Condensed', sans-serif;
    font-weight: 300;
    margin-left: 26px;
}

.hname{
    text-align: center;
    font-size: 19px;
    font-family: 'Ubuntu Condensed', sans-serif;
    font-weight: 300;
    margin-left: 26px;
}

.kname{
    text-align: center;
    font-size: 19px;
    font-family: 'Ubuntu Condensed', sans-serif;
    font-weight: 300;
    margin-left: 60px;
}

.desg{

    text-align: center;
    font-size: 20px;
    font-family: serif;
    letter-spacing: 1px;
    color: #ab8d6e;

}
.rdesg{
        text-align: center;
    font-size: 20px;
    font-family: serif;
    letter-spacing: 1px;
    color: #ab8d6e;
    margin-left: 10px;
}

.bdesg{
    text-align: center;
    font-size: 20px;
    font-family: serif;
    letter-spacing: 1px;
    color: #ab8d6e;
    margin-left: 28px;
}

.hdesg{
    text-align: center;
    font-size: 18px;
    font-family: serif;
    letter-spacing: 1px;
    color: #ab8d6e;
    margin-left: 22px;
}

.kdesg{
    text-align: center;
    font-size: 18px;
    font-family: serif;
    letter-spacing: 1px;
    color: #ab8d6e;
    margin-left: 72px;
}

.zoom {
    transition: transform .2s;
    width: auto;
    height: auto;
    margin: 0 auto;
}

.zoom:hover {
    -ms-transform: scale(1.5); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari 3-8 */
    transform: scale(1.1); 
}



.chip {
    display: inline-block;
    padding: 0px 24px;
    height: 50px;
    font-size: 18px;
    line-height: 50px;
    border: 1px solid #efefef;
    color: wheat;
    border-radius: 24px;
    position: absolute;
    top: 60px;
    left: 60px;
}

.chip img {
  float: left;
  margin: 0 10px 0 -25px;
  height: 48px;
  width: 50px;
  border-radius: 50%;
}

.enq{
    letter-spacing: 2px;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    font-family: 'Lato', 'Roboto', 'Helvetica', 'Arial', sans-serif;
    position: relative;
    top: 90px;
}




/* New Start */

.tusker{

    color: #ffd145 !important;
    text-shadow: 2px 1px #000;
    font-size: 27px;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    display: flex;
    align-items: center;
    width: 15em;
    font-weight: 600;
    letter-spacing: .15em;
    float: left;
    font-family: 'Lato', 'Roboto', 'Helvetica', 'Arial', sans-serif;
    padding: 40px;
}

.title{
        position: relative;
        display: flex;
        top: 320px;
        left: 40px;
}

.title_contain{
        position: relative;
        display: flex;
        color: #ffffff !important;
        text-shadow: 2px 1px #000;
        font-family: 'Kanit', sans-serif;
        text-transform: capitalize;
        font-weight: 100;
        line-height: 1em;
        /*text-shadow: 2px 2px #6b6969;*/
        font-size: 35px;
        
}

.business{
    top: 300px;
    left: 40px;
}

.bsns{
    font-family: 'Ubuntu Condensed', sans-serif;
    font-weight: 100;
    line-height: 42px;
    font-size: 24px;
    color: #fff !important;
    text-shadow: 2px 1px #000;
}

.best{
    width: 150px;
    padding: 5px;
    margin-top: 15px;
}


.dwnld_txt{
    font-weight: 400;
    font-size: 20px;
    font-family: 'Ubuntu Condensed', sans-serif;;
    text-align: center;
    color: #fff !important;
    text-transform: capitalize;

}

.download{
    text-align: center;
    color: #ffd145;
    text-shadow: 2px 1px #000;
    font-family: 'Kanit', sans-serif;
}

.contact{
    text-align: center;
    color: white;
    position: relative;
    font-family: 'Kanit', sans-serif;
}


.cont_txt{
    font-size: 18px;
    font-family: 'Ubuntu Condensed', sans-serif;;
    font-weight: 200;
    color: #ffffff;
    text-align: center;
    text-transform: capitalize;
    text-decoration: underline;
}
    
.rw2{
        position: relative;
        top: 95px;
}

#rink{
        position: absolute;
    left: -22px;
    top: 4px;
}

#col_ad{
    position: relative;
    top: 250px;
    left: 60px;

}

.cl-ud1{
    position: relative;
    bottom: 0px;
}
.bsns{
    width: 97%;
    line-height: 35px;
}
.contact{
    margin: 25px 100px;
    text-align: right;
    position: relative;
    left: 75px;
}
#col_ad{
    position: absolute;
    right: 0px;
    bottom: 0px;
    left: auto;
    top: auto;
}


/**/
.class-uds1.div-1{
    width: 550px;
    position: absolute;
    left: 0px;
    top: auto;
    right: auto !important;
    bottom: auto !important;
}
.rw2{
    top: auto !important;
}
#rink{
    font-size: 12px;
    position: inherit;
    top: auto;
    left: auto;
}
.class-uds{
    top: auto !important;
    bottom: 36px;
    position: absolute !important;
    left: 0px;
}
.chip{
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: inherit;
    top: auto;
    left: auto;
}
.enq{
    position: relative;
    top: 6px;
}
.chip img{
    margin: 0 25px 0 -25px;
}
#col_ad{
    top: 190px;
}
.contact {
    margin: 0px;
    text-align: left;
    position: relative;
    left: 128px;
    right: auto;
    top: 0px;
    color: #ffd145;
    text-shadow: 2px 1px #000;
}



.contact-us-up img{
    display: none;
}
.cname{
    text-align: left;
    font-size: 27px;
}
.add{
    text-align: left;
    line-height: 30px;
}
.web2{
    position: inherit;
    float: left;
    bottom: auto;
}
.web{
    float: none;
}

.best-pharama-heading{
    width: 21em;
}
.best-img-6{
    position: absolute;
}
.best{
    position: absolute;
    right: 10px;
    top: 10px;
}
.download{
    margin-top: 65px;
}

.download-ud a{
    text-decoration: none;
}</pre></body></html>