@charset "UTF-8";
/*
====================================================
TABLE OF CONTENT


1. UOUAPPS GUI
  2. BOOTSTRAP 3.3.2
  3. FONT AWESOME 4.3.0
  4. GENERAL STYLES
      4.1 General
      4.2 Typography
        4.2.1 Headings
        4.2.2 Basic Typography Styles
        4.2.3 List Styles
        4.2.4 Blockquotes
        4.2.5 Buttons
        4.2.6 Tables
      4.3 Forms
      4.4 UOU Tabs
      4.5 Alerts
      4.6 UOU Accordions
      4.7 SLIDER
      4.8 Breadcrumbs
      4.9 Pagination
      4.10 FLEXSLIDE
    5. BLOCKS
    5.1 Block 1a
    5.2 Block 1b
    5.3 Block 1c
    5.4 Block 1d
    5.5 Block 1e
    5.6 Block 1f
    5.7 Block 2a
    5.8 Block 2b
    5.9 Block 2c
    5.10 Block 2d
    5.11 Block 2e
    5.12 Block 2f
    5.13 Block 3a
    5.14 Block 3b
    5.15 Block 3c
    5.16 Block 3d
    5.17 Block 4a
    5.18 Block 4b
    5.19 Block 4c
    5.20 Block 4d
    5.21 Block 4e
    5.22 Block 6a
    5.23 Block 6b
    5.24 Block 7b
    5.25 Block 7c
    5.26 Block 7d
    5.27 Block 7e
    5.28 Block 7f
    5.29 Block 7g
    5.30 Block 8a
    5.31 Block 8b
    5.32 Block 8c
    5.33 Block 8d
    5.34 Block 9a
    5.35 Block 9b
    5.36 lock 10a
  6. Spacing (Margin & Padding)
  7. Testimonial
  8. Cta section
  9. Welcome-message
  10. Dropcaps
  11. Service
  12. Uou sidebar
  13. Icon counter

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */


