/*--------------------------------------------------------------
	##  Page Banner
	--------------------------------------------------------------*/
.page-banner {
    background: #fdf8f8;
    text-align: center;
    height: 350px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.page-banner .page-title {
    font-size: 50px;
    font-weight: 800;
    color: #2b2350;
    position: relative;
    z-index: 2;
    max-width: 820px;
    margin: 30px auto 15px;
}

.page-banner .bradcurmed {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    z-index: 2;
}

.page-banner .bradcurmed li {
    display: inline-block;
    position: relative;
    font-size: 18px;
}

.page-banner .bradcurmed li:not(:last-child) {
    margin-right: 30px;
}

.page-banner .bradcurmed li:not(:last-child):before {
    content: "\35";
    font-family: eleganticons;
    position: absolute;
    right: -25px;
    top: 0;
}

.page-banner .bradcurmed li a {
    color: #2b2350;
    font-weight: 500;
}

.page-banner .bradcurmed li a:hover {
    color: #fa7070;
}

.page-banner .circle {
    position: absolute;
    top: -51%;
    left: -15%;
    z-index: 1;
}

.page-banner.blog-details-banner {
    height: 700px;
}

.page-banner.blog-details-banner .circle {
    position: absolute;
    top: -39%;
    left: -19%;
    z-index: 1;
}

.page-banner.blog-details-banner .page-title-wrapper {
    margin-top: 60px;
}

.page-banner.blog-details-banner .page-title {
    font-size: 40px;
    line-height: 54px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 20px;
}

.page-banner.blog-details-banner .post-meta {
    position: relative;
    z-index: 22;
    padding: 0;
}

.page-banner.blog-details-banner .post-meta li {
    display: inline-block;
    margin-right: 30px;
    position: relative;
    text-transform: uppercase;
}

.page-banner.blog-details-banner .post-meta li:not(:last-child):after {
    position: absolute;
    content: '';
    right: -20px;
    top: 7px;
    width: 2px;
    height: 14px;
    background: #9997a3;
}

.page-banner.blog-details-banner .post-meta li a {
    color: #797687;
    text-transform: uppercase;
    font-weight: 500;
    margin-left: 5px;
}

.page-banner.blog-details-banner .post-meta li a:hover {
    color: #fa7070;
}

.page-banner.blog-details-banner .post-meta.color-theme {
    margin-bottom: 10px;
}

.page-banner.blog-details-banner .post-meta.color-theme li a {
    color: #fa7070;
}

.animate-ball {
    position: absolute;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    top: 0;
    left: 0;
}

.animate-ball .ball {
    background: #fdf1f1;
    border-radius: 50%;
    position: absolute;
}

.animate-ball .ball:nth-child(1) {
    height: 50px;
    width: 50px;
    top: 37%;
    left: 10%;
    -webkit-animation: zoommd 1.5s infinite alternate;
    animation: zoommd 1.5s infinite alternate;
}

.animate-ball .ball:nth-child(2) {
    height: 70px;
    width: 70px;
    bottom: 22%;
    right: 8%;
    -webkit-animation: bounce 4s infinite alternate;
    animation: bounce 4s infinite alternate;
}

.animate-ball .ball:nth-child(3) {
    height: 100px;
    width: 100px;
    bottom: 43%;
    right: 22%;
    -webkit-animation: zoommd 1.5s infinite alternate;
    animation: zoommd 1.5s infinite alternate;
}

.animate-ball .ball:nth-child(4) {
    height: 40px;
    width: 40px;
    bottom: 20%;
    right: 32%;
    -webkit-animation: movexy 1.5s infinite alternate;
    animation: movexy 1.5s infinite alternate;
}

.animate-ball .ball:nth-child(5) {
    height: 500px;
    width: 500px;
    top: -75%;
    right: 100px;
    -webkit-animation: wave 3s 0.1s infinite linear;
    animation: wave 3s 0.1s infinite linear;
}

.page-banner-contact {
    height: 690px;
    position: relative;
    overflow: hidden;
    background: #fdf8f8;
}

.page-banner-contact .circle {
    position: absolute;
    top: -40%;
    left: -15%;
}

.page-title-inner {
    position: relative;
    z-index: 2;
}

.animate-element-contact {
    position: relative;
    z-index: 222;
    height: 465px;
    width: 408px;
    bottom: -135px;
}

.animate-element-contact img {
    position: absolute;
    bottom: 0;
}

.animate-element-contact img:nth-child(1) {
    left: 5px;
    bottom: 55px;
}

.animate-element-contact img:nth-child(2) {
    bottom: 41px;
    left: 128px;
}

.animate-element-contact img:nth-child(3) {
    right: 0;
}

.animate-element-contact img:nth-child(4) {
    bottom: 0;
    left: 110px;
}

.page-banner {
    background: #fdf8f8;
    text-align: center;
    height: 350px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.page-banner .page-title {
    font-size: 50px;
    font-weight: 800;
    color: #2b2350;
    position: relative;
    z-index: 2;
    max-width: 820px;
    margin: 30px auto 15px;
}

.page-banner .bradcurmed {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    z-index: 2;
}

.page-banner .bradcurmed li {
    display: inline-block;
    position: relative;
    font-size: 18px;
}

.page-banner .bradcurmed li:not(:last-child) {
    margin-right: 30px;
}

.page-banner .bradcurmed li:not(:last-child):before {
    content: "\35";
    font-family: eleganticons;
    position: absolute;
    right: -25px;
    top: 0;
}

.page-banner .bradcurmed li a {
    color: #2b2350;
    font-weight: 500;
}

.page-banner .bradcurmed li a:hover {
    color: #fa7070;
}

.page-banner .circle {
    position: absolute;
    top: -51%;
    left: -15%;
    z-index: 1;
}

.page-banner.blog-details-banner {
    height: 400px;
}

.page-banner.blog-details-banner .circle {
    position: absolute;
    top: -39%;
    left: -19%;
    z-index: 1;
}

.page-banner.blog-details-banner .page-title-wrapper {
    margin-top: 60px;
}

.page-banner.blog-details-banner .page-title {
    font-size: 50px;
    line-height: 54px;
    font-weight: 800;
    margin-bottom: 20px;
}

.page-banner.blog-details-banner .post-meta {
    position: relative;
    z-index: 22;
    padding: 0;
}

.page-banner.blog-details-banner .post-meta li {
    display: inline-block;
    margin-right: 30px;
    position: relative;
    text-transform: uppercase;
}

.page-banner.blog-details-banner .post-meta li:not(:last-child):after {
    position: absolute;
    content: '';
    right: -20px;
    top: 7px;
    width: 2px;
    height: 14px;
    background: #9997a3;
}

.page-banner.blog-details-banner .post-meta li a {
    color: #797687;
    text-transform: uppercase;
    font-weight: 500;
    margin-left: 5px;
}

.page-banner.blog-details-banner .post-meta li a:hover {
    color: #fa7070;
}

.page-banner.blog-details-banner .post-meta.color-theme {
    margin-bottom: 10px;
}

.page-banner.blog-details-banner .post-meta.color-theme li a {
    color: #fa7070;
}

.animate-ball {
    position: absolute;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    top: 0;
    left: 0;
}

.animate-ball .ball {
    background: #fdf1f1;
    border-radius: 50%;
    position: absolute;
}

.animate-ball .ball:nth-child(1) {
    height: 50px;
    width: 50px;
    top: 37%;
    left: 10%;
    -webkit-animation: zoommd 1.5s infinite alternate;
    animation: zoommd 1.5s infinite alternate;
}

.animate-ball .ball:nth-child(2) {
    height: 70px;
    width: 70px;
    bottom: 22%;
    right: 8%;
    -webkit-animation: bounce 4s infinite alternate;
    animation: bounce 4s infinite alternate;
}

.animate-ball .ball:nth-child(3) {
    height: 100px;
    width: 100px;
    bottom: 43%;
    right: 22%;
    -webkit-animation: zoommd 1.5s infinite alternate;
    animation: zoommd 1.5s infinite alternate;
}

.animate-ball .ball:nth-child(4) {
    height: 40px;
    width: 40px;
    bottom: 20%;
    right: 32%;
    -webkit-animation: movexy 1.5s infinite alternate;
    animation: movexy 1.5s infinite alternate;
}

.animate-ball .ball:nth-child(5) {
    height: 500px;
    width: 500px;
    top: -75%;
    right: 100px;
    -webkit-animation: wave 3s 0.1s infinite linear;
    animation: wave 3s 0.1s infinite linear;
}

.page-banner-contact {
    height: 700px;
    position: relative;
    overflow: hidden;
    background: #fdf8f8;
    z-index: 2;
}

.page-banner-contact .circle {
    position: absolute;
    top: -40%;
    left: -17%;
}

.page-banner-contact .page-title-wrapper {
    padding: 315px 0 245px;
    position: relative;
}

.page-banner-contact .page-title-wrapper .page-title {
    font-size: 40px;
    line-height: 54px;
}

.page-banner-contact .page-title-wrapper p {
    font-size: 16px;
    line-height: 30px;
}

.page-banner-contact .animate-ball .ball:nth-child(3) {
    bottom: 55%;
    right: 40%;
    height: 70px;
    width: 70px;
}

.page-banner-contact .animate-ball .ball:nth-child(4) {
    bottom: 28%;
    right: 40%;
}

.page-banner-contact .animate-ball .ball:nth-child(5) {
    top: -60%;
}

.animate-element-contact {
    position: relative;
    z-index: 222;
    height: 465px;
    width: 408px;
    bottom: -135px;
}

.animate-element-contact img {
    position: absolute;
    bottom: 0;
}

.animate-element-contact img:nth-child(1) {
    left: 5px;
    bottom: 55px;
}

.animate-element-contact img:nth-child(2) {
    bottom: 41px;
    left: 128px;
}

.animate-element-contact img:nth-child(3) {
    right: 0;
}

.animate-element-contact img:nth-child(4) {
    bottom: 0;
    left: 110px;
}

@media (max-width: 1280px) {
    .animate-element-contact {
        margin-left: -80px;
    }
}

@media (max-width: 1200px) {
    .page-banner {
        height: 400px;
    }
    .page-banner .circle {
        top: -110%;
        left: -35%;
    }
    .animate-ball .ball:nth-child(5) {
        top: -102%;
        right: 0;
    }
    .animate-element-contact {
        margin-left: -80px;
    }
}

@media (max-width: 1024px) {
    .circle {
        display: none;
    }
}

@media (max-width: 991px) {
    .page-banner {
        height: 300px;
    }
    .page-banner .page-banner .circle {
        top: -185%;
        left: -45%;
    }
    .page-banner .page-title {
        font-size: 40px;
        margin: 40px auto 15px;
    }
    .page-banner .animate-ball .ball:nth-child(3) {
        height: 50px;
        width: 50px;
    }
    .page-banner .animate-ball .ball:nth-child(3) {
        height: 40px;
        width: 40px;
    }
    .page-banner .animate-ball .ball:nth-child(5) {
        top: -190px;
        right: 0;
        height: 250px;
        width: 250px;
    }
    .page-banner.blog-details-banner {
        height: 400px;
    }
    .page-banner.blog-details-banner .page-title {
        font-size: 30px;
        line-height: 44px;
    }
    .page-banner.blog-details-banner .circle {
        left: -50%;
    }
    .page-banner-contact {
        height: 800px;
    }
    .page-banner-contact .page-title-wrapper {
        padding: 130px 0 0;
    }
    .animate-element-contact {
        height: 365px;
        margin: 0 auto;
    }
    .page-banner .circle {
        left: -60%;
    }
}

@media (max-width: 768px) {
    .page-banner .page-title {
        font-size: 30px;
        margin: 40px auto 10px;
    }
    .page-banner.blog-details-banner {
        height: 400px;
    }
    .page-banner.blog-details-banner .page-title {
        font-size: 26px;
        line-height: 36px;
    }
    .page-banner.blog-details-banner .circle {
        left: -70%;
    }
    .page-banner-contact .page-title-wrapper {
        padding: 100px 0 0;
    }
    .page-banner-contact .page-title-wrapper .page-title {
        font-size: 32px;
    }
    .page-banner-contact .page-title-wrapper p br {
        display: none;
    }
    .page-banner .circle {
        left: -80%;
    }
}

@media (max-width: 576px) {
    .page-banner .circle {
        left: -120%;
    }
}