@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@400;500&display=swap');

body {
    font-family: 'Rubik',sans-serif;
    font-size: 14px;
    color: #525456;
}

h1,h2,h3,h4,h5,h6 {
    font-weight: 500;
}

h6 {
    font-size: 14px;
}

a {
    text-decoration: none!important;
    outline: none!important;
}

p {
    line-height: 1.8;
}

.bg-overlay {
    background-color: rgba(121,121,121,0.8);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.section {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
}

.vertical-content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: row;
    -webkit-flex-direction: row;
}

.btn-rounded {
    border-radius: 5px;
}

.btn-custom-white {
    font-size: 15px;
    transition: all .4s;
    background: #fff;
    color: #3864f3!important;
}

.btn-custom-white:hover,.btn-custom-white:focus,.btn-custom-white:active,.btn-custom-white.active,.btn-custom-white.focus,.btn-custom-white:active,.btn-custom-white:focus,.btn-custom-white:hover,.open>.dropdown-toggle.btn-custom-white {
    background: #f1f0f0;
    box-shadow: none!important;
}

.btn-custom {
    font-size: 15px;
    transition: all .4s;
    color: #fff!important;
    background: #3864f3;
}

.btn {
    padding: 14px 28px;
    font-size: 12px;
    letter-spacing: .9px;
    font-weight: 500;
    text-transform: uppercase;
    transition: box-shadow .25s ease,transform .25s ease,-webkit-transform .25s ease;
}

.btn:hover {
    transform: translate3d(0,-3px,0);
}

.btn-sm {
    padding: 10px 22px;
}

.text-custom {
    color: #3864f3;
}

.bg-custom {
    background-color: #3864f3;
}

.f-19 {
    font-size: 17px;
}

.font-weight-medium {
    font-weight: 500;
}

.bg-half-light {
    background-color: rgba(255, 255, 255, 0.7);
}

.bg-half-dark {
    background-color: rgba(0, 0, 0, 0.7);
}

.navbar-custom {
    padding: 15px 0;
    border-radius: 0;
    z-index: 999;
    margin-bottom: 0;
    transition: all .5s ease-in-out;
}

.navbar-custom .navbar-nav li a {
    color: #1d2124;
    font-size: 14px;
    transition: all .5s;
    letter-spacing: .06rem;
    background-color: transparent!important;
    padding: 6px 0;
    margin: 0 13px;
    font-weight: 500;
    text-transform: uppercase;
}

.navbar-custom .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}

.logo {
    color: #383e44!important;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.logo i {
    color: #3864f3!important;
    font-size: 20px;
    vertical-align: middle;
}

.navbar-custom .navbar-nav li.active a,.navbar-custom .navbar-nav li a:hover,.navbar-custom .navbar-nav li a:active {
    /*color: #3864f3!important;*/
    color: #7b283e!important;
}

.navbar-toggle {
    font-size: 24px;
    margin-top: 5px;
    margin-bottom: 0;
    color: #fff;
}

.nav .open>a,.nav .open>a:focus,.nav .open>a:hover {
    background-color: transparent;
    border-color: #337ab7;
}

.navbar-custom .navbar-toggles {
    padding: .25rem .75rem;
    font-size: 18px;
    background: 0;
    border: 1px solid transparent;
    color: #fff;
    outline: 0;
}

.navbar-custom .navbar-toggles-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
}

.menu-toggle {
    padding: 4.5px 10px!important;
}

.menu-toggle span {
    line-height: 27px;
}

.nav-sticky.navbar-custom {
    margin-top: 0;
    padding: 15px 0;
    background-color: #fff;
    box-shadow: 0 10px 33px rgba(0,0,0,.1);
    color: #000!important;
}

.nav-sticky.navbar-custom.sticky-light {
    background-color: #fff;
}

.nav-sticky.navbar-custom .navbar-nav li a {
    color: #2f3545;
}

.nav-sticky.navbar-custom .navbar-nav li.active a,.nav-sticky.navbar-custom .navbar-nav li a:hover,.nav-sticky.navbar-custom .navbar-nav li a:active {
    /*color: #3864f3!important;*/
    color: #7b283e!important;
}

