body {
  position: relative; }
html {
    font-family: 'Playfair Display', serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust:     100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 36px;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}
figcaption {
    color: #686868;
    font-size: 13px;
    font-style: italic;
    line-height: 1.6153846154;
    padding-top: 0.5384615385em;
}

figure {
  margin: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,


,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html 

[type="button"],


[type="reset"],


[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html 

[disabled] {
  cursor: default;
}

button::-moz-focus-inner,


::-moz-focus-inner {
  border: 0;
  padding: 0;
}



 {
  line-height: normal;
}



[type="checkbox"],


[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}



[type="number"]::-webkit-inner-spin-button,


[type="number"]::-webkit-outer-spin-button {
  height: auto;
}



[type="search"]::-webkit-search-cancel-button,


[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation li {
  float: left;
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 1.5em;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,


,
select,
textarea {
  color: #1a1a1a;
  font-family: sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  quotes: "" "";
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto; /* Make sure images are scaled correctly. */
  max-width: 100%; /* Adhere to container width. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,


,
select,
textarea {
  color: #1a1a1a;
  font-family: sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  font-size: 16px;
    margin: 0;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
.page-title{
      text-align: center;
    padding-top: 10px;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}
a {
  color: #ff9c00;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  outline: 0; }
  a:hover {
    color: #999; }

.site-wraper {
  height: 100%;
  max-width: 1920px;
  margin: 0 auto; }
  @media (min-width: 1921px) {
    .site-wraper .logo-menu, .site-wraper .top-logo-social {
      max-width: 1920px;
      margin: 0 auto; } }

section {
  background: #fff; }

textarea {
  max-width: 100%;
  min-width: 100%; }

/*-----------Color--------*/
p {
  color: #1a1a1a;
  line-height: 1.75em; }

.form-control:focus {
  border-color: #ff9c00; }

/*---------Images-------*/
img {
  max-width: 100%; }

.alignleft {
  display: inline;
  float: left;
  margin: 0 30px 0 0;
}

.alignright {
  display: inline;
  float: right;
  margin: 0 0 15px 0;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}


/*--------Section title---------*/
section.section {
  padding: 40px 0; }

section.image, footer.image {
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  position: relative; }
  section.image:after, footer.image:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1; }
  section.image .row, footer.image .row {
    z-index: 9;
    position: relative; }

.section-title {
  max-width: 700px;
  margin: 0 auto;
  text-align: center; }
  .section-title h1 {
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 100; }
  .section-title p {
    margin-top: 30px; }

.section-title.left {
  margin-left: 0;
  text-align: left; }

.section-title.right {
  margin-right: 0;
  text-align: right; }

.section.dark .section-title h1 {
  color: rgba(255, 255, 255, 0.7); }
.section.dark .section-title p {
  color: rgba(255, 255, 255, 0.5); }

.section.theme .section-title h1 {
  color: #000000; }
.section.theme .section-title p {
  color: #666;
  line-height: 24px; }

section.image .section-title h1 {
  color: #ff9c00; }
section.image .section-title p {
  color: rgba(255, 255, 255, 0.7); }

/*-------Buttons----------*/
.btn {
  border: 1px solid #f0f0f0;
  font-size: 16px;
  border-radius: 6px;
  padding: 12px 15px;
  margin: 0 30px;
  outline: 0;
  background: #fff;
  text-transform: uppercase;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  color: #666; }
  .btn:hover {
    border-color: #ff9c00;
    color: #ff9c00; }

.btn-theme {
  background: transparent;
  color: #fff;
  border-color: #ff9c00; }
  .btn-theme:hover {
    color: #fff; 
    background:#ff9c00;}

.btn-dark {
  background: #222;
  color: #fff;
  border-color: #222; }
  .btn-dark:hover {
    color: #ff9c00; }

/*------------Overlay----------*/
.overlay {
  position: relative; }
  .overlay:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1; }

/*----------------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, .navbar-right div.dropdown-menu {
  left: 0;
  right: auto; }

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  border-color: transparent; }

.navbar-default .navbar-toggle .icon-bar {
  background: #ff9c00; }

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: transparent !important; }

@media (min-width: 768px) {
  .navbar-nav > li > .dropdown-menu {
    transform: translate(0, 15px); } }
/*==================================
=            tab to top            =
==================================*/
/*-------------Scroll to top--------------*/
.scroll-top-wrapper {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  text-align: center;
  z-index: 99999999;
  background-color: #ff9c00;
  color: #eeeeee;
  width: 40px;
  height: 60px;
  line-height: 60px;
  right: 22px;
  bottom: 80px;
  padding-bottom: 2px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  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; }

/*=====  End of tab to top  ======*/
/*------Utility-------*/
@media (min-width: 768px) {
  .left-clear {
    padding-left: 0; }

  .right-clear {
    padding-right: 0; }

  .no-padding {
    padding: 0; } }
/*----------Remove Padding on screen bellow 991px-------*/
@media (max-width: 991px) {
  .sm-nopadding {
    padding: 0; } }
@media (max-width: 767px) {
  .xs-center {
    float: none !important;
    text-align: center; } }
.width-1170 {
  max-width: 1170px;
  margin: 0 auto; }

/*-------Vertical Center------*/
.outer {
  display: table;
  position: absolute;
  z-index: 995;
  height: 100%;
  width: 100%; }

.inner {
  display: table-cell;
  vertical-align: middle; }

/*==============================
=            Header            =
==============================*/
/*---Light Header---*/
header.light {
  background: #fff; }
  header.light .navbar-default .navbar-nav > li > a {
    color: #666; }
    header.light .navbar-default .navbar-nav > li > a:hover {
      color: #ff9c00; }
  header.light .navbar-default .navbar-nav > .active > a, header.light .navbar-default .navbar-nav > .active > a:hover, header.light .navbar-default .navbar-nav > .active > a:focus {
    color: #ff9c00;
    background: none; }

/*---Dark Header---*/
header.dark {
  background: #222; }
  header.dark .navbar-default .navbar-nav > li > a {
    color: #bbb; }
    header.dark .navbar-default .navbar-nav > li > a:hover {
      color: #ff9c00; }
  header.dark .navbar-default .navbar-nav > .active > a, header.dark .navbar-default .navbar-nav > .active > a:hover, header.dark .navbar-default .navbar-nav > .active > a:focus {
    color: #ff9c00;
    background: none; }

/*---Custom Header---*/
header.custom {
  background: #ff9c00;
  opacity: 0.8; }
  header.custom .navbar-default .navbar-nav > li > a {
    color: #fff; }
    header.custom .navbar-default .navbar-nav > li > a:hover {
      color: #fff;
      background: rgba(0, 0, 0, 0.1); }
  header.custom .navbar-default .navbar-nav > .active > a, header.custom .navbar-default .navbar-nav > .active > a:hover, header.custom .navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background: rgba(0, 0, 0, 0.1); }
  header.custom .navbar-brand {
    color: #fff !important; }

header {
  position: fixed;
  z-index: 9999;
  left: 0;
  right: 0;
  top: 0;
  padding: 15px 0;
  background: none; }
  header .navbar {
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    background: none; }
    header .navbar .navbar-brand {
      font-size: 50px;
      color: #ff9c00; }
      header .navbar .navbar-brand:hover {
        color: #ff9c00; }
  header .navbar-default .navbar-nav > li > a {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    padding: 15px 20px;
    outline: 0; }
    header .navbar-default .navbar-nav > li > a:hover {
      color: #ff9c00; }
    @media (max-width: 1366px) {
      header .navbar-default .navbar-nav > li > a {
        padding: 15px 24px; } }
  header .navbar-default .navbar-nav > .active > a, header .navbar-default .navbar-nav > .active > a:hover, header .navbar-default .navbar-nav > .active > a:focus {
    color: #ff9c00;
    background: none; }
  header .navbar-toggle {
    border-radius: 0; }
  header .navbar-default .navbar-toggle .icon-bar {
    background: #fff; }
  header .navbar-default .navbar-collapse, header .navbar-default .navbar-form {
    border: none; }

@media (min-width: 768px) and (max-width: 991px) {
  header {
    background: none !important; }

  .navbar-default .navbar-toggle {
    background: rgba(0, 0, 0, 0.2); }

  .navbar-nav {
    float: right;
    background: #ff9c00;
    width: 300px; }
    .navbar-nav li {
      display: block;
      float: none; }

  .navbar-collapse.collapse {
    display: none !important; }

  .navbar-collapse.collapse.in {
    display: block !important; }

  .navbar-header .collapse, .navbar-toggle {
    display: block !important; }

  .navbar-header {
    float: none; } }
/*=====  End of Header  ======*/
/*==============================
=            Slider            =
==============================*/
/*---Full Slider-----------*/
html,
body {
  height: 100%; }

.site-container,
.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: #ff9c00;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover; }

.carousel-inner > .item::after {
  content: '';
  position: absolute !important;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6); }

.carousel-control.left, .carousel-control.right {
  background: none;
  opacity: 1; }

.carousel-control .icon-prev, .carousel-control .icon-next {
  width: 50px;
  height: 50px;
  border-radius: 50%; 
  background: transparent;
  opacity: 1;
  line-height: 46px;
  margin: 0;
  padding: 0;}

.carousel-control.dark .icon-prev, .carousel-control.dark .icon-next {
  background: #222;
  color: #ff9c00; }

.carousel-control.light .icon-prev, .carousel-control.light .icon-next {
  background: #fff;
  color: #ff9c00;
  text-shadow: none; }

.carousel-control .icon-prev:hover {
    background-color: rgba(0, 0, 0, 0.1);}

.carousel-control .icon-next:hover {
    background-color: rgba(0, 0, 0, 0.1);}      

.carousel-indicators li {
  width: 20px;
  height: 20px;
  margin: 1px 10px; }

.carousel-indicators .active {
  width: 21px;
  height: 21px;
  background: #ff9c00;
  border-color: #ff9c00; }

.carousel-indicators.dark .active {
  background: #222;
  border-color: #222; }

.carousel-indicators.light .active {
  background: #fff;
  border-color: #fff; }

.carousel-caption {
  left: 0;
  right: 0;
  padding-bottom: 0;
  padding: 20px;
  max-width: 800px;
  margin: 0 auto; }
  .carousel-caption h1 {
    font-size: 50px;
    text-transform: uppercase;
    margin-bottom: 40px; }
    .carousel-caption h1 strong {
      color: #ff9c00; }
  .carousel-caption p {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 40px; }
  @media (max-width: 767px) {
    .carousel-caption {
      padding-top: 60px; } }

.carousel-caption.left-caption {
  text-align: left;
  max-width: 1200px; }
  .carousel-caption.left-caption .btn {
    margin-left: 0; }

.carousel-caption.right-caption {
  text-align: right;
  max-width: 1200px; }
  .carousel-caption.right-caption .btn {
    margin-right: 0; }

@media (max-width: 767px) {
  .btn {
    margin: 0 10px;
    padding: 8px 10px; } }
/*=====  End of Slider  ======*/
/*================================
=            About Us            =
================================*/
.about-us {
  background: #fff; }
  .about-us .column {
    margin-top: 60px;
    border-right: 1px solid #f0f0f0; }
    .about-us .column:last-child {
      border-right: none; }
    .about-us .column .feature-single {
      text-align: center;
      padding: 20px; }
      .about-us .column .feature-single:hover i {
        background: #ff9c00;
        color: #fff;
        border-color: #ff9c00; }
      .about-us .column .feature-single i {
        color: #ff9c00;
        font-size: 40px;
        width: 80px;
        height: 80px;
        line-height: 80px;
        text-align: center;
        border-radius: 50%;
        border: 1px solid #fff;
        -webkit-transition: 0.4s ease-in-out;
        -moz-transition: 0.4s ease-in-out;
        -ms-transition: 0.4s ease-in-out;
        transition: 0.4s ease-in-out; }
      .about-us .column .feature-single h2 {
        font-size: 22px;
        text-transform: uppercase; }
      .about-us .column .feature-single p {
        color: #777; }

.about-us.dark {
  background: #222; }
  .about-us.dark .column {
    border-color: rgba(255, 255, 255, 0.1); }
    .about-us.dark .column .feature-single h2 {
      color: rgba(255, 255, 255, 0.7); }

.about-us.theme {
  background: #ff9c00; }
  .about-us.theme .column {
    border-color: rgba(255, 255, 255, 0.3); }
    .about-us.theme .column .feature-single:hover i {
      border-color: rgba(255, 255, 255, 0.5); }
    .about-us.theme .column .feature-single h2 {
      color: rgba(255, 255, 255, 0.9); }
    .about-us.theme .column .feature-single p {
      color: rgba(255, 255, 255, 0.8); }
    .about-us.theme .column .feature-single i {
      color: #fff;
      border-color: #ff9c00; }

.about-us.image .column {
  border-color: rgba(255, 255, 255, 0.2); }
  .about-us.image .column .feature-single:hover i {
    border-color: rgba(255, 255, 255, 0.5); }
  .about-us.image .column .feature-single h2 {
    color: #fff; }
  .about-us.image .column .feature-single p {
    color: #fff; }
  .about-us.image .column .feature-single i {
    color: #ff9c00;
    border-color: transparent; }

/*=====  End of About Us  ======*/
/*=============================
=            Facts            =
=============================*/
.facts .single {
  text-align: center; }
  .facts .single h3 {
    font-size: 60px;
    color: #fff; }
  .facts .single p {
    color: #ff9c00;
    font-size: 16px;
    text-transform: uppercase; }

.facts.light .single h3 {
  color: #333; }

.facts.dark {
  background: #222; }
  .facts.dark .single h3 {
    color: #ddd; }

.facts.theme {
  background: #ff9c00; }
  .facts.theme .single h3 {
    color: #fff; }
  .facts.theme .single p {
    color: rgba(255, 255, 255, 0.8); }

/*=====  End of Facts  ======*/
/*====================================
=            Our Services            =
====================================*/
.our-services .single {
  margin-top: 60px;
  max-width: 420px;
  margin-right: auto;
  margin-left: auto; }
  .our-services .single .icon {
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    border-radius: 50%;
    background: #ff9c00;
    color: #fff;
    font-size: 32px;
    float: left;
    margin-right: 15px; }
  .our-services .single .content {
    overflow: hidden; }
    .our-services .single .content h3 {
      margin-top: 0;
      font-size: 22px;
      text-transform: uppercase; }
.our-services .single.left .icon {
  float: none;
  margin-right: 0;
  margin-bottom: 15px; }
.our-services .single.center {
  text-align: center; }
  .our-services .single.center .icon {
    float: none;
    margin: 0 auto;
    margin-bottom: 15px; }
.our-services .single.right {
  text-align: right; }
  .our-services .single.right .icon {
    float: none;
    margin-right: 0;
    display: inline-block;
    margin-bottom: 15px; }
.our-services .single.right-icon {
  text-align: right; }
  .our-services .single.right-icon .icon {
    float: right;
    margin-right: 0;
    margin-left: 15px; }

.our-services.dark {
  background: #222; }
  .our-services.dark .content h3 {
    color: #bbb; }

.our-services.theme {
  background: #ff9c00; }
  .our-services.theme .icon {
    background: rgba(0, 0, 0, 0.1); }
  .our-services.theme .content p {
    color: rgba(255, 255, 255, 0.8); }
  .our-services.theme .content h3 {
    color: #fff; }

.our-services.image .content p {
  color: rgba(255, 255, 255, 0.8); }
.our-services.image .content h3 {
  color: #fff; }

/*=====  End of Our Services  ======*/
/*====================================
=            Lead Section            =
====================================*/
.lead {
  padding: 0 !important;
  margin: 0; }
  @media (max-width: 767px) {
    .lead {
      padding: 60px 0 !important; } }
  .lead .block {
    /*background: #ff9c00;*/
    padding: 30px; }
    .lead .block .content {
      max-width: 540px;
      margin: 100px auto; }
      .lead .block .content h2 {
        font-size: 40px;
        text-transform: uppercase;
        color: #fff; }
      .lead .block .content p {
        font-size: 16px;
        margin-top: 30px;
        color: #fff; }
      .lead .block .content .btn {
        margin: 0;
        margin-top: 30px; }

.lead .block.light {
  background: #fff; }
  .lead .block.light h2 {
    color: #333; }
  .lead .block.light p {
    color: #666; }
  .lead .block.light .btn {
    background: #ff9c00;
    color: #fff;
    border-color: #ff9c00; }

.lead .block.dark {
  background: #222; }
  .lead .block.dark h2 {
    color: #bbb; }
  .lead .block.dark p {
    color: #999; }
  .lead .block.dark .btn {
    background: #ff9c00;
    color: #fff;
    border-color: #ff9c00; }

/*=====  End of Lead Section  ======*/
/*=================================
=            Portfolio            =
=================================*/
.portfolio {
  background: #ffffff; }
  .portfolio h1 {
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 100;
  }
  .portfolio .nav-tabs {
    text-align: center;
    border: none;
    margin-top: 40px;
    padding-bottom: 30px; }
  .portfolio .nav > li {
    display: inline-block;
    float: none; }
  .portfolio .nav-tabs > li > a {
    color: #333;
    text-transform: uppercase;
    border-radius: 0;
    outline: 0; }
  .portfolio .nav-tabs > li.active > a, .portfolio .nav-tabs > li.active > a:hover, .portfolio .nav-tabs > li.active > a:focus, .portfolio .nav > li > a:hover, .portfolio .nav > li > a:focus {
    color: #fff;
    background: #ff9c00;
    border-color: transparent;
    border-bottom: 1px solid #fff; }
  .portfolio .portfolio .nav-tabs > li > a:hover {
    color: #fff;
    background: rgba(0, 0, 0, 0.1);
    border-color: transparent; }
  .portfolio .tab-content {
    background: rgba(255, 255, 255, 0.8);
    overflow: auto;
    padding: 30px 15px;
    padding-bottom: 0; }
    .portfolio .tab-content .single {
      position: relative;
      text-align: center;
      margin-bottom: 30px; }
      .portfolio .tab-content .single:hover .info {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        border-radius: 0; }
      .portfolio .tab-content .single .info {
        background: rgba(0, 188, 212, 0.7);
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        -webkit-transition: 0.4s ease-in-out;
        -moz-transition: 0.4s ease-in-out;
        -ms-transition: 0.4s ease-in-out;
        transition: 0.4s ease-in-out;
        border-radius: 50%; }
        .portfolio .tab-content .single .info h3 a {
          text-transform: uppercase;
          text-decoration: none; }

.portfolio.light {
  background: #fff; }
  .portfolio.light .nav-tabs > li > a {
    color: #666; }
  .portfolio.light .nav-tabs > li.active > a, .portfolio.light .nav-tabs > li.active > a:hover, .portfolio.light .nav-tabs > li.active > a:focus, .portfolio.light .nav > li > a:hover, .portfolio.light .nav > li > a:focus {
    color: #ff9c00;
    background: #fcfcfc;
    border-bottom: 1px solid #ff9c00; }
  .portfolio.light .portfolio .nav-tabs > li > a:hover {
    color: #ff9c00;
    background: #fcfcfc;
    border-bottom: 1px solid #ff9c00; }
  .portfolio.light .tab-content {
    background: rgba(0, 0, 0, 0.1); }

.portfolio.dark {
  background: #222; }
  .portfolio.dark .nav-tabs > li > a {
    color: #bbb; }
  .portfolio.dark .nav-tabs > li.active > a, .portfolio.dark .nav-tabs > li.active > a:hover, .portfolio.dark .nav-tabs > li.active > a:focus, .portfolio.dark .nav > li > a:hover, .portfolio.dark .nav > li > a:focus {
    color: #ff9c00;
    background: rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid #ff9c00; }
  .portfolio.dark .portfolio .nav-tabs > li > a:hover {
    color: #ff9c00;
    background: rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid #ff9c00; }
  .portfolio.dark .tab-content {
    background: rgba(255, 255, 255, 0.1); }

.portfolio.image .nav-tabs > li > a {
  color: #bbb; }
.portfolio.image .nav-tabs > li.active > a, .portfolio.image .nav-tabs > li.active > a:hover, .portfolio.image .nav-tabs > li.active > a:focus, .portfolio.image .nav > li > a:hover, .portfolio.image .nav > li > a:focus {
  color: #ff9c00;
  background: rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid #ff9c00; }
.portfolio.image .portfolio .nav-tabs > li > a:hover {
  color: #ff9c00;
  background: rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid #ff9c00; }
.portfolio.image .tab-content {
  background: rgba(255, 255, 255, 0.1); }

/*=====  End of Portfolio  ======*/

/*================================
=            Our Team            =
================================*/
.our-team .owl-theme .owl-controls .owl-page span {
  width: 20px;
  height: 20px; }
.our-team .owl-theme .owl-controls .owl-page.active span, .our-team .owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #ff9c00; }
.our-team .single {
  margin: 30px 20px;
  position: relative;
  overflow: hidden; }
  .our-team .single:hover .info {
    transform: translate(0, 0); }
  .our-team .single .team-img {
    padding: 1px; }
  .our-team .single .info {
    padding: 15px;
    background: #ff9c00;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    color: #fff;
    transform: translate(0, 100%);
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out; }
    .our-team .single .info p {
      color: #fff;
      margin-top: 40px; }
    .our-team .single .info ul {
      margin-top: 30px; }
      .our-team .single .info ul li a {
        color: #fff;
        width: 40px;
        height: 40px;
        background: rgba(255, 255, 255, 0.1);
        border-radius: 50%;
        display: block;
        text-align: center;
        line-height: 40px; }
        .our-team .single .info ul li a:hover {
          background: rgba(0, 0, 0, 0.1); }

.our-team.dark {
  background: #222; }

.our-team.theme {
  background: #ff9c00; }
  .our-team.theme .owl-theme .owl-controls .owl-page span {
    border: 1px solid rgba(255, 255, 255, 0.5);
    background: none; }
  .our-team.theme .owl-theme .owl-controls .owl-page.active span, .our-team.theme .owl-theme .owl-controls.clickable .owl-page:hover span {
    background: rgba(255, 255, 255, 0.1); }

/*=====  End of Our Team  ======*/
/*===============================
=            Pricing            =
===============================*/
.pricing .section-title {
  margin-bottom: 100px; }
.pricing .price-single {
  background: #fff;
  max-width: 350px;
  margin: 0 auto;
  padding: 30px;
  margin-bottom: 60px; }
  .pricing .price-single h2 {
    font-size: 60px;
    font-weight: 300; }
    .pricing .price-single h2 small {
      font-size: 20px; }
  .pricing .price-single h3 {
    color: #ff9c00; }
  .pricing .price-single ul li {
    font-size: 16px;
    line-height: 50px;
    color: #666;
    border-bottom: 1px solid #f0f0f0; }
  .pricing .price-single .btn {
    margin-left: 0;
    margin-top: 40px;
    padding: 9px 15px; }
.pricing .price-single.highlighted {
  border-top: 6px solid #ff9c00;
  border-radius: 6px 6px 0 0; }
  @media (min-width: 768px) {
    .pricing .price-single.highlighted {
      margin-top: -54px; } }

.pricing.light {
  background: #fff; }
  .pricing.light .price-single {
    border: 1px solid #f0f0f0; }

.pricing.dark {
  background: #222; }
  .pricing.dark .price-single {
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.1); }
    .pricing.dark .price-single h2 {
      color: #bbb; }
    .pricing.dark .price-single ul li {
      color: #999;
      border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
  .pricing.dark .price-single.highlighted {
    border-top: 6px solid #ff9c00; }

.pricing.theme {
  background: #ff9c00; }
  .pricing.theme .price-single {
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: rgba(0, 0, 0, 0.1); }
    .pricing.theme .price-single h2 {
      color: rgba(255, 255, 255, 0.8); }
      .pricing.theme .price-single h2 small {
        color: rgba(255, 255, 255, 0.5); }
    .pricing.theme .price-single h3 {
      color: #fff; }
    .pricing.theme .price-single ul li {
      color: rgba(255, 255, 255, 0.7);
      border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
  .pricing.theme .price-single.highlighted {
    border-top: 6px solid #222; }

/*=====  End of Pricing  ======*/
/*============================
=            Blog            =
============================*/
.blog .load-more {
  margin-top: 40px; }
  .blog .load-more .btn {
    margin-top: 40px; }
.blog .single {
  margin-top: 60px; }
  .blog .single .image {
    position: relative; }
    .blog .single .image .social-share {
      position: absolute;
      top: 10px;
      right: 10px; }
    .blog .single .image .date {
      position: absolute;
      bottom: 10px;
      left: 10px;
      color: #fff; }
  .blog .single .content {
    border: 1px solid #f0f0f0;
    padding: 0 15px; }
    .blog .single .content .info {
      background: #fcfcfc;
      display: block;
      padding: 15px 0;
      border-top: 1px solid #f0f0f0; }
      .blog .single .content .info span {
        color: #999; }
        .blog .single .content .info span i {
          color: #ff9c00; }
  .blog .single .iconic-dropdown .dropdown-toggle {
    padding: 10px 12px;
    border: none;
    background: none;
    color: #ff9c00;
    border-radius: 0;
    margin: 0;
    font-size: 24px; }
  .blog .single .iconic-dropdown .btn-default.active, .blog .single .iconic-dropdown .btn-default.focus, .blog .single .iconic-dropdown .btn-default:active, .blog .single .iconic-dropdown .btn-default:focus, .blog .single .iconic-dropdown .btn-default:hover, .blog .single .iconic-dropdown .open > .dropdown-toggle.btn-default {
    background: none;
    color: #ff9c00;
    margin: 0;
    border: none; }
  .blog .single .iconic-dropdown .dropdown-menu {
    min-width: 0;
    margin-top: 10px;
    box-shadow: none;
    padding: 0;
    border-radius: 0;
    border: 1px solid #f0f0f0; }
  .blog .single .iconic-dropdown .dropdown-menu:before {
    content: "";
    position: absolute;
    display: inline-block;
    top: -7px;
    left: 4px;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #fff; }
  .blog .single .iconic-dropdown .dropdown-menu:after {
    content: "";
    position: absolute;
    display: inline-block;
    top: -6px;
    left: 5px;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-bottom: 6px solid #FFFFFF; }
  .blog .single .iconic-dropdown .dropdown-menu li {
    padding: 0;
    margin-left: 0px; }
  .blog .single .iconic-dropdown .dropdown-menu > li > a {
    padding: 7px 15px;
    border-top: 1px solid #f0f0f0;
    display: block;
    margin: 0;
    color: #ff9c00;
    background: #fff; }
  .blog .single .iconic-dropdown .dropdown-menu > li > a:hover {
    background: #ff9c00;
    color: #fff; }
  .blog .single .iconic-dropdown .dropdown-menu li:first-child a {
    border-top: none; }

.blog.dark {
  background: #222; }
  .blog.dark .load-more .btn {
    background: rgba(0, 0, 0, 0.6);
    border-color: rgba(0, 0, 0, 0.5);
    color: #ff9c00; }
  .blog.dark .single .content {
    border-color: rgba(255, 255, 255, 0.1); }
    .blog.dark .single .content h2 {
      color: #bbb; }
  .blog.dark .single .content .info {
    border-color: rgba(255, 255, 255, 0.1);
    background: none; }
  .blog.dark .single .iconic-dropdown .dropdown-menu > li > a {
    background: #222;
    border-top: 1px solid rgba(255, 255, 255, 0.1); }
  .blog.dark .single .iconic-dropdown .dropdown-menu:before, .blog.dark .single .iconic-dropdown .dropdown-menu::after {
    border-bottom-color: #222; }
  .blog.dark .dropdown-menu {
    background: #222;
    border-color: rgba(0, 0, 0, 0.2) !important; }

.blog.image .load-more .btn {
  background: rgba(0, 0, 0, 0.6);
  border-color: rgba(0, 0, 0, 0.5);
  color: #ff9c00; }
.blog.image .single .content {
  background: rgba(0, 0, 0, 0.6);
  border-color: rgba(255, 255, 255, 0.1); }
  .blog.image .single .content h2 {
    color: #bbb; }
  .blog.image .single .content p {
    color: #999; }
.blog.image .single .content .info {
  border-color: rgba(255, 255, 255, 0.1);
  background: none; }
.blog.image .single .iconic-dropdown .dropdown-menu > li > a {
  background: #222;
  border-top: 1px solid rgba(255, 255, 255, 0.1); }
.blog.image .single .iconic-dropdown .dropdown-menu:before, .blog.image .single .iconic-dropdown .dropdown-menu::after {
  border-bottom-color: #222; }
.blog.image .dropdown-menu {
  background: #222;
  border-color: rgba(0, 0, 0, 0.2) !important; }

.blog.theme {
  background: #ff9c00; }
  .blog.theme .load-more .btn {
    background: none;
    border-color: rgba(255, 255, 255, 0.5);
    color: #fff; }
  .blog.theme .single .content {
    border-color: rgba(255, 255, 255, 0.1); }
    .blog.theme .single .content h2 {
      color: #fff; }
  .blog.theme .single .content .info {
    border-color: rgba(255, 255, 255, 0.1);
    background: none; }
  .blog.theme .single .iconic-dropdown .dropdown-menu > li > a {
    background: #222;
    border-top: 1px solid rgba(255, 255, 255, 0.1); }
  .blog.theme .single .iconic-dropdown .dropdown-menu:before, .blog.theme .single .iconic-dropdown .dropdown-menu::after {
    border-bottom-color: #222; }
  .blog.theme .dropdown-menu {
    background: #222;
    border-color: rgba(0, 0, 0, 0.2) !important; }
  .blog.theme .single .content .info span {
    color: #fff; }
    .blog.theme .single .content .info span a {
      color: #fff; }

/*=====  End of Blog  ======*/
/*===================================
=            Blog Detail            =
===================================*/
.modal-container {
  z-index: 99999;
  background: #fff !important;
  box-shadow: none; }
  .modal-container .close-modal {
    color: #fff;
    padding: 20px 0; }
    .modal-container .close-modal i {
      color: #ff9c00;
      font-size: 24px;
      cursor: pointer; }
  .modal-container .modal-content {
    border-color: rgba(0, 0, 0, 0.2);
    border-radius: 0;
    box-shadow: none !important; }
    .modal-container .modal-content .btn {
      padding: 8px 12px;
      border-radius: 20px;
      margin-left: 0; }
    .modal-container .modal-content .single-page {
      max-width: 1170px;
      margin-left: auto;
      margin-right: auto;
      margin-top: 40px; }
      .modal-container .modal-content .single-page .featured-image {
        border: 1px solid #f0f0f0;
        position: relative; }
      .modal-container .modal-content .single-page .post-info {
        padding: 10px 0; }
        .modal-container .modal-content .single-page .post-info a {
          color: #999;
          text-decoration: none; }
          .modal-container .modal-content .single-page .post-info a:hover {
            color: #ff9c00; }
          .modal-container .modal-content .single-page .post-info a i {
            color: #ff9c00; }
      .modal-container .modal-content .single-page .content {
        padding: 0;
        border: none; }
        .modal-container .modal-content .single-page .content p {
          font-size: 14px;
          line-height: 24px;
          color: #666; }
        .modal-container .modal-content .single-page .content ul {
          padding-left: 0;
          list-style: none; }
          .modal-container .modal-content .single-page .content ul li {
            color: #666;
            line-height: 26px; }
            .modal-container .modal-content .single-page .content ul li:before {
              content: '\f046';
              font-family: fontAwesome;
              margin-right: 5px;
              color: #666; }
      .modal-container .modal-content .single-page .tag-and-share {
        margin-top: 30px;
        padding-bottom: 40px;
        display: block;
        border-bottom: 1px solid #f0f0f0; }
        .modal-container .modal-content .single-page .tag-and-share .tags {
          margin-top: 10px; }
          .modal-container .modal-content .single-page .tag-and-share .tags a {
            display: inline-block;
            padding: 8px 15px;
            border: 1px solid #f0f0f0;
            border-radius: 20px;
            margin-top: 10px;
            color: #666;
            text-decoration: none;
            -webkit-transition: 0.4s ease-in-out;
            -moz-transition: 0.4s ease-in-out;
            -ms-transition: 0.4s ease-in-out;
            transition: 0.4s ease-in-out; }
            .modal-container .modal-content .single-page .tag-and-share .tags a:hover {
              color: #ff9c00;
              border-color: #ff9c00; }
        .modal-container .modal-content .single-page .tag-and-share .dropup {
          margin-top: 20px; }
        .modal-container .modal-content .single-page .tag-and-share .dropdown-menu {
          min-width: 50px;
          padding: 0;
          border-radius: 20px;
          overflow: hidden;
          border: 1px solid #f0f0f0; }
        .modal-container .modal-content .single-page .tag-and-share .dropdown-menu > li > a {
          border-top: 1px solid #f0f0f0;
          padding: 10px;
          text-align: center;
          color: #ff9c00; }
        .modal-container .modal-content .single-page .tag-and-share .btn-default:active, .modal-container .modal-content .single-page .tag-and-share .btn-default.active, .modal-container .modal-content .single-page .tag-and-share .open > .dropdown-toggle.btn-default, .modal-container .modal-content .single-page .tag-and-share .btn-default:hover {
          background: #fff;
          border-color: #ff9c00;
          color: #ff9c00; }
      .modal-container .modal-content .single-page .author-box {
        padding: 40px 0;
        border-bottom: 1px solid #f0f0f0; }
        .modal-container .modal-content .single-page .author-box .image {
          float: left;
          margin-right: 10px; }
        .modal-container .modal-content .single-page .author-box .info {
          overflow: hidden;
          background: none;
          padding: 0;
          border: none; }
          .modal-container .modal-content .single-page .author-box .info p {
            color: #666;
            font-weight: 300;
            line-height: 24px; }
          .modal-container .modal-content .single-page .author-box .info h6 {
            font-size: 14px;
            color: #666;
            margin: 0;
            margin-top: 10px;
            padding: 0;
            font-style: italic;
            border: none; }
            .modal-container .modal-content .single-page .author-box .info h6 a {
              color: #ff9c00; }
      .modal-container .modal-content .single-page .educationone-pager {
        padding: 20px 0;
        border-bottom: 1px solid #f0f0f0; }
        .modal-container .modal-content .single-page .educationone-pager .pager li > a, .modal-container .modal-content .single-page .educationone-pager .pager li > span {
          padding: 10px 20px;
          border-radius: 20px;
          border: 1px solid #f0f0f0;
          color: #888;
          -webkit-transition: 0.4s ease-in-out;
          -moz-transition: 0.4s ease-in-out;
          -ms-transition: 0.4s ease-in-out;
          transition: 0.4s ease-in-out; }
          .modal-container .modal-content .single-page .educationone-pager .pager li > a:hover, .modal-container .modal-content .single-page .educationone-pager .pager li > span:hover {
            color: #ff9c00;
            border-color: #ff9c00;
            background: #fff; }
      .modal-container .modal-content .single-page .related-post {
        padding: 40px 0;
        border-bottom: 1px solid #f0f0f0; }
        .modal-container .modal-content .single-page .related-post .date {
          bottom: 10px;
          top: auto; }
          .modal-container .modal-content .single-page .related-post .date p {
            margin-top: 6px !important; }
        .modal-container .modal-content .single-page .related-post .btn {
          margin-top: 30px;
          text-transform: lowercase; }
      .modal-container .modal-content .single-page .educationone-comments {
        padding: 40px 0;
        border-bottom: 1px solid #f0f0f0; }
        .modal-container .modal-content .single-page .educationone-comments ul {
          list-style: none;
          padding-left: 0; }
          .modal-container .modal-content .single-page .educationone-comments ul li {
            padding: 20px 0; }
            .modal-container .modal-content .single-page .educationone-comments ul li .image {
              width: 60px;
              height: 60px;
              overflow: hidden;
              float: left;
              margin-right: 10px;
              border-radius: 50%; }
            .modal-container .modal-content .single-page .educationone-comments ul li .content {
              overflow: hidden;
              border-bottom: 1px solid #f0f0f0;
              padding-bottom: 20px; }
              .modal-container .modal-content .single-page .educationone-comments ul li .content h6 {
                margin: 0;
                padding: 0;
                margin-bottom: 10px;
                font-size: 14px; }
                .modal-container .modal-content .single-page .educationone-comments ul li .content h6 a {
                  color: #666;
                  text-transform: uppercase;
                  font-size: 14px;
                  text-decoration: none; }
                .modal-container .modal-content .single-page .educationone-comments ul li .content h6 small {
                  color: #999; }
              .modal-container .modal-content .single-page .educationone-comments ul li .content .btn {
                padding: 5px 15px;
                font-size: 14px; }
            .modal-container .modal-content .single-page .educationone-comments ul li .info {
              padding: 0;
              background: none;
              border: none; }
            @media (min-width: 768px) {
              .modal-container .modal-content .single-page .educationone-comments ul li ul {
                margin-left: 60px; } }
      .modal-container .modal-content .single-page .comment-form {
        padding: 40px 0; }
        .modal-container .modal-content .single-page .comment-form .single {
          margin-top: 40px; }
          .modal-container .modal-content .single-page .comment-form .single .form-control {
            min-height: 44px;
            border-radius: 20px;
            border: 1px solid #f0f0f0;
            box-shadow: none; }
            .modal-container .modal-content .single-page .comment-form .single .form-control:focus {
              border-color: #ff9c00; }

/*=====  End of Blog Detail  ======*/
/*==================================
=            newsletter            =
==================================*/
.newsletter-sec {
  background: #ff9c00; }
  .newsletter-sec .content h2 {
    color: #fff;
    text-transform: uppercase; }
  .newsletter-sec .content P {
    color: rgba(255, 255, 255, 0.8); }
  .newsletter-sec form {
    margin-top: 30px; }
    .newsletter-sec form .form-control {
      min-height: 50px;
      border: none;
      background: none;
      box-shadow: none;
      color: #fff;
      border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
    .newsletter-sec form .btn {
      width: 50px;
      height: 50px;
      padding: 0;
      line-height: 50px;
      text-align: center;
      color: #fff;
      border-color: rgba(255, 255, 255, 0.1);
      background: rgba(255, 255, 255, 0.1);
      border-radius: 50% !important; }
      .newsletter-sec form .btn:hover {
        background: rgba(0, 0, 0, 0.1); }
    .newsletter-sec form ::-webkit-

    -placeholder {
      color: #fff; }
    .newsletter-sec form :-moz-placeholder {
      color: #fff; }
    .newsletter-sec form ::-moz-placeholder {
      color: #fff; }
    .newsletter-sec form :-ms-

    -placeholder {
      color: #fff; }

.newsletter-sec.light {
  background: #fff; }
  .newsletter-sec.light .content h2 {
    color: #333;
    text-transform: uppercase; }
  .newsletter-sec.light .content P {
    color: #666; }
  .newsletter-sec.light form .form-control {
    color: #666;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .newsletter-sec.light form .btn {
    border-color: #ff9c00;
    background: #ff9c00; }
    .newsletter-sec.light form .btn:hover {
      background: #ff9c00; }
  .newsletter-sec.light form ::-webkit-

  -placeholder {
    color: #999; }
  .newsletter-sec.light form :-moz-placeholder {
    color: #999; }
  .newsletter-sec.light form ::-moz-placeholder {
    color: #999; }
  .newsletter-sec.light form :-ms-

  -placeholder {
    color: #999; }

.newsletter-sec.dark {
  background: #222; }
  .newsletter-sec.dark .content h2 {
    color: #bbb; }
  .newsletter-sec.dark .content P {
    color: #999; }
  .newsletter-sec.dark form .form-control {
    color: #999;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
  .newsletter-sec.dark form .btn {
    border-color: #ff9c00;
    background: #ff9c00; }
    .newsletter-sec.dark form .btn:hover {
      background: #ff9c00; }
  .newsletter-sec.dark form ::-webkit-

  -placeholder {
    color: #999; }
  .newsletter-sec.dark form :-moz-placeholder {
    color: #999; }
  .newsletter-sec.dark form ::-moz-placeholder {
    color: #999; }
  .newsletter-sec.dark form :-ms-

  -placeholder {
    color: #999; }

.newsletter-sec.image .content h2 {
  color: #ff9c00; }
.newsletter-sec.image .content P {
  color: #bbb; }
.newsletter-sec.image form .form-control {
  color: #bbb;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
.newsletter-sec.image form .btn {
  border-color: #ff9c00;
  background: #ff9c00; }
  .newsletter-sec.image form .btn:hover {
    background: #ff9c00; }
.newsletter-sec.image form ::-webkit-

-placeholder {
  color: #bbb; }
.newsletter-sec.image form :-moz-placeholder {
  color: #bbb; }
.newsletter-sec.image form ::-moz-placeholder {
  color: #bbb; }
.newsletter-sec.image form :-ms-

-placeholder {
  color: #bbb; }

/*=====  End of newsletter  ======*/
/*===============================
=            Contact            =
===============================*/
.contact {
  background: #fff; }
  .contact .contact-form .form-control {
    margin-top: 40px;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #f0f0f0;
    box-shadow: none; }
    .contact .contact-form .form-control:focus {
      border-color: #ff9c00; }
  .contact .contact-form .btn-theme {
    margin-top: 40px;
    margin-left: 0; }
  .contact .contact-info {
    padding: 30px;
    box-shadow: 1px 1px 10px #ccc; }
    @media (max-width: 767px) {
      .contact .contact-info {
        margin-top: 40px; } }
    .contact .contact-info h2 {
      text-transform: uppercase;
      font-size: 20px;
      color: #333; }
    .contact .contact-info .single {
      margin-top: 30px; }
      .contact .contact-info .single:hover .icon {
        border-color: #ff9c00; }
      .contact .contact-info .single .icon {
        width: 60px;
        height: 60px;
        line-height: 60px;
        text-align: center;
        border: 1px solid #f0f0f0;
        color: #ff9c00;
        float: left;
        margin-right: 20px;
        border-radius: 50%;
        -webkit-transition: 0.4s ease-in-out;
        -moz-transition: 0.4s ease-in-out;
        -ms-transition: 0.4s ease-in-out;
        transition: 0.4s ease-in-out; }
      .contact .contact-info .single .content {
        overflow: hidden; }
        .contact .contact-info .single .content p {
          color: #666; }

.contact.dark {
  background: #222; }
  .contact.dark .contact-form .form-control {
    background: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
    .contact.dark .contact-form .form-control:focus {
      border-color: #ff9c00; }
  .contact.dark .contact-info {
    box-shadow: 1px 1px 10px #333; }
    .contact.dark .contact-info h2 {
      color: #bbb; }
    .contact.dark .contact-info .single:hover .icon {
      border-color: #ff9c00; }
    .contact.dark .contact-info .single .icon {
      border: 1px solid rgba(255, 255, 255, 0.1); }
    .contact.dark .contact-info .single .content p {
      color: #999; }

.contact.image .contact-form .form-control {
  background: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
  .contact.image .contact-form .form-control:focus {
    border-color: #ff9c00; }
.contact.image .contact-info {
  box-shadow: 1px 1px 10px #333; }
  .contact.image .contact-info h2 {
    color: #bbb; }
  .contact.image .contact-info .single:hover .icon {
    border-color: #ff9c00; }
  .contact.image .contact-info .single .icon {
    border: 1px solid rgba(255, 255, 255, 0.1); }
  .contact.image .contact-info .single .content p {
    color: #999; }

.contact.theme {
  background: #ff9c00; }
  .contact.theme .contact-form .form-control {
    background: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
    .contact.theme .contact-form .form-control:focus {
      border-color: #fff; }
  .contact.theme .contact-form .btn {
    border: 1px solid #fff;
    color: #fff; }
    .contact.theme .contact-form .btn:hover {
      background: rgba(0, 0, 0, 0.1); }
  .contact.theme .contact-form ::-webkit-

  -placeholder {
    color: #fff; }
  .contact.theme .contact-form :-moz-placeholder {
    color: #fff; }
  .contact.theme .contact-form ::-moz-placeholder {
    color: #fff; }
  .contact.theme .contact-form :-ms-

  -placeholder {
    color: #fff; }
  .contact.theme .contact-info {
    box-shadow: 1px 1px 10px rgba(255, 255, 255, 0.5); }
    .contact.theme .contact-info h2 {
      color: #fff; }
    .contact.theme .contact-info .single:hover .icon {
      border-color: rgba(255, 255, 255, 0.9); }
    .contact.theme .contact-info .single .icon {
      border: 1px solid rgba(255, 255, 255, 0.2);
      color: #fff; }
    .contact.theme .contact-info .single .content p {
      color: rgba(255, 255, 255, 0.7); }

/*----------Google Map---------*/
.google-map .panel-default {
  border: none; }
.google-map .panel-group {
  margin-bottom: 0; }
.google-map .panel-default > .panel-heading {
  background: #ff9c00;
  border-color: #ff9c00;
  color: #fff;
  padding: 30px 0;
  border-radius: 0; }
  .google-map .panel-default > .panel-heading a {
    display: block;
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    text-decoration: none; }
    .google-map .panel-default > .panel-heading a:hover {
      color: #fff; }
.google-map .panel-body {
  padding: 0; }
.google-map #google-container {
  position: relative;
  width: 100%;
  height: 200px;
  background-color: #e7eaf0; }
@media only screen and (min-width: 768px) {
  .google-map #google-container {
    height: 300px; } }
@media only screen and (min-width: 1170px) {
  .google-map #google-container {
    height: 600px; } }
.google-map #cd-google-map {
  position: relative; }
.google-map #cd-google-map address {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 1em 1em;
  background-color: #ff9c00;
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 0; }
@media only screen and (min-width: 768px) {
  .google-map #cd-google-map address {
    font-size: 15px;
    text-align: center; } }
.google-map #cd-zoom-in, .google-map #cd-zoom-out {
  height: 32px;
  width: 32px;
  cursor: pointer;
  margin-left: 10px;
  background-color: #ff9c00;
  background-repeat: no-repeat;
  background-size: 32px 64px;
  background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/148866/cd-icon-controller.svg"); }
.google-map .no-touch #cd-zoom-in:hover, .google-map .no-touch #cd-zoom-out:hover {
  background-color: #d36868; }
@media only screen and (min-width: 768px) {
  .google-map #cd-zoom-in, .google-map #cd-zoom-out {
    margin-left: 50px; } }
.google-map #cd-zoom-in {
  background-position: 50% 0;
  margin-top: 10px;
  margin-bottom: 1px; }
@media only screen and (min-width: 768px) {
  .google-map #cd-zoom-in {
    margin-top: 50px; } }
.google-map #cd-zoom-out {
  background-position: 50% -32px; }

/*=====  End of Contact  ======*/
/*==============================
=            Footer            =
==============================*/
footer {
    padding: 60px 0; }
footer .logo {
    margin-bottom: 30px; }
footer .logo a {
    text-decoration: none; }
footer .logo h1 {
    margin: 0;
    padding: 0;
    font-size: 60px;
    text-decoration: none; }
footer .social-icons {
    margin-bottom: 30px; }
footer .social-icons li a {
    display: block;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border: 1px solid #f0f0f0;
    color: #ff9c00;
    border-radius: 50%;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out; }
footer .social-icons li a:hover {
    color: #fff;
    background: #ff9c00;
    border-color: #ff9c00; }

footer.dark {
    background: #222; }
footer.dark .social-icons li a {
    border: 1px solid rgba(255, 255, 255, 0.1); }
footer.dark .social-icons li a:hover {
    color: #fff;
    background: #ff9c00;
    border-color: #ff9c00; }

footer.theme {
    background: #ff9c00;
    border-top: 1px solid rgba(255, 255, 255, 0.2); }
footer.theme a {
    color: #fff; }
footer.theme .logo h1 {
    color: #fff; }
footer.theme .social-icons li a {
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: #fff; }
footer.theme .social-icons li a:hover {
    color: #fff;
    background: rgba(0, 0, 0, 0.1);
    border-color: rgba(0, 0, 0, 0.1); }

footer.image .social-icons li a {
    border: 1px solid rgba(255, 255, 255, 0.5); }
footer.image .social-icons li a:hover {
    color: #fff;
    background: #ff9c00;
    border-color: #ff9c00; }
footer.image .copyright p {
    color: #fff; }

/*=====  End of Footer  ======*/



/*======inner page======*/
.page-header {
  margin-top: 86px;;
  background-color: #08768e;
}
.page-header h1 {
  color: #FFFFFF;
}
.page-header .breadcrumb {
  background-color: transparent;
  padding-top: 20px;
  margin-bottom: 0;
  padding-left: 0;
  margin-left:0;}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: ">";
}
.page-header .breadcrumb li a {
  color: #ffffff;
  font-size: 14px;
}
.page-header .breadcrumb .active {
  color: #ff9c00;
  font-size: 14px;
}
.inner-page {
  margin-top: 60px;
  margin-bottom: 60px;
}
/*article section*/
.article-title {
  margin-top: 0;
  line-height: 1.2em;
  margin-bottom: 12px;}
ul.article_meta {
  font-size: 0.824em;
  margin-bottom: 20px;
  padding-left: 0;
  margin-left: 0;
  list-style: disc;}
ul.article_meta li, ul.article_meta li span {
  display: inline-block;
  font-size: 13px;
  color: #989696;}
.article_meta li {
    padding-right: 5px;
}
.article_meta li .glyphicon {
  color: #08768e;
  padding-right: 3px;
}
.article_meta li a {
  color: #989696;}
.article_meta li a:hover {
  color: #ff9c00;
  text-decoration: none;
  transition: .45s;}
.article-section #nav-single {
    margin-bottom: 60px;
}
.article-section #nav-single a {
  color: #ff9c00;
  font-size: 16px;
  text-decoration: none;}    
.article-section #nav-single a:hover {
  color: #08768e;
  text-decoration: none;}   
.logged-in-as a {
  color: #989696;}   
  .logged-in-as a:hover {
  color: #ff9c00;
  text-decoration: none;}

.form-control {
    height: 48px;
    border-radius: 0;
}
.comment-form .form-inline 

{
    width: 100%;
}
.comment-wrapper {
    border: 1px solid #d5d6d7;
    padding: 10px;
}

.comment-section .reply-comment-wrapper {
    border: 1px solid #d5d6d7;
    padding: 1.4em;
    margin-left: 30px;
    margin-top: 10px;
}
.reply-btn {
    border: 1px solid #ff9c00;
    background-color: #ff9c00;
    color: #FFFFFF;
    font-size: 16px;
    margin: 6px 0;
    border-radius: 4px;
    padding: 4px 10px;
}
.reply-btn:hover {
    background-color: transparent;
    color: #ff9c00;
}
.comment-title {
  color: #272727;
  font-size: 24px;
  margin: 17px 0;
  line-height: 31px;}
.submit-btn {
  background: #ff9c00;
  color: #fff;
  border: 1px solid #f0f0f0;
  font-size: 14px;
  border-radius: 6px;
  padding: 5px 10px;
  outline: 0;
  text-transform: uppercase;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}  

/*sidebar section*/   
.widget_area {
  margin-bottom: 30px;
}
.searchform {
    display: block;
    padding: 15px 20px;
    height: 70px;
    border: 1px solid #d5d6d7;
}
.searchform 

[type="text"] {
    width: 80%;
    height: 39px;
    border: none;
    background: rgba(255, 156, 0, 0.57);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    line-height: 16px;
    color: #fff;}
.searchform #searchsubmit {
  background: #ff9c00;
  width: 39px;
  height: 39px;
  font-size: 20px;
  border: none;
  cursor: pointer;
  border-radius: 0 4px 4px 0;
}
.searchform #searchsubmit span{
  color:#fff;
}
.footer .widget_area .searchform 

[type="text"] {
  width: 81%;}
.widget_area {
  margin-bottom: 30px;}
.widget_title {
  color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 10px;
    display: block;
    background: #ff9c00;}
.widget_area > ul {
  border: 1px solid #d5d6d7;
  padding: 1.176em;
  margin-left: 0;
  list-style: disc;}  
.sidebar .widget_area ul li {
    padding: 9px 0;
    margin-left: 0px;
    display: block;
    border-bottom: 1px dotted #d3d3d3;
}
.widget_area a {
  color: #524E4E;
  transition: all .3s;
  font-size: 16px;
  text-decoration: none;}
.widget_area li a:hover {
  color: #ff9c00;
  padding-left: 17px;}
.article-wrapper {
    padding-right: 15px;
}
.article-wrapper .text-content {
  text-align: justify;
  padding-top: 20px;}


/*======end of inner page=====*/

/*===========category page=========*/

.article-row{
  padding-bottom: 20px;
}
.contentbar-section .pagination .active a {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #ff9c00;
  border-color: #ff9c00;
}
.well {
  margin: 0;
}

/*--------------------------------
Error Page
--------------------------------*/
.error-page {
    margin-top: 120px;
    margin-bottom: 30px;
}
.error-page h1 {
    font-size: 130px;
    margin: 0;
    color: #706e6e;
}
.error-page h2 {
    font-size: 35px;
    margin: 0;
    color: #7e7d7d;
}
.error-page p {
    font-size: 30px;
    margin: 0;
    color: #9b9797;
}

@media  screen and (max-width: 768px) {
    .error-page h1 {
        font-size: 90px;
    }
}
@media  screen and (max-width: 768px) {
    .error-page h2 {
        font-size: 28px;
    }
}
@media  screen and (max-width: 768px) {
    .error-page p {
        font-size: 18px;
    }
}
@media  screen and (max-width: 768px) {
    .error-page img {
        height: 115px;
        width: 115px;
        margin-top: 64px;
    }
}

.nothing-found {
    margin-top: 30px;
}
.nothing-found h1 {
    font-size: 130px;
    margin: 0;
    color: #706e6e;
}
.nothing-found h2 {
    font-size: 35px;
    margin: 0;
    color: #7e7d7d;
}
.nothing-found p {
    font-size: 30px;
    margin: 0;
    color: #9b9797;
}

@media  screen and (max-width: 768px) {
    .nothing-found h1 {
        font-size: 90px;
    }
}
@media  screen and (max-width: 768px) {
    .nothing-found h2 {
        font-size: 28px;
    }
}
@media  screen and (max-width: 768px) {
    .nothing-found p {
        font-size: 18px;
    }
}
@media  screen and (max-width: 768px) {
    .nothing-found img {
        height: 115px;
        width: 115px;
        margin-top: 64px;
    }
}
/*--------------------------------
Preview Page Header
--------------------------------*/
.preview-header {
  background-color: #ff9c00;
  color: #FFFFFF;
  padding: 30px;
  text-align: center;
}
.preview-header h3 {
  border: 2px solid #ffffff;
  padding: 8px 14px;
  display: inline-block;
}




/*# sourceMappingURL=style.css.map */
form p {
     color: #666; 
}
.contact 

{
  width:100%;
}


.wpcf7-form-control.wpcf7-submit {
    width: 15%;
}
textarea.wpcf7-form-control.wpcf7-textarea {
    height: 145px;
}
.contact .contact-info .single .content {
  border:0; 
}
.contact .contact-info .single {
    margin-top: 45px;
}

.newsletter-sec.image .content P {
    color: #bbb;
    display: inline;
}
.newsletter-section .content {
  text-align: center;
  color: #bbb;
}


.newsletter-email {
    background: transparent;
    color: #bbb;
    border: none;
    border-bottom: 2px solid #bbb;
    padding-right: 30%;
    margin-right: 6px;
}
.newsletter-submit {
  border-color: #ff9c00;
  background-color: #ff9c00;
  padding: 3px 14px;
  color: #ffffff;

}
.newsletter-submit:hover {
  color:#ff9c00;
  background-color: #ffffff;
  transition: .43s;
}
.site-title a {
  color: #ffffff;
  text-transform: uppercase;
}
.site-title a:hover {
  text-decoration: none;
}
.site-title {
  font-size: 32px;
  color: #ffffff;
  margin: 0;
}
.site-description {
  font-size: 12px;
  color: #ffffff;
  margin: 0;
}
h3.name a {
    color: #fff;
}