/*
======================================================
  GENERAL STYLES
======================================================
*/
/* General */
/* ======================== */
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
html,
body {
  height: 100%;
}
html {
  font-size: 14px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #737373;
  cursor: default;
}
#main-wrapper {
  position: relative;
  background: #ffffff;
  z-index: 2;
  min-height: 100%;
  transition: transform 0.3s;
}
.mobile-sidebar-active #main-wrapper {
  transform: translateX(-300px);
}
a {
  color: #288acf;
  transition: all 0.3s;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #106bab;
  text-decoration: none;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
hr {
  margin-top: 30px;
  margin-bottom: 30px;
  border: 0;
  border-top: 1px solid #f4f4f4;
}
.map img,
.gm-style img {
  max-width: none;
}
.map label,
.gm-style label {
  display: inline;
  width: auto;
}
.css-table {
  display: table;
  width: 100%;
  height: 100%;
}
.css-table .css-table-cell {
  display: table-cell;
  vertical-align: middle;
}
.has-bg-image {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.has-bg-image.contain {
  background-size: contain;
}
.has-bg-image .background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}
.has-bg-image .content {
  position: relative;
  z-index: 1;
}
.hidden-image {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sf-menu {
  padding-left: 0;
  list-style: none;
}
.sf-menu li {
  position: relative;
}
.sf-menu li:hover,
.sf-menu li.sfHover {
  display: block;
}
.sf-menu ul {
  padding-left: 0;
  list-style: none;
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
  margin: 0;
  padding: 0;
}
.sf-menu ul ul {
  top: 0;
  left: 100%;
}
.sf-menu a {
  display: block;
  position: relative;
}
.sf-menu > li {
  float: left;
}
.stars {
  padding-left: 0;
  list-style: none;
  margin: 0;
}
.widget {
  position: relative;
  margin-bottom: 30px;
}
.secondary.widget {
  background: #333333;
}
.widget .widget-title {
  margin: 0;
  background: #333333;
  color: #ffffff;
  font-size: 16px;
  padding: 12px 24px;
}
.secondary.widget .widget-title {
  background: #202020;
}

.widget .widget-title {
  margin-right: -10px !important;
  margin-left: -10px !important;
  background: transparent;
  color: #333;
  padding-bottom: 0;
  font-size: 20px !important;
  text-transform: capitalize !important;
}
.widget .widget-content {
  padding: 24px;
  font-size: 14px;
}
.widget ul li {
  padding: 15px 0;
  position: relative;

}

.widget > ul > li {
  border-bottom: 1px solid #f4f4f4;

}

.widget ul li:before {
  content: "\f105";
  font-family: 'FontAwesome';
  position: absolute;
  right: 0;
  top: 12px;
}
.widget ul li li li {
  border-bottom: 0;
}
.widget ul li a {
    text-transform: uppercase;
    color: #737373;
  font-size: 13px !important;
  font-family: 'Montserrat', sans-serif;
}
.widget ul li a:hover {
  color: #288acf;
}
.secondary.widget .widget-content {
  color: #8c8c8c;
}
.secondary.widget .widget-content h1,
.secondary.widget .widget-content h1,
.secondary.widget .widget-content h3,
.secondary.widget .widget-content h4,
.secondary.widget .widget-content h5,
.secondary.widget .widget-content h6 {
  color: #ffffff;
}
.widget .widget-content h1:first-child,
.widget .widget-content h1:first-child,
.widget .widget-content h3:first-child,
.widget .widget-content h4:first-child,
.widget .widget-content h5:first-child,
.widget .widget-content h6:first-child {
  margin-top: 0;
}
.widget .widget-content p:last-child,
.widget .widget-content ul:last-child,
.widget .widget-content ol:last-child {
  margin-bottom: 0;
}
.mobile-sidebar-button {
  position: relative;
  display: block;
  background-color: #333333;
  width: 50px;
  height: 40px;
}
.mobile-sidebar-button:hover {
  background-color: #288acf;
}
.mobile-sidebar-button span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 3px;
  margin-left: -12px;
  margin-top: -7px;
  background-color: #ffffff;
}
.mobile-sidebar-button span:before,
.mobile-sidebar-button span:after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #ffffff;
}
.mobile-sidebar-button span:before {
  top: 6px;
}
.mobile-sidebar-button span:after {
  top: 12px;
}
.uou-paginatin {
  position: relative;
  padding-bottom: 20px;
}
.uou-paginatin li {
  display: inline-block;
  margin: 0 5px;
}
.uou-paginatin li.active a {
  color: #288acf;
}
.uou-paginatin li a {
  color: #333333;
  padding: 5px;
}
.uou-paginatin li a:hover {
  color: #288acf;
}
.blog-post-content {
  position: relative;
}
.blog-post-content .meta {
  margin-top: 50px;
}
.blog-post-content p:first-letter {
  padding-left: 40px;
}
.uou-share-story {
  position: relative;
  padding: 20px 0;
}
.uou-share-story h5 {
  margin: 0;
  padding-top: 10px;
}
.uou-post-comment {
  padding: 0px 0 40px;
}
.uou-post-comment h5 {
  margin-top: 0;
}
.uou-post-comment h4 {
  text-transform: capitalize;
  font-size: 20px;
}
.uou-post-comment-form {
  position: relative;
}
.uou-post-comment-form textarea {
  height: 150px;
  resize: none;
  overflow: auto;
}
.heading-shortcodes {
  position: relative;
}
.heading-shortcodes h1 {
  margin-top: 0;
}
.box-shadow-for-ui {
  position: relative;
  box-shadow: 1px 0px 5px rgba(77, 77, 77, 0.2);
  -webkit-box-shadow: 1px 0px 5px rgba(77, 77, 77, 0.2);
  -moz-box-shadow: 1px 0px 5px rgba(77, 77, 77, 0.2);
}
/* Typography */
/* ======================== */
/* Headings */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  line-height: 1.25em;
  color: #333333;
  margin-top: 24px;
  margin-bottom: 24px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
  font-weight: normal;
  line-height: 1;
  color: #595959;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 32px;
}
h3,
.h3 {
  font-size: 28px;
}
h4,
.h4 {
  font-size: 24px;
}
h5,
.h5 {
  font-size: 20px;
}
h6,
.h6 {
  font-size: 16px;
}
/* Basic Typography Styles */
p {
  margin: 0 0 24px;
  font-weight: 400;
  line-height: 27px;
}
small,
.small {
  font-size: 75%;
}
mark,
.mark {
  background-color: rgba(0, 215, 147, 0.25);
  padding: .1em .3em;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, monospace;
}
code {
  padding: .1em .3em;
  color: #333333;
  background-color: #f4f4f4;
}
kbd {
  padding: .1em .3em;
  color: #ffffff;
  background-color: #333333;
}
kbd kbd {
  padding: 0;
}
pre {
  display: block;
  padding: 24px;
  margin: 0 0 24px;
  font-size: 14px;
  line-height: 24px;
  word-break: break-all;
  word-wrap: normal;
  color: #333333;
  background-color: #f4f4f4;
  overflow-x: scroll;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
}
.pre-scrollable {
  max-height: 500px;
  overflow-y: scroll;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}



