/* ------01 Font Family */
/* ------02 Body */
/* ------03 Typography */
/* ------04 Color */
/* ------05 Spacing */
/* ------06 Border Style */
/* ------07 Icon Styles */
/* ------08 Buttons */
/* ------09 List Style */
/* ------10 Heading Styles */
/* ------11 Vertical Alignment */
/* ------12 Testimonial */
/* ------13 Main Menu */
/* ------14 Portfolio */
/* ------14 Blog */
/* ------15 Footer */
/* ------16 Progress Bar */
/* ------17 Form Css */
/* ------18 Header Topbar */
/* ------19 Header Search */
/* ------20 Counter */
/* ------21 Tabs */
/* ------ Theme CSS */

/*--------------------------------------------------------------------------------------------------------------------------*/
<link href="https://fonts.googleapis.com/css?family=Open+Sans|Poppins:300,400,500,600,700" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Dancing+Script:400,700" rel="stylesheet"> 

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

/* ------02 Body */
body,html {
  margin: 0px;
}

body {
  color: #777777;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  background-color: #ffffff;
  font-weight: 400;
  line-height: 24px;
}

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

/* ------03 Typography */

p {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 15px;
}

a,
a.active,
a:active,
a:focus,
a:hover {
  color: #202020;
  outline: 0 none;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  text-decoration: none;
}

*::-moz-selection {
  background-color: #4a90e2;
  color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  text-transform: none;
  margin-bottom: 15px;
}

h1 {
  font-size: 86px;
  font-weight: 500;
  margin-top: 0px;
}

h2 {
  font-size: 24px;
  font-weight: 500;
  margin-top: 0px;
}

h3 {
  font-size: 20px;
  font-weight: 400;
}

h4 {
  font-size: 16px;
  font-weight: 500;
}

h5 {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
  padding-bottom: 0px;
}

.letter-spacing {
  letter-spacing: 10px;
}

.letter-spacing4 {
  letter-spacing: 4px;
}

.uppercase {
  text-transform: uppercase;
}

.strong {
  font-weight: 500;
}

.f-size16 {
  font-size: 16px;
  line-height: 34px;
}

.f-size24 {
  font-size: 24px;
}

.f-size40 {
  font-size: 40px;
}

.f-size60 {
  font-size: 60px;
}

.font-dancing-script {
  font-family: 'Dancing Script', cursive;
}

.title-sec h3 {
  font-family: 'Dancing Script', cursive;
}

.title-sec h2 {
  text-transform: uppercase;
  font-weight: 600;
  font-family: 'Lato', sans-serif;
  letter-spacing: 3px;
}

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

/* ------04 Color */
/*--Text Color--*/
.dark-gray {
  color: #303030;
}

.gray {
  color: #878787;
}

.light-gray {
  color: #777777;
}

.white {
  color: #ffffff;
}

.orange {
  color: #4a90e2;
}

.sky {
  color: #4a90e2;
}

.twine {
  color: #c29957;
}

/*--Background Color--*/
.bg-light-gray {
  background-color: #f6f6f6;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
}

.bg-dark {
  background-color: #252525;
}

.bg-white {
  background-color: #ffffff;
}

.bg-sky {
  background-color: #4a90e2;
}

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

/* ------05 Spacing */
.padding-hug {
  padding-top: 100px;
  padding-bottom: 80px;
}

.padding-sum {
  padding-top: 100px;
  padding-bottom: 100px;
}

/*----Margin---*/
.margin-t0 {
  margin-top: 0px;
}

.margin-b0 {
  margin-bottom: 0px;
}

.margin-b10 {
  margin-bottom: 10px;
}

.margin-b20 {
  margin-bottom: 20px;
}

.margin-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.margin-b30 {
  margin-bottom: 30px;
}

.margin-b50 {
  margin-bottom: 50px;
}

.margin-t10 {
  margin-top: 10px;
}

.margin-t20 {
  margin-top: 20px;
}

.margin-t30 {
  margin-top: 30px;
}

.margin-t50 {
  margin-top: 50px;
}

.margin-r20 {
  margin-right: 20px;
}

/*----Padding---*/
.padding-t0 {
  padding-top: 0px;
}

.padding-t10 {
  padding-top: 10px;
}

.padding-t150 {
  padding: 150px 0px;
}

.padding-b20 {
  padding-bottom: 20px;
}

.padding-b30 {
  padding-bottom: 30px;
}

.padding-b60 {
  padding-bottom: 60px;
}

.padding-b80 {
  padding-bottom: 80px;
}

.padding-b250 {
  padding-bottom: 250px;
}

/*----Seprator---*/
.sep-b1-left {
  width: 100px;
  border-bottom: 1px solid #ebebeb;
  margin-top: 24px;
  margin-bottom: 24px;
}

.sep-b1-cen {
  border-bottom: 1px solid #ebebeb;
  width: 100px;
  margin-top: 24px;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
}

.sep-b2-left {
  width: 100px;
  border-bottom: 2px solid #303030;
  margin-top: 24px;
  margin-bottom: 24px;
}

.sep-b2-cen {
  border-bottom: 2px solid #303030;
  width: 100px;
  margin-top: 24px;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
}

