/**
 [Table Of Contents]
 ----------------------
  1. HEADINGS FONT-SIZE
  2. TITLE LINE
  3. SCROLL TO TOP
  4. PRELOADER
  5. HEADER
  6. HEADER STYLE 1
  7. HEADER STYLE 2
  8. HEADER STYLE 3
  9. HEADER STYLE 3
  10. header-search-form
  11. SLIDER
  12. WELCOME SECTION
  13. FEATURE SECTION
  14. SEVICES SECTION
  15. PROJECT SECTION
  16. Testimonials
  17. Blog
  18. Contact
  19. Footer
  20. About layout two
  21. Service layout two
  22. Call Back Service Service
  23. Secont Divider Second Layout
  24. Pricing Table Second Layout
  25. Intro section Third Layout
  26. About Inner Pages
  27. About Inner Pages Two
  28. Service Inner Pages
  29. Team Inner Pages
  30. PROGRESS BAR 2
  31. ISOTOP FILTER
  32. ISOTOP GALLERY
  33. ERROR PAGES
  34. FAQ PAGES
  35. Faq Inner Pages
  36. Extra CSS
**/
body {
  background-attachment: fixed;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  background-color: #ffffff;
  overflow-x: hidden;
  max-width: 100%;
  overflow-x: hidden !important;
  line-height: 1.75;
}
img {
  max-width: 100%;
  height: auto;
}
p {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  line-height: 26px;
}
address{
  background: #F7F7F7;
  padding: 15px;
  line-height: 1.5em;
}
pre{
  margin-bottom: 20px;
}
ul,
ol {
  margin: 0 0 1.75em 1.25em;
  padding: 0;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
  margin-left: 1.5em;
}
li>ul,
li>ol {
  margin-bottom: 0;
}
.sidebar ul {
  margin-left: 0;
}
iframe {
  border: none;
  width: 100%;
}
a {
  color: #808080;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #595959;
  text-decoration: none;
}
a img {
  border: none;
}
iframe {
  border: none;
}
dl {
  margin: 0 0 1.75em;
}
dt {
  font-weight: 700;
}
dd {
  margin: 0 0 1.75em;
}
img {
  height: auto;
  max-width: 100%;
  /* Adhere to container width. */
  vertical-align: middle;
}
del {
  opacity: 0.8;
}
table,
th,
td {
  border: 1px solid #d1d1d1;
}
table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 1.75em;
  table-layout: fixed;
  /* Prevents HTML tables from becoming too wide */
  width: 100%;
}
caption,
th,
td {
  font-weight: normal;
  text-align: left;
}
th {
  border-width: 0 1px 1px 0;
  font-weight: 700;
}
td {
  border-width: 0 1px 1px 0;
}
th,
td {
  padding: 0.4375em;
}
.content-side th a,
.comment-main-area tr td a {
  color: #32C3EB;
}
.content-side thead,
.comment-main-area th {
  background: #32C3EB;
  color: #fff;
}
.page table th {
  background: #32C3EB;
  color: #fff;
}
.page table a {
  color: #32C3EB;
}
/* ========== HEADINGS FONT-SIZE ========== */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  line-height: 1.42857143;
  color: #000000;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 18px;
}
h4 {
  font-size: 16px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 12px;
}
.plmbr-ff-Raleway {
  font-family: "Raleway", sans-serif;
}
.plmbr-ff-Roboto {
  font-family: 'Roboto', sans-serif;
}
.plmbr-ff-Seaweed {
  font-family: 'Seaweed Script', cursive;
}
.text-thm {
  color: #1cbde9;
}
.plmbr-btn-thm {
  border-radius: 0px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.plmbr-btn-thm {
  background-color: #1cbde9;
  color: #fff;
  border: none;
  padding: 12px 18px;
}
.plmbr-btn-thm:hover,
.plmbr-btn-thm:active,
.plmbr-btn-thm:focus {
  background-color: #1e1e1e;
  color: #fff;
}
.plmbr-button-styledark {
  background-color: #1e1e1e;
  border-color: #1e1e1e;
  color: #fff;
  border-radius: 0px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.plmbr-button-styledark:hover,
.plmbr-button-styledark:active,
.plmbr-button-styledark:focus {
  background-color: #1cbde9;
  border-color: #1cbde9;
  color: #fff;
}
.btn-default {
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
}
/* ========== TITLE LINE ========== */

.plmbr-title-line {
  background-color: #1cbde9;
  height: 1px;
  left: 34%;
  position: absolute;
  top: 20px;
  width: 50px;
}
.plmbr-title-line::before {
  background-color: #1cbde9;
  content: "";
  height: 1px;
  position: absolute;
  right: 0;
  top: -3px;
  width: 40px;
}
.plmbr-title-line::after {
  background-color: #1cbde9;
  content: "";
  height: 1px;
  position: absolute;
  right: 0;
  top: 3px;
  width: 40px;
}
.plmbr-title-line2 {
  background-color: #1cbde9;
  height: 1px;
  position: absolute;
  right: 34%;
  top: 20px;
  width: 50px;
}
.plmbr-title-line2::before {
  background-color: #1cbde9;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: -3px;
  width: 40px;
}
.plmbr-title-line2::after {
  background-color: #1cbde9;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 3px;
  width: 40px;
}
/* ========== SECTOPM AND separator ========== */

section {
  position: relative;
}
/* ========== SCROLL TO TOP ========== */

.scrollToTop {
  background: rgba(0, 0, 0, 0.3);
  bottom: 15px;
  display: none;
  height: 50px;
  padding: 2px;
  position: fixed;
  right: 15px;
  text-align: center;
  text-decoration: none;
  width: 50px;
  z-index: 99999;
}
.scrollToTop i {
  color: #ffffff;
  font-size: 42px;
}
.scrollToTop:hover {
  background: rgba(0, 0, 0, 0.8);
  text-decoration: none;
}
/* ========== PRELOADER ========== */

.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/preloader.gif);
}
/*--------------------------------------------------------------
#0.3  header
--------------------------------------------------------------*/


.site-header .navigation {
  background-color: #fff;
  margin-bottom: 0;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  z-index: 99;
}
.site-header .navigation>.container {
  position: relative;
}
.site-header #navbar {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  /*** mega-menu style ***/
  ;
}
.site-header #navbar>ul li a:hover {
  text-decoration: none;
  color: #32C3EB;
}
.site-header #navbar ul li.menu-item-has-children>a:after {
  display: inline-block;
  font-family: fontawesome;
  content: "\f107";
  font-style: normal;
  font-weight: normal;
  margin-left: 10px;
  margin-right: 0px;
  float: right;
}
.site-header #navbar ul.sub-menu li.menu-item-has-children>a:after {
  content: "\f105";
}
@media screen and (min-width: 992px) {
  .site-header #navbar {
    /*** hover effect ***/
    ;
  }
  .site-header #navbar li {
    position: relative;
  }
  .site-header #navbar>ul>li>a {
    font-size: 16px;
  }
  .site-header #navbar>ul .sub-menu {
    background-color: #fff;
    width: 220px;
    position: absolute;
    left: 0;
    top: 130%;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    margin-left: 0px;
  }
  .site-header #navbar>ul>li .sub-menu li {
    border-bottom: 1px solid #e6e6e6;
  }
  .site-header #navbar>ul>li .sub-menu li:last-child {
    border-bottom: none;
  }
  .site-header #navbar>ul>li .sub-menu a {
    font-size: 14px;
    display: block;
    padding: 8px 15px;
  }
  .site-header #navbar>ul>li>.sub-menu .sub-menu {
    left: 110%;
    top: 0;
  }
  .site-header #navbar>ul>li>.sub-menu>.menu-item-has-children>a {
    position: relative;
  }
  .site-header #navbar>ul>li>.sub-menu>.menu-item-has-children>a:before {
    font-family: "FontAwesome";
    content: "\f105";
    font-size: 15px;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .site-header #navbar>ul>li:hover>.sub-menu {
    top: 100%;
    visibility: visible;
    opacity: 1;
  }
  .site-header #navbar .sub-menu>li:hover>.sub-menu {
    left: 100%;
    visibility: visible;
    opacity: 1;
  }
}
@media (max-width: 991px) {
  .site-header #navbar>ul>li a {
    display: block;
    font-size: 14px;
  }
  .site-header #navbar>ul>li .sub-menu li {
    border-bottom: 1px solid #e6e6e6;
    list-style: none;
  }
  .site-header #navbar>ul .sub-menu>li:last-child {
    border-bottom: 0;
  }
  .site-header #navbar>ul>li>.sub-menu a {
    padding: 8px 15px 8px 45px;
  }
  .site-header #navbar>ul>li>.sub-menu .sub-menu a {
    padding: 8px 15px 8px 65px;
  }
  .site-header #navbar>ul .menu-item-has-children>a {
    position: relative;
  }
  .site-header #navbar>ul .menu-item-has-children>a:before {
    font-family: "FontAwesome";
    content: "\f107";
    font-size: 15px;
    position: absolute;
    right: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .site-header #navbar ul li.menu-item-has-children>a:after {
    display: none;
    font-family: fontawesome;
    content: "\f107";
    font-style: normal;
    font-weight: normal;
    margin-left: 10px;
    margin-right: 0px;
    float: right;
  }
  .site-header #navbar ul.sub-menu li.menu-item-has-children>a:after {
    content: "\f105";
  }
}
@media screen and (min-width: 992px) {
  .site-header #navbar {
    /*** hover effect ***/
    ;
  }
  .site-header #navbar .has-mega-menu {
    position: static;
  }
  .site-header #navbar .mega-menu,
  .site-header #navbar .half-mega-menu {
    background-color: #fff;
    padding: 20px;
    border-top: 2px solid #32C3EB;
    position: absolute;
    right: 0;
    top: 120%;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
  }
  .site-header #navbar .mega-menu {
    width: 1140px;
    right: 15px;
  }
  .site-header #navbar .half-mega-menu {
    width: 585px;
  }
  .site-header #navbar .mega-menu-box-title {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    padding-bottom: 7px;
    margin-bottom: 7px;
    border-bottom: 1px solid #e6e6e6;
  }
  .site-header #navbar .mega-menu-list-holder li a {
    font-size: 14px;
    display: block;
    padding: 7px 8px;
    margin-left: -8px;
  }
  .site-header #navbar .has-mega-menu:hover>ul {
    top: 100%;
    visibility: visible;
    opacity: 1;
  }
}
@media (max-width: 1199px) {
  .site-header #navbar>ul .mega-menu {
    width: 950px;
    right: 15px;
  }
  .site-header #navbar>ul .half-mega-menu {
    width: 485px;
  }
}
@media (max-width: 991px) {
  .site-header #navbar>ul .mega-menu,
  .site-header #navbar>ul .half-mega-menu {
    width: auto;
  }
  .site-header #navbar>ul .mega-menu .row,
  .site-header #navbar>ul .half-mega-menu .row {
    margin: 0;
  }
  .site-header #navbar .mega-menu-content>.row>.col {
    margin-bottom: 25px;
  }
}
@media (max-width: 991px) {
  .site-header #navbar .mega-menu .mega-menu-list-holder a {
    padding: 5px 15px 5px 40px;
  }
  .site-header #navbar .mega-menu .mega-menu-box-title {
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    border-bottom: 1px dotted #b3b3b3;
    padding: 0 0 4px 5px;
    margin: 0 25px 8px 25px;
  }
}
@media screen and (min-width: 992px) {
  .site-header .navbar-header .open-btn {
    display: none;
  }
  .site-header #navbar .close-navbar {
    display: none;
  }
}
@media (max-width: 991px) {
  .site-header {
    /* class for show hide navigation */
    ;
  }
  .site-header .container {
    width: 100%;
  }
  .site-header .navbar-header button {
    background-color: #32C3EB;
    width: 40px;
    height: 35px;
    border: 0;
    padding: 5px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    outline: 0;
    position: absolute;
    right: 15px;
    top: 20px;
    z-index: 20;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .site-header .navbar-header button {
    top: 17px;
  }
}
@media (max-width: 991px) {
  .site-header .navbar-header button span {
    background-color: #fff;
    display: block;
    height: 2px;
    margin-bottom: 5px;
  }
  .site-header .navbar-header button span:last-child {
    margin: 0;
  }
  .site-header #navbar {
    background: #fff;
    display: block !important;
    width: 280px;
    margin: 0;
    padding: 0;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    position: fixed;
    right: -300px;
    top: 0;
    z-index: 100;
  }
  .admin-bar .site-header .navbar-fixed-top #navbar {
    top: 48px;
  }
  .admin-bar .site-header .navbar-fixed-top #navbar {
    top: 0px !important;
    transition: .3s;
  }
  .site-header #navbar ul a {
    color: #000;
  }
  .site-header #navbar ul a:hover,
  .site-header #navbar ul li.current a {
    color: #32C3EB;
  }
  .site-header #navbar .navbar-nav {
    height: 100%;
    overflow: auto;
  }
  .site-header #navbar .close-navbar {
    background-color: #32C3EB;
    width: 35px;
    height: 35px;
    color: #fff;
    border: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    outline: none;
    position: absolute;
    left: -18px;
    top: 10px;
    z-index: 20;
  }
  .site-header #navbar>ul>li {
    border-bottom: 1px solid #cccccc;
  }
  .site-header #navbar>ul>li>a {
    padding: 10px 15px 10px 35px;
  }
  .site-header .slideInn {
    right: 0 !important;
  }
}
@media (max-width: 767px) {
  .site-header .navbar-header .navbar-brand {
    font-size: 24px;
  }
  .site-header #navbar .navbar-nav {
    margin: 0;
  }
}
@media (max-width: 991px) {
  .site-header .navbar-collapse.collapse {
    display: none;
  }
  .site-header .navbar-collapse.collapse.in {
    display: block;
  }
  .site-header .navbar-header .collapse,
  .site-header .navbar-toggle {
    display: block;
  }
  .site-header .navbar-header {
    float: none;
  }
  .site-header .navbar-right {
    float: none;
  }
  .site-header .navbar-nav {
    float: none;
  }
  .site-header .navbar-nav>li {
    float: none;
  }
  .site-header .navbar-nav ul.sub-menu {
    margin-left: 0;
  }
}
/*****************************
  header style 1
******************************/

.header-style-1,
.header-style-2,
.header-style-3 {
  background-color: #087fa0;
}
.header-style-1 .upper-topbar,
.header-style-2 .upper-topbar,
.header-style-3 .upper-topbar {
  padding: 15px 0;
  border-bottom: 1px solid #32C3EB;
}
@media (max-width: 767px) {
  .header-style-1 .upper-topbar,
  .header-style-2 .upper-topbar,
  .header-style-3 .upper-topbar {
    text-align: center;
    padding: 15px 0 8px;
  }
}
.header-style-1 .upper-topbar p,
.header-style-2 .upper-topbar p,
.header-style-3 .upper-topbar p,
.header-style-1 .upper-topbar .social-links a,
.header-style-2 .upper-topbar .social-links a,
.header-style-3 .upper-topbar .social-links a {
  color: #d8d8d8;
}
.header-style-1 .upper-topbar .social-links a:hover,
.header-style-2 .upper-topbar .social-links a:hover,
.header-style-3 .upper-topbar .social-links a:hover {
  color: #fff;
}
.header-style-1 .upper-topbar p,
.header-style-2 .upper-topbar p,
.header-style-3 .upper-topbar p {
  font-weight: bold;
  margin: 0;
}
@media (max-width: 991px) {
  .header-style-1 .upper-topbar p,
  .header-style-2 .upper-topbar p,
  .header-style-3 .upper-topbar p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .header-style-1 .social-links-wrapper,
  .header-style-2 .social-links-wrapper,
  .header-style-3 .social-links-wrapper {
    text-align: center;
    margin-top: 12px;
  }
}
.header-style-1 .social-links,
.header-style-2 .social-links,
.header-style-3 .social-links {
  float: right;
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .header-style-1 .social-links,
  .header-style-2 .social-links,
  .header-style-3 .social-links {
    display: inline-block;
  }
  .header-style-2 ul.info {
    list-style: none;
    margin-left: -25px !important;
  }
}
.header-style-1 .social-links>li+li,
.header-style-2 .social-links>li+li,
.header-style-3 .social-links>li+li {
  margin-left: 15px;
}
.header-style-1 .social-links>li a,
.header-style-2 .social-links>li a,
.header-style-3 .social-links>li a {
  font-size: 16px;
}

