body {
    margin: 0;
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #121f3f;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #121f3f;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 10px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.form-select {
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #121f3f;
    background-color: #fff;
    background-image: url(data:image/svg+xml,%3csvg xmlns='https://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e);
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
/*** Spinner Start ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .8s ease-out, visibility 0s linear .5s;
    z-index: 99999;
 }

 #spinner.show {
     transition: opacity .8s ease-out, visibility 0s linear .0s;
     visibility: visible;
     opacity: 1;
 }
/*** Spinner End ***/
a {
    color: #1a2a6c;
    text-decoration: underline;
}
.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 99;
}
.text-white {
    color: #fff !important;
}
.btn-light {
    color: #000;
    background-color: #f9f8f6;
    opacity: .8;
    border-color: #f9f8f6;
}
@media (max-width: 810.98px) {
.text-white {
    color: #fff !important;
    font-size: .875rem; !important;
}
}
@media (max-width: 560.98px) {
.text-white {
    color: #fff !important;
    font-size: .75rem; !important;
}
}
.top-text-dark-mobile {
    font-size: .875rem; !important;
}
/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn-primary-outline-0 {
    border: 0;
    color: var(--bs-white) !important;
}

.btn-light-outline-0 {
    border: 0;
    color: var(--bs-primary) !important;
}

.btn-primary-outline-0:hover {
    background: var(--bs-secondary) !important;
    color: var(--bs-white) !important;
}

.btn-light-outline-0:hover {
    background: var(--bs-secondary) !important;
    color: var(--bs-white) !important;
}




.btn-primary-outline-0 {
    border: 1px solid #fff;
    color: var(--bs-white) !important;
}

.btn-light-outline-0 {
    border: 1px solid #fff;
    color: var(--bs-primary) !important;
}

.btn-primary-outline-0:hover {
    background: var(--bs-secondary) !important;
    color: var(--bs-white) !important;
}

.btn-light-outline-0:hover {
    background: var(--bs-secondary) !important;
    color: var(--bs-white) !important;
}
.btn-primary {
    color: #fff;
    background-color: #1a2a6c;
    border-color: #fff;
		margin-right:5px;
		margin-left:5px;
}
.single-team-area {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden
}
.single-team-area img {
    object-fit: cover;
    width: 250px;
    height: 300px;
}
.display-3 {
    font-size: calc(1.25rem + 2.3vw);
    font-weight: 700;
    line-height: 1.2;
}
@media (max-width: 560.98px) {
.btn-primary {
    color: #fff;
    background-color: #1a2a6c;
    border-color: #fff;
    margin-right: 5px;
    font-size: .75rem;
    }
}
@media (min-width: 1200px) {
    .display-5 {
        font-size: 2rem;
    }
.display-3 {
    font-size: calc(1.25rem + 2.3vw);
    font-weight: 700;
    line-height: 1.2;
}
}
@media (max-width: 1199.98px) {
.display-5 {
    font-size: calc(1.0rem + 1.0vw);
    font-weight: 700;
    line-height: 1.2;
}
.display-3 {
    font-size: calc(1.125rem + 2.3vw);
    font-weight: 700;
    line-height: 1.2;
}
}
@media (max-width: 810.98px) {
.display-5 {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.2;
}
.display-3 {
    font-size: calc(1.25rem + 1.3vw);
    font-weight: 700;
    line-height: 1.2;
}
.px-3 {
    padding-right: .5rem !important;
    padding-left: .5rem !important;
}
.fs-4 {
    font-size: calc(1.125rem + 0.3vw) !important;
}
}
@media (max-width: 560.98px) {
.display-5 {
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.2;
}
.display-3 {
    font-size: calc(1.25rem + 1.0vw);
    font-weight: 700;
    line-height: 1.2;
}
.fs-4 {
    font-size: .875rem !important;
    font-weight: 700;
    line-height: 1.2;
}
h4, .h4 {
    font-size: calc(1.25rem + 0.3vw);
}
h3, .h3 {
    font-size: calc(1.0rem + 0.625vw);
    font-weight: 600;
}
h2, .h2 {
    font-size: calc(1.125rem + 0.9vw);
}
}
@media (max-width: 390.98px) {
.display-5 {
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.2;
}
.display-3 {
    font-size: calc(1.125rem + 0.75vw);
    font-weight: 700;
    line-height: 1.2;
}
.fs-4 {
    font-size: .75rem !important;
    font-weight: 700;
    line-height: 1.2;
}
h4, .h4 {
    font-size: calc(1.125rem + 0.3vw);
}
}
.mb-4 {
    margin-bottom: .5rem  !important;
}
.navbar.scrolled .rcbylogo {
    position: static;
    height: 56px;
    transition: all 0.3s ease;
}
@media screen and (min-width: 811px) {
    .logo {
        float: none;
        display: block;
        /* max-width: 230px; */
        margin-right: auto;
        margin-left: auto;
    }
		.logo-sm {/*
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;*/
}
		.logo-sm .rcbylogo {
    max-height: 75px !important;
    transition: all .5s ease-in-out;
}
}
@media screen and (max-width: 810.98px) {
    .logo {
        float: none;
        display: block;
        /* max-width: 230px; */
        margin-right: auto;
        margin-left: auto; width: 50%; /* width and max-width of logo */
    max-width: 200px; padding-left: 40px;
    }
		.logo-sm {/*
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;*/
}
		.logo-sm .rcbylogo {
    max-height: 95px !important;
    transition: all .5s ease-in-out;
}
}

@media (max-width: 560.98px) {
		.btn-primary {
    color: #fff;
    background-color: #1a2a6c;
    border-color: #fff;
    margin-right: 5px;
		margin-bottom: 5px;
    font-size: .75rem;
    }
    .logo {
        float: none;
        display: block;
        /* max-width: 230px; */
        margin-right: auto;
        margin-left: auto; width: 35%; /* width and max-width of logo */
    max-width: 100px; padding-left: 0px;
    }
		.logo-sm {/*
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;*/
    max-width: 100px; padding-left: 0px;
}
.rcbylogo {
    max-height: 85px !important;
    transition: all .5s ease-in-out;
}
		.logo-sm .rcbylogo {
    max-height: 65px !important;
    transition: all .5s ease-in-out;
}
		.top-text-dark-mobile {
    font-size: .75rem !important;
}
}

@media (max-width: 430.98px) {
		.btn-primary {
    color: #fff;
    background-color: #1a2a6c;
    border-color: #fff;
    margin-right: 5px;
    font-size: .75rem;
		
    padding: .375rem .375rem;
    }
    .logo {
        float: none;
        display: block;
        margin-right: auto;
        margin-left: auto; width: 35%; /* width and max-width of logo */
    max-width: 125px; padding-left: 0px;
    }
		.logo-sm {
    /*box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;*/
        /* box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important; */
        max-width: 110px !important;
        padding-left: 0px;
    }
}
.rcbylogo {
    max-height: 100px !important;
    transition: all .5s ease-in-out;
}
		.logo-sm .rcbylogo {
    max-height: 100px !important;
    transition: all .5s ease-in-out;
}
		.top-text-dark-mobile {
    font-size: .675rem !important;
}
@media (max-width: 414.98px) {
		.btn-primary {
    color: #fff;
    background-color: #1a2a6c;
    border-color: #fff;
    margin-right: 5px;
    font-size: .75rem;
		
    padding: .375rem .125rem;
    }
    .logo {
        float: none;
        display: block;
        margin-right: auto;
        margin-left: auto; width: 35%; /* width and max-width of logo */
    max-width: 125px; padding-left: 0px;
    }
		.logo-sm {
    /*box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;*/
    max-width: 80px !important; padding-left: 0px;
}
.rcbylogo {
    max-height: 85px !important;
    transition: all .5s ease-in-out;
}
		.logo-sm .rcbylogo {
    max-height: 75px !important;
    transition: all .5s ease-in-out;
}
		.top-text-dark-mobile {
    font-size: .675rem !important;
}
.btn-square {
  width: 24px;
  height: 24px;
}
}
@media (max-width: 390.98px) {
		.btn-primary {
    color: #fff;
    background-color: #1a2a6c;
    border-color: #fff;
    margin-right: 3px;
    font-size: .675rem;
		
    padding: .25rem .125rem;
    }
  .logo {
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: 35%;
    max-width: 100px;
    padding-left: 0px;
  }
		.logo-sm {
    /*box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;*/
    max-width: 80px; padding-left: 0px;
}
.rcbylogo {
    max-height: 85px !important;
    transition: all .5s ease-in-out;
}
		.logo-sm .rcbylogo {
    max-height: 75px !important;
    transition: all .5s ease-in-out;
}
		.top-text-dark-mobile {
    font-size: .5rem !important;
}
.btn-square {
  width: 24px;
  height: 24px;
}
}
/*** Topbar Start ***/
.sticky-top {
    transition: 0.5s;
    background: var(--bs-white);
}

.topbar {
    padding: 10px 0;
    background: var(--bs-secondary) !important;
}

/*** Topbar End ***/

/*** Navbar Start ***/
.navbar .navbar-nav .nav-link {
    padding: 10px 15px;
    font-size: 16px;
    transition: .5s;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active,
.sticky-top.bg-white .navbar .navbar-nav .nav-link:hover,
.sticky-top.bg-white .navbar .navbar-nav .nav-link.active {
    color: var(--bs-primary);
		font-weight:600;
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .55);
		font-weight:600;
}
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    vertical-align: middle;
    margin-left: 8px;
}

