/*
primaryColor : #c07352 / #bb6844
primaryColorDown: #d0957c
primaryTrans: #f1e1da
secColor : 9dcd5d
secTrans: b8db8a
secTransThird: e7f3d8

//Before:
primary: A52A2A;
primaryDown:a64a2b;

*/

/* heading */
.heading-section .subheading {
    font-weight: 800;
    font-size: 18px;
    display: block;
    margin-bottom: 0;
    color: #bb6844;
    position: relative; 
}
  
.heading-section h2 {
    font-size: 30px;
    font-weight: 700; 
}
@media (max-width: 767.98px) {
    .heading-section h2 {
        font-size: 28px; 
    } 
}
  
.heading-section.heading-section-white .subheading {
    color: rgba(255, 255, 255, 0.7); 
}
  
.heading-section.heading-section-white h2 {
    font-size: 40px;
    color: #fff; 
}
  
.heading-section.heading-section-white p {
    color: rgba(255, 255, 255, 0.9); 
}
  
.heading-section .category {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 12px;
    letter-spacing: 2px; 
}
.heading-section .category span a {
    color: #000000; 
}
.heading-section .category span.active {
    font-weight: 500; 
}


/* color */
.bg-top {
    background: #f1e1da !important;
    background: #e7f3d8 !important;
}

.bg-dark {
    background-color: #bb6844 !important; 
  }
  
a.bg-dark:hover, a.bg-dark:focus,
  button.bg-dark:hover,
  button.bg-dark:focus {
    background-color: #1d2124 !important; 
}
  
.bg-white {
    background-color: #fff !important; 
}
  
.bg-transparent {
    background-color: transparent !important; 
}
.bg-new{
    background-color: #70483a09;
}
  

.topper {
    font-size: 15px;
    width: 100%;
    display: block; 
}
    @media (max-width: 767.98px) {
      .topper {
        margin-bottom: 10px; 
      } 
    }
    .topper .icon {
      width: 40px;
      height: 40px;
      background: #bb6844;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%; 
    }
    .topper .icon span {
        color: #fff; 
    }
    .topper .text {
      width: calc(100% - 40px);
      color: rgba(255, 255, 255, 0.7);
      padding-left: 15px; 
    }
    .topper .d-block {
      width: 100%; 
    }
    .topper .btn {
      width: 100% !important;
      -webkit-border-radius: 60px;
      -moz-border-radius: 60px;
      -ms-border-radius: 60px;
      border-radius: 60px; 
    }
    @media (min-width: 768px) {
        .topper .btn {
            border-bottom-left-radius: 0;
            border-top-right-radius: 0; 
        } 
    }

/* links */
a {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    color: #bb6844; 
}
a:hover, a:focus {
    text-decoration: none;
    color: #bb6844;
    outline: none !important; 
}

/* button */

.btn {
    cursor: pointer;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; 
}
    .btn:hover, .btn:active, .btn:focus {
      outline: none; 
    }
    .btn.btn-primary {
      background: #bb6844;
      border: 1px solid #bb6844;
      color: #ffffff; 
    }
    .btn.btn-primary:hover {
        border: 1px solid #bb6844;
        background: transparent;
        color: #bb6844; 
    }
    .btn.btn-primary.btn-outline-primary {
        border: 1px solid #bb6844;
        background: transparent;
        color: #bb6844; 
    }
    .btn.btn-primary.btn-outline-primary:hover {
        border: 1px solid transparent;
        background: #bb6844;
        color: #fff; 
    }
    .btn.btn-white {
      background: #fff;
      border: 1px solid #fff;
      color: #bb6844; 
    }
    .btn.btn-white:hover, .btn.btn-white:focus, .btn.btn-white:active {
        border: 1px solid #fff;
        color: #bb6844; 
    }
    .btn.btn-white.btn-outline-white {
        border-color: rgba(255, 255, 255, 0.8);
        background: none;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -ms-border-radius: 30px;
        border-radius: 30px;
        border-width: 1px;
        color: #fff; 
    }
    .btn.btn-white.btn-outline-white:hover, .btn.btn-white.btn-outline-white:focus, .btn.btn-white.btn-outline-white:active {
        background: #fff;
        border-color: #fff;
        color: #bb6844; 
    }
    .btn.btn-secondary {
        background: #bb6844;
        border: 1px solid #bb6844;
        color: #fff; 
    }
    .btn.btn-secondary:hover, .btn.btn-secondary:focus, .btn.btn-secondary:active {
        border: 1px solid #bb6844;
        color: #fff; 
    }
  
    .btn-custom {
        font-weight: 500;
        color: #bb6844;
        border-bottom: 4px solid #bb6844; 
    }

