html, body {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

body {
  font-family: "Roboto", sans-serif;
  position: relative;
  font-size: 18px;
  line-height: 27px;
  background-color: #fff;
  font-weight: 300;
}

img {
  width: 100%;
}

a {
  outline: none;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #838363;
}

a:active,
a:focus,
a:hover {
  outline: none;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #333;
}

section {
  padding: 80px 0;
  position: relative;
}
@media (max-width: 991px) {
  section {
    padding: 50px 0;
  }
}

.btn {
  color: #fff;
  background-color: #91916e;
  border: none;
  padding: 16px 30px;
  font-size: 14px;
  border-radius: 96px;
  font-weight: 500;
  letter-spacing: 2px;
  font-family: "Lora", serif;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .btn {
    font-size: 16px;
    letter-spacing: 1px;
  }
}

.btn:hover {
  color: #fff;
  background-color: #838363;
  border-color: #838363;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
}

.btn:focus {
  color: #fff !important;
  background-color: #838363;
  border-color: #838363;
}

.btn:active:hover, .btn:active:focus, .btn:active.focus, .btn-.active:hover, .btn.active:focus, .btn.active.focus, .open > .btn.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #838363;
  border-color: #838363;
}

.btn:active, .btn.active, .open > .btn.dropdown-toggle {
  color: #fff;
  background-color: #838363;
  border-color: #838363;
}

.title-h {
  font-size: 38px;
  line-height: 42px;
  margin: 0 0 20px 0;
  color: #555;
  font-family: "Lora", serif;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .title-h {
    font-size: 40px;
    line-height: 40px;
  }
}

.title-p {
  font-size: 16px;
  line-height: 27px;
  padding-bottom: 10px;
  font-family: "Lora", serif;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 1px;
  color: #666;
}
@media (max-width: 991px) {
  .title-p {
    font-size: 20px;
    line-height: 28px;
  }
}

.inner-h {
  font-size: 28px;
  line-height: 33px;
  color: #555;
  font-family: "Lora", serif;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .inner-h {
    font-size: 26px;
    line-height: 30px;
  }
}

.little-h {
  color: #838363;
  font-size: 17px;
  letter-spacing: 4px;
  font-weight: 300;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-family: "Lora", serif;
}
@media (max-width: 991px) {
  .little-h {
    font-size: 16px;
    letter-spacing: 1px;
  }
}