.nav-sticky.navbar-custom .navbar-toggles {
    padding: .25rem .75rem;
    border: 1px solid transparent;
    outline: 0;
}

.nav-sticky .navbar-nav {
    margin-top: 0;
}

.nav-sticky .logo {
    color: #000!important;
}

.navbar-toggle i {
    padding: 0 3px;
    background-color: rgba(255, 255, 255, 0.5);
}

.title-heading {
    font-size: 1.5rem;
}

.title h1 {
    position: absolute;
    color: rgba(0,0,0,0.1);
    left: 0;
    right: 0;
    top: -45px;
}

.bg-home {
    background-image: url('../images/home/home-bg.jpg');
    background-size: cover;
    background-position: center center;
    height: 100vh;
    position: relative;
}

.bg-home-2 {
    background-image: url('../images/home/home-bg-3.jpg');
    background-size: cover;
    background-position: center center;
}

.home-center {
    display: table;
    width: 100%;
    height: 100%;
}

.home-desc-center {
    display: table-cell;
    vertical-align: middle;
}

.home-small-title {
    font-size: 15px;
    letter-spacing: 8px;
}

.home-slider {
    position: relative;
}

.home-slider .carousel-control-next,.carousel-control-prev {
    width: 6%;
}

.home-slider .carousel-item,.home-slider .carousel {
    height: 100vh;
    width: 100%;
}

.home-slider .carousel-item {
    background-position: center center;
    background-size: cover;
}

.clients-img {
    position: absolute;
    top: 108px;
}

.clients-img img {
    max-height: 100px;
    width: auto!important;
    transition: all .5s;
}

.clients-img img:hover {
    opacity: .6;
}

.home-registration-form {
    border-radius: 3px;
}

.home-registration-form .registration-form label {
    font-size: 13px;
}

.registration-input-box {
    border-bottom: 1px solid #c5c5c5;
    box-shadow: none!important;
}

.registration-input-box:focus {
    border-color: #3864f3;
}

.subcribe-form input {
    padding: 14px 20px;
    width: 100%;
    font-size: 17px;
    color: #4c5667!important;
    border: 0;
    outline: none!important;
    padding-right: 160px;
    padding-left: 30px;
    background-color: rgba(255,255,255,0.85);
    border-radius: 5px;
}

.subcribe-form button {
    position: absolute;
    top: 3px;
    right: 3px;
    outline: none!important;
    border-radius: 5px;
    font-size: 14px;
    padding: 12px 30px;
}

.subcribe-form form {
    position: relative;
    max-width: 600px;
    margin: 0 auto;
}

.home-dashboard {
    position: relative;
    top: 80px;
    z-index: 1;
}

.home-prestion {
    padding-top: 75px;
    background-color: #f8f9fa;
    position: relative;
}

.home-slider {
    position: relative;
}

.home-slider .carousel-control-next,.carousel-control-prev {
    width: 6%;
}

.home-slider .carousel-item,.home-slider .carousel {
    height: 100vh;
    width: 100%;
}

.home-slider .carousel-item {
    background-position: center center;
    background-size: cover;
}

.home-title {
    font-size: 42px;
    line-height: 60px;
}

.home-desc {
    max-width: 700px;
}

.bg-home-half::before {
    content: "";
    position: absolute;
    inset: 0; /* top:0;right:0;bottom:0;left:0; */
    background-image: url(https://z3.ax1x.com/2021/08/26/hmNreH.jpg);
    background-size: cover;
    background-position: center center;
    filter: blur(3px) grayscale(15%) brightness(0.9) contrast(0.9) saturate(0.8);
    transform: scale(1.05);    /* 缩放一点避免边缘出现透明带 */
    z-index: 0;
}

.bg-home-half {
    position: relative;
    overflow: hidden;
    /*background-image: url(https://z3.ax1x.com/2021/08/26/hmNreH.jpg);*/
    /*background-size: cover;*/
    /*background-position: center center;*/
    /*padding: 250px 0 200px;*/
    /*position: relative;*/
    height: 100vh;
    min-height: 720px;
    box-shadow: inset 0 0 40vw 40vh rgba(0, 0, 0, .45);
}

.banner-section {
    position: relative;
    overflow: hidden;
}

.banner-carousel {
    position: relative;
}

.banner-carousel .slide-item {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 280px 0 200px 0;
}

.banner-carousel .slide-item:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(0deg,rgba(39,39,39,0.8),rgba(39,39,39,0.0) 100%);
    top: 0;
    right: 0;
    z-index: 1;
}

