/*
Theme Name: flatter-plus
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: flatter-plus

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Flatter-plus is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------*/
/*---------------Margin---------Padding----------*/

 body {
	direction: rtl;
	unicode-bidi: embed;
}
body {
  font-family: 'Segoe UI', sans-serif; }

a, a:link, a:focus, a:link, a:visited, a:active {
  outline: 0; }

a, button, .btn {
  transition: all 0.4s ease-in-out; }

.btn-theme {
  background: #27c2aa;
  color: #fff; }
  .btn-theme:hover {
    color: #fff;
    opacity: 0.8; }

.pull-left {
  margin-right: 15px; }

.pull-right {
  margin-left: 15px; }

.theme-color {
  color: #27c2aa; }

.theme-bg {
  background: #27c2aa; }

.overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.2); }

.no-padding {
  padding: 0 !important; }

.text-left {
  text-align: left !important; }

.form-control:focus {
  border-color: #27c2aa; }

/*----------Section Title----------*/
.section-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 28px; }
  .section-title .underline {
    width: 50px;
    height: 2px;
    background: #27c2aa;
    margin: 0 auto; }

/*----------Animation on dropdown-----------*/
.dropdown-menu {
  transform: scale(0.5);
  opacity: 0;
  transition: all 0.4s ease-in-out; }

li.open:hover .dropdown-menu {
  transform: scale(1);
  opacity: 1; }

/*---Full Slider-----------*/
html,
body {
  height: 100%; }

.carousel,
.item,
.active {
  height: 100%; }

.carousel-inner {
  height: 100%; }

/* Background images are set within the HTML using inline CSS, not here */
.fill {
  width: 100%;
  height: 100%;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover; }

.carousel-caption {
  left: 0;
  right: 0;
  padding-bottom: 0; }
  .carousel-caption h1 {
    font-size: 36px;
    text-transform: uppercase; }
  .carousel-caption h6 {
    font-size: 14px;
    line-height: 24px; }
  .carousel-caption .buttons .btn {
    background: #27c2aa;
    color: #fff;
    margin: 0 10px;
    text-transform: uppercase;
    font-size: 18px;
    margin-top: 15px;
    font-weight: 100;
    padding: 10px 12px; }
    .carousel-caption .buttons .btn:hover {
      opacity: 0.8; }
  .carousel-caption .buttons .btn-slider1 {
    background: #111;
    color: #27c2aa; }

.outer {
  display: table;
  position: absolute;
  z-index: 999;
  height: 100%;
  width: 100%; }

.middle {
  display: table-cell;
  vertical-align: middle; }

.inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 700px; }

/*----------------Smart Menu-------------*/
/*
 You probably do not need to edit this at all.

 Add some SmartMenus required styles not covered in Bootstrap 3's default CSS.
 These are theme independent and should work with any Bootstrap 3 theme mod.
*/
/* sub menus arrows on desktop */
.navbar-nav:not(.sm-collapsible) ul .caret {
  position: absolute;
  right: 0;
  margin-top: 6px;
  margin-right: 15px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px dashed; }

.navbar-nav:not(.sm-collapsible) ul a.has-submenu {
  padding-right: 30px; }

/* make sub menu arrows look like +/- buttons in collapsible mode */
.navbar-nav.sm-collapsible .caret, .navbar-nav.sm-collapsible ul .caret {
  position: absolute;
  right: 0;
  margin: -3px 15px 0 0;
  padding: 0;
  width: 32px;
  height: 26px;
  line-height: 24px;
  text-align: center;
  border-width: 1px;
  border-style: solid; }

.navbar-nav.sm-collapsible .caret:before {
  content: '+';
  font-family: monospace;
  font-weight: bold; }

.navbar-nav.sm-collapsible .open > a > .caret:before {
  content: '-'; }

.navbar-nav.sm-collapsible a.has-submenu {
  padding-right: 50px; }

/* revert to Bootstrap's default carets in collapsible mode when the "data-sm-skip-collapsible-behavior" attribute is set to the ul.navbar-nav */
.navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] .caret, .navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] ul .caret {
  position: static;
  margin: 0 0 0 2px;
  padding: 0;
  width: 0;
  height: 0;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-bottom: 0;
  border-left: 4px solid transparent; }

.navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] .caret:before {
  content: '' !important; }

.navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] a.has-submenu {
  padding-right: 15px; }

/* scrolling arrows for tall menus */
.navbar-nav span.scroll-up, .navbar-nav span.scroll-down {
  position: absolute;
  display: none;
  visibility: hidden;
  height: 20px;
  overflow: hidden;
  text-align: center; }

.navbar-nav span.scroll-up-arrow, .navbar-nav span.scroll-down-arrow {
  position: absolute;
  top: -2px;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  overflow: hidden;
  border-top: 7px dashed transparent;
  border-right: 7px dashed transparent;
  border-bottom: 7px solid;
  border-left: 7px dashed transparent; }

.navbar-nav span.scroll-down-arrow {
  top: 6px;
  border-top: 7px solid;
  border-right: 7px dashed transparent;
  border-bottom: 7px dashed transparent;
  border-left: 7px dashed transparent; }

/* add more indentation for 2+ level sub in collapsible mode - Bootstrap normally supports just 1 level sub menus */
.navbar-nav.sm-collapsible ul .dropdown-menu > li > a,
.navbar-nav.sm-collapsible ul .dropdown-menu .dropdown-header {
  padding-left: 35px; }