/*----Col Responsive---*/
@media (max-width: 767px) {
  .col-md-6 {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .col-md-3 {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .col-md-4 {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  section {
    padding-bottom: 20px;
  }
}

@media (max-width: 479px) {
  h1 {
    font-size: 60px;
  }
}

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

/* ------06 Border Style */
.border-r2 {
  border-radius: 2px;
}

.border-r100 {
  border-radius: 100%;
}

.border-6 {
  border-radius: 6px;
}

.border-bottom-light {
  border-bottom: 1px solid #eeeeee;
}

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

/* ------07 Icons Styles */
.icon {
  color: #303030;
  font-size: 40px;
  padding-bottom: 20px;
}

.l-icon {
  position: absolute;
  left: 70px;
  top: 4px;
}

@media (max-width: 385px) {
  .res-fluid {
    width: 100%;
  }
}

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

/* ------08 Buttons */
/* .btn {
  font-family: 'Open Sans', sans-serif;
  border: 0 none;
  border-radius: 2px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: all 0.3s ease 0s;
  line-height: 19px;
} */

.btn-white {
  background: #ffffff none repeat scroll 0 0;
  border: 2px solid #ffffff;
  color: #2a2a2a;
}

.btn-white:hover {
  background: #4a90e2 none repeat scroll 0 0;
  border: 2px solid #4a90e2;
  color: #ffffff;
}

.btn-white-border {
  background: transparent none repeat scroll 0 0;
  border: 2px solid #ffffff;
  color: #ffffff;
}

.btn-white-border:hover {
  background: #ffffff none repeat scroll 0 0;
  border: 2px solid #ffffff;
  color: #2a2a2a;
}

.btn-white-border:focus {
  background: transparent none repeat scroll 0 0;
  border: 2px solid #ffffff;
  color: #ffffff;
}

.btn-info {
  background-color: #4a90e2;
  border-color: #4a90e2;
  color: #fff;
}

.btn-info:hover {
  background-color: #549aed;
  border-color: #549aed;
  color: #fff;
}

.btn-xl {
  padding: 0px 30px;
  line-height: 50px;
}

.buttons a {
  margin: 10px 6px 0px;
}

.btn-twine {
  background-color: #c29957;
  color: #ffffff;
  border-radius: 0px;
}

.btn-twine:hover {
  background-color: #ac8546;
  color: #ffffff;
}

.btn-twine:focus {
  background-color: #c29957;
  color: #ffffff;
}

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

/* ------09 List Style */
.fa-ul {
  margin-bottom: 20px;
  margin-left: 20px;
}

.fa-ul li {
  margin-bottom: 7px;
}

.fa-ul li .fa-li {
  left: -20px;
  position: absolute;
  top: 5px;
  text-align: left;
}

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

/* ------10 Heading Styles */
.title-left::after {
  border-bottom: 1px solid #cccccc;
  bottom: 0;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  width: 120px;
}

.title-left {
  margin-bottom: 33px;
  padding-bottom: 25px;
  position: relative;
}

.title-center::after {
  border-bottom: 1px solid #cccccc;
  bottom: 0;
  content: '';
  height: 1px;
  position: absolute;
  width: 120px;
}

.title-center {
  margin-bottom: 33px;
  padding-bottom: 25px;
  position: relative;
}

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

/* ------11 vertical Alignment */
.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none;
}

@media (max-width: 540px) {
  .about img {
    width: 100%;
  }
}

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

/* ------12 Testimonial */
/*-----Type 1 */
.card.blockquote-card {
  background-color: transparent;
  box-shadow: none;
  overflow: visible;
}

.card-light {
  background-color: #fff;
  color: #212121;
}

.card {
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(155, 155, 155, 0.2), 0 1px 1px 0 rgba(155, 155, 155, 0.14),
    0 2px 1px -1px rgba(155, 155, 155, 0.12);
  overflow: hidden;
}

.card-light.blockquote-card .card-block {
  background-color: #fff;
}

.card.blockquote-card .card-block {
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(155, 155, 155, 0.2), 0 1px 1px 0 rgba(155, 155, 155, 0.14),
    0 2px 1px -1px rgba(155, 155, 155, 0.12);
  position: relative;
}

.card .card-title {
  padding: 24px 16px 16px;
}

.card-light .card-header .card-text .title,
.card-light .card-title .card-text .title {
  color: #212121;
}

.card .card-title .title {
  display: block;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: inherit;
  line-height: 1.625;
  text-transform: capitalize;
}

.card-light .card-header .card-text .subtitle,
.card-light .card-title .card-text .subtitle {
  color: #757575;
}

.card .card-title .subtitle {
  display: block;
}

.card.blockquote-card .card-title .subtitle .rating,
.card.blockquote-card .card-title .subtitle .form-notify-icon-info,
.card.blockquote-card .card-title .subtitle .form-notify-icon-success,
.card.blockquote-card .card-title .subtitle .form-notify-icon-error {
  color: orange;
}

.rating,
.form-notify-icon-info,
.form-notify-icon-success,
.form-notify-icon-error {
  display: inline-block;
  font-style: normal;
  letter-spacing: 0;
  min-width: 15px;
  text-align: center;
  font-size: 14px;
  vertical-align: middle;
}

.card-light.blockquote-card .card-content::after {
  border-color: transparent transparent #fff #fff;
}

.card.blockquote-card .card-content::after {
  border-style: solid;
  border-width: 10px;
  bottom: -20px;
  box-shadow: -1px 1px 1px rgba(155, 155, 155, 0.26);
  content: '';
  height: 0;
  left: 20px;
  position: absolute;
  transform: rotate(-45deg);
  transform-origin: 0 0 0;
  width: 0;
}

.card .card-content:last-child {
  padding-bottom: 24px;
}

.card .card-title + .card-content {
  padding-top: 0;
}

.card-light .card-content {
  color: #212121;
}

.card .card-content {
  padding: 16px;
}

.card.blockquote-card .card-block + .card-header {
  margin-top: 20px;
}

.card .card-header {
  -moz-box-align: center;
  align-items: center;
  display: flex;
  padding: 16px;
}

.card .card-header .card-avatar {
  flex-shrink: 0;
  height: 40px;
  margin-right: 12px;
  width: 40px;
}

.card .card-header .card-avatar .avatar {
  border-radius: 50%;
  width: 100%;
}

.card .card-header .card-text {
  -moz-box-direction: normal;
  -moz-box-flex: 1;
  -moz-box-orient: vertical;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  overflow: hidden;
  transform: translateY(3px);
  white-space: nowrap;
}

.card-light.blockquote-card .card-header .card-text .title {
  color: #212121;
}

.card .card-header .card-text .title {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: inherit;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: capitalize;
}

.card-light.blockquote-card .card-header .card-text .subtitle {
  color: #757575;
}

.card .card-header .card-text .subtitle {
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*-----Type 2 */

#quote-carousel {
  padding: 0 10px 0px 10px;
}

#quote-carousel .carousel-control {
  background: none;
  color: #ffffff;
  font-size: 20px;
  text-shadow: none;
  margin-top: 180px;
}

#quote-carousel .carousel-control.left {
  left: 0px;
}