@media (max-width: 991px) {
  .header-style-1 .social-links>li a,
  .header-style-2 .social-links>li a,
  .header-style-3 .social-links>li a {
    font-size: 14px;
  }
}
.header-style-1 .lower-topbar,
.header-style-2 .lower-topbar,
.header-style-3 .lower-topbar {
  background-color: #087fa0;
  padding: 27px 0;
  position: relative;
  border-bottom: 1px solid #e0e0e0;
  background-clip: border-box;
}
@media (max-width: 991px) {
  .header-style-1 .lower-topbar,
  .header-style-2 .lower-topbar,
  .header-style-3 .lower-topbar {
    padding: 0;
  }
}
.header-style-1 .lower-topbar:before,
.header-style-2 .lower-topbar:before,
.header-style-3 .lower-topbar:before {
  content: "";
  background-color: #fff;
  width: 40%;
  height: 100%;
  position: absolute;
  left: -50px;
  top: 0;
  -webkit-transform: skewX(40deg);
  -moz-transform: skewX(40deg);
  -o-transform: skewX(40deg);
  -ms-transform: skewX(40deg);
  transform: skewX(40deg);
}
@media (max-width: 1199px) {
  .header-style-1 .lower-topbar:before,
  .header-style-2 .lower-topbar:before,
  .header-style-3 .lower-topbar:before {
    width: 35%;
  }
}
@media (max-width: 991px) {
  .header-style-1 .lower-topbar:before,
  .header-style-2 .lower-topbar:before,
  .header-style-3 .lower-topbar:before {
    width: 100%;
    left: 0;
    -webkit-transform: skewX(0);
    -moz-transform: skewX(0);
    -o-transform: skewX(0);
    -ms-transform: skewX(0);
    transform: skewX(0);
  }
}
.header-style-1 .lower-topbar .logo,
.header-style-2 .lower-topbar .logo,
.header-style-3 .lower-topbar .logo {
  position: relative;
}
@media (max-width: 991px) {
  .header-style-1 .lower-topbar .logo,
  .header-style-2 .lower-topbar .logo,
  .header-style-3 .lower-topbar .logo {
    text-align: center;
    padding: 15px 10px;
  }
}
.header-style-1 .lower-topbar .logo img,
.header-style-2 .lower-topbar .logo img,
.header-style-3 .lower-topbar .logo img {
  position: relative;
  z-index: 10;
}
@media (max-width: 1199px) {
  .header-style-1 .lower-topbar .logo img,
  .header-style-2 .lower-topbar .logo img,
  .header-style-3 .lower-topbar .logo img {
    max-width: 200px;
  }
}
@media (max-width: 991px) {
  .header-style-1 .info-bar-wrapper,
  .header-style-2 .info-bar-wrapper,
  .header-style-3 .info-bar-wrapper {
    background-color: #087fa0;
    text-align: center;
    padding: 10px 0;
  }
}
.header-style-1 .info-bar,
.header-style-2 .info-bar,
.header-style-3 .info-bar {
  overflow: hidden;
  float: right;
  margin-top: 11px;
}
@media (max-width: 991px) {
  .header-style-1 .info-bar,
  .header-style-2 .info-bar,
  .header-style-3 .info-bar {
    display: inline-block;
    float: none;
  }
}
.header-style-1 .info-bar>div,
.header-style-2 .info-bar>div,
.header-style-3 .info-bar>div {
  float: left;
}
@media (max-width: 767px) {
  .header-style-1 .info-bar>div,
  .header-style-2 .info-bar>div,
  .header-style-3 .info-bar>div {
    float: none;
  }
}
.header-style-1 .info-bar .box,
.header-style-2 .info-bar .box,
.header-style-3 .info-bar .box {
  position: relative;
  padding: 0 0 5px 60px;
  margin-left: 50px;
}
@media (max-width: 1199px) {
  .header-style-1 .info-bar .box,
  .header-style-2 .info-bar .box,
  .header-style-3 .info-bar .box {
    padding: 0 0 5px 55px;
  }
}
@media (max-width: 991px) {
  .header-style-1 .info-bar .box,
  .header-style-2 .info-bar .box,
  .header-style-3 .info-bar .box {
    padding: 0 0 5px 48px;
  }
}
.header-style-1 .info-bar>.box+.box,
.header-style-2 .info-bar>.box+.box,
.header-style-3 .info-bar>.box+.box {
  margin-left: 45px;
}
@media (max-width: 767px) {
  .header-style-1 .info-bar>.box+.box,
  .header-style-2 .info-bar>.box+.box,
  .header-style-3 .info-bar>.box+.box {
    margin: 10px 0 0 0;
  }
}
.header-style-1 .info-bar .icon,
.header-style-2 .info-bar .icon,
.header-style-3 .info-bar .icon {
  position: absolute;
  left: 0;
  top: -5px;
}
.header-style-2 .info-bar .icon i {
  color: #fff;
  margin-left: 15px;
}
.header-style-2 .info-bar .icon,
.header-style-3 .info-bar .icon {
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 33px;
  width: 50px;
  height: 50px;
}
.header-style-1 .info-bar>.box:nth-child(2) .icon,
.header-style-2 .info-bar>.box:nth-child(2) .icon,
.header-style-3 .info-bar>.box:nth-child(2) .icon {
  top: -10px;
}
.header-style-1 .info-bar .icon .fi:before,
.header-style-2 .info-bar .icon .fi:before,
.header-style-3 .info-bar .icon .fi:before {
  font-size: 40px;
  color: #fff;
}
@media (max-width: 991px) {
  .header-style-1 .info-bar .icon .fi:before,
  .header-style-2 .info-bar .icon .fi:before,
  .header-style-3 .info-bar .icon .fi:before {
    font-size: 35px;
  }
}
.header-style-1 .info-bar .details,
.header-style-2 .info-bar .details,
.header-style-3 .info-bar .details {
  text-align: left;
}
.header-style-1 .info-bar .details h4,
.header-style-2 .info-bar .details h4,
.header-style-3 .info-bar .details h4 {
  font-size: 15px;
  color: #fff;
  margin: 0 0 0.3em;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .header-style-1 .info-bar .details h4,
  .header-style-2 .info-bar .details h4,
  .header-style-3 .info-bar .details h4 {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .header-style-1 .info-bar .details h4,
  .header-style-2 .info-bar .details h4,
  .header-style-3 .info-bar .details h4 {
    font-size: 13px;
  }
}
.header-style-1 .info-bar .details p,
.header-style-2 .info-bar .details p,
.header-style-3 .info-bar .details p {
  font-size: 14px;
  color: #d2d2d2;
  margin: 0;
}
@media (max-width: 991px) {
  .header-style-1 .info-bar .details p,
  .header-style-2 .info-bar .details p,
  .header-style-3 .info-bar .details p {
    font-size: 13px;
  }
}
@media screen and (min-width: 992px) {
  .header-style-1,
  .header-style-2,
  .header-style-3 {
    /*** submenu style ***/
    ;
  }
  .header-style-1 #navbar,
  .header-style-2 #navbar,
  .header-style-3 #navbar {
    padding-left: 0;
    margin-left: -12px;
  }
  .header-style-1 #navbar>ul>li>a,
  .header-style-2 #navbar>ul>li>a,
  .header-style-3 #navbar>ul>li>a {
    font-size: 14px;
    font-weight: bold;
    color: #393939;
    padding: 42px 11px;
    text-transform: uppercase;
  }
  .header-style-1 #navbar>ul>li .sub-menu li,
  .header-style-2 #navbar>ul>li .sub-menu li,
  .header-style-3 #navbar>ul>li .sub-menu li {
    list-style: none;
  }
  .header-style-1 #navbar>ul>li .sub-menu a,
  .header-style-2 #navbar>ul>li .sub-menu a,
  .header-style-3 #navbar>ul>li .sub-menu a {
    background-color: #03a6d3;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    padding: 10px 15px;
    transition: .3s;
  }
  .header-style-1 #navbar>ul>li .sub-menu a:hover,
  .header-style-2 #navbar>ul>li .sub-menu a:hover,
  .header-style-3 #navbar>ul>li .sub-menu a:hover,
  .header-style-1 #navbar>ul>li .current-menu-item>a,
  .header-style-2 #navbar>ul>li .current-menu-item>a,
  .header-style-3 #navbar>ul>li .current-menu-item>a {
    background-color: #eee;
    color: #333;
  }
  .header-style-1 #navbar>ul>li.current-menu-ancestor>a,
  .header-style-2 #navbar>ul>li.current-menu-ancestor>a,
  .header-style-3 #navbar>ul>li.current-menu-ancestor>a {
    color: #32C3EB;
  }
  .header-style-1 #navbar>ul>li.current-menu-item>a,
  .header-style-2 #navbar>ul>li.current-menu-item>a,
  .header-style-3 #navbar>ul>li.current-menu-item>a {
    color: #32C3EB;
  }
}
@media (max-width: 991px) {
  .header-style-1 #navbar>ul>li.current-menu-ancestor>a,
  .header-style-2 #navbar>ul>li.current-menu-ancestor>a,
  .header-style-3 #navbar>ul>li.current-menu-ancestor>a,
  .header-style-1 #navbar>ul li.current-menu-item>a,
  .header-style-2 #navbar>ul li.current-menu-item>a,
  .header-style-3 #navbar>ul li.current-menu-item>a,
  .header-style-1 #navbar>ul>li .current-menu-item>a,
  .header-style-2 #navbar>ul>li .current-menu-item>a,
  .header-style-3 #navbar>ul>li .current-menu-item>a {
    color: #32C3EB;
  }
}
@media screen and (min-width: 992px) {
  .header-style-1 #navbar>ul>li:last-child>.sub-menu .sub-menu,
  .header-style-2 #navbar>ul>li:last-child>.sub-menu .sub-menu,
  .header-style-3 #navbar>ul>li:last-child>.sub-menu .sub-menu {
    left: auto;
    right: 100%;
  }
}
/*****************************
  header style 2
******************************/

.header-style-2 {
  background-color: transparent;
}
.header-style-2 .topbar {
  background: #111 center center/auto repeat local;
}
.header-style-2 .upper-topbar {
  border-color: #292929;
}
.header-style-2 .upper-topbar p {
  color: #ababab;
}
.header-style-2 .lower-topbar {
  background-color: transparent;
  border: 0;
}
@media screen and (min-width: 992px) {
  .header-style-2 .lower-topbar {
    padding: 40px 0 80px;
  }
}
.header-style-2 .lower-topbar:before {
  display: none;
}
@media (max-width: 991px) {
  .header-style-2 .info-bar-wrapper {
    background: transparent;
  }
}
@media screen and (min-width: 992px) {
  .header-style-2 .info-bar {
    margin-top: 5px;
  }
}
.header-style-2 .info-bar .icon .fi:before {
  color: #32C3EB;
}
.header-style-2 .info-bar .details p {
  color: #c5c5c5;
}
@media screen and (min-width: 992px) {
  .header-style-2 .navigation {
    background: transparent;
    top: -43px;
    z-index: 20;
  }
  .header-style-2 .navigation>.container {
    background-color: #fff;
  }
  .header-style-2 #navbar {
    padding-left: 5px;
  }
  .header-style-2 #navbar>ul>li>a {
    padding: 30px 12px;
  }
  .header-style-2 .container .search-area-quote {
    line-height: 78px;
  }
  .header-style-2 .container .search-area-quote .quote {
    height: 45px;
    line-height: 45px;
  }
  .header-style-2 .container .header-search-area .open-btn {
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    color: #087fa0;
    top: 1px;
  }
}
@media (max-width: 991px) {
  .header-style-2 .container .header-search-area .open-btn {
    top: 2px;
  }
}
.header-style-2 .container .header-search-area .open-btn:hover {
  background-color: #32C3EB;
  color: #fff;
}
/*****************************
  header style 3
******************************/

.header-style-3 .upper-topbar {
  background-color: #1e1e1e;
  border-bottom: 0;
}
.header-style-3 .upper-topbar .info {
  overflow: hidden;
  margin-bottom: 0px;
  margin-left: 0px;
}
@media (max-width: 767px) {
  .header-style-3 .upper-topbar .info {
    overflow: hidden;
    border-bottom: 1px solid #32C3EB;
    padding-bottom: 16px;
  }
}
.header-style-3 .upper-topbar .info li {
  float: left;
  color: #fff;
}
.header-style-2 .upper-topbar .info li {
  float: left;
  color: #fff;
}
.header-style-3 .upper-topbar .info li i {
  display: inline-block;
  padding-right: 5px;
  color: #32C3EB;
}
.header-style-2 .upper-topbar .info li i {
  display: inline-block;
  padding-right: 5px;
  color: #32C3EB;
}
@media (max-width: 767px) {
  .header-style-3 .upper-topbar .info li {
    float: none;
    display: block;
  }
}
.header-style-3 .upper-topbar .info>li+li {
  margin-left: 30px;
}
.header-style-2 .upper-topbar .info>li+li {
  margin-left: 30px;
}
@media (max-width: 767px) {
  .header-style-3 .upper-topbar .info>li+li {
    margin: 2px 0 0 0;
  }
}
.header-style-3 .upper-topbar .social-links a {
  color: #fff;
}
.header-style-3 .upper-topbar .social-links a:hover {
  color: #3a590d;
}
.header-style-3 .navigation .search-area-quote {
  position: absolute;
  right: 15px;
}
@media (max-width: 991px) {
  .header-style-3 .navigation .search-area-quote {
    line-height: 50px;
    position: absolute;
    right: 65px;
    top: 0;
  }
}
@media (max-width: 991px) {
  .header-style-3 .navigation .header-search-area .open-btn {
    height: 35px;
    line-height: 35px;
  }
}
@media screen and (min-width: 992px) {
  .header-style-3 #navbar {
    margin-right: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .header-style-3 #navbar {
    margin-right: 65px;
  }
}
.header-style-3 .navbar-header .logo {
  margin-top: 24px;
  display: inline-block;
}
@media (max-width: 991px) {
  .header-style-3 .navbar-header .logo {
    max-width: 180px;
    margin: 0 0 0 10px;
  }
}
@media (max-width: 991px) {
  .header-style-3 .navigation {
    padding: 15px 0;
  }
}
@media (max-width: 991px) {
  .header-style-3 .navbar-header button {
    top: 7px;
  }
}
.site-header {
  /*** header search area and quote btn ***/
  ;
}
.site-header .search-area-quote {
  float: right;
  line-height: 104px;
}
@media (max-width: 991px) {
  .site-header .search-area-quote {
    float: left;
    line-height: 80px;
  }
}
@media (max-width: 767px) {
  .site-header .search-area-quote {
    float: left;
    line-height: 70px;
  }
}
.site-header .header-search-area,
.site-header .search-area-quote .quote,
.site-header .search-area-quote .phone {
  display: inline-block;
}
@media (max-width: 991px) {
  .site-header .header-search-area {
    position: static;
  }
}
.site-header .header-search-area .open-btn {
  background-color: #32C3EB;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  font-size: 18px;
  color: #fff;
  padding: 0 15px;
  position: relative;
  top: 0;
}
@media (max-width: 1199px) {
  .site-header .header-search-area .open-btn {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    padding: 0 12px;
  }
}
@media (max-width: 991px) {
  .site-header .search-area-quote .quote,
  .site-header .search-area-quote .phone {
    margin-left: 0;
  }
}
.site-header .search-area-quote .phone span {
  background-color: #32C3EB;
  height: 50px;
  line-height: 50px;
  font-weight: 600;
  padding: 0 15px;
  color: #fff;
  display: inline-block;
}
@media (max-width: 1199px) {
  .site-header .search-area-quote .phone span {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    padding: 0 12px;
  }
}
.site-header .search-area-quote .phone i {
  display: inline-block;
  padding-right: 5px;
  color: #3a590d;
}
.header-two-margin {
  margin-top: -80px;
}
.header-style-2 .navigation.navbar-fixed-top {
  background: #fff;
  top: 0px;
  transition: .3s;
}
/***********************************************
  header-search-form
***********************************************/