.navbar-nav.sm-collapsible ul ul .dropdown-menu > li > a,
.navbar-nav.sm-collapsible ul ul .dropdown-menu .dropdown-header {
  padding-left: 45px; }

.navbar-nav.sm-collapsible ul ul ul .dropdown-menu > li > a,
.navbar-nav.sm-collapsible ul ul ul .dropdown-menu .dropdown-header {
  padding-left: 55px; }

.navbar-nav.sm-collapsible ul ul ul ul .dropdown-menu > li > a,
.navbar-nav.sm-collapsible ul ul ul ul .dropdown-menu .dropdown-header {
  padding-left: 65px; }

/* fix SmartMenus sub menus auto width (subMenusMinWidth and subMenusMaxWidth options) */
.navbar-nav .dropdown-menu > li > a {
  white-space: normal; }

.navbar-nav ul.sm-nowrap > li > a {
  white-space: nowrap; }

.navbar-nav.sm-collapsible ul.sm-nowrap > li > a {
  white-space: normal; }

/* fix .navbar-right subs alignment */
.navbar-right ul.dropdown-menu {
  left: 0;
  right: auto; }

/*----------Logo-----Menu-----*/
.logo-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: rgba(255, 255, 255, 0.9); }
  .logo-menu .logo {
    padding: 15px 0; }
    .logo-menu .logo img {
      max-width: 150px; }
    .logo-menu .logo .slogon {
      margin: 0;
      padding: 0;
      font-size: 11px;
      color: #666; }
  .logo-menu .main-menu .navbar {
    margin: 0;
    padding: 0;
    border: none;
    background: none; }
  .logo-menu .main-menu .navbar-default .navbar-nav > li > a {
    text-align: center; }
  .logo-menu .main-menu .navbar-nav > li > a {
    padding: 20px 20.5px 20.5px;
    font-size: 14px;
    text-transform: uppercase; }
    .logo-menu .main-menu .navbar-nav > li > a:hover {
      color: #27c2aa; }
  .logo-menu .main-menu .navbar-default .navbar-nav > .active > a, .logo-menu .main-menu .navbar-default .navbar-nav > .active > a:hover, .logo-menu .main-menu .navbar-default .navbar-nav > .active > a:focus {
    background: #27c2aa;
    color: #fff; }
  .logo-menu .main-menu .nav > li {
    padding: 20px 15px; }
  .logo-menu .main-menu .dropdown-menu > li > a {
    padding: 10px 20px;
    border-bottom: 1px solid #f0f0f0; }
  .logo-menu .main-menu .dropdown-menu > li:last-child a {
    border-bottom: none; }
  .logo-menu .main-menu .dropdown-menu {
    border: 1px solid #f0f0f0;
    border-top: 4px solid #27c2aa;
    margin: 0;
    padding: 0;
    border-radius: 4px 4px 0 0; }
  .logo-menu .main-menu .dropdown-menu:before {
    font-family: FontAwesome;
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    content: "";
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #27c2aa;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -10px; }
  .logo-menu .main-menu .dropdown-menu .dropdown-menu:before {
    border-bottom: 10px solid transparent; }
  .logo-menu .main-menu .dropdown-menu > li > a:hover {
    color: #27c2aa; }
  .logo-menu .main-menu .has-submenu {
    background: none;
    color: #666; }
  .logo-menu .main-menu .has-submenu:hover {
    background: none !important; }

/*--------Sticky------*/
.logo-menu.sticky-menu {
  background: #fff;
  border-bottom: 4px solid #27c2aa; }
  .logo-menu.sticky-menu .navbar-default .navbar-nav > li > a {
    padding: 10px 20.5px; }
  .logo-menu.sticky-menu .logo {
    padding: 4px 0; }

/*--------------Slider----------*/
.carousel-indicators li {
  width: 20px;
  height: 20px;
  border: none;
  background: rgba(255, 255, 255, 0.5);
  margin: 0 5px; }

.carousel-indicators .active {
  background: #27c2aa;
  width: 20px;
  height: 20px; }

.carousel-indicators {
  z-index: 9991; }

/*---------Intro-----------*/
.intro {
  background: #27c2aa;
  padding: 60px 0; }
  .intro .single {
    text-align: center;
    padding: 15px;
    margin: 30px 0;
    transition: all 0.4s ease-in-out; }
    .intro .single:hover {
      background: rgba(255, 255, 255, 0.1);
      box-shadow: 0 3px 0px rgba(0, 0, 0, 0.1); }
    .intro .single .block-title {
      text-transform: uppercase;
      font-size: 22px;
      font-weight: 300;
      color: #fff; }
    .intro .single p {
      color: #fff;
      font-size: 14px;
      font-weight: 300;
      line-height: 22px; }
    .intro .single .read-more {
      background: rgba(255, 255, 255, 0.5);
      color: #27c2aa;
      border-radius: 50%; }
      .intro .single .read-more:hover {
        background: rgba(255, 255, 255, 0.9); }

/*------------Services--------*/
.services {
  padding: 60px 0; }
  .services .single {
    text-align: center;
    margin: 30px 0; }
    .services .single .content {
      padding: 15px;
      background: #fcfcfc;
      border: 1px solid #f0f0f0;
      margin-top: 3px; }
      .services .single .content .block-title {
        font-size: 18px;
        text-transform: uppercase;
        color: #333; }
      .services .single .content p {
        font-size: 14px;
        line-height: 22px;
        color: #666; }
      .services .single .content .read-more {
        background: #fff;
        border: 1px solid #f0f0f0;
        color: #27c2aa; }
        .services .single .content .read-more:hover {
          background: #27c2aa;
          color: #fff; }

/*------------Testimonials------------*/
.testimonials {
  position: relative;
  padding: 60px 0;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center; }
  .testimonials .section-title h1 {
    color: #27c2aa; }
  .testimonials .feedback {
    max-width: 700px;
    margin: 0 auto;
    margin-top: 30px;
    text-align: center; }
    .testimonials .feedback p {
      color: #fff;
      line-height: 22px; }
  .testimonials .client-info {
    margin: 0 auto;
    text-align: center; }
    .testimonials .client-info h3 {
      color: #27c2aa;
      font-size: 15px;
      text-transform: uppercase; }
    .testimonials .client-info p {
      color: #27c2aa;
      font-size: 13px; }
  .testimonials .owl-theme .owl-controls .owl-page span {
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.5); }
  .testimonials .owl-theme .owl-controls .owl-page.active span {
    background: #27c2aa; }

/*------------Latest Post--------*/
.latest-post {
  padding: 60px 0; }
  .latest-post .single {
    text-align: center;
    margin: 30px 0; }
    .latest-post .single .content {
      padding: 15px;
      padding-top: 0;
      background: #fcfcfc;
      border: 1px solid #f0f0f0;
      margin-top: 3px; }
      .latest-post .single .content .post-info {
        font-size: 13px;
        color: #999;
        padding: 5px 0; }
      .latest-post .single .content .block-title {
        font-size: 18px;
        text-transform: uppercase;
        color: #333; }
      .latest-post .single .content p {
        font-size: 14px;
        line-height: 22px;
        color: #666; }
      .latest-post .single .content .read-more {
        background: #27c2aa;
        border: 1px solid #27c2aa;
        color: #fff; }
        .latest-post .single .content .read-more:hover {
          background: #fff;
          color: #27c2aa; }

/*----------Our Works---------------*/
.our-works {
  padding: 60px 0;
  padding-bottom: 0; }
  .our-works .section-title {
    margin-bottom: 30px; }
  .our-works .single {
    padding: 0;
    overflow: hidden;
    text-align: center;
    position: relative; }
    .our-works .single:hover .on-hover {
      transform: translate(0px, 0px);
      visibility: visible; }
    .our-works .single .on-hover {
      position: absolute;
      background: rgba(0, 0, 0, 0.5);
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      transform: translate(100px, 100px);
      visibility: hidden;
      transition: all 0.6s ease-in-out; }
    .our-works .single .underline {
      width: 50px;
      height: 2px;
      background: #27c2aa;
      margin: 0 auto; }
    .our-works .single .read-more {
      background: #27c2aa;
      color: #fff; }
    .our-works .single h3 {
      color: #fff;
      text-transform: uppercase;
      font-size: 16px; }
    .our-works .single p {
      color: #fff;
      line-height: 22px; }

/*------------Newsletter------------------*/
.newsletter {
  padding: 60px 0;
  background: #27c2aa;
  padding-left: 30px;
  padding-right: 30px; }
  .newsletter .block {
    max-width: 600px;
    margin: 0 auto;
    text-align: center; }
    .newsletter .block h3 {
      font-size: 20px;
      text-transform: uppercase;
      color: #fff;
      margin-bottom: 30px; }
    .newsletter .block .form-control {
      height: 50px;
      background: rgba(255, 255, 255, 0.1);
      border: 1px solid rgba(255, 255, 255, 0.5); }
    .newsletter .block .form-control::-webkit-input-placeholder {
      color: #fff; }
    .newsletter .block .form-control::-moz-placeholder {
      color: #fff; }
    .newsletter .block .btn {
      background: rgba(0, 0, 0, 0.8);
      border-color: #000;
      color: #fff;
      text-transform: uppercase;
      padding: 13px 25px;
      font-size: 16px; }

/*--------------Footer----------------*/
footer {
  background: #222;
  padding: 20px 0 0 0; }
  footer .single {
    margin-top: 30px; }
    footer .single p {
      color: #aaa; }
    footer .single .single-title {
      font-size: 16px;
      color: #27c2aa;
      text-transform: uppercase; }
    footer .single li a {
      color: #aaa;
      display: block;
      text-decoration: none;
      line-height: 30px; }
      footer .single li a:hover {
        color: #27c2aa; }
    footer .single address {
      color: #aaa; }
      footer .single address a {
        color: #aaa;
        text-decoration: none; }
      footer .single address i {
        color: #27c2aa; }
  footer .single.about img {
    max-width: 180px;
    margin-bottom: 15px; }
  footer .copyright {
    background: #111;
    padding: 15px 0;
    margin-top: 20px; }
    footer .copyright p {
      margin: 0;
      color: #aaa;
      text-transform: uppercase;
      line-height: 36px; }
    footer .copyright .social-media {
      text-align: right;
      margin: 0;
      padding: 0; }
      footer .copyright .social-media li a {
        display: inline-block;
        width: 34px;
        height: 34px;
        line-height: 34px;
        text-align: center;
        color: #27c2aa;
        background: rgba(255, 255, 255, 0.1); }
        footer .copyright .social-media li a:hover {
          background: #27c2aa;
          color: #fff; }

/*--------------Inner Page------------*/
.page-header {
  padding: 60px 0;
  position: relative;
  background-size: cover!important;
  background-attachment: fixed!important;
  background-repeat: no-repeat!important;
  background-position: center center!important;
  margin: 0;
  border-bottom: none; }
  .page-header .block {
    text-align: center; }
    .page-header .block .page-title {
      font-size: 30px;
      color: #fff;
      margin-top: 80px; }
    .page-header .block .underline {
      width: 50px;
      height: 2px;
      margin: 0 auto;
      background: #27c2aa; }
    .page-header .block .bc {
      margin-top: 20px; }
      .page-header .block .bc li a {
        display: inline-block;
        border: 1px solid rgba(255, 255, 255, 0.5);
        padding: 4px 8px;
        border-radius: 4px;
        color: #27c2aa;
        text-decoration: none; }
        .page-header .block .bc li a:hover {
          border-color: #27c2aa; }
      .page-header .block .bc li:last-child a {
        color: #fff; }
      .page-header .block .bc li:last-child a:hover {
        border-color: rgba(255, 255, 255, 0.5); }

/*---------------Blog Page----------------*/
.inner-content {
  padding-bottom: 40px; }
  .inner-content .single-post {
    display: inline-block;
    margin-bottom: 20px;
    width: 100%;
    padding: 10px;
    text-align: center;
    border: 1px solid transparent;
    transition: all 0.4s ease-in-out; }
    .inner-content .single-post:hover {
      border: 1px solid #f0f0f0; }
    .inner-content .single-post .post-title {
      font-size: 20px; }
    .inner-content .single-post .post-info {
      color: #999;
      text-transform: uppercase; }
    .inner-content .single-post p {
      color: #666; }
    .inner-content .single-post .read-more {
      color: #27c2aa; }
    .inner-content .single-post .tag-comment {
      border-top: 1px solid #f0f0f0;
      margin-top: 10px;
      padding: 5px 0;
      color: #999; }

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {display: none;}
aside.sidebar .single .title:after{
display: block;
content: '';
width: 50px;
height: 2px;
margin-top: 4px;
background: #27C2AA none repeat scroll 0% 0%;
}
aside.sidebar {padding: 10px 0; }
aside.sidebar .single {margin-top: 30px; }
aside.sidebar .single p {margin-top: 10px; }
 aside.sidebar .single .search .form-control {
      height: 40px;
      border-radius: 0; }
    aside.sidebar .single .search .btn {
      background: #27c2aa;
      color: #fff;
      border-color: #27c2aa;
      padding: 9px 17px;
      border-radius: 0; }
aside.sidebar .single .title {
  font-size: 20px;
  text-transform: uppercase;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 0px;
  margin: 0; }
aside.sidebar .single .underline {
  width: 50px;
  height: 2px;
  margin-top: -1px;
  background: #27c2aa; }
aside.sidebar .single ul{margin-left: 0; padding-left: 0; padding-right: 0px;}
aside.sidebar .single ul li{list-style: none;}
aside.sidebar .single ul li a {
  display: block;
  line-height: 30px;
  color: #666;
  text-decoration: none; }
aside.sidebar .single ul li a:hover {color: #27c2aa; }
aside.sidebar .single ul li a::before {
  font-family: FontAwesome;
  display: inline-block;
  padding-right: 3px;
  padding-left: 3px;
  vertical-align: middle; }
aside.sidebar .single ul li a::before {
  content: "\f101"; }
aside.sidebar .single ul li.cat-item a::before {
  content: "\f115"; }
aside.sidebar .single.recent ul li a::before {
  content: "\f044"; }
aside.sidebar .single .tagcloud a::before {
  content: "\f02b"; font-family: FontAwesome;
  display: inline-block;
  padding-right: 3px; padding-left: 3px;
  vertical-align: middle;}
aside.sidebar .single ul li.recentcomments a::before {
  content: "\f0e5"; }
aside.sidebar .single.archives ul li a::before {
  content: "\f133"; }
aside.sidebar .single .tagcloud a {
    color: #666; display: inline-block; padding-top: 5px; padding-right: 8px;}
aside.sidebar .single .tagcloud a:hover{color:#27C2AA; text-decoration: none; }


/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.single-page .comment-form {
  max-width: 1000px;
  margin: 0 auto;
  border-top: 1px solid #f0f0f0; 
}
.single-page .comment-form .block-title {
  font-size: 20px;
  text-transform: uppercase;
  text-align: center; 
}
.single-page .comment-form .form-control {
  margin-top: 15px;
  min-height: 40px; 
}
.single-page .comment-form .submit-button {
  margin-top: 30px;
  text-align: center; 
}
.single-page .comment-form .submit-button .btn {
  text-transform: uppercase; }
.single-page .comments-block {
  max-width: 1000px;
  margin: 0 auto;
  border-top: 1px solid #f0f0f0;
  margin-top: 30px; 
}
.single-page .block-title {
  font-size: 20px;
  text-transform: uppercase;
  text-align: left; }
.single-page .comment {
  background: #f0f0f0;
  padding: 15px; list-style: none;
  margin-top: 20px; }
.single-page .comment p {
  font-size: 14px;
  line-height: 24px;
  color: #666; }
.single-page .comment .name {
  font-size: 16px;
  color: #27c2aa; }
.single-page .comment .comment {
  border-top: 1px solid #aaa; }
.single-page .comment .reply-btn {
  background: #fcfcfc;
  color: #27c2aa;
  padding: 4px 16px; }

.comments-title{font-size: 20px;}
.comment-list {
    margin-left: 0;
    padding-right: 0px;
    padding-left: 0;
}
.children {
    margin-left: 0; 
    padding-right: 0px;
    padding-left: 0;
}
.comment-meta {
    background: transparent none repeat scroll 0 0;
    clear: both;
    overflow: hidden;
    padding-bottom: 10px;
}
.comment-author.vcard{
  float: right;
}
.comment-metadata{
  padding: 5px; float: right;
}
.fn, .fn a, .says, time{
  color: #27c2aa;
}
time a:hover{
  text-decoration: none !important;
}
#reply-title {
  font-size: 20px; 
  padding-bottom: 20px;
  text-transform: uppercase;}
.comment-notes {padding-top: 15px;}
.comment-reply-link{    
  background: #fcfcfc none repeat scroll 0 0;
    color: #27c2aa;
    padding: 4px 16px;
}
.comment-reply-link:hover{
  text-decoration: none; color: #27c2aa;
}
textarea {
  padding-left: 3px;
  width: 100%;
}
.form-submit {
    display: none;
}
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}
/*-----------Not Found------------*/
.not-found {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
  padding: 60px 0; }
  .not-found h1 {
    font-size: 150px;
    color: #27c2aa; }
  .not-found h3 {
    font-size: 30px;
    color: #333; }
  .not-found P {
    font-size: 20px;
    color: #666; }
  .not-found .form-control {
    height: 48px;
    margin-top: 40px;
    text-align: center; }

/*-------Single Post-----------*/
.single-page {
  margin-top: 40px;
  /*----------Comment Form-------------*/
  /*-----------Comments Block----------*/ }
  .single-page .post-info {
    color: #999;
    padding: 5px 0;
    padding-bottom: 15px;
    overflow: auto; }
    .single-page .post-info a {
      color: #999;
      text-decoration: none; }
      .single-page .post-info a:hover {
        color: #27c2aa; }
  .single-page blockquote {
    max-width: 500px;
    margin: 0 auto;
    margin-bottom: 20px;
    background: #fcfcfc;
    border: 1px solid #f0f0f0;
    border-top: 4px solid #27c2aa;
    border-radius: 4px 4px 0 0; }
    .single-page blockquote p {
      font-size: 14px;
      line-height: 24px;
      font-style: italic; }
    .single-page blockquote cite {
      font-size: 14px;
      color: #27c2aa; }
  .single-page .content {
    text-align: justify; }
    .single-page .content p {
      font-size: 14px;
      line-height: 23px;
      margin-bottom: 20px; }
  .single-page .social-media {
    text-align: center; }
    .single-page .social-media li a {
      display: inline-block;
      width: 40px;
      height: 40px;
      line-height: 40px;
      text-align: center;
      border: 1px solid #f0f0f0;
      color: #27c2aa;
      border-radius: 3px;
      overflow: hidden; }
      .single-page .social-media li a:hover i:first-child {
        transform: translate(5px, 0px); }
      .single-page .social-media li a:hover i:last-child {
        transform: translate(20px, 0px); }
      .single-page .social-media li a i {
        transition: all 0.4s ease-in-out; }
    .single-page .social-media li a i:first-child {
      transform: translate(-20px, 0px); }
    .single-page .social-media li a i:last-child {
      transform: translate(-5px, 0px); }
  .single-page .pager li > a, .single-page .pager li > span {
    font-size: 20px;
    padding: 1px 20px;
    border-radius: 3px;
    color: #27c2aa; }
  .single-page .comment-form {
    max-width: 1000px;
    margin: 0 auto;
    border-top: 1px solid #f0f0f0; }
    .single-page .comment-form .block-title {
      font-size: 20px;
      text-transform: uppercase;
      text-align: center; }
    .single-page .comment-form .form-control {
      margin-top: 30px;
      min-height: 40px; }
    .single-page .comment-form .submit-button {
      margin-top: 30px;
      text-align: center; }
      .single-page .comment-form .submit-button .btn {
        text-transform: uppercase; }
  .single-page .comments-block {
    max-width: 1000px;
    margin: 0 auto;
    border-top: 1px solid #f0f0f0;
    margin-top: 30px; }
    .single-page .comments-block .block-title {
      font-size: 20px;
      text-transform: uppercase;
      text-align: center; }
    .single-page .comments-block .comment {
      background: #f0f0f0;
      padding: 15px;
      margin-top: 20px;
      text-align: center; }
      .single-page .comments-block .comment p {
        font-size: 14px;
        line-height: 24px;
        color: #666; }
      .single-page .comments-block .comment .name {
        font-size: 16px;
        color: #27c2aa; }
      .single-page .comments-block .comment .comment {
        border-top: 1px solid #aaa; }
      .single-page .comments-block .comment .reply-btn {
        background: #fcfcfc;
        color: #27c2aa;
        padding: 4px 16px; }
    .single-page .comments-block .pagination {
      margin-top: 30px; }

/*-----------Elements-------------*/
.elements .single {
  margin-top: 40px;
  display: block;
  overflow: auto; }
  .elements .single .title {
    font-size: 20px;
    text-transform: uppercase;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 4px;
    margin: 0; }
  .elements .single .underline {
    width: 50px;
    height: 2px;
    margin-top: -1px;
    background: #27c2aa;
    margin-bottom: 10px; }

@media (min-width: 1367px) {
  .container {
    width: 1366px !important; } }
@media (max-width: 1365px) {
  .container {
    width: 100% !important; } }
section {
  max-width: 100%;
  margin: 0 auto; }

/*-------------Scroll to top--------------*/
.scroll-top-wrapper {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  text-align: center;
  z-index: 99999999;
  background-color: #27c2aa;
  color: #eeeeee;
  width: 44px;
  height: 44px;
  line-height: 44px;
  right: 22px;
  bottom: 80px;
  padding-bottom: 2px;
  border-radius: 100%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  box-shadow: none; }

.scroll-top-wrapper:hover {
  opacity: 0.6 !important; }

.scroll-top-wrapper.show {
  visibility: visible;
  cursor: pointer;
  opacity: 1.0; }

.scroll-top-wrapper i.fa {
  line-height: inherit; }

/*--Selection-------*/
::-moz-selection {
  text-shadow: none;
  background: #27c2aa;
  color: #fff; }

::selection {
  text-shadow: none;
  background: #27c2aa;
  color: #fff; }

img::selection {
  background: 0 0; }

img::-moz-selection {
  background: 0 0; }

.single-page .pagination {margin-top: 30px; }
.pagination {
  margin: 0 auto;
  display: block;
  width: 100%; }
.pagination ul {text-align: center; }
.pagination ul li{
    display: inline-block;
}
.page-numbers .current {
    background: #27c2aa none repeat scroll 0 0;
    border-color: #27c2aa;
    color: #fff;
    border-radius: 4px;
    display: inline-block;
    padding: 3px 14px;
}
.pagination ul li a {
  display: inline-block;
  padding: 3px 14px;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  color: #27c2aa; }
.pagination ul li.active a {
  background: #27c2aa;
  border-color: #27c2aa;
  color: #fff; }
.posted-on {display: block; padding-bottom: 8px;}
.entry-footer span {margin-right: 15px;}


/*-------------4 column masonry layout-----------*/
.masonry-4 {
  margin-top: 30px;
  -moz-column-count: 4;
  -moz-column-gap: 10px;
  -webkit-column-count: 4;
  -webkit-column-gap: 10px;
  column-count: 4;
  column-gap: 10px;
  width: 100%; }

@media (max-width: 1100px) {
  .masonry-4 {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3; } }
@media (max-width: 850px) {
  .masonry-4 {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2; } }
@media (max-width: 560px) {
  .masonry-4 {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1; } }
/*-------------3 column masonry layout-----------*/
.masonry-3 {
  margin-top: 30px;
  -moz-column-count: 3;
  -moz-column-gap: 10px;
  -webkit-column-count: 3;
  -webkit-column-gap: 10px;
  column-count: 3;
  column-gap: 10px;
  width: 100%; }

@media (max-width: 1160px) {
  .masonry-3 {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2; } }
@media (max-width: 560px) {
  .masonry-3 {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1; } }
/*-------------2 column masonry layout-----------*/
.masonry-2 {
  margin-top: 30px;
  -moz-column-count: 2;
  -moz-column-gap: 10px;
  -webkit-column-count: 2;
  -webkit-column-gap: 10px;
  column-count: 2;
  column-gap: 10px;
  width: 100%; }

@media (max-width: 1160px) {
  .masonry-2 {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2; } }
@media (max-width: 560px) {
  .masonry-2 {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1; } }
@media (max-width: 1170px) {
  .logo-menu .main-menu .nav > li {
    padding: 0 0; } }
@media (max-width: 900px) {
  .logo-menu .main-menu .navbar-default .navbar-nav > li > a {
    padding: 20.5px 18px; } }
@media (max-width: 767px) {
  .navbar-default .navbar-toggle {
    border-color: #27c2aa;
    border-radius: 0;
    margin-top: -60px; }
    .navbar-default .navbar-toggle:focus {
      background: none; }

  .navbar-default .navbar-toggle .icon-bar {
    background: #27c2aa; }

  .navbar {
    min-height: 1px; }

  .logo-menu .main-menu .navbar-default .navbar-nav > li > a {
    text-align: left;
    padding: 10px 15px;
    border-bottom: 1px solid #f0f0f0; }
    .logo-menu .main-menu .navbar-default .navbar-nav > li > a i {
      margin-right: 8px; }

  .logo-menu .main-menu .navbar-default .navbar-nav > li > a br {
    display: none; }

  .logo-menu {
    position: relative; }

  footer .copyright .social-media {
    text-align: center; }

  footer .copyright p {
    text-align: center; } }

/*# sourceMappingURL=style.css.map */

/*--------------------------------------------------------------
## NEWSLETTER
--------------------------------------------------------------*/
.newsletter {
  padding: 60px 0;
  background: #27c2aa;
  padding-left: 30px;
  padding-right: 30px; }
.newsletter .block {
  max-width: 600px;
  margin: 0 auto;
  text-align: center; }
.newsletter .block h3 {
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 30px; }
.newsletter .newsletter-widget .newsletter-email {
  height: 50px; 
  border-radius: 4px 0 0 4px; 
  width: 480px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.5); }
.newsletter .newsletter-widget.newsletter-email::-webkit-input-placeholder {
  color: #fff; }
.newsletter .newsletter-widget.newsletter-email::-moz-placeholder {
  color: #fff; }
.newsletter .newsletter-widget .newsletter-submit {
  background: rgba(0, 0, 0, 0.8);
  border-color: #000;
  color: #fff;
  text-transform: uppercase;
  padding: 13px 25px;
  font-size: 16px; }

.newsletter {
    color: white;
    padding-top: 10px;
    padding-bottom: 11px;
}


///////////////////////////////////////added css
.single.wow.fadeInUp.lpost img {
    height: 130px;
    overflow: hidden;
    width: 100%;
}
.col-md-3.col-sm-6.single.wow.fadeInUp.our-works img {
    height: 219px;
    width: 100%;
    overflow: hidden;
}
.single.wow.fadeInUp.services img {
    height: 155px;
    overflow: hidden;
    width: 100%;
}
.single.about.wow.fadeInUp {
    color: #aaa;
}
img.attachment-media-thumb.size-media-thumb.wp-post-image {
    height: 50%;
}
aside.home-sidebar .single .title {
    font-size: 20px;
    text-transform: uppercase;
    /* border-bottom: 1px solid #f0f0f0; */
    padding-bottom: 0px;
    margin: 0;
}

.single.about.wow.fadeInUp .single ul{margin-left: 0; padding-left: 0; padding-right: 0px;}
.single.about.wow.fadeInUp .single ul li{list-style: none;}
.single.about.wow.fadeInUp .single ul li a {
  display: block;
  line-height: 30px;
  color: #aaa;
  text-decoration: none; }
.single.about.wow.fadeInUp .single ul li a:hover {color: #27c2aa; }
.single.about.wow.fadeInUp .single ul li a::before {
  font-family: FontAwesome;
  display: inline-block;
  padding-right: 3px;
  padding-left: 3px;
  vertical-align: middle; }

.single.about.wow.fadeInUp .single ul li.cat-item a::before {
  content: "\f115"; }

.single.about.wow.fadeInUp .single.tagcloud a::before {
  content: "\f02b"; font-family: FontAwesome;
  display: inline-block;
  padding-right: 3px; padding-left: 3px;
  vertical-align: middle;}
.single.about.wow.fadeInUp .single ul li.recentcomments a::before {
  content: "\f0e5"; }
.single.about.wow.fadeInUp .single ul li a::before {
  content: "\f101"; }
  .single.about.wow.fadeInUp .single.tagcloud a {
    color: #666; display: inline-block; padding-top: 5px; padding-right: 8px;}
.single.about.wow.fadeInUp .single.tagcloud a:hover{color:#27C2AA; text-decoration: none; }


.share-provider.flat.responsive {
    height: 32px;
    display: inline-block;
    position: relative;
    margin-right: 4px;
    font-size: .9em;
    white-space: nowrap;
    text-align: center;
}
.share-provider.facebook {
    background-color: #3b5998;
}

.social-share li a::before {
    
    content: none!important;
}

/** theme check errors handling*/
.wp-caption{
    
}
.wp-caption-text{
    
}
.screen-reader-text{
    
}
.gallery-caption{
    
}
.alignright{
    
}
.alignleft{
    
}
.aligncenter{
    
}



/** menu icons*/

.logo-menu .main-menu .navbar-default .navbar-nav > .active, .logo-menu .main-menu .navbar-default .navbar-nav > .active > a:hover, .logo-menu .main-menu .navbar-default .navbar-nav > .active > a:focus {
    background: #27c2aa;
    color: #fff;
}

.fa.menu-item {
    text-align: center;
    padding: 15px 15px 0px !important;
}
.logo-menu .main-menu .navbar-nav .fa:hover:before {
    color: #27c2aa;
}



/* --------- styling for menu icons ----------- */


button, .btn {
    color: #FFFFFF;
}

a {
    color: #F15A23;
}


.logo-menu{
  background: #ffffff;
}
.page-title{
  font-family:!important ;
}
.logo-menu .main-menu .navbar-nav > li > a {
   
    font-family:;
}
.logo-menu .main-menu .dropdown-menu {
   font-family:;
}
.outer {
    color:#ffffff;
}
/** home slider---------------- */
.carousel-caption .buttons .btn-slider1 {
   
    background: #111111; 
     color: #ffffff; 
}
.carousel-caption .buttons .btn-slider {
   
     background: #c4c4c4; 
     color: #ffffff; 
   
}
/** services---------------- */
.services .single .content .block-title {
 
    color: #666666; 
}
.services .single .content p {
   
  color: #666666; 
}
.services .section-title {
   color: #333333;
}
/** latest-post---------------- */
.latest-post .section-title {
    color: #333333;
}
.latest-post .single .content p {
   
  color: #666666; 
}
.latest-post .single .content .block-title {
 
    color: #666666; 
}
/** our-works---------------- */

.our-works .section-title {
    color: #111111;
}
.our-works .single p {
    color: #ffffff;
   
}
.our-works .single h3 {
    color: #ffffff;
   
}
/** features---------------- */
.intro .single .block-title {
   color: #ffffff;
}
.intro .single p {
   color: #ffffff;
}

/** testimonials---------------- */
.testimonials .section-title {
    color: #ffffff;
}
.testimonials .feedback p {
   color: #ffffff;
   
}
.testimonials .client-info p{
   color: #ffffff;
}
.testimonials .client-info h3{
   color: #ffffff;
}
.testimonials .client-info{
   color: #ffffff;
}

a:hover{
	color:#f15a23;
}

.btn-theme
{
  background: #f15a23;

}
.theme-bg
{
  background: #f15a23;

}
.section-title .underline
{
  background: #f15a23;

}
.carousel-caption .buttons .btn-slider
{
  background: #f15a23;

}

.logo-menu .main-menu .navbar-default .navbar-nav > .active > a
{
  background: #f15a23 ;

}
 .logo-menu .main-menu .navbar-default .navbar-nav > .active > a:hover
{
  background: #f15a23 ;

}
  .logo-menu .main-menu .navbar-default .navbar-nav > .active > a:focus
  {
  background: #f15a23 ;

}
.carousel-indicators .active
 {
  background: #f15a23 ;

}
.intro
 {
  background: #f15a23 ;

}
.services .single .content .read-more:hover
 {
  background: #f15a23 ;

}
.testimonials .owl-theme .owl-controls .owl-page.active span
 {
  background: #f15a23 ;

}

.latest-post .single .content .read-more,.our-works .single .underline
 {
  background: #f15a23 ;

}
.our-works .single .read-more 
 {
  background: #f15a23 ;

}
.newsletter
 {
  background: #f15a23 ;

}

 footer .copyright .social-media li a:hover
 {
  background: #f15a23 ;

}
.page-header .block .underline
 {
  background: #f15a23 ;

}
.inner-content .single-post .read-more:hover 
 {
  background: #f15a23 ;

}
aside.sidebar .single .title:after
 {
  background: #f15a23 ;

}

 aside.sidebar .single .search .btn
 {
  background: #f15a23 ;

}
  aside.sidebar .single .underline
 {
  background: #f15a23 ;

}
.elements .single .underline
 {
  background: #f15a23 ;

}
::-moz-selection,::selection
 {
  background: #f15a23 ;

}
.pagination ul li.active a
 {
  background: #f15a23 ;

}
.navbar-default .navbar-toggle .icon-bar
 {
  background: #f15a23 ;

}
.logo-menu .main-menu .navbar-default .navbar-nav > .active
 {
  background: #f15a23 ;

}
 .logo-menu .main-menu .navbar-default .navbar-nav > .active > a:hover
 {
  background: #f15a23 ;

}
  .logo-menu .main-menu .navbar-default .navbar-nav > .active > a:focus
{
  background: #f15a23 ;
}


.theme-color 
{
  color: #f15a23 ;
}
.carousel-caption .buttons .btn-slider1 
{
  color: #f15a23 ;
}
.logo a
{
  color: #f15a23 ;
}
 .logo a:hover
{
  color: #f15a23 ;
}
.logo-menu .main-menu .navbar-nav > li > a:hover
{
  color: #f15a23 ;
}
.logo-menu .main-menu .dropdown-menu > li > a:hover 
{
  color: #f15a23 ;
}

.intro .single .read-more
{
  color: #f15a23 ;
}
.services .single .content .read-more
{
  color: #f15a23 ;
}
 .testimonials .section-title h1
{
  color: #f15a23 ;
}
.testimonials .client-info h3
{
  color: #f15a23 ;
}
.testimonials .client-info p
{
  color: #f15a23 ;
}
.latest-post .single .content .read-more:hover
{
  color: #f15a23 ;
}
footer .single .single-title
{
  color: #f15a23 ;
}
footer .single li a:hover
{
  color: #f15a23 ;
}
 footer .single address i
{
  color: #f15a23 ;
}

footer .copyright .social-media li a 
{
  color: #f15a23 ;
}
.page-header .block .bc li a
{
  color: #f15a23 ;
}
.post-title a
{
  color: #f15a23 ;
}
 .post-title a:hover
{
  color: #f15a23 ;
}
.taxonomy-description > p
{
  color: #f15a23 ;
}
.inner-content .single-post .read-more
{
  color: #f15a23 ;
}
aside.sidebar .single ul li a:hover
{
  color: #f15a23 ;
}
aside.sidebar .single .tagcloud a:hover
{
  color: #f15a23 ;
}
.single-page .comment .name
{
  color: #f15a23 ;
}
.single-page .comment .reply-btn
{
  color: #f15a23 ;
}
.fn
{
  color: #f15a23 ;
}
 .fn a
 {
  color: #f15a23 ;
}
 .says
{
  color: #f15a23 ;
}
  time
  {
  color: #f15a23 ;
}
.comment-reply-link
{
  color: #f15a23 ;
}
.comment-reply-link:hover
{
  color: #f15a23 ;
}
.not-found h1
{
  color: #f15a23 ;
}
.single-page .post-info a:hover
{
  color: #f15a23 ;
}
 .single-page blockquote cite 
 {
  color: #f15a23 ;
}
 .single-page .social-media li a 
 {
  color: #f15a23 ;
}
.single-page .pager li > a
{
  color: #f15a23 ;
}
 .single-page .pager li > span
 {
  color: #f15a23 ;
}
.single-page .comments-block .comment .name
{
  color: #f15a23 ;
}
.single-page .comments-block .comment .reply-btn
{
  color: #f15a23 ;
}
.pagination ul li a
{
  color: #f15a23 ;
}
.single.about.wow.fadeInUp .single ul li a:hover
{
  color: #f15a23 ;
}
.single.about.wow.fadeInUp .single.tagcloud a:hover
{
  color: #f15a23 ;
}
.logo-menu .main-menu .navbar-nav .fa:hover:before
{
  color: #f15a23 ;
}

.form-control:focus
{
  border-color: #f15a23;
}
.page-header .block .bc li a:hover
{
  border-color: #f15a23;
}
aside.sidebar .single .search .btn
{
  border-color: #f15a23;
}
.page-numbers .current
{
  border-color: #f15a23;
}
.pagination ul li.active a

{
  border-color: #f15a23;
}
.navbar-default .navbar-toggle
{
  border-color: #f15a23;
}

.scroll-top-wrapper,.page-numbers .current{
  background-color: #f15a23;
}

 .latest-post .single .content .read-more{
  border: 1px solid #f15a23;
 }

 .logo-menu .main-menu .dropdown-menu:before,.logo-menu.sticky-menu{
  border-bottom: 10px solid #f15a23;
 }
 .logo-menu .main-menu .dropdown-menu,.single-page blockquote
{
  border-top: 4px solid #f15a23;
}