/* .ftco-nav */
.ftco-navbar-light {
    background: transparent !important;
    background: #bb6844 !important;
    z-index: 3;
    padding: 0; 
}
@media (max-width: 991.98px) {
    .ftco-navbar-light {
        background: #000000 !important;
        background: #bb6844 !important;
        position: relative;
        top: 0;
        padding: 10px 15px; 
    } 
}
.ftco-navbar-light .navbar-brand {
    color: #fff; 
}
    .ftco-navbar-light .navbar-brand:hover, .ftco-navbar-light .navbar-brand:focus {
    color: #fff; 
}
@media (max-width: 991.98px) {
    .ftco-navbar-light .navbar-brand {
        color: #fff; 
    } 
}
@media (max-width: 991.98px) {
    .ftco-navbar-light .navbar-nav {
        padding-bottom: 10px; 
    } 
}
.ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
    font-size: 14px;
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 500;
    color: #fff;
    opacity: 1 !important; 
}
.ftco-navbar-light .navbar-nav > .nav-item > .nav-link:hover {
    color: #bb6844; 
    background-color: #fff;
}
@media (max-width: 991.98px) {
    .ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
        padding-left: 0;
        padding-right: 0;
        padding-top: .9rem;
        padding-bottom: .9rem;
        color: rgba(255, 255, 255, 0.7); }
        .ftco-navbar-light .navbar-nav > .nav-item > .nav-link:hover {
        color: #fff; } }
.ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu {
    border: none;
    background: #fff;
    -webkit-box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
    -moz-box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
    box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41); 
}
.ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu .dropdown-item {
    font-size: 14px; 
}
.ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu .dropdown-item:hover, .ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu .dropdown-item:focus {
    background: transparent;
    color: #000000;
}
.ftco-navbar-light .navbar-nav > .nav-item.ftco-seperator {
    position: relative;
    margin-left: 20px;
    padding-left: 20px; 
}
@media (max-width: 991.98px) {
    .ftco-navbar-light .navbar-nav > .nav-item.ftco-seperator {
        padding-left: 0;
        margin-left: 0; 
    } 
}
.ftco-navbar-light .navbar-nav > .nav-item.ftco-seperator:before {
    position: absolute;
    content: "";
    top: 10px;
    bottom: 10px;
    left: 0;
    width: 2px;
    background: rgba(255, 255, 255, 0.05); }
    @media (max-width: 991.98px) {
        .ftco-navbar-light .navbar-nav > .nav-item.ftco-seperator:before {
        display: none; } }
.ftco-navbar-light .navbar-nav > .nav-item.cta > a {
    color: #000000; 
}
    @media (max-width: 767.98px) {
    .ftco-navbar-light .navbar-nav > .nav-item.cta > a {
        padding-left: 15px;
        padding-right: 15px; } }
    @media (max-width: 991.98px) {
.ftco-navbar-light .navbar-nav > .nav-item.cta > a {
        color: #fff;
        background: #bb6844; 
    } 
}
.ftco-navbar-light .navbar-nav > .nav-item.active > a {
    color: #bb6844; 
    background-color: #fff;
}

@media (max-width: 991.98px) {
    .ftco-navbar-light .navbar-nav > .nav-item.active > a {
        color: #bb6844;
    }
    .ftco-navbar-light .navbar-nav > .nav-item > a {
        
        text-align: center;
    } 
}
.ftco-navbar-light .navbar-toggler {
    border: none;
    color: rgba(255, 255, 255, 0.5) !important;
    cursor: pointer;
    padding-right: 0;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: .1em; }
    .ftco-navbar-light .navbar-toggler:focus {
    outline: none !important; }
.ftco-navbar-light.scrolled {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    margin-top: -130px;
    background: #fff !important;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1); 
}

.ftco-navbar-light.scrolled .nav-item.active > a {
    color: #fff !important; 
    
}
.ftco-navbar-light.scrolled .nav-item.cta > a {
    color: #bb6844 !important;
 
    border: none !important; 
}
.ftco-navbar-light.scrolled .nav-item.cta > a span {
    display: inline-block;
    color: #fff !important; 
}

