html, body {
  height: 100%;
}
body{
  position:relative;
}
header {
  position: fixed;
  top: 0;
  z-index: 10;
  width: 100%;
}

@font-face {
  font-family: 'Kiona';
  src: url('fonts/Kiona-Regular.eot'); /* IE9 Compat Modes */
  src: url('fonts/Kiona-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/Kiona-Regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/Kiona-Regular.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/Kiona-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('fonts/Kiona-Regular.svg#svgFontName') format('svg'); /* Legacy iOS */
}

/*MarketPlace Section */

.kiona {
  font-family: 'Kiona', Fallback, sans-serif;
  color: #000;
  font-size: 61px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  line-height: 80px;
}

h1.kiona {
  font-size: 60px;
  color: #000;
  position: absolute;
  top: 20px;
}

.marketplace-graphics {
  position: absolute;
  top: 0px;
  height: 100%;
  left: -12.7%;
}

#marketplace {
  position: relative;
  background: #ecf2f5;
  margin: 50px 0;
}

#marketplace p {
  color: #231f20;
  font-size: 15px;
  line-height: 33px;
}

.footer-links .active a {
  color: #6457f0 !important;
}

/*MarketPlace Section */


/*Reward Section */


#reward {
  position: relative;
}

#reward p {
  color: #8d9396;
  font-size: 15px !important;
  line-height: 28px;
}

.reward-graphics {
  position: absolute;
  top: 0px;
  height: 100%;
  left: -1%;
}


/*Reward Section */


/*Join Section */


#join {
  background: url(../img/join-now.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
  position: relative;
}

.join-graphics {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}

/*Join Section */

.single-blog-img img {
  border-radius: 50px;
}

.blog-area {
  height: auto;
  width: 100%;
  padding-bottom: 20px;
}


#subscribe {
  position: relative;
}

.subscribe-graphics {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
}

/*Launchpad Page */

#launchpad-content {
  padding: 70px 30px;
}

#top {
  background-size: cover !important;
  background-position: center !important;
  height: 220px;
  margin-top: 70px;
  box-shadow: 0px -2px 18px 1px #EFEFEF;
  position: relative;
  margin-top: 100px;
}

#launchpad-content .row .Launchpad-items {
  text-align: center;
  padding: 50px 30px 0;
  box-shadow: none;
  border-radius: 0;
  min-height: 350px;
  background: #fff;
}

.Launchpad-items img {
  position: absolute;
  bottom: 0;
  transform: translateX(-50%);
  width: 38%;
}

.Launchpad-items {
  position: relative;
}

#launchpad-content .row > div {
  margin-bottom: 70px;
}

.launch-date {
  top: 20px;
  left: 0;
  color: #6458f0;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  position: relative;
  color: #9f9f9f;
}

.launch-title {
  text-align: center;
  color: #6457f0;
  margin-top: 20px;
  font-size: 18px;
}


#launchpad-content .ready-btn {
  text-align: center;
  margin: 0 auto;
  display: block;
  width: 170px;
  font-size: 13px;
  padding: 10px;
  font-weight: 100;
  border-radius: 10px;
  background: #6ee2f5;
}

.ready-btn.blue {
  display: block;
  width: 170px;
  font-size: 13px;
  padding: 10px;
  font-weight: 100;
  border-radius: 10px;
  background: #6ee2f5;
}

/*Launchpad Page */


/*Support Page */


.apg-description {
  color: #231f20;
  padding: 10px 18px;
}

.form.contact-form {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}

  .supporttxt{      
    color:#000;
    font-size: 90px;
    font-family: 'Kiona', Fallback, sans-serif;    
  }

  .qa-buttons {
    border: none;
    background-color: #f9f9f9;
    margin-bottom: 7px;
    line-height: 28px;
  }

  ul.button-list {
    margin-top: 15px;
  }


/*Support Page */

/*Partner Page */


#partner {
  margin-top: 100px;
  padding: 50px;
  margin-bottom: 10px;
}

#partner img {
  width: 80%;
}

/*Partner Page */

#partner-content {
  margin-top: 40px;
}

#career {
  margin-top: 100px;
  padding: 50px;
  margin-bottom: 10px;
}

.triangle-down-left {
  width: 20%;
  height: 100%;
  padding-bottom: 10%;
  overflow: hidden;
  top: 0;
  position: absolute;
}

.triangle-down-left::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-right: 280px solid transparent;
    border-bottom: 450px solid #f4f4f4;
}

.triangle-down-left span {
    position: absolute;
    bottom: 50px;
    left: 5px;
    font-size: 50px;
    font-family: 'Kiona';
}

.triangle-down-left a {
  padding: 20px;
}

/* Clothing */

.quicksearch {
  padding: 7px;
  box-shadow: none;
  border: 1px solid #A0A0A0;
  color: #000000;
  font-size: 14px;
}

.panel-body {
  padding: 16px !important;
}

.panel button {
  background: none;
  border: none;
  line-height: 28px;
  color: #606060;
  text-transform: uppercase;
}

.button-group.sort-by-button-group{
  float: left;
  margin-left: 310px;
  margin-top: 90px;
  text-transform: uppercase;
}

#top .button {
  background: none;
  box-shadow: none !important;
  border: none !important;
  text-transform: uppercase;
  margin-right: 5px;
  font-size: 16px;
}

  .sort {
    float: left;
    margin-right: 10px;
    font-size: 16px;
    margin-top: 0px !important;
}

  .sliders { 
      padding: 15px 0 30px 0; 
    }

  .filter-section .filter-label {
    display: block;
    font-weight: bold;
  }
.bootstrap-slider .slider-selection { background: #2175b0; }

.element-item p, .element-item h3 {
  color: #444 !important;
}

.element-item {
  margin: 10px;
}

.grid {
  margin-top: 60px;
}

.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
    content: "\e114";    /* adjust as needed, taken from bootstrap.css */
    float: right;        /* adjust as needed */
    color: grey;         /* adjust as needed */
}
.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080";    /* adjust as needed, taken from bootstrap.css */
}

.panel-default > .panel-heading {
  box-shadow: none !important;
  border: none !important;
  color: #333;
  background: none !important;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none !important;
}

.panel-title {
  text-decoration: none;
}

#accordion {
  margin-top: 70px;
}

.element-item {
  margin: 10px;
  width: 22.5% !important;
}


.highPrice, .date, .Date, .latest, .star {
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}

.name {
  text-align: center;
  margin-top: 20px;
  font-size: 19px;
}

.prices {
  text-align: center;
}

.element-item img {
  width: 100%;
  border-radius: 25px;
}

.prices::before {
  content: "$";
}


.cloth-title {
  font-size: 25px;
}

.cloth-price {
  font-size: 18px;
  margin-top: 15px;
}

.detailed {
  color: #444;
  text-transform: uppercase;
  font-size: 16px;
  margin-top: 10px;
  padding: 0;
  padding-right: 20px;
  position: relative;
}

select {
  width: 100%;
  padding: 7px;
  box-shadow: none !important;
  border: 1px solid #D0D0D0;
}