.back {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.back-img {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.link {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.desctop-view {
  display: block !important;
}
@media (max-width: 992px) {
  .desctop-view {
    display: none !important;
  }
}

.mobile-view {
  display: none !important;
}
@media (max-width: 991px) {
  .mobile-view {
    display: block !important;
  }
}

/******navbar start*******/
.top-bar {
  background-color: #333;
}
@media (max-width: 991px) {
  .top-bar {
    background-color: #222;
  }
}
.top-bar p, .top-bar a {
  padding-top: 6px;
  margin-bottom: 5px;
  font-family: "Lora", serif;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
}
@media (max-width: 768px) {
  .top-bar p, .top-bar a {
    font-size: 15px;
    line-height: 17px;
  }
}
.top-bar a:hover {
  color: #91916e;
}
.top-bar .top-text {
  display: inline-block;
}

@media (min-width: 991px) {
  nav.navbar.bootsnav.no-background {
    background-color: #fff;
    border-bottom: 1px solid #eee;
  }
}
@media (max-width: 991px) {
  nav.navbar.bootsnav .navbar-toggle {
    margin-top: 10px;
    background-color: transparent;
  }
  .navbar-toggle .svg-inline--fa {
    color: #333;
  }
}
nav.navbar.bootsnav {
  background: #fff;
  border-bottom: 1px solid #eee;
}
@media (max-width: 991px) {
  nav.navbar.bootsnav {
    background: #fff !important;
    border-bottom: solid 1px none;
  }
}

.navbar {
  min-height: 90px;
}
@media (max-width: 991px) {
  .navbar {
    min-height: 66px;
  }
}

.navbar-brand {
  float: none;
  padding: 17px 10px 1px 10px;
}
@media (max-width: 991px) {
  .navbar-brand {
    padding: 13px 0px 2px 0px;
  }
}
@media (max-width: 500px) {
  .navbar-brand {
    padding: 10px 0px 0px 25px;
  }
}

.navbar-brand img {
  width: auto;
  height: 40px;
}
@media (max-width: 991px) {
  .navbar-brand img {
    height: 30px;
    display: inline-block;
  }
}
@media (max-width: 500px) {
  .navbar-brand img {
    height: 27px;
  }
}

.caret {
  margin-left: 4px;
}

@media (max-width: 992px) {
  nav.navbar.bootsnav li.dropdown a.dropdown-toggle:before {
    content: "";
    display: none;
  }
  nav.navbar.bootsnav .navbar-nav > li > a {
    border-bottom: none;
    border-top: none;
    color: #333 !important;
    font-weight: 400;
    letter-spacing: 1px;
    font-family: "Lora", serif;
    text-transform: uppercase;
    font-size: 22px;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
    border-bottom: none;
    font-family: "Lora", serif;
    color: #fff;
    font-size: 15px;
    padding: 5px 0;
  }
  nav.navbar.bootsnav .navbar-nav {
    margin: 15px -15px 20px -15px;
  }
  nav.navbar.bootsnav .btn {
    margin-left: 0px !important;
  }
}
@media (max-width: 991px) {
  nav.navbar.bootsnav .navbar-nav > .mobile-inline {
    display: inline-block !important;
    margin-right: 20px;
    color: #91916e !important;
  }
}

@media (min-width: 991px) {
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
    border-radius: 0px;
    padding: 0;
    background: rgba(255, 255, 255, 0.97);
    border: solid 1px #ccc;
    border-top: 4px solid #91916e;
    margin-top: 0px;
    width: 220px;
  }
  nav.navbar ul.nav > li > a {
    padding: 30px 15px;
    font-weight: 500;
  }
  nav.navbar.bootsnav ul.nav > li > a {
    padding: 0px 12px 10px 8px;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 15px;
    color: #91916e;
    font-family: "Lora", serif;
    text-transform: uppercase;
    margin: 14px 0 12px 0;
  }
  nav.navbar-fixed.bootsnav ul.nav > li > a {
    color: #333;
  }
  nav.navbar-fixed.bootsnav ul.nav > li > a:hover {
    color: #91916e;
  }
  nav.no-background.bootsnav ul.nav > li > a {
    color: #333;
  }
  nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after {
    content: "";
    display: none;
  }
  nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a {
    text-align: left;
  }
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a {
    padding: 6px 10px;
    border-bottom: solid 1px #ccc;
    color: #333;
    font-weight: 400;
    font-family: "Lora", serif;
    font-size: 16px;
  }
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a:hover {
    color: #91916e;
  }
}
@media (max-width: 991px) {
  #navbar-menu > ul > li.dropdown.on > ul > li > a {
    color: #333;
    line-height: 30px;
  }
  #navbar-menu > ul > li.dropdown.on > ul {
    list-style: none;
    padding-left: 10px;
  }
}
nav.no-background.bootsnav .logo1 {
  display: inline-block !important;
}

nav.navbar-fixed.bootsnav .logo1 {
  display: none;
}

nav.no-background.bootsnav .logo2 {
  display: none !important;
}

nav.navbar-fixed.bootsnav .logo2 {
  display: inline-block;
}

@media (max-width: 992px) {
  nav.no-background.bootsnav .logo1 {
    display: none !important;
  }
  nav.no-background.bootsnav .logo2 {
    display: block !important;
  }
}
nav.navbar.bootsnav.no-full .navbar-collapse {
  height: auto !important;
  max-height: none !important;
}