.header-search-form {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  background: #32C3EB;
}
.header-search-form form {
  width: 500px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .header-search-form form {
    width: 300px;
  }
}
.header-search-form form input {
  width: 100%;
  height: 60px;
  font-size: 16px;
  padding: 15px 75px 15px 25px;
  border: 2px solid #087fa0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media (max-width: 767px) {
  .header-search-form form input {
    width: 100%;
    height: 44px;
    font-size: 14px;
    padding: 15px 75px 15px 15px;
  }
}
.header-search-form form input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 2px solid #087fa0;
}
.header-search-form form .btn {
  background-color: #087fa0;
  width: 55px;
  height: 100%;
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
@media (max-width: 767px) {
  .header-search-form form .btn {
    width: 44px;
    height: 44px;
  }
}
.header-search-form form .btn:focus,
.header-search-form form .btn:active {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/*--------------------------------------------------------------
#0.4  hero slider
--------------------------------------------------------------*/

.hero {
  position: relative;
  height: 700px;
  overflow: hidden;
  /** slider controls **/
  /*** hero slider animation ***/
  ;
}
@media (max-width: 1199px) {
  .hero {
    height: 600px;
  }
}
@media (max-width: 991px) {
  .hero {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .hero {
    min-height: 420px;
  }
}
.hero .slide {
  height: 700px;
  position: relative;
  background-repeat: no-repeat;
  position: relative;
}
@media (max-width: 1199px) {
  .hero .slide {
    height: 600px;
  }
}
@media (max-width: 991px) {
  .hero .slide {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .hero .slide {
    min-height: 420px;
  }
}
.hero .slide .slider-bg {
  display: none;
}
.hero .slide:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.hero .slide:focus {
  outline: none;
}
.hero .slide .container {
  height: 100%;
  display: table;
}
@media (max-width: 767px) {
  .hero .slide .container {
    padding: 0;
  }
}
.hero .slide .row {
  display: table-cell;
  vertical-align: middle;
}
.hero .slick-prev,
.hero .slick-next {
  background-color: rgba(115, 178, 26, 0.3);
  width: 50px;
  height: 50px;
  z-index: 10;
  border: 2px solid #32C3EB;
  opacity: 0;
  visibility: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
@media (max-width: 1315px) {
  .hero .slick-prev,
  .hero .slick-next {
    display: none !important;
  }
}
.hero .slick-prev {
  left: 15px;
}
.hero .slick-prev:before {
  font-family: "FontAwesome";
  content: "\f104";
  opacity: 1;
}
.hero .slick-next {
  right: 15px;
}
.hero .slick-next:before {
  font-family: "FontAwesome";
  content: "\f105";
  opacity: 1;
}
.hero:hover .slick-prev,
.hero:hover .slick-next {
  opacity: 1;
  visibility: visible;
}
.hero .slick-prev:hover,
.hero .slick-next:hover {
  background-color: #32C3EB;
}
.hero .slick-dots {
  bottom: 45px;
  display: none !important;
}
@media (max-width: 1315px) {
  .hero .slick-dots {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .hero .slick-dots {
    bottom: 30px;
  }
}
.hero .slick-dots .slick-active {
  background-color: #32C3EB;
}
.hero .slick-dots li {
  background-color: rgba(115, 178, 26, 0.1);
  width: 15px;
  height: 15px;
  margin: 0 12px 0 0;
  position: relative;
  display: inline-block;
  border: 2px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.hero .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.hero .slick-dots li button:before {
  display: none;
}
.hero .hero-slider .slide-caption>h2 {
  font-size: 45px;
  line-height: 1.2em;
  margin: 0 0 0.8em;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .hero .hero-slider .slide-caption>h2 {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .hero .hero-slider .slide-caption>h2 {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .hero .hero-slider .slide-caption>h2 {
    font-size: 30px;
  }
}
@media (max-width: 600px) {
  .hero .hero-slider .slide-caption>h2 {
    font-size: 25px;
  }
}
.hero .hero-slider .slide-caption>p {
  font-size: 20px;
  font-style: italic;
  margin-bottom: 2em;
}
@media (max-width: 991px) {
  .hero .hero-slider .slide-caption>p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .hero .hero-slider .slide-caption>p {
    font-size: 17px;
  }
}
@media (max-width: 600px) {
  .hero .hero-slider .slide-caption>p {
    font-size: 16px;
  }
}
.hero .hero-slider .btn-group>a:first-child {
  margin-right: 5px;
}
.hero .hero-slider .slide-caption>h2,
.hero .hero-slider .slide-caption>p,
.hero .hero-slider .slide-caption>.btn-group {
  color: #fff;
  opacity: 0;
}
.hero .hero-slider .slick-list .slick-current .slide-caption>h2 {
  -webkit-animation: fadeInLeftSlow 1.5s 0.8s forwards;
  -moz-animation: fadeInLeftSlow 1.5s 0.8s forwards;
  -o-animation: fadeInLeftSlow 1.5s 0.8s forwards;
  -ms-animation: fadeInLeftSlow 1.5s 0.8s forwards;
  animation: fadeInLeftSlow 1.5s 0.8s forwards;
}
.hero .hero-slider .slick-list .slick-current .slide-caption>p {
  -webkit-animation: fadeInLeftSlow 1.5s 1.4s forwards;
  -moz-animation: fadeInLeftSlow 1.5s 1.4s forwards;
  -o-animation: fadeInLeftSlow 1.5s 1.4s forwards;
  -ms-animation: fadeInLeftSlow 1.5s 1.4s forwards;
  animation: fadeInLeftSlow 1.5s 1.4s forwards;
}
.hero .hero-slider .slick-list .slick-current .slide-caption>.btn-group {
  -webkit-animation: fadeInLeftSlow 1.5s 2.2s forwards;
  -moz-animation: fadeInLeftSlow 1.5s 2.2s forwards;
  -o-animation: fadeInLeftSlow 1.5s 2.2s forwards;
  -ms-animation: fadeInLeftSlow 1.5s 2.2s forwards;
  animation: fadeInLeftSlow 1.5s 2.2s forwards;
}
@media screen and (min-width: 992px) {
  .home-style-2 .hero {
    margin-top: -80px;
  }
}
.theme-btn-2,
.theme-btn-3 {
  background-color: #73b21a;
  /* height: 45px; */
  /* line-height: 45px; */
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  color: #fff;
  padding: 0 40px 0 15px;
  display: inline-block;
  text-transform: uppercase;
  position: relative;
}
a.theme-btn-2 {
  color: #fff;
  font-size: 14px;
  background: #32c3eb;
  padding: 15px 35px 13px 24px;
  border-radius: 2px;
}
.theme-btn-2:after,
.theme-btn-3:after {
  font-family: "FontAwesome";
  content: "\f0a9";
  font-size: 16px;
  position: absolute;
  right: 10px;
  top: 12px;
  color: #fefefe;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.hero-slider-s2 .hero-slider .btn-group>a:last-child {
  background-color: #fff;
  color: #393939;
}
.hero-slider-s2 .hero-slider .btn-group>a:last-child:hover {
  color: #000;
}
.hero-slider-s2 .hero-slider .btn-group>a:last-child:hover:after {
  color: #393939;
}
.hero-slider-s2 .hero-slider .btn-group>a:hover {
  background-color: #fff;
  color: #000;
}
.hero-slider-s2 .hero-slider .btn-group>a:hover:after {
  color: #000;
}
.site-footer .social-links {
  margin-top: 30px;
}
.site-footer .social-links>li+li {
  margin-left: 5px;
}
.site-footer .social-links li a {
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border: 1px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
}
.site-footer .social-links li a:hover {
  background-color: #32C3EB;
  color: #fff;
  border-color: #32C3EB;
}
.social-links li {
  float: left;
  list-style: none;
}
.theme-btn-s2,
.theme-btn-s3 {
  background-color: #32C3EB;
  height: 45px;
  line-height: 45px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  padding: 0 40px 0 15px;
  display: inline-block;
  text-transform: uppercase;
  position: relative;
}
.plmbr-footer figure.gallery-item {
  padding: 4px;
  position: relative;
}
.gallery-icon.landscape {
  position: relative;
}
.plmbr-footer > div{
  position: relative;
}
.plmbr-footer .gallery-icon.landscape:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(28, 189, 233, 0.8);
  opacity: 0;
  transition: .3s;
}
.plmbr-footer .gallery-item:hover .gallery-icon.landscape:after {
  opacity: 1;
}
.plmbr-footer .plmber-widget-area .widget{
  margin-bottom: 30px;
}
.plmbr-footer .plmber-widget-area .widget:last-of-type{
  margin-bottom: 0px;
}
@media (max-width: 991px) {
  .theme-btn-s2,
  .theme-btn-s3 {
    height: 40px;
    line-height: 40px;
    font-size: 13px;
  }
}
/*--------------------------------------------------------------
# slider
--------------------------------------------------------------*/

#main-slider .cameraSlide {
  position: relative;
}
#main-slider .cameraSlide:before {
  background-color: rgba(0, 0, 0, 0.3);
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
#main-slider .camera_pag_ul {
  text-align: center;
  position: relative;
  bottom: 30px;
  display: none;
}
#main-slider .camera_pag_ul li {
  background-color: #32C3EB;
  width: 15px;
  height: 15px;
  margin: 0 5px 0 0;
}
#main-slider .camera_pag_ul li span {
  width: 7px;
  height: 7px;
}
#main-slider .camera_pag_ul li.cameracurrent span,
#main-slider .camera_pag_ul li:hover span {
  background-color: #002147;
}
#main-slider .camera_fakehover .camera_bar {
  height: 3px;
}
#main-slider .camera_fakehover .camera_prev span,
#main-slider .camera_fakehover .camera_next span {
  background-image: none;
  position: relative;
  display: table;
  text-align: center;
}
#main-slider .camera_fakehover .camera_prev span:before,
#main-slider .camera_fakehover .camera_next span:before {
  font-family: fontAwesome;
  font-size: 17px;
  color: #32c3eb;
  display: table-cell;
  vertical-align: middle;
}
#main-slider .camera_fakehover .camera_prev span:before {
  content: "\f177";
}
#main-slider .camera_fakehover .camera_next span:before {
  content: "\f178";
}
#main-slider .container {
  position: relative;
  height: 100%;
}
#main-slider .container .slide-caption {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#main-slider .container .slide-caption h2 {
  font-size: 58px;
  color: #fff;
  margin: 0 0 0.9em;
}
#main-slider .container .slide-caption p {
  font-size: 20px;
  color: #fff;
  line-height: 1.45em;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  #main-slider .container .slide-caption h2 {
    font-size: 22px;
  }
  #main-slider .container .slide-caption p {
    font-size: 17px;
    color: #fff;
    margin-bottom: 20px;
  }
 .slide-caption a.theme-btn-2 {
    padding:9px 32px 10px 20px;
  }

}
@media (max-width: 767px) and (max-width: 550px) {
  #main-slider .container .slide-caption {
    display: block;
  }
}
@media (max-width: 767px) {
  #main-slider .camera_pag_ul {
    display: block;
  }
  #main-slider .camera_fakehover .camera_prev,
  #main-slider .camera_fakehover .camera_next {
    display: none;
  }
}
/*=========== WELCOME SECTION ==========*/

