body {
    color: #5e5b52 !important;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.mySlides {
    display: none;
}

img {
    vertical-align: middle;
}

/* Slideshow container */
.slideshow-container {
    position: relative;
    margin: auto;
    text-align: center;
}

.ourTeamSection div p:first-of-type {
    font-weight: bold;
    color: #c59d5f;
    font-size: 1.8rem;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: relative;
    bottom: 55px;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0;
    user-select: none;
    text-decoration: none !important;
    z-index: 20;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 0;
}

/* On hover, add a grey background color */
.prev:hover,
.next:hover {
    background: #fff;
    background: rgba(255, 255, 255, 0.6);
    background: rgb(255, 255, 255, 0.6);
    color: black;
}

.slideshow-container img {
    height: 500px;
    animation-name: fade;
    animation-duration: 0.6s;
    width: 100%;
    filter: brightness(0.5);
}

/* header {
    background: #ffb901;
    padding: 15px;
    z-index: 12 !important;
  } */

header .sign {
    text-align: right;
}

header .sign a {
    margin-right: 20px;
}

header a {
    color: #5e5b52;
    font-size: 14px;
}

header a:hover span,
header a:focus span {
    color: #5e5b52;
}

header a:hover,
header a:focus {
    color: #aa0000;
    text-decoration: none;
}

header .logo-div img {
    height: auto;
    max-height: 125px;
}

header .logo-div>div:after {
    content: "";
    border-left: 115px solid transparent;
    border-right: 115px solid transparent;
    border-top: 15px solid #ffb901;
    width: 100%;
    height: 69px;
    position: absolute;
    bottom: -69px;
    left: 0;
}

header.nav-fixed .logo-div>div:after {
    bottom: -78px;
    border-top: none;
}

header .logo-div>div {
    max-width: 230px;
    margin: auto;
    background: #ffb901;
    padding: 0 50px;
    position: absolute;
    z-index: 2;
    left: 50%;
    margin-left: -120px;
    overflow: unset;
    width: 100%;
    top: -18px;
    text-align: center;
}

.search-div-other>div>div {
    display: inline-flex;
    width: 100%;
    max-width: 550px;
    position: relative;
}



.modal-content {
    background-color: #0d0d0d !important;
}

.search-div-other>div {
    max-width: 300px;
    margin: auto;
}

.search-div-other select {
    width: 100%;
    max-width: 150px;
    font-size: 14px;
    color: #5e5b52;
    padding: 0 0 0 25px;
    text-transform: capitalize;
}

.search-div-other select,
.search-div-other button,
.search-div-other input {
    margin: 0;
    border: none;
    background: #eee;
    height: 40px;
}

.search-div-other select:focus,
.search-div-other button:focus,
.search-div-other input:focus {
    outline: none;
}

.search-div-other i.fa-map-marker-alt {
    position: absolute;
    top: 10px;
    font-size: 16px;
    color: #5e5b52;
    left: 10px;
}

.search-div-other i.fa-search {
    font-size: 18px;
    color: #fff;
}

.search-div-other button {
    background: #aa0000;
}

.search-div>div {
    display: inline-flex;
    width: 100%;
    max-width: 550px;
    position: relative;
}

.search-div h1 {
    color: #fff;
    margin-bottom: 25px;
    font-size: 30px;
    font-weight: 600;
    font-family: sans-serif;
}

.search-div {
    position: absolute;
    top: 38%;
    width: 100%;
    text-align: center;
    z-index: 10;
}

.search-div select,
.search-div button,
.search-div input {
    margin: 0;
    border: none;
    background: #eee;
    height: 45px;
}

.search-div select option {
    padding: 15px;
    background: #fff;
    border: none;
}

.search-div select {
    width: 100%;
    max-width: 150px;
    font-size: 15px;
    font-weight: 600;
    color: #5e5b52;
    padding: 0 0 0 25px;
    text-transform: capitalize;
}

.search-div input {
    width: 100%;
    max-width: 240px;
    padding: 0 0 0 15px;
}

.search-div button {
    width: 100%;
    background: #aa0000;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    max-width: 150px;
}

.search-div button:focus,
.search-div input:focus,
.search-div select:focus {
    border: none;
    outline: none;
}

.search-div .select {
    width: 27%;
}

.search-div .input {
    width: 43%;
}

.search-div .search {
    width: 27%;
}

.search-div i.fa-map-marker-alt {
    position: absolute;
    top: 12px;
    font-size: 18px;
    color: #5e5b52;
    left: 10px;
}

.social-div {
    position: fixed;
    top: 35%;
    right: 0;
    z-index: 999;
    margin-top: -65px;
}

.social-div>div {
    background: #ffb901;
    display: grid;
    padding: 10px;
}

.social-div a {
    color: #fff;
}

.social-div a:hover i {
    animation: shake 0.5s;
    animation-iteration-count: initial;
}

.social-div i {
    margin-bottom: 5px;
    font-size: 22px;
}

header>.row {
    margin: 0;
}

.nav-fixed {
    background: #ffb901;
    position: fixed;
    width: 100%;
    box-shadow: 4px 1px 19px 3px #eee;
    top: 0;
    z-index: 1;
    padding: 5px;
    min-height: 50px;
}

header.nav-fixed .logo-div img {
    max-width: 125px;
}

.search-div.search-fixed h1 {
    display: none;
}

.search-div.search-fixed {
    position: fixed;
    text-align: center;
    z-index: 21;
    left: 0;
    top: 50px;
    padding: 25px 0;
    background: rgba(0, 0, 0, 0.2);
}

header.nav-fixed .logo-div>div {
    top: 0;
}

.overflow-hidden {
    overflow: hidden;
}

.cat-slider h5 {
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 600;
}

.cat-slider .item {
    text-align: center;
}

.owl-cat:hover .fa-stack {
    display: block;
}

.owl-cat {
    text-align: center;
}

.owl-cat .owl-item img {
    display: block;
    width: 100%;
    max-height: 110px;
    max-width: 110px;
    margin: auto;
}

.owl-cat .fa-stack:hover {
    background: rgba(0, 0, 0, 0.7);
    transition: 0.9s;
}

.owl-cat a:hover {
    color: #aa0000;
}

.owl-cat a {
    color: #333;
    text-decoration: none !important;
}

.owl-cat .fa-stack {
    position: absolute;
    bottom: 25px;
    background: rgba(0, 0, 0, 0.2);
    font-size: 25px;
    padding: 10px;
    height: auto;
    width: auto;
    cursor: pointer;
    display: none;
    color: #fff;
}

.cat-slider {
    padding: 50px 0;
}

.multi-slider {
    padding-bottom: 40px;
}

.multi-slider:nth-child(odd) {
    background: #f2f0e9;
}

.multi-slider .fa-stack {
    display: none;
}