/******navbar end**********/
/**************************/
.slider #owlCarousel,
.slider .owl-stage-outer,
.slider .owl-stage,
.slider .owl-item {
  height: 85vh;
}
@media (max-width: 1050px) {
  .slider #owlCarousel,
  .slider .owl-stage-outer,
  .slider .owl-stage,
  .slider .owl-item {
    height: 75vh;
  }
}
@media (max-width: 600px) {
  .slider #owlCarousel,
  .slider .owl-stage-outer,
  .slider .owl-stage,
  .slider .owl-item {
    height: 70vh;
  }
}

.slider {
  width: 100%;
  height: 85vh;
  position: relative;
  z-index: 3;
  overflow: hidden;
}
@media (max-width: 1050px) {
  .slider {
    height: 75vh;
  }
}
@media (max-width: 600px) {
  .slider {
    height: 70vh;
  }
}
.slider .slide-back {
  background-color: rgba(55, 42, 21, 0.35);
  height: 100%;
}
.slider h1, .slider h2 {
  color: #fff;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
}
.slider h1 {
  font-size: 45px;
  line-height: 50px;
}
@media (max-width: 768px) {
  .slider h1 {
    font-size: 30px;
    line-height: 34px;
  }
}
.slider .btn {
  margin: 5px 5px 20px 5px;
  border: 2px solid #fff;
  font-weight: 700;
  letter-spacing: 1px;
  background-color: transparent;
}
@media (max-width: 768px) {
  .slider .btn {
    margin: 5px 2px 50px 2px;
    min-width: 130px;
    font-size: 15px;
    padding: 10px 25px;
  }
}

.slider #owlCarousel {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.slider .owl-item {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
}

.slider .owl-item-bg {
  height: 85vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 1050px) {
  .slider .owl-item-bg {
    height: 75vh;
  }
}
@media (max-width: 600px) {
  .slider .owl-item-bg {
    height: 70vh;
  }
}

.slide-content {
  padding: 38vh 30px 0 30px;
}
@media (max-width: 1050px) {
  .slide-content {
    padding: 23vh 20px 0 20px;
  }
}

.slider .owl-nav {
  position: absolute;
  top: 50%;
  left: 15px;
  right: 15px;
}
@media (max-width: 768px) {
  .slider .owl-nav {
    left: 2px;
    right: 2px;
  }
}
.slider .owl-theme .owl-controls .owl-nav [class*=owl-] {
  margin: 3px;
  padding: 4px 2px;
  display: inline-block;
  cursor: pointer;
  width: 16px;
  background: transparent;
  opacity: 1;
}
@media (max-width: 768px) {
  .slider .owl-theme .owl-controls .owl-nav [class*=owl-] {
    width: 12px;
  }
}
.slider .owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
  opacity: 0.7;
}
.slider .owl-prev {
  float: left;
}
.slider .owl-next {
  float: right;
}

/*****************************************/
/*****video start****/
.hero {
  width: 100%;
  min-height: 700px;
  position: relative;
  padding: 0px;
  overflow: hidden;
}
@media (max-width: 500px) {
  .hero {
    min-height: 300px;
  }
}
.hero .back {
  background-color: rgba(26, 26, 26, 0.1);
}

.about .about-img {
  height: 700px;
  border-radius: 15px;
}
@media screen and (max-width: 768px) {
  .about .about-img {
    height: 260px;
  }
}

.about-padd {
  padding-top: 60px;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .about-padd {
    padding-top: 20px;
    padding-left: 0px;
  }
}

