html {
  font-size: 100%;
}

body {
  font-size: 15px;
  font-size: 0.9375rem;
  font-family: "Montserrat", sans-serif !important;
  color: #666666;
  padding: 0;
  scroll-behavior: smooth;
}

.topspace {
  margin-top: 40px;
}

/*********************************************************************


                            /* Navigation in header */


/**********************************************************************/
/* UTILITIES */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: cursive;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

/* NAVBAR STYLING STARTS */
.navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px;
    background-color: #e7e7e7;
    color: #155804;
    margin-bottom: 0px !important;
    padding-bottom: 0px;
}

.nav-links a {
  color: #055440;
  font-weight: 600;
}

/* LOGO */
.logo {
  font-size: 32px;
}

/* NAVBAR MENU */
.menu {
  display: flex;
  gap: 1em;
  font-size: 16px;
}

.menu li:hover {
  background-color: #ccc;
  border-radius: 5px;
  transition: 0.3s ease;
}

.menu li {
  padding: 5px 14px;
}

/* DROPDOWN MENU */
.services {
  position: relative;
}

.dropdown {
  background-color: #e7e7e7;
  padding: 1em 0;
  position: absolute;
  /*WITH RESPECT TO PARENT*/
  display: none;
  border-radius: 8px;
  top: 35px;
}

.dropdown li+li {
  margin-top: 10px;
}

.dropdown li {
  padding: 0.5em 1em;
  width: 15em;
  text-align: center;
}

.dropdown li:hover {
  background-color: #ccc;
}

.services:hover .dropdown {
  display: block;
}

/*RESPONSIVE NAVBAR MENU STARTS*/
/* CHECKBOX HACK */
input[type=checkbox] {
  display: none;
}

/*HAMBURGER MENU*/
.hamburger {
  display: none;
  font-size: 24px;
  user-select: none;
}

/* APPLYING MEDIA QUERIES */
@media (max-width: 768px) {
  .menu {
    display: none;
    position: absolute;
    background-color: #e7e7e7;
    right: 0;
    left: 0;
    text-align: center;
    padding: 16px 0;
  }

  .menu li:hover {
    display: inline-block;
    background-color: #ccc;
    transition: 0.3s ease;
  }

  .menu li+li {
    margin-top: 12px;
  }

  input[type=checkbox]:checked~.menu {
    display: block;
  }

  .hamburger {
    display: block;
  }

  .dropdown {
    left: 50%;
    top: 30px;
    transform: translateX(35%);
  }

  .dropdown li:hover {
    background-color: #ccc;
  }
}


/*********************************************************************


                                TYPOGRAPHY


**********************************************************************/
p {
    line-height: 1.6em;
    margin: 0 0 30px 0;
    text-align: inherit;
    color: black;
    word-spacing: 4px;
}

ul,
ol {
  line-height: 1.6em;
  margin: 0 0 30px 0;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 30px;
  border-left: 5px solid #eee;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Open sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #333333;
}

h1 {
  font-size: 40px;
  font-size: 2.5rem;
}

h2 {
  font-size: 36px;
  font-size: 2.25rem;
}

h3 {
  font-size: 30px;
  font-size: 1.875rem;
}

h4 {
  font-size: 24px;
  font-size: 1.5rem;
}

h5 {
  font-size: 20px;
  font-size: 1.25rem;
}

a {
  color: #bd1550;
}

a:hover {
  color: #e93675;
}

.lead {
  /*font-weight: 300;
  font-size: 21px;
  font-size: 1.3125rem;*/

  font-weight: 700;
  font-size: 21px;
  font-size: 20px;
  color: #055440;
}

.text-msg {
  line-height: 1.7em;
  color: #b3b3b3;
  font-weight: 300;
  text-transform: capitalize;
  margin-top: -0.23em;
}

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}

/*********************************************************************


                                HEADER


**********************************************************************/
#head {
  background: #f4f4f4 url('/img/construction7.jpg') top center;
  background-size: cover;
  color: #7C7C7C;
  padding: 30px 0 35px 0;
}

#head img.img-circle {
  display: block;
  width: 140px;
  height: 140px;
  overflow: hidden;
  /* border: 9px solid rgba(0, 0, 0, 0.05); */
  margin-left: 116px;
}

.img-circle {
  border-radius: 0%;
}

#head .title {
  font-family: Alice, Georgia, serif;
  font-size: 49px;
  font-size: 3.0625rem;
}

#head .title a {
  text-decoration: none;
  color: #333333;
}

#head .tagline {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.2em;
  color: #7C7C7C;
  margin: 5px 0 0;
}

#head .tagline b {
  font-weight: normal;
}

#head .tagline a {
  color: #5E5E5E;
}

.home #head {
  padding: 90px 0 80px 50px;
}

.home #head .title {
  font-size: 49px;
  font-size: 3.0625rem;
  color: white;
}

.home #head .tagline {
  font-size: 16px;
  font-size: 1rem;
  margin: 15px 0 0;
  color: white;
}

.topbar {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0px;
}

.topbar.white {
  background-color: #fff;
  border-bottom: 1px solid #efefef;
}

.topbar.light {
  background-color: #055440;
}

.topbar.dark {
  background-color: #242424;
}

.topbar.fulldark {
  background-color: #000;
  border-bottom: 1px solid #262626;
}

.topbar.orange2 {
  background-color: #fd602c;
}

.topbar.red2 {
  background-color: #ea3628;
}

.topbar.red-3 {
  background-color: #eb574c;
}

.topbar.pink-2 {
  background-color: #f51f6f;
}

.topbar.more-padding {
  padding: 20px 0 80px 0;
}

/* Topbar list
 ------------------------------ */
.toplist {
  float: right;
  padding: 0px;
  margin: 0px;
}

.toplist li {
  float: left;
  color: #fff;
  text-align: right;
  font-size: 17px;
  margin: 0px;
  padding: 0 5px 0 5px;
}

.toplist li.lineright {
  border-right: 1px solid #e4e4e4;
}

.toplist li a {
  color: white;
}

.toplist li a:hover {
  color: #25d366;
}

.toplist.toppadding {
  padding-top: 10px;
}

a.topbar-btn {
  float: left;
  color: #242424;
  text-align: center;
  font-size: 14px;
  margin: 0px;
  border-radius: 2px;
  padding: 5px 15px;
  background-color: #fff;
}

.topbar-padding {
  padding: 7px 0 15px 0;
}

.topbar-left-items {
  float: left;
  margin: 0;
  padding: 0;
  width: 37%;
}

.topbar-middle-logo {
  float: left;
  margin: 0;
  padding: 10px 0;
  width: 26%;
  text-align: center;
  background-color: #fd602c;
}

.topbar-middle-logo.no-bgcolor {
  background: none;
}

.topbar-right-items {

  margin-right: 19%;
  padding: 0;
  width: 100%;
}

/* topbar dark list color
 ------------------------------ */
.topbar.dark .toplist li a:hover {
  color: #fff;
}

.topbar.fulldark .toplist li a:hover {
  color: #fff;
}

.topbar.dark .toplist li.lineright {
  border-right: 1px solid #727272;
}

.topbar.fulldark .toplist li.lineright {
  border-right: 1px solid #3a3a3a;
}

/* topbar logo middle
 ------------------------------ */
.topbar-middle-logo.nobg {
  background: none;
}

/* topbar btn
 ------------------------------ */
a.topbar-btn:hover,
a.topbar-btn.active {
  color: #FFF !important;
  background-color: #fd602c;
}

/* topbar pink top list color
 ------------------------------ */
.topbar.pink .toplist li a {
  color: #f51f6f;
}

.topbar.pink .toplist li {
  color: #f51f6f;
}

/* topbar white top list color
 ------------------------------ */
.topbar.white-2 .toplist li a {
  color: #fff;
}

.topbar.white-2 .toplist li {
  color: #fff;
}

/* topbar orange toplist color
 ------------------------------ */
.topbar.orange2 .toplist li {
  color: #fff;
}

.topbar.orange2 .toplist li a {
  color: #fff;
}

.topbar.orange2 .toplist li a:hover {
  color: #242424;
}

/* topbar right items two
 ------------------------------ */
.topbar-right-items.two {
  width: 50%;
}


/*********************************************************************


                                CONTENT


**********************************************************************/
img {
  max-width: 100%;
}

.btn {
  font-size: 12px;
  font-size: 0.75rem;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333;
  -webkit-border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px;
  -moz-background-clip: padding;
  border-radius: 0px;
  background-clip: padding-box;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  border: 0 none;
  padding: 12px 35px;
  text-shadow: 0 1px 0px #780d33;
}

.btn-primary {
  color: #fff;
  background-color: #bd1550;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
  color: #fff;
  background-color: #e61f65;
}

.btn-action {
  font-weight: bold;
  background: transparent !important;
  border: 1px solid #333;
  text-shadow: none;
}

.btn-action:hover,
.btn-action:focus,
.btn-action:active,
.btn-action.active {
  color: #bd1550;
  border-color: #bd1550;
}

.btn-lg {
  padding: 15px 60px;
  font-size: 12px;
  line-height: 1.33;
  font-weight: bold;
}

.panel-cta {
  box-shadow: 0 0 0 1px #e1e1e1, 0 0 0 3px #fff, 0 0 0 4px #e1e1e1;
  background: #f3f3f3;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
}

.panel-cta p,
.panel-cta h3,
.panel-cta h4,
.panel-cta h5,
.panel-cta h6 {
  margin: 0;
}

.panel-cta .panel-body {
  padding: 35px;
}

/* Section - Featured */
.featured {
  font-size: 13px;
  font-size: 0.8125rem;
}

.featured h3 {
  font-weight: bold;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-size: 1.1rem;
  text-transform: uppercase;
  line-height: 1.4em;
  vertical-align: middle;
  margin: 0 0 25px 0;
}

/* Section - Recent works */
.thumbnails {
  padding: 0;
}

.thumbnails li {
  margin-bottom: 30px;
}

.thumbnails .details {
  display: block;
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
}

.thumbnail {
  display: block;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  border: 0 none;
  margin-bottom: 10px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  color: #333;
}

.thumbnail .img {
  display: block;
  width: 100%;
  overflow: hidden;
  height:300px;
  margin: 0 0 20px;
  position: relative;
}

.thumbnail .title {
  text-transform: uppercase;
  margin: 0 2em;
  display: block;
  text-indent: 0;
}

.thumbnail .cover {
  position: absolute;
  display: block;
  opacity: 0;
  width: 100%;
  height: 180px;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 550ms;
  -moz-transition-duration: 550ms;
  -o-transition-duration: 550ms;
  transition-duration: 550ms;
}

.thumbnail .cover .more {
  position: absolute;
  bottom: 15px;
  right: 0;
  height: 32px;
  line-height: 32px;
  padding: 0 20px;
  -webkit-border-radius: 1px 0 0 1px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 1px 0 0 1px;
  -moz-background-clip: padding;
  border-radius: 1px 0 0 1px;
  background-clip: padding-box;
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  text-shadow: 0 1px 0px #04785b;
  background: #055440;
  color: white;
}

.thumbnail img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.thumbnail:hover {
  color: #333;
  text-decoration: none;
}

.thumbnail:hover img {
  -webkit-filter: saturate(0%);
}

.thumbnail:hover .cover {
  opacity: 1;
}

/* pagination */
.pagination>li>a {
  color: #808080;
  border: 0 none;
  font-size: 20px;
  font-size: 1.25rem;
  font-family: Georgia, serif;
}

.pagination>li>a:hover {
  color: #000000;
  background: none;
}

.pagination>li.active>a {
  color: #333333;
  background: none;
}

.pagination>li.active>a:hover {
  color: #000000;
  background: none;
}




/*********************************************************************


                                 BLOG


**********************************************************************/
.section-title,
.entry-title {
  display: block ;
  width: 100%;
  overflow: hidden;
  margin: 0px 0 25px;
  text-align: center;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 36px;
  font-size: 2.25rem;
  letter-spacing: 1px;
}

.section-title a,
.entry-title a {
  color: #333333;
}

.section-title span,
.entry-title span {
  display: inline-block;
  position: relative;
  color: #055440;
}

.section-title span:before,
.entry-title span:before,
.section-title span:after,
.entry-title span:after {
  content: "";
  position: absolute;
  height: 4px;
  top: .53em;
  width: 400%;
  border-bottom: 1px solid #055440;
  border-top: 1px solid #055440;
}

.section-title span:before,
.entry-title span:before {
  right: 100%;
  margin-right: 45px;
}

.section-title span:after,
.entry-title span:after {
  left: 100%;
  margin-left: 45px;
}

.entry-header .entry-meta {
  text-align: center;
  font-family: Georgia, serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-style: italic;
  font-weight: normal;
  color: #a5a5a5;
  margin: 0 0 15px 0;
}

.entry-header .entry-meta a {
  color: #a5a5a5;
}

.entry-content {
  margin: 0 0 60px 0;
}

