@import url(https://fonts.googleapis.com/css?family=Playball);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed);

p {
    margin-bottom: 10px;
}
/** Bootsrap5 spacing **/
.w-25 {
    width: 25% !important;
}  
.w-50 {
    width: 50% !important;
}  
.w-75 {
    width: 75% !important;
}  
.w-100 {
    width: 100% !important;
}  
.w-auto {
    width: auto !important;
}
.h-25 {
    height: 25% !important;
}
.h-50 {
    height: 50% !important;
}
.h-75 {
    height: 75% !important;
}
.h-100 {
    height: 100% !important;
}
.h-auto {
    height: auto !important;
}
.mw-100 {
    max-width: 100% !important;
}
.mh-100 {
    max-height: 100% !important;
}
.min-vw-100 {
    min-width: 100vw !important;
}
.min-vh-100 {
    min-height: 100vh !important;
}
.vw-100 {
    width: 100vw !important;
}
.vh-100 {
    height: 100vh !important;
}
.m-0 {
    margin: 0 !important;
}
.mt-0,
.my-0 {
    margin-top: 0 !important;
}
.mr-0,
.mx-0 {
    margin-right: 0 !important;
}
.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
    margin-left: 0 !important;
}
.m-1 {
    margin: 0.25rem !important;
}
.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}
.m-2 {
    margin: 0.5rem !important;
}
.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}
.m-3 {
    margin: 1rem !important;
}
.mt-3,
.my-3 {
    margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}
.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}
.m-4 {
    margin: 1.5rem !important;
}
.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}
.m-5 {
    margin: 3rem !important;
}
.mt-5,
.my-5 {
    margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}
.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}
.p-0 {
    padding: 0 !important;
}
.pt-0,
.py-0 {
    padding-top: 0 !important;
}
.pr-0,
.px-0 {
    padding-right: 0 !important;
}
.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
    padding-left: 0 !important;
}
.p-1 {
    padding: 0.25rem !important;
}
.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}
.p-2 {
    padding: 0.5rem !important;
}
.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}
.p-3 {
    padding: 1rem !important;
}
.pt-3,
.py-3 {
    padding-top: 1rem !important;
}
.pr-3,
.px-3 {
    padding-right: 1rem !important;
}
.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
    padding-left: 1rem !important;
}
.p-4 {
    padding: 1.5rem !important;
}
.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}
.p-5 {
    padding: 3rem !important;
}
.pt-5,
.py-5 {
    padding-top: 3rem !important;
}
.pr-5,
.px-5 {
    padding-right: 3rem !important;
}
.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
    padding-left: 3rem !important;
}
.m-n1 {
    margin: -0.25rem !important;
}
.mt-n1,
.my-n1 {
    margin-top: -0.25rem !important;
}
.mr-n1,
.mx-n1 {
    margin-right: -0.25rem !important;
}
.mb-n1,
.my-n1 {
    margin-bottom: -0.25rem !important;
}
.ml-n1,
.mx-n1 {
    margin-left: -0.25rem !important;
}
.m-n2 {
    margin: -0.5rem !important;
}
.mt-n2,
.my-n2 {
    margin-top: -0.5rem !important;
}
.mr-n2,
.mx-n2 {
    margin-right: -0.5rem !important;
}
.mb-n2,
.my-n2 {
    margin-bottom: -0.5rem !important;
}
.ml-n2,
.mx-n2 {
    margin-left: -0.5rem !important;
}
.m-n3 {
    margin: -1rem !important;
}
.mt-n3,
.my-n3 {
    margin-top: -1rem !important;
}
.mr-n3,
.mx-n3 {
    margin-right: -1rem !important;
}
.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important;
}
.ml-n3,
.mx-n3 {
    margin-left: -1rem !important;
}
.m-n4 {
    margin: -1.5rem !important;
}
.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important;
}
.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important;
}
.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important;
}
.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important;
}
.m-n5 {
    margin: -3rem !important;
}
.mt-n5,
.my-n5 {
    margin-top: -3rem !important;
}
.mr-n5,
.mx-n5 {
    margin-right: -3rem !important;
}
.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important;
}
.ml-n5,
.mx-n5 {
    margin-left: -3rem !important;
}
.m-auto {
    margin: auto !important;
}
.mt-auto,
.my-auto {
    margin-top: auto !important;
}
.mr-auto,
.mx-auto {
    margin-right: auto !important;
}
.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
    margin-left: auto !important;
}
/* FONTS SIZES */
.fs-8 {
    font-size: 8pt !important;
}