@media (min-width: 1200px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        transition: .5s;
        opacity: 0;
    }
}

.dropdown .dropdown-menu a:hover {
    background: var(--bs-secondary);
    color: #fff;
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light) !important;
    border-radius: 10px !important;
    transition: .5s;
    opacity: 1;
}

@media (min-width: 1200px) {
    .navbar .navbar-collapse .border-top {
        border-top: none !important;
    }
}

#searchModal .modal-content {
    background: rgba(250, 250, 250, .6);
}
/*** Navbar End ***/

/*** Carousel Start ***/
.carousel-item {
    position: relative;
    
}

.carousel-item img {
    /*position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;*/
    object-fit: contain;
    width: 100%;
    height: 100%;
    
    margin: auto;
}

.carousel-item .carousel-caption {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    /*align-items: center;*/
    justify-content: center;
    text-align: center;
    background: linear-gradient(rgba(255, 255, 255, .8), rgba(255, 255, 255, 0.5));
    background-size: cover;
}

.carousel-control-prev,
.carousel-control-next {
    opacity: 0;
}

.carousel-control-prev .carousel-control-prev-icon,
.carousel-control-next .carousel-control-next-icon {
    background: transparent;
}

#carouselId .carousel-indicators {
    padding-bottom: 5px;
}

#carouselId .carousel-indicators li {
    border-top: 10px solid var(--bs-white);
    border-bottom: 10px solid var(--bs-white);
    border-right: 5px solid var(--bs-white);
    border-left: 5px solid var(--bs-white);
    margin-right: 10px;
    border-radius: 10px;
    transition: 0.5s;
}