.entry-content h2 {
  line-height: 1.2;
  font-size: 30px;
  font-size: 1.875rem;
  padding-top: 20px;
  margin-bottom: 20px;
}

.meta-nav,
.more-link {
  font-family: Georgia, serif;
  font-style: italic;
  font-weight: bold;
  color: #666666;
  text-decoration: none;
}

.meta-nav:hover,
.more-link:hover {
  color: #333333;
  text-decoration: underline;
}

.more-link {
  display: block;
  width: 100%;
  text-align: right;
}

/* Posts navigation */
#nav-below {
  position: fixed;
  top: 48%;
}

#nav-below .meta-nav {
  display: block;
  padding: 27px 7px;
  background: #444;
  color: #fff;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  font-family: "Open sans", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  opacity: 0.2;
}

#nav-below .meta-nav:hover {
  text-decoration: none;
  color: #333;
}

#nav-below .nav-next {
  position: fixed;
  right: -3px;
}

#nav-below .nav-previous {
  position: fixed;
  left: -3px;
}

#nav-below b {
  display: none;
}

footer.entry-meta {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin: 0 0 35px 0;
  padding: 2px 0;
  color: #888888;
  font-size: 12px;
  font-size: 0.75rem;
}

footer.entry-meta a {
  color: #333333;
}

footer.entry-meta .meta-in {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
}

.page-header {
  padding-bottom: 0;
  margin: 0;
  border-bottom: none;
  text-align: left;
}

.page-header .page-title {
  margin-top: 0;
  margin-bottom: 30px;
}

/*********************************************************************


                                COMMENTS


**********************************************************************/
#comments {
  font-size: 13px;
  font-size: 0.8125rem;
}

#comments .comments-title {
  margin: 0 0 5px 0;
}

#comments .leave-comment {
  display: block;
  margin: 0 0 40px 0;
}

#comments ul,
#comments ol {
  margin: 0;
  padding: 0;
}

#comments .comment {
  margin: 0;
  padding: 0;
  list-style: none;
  clear: both;
}

#comments .comments-title {
  text-shadow: none;
  margin-bottom: 0;
}

#comments .avatar {
  float: left;
  width: 70px;
  height: 70px;
  margin-bottom: 30px;
  border: 5px solid #eeeeee;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
}

#comments .children {
  margin: 0 0 0 90px;
}

#comments .comment-meta {
  margin: 0 0 0 90px;
}

#comments .comment-meta a {
  color: #333333;
}

#comments .comment-meta a:hover {
  color: #bd1550;
}

#comments .comment-meta .author {
  margin: 0 20px 0 0;
  font-weight: bold;
}

#comments .comment-meta .date {
  margin: 0 20px 0 0;
}

#comments .comment-meta .date a {
  color: #666666;
}

#comments .comment-meta .reply {
  float: right;
}

#comments .comment-body {
  margin: 0 0 35px 90px;
}

.comment-navigation {
  width: 100%;
  border-top: 1px solid #ccc;
  padding: 2px 0 0 0;
}

.comment-navigation .nav-content {
  border-top: 1px solid #ccc;
  width: 100%;
  padding: 10px 0 0 0;
}

.comment-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next {
  float: right;
  width: 50%;
  text-align: right;
}

#respond {
  margin: 55px 0 0 0;
}

/*********************************************************************


                                Amenities


**********************************************************************/

a:hover,
a:focus {
  color: #055440;
}

section.team {}

.grid {
  display: block;
  margin: 0 auto;
  width: 95%;
  padding-left: 0;
  font-size: 0;
  text-align: center;
}

.grid figure {
  margin: 0.1em;
  width: 316px;
  height: 190px;
  background: #3085a3;
  display: inline-block;
  position: relative;
  overflow: hidden;
  text-align: center;
  border-radius: 25% 0;
}

/* Common style */
.grid figure img {
  position: relative;
  display: block;
  opacity: 0.8;
  height: 240px;

  @media(max-width: 1260px) {
    height: 270px;
  }
}

.grid figure figcaption {
  color: #fff;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.grid figcaption h2 {
  text-transform: uppercase;
  word-spacing: -0.15em;
  font-weight: 300;
  margin: 1em;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
  pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption>a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.grid figure figcaption>a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

.grid figure h2 {
  word-spacing: -0.15em;
  font-weight: 300;
  margin: 1em;
}

.grid figure h2 span {
  font-weight: 800;
}

figure.effect-steve {
  z-index: auto;
  background: #000;
}

figure.effect-steve:before {
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.8);
  opacity: 0;
}

figure.effect-steve figcaption {
  z-index: 1;
}

figure.effect-steve img {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: perspective(1000px) translate3d(0, 0, 0);
  transform: perspective(1000px) translate3d(0, 0, 0);
}

figure.effect-steve h2,
figure.effect-steve p {
  background: #f1f1f1;
  color: #2d434e;
}

figure.effect-steve h2 {
  position: absolute;
  padding: 0.25em;
  bottom: 10px;
  width: 100%;
}

figure.effect-steve p {
  margin-top: 1em;
  padding: 0.5em;
  font-weight: 800;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

figure.effect-steve:hover:before {
  opacity: 1;
}

figure.effect-steve:hover img {
  -webkit-transform: perspective(1000px) translate3d(0, 0, 21px);
  transform: perspective(1000px) translate3d(0, 0, 21px);
}

figure.effect-steve:hover h2:before {
  opacity: 0;
}

figure.effect-steve:hover p {
  opacity: 1;
}

.grid figure,
figcaption,
img {
  z-index: 0;
}

.grid figure figcaption h2 {
  font-size: 14px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.grid figcaption p {
  font-size: 16px;
  font-weight: 200;
  position: absolute;
  bottom: 0;
  margin: 0;
  height: 25%;
}

figure:hover h2 {
  background: #f1f1f1;
  transition: transform 0.35s;
  transform: translateY(-2.5em);
}

h1.slogan {
  text-align: center;
  background-color: #2d434e;
  font-weight: 100;
  margin: 0;
  padding: 20px;
}


/*********************************************************************


                               Tabs


**********************************************************************/

/* defaults */
/**/
.sky-tabs,
.sky-tabs * {
  margin: 0;
  padding: 0;
  outline: none;
  border: 0;
  background: none;
}

.sky-tabs {
  position: relative;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 0;
  text-align: left;
  color: #000;
}

.sky-tabs>input {
  position: absolute;
  display: none;
}

.sky-tabs>label {
  position: relative;
  z-index: 1;
  display: inline-block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 1px;
  padding-top: 0;
  padding-left: 0;
  font-size: 17px;
  line-height: 45px;
  cursor: pointer;
  color: #fff;
}

.sky-tabs>label.inverse {
  float: right;
  padding-right: 0;
  padding-left: 1px;
}

.sky-tabs>label.disabled {
  cursor: default;
}

.sky-tabs>label span {
  display: block;
  padding: 5px;
  background: #055440;
}

.sky-tabs>label span span {
  padding: 0 20px;
  background: transparent;
  transition: background 0.4s, color 0.4s;
  -o-transition: background 0.4s, color 0.4s;
  -ms-transition: background 0.4s, color 0.4s;
  -moz-transition: background 0.4s, color 0.4s;
  -webkit-transition: background 0.4s, color 0.4s;
}

.sky-tabs>label:hover span span {
  background: #7f786a;
  color: #fff;
}

.sky-tabs>label.disabled span span {
  background: transparent;
  color: inherit;
}

.sky-tabs>input:checked+label {
  cursor: default;
}

.sky-tabs>input:checked+label span span {
  background: #7f786a;
  color: #fff;
}

.sky-tabs>.switcher {
  display: none;
}

.sky-tabs>.switcher a {
  display: block;
  margin: 0 -20px;
  padding: 0 20px;
  text-decoration: none;
  color: inherit;
}

.sky-tabs>ul {
  list-style: none;
  position: relative;
  display: block;
  font-size: 13px;
}

.sky-tabs>ul>li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: auto;
  padding: 20px 25px 25px;
  background: rgb(127 120 106 / 5%);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  opacity: 0;
  -o-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  -o-transition: opacity 0.8s, -o-transform 0.8s;
  -ms-transition: opacity 0.8s, -ms-transform 0.8s;
  -moz-transition: opacity 0.8s, -moz-transform 0.8s;
  -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
}

.sky-tabs>.sky-tab-content-1:checked~ul>.sky-tab-content-1,
.sky-tabs>.sky-tab-content-2:checked~ul>.sky-tab-content-2,
.sky-tabs>.sky-tab-content-3:checked~ul>.sky-tab-content-3,
.sky-tabs>.sky-tab-content-4:checked~ul>.sky-tab-content-4,
.sky-tabs>.sky-tab-content-5:checked~ul>.sky-tab-content-5,
.sky-tabs>.sky-tab-content-6:checked~ul>.sky-tab-content-6,
.sky-tabs>.sky-tab-content-7:checked~ul>.sky-tab-content-7,
.sky-tabs>.sky-tab-content-8:checked~ul>.sky-tab-content-8,
.sky-tabs>.sky-tab-content-9:checked~ul>.sky-tab-content-9 {
  position: relative;
  z-index: 1;
  opacity: 1;
  -webkit-transform: translate(0, 0);
}


/**/
/* positions */
/**/
.sky-tabs-pos-top-center {
  text-align: center;
}

.sky-tabs-pos-top-right {
  text-align: right;
}

.sky-tabs-pos-top-right>label {
  padding-right: 0;
  padding-left: 1px;
}

.sky-tabs-pos-top-justify>label {
  padding-right: 0;
  padding-left: 1px;
}

.sky-tabs-pos-top-justify.sky-tabs-amount-2>label {
  width: 50%;
}

.sky-tabs-pos-top-justify.sky-tabs-amount-3>label {
  width: 33.33%;
}

.sky-tabs-pos-top-justify.sky-tabs-amount-4>label {
  width: 25%;
}

.sky-tabs-pos-top-justify.sky-tabs-amount-5>label {
  width: 20%;
}

.sky-tabs-pos-top-justify.sky-tabs-amount-6>label {
  width: 16.66%;
}

.sky-tabs-pos-top-justify.sky-tabs-amount-7>label {
  width: 14.28%;
}

.sky-tabs-pos-top-justify.sky-tabs-amount-8>label {
  width: 12.5%;
}

.sky-tabs-pos-top-justify.sky-tabs-amount-9>label {
  width: 11.11%;
}

.sky-tabs-pos-top-justify>input:first-child+label {
  padding-left: 0;
}

.sky-tabs-pos-left>label,
.sky-tabs-pos-right>label {
  display: block;
  width: 25%;
  float: left;
  clear: left;
  margin-right: 0;
}

.sky-tabs-pos-right>label {
  float: right;
  clear: right;
}

.sky-tabs-pos-left>ul {
  margin-left: 25%;
}

.sky-tabs-pos-right>ul {
  margin-right: 25%;
}

.sky-tabs-pos-right>label {
  padding-right: 0;
  padding-left: 1px;
}

.sky-tabs-pos-top-center>ul>li,
.sky-tabs-pos-top-justify>ul>li {
  -o-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  -moz-transform-origin: 50% 0%;
  -webkit-transform-origin: 50% 0%;
}

.sky-tabs-pos-right>ul>li,
.sky-tabs-pos-top-right>ul>li {
  -o-transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  -moz-transform-origin: 100% 0%;
  -webkit-transform-origin: 100% 0%;
}


/**/
/* animations */
/**/
.sky-tabs-anim-slide-up>ul>li {
  -o-transform: translateY(-15%);
  -ms-transform: translateY(-15%);
  -moz-transform: translateY(-15%);
  -webkit-transform: translateY(-15%);
}

.sky-tabs-anim-slide-right>ul>li {
  -o-transform: translateX(15%);
  -ms-transform: translateX(15%);
  -moz-transform: translateX(15%);
  -webkit-transform: translateX(15%);
}

.sky-tabs-anim-slide-down>ul>li {
  -o-transform: translateY(15%);
  -ms-transform: translateY(15%);
  -moz-transform: translateY(15%);
  -webkit-transform: translateY(15%);
}

.sky-tabs-anim-slide-left>ul>li {
  -o-transform: translateX(-15%);
  -ms-transform: translateX(-15%);
  -moz-transform: translateX(-15%);
  -webkit-transform: translateX(-15%);
}

.sky-tabs-anim-slide-up-left>ul>li {
  -webkit-transform: translate(-15%, -15%);
}

.sky-tabs-anim-slide-up-right>ul>li {
  -webkit-transform: translate(15%, -15%);
}

.sky-tabs-anim-slide-down-right>ul>li {
  -webkit-transform: translate(15%, 15%);
}

.sky-tabs-anim-slide-down-left>ul>li {
  -webkit-transform: translate(-15%, 15%);
}

.sky-tabs-anim-scale>ul>li {
  -o-transform: scale(0.1, 0.1);
  -ms-transform: scale(0.1, 0.1);
  -moz-transform: scale(0.1, 0.1);
  -webkit-transform: scale(0.1, 0.1);
}

.sky-tabs-anim-scale>.sky-tab-content-1:checked~ul>.sky-tab-content-1,
.sky-tabs-anim-scale>.sky-tab-content-2:checked~ul>.sky-tab-content-2,
.sky-tabs-anim-scale>.sky-tab-content-3:checked~ul>.sky-tab-content-3,
.sky-tabs-anim-scale>.sky-tab-content-4:checked~ul>.sky-tab-content-4,
.sky-tabs-anim-scale>.sky-tab-content-5:checked~ul>.sky-tab-content-5,
.sky-tabs-anim-scale>.sky-tab-content-6:checked~ul>.sky-tab-content-6,
.sky-tabs-anim-scale>.sky-tab-content-7:checked~ul>.sky-tab-content-7,
.sky-tabs-anim-scale>.sky-tab-content-8:checked~ul>.sky-tab-content-8,
.sky-tabs-anim-scale>.sky-tab-content-9:checked~ul>.sky-tab-content-9 {
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
}

.sky-tabs-anim-rotate>ul>li {
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}

.sky-tabs-anim-rotate.sky-tabs-pos-right>ul>li,
.sky-tabs-anim-rotate.sky-tabs-pos-top-right>ul>li {
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}

.sky-tabs-anim-rotate>.sky-tab-content-1:checked~ul>.sky-tab-content-1,
.sky-tabs-anim-rotate>.sky-tab-content-2:checked~ul>.sky-tab-content-2,
.sky-tabs-anim-rotate>.sky-tab-content-3:checked~ul>.sky-tab-content-3,
.sky-tabs-anim-rotate>.sky-tab-content-4:checked~ul>.sky-tab-content-4,
.sky-tabs-anim-rotate>.sky-tab-content-5:checked~ul>.sky-tab-content-5,
.sky-tabs-anim-rotate>.sky-tab-content-6:checked~ul>.sky-tab-content-6,
.sky-tabs-anim-rotate>.sky-tab-content-7:checked~ul>.sky-tab-content-7,
.sky-tabs-anim-rotate>.sky-tab-content-8:checked~ul>.sky-tab-content-8,
.sky-tabs-anim-rotate>.sky-tab-content-9:checked~ul>.sky-tab-content-9 {
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}

.sky-tabs-anim-flip>ul {
  perspective: 2000px;
  -o-perspective: 2000px;
  -ms-perspective: 2000px;
  -moz-perspective: 2000px;
  -webkit-perspective: 2000px;
  perspective-origin: 50% 50%;
  -o-perspective-origin: 50% 50%;
  -ms-perspective-origin: 50% 50%;
  -moz-perspective-origin: 50% 50%;
  -webkit-perspective-origin: 50% 50%;
}

.sky-tabs-anim-flip>ul>li {
  -o-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  -webkit-transform: rotateX(-90deg);
}

.sky-tabs-anim-flip.sky-tabs-pos-left>ul>li {
  -o-transform: rotateY(90deg);
  -ms-transform: rotateY(90deg);
  -moz-transform: rotateY(90deg);
  -webkit-transform: rotateY(90deg);
}

.sky-tabs-anim-flip.sky-tabs-pos-right>ul>li {
  -o-transform: rotateY(-90deg);
  -ms-transform: rotateY(-90deg);
  -moz-transform: rotateY(-90deg);
  -webkit-transform: rotateY(-90deg);
}

.sky-tabs-anim-flip>.sky-tab-content-1:checked~ul>.sky-tab-content-1,
.sky-tabs-anim-flip>.sky-tab-content-2:checked~ul>.sky-tab-content-2,
.sky-tabs-anim-flip>.sky-tab-content-3:checked~ul>.sky-tab-content-3,
.sky-tabs-anim-flip>.sky-tab-content-4:checked~ul>.sky-tab-content-4,
.sky-tabs-anim-flip>.sky-tab-content-5:checked~ul>.sky-tab-content-5,
.sky-tabs-anim-flip>.sky-tab-content-6:checked~ul>.sky-tab-content-6,
.sky-tabs-anim-flip>.sky-tab-content-7:checked~ul>.sky-tab-content-7,
.sky-tabs-anim-flip>.sky-tab-content-8:checked~ul>.sky-tab-content-8,
.sky-tabs-anim-flip>.sky-tab-content-9:checked~ul>.sky-tab-content-9 {
  -o-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
  -o-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
}


/**/
/* grid system */
/**/
.sky-tabs .grid-row {
  margin-top: 20px;
}

.sky-tabs .grid-row:after {
  content: '';
  display: table;
  clear: both;
}

.sky-tabs .grid-row:first-child {
  margin-top: 0;
}

.sky-tabs .grid-col {
  display: block;
  float: left;
  width: 100%;
  margin-left: 2%;
}

.sky-tabs .grid-col:first-child {
  margin-left: 0;
}

.sky-tabs .grid-col .inner {
  padding: 10px 0;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.1);
  text-align: center;
}