.header {
  position: relative;
  width: 100%;
  background: url('../img/bg01.jpg') top center no-repeat;
  background-size: cover;
  padding: 0;
  margin-bottom: 50px;
}

.page-template-home-page .header {
  margin-bottom: 0;
}
.header .navbar {
  margin-bottom: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 15px 0;
}
.navbar-default .navbar-brand {
  width: 155px;
  padding: 5px;
}
.header .navbar .navbar-collapse {
  padding: 0;
}

@media (max-width: 768px) {
  .header .navbar .navbar-nav {
    border-bottom: 0;
    text-align: center;
    background: #262626;
    margin: 0;
    padding-bottom: 20px;
  }
  .navbar-right > li:last-child {
    display: inline-block;
  }
}

.header .navbar .navbar-nav > li.active > a {
  background: transparent;
  color: #288acf;
}
.header .navbar .navbar-nav > li a {
  font-size: 14px;
  color: #ffffff;
  transition: all .3s ease;
  padding-left: 20px;
  padding-right: 20px;
  outline: 0;
  width: 100%;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
}
.dropdown-toggle:after {
  border: 0 !important;
  width: auto !important;
  right: 0 !important;
  padding-left: 10px;
  top: 2px;
}

.header .navbar .navbar-nav > li a:hover {
  color: #288acf;
}
.header .navbar .navbar-nav > li a:active,
.header .navbar .navbar-nav > li a:focus {
  outline: 0;
}
.header .navbar .navbar-nav .dropdown.open .dropdown-toggle {
  background: transparent;
  color: #288acf;
  position: relative !important;
}
.header .navbar .navbar-nav .dropdown.open .dropdown-menu .dropdown-toggle {
    background: #333333;
    color: #fff !important;
    height: auto !important;
}

.header .navbar .navbar-nav .dropdown.open .dropdown-menu .dropdown:hover .dropdown-menu {
  display: block !important;
  left: 100% !important;
  top: 0;
}
.header .navbar .navbar-nav .dropdown.open .dropdown-menu .dropdown:hover .dropdown-menu li a {
  white-space: normal !important;
}
.header .navbar .navbar-nav .dropdown-menu {
  background: #333333;
}
.header .navbar .navbar-nav .dropdown-menu li {
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
}
.header .navbar .navbar-nav .dropdown-menu li a {
  display: block;
  border: 0;
}
.header .navbar .navbar-nav .dropdown-menu li a:hover {
  background: transparent;
}
.header .header-banner {
  padding: 50px 15px 70px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.header .header-banner h3 {
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-size: 30px;

}
.header .header-banner p {
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
}
.header .header-banner form {
  position: relative;
  padding: 15px 0;
}
.header .header-banner form .search-icon {
  position: absolute;
  right: 8px;
  top: 22px;
  color: #fff;
  background: #fff;
  font-size: 18px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  outline: 0;
  z-index: 9;

}

.header .header-banner form .search-icon i {
  display: none;
}
.header .header-banner form input {
  height: 60px;
  border: 2px solid  #fff;
  font-size: 16px;
  padding-left: 20px;
  border-radius: 50px;
  padding-right: 60px;
  color: #fff;
  position: relative;
  z-index: 10;
  background: url(../img/icon-search.png) no-repeat right 20px center transparent !important;
}

.header .header-banner form input.ui-autocomplete-loading {
  background: url('../img/icon-loading.gif') no-repeat right 20px center transparent !important;
}



.header .header-banner form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.header .header-banner form input::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.header .header-banner form input:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.header .header-banner form input:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}