.fs-9 {
    font-size: 9pt !important;
}

.fs-10 {
    font-size: 10pt !important;
}

.fs-11 {
    font-size: 11pt !important;
}

.fs-12 {
    font-size: 12pt !important;
}

.fs-13 {
    font-size: 13pt !important;
}

.fs-14 {
    font-size: 14pt !important;
}

.fs-16 {
    font-size: 16pt !important;
}

.fs-18 {
    font-size: 18pt !important;
}

.fs-20 {
    font-size: 20pt !important;
}

.fs-22 {
    font-size: 22pt !important;
}

.fs-24 {
    font-size: 24pt !important;
}

.fs-28 {
    font-size: 28pt !important;
}

.fs-30 {
    font-size: 30px;
}

.fs-32 {
    font-size: 32pt !important;
}

.fs-40 {
    font-size: 40px;
}

.fs-50 {
    font-size: 50px;
}
.rating
{
  color: #ec971f;
}
.rating-00:before{content:"\f006\f006\f006\f006\f006";letter-spacing:2px;}
.rating-05:before{content:"\f5c0\f006\f006\f006\f006";letter-spacing:2px;}
.rating-10:before{content:"\f005\f006\f006\f006\f006";letter-spacing:2px;}
.rating-15:before{content:"\f005\f5c0\f006\f006\f006";letter-spacing:2px;}
.rating-20:before{content:"\f005\f005\f006\f006\f006";letter-spacing:2px;}
.rating-25:before{content:"\f005\f005\f5c0\f006\f006";letter-spacing:2px;}
.rating-30:before{content:"\f005\f005\f005\f006\f006";letter-spacing:2px;}
.rating-35:before{content:"\f005\f005\f005\f5c0\f006";letter-spacing:2px;}
.rating-40:before{content:"\f005\f005\f005\f005\f006";letter-spacing:2px;}
.rating-45:before{content:"\f005\f005\f005\f005\f5c0";letter-spacing:2px;}
.rating-50:before{content:"\f005\f005\f005\f005\f005";letter-spacing:2px;}
.logo1
{
    font-family: "Roboto Condensed";
    font-size: 20pt;
    width: 280px;
    text-align: center;
    color: var(--alori-black);
}
.logo2
{
    font-family: "Playball";
    font-size: 22pt;
    width: 280px;
    text-align: center;
    font-weight: normal;
    color: var(--alori-black);
}
.logo1:hover, .logo2:hover {
    color: var(--alori-black);
}
.sticky-header__content .logo1, .sticky-header__content .logo2
{
    color:#FFF;
}
.sticky-header__content .logo1:hover, .logo.light .logo2:hover {
    color: #FFF;
}
.main-menu .main-menu__list > li + li {
    margin-left: 35px;
}
.sticky-header__content .main-menu__list > li + li {
    margin-left: 25px;
}
.sticky-header__content .main-menu__list > li a {
    font-size: 15px;
    
}
.main-slider-one__title {
    font-size: 35px;
}