.banner-carousel .slide-item:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(-90deg,rgba(39,39,39,0.5)0%,rgba(39,39,39,0.0) 100%);
    top: 0;
    left: 0;
    z-index: 1;
}

.banner-carousel .slide-item .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 6000ms linear;
    -moz-transition: all 6000ms linear;
    -ms-transition: all 6000ms linear;
    -o-transition: all 6000ms linear;
    transition: all 6000ms linear;
}

.banner-carousel .active .slide-item .image-layer {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}

.banner-carousel .content-box {
    position: relative;
    display: block;
    max-width: 600px;
    z-index: 5;
}

.banner-carousel .content-box h1 {
    position: relative;
    display: block;
    color: #fff;
    font-size: 90px;
    line-height: 95px;
    font-weight: 900;
    margin-bottom: 37px;
    opacity: 0;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
}

.banner-carousel .active .content-box h1 {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 700ms;
    -moz-transition-delay: 700ms;
    -ms-transition-delay: 700ms;
    -o-transition-delay: 700ms;
    transition-delay: 700ms;
}

.banner-carousel .content-box p {
    position: relative;
    display: block;
    color: #fff;
    font-size: 20px;
    line-height: 32px;
    font-weight: 500;
    margin-bottom: 41px;
    font-style: italic;
    opacity: 0;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.banner-carousel .active .content-box p {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1000ms;
    -moz-transition-delay: 1000ms;
    -ms-transition-delay: 1000ms;
    -o-transition-delay: 1000ms;
    transition-delay: 1000ms;
}

.banner-carousel .content-box .btn-box {
    position: relative;
    opacity: 0;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 1300ms ease;
    -moz-transition: all 1300ms ease;
    -ms-transition: all 1300ms ease;
    -o-transition: all 1300ms ease;
    transition: all 1300ms ease;
}

.banner-carousel .active .content-box .btn-box {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1300ms;
    -moz-transition-delay: 1300ms;
    -ms-transition-delay: 1300ms;
    -o-transition-delay: 1300ms;
    transition-delay: 1300ms;
}

.banner-carousel .content-box .btn-box .theme-btn-one {
    padding: 22px 69px;
}

.owl-dots-none .owl-dots,.owl-nav-none .owl-nav {
    display: none!important;
}

.banner-carousel .owl-nav .owl-prev {
    position: absolute;
    left: 50px;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    background: #fff;
    text-align: center;
    line-height: 60px;
    font-size: 24px;
    font-weight: 600;
    color: #272727;
    cursor: pointer;
    border-radius: 50%;
    opacity: .2;
    transition: all 500ms ease;
}

.banner-carousel .owl-nav .owl-next {
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    background: #fff;
    text-align: center;
    line-height: 60px;
    font-size: 24px;
    font-weight: 600;
    color: #272727;
    cursor: pointer;
    border-radius: 50%;
    opacity: .2;
    transition: all 500ms ease;
}

.banner-carousel:hover .owl-nav .owl-prev,.banner-carousel:hover .owl-nav .owl-next {
    opacity: 1;
}

.banner-carousel .owl-nav .owl-prev:hover,.banner-carousel .owl-nav .owl-next:hover {
    color: #fff;
}

.bg-color-1 {
    background: #f6f6f6;
}


.text-white-shadow {
    text-shadow: 0 0 5px whitesmoke;
}

.text-black-shadow{
    text-shadow: 20px 0 50px black;
}

.features h5 svg {
    height: 48px;
    width: 48px;
    fill: rgba(255,99,72,0.2);
}

.features h4 {
    font-size: 18px;
}

.features-icon {
    position: relative;
    display: inline-block;
    width: 54px;
    height: 54px;
    border: 2px solid rgba(21,101,216,0.1);
    border-radius: 15px;
}

.features-icon i {
    color: #3864f3!important;
    line-height: 54px;
    font-size: 22px;
}

.service h3 {
    font-size: 14px;
    letter-spacing: 3px;
}

.service p {
    font-size: 30px;
}

.services-blog svg {
    max-width: 45px;
    float: left;
    margin-right: 20px;
    height: 48px;
    width: 48px;
    fill: rgba(255,99,72,0.2);
    color: #3864f3;
}

.service-head {
    overflow: hidden;
}

.services-blog {
    padding: 40px;
    background-color: #fff;
}

.services-blog h4 {
    font-size: 16px;
}

.testi-user {
    max-width: 60px;
}

.user-review {
    color: #667482;
    font-style: italic;
    font-size: 16px;
}

.testi-client-name {
    font-size: 15px;
    color: #000;
}

.testi-patients {
    font-size: 14px;
    color: #000;
}

.testi-content {
    padding: 30px;
    border-radius: 5px 30px;
    margin: 10px;
    background-color: #f8f9fa;
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 10px;
    height: 5px;
    margin: 5px 7px;
    border: 1px solid #3864f3;
    background-color: #3864f3;
    opacity: .2;
}

.img-max-width {
    width: 20%;
}

.portfolio-title {
    font-size: 21px;
    word-spacing: 2px;
    font-weight: 700;
    letter-spacing: 1px;
}

.port-folio-sub-title {
    color: #585858;
    font-size: 17px;
    word-spacing: 1px;
    padding-top: 10px;
}

.container-filter {
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 30px;
    padding: 0;
    text-align: center;
}

.container-filter li {
    list-style: none;
    display: inline-block;
}

.container-filter li a {
    display: block;
    font-size: 10px;
    border: 1px solid #e0e0e0;
    padding: 0 15px;
    margin: 5px 3px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    line-height: 35px;
    border-radius: 3px;
    color: #75757d;
}

.container-filter li a.active {
    color: #fff;
    background-color: #3864f3;
    border: 1px solid #3864f3;
}

.container-filter li a:hover {
    color: #fff!important;
    background-color: #3864f3;
    border: 1px solid #3864f3;
}

.item-box {
    position: relative;
    overflow: hidden;
    display: block;
}

.item-box a {
    display: inline-block;
}

.item-box:hover .item-mask {
    opacity: 1;
    visibility: visible;
}

.item-box:hover .item-mask .item-caption {
    bottom: 30px;
    opacity: 1;
}

.item-box:hover .item-container {
    transform: scale(1.1);
    transition: all 2s cubic-bezier(0.23,1,0.32,1) 0s;
    width: 100%;
}

.item-container {
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    width: 100%;
    transition: all 2s cubic-bezier(0.23,1,0.32,1) 0s;
}

.item-mask {
    background: none repeat scroll 0 0 rgba(255,255,255,0.7);
    position: absolute;
    transition: all .5s ease-in-out 0s;
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
}

.item-mask h5 {
    font-size: 16px;
}

.item-mask p {
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 1.5px;
    font-weight: 500;
    margin: 0;
    text-align: left;
}

.item-mask .item-caption {
    position: absolute;
    bottom: -60px;
    left: 0;
    padding-left: 30px;
    padding-right: 30px;
    text-align: left;
    transition: all .5s ease-in-out 0s;
    opacity: 0;
}

.portfolio-head h3 {
    font-size: 14px;
    letter-spacing: 3px;
}

.portfolio-head p {
    font-size: 30px;
}

.bg-cta {
    background-image: url('./static/bg/home-bg-3.jpg');
    background-size: cover;
    background-position: center center;
    position: relative;
}

.blog-menu img {
    border-radius: 5px;
}

.blog-menu h5 {
    font-size: 15px;
}

.blog-title {
    font-size: 16px;
    color: #44464f;
    margin-top: 20px;
    display: block;
}

.blog-title:hover {
    color: #3864f3;
    transition: all .5s;
}

.blog-menu p {
    font-size: 14px;
    line-height: 1.8;
}

.read-btn {
    font-size: 15px;
    color: #3864f3;
    text-decoration: underline!important;
}

.read-btn:hover {
    color: #f70033;
}

.about-title h2 {
    line-height: 42px;
}

.about-title p {
    font-size: 17px;
    line-height: 30px;
    font-weight: 300;
}

.about-title {
    max-width: 800px;
}

.about-border-left {
    border-left: 1px solid #e7e7e7;
}

.team-member {
    filter: grayscale(100%);
    max-width: 165px;
}

.team-member:hover {
    filter: grayscale(0%);
}

.price {
    box-shadow: 0 40px 40px rgba(0,0,0,0.05);
    border-radius: 12px;
}

.price .type h4 {
    font-size: 18px;
    text-transform: uppercase;
}

.price .value {
    position: relative;
}

.price .value h3 {
    display: inline-block;
    padding-right: 10px;
    font-size: 46px;
    position: relative;
}

.price .value h3 span {
    font-size: 14px;
    position: absolute;
    top: 5px;
}

.price .value .per {
    font-size: 13px;
}

.price .feature {
    padding: 15px 0;
}

.price .feature li {
    margin: 15px;
}

.price.active {
    background-color: rgba(255,99,72,0.2);
}

.form-control {
    height: 46px;
    border: 1px solid #e9e6e6;
    font-size: 14px;
}

textarea.form-control {
    height: auto;
}

.form-control:focus {
    border-color: #3864f3;
    outline: 0;
    box-shadow: none;
}

.address-info {
    overflow: hidden;
}

.contact-info {
    font-size: 14px;
}

.error {
    margin: 8px 0;
    display: none;
    color: red;
}

#ajaxsuccess {
    font-size: 16px;
    width: 100%;
    display: none;
    clear: both;
    margin: 8px 0;
}