.multi-slider h1 {
    font-size: 25px;
    color: #333;
    text-transform: capitalize;
    font-weight: 600;
    text-align: center;
    margin-bottom: 45px;
}

.multi-slider .item {
    height: 150px;
    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: center !important;
    position: relative;
    margin-right: 20px;
}

.owl-cat .owl-wrapper {
    margin: auto;
}

.multi-slider .item a:hover,
.multi-slider .item a:focus {
    text-decoration: none;
}

.multi-slider .item>div>a:first-child {
    position: absolute;
    height: 100%;
    width: 100%;
}

.multi-slider .item>div {
    position: absolute;
    background: rgba(170, 0, 0, 0.7);
    height: 100%;
    width: 100%;
    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
    padding: 10px 15px;
}

.multi-slider .item h6 {
    position: absolute;
    color: #eee;
    font-size: 12px;
    left: 15px;
    bottom: 10px;
}

.multi-slider .item button:hover,
.multi-slider .item button:focus {
    background: #fff;
    transition: 1.5s;
    color: #aa0000;
    outline: none;
}

.multi-slider .item button {
    position: absolute;
    bottom: 10px;
    right: 15px;
    text-transform: capitalize;
    border: 2px solid #fff;
    background: transparent;
    color: #fff;
    font-weight: 600;
}

.multi-slider h5 {
    color: #fff;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 600;
}

footer ul li>a:hover,
footer ul li>a:focus {
    color: #aa0000;
    text-decoration: none;
    border: none;
    outline: none;
}

.testim .arrow footer ul li>a {
    color: #5e5b52;
    padding-right: 10px;
    text-transform: capitalize;
}

footer ul>li {
    float: left;
}

footer ul {
    list-style: none;
    padding: 0;
    font-size: 12px;
}

footer h4 {
    text-transform: uppercase;
    color: #333;
    font-size: 14px;
    font-family: serif;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 20px 0 10px 0;
}

footer .links:not(:last-child) {
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}

footer>div:first-child {
    max-width: 1250px;
    margin: auto;
    display: grid;
    padding: 0;
}

footer {
    background: #f7fcf9;
    padding: 10px 40px 30px;
}

.mandate:after {
    content: "*";
    color: red;
    font-size: 20px;
    position: absolute;
    top: -10px;
}

.messageshow {
    color: red;
    display: none;
}

.modal {
    background: rgba(255, 255, 255, 0.7);
}

.modal-dialog {
    max-width: 900px;
    width: 100% !important;
    margin: 75px auto;
}

.modal-content {
    border-radius: 0;
    border: none;
    box-shadow: 0 5px 15px #eee;
}

.testimonial-section {
    background-color: black;
}

#get-quote label,
#signin label,
.free-listing-form label {
    position: relative;
    font-weight: 400;
    text-transform: capitalize;
}

#get-quote .form-control,
#signin .form-control,
.free-listing-form .form-control,
.profile-div .form-control {
    border-radius: 0;
    border: none !important;
    background: #eee;
    height: 40px;
}

#get-quote .modal-title,
#signin .modal-title {
    text-transform: capitalize;
    font-size: 15px;
}

#get-quote .modal-title span,
#signin .modal-title span,
.free-listing-form span {
    font-size: 17px;
    color: #aa0000;
}

#get-quote .submit:hover,
#get-quote .submit:focus,
#get-quote .close:hover,
#get-quote .close:focus,
#signin .submit:hover,
#signin .submit:focus,
#signin .close:hover,
#signin .close:focus,
.free-listing-form button:hover,
.free-listing-form button:focus,
.profile-div button:hover,
.profile-div button:focus {
    outline: none;
}

#get-quote .close,
#signin .close {
    position: absolute;
    right: -30px;
    font-size: 30px;
    top: 0;
}

#get-quote .submit:hover,
#signin .submit:hover,
.free-listing-form .submit:hover,
.profile-div button:hover,
#get-quote .submit:focus,
#signin .submit:focus,
.free-listing-form .submit:focus,
.profile-div button:focus {
    color: #fff !important;
    outline: none;
}



#get-quote .submit,
#signin .submit,
.free-listing-form .submit,
.profile-div button {
    background: #aa0000;
    border: 2px solid #aa0000;
    color: #fff;
    font-weight: 600;
    padding: 5px 20px;
    width: 100%;
    max-width: 200px;
    margin-top: 10px;
    border-radius: 0 !important;
}

#get-quote img,
#signin img {
    width: 100%;
}

/***************Start Extra*****************/
.m0 {
    margin: 0 !important;
}

.border-left {
    border-left: 1px solid #eee;
}

/***************End Margin*****************/
/***************Start Animation*****************/
@keyframes fade {
    from {
        filter: brightness(0.2);
        transform: rotateH(90deg);
    }

    to {
        filter: brightness(0.5);
        transform: rotateH(360deg);
    }
}

@keyframes shake {
    0% {
        transform: translate(1px, 1px) rotate(0deg);
    }

    10% {
        transform: translate(-1px, -2px) rotate(-1deg);
    }

    20% {
        transform: translate(-3px, 0px) rotate(1deg);
    }

    30% {
        transform: translate(3px, 2px) rotate(0deg);
    }

    40% {
        transform: translate(1px, -1px) rotate(1deg);
    }

    50% {
        transform: translate(-1px, 2px) rotate(-1deg);
    }

    60% {
        transform: translate(-3px, 1px) rotate(0deg);
    }

    70% {
        transform: translate(3px, 1px) rotate(-1deg);
    }

    80% {
        transform: translate(-1px, -1px) rotate(1deg);
    }

    90% {
        transform: translate(1px, 2px) rotate(0deg);
    }

    100% {
        transform: translate(1px, -2px) rotate(-1deg);
    }
}

/***************End Animation*****************/
/***********************Start Vendor Listing*************************/
.vendor-listing-ad .owl-buttons {
    display: none;
}

.head-section img {
    width: 100%;
    height: 150px;
}

.p0 {
    padding: 0 !important;
}

.listing {
    border: 1px solid #ccc;
    padding: 25px 0;
}

.vendor-listing .left-side {
    border: 1px solid #ccc;
    padding: 0 15px;
}

.vendor-listing .left-side h3 {
    font-size: 14px;
    font-weight: 600;
    color: #444;
    text-transform: capitalize;
}

.vendor-listing .left-side ul li {
    margin-bottom: 5px;
}

.vendor-listing .left-side ul a {
    text-decoration: none;
    color: #777;
    font-size: 14px;
    text-transform: capitalize;
}

.vendor-listing .left-side ul,
.vendor-listing .right-side ul {
    padding: 0;
    list-style: none;
}

.vendor-listing .right-side ul:not(:first-child) a:hover,
.vendor-listing .right-side ul:not(:first-child) a:focus {
    color: #777;
}

