 
  @import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400');

  .default-colors {
    /* basic colors */
    color: #044557;
    color: #FFFFFF;
    color: #2A1A1F;
    color: #F9C80E;
    color: #8A897C;
    /* GRAD */
    color: #044557;
    color: #041E38;
  }

  body {
    font-family: 'Open Sans', sans-serif;
    overflow-x: hidden;
    background: white;
  }



  /*---------------------------------------
     TYPOGRAPHY              
  -----------------------------------------*/

  h1,h2,h3,h4,h5,h6 {
    font-weight: 600;
    line-height: normal;
    color: #F9C80E;
  }

  h1 {
    font-size: 5em;
  }

  h2 {
    font-size: 2em;
    color: #044557;
  }

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



  /*---------------------------------------
     GENERAL               
  -----------------------------------------*/

  html{
    -webkit-font-smoothing: antialiased;
  }

  a {
    color: #202020;
    text-decoration: none !important;
  }

  a,
  input, button,
  .form-control {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }

  a:hover, a:active, a:focus {
    color: #29ca8e;
    outline: none;
  }

  ::-webkit-scrollbar{
    width: 8px;
    height: 8px;
  }

  ::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: #202020;
  }

  .section-title {
    padding-bottom: 40px;
  }

  section {
    position: relative;
    padding: 100px 0;
  }

  #contact {
    background: #044557;
    text-align: center;
  }

  footer {
    background: white;
    text-align: center;
  }

  .overlay {
    background: #044557;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #044557, #041E38);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #044557, #041E38); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    opacity: 0.9;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .online-form {
    position: relative;
  }

  .online-form .form-control {
    border-color: #f0f0f0;
    display: inline-block;
    vertical-align: top;
    border-radius: 50px;
    box-shadow: none;
    height: 50px;
    margin-right: 0.5em;
    padding-left: 15px;
  }

  .online-form input[type="email"] {
    width: 60%;
  }

  .online-form button {
    background: #29ca8e;
    border: 0;
    color: #ffffff;
    position: absolute;
    right: 6em;
    width: 25%;
  }

  .online-form button:hover {
    background: #202020;
    color: #ffffff;
  }

  .mtb-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .phone-color {
    color: red;
  }

  .phone-color:hover {
    color: black;
  }

  .phone-color:visited {
    color: #F9C80E;
  }

  .panel-default>.panel-heading {
    color: #F9C80E;
    background-color: #044557;
    border: 0;
    border-radius: 50px;
  }

  .panel-group .panel {
    border-radius: 50px;
  }

  .panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 0;
    border-bottom: 0;
  }
  
  .panel-body ul {
    list-style-type: none;
    padding-left: 10px;
    padding-right: 10px;
  }

  .panel-body ul li {
    border-radius: 10px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 16px;
    font-weight: 600;
  }

  .panel-body ul li:hover {
    background-color: #044557;
    color: white;
  }

  .owl-carousel .owl-item img {
    max-height: 400px;
  }

  .owl-carousel.owl-drag .owl-item .item img {
    width: auto;
  }

  .owl-dots {
    display: none;
  }

  .owl-theme .owl-nav [class*=owl-] {
    border-radius: 50%;
    font-size: 30px;
    width: 60px;
    height: 60px;
    text-align: center;
    padding-top: 10px;
  }

  .owl-theme .owl-nav .owl-prev {
    margin-right: 50px;
    padding-right: 10px;
  }

  .owl-theme .owl-nav .owl-next {
    margin-left: 50px;
    padding-left: 10px;
  }
  