/********* services start *********/
.services .services-box {
  z-index: 1;
  position: relative;
  margin: 20px 50px;
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (max-width: 500px) {
  .services .services-box {
    margin: 10px 30px;
  }
}
.services .services-box h3 {
  font-size: 18px;
  letter-spacing: 1px;
  font-family: "Lora", serif;
  font-weight: 400;
  color: #838363;
  text-transform: uppercase;
}
.services .services-box a {
  font-family: "Lora", serif;
  font-size: 17px;
  letter-spacing: 1px;
  font-weight: 500;
  display: block;
  margin-top: 0px;
  color: #333;
}
.services .services-text {
  padding: 10px 0px 30px 0px;
}
.services .owl-nav {
  position: absolute;
  top: 43%;
  left: -35px;
  right: -35px;
}
@media (max-width: 768px) {
  .services .owl-nav {
    left: 5px;
    right: 5px;
  }
}
.services .owl-theme .owl-controls .owl-nav [class*=owl-] {
  margin: 3px;
  padding: 4px 2px;
  display: inline-block;
  cursor: pointer;
  width: 16px;
  background: transparent;
  opacity: 1;
}
@media (max-width: 768px) {
  .services .owl-theme .owl-controls .owl-nav [class*=owl-] {
    width: 14px;
  }
}
.services .owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
  opacity: 0.7;
}
.services .owl-prev {
  float: left;
}
.services .owl-next {
  float: right;
}
.services .owl-theme .owl-dots .owl-dot.active span, .services .owl-theme .owl-dots .owl-dot:hover span {
  background: #91916e;
}

.services-box:hover { /* IE 9 */ /* Safari 3-8 */
  transform: scale(1.04);
}

.product-img {
  position: relative;
  border-radius: 50%;
  width: 100%;
  height: auto;
  padding-top: 100%;
}

/********* services end *********/
/*****tc-testimonial start******/
.tc-testimonial {
  background: #fff;
  padding: 100px 0 120px 0;
}
@media (max-width: 991px) {
  .tc-testimonial {
    padding: 60px 0 60px 0;
  }
}

.testimonial-bg {
  padding: 0px 0px;
  text-align: center;
  position: relative;
}
@media (max-width: 991px) {
  .testimonial-bg {
    padding: 0px 5px 20px 5px;
  }
}

.tc-testimonial .testimonial {
  padding: 20px 5px;
}
@media (max-width: 991px) {
  .tc-testimonial .testimonial {
    padding: 0;
  }
}

.testimonial .description {
  font-size: 18px;
  font-weight: 300;
  font-family: "Lora", serif;
  color: #444;
  line-height: 34px;
  padding-bottom: 20px;
  margin-bottom: 35px;
  position: relative;
}
@media (max-width: 991px) {
  .testimonial .description {
    font-size: 17px;
    line-height: 23px;
  }
}

.testimonial .title {
  font-size: 23px;
  font-weight: 700;
  color: #838363;
  text-transform: capitalize;
  margin: 0;
  font-family: "Lora", serif;
}

.tc-testimonial .owl-nav {
  background: #fff;
  position: absolute;
  right: 0%;
  left: 0;
  margin-top: 30px;
}

.tc-testimonial .owl-prev, .tc-testimonial .owl-next {
  width: 30px;
  height: 40px;
  line-height: 30px;
  border-radius: 0%;
  background: #f1f4f2 !important;
  color: #838363 !important;
  opacity: 1;
  padding: 0;
}

.tc-testimonial .owl-next .svg-inline--fa, .tc-testimonial .owl-prev .svg-inline--fa {
  font-size: 14px;
  line-height: 30px;
}

.tc-testimonial .owl-dots .owl-dot.active span, .tc-testimonial .owl-dots .owl-dot:hover span {
  background: #838363;
}

/*****tc-testimonial end******/
.cta {
  position: relative;
  background-attachment: fixed;
  padding: 190px 0;
}
@media (max-width: 992px) {
  .cta {
    padding: 60px 0;
  }
}
.cta h3 {
  color: #333;
  padding-top: 20px;
  margin-bottom: 20px;
}
.cta .btn {
  margin-top: 15px;
}
.cta .back {
  background-color: rgba(211, 211, 197, 0.55);
}