#carouselId .carousel-indicators li.active {
    background: var(--bs-primary);
    border-color: var(--bs-primary);
    border-right: 15px solid var(--bs-primary);
    border-left: 15px solid var(--bs-primary);
}
/*** Carousel End ***/


.bg-breadcrumb {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../img/appointment-background.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*** Services Start ***/
.services .services-item {
    transition: 0.5s;
}

.services .services-item:hover {
    background: var(--bs-primary) !important;
    border-color: var(--bs-secondary) !important;
}

.services .services-item:hover .services-content p,
.services .services-item:hover .services-content h3 {
    color: var(--bs-white);
    transition: 0.5s;
}

.services .services-item:hover .services-content a.btn {
    background: var(--bs-white);
    color: var(--bs-primary) !important;
}

.services .services-item:hover .services-content a.btn:hover {
    color: var(--bs-white) !important;
}

.services .services-item .services-img {
    overflow: hidden;
}

.services .services-item .services-img img {
    transition: 0.5s;
}

.services .services-item .services-img img:hover {
    transform: scale(1.3);
}
/*** Services End ***/



/*** About Start ***/
/*** Youtube Video start ***/
.video {
    position: relative;
    padding-right: 70px; 
    padding-bottom: 70px;
    border-radius: 10px;
}

.video .btn-play {
    position: absolute;
    z-index: 3;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -45%);
    margin-left: -35px;
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;

}