#quote-carousel .carousel-control.right {
  right: 0px;
}

.item blockquote {
  border-left: none;
  margin: 0;
  font-style: normal;
}

.item blockquote small {
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.item blockquote p:before {
  content: '\f10d';
  font-family: 'Fontawesome';
  margin-right: 10px;
}

.item blockquote p {
  font-size: 20px;
  line-height: 36px;
}

.item blockquote img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  margin-bottom: 30px;
}

/*--------------------------------------------------------------------------------------------------------------------------*/
/* ------13 Main Menu */
.navbar {
  border-radius: 0px;
  border: transparent;
  padding: 10px 0px;
  margin-bottom: 0px;
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 9px;
}

/*-----Transparent Menu--*/
.transparent {
  background-color: #ffffff;
  border-color: transparent;
}

.transparent .navbar-nav li {
  background-color: #ededed;
  border-bottom: 1px solid #e1e1e1;
}

.transparent .navbar-nav .dropdown-menu li {
  background-color: #ffffff;
  border-bottom: transparent;
}

.transparent .navbar-nav > .open > a,
.transparent .navbar-nav > .open > a:focus,
.transparent .navbar-nav > .open > a:hover {
  background-color: #e1e1e1;
  border-bottom: transparent;
  color: #202020;
}

.navbar-right .dropdown-menu {
  left: 0;
  right: auto;
}

.navbar-brand {
  height: auto;
}

.transparent .navbar-header .navbar-brand {
  color: #303030;
}

.dropdown-menu {
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  color: #777777;
  letter-spacing: 2px;
}

.navbar-nav .open .dropdown-menu > li > a {
  line-height: 36px;
}

.navbar-nav .open .dropdown-menu > li a:hover {
  background-color: #f6f6f6;
}

.navbar-default .nav > li > a {
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.navbar-default .navbar-header .navbar-brand:focus,
.navbar-default .navbar-header .navbar-brand:hover {
  color: #303030;
}

.navbar-default .navbar-header .navbar-toggle {
  font-size: 11px;
  color: #222;
  padding: 8px 10px;
}

.navbar-default .nav > li > a {
  font-size: 12px;
}

.navbar-default .nav > li > a,
.navbar-default .nav > li > a:focus {
  color: #878787;
}

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

.navbar-default .nav > li.active > a,
.navbar-default .nav > li.active > a:focus {
  color: #303030;
  background-color: #e1e1e1;
}

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

@media (min-width: 768px) {
  .header-colored .nav > li > a,
  .header-colored .nav > li > a:focus {
    color: #777777;
  }

  .header-colored .navbar-nav li {
    background-color: transparent;
    border-bottom: transparent;
  }

  .header-colored .navbar-nav > .open > a,
  .header-colored .navbar-nav > .open > a:focus,
  .header-colored .navbar-nav > .open > a:hover {
    background-color: transparent;
    border-bottom: transparent;
    color: #202020;
  }

  .header-colored .nav > li > a:focus:hover,
  .header-colored .nav > li > a:hover {
    color: #202020;
  }

  .header-colored .nav > li.active > a,
  .header-colored .nav > li.active > a:focus {
    color: #777777;
    background-color: transparent;
  }

  .transparent {
    background-color: transparent;
    border-color: transparent;
  }

  .transparent .navbar-nav li {
    background-color: transparent;
    border-bottom: transparent;
  }

  .transparent .navbar-nav .dropdown-menu li {
    background-color: transparent;
    border-bottom: transparent;
  }

  .transparent .navbar-nav > .open > a,
  .transparent .navbar-nav > .open > a:focus,
  .transparent .navbar-nav > .open > a:hover {
    background-color: transparent;
    border-bottom: transparent;
    color: #fbfbfb;
  }

  .navbar-right .dropdown-menu {
    left: 0;
    right: auto;
  }

  .transparent .navbar-header .navbar-brand {
    color: #ffffff;
  }

  .dropdown-menu {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    color: #fbfbfb;
    letter-spacing: 1px;
    padding: 0px;
  }

  .navbar-nav > li > .dropdown-menu {
    border-radius: 0px;
  }

  .affix .navbar-nav > li > .dropdown-menu {
    border-radius: 0px 0px 5px 5px;
    border-top: 0px;
  }

  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 36px;
    color: #777777;
    border-bottom: 1px solid #e7e7e7;
  }

  .navbar-nav .open .dropdown-menu > li a:hover {
    background-color: #e1e1e1;
    color: #202020;
  }

  .navbar-default .nav > li > a {
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
  }

  .navbar-default .navbar-header .navbar-toggle {
    font-size: 11px;
    color: #222;
    padding: 8px 10px;
  }

  .navbar-default .nav > li > a {
    font-size: 12px;
  }

  .transparent .nav > li > a,
  .transparent .nav > li > a:focus {
    color: rgba(255, 255, 255, 0.7);
  }

  .transparent .nav > li > a:focus:hover,
  .transparent .nav > li > a:hover {
    color: #ffffff;
  }

  .transparent .nav > li.active > a,
  .transparent .nav > li.active > a:focus {
    color: #ffffff;
    background-color: transparent;
  }

  .transparent .nav > li.active > a:focus:hover,
  .transparent .nav > li.active > a:hover {
    background-color: transparent;
  }

  .affix {
    background-color: #ffffff;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
    border-bottom: 1px solid #e4e4e4;
  }

  .affix .nav > li > a:hover {
    color: #202020;
  }

  .affix .nav > li > a,
  .nav > li > a:focus {
    color: #777777;
  }

  .affix .nav > li > a:focus:hover,
  .nav > li > a:hover {
    color: #202020;
  }

  .affix .nav > li.active > a,
  .nav > li.active > a:focus {
    color: #202020;
  }

  .affix nav > li > a,
  .affix .nav > li > a:focus {
    color: #777777;
  }

  .affix .nav > .open > a,
  .affix .nav > .open > a:focus,
  .affix .nav > .open > a:hover {
    color: #777777;
  }

  .affix .nav > li.active > a,
  .affix .nav > li.active > a:focus {
    color: #202020;
    background-color: transparent;
  }
}