.sky-tabs .grid-col-1 {
  width: 6.5%;
}

.sky-tabs .grid-col-2 {
  width: 15%;
}

.sky-tabs .grid-col-3 {
  width: 23.5%;
}

.sky-tabs .grid-col-4 {
  width: 32%;
}

.sky-tabs .grid-col-5 {
  width: 40.5%;
}

.sky-tabs .grid-col-6 {
  width: 49%;
}

.sky-tabs .grid-col-7 {
  width: 57.5%;
}

.sky-tabs .grid-col-8 {
  width: 66%;
}

.sky-tabs .grid-col-9 {
  width: 74.5%;
}

.sky-tabs .grid-col-10 {
  width: 83%;
}

.sky-tabs .grid-col-11 {
  width: 91.5%;
}

.sky-tabs .grid-col-offset-1,
.sky-tabs .grid-col-offset-1:first-child {
  margin-left: 8.5%;
}

.sky-tabs .grid-col-offset-2,
.sky-tabs .grid-col-offset-2:first-child {
  margin-left: 17%;
}

.sky-tabs .grid-col-offset-3,
.sky-tabs .grid-col-offset-3:first-child {
  margin-left: 25.5%;
}

.sky-tabs .grid-col-offset-4,
.sky-tabs .grid-col-offset-4:first-child {
  margin-left: 34%;
}

.sky-tabs .grid-col-offset-5,
.sky-tabs .grid-col-offset-5:first-child {
  margin-left: 42.5%;
}

.sky-tabs .grid-col-offset-6,
.sky-tabs .grid-col-offset-6:first-child {
  margin-left: 51%;
}

.sky-tabs .grid-col-offset-7,
.sky-tabs .grid-col-offset-7:first-child {
  margin-left: 59.5%;
}

.sky-tabs .grid-col-offset-8,
.sky-tabs .grid-col-offset-8:first-child {
  margin-left: 68%;
}

.sky-tabs .grid-col-offset-9,
.sky-tabs .grid-col-offset-9:first-child {
  margin-left: 76.5%;
}

.sky-tabs .grid-col-offset-10,
.sky-tabs .grid-col-offset-10:first-child {
  margin-left: 85%;
}

.sky-tabs .grid-col-offset-11,
.sky-tabs .grid-col-offset-11:first-child {
  margin-left: 93.5%;
}


/**/
/* typography */
/**/
.sky-tabs .typography h1,
.sky-tabs .typography h2,
.sky-tabs .typography h3,
.sky-tabs .typography h4,
.sky-tabs .typography h5,
.sky-tabs .typography h6 {
  margin: 40px 0 0 0;
  padding: 0;
  text-align: left;
  color: #055440;
}

.sky-tabs .typography h1 {
  font-size: 40px;
  line-height: 50px;
  font-weight: 500;
}

ul.tabli li {
  font-size: 15px;
  color: #000;
  font-weight: 500;
  text-align: justify;
  line-height: 1.9;
}

p.tablp {
  font-size: 15px;
  font-weight: 600;
  color: #000;
}

.sky-tabs .typography h2 {
  font-size: 34px;
  line-height: 44px;
  font-weight: 300;
}

.sky-tabs .typography h3 {
  font-size: 28px;
  line-height: 36px;
  font-weight: 300;
}

.sky-tabs .typography h4 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
}

.sky-tabs .typography h5 {
  font-size: 16px;
  line-height: 23px;
  font-weight: 400;
  text-transform: uppercase;
}

.sky-tabs .typography h6 {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-transform: uppercase;
}

.sky-tabs .typography p {
  margin: 20px 0 0 0;
  padding: 0;
  line-height: 20px;
  text-align: left;
}

.sky-tabs .typography ul,
.sky-tabs .typography ol {
  list-style: none;
  margin: 20px 0 0 0;
  padding: 0;
  line-height: 20px;
}

.sky-tabs .typography li {
  position: relative;
  margin-top: 5px;
  padding-left: 20px;
}

.sky-tabs .typography li ul,
.sky-tabs .typography li ol {
  margin-top: 5px;
}

.sky-tabs .typography ul li:before {
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  width: 4px;
  height: 4px;
  background: #333;
}

.sky-tabs .typography ol {
  counter-reset: list1;
}

.sky-tabs .typography ol>li:before {
  counter-increment: list1;
  content: counter(list1)'.';
  position: absolute;
  top: 0;
  left: 0;
  color: #333;
}

.sky-tabs .typography a {
  text-decoration: underline;
  color: #2da5da;
}

.sky-tabs .typography a:hover {
  text-decoration: none;
}

.sky-tabs .typography .pic {
  padding: 4px;
  border: 1px dotted #ccc;
}

.sky-tabs .typography .pic img {
  display: block;
}

.sky-tabs .typography .pic-right {
  float: right;
  margin: 0 0 10px 20px;
}

.sky-tabs .typography .link {
  text-decoration: underline;
  color: #2da5da;
  cursor: pointer;
}

.sky-tabs .typography .link:hover {
  text-decoration: none;
}

.sky-tabs .typography h1:first-child,
.sky-tabs .typography h2:first-child,
.sky-tabs .typography h3:first-child,
.sky-tabs .typography h4:first-child,
.sky-tabs .typography h5:first-child,
.sky-tabs .typography h6:first-child,
.sky-tabs .typography p:first-child {
  margin-top: 0;
}

.sky-tabs .typography .text-center {
  text-align: center;
}

.sky-tabs .typography .text-right {
  text-align: right;
}

/**/
/* icons */
/**/

.icon-glass:before {
  content: "\f000";
}

.icon-music:before {
  content: "\f001";
}

.icon-search:before {
  content: "\f002";
}

.icon-envelope-alt:before {
  content: "\f003";
}

.icon-heart:before {
  content: "\f004";
}

.icon-star:before {
  content: "\f005";
}

.icon-star-empty:before {
  content: "\f006";
}

.icon-user:before {
  content: "\f007";
}

.icon-film:before {
  content: "\f008";
}

.icon-th-large:before {
  content: "\f009";
}

.icon-th:before {
  content: "\f00a";
}

.icon-th-list:before {
  content: "\f00b";
}

.icon-ok:before {
  content: "\f00c";
}

.icon-remove:before {
  content: "\f00d";
}

.icon-zoom-in:before {
  content: "\f00e";
}

.icon-zoom-out:before {
  content: "\f010";
}

.icon-power-off:before,
.icon-off:before {
  content: "\f011";
}

.icon-signal:before {
  content: "\f012";
}

.icon-gear:before,
.icon-cog:before {
  content: "\f013";
}

.icon-trash:before {
  content: "\f014";
}

.icon-home:before {
  content: "\f015";
}

.icon-file-alt:before {
  content: "\f016";
}

.icon-time:before {
  content: "\f017";
}

.icon-road:before {
  content: "\f018";
}

.icon-download-alt:before {
  content: "\f019";
}

.icon-download:before {
  content: "\f01a";
}

.icon-upload:before {
  content: "\f01b";
}

.icon-inbox:before {
  content: "\f01c";
}

.icon-play-circle:before {
  content: "\f01d";
}

.icon-rotate-right:before,
.icon-repeat:before {
  content: "\f01e";
}

.icon-refresh:before {
  content: "\f021";
}

.icon-list-alt:before {
  content: "\f022";
}

.icon-lock:before {
  content: "\f023";
}

.icon-flag:before {
  content: "\f024";
}

.icon-headphones:before {
  content: "\f025";
}

.icon-volume-off:before {
  content: "\f026";
}

.icon-volume-down:before {
  content: "\f027";
}

.icon-volume-up:before {
  content: "\f028";
}

.icon-qrcode:before {
  content: "\f029";
}

.icon-barcode:before {
  content: "\f02a";
}

.icon-tag:before {
  content: "\f02b";
}

.icon-tags:before {
  content: "\f02c";
}

.icon-book:before {
  content: "\f02d";
}

.icon-bookmark:before {
  content: "\f02e";
}

.icon-print:before {
  content: "\f02f";
}

.icon-camera:before {
  content: "\f030";
}