.additional-details {
  color:#444;
}

.additional-details {
  width: 50%;
}

.additional-details {
  width: 50%;
  margin-top: 40px;
}


.detailed:before {
  content: "";
  position: absolute;
  right: 20px;
  bottom: 0;
  z-index: 9999;
  width: 20px;
  height: 20px;
  background: url('../img/arrow-down.png');
  background-repeat: no-repeat;
}

.cloth-details .ready-btn.right-btn.blue {
  display: inline-block !important;
}

.cloth-single .grid {
  min-height: 390px !important;
  height: 100%;
}




.floatleft {
  float: left;
}

.floatright {
  float: right;
}

.alignleft {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}

.alignright {
  float: right;
  margin-left: 15px;
  margin-bottom: 15px;
}

.aligncenter {
  display: block;
  margin: 0 auto 15px;
}

a:focus {
  outline: 0px solid;
}

img {
  max-width: 100%;
  height: auto;
}

.fix {
  overflow: hidden;
}

p {
  margin: 0 0 15px;
  color: #fff;
  font-size: 15px;
  line-height: 33px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Raleway', sans-serif;
  margin: 0 0 15px;
  color: #fff;
  font-weight: 500;
}

h1 {
  font-size: 48px;
  line-height: 50px;
}

h2 {
  font-size: 38px;
  line-height: 40px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 19px;
  line-height: 15px;
  font-weight: 100;
  margin-bottom: 70px;
}

h5 {
  font-size: 20px;
  line-height: 22px;
}

h6 {
  font-size: 16px;
  line-height: 20px;
}

a {
  transition: all 0.3s ease 0s;
  text-decoration: none;
}

a:hover {
  color: #378bca;
  text-decoration: none;
}

a:active, a:hover {
  outline: 0 none;
}

body {
  background: #fff none repeat scroll 0 0;
  color: #444;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  text-align: left;
  overflow-x: hidden;
  line-height: 22px;
}

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: #378bca;
  color: #fff;
  padding: 6px 12px 9px 12px;
  font-size: 16px;
  border-radius: 2px;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}

.back-to-top:focus {
  background: #378bca;
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background: #3cd6ed;
  color: #fff;
}

.clear {
  clear: both;
}

ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

input, select, textarea, input[type="text"], input[type="date"], input[type="url"], input[type="email"], input[type="password"], input[type="tel"], button, button[type="submit"] {
  -moz-appearance: none;
  box-shadow: none !important;
}

div#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff url('../img/preloader.gif') no-repeat center center;
}

::-moz-selection {
  background: #378bca;
  text-shadow: none;
}

::selection {
  background: #378bca;
  text-shadow: none;
}

.area-padding {
  padding: 70px 0px;
}

.area-padding-2 {
  padding: 70px 0px 50px;
}

.padding-2 {
  padding-bottom: 90px;
}

.section-headline h2 {
  display: inline-block;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 70px;
  position: relative;
  text-transform: capitalize;
}

.section-headline h2::after {
  border: 1px solid #333;
  bottom: -20px;
  content: "";
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 40%;
}

.sec-head {
  display: inline-block;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 0;
  padding: 0 0 10px;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
}

/*--------------------------------*/

/*  2. Header top Area
/*--------------------------------*/

.topBar {
  padding: 5px;
  background: #434343;
  color: #fff;
}

.topBar ul {
  float: right;
}

.topBar li {
  float: left;
  margin-right: 32px;
  position: relative;
  font-size: 13px;
}

.signUp {
  border: 1px solid;
  padding: 9px 20px !important;
  top: 13px;
  position: relative;
  border-radius: 10px;
  font-weight: bold !important;
  color: #000 !important;
}

#about {
  background: url('../img/about-us-bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff !important;
  position: relative;
}

#about p {
  margin: 0 0 15px;
  color: #fff;
  font-size: 18px !important;
  line-height: 33px;
}

.about-grap {
    position: absolute;
    right: -20px;
    top: 10px;
    height: 105%;
}

.topBar li:nth-child(2) {
  margin-right: 15px !important;
}

.topBar a {
  color: #fff;
}

.topBar li:first-child::before {
  position: absolute;
  content: "/";
  right: -16px;
  color: #6ddaf3;
}

.header-area {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: auto !important;
  background: white;
  z-index: 9;
}

.navbar-header a.navbar-brand {
  display: inline-block;
  height: 70px;
  padding: 15px 0;
}

.main-menu ul.navbar-nav li {
  display: inline-block;
  padding: 0px 13px;
}

.main-menu ul.navbar-nav li a {
    color: black;
    font-size: 15px;
    font-weight: 500;
    padding: 24px 0px;
    text-transform: capitalize;
    letter-spacing: 0;
    text-transform: uppercase;
}

.main-menu ul.navbar-nav li.active a::after {
  bottom: 0px;
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
}

.main-menu ul.navbar-nav li.active a:hover {
  background: none;
}

.main-menu ul.navbar-nav li.active a:focus {
}

.main-menu ul.navbar-nav li.active a {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  position: relative;
}

.main-menu ul.navbar-nav li a:hover {
  color: #378bca;
}

.navbar {
  border: medium none;
  margin-bottom: 0;
  top:0;
  position:relative;
}

.navbar-default {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

.main-menu ul.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
  background: none;
}

.navbar-default .navbar-toggle {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    padding: 17px 0px;
}

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

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background: none;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #000;
  width: 30px;
  height: 2px;
}

.top-right.text-right {
  float: right;
  position: relative;
  top: 24px;
  margin-left: 20px;
}

.top-right.text-right>li {
  float: right;
  margin: 0px 8px;
}

.top-right.text-right li a {
  color: #fff;
}

/*--------------------------------*/

/* 2.1. Stick menu
/*--------------------------------*/

.header-area.stick {
  background-color: #fff;
  height: 70px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.stick .navbar-header a.navbar-brand {
    display: inline-block;
    height: 70px;
}

.stick .navbar-brand>img {
  display: none;
}

.stick .navbar-brand.sticky-logo>img {
  display: block;
  width: 60% !important;
}

.sticky-logo h1 {
  color: #fff;
  padding: 0;
  margin: 0;
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
}

.sticky-logo h1 span {
  color: #378bca;
}
.stick .main-menu ul.navbar-nav li.active a::after {
  border: 1px solid #fff;
  bottom: 0px;
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
}

.stick .main-menu ul.nav>li>a:hover {
  color: #378bca;
}

.stick .main-menu ul.navbar-nav li.active a {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  position: relative;
}

.stick .mainmenu ul#nav>li:hover>a, .stick .mainmenu ul#nav li .mega-menu, .stick .mainmenu ul#nav li ul.sub-menu {
  background-color: #f5f5f5;
  color: #fff;
  outline: medium none;
}

.stick .mainmenu ul#nav li:hover ul.sub-menu li a:hover, .mainmenu ul#nav li .mega-menu span>a:hover, .stick .mainmenu ul#nav li .mega-menu-shop a.mega-menu-title:hover {
  color: #fff;
}