.scroll {
  position: absolute;
  top: 0px;
  margin: 0px;
  left: 0px;
  right: 0px;
}

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

/* ------14 Portfolio */
/* Portfolio */
.portfolio-filter {
  margin-bottom: 10px;
  margin-top: 20px;
}

.portfolio-filter.list-inline li {
  padding: 0;
}

.portfolio-filter a.active {
  background-color: transparent;
  border: 1px solid #4a90e2;
  color: #4a90e2;
}

.portfolio-filter a {
  border: 1px solid #d3d3d3;
  color: #878787;
  letter-spacing: 0.1em;
  line-height: 40px;
  margin: 0 5px;
  padding: 10px 20px;
}

.portfolio-filter a:hover {
  color: #4a90e2;
  background-color: transparent;
  border: 1px solid #4a90e2;
}

@media (max-width: 767px) {
  .portfolio-filter a.active {
    background-color: transparent;
    border: transparent;
    color: #4a90e2;
    font-weight: 500;
  }

  .portfolio-filter a {
    border: transparent;
    color: #878787;
    letter-spacing: 0.1em;
    line-height: 40px;
    margin: 0 5px;
    padding: 10px 8px;
    font-weight: 500;
  }

  .portfolio-filter a:hover {
    color: #4a90e2;
    background-color: transparent;
    border: transparent;
    font-weight: 500;
  }

  .project-details {
    display: none;
  }
}

#portfolio ul.portfolio {
  margin-bottom: 0 !important;
}

#portfolio .project {
  padding-bottom: 15px;
  padding-top: 15px;
}

.project .img-bg-color.primary {
  background: #4a90e2 none repeat scroll 0 0;
  height: 200px;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
}

.project img {
  transition: all 0.3s ease-in-out 0s;
}

#portfolio .project img {
  backface-visibility: hidden;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  width: 100%;
}

.project-hover-tools {
  bottom: 46%;
  opacity: 0;
  position: absolute;
  right: 36%;
  text-align: center;
  transition: opacity 0.3s ease 0s, all 0.3s ease-in-out 0s;
  visibility: hidden;
  z-index: 2;
}

.view-btn {
  background-color: #ffffff;
  border-radius: 50%;
  color: #333333;
  display: inline-block;
  height: 42px;
  line-height: 45px;
  margin: 3px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  width: 42px;
}

.open-gallery {
  background-color: #333333;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  height: 42px;
  line-height: 45px;
  margin: 3px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  width: 42px;
}

.project-details {
  bottom: 5%;
  left: 10%;
  right: 10%;
  opacity: 0;
  position: absolute;
  text-align: left;
  transition: opacity 0.3s ease 0s, all 0.3s ease-in-out 0s;
  visibility: hidden;
  z-index: 2;
}

.project-title {
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 0.1em;
  margin-bottom: 3px;
}