.icon-font:before {
  content: "\f031";
}

.icon-bold:before {
  content: "\f032";
}

.icon-italic:before {
  content: "\f033";
}

.icon-text-height:before {
  content: "\f034";
}

.icon-text-width:before {
  content: "\f035";
}

.icon-align-left:before {
  content: "\f036";
}

.icon-align-center:before {
  content: "\f037";
}

.icon-align-right:before {
  content: "\f038";
}

.icon-align-justify:before {
  content: "\f039";
}

.icon-list:before {
  content: "\f03a";
}

.icon-indent-left:before {
  content: "\f03b";
}

.icon-indent-right:before {
  content: "\f03c";
}

.icon-facetime-video:before {
  content: "\f03d";
}

.icon-picture:before {
  content: "\f03e";
}

.icon-pencil:before {
  content: "\f040";
}

.icon-map-marker:before {
  content: "\f041";
}

.icon-adjust:before {
  content: "\f042";
}

.icon-tint:before {
  content: "\f043";
}

.icon-edit:before {
  content: "\f044";
}

.icon-share:before {
  content: "\f045";
}

.icon-check:before {
  content: "\f046";
}

.icon-move:before {
  content: "\f047";
}

.icon-step-backward:before {
  content: "\f048";
}

.icon-fast-backward:before {
  content: "\f049";
}

.icon-backward:before {
  content: "\f04a";
}

.icon-play:before {
  content: "\f04b";
}

.icon-pause:before {
  content: "\f04c";
}

.icon-stop:before {
  content: "\f04d";
}

.icon-forward:before {
  content: "\f04e";
}

.icon-fast-forward:before {
  content: "\f050";
}

.icon-step-forward:before {
  content: "\f051";
}

.icon-eject:before {
  content: "\f052";
}

.icon-chevron-left:before {
  content: "\f053";
}

.icon-chevron-right:before {
  content: "\f054";
}

.icon-plus-sign:before {
  content: "\f055";
}

.icon-minus-sign:before {
  content: "\f056";
}

.icon-remove-sign:before {
  content: "\f057";
}

.icon-ok-sign:before {
  content: "\f058";
}

.icon-question-sign:before {
  content: "\f059";
}

.icon-info-sign:before {
  content: "\f05a";
}

.icon-screenshot:before {
  content: "\f05b";
}

.icon-remove-circle:before {
  content: "\f05c";
}

.icon-ok-circle:before {
  content: "\f05d";
}

.icon-ban-circle:before {
  content: "\f05e";
}

.icon-arrow-left:before {
  content: "\f060";
}

.icon-arrow-right:before {
  content: "\f061";
}

.icon-arrow-up:before {
  content: "\f062";
}

.icon-arrow-down:before {
  content: "\f063";
}

.icon-mail-forward:before,
.icon-share-alt:before {
  content: "\f064";
}

.icon-resize-full:before {
  content: "\f065";
}

.icon-resize-small:before {
  content: "\f066";
}

.icon-plus:before {
  content: "\f067";
}

.icon-minus:before {
  content: "\f068";
}

.icon-asterisk:before {
  content: "\f069";
}

.icon-exclamation-sign:before {
  content: "\f06a";
}

.icon-gift:before {
  content: "\f06b";
}

.icon-leaf:before {
  content: "\f06c";
}

.icon-fire:before {
  content: "\f06d";
}

.icon-eye-open:before {
  content: "\f06e";
}

.icon-eye-close:before {
  content: "\f070";
}

.icon-warning-sign:before {
  content: "\f071";
}

.icon-plane:before {
  content: "\f072";
}

.icon-calendar:before {
  content: "\f073";
}

.icon-random:before {
  content: "\f074";
}

.icon-comment:before {
  content: "\f075";
}

.icon-magnet:before {
  content: "\f076";
}

.icon-chevron-up:before {
  content: "\f077";
}

.icon-chevron-down:before {
  content: "\f078";
}

.icon-retweet:before {
  content: "\f079";
}

.icon-shopping-cart:before {
  content: "\f07a";
}

.icon-folder-close:before {
  content: "\f07b";
}

.icon-folder-open:before {
  content: "\f07c";
}

.icon-resize-vertical:before {
  content: "\f07d";
}

.icon-resize-horizontal:before {
  content: "\f07e";
}

.icon-bar-chart:before {
  content: "\f080";
}

.icon-twitter-sign:before {
  content: "\f081";
}

.icon-facebook-sign:before {
  content: "\f082";
}

.icon-camera-retro:before {
  content: "\f083";
}

.icon-key:before {
  content: "\f084";
}

.icon-gears:before,
.icon-cogs:before {
  content: "\f085";
}

.icon-comments:before {
  content: "\f086";
}

.icon-thumbs-up-alt:before {
  content: "\f087";
}

.icon-thumbs-down-alt:before {
  content: "\f088";
}

.icon-star-half:before {
  content: "\f089";
}

.icon-heart-empty:before {
  content: "\f08a";
}

.icon-signout:before {
  content: "\f08b";
}

.icon-linkedin-sign:before {
  content: "\f08c";
}

.icon-pushpin:before {
  content: "\f08d";
}

.icon-external-link:before {
  content: "\f08e";
}

.icon-signin:before {
  content: "\f090";
}

.icon-trophy:before {
  content: "\f091";
}

.icon-github-sign:before {
  content: "\f092";
}

.icon-upload-alt:before {
  content: "\f093";
}

.icon-lemon:before {
  content: "\f094";
}

.icon-phone:before {
  content: "\f095";
}

.icon-unchecked:before,
.icon-check-empty:before {
  content: "\f096";
}

.icon-bookmark-empty:before {
  content: "\f097";
}

.icon-phone-sign:before {
  content: "\f098";
}

.icon-twitter:before {
  content: "\f099";
}

.icon-facebook:before {
  content: "\f09a";
}

.icon-github:before {
  content: "\f09b";
}

.icon-unlock:before {
  content: "\f09c";
}

.icon-credit-card:before {
  content: "\f09d";
}

.icon-rss:before {
  content: "\f09e";
}

.icon-hdd:before {
  content: "\f0a0";
}

.icon-bullhorn:before {
  content: "\f0a1";
}

.icon-bell:before {
  content: "\f0a2";
}

.icon-certificate:before {
  content: "\f0a3";
}

.icon-hand-right:before {
  content: "\f0a4";
}

.icon-hand-left:before {
  content: "\f0a5";
}

.icon-hand-up:before {
  content: "\f0a6";
}

.icon-hand-down:before {
  content: "\f0a7";
}

.icon-circle-arrow-left:before {
  content: "\f0a8";
}

.icon-circle-arrow-right:before {
  content: "\f0a9";
}

.icon-circle-arrow-up:before {
  content: "\f0aa";
}

.icon-circle-arrow-down:before {
  content: "\f0ab";
}

.icon-globe:before {
  content: "\f0ac";
}

.icon-wrench:before {
  content: "\f0ad";
}

.icon-tasks:before {
  content: "\f0ae";
}

.icon-filter:before {
  content: "\f0b0";
}

.icon-briefcase:before {
  content: "\f0b1";
}

.icon-fullscreen:before {
  content: "\f0b2";
}

.icon-group:before {
  content: "\f0c0";
}

.icon-link:before {
  content: "\f0c1";
}

.icon-cloud:before {
  content: "\f0c2";
}

.icon-beaker:before {
  content: "\f0c3";
}

.icon-cut:before {
  content: "\f0c4";
}

.icon-copy:before {
  content: "\f0c5";
}

.icon-paperclip:before,
.icon-paper-clip:before {
  content: "\f0c6";
}

.icon-save:before {
  content: "\f0c7";
}

.icon-sign-blank:before {
  content: "\f0c8";
}

.icon-reorder:before {
  content: "\f0c9";
}

.icon-list-ul:before {
  content: "\f0ca";
}

.icon-list-ol:before {
  content: "\f0cb";
}

.icon-strikethrough:before {
  content: "\f0cc";
}

.icon-underline:before {
  content: "\f0cd";
}

.icon-table:before {
  content: "\f0ce";
}

.icon-magic:before {
  content: "\f0d0";
}

.icon-truck:before {
  content: "\f0d1";
}

.icon-pinterest:before {
  content: "\f0d2";
}

.icon-pinterest-sign:before {
  content: "\f0d3";
}

.icon-google-plus-sign:before {
  content: "\f0d4";
}

.icon-google-plus:before {
  content: "\f0d5";
}

.icon-money:before {
  content: "\f0d6";
}

.icon-caret-down:before {
  content: "\f0d7";
}

.icon-caret-up:before {
  content: "\f0d8";
}

.icon-caret-left:before {
  content: "\f0d9";
}

.icon-caret-right:before {
  content: "\f0da";
}

.icon-columns:before {
  content: "\f0db";
}

.icon-sort:before {
  content: "\f0dc";
}

.icon-sort-down:before {
  content: "\f0dd";
}

.icon-sort-up:before {
  content: "\f0de";
}

.icon-envelope:before {
  content: "\f0e0";
}

.icon-linkedin:before {
  content: "\f0e1";
}

.icon-rotate-left:before,
.icon-undo:before {
  content: "\f0e2";
}

.icon-legal:before {
  content: "\f0e3";
}

.icon-dashboard:before {
  content: "\f0e4";
}

.icon-comment-alt:before {
  content: "\f0e5";
}

.icon-comments-alt:before {
  content: "\f0e6";
}

.icon-bolt:before {
  content: "\f0e7";
}

.icon-sitemap:before {
  content: "\f0e8";
}

.icon-umbrella:before {
  content: "\f0e9";
}

.icon-paste:before {
  content: "\f0ea";
}

.icon-lightbulb:before {
  content: "\f0eb";
}

.icon-exchange:before {
  content: "\f0ec";
}

.icon-cloud-download:before {
  content: "\f0ed";
}

.icon-cloud-upload:before {
  content: "\f0ee";
}

.icon-user-md:before {
  content: "\f0f0";
}

.icon-stethoscope:before {
  content: "\f0f1";
}

.icon-suitcase:before {
  content: "\f0f2";
}

.icon-bell-alt:before {
  content: "\f0f3";
}

.icon-coffee:before {
  content: "\f0f4";
}

.icon-food:before {
  content: "\f0f5";
}

.icon-file-text-alt:before {
  content: "\f0f6";
}

.icon-building:before {
  content: "\f0f7";
}

.icon-hospital:before {
  content: "\f0f8";
}

.icon-ambulance:before {
  content: "\f0f9";
}

.icon-medkit:before {
  content: "\f0fa";
}

.icon-fighter-jet:before {
  content: "\f0fb";
}

.icon-beer:before {
  content: "\f0fc";
}

.icon-h-sign:before {
  content: "\f0fd";
}

.icon-plus-sign-alt:before {
  content: "\f0fe";
}

.icon-double-angle-left:before {
  content: "\f100";
}

.icon-double-angle-right:before {
  content: "\f101";
}

.icon-double-angle-up:before {
  content: "\f102";
}

.icon-double-angle-down:before {
  content: "\f103";
}

.icon-angle-left:before {
  content: "\f104";
}

.icon-angle-right:before {
  content: "\f105";
}

.icon-angle-up:before {
  content: "\f106";
}

.icon-angle-down:before {
  content: "\f107";
}

.icon-desktop:before {
  content: "\f108";
}

.icon-laptop:before {
  content: "\f109";
}

.icon-tablet:before {
  content: "\f10a";
}

.icon-mobile-phone:before {
  content: "\f10b";
}

.icon-circle-blank:before {
  content: "\f10c";
}

.icon-quote-left:before {
  content: "\f10d";
}

.icon-quote-right:before {
  content: "\f10e";
}

.icon-spinner:before {
  content: "\f110";
}

.icon-circle:before {
  content: "\f111";
}

.icon-mail-reply:before,
.icon-reply:before {
  content: "\f112";
}

.icon-github-alt:before {
  content: "\f113";
}

.icon-folder-close-alt:before {
  content: "\f114";
}

.icon-folder-open-alt:before {
  content: "\f115";
}

.icon-expand-alt:before {
  content: "\f116";
}

.icon-collapse-alt:before {
  content: "\f117";
}

.icon-smile:before {
  content: "\f118";
}

.icon-frown:before {
  content: "\f119";
}

.icon-meh:before {
  content: "\f11a";
}

.icon-gamepad:before {
  content: "\f11b";
}

.icon-keyboard:before {
  content: "\f11c";
}

.icon-flag-alt:before {
  content: "\f11d";
}

.icon-flag-checkered:before {
  content: "\f11e";
}

.icon-terminal:before {
  content: "\f120";
}

.icon-code:before {
  content: "\f121";
}

.icon-reply-all:before {
  content: "\f122";
}

.icon-mail-reply-all:before {
  content: "\f122";
}

.icon-star-half-full:before,
.icon-star-half-empty:before {
  content: "\f123";
}

.icon-location-arrow:before {
  content: "\f124";
}

