/* 
Name: AlLax
Author Name: Fullsky
Author URL: https://www.templatemonster.com/vendors/2179
Version: 2.2

/////////////////////

--------------------*
Table of Contents 
--------------------*

1.0 Reset
    1.1 Typography
    1.2 Links
    1.3 Buttons
    1.4 Basic Reset
2 Header + Navbar
    2.1 Navbar
    2.2 Header
3 About
4 Service
5 Pricing Plans
6 Appointment
7 Call To Action 1
8 Testimonial
9 Blog
10 Contact
11 Footer
12 Keyframes

/////////////////////


*/
/* 1.0 Reset */

:root {
    --color: #323130;
}

body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Ubuntu', sans-serif;
    overflow-x: hidden !important;
    color: #323130;
}

img {
    height: auto;
    width: 100%;
}

ul {
    padding: 0;
    margin: 0;
}

ul>li {
    list-style: none;
    line-height: 1.6;
}

/* 1.1 Typography  */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    line-height: 1.6;
}

@media screen and (min-width: 768px) {
    h1 {
        line-height: 1.2;
        margin-bottom: 1rem;
    }
}

h2 {
    font-size: 1.75rem;
    line-height: 1.3;
}

h3 {
    font-size: 1.5rem;
    line-height: 1.3;
}

h4 {
    font-size: 1.25rem;
    line-height: 1.3;
}

h5 {
    font-size: 1rem;
    font-weight: 400;
}

h6 {
    font-size: .87rem;
    font-weight: 400;
    line-height: 1.5;
}

p {
    font-size: 1rem;
    line-height: 1.8rem;
    letter-spacing: .5px;
}

.text-muted {
    color: #7f7a79 !important;
}

.para-dec {
    font-size: 18px;
    letter-spacing: .5px;
}

.space {
    letter-spacing: .5px;
}

/* 1.2 Links */

a {
    color: #323130;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #faa392;
    text-decoration: none;
    outline: none;
}

/* 1.3 Btn */

.btn {
    background-color: #faa392;
    font-weight: 400;
    padding: 10px 22px;
    border: none;
    color: white;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    transition: all .15s linear;
    -webkit-transition: all .15s linear;
    -moz-transition: all .15s linear;
    -ms-transition: all .15s linear;
    -o-transition: all .15s linear;
}

.btn.btn-sm {
    padding: 4px 12px;
    font-size: 12px;
}

.btn.btn-lg {
    padding: 12px 24px;
}