.project .subtitle {
  color: #f8f8f8;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

/* Hover Effect */
.project-hover-tools {
  position: absolute;
  z-index: 2;
  bottom: 46%;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s, ease-in-out 0.3s;
  -moz-transition: opacity 0.3s, ease-in-out 0.3s;
  -o-transition: opacity 0.3s, ease-in-out 0.3s;
  transition: opacity 0.3s, ease-in-out 0.3s;
}

.project:hover .project-hover-tools {
  bottom: 43%;
  right: 36%;
  text-align: center;
  visibility: visible;
  opacity: 1;
}

.m-project .project-hover-tools {
  bottom: 49%;
}

.project.m-project:hover .project-hover-tools {
  bottom: 46%;
}

.project .img-bg-color.primary {
  background-color: #4a90e2;
}

.project .img-bg-color.default {
  background: #333333;
}

.project .primary {
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

.project:hover .primary {
  background-image: none !important;
  background-color: rgba(74, 145, 227, 0.9);
}

.view-btn {
  display: inline-block;
  color: #333333;
  background-color: #ffffff;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  text-decoration: none;
  vertical-align: middle;
  border-radius: 50%;
  margin: 3px;
}

.view-btn:hover {
  color: #ffffff;
  background-color: #333333;
}

.open-gallery {
  display: inline-block;
  color: #ffffff;
  background-color: #303030;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  text-decoration: none;
  vertical-align: middle;
  border-radius: 50%;
  margin: 3px;
}

.open-gallery i {
  margin-left: 3px;
}

.open-gallery:hover {
  color: #ffffff;
  background-color: #202020;
}

.project .img-bg-color.default .open-gallery {
  color: #ffffff;
  background-color: #4a90e2;
}

.project .img-bg-color.default .open-gallery:hover {
  color: #ffffff;
  background-color: #ad8b60;
}

.project-details {
  position: absolute;
  z-index: 2;
  bottom: 5%;
  left: 10%;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s, ease-in-out 0.3s;
  -moz-transition: opacity 0.3s, ease-in-out 0.3s;
  -o-transition: opacity 0.3s, ease-in-out 0.3s;
  transition: opacity 0.3s, ease-in-out 0.3s;
}

.project:hover .project-details {
  bottom: 8%;
  left: 10%;
  text-align: left;
  visibility: visible;
  opacity: 1;
}

.m-project .project-details {
  bottom: 2%;
}

.project.m-project:hover .project-details {
  bottom: 5%;
}

.project-title {
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 1px;
  margin-bottom: 3px;
  font-weight: 500;
  text-transform: uppercase;
}

.project .subtitle {
  color: #f8f8f8;
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.mfp-arrow {
  color: #ffffff;
  opacity: 0.7 !important;
}

.mfp-arrow:hover {
  opacity: 1 !important;
}

.mfp-arrow:after {
  border-top-width: 0 !important;
  border-bottom-width: 0 !important;
  top: 5px !important;
}

.mfp-arrow-right:before {
  border-left: none !important;
}

.mfp-arrow-left:before {
  border-right: none !important;
}

.mfp-arrow-right:after {
  content: '\e876' !important;
  font-family: 'Linearicons-Free' !important;
  font-size: 30px;
  border-right: none !important;
  margin-left: 25px !important;
}

.mfp-arrow-left:after {
  content: '\e875' !important;
  font-family: 'Linearicons-Free' !important;
  font-size: 30px;
  border-right: none !important;
  margin-left: 15px !important;
}

/*---------------------*/
@media only screen and (max-width: 660px) {
  .project-hover-tools {
    bottom: 44%;
    right: 34%;
  }

  .project:hover .project-hover-tools {
    bottom: 41%;
    right: 34%;
  }

  #portfolio.info-box .project-hover-tools {
    right: 34%;
  }

  #portfolio.info-box .project:hover .project-hover-tools {
    right: 34%;
  }

  #portfolio.info-box .m-project .project-hover-tools {
    bottom: 58.5%;
  }

  #portfolio.info-box .project.m-project:hover .project-hover-tools {
    bottom: 55.5%;
  }

  #portfolio.info-box .container-fluid .project-hover-tools {
    bottom: 62%;
  }

  #portfolio.info-box .container-fluid .project:hover .project-hover-tools {
    bottom: 59%;
  }
}

/*---------------------*/
@media only screen and (max-width: 500px) {
  .col-xs-6 {
    width: 100%;
  }

  .project-hover-tools {
    bottom: 48%;
    right: 41%;
  }

  .project:hover .project-hover-tools {
    bottom: 45%;
    right: 41%;
  }

  .m-project .project-hover-tools {
    bottom: 50%;
  }

  .project.m-project:hover .project-hover-tools {
    bottom: 47%;
  }

  #portfolio.info-box .project-hover-tools {
    bottom: 58%;
    right: 41%;
  }

  #portfolio.info-box .project:hover .project-hover-tools {
    bottom: 55%;
    right: 41%;
  }

  #portfolio.info-box .m-project .project-hover-tools {
    bottom: 56%;
  }

  #portfolio.info-box .project.m-project:hover .project-hover-tools {
    bottom: 53%;
  }

  #portfolio .container-fluid .project-hover-tools {
    bottom: 48%;
    right: 42%;
  }

  #portfolio .container-fluid .project:hover .project-hover-tools {
    bottom: 45%;
    right: 42%;
  }

  #portfolio .container-fluid .m-project .project-hover-tools {
    bottom: 50%;
    right: 41%;
  }

  #portfolio .container-fluid .project.m-project:hover .project-hover-tools {
    bottom: 47%;
    right: 41%;
  }

  #portfolio.info-box .container-fluid .project-hover-tools {
    bottom: 58%;
  }

  #portfolio.info-box .container-fluid .project:hover .project-hover-tools {
    bottom: 55%;
  }

  .about-img {
    height: 300px;
  }

  #contactForm .form-control {
    margin-bottom: 20px;
    padding: 10px;
    min-height: 40px;
  }

  #contactForm textarea {
    padding: 15px 10px !important;
  }

  #contact-form-1 .btn-form-submit {
    padding: 9px;
  }

  .help-block {
    margin-top: 20px;
  }

  .help-block.with-errors li {
    margin-top: -20px;
  }

  .footer-info {
    text-align: center;
    line-height: 1.8;
  }

  .footer-info .pull-right {
    float: none !important;
    display: block;
  }
}

