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

body {
  font-family: "Quattrocento", serif;
  position: relative;
  font-size: 18px;
  line-height: 31px;
  background-color: #fff; }

.col-md-12 {
  z-index: 3; }

.back-image-body {
  position: relative;
  background-image: url(../images/bg6.jpg);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: transparent; }

img {
  width: 100%; }

a {
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #DABC88; }

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

p {
  color: #3B3B3B; }

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

.btn {
  color: #fff;
  background-color: #617D65;
  border: 2px solid #617D65;
  padding: 15px 40px;
  font-size: 17px;
  border-radius: 0px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin-top: 15px; }
  @media (max-width: 991px) {
    .btn {
      font-size: 16px;
      letter-spacing: 1px; } }

.btn:hover {
  color: #fff;
  background-color: #526B57;
  border-color: #526B57;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

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

.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: #526B57;
  border-color: #526B57; }

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

.title-h {
  font-family: "Oswald", sans-serif;
  font-size: 60px;
  line-height: 1.1;
  margin-bottom: 20px;
  color: #617D65;
  font-weight: 400;
  letter-spacing: 0px;
  margin-top: 10px; }
  @media (max-width: 1030px) {
    .title-h {
      font-size: 34px !important;
      line-height: 40px !important; } }

.title-small {
  line-height: 32px;
  font-size: 23px;
  letter-spacing: 2px;
  color: #DABC88; }
  @media (max-width: 991px) {
    .title-small {
      font-size: 21px; } }

.title-p {
  font-size: 22px;
  line-height: 30px;
  padding-bottom: 10px;
  font-weight: 200;
  color: #3B3B3B; }
  @media (max-width: 991px) {
    .title-p {
      font-size: 20px !important;
      line-height: 28px; } }

.sep {
  content: "";
  background: #566F60;
  height: 1px;
  width: 200px;
  margin: 20px auto; }

.sep-left {
  content: "";
  background: #566F60;
  height: 1px;
  width: 200px;
  margin: 20px 0; }

.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; }

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

/******navbar start*******/
nav.navbar.bootsnav.navbar-fixed {
  background: #526B57; }

nav.navbar.bootsnav {
  background: #fff;
  border-bottom: solid 1px transparent; }

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

@media (max-width: 991px) {
  nav.navbar.bootsnav .navbar-toggle {
    margin-top: 17px;
    background-color: transparent; }

  .navbar-toggle .svg-inline--fa {
    color: #DABC88; }

  .attr-nav {
    display: none; }

  .navbar {
    min-height: 70px; } }
.attr-nav {
  background-color: #DABC88;
  height: 120px; }

.attr-nav:hover {
  background-color: #DABC88; }

.attr-nav > ul > li > a {
  color: #fff;
  display: block;
  padding: 48px 12px 20px 19px;
  font-size: 17px; }

.attr-nav .svg-inline--fa {
  margin-right: 7px; }

.attr-nav > ul > li.dropdown ul.dropdown-menu {
  left: -50px;
  border: none !important; }

.navbar-brand {
  padding: 18px 5px 0 15px; }
  @media (max-width: 1300px) {
    .navbar-brand {
      padding: 24px 5px 0 15px; } }
  @media (max-width: 991px) {
    .navbar-brand {
      padding: 6px 0 0 0; } }

.navbar-brand img {
  width: auto;
  height: 85px; }
  @media (max-width: 1300px) {
    .navbar-brand img {
      height: 65px; } }
  @media (max-width: 991px) {
    .navbar-brand img {
      height: 60px; } }

.caret {
  margin-left: 4px; }

@media (min-width: 991px) {
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
    border-radius: 0px;
    padding: 0;
    background: transparent;
    border: none;
    border-top: 40px solid #526B57;
    margin-top: 5px;
    width: 240px; }

  nav.navbar ul.nav > li > a {
    padding: 30px 15px;
    font-weight: 500; }

  nav.navbar.bootsnav ul.nav > li > a {
    padding: 48px 25px 10px 0px;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px; } }
  @media (min-width: 991px) and (min-width: 1450px) {
    nav.navbar.bootsnav ul.nav > li > a {
      padding: 48px 50px 10px 0px; } }

@media (min-width: 991px) {
  nav.navbar-fixed.bootsnav ul.nav > li > a {
    color: #fff; }

  nav.navbar-fixed.bootsnav ul.nav > li > a:hover {
    color: #e7d3b1; }

  nav.no-background.bootsnav ul.nav > li > a {
    color: #fff; }

  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;
    background: #fff; }

  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a {
    padding: 8px 15px;
    border-bottom: solid 1px #ccc;
    color: #463926;
    font-size: 17px;
    font-weight: 400; }

  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a:hover {
    color: #DABC88; } }
@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;
    font-weight: 500;
    text-transform: uppercase;
    color: #DABC88 !important;
    padding: 12px 0; }

  nav.navbar.bootsnav .navbar-collapse.collapse.in {
    margin-bottom: 10px; }

  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
    border-bottom: none;
    font-family: "Oswald", sans-serif;
    color: #333;
    font-size: 17px;
    padding: 3px 0; }

  nav.navbar.bootsnav .navbar-nav {
    margin: 15px -15px 10px -15px; } }
nav.navbar.bootsnav ul.nav > li > .nav-tel {
  margin: 33px 20px 0 10px; }
  @media (min-width: 1400px) {
    nav.navbar.bootsnav ul.nav > li > .nav-tel {
      margin: 33px 45px 0 25px; } }

nav.navbar.bootsnav ul.nav > li > .nav-tel > a > span {
  font-size: 25px;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0em;
  font-weight: 700;
  line-height: 1.2;
  color: #DABC88; }

nav.navbar.bootsnav ul.nav > li > .nav-tel > a > span:hover {
  color: #e7d3b1; }

nav.navbar.bootsnav ul.nav > li > .nav-tel > a > p {
  font-family: "Oswald", sans-serif;
  font-size: 1em;
  letter-spacing: 0em;
  line-height: 1.2;
  font-weight: 300;
  text-transform: none;
  display: block;
  font-style: normal;
  margin-bottom: 0;
  color: #fff; }

@media (max-width: 992px) {
  nav.navbar.bootsnav.no-full .navbar-collapse {
    height: auto !important;
    max-height: none  !important; } }
/******navbar end**********/
/********* hero start *********/
.hero {
  height: 100vh; }
  .hero .hero-box {
    margin-top: 25vh;
    box-shadow: 4px -5px 40px rgba(0, 0, 0, 0.4);
    margin-right: 30px;
    background-color: #fff;
    padding: 40px 40px 50px 40px; }
    @media (max-width: 991px) {
      .hero .hero-box {
        margin-top: 20vh;
        margin-right: 0;
        padding: 20px 20px; } }
  .hero .btn {
    margin-top: 0; }

/********* hero end *********/
.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-img2 {
  display: none; }

@media screen and (max-width: 991px) {
  .services-left-text .services-img2 {
    height: 220px;
    display: block; } }
.services-left-text .services-text {
  padding: 80px 80px;
  width: 55vw;
  margin-right: 50vw;
  background-color: #fff;
  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%; } }
/******* services start *********/
.services-row, .about-row {
  width: 86%;
  margin-left: 7%; }
  @media screen and (max-width: 991px) {
    .services-row, .about-row {
      width: 100%;
      margin-left: 0; } }

.services {
  padding-top: 150px; }
  @media screen and (max-width: 768px) {
    .services {
      padding-top: 80px; } }
  .services .services-img {
    height: 350px; }
    @media screen and (max-width: 768px) {
      .services .services-img {
        height: 200px; } }
  .services .services-box {
    background-color: #fff;
    box-shadow: 3px -4px 25px rgba(0, 0, 0, 0.4);
    margin-bottom: 15px; }
  .services .services-text {
    padding: 20px 20px 20px 30px; }
    @media screen and (max-width: 1050px) {
      .services .services-text {
        padding: 20px 10px 20px 10px; } }
  .services p {
    font-size: 18px;
    min-height: 100px; }

/******* services end *********/
/******* about start *********/
.about {
  padding-top: 150px; }
  .about .about-text {
    background-color: #fff;
    padding: 40px; }
  .about .about-img {
    height: 500px;
    transform: translateY(2rem);
    width: calc( 50% + 3rem ); }

/******* about end *********/
/******* michael start *********/
.michael .michael-box {
  background-color: #566F60;
  padding: 5% 4%; }
.michael .michael-text {
  padding: 20px 80px 20px 40px; }
.michael p {
  color: #fff;
  line-height: 30px; }
.michael img {
  width: 100%;
  height: 100%;
  max-height: 400px;
  object-fit: cover;
  object-position: top center; }

/******* michael end *********/
/******* planing start *********/
.planing {
  padding-bottom: 110px; }
  .planing .planing-box {
    padding: 80px 50px;
    background-color: #fff;
    min-height: 225px;
    vertical-align: middle;
    box-shadow: 0em 0.8em 2.8em rgba(0, 0, 0, 0.13);
    margin-bottom: 15px; }
    @media screen and (max-width: 1050px) {
      .planing .planing-box {
        padding: 40px 30px;
        min-height: 120px; } }
  .planing .planing-box:hover {
    background-color: rgba(255, 255, 255, 0.6); }
  .planing h4 {
    text-transform: uppercase;
    color: #526B57;
    letter-spacing: 3px;
    font-size: 20px; }

/******* planing end *********/
/**********testimonial start*************/
.testimonial .owl-carousel {
  padding-left: 30px; }
  @media (max-width: 991px) {
    .testimonial .owl-carousel {
      padding-left: 0; } }
.testimonial p {
  font-size: 20px;
  line-height: 30px;
  margin-top: 20px;
  letter-spacing: 1px;
  color: #fff; }
  @media (max-width: 991px) {
    .testimonial p {
      margin-top: 20px;
      font-size: 22px;
      line-height: 28px; } }
.testimonial .title-h {
  color: #fff;
  padding-left: 40px; }
  @media (max-width: 991px) {
    .testimonial .title-h {
      padding-left: 10px; } }
.testimonial h4 {
  color: #C9C3AC;
  font-size: 27px;
  margin-top: 30px;
  font-weight: 400; }
.testimonial h6 {
  color: #C9C3AC;
  font-size: 32px;
  letter-spacing: 2px;
  font-weight: 200; }
.testimonial .owl-quote {
  width: 50px !important;
  margin: 30px 0 30px 0; }
@media (max-width: 991px) {
  .testimonial .test-img {
    margin-top: 30px; } }
.testimonial .btn {
  margin-top: 50px; }
.testimonial .owl-theme .owl-controls {
  text-align: left;
  margin-left: 0px;
  margin-top: 30px; }
  @media (max-width: 991px) {
    .testimonial .owl-theme .owl-controls {
      text-align: center; } }
.testimonial .owl-theme .owl-dots .owl-dot.active span, .testimonial .owl-theme .owl-dots .owl-dot:hover span {
  background: #C9C3AC; }

/**********testimonial end**********/
/******* contact start *******/
.contact input, .contact textarea {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid rgba(233, 202, 156, 0.4);
  margin-bottom: 15px;
  outline: none;
  border-radius: 0; }
.contact form {
  margin-right: 20px; }
  @media screen and (max-width: 768px) {
    .contact form {
      margin-right: 0; } }
.contact select {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid rgba(233, 202, 156, 0.4);
  margin-bottom: 15px;
  outline: none;
  border-radius: 0;
  background-color: #fff; }
.contact .sep {
  background: #a9c396;
  margin: 35px 0 25px 0; }
.contact .table-row {
  display: table-row;
  height: 85px; }
.contact .table-cell {
  display: table-cell;
  padding: 2px;
  vertical-align: middle; }
.contact .table-cell img {
  height: 60px;
  width: 60px;
  margin-right: 30px; }
.contact .table-cell span {
  color: #d7d2c1;
  font-size: 19px;
  letter-spacing: 2px; }
  @media (max-width: 991px) {
    .contact .table-cell span {
      font-size: 15px;
      line-height: 17px;
      letter-spacing: 1px; } }
.contact .contact-box {
  background-color: #526b57;
  padding: 40px 80px;
  margin-left: 20px; }
  @media (max-width: 1200px) {
    .contact .contact-box {
      padding: 50px 40px 50px 50px; } }
  @media (max-width: 991px) {
    .contact .contact-box {
      margin-top: 40px;
      margin-left: 0;
      padding: 20px 15px; } }
  .contact .contact-box h3 {
    color: #FEFEFC;
    font-size: 42px;
    letter-spacing: 2px; }
  .contact .contact-box .title-small {
    color: #d7d2c1; }

/******* contact end *******/
/********** blog start *********/
.blog {
  padding-top: 40px; }
  .blog .services-box {
    position: relative;
    background: transparent;
    vertical-align: top;
    min-height: 420px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    box-shadow: none; }
    @media (max-width: 991px) {
      .blog .services-box {
        min-height: auto; } }
  .blog .services-box:hover {
    -ms-transform: scale(1.05);
    /* IE 9 */
    -webkit-transform: scale(1.05);
    /* Safari 3-8 */
    transform: scale(1.05); }
  .blog .btn {
    margin-top: 40px; }
  .blog .blog-btn {
    text-transform: uppercase;
    position: absolute;
    left: 25px;
    bottom: 25px;
    letter-spacing: 3px; }
    @media (max-width: 991px) {
      .blog .blog-btn {
        position: relative;
        left: 0;
        bottom: 0; } }
  .blog p {
    font-size: 16px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* number of lines to show */
    -webkit-box-orient: vertical;
    min-height: auto; }
  .blog .services-box h3 {
    min-height: 46px;
    font-size: 21px;
    letter-spacing: 1px; }
    @media (max-width: 1200px) {
      .blog .services-box h3 {
        font-size: 18px;
        line-height: 24px; } }
  .blog .services-text {
    position: relative;
    background: #fff;
    box-shadow: 0em 0.8em 2.8em rgba(0, 0, 0, 0.13);
    min-height: 420px; }
    @media (max-width: 991px) {
      .blog .services-text {
        min-height: auto;
        padding: 20px 20px; } }
  .blog h5 {
    font-size: 18px;
    line-height: 26px;
    color: #3B3B3B;
    font-weight: 900;
    margin: 15px 0; }
  .blog .services-box:hover .blog-btn {
    color: #3B3B3B; }

/********* blog end *********/
/********** video start *******/
.video-img {
  width: 100%;
  height: 400px;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  @media (max-width: 768px) {
    .video-img {
      height: 220px; } }

.play-img {
  vertical-align: middle;
  width: 100px;
  margin-top: 155px;
  animation: shadow-pulse 2s infinite; }
  @media (max-width: 768px) {
    .play-img {
      margin-top: 80px;
      width: 60px; } }

.play-img {
  animation: shadow-pulse 2s infinite; }

@keyframes shadow-pulse {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.08); }
  100% {
    transform: scale(1); } }
.video .michael-box {
  background-color: #566F60;
  padding: 5% 4%; }
  .video .michael-box p {
    color: #fff;
    letter-spacing: 1px;
    margin-bottom: 25px;
    line-height: 31px; }
  .video .michael-box h4, .video .michael-box a {
    color: #C9C3AC; }
  .video .michael-box a {
    letter-spacing: 2px; }
  .video .michael-box a:hover {
    color: #fff; }
  .video .michael-box h5 {
    color: #fff;
    margin: 15px 0 20px 0;
    font-size: 16px;
    font-style: italic; }
  .video .michael-box h4 {
    font-size: 32px;
    margin-top: 5px; }

/********** video end *********/
/*********** footer start ***********/
.footer {
  background-color: #526B57; }
  .footer .footer-box1 {
    width: 35%;
    display: inline-block;
    vertical-align: top; }
    @media (max-width: 768px) {
      .footer .footer-box1 {
        width: 100%;
        padding-left: 15px; } }
  .footer .footer-box2 {
    width: 21%;
    display: inline-block;
    vertical-align: top; }
    @media (max-width: 768px) {
      .footer .footer-box2 {
        width: 100%;
        padding-left: 15px; } }
  .footer .footer-tel {
    display: block;
    color: #DABC88;
    font-size: 30px;
    font-weight: 700;
    font-family: "Oswald", sans-serif;
    letter-spacing: 2px;
    margin-left: 20px;
    margin-top: 20px; }
    @media (max-width: 768px) {
      .footer .footer-tel {
        margin-left: 0;
        margin-bottom: 30px; } }
  .footer ul {
    list-style: none;
    padding-left: 0; }
  .footer .footer-img {
    width: 70%;
    display: block;
    margin-top: 20px; }
  .footer h4 {
    color: #fff;
    font-size: 25px;
    letter-spacing: 0em;
    line-height: 1.4;
    font-weight: 400;
    text-transform: none; }
  .footer p {
    color: #fff;
    font-weight: 300;
    margin-bottom: 0; }
  .footer a {
    color: #C9C3AC; }
  .footer a:hover {
    color: #fff; }
  .footer .social-footer {
    display: inline-block;
    margin-right: 4px;
    vertical-align: top; }
  .footer .social-footer img {
    height: 42px;
    width: 42px;
    padding: 7px;
    background-color: #DABC88;
    border-radius: 50%;
    display: inline-block;
    vertical-align: top; }
  .footer .social-footer img:hover {
    background-color: #e1c89d; }
  .footer .social-footer .svg-inline--fa {
    background-color: #DABC88;
    height: 42px;
    width: 42px;
    padding: 9px;
    border-radius: 50%;
    color: #fff; }
  .footer .social-footer .svg-inline--fa:hover {
    background-color: #e1c89d; }

/********* footer end **********/
/******** footer end *******/
.footer-bottom {
  padding-top: 20px; }
  .footer-bottom img {
    max-height: 150px;
    width: auto;
    margin-bottom: 30px; }
  .footer-bottom p {
    font-size: 14px;
    line-height: 23px; }

/********************************/
.inner-hero {
  min-height: 55vh; }
  @media (max-width: 1030px) {
    .inner-hero {
      min-height: 25vh; } }
  .inner-hero .inner-hero-box {
    margin-top: 23vh; }
    @media (max-width: 1030px) {
      .inner-hero .inner-hero-box {
        margin-top: 10vh; } }
  .inner-hero h1 {
    color: #fff;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    letter-spacing: 2px;
    font-size: 57px; }
    @media (max-width: 768px) {
      .inner-hero h1 {
        font-size: 38px; } }

.about-page {
  background-color: #fff; }

.title-small-inner {
  color: #A9916B;
  font-size: 28px;
  margin-bottom: 20px; }

.about-page-box {
  background-color: #526B57;
  padding: 40px;
  margin: 20px 0; }
  @media (max-width: 768px) {
    .about-page-box {
      padding: 40px 20px; } }
  .about-page-box p {
    color: #fff;
    margin-bottom: 0; }

.about-michael-page {
  padding-top: 200px;
  background-color: #E5D8C5; }
  .about-michael-page .about-michael-box {
    background-color: #fff;
    padding: 70px 70px;
    margin-left: 30px; }
    @media (max-width: 991px) {
      .about-michael-page .about-michael-box {
        margin-left: 0;
        margin-top: 15px;
        padding: 30px 15px; } }

.practice-page-box {
  border: 3px solid #526B57;
  padding: 40px;
  margin: 20px 0; }
  @media (max-width: 768px) {
    .practice-page-box {
      padding: 40px 20px; } }

.resources-page-box {
  box-shadow: 0em 0.8em 2.8em rgba(0, 0, 0, 0.13);
  padding: 50px; }
  @media (max-width: 768px) {
    .resources-page-box {
      padding: 40px 20px; } }

.contact-page {
  padding-top: 200px;
  background-color: #fff; }
  @media (max-width: 991px) {
    .contact-page {
      padding-top: 100px; } }

input, textarea, select {
  width: 100%;
  padding: 9px 15px;
  border: 1px solid rgba(233, 202, 156, 0.4);
  margin-bottom: 15px;
  outline: none;
  border-radius: 0; }

form {
  padding: 60px 50px;
  background-color: #526B57; }
  @media (max-width: 991px) {
    form {
      padding: 30px 15px; } }

.contact-page .svg-inline--fa {
  margin-right: 10px; }

.contact-page iframe {
  height: 680px;
  background-color: #f2f2f2; }
  @media (max-width: 768px) {
    .contact-page iframe {
      height: 300px;
      margin-top: 30px; } }

/*******************/
.review-start-box {
  background-color: #fff;
  padding-bottom: 10px; }
  .review-start-box .review-page-box {
    position: relative;
    border: 1px solid #DABC88;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .review-start-box .owl-quote {
    height: 40px;
    width: auto; }
  .review-start-box p {
    color: #526B57;
    font-size: 27px;
    margin-top: 10px; }
  .review-start-box .review-page-box:hover {
    background-color: rgba(218, 188, 136, 0.15); }
  .review-start-box .review-page-box:hover .svg-inline--fa {
    opacity: 0.8; }

.review-page-reviews {
  z-index: 0;
  background-color: #fff;
  margin-top: -5px; }
  .review-page-reviews .review-page-review-box {
    background-color: #526B5A;
    margin-bottom: 30px;
    box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.3); }
  .review-page-reviews img {
    height: 34px;
    width: auto; }
  .review-page-reviews .svg-inline--fa {
    color: #f6d55c;
    margin: 2px;
    font-size: 25px; }
  .review-page-reviews .footer-review {
    background-color: #fff;
    padding: 20px 0; }
  .review-page-reviews .review-top {
    padding: 30px; }
  .review-page-reviews h3 {
    color: #C9C3AC;
    font-size: 28px;
    letter-spacing: 1px;
    font-weight: 200;
    margin-bottom: 25px; }
  .review-page-reviews p {
    color: #fff;
    margin: 25px 0; }
  .review-page-reviews h4 {
    font-size: 22px;
    color: #f2f2f2; }

.button_container {
  position: fixed;
  top: 28px;
  right: 20px;
  height: 25px;
  width: 25px;
  cursor: pointer;
  z-index: 100;
  transition: opacity .25s ease; }
  @media screen and (max-width: 991px) {
    .button_container {
      top: 20px; } }

.button_container:hover {
  opacity: .7; }

.button_container.active .top .svg-inline--fa {
  display: none; }

.button_container span {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .35s ease;
  cursor: pointer; }

.button_container .svg-inline--fa {
  color: #fff; }
  @media screen and (max-width: 768px) {
    .button_container .svg-inline--fa {
      color: #DABC88; } }

#more {
  display: none; }

#myBtn {
  border: 1px solid #DABC88;
  padding: 50px;
  color: #526B57;
  font-size: 27px;
  width: 100%;
  border-radius: 0;
  color: #DABC88;
  font-weight: 400;
  letter-spacing: 1px;
  margin: 0;
  box-shadow: none;
  outline: none; }
  @media (max-width: 991px) {
    #myBtn {
      padding: 5px 0px;
      margin: 0px 0 20px 0; } }

#myBtn:hover {
  text-decoration: underline; }

/*
.w3-badge,.w3-tag{background-color:#000;color:#fff;display:inline-block;padding-left:8px;padding-right:8px;text-align:center}.w3-badge{border-radius:50%}
.w3-ul{list-style-type:none;padding:0;margin:0}.w3-ul li{padding:8px 16px;border-bottom:1px solid #ddd}.w3-ul li:last-child{border-bottom:none}
.w3-tooltip,.w3-display-container{position:relative}.w3-tooltip .w3-text{display:none}.w3-tooltip:hover .w3-text{display:inline-block}
.w3-ripple:active{opacity:0.5}.w3-ripple{transition:opacity 0s}
.w3-input{padding:8px;display:block;border:none;border-bottom:1px solid #ccc;width:100%}
.w3-select{padding:9px 0;width:100%;border:none;border-bottom:1px solid #ccc}*/
.w3-dropdown-click, .w3-dropdown-hover {
  position: relative;
  display: inline-block;
  cursor: pointer; }

.w3-dropdown-hover:hover .w3-dropdown-content {
  display: block; }

.w3-dropdown-hover:first-child, .w3-dropdown-click:hover {
  background-color: #ccc;
  color: #000; }

.w3-dropdown-hover:hover > .w3-button:first-child, .w3-dropdown-click:hover > .w3-button:first-child {
  background-color: #ccc;
  color: #000; }

.w3-dropdown-content {
  cursor: auto;
  color: #000;
  background-color: #fff;
  display: none;
  position: absolute;
  min-width: 160px;
  margin: 0;
  padding: 0;
  z-index: 1; }

.w3-check, .w3-radio {
  width: 24px;
  height: 24px;
  position: relative;
  top: 6px; }

.w3-sidebar {
  height: 100%;
  width: 200px;
  background-color: #fff;
  position: fixed !important;
  z-index: 1;
  overflow: auto; }

.w3-bar-block .w3-dropdown-hover, .w3-bar-block .w3-dropdown-click {
  width: 100%; }

.w3-bar-block .w3-dropdown-hover .w3-dropdown-content, .w3-bar-block .w3-dropdown-click .w3-dropdown-content {
  min-width: 100%; }

.w3-bar-block .w3-dropdown-hover .w3-button, .w3-bar-block .w3-dropdown-click .w3-button {
  width: 100%;
  text-align: left;
  padding: 8px 16px; }

.w3-main, #main {
  transition: margin-left .4s; }

.w3-modal {
  z-index: 3;
  display: none;
  padding-top: 200px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.4); }

.w3-modal-content {
  margin: auto;
  background-color: #fff;
  position: relative;
  padding: 0;
  outline: 0;
  width: 600px; }

/*

.w3-bar{width:100%;overflow:hidden}.w3-center .w3-bar{display:inline-block;width:auto}
.w3-bar .w3-bar-item{padding:8px 16px;float:left;width:auto;border:none;display:block;outline:0}
.w3-bar .w3-dropdown-hover,.w3-bar .w3-dropdown-click{position:static;float:left}
.w3-bar .w3-button{white-space:normal}
.w3-bar-block .w3-bar-item{width:100%;display:block;padding:8px 16px;text-align:left;border:none;white-space:normal;float:none;outline:0}
.w3-bar-block.w3-center .w3-bar-item{text-align:center}.w3-block{display:block;width:100%}*/
.w3-responsive {
  display: block;
  overflow-x: auto; }

.w3-container:after, .w3-container:before, .w3-panel:after, .w3-panel:before, .w3-row:after, .w3-row:before, .w3-row-padding:after, .w3-row-padding:before,
.w3-cell-row:before, .w3-cell-row:after, .w3-clear:after, .w3-clear:before, .w3-bar:before, .w3-bar:after {
  content: "";
  display: table;
  clear: both; }

/*.w3-col,.w3-half,.w3-third,.w3-twothird,.w3-threequarter,.w3-quarter{float:left;width:100%}
.w3-col.s1{width:8.33333%}.w3-col.s2{width:16.66666%}.w3-col.s3{width:24.99999%}.w3-col.s4{width:33.33333%}
.w3-col.s5{width:41.66666%}.w3-col.s6{width:49.99999%}.w3-col.s7{width:58.33333%}.w3-col.s8{width:66.66666%}
.w3-col.s9{width:74.99999%}.w3-col.s10{width:83.33333%}.w3-col.s11{width:91.66666%}.w3-col.s12{width:99.99999%}
@media (min-width:601px){.w3-col.m1{width:8.33333%}.w3-col.m2{width:16.66666%}.w3-col.m3,.w3-quarter{width:24.99999%}.w3-col.m4,.w3-third{width:33.33333%}
.w3-col.m5{width:41.66666%}.w3-col.m6,.w3-half{width:49.99999%}.w3-col.m7{width:58.33333%}.w3-col.m8,.w3-twothird{width:66.66666%}
.w3-col.m9,.w3-threequarter{width:74.99999%}.w3-col.m10{width:83.33333%}.w3-col.m11{width:91.66666%}.w3-col.m12{width:99.99999%}}
@media (min-width:993px){.w3-col.l1{width:8.33333%}.w3-col.l2{width:16.66666%}.w3-col.l3{width:24.99999%}.w3-col.l4{width:33.33333%}
.w3-col.l5{width:41.66666%}.w3-col.l6{width:49.99999%}.w3-col.l7{width:58.33333%}.w3-col.l8{width:66.66666%}
.w3-col.l9{width:74.99999%}.w3-col.l10{width:83.33333%}.w3-col.l11{width:91.66666%}.w3-col.l12{width:99.99999%}}
.w3-rest{overflow:hidden}.w3-stretch{margin-left:-16px;margin-right:-16px}
.w3-content,.w3-auto{margin-left:auto;margin-right:auto}.w3-content{max-width:980px}.w3-auto{max-width:1140px}
.w3-cell-row{display:table;width:100%}.w3-cell{display:table-cell}
.w3-cell-top{vertical-align:top}.w3-cell-middle{vertical-align:middle}.w3-cell-bottom{vertical-align:bottom}
.w3-hide{display:none!important}.w3-show-block,.w3-show{display:block!important}.w3-show-inline-block{display:inline-block!important}*/
@media (max-width: 1205px) {
  .w3-auto {
    max-width: 95%; } }
@media (max-width: 600px) {
  .w3-modal-content {
    margin: 40px 10px;
    width: auto !important; }

  .w3-modal {
    padding-top: 230px; }

  .w3-dropdown-hover.w3-mobile .w3-dropdown-content, .w3-dropdown-click.w3-mobile .w3-dropdown-content {
    position: relative; }

  .w3-hide-small {
    display: none !important; }

  .w3-mobile {
    display: block;
    width: 100% !important; }

  .w3-bar-item.w3-mobile, .w3-dropdown-hover.w3-mobile, .w3-dropdown-click.w3-mobile {
    text-align: center; }

  .w3-dropdown-hover.w3-mobile, .w3-dropdown-hover.w3-mobile .w3-btn, .w3-dropdown-hover.w3-mobile .w3-button, .w3-dropdown-click.w3-mobile, .w3-dropdown-click.w3-mobile .w3-btn, .w3-dropdown-click.w3-mobile .w3-button {
    width: 100%; } }
@media (max-width: 768px) {
  .w3-modal-content {
    width: 500px; }

  .w3-modal {
    padding-top: 50px; } }
@media (min-width: 993px) {
  .w3-modal-content {
    width: 80vw; }

  .w3-hide-large {
    display: none !important; }

  .w3-sidebar.w3-collapse {
    display: block !important; } }
@media (max-width: 992px) and (min-width: 601px) {
  .w3-hide-medium {
    display: none !important; } }
@media (max-width: 992px) {
  .w3-sidebar.w3-collapse {
    display: none; }

  .w3-main {
    margin-left: 0 !important;
    margin-right: 0 !important; }

  .w3-auto {
    max-width: 100%; } }
.w3-top, .w3-bottom {
  position: fixed;
  width: 100%;
  z-index: 1; }

.w3-top {
  top: 0; }

.w3-bottom {
  bottom: 0; }

.w3-overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2; }

/*.w3-display-topleft{position:absolute;left:0;top:0}.w3-display-topright{position:absolute;right:0;top:0}
.w3-display-bottomleft{position:absolute;left:0;bottom:0}.w3-display-bottomright{position:absolute;right:0;bottom:0}
.w3-display-middle{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%)}
.w3-display-left{position:absolute;top:50%;left:0%;transform:translate(0%,-50%);-ms-transform:translate(-0%,-50%)}
.w3-display-right{position:absolute;top:50%;right:0%;transform:translate(0%,-50%);-ms-transform:translate(0%,-50%)}
.w3-display-topmiddle{position:absolute;left:50%;top:0;transform:translate(-50%,0%);-ms-transform:translate(-50%,0%)}
.w3-display-bottommiddle{position:absolute;left:50%;bottom:0;transform:translate(-50%,0%);-ms-transform:translate(-50%,0%)}*/
.w3-display-container:hover .w3-display-hover {
  display: block; }

.w3-display-container:hover span.w3-display-hover {
  display: inline-block; }

.w3-display-hover {
  display: none; }

.w3-display-position {
  position: absolute; }

.w3-circle {
  border-radius: 50%; }

.w3-round-small {
  border-radius: 2px; }

.w3-round, .w3-round-medium {
  border-radius: 4px; }

.w3-round-large {
  border-radius: 8px; }

.w3-round-xlarge {
  border-radius: 16px; }

.w3-round-xxlarge {
  border-radius: 32px; }

.w3-row-padding, .w3-row-padding > .w3-half, .w3-row-padding > .w3-third, .w3-row-padding > .w3-twothird, .w3-row-padding > .w3-threequarter, .w3-row-padding > .w3-quarter, .w3-row-padding > .w3-col {
  padding: 0 8px; }

.w3-container, .w3-panel {
  padding: 0.01em 16px; }

.w3-panel {
  margin-top: 16px;
  margin-bottom: 16px; }

/*.w3-code,.w3-codespan{font-family:Consolas,"courier new";font-size:16px}
.w3-code{width:auto;background-color:#fff;padding:8px 12px;border-left:4px solid #4CAF50;word-wrap:break-word}
.w3-codespan{color:crimson;background-color:#f1f1f1;padding-left:4px;padding-right:4px;font-size:110%}
.w3-card,.w3-card-2{box-shadow:0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)}
.w3-card-4,.w3-hover-shadow:hover{box-shadow:0 4px 10px 0 rgba(0,0,0,0.2),0 4px 20px 0 rgba(0,0,0,0.19)}*/
.w3-spin {
  animation: w3-spin 2s infinite linear; }

@keyframes w3-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }
.w3-animate-fading {
  animation: fading 10s infinite; }

@keyframes fading {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.w3-animate-opacity {
  animation: opac 0.8s; }

@keyframes opac {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.w3-animate-top {
  position: relative;
  animation: animatetop 0.4s; }

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0; }
  to {
    top: 0;
    opacity: 1; } }
.w3-animate-left {
  position: relative;
  animation: animateleft 0.4s; }

@keyframes animateleft {
  from {
    left: -300px;
    opacity: 0; }
  to {
    left: 0;
    opacity: 1; } }
.w3-animate-right {
  position: relative;
  animation: animateright 0.4s; }

@keyframes animateright {
  from {
    right: -300px;
    opacity: 0; }
  to {
    right: 0;
    opacity: 1; } }
.w3-animate-bottom {
  position: relative;
  animation: animatebottom 0.4s; }

@keyframes animatebottom {
  from {
    bottom: -300px;
    opacity: 0; }
  to {
    bottom: 0;
    opacity: 1; } }
.w3-animate-zoom {
  animation: animatezoom 0.6s; }

@keyframes animatezoom {
  from {
    transform: scale(0); }
  to {
    transform: scale(1); } }
.w3-animate-input {
  transition: width 0.4s ease-in-out; }

.w3-animate-input:focus {
  width: 100% !important; }

/*.w3-opacity,.w3-hover-opacity:hover{opacity:0.60}.w3-opacity-off,.w3-hover-opacity-off:hover{opacity:1}
.w3-opacity-max{opacity:0.25}.w3-opacity-min{opacity:0.75}
.w3-greyscale-max,.w3-grayscale-max,.w3-hover-greyscale:hover,.w3-hover-grayscale:hover{filter:grayscale(100%)}
.w3-greyscale,.w3-grayscale{filter:grayscale(75%)}.w3-greyscale-min,.w3-grayscale-min{filter:grayscale(50%)}
.w3-sepia{filter:sepia(75%)}.w3-sepia-max,.w3-hover-sepia:hover{filter:sepia(100%)}.w3-sepia-min{filter:sepia(50%)}
.w3-tiny{font-size:10px!important}.w3-small{font-size:12px!important}.w3-medium{font-size:15px!important}.w3-large{font-size:18px!important}
.w3-xlarge{font-size:24px!important}.w3-xxlarge{font-size:36px!important}.w3-xxxlarge{font-size:48px!important}.w3-jumbo{font-size:64px!important}
.w3-section,.w3-code{margin-top:16px!important;margin-bottom:16px!important}
.w3-margin{margin:16px!important}.w3-margin-top{margin-top:16px!important}.w3-margin-bottom{margin-bottom:16px!important}
.w3-margin-left{margin-left:16px!important}.w3-margin-right{margin-right:16px!important}*/
.w3-blue, .w3-hover-blue:hover {
  color: #fff !important;
  background-color: #2196F3 !important; }

.w3-display-topright {
  position: absolute;
  right: 0;
  top: 0;
  color: #fff !important;
  background-color: #526B57 !important;
  padding: 5px 15px 7px 15px;
  font-size: 30px; }

.w3-black {
  background-color: rgba(218, 188, 136, 0.15);
  padding: 50px 30px;
  border: none;
  width: 100%;
  color: #526B57;
  font-size: 27px; }
  @media (max-width: 991px) {
    .w3-black {
      font-size: 22px;
      padding: 30px 15px; } }

.w3-container {
  padding: 0; }

.review-open-text {
  padding: 50px; }
  @media (max-width: 991px) {
    .review-open-text {
      padding: 40px 15px; } }
  .review-open-text .svg-inline--fa {
    color: #f6d55c;
    margin: 2px;
    font-size: 25px; }
  .review-open-text form {
    padding: 30px 0px;
    background-color: #fff; }

.about-page {
  background-color: #E5D8C5; }
  .about-page .title-small, .about-page .blog-btn {
    color: #A9916B; }
  .about-page .services-box p {
    font-size: 17px;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    min-height: auto; }
  .about-page .services-box {
    margin-bottom: 30px; }

.pagination {
  border-radius: 0; }

.pagination > li:first-child > a, .pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px; }

.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px; }

.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #526B57;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(82, 107, 87, 0.3); }

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
  z-index: 2;
  color: #526B57;
  background-color: #f9f4eb;
  border-color: rgba(82, 107, 87, 0.5); }

.sidebar-blog {
  background-color: #fff;
  border: 1px solid rgba(82, 107, 87, 0.3);
  margin-bottom: 30px; }
  .sidebar-blog ul {
    list-style: none;
    padding-left: 0; }
  .sidebar-blog li {
    border-top: 1px solid rgba(82, 107, 87, 0.3); }
  .sidebar-blog h3 {
    padding: 30px; }
    @media (max-width: 991px) {
      .sidebar-blog h3 {
        padding: 15px 20px; } }
  .sidebar-blog a {
    color: #617D65;
    font-size: 18px;
    display: block;
    width: 100%;
    padding: 20px 30px; }
    @media (max-width: 991px) {
      .sidebar-blog a {
        padding: 10px 20px; } }
  .sidebar-blog a:hover {
    background-color: rgba(82, 107, 87, 0.9);
    color: #fff; }

.blog-detail {
  background-color: #E5D8C5;
  padding-top: 200px; }
  @media (max-width: 991px) {
    .blog-detail {
      padding-top: 100px; } }
  .blog-detail .blog-detail-img {
    height: 450px;
    margin: 30px 0; }
    @media (max-width: 768px) {
      .blog-detail .blog-detail-img {
        height: 220px;
        margin: 15px 0; } }

.blog-icon .svg-inline--fa {
  height: 45px;
  width: 45px;
  background-color: #BE9B61;
  color: #FFFFFF;
  border-radius: 50%;
  padding: 13px;
  margin: 3px; }

.blog-icon .svg-inline--fa:hover {
  background-color: #617D65; }

.blog-btn {
  text-align: right; }

.btn-yellow-blog .btn {
  background-color: #BE9B61;
  border: 2px solid #BE9B61; }
  @media (max-width: 991px) {
    .btn-yellow-blog .btn {
      padding: 5px 10px;
      font-size: 12px; } }

.blog-date {
  font-size: 23px; }

.blog-author {
  font-size: 27px;
  margin-bottom: 25px;
  color: #3B3B3B; }

.blog-detail-text {
  background-color: #fff;
  padding: 80px; }
  @media (max-width: 991px) {
    .blog-detail-text {
      padding: 40px 15px; } }
  .blog-detail-text p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 20px;
    color: #3B3B3B; }
  .blog-detail-text h2 {
    color: #A9916B; }
  .blog-detail-text a {
    font-size: 18px;
    line-height: 30px;
    color: #BE9B61; }
  .blog-detail-text a:hover {
    color: #526B57; }

.ul-dots {
  list-style: none; }
  .ul-dots .svg-inline--fa {
    margin-right: 10px;
    color: #BE9B61;
    margin-left: -30px;
    line-height: 20px;
    font-size: 15px;
    line-height: 25px; }
  .ul-dots li {
    margin-bottom: 5px; }
  .ul-dots a {
    color: #BE9B61; }
  .ul-dots a:hover {
    color: #526B57; }

.practice-detail-page {
  background-color: #fff; }
  .practice-detail-page iframe {
    height: 500px;
    margin: 20px 0;
    background-color: #f2f2f2; }
    @media (max-width: 768px) {
      .practice-detail-page iframe {
        height: 220px; } }

/*****tc-testimonial start******/
.tc-testimonial {
  background-attachment: fixed;
  background-repeat: repeat;
  padding: 40px 0; }

.tc-testimonial .owl-nav {
  background: #fff;
  position: absolute;
  right: 3%;
  padding-right: 10px;
  margin-top: 5px; }

.tc-testimonial .owl-prev {
  width: 20px;
  height: 30px;
  line-height: 20px;
  border-radius: 50%;
  background: #fff !important;
  color: #DABC88 !important;
  opacity: 1;
  color: #ccc; }

.tc-testimonial .owl-next {
  width: 20px;
  height: 30px;
  line-height: 20px;
  border-radius: 50%;
  background: #fff !important;
  color: #DABC88 !important;
  opacity: 1;
  padding: 0; }

.tc-testimonial .owl-next .svg-inline--fa, .tc-testimonial .owl-prev .svg-inline--fa {
  font-size: 24px; }

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

/*****tc-testimonial end******/
.testimonial-sidebar {
  background-color: #526B57;
  padding: 20px;
  padding: 20px 30px; }
  @media (max-width: 991px) {
    .testimonial-sidebar {
      padding: 20px 15px;
      margin-bottom: 30px; } }
  .testimonial-sidebar .test-h {
    color: #FFFFFF;
    font-family: "Oswald", sans-serif;
    font-size: 3rem;
    letter-spacing: 0em;
    line-height: 1.1;
    font-weight: 400;
    text-transform: none; }
  .testimonial-sidebar .test-p {
    color: #fff; }
  .testimonial-sidebar .btn {
    background-color: #DABC88;
    border: 2px solid #DABC88; }
  .testimonial-sidebar .description {
    font-family: "Quattrocento", serif;
    font-size: 24px;
    letter-spacing: 1px;
    line-height: 1.4;
    font-weight: 400;
    color: #fff;
    margin: 60px 5px 20px 5px;
    text-transform: none; }
  .testimonial-sidebar .title-name {
    color: #f2f2f2; }

.resources li {
  margin-bottom: 15px; }

#contact-submit {
  background-color: #DABC88;
  border: 2px solid #DABC88; }

/*# sourceMappingURL=style.css.map */
