<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Scss Document */
/* Scss Document */
#home .home,
#about .about,
#services .services,
#sitemap .sitemap,
#contact .contact,
#prfile .prfile,
#gallery .gallery {
  background: #04a0d3;
  color: #fff !important;
  border-radius: 5px;
}

.fa {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none !important;
}

button:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

header {
  width: 100%;
  background: #fff !important;
  padding: 5px 0px !important;
  z-index: 9999;
}

header .nav-link {
  color: #000 !important;
  font-size: 14px !important;
  line-height: 22px;
  padding: 10px 18px !important;
}

header .nav-link:hover {
  background: #04a0d3;
  color: #fff !important;
  border-radius: 5px;
  -webkit-transition: 1s;
  transition: 1s;
}

header .navbar-brand {
  max-width: 359px !important;
  height: auto;
  display: block;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

header .navbar-brand img {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.header_fixer {
  padding: 2px 0px !important;
  background: #fff;
  -webkit-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
  -webkit-box-shadow: 0 5px 10px -10px rgba(0, 0, 0, 0.6);
          box-shadow: 0 5px 10px -10px rgba(0, 0, 0, 0.6);
  position: fixed;
}

.header_fixer .nav-link {
  color: #000 !important;
  font-size: 14px !important;
  line-height: 22px;
  padding: 10px 15px;
}

.header_fixer .navbar-brand {
  max-width: 200px !important;
  height: auto;
  display: block;
}

.header_fixer .navbar-brand img {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.header_spacer {
  width: 100%;
  height: 50px;
}

.w-100 {
  width: 100% !important;
  padding: 0px !important;
}

@media screen and (max-width: 768px) {
  header .navbar-brand {
    max-width: 100px !important;
    padding: 5px;
  }
  header .navbar-brand img {
    width: 100%;
  }
  .navbar-toggler {
    background: #f1f1f1 !important;
    margin-right: 15px;
  }
  .navbar-nav {
    padding: 15px;
  }
  .nav-item {
    border-bottom: 1px solid #f1f1f1;
  }
  .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    right: 0px;
    position: absolute;
    top: 15px;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
  }
}

@media screen and (max-width: 480px) {
  header .navbar-brand {
    max-width: 100px !important;
    padding: 5px;
  }
  header .navbar-brand img {
    width: 100%;
  }
  .navbar-toggler {
    background: #f1f1f1 !important;
    margin-right: 15px;
  }
  .navbar-nav {
    padding: 15px;
  }
  .navbar-nav .nav-item {
    border-bottom: 1px solid #f1f1f1;
  }
  .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    position: absolute;
    right: 0px;
    top: 15px;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
  }
}

/* Scss Document */
[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  bottom: 35% !important;
  text-align: left !important;
}

.titleb {
  font: lighter 50px/60px "Roboto", sans-serif;
  color: #04a0d3;
}

.titlep {
  font: lighter 50px/60px "Open Sans", sans-serif;
  color: #000;
}

@media screen and (max-width: 768px) {
  .titleb {
    font: lighter 20px/30px "Roboto", sans-serif;
    color: #04a0d3;
  }
  .titlep {
    font: lighter 20px/30px "Open Sans", sans-serif;
    color: #000;
  }
  [data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    bottom: 30% !important;
    text-align: left !important;
  }
}

@media screen and (max-width: 480px) {
  .titleb {
    font: lighter 20px/30px "Roboto", sans-serif;
    color: #04a0d3;
  }
  .titlep {
    font: lighter 20px/30px "Open Sans", sans-serif;
    color: #000;
  }
  [data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    bottom: 30% !important;
    text-align: left !important;
  }
}

/* Scss Document */
/*owl carousel*/
.owl-carousel .item {
  z-index: 2;
}

.owl-carousel .item figure {
  overflow: hidden;
}

.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  padding: 0 0;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  text-align: center;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: inline-block;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.owl-height {
  -webkit-transition: height .5s ease-in-out;
  transition: height .5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.owl-prev {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
}

.owl-next {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
}

.owl-prev, .owl-next {
  opacity: .4;
}

.owl-carousel:hover .owl-prev, .owl-carousel:hover .owl-next {
  opacity: 1;
}

.owl-theme .owl-dots, .owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 5px 4px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #aaa;
}

/* Scss Document */
/***********************************Back to top start*************************/
#back-top {
  position: fixed;
  bottom: 10px;
  right: 15px;
  z-index: 3;
  display: block;
}