@media only screen and (max-width: 550px) {
  .top-menu {
    text-align: center;
  }

  .top-menu .space-left {
    display: block;
    margin-bottom: 30px;
    padding-left: 0 !important;
  }

  .top-menu .right {
    float: none;
    display: block;
  }

  .top-menu .pull-right {
    float: none !important;
    padding: 0 !important;
  }

  .top-menu .margin-fix {
    margin-bottom: 15px !important;
  }

  .project-hover-tools {
    bottom: 48%;
    right: 40%;
  }

  .project:hover .project-hover-tools {
    bottom: 45%;
    right: 40%;
  }

  #portfolio.info-box .project-hover-tools {
    bottom: 59%;
    right: 40%;
  }

  #portfolio.info-box .project:hover .project-hover-tools {
    bottom: 56%;
    right: 40%;
  }

  #portfolio.info-box .m-project .project-hover-tools {
    bottom: 57%;
  }

  #portfolio.info-box .project.m-project:hover .project-hover-tools {
    bottom: 54%;
  }

  #portfolio .container-fluid .project-hover-tools {
    right: 40%;
  }

  #portfolio .container-fluid .project:hover .project-hover-tools {
    right: 40%;
  }

  #portfolio .container-fluid .m-project .project-hover-tools {
    right: 40%;
  }

  #portfolio .container-fluid .project.m-project:hover .project-hover-tools {
    right: 40%;
  }
}
@media only screen and (max-width: 480px) {
  .banner-content {
    padding: 80px 0;
  }

  .banner-border {
    width: 90%;
    padding: 10px;
  }

  .banner-border .banner-info {
    width: 100%;
    margin: 0 auto;
    padding: 50px;
  }

  .banner-info {
    width: 90%;
    padding: 50px;
  }

  .banner-info h1 {
    font-size: 20px;
  }

  .project-hover-tools {
    bottom: 47%;
    right: 38%;
  }

  .project:hover .project-hover-tools {
    bottom: 44%;
    right: 38%;
  }

  .m-project .project-hover-tools {
    bottom: 49%;
  }

  .project.m-project:hover .project-hover-tools {
    bottom: 46%;
  }

  #portfolio.info-box .project-hover-tools {
    bottom: 60%;
    right: 38%;
  }

  #portfolio.info-box .project:hover .project-hover-tools {
    bottom: 57%;
    right: 38%;
  }

  #portfolio .container-fluid .project-hover-tools {
    right: 39%;
  }

  #portfolio .container-fluid .project:hover .project-hover-tools {
    right: 39%;
  }

  #portfolio.info-box .container-fluid .project-hover-tools {
    bottom: 60%;
  }

  #portfolio.info-box .container-fluid .project:hover .project-hover-tools {
    bottom: 57%;
  }

  #map {
    height: 220px;
  }

  .spinner {
    left: 45%;
  }
}
@media only screen and (max-width: 400px) {
  .m-project .project-hover-tools {
    bottom: 48%;
  }

  .project.m-project:hover .project-hover-tools {
    bottom: 45%;
  }

  #portfolio.info-box .project-hover-tools {
    bottom: 60%;
    right: 36%;
  }

  #portfolio.info-box .project:hover .project-hover-tools {
    bottom: 57%;
    right: 36%;
  }

  #portfolio.info-box .m-project .project-hover-tools {
    bottom: 58%;
  }

  #portfolio.info-box .project.m-project:hover .project-hover-tools {
    bottom: 55%;
  }

  #portfolio .container-fluid .project-hover-tools {
    right: 38%;
  }

  #portfolio .container-fluid .project:hover .project-hover-tools {
    right: 38%;
  }

  .pricing-table {
    max-width: 90%;
  }

  .btn-direction.pull-right {
    float: none !important;
  }

  .team {
    width: 90%;
  }
}
@media only screen and (max-width: 360px) {
  .project-hover-tools {
    bottom: 44%;
    right: 32%;
  }

  .project:hover .project-hover-tools {
    bottom: 41%;
    right: 32%;
  }

  .m-project .project-hover-tools {
    bottom: 47%;
  }

  .project.m-project:hover .project-hover-tools {
    bottom: 44%;
  }

  #portfolio.info-box .project-hover-tools {
    bottom: 61%;
    right: 32%;
  }

  #portfolio.info-box .project:hover .project-hover-tools {
    bottom: 58%;
    right: 32%;
  }

  #portfolio.info-box .m-project .project-hover-tools {
    bottom: 59%;
  }

  #portfolio.info-box .project.m-project:hover .project-hover-tools {
    bottom: 56%;
  }

  #portfolio .container-fluid .project-hover-tools {
    bottom: 44%;
    right: 39%;
  }

  #portfolio .container-fluid .project:hover .project-hover-tools {
    bottom: 41%;
    right: 39%;
  }

  #portfolio .container-fluid .project-hover-tools {
    right: 36%;
  }

  #portfolio .container-fluid .project:hover .project-hover-tools {
    right: 36%;
  }

  #portfolio .container-fluid .m-project .project-hover-tools {
    bottom: 48%;
    right: 36%;
  }

  #portfolio .container-fluid .project.m-project:hover .project-hover-tools {
    bottom: 45%;
    right: 36%;
  }

  #portfolio.info-box .container-fluid .project-hover-tools {
    right: 32%;
  }

  #portfolio.info-box .container-fluid .project:hover .project-hover-tools {
    right: 32%;
  }
}

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