.ftco-navbar-light.scrolled .nav-item.cta.cta-colored span {
    border-color: #bb6844; 
}
@media (max-width: 991.98px) {
    .ftco-navbar-light.scrolled .navbar-nav {
        background: none;
        border-radius: 0px;
        padding-left: 0rem !important;
        padding-right: 0rem !important; 
    } 
}
@media (max-width: 767.98px) {
    .ftco-navbar-light.scrolled .navbar-nav {
        background: none;
        padding-left: 0 !important;
        padding-right: 0 !important; 
    } 
}
.ftco-navbar-light.scrolled .navbar-toggler {
    border: none;
    color: rgba(0, 0, 0, 0.5) !important;
    border-color: rgba(0, 0, 0, 0.5) !important;
    cursor: pointer;
    padding-right: 0;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: .1em; 
}

.ftco-navbar-light.scrolled .nav-link {
    padding-top: 0.9rem !important;
    padding-bottom: 0.9rem !important;
    color: #000000 !important; 
}
.ftco-navbar-light.scrolled .nav-link.active {
    color: #fff !important; 
   
}

.ftco-navbar-light.scrolled.awake {
    margin-top: 0px;
    -webkit-transition: .3s all ease-out;
    -o-transition: .3s all ease-out;
    transition: .3s all ease-out; 
}

.ftco-navbar-light.scrolled.sleep {
    -webkit-transition: .3s all ease-out;
    -o-transition: .3s all ease-out;
    transition: .3s all ease-out; 
}
.ftco-navbar-light.scrolled .navbar-brand {
    color: #000000; 
}



/* end color */
.sticky-h {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #bb6844 !important;
    opacity: 0.9;
    font-weight: bold !important;
}
.ftco-intro a.round-btn{
    font-weight: 900;
    color: rgb(255, 255, 255);
}
.round-btn{
    border-radius: 0%;
}
.round-btn-5{
    border-radius: 50px;
}
.round-btn-4{
    border-radius: 20px;
}
.round-btn-2{
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
}
.round-btn-1{
    border-bottom-right-radius: 50%; 
    border-top-right-radius: 50%;  
}
.ftco-intro .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: .8;
    background: #e7f3d8; 
  }