.vendor-listing .left-side ul a:hover {
    color: #444;
}

.vendor-listing .right-side ul a {
    text-decoration: none;
    color: #777;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 600;
    margin-right: 25px;
}

.vendor-listing .right-side .filter {
    border: 1px solid #ccc;
    margin-bottom: 25px;
    border-right: none;
}

.vendor-listing .right-side ul {
    display: inline-flex;
    padding: 10px;
}

.cat-listing {
    padding: 15px 0;
}

.cat-listing img {
    width: 100%;
    margin-top: 30px;
    max-height: 120px;
}

.fl {
    float: right;
}

hr {
    width: 90%;
}

.right-side a:first-child {
    color: #aa0000;
    text-decoration: none !important;
}

.right-side h6 {
    margin: 3px 0;
    font-size: 12px;
    text-transform: capitalize;
}

.right-side h2 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.right-side a:hover {
    filter: brightness(0.7);
}

.rating-product i {
    color: #ffb901;
    font-size: 16px;
    cursor: pointer;
}

.heart,
.rating-product {
    margin-top: 10px;
}

.heart span {
    font-size: 16px;
    text-transform: capitalize;
    margin-left: 10px;
    font-weight: 600;
}

.heart i {
    color: #aa0000;
    font-size: 20px;
    cursor: pointer;
}

.description p {
    font-size: 15px;
    margin-top: 8px;
}

.description p>a {
    font-size: 14px;
    font-weight: 600;
    color: #aa0000;
}

.cat-listing button {
    text-transform: capitalize;
    border: 2px solid #aa0000;
    background: transparent;
    color: #aa0000;
    font-weight: 600;
    padding: 5px 25px;
}

.cat-listing button:hover,
.cat-listing button:focus {
    color: #fff;
    background: #aa0000;
    transition: 1s;
    outline: none;
}

/***********************End Vendor Listing*************************/
/***********************Start vendor listing details***************/
.vendor-listing-details .listing {
    padding: 0;
}


.reservationBtn {
    font-weight: 500;
}

.reservationBtn:hover {
    background-color: #b08f44 !important;
    color: white !important;
    border: none;
    outline: none;
}

.vendor-listing-details .logo-company img {
    width: 100%;
    max-height: unset;
    border: 1px solid #ccc;
    max-width: 150px;
    padding: 20px 10px;
    position: relative;
    top: 10px;
    z-index: 10;
    background: #fff;
    margin: 0;
}

.border-bottom {
    border-bottom: 1px solid #ccc;
}

.vendor-listing-details .head-section img {
    width: 100%;
    height: 150px;
}

.vendor-listing-details .company-head h2 {
    color: #aa0000;
    text-decoration: none !important;
    font-weight: 600;
}

.vendor-listing-details .company-head button {
    text-transform: capitalize;
    border: 2px solid #aa0000;
    background: transparent;
    color: #aa0000;
    font-weight: 600;
    float: right;
    padding: 5px 25px;
    width: 100%;
    max-width: 200px;
}

.vendor-listing-details .company-head h6 {
    margin: 3px 0;
    font-size: 12px;
    text-transform: capitalize;
}

.vendor-listing-details .company-head button:hover,
.vendor-listing-details .company-head button:focus {
    color: #fff;
    background: #aa0000;
    transition: 1s;
    outline: none;
}

.vendor-listing-details .map-button {
    margin-left: 15px;
    border: none !important;
    padding: 5px 15px !important;
    width: auto !important;
    background: #aa0000 !important;
    color: #fff !important;
    float: unset !important;
    position: relative;
    top: -3px;
}

.vendor-listing-details .category-details {
    padding: 0 15px 15px 15px;
}

.vendor-listing-details .nav-tabs>li.active>a,
.vendor-listing-details .nav-tabs>li.active>a:focus,
.vendor-listing-details .nav-tabs>li.active>a:hover {
    color: #555;
    border: none;
}

.vendor-listing-details .nav-tabs>li>a:hover {
    background: none;
    color: #555;
}

.vendor-listing-details .nav-tabs>li>a {
    border: none;
    color: #999;
    font-weight: 600;
    text-transform: capitalize;
}

.vendor-listing-details .nav-tabs li.active {
    border-bottom: 2px solid;
}

.vendor-listing-details .nav-tabs {
    border-bottom: none;
}

.inline-flex {
    display: inline-flex;
}

.vendor-details h5 {
    font-size: 15px;
    text-transform: capitalize;
}

.vendor-details i {
    font-size: 25px;
    margin-right: 20px;
}

.vendor-details h4 {
    font-size: 16px;
    margin: 0;
    font-weight: 600;
    text-transform: capitalize;
}

.vendor-details .inline-flex {
    margin-bottom: 15px;
}

.vendor-details h5>a {
    text-decoration: none;
    color: #5e5b52;
    font-weight: 400;
    font-size: 15px;
    text-decoration: none !important;
}

.vendor-listing-details h3 {
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 30px;
    text-transform: capitalize;
    color: #333;
}

.vendor-listing-details .gallery img {
    margin-bottom: 20px;
}

#review-tab .put-ratings {
    margin-bottom: 25px;
}

#review-tab .put-ratings #rating-number {
    font-weight: 600;
    margin-left: 15px;
}

#review-tab .put-ratings .rate-span {
    padding: 10px 0;
}

#review-tab .put-ratings .starrate {
    background: #ccc;
    padding: 7px 15px;
    margin-right: 5px;
    border-radius: 5px;
    cursor: pointer;
}

#review-tab .put-ratings span.bak.rat1,
#review-tab .put-ratings span.done.rat1:not(.undone) {
    background: #ffe6e6 !important;
}

#review-tab .put-ratings span.bak.rat2,
#review-tab .put-ratings span.done.rat2:not(.undone) {
    background: #ffcccc !important;
}

#review-tab .put-ratings span.bak.rat3,
#review-tab .put-ratings span.done.rat3:not(.undone) {
    background: #ffb3b3 !important;
}

#review-tab .put-ratings span.bak.rat4,
#review-tab .put-ratings span.done.rat4:not(.undone) {
    background: #ff9999 !important;
}

#review-tab .put-ratings span.bak.rat5,
#review-tab .put-ratings span.done.rat5:not(.undone) {
    background: #ff8080 !important;
}

#review-tab .put-ratings span.bak.rat6,
#review-tab .put-ratings span.done.rat6:not(.undone) {
    background: #ff6666 !important;
}

#review-tab .put-ratings span.bak.rat7,
#review-tab .put-ratings span.done.rat7:not(.undone) {
    background: #ff4d4d !important;
}

#review-tab .put-ratings span.bak.rat8,
#review-tab .put-ratings span.done.rat8:not(.undone) {
    background: #ff3333 !important;
}