/*---------------------------------------
     ACTION BUTTON               
  -----------------------------------------*/


  .action-btn {
    display: block;
    position: fixed;
    bottom: 50px;
    right: 100px;
    font-size: 70px;
    background: #F9C80E;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    color: #044557;
    z-index: 1;
  }

  .action-btn i {
    padding-left: 25px;
  }

  .action-btn:hover {
    background: #8A897C;
    color: #F9C80E;
    cursor: pointer;
  }

  #action-modal div {
    text-align: center;
  }

  #action-modal h1 {
    font-size: 2em;
  }
  
  #action-modal h2 {
    font-size: 1em;
  }

  /*---------------------------------------
     BUTTONS               
  -----------------------------------------*/

  .section-btn {
    background: #F9C80E;
    border: 0;
    border-radius: 50px;
    color: #2A1A1F;
    font-size: 30px;
    font-weight: normal;
    padding: 12px 30px;
    transition: 0.5s 0.2s;
  }

  .section-btn:hover,
  .section-btn:focus {
    background: #2A1A1F;
    color: #ffffff;
  }



  /*---------------------------------------
       PRE LOADER              
  -----------------------------------------*/

  .preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    background: none repeat scroll 0 0 #ffffff;
  }

  .spinner {
    border: 1px solid transparent;
    border-radius: 3px;
    position: relative;
  }

  .spinner:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 45px;
    height: 45px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border: 1px solid #575757;
    border-top-color: #ffffff;
    animation: spinner .9s linear infinite;
  }

  @-webkit-@keyframes spinner {
    to {transform: rotate(360deg);}
  }

  @keyframes spinner {
    to {transform: rotate(360deg);}
  }



  /*---------------------------------------
      MENU              
  -----------------------------------------*/

  img.navbar-brand {
    padding: 0 15px;
  }

  .custom-navbar {
    border: none;
    margin-bottom: 0;
    padding: 25px 0;
  }

  .custom-navbar .navbar-brand {
    color: #ffffff;
    font-size: 25px;
    font-weight: 500;
    letter-spacing: -1px;
  }

  .top-nav-collapse {
    background: #ffffff;
  }

  .custom-navbar .navbar-nav {
    margin-left: 1em;
  }

  .custom-navbar .nav li a {
    font-size: 20px;
    font-weight: normal;
    color: #f0f0f0;
    padding-right: 22px;
    padding-left: 22px;
  }

  .custom-navbar .nav li a:hover {
    background: transparent;
    color: #F9C80E;
  }

  .custom-navbar .navbar-nav > li > a:hover,
  .custom-navbar .navbar-nav > li > a:focus {
    background-color: transparent;
  }

  .custom-navbar .nav li.active > a {
    background-color: transparent;
    color: #F9C80E;
  }

  .custom-navbar .navbar-toggle {
    border: none;
    padding-top: 10px;
  }

  .custom-navbar .navbar-toggle {
    background-color: transparent;
  }

  .custom-navbar .navbar-toggle .icon-bar {
    background: #044557;
    border-color: transparent;
  }

  .navcontact {
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    color: #8A897C;
  }

  .navbar-style-type-none {
    list-style-type: none;
  }

  @media(min-width:768px) {
    .custom-navbar {
      border-bottom: 0;
      background: 0 0; 
    }

    .custom-navbar.top-nav-collapse {
      background: #ffffff;
      -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      padding: 10px 0;
    }

    .top-nav-collapse .navbar-brand {
      color: #2A1A1F;
    }

    .top-nav-collapse .nav li a {
      color: #2A1A1F;
    }

    .top-nav-collapse .navcontact li {
      color: #2A1A1F;
    }

    .top-nav-collapse .nav .section-btn a {
      color: #ffffff;
    }
  }



  /*---------------------------------------
      HOME          
  -----------------------------------------*/

  #home {
    background: url('../images/bathroom.jfif') no-repeat center center;
    background-size: cover;
    vertical-align: middle;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 100vh;
    position: relative;
    padding-top: 12em;
    text-align: center;
  }

  #home h1 {
    color: #ffffff;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .home-info h3 {
    color: #f0f0f0;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin: 30px 0;
  }
  


  /*---------------------------------------
      FEATURE              
  -----------------------------------------*/

  #feature {
    background: #044557;
    padding-top: 0;
    padding-bottom: 30px;
  }

  #feature .section-title {
    padding-top: 40px;
    text-align: center;
  }

  #feature .nav-tabs {
    border-bottom: 0;
  }

  #feature .nav>li>a {
    padding: 8px 0;
  }

  #feature .nav-tabs>li>a {
    color: #764134;
    font-size: 18px;
    border: 0;
    border-bottom: 3px solid transparent;
    border-radius: 0;
    margin-right: 35px;
  }

  #feature .nav-tabs>li.active>a, 
  #feature .nav-tabs>li.active>a:focus, 
  #feature .nav-tabs>li.active>a:hover {
    background: transparent;
    color: #764134;
    border-bottom: 3px solid #29ca8e;
  }

  #feature .nav>li>a:focus, 
  #feature .nav>li>a:hover {
    background: transparent;
    border-bottom: 3px solid #29ca8e;
    color: #764134;
  }

  #feature .tab-content {
    margin-top: 50px;
  }

  .tab-pane-item {
    margin: 20px 0;
  }

  .tab-pane-item h2 {
    margin: 0 0 5px 0;
  }

  .feature-image {
    position: absolute;
    bottom: -27em;
  }



  /*---------------------------------------
      ABOUT              
  -----------------------------------------*/

  #about .col-md-4 {
    margin: 0;
    padding: 0;
  }

  .team-thumb {
    background: #ffffff;
    position: relative;
    overflow: hidden;
  }

  .team-thumb-up:after {
    display: block;
    margin: 0 auto;
    position: absolute;
    top: -15px;
    right: 0;
    left: 0;
    content: "";
    width: 0;
    height: 0;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-bottom: 15px solid #ffffff;
  }

  .team-thumb-down:after {
    display: block;
    margin: 0 auto;
    position: absolute;
    bottom: -15px;
    right: 0;
    left: 0;
    content: "";
    width: 0;
    height: 0;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-top: 15px solid #ffffff;
  }

  .team-info {
    position: relative;
    padding: 40px;
  }

  .team-info h2 {margin: 0;}

  .team-info small {
    display: block;
    font-size: 18px;
    margin: 5px 0 10px 0;
  }

  .team-thumb img {
    width: 100%;
  }



  /*---------------------------------------
      TESTIMONIAL           
  -----------------------------------------*/

  #testimonial {
    background: #ffffff;
  }

  #testimonial .col-md-6 {
    margin: 0;
    padding: 0;
  }

  #testimonial .section-title {
    padding-bottom: 0;
  }

  #testimonial h1 {
    color: #ffffff;
  }

  .testimonial-image {
    background: url('../images/testimonial-image.jpg') no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 65vh;
  }

  .testimonial-info {
    background: #202020;
    padding: 60px;
    height: 65vh;
  }

  .testimonial-info h3 {
    color: #d9d9d9;
    font-style: italic;
    margin-top: 5px;
  }

  .testimonial-info .item {
    display: block;
    width: 100%;
  }

  .testimonial-item {
    margin: 20px 0;
  }

  /* .owl-carousel .owl-item img,
  .testimonial-item img,
  .testimonial-item h4 {
    color: #d9d9d9;
    display: inline-block;
    vertical-align: top;
  } */

  /* .owl-carousel .owl-item img,
  .testimonial-item img {
    border: 3px solid #ffffff;
    border-radius: 100px;
    width: 60px;
    height: 60px;
    margin-right: 10px;
  } */



  /*---------------------------------------
      PRICING             
  -----------------------------------------*/

  #about .section-title,
  #pricing .section-title {
    text-align: center;
  }

  #pricing .col-md-4 {
    margin: 0;
    padding: 0;
  }

  #pricing .col-md-4:last-child .pricing-thumb {
    border-right: 0;
  }

  .pricing-thumb {
    background: #ffffff;
    border-right: 0px solid #044557;
    padding: 20px 40px;
  }

  .pricing-title {
    padding-bottom: 5px;
    text-align: center;
  }

  .pricing-info {
    border-top: 0;
    border-bottom: 0;
  }

  .pricing-info,
  .pricing-bottom {
    padding: 20px 0;
  }

  .pricing-info p {
    font-size: 16px;
  }

  .pricing-bottom {
    position: relative;
  }

  .pricing-bottom span {
    font-size: 20px;
  }

  .pricing-btn {
    position: absolute;
    top: 15px;
    right: 0;
    display: inline-block;
  }

  #pricing .section-title {
    text-align: center;
  }
  
  #pricing .panel-group {
    margin-bottom: 0px;
  }

  #pricing .panel-heading a {
    display: block;
    position: relative;
    font-weight: bold;
  }

  #pricing .panel-heading a:hover,
  #pricing .panel-heading a:active, 
  #pricing .panel-heading a:focus {
    color: white;
  }

  #pricing .panel-heading a::after {
    content: "";
    border: solid #F9C80E;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 5px;
    position: absolute;
    right: 0;
    top: 0;
    transform: rotate(45deg);
  }
  
  #pricing .panel-heading a[aria-expanded="true"]::after {
    transform: rotate(-135deg);
    top: 5px;
  }

  .fixed-size {
    width: 310px;
    height: 205px;
  }

  #pricing .pricing-bottom {
    text-align: center;
  }

  #pricing .section-btn {
    font-size: 17px;
    font-weight: bold;
  }

  /*---------------------------------------
      FAQ
  -----------------------------------------*/

  #faq {
    padding-top: 40px;
  }

  #faq #accordion {
    margin: auto;
    max-width: 750px;
  }

  #faq .section-title {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 0;
  }
  
  #faq .panel-title {
    font-size: 24px;
  }

  #faq .panel-heading a {
    display: block;
    position: relative;
    font-weight: bold;
  }

  #faq .panel-heading a::after {
      content: "";
      border: solid #F9C80E;
      border-width: 0 3px 3px 0;
      display: inline-block;
      padding: 5px;
      position: absolute;
      right: 0;
      top: 8px;
      transform: rotate(45deg);
    }
  
    #faq .panel-heading a:focus,
    #faq .panel-heading a:hover {
      color: white;
    }

    #faq .panel-heading a[aria-expanded="true"]::after {
      transform: rotate(-135deg);
      top: 5px;
    }
  
    #faq .panel-body {
      font-size: 24px;
      font-weight: 600;
      text-align: center;
    }

  /*---------------------------------------
      CONTACT             
  -----------------------------------------*/

  #contact-form .submit-btn {
    margin-top: 40px;
  }

  #contact-form .col-md-12,
  #contact-form .col-md-4 {
    padding-left: 0;
  }

  .form-error {
    color: white;
  }

  #contact-form .form-control {
    color: white;
    background: transparent;
    border: 0;
    border-bottom: 3px solid #f0f0f0;
    border-radius: 0;
    box-shadow: none;
    margin: 10px 0;
  }

  #contact-form .form-control:focus {
    border-bottom-color: #202020;
  }
  


  /*---------------------------------------
     FOOTER              
  -----------------------------------------*/

  footer {
    padding-bottom: 20px;
    padding-top: 20px;
  }

  .copyright-text p {
    margin: 5px;
  }

  #footer .footer-info {
    list-style-type: none;
  }

  /*---------------------------------------
     SOCIAL ICON              
  -----------------------------------------*/

  .social-icon {
    position: relative;
    padding: 0;
    margin: 0;
  }

  .social-icon li {
    display: inline-block;
    list-style: none;
  }

  .social-icon li a {
    border-radius: 50px;
    color: #202020;
    font-size: 15px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-decoration: none;
    text-align: center;
    position: relative;
    margin: 5px 5px 5px 0;
  }

  .social-icon li a:hover {
    background: #536976;
    color: #ffffff;
  }



  /*---------------------------------------
     RESPONSIVE STYLES              
  -----------------------------------------*/

  @media screen and (min-width: 768px) {
    .navcontact {
      color: #f0f0f0;
    }
  }

  @media only screen and (max-width: 860px) {
    .action-btn {
      right: 50px;
    }
  }  

  @media only screen and (max-width: 770px) {
    .action-btn {
      right: 25px;
      bottom: 25px;
    }
  }  

  @media only screen and (max-width: 560px) {
    #faq .panel-heading a {
      font-size: 20px;
    }
    
    #faq #accordion {
      max-width: 500px;
    }

    #action-modal .section-btn {
      font-size: 20px;
    }
  }  

  @media only screen and (max-width: 504px) {
    #feature .section-btn {
      font-size: 20px;
    }

    #faq .section-btn {
      font-size: 20px;
    }

    #contact .section-btn {
      font-size: 20px;
    }
  }

  @media only screen and (max-width: 500px) {
    #home .section-btn {
      font-size: 20px;
    }
  } 

  @media only screen and (max-width: 500px) {
    .section-title {
      font-size: 12px;
    }

    #faq .panel-heading a {
      font-size: 16px;
    }

    #faq .panel-heading a::after {
      top: 2px;
    }
  } 

  @media only screen and (max-width: 380px) {
    
    .section-title {
      font-size: 10px;
    }

    #faq .panel-heading a {
      font-size: 14px;
    }

    #contact-form .section-btn {
      font-size: 14px;
    }

    #pricing .section-btn {
      font-size: 14px;
    }

    #faq .section-btn {
      font-size: 14px;
    }

    #feature .section-btn {
      font-size: 14px;
    }

    #home .section-btn {
      font-size: 14px;
    }

    .section-btn {
      font-size: 12px;
    }
  } 

  @media only screen and (max-width: 333px) {

    #faq .panel-heading a {
      font-size: 12px;
    }

    #contact-form .section-btn {
      font-size: 12px;
    }

    #pricing .section-btn {
      font-size: 12px;
    }

    #faq .section-btn {
      font-size: 12px;
    }

    #feature .section-btn {
      font-size: 12px;
    }

    #home .section-btn {
      font-size: 12px;
    }

    #faq .panel-heading a::after {
      top: 0  px;
    }
  }

  @media only screen and (max-width: 306px) {
    #faq .panel-heading a {
      font-size: 10px;
    }

    #contact-form .section-btn {
      font-size: 10px;
    }

    #pricing .section-btn {
      font-size: 10px;
    }

    #faq .section-btn {
      font-size: 10px;
    }

    #feature .section-btn {
      font-size: 10px;
    }

    #home .section-btn {
      font-size: 10px;
    }
  }

  @media only screen and (max-width: 375px) {

  }

  @media only screen and (max-width: 320px) {
    .section-title {
      font-size: 8px;
    }
  } 

  @media only screen and (max-width: 300px) {
    .section-title {
      font-size: 6px;
    }

    h1 {
      font-size: 3em;
    }

    h2 {
      font-size: 1em;
    }
  } 

  @media only screen and (min-width: 992px) {
    .container {
      width: 100%;
    }
  }  

  @media only screen and (min-width: 1200px) {
    .container {
      width: 1170px;
    }
  }  

  @media only screen and (max-width: 1200px) {

    .custom-navbar .navbar-nav {
      margin-left: 3em;
    }

    .home-info {
      margin-top: 0;
    }
  }

  @media only screen and (max-width: 1046px) {
    .custom-navbar .navbar-nav {
      margin-left: 0;
    }
  }

  @media only screen and (max-width: 1004px) {
    .custom-navbar .nav li a {
      font-size: 19px;
    }
  }

  @media only screen and (max-width: 992px) {

    section {
      padding: 60px 0;
    }

    .custom-navbar .navbar-nav {
      margin-left: 0;
    }

    .custom-navbar .nav li a {
      font-size: 18px;
      padding-right: 15px;
      padding-left: 15px;
    }

    #feature .nav-tabs>li>a {
      font-size: 16px;
      margin-right: 20px;
    }

    .feature-image {
      bottom: -24em;
    }

    .pricing-thumb {
      margin-bottom: 30px;
    }

    footer {
      padding-bottom: 40px;
    }
  }

  .phone-color.topbar {
    display: none;
  }

  @media screen and (max-width: 767px) {

    .section-title {
      padding-bottom: 20px;
    }

    .custom-navbar {
      background: #ffffff;
      -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      padding: 10px 0;
      text-align: center;
    }

    .phone-color.topbar {
      display: inline;
      font-size: 30px;  
    }

    .custom-navbar .nav li a {
      line-height: normal;
      padding: 5px;
    }

    .custom-navbar .navbar-brand,
    .top-nav-collapse .navbar-brand {
      color: #202020;
      font-weight: normal;
    }

    .custom-navbar .nav li a,
    .top-nav-collapse .nav li a {
      color: #656565;
    }

    .feature-image {
      position: relative;
      bottom: 0;
    }

    #about .col-md-4:nth-child(3n) .team-thumb {
      display: flex;
      -webkit-box-orient: vertical;
      flex-direction: column-reverse;
      -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
    }

    .team-thumb-down:after {
      top: -15px;
      bottom: inherit;
      border-top: inherit;
      border-bottom: 15px solid #ffffff;
    }

    .testimonial-image,
    .testimonial-info {
      height: 85vh;
    }

    .testimonial-info {
      padding: 30px;
    }
  }


  @media screen and (max-width: 480px) {

    .online-form input[type="email"],
    .online-form .form-control {
      width: 85%;
    }

    .online-form .form-control {
      display: block;
      margin: 20px auto;
    }

    .online-form button {
      position: relative;
      right: 0;
    }

    .testimonial-image,
    .testimonial-info {
      height: 65vh;
    }
  }