/* ------14 Blog */
.blog ul {
  padding-left: 0px;
  margin-bottom: 18px;
}

.blog ul li {
  display: inline;
  margin-right: 10px;
}

@media (max-width: 540px) {
  .blog .res-fluid {
    width: 100%;
  }
}

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

/* ------15 Footer */
.footer-v1 {
  padding-top: 60px;
}

.footer-v1 h4 {
  padding-bottom: 14px;
}

.footer-v1 .fa-ul {
  margin-bottom: 20px;
  margin-left: 14px;
}

.footer-v1 .fa-ul li {
  margin-bottom: 7px;
  border-bottom: 1px solid #3a3a3a;
  padding-bottom: 10px;
}

.footer-v1 .fa-ul li a {
  color: #9f9f9f;
}

.footer-v1 .fa-ul li a:hover {
  color: #ffffff;
  text-decoration: none;
}

.footer-v1 .fa-ul li .fa-li {
  left: -14px;
  position: absolute;
  top: 5px;
  text-align: left;
  color: #9f9f9f;
}

.footer-v1 .btn {
  text-transform: none;
  margin-bottom: 10px;
  text-align: left;
}

.fild-control {
  width: 100%;
  color: #333;
}

.footer-bottom-v1 {
  background-color: #181818;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
  padding: 20px 0;
  margin-top: 50px;
}

.footer-bottom-v1 ul {
  margin: 0px;
}

.footer-bottom-v1 ul li {
  margin-left: 1px;
}

.footer-bottom-v1 a {
  color: #4a90e2;
}

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

/* ------16 Progress Bar */
.progress {
  height: 5px;
  border-radius: 1px;
  background-color: #dddddd;
}
.progress .subtitle {
  line-height: 20px;
  padding: 0;
  margin: 0 0 0 20px;
  text-transform: uppercase;
}

.progress .subtitle .val {
  float: right;
  font-style: normal;
  margin: 0 20px 0 0;
}

.progress-bar {
  text-align: left;
  transition-duration: 3s;
}

/*--------------------------------------------------------------------------------------------------------------------------*/
/* ------17 Form Css */
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 300;
}

.form-control {
  background-color: #fff;
  background-image: none;
  border: 1px solid #e4e4e4;
  border-radius: 2px;
  color: #b8b8b8;
  display: block;
  font-size: 13px;
  height: 44px;
  line-height: 34px;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
  box-shadow: 0px 0px 0px 0px;
}

/*--------------------------------------------------------------------------------------------------------------------------*/
/* ------18 Header Topbar */
.top-bar {
  padding: 7px;
}

.top-bar .social a {
  margin-right: 20px;
  color: #777777;
}

.top-bar .social a:hover {
  color: #4a90e2;
}

.top-bar .top-menu a {
  padding-left: 20px;
  color: #777777;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0px;
  font-weight: 600;
}

.top-bar .top-menu a:hover {
  color: #4a90e2;
}

@media (max-width: 767px) {
  .top-bar .top-menu {
    text-align: left;
  }

  .top-bar .top-menu a {
    padding-right: 20px;
    padding-left: 0px;
  }
}

/*--------------------------------------------------------------------------------------------------------------------------*/
/* ------19 Header Search */
#search {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.97);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translate(0px, -100%) scale(0, 0);
  -moz-transform: translate(0px, -100%) scale(0, 0);
  -o-transform: translate(0px, -100%) scale(0, 0);
  -ms-transform: translate(0px, -100%) scale(0, 0);
  transform: translate(0px, -100%) scale(0, 0);
  opacity: 0;
  z-index: 9999;
}

#search.open {
  -webkit-transform: translate(0px, 0px) scale(1, 1);
  -moz-transform: translate(0px, 0px) scale(1, 1);
  -o-transform: translate(0px, 0px) scale(1, 1);
  -ms-transform: translate(0px, 0px) scale(1, 1);
  transform: translate(0px, 0px) scale(1, 1);
  opacity: 1;
}

#search input[type='search'] {
  position: absolute;
  top: 50%;
  width: 100%;
  color: rgb(255, 255, 255);
  background: rgba(0, 0, 0, 0);
  font-size: 60px;
  font-weight: 300;
  text-align: center;
  border: 0px;
  margin: 0px auto;
  margin-top: -51px;
  padding-left: 30px;
  padding-right: 30px;
  outline: none;
}

#search .btn {
  position: absolute;
  top: 50%;
  left: 46%;
  margin-top: 61px;
  margin-left: -45px;
}

#search .close {
  position: fixed;
  top: 15px;
  right: 15px;
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
  opacity: 1;
  padding: 10px 17px;
  font-size: 27px;
}

@media (max-width: 700px) {
  #search input[type='search'] {
    font-size: 24px;
  }
}

/*--------------------------------------------------------------------------------------------------------------------------*/
/* ------20 Counter */
.fact-box {
  background-color: #f6f6f6;
  border: 1px solid #e4e4e4;
  padding: 10px 20px;
  border-radius: 2px;
}

/*--------------------------------------------------------------------------------------------------------------------------*/
/* ------21 Tabs */
.rest-menu {
  list-style: none;
}

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

.menu-tabs {
  padding: 0px;
}

.menu-tabs li {
  padding: 0px;
  margin: 5px;
}