.icon-crop:before {
  content: "\f125";
}

.icon-code-fork:before {
  content: "\f126";
}

.icon-unlink:before {
  content: "\f127";
}

.icon-question:before {
  content: "\f128";
}

.icon-info:before {
  content: "\f129";
}

.icon-exclamation:before {
  content: "\f12a";
}

.icon-superscript:before {
  content: "\f12b";
}

.icon-subscript:before {
  content: "\f12c";
}

.icon-eraser:before {
  content: "\f12d";
}

.icon-puzzle-piece:before {
  content: "\f12e";
}

.icon-microphone:before {
  content: "\f130";
}

.icon-microphone-off:before {
  content: "\f131";
}

.icon-shield:before {
  content: "\f132";
}

.icon-calendar-empty:before {
  content: "\f133";
}

.icon-fire-extinguisher:before {
  content: "\f134";
}

.icon-rocket:before {
  content: "\f135";
}

.icon-maxcdn:before {
  content: "\f136";
}

.icon-chevron-sign-left:before {
  content: "\f137";
}

.icon-chevron-sign-right:before {
  content: "\f138";
}

.icon-chevron-sign-up:before {
  content: "\f139";
}

.icon-chevron-sign-down:before {
  content: "\f13a";
}

.icon-html5:before {
  content: "\f13b";
}

.icon-css3:before {
  content: "\f13c";
}

.icon-anchor:before {
  content: "\f13d";
}

.icon-unlock-alt:before {
  content: "\f13e";
}

.icon-bullseye:before {
  content: "\f140";
}

.icon-ellipsis-horizontal:before {
  content: "\f141";
}

.icon-ellipsis-vertical:before {
  content: "\f142";
}

.icon-rss-sign:before {
  content: "\f143";
}

.icon-play-sign:before {
  content: "\f144";
}

.icon-ticket:before {
  content: "\f145";
}

.icon-minus-sign-alt:before {
  content: "\f146";
}

.icon-check-minus:before {
  content: "\f147";
}

.icon-level-up:before {
  content: "\f148";
}

.icon-level-down:before {
  content: "\f149";
}

.icon-check-sign:before {
  content: "\f14a";
}

.icon-edit-sign:before {
  content: "\f14b";
}

.icon-external-link-sign:before {
  content: "\f14c";
}

.icon-share-sign:before {
  content: "\f14d";
}

.icon-compass:before {
  content: "\f14e";
}

.icon-collapse:before {
  content: "\f150";
}

.icon-collapse-top:before {
  content: "\f151";
}

.icon-expand:before {
  content: "\f152";
}

.icon-euro:before,
.icon-eur:before {
  content: "\f153";
}

.icon-gbp:before {
  content: "\f154";
}

.icon-dollar:before,
.icon-usd:before {
  content: "\f155";
}

.icon-rupee:before,
.icon-inr:before {
  content: "\f156";
}

.icon-yen:before,
.icon-jpy:before {
  content: "\f157";
}

.icon-renminbi:before,
.icon-cny:before {
  content: "\f158";
}

.icon-won:before,
.icon-krw:before {
  content: "\f159";
}

.icon-bitcoin:before,
.icon-btc:before {
  content: "\f15a";
}

.icon-file:before {
  content: "\f15b";
}

.icon-file-text:before {
  content: "\f15c";
}

.icon-sort-by-alphabet:before {
  content: "\f15d";
}

.icon-sort-by-alphabet-alt:before {
  content: "\f15e";
}

.icon-sort-by-attributes:before {
  content: "\f160";
}

.icon-sort-by-attributes-alt:before {
  content: "\f161";
}

.icon-sort-by-order:before {
  content: "\f162";
}

.icon-sort-by-order-alt:before {
  content: "\f163";
}

.icon-thumbs-up:before {
  content: "\f164";
}

.icon-thumbs-down:before {
  content: "\f165";
}

.icon-youtube-sign:before {
  content: "\f166";
}

.icon-youtube:before {
  content: "\f167";
}

.icon-xing:before {
  content: "\f168";
}

.icon-xing-sign:before {
  content: "\f169";
}

.icon-youtube-play:before {
  content: "\f16a";
}

.icon-dropbox:before {
  content: "\f16b";
}

.icon-stackexchange:before {
  content: "\f16c";
}

.icon-instagram:before {
  content: "\f16d";
}

.icon-flickr:before {
  content: "\f16e";
}

.icon-adn:before {
  content: "\f170";
}

.icon-bitbucket:before {
  content: "\f171";
}

.icon-bitbucket-sign:before {
  content: "\f172";
}

.icon-tumblr:before {
  content: "\f173";
}

.icon-tumblr-sign:before {
  content: "\f174";
}

.icon-long-arrow-down:before {
  content: "\f175";
}

.icon-long-arrow-up:before {
  content: "\f176";
}

.icon-long-arrow-left:before {
  content: "\f177";
}

.icon-long-arrow-right:before {
  content: "\f178";
}

.icon-apple:before {
  content: "\f179";
}

.icon-windows:before {
  content: "\f17a";
}

.icon-android:before {
  content: "\f17b";
}

.icon-linux:before {
  content: "\f17c";
}

.icon-dribbble:before {
  content: "\f17d";
}

.icon-skype:before {
  content: "\f17e";
}

.icon-foursquare:before {
  content: "\f180";
}

.icon-trello:before {
  content: "\f181";
}

.icon-female:before {
  content: "\f182";
}

.icon-male:before {
  content: "\f183";
}

.icon-gittip:before {
  content: "\f184";
}

.icon-sun:before {
  content: "\f185";
}

.icon-moon:before {
  content: "\f186";
}

.icon-archive:before {
  content: "\f187";
}

.icon-bug:before {
  content: "\f188";
}

.icon-vk:before {
  content: "\f189";
}

.icon-weibo:before {
  content: "\f18a";
}

.icon-renren:before {
  content: "\f18b";
}

.sky-tabs>label [class^="icon-"] {
  display: block;
  float: left;
  width: 18px;
  margin: 0 12px 0 -6px;
  font-family: FontAwesome;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  -webkit-font-smoothing: antialiased;
}


/**/
/* pad */
/**/
@media screen and (max-width: 1000px) {
  .sky-tabs>label span span {
    padding: 0 15px;
  }

  .sky-tabs>label [class^="icon-"] {
    margin-right: 10px;
    margin-left: -5px;
  }
}


/**/
/* phone */
/**/
@media screen and (max-width: 767px) {

  .sky-tabs .grid-col,
  .sky-tabs .grid-col:first-child {
    float: none;
    width: 100%;
    margin: 20px 0 0 0;
  }

  .sky-tabs-response-to-stack>label {
    display: block;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    text-align: left;
  }

  .sky-tabs-response-to-stack>ul {
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
  }

  .sky-tabs-response-to-stack>ul>li {
    -o-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    -moz-transform-origin: 50% 0%;
    -webkit-transform-origin: 50% 0%;
  }

  .sky-tabs-response-to-stack.sky-tabs-anim-flip>ul>li {
    -webkit-transform: rotateX(-90deg);
  }

  .sky-tabs-response-to-icons>label {
    font-size: 18px;
  }

  .sky-tabs-response-to-icons>label [class^="icon-"] {
    width: 45px;
    margin: 0;
    font-size: 16px;
  }

  .sky-tabs-response-to-icons>label span span {
    padding: 0;
  }

  .sky-tabs-response-to-icons.sky-tabs-pos-left>label,
  .sky-tabs-response-to-icons.sky-tabs-pos-right>label {
    width: 56px;
  }

  .sky-tabs-response-to-icons.sky-tabs-pos-left>ul {
    margin-left: 56px;
  }

  .sky-tabs-response-to-icons.sky-tabs-pos-right>ul {
    margin-right: 56px;
  }

  .sky-tabs-response-to-switcher>label {
    display: none;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    text-align: left;
  }

  .sky-tabs-response-to-switcher>.switcher {
    display: block;
  }

  .sky-tabs-response-to-switcher:hover>label {
    display: block;
  }

  .sky-tabs-response-to-switcher:hover>.switcher {
    display: none;
  }

  .sky-tabs-response-to-switcher>ul {
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
  }

  .sky-tabs-response-to-switcher>ul>li {
    -o-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    -moz-transform-origin: 50% 0%;
    -webkit-transform-origin: 50% 0%;
  }

  .sky-tabs-response-to-switcher.sky-tabs-anim-flip>ul>li {
    -webkit-transform: rotateX(-90deg);
  }
}

.tabf {
  float: left;
  margin: 20px;
}

/*tbs*/


/*********************************************************************


                                FOOTER


**********************************************************************/
#footer {
  background: #055440;
  padding: 30px 0 0 0;
  font-size: 12px;
  color: #999;
}

#footer a {
  color: #ccc;
}

#footer a:hover {
  color: #fff;
}

#footer h3.widget-title {
  font-size: 15px;
  font-size: 1.0rem;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 20px;
}

.widget-body p {
  color: white;
}

#underfooter {
  background: #034434;
  padding: 15px 0;
  color: #777;
  font-size: 12px;
}

#underfooter a {
  color: #aaa;
}

#underfooter a:hover {
  color: #fff;
}

#underfooter p {
  margin: 0;
}

.follow-me-icons {
  font-size: 30px;
}

.follow-me-icons i {
  float: left;
  margin: 0 10px 0 0;
}



.tabs-container {
  position: relative;
  background: #055440;
  width: 175px;
  height: 106vh;
  float: left;
  z-index: 20;

}

/* tabs names */
.tabs-container label {
  position: relative;
  padding: 10px;
  border-bottom: 1px solid rgb(247 244 244 / 91%);
  display: block;
  font-size: 19px;
  color: #fff;
  cursor: pointer;
  user-select: none;
  text-align: center;
}

/* Hover effect on tabs names */
.tabs-container label:hover {
  background: rgba(0, 0, 0, 0.2);

}

/* Content area for tabs */
section.tab-content h2 {
  color: #055440;
}

.green-color {
  color: #055440;
}

.tab-content {
  position: relative;
  background: #eee;
  width: calc(95% - 120px);
  min-height: 100vh;
  padding: 15px;
  float: left;
  box-sizing: border-box;
  z-index: 19;
  display: none;
}

.tab-content:after {
  content: "";
  clear: both;

}

/* Hide input radio from users */
input[name="tab"] {
  display: none;
}

/* Show tab when input checked */
input[name="tab"]:checked+.tab-content {
  display: block;
  animation: slide 0.5s forwards;

}

/* Slide animation for tab contents */
@keyframes slide {
  from {
    left: -100%;
    opacity: 0;
  }

  to {
    left: 0;
    opacity: 1;
  }

}

.be-journey {
  float: left !important;
  width: 50%;
}

* {
  box-sizing: border-box;
}

.column {
  float: left;
  width: 33.33%;
  padding: 5px;
}

/* Clearfix (clear floats) */
.row1::after {
  content: "";
  clear: both;
  display: table;
}

.column1 {
  float: left;
  width: 24.33%;
  padding: 5px;
}

.item {
  width: 200px;
  text-align: center;
  display: block;
  background-color: transparent;
  border: 1px solid transparent;
  margin-right: 10px;
  margin-bottom: 1px;
  float: left;
}

#index-gallery {
  width: 465px;

}

/* ******************************************************
	Videos
*********************************************************/



.video-testimonial-block {
  position: relative;
  width: auto;
  height: 306px;
  overflow: hidden;
  margin-bottom: 30px;
}

.video-testimonial-block .video-thumbnail {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
  background-size: cover;
  top: 0;
  left: 0;
}

.video-testimonial-block .video {}

.video-testimonial-block .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0px;
}

.video-testimonial-block .video-play {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  margin-left: -40px;
  margin-top: -18px;
  text-decoration: none;
}

.video-testimonial-block .video-play::before {
  content: "\f144";
  font: normal normal normal 14px/1;
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 900;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 50px;
  color: #b3b5bc;
}

.video-testimonial-block .video-play:hover::before {
  color: #172651;
}

.mb10 {
  margin-bottom: 10px;
  text-align: center;
}


/* ******************************************************
	WhatsApp 
*********************************************************/


.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}


.float1 {
  position: fixed;
  width: 60px;
  height: 36px;
  bottom: 50px;
  right: 40px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 15px !important;
  box-shadow: 2px 2px 3px #999;
  z-index: 1000;
  text-decoration: none !important;
}


.my-float {
  margin-top: 16px;
  color: #155804;
}

/* ******************************************************
	Script Top
*********************************************************/

.ScriptTop {
  background: #fff none repeat scroll 0 0;
  float: left;
  font-size: 0.69em;
  font-weight: 600;
  line-height: 2.2;
  padding: 12px 0;
  text-transform: uppercase;
  width: 100%;

}

/* To Navigation Style 1*/
.ScriptTop ul {
  margin: 24px 0;
  padding: 0;
  text-align: left;
}

.ScriptTop li {
  list-style: none;
  display: inline-block;
}