.stick .logo {
  height: 20px;
}

.stick .logo a {
  margin-top: 0px;
}

.stick .main-menu ul.nav>li>a {
    color: #000;
    text-transform: uppercase;
    font-size: 15px;
}

.stick .navbar-default .navbar-toggle .icon-bar {
  background-color: black;
  width: 30px;
  height: 2px;
}


/*------------------------------
  3. About Area
--------------------------------*/

.about-area {
  background-color: #f9f9f9;
}

.single-well>a {
  display: block;
}

.single-well ul li {
  color: #444;
  display: block;
  padding: 5px 0;
}

.single-well ul li i {
  color: #378bca;
  padding-right: 10px;
  font-size: 12px;
}

.single-well p {
  color: #444;
}

/*--------------------------------*/

/* 4.Services Area
/*--------------------------------*/

.services-icon {
  color: #444;
  display: inline-block;
  font-size: 36px;
  line-height: 36px;
  margin-bottom: 20px;
}

.section-headline.services-head>h2 {
  margin-bottom: 25px;
}

.services-details {
  padding-top: 40px;
  transition: all 0.5s ease 0s;
}

.services-details:hover h4, .services-details:hover .services-icon {
  color: #378bca;
}

.row.second-row {
  margin-top: 40px;
}

.section-head>h2 {
  color: #333;
}

.single-services>h4 {
  color: #444;
  font-size: 24px;
  font-weight: 500;
}

.single-services>p {
  color: #333;
  font-size: 14px;
}

/*----------------------------------------
  5.Skill Area
----------------------------------------*/

.our-skill-area {
  position: relative;
}

.our-skill-area {
  background: rgba(248, 248, 248, 0.8) url("../img/background/bg1.jpg") no-repeat fixed center top / cover;
}

.test-overly {
  background: rgba(0, 0, 0, 0.80);
  position: absolute;
  width: 100%;
  height: 100%;
}

.progress-h4 {
  color: #fff;
  font-weight: 500;
}

/*----------------------------------------
  6.Faq Area
----------------------------------------*/

.faq-details .panel-heading {
  padding: 0;
}

.panel-default>.panel-heading {
  background-color: transparent;
  border: medium none;
  color: #333;
}

.faq-details h4.check-title a {
  color: #333;
  display: block;
  font-weight: 700;
  letter-spacing: 2px;
  margin-left: 40px;
  padding: 6px 10px;
  text-decoration: none;
}

.panel-body {
  padding: 15px 15px 0px 50px;
}

.faq-details h4.check-title {
  color: #444;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
}

.faq-details a span.acc-icons {
  position: relative;
}

.faq-details a span.acc-icons::before {
  color: #333;
  content: "";
  font-family: fontawesome;
  font-size: 24px;
  height: 40px;
  left: -51px;
  line-height: 39px;
  position: absolute;
  text-align: center;
  top: -10px;
  width: 42px;
}

.faq-details h4.check-title a.active, .faq-details a.active span.acc-icons::before {
  color: #378bca;
}

.faq-details a.active span.acc-icons::before {
  content: "";
  font-family: fontawesome;
  font-size: 24px;
  height: 40px;
  left: -51px;
  line-height: 39px;
  position: absolute;
  text-align: center;
  top: -10px;
  width: 42px;
}

.second-row {
  margin-top: 30px;
}

.event-content.head-team h4 {
  background: transparent none repeat scroll 0 0;
  color: #333;
  padding: 30px 0 10px;
  font-weight: 500;
  text-transform: capitalize;
}

.tab-menu .nav-tabs>li>a:hover {
  border-color: #eee #eee #ddd;
}

.tab-menu {
  display: block;
  text-align: center;
}

.tab-menu ul.nav {
  margin: 0;
  padding: 0;
}

.tab-menu ul.nav li {
  border: medium none;
  display: inline-block;
}

.tab-content {
  border: 1px solid #ccc;
  padding: 0 15px 15px;
}

.tab-menu ul.nav li a {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border-radius: 0;
  color: #444;
  display: block;
  font-weight: 500;
  margin-right: 5px;
  padding: 10px 20px;
  font-family: raleway;
  font-size: 18px;
}

.tab-menu ul li.active a, .tab-menu ul li.hover a, .tab-menu ul li.focus a {
  border-bottom: 1px solid #fff;
  color: #378bca !important;
}

.tab-menu .nav-tabs {
  border-bottom: none;
}

.tab-main-img a {
  position: relative;
  display: block;
}

.tab-main-img a:hover span.events-offer {
  height: 20%;
}

.tab-main-img a span.events-offer {
  background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
  bottom: 0;
  color: #fff;
  content: "";
  font-size: 20px;
  font-weight: 700;
  height: 0%;
  left: 0;
  line-height: 70px;
  padding: 0;
  position: absolute;
  text-align: left;
  transition: all 0.5s ease 0s;
  width: 100%;
  padding: 0px 10px;
}

/*----------------------------------------
 7.Wellcome Area Css
----------------------------------------*/

.wellcome-area {
  background: rgba(248, 248, 248, 0.9) url("../img/background/bg1.jpg");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  min-height: 300px !important;
  position: relative;
}

.white {
  background: #fff !important;
}

.wellcome-text {
  margin: 70px 0;
  padding: 30px 40px;
}

.well-text>h2 {
  color: #fff;
  font-size: 44px;
  font-weight: 500;
  line-height: 50px;
}

.well-text p {
  font-size: 18px;
  color: #fff;
  letter-spacing: 1px;
  text-align: center;
}

.wellcome-text .section-headline p {
  margin-bottom: 0;
}

.subs-feilds {
  border: none;
  display: inline-block;
  height: auto;
  margin-top: 30px;
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
}

.suscribe-input input {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #fff;
  color: #fff;
  float: left;
  font-size: 15px;
  line-height: 24px;
  padding: 11px 15px;
  width: 38%;
  height: 50px;
  margin: 10px;
  border-radius: 40px;
}

.suscribe-input button {
  background: #378bca none repeat scroll 0 0;
  border: medium none;
  border-radius: 20px;
  color: #fff;
  float: left;
  font-size: 18px;
  font-weight: 700;
  padding: 16px 20px;
  position: relative;
  top: 8px;
}

.suscribe-input button:hover {
  background: #fff none repeat scroll 0 0;
  color: #378bca;
}

/*----------------------------------------
 8.Team Area Css
----------------------------------------*/

.team-member {
  background: rgba(0, 0, 0, 0.65) none repeat scroll 0 0;
  display: block;
  margin-right: -15px;
  padding: 10px;
  position: relative;
  overflow: hidden;
}

.team-member::before {
  background: rgba(0, 0, 0, 0) url("../img/team/team01.jpg") repeat scroll 0 0;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  margin-right: -15px;
  padding: 10px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  transition: 5s;
  transform: scale(1);
}

.team-member:hover.team-member::before {
  transform: scale(1.2);
}

.single-team-member {
  border: 1px solid #ddd;
}

.team-left-text h4 {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
}