.btn.btn-round {
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.btn.btn-round-outline {
    border: 2px solid #faa392;
    background-color: transparent;
    color: #000000;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.btn.btn-round-outline:hover {
    border-color: red;
    background-color: red;
    color: white;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.btn.btn-outline {
    border: 2px solid dodgerblue;
    background-color: transparent;
    color: grey;
    border-radius: 2.5px;
    -webkit-border-radius: 2.5px;
    -moz-border-radius: 2.5px;
    -ms-border-radius: 2.5px;
    -o-border-radius: 2.5px;
}

.btn.btn-outline:hover {
    border-color: red;
    background-color: red;
    color: white;
    border-radius: 2.5px;
    -webkit-border-radius: 2.5px;
    -moz-border-radius: 2.5px;
    -ms-border-radius: 2.5px;
    -o-border-radius: 2.5px;
}

.btn:hover,
.btn:focus {
    background-color: #fa92b5;
    color: #fff;
}

/* 1.4 Basic Reset */

.pd-120 {
    padding: 120px 0;
}

.pd-100 {
    padding: 100px 0;
}

.pd-80 {
    padding: 80px 0;
}

.mg-120 {
    margin: 120px 0;
}

.mg-100 {
    margin: 100px 0;
}

.mg-80 {
    margin: 80px 0;
}

/* Margin  */
.m-0 {
    margin: 0 !important;
}

/*  margin Top */
.mt-0 {
    margin-top: 0 !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-60 {
    margin-top: 60px !important;
}

.mt-70 {
    margin-top: 70px !important;
}

.mt-80 {
    margin-top: 80px !important;
}

.mt-90 {
    margin-top: 90px !important;
}

.mt-100 {
    margin-top: 100px !important;
}

.mt-110 {
    margin-top: 110px !important;
}

.mt-120 {
    margin-top: 120px !important;
}

/* Margin Bottom */
.mb-0 {
    margin-bottom: 0 !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.mb-70 {
    margin-bottom: 70px !important;
}

.mb-80 {
    margin-bottom: 80px !important;
}

.mb-90 {
    margin-bottom: 90px !important;
}

.mb-100 {
    margin-bottom: 100px !important;
}

.mb-110 {
    margin-bottom: 110px !important;
}

.mb-120 {
    margin-bottom: 120px !important;
}

/* Margin Right */
.mr-0 {
    margin-right: 0 !important;
}

.mr-10 {
    margin-right: 10px !important;
}

.mr-20 {
    margin-right: 20px !important;
}

.mr-30 {
    margin-right: 30px !important;
}

.mr-40 {
    margin-right: 40px !important;
}

.mr-50 {
    margin-right: 50px !important;
}

/* Margin Left */
.ml-0 {
    margin-left: 0 !important;
}

.ml-10 {
    margin-left: 10px !important;
}

.ml-20 {
    margin-left: 20px !important;
}

.ml-30 {
    margin-left: 30px !important;
}

.ml-40 {
    margin-left: 40px !important;
}

.ml-50 {
    margin-left: 50px !important;
}

/*  padding  */
.p-0 {
    padding: 0 !important;
}

/* padding Top */
.pt-0 {
    padding-top: 0 !important;
}

.pt-10 {
    padding-top: 10px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.pt-30 {
    padding-top: 30px !important;
}

.pt-40 {
    padding-top: 40px !important;
}

.pt-50 {
    padding-top: 50px !important;
}

.pt-60 {
    padding-top: 60px !important;
}

.pt-70 {
    padding-top: 70px !important;
}

.pt-80 {
    padding-top: 80px !important;
}

.pt-90 {
    padding-top: 90px !important;
}

.pt-100 {
    padding-top: 100px !important;
}

.pt-110 {
    padding-top: 110px !important;
}

.pt-120 {
    padding-top: 120px !important;
}

/*  Padding Bottom */
.pb-0 {
    padding-bottom: 0 !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.pb-40 {
    padding-bottom: 40px !important;
}

.pb-50 {
    padding-bottom: 50px !important;
}

.pb-60 {
    padding-bottom: 60px !important;
}

.pb-70 {
    padding-bottom: 70px !important;
}

.pb-80 {
    padding-bottom: 80px !important;
}

.pb-90 {
    padding-bottom: 90px !important;
}

.pb-100 {
    padding-bottom: 100px !important;
}

.pb-110 {
    padding-bottom: 110px !important;
}

.pb-120 {
    padding-bottom: 120px !important;
}

/* padding Right */
.pr-0 {
    padding-right: 0 !important;
}

.pr-10 {
    padding-right: 10px !important;
}

.pr-20 {
    padding-right: 20px !important;
}

.pr-30 {
    padding-right: 30px !important;
}

.pr-40 {
    padding-right: 40px !important;
}

.pr-50 {
    padding-right: 50px !important;
}

/* padding Left */
.pl-0 {
    padding-left: 0 !important;
}

.pl-10 {
    padding-left: 10px !important;
}

.pl-20 {
    padding-left: 20px !important;
}

.pl-30 {
    padding-left: 30px !important;
}

.pl-40 {
    padding-left: 40px !important;
}

.pl-50 {
    padding-left: 50px !important;
}

.bg-image {
    background: rgba(0, 0, 0, 0.5);
    background-blend-mode: color-burn;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.bg-color {
    background-color: #fef5f3;
}

.home-wrapper {
    padding: 120px 0 120px;
    position: relative;
}

.home-wrapper-full {
    height: 100vh;
    background-size: cover;
    background-position: center center;
    position: relative;
}

.bg-overlay {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.home-center {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
}

.home-center-desc {
    display: table-cell;
    vertical-align: middle;
}

.opa {
    position: relative;
    z-index: 1;
}

.justify-vertical {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.no-gutter>.col,
.no-gutter>[class*="col-"] {
    padding-right: 0;
    padding-left: 0;
    margin-left: 0;
    margin-right: 0;
}

.section-title {
    margin-bottom: 1rem;
}

@media (min-width: 768px) {
    h1 {
        font-size: 4rem;
    }

    h2 {
        font-size: 3.2rem;
        font-weight: 500;
    }
}

.color {
    color: #fcc7bd;
}

.bg-text {
    background-color: #fcc7bd;
}

/* 1.0 Reset end */

/* 2.1 Navbar */

.navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 20px 15px;
    z-index: 1030;
    margin-bottom: 0;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
}

.navbar .navbar-brand {
    font-size: 28px;
    font-weight: 700;
    color: #000;
}

.navbar .navbar-brand:hover {
    color: #fcc7bd;
}

.navbar .navbar-brand img {
    width: 150px;
    height: 50px;
}

@media (max-width: 575.98px) {
    .navbar .navbar-brand img {
        width: 120px;
        height: auto;
    }
}

.navbar-nav .nav-item .nav-link {
    color: #000;
    margin-left: 5px;
    font-weight: 500;
}

.sticky .navbar-nav .nav-item .nav-link {
    color: #fff;
    margin-left: 5px;
    font-weight: 500;
}

.navbar .nav-item .nav-link.active,
.navbar .nav-item .nav-link:hover,
.navbar .nav-item .nav-link:focus {
    color: #fcc7bd;
}

.navbar .dropdown:hover .dropdown-menu,
.navbar .dropdown .dropdown-menu:hover {
    display: block;
    visibility: visible;
    opacity: 1;
    -webkit-transition: visibility 0s, opacity 0.3s linear;
    transition: visibility 0s, opacity 0.3s linear;
    -moz-transition: visibility 0s, opacity 0.3s linear;
    -ms-transition: visibility 0s, opacity 0.3s linear;
    -o-transition: visibility 0s, opacity 0.3s linear;
}

.sticky {
    background-color: #323232;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    padding: 10px 15px;
}

.sticky .navbar-brand {
    color: white;
}

@media only screen and (max-width: 768px) {
    .navbar {
        background-color: #323232;
        -webkit-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
        padding: 10px 15px;
    }

    .navbar .navbar-brand {
        color: #fff;
    }
    
    .navbar-nav .nav-item .nav-link {
        color: #fff;
    }
}

/* 2.2 Header */

.home-1 .sub-header h5 {
    font-size: 16px;
    font-weight: 500;
    color: #faa392;
}

.home-wrapper {
    overflow: hidden;
    padding: 0;
}

.home-wrapper .sub-img img {
    position: relative;
    width: 90%;
    object-fit: cover;
    object-position: center;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.home-wrapper .sub-img::before {
    content: '';
    width: 750px;
    height: 750px;
    position: absolute;
    left: 50%;
    top: 0;
    background-color: #faa392;
    opacity: 0.4;
    margin-left: -375px;
    z-index: -1;
    border-radius: 50%;
    transform: scale(0);
    animation: rotate 2.0s ease-out infinite;
    -webkit-animation: rotate 2.0s ease-out infinite;
}

.swiper-home .swiper-slide {
    display: flex;
    align-items: center;
    padding: 7rem 0 5rem;
}

.swiper-home .swiper-pagination {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-home .swiper-pagination-bullet {
    background-color: transparent;
    margin: 0 8px;
    width: 16px;
    height: 16px;
    bottom: 50px;
    border: 1px solid #fff;
    display: inline-block;
    vertical-align: middle;
    opacity: .5;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.swiper-home .swiper-pagination-bullet-active {
    margin: 0 8px;
    opacity: 1;
}

.swiper-home .swiper-pagination-bullet-active:after {
    content: '';
    position: relative;
    top: 2px;
    left: 2px;
    width: 10px;
    height: 10px;
    display: block;
    background-color: #faa392;
    border-radius: 50%;
}

@media (max-width: 767.98px) and (orientation: landscape) {
    .swiper-home .sub-header {
        padding-left: 1rem;
    }

    .home-wrapper {
        padding: 100px 0 0;
    }
}

@media (max-width: 767.98px) {
    .home-wrapper .sub-img img {
        width: 100%;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
    }
}

@media (min-width: 768px) {
    .swiper-home .swiper-slide {
        padding: 15rem 0;
        height: 100vh;
    }

    .swiper-home .swiper-pagination-bullets {
        bottom: 50px;
    }

    .home-wrapper {
        height: 100vh;
    }
}

@media only screen and (min-width: 1140px) {
    .home-wrapper .sub-img {
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: 5;
    }
}

/* 3 About */

.about-thumb {
    position: relative;
}

.about-content .line {
    font-weight: 500;
}

.about-thumb .small-img-1,
.about-thumb .small-img-3 {
    width: 200px;
}

.about-thumb .small-img-2 img {
    height: 400px;
    object-fit: cover;
    object-position: right center;
}

@media (max-width: 479.98px) {

    .about-thumb .small-img-1,
    .about-thumb .small-img-3 {
        width: 100%;
    }

    .about-thumb .small-img-2 img {
        height: auto;
    }
}

@media (min-width: 768px) {
    .about-thumb {
        margin: 80px auto;
    }

    .about-thumb .small-img-1 {
        position: absolute;
        top: -100px;
        left: 0;
        z-index: 2;
        width: 200px;
    }

    .about-thumb .small-img-2 {
        width: 80%;
        margin: 0 auto;
    }

    .about-thumb .small-img-3 {
        position: absolute;
        bottom: -100px;
        right: 0;
        z-index: 2;
        width: 200px;
    }
}

/* 4 Service */

.service-item {
    position: relative;
    text-align: center;
    z-index: 5;
}

.service-item img {
    width: 100px;
    height: 100px;
    padding: 12px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

/* 5 Pricing Plan */

@media (min-width: 768px) {
    .pricing-item {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}

/* 6 Appointment */

.appointment {
    background-color: rgba(250, 163, 146, 0.2);
    background-image: url(https://via.placeholder.com/1920x900/333666/);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.appointment-form input.form-control,
.appointment-form select.form-control {
    margin: 15px 0;
    height: 48px;
    font-weight: 500;
    font-size: 15px;
    color: #323130;
}

.appointment-item {
    border: 5px solid #fff;
    border-left: transparent;
    padding: 40px 20px 20px;
}

.appointment-item ul>li {
    margin: 12px 0;
}

@media (min-width: 768px) {
    .appointment-item {
        border: 8px solid #fff;
        border-left: transparent;
        padding: 60px 40px 30px;
    }
}

/* 7 Call To Action 1 */

.call-1 .call-item {
    height: 400px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    padding: 40px 20px;
}

.call-1 .call-item-overlay {
    background-color: transparent;
    background-image: linear-gradient(180deg, rgba(35, 164, 85, 0) 50%, #faa392 80%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .7;
    z-index: 0;
}

.call-1 .call-item-body p {
    color: rgba(50, 49, 48, 0.8);
}

.call-1 .btn {
    background-color: #fff;
    color: #fcc7bd;
}

.call-1 .btn:hover {
    background-color: #fa92b5;
    color: #fff;
}

/* 8 Testimonial */

.swiper-testimonial .swiper-slide img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
    margin: 30px auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.swiper-testimonial .swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-testimonial .swiper-pagination-bullet {
    background-color: transparent;
    margin: 0 8px;
    width: 16px;
    height: 16px;
    border: 1px solid #fcc7bd;
    display: inline-block;
    vertical-align: middle;
    opacity: .5;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.swiper-testimonial .swiper-pagination-bullet-active {
    margin: 0 8px;
    opacity: 1;
}

.swiper-testimonial .swiper-pagination-bullet-active:after {
    content: '';
    position: relative;
    top: 2px;
    left: 2px;
    width: 10px;
    height: 10px;
    display: block;
    background-color: #faa392;
    border-radius: 50%;
}

/* 9 Blog */

.blog-item {
    position: relative;
    z-index: 0;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
}

.blog-thumb {
    overflow: hidden;
}

.blog-thumb img {
    z-index: 0;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
}

.blog-thumb img:hover {
    transform: scale(1.12);
    -webkit-transform: scale(1.12);
    -moz-transform: scale(1.12);
    -ms-transform: scale(1.12);
    -o-transform: scale(1.12);
}

.blog-content {
    position: relative;
    margin: -28px auto;
    padding: 35px 10px 30px;
    width: 90%;
    background-color: #fff;
    border-radius: 10px;
    z-index: 1;
    box-shadow: 0 6px 20px 8px rgba(252, 199, 189, 0.1);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
}

.blog-item:hover .blog-content {
    box-shadow: 0 6px 20px 8px rgba(252, 199, 189, 0.4);
}

/* 10 Contact */

.contact-custom input.form-control {
    height: 47px;
    margin: 16px 0;
    border: none;
    box-shadow: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.contact-custom textarea.form-control {
    margin: 16px 0;
    border: none;
    box-shadow: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

/* 11 Footer */

.footer-item ul>li {
    margin: 15px auto;
}

/* 12 Keyframes */

@keyframes rotate {
    0% {
        transform: scale(0);
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
    }

    100% {
        opacity: 0;
        transform: scale(1.6);
        background-color: rgba(250, 163, 146, 0.5);
        -webkit-transform: scale(1.6);
        -moz-transform: scale(1.6);
        -ms-transform: scale(1.6);
        -o-transform: scale(1.6);
    }
}

@-webkit-keyframes rotate {
    0% {
        transform: scale(0);
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
    }

    100% {
        opacity: 0;
        transform: scale(1.6);
        background-color: rgba(250, 163, 146, 0.5);
        -webkit-transform: scale(1.6);
        -moz-transform: scale(1.6);
        -ms-transform: scale(1.6);
        -o-transform: scale(1.6);
    }
}