/* testimonials css */
.testimonial .testimonial-body
{
  position: relative;
  padding: 15px;
  background: #f5f5f5;
}
.testimonial .testimonial-body:after {
    border-top: 35px solid;
    border-left: 0 solid transparent;
    border-right: 45px solid transparent;
    width: 0;
    height: 0;
    content: " ";
    display: block;
    position: absolute;
    border-top-color: #f5f5f5;
    border-left-style: inset;
    border-right-style: inset;
}
.testimonial-content {
    min-height: 135px;
}
.testimonial li.testimonial-author
{
    color: #9d8062;
}
li.testimonial-note
{
    color: #777;
    font-size: 13px;
    font-style: italic;
}
.swiper-slider__nav div {
    z-index: 100;
    color:#fff;
    width: 30px;
    height: 40px;
    padding: 5px;
    visibility: hidden;
    top: 50%;
    opacity: 0.6;
    background: #000;
    margin-top: -18px;
    padding: 2px 12px;
    position: absolute;
}
.swiper-slider__nav .swiper-grey-button-next{
    left: 5px;
}   
.swiper-slider__nav .swiper-grey-button-prev {
    right: 5px;
}  
.swiper-container:hover .swiper-slider__nav div {
    visibility: visible;
}
.thm-btn-dark {
    background: var(--alori-black);
    color: #ffffff;
}
.thm-btn-dark::after {
    background: var(--alori-base);
}
.thm-btn-dark:hover::after {
	-webkit-transform: scaleY(1) rotateX(0deg);
	transform: scaleY(1) rotateX(0deg);
	-webkit-transition: all 0.4s linear;
	transition: all 0.4s linear;
	z-index: -1;
}
.thm-btn-white {
    background: #ffffff;
    color: var(--alori-black);
}
.thm-btn-white::after {
    background: var(--alori-base);
}
.thm-btn-white:hover::after {
	-webkit-transform: scaleY(1) rotateX(0deg);
	transform: scaleY(1) rotateX(0deg);
	-webkit-transition: all 0.4s linear;
	transition: all 0.4s linear;
	z-index: -1;
}
/* testimonials end */
.reviews-testimonilas-heading {
    background: #f5f5f5;
}
.services-content {
    font-size: 12px;
    line-height: 18px;
}
.services-two__single-content {
    min-height: 310px;
}
.services-box-content {
    min-height: 130px;
}
/* places tabs widget */
.places-wrapper {
    line-height: 22px;
}
.places-wrapper .tab-pane {
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-top: none;
    font-size: 14px;
}
.served-areas-list > li {
    float: left;
    margin-bottom: 8px;
    padding-left: 12px;
    width: 16.66666%;
    overflow: hidden;
    height: 18px;
}
.served-areas-list > li::before {
    content: '\f0da';
    font-family: FontAwesome;
    width: 8px;
    display: inline-block;
    margin-left: -8px;
    color: var(--alori-black);
    padding-right: 10px;
}
.places-wrapper .places-tabs-heading a:hover {
    text-decoration: underline;
    color: var(--alori-black);
}
.mission-one__content ul li::before, .blog-details__content ul li::before, .service-content ul li::before {
    position: relative;
    display: inline-block;
    color: var(--alori-base);
    font-size: 20px;
    top: 1px;
    content: "\f00c";
    font-family: FontAwesome;
    padding-right: 10px;
}
.portfolio-two__carousel button {
    top:50px;
    height: 80px;
    width: 30px;
}
.portfolio-two__carousel button i {
    transform: scale(1,4.5);
    margin-bottom: 14px;
}
.portfolio-two__carousel button:hover {
    background: #869791;
    padding:5px;
}
.portfolio-two__carousel button.owl-prev {
    left: 20px;
}
.portfolio-two__carousel button.owl-next {
    right: 20px;
}

.parsley-required, .parsley-errors-list {
    color: #dc3545 !important;
}

.cursor-pointer {
    cursor: pointer;
}
.sidebar-box-content {
    font-size: 14px;
    line-height: 25px;
    text-align: justify;
}
.btn-theme-wood {
    background: var(--alori-black);
    color:#FFF;
}
.btn-theme-wood:hover {
    color: #FFF;
}
.img-caption {
    width: 100%;
    bottom: 0;
    position: absolute;
    color: #fff;
    padding: 7px 15px;
    background: rgba(0, 0, 0, 0.7);
    font-size: 14px;
    padding: 5px 10px;
    line-height: 18px;
}
.mission-one__content p, 
.mission-one__content-single p {
    margin-bottom: 15px;
}

.mission-one__content ul, 
.mission-one__content-single ul,
.blog-details__content ul {
    padding-left: 2rem !important;
}

.mission-one__content a:not(.btn):not(.thm-btn), 
.mission-one__content-single a:not(.btn):not(.thm-btn),
.services-single-one__content a:not(.btn):not(.thm-btn), article.post a:not(.btn):not(.thm-btn) {
    color: var(--alori-base) !important;
}

/* .mission-one__content li,  */
/* .mission-one__content-single li {
    list-style: disc !important;
} */
/* contacts page */
@media only screen and (max-width: 767px) {
    .main-slider-one .swiper-slide-active .main-slider-one__title {
        font-size: 23px !important;
    }

    .main-slider-one .swiper-slide-active .main-slider-one__text {
        font-size: 19px !important;
        margin-bottom: 10px !important;
    }

    .main-slider-one__btn .thm-btn {
        padding: 12px 36px 12px;
    }

    .main-header-three .main-menu .mobile-nav__toggler {
        top: 15px;
    }
}