.ScriptTop li a {
  background: #6a4aed none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  padding: 5px 18px;
  text-decoration: none;
  text-transform: capitalize;
}

.ScriptTop li a:hover {
  background: #000;
  color: #fff;
}


/* ******************************************************
	Script Header
*********************************************************/

.ScriptHeader {
  float: left;
  width: 100%;
  padding: 2em 0;
}

.rt-heading {
  margin: 0 auto;
  text-align: center;
}

.Scriptcontent {
  line-height: 28px;
}

.ScriptHeader h1 {
  font-family: "brandon-grotesque", "Brandon Grotesque", "Source Sans Pro", "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  color: #6a4aed;
  font-size: 26px;
  font-weight: 700;
  margin: 0;
  line-height: normal;

}

.ScriptHeader h2 {
  color: #312c8f;
  font-size: 20px;
  font-weight: 400;
  margin: 5px 0 0;
  line-height: normal;

}

.ScriptHeader h1 span {
  display: block;
  padding: 0;
  font-size: 22px;
  opacity: 0.7;
  margin-top: 5px;

}

.ScriptHeader span {
  display: block;
  padding: 0;
  font-size: 22px;
  opacity: 0.7;
  margin-top: 5px;
}




/* ******************************************************
	Live Demo
*********************************************************/
.container2 {
  position: relative;
  max-width: 500px;
  margin: 0 auto;
  float: left;
}

.container2 img {
  vertical-align: middle;
  padding: 20px;
}

.container2 .content1 {
  position: absolute;
  bottom: 0;
  background: rgb(0, 0, 0);
  background: rgb(4 112 78 / 57%);
  color: #fff;
  width: 82%;
  padding: 5px;
}

.content1 h1 {
  color: white;
  font-size: 20px;
}

.content1:hover {
  background-color: #055440;
}

/* ******************************************************
	g-slider Demo
*********************************************************/

.section-medium {
  padding: 30px 0px;
}

.testimonial-four blockquote:hover::after,
.section-arrow-primary-color.section-arrow--bottom-center:after {
  border-right-color: #055440;
}

.section-arrow-primary-color.section-arrow--bottom-center:after {
  background-color: #055440;
  border-right-color: #055440;
  border-bottom-color: #055440;
}

.section-arrow--bottom-center:after {
  z-index: 1;
  position: absolute;
  left: 50%;
  margin-left: -15px;
  content: "";
  position: absolute;
  bottom: 13px;
  width: 30px;
  height: 30px;
  border-right: 1px solid #055440;
  border-bottom: 1px solid #055440;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #055440;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6 {
  color: white !important;
}

/*.section-title {
    font-size: 32px;
    font-weight: 600;
    margin-top: 0.45em;
    margin-bottom: 0.35em;
    color: #303133;
    font-family: Poppins;
    letter-spacing: -0.02em;
}*/
.section-sub-title {
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 400;
  font-family: Poppins;
  text-align: center;
}

.section-arrow-primary-color.section-arrow--bottom-center:after {
  border-bottom-color: #055440;
}

.section-arrow-primary-color.section-arrow--bottom-center:after {
  background-color: #055440;
}

.special-heading.line span:before,
.special-heading.line span:after,
.footer.footer-minimal,
.t-bordered {
  border-top-color: #055440;
}

.t-bordered {
  border-top: 1px solid #055440;
}

.section-primary {
  padding: 10px 0px;
}

section {
  position: relative;
}



.testimonial-two {
  padding: 20px;
  border: 2px solid #0cb4ce;
  border-radius: 2px;
}


.testimonial-two blockquote p:before {
  font-family: 'Playfair Display';
  font-size: 54px;
  color: #0cb4ce;
  font-weight: 900;
  left: 10px;
  color: #FFF;
  content: "“";
  font-style: normal;
  line-height: 1;
  position: absolute;
  top: 5px;
  font-size: 45px;
}

.testimonial-two blockquote p:after {
  font-family: 'Playfair Display';
  font-size: 54px;
  color: #0cb4ce;
  content: "”";
  font-size: 80px;
  font-style: normal;
  line-height: 1;
  position: absolute;
  bottom: -0.5em;
  right: 10px;
  font-weight: 900;
  transform: scaleY(-1);
  font-size: 45px;
  bottom: -5px;
}


.testimonial-two blockquote {
  padding: 15px 15px 15px 48px;
  position: relative;
}

.testimonial-two blockquote p:before,
.testimonial-two blockquote p:after {
  color: #0cb4ce;
  font-weight: 900;
}

.testimonial-two blockquote p {
  font-size: inherit;
  font-weight: inherit;
}

.testimonial-two .testimonial-author p {
  color: #999;
  margin: 0 0 0 25px;
  text-align: left;
}

.testimonial-two .testimonial-author strong {
  display: block;
  padding-top: 10px;
  margin-bottom: -2px;
  font-weight: 500;
  font-size: 14px;
  color: #444;
}

.testimonial-two .testimonial-author span {
  color: #666;
  display: block;
  font-size: 12px;
}

.testimonial-two .testimonial-author .testimonial-author-thumbnail {
  float: left;
  margin-right: 15px;
  width: auto;
}

.testimonial-two .testimonial-author img {
  max-width: 55px;
}

.testimonial-two .testimonial-author {
  margin-left: 12px;
  margin-bottom: 15px;
}


.testimonial-two .owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 0px;
}

.testimonial-two .owl-theme .owl-dots {
  text-align: left;
  margin-left: 50px;
}

.testimonial-two .owl-carousel .owl-dots .owl-dot.active span,
.testimonial-two .owl-carousel .owl-dots .owl-dot:hover span {
  border-color: #0cb4ce;
}

.testimonial-two .owl-carousel .owl-dots .owl-dot.active span:before,
.testimonial-two .owl-carousel .owl-dots .owl-dot:hover span:before {
  background-color: #0cb4ce;
}




.testimonial-three .testimonial-image {
  float: left;
  margin: 0 20px 0 0;
  width: 80px;
  height: 80px;
  border-radius: 100px;
  overflow: hidden;
}

.testimonial-three .testimonial-content {
  overflow: hidden;
}

.testimonial-three .testimonial-meta {
  position: relative;
  overflow: hidden;
  margin-left: 100px;
}


.testimonial-three .testimonial-name {
  display: block;
}


.testimonial-three .testimonial-three-col {
  padding-bottom: 35px;
}

.testimonial-three .testimonial-three-col {
  border-right-style: dashed;
  border-right-width: 1px;
  border-bottom-style: dashed;
  border-bottom-width: 1px;
  border-right-color: #055440;
  border-bottom-color: #055440;
  padding: 15px;
}

.testimonial-three .testimonial-three-col:hover {
  background-color: #f7f7f7;
}

.alternate-color .testimonial-three .testimonial-three-col:hover {
  background-color: white;
}

.testimonial-three.testimonial-three--col-two .testimonial-three-col:nth-child(2n) {
  border-right: none;
}

.testimonial-three.testimonial-three--col-two .testimonial-three-col:nth-last-child(-n+2),
.testimonial-three.testimonial-three--col-two .testimonial-three-col:last-child {
  border-bottom: none;
}

.testimonial-three.testimonial-three--col-three .testimonial-three-col:nth-child(3n) {
  border-right: none;
}

.testimonial-three.testimonial-three--col-three .testimonial-three-col:nth-last-child(-n+3),
.testimonial-three.testimonial-three--col-three .testimonial-three-col:nth-last-child(-n+2),
.testimonial-three.testimonial-three--col-three .testimonial-three-col:last-child {
  border-bottom: none;
}







.testimonial-four .testimonial-author .testimonial-author-thumbnail {
  float: left;
  margin-right: 15px;
  width: auto;
}

.testimonial-four .testimonial-author img {
  max-width: 55px;
}

.testimonial-four .testimonial-author strong {
  display: block;
  padding-top: 10px;
  margin-bottom: -2px;
  font-weight: 500;
  font-size: 14px;
  color: #444;
}

.testimonial-four .testimonial-author span {
  color: #666;
  display: block;
  font-size: 12px;
}

.testimonial-four blockquote {
  padding: 30px;
  width: 100%;
  border-radius: 4px;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 25px;
  border: 2px solid #eaeaea;
}

.testimonial-four blockquote::after {
  content: "";
  border-right: 2px solid #eaeaea;
  border-bottom: 2px solid #eaeaea;
  -webkit-transform: rotate(55deg);
  -moz-transform: rotate(55deg);
  -ms-transform: rotate(55deg);
  -o-transform: rotate(55deg);
  transform: rotate(55deg);
  position: absolute;
  left: 55px;
  bottom: -12px;
  width: 15px;
  height: 21px;
  overflow: hidden;
  background: white;
}

.testimonial-four .owl-theme .owl-nav.disabled+.owl-dots {
  position: absolute;
  float: right;
  text-align: right;
  right: 3px;
  bottom: 40px;
}

.testimonial-four .testimonial-author {
  position: relative;
  overflow: hidden;
}

.testimonial-four blockquote:hover::after {
  border-right: 2px solid #0cb4ce;
  border-bottom: 2px solid #0cb4ce;
}

.testimonial-four blockquote:hover {
  border: 2px solid #0cb4ce;
}





.testimonial-five blockquote p {
  font-weight: 400;
  font-size: 14.58px;
  line-height: 1.6;
  margin-bottom: 0;
}

.testimonial-five .testimonial-author .testimonial-author-thumbnail {
  float: left;
  margin-right: 15px;
  width: auto;
}

.testimonial-five .testimonial-author img {
  max-width: 55px;
}

.testimonial-five .testimonial-author strong {
  display: block;
  padding-top: 10px;
  margin-bottom: -2px;
  font-weight: 600;
  font-size: 13px;
}

.testimonial-five .testimonial-author span {
  color: #666;
  display: block;
  font-size: 12px;
}

.testimonial-five blockquote {
  padding: 32px 41px 37px;
  width: 100%;
  border-radius: 4px;
  position: relative;
  margin-bottom: 30px;
  border: 0px solid #eaeaea;
  background-color: #f7f7f7;
}

.testimonial-five blockquote::after {
  content: "";
  border-right: 0px solid #eaeaea;
  border-bottom: 0px solid #eaeaea;
  -webkit-transform: rotate(55deg);
  -moz-transform: rotate(55deg);
  -ms-transform: rotate(55deg);
  -o-transform: rotate(55deg);
  transform: rotate(55deg);
  position: absolute;
  left: 55px;
  bottom: -10px;
  width: 15px;
  height: 21px;
  overflow: hidden;
  background: #f7f7f7;
}

.testimonial-five.testimonial-light blockquote {
  background-color: white;
}

.testimonial-five.testimonial-light blockquote::after {
  background: white;
}


.testimonial-five .owl-theme .owl-nav.disabled+.owl-dots {
  position: absolute;
  float: right;
  text-align: right;
  right: 3px;
  bottom: 40px;
}

.testimonial-five .testimonial-author {
  position: relative;
  overflow: hidden;
}

.testimonial-five blockquote:before {
  content: "“";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 170px;
  color: rgba(189, 189, 189, 0.2);
  position: absolute;
  top: 10px;
  left: 20px;
}

img {
  max-width: 100%;
  height: auto;
}

/* ******************************************************
	Responsive Grids
*********************************************************/

.rt-container {
  margin: 0 auto;
  overflow: hidden;
}

.rt-row:before,
.rt-row:after {
  display: table;
  line-height: 0;
  content: "";
}

.rt-row:after {
  clear: both;
}

[class^="col-rt-"] {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;

  min-height: 1px;
  position: relative;
}


@media (min-width: 768px) {
  .rt-container {
    width: 750px;
  }

  [class^="col-rt-"] {
    float: left;
    width: 49.9999999999%;
  }

  .col-rt-6,
  .col-rt-12 {
    width: 100%;
  }

}

@media (min-width: 1200px) {
  .rt-container {
    width: 1170px;
  }

  .col-rt-1 {
    width: 16.6%;
  }

  .col-rt-2 {
    width: 30.33%;
  }

  .col-rt-3 {
    width: 50%;
  }

  .col-rt-4 {
    width: 67.664%;
  }

  .col-rt-5 {
    width: 83.33%;
  }


}

@media only screen and (min-width:240px) and (max-width: 768px) {

  .ScriptTop h1,
  .ScriptTop ul {
    text-align: center;
  }

  .ScriptTop h1 {
    margin-top: 0;
    margin-bottom: 15px;
  }

  .ScriptTop ul {
    margin-top: 12px;
  }

  .ScriptHeader h1,
  .ScriptHeader h2,
  .scriptnav ul {
    text-align: center;
  }

  .scriptnav ul {
    margin-top: 12px;
  }

  #float-right {
    float: none;
  }

  .tab-content {
    position: relative;
    background: #eee;
    width: calc(108% - 120px);
    min-height: 100vh;
    padding: 51px;
    float: left;
    box-sizing: border-box;
    z-index: 19;
    display: none;
  }

  .topspace {
    margin-top: 40px;
    padding: 12%;
  }

  .btn-lg {
    padding: 15px 23px;
    font-size: 12px;
    line-height: 1.33;
    font-weight: bold;
  }

  #head {
    width: 94%;
  }

  .navbar {
    width: 771px;
  }
}