.error_message {
    padding: 10px;
    margin-bottom: 20px;
    text-align: center;
    border: 2px solid #ff4774;
    color: #ff4774;
    border-radius: 5px;
    font-size: 14px;
}

.contact-loader {
    display: none;
}

#success_page {
    text-align: center;
    margin-bottom: 50px;
}

#success_page h3 {
    color: #10b81a;
    font-size: 22px;
}

.footer {
    padding-top: 80px;
    padding-bottom: 40px;
    color: #818d9c;
}

.footer-menu h5 {
    font-size: 14px;
    color: #fff;
}

.footer-menu p,.footer span {
    font-size: 13px;
}

.footer_mdi {
    font-size: 16px;
    height: 36px;
    width: 36px;
    line-height: 36px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    margin: 20px 2px;
}

.facebook {
    background-color: #4e71a8;
    color: #fff;
}

.twitter {
    background-color: #55acee;
    color: #fff;
}

.google {
    background-color: #d6492f;
    color: #fff;
}

.apple {
    background-color: #231f20;
    color: #fff;
}

.dribbble {
    background-color: #fff;
    color: #000;
}

.footer-menu li a {
    font-size: 14px;
    display: inline-block;
    transition: all .5s;
    line-height: 32px;
    color: #818d9c!important;
}

@media(max-width:768px) {
    .vertical-content {
        display: inherit;
    }

    .navbar-custom {
        margin-top: 0;
        padding: 10px 0!important;
        background-color: #fff!important;
        box-shadow: 0 10px 33px rgba(0,0,0,.1);
        color: #000!important;
    }

    .navbar-toggler i {
        font-size: 24px;
        margin-top: 0;
        margin-bottom: 0;
        color: #000;
    }

    .bg-home {
        height: auto;
    }

    .nav-sticky.navbar-custom .navbar-nav li a {
        color: #000000!important;
    }

    .nav-sticky .logo {
        color: #fff!important;
    }

    .navbar-custom>.container {
        width: 90%;
    }

    .clients-img {
        display: none;
    }
    .img-max-width{
        width: 50%;
    }
}

@media(min-width:768px) and (max-width:1024px) {
    .clients-img {
        top: 76px;
    }
}

@media(max-height:767px) {
    .clients-img {
        top: 7px;
    }
}