#review-tab .put-ratings span.bak.rat9,
#review-tab .put-ratings span.done.rat9:not(.undone) {
    background: #ff1a1a !important;
}

#review-tab .put-ratings span.bak.rat10,
#review-tab .put-ratings span.done.rat10:not(.undone) {
    background: #cc0000 !important;
}

#review-tab textarea {
    width: 100%;
    height: 90px;
    max-width: 500px;
    background: #eee;
    border: none;
    padding: 10px;
}

.ourteamCard div p {
    font-size: 1rem !important;
}

.ourteamCard div h5 {
    margin: 1rem 0;
}

#review-tab label {
    margin-bottom: 15px;
}

.form-group {
    margin-bottom: 25px !important;
    display: grid;
}

#review-tab button:hover,
#review-tab button:focus,
#review-tab textarea:hover,
#review-tab textarea:focus {
    outline: none;
}

#review-tab button {
    background: #aa0000;
    border: 2px solid #aa0000;
    color: #fff;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 15px;
    padding: 5px 15px;
    width: 100%;
    max-width: 200px;
    margin-top: 15px;
}

.review-single h5 .entry-date {
    float: right;
    font-weight: 400;
}

.review-single h5 {
    font-weight: 600;
    text-transform: capitalize;
    margin: 0;
}

.review-single {
    border-bottom: 1px solid #eee;
    padding: 15px 0 0 0 !important;
}

.review-description {
    margin-top: 15px;
}

.pb-25 {
    padding-bottom: 25px;
}



.like-dislike .btn {
    background: #eee;
    border: 2px solid #eee;
    width: auto;
    color: #999;
    margin: 0;
    margin: 5px 0;
}

.like-dislike .btn:hover {
    color: #333 !important;
}

.like-dislike .btn>i {
    margin-right: 5px;
}

.like-dislike {
    border-top: 1px solid #eee;
    margin-top: 25px;
}

.dark {
    color: #333 !important;
}

/***********************End vendor listing details**************/
/***********************Start free listing **************/
.free-listing {
    padding: 80px 0;
    border: 1px solid #ccc;
}

.free-listing .free-listing-form {
    max-width: 800px;
    margin: auto;
}

.free-listing h3 {
    font-size: 18px;
    margin-bottom: 30px;
    color: #333;
}

.free-listing h3>b {
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
}

/***********************End free listing **************/
/***********************Start about us **************/
.about-us {
    padding: 35px 0px;
    border: 1px solid #ccc;
}

.header h2 {
    font-size: 30px;
    text-transform: uppercase;
    color: #333;
    font-weight: 600;
    text-shadow: 2px 2px #666;
    margin-bottom: 30px;
}

.about-us p {
    margin: 0 0 10px;
    font-size: 17px;
    text-align: justify;
}

.about-us h3 {
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 30px;
    text-transform: capitalize;
    color: #555;
    margin-top: 40px;
}

.header {
    padding: 0 15px;
}

.about-section img {
    width: 100%;
    height: auto;
    margin-top: 85px;
}

/***********************End about us **************/
/***********************Start company **************/
.company-conditions .nav-tabs {
    border-bottom: none;
    display: grid;
    text-transform: capitalize;
    padding-top: 20px;
}

.company-conditions .header h2 {
    font-size: 20px;
}

.company-conditions .nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    color: #5e5b52;
}

.company-conditions {
    padding: 35px 0px;
    border: 1px solid #ccc;
}

.company-conditions .nav-tabs>li.active>a,
.company-conditions .nav-tabs>li.active>a:focus,
.company-conditions .nav-tabs>li.active>a:hover {
    color: #333;
    border: none;
    border-bottom: 1px solid #eee;
}

.contact-details {
    text-align: center;
    padding-top: 25px;
}

.contact-details i {
    font-weight: 900;
    color: #aa0000;
    font-size: 30px;
}

.company-conditions .tab-content {
    border-left: 1px solid #ccc;
    padding-left: 15px;
}

.contact-details h4 {
    text-transform: uppercase;
    font-size: 19px;
    font-weight: 600;
    color: #333;
    margin: 20px 0;
}

#contact h5 {
    font-size: 14px;
    font-weight: 600;
}

.contact-details a {
    text-decoration: none !important;
    color: #5e5b52 !important;
}

.mapf {
    margin-top: 35px;
}

.company-conditions h4 {
    font-size: 15px !important;
    color: #333 !important;
    margin: 20px 0 15px 0 !important;
}

@media (max-width: 767px) {
    .company-conditions .nav-tabs {
        border-bottom: 1px solid #ccc;
        display: list-item;
    }

    .company-conditions .nav-tabs>li.active>a,
    .company-conditions .nav-tabs>li.active>a:focus,
    .company-conditions .nav-tabs>li.active>a:hover {
        border-bottom: 3px solid #333;
        padding-bottom: 15px !important;
    }

    .company-conditions .nav-tabs>li>a {
        font-size: 14px;
    }

    .fnts {
        font-size: 35px !important;
    }

    .fnts3 {
        font-size: 15px !important;
    }
}

#page {
    display: none;
}

/***********************End company **************/
/***********************Header**************/
/* .search-div-other,
  .search-icon {
    display: none;
  } */

.search-data {
    background: #fff;
    text-align: left;
    position: absolute;
    width: 97%;
    left: 0;
    display: none;
}

.search-data ul {
    list-style: none;
    padding: 10px;
    text-transform: capitalize;
    font-size: 14px;
}

.search-data ul a {
    color: #5e5b52;
    text-decoration: none !important;
}

.search-data ul li {
    margin: 10px 0;
    cursor: pointer;
}

.search-data ul .li-head span {
    float: right;
    color: blue;
    font-size: 12px;
}

.search-data ul a:hover {
    color: #333;
}

.search-data ul .li-head h4 {
    font-weight: 600;
    font-size: 16px;
    color: #333;
}

.search-data ul .li-head {
    margin: 15px 0;
}

header.nav-fixed .sign a {
    margin-right: 20px;
    position: relative;
    top: 10px;
}

.social-div .free-btn {
    position: absolute;
    left: -43px;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    width: 125px;
    max-width: 200px;
    padding: 8px 15px;
    background: #aa0000;
    text-align: center;
    bottom: -100px;
    font-weight: 600;
    text-transform: capitalize;
    z-index: 10;
    border: 2px solid #aa0000;
}

.social-div .free-btn:focus,
.social-div .free-btn:hover {
    color: #aa0000 !important;
    background: #fff;
    border: 2px solid #aa0000;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
}

.filter::-webkit-scrollbar {
    width: 4px;
    height: 5px;
}

.fr {
    float: right;
}

.filter>ul:first-child {
    min-width: 450px;
}

.filter>ul:nth-child(2) {
    min-width: 400px;
    min-width: 150px;
}