.video .btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: var(--bs-secondary);
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

.video .btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 100px;
    height: 100px;
    background: var(--bs-primary);
    border-radius: 50%;
    transition: all 200ms;
}

.video .btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 32px solid var(--bs-white);
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

#videoModal {
    z-index: 99999;
}

#videoModal .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

#videoModal .modal-body {
    position: relative;
    padding: 0px;
}

#videoModal .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #ffffff;
    background: #000000;
    opacity: 1;
}
/*** Youtube Video End ***/
/*** About End ***/


/*** Appointment  Start ***/
.appointment {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/appointment-background.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.appointment .appointment-form {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, .4));
    object-fit: cover;
    border-radius: 10px;
}

.appointment .appointment-time {
    background: linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, .2));
    object-fit: cover;
    border-radius: 10px;
}
/*** Appointment End ***/

/*** Counter Start ***/
.counter-section .counter-item .counter-content {
    position: relative;
    margin-bottom: 60px;
    background-image: linear-gradient(rgba(252, 152, 195, 0.3), rgba(255, 255, 255, 0.3), rgba(136, 76, 210, 0.3));
    border-radius: 10px;
    z-index: 9;
}

.counter-section .counter-item {
    text-align: center;
    background: rgba(255, 255, 255, .5) !important;
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
    object-fit: cover;
    border-radius: 0 25% 0 25%;
}

.counter-section .counter-item .counter-content .svg-img {
    position: absolute;
    bottom: 0; 
    left: 50%; 
    transform: translateX(-50%); 
    margin-bottom: -50px; 
    margin-left: -45px; 
    transform: rotate(180deg);
}

.counter-section .counter-item .counter-quantity {
    width: 110px;
    height: 110px;
    border-radius: 55px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--bs-primary);
}
/*** Counter End ***/


/*** Events Start ***/
.gallery .tab-class .nav-item {
    padding: 0 0 20px 0;
}
.gallery .tab-class .nav-item a.active {
    background: var(--bs-primary) !important;
}

.gallery .tab-class .nav-item a.active span {
    color: var(--bs-white) !important;
}

.gallery .gallery-img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.gallery .gallery-img img {
    transition: 0.5s;
}

.gallery .gallery-img:hover img {
    transform: scale(1.3);
}

.gallery .gallery-img .gallery-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    transition: 0.5s;
    opacity: 0;
    z-index: 1;
}

.gallery .gallery-img .search-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.5s;
    opacity: 0;
    z-index: 2;
    
}

.gallery .gallery-img:hover .gallery-overlay,
.gallery .gallery-img:hover .search-icon {
    opacity: 1;
}
/*** Events End ***/