.menu-tabs li.active a,
.menu-tabs li a:hover {
  background-color: #c0996b;
  color: #fff;
  border: 1px solid #c0996b;
}

.menu-tabs li a {
  padding: 10px 40px;
  font-size: 13px;
  display: block;
  text-transform: uppercase;
  background: #f8f8f8;
  color: #c0996b;
  font-weight: 500;
  border-radius: 50px;
  border: 1px solid #eaeaea;
}

.tab-content > .active {
  display: block;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-unstyled {
  list-style: none;
}

.menu-box .thumb {
  float: left;
  margin-right: 20px;
}

.menu-box .menu-content {
  overflow: hidden;
}

.menu-box .menu-content h4 {
  margin-bottom: 5px;
  border-bottom: 1px dashed #eee;
  padding-bottom: 10px;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 1px;
  margin-top: 0px;
}

.menu-box .menu-content h4 span {
  float: right;
  display: block;
}

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

/* ------Theme CSS */
.background-image-cover {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.background-image-small {
  min-height: 400px;
}

.banner-text {
  position: relative;
  transform: translateY(60%);
}

.sign {
  font-family: 'Dawning of a New Day', cursive;
  font-size: 40px;
  font-weight: 400;
}

.parallax-image-fixed {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #000;
  background-attachment: fixed;
}

.parallax-image-scroll {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #000;
}

.blog-bg {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.breadcrumb-1 {
  padding: 150px 0px 100px 0px;
  border-radius: 0px;
  margin-bottom: 0px;
}

.page-breadcrumb {
  padding: 30px 0px;
  background-color: #f5f5f5;
}

.page-breadcrumb .breadcrumb {
  background: #fff none repeat scroll 0 0;
  border-radius: 0;
  display: inline-block;
  margin-bottom: 0;
}

.sidebar-section .fa-ul li {
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 7px;
  padding-bottom: 10px;
}

.sidebar-section .fa-ul li .fa-li {
  color: #9f9f9f;
  left: -14px;
  position: absolute;
  text-align: left;
  top: 5px;
}

.sidebar-section .fa-ul li a {
  color: #9f9f9f;
}

.sidebar-section .fa-ul li a:hover {
  color: #4a90e2;
}

.tag-list a {
  background-color: #f8f8f8;
  border: 1px solid #e4e4e4;
  padding: 3px 10px;
  color: #777777;
  margin-bottom: 5px;
  display: inline-block;
  margin-left: 2px;
}

.tag-list a:hover {
  background-color: #4a90e2;
  border: 1px solid #4a90e2;
  color: #ffffff;
}

blockquote {
  font-style: italic;
  padding: 0px;
}

.single-post-footer {
  display: flex;
  border-bottom: 1px solid #eeeeee;
  border-top: 1px solid #eeeeee;
  padding: 20px 0px;
  justify-content: space-between;
}

.single-post-footer h4 {
  float: left;
  margin-right: 10px;
}

.single-post-footer .tag-list {
  padding-top: 3px;
  float: left;
}

.single-post-footer .share {
  position: relative;
}

.share-links {
  float: left;
  padding-top: 5px;
}

.share-links a {
  padding: 0px 8px;
  color: #777777;
}

.share-links a:hover {
  color: #4a90e2;
}

.author-avatar {
  float: left;
  max-width: 150px;
}

.auther-info ul li {
  margin-right: 3px;
}

.auther-info li a {
  color: #777777;
  background-color: #f8f8f8;
  border: 1px solid #e4e4e4;
  padding: 8px 13px;
  border-radius: 2px;
}

.auther-info li a:hover {
  color: #ffffff;
  background-color: #4a90e2;
  border: 1px solid #4a90e2;
  border-radius: 2px;
}

.single-post-author {
  border-bottom: 1px solid #eeeeee;
}

.comment-content {
  border-bottom: 1px solid #eeeeee;
}

.comment-content .comment img {
  width: 70px;
  height: 70px;
  float: left;
  margin-right: 20px;
}

.user-avatar {
  float: left;
  width: 70px;
  margin-right: 20px;
}

.comment {
  margin-left: 90px;
}

.reply a {
  float: right;
  margin-top: -52px;
  font-size: 12px;
  background-color: #4a90e2;
  padding: 2px 8px;
  color: #ffffff;
  border-radius: 2px;
}

.reply a:hover {
  background-color: #549aed;
}

.post-time {
  font-size: 11px;
  color: #b2b2b2;
}

.popular-post {
  display: block;
}

.popular-post img {
  float: left;
  height: 80px;
  object-fit: cover;
  width: 80px;
}

.popular-post-content {
  left: 14px;
  position: relative;
}

.demo img {
  -webkit-box-shadow: 10px 10px 90px -50px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 10px 90px -50px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 10px 90px -50px rgba(0, 0, 0, 0.75);
}

.back-to-top {
  cursor: pointer;
  position: fixed;
  bottom: 42px;
  right: 20px;
  display: none;
}

.table-book {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 20px 20px;
}

.table-book .col-md-4 {
  padding-right: 0px;
}

.signature {
  display: inline;
}

.panel-group {
  margin-bottom: 0px;
}

.slider {
  height: 100vh;
}
.home-news-banner {
  width: 100%;
  height: 220px;
  background-size: cover;
}
.whatsapp_qrcode {
  background-image: url('../images/whatsapp_qrcode.png');
  background-position: center;
  background-size: cover;
  width: 200px;
  height: 200px;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .padding-hug {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.navbar-brand {
  padding: 0 15px;
}
.navbar-brand > img {
  width: 80px;
}