@media (max-width: 768px) {
  .header .navbar .navbar-nav .dropdown-menu li a:hover {
    color: #fff !important;
  }
}

/*
======================================================
  MISC
======================================================
*/
/* Spacing (Margin & Padding) */
/* ======================== */
.mt0 {
  margin-top: 0px;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mt50 {
  margin-top: 50px;
}
.mt60 {
  margin-top: 60px;
}
.mt70 {
  margin-top: 70px;
}
.mt80 {
  margin-top: 80px;
}
.mt90 {
  margin-top: 90px;
}
.mt100 {
  margin-top: 100px;
}
.mb0 {
  margin-bottom: 0px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb60 {
  margin-bottom: 60px;
}
.mb70 {
  margin-bottom: 70px;
}
.mb80 {
  margin-bottom: 80px;
}
.mb90 {
  margin-bottom: 90px;
}
.mb100 {
  margin-bottom: 100px;
}
.mtb0 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.mtb10 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.mtb20 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.mtb30 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.mtb40 {
  margin-top: 40px;
  margin-bottom: 40px;
}
.mtb50 {
  margin-top: 50px;
  margin-bottom: 50px;
}
.mtb60 {
  margin-top: 60px;
  margin-bottom: 60px;
}
.mtb70 {
  margin-top: 70px;
  margin-bottom: 70px;
}
.mtb80 {
  margin-top: 80px;
  margin-bottom: 80px;
}
.mtb90 {
  margin-top: 90px;
  margin-bottom: 90px;
}
.mtb100 {
  margin-top: 100px;
  margin-bottom: 100px;
}
.pt0 {
  padding-top: 0px;
}
.pt10 {
  padding-top: 10px;
}
.pt20 {
  padding-top: 20px;
}
.pt30 {
  padding-top: 30px;
}
.pt40 {
  padding-top: 40px;
}
.pt50 {
  padding-top: 50px;
}
.pt60 {
  padding-top: 60px;
}
.pt70 {
  padding-top: 70px;
}
.pt80 {
  padding-top: 80px;
}
.pt90 {
  padding-top: 90px;
}
.pt100 {
  padding-top: 100px;
}
.pb0 {
  padding-bottom: 0px;
}
.pb10 {
  padding-bottom: 10px;
}
.pb20 {
  padding-bottom: 20px;
}
.pb30 {
  padding-bottom: 30px;
}
.pb40 {
  padding-bottom: 40px;
}
.pb50 {
  padding-bottom: 50px;
}
.pb60 {
  padding-bottom: 60px;
}
.pb70 {
  padding-bottom: 70px;
}
.pb80 {
  padding-bottom: 80px;
}
.pb90 {
  padding-bottom: 90px;
}
.pb100 {
  padding-bottom: 100px;
}
.ptb0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.ptb10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.ptb20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.ptb30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.ptb40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.ptb50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.ptb60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.ptb70 {
  padding-top: 70px;
  padding-bottom: 70px;
}
.ptb80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.ptb90 {
  padding-top: 90px;
  padding-bottom: 90px;
}
.ptb100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.pl10 {
  padding-left: 10px;
}
/* Demo Styles */
/* ======================== */
.demo-section {
  margin: 0;
}
.demo-section:last-child {
  border-bottom: 0;
  padding-bottom: 60px;
}
.demo-section .demo-section-title {
  display: block;
  color: #cccccc;
  font-size: 18px;
  margin-top: 0;
  padding: 60px 0 40px;
  margin-bottom: 0;
}
.demo-section .demo-section-title.container {
  padding-left: 15px;
}
.demo-section .demo-section-subtitle {
  display: block;
  color: #cccccc;
  font-size: 18px;
}

.faqsaas-initial-menu.menu{
  float: right;
  margin-top: 12px;
  font-weight: bold;
  text-transform: uppercase;
  list-style: none;
}