/* Max page width
/////////////////////////////////////////////////////////////////////*/
@media (min-width: 1200px) {
  .container {
    max-width: 1080px;
  }
}



.modal-title img {
  height: 85px;
  padding-left: 43%;
  padding-right: 40%;
}

.modal-header .close {
  margin-top: -23%;
}

.btn-primary {
  color: #fff;
  background-color: #023e0f;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
  color: #fff;
  background-color: #035c0abf;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
  background-clip: padding-box;
  outline: 0;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}

.modal-header {
  border-bottom: 1px solid #3D1E19;
}

.modal-header .close {
  margin-top: -2px;
}

button.close {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
  filter: alpha(opacity=20);
}

h3.modal-title {
  font-size: 16px;
  text-align: center;
  color: #424242;
  font-weight: bold;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

.modal-body {
  position: relative;
  padding: 20px;
}

#popupModal .modal-dialog {
  width: 35%;
}

#popupModal button#submitf {
  background-color: #055440;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

#submitf {
  background-color: #023a2c;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #023a2c;
}

.input-group {
  position: relative;
  display: table;
  text-align: center;
  margin: 4px auto;
  width: 100%;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

form {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

form label {
  margin: 5px 10px 5px 0;
}

form input {
  margin: 5px 10px 5px 0;
  padding: 5px;
}

form button {
  padding: 8px 15px;
  font-size: 15px;
  background-color: rgb(21 88 4);
  border: 1px solid #ddd;
  color: white;
  cursor: pointer;
  font-weight: bolder;
  border-radius: 4px;
}

form button:hover {
  background-color: rgb(23 135 64);
}

@media (max-width: 800px) {
  form input {
    margin: 10px 0;
  }

  form {
    flex-direction: column;
    align-items: stretch;
  }
}

.wrapper {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.wrapper .box {
  background: #fff;
  width: calc(33% - 10px);
  padding: 25px;
  border-radius: 3px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
}

.wrapper .box i.quote {
  font-size: 20px;
  color: #17a2b8;
}

.wrapper .box .content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 10px;
}

.box .info .name {
  font-weight: 600;
  font-size: 17px;
}

.box .info .job {
  font-size: 16px;
  font-weight: 500;
  color: #000;
}

.box .info .stars {
  margin-top: 2px;
}

.box .info .stars i {
  color: #f5cc03;
}

.box .content .image {
  height: 75px;
  width: 75px;
  padding: 3px;
  background: #17a2b8;
  border-radius: 50%;
}

.content .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid #fff;
}

.box:hover .content .image img {
  border-color: #fff;
}

/** 06-march-2023 */
.float1 {
  width: 182px;
  font-size: 25px !important;
}

.background {
  width: 1284px !important;
  margin-left: -123px;
}

.topspace .text-center {
  font-size: 35.2px;
  color: #314A2A;
}

.topspace p {
  font-size: 16px;
  text-align: center;
  margin-top: 29px;
}

.row.about-picture .column {
  float: left;
  width: 25%;
  padding: 33px;
}

.col-1 img {
  width: 159px;
  margin-top: -10px;
}

.column.col-2 img {
  width: 187px;
}

.column.col-3 img {
  width: 100px;
  margin-top: -12px;
}

.column.col-4 img {
  width: 100px;
  margin-top: -17px;
  margin-left: -70px;
}

.row.about-picture {
  margin-left: 126px;
}

.background.rera {
  box-shadow: 0 13px 95px 0 rgb(58 97 53);
  text-align: center;
  background-color: #3a6135;
  margin-top: 38px;
  width: 101em !important;
  margin-left: -235px;
}

.background.rera h2 {
  color: #fff;
  font-style: oblique;
  font-weight: 700;
  padding: 11px;
}

#Specifications img.flower {
  width: 127px;
  margin-left: 318px;
}

div#Specifications .specific img {
  height: 350px;
}

.portfolio {
  background-color: #4d7048;
  width: 125em;
  margin-left: -205px;
  height: 126em;
}

.home #head .tagline {
  font-size: 22px;
}

.plans img.site-plan {
  width: 76% !important;
  height: 77% !important;
  margin-left: 125px;
}

.plans img.floor-plan {
  width: 83% !important;
  margin-left: 0;
}

.portfolio img {
  margin-top: 63px;
}

.plans h2 {
  margin-left: 117px;
  color: #fff;
  font-style: oblique;
  font-weight: 500;
}

.booking h2 {
  text-align: center;
  font-size: 50px;
  color: #fff;
  font-weight: 500;
  margin-top: 35px;
  font-style: italic;
}

.floor-booking .column {
  float: left;
  width: 50%;
  padding: 30px;
  margin-left: 167px;
  margin-top: -108px;
}

.floor-booking {
  display: flex;
}

.column2 h2 {
  margin-top: 66%;
  margin-left: -292px;
}

.column2 h3 {
  color: #fff;
}

.floor-plans {
  display: flex;
}

.slick-slide img {
  display: block;
  width: 98%;
  height: 450px;
  padding: 0 50px 0 50px;
}

.sample {
  margin-top: 79px;
}

.responsive {
  background-color: #242424;
  width: 90rem;
  height: 450px;
  margin-top: 56px;
  margin-left: -130px;
}

iframe {
  width: 100%;
  height: 455px;
  padding: 25px;
}

.home-contact form {
  background-color: #3a6135;
  width: 1520px;
  height: 124px;
  margin-top: -60px;
  margin-left: -235px;
}

form label {
  margin: 5px 10px 13px 22px;
  color: #fff;
  padding-left: 95px;
}

form input {
  margin: 5px 10px 5px 0;
  padding: 5px;
  border: 0px;
}

form button {
  margin-left: 43px;
}

.row.familiy {
  margin-top: 38px;
  text-align: center;
}

div#Amenities {
  margin-top: 61px;
}

.familiy h3 {
  font-size: 35px;
  font-weight: 600;
}

.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  width: 100%;
}

.card:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.card .container {
  padding: 2px 16px;
  background-color: #4d7048;
}

.thumbnails.recentworks.row.top {
  margin-top: 60px;
}

.card h4 {
  color: #fff;
  text-align: center;
}

.text-center {
  text-align: left;
  margin-left: 82px !important;
}

h1#logo {
  margin: 77px;
}

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.specific .column {
  position: relative;
  text-align: center;
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  text-shadow: 2px 4px 4px rgba(46, 91, 173, 0.6);
}

.card {
  background-color: #aa925f;
}

.thankyou span.call-us-box {
  font-size: 20px;
  margin-left: -36px;
  color: #136a33;
  font-weight: 600;
  margin-top: 62px;
}

.thankyou .text-center h5 {
  font-size: 22px;
  color: #136a33;
}

#locations .card h4 {
  border-bottom: 2px dotted #fff;
  text-align: left;
  font-weight: 500;
  margin-top: 19px;
}

#locations .loc-benefit {
  display: flex;
}

#locations .loc-benefit :nth-child(1) {
  float: left;
  width: 82%;
}

#locations .card .container {
  padding: 2px 16px;
  background-color: #4d7048;
  border: 10px solid #fff;
  height: 352px;
}

#About .text-center {
  text-align: center;
}

#Gallery span {
  margin-top: 41px;
}

.specific .card {
  height: 170px;
  background-color: #4d7048;
  padding: 28px;
}

.about-picture p {
  text-align: center;
  color: #3a6135;
  font-size: 17px;
  font-weight: 600;
  margin-top: 4px;
}

li.rera {
  margin-right: 184px !important;
}

.about-picture .col-4 p {
  margin-left: -183px;
  margin-top: 9px;
}

.about-picture .col-3 p {
  margin-left: -59px;
}

div#locations .col-md-3 {
  width: 50%;
}

#locations .col-sm-3 .card span {
  text-align: right;
  margin-left: 393px;
}

.grow {
  animation: grow 2s ease;
}

@keyframes grow {
  from {
    transform: scale(0);
  }

  to {
    transform: scale(1);
  }
}

.bounce-in-right {
  animation: bounce-in-right 2s ease;
}

@keyframes bounce-in-right {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }

  60% {
    opacity: 1;
    transform: translateX(-0px);
  }

  80% {
    transform: translateX(10px);
  }

  100% {
    transform: translateX(0);
  }
}

.roll-in {
  animation: roll-in 2s ease;
}

@keyframes roll-in {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg);
  }

  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
}

.fade-in-left {
  animation: fade-in-left 2s ease;
}

@keyframes fade-in-left {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.flip {
  backface-visibility: visible !important;
  animation: flip 2s ease;
}

@keyframes flip {
  0% {
    transform: perspective(400px) rotateY(0);
    animation-timing-function: ease-out;
  }

  40% {
    transform: perspective(400px) translateZ(150px) rotateY(170deg);
    animation-timing-function: ease-out;
  }

  50% {
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in;
  }

  80% {
    transform: perspective(400px) rotateY(360deg) scale(.95);
    animation-timing-function: ease-in;
  }

  100% {
    transform: perspective(400px) scale(1);
    animation-timing-function: ease-in;
  }
}

.fade-in-down {
  animation: fade-in-down 2s ease;
}

@keyframes fade-in-down {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}


@media (max-width: 1045px) {
  .wrapper .box {
    width: calc(50% - 10px);
    margin: 10px 0;
  }
}

@media (max-width: 702px) {
  .wrapper .box {
    width: 100%;
  }

  .modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
    box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
    background-clip: padding-box;
    outline: 0;
    width: 184%;
  }
}

@media only screen and (max-width: 500px) {
  #locations .card h4 {
    border-bottom: 2px dotted #fff;
    text-align: left;
    font-weight: 500;
    margin-top: 17px;
    font-size: 18px;
  }

  div#locations .col-md-3 {
    width: 376px;
    margin-left: -39px;
  }

  #locations .card .container {
    padding: 2px 16px;
    background-color: #4d7048;
    border: 10px solid #fff;
    height: 352px;
  }

  #locations .loc-benefit :nth-child(1) {
    width: 81%;
  }

  #locations .col-sm-3 .card span {
    text-align: right;
    margin-left: 238px;
  }

  .thankyou .text-center {
    text-align: center;
    margin-left: 29px;
  }

  .float1 {
    width: 225px;
    height: 60px;
    right: 17px;
  }

  .topbar-right-items {
    margin-right: 0px;
    padding: 0;
    width: 100%;
  }

  #head {
    width: 100%;
  }

  .topbar.light {
    background-color: #055440;
    width: 100%;
  }

  span.call-us-box {
    margin-left: -15px;
  }

  .navbar {
    width: 100%;
  }

  button#submitf {
    margin-top: 10px;
  }

  .wrapper .box {
    width: 100%;
  }

  .modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
    box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
    background-clip: padding-box;
    outline: 0;
    width: 184%;
  }

  .column2 h2 {
    margin-top: 10%;
  }

  .card {
    margin-top: 26px;
  }

  .toplist li {
    float: left;
    color: #fff;
    text-align: right;
    font-size: 17px;
    margin: 0px;
    padding: 0 5px 0 48px;
  }

  .background {
    width: 361px !important;
    margin-left: 0;
  }

  .background.rera {
    width: 24em !important;
    margin-left: 0;
  }

  #Specifications img.flower {
    margin-left: 0px;
  }

  .specific {
    display: grid;
  }

  .specific .column {
    width: 100%;
  }

  .floor-plans {
    display: grid;
  }

  .plans img.site-plan {
    width: 85% !important;
    margin-left: 7%;
  }

  .plans h2 {
    font-size: larger;
    font-weight: 500;
    text-align: left;
    margin-left: 38%;
  }

  .plans img.floor-plan {
    width: 87% !important;
    margin-left: 5%;
  }

  .booking h2 {
    margin-left: 0px;
    font-size: 25px;
  }

  .floor-booking {
    display: grid;
  }

  .floor-booking .column {
    width: 97%;
    margin-left: 3%;
  }

  .portfolio {
    width: 26em;
    height: 100em;
    margin-left: 10px;
  }

  .slick-slide img {
    display: block;
    width: 381px;
    height: 203px;
    margin-top: 0px;
    margin-left: 0px;
  }

  .slick-dots {
    display: none;
  }

  .familiy h2 {
    font-size: 30px;
    font-weight: 600;
    margin-left: 0px;
    width: 354px;
  }

  .responsive {
    background-color: #fff;
  }

  #head img.img-circle {
    margin-left: 39px;
  }

  .home-contact form {
    width: 26rem;
    height: 351px;
    margin-top: -102px;
    margin-left: -58px;
  }

  .responsive-video {
    background-color: #242424;
    width: 440px;
    height: 549px;
    margin-top: 56px;
    margin-left: -64px;
  }

  .responsive {
    background-color: #242424;
    height: 204px;
    width: 21rem;
    margin-top: 56px;
    background-size: cover;
    margin-left: -5px;
  }

  .ongoing-project {
    margin-top: -90px;
  }

  form input {
    margin: 5px 10px 6px 60px;
    padding: 5px;
    border: 0px;
  }

  form label {
    margin-left: -33px;
    margin-top: 13px;
  }

  form button {
    margin-left: -171px;
    width: 82px;
    margin-top: 75%;
  }

  #popupModal .modal-dialog {
    width: 47%;
    margin-left: 18px;
  }

  input.form-control {
    margin-left: 0px;
  }

  button#submitf {
    margin-left: 10px;
  }

  div#About .text-center {
    text-align: center;
    margin-top: -58px;
    margin-left: 32px;
    font-size: 20px;
    font-weight: 700;
  }

  .topspace p {
    font-size: 16px;
    text-align: center;
    margin-top: 29px;
    margin-left: 36px;
  }

  .background img {
    margin-top: -43px;
    width: 347px;
  }

  div#About {
    width: 92%;
  }

  .column.col-4 img {
    margin-top: 25px;
    margin-left: 28px;
  }

  .column.col-3 img {
    margin-top: 9px;
    margin-left: 30px;
  }

  .row.about-picture .column {
    padding: 33px;
    margin-left: -64px;
    margin-top: -63px;
    width: 100%;
  }

  .about-picture .col-4 p {
    margin-left: -18px;
    margin-top: 9px;
  }

  li.rera {
    margin-right: 43px !important;
    margin-left: 9px !important;
  }

  iframe {
    height: 201px;
    margin-left: 0px;
    width: 327px;
  }

  div#Specificationss .specific .column {
    width: 93%;
    margin-left: 14px;
  }

  div#Gallery {
    margin-top: -77px;
  }

  .about-picture .col-3 p {
    margin-left: -24px;
  }

  .row.about-picture {
    display: grid;
  }

  .sample {
    margin-top: 79px;
    width: 359px;
  }

  .flip {
    backface-visibility: visible !important;
    animation: flip 2s ease;
  }

  @keyframes flip {
    0% {
      transform: perspective(200px) rotateY(0);
      animation-timing-function: ease-out;
    }

    40% {
      transform: perspective(200px) translateZ(150px) rotateY(170deg);
      animation-timing-function: ease-out;
    }

    50% {
      transform: perspective(200px) translateZ(150px) rotateY(190deg) scale(1);
      animation-timing-function: ease-in;
    }

    80% {
      transform: perspective(200px) rotateY(360deg) scale(.95);
      animation-timing-function: ease-in;
    }

    100% {
      transform: perspective(200px) scale(1);
      animation-timing-function: ease-in;
    }
  }

}