.team-left-text p {
  color: #fff;
  font-size: 17px;
  line-height: 26px;
}

.email-news {
  display: block;
  margin: 30px 0;
  overflow: hidden;
  text-align: center;
  width: 100%;
}

.email-news .email_button input {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #fff;
  color: #fff;
  float: left;
  font-size: 13px;
  padding: 8px;
  width: 81%;
}

.email-news .email_button>button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #fff;
  color: #fff;
  float: left;
  font-size: 16px;
  padding: 8px 12px;
  text-align: center;
}

.email-news .email_button>button:hover {
  background: #378bca;
  border: 1px solid #fff;
  color: #fff;
}

.team-left-icon ul li {
  display: inline-block;
}

.team-left-icon ul li a:hover {
  color: #378bca;
  background: #fff;
  border: 2px solid #fff;
}

.team-left-icon ul li a {
  border: 2px solid #fff;
  color: #fff;
  display: block;
  font-size: 16px;
  height: 40px;
  line-height: 37px;
  margin: 0 3px;
  width: 40px;
}

.team-member-carousel .single-team-member {
  overflow: hidden;
  width: 100%;
}

.single-team-member:hover .team-img a:after {
  opacity: 1;
}

.single-team-member:hover .team-social-icon {
  top: 45%;
  opacity: 1;
}

.team-img {
  position: relative;
}

.team-img>a {
  display: block;
}

.team-img>a::after {
  background: rgba(0, 0, 0, 0.70);
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  transition: all 0.5s ease 0s;
  width: 100%;
  opacity: 0;
}

.team-social-icon {
  left: 50%;
  margin-left: -61px;
  opacity: 0;
  position: absolute;
  top: 30%;
  transition: 1.3s;
}

.team-social-icon ul li {
  display: inline-block;
}

.team-social-icon ul li a {
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
  display: block;
  font-size: 14px;
  height: 34px;
  line-height: 35px;
  margin: 0 3px;
  width: 34px;
}

.team-social-icon ul li a:hover {
  color: #fff;
  border: 1px solid #378bca;
  background: #378bca;
}

.team-content {
  padding: 10px 0px;
}

.team-content>h4, .team-content>p {
  color: #444;
  margin-bottom: 5px;
}

.team-content.head-team p {
  margin-bottom: 0;
}

.team-left-icon.text-center {
  margin-bottom: 20px;
}

.head-team h4 {
  display: inline-block;
  font-size: 25px;
  font-weight: 600;
  padding-bottom: 10px;
  text-transform: uppercase;
}

/*--------------------------------*/

/*  9.review Area
/*--------------------------------*/

.reviews-area {
  background: url(../img/background/bg1.jpg);
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  background-attachment: fixed;
  width: 100%;
  height: auto;
  position: relative;
}

.work-left-text {
  background: #378bca none repeat scroll 0 0;
}

.work-left-text {
  width: 50%;
}

.work-right-text {
  background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
  float: right;
  height: 100%;
  overflow: hidden;
  padding: 71px 0;
  width: 50%;
  position: absolute;
  right: 0;
  top: 0;
}

.work-right-text h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 24px;
}

.work-right-text h5 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 34px;
  text-transform: uppercase;
}

.work-right-text .sus-btn {
  margin-left: 0;
  margin-top: 20px;
}

.single-awesome-4 {
  display: block;
  float: left;
  overflow: hidden;
  width: 33.33%;
}

.single-awesome-4 .add-actions {
  padding: 10px 20px;
}

/*----------------------------------------
 10.Portfolio Area Css
----------------------------------------*/

.pst-content {
  padding-left: 10px;
}

.project-menu {
  margin-bottom: 40px;
  text-align: center;
}

.project-menu li {
  display: inline-block;
}

.project-menu li a {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #444;
  border-radius: 20px;
  color: #444;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  margin: 0 4px;
  padding: 6px 15px;
  text-transform: capitalize;
  transition: all 0.3s ease 0s;
}



.single-awesome-portfolio {
  float: left;
  overflow: hidden;
  padding: 15px;
  width: 25%;
  position: relative;
}

.single-awesome-project {
  overflow: hidden;
  margin-bottom: 30px;
}

.first-item {
  margin-bottom: 30px;
}