@supports (-webkit-touch-callout: none) {
  @media only screen and (max-width: 990px) {
    .cta {
      background-attachment: scroll !important;
      background-size: auto 100%;
    }
  }
}
/*****tc- footer start******/
.tc-footer {
  background-position: center;
  background-size: cover;
  position: relative;
  padding-top: 90px;
}
@media (max-width: 991px) {
  .tc-footer {
    padding-top: 20px;
  }
}
.tc-footer .footer-a a, .tc-footer p {
  color: #333;
  font-size: 16px;
  font-weight: 300;
  line-height: 33px;
}
@media (max-width: 991px) {
  .tc-footer .footer-a a, .tc-footer p {
    line-height: 22px;
    font-size: 16px;
  }
}
.tc-footer .footer-a a:hover {
  color: #91916e;
}
.tc-footer ul {
  list-style: none;
  padding-left: 0px;
}
.tc-footer .footer-social {
  display: inline-block;
}
.tc-footer .footer-align {
  text-align: right;
}
@media (max-width: 991px) {
  .tc-footer .footer-align {
    text-align: left;
  }
}
.tc-footer .footer-logo {
  margin: 20px 0 10px 0;
  width: 90%;
}
@media (max-width: 991px) {
  .tc-footer .footer-logo {
    width: 95%;
  }
}
.tc-footer .footer-padding {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .tc-footer .footer-padding {
    margin-bottom: 15px;
  }
}
.tc-footer .footer-padd {
  padding-left: 70px;
}
@media (max-width: 991px) {
  .tc-footer .footer-padd {
    padding-left: 15px;
  }
}
.tc-footer .svg-inline--fa {
  margin-right: 5px;
  color: #555;
  width: 40px;
  height: 40px;
  padding: 10px;
  border: 1px solid #555;
  border-radius: 6px;
  margin-top: 0px;
  font-size: 10px;
  line-height: 40px;
}
@media (max-width: 991px) {
  .tc-footer .svg-inline--fa {
    margin-right: 6px;
    margin-left: 0;
    padding: 9px;
  }
}
.tc-footer .svg-inline--fa:hover {
  background-color: transparent;
  border: 1px solid #91916e;
  color: #91916e;
}
.tc-footer .back {
  background: rgba(211, 211, 197, 0.8);
}

.footer-copyright {
  padding: 20px 0 10px 0;
}
.footer-copyright p {
  color: #333;
  font-size: 15px;
  font-weight: 300;
}

/*****tc-footer end******/
.tc-header {
  min-height: 50vh;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .tc-header {
    min-height: 40vh;
  }
}

.tc-header .back {
  background: rgba(18, 14, 7, 0.3);
}

input, textarea, select {
  width: 100%;
  margin-bottom: 15px;
  border: 1px solid #eee;
  outline: none;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  padding: 15px 15px;
}

select {
  height: 58px !important;
  color: red;
  border-radius: 0;
  border: 1px solid #eee !important;
  color: #666 !important;
  text-transform: uppercase;
  font-size: 12px !important;
  padding: 15px 15px !important;
  letter-spacing: 1px;
  padding-left: 15px !important;
  outline: none;
  font-family: "Lora", serif;
  background-color: #fff;
}

::-moz-placeholder {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  font-family: "Lora", serif;
}

::placeholder {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  font-family: "Lora", serif;
}

.contact-page ul {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 40px;
}
.contact-page li {
  font-size: 19px;
  margin-bottom: 16px;
}

/****BLOG PAGE*****/
.blog-box {
  margin-bottom: 30px;
  position: relative;
  background-color: #fff;
  box-shadow: 0px 12px 28px -9px rgba(0, 0, 0, 0.15);
}
@media (max-width: 991px) {
  .blog-box {
    min-height: 100px;
  }
}

.blog-img {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 370px;
}
@media (max-width: 650px) {
  .blog-img {
    height: 230px;
  }
}