.plmbr-introduction {
  padding-top: 80px;
}
.plmbr-welcome-para {
  line-height: 48px;
  letter-spacing: .5px;
  font-weight: bold;
  margin-top: 0;
}
.plmbr-welcome-half .plmbr-welcome-sub-title {
  margin-bottom: 0;
}
.plmbr-welcome-half p {
  color: #1e1e1e;
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 25px;
}
.plmbr-welcome-list-style {
  margin-bottom: 40px;
}
.plmbr-welcome-list-style>li {
  color: #1e1e1e;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 36px;
  padding-left: 23px;
}
.plmbr-welcome-list-style>li::before {
  color: #1cbde9;
  content: "ï†";
  font-family: fontawesome;
  position: absolute;
  left: 15px;
}
ul.plmbr-list-style {
  list-style: none;
  clear: both;
  margin-left: 25px;
}
ul.plmbr-list-style li {
  line-height: 36px;
}
ul.plmbr-list-style i {
  margin-left: -25px;
  position: absolute;
  color: #32C3EB;
}
.plmbr-welcome-support {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.07);
  left: 0;
  padding: 35px 97px;
  position: absolute;
  top: 60px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.plmbr-welcome-estimate {
  background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.07);
  left: 12%;
  padding: 35px 83px;
  position: absolute;
  top: 39%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.plmbr-welcome-price {
  background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.07);
  bottom: 7.5%;
  left: 24%;
  padding: 35px 109px;
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.plmbr-welcome-price:hover,
.plmbr-welcome-estimate:hover,
.plmbr-welcome-support:hover {
  background: rgba(28, 189, 233, 0.9);
  color: #ffffff;
}
.plmbr-welcome-price:hover .plmbr-pric,
.plmbr-welcome-estimate:hover .plmbr-estmt,
.plmbr-welcome-support:hover .plmbr-support {
  color: #ffffff;
}
.plmbr-welcome-support .plmbr-support,
.plmbr-welcome-estimate .plmbr-estmt,
.plmbr-welcome-price .plmbr-pric {
  color: #1e1e1e;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.plmbr-welcome-support .plmbr-icon,
.plmbr-welcome-estimate .plmbr-icon,
.plmbr-welcome-price .plmbr-icon {
  font-size: 36px;
  letter-spacing: 0.6px;
  line-height: 60px;
}
/*=========== FEATURE SECTION ==========*/

.plmbr-featuresz {
  padding: 0;
}
.plmbr-feature-one {
  border: 1px solid #eeeeee;
  padding: 35px 70px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.plmbr-feature-one:hover {
  background-color: #1cbde9;
  color: #fff;
}
.plmbr-feature-one:hover i,
.plmbr-feature-one:hover h3,
.plmbr-feature-one:hover .etfeature-subtitle {
  color: #fff;
}
.plmbr-feature-icon i {
  color: #1cbde9;
  font-size: 60px;
}
.plmbr-feature-one .plmbr-feature-title {
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 5px;
}
.plmbr-feature-one .etfeature-subtitle {
  color: #b6b6b6;
}
/*=========== SEVICES SECTION ==========*/

.plmbr-services-one {
  padding-top: 80px;
}
.plmbr-service-sect {
  padding: 0 55px;
}
.plmbr-services-sub-title {
  margin-bottom: 0;
  font-size: 14px;
}
.plmbr-services-title {
  position: relative;
}
.plmbr-services-title h2 {
  margin-top: 5px;
}
.plmbr-services-title>p {
  color: #1e1e1e;
}
.plmbr-service-icon {
  position: relative;
  margin-bottom: 45px;
}
.plmbr-service-icon i {
  font-size: 29px;
  color: #1cbde9;
}
.plmbr-service-column .plmbr-service-thumb {
  position: relative;
  overflow: hidden;
}
.plmbr-service-column.style2 {
  margin-bottom: 30px;
}
.plmbr-service-thumb:hover .plmbr-service-thumb2 {
  opacity: 0;
}
.plmbr-service-thumb2 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.plmbr-service-overlay {
  background-color: rgba(0, 0, 0, 0.8);
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  transform: scale(0);
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.plmbr-service-thumb:hover .plmbr-service-overlay {
  transform: scale(1);
}
.plmbr-srvc-ovrly-icon {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 45%;
}
.plmbr-slash {
  margin-top: 30px;
  letter-spacing: 2.5px;
  border: 2px dashed #ccc;
}
/*=========== PROJECT SECTION ==========*/

.plmbr-project-gallery .portfolio {
  margin-bottom: 30px;
}
.plmbr-project-one {
  padding-top: 80px;
  padding-bottom: 80px;
}
.plmbr-feature-one p {
  margin-bottom: 0px;
}
.plmbr-project-sect {
  padding: 0 55px;
}
.plmbr-project-sub-title {
  margin-bottom: 0;
}
.plmbr-project-title h1 {
  margin-top: 0;
}
.second-raw {
  margin-top: 30px;
}
.plmbr-project-column .plmbr-project-thumb {
  position: relative;
  overflow: hidden;
}
.plmbr-project-thumb:hover .plmbr-project-thumb2 {
  opacity: 0;
}
.plmbr-project-thumb2 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.plmbr-project-overlay {
  background-color: rgba(0, 0, 0, 0.9);
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  transform: scale(0);
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.plmbr-project-thumb:hover .plmbr-project-overlay {
  transform: scale(1);
}
.plmbr-srvc-ovrly-icon {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.plmbr-srvc-ovrly-icon span {
  color: #fafbfd;
  font-size: 18px;
}
.plmbr-srvc-ovrly-icon h3 {
  margin-top: 10px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.plmbr-repair {
  color: #fafbfd;
  text-transform: uppercase;
}
/*=========== First Section Divider ==========*/

.plmbr-section-divider {
  background-position: center center;
  background-size: cover;
}
.plmbr-section-divider {
  position: relative;
}
.plmbr-section-divider::before {
  background: rgba(28, 189, 233, 0.95);
  content: " ";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.plmbr-section-divider {
  padding-top: 100px;
  padding-bottom: 100px;
}
.plmbr-section-divider h2 {
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 1.5px;
}
.plmbr-section-divider .plmbr-cell {
  margin-top: 0;
  color: #1e1e1e;
}
/*=========== Team ==========*/

.plmbr-team-one {
  /*
    padding-bottom: 80px;
    padding-top: 80px;*/
  ;
}
.plmbr-team-sub-title {
  margin-bottom: 0;
}
.team-title.text-left {
  padding-bottom: 50px;
}
.plmbr-team-title .col-md-6 {
  padding-left: 0;
}
.plmbr-team-title {
  position: relative;
}
.plmbr-team-title h3 {
  font-size: 14px;
}
.plmbr-team-title h2 {
  margin-top: 0;
}
.plmbr-team-title>p {
  color: #1e1e1e;
}
.plmbr-team-title p {
  max-width: 46%;
}
.plmbr-team-col {
  position: relative;
  overflow: hidden;
}
.extraspac {
  padding: 5px;
}
.second-rawn {
  margin-top: 40px;
}
.plmbr-team-one .plmbr-team-col .plmbr-thumb .plmbr-thumb-content {
  background-color: rgba(0, 0, 0, 0.9);
  bottom: 110px;
  left: 0;
  padding: 18px 20px;
  position: absolute;
  right: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.plmbr-team-one .plmbr-team-col:hover .plmbr-thumb-content {
  background-color: rgba(28, 189, 233, 0.9);
  bottom: 130px;
}
.plmbr-team-one .plmbr-team-col .plmbr-thumb .plmbr-thumb-content:hover,
.plmbr-thumb-content .plmbr-sub-title {
  color: #fff !important;
}
.plmbr-team-one .plmbr-team-col .plmbr-thumb .plmbr-thumb-content .plmbr-title {
  color: #ffffff;
  font-size: 16px;
  line-height: 17px;
  font-weight: 500;
  text-transform: uppercase;
}
.plmbr-team-one .plmbr-team-col .plmbr-thumb .plmbr-thumb-content .plmbr-sub-title {
  font-family: "Raleway", sans-serif;
  font-size: 11px;
  text-transform: uppercase;
}
.plmbr-team-one .plmbr-team-col:hover .plmbr-team-icons {
  left: 0;
}
.plmbr-team-one .plmbr-team-col .plmbr-team-icons {
  top: 30px;
  padding-bottom: 10px;
  position: absolute;
  left: -57px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.plmbr-team-one .plmbr-team-col .plmbr-team-icons li {
  background: #f5f5f5;
  color: #ffffff;
  height: 40px;
  line-height: 40px;
  margin-bottom: 5px;
  text-align: center;
  width: 40px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.plmbr-team-one .plmbr-team-col .plmbr-team-icons li:hover {
  background-color: #1cbde9;
}
.plmbr-team-one .plmbr-team-col .plmbr-team-icons li:hover a {
  color: #fff;
}
.plmbr-team-one .plmbr-team-col .plmbr-team-icons li a {
  color: #1e1e1e;
  font-size: 16px;
}
/*=========== Testimonials ==========*/

.plmbr-testimonials {
  background: #1cbde9;
  color: #fff;
  padding-top: 70px;
  padding-bottom: 70px;
}
.testimonial-carousel {
  color: #fff;
}
.plmbr-client {
  color: #ffffff;
}
.plmbr-client-thumb {
  height: 80px;
  margin: 0 auto;
  width: 80px;
}
.plmbr-client-thumb::after {
  content: "\f10e";
  font-family: fontawesome;
  font-size: 36px;
  left: 80px;
  position: absolute;
  right: 0;
  top: 40px;
}
.testimonial-carousel .owl-controls .owl-dot span {
  background-color: #1e1e1e;
  margin: 3px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span,
.owl-theme .owl-dots .owl-dot:focus span {
  background: #ffffff;
}
.testimonial-carousel {
  position: relative;
}
.testimonial-carousel .owl-dots {
  bottom: -25px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
}
.testimonial-carousel .owl-dot span {
  background: #111;
  border-radius: 50%;
  display: inline-block;
  height: 12px;
  margin: 0 2px;
  width: 12px;
}
.testimonial-carousel .owl-controls .owl-dot.active span {
  background: #fff;
}
.testimonial-carousel .owl-theme .owl-dots .owl-dot span {
  margin: 0px;
}
.project-carousel .owl-controls .owl-dot span {
  background-color: #1e1e1e;
  display: none;
}
.project-carousel .owl-theme .owl-dots .owl-dot.active span,
.project-carousel .owl-theme .owl-dots .owl-dot:hover span,
.project-carousel .owl-theme .owl-dots .owl-dot:focus span {
  background: #ffffff;
}
.project-carousel {
  position: relative;
}
.project-carousel .owl-dots {
  bottom: -25px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
}
.project-carousel .owl-dot {
  background: #32C3EB;
  border-radius: 50%;
  display: inline-block;
  height: 7px;
  margin: 0 2px;
  width: 50px;
  border-radius: 30px;
}
.project-carousel .owl-dot.active {
  background: #eee;
}
/*=========== Blog ==========*/

.plmbr-section-padding {
  padding: 80px 0;
}
.plmbr-blog-one {
  padding-bottom: 80px;
  padding-top: 80px;
}
.plmbr-blog-cntnt {
  padding: 0px 20px;
}
.second-rawnd {
  margin-top: 35px;
}
.plmbr-blog-sub-title {
  margin-bottom: 0;
}
.plmbr-blog-title {
  position: relative;
}
.plmbr-blog-title h1 {
  margin-top: 0;
}
.plmbr-blog-title p {
  color: #1e1e1e;
}
.plmbr-blog-thumb {
  position: relative;
}
.plmbr-thumb-cntnt {
  position: absolute;
  bottom: 0px;
  background-color: rgba(0, 0, 0, .8);
  padding: 14px 38px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  z-index: 99;
}
.plmbr-thumb-cntnt .plmbr-like {
  color: #fff;
  font-size: 14px;
  line-height: 26px;
  margin-right: 15px;
}
.plmbr-thumb-cntnt .list-inline {
  margin-left: -28px;
  margin-bottom: 0;
}
.plmbr-like i {
  padding-right: 10px;
}
.plmbr-thumb-cntnt .plmbr-comment {
  color: #fff;
  font-size: 14px;
}
.plmbr-comment i {
  padding-right: 10px;
}
.plmbr-blog-col:hover .plmbr-thumb-cntnt {
  background-color: rgb(50, 195, 235);
}
.plmbr-blog-col:hover .plmbr-blog-ftr {
  background: #0dcbff;
}
.plmbr-blog-col:hover .plmbr-blog-ftr .plmbr-read-more a {
  color: #fff;
}
.plmbr-blog-col:hover .plmbr-readmore,
.plmbr-blog-col:hover .plmbr-date {
  color: #fff;
}
.plmbr-blog-ftr {
  background-color: rgba(50, 195, 235, .8);
  margin-top: 23px;
  color: #fff;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.plmbr-blog-ftr a {
  color: #fff;
}
.plmbr-blog-ftr .plmbr-readmore {
  margin-right: 0px;
  padding-bottom: 15px;
  padding-left: 20px;
  padding-top: 15px;
  color: #fff;
}
.plmbr-blog-ftr .plmbr-date {
  padding-right: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #fff;
}
.plmbr-date i {
  padding-right: 10px;
  color: #fff;
}
.plmbr-post-title {
  left: 40px;
  padding-left: 25px;
}
.plmbr-post-title .title h2 {
  font-size: 20px;
  color: #333;
  padding-top: 20px;
  margin-top: 0px;
}
.plmbr-post-title .title h2 a {
   color: #3c3950;
}
.plmber-post-cat span {
  color: #333;
  padding-right: 5px;
}
.plmber-post-cat span a {
  color: #99a9b5;
}
.blmber-featured {
  position: relative;
}
.blmber-featured:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
}
section.plmbr-blog-wrapper {
  margin-top: 35px;
}
.plmbr-blog-content {
  padding: 25px;
}
.plmber-read-more a {
  font-weight: 600;
  position: relative;
  padding-left: 5px;
  color: #333;
}
.plmber-read-more {
  padding-left: 20px;
}
.plmber-read-more a:after {
  position: absolute;
  left: -20px;
  top: 7px;
  width: 20px;
  height: 2px;
  content: "";
  background: #ccc;
}
.plmbr-meta-wrapp {
  clear: both;
  padding: 13px 20px 15px 25px;
  border-top: 1px solid #eee;
}
.plmbr-author span {
  color: #999191;
}
.plmbr-author {
  display: inline;
  text-transform: capitalize;
}
.plmber-date-wrap {
  display: inline;
}
.plmber-date {
    float: right;
    display: inline;
    color: #99a9b5;
}
.plmbr-author a {
  color: #99a9b5;
}
/*=========== Contact ==========*/

.plmbr-contact {
  padding-bottom: 80px;
  padding-top: 80px;
}
/*=========== Footer ==========*/

.plmbr-footer {
  padding-top: 80px;
}
.plmbr-footer {
  background-image: url(../images/resource/footer-bg.jpg);
  background-position: center center;
  background-size: cover;
}
.plmbr-foter-title {
  position: relative;
  margin-bottom: 30px;
}
.plmbr-foter-sub-title {
  color: #fff;
  font-family: raleway;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.5px;
  position: relative;
}
.plmbr-foter-title h4 {
  color: #fff;
  font-family: raleway;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.5px;
  position: relative;
  margin: 0;
}
.plmbr-contact-inlocat span.text-thm.pe-7s-headphones {
    line-height: 1.7;
}
footer.plmbr-footer {
  position: relative;
  display: inherit;
}
.plmbr-footer::before {
  background: rgba(0, 0, 0, 0.90);
  content: " ";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.plmbr-twitter-feed-widget {
  position: relative;
}
.plmbr-twitter-feed-widget li {
  margin-bottom: 20px;
  padding-left: 25px;
}
.plmbr-twitter-feed-widget li:before {
  color: #1cbde9;
  content: "ï‚™";
  font-family: fontawesome;
  left: 0;
  position: absolute;
}
.plmbr-twitter-feed-widget li a {
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  letter-spacing: 0.2px;
  line-height: 26px;
}
.tp_recent_tweets li {
  background-image: none;
  color: #fff;
}
.plmbr-twitter-feed-widget li a,
.tp_recent_tweets .twitter_time {
  color: #1cbde9;
}
.plmbr-twitter-feed-widget li {
  margin-bottom: 0px;
}
.foter-logo {
  text-align: center;
}
.foter-logo ul {
  margin-top: 40px;
}
.foter-logo>p {
  color: #fff;
  margin-top: 20px;
}
.foter-logo .list-inline li a {
  background: #0a0a0a none repeat scroll 0 0;
  border: 1px solid #1cbde9;
  color: #fff;
  /* padding: 10px 10px; */
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 39px;
}
.foter-logo .list-inline>li:hover a {
  background: #1cbde9;
  color: #fff;
}
/* footer flickr widget */

.plmbr-flickr-widget .plmbr-thumb {
  margin-bottom: 15px;
  position: relative;
}
.plmbr-flickr-widget .plmbr-thumb .plmbr-flckr-overlay {
  background-color: rgba(28, 189, 233, 0.8);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  transform: scale(0);
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.plmbr-flickr-widget .plmbr-thumb:hover .plmbr-flckr-overlay {
  transform: scale(1);
}
.plmbr-flickr-widget .plmbr-thumb .plmbr-flckr-overlay i {
  color: #ffffff;
  font-size: 20px;
  margin-top: 40%;
}
.plmbr-extra-spcng {
  padding-right: 0;
}
ul.infoplmber-footer-contact-info {
  list-style: none;
  margin-left: 0;
  color: #eee;
}
ul.infoplmber-footer-contact-info li:nth-child(even) {
  padding-bottom: 15px;
  padding-left: 18px;
  border-bottom: 1px solid #333;
}
ul.infoplmber-footer-contact-info li:last-child {
  border-bottom: none;
}
ul.infoplmber-footer-contact-info li:first-child {
  padding-top: 0px !important;
}
ul.infoplmber-footer-contact-info li:nth-child(odd) {
  padding-top: 15px;
}
ul.infoplmber-footer-contact-info li {
  margin-bottom: 2px;
}
ul.infoplmber-footer-contact-info li span {
  padding-left: 15px;
}
ul.infoplmber-footer-contact-info li span a {
  color: #eee;
}
.copyright {
  padding: 25px 0;
  border-top: 1px solid #333;
  color: #eee;
  text-align: center;
  margin-bottom: 0px;
}
.copyright p,
.copyright a {
  color: #eee;
}
.plmber-widget-area {
  padding-bottom: 25px;
}
/*=========== About layout two ==========*/

.plmbr-introduction.plmbr-second-style {
  padding-bottom: 80px;
}
.plmbr-about-column2 .plmbr-about2-thumb {
  position: relative;
  overflow: hidden;
}
.plmbr-about2-thumb:hover .plmbr-service-thumb2 {
  opacity: 0;
}
.plmbr-about2-overlay {
  background-color: rgba(28, 189, 233, 0.8);
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  transform: scale(0);
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.plmbr-about2-thumb:hover .plmbr-about2-overlay {
  transform: scale(1);
}
.plmbr-abut-ovrly-icon {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 25%;
}
.plmbr-abut-ovrly-icon span {
  font-size: 50px;
  color: #fff;
}
.plmbr-about2-thumb .plmbr-ovrly-sub-title {
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  margin-top: 15px;
}
.plmbr-about2-extspcng {
  padding: 0;
}

ul.list-inline.plmbr-fact-counterd {
  margin-bottom: 0;
  margin-left: 0;
}
.plmbr-fact-counterd {
  position: relative;
}
.plmbr-fact-counterd .animate-numbers {
  color: #1e1e1e;
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  line-height: 26px;
  font-weight: 500;
}
.plmbr-fact-counterd .plmbr-facticon span {
  font-size: 36px;
}
/*=========== Service layout two ==========*/

.plmbr-services-one.plmbr-styledd {
  background-color: #f9f9f9;
  padding-bottom: 45px;
}
.plmbr-service-column2 {
  position: relative;
}
.plmbr-octagonWrap {
  width: 86px;
  height: 86px;
  position: relative;
  margin: 0 auto;
}
.plmbr-service-iconbg2 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out 0.2s;
  -moz-transition: all 0.2s ease-in-out 0.2s;
  -ms-transition: all 0.2s ease-in-out 0.2s;
  -o-transition: all 0.2s ease-in-out 0.2s;
  transition: all 0.2s ease-in-out 0.2s;
}
.plmbr-service-iconbg2:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: rotate(45deg);
  background: #1e1e1e;
  content: '';
}
.plmbr-service-iconbg2>img {
  margin-left: 32px;
  margin-top: 28px;
  position: absolute;
  transform: rotate(-25deg);
}
.plmbr-service-column2 {
  padding: 25px 10px;
  position: relative;
}
.plmbr-service-column2:hover .plmbr-service-iconbg2:before {
  background: #1cbde9;
}
.plmbr-srvc-sntnt-titl {
  color: #1e1e1e;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.plmbr-service-iconbg2.plmbr-style2>img {
  margin-left: 27px;
  margin-top: 30px;
}
.plmbr-service-iconbg2.plmbr-style3>img {
  margin-left: 26px;
  margin-top: 32px;
}
.service-carousel-plmbr-one .owl-prev,
.owl-next {
  font-family: fontawesome;
}
.service-carousel-plmbr-one .owl-prev i,
.owl-next i {
  color: #1e1e1e;
  font-style: normal;
}
.service-carousel-plmbr-one .owl-prev i,
.owl-next i:hover {
  color: #1cbde9;
}
.owl-theme .owl-nav[class*="owl-"] {
  background-color: transparent;
}
.owl-theme .owl-nav[class*="owl-"]:hover {
  background-color: transparent;
}
/*=========== Call Back Service Service  ==========*/

.plmbr-cllback-service {
  background-color: #1e1e1e;
  padding-top: 35px;
  padding-bottom: 35px;
}
.plmbr-cllback-srbc-inner {
  color: #ffffff;
  text-align: center;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.plmbr-cllback-srbc-inner.plmbr-right {
  border-right: 1px solid #3f4041;
}
.info-plmbr-right {
  border-right: 1px solid #3f4041;
}
.plmbr-service-onfo .col-md-3:nth-child(4) .plmbr-cllback-srbc-inner.info-plmbr-right {
  border-right: none;
}
.plmbr-callback-icon {
  padding-bottom: 15px;
}
.plmbr-cllback-srbc-inner:hover .plmbr-callback-icon span {
  color: #fff;
}
.plmbr-callback-icon span {
  color: #1cbde9;
  font-size: 36px;
}
.plmbr-cllback-srbc-inner .plmbr-callback-heading {
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
}
/*=========== Secont Divider Second Layout  ==========*/

.plmbr-dividerplumbingbg {
  background-image: url(../images/resource/secong-dividerbg.jpg);
  background-size: cover;
  background-position: center center;
  padding: 225px;
}
.plmbr-plumbingbg {
  background-color: #1cbde9;
  padding-bottom: 53px;
  padding-left: 50px;
}
.plmbr-plumbingbg h2 {
  color: #fff;
  font-weight: 800;
  line-height: 48px;
  padding-top: 20px;
}
.plmbr-plumbingbg>p {
  color: #fff;
  font-size: 16px;
  font-style: italic;
}
.plmbr-plum-snd-divider {
  position: relative;
}
.plmbr-plum-snd-divider li {
  padding-left: 40px;
}
.plmbr-plum-snd-divider>li::before {
  color: #fff;
  content: "ï†";
  font-family: fontawesome;
  font-size: 24px;
  left: 0;
  position: absolute;
}
.plmbr-plum-snd-divider p {
  color: #fff;
}
/*=========== Pricing Table Second Layout  ==========*/

.plmbr-pricing-one {
  padding-bottom: 80px;
  padding-top: 80px;
}
.plmbr-pricing-sub-title {
  margin-bottom: 0;
}
.plmbr-pricing-title {
  position: relative;
}
.plmbr-pricing-title h1 {
  margin-top: 0;
}
.plmbr-pricing-title>p {
  color: #1e1e1e;
}
.plmbr-pricing-table {
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.1);
	padding-bottom:35px;
}
.plmbr-pricing-head {
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  position: relative;
  padding-bottom: 200px;
}
.plmbr-prc-ttl {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  margin-top: 15px;
  text-transform: uppercase;
}
.plmbr-pricing-prc {
  color: #1cbde9;
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
  font-weight: bold;
}
.plmbr-prc-sbttl {
  color: #fff;
  font-size: 12px;
}
.plmbr-prcbgc {
  background: #1e1e1e none repeat scroll 0 0;
  border-radius: 50%;
  height: 65%;
  left: -61px;
  padding-top: 18px;
  position: absolute;
  right: -61px;
  top: -22px;
  z-index: 99;
}
.plmbr-prcng-ovrly {
  background-color: rgba(28, 189, 233, 0.8);
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  transform: scale(0);
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.plmbr-pricing-table:hover .plmbr-prcng-ovrly {
  transform: scale(1);
}
.plmbr-prc-inner {
  padding: 40px;
	padding-bottom:30px;
}
.plmbr-pricing-btn {
  background: #1e1e1e none repeat scroll 0 0;
  border: 1px solid #1e1e1e;
  border-radius: 0;
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.plmbr-pricing-btn:hover {
  background-color: #1cbde9;
  border: 1px solid #1cbde9;
  color: #fff;
}
/* Pricing Table One */

.plmbr-pricing-table-two {
  border: 1px solid #d9d9d9;
}
.plmbr-pricing-table-two:hover .plmbr-prcbgc-two,
.plmbr-pricing-table-two:hover .plmbr-prcng-ovrly-two {
  background-color: #1cbde9;
}
.plmbr-pricing-table-two:hover .plmbr-prcng-ovrly-two::before {
  background-color: rgba(28, 189, 233, 0.7);
}
.plmbr-pricing-head-two {
  background-image: url(../images/resource/pric-thumb1.jpg);
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  position: relative;
  padding-bottom: 270px;
}
.plmbr-prc-ttl-two {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 4px;
  padding: 10px 0px;
  text-transform: uppercase;
}
.plmbr-pricing-prc-two {
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: bold;
  position: relative;
}
.plmbr-prc-sbttl {
  color: #fff;
  font-size: 12px;
  position: relative;
}
.plmbr-prcbgc-two {
  background: #1e1e1e none repeat scroll 0 0;
  left: 0;
  padding: 10px;
  position: absolute;
  right: 0;
  z-index: 999;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.plmbr-prcng-ovrly-two {
  background-color: #1e1e1e;
  border-radius: 50%;
  left: 35%;
  margin: 0 auto;
  padding: 38px 36px;
  position: absolute;
  text-align: center;
  top: 40%;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.plmbr-prcng-ovrly-two::before {
  background-color: rgba(30, 30, 30, 0.7);
  border-radius: 50%;
  content: "";
  height: 115%;
  left: -10px;
  margin: 0 auto;
  position: absolute;
  right: -11px;
  top: -9px;
  width: 115%;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.plmbr-ptice-tag {
  background-color: #1e1e1e;
  border-radius: 50%;
  left: 35%;
  margin: 0 auto;
  padding: 27px 30px;
  position: absolute;
  text-align: center;
  top: 65px;
}
/*=========== Intro section Third Layout  ==========*/

.plmbr-introduction-second {
  padding-top: 80px;
}
.plmbr-project-one.plmbr-extone-project {
  padding-bottom: 20px;
}
.plmbr-project-title.plmbr-styl-snd {
  padding-bottom: 45px;
}
.plmbr-service-icon.plmbr-style-scnd {
  margin-bottom: 15px;
}
.plmbr-intro-thumbt-cont {
  position: relative;
}
.plmbr-suprtcntnt .plmbr-ext {
  margin-right: 45px;
}
.plmbr-suprtcntnt .plmbr-ext:nth-child(2) {
  margin-right: 0px;
}
.plmbr-intro-thumbt-cont .plmbr-intro-sec-cntnt {
  background-color: rgba(28, 189, 233, 0.9);
  border-color: rgba(28, 189, 233, 0.5) transparent transparent;
  border-style: solid;
  border-width: 10px;
  display: table;
  left: 0;
  margin: 0 auto;
  padding: 35px;
  position: absolute;
  right: 0;
  top: 35%;
}
.plmbr-intro-sec-cntnt .plmbr-welcome-support-scnd .plmbr-icon {
  color: #fff;
  font-size: 36px;
}
.plmbr-welcome-support-scnd .plmbr-support {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.plmbr-welcome-support-scnd .plmbr-celll {
  color: #1e1e1e;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.plmbr-service-column2:hover .plmbr-mv {
  color: #1cbde9;
}
.plmbr-project-one-carousel .owl-dot>span,
.plmbr-project-one-carousel .owl-dot.active>span {
  height: 7px !important;
  width: 49px !important;
}
.plmbr-project-one-carousel .owl-dot:hover>span,
.plmbr-project-one-carousel .owl-dot:focus>span,
.plmbr-project-one-carousel .owl-dot.active>span {
  background-color: #1cbde9 !important;
}
.plmbr-project-one-carousel .owl-controls {
  margin-top: 25px;
}
/*=========== About Inner Pages  ==========*/

.plmbr-pgttl {
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-size: 48px;
  font-weight: 800;
  letter-spacing: 0.5px;
  line-height: 24px;
  text-transform: uppercase;
}
.plmbr-pgsbttl {
  color: #e5e5e5;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 4px;
  line-height: 24px;
  padding-top: 15px;
  text-transform: uppercase;
}
.plmbr-pagetitled {
  padding: 70px 0;
}
.plmbr-pagetitled {
  background-position: center center;
  background-size: cover;
  position: relative;
}
.plmbr-pagetitled::before {
  background-color: rgba(28, 189, 233, 0.9);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
#plombiers-theme-wrapper .plmbr-pagetitled {
  display: inherit;
}
#plombiers-theme-wrapper .plmbr-pgsbttl {
  display: inherit;
}
.plmbr-pagetitled h2 {
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-size: 32px;
  font-weight: 800;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  line-height: 1;
  margin-top: 10px;
}
.plmbr-lione {
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.plmber-breadcrumb {
  color: #fff;
}
.plmber-breadcrumb ul {
  margin-bottom: 0;
}
.plmber-breadcrumb ul p {
  padding-bottom: 0;
  margin-bottom: 0;
  padding-top: 15px;
}
.plmber-breadcrumb ul li {
  color: #fff;
  margin-top: 20px;
  display: inline-block;
}
.plmber-breadcrumb ul p {
  color: #fff;
}
.plmber-breadcrumb ul p a {
  color: #fff;
}
.plmbr-litwo {
  color: #1e1e1e;
  font-family: "Raleway", sans-serif;
  letter-spacing: 0.5px;
  font-size: 14px;
  font-weight: 600;
}
.plmbr-whychoose-ttl {
  color: #1e1e1e;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: .5px;
  margin-bottom: 30px;
  position: relative;
  text-transform: uppercase;
}
.plmbr-whychoose-ttl::after {
  background: #1cbde9 none repeat scroll 0 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 30px;
  width: 60px;
}
.plmbr-extspc {
  padding-right: 0;
}
.plmbr-whychs-ttl {
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.plmbr-whychoose-ttl.plmbr-scnd-style {
  color: #fff;
}
.plmbr-whychose-icon {
  color: #1cbde9;
  font-size: 48px;
}
.plmbr-whychs-sbttl {
  color: #1e1e1e;
  font-family: "Raleway", sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.plmbr-extspc .media>p {
  color: #1e1e1e;
  font-size: 14px;
}
.plmbr-extspctwo {
  padding-top: 60px;
  padding-bottom: 40px;
}
.plmbr-queck-contact-form {
  position: relative;
}
.plmbr-queck-contact-form input {
  background: #f6f6f6 none repeat scroll 0 0;
  border-radius: 0;
  height: 45px;
  max-width: 370px;
}
.plmbr-queck-contact-form textarea {
  background: #f6f6f6 none repeat scroll 0 0;
  border-radius: 0;
  max-width: 370px;
}
.plmbr-extracolor {
  color: #1e1e1e;
}
.plmbr-extrabg-dgn {
  padding-left: 90px;
  padding-top: 60px;
  padding-bottom: 40px;
}
.plmbr-why-choosed {
  background-color: #f6f6f6;
  position: relative;
}
.plmbr-extrabg-dgn {
  background-image: url(../images/resource/bgqueck-contact.jpg);
  background-position: center center;
  background-size: cover;
  position: relative;
}
.plmbr-extrabg-dgntwo:before {
  background-color: rgba(28, 189, 233, 0.9);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.plmbr-mailsubscriber-bg {
  background-image: url(../images/resource/subscriberbg.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 20px;
}
.plmbr-mailsubscriber-ttl {
  color: #fff;
  margin-top: 5px;
  text-transform: uppercase;
}
.plmbr-mailsubscriber .mailchimped {
  background: transparent;
  border: 1px solid #60ddff;
  border-radius: 0;
  height: 40px;
}
.plmbr-mailsubscriber-bg {
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: -45px;
  z-index: 999;
}
.mailchimp input.form-control::-moz-placeholder {
  color: #fff;
}
.plmbr-clients {
  background-image: url(../images/resource/client-bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 60px;
  padding-top: 100px;
}
.plmbr-clients .plmbr-clindicon {
  margin-bottom: 30px;
}
/*=========== About Inner Pages Two  ==========*/

.plmbr-abouttwo {
  padding-bottom: 80px;
  padding-top: 80px;
}
.plmbr-service-column3 {
  position: relative;
  padding-bottom: 7px;
}
.plmbr-octagonWrap2 {
  width: 86px;
  height: 86px;
  position: relative;
  margin: 0 auto;
  transform: rotate(25deg);
}
.plmbr-service-iconbg2 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out 0.2s;
  -moz-transition: all 0.2s ease-in-out 0.2s;
  -ms-transition: all 0.2s ease-in-out 0.2s;
  -o-transition: all 0.2s ease-in-out 0.2s;
  transition: all 0.2s ease-in-out 0.2s;
}
.plmbr-service-iconbg2 i {
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  text-align: center;
  font-size: 40px;
  color: #fff;
  transform: translateY(-50%);
}
.plmbr-service-iconbg2:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: rotate(45deg);
  background: #1e1e1e;
  content: '';
}
.plmbr-service-iconbg2>img {
  margin-left: 32px;
  margin-top: 28px;
  position: absolute;
  transform: rotate(-25deg);
}
.plmbr-service-column3 {
  position: relative;
  -webkit-transition: all 0.2s ease-in-out 0.2s;
  -moz-transition: all 0.2s ease-in-out 0.2s;
  -ms-transition: all 0.2s ease-in-out 0.2s;
  -o-transition: all 0.2s ease-in-out 0.2s;
  transition: all 0.2s ease-in-out 0.2s;
}
.plmbr-octagonWrap2.styles {
  margin-right: 30px;
}
.plmbr-service-column3:hover .plmbr-service-iconbg2:before {
  background: #1cbde9;
}
.plmbr-exitespc {
  padding: 5px;
}
.flex-direction-nav a.flex-next,
.flex-direction-nav a.flex-prev {
  display: none;
}
.flex-control-nav.flex-control-thumbs>li {
  overflow: hidden;
  position: relative;
}
.plmbr-flexovrlay-one {
  background-color: rgba(0, 0, 0, 0.3);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.plmbr-flexovrlay-two {
  position: relative;
}
.plmbr-flexovrlay-one i {
  color: #1cbde9;
  display: block;
  font-family: fontawesome;
  font-size: 48px;
  font-style: normal;
  left: 12.2%;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 40%;
  z-index: 999999;
}
/*=========== Service Inner Pages  ==========*/

.plmbr-services-one.plmbr-srvc-dtls {
  padding-bottom: 60px;
}
.service-details-carousel .owl-prev,
.service-details-carousel .owl-next {
  background: transparent;
  border: 1px solid #1e1e1e;
  border-radius: 0 !important;
  color: #1e1e1e !important;
  -webkit-transition: all 0.2s ease-in-out 0.2s;
  -moz-transition: all 0.2s ease-in-out 0.2s;
  -ms-transition: all 0.2s ease-in-out 0.2s;
  -o-transition: all 0.2s ease-in-out 0.2s;
  transition: all 0.2s ease-in-out 0.2s;
}
.service-details-carousel .owl-prev:hover,
.service-details-carousel .owl-next:hover {
  background: #1cbde9 !important;
  border: 1px solid #1cbde9;
}
.service-details-carousel .owl-prev:hover i,
.service-details-carousel .owl-next:hover i {
  color: #fff;
}
.service-details-carousel .owl-prev i,
.service-details-carousel .owl-next i {
  font-size: 20px;
  padding: 5px 17px;
}
.plmbr-srvc-ovrly-icon.styledetails {
  left: 0%;
}
.tmsps>h3 {
  color: #1e1e1e;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
}
.plmbr-divider-innerstyle {
  border-bottom: 1px solid #eeeeee;
  border-top: 1px solid #eeeeee;
  padding-bottom: 80px;
  padding-top: 70px;
}
.tmsps-according {
  padding-top: 28px;
}
.list-inline.plmbr-srvc-itext {
  background-color: #1e1e1e;
  bottom: 20px;
  left: 0;
  padding: 0 41px;
  position: absolute;
  z-index: 999;
}
.plmbr-srvc-itext>li {
  color: #fff;
  font-size: 14px;
  line-height: 60px;
  padding-right: 13px;
  text-transform: uppercase;
}
.plmbr-srvc-itext img {
  margin-bottom: -9px;
}
.plmbr-callback-icon span.pe-7s-headphones {
    line-height: 1.5;
}
/*=========== Team Inner Pages  ==========*/

.plmbr-team-single {
  padding-top: 60px;
}
.plmbr-innertm .plmbr-tmpi-contact {
  margin-left: 0;
  margin-top: 15px;
}
.plmbr-team-one.plmbr-innertm {
  padding-bottom: 20px;
  padding-top: 58px;
}
.plmbr-team-col .plmbr-thumb-content h3 a,
.plmbr-team-col .plmbr-thumb-content p {
  color: #fff;
}
.plmbr-team-col.plmbr-innerteam {
  margin-bottom: 45px;
}
.plmbr-team-col h3 {
  text-transform: uppercase;
}
.plmbr-team-col.single-plmbr-innerteam {
  margin-bottom: 65px;
}
.plmbr-team-one.plmbr-innertm.plmbr-tmdetails {
  background: #f6f6f6;
}
.plmbr-teatmembr-contact {
  background: #1cbde9 none repeat scroll 0 0;
  bottom: 31%;
  color: #fff;
  font-size: 14px;
  letter-spacing: 2px;
  padding: 10px 37px;
  position: absolute;
  right: 0;
  text-transform: uppercase;
}
.plmbr-tmpersonal-info h2 {
  font-weight: 400;
  letter-spacing: 0.5px;
  margin-top: 8px;
  text-transform: uppercase;
}
.plmbr-tmpersonal-info {
  padding-top: 75px;
}
.plmbr-tmpersonal-inf-sbttl {
  color: #ccc;
  letter-spacing: 2px;
}
.plmbr-team-one .plmbr-tmpi-contact {
  margin-top: 15px;
  margin-left: 0;
}
.plmbr-tmpi-contact span {
  color: #c5c0a6;
  padding-right: 15px;
}
.plmbr-tmpi-contact>li {
  font-size: 13px;
  margin-right: 15px;
}
.plmbr-team-pdicons {
  right: 50px;
  top: 33%;
  position: absolute;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.plmbr-team-pdicons li {
  background: #f5f5f5;
  color: #ffffff;
  height: 40px;
  line-height: 40px;
  margin-bottom: 5px;
  text-align: center;
  width: 40px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.plmbr-team-pdicons li:hover {
  background-color: #1cbde9;
}
.plmbr-team-pdicons li:hover a {
  color: #fff;
}
.plmbr-team-pdicons li a {
  color: #1e1e1e;
  font-size: 16px;
}
.plmbr-tmp-detls {
  color: #1e1e1e;
  margin-top: 20px;
  padding-right: 119px;
}
.plmbr-tm-skill {
  color: #1e1e1e;
  font-size: 24px;
  margin-top: 30px;
  padding-left: 15px;
}
/* ========== PROGRESS BAR 2 ========== */

.progress-levels {
  position: relative;
}
.progress-levels .progress-box {
  overflow: hidden;
  position: relative;
}
.progress-levels .progress-box .inner {
  background-color: #fff;
}
.progress-levels .progress-box .bar {
  border: 1px solid #1cbde9;
  height: 10px;
  position: relative;
}
.progress-levels .progress-box .bar .bar-innner {
  border-right: 1px solid #1cbde9;
  position: relative;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 4px;
}
.progress-levels .progress-box .bar .bar-fill {
  position: absolute;
  left: -100%;
  top: 0px;
  width: 0px;
  height: 8px;
  border-radius: 2px;
  -webkit-transition: all 1500ms ease 1000ms;
  -moz-transition: all 1500ms ease 1000ms;
  -ms-transition: all 1500ms ease 1000ms;
  -o-transition: all 1500ms ease 1000ms;
  transition: all 1500ms ease 1000ms;
}
.progress-levels .progress-box.animated .bar .bar-fill {
  left: 0px;
  background: #1cbde9;
  margin: 1px;
}
.progress-levels .progress-box.animated .percent {
  opacity: 1;
}
.progress-levels .progress-box .percent {
  position: absolute;
  right: 0px;
  text-align: center;
  top: -35px;
  letter-spacing: 1px;
  font-size: 15px;
  font-weight: bold;
  color: #333333 !important;
  line-height: 26px;
  opacity: 0;
  -webkit-transition: all 200ms ease 700ms;
  -moz-transition: all 200ms ease 700ms;
  -ms-transition: all 200ms ease 700ms;
  -o-transition: all 200ms ease 700ms;
  transition: all 200ms ease 700ms;
}
.progress-levels:last-child {
  margin-bottom: 0px;
}
.progress-levels .box-title {
  position: relative;
  font-size: 14px;
  line-height: 26px;
  color: #1e1e1e;
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 10px;
  margin-top: 15px;
}
.grid-post .post {
  margin-bottom: 30px;
}
.plmbr-blog-col.plmbr-blg-grid {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 35px;
}
.plmbr-blog-col .post-content {
  padding: 15px;
}
.plmbr-maintanance-one {
  background-image: url(../images/resource/maintanance-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.plmbr-maintanance-ttl {
  color: #1e1e1e;
  font-family: 'Roboto', sans-serif;
  font-size: 48px;
  font-weight: bold;
  margin-top: 180px;
  padding-left: 75px;
  text-transform: uppercase;
}
.plmbr-maintanance-one.plmbr-onn::before {
  background-color: rgba(255, 255, 255, 0.95);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.plmbr-feature-oneinnr {
  color: #fff;
  background-color: #000000;
  border: 1px solid #eeeeee;
  padding: 50px 37px 80px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.plmbr-feature-oneinnr:hover {
  background-color: #1cbde9;
  color: #fff;
}
.plmbr-feature-title-innr {
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.plmbr-feature.plmbr-fture-innr {
  padding-top: 80px;
}
.plmbr-feature-parainnr {
  font-size: 16px;
}
.plmbr-feature-icon span {
  font-size: 60px;
}
.plmbr-mailsubscriber.plmbr-innrtwo {
  background-color: #1cbde9;
  margin-bottom: 150px;
  margin-top: 80px;
  padding: 60px 0 40px;
}
/*=========== ISOTOP FILTER ==========*/

.portfolio-menu {
  margin-bottom: 40px;
  text-align: center;
}
.portfolio-menu button {
  display: inline-block;
  padding: 12px 20px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: none;
  background: #fff;
  color: #333;
  outline: none;
}
.portfolio-menu button.active,
.portfolio-menu button:hover {
  background: #1cbde9;
  color: #fff;
}
.plmbr-srvc-ovrly-icon a {
  display: block;
}
.isotope-filter {
  margin-bottom: 60px;
  text-align: center;
}
.isotope-filter li a {
  display: inline-block;
  float: none;
  margin-right: -5px;
  outline: medium none;
  padding: 9px 15px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.isotope-filter li a.active {
  background: #1cbde9;
  color: #ffffff;
}
.isotope-filter li a:active,
.isotope-filter li a:hover,
.isotope-filter li a:focus {
  background: #1cbde9;
  color: #ffffff;
}
.isotope-filter li a>span {
  font-size: 16px;
  font-weight: 400;
  padding: 16px 15px;
}
/*=========== ISOTOP GALLERY ==========*/

.isotope-gallery .isotope-item {
  width: 25%;
}
.isotope-gallery.plmbr-grid-three-item .isotope-item {
  width: 33.333%;
}
.isotope-gallery.plmbr-grid-four-item .isotope-item {
  width: 25%;
}
.isotope-gallery .isotope-item {
  overflow: hidden;
}
.isotope-gallery.plmbr-gutter .plmbr-project-column {
  margin-bottom: 30px;
  margin-right: 30px;
}
.plmbr-page-navigation .pagination.plmbr-pagination a {
  border: 1px solid transparent;
  border-style: transparent;
  border-radius: 0 !important;
  color: #8d8d8d;
  font-size: 21px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.plmbr-page-navigation .pagination.plmbr-pagination a:hover {
  background-color: transparent;
  border: 1px solid #1cbde9;
  color: #1cbde9;
}
/*=========== ERROR PAGES ==========*/

.plmbr-error-page {
  background-image: url(../images/resource/error-bgi.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 200px;
  padding-bottom: 500px;
}
.plmbr-extfz-sbttl {
  color: #1e1e1e;
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
  font-style: italic;
  font-weight: bold;
  padding-left: 80px;
  text-transform: uppercase;
}
.plmbr-extra-etfz {
  color: #1e1e1e;
  font-family: 'Seaweed Script', cursive;
  font-size: 315px;
  font-style: italic;
  line-height: 315px;
}
.plmbr-extfz-text {
  color: #1e1e1e;
  font-family: "Raleway", sans-serif;
  font-size: 30px;
  font-weight: 400;
}
.plmbr-error-btn {
  margin-top: 30px;
}
/*=========== FAQ PAGES ==========*/

.plmbr-faq-page {
  padding-top: 80px;
  padding-bottom: 200px;
}
.plmbr-faq-content .panel .panel-title a i,
.plmbr-faq-box .panel .panel-title a i {
  background-color: #000000;
  color: #ffffff;
  height: 40px;
  line-height: 40px;
  margin-right: 10px;
  text-align: center;
  width: 40px;
}
.plmbr-faq-box .panel .panel-title a .icon-1 {
  display: inline-block;
}
.plmbr-faq-box .panel .panel-title a.collapsed .icon-1 {
  display: none;
}
.plmbr-faq-box .panel .panel-title a .icon-2 {
  display: none;
}
.plmbr-faq-box .panel .panel-title a.collapsed .icon-2 {
  display: inline-block;
}
.plmbr-faq-box .panel .panel-body p {
  color: #777777;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 1px;
  text-transform: lowercase;
}
.plmbr-faq-box .panel .panel-collapse .panel-body {
  padding: 15px 0;
}
.plmbr-faq-box .about-thumb {
  overflow: visible;
}
.plmbr-faq-box .about-thumb .thumb-top {
  position: absolute;
  right: -18%;
  top: -25%;
}
.plmbr-faq-box .about-thumb .thumb-top img {
  border: 4px solid #eeeeee;
  border-radius: 3px 40% 3px 3px;
}
.plmbr-faq-box .about-thumb .thumb-bottom {
  position: absolute;
  left: -18%;
  bottom: -25%;
}
.plmbr-faq-box .about-thumb .thumb-bottom img {
  border: 4px solid #eeeeee;
  border-radius: 3px 3px 3px 40%;
}
.plmbr-faq-box .faq-box-title .square>li {
  list-style-type: square;
  margin-left: 10px;
  padding-left: 10px;
  line-height: 40px;
}
.plmbr-faq-box .faq-box-title .square>li:hover {
  color: #000000 !important;
}
.plmbr-faq-box .faq-box-title .square>li a {
  color: #777777;
}
.plmbr-faq-content .panel-group .panel-heading+.panel-collapse>.panel-body,
.panel-group .panel-heading+.panel-collapse>.list-group {
  border-top: none;
}
.plmbr-faq-content .panel .panel-title a .icon-1,
.panel .panel-title a .icon-1,
.plmbr-faq-content .icon::after {
  background-color: #1cbde9 !important;
}
.plmbr-faq-content .panel-default>.panel-heading {
  background-color: transparent;
  border-color: transparent;
}
.plmbr-faq-content .panel.panel-default {
  border-color: transparent;
}
.plmbr-faq-box .panel-heading {
  padding: 0;
}
.plmbr-pzero {
  padding: 0;
}
.plmbr-pdeght {
  padding: 15px;
}
.plmbr-title-faq {
  background-color: #1cbde9;
  height: 1px;
  left: 37%;
  position: absolute;
  top: 25px;
  width: 50px;
}
.plmbr-title-faq::before {
  background-color: #1cbde9;
  content: "";
  height: 1px;
  position: absolute;
  right: 0;
  top: -3px;
  width: 40px;
}
.plmbr-title-faq::after {
  background-color: #1cbde9;
  content: "";
  height: 1px;
  position: absolute;
  right: 0;
  top: 3px;
  width: 40px;
}
.plmbr-title-faq2 {
  background-color: #1cbde9;
  height: 1px;
  position: absolute;
  right: 37%;
  top: 25px;
  width: 50px;
}
.plmbr-title-faq2::before {
  background-color: #1cbde9;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: -3px;
  width: 40px;
}
.plmbr-title-faq2::after {
  background-color: #1cbde9;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 3px;
  width: 40px;
}
/* Faq Inner Pages */

.plmbr-popular-categori-ttl,
.plmbr-blog-smttl,
.plmbr-quot-ttl,
.plmbr-popular-tag-ttl {
  letter-spacing: 1.5px;
  margin-bottom: 40px;
}
.plmbr-popular-categori-ttl:after,
.plmbr-blog-smttl:after,
.plmbr-quot-ttl:after,
.plmbr-popular-tag-ttl:after {
  background-color: #1cbde9;
  content: "";
  position: absolute;
  left: 15px;
  height: 3px;
  margin-top: 25px;
  width: 40px;
}
.plmbr-blog-inner-search,
.plmbr-categories.plmbr-inner-box,
.plmbr-blog-smttl.plmbr-inner-box,
.plmbr-quot-ttl.plmbr-inner-box,
.plmbr-popular-tag-ttl.plmbr-inner-box {
  margin-bottom: 40px;
}
.plmbr-popular-tags .plmbr-tag-list>li {
  background-color: #1e1e1e;
  margin-bottom: 5px;
  margin-right: 4px;
  padding: 8px 20px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.plmbr-tag-list.plmbr-tag-list a {
  color: #fff;
  font-size: 14px;
  line-height: 19px;
}
.plmbr-popular-tags .plmbr-tag-list>li:hover {
  background-color: #1cbde9;
  color: #fff;
}
.tagcloud a {
  background-color: #E7EDF0;
  margin-bottom: 5px;
  margin-right: 2px;
  padding: 8px 20px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  color: #808080;
  font-size: 14px !important;
  line-height: 19px;
  display: inline-block;
}
.tagcloud a:hover {
  background-color: #1cbde9;
  color: #fff;
}
.plmbr-categories ul li {
  color: #373636;
}
.plmbr-categories ul li:hover {
  color: #1cbde9;
}
.plmbr-blog-inner-search .plmbr-bisrch {
  background-color: transparent;
  border-image: none;
  border-radius: 0;
  border-style: none none;
  box-shadow: none;
  font-size: 12px;
  letter-spacing: 1.5px;
  line-height: 26px;
}
.plmbr-search {
  background: transparent none repeat scroll 0 0;
}
.plmbr-bsmp-ttl {
  color: #b8b8b8;
  line-height: 0;
}
.plmbr-bsmpa {
  color: #1e1e1e;
}
.plmbr-bsmpa:hover {
  color: #1cbde9;
}
.plmbr-blog-smlastest-post.plmbr-inner-box,
.plmbr-quote.plmbr-inner-box {
  margin-bottom: 40px;
}
.plmbr-inner-fi {
  margin-bottom: 45px;
}
.plmbr-bpstcmnt {
  margin-bottom: 40px;
  margin-top: 40px;
}
.plmbr-bpstcmnt a {
  color: #1e1e1e;
  font-size: 12px;
  text-transform: uppercase;
}
.font-icon a {
  border: 1px solid #efefef;
  border-radius: 50%;
  color: #8b8b8b;
  font-size: 13px;
  width: 32px;
  height: 32px;
  padding: 7px;
  display: block;
  line-height: 18px;
  text-align: center;
}
.font-icon a:hover {
  background-color: #1ab3ed;
  color: #fff;
}
.plmbr-cmmntttl {
  margin-bottom: 30px;
}
.plmbr-bsm-ttl {
  margin-top: 0;
}
.comment-title {
  margin-top: 30px;
  padding-bottom: 25px;
}
/* Contact form */

.plmbr-contact-page {
  padding-bottom: 60px;
  padding-top: 80px;
}
.plmbr-coment-frminnr .form-control {
    border-image: none;
    border-radius: 0;
    box-shadow: none;
    height: 45px;
    border: 1px solid #dfe5e8;
    margin-top: 20px;
}
.form-control.style2 {
  height: 150px;
}
.plmbr-map {
  margin-top: 26px;
}
.plmbr-form-control {
  border: 1px solid #e5e5e5;
  border-image: none;
  border-radius: 0;
  box-shadow: none;
  height: 45px;
  text-transform: capitalize;
}
.plmbr-contact-inlocat span,
.plmbr-contact-inlocat2 span {
  font-size: 36px;
}
.plmbr-contact-inlocat h3 {
  color: #1e1e1e;
  letter-spacing: 1px;
}
.plmbr-blog-post-innr {
  padding-bottom: 50px;
}
.plmbr-blog-clsdbr-date ul {
    margin-left: 0;
}
.plmbr-ext-space-40 {
  margin-top: 40px;
}
.plmbr-ext-space {
  margin-top: 50px;
}
.plmbr-blog-cleftsdbar {
  padding-bottom: 70px;
  padding-top: 80px;
}
.plmbr-blog-clsdbr-date {
  background-color: #1e1e1e;
  color: #fff;
  position: relative;
  padding: 15px;
}
.plmbr-blog-clsdbr-date ul li:first-child {
  margin-bottom: 20px;
}
.plmbr-blog-clsdbr-date ul li:first-child::after {
  background: #575757 none repeat scroll 0 0;
  content: "";
  height: 1px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 75px;
  width: 40px;
}
.plmbr-blog-clsdbr-date ul li a,
.plmbr-blog-clsdbr-date li a span {
  color: #fff;
  font-size: 18px;
}
.plmbr-bl-ttl {
  margin-top: 35px;
}
.plmbr-bp-comments a span {
  padding-right: 5px;
}
.plmbr-bpstcmnt2 a {
  color: #1e1e1e;
  font-size: 12px;
  text-transform: uppercase;
}
.plmbr-bp-comments {
  margin-bottom: 30px;
}
.plmbr-bp-para>p {
  color: #1e1e1e;
  margin-bottom: 20px;
}
.plmbr-ext-space2 {
  margin-top: 10px;
}
.blog-img-carousel {
  position: relative;
}
.blog-img-carousel .owl-controls .owl-nav div {
  background: #1cc3ef none repeat scroll 0 0;
  font-size: 20px;
  height: 40px;
  line-height: 37px;
  position: absolute;
  text-align: center;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  width: 40px;
  color: #fff;
}
.blog-img-carousel .owl-controls .owl-nav div.owl-next {
  left: auto;
  right: 20px;
}
.blog-img-carousel .owl-nav .owl-prev:hover,
.blog-img-carousel .owl-nav .owl-next:hover {
  background: #1e1e1e;
  color: #fff;
}
.blog-img-carousel .owl-nav .owl-next i {
  color: #fff !important;
}
.plmbr-blog-post-innr .owl-nav .owl-prev:hover,
.plmbr-blog-post-innr .owl-nav .owl-next:hover {
  background: #1e1e1e;
  color: #fff;
}
.plmbr-blog-post-innr .owl-nav .owl-next i {
  color: #fff !important;
}
.plmbr-thumb {
  overflow: hidden;
  position: relative;
}
.plmbr-bpi-overlay {
  background-color: rgba(0, 0, 0, 0.9);
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  text-align: center;
  top: 0;
  transform: scale(0);
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.plmbr-thumb:hover .plmbr-bpi-overlay {
  transform: scale(1);
}
.plmbr-bpi-overlay span {
  color: #fff;
  font-size: 48px;
  margin-top: 25%;
}
.plmbr-pricing-innr {
  padding-bottom: 80px;
  padding-top: 80px;
}
.second-rawnded {
  padding-bottom: 40px;
  padding-top: 80px;
}
.plmbr-prc-btn {
  margin-bottom: 20px;
  text-transform: uppercase;
}
.owl-carousel .owl-item img {
  width: auto;
}
/*************
Comment CSS ADD
*************/

.comment-li-wrap {
  padding-left: 100px;
  position: relative;
  box-sizing: border-box;
  list-style: none;
  border-top: 1px solid #eee;
  padding-top: 20px;
  padding-bottom: 15px;
}
.pingback.comment-li-wrap {
  border-top: 0;
  padding-top: 0px;
}
.comments-area .comments-title {
  padding-top: 20px;
}
.pingback.comment-li-wrap {
  padding-left: 0px;
}
.comment-theme {
  position: absolute;
  left: 0;
  top: 19px;
}
.pingback .comments-meta h4 {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 1.75em 0;
  display: block;
}
p.plombiers-no-comments {
  padding-left: 15px;
}
.comments-meta h4 {
  font-size: 12px;
  color: #32C3EB;
  margin-top: 0;
}
h3#reply-title {
  font-size: 15px;
  text-transform: uppercase;
  margin-top: 0;
}
span.comments-date {
  text-transform: uppercase;
  font-size: 12px;
}
div#respond {
  clear: both;
}
span.comment-reply-link {
  margin-top: -18px;
  color: #32C3EB;
  position: absolute;
  right: 7%;
}
.comments-section ol {
  padding-left: 0;
  margin-left: 0;
  list-style: none;
}
.comments-section ul {
  padding-left: 0;
  margin-left: 0;
  list-style: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
ul.children {
  margin-top: 25px;
}
ul.children li {
  padding-bottom: 0;
}
.comments-area li.depth-5 {
  margin-bottom: 20px;
}
.comment-theme {
  position: absolute;
  left: 0;
  top: 19px;
}
/* Pagenavi styles */

.wp-pagenavi {
  text-align: center;
  padding-bottom: 0;
  padding-top: 25px;
}
.wp-pagenavi a,
.wp-pagenavi span {
  text-decoration: none;
  border: 2px solid #e5e5e5;
  padding: 6px 14px;
  margin: 0px 4px 8px;
  color: #232323;
  display: inline-block;
}
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
  background: #32C3EB;
  color: #232323 !important;
  border-color: #32C3EB;
}
/*Single Pagination*/
.plombiers-more-posts.clearfix {
    float: right;
    display: flex;
}
.previous-post {
    background:  #32C3EB;
    width: 40px;
    height: 40px;
    text-align:  center;
    line-height: 41px;
    margin-right: 10px;
    transition: .3s;
}
.previous-post i {
  color: #fff;
}
.previous-post a,
.next-post a {
    display: block;
    transition: .3s;
}
.previous-post:hover {
  background:  #32C3EB;
}
.previous-post:hover a span i,
.next-post:hover a span i {
   color: #fff;
}
.next-post:hover {
  background:  #10bded;
}
.next-post  {
    background:  #32C3EB;
    width: 40px;
    height: 40px;
    text-align:  center;
    line-height: 41px;
    transition: .3s;
}
.next-post i {
  color:#fff;
}
.plombiers-page-section .learn-press-message {
  border-left: 5px solid #F4A460;
}
.become-teacher-fields {
  width: 300px;
  margin: 0 auto;
}
/*POST CSS*/

.plombiers-video-post.video-format iframe {
  min-height: 40vh;
}
.plombiers-audio-post.audio-format iframe {
  min-height: 40vh;
}
.col-md-6 .plombiers-video-post.video-format iframe {
  min-height: 300px;
}
.col-md-6 .plombiers-audio-post.audio-format iframe {
  min-height: 300px;
}
.col-md-6 .blog-img-carousel.owl-carousel .owl-item img {
  min-height: 300px;
}
.col-md-4 .plombiers-video-post.video-format iframe {
  min-height: 210px;
}
.col-md-4 .plombiers-audio-post.audio-format iframe {
  min-height: 210px;
}
.col-md-4 .blog-img-carousel.owl-carousel .owl-item img {
  min-height: 210px;
}
.col-md-3 .plombiers-video-post.video-format iframe {
  min-height: 200px;
}
.col-md-3 .plombiers-audio-post.audio-format iframe {
  min-height: 200px;
}
.col-md-3 .blog-img-carousel.owl-carousel .owl-item img {
  min-height: 200px;
}
.plmbr-archive .blog-post .plmbr-blog-thumb {
  /*min-height: 250px;*/
  ;
}
.plombiers-video-post.video-format,
.plombiers-audio-post {
  line-height: 0;
}
/*POST CSS End*/
.plmbr-single-content {
    padding-bottom: 50px;
}
.plmbr-single-content hr {
  margin-top: 35px;
}
.plmbr-tags ul li {
  display: inline-block;
}
.plmbr-tags ul li a {
  display: inline-block;
  border: 1px solid #efefef;
  padding: 5px 11px;
}
.plmbr-single-tags {
    display: inline-block;
}
.plmbr-single-tags ul {
  margin-left: 0px;
}
.plmbr-single-tags ul li span {
  padding-right: 5px;
}
.plmbr-single-tags ul li {
    display: inline-block;
    background: #32C3EB;
    color: #fff;
    margin-right: 5px;
    padding-right: 10px;
    padding-left: 9px;
    padding-top: 3px;
    padding-bottom: 1px;
    margin-bottom: 5px;
}
.plmbr-single-tags ul li a {
  display: inline-block;
    color: #fff;
}
.plmbr-recent-widget {
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}
.blmbr-widget-quote blockquote {
  margin: 0;
  background: #F7F7F7;
  padding: 50px 30px;
  height: auto;
  font-style: italic;
  font-size: 15px;
	position:relative;
}
.blmbr-widget-quote blockquote:before {
    position: absolute;
    left: 10px;
    top: 5px;
    width: 100%;
    height: 100%;
    content: "\f10d";
    font-family: FontAwesome;
    font-size: 36px;
    color: #ddd;
}
.blmbr-widget-quote blockquote:after {
    position: absolute;
    right: 20px;
    bottom: -6px;
    content: "\f10e";
    font-family: FontAwesome;
    font-size: 36px;
    color: #ddd;
}
.sidebar h3 span {
    color: #8c8f90;
}
.plmbr-tags {
  display: inline-block;
}
.single-share {
  display: inline-block;
  float: right;
}
span.pagination-prfix {
  color: #32C3EB;
}
.plmbr-blog-clsdbr-date ul.plmbr-archive li:first-child::after {
  top: 73px;
}
.plmbr-comment.archive-comment i {
  width: 100%;
  display: block;
  padding-right: 0;
}
.plmbr-archive .zilla-likes-postfix {
  display: none;
}
ul.plmbr-archive .plmbr-like .zilla-likes:after {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "\f087";
  font-family: 'FontAwesome';
  color: #fff;
}
ul.plmbr-archive .plmbr-like .zilla-likes:hover,
.zilla-likes.active {
  background: none;
  margin: 0 !important;
  color: #fff;
  padding-left: 0px !important;
}
.list-unstyled.plmbr-archive .zilla-likes-count {
  display: block;
}
ul.plmbr-archive .plmbr-like .zilla-likes {
  padding-left: 0 !important;
}
ul.plmbr-archive .plmbr-like .zilla-likes:hover:after,
ul.plmbr-archive .zilla-likes.active:after {
  content: "\f164";
}
.plmbr-archive .plmbr-bpstcmnt {
  margin-top: 0;
}
.plmbr-archive .plmbr-bpstcmnt2.list-inline {
  margin-left: -2px;
}
.plmbr-archive .blog-post:first-of-type .plmbr-ext-space {
  /*margin-top: 0px;*/
  ;
}
.blog h2.plmbr-pgttl {
  font-size: 17px;
  line-height: 1.5;
}
span.plmbr-read-date.text-right {
  float: right;
}
a.plmbr-read-link {
  display: block;
  padding: 15px 11px;
}
.plmbr-read-more {
  transition: .3s;
}
.plmbr-read-more:hover a {
  color: #fff;
}
.section-padding {
  padding: 80px 0;
}
.page-padding {
  padding: 50px 0;
}
.search h2.plmbr-pgttl {
  font-size: 20px;
}
.plmbr-bp-autor {
  padding-bottom: 25px;
}
.plmbr-bp-autor ul {
  padding-bottom: 0px;
  margin-bottom: 0px;
}
/** WP Widget CSS **/

.widget_archive ul li:first-child,
.widget_recent_comments ul li:first-child,
.widget_meta ul li:first-child,
.widget_recent_entries ul li:first-child {
  border-top: 1px solid #dbdedd;
}
.widget_archive ul li,
.widget_meta ul li,
.widget_recent_entries ul li {
  border-bottom: 1px solid #dbdedd;
  padding: 10px 17px;
  position: relative;
}
.widget_archive ul li:after,
.widget_meta ul li:after,
.widget_recent_entries ul li:after {
  font-family: FontAwesome;
  content: "\f105";
  color: #d2d2d2;
  position: absolute;
  left: 2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget_recent_comments ul li {
  border-bottom: 1px solid #d2d2d2;
  padding: 10px 5px;
  position: relative;
}
.sidebar .widget_pages ul {
  padding-left: 0px;
}
.widget_pages>ul>li:last-child,
.widget_categories>ul>li:last-child {
  border-bottom: 1px solid #dbdedd;
}
.widget_pages ul li,
.widget_categories ul li {
  border-top: 1px solid #dbdedd;
}
.widget_pages a,
.widget_categories a {
  padding: 10px 15px;
  display: inline-block;
  position: relative;
}

.widget_pages ul li a:after,
.widget_categories ul li a:after {
  font-family: FontAwesome;
  content: "\f105";
  color: #d2d2d2;
  position: absolute;
  left: 2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.widget_calendar tr,
.widget_calendar td,
.widget_calendar th {
  padding: 11px;
}
.widget_calendar tr td#today {
  background-color: #32C3EB;
}
.widget_archive select,
.widget_categories select,
.textwidget select {
  padding: 10px;
  width: 100%;
  border: 1px solid #dbdedd;
  color: #333;
}
a.rsswidget {
  line-height: 1.7;
}
.sidebar ul li {
  list-style: none;
}
.content-area .sidebar ul {
  margin-left: 0;
  margin-bottom: 0;
}
.sidebar .tp_recent_tweets li {
  padding-left: 0;
}
/** WP Defult CSS **/

/**
 * 12.1 - Captions
 */

.wp-caption {
  margin-bottom: 1.75em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0;
}
.wp-caption .wp-caption-text {
  color: #686868;
  font-size: 14px;
  font-style: italic;
  line-height: 1.6153846154;
  padding-top: 0.5384615385em;
}
/**
 * 8.0 - Alignments
 */

.alignleft {
  float: left;
  margin: 0.375em 1.75em 1.75em 0;
}
.alignright {
  float: right;
  margin: 0.375em 0 1.75em 1.75em;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 1.75em;
}
blockquote {
    color: #666;
    font-size: 18px;
    font-size: 1.125rem;
    font-style: italic;
    line-height: 1.7;
    overflow: hidden;
    padding: 22px 34px;
    background: #F7F7F7;
    border-left:5px solid #32C3EB;
  }
blockquote p {
  font-size: 16px;
}
blockquote cite {
  display: block;
  font-style: normal;
  font-weight: 600;
  margin-top: 0.5em;
}
/* contact Form 7 css start */

.wpcf7-form-control {
  border: 1px solid #ccc;
  padding: 9px 15px;
}
.wpcf7-form-control {
  display: block;
}
textarea.wpcf7-form-control.wpcf7-textarea {
  height: 170px;
}
.wpcf7 label {
  display: block;
  color: #606060;
}
.my-main-contact-from .form-group {
  margin-bottom: 10px;
}
.my-main-contact-from .col-md-6 .form-group {
  margin-bottom: 20px;
}
.wpcf7 p:nth-last-child(2) {
  text-align: right;
}
.wpcf7-form-control {
  border: 1px solid #e5e5e5;
  padding: 9px 15px;
}
.wpcf7-form-control {
  display: block;
}
.wpcf7 input {
  width: 100%;
}
.wpcf7 p:nth-child(1) {
  width: 50%;
}
.wpcf7 textarea.wpcf7-form-control.wpcf7-textarea {
  width: 100%;
  margin-bottom: 5px;
}
.wpcf7 p {
  width: 50%;
  float: left;
  padding-bottom: 0;
  margin-bottom: 0;
  padding-right: 10px;
  padding-top: 15px;
}
.wpcf7 p:nth-last-child(4),
.wpcf7 p:nth-last-child(3),
.wpcf7 p:nth-last-child(2) {
  width: 100%;
}
.wpcf7-submit {
  background: #1e1e1e;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
}
.wpcf7-submit:hover {
  background: #1cbde9;
  color: #606060;
  transition: .3s;
}
/* Extra CSS*/

.plombiers-fluid .kc_column,
.kc_column_inner {
  padding-right: 0px;
  padding-left: 0px;
}
ul.plmbr-bpstcmnt.list-inline li {
  color: #1e1e1e;
  border: 1px solid #ccc;
  padding: 5px 10px;
  margin: 2px;
  transition: .3s;
}
ul.plmbr-bpstcmnt.list-inline li:hover {
  color: #fff;
  background: #32C3EB;
  transition: .3s;
}
ul.plmbr-bpstcmnt.list-inline li:hover span a {
  color: #fff;
  transition: .3s;
}
.plmbr-tags ul {
  margin-left: 0;
}
.plmbr-tags ul li {
  margin: 2px;
}
.plmbr-tags ul li a:hover {
  color: #fff;
  background: #32C3EB;
}
.plmbr-like .zilla-likes {
  background: none;
  position: relative;
  margin-bottom: 0;
  padding-left: 18px !important;
  color: #fff;
}
.plmbr-like .zilla-likes:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "\f087";
  font-family: 'FontAwesome';
  color: #fff;
}
.plmbr-like .zilla-likes:hover,
.zilla-likes.active {
  background: none;
  margin: 0 !important;
  color: #fff;
  padding-left: 18px !important;
}
.plmbr-like .zilla-likes:hover:after,
.zilla-likes.active:after {
  content: "\f164";
}
.single h2.plmbr-pgttl {
  line-height: 1.5;
  font-size: 22px;
}
.plmbr-btn-thm i {
  padding-left: 5px;
}
ul.plmbr-list-style.irs-list {
  margin-left: 25px;
}
.flexslider .slides {
  margin-left: 0;
  margin-bottom: 10px;
}
.content-area .flexslider ol {
  margin-left: 0;
}
.plmbr-srvc-ovrly-icon i {
  font-size: 40px;
  color: #fff;
}
span.plmbr-service-thumb2 i {
  font-size: 40px;
  padding: 5px;
  background: #fff;
}
.plmbr-service-column {
  padding-bottom: 46px;
}
a.plmbr-mv {
  font-weight: 700;
  color: #222;
}
.page .comments-area {
  margin-top: 35px;
}
.plmbr-bp-comments ul {
  margin-left: 0;
}
.plmbr-service-iconbg2 span {
  position: absolute;
  font-size: 40px;
  color: #fff;
  left: 0;
  right: 0;
  top: 50%;
  text-align: center;
  transform: translateY(-50%);
}
.plombiers-maintenance-mode {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
.plombiers-maintenance-mode:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, .5);
  z-index: -1;
}
.plombiers-maintenance-mode .container {
  height: 100%;
}
.plombiers-maintenance-mode .table {
  display: table;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
.plombiers-maintenance-mode .table-cell {
  display: table-cell;
  vertical-align: middle;
}
.plombiers-maintenance-mode .wpcf7-form-control.wpcf7-submit {
  border: none;
  background: #32C3EB;
}
.plombiers-maintenance-mode .wpcf7-form-control.wpcf7-submit:hover {
  border: none;
  background: #333;
  color: #fff;
}
.maintain-text h2 {
  font-size: 38px;
  color: #fff;
  text-align: center;
}
.maintain-thumb {
  position: absolute;
  right: 0;
  bottom: 0;
}
.no-padding .kc_column {
  padding-left: 0;
  padding-right: 0;
}
a.theme-btn-2:hover {
  background: #0599c1;
  transition: .3s;
}
.camera_prev,
.camera_next,
.camera_commands {
  cursor: pointer;
  height: 50px;
  margin-top: -25px;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 2;
  border: 5px solid #ddd;
  transition: .3s;
  margin: 20px;
}
.camera_prev:hover,
.camera_next:hover,
.camera_commands:hover {
  background: rgba(50, 195, 235, .10);
  border: 5px solid rgba(50, 195, 235, .9);
}
.camera_next>span,
.camera_prev>span {
  display: block;
  height: 40px;
  width: 40px;
}
.plmbr-blog-inner-search .input-group {
  border: 1px solid #dbdedd;
}
.sticky .plmbr-blog-col {
  border: 2px dotted #32C3EB;
}
.no-post-meta {
  /*display: none;*/
  position: relative;
}
.classic-post .no-post-meta {
  display: block;
  padding-bottom: 15px;
}
.classic-post .plmbr-bl-ttl {
  margin-top: 0;
}
.classic-post .plmbr-bl-ttl h3 {
  margin-top: 0;
  margin-bottom: 15px;
}
.plmbr-spost ol {
  list-style: none;
}
hr {
  clear: both;
  margin-bottom: 0;
  margin-top: 0;
}
.classic-post .plmbr-blog-thumb img {
  margin-bottom: 25px;
}
.classic-post .sticky {
  border: 2px dotted #2DC9E7;
}
.sticky-post {
  position: absolute;
  right: 15px;
  text-indent: -9999px;
  top: 0px;
  width: 70px;
  height: 60px;
  background: #606060;
  color: #fff;
  padding: 5px 10px;
  background: url(../images/featured.png);
  z-index: 99;
}
.wp-link-pages {
  clear: both;
  overflow: hidden;
  margin-bottom: 30px;
}
.wp-link-pages>span,
.wp-link-pages>a {
  display: inline-block;
  border: 1px solid #32C3EB;
  padding: 5px 10px;
  line-height: 1em;
}
.wp-link-pages>span,
.wp-link-pages a:hover {
  background-color: #32C3EB;
  color: #fff;
  transition: all .3s;
}
.post-password-form input {
  height: 40px;
  padding: 0px 20px;
  border: 1px solid #32C3EB;
  font-size: 15px;
  background: #f9f9f9;
  width: inherit;
}
.plmber-single-cat a{
  display: inline-block;
  margin: 5px 0px 8px 0;
}
.post-password-form input[type=submit] {
  height: 42px;
  border: none;
  border-left: 1px solid #32C3EB;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #32C3EB;
  color: #ffffff;
  margin-left: -4px;
  margin-top: 2px;
  padding-top: 4px;
  padding-bottom: 3px;
}
.post-password-form input[type=submit]:hover {
  background-color: #32C3EB;
  transition: .3s;
}
.post-password-form input::-webkit-input-placeholder {
  color: #606060;
}
.post-password-form input::-moz-placeholder {
  color: #606060;
}
form.post-password-form {
  padding-top: 20px;
  padding-bottom: 10px;
}
.post-password-form>p {
  padding-top: 10px;
  text-align: center;
}
.plmbr-classic-title h3 {
  margin-top: 0;
}
/*Custom  CSS */

.about-bloc h2 {
  padding-top: 0;
  margin-top: 0;
}
ul.plmbr-list-style.feature-list i {
  color: #ffffff;
}
ul.plmbr-list-style.feature-list {
  margin-left: 25px;
  padding-left: 25px;
}
ul.plmbr-list-style.feature-list li {
  color: #fff;
}
.featured-image img {
  width: 100%;
}
 .admin-bar .site-header .navbar-fixed-top {
  top: 32px;
}
.sticky-menu.navbar-fixed-top {
  box-shadow: 0px 8px 8px -11px rgba(0,0,0,0.75);
  z-index: 999;
}
.contact2-info h3.text-uppercase {
  padding-top: 0;
  margin-top: 0;
}
.service-details-wrap {
    position: relative;
}
.sevice-title {
    position: absolute;
    left: 0px;
    bottom: 50px;
    background: rgba(0,0,0,.7);
    color: #fff;
    padding: 15px 20px;
}
.service-image img {
    position:  relative;
}
.sevice-title h2 {
    color:  #fff;
    text-transform:  uppercase;
    margin-top:  0;
    padding-bottom:  0;
    margin-bottom:  0;
    font-size: 20px;
}
.sevice-title i {
    padding-right: 15px;
}
.single-post-thumb {
   margin-bottom: 30px;
}
.single-post-thumb img {
  width: inherit;
}
.content-side.col-md-9.bpl-30 {
    padding-left: 35px;
}
.content-side.col-md-9.bpr-30 {
    padding-right: 35px;
}
.header-style-2 ul.info {
    list-style: none;
    margin-left: -15px;
}
.lower-topbar {
  background-image: url(../images/patterns/pattern-5.png);
  background-repeat: repeat;
}
.pmbor-single-meta {
    display: flex;
    flex-wrap: wrap;
    color: #99a9b5;
    padding-bottom: 25px;
}
.left-meta {
    display: inline-flex;
}
.right-meta {
    display: inline-flex;
}
.plmber-single-author {
  padding-right: 10px;
}
.plmber-single-cat {
  padding-right: 10px;
}
.plmber-single-date {
 padding-right: 10px;
}
.cat-border {
  margin: 0 6px;
  border-left: 1px solid #d4dee1;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
}
ul.page-numbers {
  margin-left: 0;
  padding-left: 15px;
  list-style: none;
  margin-top: 40px;
  clear: both;
}
ul.page-numbers li {
  display: inline-block;
}
ul.page-numbers li span.current {
  background-color: #32C3EB;
  display: block;
  padding: 5px 16px;
  border: 2px solid #32C3EB;
}
ul.page-numbers li a {
  border: 1px solid #32C3EB;
  padding: 11px 14px;
  line-height: 1em;
  display: block;
}
ul.page-numbers li a:hover {
  background-color: #32C3EB;
  color: #fff;
  transition: all .3s;
}
.plmber-single-share {
    margin-top: 25px;
}
.plmbr-blog-ftr {
  display: flex;
  justify-content: space-around;
  padding: 10px;
}
.sidebar ul.children {
    margin-top: 0;
}
.plmber-widget-area ul {
    list-style: none;
    margin-left: 0;
}
.plmber-widget-area ul li a {
    color: #eee;
}
.plmber-widget-area ul li {
    color: #eee;
}
.footer  .plmber-widget-area {
    color: #eee;
}
.footer .tagcloud a {
  color: #333;
}
.footer ul.children {
  margin-top: 0;
}
.sidebar h3:first-of-type{
  margin-top: 0px;
}
.sidebar .widget_nav_menu ul li a {
    padding: 9px 15px;
    display: block;
    border-bottom: 1px solid #dbdedd;
    position: relative;
}
.sidebar .widget_nav_menu ul>li:first-child a {
  border-top: 1px solid #dbdedd;
}
.sidebar .widget_nav_menu ul li ul li:first-child a {
  border-top: none;
}
.sidebar .widget_nav_menu ul li a:after {
    font-family: FontAwesome;
    content: "\f105";
    color: #d2d2d2;
    position: absolute;
    left: 2px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.plmber-widget-area .widget_nav_menu ul li a {
    padding: 9px 15px;
    display: block;
    border-bottom: 1px solid #dbdedd;
    position: relative;
}
.plmber-widget-area .widget_nav_menu ul>li:first-child a {
  border-top: 1px solid #dbdedd;
}
.plmber-widget-area .widget_nav_menu ul li ul li:first-child a {
  border-top: none;
}
.plmber-widget-area .widget_nav_menu ul li a:after {
    font-family: FontAwesome;
    content: "\f105";
    color: #d2d2d2;
    position: absolute;
    left: 2px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.plmber-widget-area .widget_nav_menu .plmbr-foter-title h4 {
  padding-top: 25px;
}
.plmber-widget-area .widget_tag_cloud .plmbr-foter-title h4 {
  padding-top: 25px;
}
.blog-area .single-blog {
    margin-bottom: 30px;
}

.single-blog:hover {
    box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.1);
}
.single-blog {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.07);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
	 margin-bottom: 30px;
}
.blog-thumbnail {
    display: block;
}
.blog-content {
    padding: 30px 10px 20px 16px;
}
.blog-meta {
    overflow: hidden;
    margin-bottom: 15px;
}
.blog-meta .meta-date {
    float: left;
    margin-right: 20px;
    background: #32C3EB;
    padding: 12px 18px;
    border-radius: 3px;
    text-align: center;
    color: #fff;
}
.blog-meta .meta-date h4 {
  color: #fff;
  margin: 0px;
}
.blog-meta .blog-meta-title h2 a {
    display: block;
    font-size: 18px;
    color: #7d89a1;
    line-height: 28px;
}
.blog-meta .blog-meta-title h2 {
	margin-top:0px;
}

.blog-items-wrap .blog-meta .blog-meta-title h2 {
	margin-top:15px;
}

.blog-items-wrap .blog-meta .blog-meta-title h2 a {
	font-size:22px;
}
.blog-items-wrap {
	margin-bottom:20px;
	padding-left:0px;
	padding-right:0px;
}
span.blog-submeta {
    font-size: 14px;
    color: #c2cad7;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    display: block;
    margin-bottom: 16px;
}
.blog-content p {
    color: #7d89a1;
}
.blog-content .btn-style-one {
    margin-top: 28px;
}
caption {
	padding-top:0px;
}
.blmbr-widget-quote {
	padding-bottom:20px;
}
.btn-style-one a {
    display: inline-block;
    background: #333;
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    letter-spacing: 0.02em;
    padding: 9px 35px;
    border-radius: 4px;
    min-width: 140px;
    text-align: center!important;
}
.btn-style-one a:hover {
  background: #32C3EB;
}

.content-area  {
  padding-top:80px;
  padding-bottom: 30px;
}
.navbar.sticky:after {
  display: none;
}
.sticky {
    position: relative;
}
.sticky:after {
  position: absolute;
  right: 0px;
  text-indent: -9999px;
  top: 0px;
  width: 70px;
  height: 60px;
  background: #606060;
  color: #fff;
  padding: 5px 10px;
  background: url(../images/featured.png);
  z-index: 1;
  content: "";
}
.sticky .single-blog{
    border: 5px dotted #eee;
    box-shadow: none;
}
.blog-meta .meta-date a {
    color: #fff;
}
.blog-meta .meta-date a i {
    font-size: 20px;
}
.comment-meta {
	color:#fff;
	display:block;
}
.blog-submeta .date {
	display: inline-block;
    padding-left: 5px;
    color: #808080;
}
.header-style-3 .navbar-header .text-logo .logo {
	margin-top:32px;
	font-size:24px;
	color:#333;
}
.blog-single-title h2 {
    font-size: 25px;
    text-transform: capitalize;
    margin-top: 0px;
    margin-bottom: 16px;
    color: #555;
    padding: 0;
}
.comments li.comment + .comment-form form {
	margin-bottom:60px;
}

.comments li.comment:last-of-type + .comment-form form {
	margin-bottom:0px;
}
.comments li.comment li.comment:last-of-type + .comment-form form {
	margin-bottom:40px;
}
#cancel-comment-reply-link{
	float: right;
    font-size: 20px;
    color: rgb(204, 204, 204);
    margin-right: 7%;
}
span.author span.author-title {
    color: #fff;
    padding: 0;
    margin: 0;
    font-weight: 500;
	display: block;
}