.call-quote-div {
    text-align: right;
}

.breadcrumb a:hover,
.breadcrumb a:focus {
    color: #aa0000;
}

.breadcrumb a {
    color: #5e5b52;
    text-decoration: none !important;
}

.remove-wish:hover,
.remove-wish:focus {
    color: #fff;
}

.remove-wish {
    background: #aa0000;
    float: right;
    color: #fff;
}

.breadcrumb {
    margin-bottom: 0 !important;
    text-transform: capitalize;
}

.sign-in-form {
    padding: 40px 15px;
    max-width: 400px;
    margin: auto;
}

.register-form,
.forgot-form {
    padding: 0 15px;
    max-width: 400px;
    margin: auto;
    display: none;
}

.modal-dialog {
    padding: 30px;
}

@media (max-width: 767px) {
    .mob-none {
        display: none;
    }
}

.signupform,
.forgotform,
.signinform {
    color: #333;
    text-transform: capitalize;
    text-decoration: none !important;
    line-height: 2;
}

.signupform:hover,
.forgotform:hover,
.signinform:hover {
    color: #aa0000;
}

.text-right {
    text-align: right;
}

.remember span {
    margin-left: 30px;
    position: relative;
    top: -2px;
}

h6.remember {
    font-size: 14px;
    text-transform: capitalize;
    cursor: pointer;
}

.remember #rememberme {
    margin-right: 10px;
    height: 20px;
    width: 20px;
    position: absolute;
    top: 2px;
    cursor: pointer;
}

@media (max-width: 767px) {
    .search-div h1 {
        font-size: 20px;
    }

    .search-div {
        top: 0;
    }

    .web-view {
        display: none;
    }

    .search-icon,
    .signin-icon {
        width: 30px;
        margin-top: 15px;
    }

    header .logo-div>div {
        padding: 0;
    }

    header .logo-div {
        padding: 0;
    }

    .nav-fixed .search-icon,
    .nav-fixed .signin-icon {
        margin-top: 5px;
    }

    .nav-fixed .search-div-other {
        top: 60px;
    }

    header .logo-div>div:after {
        display: none;
    }

    .search-div-other {
        position: fixed;
        text-align: center;
        z-index: 21;
        left: 0;
        top: 70px;
        padding: 25px 0;
        background: rgba(0, 0, 0, 0.2);
        width: 100%;
    }

    header.nav-fixed .search-div-other {
        top: 50px;
    }

    header {
        padding: 5px;
    }

    header .logo-div img {
        max-height: 60px;
    }

    header .logo-div>div {
        position: unset;
        margin: 0;
    }

    header .logo-div>div:after {
        display: none;
    }

    .slideshow-container img {
        height: 250px;
    }

    .cat-listing img {
        width: 100%;
        max-height: 120px;
        max-width: 120px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .search-div .search {
        width: 50px;
    }

    .search-div button {
        width: 50px;
    }

    .search-div .input {
        width: 60%;
    }

    .search-div>div {
        max-width: 370px;
    }

    .vendor-listing-details .logo-company img {
        top: 15px;
        margin-bottom: 10px;
    }

    .nav-tabs a {
        font-size: 12px;
        padding: 10px 0 !important;
        margin-right: 7px !important;
    }

    .category-details .col-sm-10 {
        padding: 0;
    }

    .mob-call-btn:focus,
    .mob-call-btn:hover,
    .mob-quote-btn:focus,
    .mob-quote-btn:hover,
    .mob-map-btn:focus,
    .mob-map-btn:hover {
        outline: none;
    }

    .mob-call-btn {
        text-transform: capitalize;
        border: 2px solid #aa0000 !important;
        background: #aa0000;
        color: #fff !important;
        font-weight: 600 !important;
        padding: 5px 25px !important;
        width: 100%;
        max-width: 200px;
        border-top-left-radius: 20px !important;
        border-bottom-left-radius: 20px !important;
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }

    .mob-quote-btn {
        text-transform: capitalize;
        border: 2px solid #aa0000;
        background: #aa0000;
        color: #fff;
        font-weight: 600;
        float: right;
        padding: 5px 0;
        width: 100%;
        max-width: 200px;
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
    }

    .mob-map-btn {
        text-transform: capitalize;
        border: 2px solid #fff;
        background: #fff;
        color: #aa0000;
        font-weight: 600;
        padding: 5px 0;
        width: 100%;
        max-width: 200px;
        text-align: center;
    }

    .mob-quote-call>div {
        max-width: 500px;
        margin: auto;
    }

    .mob-quote-call {
        position: fixed;
        width: 100%;
        bottom: 0;
        z-index: 10;
        background: #fff;
        left: 0;
        padding: 15px 10px;
        border-top: 1px solid #ccc;
    }

    .mob-quote-call .col-xs-5,
    .mob-quote-call .col-xs-2 {
        padding: 0;
    }

    .vendor-listing-details .category-details {
        padding: 15px;
    }

    #review-tab .put-ratings .starrate {
        padding: 3px 10px;
    }

    #review-tab .put-ratings #rating-number {
        margin-left: 10px;
    }

    .vendor-listing-details .company-head h2 {
        font-size: 17px;
    }

    .heart i {
        top: 3px;
        position: relative;
    }

    .heart span {
        font-size: 14px;
    }

    .cat-listing .col-xs-3 {
        padding: 0 !important;
    }

    .call-quote-div {
        text-align: center;
        margin: 10px;
    }

    .cat-listing button {
        text-transform: capitalize;
        border: 2px solid #aa0000;
        background: #aa0000;
        color: #fff;
        font-weight: 600;
        float: right;
        padding: 5px 0;
        width: 100%;
        max-width: 200px;
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
    }

    .breadcrumb {
        padding: 8px 15px;
        margin-bottom: 20px;
        list-style: none;
        background-color: #f5f5f5;
        border-radius: 4px;
        margin-bottom: 0;
    }

    .about-us h3 {
        text-align: left;
    }
}

@media (min-width: 768px) {
    .mob-view {
        display: none !important;
    }
}

@media (max-width: 480px) {

    #get-quote .close,
    #signin .close {
        right: 10px;
        top: 10px;
    }

    .modal-dialog {
        padding: 15px !important;
    }

    .sign-in-form,
    .register-form,
    .forgot-form {
        padding: 15px 0;
    }

    .modal-body,
    .modal-body .col-sm-6 {
        padding: 15px;
    }

    .cat-listing .right-side a:first-child {
        font-size: 16px;
    }

    .call-quote-div .col-xs-6 {
        padding: 0;
    }

    .right-side a:first-child:not(.mob-call-btn) {
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    .filter {
        display: inline-flex;
        overflow: auto;
        width: 100%;
    }
}

body {
    width: 100%;
}

.testim {
    height: fit-content;
}