.book-now {
    background: #c0c0bf !important;
}
.book-now h3{
    color: #fff;
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.book-now a:hover{
    color:white !important;
}

.title h2,h3{
    font-weight: 400;
    padding-left: 10px;
    color: rgb(116, 116, 116);
       

}
.skewx{
    position: absolute;
    background-color: #b8db8a;
    padding-left: 10px;
    color: white;
    height: 45px;
    width: 50%;
    transform: skewX(-15deg);
    z-index: -1;
}
.skewx_r{
    position: absolute;
    background-color: #b8db8a;
    padding: 10px;
    padding-left: 10px;
   
    color: white !important;
    height: 30px;
    width: 80%;
    transform: skewX(-15deg);
    z-index: -1;
    
}
.route_view{
    padding: 10px;
}

.day{
    margin-bottom: 30px;
}
.day_t{
    position: absolute;
    z-index:  -1;
 
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-color: #cfcfcf;
}
.dayt h3{
    padding-left: 10px;
}
.day_d{
    background-color: #fbfbfb;
    padding: 10px;
    border-radius: 20px;

    border-left :2px solid #cfcfcf;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;

}

.route_view{
    border-bottom: 1px solid #cfcfcf;    

}

.section-headline h3 {
    display: inline-block;
    /* font-size: 35px;
    font-weight: 600; */
    /* margin-bottom: 70px; */
    position: relative;
    text-transform: capitalize;
  }
  
.section-headline h3::after {
    border: 1px solid #bb6844;
    bottom: 0px;
    content: "";
    left: 0;
    /* margin: 0 auto; */
    position: absolute;
    right: 0;
    width: 40%;
  }
.double span{
    color: #bb6844;
}
.color-s{
    color: #bb6844;
    font-weight: 700;
}
.color-t{
    color: #bb6844;
}
.qns{
    color: #bb6844;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
    
}

.liney::before{
    border: 1px solid #bb6844;
    bottom: 0px;
    content: "";
    left: 0;
    margin: 0 auto;
    position: relative;
    right: 0;
    width: 35%;
    display: block;
}
.liney::after{
    border: 3px solid #bb6844;
    bottom: 1px;
    content: "";
    left: 0;
    margin: 0 auto;
    position: relative;
    right: 0;
    width: 10%;
    display: block;
}
.media .ftco-icon {
    width: 100px; 
  }
.media .ftco-icon span {
    color:#bb6844; 
}


/* FOOTER */
.ftco-footer {
    font-size: 14px;
    background: #e7f3d8;
}
.ftco-footer .ftco-footer-widget {
    width: 100%;
    display: block; 
}
.ftco-footer .ftco-footer-widget h2 {
    font-weight: normal;
    color: #bb6844;
    margin-bottom: 40px;
    font-size: 22px;
    font-weight: 700; 
}
.ftco-footer .ftco-footer-widget h2::after{
    content: '';
    display: block;
    border: 3px solid #bb6844;
    width: 60%;

}
.ftco-footer .ftco-footer-widget ul li a span {
    color: #a5401f; 
    font-weight: 600;
}
.ftco-footer .ftco-footer-widget .btn-primary {
    background: #bb6844 !important;
    border: 2px solid #bb6844 !important; 
}

.ftco-footer .ftco-footer-widget .btn-primary:hover {
    background: #fff !important;
    border: 2px solid #fff !important;
    color:#bb6844 !important;
}

.ftco-footer p {
    color: #313131;
    font-weight: 500;
}
.ftco-footer a {
    color: #313131; 
}
.ftco-footer a:hover {
    color: #bb6844; 
}
.ftco-footer .ftco-heading-2 {
    font-size: 17px;
    font-weight: 400;
    color: #000000; 
}

.ftco-footer .subscribe-form .form-group {
    position: relative;
    margin-bottom: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}
.ftco-footer .subscribe-form .form-group input {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    width: 100%;
    background: rgba(255, 255, 255, 0.692) !important;
    border: none;
    color: rgba(39, 39, 39, 0.363) !important;
    font-size: 16px; 
}
.ftco-footer .subscribe-form .form-group input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(39, 39, 39, 0.7) !important; 
}
.ftco-footer .subscribe-form .form-group input::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(39, 39, 39, 0.7) !important; 
}
.ftco-footer .subscribe-form .form-group input:-ms-input-placeholder {
    /* IE 0+ */
    color: rgba(39, 39, 39, 0.7) !important; 
}
.ftco-footer .subscribe-form .form-group input:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(39, 39, 39, 0.7) !important;
}
.ftco-footer .subscribe-form .form-group .submit {
    color: #fff !important;
    font-size: 16px;
    background: #bb6844 !important;
    border: none !important;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease; 
}
.ftco-footer .subscribe-form .form-group .submit:hover {
    cursor: pointer;
    background: #bb6844 !important; 
}
.ftco-footer .subscribe-form .icon {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: rgba(255, 255, 255, 0.8); 
}
.ftco-footer .block-21 .text .heading {
    font-weight: 400;
    font-size: 16px; 
}
        .ftco-footer .block-21 .text .heading a {
        color: rgba(255, 255, 255, 0.9); 
    }

.ftco-footer .block-21 .text .meta > div {
    display: inline-block;
    font-size: 12px;
    margin-right: 5px; 
}
.ftco-footer .block-21 .text .meta > div a {
    color: gray; 
}
.ftco-footer .open-hours {
    color: #fff;
    font-size: 18px; 
}
.ftco-footer .open-hours span {
    color: rgba(255, 255, 255, 0.3); 
}
  
.ftco-footer-social li {
    list-style: none;
    margin: 0 10px 0 0;
    display: inline-block;
}

.ftco-footer-social li a {
    height: 40px;
    width: 40px;
    display: block;
    float: left;
    background: #9c472b;
    
    border-radius: 50%;
    position: relative; 
}
.ftco-footer-social li a span {
    position: absolute;
    font-size: 20px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff !important;
}
.ftco-footer-social li a:hover {

    background-color: #a53813;
}


/* package   */
.blog-entry .text {
    position: relative;
    border-top: 0;
    border-radius: 2px; 
}
.blog-entry .text .heading {
    font-size: 20px;
    margin-bottom: 16px; 
    ;
}
.blog-entry .text .heading a {
    color: #bb6844 !important;
    text-transform: uppercase;
    font-weight: 400;    
}
.blog-entry .text .heading a:hover, .blog-entry .text .heading a:focus, .blog-entry .text .heading a:active {
    color: #a5401f !important;
}


.linea{
    border:1px dotted #a5401f ;
}


/* team */