.blog-text {
  position: relative;
  padding: 25px 15px 20px 15px;
  min-height: 230px;
}
@media (max-width: 991px) {
  .blog-text {
    min-height: auto;
  }
}
.blog-text h4 {
  font-size: 24px;
  line-height: 30px;
  font-family: "Lora", serif;
  font-weight: 400;
  letter-spacing: 0px;
  margin-bottom: 15px;
}
.blog-text a {
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  text-transform: uppercase;
  text-decoration: underline;
  font-family: "Lora", serif;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 400;
}
@media (max-width: 991px) {
  .blog-text a {
    position: relative;
    bottom: 0;
  }
}
.blog-text h5 {
  color: #838363;
  font-size: 16px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.blog-box:hover {
  box-shadow: 0px 12px 28px -9px rgba(0, 0, 0, 0.25);
}

.blog-footer {
  position: absolute;
  right: 35px;
  bottom: 50px;
}
@media (max-width: 991px) {
  .blog-footer {
    position: relative;
    bottom: 0;
    right: 0;
    padding: 20px 15px;
  }
}
.blog-footer a {
  float: right;
}
@media (max-width: 991px) {
  .blog-footer a {
    float: left;
    padding-top: 10px;
  }
}
.blog-footer .btn {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

/******BLOG PAGE END*****/
/****BLO-DETAIL PAGE START****/
.blog-social {
  margin: 20px 0px 0px;
  padding: 0px;
}

.blog-social a {
  margin-right: 10px;
}

.blog-social .svg-inline--fa {
  color: #91916e;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 2px solid #91916e;
  text-align: center;
  line-height: 26px;
  font-weight: 600;
  font-size: 18px;
  padding: 9px;
}

.blog-social .svg-inline--fa:hover {
  color: #fff;
  background-color: #91916e;
  transition: all 0.3s ease-in-out;
}

.blog-detail-img {
  height: 550px;
  margin: 20px 0 30px 0;
}
@media (max-width: 768px) {
  .blog-detail-img {
    height: 230px;
    margin: 20px 0 20px 0;
  }
}

/****BLOG-DETAIL PAGE END****/
.pagination > li > a, .pagination > li > span {
  padding: 8px 14px;
  color: #91916e;
  border: 1px solid #91916e;
  border-radius: 0 !important;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
  z-index: 2;
  color: #000;
  background-color: #fff;
  border-color: #91916e;
}

.sidebar {
  background-color: rgba(233, 233, 226, 0.85);
  padding: 30px 20px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .sidebar {
    margin-bottom: 15px;
    padding: 20px 15px;
    margin-bottom: 15px;
  }
}
.sidebar ul {
  list-style: none;
  padding-left: 0;
}
.sidebar li {
  background-color: #fff;
  padding: 15px;
  margin: 12px 0;
}
.sidebar li a {
  font-family: "Lora", serif;
  color: #838363;
}

.link-page .inner-h {
  margin-bottom: 20px;
}

/********** VIDEO PAGE START ***********/
.video-page iframe {
  height: 370px;
  width: 100%;
  background-color: #f2f2f2;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .video-page iframe {
    height: 230px;
  }
}
.video-page .video-row h4 {
  color: #838363;
  font-size: 26px;
  line-height: 30px;
  font-family: "Lora", serif;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .video-page .video-row h4 {
    min-height: auto;
  }
}
.video-page .video-text {
  min-height: 150px;
}
@media screen and (max-width: 768px) {
  .video-page .video-text {
    min-height: auto;
  }
}

/********** VIDEO PAGE END *********/
.panel-default > .panel-heading {
  color: #333;
  background-color: rgba(233, 233, 226, 0.7);
  border-color: rgba(233, 233, 226, 0.7);
}

.panel-title {
  font-size: 18px;
  font-family: "Lora", serif;
}

.panel-heading {
  padding: 20px 20px;
}

.panel-default {
  border-color: rgba(241, 232, 218, 0.4);
}

.panel-group {
  margin-top: 20px;
}

.panel-title > a {
  display: block;
  font-family: "Lora", serif;
  color: #555;
}

.services-page .blog-text {
  min-height: 150px;
}
@media screen and (max-width: 768px) {
  .services-page .blog-text {
    min-height: auto;
  }
}

.video-img {
  width: 100%;
  height: 420px;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 20px 0 40px 0;
}
@media (max-width: 768px) {
  .video-img {
    height: 260px;
  }
}

.play-img {
  width: 190px;
  margin-top: 115px;
}
@media (max-width: 768px) {
  .play-img {
    margin-top: 60px;
    width: 140px;
  }
}

.services-right-text {
  padding: 0;
}
.services-right-text .services-img {
  margin-right: 45vw;
}
@media screen and (max-width: 991px) {
  .services-right-text .services-img {
    margin-right: 0;
  }
}
.services-right-text .services-text {
  padding: 140px 100px;
  width: 50vw;
  margin-left: 50vw;
  background-color: #e9e9e2;
  margin-right: -45vw;
}
@media screen and (max-width: 991px) {
  .services-right-text .services-text {
    margin-right: 0;
    margin-left: 0;
    padding: 50px 15px;
    width: 100%;
    text-align: center;
  }
}

.services-left-text {
  padding: 0;
}
.services-left-text .services-img {
  margin-left: 45vw;
}
@media screen and (max-width: 991px) {
  .services-left-text .services-img {
    margin-left: 0;
  }
}
.services-left-text .services-text {
  padding: 140px 100px;
  width: 50vw;
  margin-right: 50vw;
  background-color: #f0f4f1;
  margin-left: -45vw;
}
@media screen and (max-width: 991px) {
  .services-left-text .services-text {
    margin-right: 0;
    margin-left: 0;
    padding: 50px 15px;
    width: 100%;
    text-align: center;
  }
}

.team ul {
  list-style: none;
  padding-left: 0;
  margin-top: 15px;
}

.team li {
  display: inline-block;
}

.team a {
  display: block;
  margin-bottom: 5px;
}

.team .svg-inline--fa {
  height: 30px;
  width: 30px;
  border: 1px solid #838363;
  padding: 7px;
  border-radius: 50%;
  color: #838363;
}

.team .svg-inline--fa:hover {
  background-color: #838363;
  color: #fff;
}

.team:nth-child(even) {
  background: rgba(226, 233, 228, 0.4);
}

.team:nth-child(odd) {
  background: #fff;
}

.services-new-img {
  display: none;
}
@media screen and (max-width: 991px) {
  .services-new-img {
    display: block;
    height: 250px;
  }
}

.index-text-box {
  position: relative;
  overflow: hidden;
}
.index-text-box .back {
  z-index: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#79978f+0,aabab0+100 */
  background: rgba(233, 233, 226, 0.85);
}
.index-text-box {
  padding: 70px 50px;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .index-text-box {
    padding: 30px 20px;
  }
}
.index-text-box .btn {
  border: 2px solid #555;
  color: #555;
  background-color: transparent;
}

.careeer .panel-title a {
  color: #838363;
}
.careeer .panel-title .svg-inline--fa {
  font-size: 14px;
  margin-right: 12px;
  color: #838363;
}

.footer-img-pt {
  width: 40px;
  height: 40px;
  padding: 5px;
  border: 1px solid #677e70;
  border-radius: 6px;
  vertical-align: top;
  margin-top: -11px;
  line-height: 53px;
  margin-right: 3px;
  margin-left: 3px;
}

.img-pt {
  padding: 5px;
  margin-top: -25px;
}

.footer-img-pt:hover {
  background-color: #aabab0;
  border: 1px solid #aabab0;
}/*# sourceMappingURL=style.css.map */