.awesome-img {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.awesome-img>a {
  display: block;
  position: relative;
}

.single-awesome-project:hover .awesome-img>a::after {
  opacity: 1;
}

.single-awesome-project:hover .add-actions {
  opacity: 1;
  bottom: 0;
}

.awesome-img>a::after {
  background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  transition: 0.4s;
}

.add-actions {
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
  bottom: 30px;
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  overflow: hidden;
  padding: 10px 15px;
  position: absolute;
  transition: all 0.4s ease 0s;
  width: 100%;
}

.project-dec {
  display: block;
  height: 100%;
  width: 100%;
}

.project-dec a {
  display: block;
  height: 100%;
  width: 100%;
}

.project-dec h4 {
  margin-bottom: 5px;
}

.project-dec h4:hover {
  color: #fff;
}

.project-dec h4 {
  color: #ddd;
  font-size: 24px;
  margin-top: -45px;
  padding-top: 50%;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 800;
}

.project-dec span {
  color: #ddd;
  font-size: 13px;
}

.project-action-btn {
  display: block;
  height: 100%;
  text-align: center;
  transition: all 1s ease 0s;
  width: 100%;
}

.project-action-btn li {
  display: block;
  height: 100%;
  width: 100%;
}

.project-action-btn li a {
  display: block;
  height: 100%;
  width: 100%;
}

/*----------------------------------------*/

/* 11. Pricing Area
/*----------------------------------------*/

.pricing-area {
  background: rgba(0, 0, 0, 0.02) none repeat scroll 0 0;
}

.pri_table_list {
  border: 1px solid #ccc;
  text-align: center;
  transition: all 0.4s ease 0s;
  background: #fff;
}

.pri_table_list h3 span {
  font-size: 16px;
}

.pri_table_list ol li {
  border-bottom: 1px solid #ccc;
  color: #666;
  padding: 12px 15px;
  position: relative;
  text-align: left;
}

.pri_table_list li.check.cross::after {
  content: "\f00d";
  font-family: fontawesome;
  font-size: 14px;
  position: absolute;
  right: 50px;
  top: 12px;
  color: indianred;
}

.pri_table_list li.check::after {
  content: "\f00c";
  font-family: fontawesome;
  font-size: 14px;
  position: absolute;
  right: 50px;
  top: 12px;
  color: #378bca;
}

.pri_table_list button {
  background: #444 none repeat scroll 0 0;
  border: 1px solid #444;
  color: #fff;
  margin-bottom: 25px;
  padding: 10px 35px;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
  border-radius: 30px;
}

.pri_table_list>h3 {
  color: #333;
  font-size: 24px;
  font-weight: 700;
  line-height: 25px;
  padding: 30px 0 20px;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
}

.pri_table_list ol {
  list-style: outside none none;
  margin: 0;
  padding: 0 0 25px;
}

.pri_table_list.active {
  transition: all 0.4s ease 0s;
  position: relative;
  overflow: hidden;
}

.saleon {
  background: #378bca none repeat scroll 0 0;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  left: -26px;
  padding: 2px 25px;
  position: absolute;
  text-transform: uppercase;
  top: 16px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
}

.pri_table_list>button:hover {
  background-color: #fff;
  border: 1px solid #333;
  color: #333;
}


.active>button {
  background: #378bca none repeat scroll 0 0;
  border: 1px solid #378bca;
  transition: 0.4s;
}

.active>button:hover {
  background: #333 none repeat scroll 0 0;
  border: 1px solid #333;
  transition: 0.4s;
}

/*----------------------------------------
 12.Testimonial Area Css
----------------------------------------*/

.testimonials-area {
  background: rgba(0, 0, 0, 0) url("../img/background/slider1.jpg") no-repeat fixed center top / cover;
  height: auto;
  width: 100%;
}

.testi-inner {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 1;
}

.testi-overly {
  background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.quate {
  border: 1px dotted #fff;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 24px;
  height: 70px;
  line-height: 70px;
  width: 70px;
}

.quate:hover {
  color: #fff;
}

.testi-img img {
  border: 1px dotted rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  height: 80px;
  margin: 0 auto;
  padding: 5px;
  transition: background 0.6s ease-out 0s;
  width: 80px !important;
}

.testi-text p {
  color: #fff;
  font-size: 16px;
  line-height: 1.5em;
  margin: 20px 0;
  letter-spacing: 1px;
}

.testi-text h6 {
  color: #fff;
  font-size: 20px;
}

.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots div.owl-dot>span {
  background: #fff none repeat scroll 0 0;
  display: inline-block;
  height: 8px;
  width: 8px;
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50%;
}

.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots {
  bottom: -30px;
  display: block;
  left: 50%;
  margin-left: -20px;
  position: absolute;
}

.testimonial-content {
  margin-bottom: 15px;
}

.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots div.owl-dot {
  display: inline-block;
  margin: 0 3px;
}

.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots div.owl-dot.active span {
  background: #378bca;
}

.testi-text.text-center>h6 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.guest-rev {
  color: #ddd;
  font-size: 16px;
}

.guest-rev>a {
  color: #378bca;
  font-size: 14px;
}

/*--------------------------------*/

/*  13.Blog Area
/*--------------------------------*/

.blog-area {
  height: auto;
  width: 100%;
}

.blog-text h4 a {
  color: #444;
  text-decoration: none;
}

.blog-text h4 {
  color: #444;
  margin-bottom: 15px;
}

.blog-btn {
  border-bottom: 1px dotted #444;
  color: #444;
  text-decoration: none;
}

.blog-btn {
  border-bottom: 1px dotted #444;
  color: #444;
  display: inline-block;
  padding: 0 1px 5px 0;
  position: relative;
  text-decoration: none;
}

.blog-btn {
  position: relative;
}

.blog-btn::after {
  content: "\f178";
  font-family: fontawesome;
  position: absolute;
  right: -20px;
  top: 1px;
  transition: all 0.3s ease 0s;
}

.blog-btn:hover::after {
  right: -30px;
}

.blog-btn:hover {
  color: #333;
  text-decoration: none;
}

.blog_meta span.date_type i {
  margin-left: 5px;
}

.blog-meta span.comments-type {
  margin-left: 5px;
}

.blog-meta span i {
  padding-right: 10px;
}

.blog-content .blog-meta {
  border-bottom: 1px dotted #333;
}

.blog-meta {
  border-bottom: 1px dotted #fff;
  padding: 10px 0;
}

.comments-type>a, .date-type, .blog-meta span.comments-type {
  color: #333;
  letter-spacing: 1px;
  margin-right: 5px;
}

.blog-meta .comments-type i {
  padding-right: 0 !important;
}

.blog-content-right .comments-type>a, .blog-content-right .date-type, .blog-content-right .blog-meta span.comments-type, .blog-content-right .blog-text p {
  color: #fff;
  letter-spacing: 1px;
}

.single-blog .ready-btn {
  border: 1px solid #444;
  border-radius: 30px;
  color: #444;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  margin-top: 10px;
  padding: 10px 20px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
}

.single-blog .ready-btn:hover {
  border: 1px solid #378bca;
  color: #fff;
}

/*------------------------------
  13. Quote area
--------------------------------*/

.suscribe-area {
  background: #378bca none repeat scroll 0 0;
  padding: 30px 0;
}

.suscribe-text {
  display: block;
  padding: 10px 0;
}

.suscribe-text h3 {
  color: #fff;
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.sus-btn {
  background: #fff none repeat scroll 0 0;
  border: 2px solid #fff;
  color: #378bca;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  margin-left: 100px;
  padding: 10px 20px;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 30px;
}

.sus-btn:hover {
  background: #378bca none repeat scroll 0 0;
  border: 2px solid #fff;
  color: #fff;
}

/*--------------------------------*/

/*  14.Contact Area
/*--------------------------------*/

.contact-area {
  height: auto;
  width: 100%;
}

.contact-content {
  padding: 100px;
  background: #000 none repeat scroll 0 0;
}

.contact-content-right {
  padding: 100px;
}

.contact-form input[type="text"], .contact-form input[type="email"], .contact-form input[type="password"]{
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: none;
  border-radius: 0;
  color: #444;
  height: 40px;
  margin-bottom: 16px;
  padding-left: 20px;
  width: 100%;
  box-shadow: 2px 3px 5px 3px #EBEBEB !important;
  border-radius: 30px;
  padding: 25px;
  margin-bottom: 31px;
}

.contact-form textarea  {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: none;
  border-radius: 0;
  color: #444;
  height: 150px;
  margin-bottom: 16px;
  padding-left: 20px;
  width: 100%;
  box-shadow: 2px 3px 5px 3px #EBEBEB !important;
  border-radius: 30px;
  padding: 25px;
  margin-bottom: 31px;
}


.contact-form button[type="submit"] {
  background: #6ee2f5;
  border: none;
  color: #fff;
  font-size: 16px;
  font-weight: 100;
  margin-top: 8px;
  padding: 12px 30px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  border-radius: 30px;
}

.contact-form button[type=submit]:hover {
  color: #fff;
  border: 1px solid #378bca;
  background: #378bca;
}

.contact-form  #sendmessage {
  color: #378bca;
  border: 1px solid #378bca;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

.contact-form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

.contact-form #sendmessage.show, .contact-form #errormessage.show, .contact-form .show {
  display: block;
}

#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

.single-icon i {
  font-size: 24px;
  width: 50px;
  height: 50px;
  border: 1px solid #444;
  line-height: 46px;
  border-radius: 50%;
  margin-bottom: 20px;
}

.single-icon p {
  font-size: 16px;
  line-height: 30px;
}

.contact-icon {
  margin-bottom: 40px;
}

#google-map {
  height: 370px;
  margin-bottom: 20px;
}

/*----------------------------------------*/

/*  15. Footer Area
/*----------------------------------------*/

.footer-area {
  padding: 40px 0;
  background: #f9f9f9;
}

.footer-head p {
  color: #444;
}

.footer-head h4 {
  color: #fff;
  font-size: 18px;
  letter-spacing: 2px;
  padding-bottom: 0px;
  text-transform: uppercase;
  margin-bottom: 35px;
  top: 10px;
  position: relative;
}

.footer-head {
  text-align: center;
}

.footer-links a {
  color: #fff;
  line-height: 30px;
}

.footer-logo {
  padding-bottom: 20px;
}

.footer-logo h2 {
  color: #222;
  padding: 0;
  margin: 0;
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
}

.footer-logo h2 span {
  color: #378bca;
}

.footer-icons ul li {
  display: inline-block;
}

.footer-icons ul li a {
  border: 1px solid #fff;
  color: #fff;
  display: block;
  font-size: 23px;
  height: 50px;
  line-height: 47px;
  margin-right: 10px;
  text-align: center;
  width: 50px;
  border-radius: 50%;
}

.credits {
  display: none;
}

.white-logo {
  text-align: right;
  float: right;
  width: 160px;
}

.copyright {
  position: relative;
  top: 5px;
}

.footer-area-bottom {
  background: url(../img/footer-bg.jpg);
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
}






.footer-icons {
  margin-top: 30px;
}

.footer-contacts p span {
  color: #378bca;
  font-weight: 700;
}


.footer-content {
  display: block;
  overflow: hidden;
}

.popular-tag ul li a:hover, .footer-icons ul li a:hover {
  background: #378bca;
  border: 1px solid #378bca;
  color: #fff;
}


.footer-area-bottom {
  padding: 15px 0;
}

.copyright p {
  color: #fff;
}

.copyright-text a:hover {
  text-decoration: underline;
  color: #378bca;
}

.copyright-text a {
  color: #444;
}

.copyright>p {
  margin-bottom: 0;
  color: #444;
}

.copyright a, .credits a {
  color: #378bca;
}

.credits {
  padding-top: 5px;
  text-align: center;
}

.copyright li, .copyright a {
  color: #fff;
  float: left;
  margin-right: 30px;
}

/*----------------------------------------*/

/*  16.Home Page 2  CSS
/*----------------------------------------*/

.header-bg {
  background: url(../img/slider/slider1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  background-attachment: fixed;
}

.header-bg.home-2 {
  width: 100%;
  height: 100%;
  position: relative;
}

.home-overly {
  background: rgba(0, 0, 0, 0.50);
  height: 100%;
  position: absolute;
  width: 100%;
}

.home-2 .layer-1-3, .home-3 .layer-1-3 {
  margin: 10px 0 0;
}

/*----------------------------------------*/

/*  17.Home Page 3  CSS
/*----------------------------------------*/

.home-video {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.header-image.home-3 {
  width: 100%;
  height: 100%;
  position: relative;
}

/*----------------------------------------
  18. Blog page
----------------------------------------*/

.page-area {
  position: relative;
}

.blog-page .banner-box {
  margin-bottom: 40px;
}

.search-option input {
  border: medium none;
  padding: 6px 15px;
  width: 80%;
}

.search-option {
  border: 1px solid #ccc;
  height: 42px;
  margin-bottom: 30px;
}

.search-option button {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  font-size: 20px;
  padding: 8px 23px;
}

.search-option button:hover {
  color: #378bca;
}

.left-blog h4 {
  border-bottom: 1px solid #ddd;
  color: #444;
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 0;
  padding: 15px 10px;
  text-transform: uppercase;
}

.left-blog {
  background: #f9f9f9 none repeat scroll 0 0;
  margin-bottom: 30px;
  overflow: hidden;
  padding-bottom: 20px;
}

.left-blog li {
  border-bottom: 1px solid #ddd;
  display: block;
}

.left-blog ul li a:hover {}

.left-blog ul li a {
  color: #444;
  display: block;
  font-size: 14px;
  padding: 10px;
  text-transform: capitalize;
}

.recent-single-post {
  border-bottom: 1px solid #ddd;
  display: block;
  overflow: hidden;
  padding: 15px 10px;
}

.ready-btn {
  border: 1px solid #fff;
  border-radius: 30px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 17px;
  font-weight: 600;
  margin-top: 30px;
  padding: 12px 40px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
  z-index: 222;
}

.ready-btn:hover {
  color: #fff;
  background: #378bca;
  border: 1px solid #378bca;
  text-decoration: none;
}

.post-img {
  display: inline-block;
  float: left;
  padding: 0 5px;
  width: 35%;
}

.pst-content {
  display: inline-block;
  float: left;
  width: 65%;
}

.pst-content p a:hover, .left-blog ul li a:hover {
  color: #378bca;
}

.blog-page .single-blog {
  margin-bottom: 40px;
}

.pst-content p a {
  color: #444;
  font-size: 15px;
}

.header-bottom h1, .header-bottom h2 {
  color: #fff;
}

.blog-tags {
  padding: 1px 0;
}

.left-blog li:last-child {
  border-bottom: 0;
}

.popular-tag.left-blog ul li a:hover {
  color: #fff;
}

.popular-tag.left-side-tags.left-blog ul {
  padding: 0 10px;
}

.blog-1 .banner-box {
  margin-bottom: 30px;
}

.left-tags .left-side-tags ul li {
  border-bottom: 0;
}

.left-tags .left-side-tags ul li a {
  padding: 3px 10px;
  width: auto;
}

.left-side-tags h4 {
  margin-bottom: 15px;
}

/*----------------------------------------*/

/*  19. Blog Details css
/*----------------------------------------*/

.post-information h2 {
  color: #363636;
  font-size: 22px;
  text-transform: uppercase;
}

.post-information {
  padding: 20px 0;
}

.post-information .entry-meta span a {
  color: #444;
  display: inline-block;
  padding: 10px 0;
}

.entry-meta span a:hover {
  color: #378bca;
}

.post-information .entry-meta {
  border-bottom: 1px solid #ccc;
  margin: 20px 0;
}

.post-information .entry-meta span i {
  padding: 0 10px;
}

.entry-content>p {
  color: #444;
}

.entry-meta>span {
  color: #444;
}

.entry-content blockquote {
  background: #fff none repeat scroll 0 0;
  border-left: 5px solid #378bca;
  font-size: 17.5px;
  font-style: italic;
  margin: 0 0 20px 40px;
  padding: 22px 20px;
}


.social-sharing {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ccc;
  display: block;
  margin: 30px 0;
}

.social-sharing>h3 {
  display: inline-block;
  font-size: 18px;
  margin: 0;
  padding: 20px 10px;
}

.sharing-icon {
  display: inline-block;
  float: right;
  padding: 13px 10px;
}

.sharing-icon a {
  border: 1px solid #444;
  color: #444;
  display: block;
  float: left;
  font-size: 18px;
  height: 34px;
  line-height: 30px;
  margin-left: 10px;
  text-align: center;
  width: 34px;
}

.sharing-icon a:hover {
  color: #378bca;
  border: 1px solid #378bca;
}

.single-blog .author-avatar {
  float: left;
  margin-right: 10px;
}

.single-blog .author-description h2 {
  font-size: 18px;
  margin: 0;
  padding: 0 0 5px;
}

li.threaded-comments {
  margin-left: 50px
}

.comment-respond {
  margin-top: 60px;
}

h3.comment-reply-title {}

span.email-notes {
  color: #42414f;
  display: block;
  font-size: 12px;
  margin-bottom: 10px;
}

.single-blog .blog-pagination {
  border-top: 1px solid #e5e5e5;
  margin: 0;
  padding-top: 30px;
}

/* new css */


    .slider-img img{
      width:500px;
    }

    .title1{
      color:black;
      font-size: 25px;

    }

    .title2{
      color:black;
      font-size: 15px;
      line-height: 30px;
    }

    .img-logo{
      width: 500px !important;
    }

    .side-img{
      position: absolute;
      top: 80px;
      text-align: center;
      left: 50%;
      transform: translateX(-50%);

    }

    .side-text {
      margin: 0 auto;
      text-align: center;
      width: 50%;
      border-top: 1px solid #000;
      border-bottom: 1px solid #000;
    }


    .side-content {
      position: relative;
      text-align: center;
      margin: 0 auto;
    }


    .footer-links ul{
      position: relative;
      transform: translateX(-50%);
      left: 50%;
    }

    .footer-links ul li {
        float: right;
      margin-right: 8%;
      margin-bottom: 25px;
  }

  .footer-head h4{
    color: black;
      margin-bottom: 55px;
      border: solid;
      width: 30%;
      transform: translateX(-50%);
      left: 50%;
      padding: 16px;
      border-width: 1px;
      border-right: none;
      border-left: none;
      border-bottom:none;
  }

  .niceties.preview-2{
      margin-top: -85px;
  }

  

  .item-desc{
      color: #444;
      width: 190%;
      font-style: italic;
      margin-top: 10px;
    }

    /* magnific poup */

    .image-source-link {
      color: #98C3D1;
    }

    .mfp-with-zoom .mfp-container,
    .mfp-with-zoom.mfp-bg {
      opacity: 0;
      -webkit-backface-visibility: hidden;
      /* ideally, transition speed should match zoom duration */
      -webkit-transition: all 0.3s ease-out; 
      -moz-transition: all 0.3s ease-out; 
      -o-transition: all 0.3s ease-out; 
      transition: all 0.3s ease-out;
    }

    .mfp-with-zoom.mfp-ready .mfp-container {
        opacity: 1;
    }
    .mfp-with-zoom.mfp-ready.mfp-bg {
        opacity: 0.8;
    }

    .mfp-with-zoom.mfp-removing .mfp-container, 
    .mfp-with-zoom.mfp-removing.mfp-bg {
      opacity: 0;
    }

    .mfp-img{
      height:800px !important;
      max-height:950px !important;
    }

    .size-icon{
      position: absolute;
      left: 40px;
      bottom: 75px;
      border: solid;
      border-color: white;
      padding: 3px;
      border-width: 1px;
    }

    .lb-container{
      margin-top:200px;
    }

    .sub-text{
      position: relative;
      color: black;
      margin-bottom: 10px;
      bottom: -85px;
      font-size: 14px !important;
      opacity:0.4;
    }

    .banner-text{
      height: 130px !important; 
      position: relative !important;
    }

    .videos {
      position: relative;
    }



    .item-desc{
      color: #444;
      width: 190%;
      font-style: italic;
      margin-top: 10px;
    }

    /* magnific poup */

    .image-source-link {
      color: #98C3D1;
    }

    .mfp-with-zoom .mfp-container,
    .mfp-with-zoom.mfp-bg {
      opacity: 0;
      -webkit-backface-visibility: hidden;
      /* ideally, transition speed should match zoom duration */
      -webkit-transition: all 0.3s ease-out; 
      -moz-transition: all 0.3s ease-out; 
      -o-transition: all 0.3s ease-out; 
      transition: all 0.3s ease-out;
    }

    .mfp-with-zoom.mfp-ready .mfp-container {
        opacity: 1;
    }
    .mfp-with-zoom.mfp-ready.mfp-bg {
        opacity: 0.8;
    }

    .mfp-with-zoom.mfp-removing .mfp-container, 
    .mfp-with-zoom.mfp-removing.mfp-bg {
      opacity: 0;
    }

    .mfp-img{
      height:800px !important;
      max-height:950px !important;
    }

    .size-icon{
      position: absolute;
      left: 40px;
      bottom: 75px;
      border: solid;
      border-color: white;
      padding: 3px;
      border-width: 1px;
    }

    .lb-container{
      margin-top:200px;
    }

    .sub-text{
      position: relative;
      color: black;
      margin-bottom: 10px;
      bottom: -85px;
      font-size: 14px !important;
      opacity:0.4;
    }

    .banner-text{
      height: 130px !important; 
      position: relative !important;
    }

    .videos{
      position: relative;
      left: 63%;
      transform: translateX(-50%);
    }


    .heading-text{
      margin: 0 0 15px;
      color: black;
      font-size: 20px;
      line-height: 33px;
      border: solid;
      text-align: center;
      border-width: 1px;
      border-right: none;
      border-left: none;
      width: 320px;
      padding: 13px;
      left: 50%;
      position: relative;
      transform: translateX(-50%);

    }

    .subheading-text{
      margin: 0 0 15px;
      color: black;
      font-size: 14px;
      line-height: 8px;
      position: relative;
      left: 50%;
      transform: translateX(-50%);
      text-align: center;
    }

    .form-text{
      color: black;
      font-size: 15px;
      line-height: 25px;
      margin: 0;
    }

    .contact-form-remade{
      position: relative;
      left: 62%;
      transform: translateX(-50%);
    }

    .form-element {
        width: 76%;
    }

    .form-textarea{
      height: 100px;
    }

    .form-submit-button{
      border-color: white;
      background-color: #333;
      color: white;
      width: 100px;
      height: 37px;
      transform: translateX(-50%);
      left: 38%;
      position: relative;
    }

    .contact-contents {
      position: relative;
      top: 50px;
      margin-bottom: 40px;
    }

    .google-map {
        height: 510px;
        margin-bottom: 60px;
    }

    .location-text{
      color: black;
      border: solid;
      border-left: none;
      border-top: none;
      border-right: none;
      border-width: 1px;
      width: 26%;
      border-color: rgba(00,00,00,0.2);
      font-size:20px;
    }

    .item-desc{
      color: #444;
      width: 190%;
      font-style: italic;
      margin-top: 10px;
    }

    /* magnific poup */

    .image-source-link {
      color: #98C3D1;
    }

    .mfp-with-zoom .mfp-container,
    .mfp-with-zoom.mfp-bg {
      opacity: 0;
      -webkit-backface-visibility: hidden;
      /* ideally, transition speed should match zoom duration */
      -webkit-transition: all 0.3s ease-out; 
      -moz-transition: all 0.3s ease-out; 
      -o-transition: all 0.3s ease-out; 
      transition: all 0.3s ease-out;
    }

    .mfp-with-zoom.mfp-ready .mfp-container {
        opacity: 1;
    }
    .mfp-with-zoom.mfp-ready.mfp-bg {
        opacity: 0.8;
    }

    .mfp-with-zoom.mfp-removing .mfp-container, 
    .mfp-with-zoom.mfp-removing.mfp-bg {
      opacity: 0;
    }

    .mfp-img{
      height:800px !important;
      max-height:950px !important;
    }

    .size-icon{
      position: absolute;
      left: 40px;
      bottom: 75px;
      border: solid;
      border-color: white;
      padding: 3px;
      border-width: 1px;
    }

    .lb-container{
      margin-top:200px;
    }

    .sub-text{
      position: relative;
      color: black;
      margin-bottom: 10px;
      bottom: -85px;
      font-size: 14px !important;
      opacity:0.4;
    }

    .banner-text{
      height: 130px !important; 
      position: relative !important;
    }

    .videos{
      position: relative;
      left: 63%;
      transform: translateX(-50%);
    }


    .graston-title{
      margin: 0 0 15px;
      color: black;
      font-size: 20px;
      line-height: 33px;
      border: solid;
      border-left: none;
      border-right: none;
      border-top: none;
      border-width: 1px;
    }

    .graston-contents{
      position: relative;
      top: 20px;
    }

    .graston-text{
      margin: 0 0 15px;
      color: black;
      font-size: 15px;
    }

    .graston-logo{
      margin-top: 20px;
      margin-bottom: 50px;
      width: 300px;
    }

    .graston-contents ul{
      position: relative;
      left: 4%;
      font-size: 15px;
      line-height: 30px;
      list-style-type: decimal;
    }

    .index-side-text{
      color:black !important;
    }

    .side-text p {
      color: #000 !important;
      margin-top: 15px !important;
    }

    .contact-form-remade input, .contact-form-remade textarea {
      box-shadow: none !important;
      border: 1px solid #A0A0A0;
      padding: 3px 1px;
      margin-bottom: 8px;
    }

.navbar-default .navbar-collapse, .navbar-default .navbar-form{
  border-color: #e7e7e7;
  background-color: white;
}


/* lightbox popup video */

/** Donna Galletta | LIGHTBOX MARKUP **/

.lightbox {
  /** Default lightbox to hidden */
  display: none;

  /** Position and style */
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  text-align: center;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.8);
}
.lightbox:target {
  /** Remove default browser outline */
  outline: none;

  /** Unhide lightbox **/
  display: block;
}

/** videoModal **/
#videoModal {
  border-radius: 0;
  width: 870px;
  margin:auto;}
  #videoModal .modal-header {
    background: #000;
    border: 0;
    color: #fff;
    position: relative;
      height:35px; }
    #videoModal .modal-header h3 {
      font-size: 18px;
      line-height: 22px;
    font-family:Arial, Helvetica, sans-serif;
    padding:5px;}
  #videoModal .modal-body {
    height: 489px;
    padding: 0;
    max-height: none;
    overflow: hidden; }
  #videoModal .modal-footer:empty {
    display: none !important; }
  #videoModal .close {
    background: #DB00B8;
    color: #fff;
    font-size: 24px;
    margin: 0;
    opacity: 1;
    position: absolute;
    right: 0;
    text-shadow: none;
    top: 0;
    width: 38px; }