.staff {
    overflow: hidden;
    margin-bottom: 30px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    
    box-shadow: 0px 0px 10px #c0c0bf;
}
.staff .img-wrap {
    height: 300px; 
}
.staff .img {
    width: 100%;
    display: block;
    background-position: top center;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease; 
}
.staff .text {
    position: relative;
    background: #fff;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease; 
}
.staff .text h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease; 
}
.staff .text .position {
    text-transform: uppercase;
    color: #a5401f;
    display: block;
    letter-spacing: 1px; 
}
.staff .text .faded {
    opacity: 1; 
}
.staff .ftco-social {
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    padding: 15px 10px;
    background: #a5401f;
    opacity: 0;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease; 
}
.staff .ftco-social li a {
    color: #000000; 
}
.staff:hover .ftco-social, .staff:focus .ftco-social {
    opacity: 1;
    top: -58px; 
}
.staff:hover .img, .staff:focus .img {
    margin-top: -10px; 
}
.staff:hover .text h3, .staff:focus .text h3 {
    color: #a5401f; 
}
.staff:hover .text .position, .staff:focus .text .position {
    color: #000000; 
}


/* testimony */
.testimony-section {
    position: relative; }
    .testimony-section .owl-carousel {
      margin: 0; }
    .testimony-section .owl-carousel .owl-stage-outer {
      padding-top: 4em;
      padding-bottom: 2em;
      position: relative; }
    .testimony-section .owl-nav {
      position: absolute;
      top: 100%;
      width: 100%; }
      .testimony-section .owl-nav .owl-prev,
      .testimony-section .owl-nav .owl-next {
        position: absolute;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        margin-top: -10px;
        outline: none !important;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease;
        opacity: 0; }
        .testimony-section .owl-nav .owl-prev span:before,
        .testimony-section .owl-nav .owl-next span:before {
          font-size: 30px;
          color: rgba(0, 0, 0, 0.2);
          -moz-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          -webkit-transition: all 0.3s ease;
          -ms-transition: all 0.3s ease;
          transition: all 0.3s ease; }
        .testimony-section .owl-nav .owl-prev:hover span:before, .testimony-section .owl-nav .owl-prev:focus span:before,
        .testimony-section .owl-nav .owl-next:hover span:before,
        .testimony-section .owl-nav .owl-next:focus span:before {
          color: #000000; }
      .testimony-section .owl-nav .owl-prev {
        left: 50%;
        margin-left: -80px; }
      .testimony-section .owl-nav .owl-next {
        right: 50%;
        margin-right: -80px; }
    .testimony-section:hover .owl-nav .owl-prev,
    .testimony-section:hover .owl-nav .owl-next {
      opacity: 1; }
    .testimony-section:hover .owl-nav .owl-prev {
      left: 50%;
      margin-left: -80px; }
    .testimony-section:hover .owl-nav .owl-next {
      right: 50%;
      margin-right: -80px; }
    .testimony-section .owl-dots {
      text-align: left; }
      .testimony-section .owl-dots .owl-dot {
        width: 10px;
        height: 10px;
        margin: 5px;
        border-radius: 50%;
        background: rgba(0, 0, 0, 0.2); }
        .testimony-section .owl-dots .owl-dot.active {
          background: #bb6844; }
  
  .testimony-wrap {
    display: block;
    position: relative;
    background: rgba(255, 255, 255, 0.1);
    color: rgba(0, 0, 0, 0.8); 
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding:10px;
    border-radius: 20px;
  }
    .testimony-wrap .user-img {
      width: 120px;
      height: 120px;
      border-radius: 2px;
      position: relative;
      margin-top: 20px; }
    .testimony-wrap .text {
      width: 100%;
      position: relative; }
    .testimony-wrap .quote {
      position: absolute;
      top: -60px;
      left: 0; }
      .testimony-wrap .quote i {
        font-size: 44px;
        color: #bb6844; }
    .testimony-wrap .name {
      font-weight: 400;
      font-size: 18px;
      margin-bottom: 0;
      color: #000000; }
    .testimony-wrap .position {
      font-size: 14px;
      color: #bb6844; }

/* values */
.services-2 {
    width: 100%; 
  }
  .services-2 h3 {
    font-size: 20px;
    font-weight: 700; 
  }
  .services-2 .icon {
    line-height: 1.3;
    position: relative;
    width: 74px;
    height: 74px;
    margin: 0 auto;
    position: relative;
    z-index: 0;
    margin-top: 0; 
  }
  .services-2 .icon:after {
    position: absolute;
    top: -10px;
    left: 0;
    bottom: 0;
    right: 0;
    content: '';
    border: 2px dotted #bb6844;
    border-bottom: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    z-index: -1;
    width: 74px;
    height: 74px; 
  }
  .services-2 .icon:before {
    position: absolute;
    top: 50%;
    left: 50%;
    bottom: 0;
    right: 0;
    content: '';
    background: #bb6844;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: -20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    z-index: -1;
    width: 40px;
    height: 40px; 
  }
  .services-2 .icon span {
    font-size: 70px;
    color: #000000; 
  }
  .services-2 .text {
    margin-left: 2em; 
}

.services-2:nth-child(1) {
    background: rgba(0, 0, 0, 0.05);
}
.services-2:nth-child(2) {
    background: #a5401f; 
}
.services-2:nth-child(2) .text h3,.services-2:nth-child(2) .text p{
    color: #fff;
}

.services-2:nth-child(2) .icon:after {
    border-color: #fff !important; 
}

.services-2:nth-child(2) .icon:before {
    background: #fff !important;
}

.services-2:nth-child(3) {
    background:  rgba(0, 0, 0, 0.05);
    
}
.services-2:nth-child(3) .icon:before {
    background:#bb6844 !important; 
}

.services-2:nth-child(3) .icon span {
    color: #bb6844 !important; 
}

/* side vitu */
.sidev{
    background-color: rgba(223, 223, 223, 0.746) !important;
    border-radius: 10px;
}
.block-21 .blog-img {
    display: block;
    height: 80px;
    width: 80px; }
  
  .block-21 .text {
    width: calc(100% - 100px); 
   
  }
    .block-21 .text .heading {
        
      font-size: 18px;
      font-weight: 400; 
    }
      .block-21 .text .heading a {
        color: #bb6844 !important; 
    }
    .block-21 .text .heading a:hover, .block-21 .text .heading a:active, .block-21 .text .heading a:focus {
          color: #bb6844; 
    }
    .block-21 .text .subheading {
        padding-top: 15px;
        font-size: 15px; 
      }
        .block-21 .text .subheading a {
          color: #000000; 
      }
      .block-21 .text .heading a:hover, .block-21 .text .heading a:active, .block-21 .text .heading a:focus {
            color: #bb6844; 
      }

/* contact section */
.contact-section .contact-info p a {
    color: #1a1a1a; }
  
  .contact-section .box {
    width: 100%;
    display: block; 
}
.contact-info .subheading{
    color: #bb6844;
    font-weight: 600;

}  
.contact-section .contact-info .icon-c{
    width: 100px;
    height: 100px;
    border-radius: 50px;
    
    margin: 0 auto;
    
}  

.contact-info .icon-c .icon{
    color:#bb6844;
    font-size: 4em;

    display: block;
    text-align: center;
   
}

.contact-section .contact-info .outer-t {
    box-shadow: 1px 5px 10px 0px #d1d1d1;
    border-radius: 10px;

}
/*
.contact-info .outer-t .icon-t{
    
    height:100px;
    width: 100px;
    background-color: #fff;
    border: 1px solid #afafaf;
    border-radius: 75px;
    margin:0 auto;
    margin-top: 10px;
}
.contact-info .outer-t .icon-t .icon-tt{
    font-size: 6em;
    color: #bb6844;
}
.contact-info .outer-t .icon-t span{
    display: block;
    text-align: center;
} */

/* page error */
.error-page1 {
    margin: 20px auto 0;
    width: 600px;
  }
  
  @media (max-width: 767.98px) {
    .error-page1 {
      width: 100%;
    }
  }
  
  .error-page1 > .headline1 {
    float: left;
    font-size: 100px;
    font-weight: 300;
  }
  
  @media (max-width: 767.98px) {
    .error-page1 > .headline1 {
      float: none;
      text-align: center;
    }
  }
  
  .error-page1 > .error-content {
    display: block;
    margin-left: 190px;
  }
  
  @media (max-width: 767.98px) {
    .error-page1 > .error-content {
      margin-left: 0;
    }
  }
  
  .error-page1 > .error-content > h3 {
    font-size: 25px;
    font-weight: 300;
  }
  
  @media (max-width: 767.98px) {
    .error-page1 > .error-content > h3 {
      text-align: center;
    }
  }
  .text-warning {
    color: #a53813 !important;
  }
  
  a.text-warning:hover, a.text-warning:focus {
    color: #a53813 !important;
  }
  
  