/*** Pricing Start ***/
.pricing {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/appointment-background.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.pricing .pricing-item {
    color: var(--bs-white);
}

.pricing .pricing-item .pricing-content {
    background: rgba(255, 255, 255, 0.4);
}

.pricing .owl-carousel.pricing-carousel {
    position: relative;
}

.pricing .owl-carousel.pricing-carousel .owl-nav {
    position: absolute;
    top: -60px;
    right: 0;
    display: flex;
    font-size: 40px;
    color: var(--bs-white);

}

.pricing .owl-carousel.pricing-carousel .owl-nav .owl-prev {
    margin-right: 40px;
}

.pricing .owl-carousel.pricing-carousel .owl-nav .owl-prev,
.pricing .owl-carousel.pricing-carousel .owl-nav .owl-next {
    transition: 0.5s;
}

.pricing .owl-carousel.pricing-carousel .owl-nav .owl-prev:hover,
.pricing .owl-carousel.pricing-carousel .owl-nav .owl-next:hover {
    color: var(--bs-primary);
}
/*** Pricing End ***/

/*** Team Start ***/
.team .team-item {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.team .team-item .team-text {
    background: var(--bs-primary);
}

.team .team-item .team-social {
    position: absolute;
    top: -180px; 
    left: 20px; 
    opacity: 0;
    transition: 0.5s;
}

.team .team-item:hover .team-social {
    top: 20px; 
    left: 20px;
    opacity: 1;
}

.team .team-item .team-img {
    position: relative;
    width: 100%;
}

.team .team-item .team-img::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.3);
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: 0.5s ease;
}

.team .team-item:hover .team-img::after {
    bottom: 0;
    height: 100%;
}

.team .team-item .team-text {
    transition: 0.5s;
}

.team .team-item:hover .team-text {
    background: var(--bs-secondary);
}
/*** Team End ***/

/*** testimonial Start ***/
.testimonial {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/testimonial-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.testimonial .testimonial-item {
    background: rgba(0, 0, 0, 0.4);
}

.testimonial .owl-carousel.testimonial-carousel {
    position: relative;
}

.testimonial .owl-carousel.testimonial-carousel .owl-nav {
    position: absolute;
    top: -60px;
    right: 0;
    display: flex;
    font-size: 40px;
    color: var(--bs-white);
}

.testimonial .owl-carousel.testimonial-carousel .owl-nav .owl-prev {
    margin-right: 40px;
}

.testimonial .owl-carousel.testimonial-carousel .owl-nav .owl-prev,
.testimonial .owl-carousel.testimonial-carousel .owl-nav .owl-next {
    transition: 0.5s;
}

.testimonial .owl-carousel.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial .owl-carousel.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--bs-primary);
}
/*** testimonial end ***/

/*** Contact Start ***/
.contact {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/appointment-background.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.contact .contact-form {
    background: rgba(255, 255, 255, 0.6);
}
/*** Contact End ***/

/*** footer start ***/
.footer {
    /*background: var(--bs-dark);*/
		padding: 150px 0;
    background: url(https://www.ryderscove.com/img/footer/bg2_blue.png) no-repeat;
    background-position: top center;
    background-size: cover;
}

.footer .footer-item a {
    color: var(--bs-white);
    line-height: 40px;
    font-size: .875rem;
    transition: 0.5s;
		text-decoration:underline;
}

.footer .footer-item p {
    color: var(--bs-white);
    line-height: 40px;
    font-size: 1rem;
    transition: 0.5s;
}

.footer .footer-item a:hover {
    color: var(--bs-white);
		text-decoration: none;
}

@media (max-width: 810.98px) {
.footer .footer-item a{
    color: var(--bs-white);
    line-height: 40px;
    font-size: .75rem;
    transition: 0.5s;
		text-decoration:underline;
}
.footer .footer-item p {
    color: var(--bs-white);
    line-height: 40px;
    font-size: .875rem;
    transition: 0.5s;
}

.footer .footer-item a:hover {
    color: var(--bs-white);
		text-decoration: none;
}
}
/*** Footer End ***/

/*** copyright Start ***/
.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: var(--bs-dark) !important;
    font-size: .75rem;
}
/*** copyright end ***/
#scrollUp {
    background: url(https://www.ryderscove.com/img/love.png) no-repeat;
    bottom: 50px;
    color: #ffffff !important;
    display: block;
    font-size: 25px;
    height: 70px;
    line-height: 0;
    position: fixed;
    right: 0;
    text-align: center;
    text-decoration: none !important;
    transition: all 0.5s cubic-bezier(0, 0, 0, 1) 0s;
    width: 70px;
    z-index: 1000;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
	margin-bottom: 30px;
}
.portfolio #portfolio-flters {
	padding: 0;
	margin: 0 auto 20px auto;
	list-style: none;
	text-align: center;
}
.portfolio #portfolio-flters li {
	cursor: pointer;
	display: inline-block;
	padding: 8px 15px 10px 15px;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	text-transform: uppercase;
	color: #444444;
	margin-bottom: 5px;
	transition: all 0.3s ease-in-out;
	border-radius: 3px;
}