.mfp-hide {
    display: none!important;
}

.popup-video{
    height:auto;
    width:100%;
  }

  .footer-absolute {
    background-color: #333;
    padding: 10px;
}

  .footer-absolute p {
    text-align: center;
    font-size: 13px;
    font-style: italic;
    margin:0px !important;
}

  .mfp-close-btn-in .mfp-close {
    color: white;
}

.title1 {
    color: black;
    font-size: 25px;
    line-height: 47px;
}
.side-text {
    margin: 0 auto 30px;
    text-align: center;
    width: 50%;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

#sticker {
    box-shadow: 1px 1px 20px #dddd;
    height:90px !important;
}

#navbar-example{
  height:70px !important;
  margin-top: 16px;
}


#home {
    top: 40px;
}

.navbar-collapse.in {
    overflow-y: hidden !important;
}

.side-sub-content{
  color:black !important;

}

.dropdown-menu{
    border: none;
    left: 0 !important;
    width: 395px !important;
}

.dropdown-menu li:active a{
  color:black !important;
}

.side-dropdown li a{
}

.dropdown-menu-side{
    width: 90%;
    text-align: left;
    padding-left: 40px;
}

.dropdown-menu-side li{
    margin-bottom: 10px !important;
    margin-top:10px !important;;
}

.dropdown-side-li{
    padding-bottom: 10px !important;
    padding-left:0px !important;
    width: 100%;
}