.testim .wrap {
    width: 100%;
    height: auto;
    padding: 40px 20px;
    margin: auto;
}

.testim .arrow {
    display: block;
    position: absolute;
    color: #eee;
    cursor: pointer;
    font-size: 2em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 5px;
    z-index: 99;
}

@media screen and (max-width: 770px) {
    .testim .arrow {
        display: block !important;
    }
}


.testim .arrow:before {
    cursor: pointer;
}

.testim .arrow:hover {
    color: #B09440;
}

.testim .arrow.left {
    left: 10px;
}

.testim .arrow.right {
    right: 10px;
}

.modal-header {
    border-bottom: 1px solid #c59d5f !important;
}

.testim .dots {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 60px;
    left: 0;
    display: block;
    z-index: 99;
    height: 12px;
}

.testim .dots .dot {
    list-style-type: none;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #eee;
    margin: 0 10px;
    cursor: pointer;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    position: relative;
}

.testim .dots .dot.active,
.testim .dots .dot:hover {
    background: #B09044;
    border-color: #ea830e;
}

.testim .dots .dot.active {
    -webkit-animation: testim-scale 0.5s ease-in-out forwards;
    -moz-animation: testim-scale 0.5s ease-in-out forwards;
    -ms-animation: testim-scale 0.5s ease-in-out forwards;
    -o-animation: testim-scale 0.5s ease-in-out forwards;
    animation: testim-scale 0.5s ease-in-out forwards;
}

.testim .cont {
    position: relative;
    overflow: hidden;
}

.testim .cont>div {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 0 70px 0;
    opacity: 0;
}

.testim .cont>div.inactive {
    opacity: 1;
}

.testim .cont>div.active {
    position: relative;
    opacity: 1;
}

.testim .cont div .img img {
    display: block;
    width: 100px;
    height: 100px;
    margin: auto;
    border-radius: 50%;
}

.testim .cont div h2 {
    color: #ea830e;
    font-size: 1em;
    margin: 15px 0;
}

.testim .cont div p {
    font-size: 1.15em;
    color: #eee;
    width: 80%;
    margin: auto;
}

.testim .cont div.active .img img {
    -webkit-animation: testim-show 0.5s ease-in-out forwards;
    -moz-animation: testim-show 0.5s ease-in-out forwards;
    -ms-animation: testim-show 0.5s ease-in-out forwards;
    -o-animation: testim-show 0.5s ease-in-out forwards;
    animation: testim-show 0.5s ease-in-out forwards;
}

.heroSection {
    height: 100%;
    width: 100%;
    background-image: url("./../web_img/pablo-merchan-montes-Orz90t6o0e4-unsplash.jpg") !important;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}


.testim .cont div.active h2 {
    -webkit-animation: testim-content-in 0.4s ease-in-out forwards;
    -moz-animation: testim-content-in 0.4s ease-in-out forwards;
    -ms-animation: testim-content-in 0.4s ease-in-out forwards;
    -o-animation: testim-content-in 0.4s ease-in-out forwards;
    animation: testim-content-in 0.4s ease-in-out forwards;
}

.testim .cont div.active p {
    -webkit-animation: testim-content-in 0.5s ease-in-out forwards;
    -moz-animation: testim-content-in 0.5s ease-in-out forwards;
    -ms-animation: testim-content-in 0.5s ease-in-out forwards;
    -o-animation: testim-content-in 0.5s ease-in-out forwards;
    animation: testim-content-in 0.5s ease-in-out forwards;
}

.testim .cont div.inactive .img img {
    -webkit-animation: testim-hide 0.5s ease-in-out forwards;
    -moz-animation: testim-hide 0.5s ease-in-out forwards;
    -ms-animation: testim-hide 0.5s ease-in-out forwards;
    -o-animation: testim-hide 0.5s ease-in-out forwards;
    animation: testim-hide 0.5s ease-in-out forwards;
}

.testim .cont div.inactive h2 {
    -webkit-animation: testim-content-out 0.4s ease-in-out forwards;
    -moz-animation: testim-content-out 0.4s ease-in-out forwards;
    -ms-animation: testim-content-out 0.4s ease-in-out forwards;
    -o-animation: testim-content-out 0.4s ease-in-out forwards;
    animation: testim-content-out 0.4s ease-in-out forwards;
}

.testim .cont div.inactive p {
    -webkit-animation: testim-content-out 0.5s ease-in-out forwards;
    -moz-animation: testim-content-out 0.5s ease-in-out forwards;
    -ms-animation: testim-content-out 0.5s ease-in-out forwards;
    -o-animation: testim-content-out 0.5s ease-in-out forwards;
    animation: testim-content-out 0.5s ease-in-out forwards;
}