#back-top .btn-default {
  display: inline-block;
  background: rgba(255, 255, 255, 0.5);
  overflow: hidden;
  padding: 17px 0;
  border-radius: 100%;
  line-height: inherit !important;
  color: #000;
  width: 50px;
  height: 50px;
  -webkit-box-shadow: 0 0 20px 5px rgba(112, 130, 148, 0.2);
          box-shadow: 0 0 20px 5px rgba(112, 130, 148, 0.2);
  border: 0;
  font-size: 16px;
  -webkit-transition: all linear .3s;
  transition: all linear .3s;
  cursor: pointer;
}

#back-top .btn-default:hover {
  background: #04a0d3;
}

#back-top .fa {
  font-size: 22px;
  font-weight: 700;
}

/***********************************structure start*************************/
/*************************font***************/
/*************************Common css start***************/
/*
*  html5resetcss
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-family: "Open Sans", sans-serif;
}

ins {
  background-color: #fff;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/*************************star css start***************/
*,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.carousel-indicators li {
  width: 10px !important;
  height: 10px !important;
  border-radius: 100% !important;
  margin-bottom: 20px;
}

/*************************transiction css start***************/
.transiction-Effect {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/*************************Common css start***************/
.box-shadow1 {
  -webkit-box-shadow: 0 5px 10px -10px rgba(0, 0, 0, 0.6);
          box-shadow: 0 5px 10px -10px rgba(0, 0, 0, 0.6);
}

.box-shadow2 {
  -webkit-box-shadow: 0 5px 10px -10px rgba(0, 0, 0, 0.7);
          box-shadow: 0 5px 10px -10px rgba(0, 0, 0, 0.7);
}

.box-shadow3 {
  -webkit-box-shadow: 0 5px 10px -10px rgba(0, 0, 0, 0.8);
          box-shadow: 0 5px 10px -10px rgba(0, 0, 0, 0.8);
}

.box-shadow4 {
  -webkit-box-shadow: 0 5px 10px -10px rgba(0, 0, 0, 0.9);
          box-shadow: 0 5px 10px -10px rgba(0, 0, 0, 0.9);
}

/*************************body css start***************/
body {
  margin: 0;
  padding: 0;
  font: 400 13px/18px "Open Sans", sans-serif;
  color: #666;
  background: #fff;
}

/*************************container css start***************/
.container {
  max-width: 1200px;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .container {
    max-width: 100%;
  }
}

@media screen and (max-width: 599px) {
  .container {
    max-width: 100%;
  }
}

/***************main*****************/
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

header {
  width: 100%;
  background: #fff !important;
  padding: 5px 0px !important;
  z-index: 9999;
  border-bottom: 6px solid #02a4cf;
}

header .nav-link {
  color: #666 !important;
  font-size: 14px !important;
  line-height: 22px;
  padding: 0px 15px;
}

header .navbar-brand {
  max-width: 359px !important;
  height: auto;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

header .navbar-brand img {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.header_fixer {
  padding: 2px 0px !important;
  background: #fff;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  -webkit-box-shadow: 0 5px 10px -10px rgba(0, 0, 0, 0.6);
  box-shadow: 0 5px 10px -10px rgba(0, 0, 0, 0.6);
  position: fixed;
}

.header_fixer .nav-link {
  color: #666 !important;
  font-size: 14px !important;
  line-height: 22px;
  padding: 10px 15px;
}

.header_fixer .navbar-brand {
  max-width: 170px !important;
  height: auto;
  display: block;
}

.header_fixer .navbar-brand img {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.header_spacer {
  width: 100%;
  height: 99px;
}

.w-100 {
  width: 100% !important;
  padding: 0px !important;
}

@media screen and (max-width: 768px) {
  header .navbar-brand {
    max-width: 170px !important;
    padding: 5px;
  }
  header .navbar-brand img {
    width: 100%;
  }
  .navbar-toggler {
    background: #f1f1f1 !important;
    margin-right: 15px;
  }
  .navbar-nav {
    padding: 15px;
  }
  .nav-item {
    border-bottom: 1px solid #f1f1f1;
  }
  .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    right: 0px;
    position: absolute;
    top: 15px;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
  }
  .header_spacer {
    width: 100%;
    height: 50px;
  }
}

@media screen and (max-width: 480px) {
  header .navbar-brand {
    max-width: 100px !important;
    padding: 5px;
  }
  header .navbar-brand img {
    width: 100%;
  }
  .navbar-toggler {
    background: #f1f1f1 !important;
    margin-right: 15px;
  }
  .navbar-nav {
    padding: 15px;
  }
  .navbar-nav .nav-item {
    border-bottom: 1px solid #f1f1f1;
  }
  .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    position: absolute;
    right: 0px;
    top: 15px;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
  }
  .header_spacer {
    width: 100%;
    height: 50px;
  }
}

/*************** Booking *****************/
.bookingBg {
  width: 100%;
  min-height: 168px;
  background: #04a0d3;
  margin-top: -6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bookingBg .bookTilte {
  font-family: "Roboto", sans-serif;
  font-weight: 800;
  color: #fff;
  font-size: 18px;
  margin-top: 36px;
}

.bookingBg .inputBg {
  width: 100%;
  min-height: 63px;
  background: #f9de11;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0px;
  padding: 15px;
  margin-top: 10px;
}

.bookingBg .bookingBtn {
  display: inline-block;
  text-align: center;
  width: 100%;
  background: #fff;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0px;
  padding: 22px 0px;
  font-size: 18px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  color: #04a0d3;
  margin-top: 10px;
}

.bookingBg .bookingBtn:hover {
  background: #000;
  -webkit-box-shadow: 0 5px 10px -10px rgba(0, 0, 0, 0.9);
          box-shadow: 0 5px 10px -10px rgba(0, 0, 0, 0.9);
  -webkit-transition: 1s;
  transition: 1s;
  cursor: pointer;
  color: #fff;
}

/************************About us*****************************/
.aboutBg h1 {
  font-size: 47px;
  font-family: "Roboto", sans-serif;
  font-weight: lighter;
  text-align: center;
  margin-top: 50px;
}

.aboutBg p {
  font: bold 16px/22px "Roboto", sans-serif;
  color: #000;
  text-align: center;
}

.aboutBg .leftSide {
  width: 100%;
  margin-top: 60px;
}

.aboutBg .leftSide p {
  font: normal 16px/22px "Open Sans", sans-serif;
  color: #000;
  text-align: justify !important;
}

.aboutBg .leftSide p span {
  color: #02a4cf;
}

.aboutBg .leftSide a {
  background-color: #02a4cf;
  color: #f1f1f1;
  padding: 10px 25px;
  display: inline-block;
  font-weight: 600;
  margin-top: 30px;
  border-radius: 4px;
}

.aboutBg .leftSide a:hover {
  text-decoration: none;
  background: #f9de11;
  color: #000;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-box-shadow: 0 5px 10px -10px rgba(0, 0, 0, 0.9);
          box-shadow: 0 5px 10px -10px rgba(0, 0, 0, 0.9);
}

.aboutBg .sideImg {
  margin-top: 60px;
}

/************************Serviices*****************************/
.servicesBg {
  width: 100%;
  text-align: center !important;
  background-size: 8px 8px;
  background-image: repeating-linear-gradient(45deg, #f9de11 0, #f9de11 1px, #e5e5f7 0, #e5e5f7 50%);
  min-height: 500px;
  margin-top: 60px;
  padding: 40px 0px 60px;
}

.servicesBg h1 {
  font-size: 40px;
  font-family: "Roboto", sans-serif;
  font-weight: lighter;
  text-align: center;
  margin-top: 20px;
  color: #000;
}

.servicesBg .flip-card-back h1 {
  font-size: 14px;
  font-weight: 600;
  text-align: left;
  color: #fff;
}

.servicesBg .flip-card-back p {
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  text-align: left;
}

.servicesBg p {
  font: bold 13px/22px "Roboto", sans-serif;
  color: #000;
  text-align: center;
  margin: 10px 0px;
}

.servicesBg .flip-card-front h1 {
  font-size: 16px;
  font-weight: 300;
}

.servicesBg .flip-card-back p {
  color: #fff !important;
}

.servicesBg .flip-card-back a {
  border: 1px solid #fff;
  color: #fff;
  padding: 7px 10px;
  border-radius: 6px;
  text-align: center;
  display: block;
  margin-bottom: 10px;
  position: fixed;
  bottom: 10px;
  font-size: 13px;
}

.servicesBg .flip-card-back a:hover {
  background: #f9de11;
  color: #000;
  -webkit-transition: 1s;
  transition: 1s;
  text-decoration: none;
}

.servicesBg a {
  background: #02a4cf;
  display: inline-block;
  padding: 20px;
  font-size: 18px;
  color: #fff;
  margin: 50px auto 30px;
  border-radius: 4px;
  text-align: center !important;
}

.servicesBg a:hover {
  background: #f9de11;
  color: #000;
  -webkit-transition: 1s;
  transition: 1s;
  text-decoration: none;
}

/******************************textsiide***********************/
.textsiide {
  width: 100%;
  background: #fff;
  min-height: 300px;
  padding: 50px 20px 0px 90px;
}

.textsiide h1 {
  font-size: 36px;
  font-weight: lighter;
}

.textsiide h1 span {
  color: #02a4cf;
}

.textsiide p {
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  color: #000;
}

.textsiide a {
  background: #02a4cf;
  display: inline-block;
  padding: 10px 20px;
  font-size: 18px;
  color: #fff;
  margin: 10px auto 30px;
  border-radius: 4px;
}

.textsiide a:hover {
  background: #f9de11;
  color: #000;
  -webkit-transition: 1s;
  transition: 1s;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .textsiide {
    padding: 20px !important;
  }
}

@media screen and (max-width: 480px) {
  .textsiide {
    padding: 20px !important;
  }
}

.textsiide2 {
  width: 100%;
  background: #fff;
  min-height: 300px;
  padding: 50px 20px 0px 50px;
}

.textsiide2 h1 {
  font-size: 36px;
  font-weight: lighter;
}

.textsiide2 h1 span {
  color: #02a4cf;
}

.textsiide2 p {
  font-size: 14px;
  font-weight: normal;
  line-height: 28px;
  color: #000;
  margin-top: 10px;
}

.textsiide2 a {
  background: #02a4cf;
  display: inline-block;
  padding: 10px 20px;
  font-size: 18px;
  color: #fff;
  margin: 10px auto 30px;
  border-radius: 4px;
}

.textsiide2 a:hover {
  background: #f9de11;
  color: #000;
  -webkit-transition: 1s;
  transition: 1s;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .textsiide {
    padding: 20px !important;
  }
}

@media screen and (max-width: 480px) {
  .textsiide {
    padding: 20px !important;
  }
}

/************************* client ************************/
.clientBg {
  width: 100%;
  background: #04a0d3;
  padding: 60px 0px;
}

.clientBg .clientSide {
  width: 60%;
  text-align: center;
  margin: auto;
}

.clientBg .clientSide h1 {
  font-size: 36px;
  font-family: "Roboto", sans-serif;
  font-weight: lighter;
  text-align: center;
  color: #fff;
}

.clientBg .clientSide p {
  font: normal 16px/22px "open sons", sans-serif;
  color: #fff;
  text-align: center;
  margin-top: 20px;
}

/************************* Footer ************************/
footer {
  background: #f1f1f1;
  padding: 60px 0px 0px 0px;
}

footer .mt25 {
  margin-top: 25px;
}

footer h3 {
  font: 700 16px/18px "Open Sans", sans-serif;
  color: #303030;
  margin: 20 0 10px 0 !important;
  text-transform: capitalize;
  padding-bottom: 11px;
  position: relative;
  text-transform: uppercase;
}

footer .f_link a {
  font: 400 14px/22px roboto, "Open Sans", sans-serif;
  color: #000;
  padding: 2px 0;
  display: block;
  text-decoration: none;
}

footer .f_link a:hover {
  color: #04a0d3;
  text-decoration: underline;
}

footer .f_link a .f_link {
  margin: 0 0 0 5px;
}

footer .social_midea_con a {
  width: 35px;
  padding: 8px 0;
  height: 35px;
  margin: 5px 2px;
  font-size: 15px;
  display: inline-block;
  color: #fff;
  background: #04a0d3 !important;
  border-radius: 100%;
  text-align: center;
}

footer .social_midea_con a:hover {
  background: #000;
  color: #f9de11;
  -webkit-transition: 1s;
  transition: 1s;
}

footer .f_contact_con {
  margin: 10px 0 0 0;
}

footer .f_contact_con p,
footer .f_contact_con p a {
  color: #000;
  font-weight: 400;
  font-size: 13px;
  line-height: 24px;
  font-family: "Open Sans", sans-serif;
  padding: 0 0 10px 0px;
}

footer .f_contact_con p a {
  text-decoration: underline;
}

footer .f_contact_con p a:hover {
  text-decoration: none;
}

footer .f_contact_con p .fa {
  width: 25px;
  height: 25px;
  border-radius: 100%;
  background: #04a0d3 !important;
  text-align: center;
  color: #fff;
  padding: 7px;
}

footer .cs {
  background: #222;
  padding: 7px 0 15px;
  margin-top: 30px;
}

footer .cs .copyright {
  margin: 15px 0 0 0;
}

footer .cs .copyright,
footer .cs .copyright a {
  font-size: 13px;
  color: #555;
  font-weight: 600;
}

footer .cs .prd {
  float: right;
}

/*footer classes ends*/
/********************************************INNER START************************************************/
.aboutBgInner {
  width: 100%;
  margin-bottom: 60px;
  border: 1px solid #f1f1f1;
  padding: 30px;
}

.aboutBgInner h1 {
  font-size: 47px;
  font-family: "Roboto", sans-serif;
  font-weight: lighter;
  text-align: left;
}

.aboutBgInner p {
  font: bold 16px/22px "Roboto", sans-serif;
  color: #000;
  text-align: justify;
}

.aboutBgInner .leftSide {
  width: 100%;
  margin-top: 30px;
}

.aboutBgInner .leftSide ul {
  padding: 20px 40px;
  background: #f1f1f1;
  margin-top: 20px;
}

.aboutBgInner .leftSide ul li {
  font-size: 14px;
  line-height: 22px;
}

.aboutBgInner .leftSide strong {
  font-size: 15px;
  margin-top: 30px !important;
  color: #02a4cf;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
}

.aboutBgInner .leftSide p {
  font: normal 14px/22px "Open Sans", sans-serif;
  color: #000;
  text-align: left;
}

.aboutBgInner .leftSide p span {
  color: #02a4cf;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
}

.aboutBgInner .leftSide a {
  background-color: #02a4cf;
  color: #f1f1f1;
  padding: 10px 25px;
  display: inline-block;
  font-weight: 600;
  margin-top: 30px;
  border-radius: 4px;
}

.aboutBgInner .leftSide a:hover {
  text-decoration: none;
  background: #f9de11;
  color: #000;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-box-shadow: 0 5px 10px -10px rgba(0, 0, 0, 0.9);
          box-shadow: 0 5px 10px -10px rgba(0, 0, 0, 0.9);
}

.aboutBgInner .sideImg {
  margin-top: 30px;
}
/*# sourceMappingURL=template.css.map */</pre></body></html>