@media (max-width: 460.98px) {
.portfolio #portfolio-flters li {
	cursor: pointer;
	display: inline-block;
	padding: 2px 5px 2px 5px;
	font-size: .625rem;
	font-weight: 600;
	line-height: 1;
	text-transform: uppercase;
	color: #444444;
	margin-bottom: 5px;
	transition: all 0.3s ease-in-out;
	border-radius: 3px;
}
}

.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
	color: #fff;
	background: var(--bs-secondary) !important;;
}
.portfolio #portfolio-flters li:last-child {
	margin-right: 0;
}
.portfolio .portfolio-wrap {
	transition: 0.3s;
	position: relative;
	overflow: hidden;
	z-index: 1;
	/*background: rgba(34, 34, 34, 0.6);*/
}
.portfolio .portfolio-wrap::before {
	content: "";
	background: rgba(34, 34, 34, 0.6);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	transition: all ease-in-out 0.3s;
	z-index: 2;
	opacity: 0;
}
.portfolio .portfolio-wrap img {
	transition: all ease-in-out 0.3s;
}
.portfolio .portfolio-wrap .portfolio-info {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	transition: all ease-in-out 0.3s;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-start;
	padding: 20px;
}
.portfolio .portfolio-wrap .portfolio-info h4 {
	font-size: 20px;
	color: #fff;
	font-weight: 600;
}
.portfolio .portfolio-wrap .portfolio-info p {
	color: rgba(255, 255, 255, 0.7);
	font-size: 14px;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
	font-style: italic;
}
.portfolio .portfolio-wrap .portfolio-links {
	text-align: center;
	z-index: 4;
}
.portfolio .portfolio-wrap .portfolio-links a {
	color: #fff;
	margin: 0 5px 0 0;
	font-size: 28px;
	display: inline-block;
	transition: 0.3s;
}
.portfolio .portfolio-wrap .portfolio-links a:hover {
	color: #6ec083;
}
.portfolio .portfolio-wrap:hover::before {
	opacity: 1;
}
.portfolio .portfolio-wrap:hover img {
	transform: scale(1.2);
}
.portfolio .portfolio-wrap:hover .portfolio-info {
	opacity: 1;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
	padding-top: 40px;
}
.portfolio-details .portfolio-details-slider img {
	width: 100%;
}
.portfolio-details .portfolio-details-slider .swiper-pagination {
	margin-top: 20px;
	position: relative;
}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background-color: #fff;
	opacity: 1;
	border: 1px solid #006994;
}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
	background-color: #006994;
}
.portfolio-details .portfolio-info {
	padding: 30px;
	box-shadow: 0px 0 30px rgba(34, 34, 34, 0.08);
}
.portfolio-details .portfolio-info h3 {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
}
.portfolio-details .portfolio-info ul {
	list-style: none;
	padding: 0;
	font-size: 15px;
}
.portfolio-details .portfolio-info ul li + li {
	margin-top: 10px;
}
.portfolio-details .portfolio-description {
	padding-top: 30px;
}
.portfolio-details .portfolio-description h2 {
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 20px;
}
.portfolio-details .portfolio-description p {
	padding: 0;
}