@-webkit-keyframes testim-scale {
    0% {
        -webkit-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -webkit-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        -webkit-box-shadow: 0px 0px 10px 5px #ea830e;
        box-shadow: 0px 0px 10px 5px #ea830e;
    }

    100% {
        -webkit-box-shadow: 0px 0px 0px 0px #ea830e;
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@-moz-keyframes testim-scale {
    0% {
        -moz-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -moz-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        -moz-box-shadow: 0px 0px 10px 5px #ea830e;
        box-shadow: 0px 0px 10px 5px #ea830e;
    }

    100% {
        -moz-box-shadow: 0px 0px 0px 0px #ea830e;
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@-ms-keyframes testim-scale {
    0% {
        -ms-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -ms-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        -ms-box-shadow: 0px 0px 10px 5px #ea830e;
        box-shadow: 0px 0px 10px 5px #ea830e;
    }

    100% {
        -ms-box-shadow: 0px 0px 0px 0px #ea830e;
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@-o-keyframes testim-scale {
    0% {
        -o-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -o-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        -o-box-shadow: 0px 0px 10px 5px #ea830e;
        box-shadow: 0px 0px 10px 5px #ea830e;
    }

    100% {
        -o-box-shadow: 0px 0px 0px 0px #ea830e;
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@keyframes testim-scale {
    0% {
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        box-shadow: 0px 0px 10px 5px #ea830e;
    }

    100% {
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@-webkit-keyframes testim-content-in {
    from {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-moz-keyframes testim-content-in {
    from {
        opacity: 0;
        -moz-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
}

@-ms-keyframes testim-content-in {
    from {
        opacity: 0;
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@-o-keyframes testim-content-in {
    from {
        opacity: 0;
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes testim-content-in {
    from {
        opacity: 0;
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@-webkit-keyframes testim-content-out {
    from {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-moz-keyframes testim-content-out {
    from {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        -moz-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-ms-keyframes testim-content-out {
    from {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-o-keyframes testim-content-out {
    from {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@keyframes testim-content-out {
    from {
        opacity: 1;
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(-100%);
    }
}

@-webkit-keyframes testim-show {
    from {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes testim-show {
    from {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

@-ms-keyframes testim-show {
    from {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

@-o-keyframes testim-show {
    from {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes testim-show {
    from {
        opacity: 0;
        transform: scale(0);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@-webkit-keyframes testim-hide {
    from {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@-moz-keyframes testim-hide {
    from {
        opacity: 1;
        -moz-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
}

@-ms-keyframes testim-hide {
    from {
        opacity: 1;
        -ms-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
}

@-o-keyframes testim-hide {
    from {
        opacity: 1;
        -o-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes testim-hide {
    from {
        opacity: 1;
        transform: scale(1);
    }

    to {
        opacity: 0;
        transform: scale(0);
    }
}

@media all and (max-width: 500px) {
    .testim .arrow {
        font-size: 1.5em;
    }

    .testim .cont div p {
        line-height: 25px;
    }
}

@media screen and (max-width: 767px) {
    .testim .wrap {
        display: flex;
        flex-direction: column;
    }

    .testim .cont {
        width: 100%;
    }

    .testim .cont>div {
        width: 100%;
    }

    .testim .dots {
        display: flex;
        justify-content: center;
    }

    /* .testim .arrow {
      display: none;
    } */

    .avia_textblock.font-small {
        display: flex;
        flex-direction: column;
    }
}

@font-face {
    font-family: "entypo-fontello";
    src: url("./../webfonts/entypo-fontello.woff") format("woff");
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.testimonial-section {
    background-color: #000;
}

#top .avia-font-entypo-fontello,
body .avia-font-entypo-fontello,
html body [data-av_iconfont="entypo-fontello"]:before {
    font-family: "entypo-fontello";
    background-color: black !important;
}

.navbar-brand {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

@font-face {
    font-family: "fontello";

    src: url("./../webfonts/fontello.eot?#iefix") format("embedded-opentype");
}


.heroTitle {
    display: flex;
    flex-direction: column;
    align-items: start !important;
    justify-content: start;
    width: 100%;

}

@media screen and (max-width: 991px) {
    .paddingAfterLg {
        padding: 0 !important;
    }
}

.av-layout-grid-7 {
    background-color: black;
}

.heroTitle {
    animation: fadeIn 0.8s ease-in-out;
}

.nav-link {
    animation: opacity 0.8s ease-in-out;
}

.cardContainer {
    display: flex;
    flex-direction: column;
    justify-content: center !important;
    align-items: center !important;
}

.ourTeamSection {
    height: auto;
    padding: 2rem;
    background-color: #000;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateX(-300px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes opacity {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.ourteamCard img {
    width: 6rem !important;
    height: 6rem !important;
    border-radius: 50%;
    margin-bottom: 1rem;
}

.ourteamCard {
    padding: 1.5rem;
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #dbdbdb;
}

.ourteamCard h5 {
    font-weight: 600;
    margin-bottom: 0 !important;
}

.ourteamCard p {
    margin-top: 0 !important;
    font-size: 14px !important;
}

@media screen and (max-width: 991px) {
    .ourteamCard {
        padding: 1rem 1rem;
    }

    .ourteamCard img {
        width: 4rem;
        height: 4rem;
    }

    .inner_img {
        height: 50vh !important;
    }

    .txtAbout h1 {
        font-size: 40px !important;
    }

    .diNNing {
        font-size: small;
    }
}





.after_slider {
    background-color: rgb(30, 30, 30) !important;
    color: rgb(0, 0, 0) !important;
}

.inner_img {
    background-image: url("./../web_img/land1.jpg");
    background-size: cover;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
}

.inner_img::after {
    content: "";
    position: absolute;
    left: -1px;
    top: 0;
    z-index: 1;
    opacity: 1 !important;
    display: block;
    height: 100% !important;
    width: 101% !important;
    background: url("./../web_img/vignette.png") no-repeat !important;
    background-size: 100% 100% !important;
}

.inner1_img {
    background-image: url("./../web_img/sda.jpg") !important;
}

.inner2_img {
    background-image: url("./../web_img/royal.jpg") !important;
}


.inner2_img:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    display: block;
    width: 100%;
    background: linear-gradient(90deg, #000 10%, transparent);
}

.mainC {
    background-color: #000;
    padding-top: 2px;
}

.card-body img {
    width: 100%;
}

.card-body {
    background-color: black;
}

.card {
    border: none !important;
}

.card-body p {
    color: white;
}

.outer {
    background-color: black;
    height: 100%;
}

.stry {
    font-size: x-large;
}

.card {
    margin-top: 20px;
    margin-bottom: 20px;
    border: none !important;
}

.ccool {
    background-color: black;
    margin: auto !important;
}

.card-body {
    background-color: black;
}

.card-text {
    height: fit-content;
    color: white;
}

.txtAbout {
    z-index: 8;
}

.txtAbout h1 {
    font-size: 60px;
}

/* .txtAbout2 {
  margin-right: -7rem !important;
} */

.txtAbout1 {
    margin-left: -5rem !important;
}

.crds {
    background-color: black;
}

.cardd {
    border: none !important;
}

@media (min-width: 100px) and (max-width: 990px) {
    footer {
        justify-content: center;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;

        padding: 20px 0;
    }

    .f {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .flex_column.av_three_fifth {
        width: 100%;
        margin: 2px;
    }

    /* Add some top margin for spacing on the content column */
    .flex_column.av_two_fifth {
        width: 100%;
        margin-top: 20px;
    }

    .flex_cell_inner {
        align-items: flex-start;
    }

    .avia_textblock font-small {
        display: flex;
        flex-direction: column;
        align-items: flex-start;

        flex-wrap: wrap;
    }

    .iconlist-char {
        display: block;
        margin-bottom: 10px;
        align-items: flex-start;
    }

    .avia_textblock.font-small p {
        margin-bottom: 10px;
        /* Add some margin between the paragraphs in column layout */
    }
}

@media screen and (max-width: 400px) {
    .iconlist-char {
        display: flex;
        align-items: baseline;
        justify-content: center;
        text-align: center;
    }
}

.inner_img3 {
    background-image: url("./../web_img/land1.jpg") !;
    background-size: cover;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
}

.inner_img3::after {
    content: "";
    position: absolute;
    left: -1px;
    top: 0;
    z-index: 1;
    opacity: 1 !important;
    display: block;
    height: 100% !important;
    width: 101% !important;
    background: url("./../web_img/vignette.png") no-repeat !important;
    background-size: 100% 100% !important;
}

.inner_img3:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    display: block;
    width: 100%;
    background: linear-gradient(90deg, #000 10%, transparent);
}


/* Responsive Styles for Social Media Icons */
@media screen and (max-width: 1099px) {

    /* footer {
    padding-right: 10px;
    margin-right: 15px;
  } */
    .avia-icon-list-container {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        width: auto;
        align-items: center;
    }

    .avia-icon-list {
        flex-wrap: wrap;
        width: auto;
    }

    .avia-icon-list li {
        margin: 5px;
        /* Add spacing between icons */
        width: auto;
    }
}

@media screen and (max-width: 767px) {

    .txtAbout1 {
        margin-left: 0 !important;
    }

    .txtAbout2 {
        text-align: right;
    }

    .testim .wrap {
        display: flex;
        flex-direction: column;
    }

    .testim .cont {
        width: 100%;
    }

    .testim .cont>div {
        width: 100%;
    }

    .testim .dots {
        display: flex;
        justify-content: center;
    }

    /* .testim .arrow {
      display: none;
    } */

    .avia_textblock.font-small {
        display: flex;
        flex-direction: column;
    }

    .txtAbout h1,
    .heroTitle h1 {
        font-size: 35px !important;
    }
}

@media screen and (max-width: 576px) {
    .heroSection {
        height: 100vh !important;
    }

    .txtAbout div h1 {
        font-size: 30px !important;
        font-size: 28px !important;
    }

    .txtAbout div p {
        font-size: 15px !important;
        font-size: 12px !important;
    }

    .ourTeamSec {
        font-size: 2rem;
    }

    .head2 {
        font-size: 1.2rem !important;
    }

    .head3 {
        font-size: 12px !important;
    }

    .testim .cont div p {
        font-size: 12px !important;
    }


    .inner_img3:before {

        height: max-content;

    }

    .fnts {
        font-size: 28px !important;
    }

    .fnts2 {
        font-size: 22px !important;
    }
}

@media (min-width: 985px) and (max-width: 1185px) {
    .f {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
    }
}

@media (min-width: 950px) and (max-width: 1150px) {
    .flex_cell_inner {
        flex-wrap: wrap;
        margin-right: 25px;
    }
}

.nav-item .nav-link {
    color: white !important;
}

.navHeader {
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgb(0, 0, 0, 0.5);
    z-index: 10;
}

.navbarlist {
    gap: 1rem;
}

.navListContainer {
    gap: 2rem;
}

.footer_color ul {
    display: flex;
    justify-content: space-around;
    margin-bottom: 0;
}

.footerSection {
    background-color: rgb(30, 30, 30);
}

.entry-content-wrapper {
    border: none !important;
}

.fourmodeBtn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    cursor: pointer;
}

.fourmodeBtn img {
    width: 2rem;
    height: 2rem;
}

.fourmodeBtn p {
    font-weight: 400;
    font-size: 0.9rem;
    color: white !important;
    margin-bottom: 0 !important;
}

.fourmodeHover:hover {

    transform: scale(1.1);
    transition: 0.3s ease;

    p {
        color: #c59d5f !important;
    }


}




.fourmodeBtn:hover a::after {
    content: "";
    background: rgb(176, 143, 68);
    height: 1px;
    width: 0px;
    display: block;
    transition: all 250ms ease-in-out 0s;
}

.container_wrap {
    border-width: 0 !important;
}

.testimonial-section {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
}

.testimonial-section::after {
    content: "";
    background-image: url("./../web_img/vignette.png");
    background-position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    opacity: 1;
    display: block;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}




.heroSection {
    height: 100vh;
    display: flex;
    justify-content: start;
    align-items: center;
    width: 100%;
    background-image: url("./../web_img/pablo-merchan-montes-Orz90t6o0e4-unsplash.jpg") !important;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}

.txtAbout h1,
.heroTitle h1 {
    font-family: rotis;
}

.after_slider {
    height: auto !important;
    width: 100vw;
    position: fixed;
    bottom: 0;
    z-index: 999;

}

.fnts {
    font-family: rosit;
}

.orderNowBtn:hover {
    background-color: black !important;
    color: #B08F44;
}

.fourModesRow {
    flex-direction: row !important;
}

.heroROw {
    margin: 0 !important;
}

.carousel-container {
    width: 300px;
    /* Adjust the container width as needed */
    overflow: hidden;
    /* Hide overflow content */
}

.carousel {
    display: flex;
    transition: transform 0.5s ease;
    /* Smooth transition for sliding effect */
}

.card {
    flex: 0 0 auto;
    width: 100%;
    margin-right: 10px;
    /* Adjust spacing between cards as needed */
    background-color: #f0f0f0;
    /* Adjust background color as needed */

    box-sizing: border-box;
}

/* Optional: Style for navigation arrows (if using custom navigation) */
.carousel-container .arrow {
    cursor: pointer;
    font-size: 24px;
}

.carousel-container .arrow.prev {
    float: left;
}

.carousel-container .arrow.next {
    float: right;
}

.rightArrow,
.leftArrow {
    color: white;
    border: none;
    font-weight: 700;
    font-size: 3rem;
    background-color: transparent;
}


.rightArrow:hover,
.leftArrow:hover {
    color: #b08f44;
}


.custom-prev:focus,
.custom-next:focus {
    outline: none;
    /* Remove the default outline */
    border: none;
    /* Remove the border */
}

#view-c p:hover {
    width: fit-content;
    border-bottom: 1.6px solid #BA7D16 !important;
    margin-bottom: 0.9rem;
}

.modal-header_btn {

    position: absolute;
    font-size: 2rem !important;
    font-weight: 400;
    top: 0.1rem;
    right: 0.4rem;
    cursor: pointer !important;
}

@media (max-width: 767px) {
    .fourmodeBtn p {
        font-size: 0.7rem;
    }

}

@media (max-width: 400px) {
    .fourModesRowContainer {
        padding: 1rem 0.5rem !important;
    }

    .fourmodeBtn p {
        white-space: nowrap;
    }
}

.storiesCardSection .card {
    background-color: black !important;
}

.bottomBox {
    height: 5rem;
    background-color: black;
}

.rounT a {
    text-decoration: none;
}

#moreText {
    display: none;
}



#readLessBtn {
    display: none;
    cursor: pointer;
}

.inner_img3 {
    background-image: url("./../web_img/land1.jpg") !important;
    background-size: cover;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
}

.inner_img3::after {
    content: "";
    position: absolute;
    left: -1px;
    top: 0;
    z-index: 1;
    opacity: 1 !important;
    display: block;
    height: 100% !important;
    width: 101% !important;
    background: url("./../web_img/vignette.png") no-repeat !important;
    background-size: 100% 100% !important;
}

.inner_img3:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    display: block;
    width: 100%;
    background: linear-gradient(90deg, #000 10%, transparent);
}

.black_color_back {
    background-color: #000;
}

.color_white {
    color: white
}

.color_cursor {
    color: rgb(199, 129, 24);
    cursor: pointer
}

.box-shadow_index {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
}

.padding_left_zero {
    padding-left: 0px;
}

.color_bssss {
    color: #B09044
}