.dropdown-menu-side{
    display:none;
}

.dropdown-menu-side li a{
    display:block;
    padding:5px !important
}

.service-contents{
    margin-bottom: 30px;
}

.dropdown-menu-side {
    width: 90%;
    text-align: left;
    padding-left: 30px;
}

.footer-head h4 {
    color: black;
    margin-bottom: 65px;
    border: solid;
    width: 30%;
    transform: translateX(-50%);
    left: 50%;
    padding: 16px;
    border-width: 1px;
    border-right: none;
    border-left: none;
    border-bottom: 1px solid;
}

.contact-contents{
  height:100%;
}

.google-map{
  width:100%;
}

/**Testimonial **/
#content_inner {
  padding-top: 40px;
  padding-bottom: 40px;
}

 #content_inner {
  position: relative;
  margin: 0 auto;
}

#main_inner {
  position: relative;
}

.pullquote2 {
  font-size: 16px !important;
  text-align: justify !important;
}

.pullquote2 {
  border-left: 3px solid;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0;
  padding: 0 0 0 17px;
  width: 36%;
}
.pullquote2 {
  font-size: 16px !important;
  text-align: justify !important;
}

.pullquote, .pullquote2, .pullquote3, .pullquote4 {
  display: inline-block;
  float: left;
  margin-right: 4%;
  margin-top: 20px !important;
  margin-bottom: 20px !important;
  width: 100%;
}

.quotes::before {
  content: '\201C';
  font-weight: bold;
  margin-right: 5px;
  font-size: 150%;
  display: inline;
  vertical-align: middle;
}

.quotes::after {
  content: '\201D';
  font-weight: bold;
  margin-left: 5px;
  font-size: 150%;
  display: inline;
  vertical-align: middle;
}

.testimonial_grid .testimonial_author {
  display: block;
  margin-top: 15px;
  overflow: hidden;
}

.clearboth, .divider_padding {
  width: 100%;
  height: 0px;
  line-height: 0;
  font-size: 0px;
  clear: both;
  display: block;
}

.testimonial_image {
  margin-right: 15px;
}

.testimonial_author_name {
  font-size: 12px;
}

.niceties.preview-2 sub {
  bottom: -.25em;
  font-size: 13px;
}

/*----------------------------------------
 .End CSS #8a8a8a
----------------------------------------*/
