/* Default Theme Gaido */

/* -------------------------------
   General
------------------------------- */

body {
  background: #fff;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #707478;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  color: #242a30;
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 1.25;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-size: 60%;
  font-weight: 300;
  color: #7c7f83;
}
a {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
a:focus {
  outline: none;
}
label {
  color: #242a30;
}
p {
  line-height: 20px;
}
.contentAnimated {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.finishAnimated {
  -webkit-animation: none !important;
  animation: none !important;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid\9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.page-main {
  padding-top: 90px;
}
.header.navbar.navbar-transparent {
  background: #ffffff;
}

/* -------------------------------
   Header
------------------------------- */

.header.navbar {
  display: block;
  padding: 0;
  border-bottom: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.header.navbar .navbar-nav > li > a {
  font-size: 18px;
  line-height: 20px;
  color: #2d353c;
  font-weight: 600;
  padding: 25px 15px;
}
.header.navbar .navbar-nav > li.active > a,
.header.navbar .navbar-nav > li > a.active,
.header.navbar .navbar-nav > li > a:hover,
.header.navbar .navbar-nav > li > a:focus {
  background: none;
}
.header .navbar-nav {
  margin: 7.5px -15px;
}
.header .nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
  text-decoration: none;
}
.header .container-fluid > .navbar-collapse,
.header .container-fluid > .navbar-header,
.header .container > .navbar-collapse,
.header .container > .navbar-header {
  margin-right: -15px;
  margin-left: -15px;
}
.header .navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
}
.header {
  background: transparent;
  z-index: 1;
}

/* Navbar Brand Logo & Text */

.header .navbar-header:before,
.header .navbar-header:after {
  content: "";
  display: table;
  clear: both;
}
.header .navbar-brand {
  padding: 25px 15px;
  height: auto;
  float: left;
}
.header .navbar-brand img {
  display: block;
  margin: -10px 0;
  max-height: 50px;
  margin-top: -7px;
  width: auto;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.header .brand2 img {
  max-height: 95px;
}
.header .brand3 {
  margin-right: 0px;
}
.brand-logo {
  float: left;
  border: 15px solid;
  border-color: #4dcaca #31a3a3 #1d8888;
  margin-right: 10px;
  margin-top: -5px;
  margin-bottom: -5px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.brand-logo + .brand-text {
  margin-left: 42px;
  display: block;
  color: #2d353c;
  font-size: 20px;
  line-height: 20px;
  display: block;
}

/* Navbar Mobile Toggle */

.header .navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 15px;
  margin-top: 18px;
  margin-bottom: 18px;
  background-color: transparent;
  background-image: none;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.header .navbar-toggle:focus,
.header .navbar-toggle:active {
  outline: none;
}
.header .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
.header .navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.header.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.header.navbar-default .navbar-collapse,
.header.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

.header .navbar-toggle .mobile-bar {
}
.header .navbar-toggle .mobile-bar i {
  display: block;
  margin-top: 1px;
  color: #4a4a4a;
}

/* Navbar Transparent & Inverse  */

.header.navbar.navbar-transparent {
  border-bottom: transparent;
}
.header.navbar.navbar-transparent .navbar-nav > li > a,
.header.navbar.navbar-inverse .navbar-nav > li > a {
  color: #000000;
}
.header.navbar.navbar-fixed-top .navbar-nav > li > a {
  color: #000;
  border-radius: 4px;
}
.header.navbar.navbar-fixed-top .navbar-nav > li > a:hover {
  color: #ffffff;
  background: transparent;
}
.navbar-collapse ul.navbar-nav > li.active a,
.navbar-collapse ul.navbar-nav > li a.active,
.navbar-collapse ul.navbar-nav > li:hover > a,
.navbar-collapse ul.navbar-nav > li > a:hover,
.header .navbar-collapse ul.navbar-nav > li.active a,
.header .navbar-collapse ul.navbar-nav > li a.active,
.header .navbar-collapse ul.navbar-nav > li:hover > a,
.header .navbar-collapse ul.navbar-nav > li > a:hover,
.header.navbarnavbar-transparentp.header-prepare
  .navbar-collapse
  ul.navbar-nav
  li
  a.current,
.header.navbarnavbar-transparentp.header-prepare.header-prepare
  .navbar-collapse
  ul.navbar-nav
  li.current
  a {
  background: transparent;
  color: #e22340;
}

.header.navbar.navbar-transparent .brand-text,
.header.navbar.navbar-inverse .brand-text {
  color: #fff;
}
.navbar-transparent .navbar-toggle,
.navbar-inverse .navbar-toggle {
  border-color: #dadada;
  -webkit-box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.2);
}
.navbar-transparent .navbar-toggle .icon-bar,
.navbar-inverse .navbar-toggle .icon-bar {
  background: #8f8e8e;
}

/* Navbar Small */

.header.navbar.navbar-small {
  border-bottom: none;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.header.navbar.navbar-small .navbar-brand,
.header.navbar.navbar-small .navbar-nav > li > a {
  padding: 15px;
}
.header.navbar.navbar-transparent.navbar-small {
  background: #fff;
}
.header.navbar.navbar-transparent.navbar-small .navbar-nav > li > a,
.header.navbar.navbar-transparent.navbar-small .brand-logo + .brand-text {
}
.navbar-small .navbar-toggle {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-small .navbar-toggle .icon-bar {
  background: #888;
}

.navbar-small .navbar-brand img {
  max-height: 34px;
}
.navbar-small .navbar-nav .dropdown-menu {
  margin-top: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.navbar-nav .dropdown-menu {
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 12px;
  padding: 0;
  margin-top: -13px;
  border: none;
  position: absolute;
}

.header.navbar.navbar-small .brand2 {
  display: none;
}
.header.navbar-small .navbar-collapse.collapse {
  width: auto;
}
.header.navbar-small .navbar-header {
  width: auto;
}
.header.navbar-small .navbar-right {
  width: auto;
}

/* Navbar */

.navbar-nav > li.dropdown:hover > .dropdown-menu,
.navbar-nav > li.dropdown:focus > .dropdown-menu {
  display: block;
}
.navbar-nav .dropdown-menu {
  background: #ffffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 14px;
  padding: 0;
  margin-top: 0px;
  border: none;
  position: absolute;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.header.navbar.navbar-fixed-top .navbar-nav > li > a {
  color: #000;
  border-radius: 4px;
  font-weight: 300;
}
.header.navbar.navbar-fixed-top .dropdown:hover a {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.navbar-nav .dropdown-menu.dropdown-menu-left {
  left: 0;
}
.navbar-nav .dropdown-menu > li > a,
.navbar-nav .dropdown-menu .dropdown-item {
  color: #000;
  padding: 7px 25px;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: 20px;
  display: block;
  text-decoration: none;
}
.navbar-nav .dropdown-menu > li.active > a,
.navbar-nav .dropdown-menu > li > a:hover,
.navbar-nav .dropdown-menu > li > a:focus,
.navbar-nav .dropdown-menu .dropdown-item:hover,
.navbar-nav .dropdown-menu .dropdown-item:focus,
.navbar-nav .dropdown-menu .dropdown-item.active {
  background: #fbfbfb;
}
.navbar-nav .dropdown-menu > li + li,
.navbar-nav .dropdown-menu .dropdown-item + .dropdown-item {
  border-top: 1px solid #cecece;
}

/* -------------------------------
   Dropdown Menu
------------------------------- */

.dropdown-menu {
  border: none;
  -webkit-box-shadow: 0 2px 5px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px -1px rgba(0, 0, 0, 0.2);
  font-size: 12px;
}
.dropdown-menu > li > a {
  padding: 5px 15px;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background: #edf0f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background: #348fe2;
}
.dropdown-menu .divider {
  border-color: #eee;
}
.dropdown-menu.media-list {
  max-width: 280px;
  padding: 0;
}
.dropdown-menu.media-list p {
  text-overflow: ellipsis;
  overflow: hidden;
}
.dropdown-menu.media-list .dropdown-header {
  padding: 10px 20px !important;
  background: #fafafa;
}
.dropdown-menu.media-list > .media {
  margin-top: 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin-bottom: -1px;
}
.dropdown-menu.media-list > .media > a {
  display: block;
  padding: 10px 20px !important;
}
.dropdown-menu.media-list > .media .media-object {
  height: 36px;
  width: 36px;
  line-height: 36px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  margin-right: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.dropdown-footer {
  padding: 10px 20px;
}
.dropdown-menu > li.dropdown-footer > a {
  padding: 0 !important;
  display: inline !important;
}
.dropdown-menu > li.dropdown-footer > a:hover,
.dropdown-menu > li.dropdown-footer > a:focus {
  background: none !important;
  text-decoration: underline !important;
}

.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
}
.dropdown-toggle::after {
  margin-left: 8px;
  margin-bottom: -1px;
  margin-top: 9px;
  transform: rotateZ(-90deg);
  float: right;
}

.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

/* -------------------------------
   Fixed Top Menu
------------------------------- */

.header.navbar-fixed-bottom,
.header.navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
.header.navbar-fixed-top {
  top: 0;
}
.header.navbar-fixed-bottom {
  bottom: 0;
}
.header .navbar-fixed-bottom .navbar-collapse,
.header .navbar-fixed-top .navbar-collapse {
  max-height: 340px;
}

.header-navbar-2ndsection {
  float: right;
}
.header-navbar-dropdown-title {
  background: #ffffff;
  color: #000 !important;
  text-align: center;
  font-weight: 600;
}
.header.navbar.navbar-fixed-top .navbar-nav > li > a:hover {
  color: #006463;
}

/* Filled Navbar Buttons 

.header.navbar .navbar-nav > li > a {
    padding: 20px 24px;
}
.header.navbar.navbar-fixed-top .navbar-nav > li > a:hover {
    color: #ffffff;
    background: #e22340 !important;
}
.navbar-collapse ul.navbar-nav > li.active a,
.navbar-collapse ul.navbar-nav > li a.active,
.navbar-collapse ul.navbar-nav > li:hover > a,
.navbar-collapse ul.navbar-nav > li > a:hover,
.header .navbar-collapse ul.navbar-nav > li.active a,
.header .navbar-collapse ul.navbar-nav > li a.active,
.header .navbar-collapse ul.navbar-nav > li:hover > a,
.header .navbar-collapse ul.navbar-nav > li > a:hover,
.header.navbarnavbar-transparentp.header-prepare .navbar-collapse ul.navbar-nav li a.current,
.header.navbarnavbar-transparentp.header-prepare.header-prepare .navbar-collapse ul.navbar-nav li.current a {
     background: #e22340 !important;
     color: #ffffff;
}
.navbar-nav .dropdown-menu {
    background: #e22340;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.navbar-nav .dropdown-menu .dropdown-item:hover, .navbar-nav .dropdown-menu .dropdown-item:focus, .navbar-nav .dropdown-menu .dropdown-item.active, a {
    color: #000000;
}
.navbar-nav .dropdown-menu > li.active > a, .navbar-nav .dropdown-menu > li > a:hover, .navbar-nav .dropdown-menu > li > a:focus, .navbar-nav .dropdown-menu .dropdown-item:hover, .navbar-nav .dropdown-menu .dropdown-item:focus, .navbar-nav .dropdown-menu .dropdown-item.active {
    background: #fbfbfb;
}
.navbar-nav .dropdown-menu > li + li, .navbar-nav .dropdown-menu .dropdown-item + .dropdown-item {
    border-top: 1px solid #e22340;
}
.navbar-nav .dropdown-menu > li > a, .navbar-nav .dropdown-menu .dropdown-item {
    color: #fff;
}
.navbar-nav .dropdown-menu .dropdown-item:hover, .navbar-nav .dropdown-menu .dropdown-item:focus, .navbar-nav .dropdown-menu .dropdown-item.active {
    color: #000 !important;
}

*/

/* -------------------------------
   Footer Setting
------------------------------- */


.footer {
    padding: 30px 0;
	padding-bottom:0px;
    background: #ffffff;
    text-align: center;
    box-shadow: inset 0 100px 80px -80px rgba(236, 236, 236,0.7);
    -webkit-box-shadow: inset 0 100px 80px -80px rgba(236, 236, 236, 0.7);
	padding-bottom: 1px;
}
.footer .footer-brand-logo {
    display: block;
    margin: 0 auto 10px;
    width: 40px;
    border: 20px solid;
    border-color: #4DCACA #31A3A3 #1D8888;
    border-radius: 4px;
}
.footer .footer-brand {
    font-size: 24px;
    color: #fff;
    font-weight: 300;
    margin-bottom: 30px;
	    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.footer .social-list {
    margin: 0px 0 30px;
    font-size: 30px;
}
.footer-brand img {
    width:200px;
}
.footer-copyright {
    font-size: 12px;
	font-weight:600;
}
.cpage .social-list {
    margin: 0px 0 30px;
    font-size: 30px;
}

/* -------------------------------
   Pace Loader
------------------------------- */

.pace-inactive {
  opacity: 0;
  filter: alpha(opacity=0);
}
.pace {
  background: #2d353c;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
  z-index: 1020;
}
.pace-progress {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  height: 3px;
  background: #00acac;
  -webkit-transition: width 1s;
  -moz-transition: width 1s;
  -o-transition: width 1s;
  transition: width 1s;
  z-index: 2000;
}
.pace:before {
  content: "";
  background: #242a30;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
}
.pace .pace-activity {
  display: block;
  position: fixed;
  z-index: 2000;
  top: 15px;
  right: 15px;
  width: 14px;
  height: 14px;
  border: solid 2px transparent;
  border-top-color: #00acac;
  border-left-color: #00acac;
  border-radius: 10px;
  -webkit-animation: pace-spinner 400ms linear infinite;
  -moz-animation: pace-spinner 400ms linear infinite;
  -ms-animation: pace-spinner 400ms linear infinite;
  -o-animation: pace-spinner 400ms linear infinite;
  animation: pace-spinner 400ms linear infinite;
}
@-webkit-keyframes pace-spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes pace-spinner {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes pace-spinner {
  0% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes pace-spinner {
  0% {
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes pace-spinner {
  0% {
    transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* -------------------------------
   Content
------------------------------- */

.content {
  padding: 0px 0px 55px;
}
.content-sections {
  padding: 40px 0px 55px;
}
.content-sections-top {
  padding: 40px 0px 0px;
}
.content-sections-bottom {
  padding: 00px 0px 55px;
}
.content .content-title {
  text-align: center;
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 15px;
  margin-top: 0;
}
.content .content-title:after {
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  background: #242a30;
  height: 2px;
  bottom: 0;
  left: 50%;
  margin-left: -20px;
}
.content .content-desc {
  text-align: center;
  margin-bottom: 60px;
  color: #242a30;
}
.content.has-bg {
  padding-bottom: 60px;
  overflow: hidden;
  position: relative;
  margin-right: 0px;
}
.content.has-bg .content-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.content.has-bg .content-bg img {
  max-width: 100%;
}
.content.has-bg .content-title:after {
  background: #fff;
}
.content.has-bg .content-bg:before {
  content: "";
  background: url(images/bg-content-cover.png);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.content.has-bg .container {
  position: relative;
}
.content.has-bg .container .content-title {
  color: #fff;
}
.content.has-bg .container .content-desc {
  color: rgba(255, 255, 255, 0.6);
}
.content.has-bg h1,
.content.has-bg h2,
.content.has-bg h3,
.content.has-bg h4,
.content.has-bg h5,
.content.has-bg h6 {
  color: #fff;
}

/* -------------------------------
	Home
------------------------------- */

.home {
  padding: 0 !important;
  color: #fff;
}
.home-content {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  color: #8f8e8e;
  margin-top: -120px;
  padding: 0 15px;
  text-align: center;
}
.home-content h1,
.home-content h2,
.home-content h3,
.home-content h4 {
  color: #fff;
  margin: 0 0 30px;
  font-weight: 300;
}
.home-content h1 {
  font-size: 64px;
  font-weight: 600;
}
.home-content h3 {
  font-size: 32px;
}
.home-content p {
  margin-bottom: 60px;
}
.home-content a:hover,
.home-content a:focus {
  color: #fff;
}
.home-content .btn + .btn {
  margin-left: 15px;
}

/* -------------------------------
   About Us
------------------------------- */

.skills .skills-name {
  font-size: 12px;
  color: #242a30;
  margin-bottom: 5px;
  font-weight: 600;
}

/* -------------------------------
   Team
------------------------------- */

.team {
  text-align: center;
  padding: 0 30px;
}
.team .image {
  display: inline-block;
  border-radius: 300px;
  overflow: hidden;
}
.team .info {
  margin-top: 15px;
}
.team .image img {
  border-radius: 300px;
}
.team .name {
  margin-bottom: 5px;
}
.team .title {
  font-size: 12px;
  margin-bottom: 15px;
  font-weight: 600;
}
.team p {
  margin-bottom: 15px;
}
.team .social a {
  border-radius: 300px;
  border: 1px solid #ccc;
  padding: 5px;
  width: 40px;
  height: 40px;
  line-height: 28px;
  text-align: center;
  display: inline-block;
  color: #ccc;
  text-decoration: none;
}
.team .social a + a {
  margin-left: 5px;
}

/* -------------------------------
   Quote Setting
------------------------------- */

.quote {
  text-align: center;
  font-size: 28px;
  font-weight: 300;
  color: #fff;
}
.quote .fa-quote-left,
.quote .fa-quote-right {
  color: #fff;
  font-size: 20px;
  position: relative;
  top: -14px;
}
.quote small {
  display: block;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.75);
  margin-top: 20px;
}

/* -------------------------------
   Service
------------------------------- */

.service {
  margin-bottom: 30px;
}
.service .icon {
  float: left;
  width: 50px;
  height: 50px;
  background: #242a30;
  color: #fff;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
.service .title {
  margin-bottom: 5px;
}
.service .icon + .info {
  margin-left: 70px;
}
.service.service-vertical {
  text-align: center;
}
.service.service-vertical .icon {
  float: none;
  margin: 0 auto 15px;
}
.service.service-vertical .info {
  margin: 0;
}

/* -------------------------------
   Work
------------------------------- */

.work {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}
.work .image img {
  max-width: 100%;
}
.work:hover .desc,
.work:focus .desc {
  margin-top: -62px;
}
.work .desc {
  padding: 12px 15px;
  position: absolute;
  right: 0;
  left: 0;
  top: 100%;
  background: rgba(0, 0, 0, 0.7);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.work .desc .desc-title {
  color: #fff;
  font-size: 14px;
  display: block;
  font-weight: 600;
}
.work .desc .desc-text {
  font-size: 12px;
  color: #ccc;
  display: block;
}

/* -------------------------------
   Action Box
------------------------------- */

.action-box h3 {
  margin-bottom: 5px;
  margin-top: 3px;
}
.action-box p {
  margin-bottom: 0px;
}
.action-box .icon-large {
  font-size: 48px;
  float: left;
  margin-right: 20px;
  line-height: 50px;
  width: 50px;
  text-align: center;
}
.action-box .btn {
  margin-top: -3px;
}

/* -------------------------------
   Testimonial
------------------------------- */

.testimonials {
  padding-bottom: 50px;
}
.testimonials .item {
  padding-top: 15px;
}
.testimonials .carousel-indicators {
  bottom: 0;
}
.testimonials blockquote {
  border: none;
  text-align: center;
  color: #fff;
  position: relative;
  font-weight: 300;
  margin-bottom: 15px;
  padding: 10px 20px;
  font-size: 17.5px;
}
.testimonials blockquote .fa-quote-left,
.testimonials blockquote .fa-quote-right {
  font-size: 28px;
  position: absolute;
  margin-left: 15px;
  margin-top: 15px;
  color: #8f8e8e;
}
.testimonials blockquote .fa-quote-left {
  margin-left: -43px;
  margin-top: -15px;
}
.testimonials .name {
  color: #fff;
  font-size: 14px;
  margin-bottom: 15px;
}
.testimonials .name span {
  margin-left: 5px;
}
.testimonials .carousel-indicators li {
  background: rgba(255, 255, 255, 0.4);
  border: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.testimonials .carousel-indicators li:hover,
.testimonials .carousel-indicators li:focus {
  background: rgba(255, 255, 255, 0.7);
}
.testimonials .carousel-indicators li.active {
  background: #fff;
}
.carousel-indicators li,
.carousel-indicators li.active {
  width: 12px;
  height: 12px;
  margin: 1px 3px;
  border-radius: 12px;
}

/* -------------------------------
   Pricing
------------------------------- */

.pricing-table {
  list-style-type: none;
  margin: 0 -10px;
  padding: 0;
  text-align: center;
}
.pricing-table:before,
.pricing-table:after {
  content: "";
  display: table;
  clear: both;
}
.pricing-table > li {
  float: left;
  padding: 10px;
}
.pricing-table.pricing-col-4 > li {
  width: 25%;
}
.pricing-table.pricing-col-3 > li {
  width: 33.33333%;
}
.pricing-table .pricing-container {
  overflow: hidden;
  border-radius: 6px;
  background: #f0f3f4;
  box-shadow: 0 3px #b6c2c9;
}
.pricing-table h3 {
  background: #242a30;
  margin: 0;
  color: #fff;
  font-size: 14px;
  padding: 15px 30px;
  font-weight: bold;
}
.pricing-table .features {
  list-style-type: none;
  margin: 0;
  padding: 0 30px;
}
.pricing-table .features > li {
  padding: 10px 0;
}
.pricing-table .features > li + li {
  border-top: 1px solid #e2e7eb;
}
.pricing-table .price {
  width: 100%;
  display: table;
  background: #2d353c;
}
.pricing-table .price .price-figure {
  vertical-align: middle;
  display: table-cell;
  text-align: center;
  height: 80px;
}
.pricing-table .price .price-number {
  font-size: 28px;
  color: #00a3a3;
  display: block;
}
.pricing-table .price .price-tenure {
  font-size: 12px;
  color: #fff;
  color: rgba(255, 255, 255, 0.7);
  display: block;
  text-align: center;
}
.pricing-table .footer {
  padding: 15px 20px;
}
.pricing-table .highlight {
  padding: 0px;
  margin-top: -30px;
}
.pricing-table .highlight .features > li {
  padding: 15px 0;
}
.pricing-table .highlight h3 {
  padding: 20px 30px;
}
.pricing-table .highlight .price .price-figure {
  height: 90px;
}
.pricing-table .highlight .price .price-number {
  color: #fff;
}

/* -------------------------------
   Modules
------------------------------- */

/* 6.9 Widget - Unlimited Nav Tabs */

.tab-overflow {
	position: relative;
	overflow: hidden;
	border-radius: 2px 2px 0 0;
}
.tab-overflow .nav.nav-tabs {
	white-space: nowrap;
	overflow: hidden;
	display: table;
	margin: 0;
	border-radius: 2px 2px 0 0;
}
.tab-overflow .nav.nav-tabs > li,
.tab-overflow.nav.nav-tabs > li {
	display: table-cell;
	float: none;
}
.tab-overflow .nav.nav-tabs > li > a {
/*	margin-left: -1px; */
}
.tab-overflow .next-button,
.tab-overflow .prev-button {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10;
	display: none !important;
	opacity: 0;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
	transition: all .2s linear;
}
.tab-overflow .prev-button {
	left: 0;
	right: auto;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.tab-overflow .nav.nav-tabs.nav-tabs-inverse .next-button,
.tab-overflow .nav.nav-tabs.nav-tabs-inverse .prev-button {
	box-shadow: 0 0 15px #000;
}
.tab-overflow .nav.nav-tabs.nav-tabs-inverse .prev-button {
	box-shadow: 0 0 15px #000;
}
.tab-overflow .next-button a,
.tab-overflow .prev-button a {
	margin: 0;
	background: #c1ccd1;
}
.flat-black .tab-overflow .next-button a,
.flat-black .tab-overflow .prev-button a {
	background: #d2d2d2;
}
.tab-overflow .prev-button > a {
	border-radius: 3px 0 3px;
}
.tab-overflow .nav-tabs-inverse .next-button > a,
.tab-overflow .nav-tabs-inverse .prev-button > a,
.nav.nav-tabs.nav-tabs-inverse > li > a,
.nav.nav-tabs.nav-tabs-inverse > li > a:hover,
.nav.nav-tabs.nav-tabs-inverse > li > a:focus {
	background: #242a30;
}
.flat-black .tab-overflow .nav-tabs-inverse .next-button > a,
.flat-black .tab-overflow .nav-tabs-inverse .prev-button > a,
.flat-black .nav.nav-tabs.nav-tabs-inverse > li > a,
.flat-black .nav.nav-tabs.nav-tabs-inverse > li > a:hover,
.flat-black .nav.nav-tabs.nav-tabs-inverse > li > a:focus {
	background: #2A2A2A;
}
.nav.nav-tabs.nav-tabs-inverse > li.active > a,
.nav.nav-tabs.nav-tabs-inverse > li.active > a:hover,
.nav.nav-tabs.nav-tabs-inverse > li.active > a:focus {
	background: #fff;
	color: #242a30;
}
.tab-overflow.overflow-right .next-button,
.tab-overflow.overflow-left .prev-button {
	display: block;
	opacity: 1;
	background: none;
}
.tab-overflow .nav-tabs > li.prev-button + li.active > a {
	border-radius: 0 3px 0 0;
}

/* -------------------------------
   Custom
------------------------------- */

h1,
h2,
h3,
h4 {
  font-weight: 300;
}

.tcube-bg-blue {
  background-color: rgb(34, 83, 120) !important;
}
.tcube-bg-green {
  background-color: rgb(0, 103, 102) !important;
}
.tcube-bg-grey {
  background-color: rgb(240, 239, 239) !important;
}
.tcube-bg-none {
  background-color: transparent !important;
}

.tcube-gradient-text {
  background-image: linear-gradient(rgb(34, 83, 120), rgb(0, 103, 102));
  background-size: 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}

.hero-container {
  min-height: 60vh;
  position: relative;
}

.tcube-hero {
  height: 60vh;
  min-height: max-content;
}
.tcube-hero-img {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-clip: border-box;
  height: 100%;
  min-width: 100%;

  -webkit-filter: brightness(0.5) blur(2px);
  -moz-filter: brightness(0.5);
  -o-filter: brightness(0.5);
  -ms-filter: brightness(0.5);
  filter: brightness(0.5);
}

/* CAROUSEL */
.tcube-gblocks-slider-1-captionbox {
  padding: 0;
  margin: 0;
  width: 100%;
  height: max-content;
}

.carousel-control-prev,
.carousel-control-next {
  width: 5%;
}

/* SLIDING PRICE LIST */
.tcube-price-container {
  overflow-x: hidden;
  width: 100%;
  height: max-content;
  display: block;
}
.tcube-price-board {
  width: 200vw;
  min-height: 85vh;
  background: linear-gradient(
    90deg,
    rgb(34, 83, 120) 20%,
    rgb(0, 103, 102) 75%
  );
  transform: translateX(0%);
}

.tcube-price-navbar {
  width: 50%;
  height: max-content;
}
.tcube-price-header {
  color: white;
  font-weight: 300;
}

.tcube-city-btn {
  color: white !important;
  font-size: 1.5em;
  opacity: 0.4;
  cursor: pointer !important;
}
.tcube-border-bottom {
  border-bottom: 1.5px solid white;
  width: 0%;
  display: inline-block;
  color: white;
  transition-duration: 0.4s;
}
.isActive {
  opacity: 1;
}
.isActive + .tcube-border-bottom {
  width: 100%;
}
.tcube-price-grid {
  height: 100%;
}
.tcube-price-col {
  text-align: center;
  margin: 2em 0;
}
.tcube-price-col:nth-child(2) {
  border-right: 2px solid rgb(255, 255, 255);
  border-left: 2px solid rgb(255, 255, 255);
}

.tcube-price-col h2 {
  color: white;
  font-weight: 300;
  margin-bottom: 1em;
}
.tcube-price-col ul {
  list-style-type: none;
  color: white;
  text-align: center;
  margin: 2em 0;
  padding: 0;
}
.tcube-price-col li {
  line-height: 1.8em;
}
.tcube-price-btnwrap {
  width: 100%;
  text-align: center;
}
.tcube-price-col a {
  width: max-content;
  background-color: transparent !important;
  border-color: white;
  border-radius: 5px;
  margin: auto;
  font-size: 14px !important;
}

/* BOX WITH GRADIENT BORDER */
.tcube-gradient-wrap {
  padding: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tcube-gradient-border {
  background-image: linear-gradient(
    110deg,
    rgb(34, 83, 120) 20%,
    rgb(0, 103, 102) 75%
  );
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 1rem;
  border-radius: 5px;
  padding: 0 3px;
  z-index: 1;
}

.tcube-gradient-content {
  border: none !important;
  border-radius: 5px;
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
  overflow: hidden;
  z-index: 2;
}
.tcube-gradient-content * {
  background-color: white !important;
  border: none;
  border-radius: 0%;
  margin: 0 !important;
}

.tcube-gradient-border-left {
  margin-left: 3px !important;
}

.tcube-gradient-content.grey * {
  background-color: rgb(240, 239, 239) !important;
}
.tcube-hover-clear:hover {
  background-color: transparent !important;
}
.tcube-hover-clear:hover * {
  background-color: transparent !important;
}

/* ACCORDION CARDS */
.tcube-card {
  border: none !important;
  border-radius: 0%;
  background-color: transparent;
}

.tcube-service-card {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.tcube-accordion-map {
  padding-bottom: 30% !important;
}

/* ICONS FOR SERVICES OFFERED */
.tcube-service-img {
  max-width: 35%;
  height: auto;
}

.tcube-topjut-img {
  height: calc(100% + 3em);
  position: absolute;
  top: -4em;
  z-index: 10;
  overflow: hidden;
}

/* EVENTS/NEWS BLOCK CUSTOMIZATION */
/* CATEGORY HEADER */
.card-header.be-category-bar-block {
  display: none;
}
/* DESCRIPTION */
.card-body.events-block-details.overflow-hidden.text-center {
  text-align: left !important;
}
.card-body.events-block-details.overflow-hidden.text-center h5 {
  font-weight: 300;
}
.card-body.events-block-details.overflow-hidden.text-center .fa-clock {
  display: none;
}

/* CONTACT FORM */
#contact-us .form-control {
  border-radius: 10px;
} 
#contact-us .form-control-desc {
  height: calc(1.9em + .75rem + 2px);
} 

#contact-us .btn {
  border-radius: 10px;
  background-color: #242a30;
  color: white;
  transition-duration: 0.4s;
      padding: 10px 35px;
}
#contact-us .btn:hover {
  background-color: rgb(0, 103, 102);
}



.footer-brand {
  max-width: 300px;
}

/* OUR MEMBERS PAGE */
.tcube-member-img {
  height: 300px;
}
.tcube-member-img > img {
  height: 100% !important;
  max-height: 100% !important;
}

.tcube-card i {
  font-size:30px;
  color: #fff;
}
.tcube-card h3 {
    border-top-width: 1px;
    border-top-style: solid;
	padding-top: .5rem;
}



/* -------------------------------
   Slider
------------------------------- */
.slider-content {
    display: table-cell;
    vertical-align: bottom;
    text-align: left;
    box-sizing: border-box;
    padding: 50px 70px 50px;
    text-decoration: none;
    opacity: 0.85;
    z-index: 12;
	background-color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0);
    border-width: 0px;
    visibility: inherit;
    transition: none 0s ease 0s;
    text-align: left;
    line-height: 26px;
    margin: 0px;
    padding: 0px;
    letter-spacing: 0px;
    font-weight: 400;
    font-size: 14px;
    white-space: nowrap;
    opacity: 1;
    transform-origin: 50% 50% 0px;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
.gblocks-slider-1-captionbox {
    background: none !important;
    border-radius: 2px;
    padding-top: 0px;
    padding-bottom: 0px;
    z-index: 6;
    white-space: normal;
    font-size: 42px !important;
    line-height: 20px;
    font-weight: 700;
    color: rgb(255, 255, 255) !important;
    font-family: Arial, Helvetica, sans-serif;
    border-width: 0px;
    letter-spacing: -1px;
    visibility: inherit;
    transition: none 0s ease 0s;
    text-align: center !important;
    margin: 0px;
    padding: 0px !important;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    opacity: 1;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform-origin: 50% 50% 0px;
}
.gblocks-slider-1-captionbox span {
    z-index: 8;
    white-space: nowrap;
    font-size: 25px;
    line-height: 25px;
    font-weight: 300;
    color: rgb(255, 255, 255);
    font-family: Roboto, sans-serif;
    border-width: 0px;
    visibility: inherit;
    transition: none 0s ease 0s;
    text-align: center;
    margin: 0px;
    padding: 0px;
    letter-spacing: 0px;
    min-height: 0px;
    max-height: none;
    opacity: 1;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform-origin: 50% 50% 0px;
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: block;
}
.gblocks-slider-1-captionbox hr {
	z-index: 7;
    background-color: rgb(140, 197, 62);
    border-color: rgba(0, 0, 0, 0);
    border-width: 0px;
    visibility: inherit;
    transition: none 0s ease 0s;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    padding: 0px;
    letter-spacing: 0px;
    font-weight: 400;
    font-size: 9px;
    white-space: nowrap;
    min-height: 2px;
    min-width: 38px;
    max-height: 2px;
    max-width: 38px;
    opacity: 1;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform-origin: 50% 50% 0px;
}
.btn.btn-outline-slider {
    color: #ffffff;
    border-width: 2px;
    border-color: #d8d8d8;
    background: none;
    opacity: 1;
    letter-spacing: 1px;
	margin-right: 20px;
    margin-left: 20px;
	padding: 10px 34px;
}
.btn.btn-outline-slider:hover,
.btn.btn-outline-slider:focus {
    border-color: #ffffff;
    background:white;
    color: #636363;
}
.gblocks-slider-1-buttons {
	margin-top:60px;
}
.gblocks-slider-1-img {
	width: 400px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}

.gaccordion-1 .card .card-header i:after {
    top: 11px;
}

/* -------------------------------
   tcube - in booking module styles
------------------------------- */

.bw-membershipdesks-hubs-tab-overflow .nav.nav-tabs > li > a {
    background: #ffffff;
    color: #333;
    border-width: 1.75px;
    border-style: solid;
    border-color: rgb(49 49 49);
    border-radius: 5px;
	margin-right: 15px;
}
.bw-membershipdesks-hubs-tab-overflow .nav.nav-tabs > li > .active  {
    background: #313131;
    color: #fff;
    border-width: 1.75px;
    border-style: solid;
    border-color: rgb(49 49 49);
    border-radius: 5px;
}


.social-cover.profile .social-wrapper .image img {
    object-position: top;
}
.tcube-buttons-width-contain {
    width: 400px;
}
.tcube-buttons-book {
    width: 120px;
    font-size: 16px !important;
    border-width: 1.75px;
    border-radius: 5px;
}

.tcube-buttons-locations1 {
       margin-right: 100px;
}

.featured-events-card-2 {
    background: #dcdcdc;
}


.zoho-tcube-main {
    background: #dcdcdc;
}
#crmWebToEntityForm tr, #crmWebToEntityForm td {
    padding: 6px;
    border-spacing: 0px;
    border-width: 0px;
    font-size: 16px !important;
    color: #242a30;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}


.cpage .social-list {
    margin-top:15px;
}
.cpage .social-list i {
    color: #215074;
}
.cpage .social-list-green i {
    color: #006463;
}
.cpage .social-list i:hover {
    color: #000000;
}

.iservices-size-1 {
   font-size: 94px;
    margin-top: 42px;
    margin-bottom: 10px;
}

.btn.btn-outline-new {
    color: #000000;
    border-width: 2px;
    border-color: #313131;
    background: none;
}
.btn.btn-outline-new:hover,
.btn.btn-outline-new:focus {
    border-color: #313131;
    color: #ffffff;
    background: #313131;
}


.bw-membershipdesks-hubs-tab-overflow .nav.nav-tabs > li > div {
    background: #ffffff;
    color: #333;
    border-width: 1.75px;
    border-style: solid;
    border-color: rgb(49 49 49);
    border-radius: 5px;
	margin-right: 15px;
	cursor: pointer;
}
.bw-membershipdesks-hubs-center div {
        text-transform: uppercase;
}

.result-list {
    margin-bottom: 20px !important;
}
.result-list .result-image-deskss img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: center;
}