@media only screen and (min-width: 600px) and (max-width: 950px) {
  .topbar-right-items {
    margin-right: -107px;
    padding: 0;
    width: 100%;
  }

  .toplist.toppadding li {
    font-size: 26px;
    margin-top: 19px;
  }

  form label {
    margin: 4px 10px -29px -56px;
    font-size: 26px;
  }

  form input {
    width: 92%;
    margin-left: 21px;
  }

  form button {
    margin-left: 25%;
    width: 45%;
    margin-top: 23px;
    margin-bottom: 15px;
  }

  .row.about-picture {
    margin-left: -26px;
    margin-right: -112px;
  }

  .float1 {
    width: 248px;
    height: 70px;
    right: 152px;
    background-color: #155804;
    color: #fff;
  }

  .background {
    width: 724px !important;
    margin-left: 0px;
    margin-top: -86px;
  }

  .home-contact form {
    display: grid;
    height: 485px;
    margin-top: -146px;
    width: 51rem;
    margin-left: -109px;
  }

  header#header {
    width: 821px;
  }

  .menu li {
    padding: 5px 3px;
  }

  .background.rera {
    width: 47em !important;
    margin-left: 0;
  }

  .floor-plans {
    display: grid;
  }

  .plans img.site-plan {
    width: 91% !important;
    height: 77% !important;
    margin-left: 32px;
  }

  .plans h2 {
    margin-left: 245px;
  }

  .plans img.floor-plan {
    width: 100% !important;
    margin-left: 10px;
  }

  .portfolio {
    width: 51em;
    margin-left: 0px;
    height: 160rem;
  }

  #popupModal .modal-dialog {
    width: 75%;
  }

  .input-group .form-control {
    margin-left: 10px;
  }

  button#submitf {
    margin-left: 8px;
  }

  .floor-booking {
    display: grid;
  }

  .portfolio img {
    width: 100%;
    margin-left: 0px;
  }

  .column2 h2 {
    margin-top: 7%;
    margin-left: -109px;
  }

  .floor-booking .column {
    width: 100%;
    margin-left: 0px;
  }

  iframe {
    margin-left: 0;
    width: 602px;
  }

  .col-sm-6 {
    width: 100%;
  }

  ul.slick-dots {
    display: none !important;
  }

  .responsive {
    background-color: #242424;
    width: 607px;
    height: 471px;
    margin-top: 56px;
    margin-left: 0;
  }

  div#Specifications .specific {
    display: grid;
  }

  .specific .column {
    width: 100%;
  }

  div#Specificationss .specific .column {
    width: 95%;
    margin-left: 16px;
  }

}


@media (max-width: 300px) {
  .wrapper .box {
    width: 100%;
  }

  .modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
    box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
    background-clip: padding-box;
    outline: 0;
    width: 260%;
    margin: -14px;
  }

  .toplist li {
    float: left;
    color: #fff;
    text-align: right;
    font-size: 17px;
    margin: 0px;
    padding: 0 5px 0 48px;
  }

  .tab-content {
    position: relative;
    background: #eee;
    width: calc(142% - 120px);
    min-height: 100vh;
    padding: 51px;
    float: left;
    box-sizing: border-box;
    z-index: 19;
    display: none;
  }
}



@media (min-width: 510px) and (max-width: 700px) {
  #head {
    width: 100%;
  }

  .navbar {
    width: 100%;
  }

  #About .text-center {
    text-align: center;
    margin-top: -81px;
    margin-left: 10px;
  }

  .row.about-picture {
    /* margin-left: 126px; */
    display: grid;
  }

  .about-picture p {
    margin-left: -294px;
  }

  .about-picture .col-3 p {
    margin-left: -277px;
  }

  .column.col-3 img {
    width: 157px;
    margin-top: -12px;
  }

  .about-picture .col-4 p {
    margin-left: -265px;
    margin-top: 9px;
  }

  .column.col-4 img {
    width: 120px;
    margin-top: -17px;
    margin-left: 19px;
    margin-top: 13px;
  }

  .background.rera {
    width: 37em !important;
    margin-left: 0px;
  }

  .specific {
    display: grid;
  }

  .specific .column {
    float: left;
    width: 100%;
    padding: 5px;
  }

  .floor-plans {
    display: grid;
  }

  .portfolio {
    width: 41em;
    margin-left: 0px;
    height: 156em;
  }

  iframe {
    width: 100%;
    height: 374px;
    padding: 25px;
  }

  .card.flip {
    margin-top: 30px;
  }

  .responsive {
    width: 36rem;
    height: 377px;
    margin-top: 56px;
    margin-left: -38px;
  }

  .slick-slide img {
    width: 100%;
    height: 378px;
  }

  ul.slick-dots {
    display: none;
  }

  div#Location .col-md-6 {
    margin-top: 35px;
  }

  .ongoing-project {
    margin-top: -94px;
  }

  div#Gallery {
    margin-top: -87px;
  }

  .float1 {
    width: 215px;
    right: 106px;
    font-size: 30px;
    font-size: 27px;
  }

  .toplist.toppadding {
    padding-left: 117px;
  }

  .plans img.site-plan {
    width: 93% !important;
    height: 77% !important;
    margin-left: 10px;
    margin-top: 28px;
  }

  .floor-booking {
    display: grid;
  }

  .floor-booking .column {
    float: left;
    width: 93%;
    padding: 30px;
    margin-left: 0px;
    margin-top: -108px;
  }

  .floor-booking .column2 h2 {
    margin-top: 0px;
    margin-left: 0px;
  }

  .plans img.floor-plan {
    width: 83% !important;
    margin-left: 41px;
  }

  .row.about-picture .column {
    float: left;
    width: 100%;
    padding: 0px;
    margin-left: 20%;
  }

  .background {
    width: 100% !important;
    margin-left: 0px;
    margin-top: -68px;
  }

  div#popupModal input.form-control {
    margin-left: 0px;
  }

  form button {
    margin-left: 33%;
    width: 34%;
  }

  form label {
    color: #fff;
    padding-left: 62px;
    margin-top: 15px;
  }

  form input {
    width: 75%;
    margin-left: 65px;
    margin-top: -11px;
  }

  .home-contact form {
    background-color: #3a6135;
    height: 303px;
    margin-top: -127px;
    display: grid;
    width: 500px;
    margin-left: -29px;
  }
}

@media (min-width: 710px) and (max-width: 800px) {
  .home-contact form {
    display: grid;
    height: 485px;
    margin-top: -146px;
    width: 657px;
  }

  form label {
    margin: 4px 10px -29px 21px;
    font-size: 26px;
  }

  form input {
    width: 92%;
    margin-left: 21px;
  }

  form button {
    margin-left: 166px;
    width: 45%;
    margin-top: 23px;
    margin-bottom: 15px;
  }

  .float1 {
    width: 248px;
    height: 62px;
    right: 103px;
    background-color: #3a6135;
    color: #fff;
  }

  .background {
    width: 724px !important;
    margin-left: 0px;
    margin-top: -86px;
  }
}

@media (min-width: 750px) and (max-width: 850px) {
  .home-contact form {
    display: grid;
    height: 543px;
    margin-top: -61px;
    width: 55rem;
    margin-left: -48px;
  }
}


.text-decortation-none{
  text-decoration: none !important;
}

.text-col{
  color: white;
}

.w-100{
  width: 100%;
}
.mt{
  padding-top: 30px;
}
.w-50{
  width: 50%;
}

.Disclaimer{
  background-color: black;
  color: white;
  padding: 1rem 2rem;
  font-size: 12px;
  border-top: white solid 1px;
}
.paradisc{
  color: white;
  text-align: center;
}

.btnsubmit{
  width: 130px;
  height: 40px;
  
}

.projects{
  display: flex;
  justify-content: center;
}

.row.section.clients.topspace img {
    max-width: 75%;
}

.row.section.clients.topspac .col-lg-12 {

    text-align: center;
    margin: 0 auto;
}
.widget-body ul li a {
    color: #fff !important;
}


.form-section {
    background-color: #3a6135;
    padding: 45px 20px 45px 45px;
    color: white;
    /* height: 185px; */
}
    .form-section label {
      font-weight: bold;
      margin-bottom: 5px;
    }
    .form-section .form-control {
      border-radius: 4px;
    }
   .form-section .btn-submit {
    background-color: #0b5000;
    color: white;
    font-weight: bold;
    border: none;
    padding: 10px 24px;
    border-radius: 4px;
    height: 45px;
    border: 1px solid #fff;
    margin-top: 27px;
}
    .form-section .btn-submit:hover {
      background-color: #093f00;
    }
	
	main.main-form-section input {
    padding: 10px 5px;
    border-radius: 5px;
    height: 45px;
}

main.main-form-section textarea {
    padding: 10px 5px;
    border-radius: 5px;
    height: 45px;
}

#footer 
 img.w-50 {
    width: 40%;
}
  .main-contact {
      background-color: #f9f9f9;
      padding: 60px 0;
    }

 .contact-box {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    padding: 30px 20px;
    text-align: center;
    margin-bottom: 20px;
    transition: 0.3s ease;
    border: 2px solid #d7d7d7cc;
    min-height: 218px;
}

    .contact-box:hover {
      box-shadow: 0 8px 20px rgba(0,0,0,0.1);
    }

    .contact-icon {
      width: 60px;
      height: 60px;
      border-radius: 50%;
      border: 2px dashed #f7c774;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 15px;
      font-size: 24px;
      color: #f7c774;
    }

    .contact-title {
      font-size: 20px;
      font-weight: 600;
      color: #2b3e50;
    }

    .contact-text {
      color: #555;
      margin-top: 5px;
    }
	
	section.main-contact h1 {
    text-align: center;
    margin-bottom: 25px;
}
div#Gallery img {
    height: 300px;
    object-fit: cover;
}

div#About p {
    text-align: left;
}

div#About h2 {
    margin-bottom: 50px;
}
div#About.topspace p {
    margin-top: 0px;
}
@media only screen and (max-width: 767px) {
.main-form-section .mb-2 {
    display: inline-grid;
    margin-bottom: 20px;
    width: 96%;
}
#footer 
 img.w-50 {
    width: 25%;
}
}

