/* Theme Name: Butura - Phoenix Dental Implants */
/* === Global === */
.btn.lrg {
    font-size: 32px;
}
body {
    font-family: 'Raleway', sans-serif;
    overflow-x: hidden;
}
.btn {
    border-radius: 0;
    text-transform: none;
    font-weight: 700;
    font-size: 16px;
}
.box-heading {
    padding: 5px 20px;
    font-weight: 700;
    font-size: 82px;
}
.heading,
h1,
h2,
h3 {
    font-weight: 700;
    margin-top: 0;
}
h3 {
    font-size: 30px;
}
.flip-card {
    position: relative;
    padding: 0;
    border-top: 0;
    perspective: 1000px;
    height: 100%;
}
.flip-card.flipped .back {
    transform: rotateY(0deg);
    z-index: 10;
}
.flip-card.flipped .front {
    transform: rotateY(180deg);
    z-index: -1;
}
.flip-card .card-face {
    position: relative;
    transition: all 1s cubic-bezier(0.5, 0.8, 0.5, 1.3), height 0s;
    transform-style: preserve-3d;
    background-size: cover;
    background-position: center;
    padding: 20px;
    border: 2px solid;
    height: 100%;
}
.flip-card .back {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
    transform: rotateY(-180deg);
}
.flip-card .front {
    z-index: 10;
}
.flip-card .card-face-inner {
    transform: translateZ(30px);
    width: 100%;
    height: 100%;
}
.flip-card .flip {
    text-align: right;
    width: 100%;
    margin-bottom: 10px;
}
.flip-card .flip .btn,
.flip-btn {
    position: relative;
    display: inline-block;
    border: 2px solid;
    border-radius: 50px;
    padding: 2px 8px 2px 36px;
    box-shadow: 2px 2px 5px #000;
    font-weight: 400;
    font-size: 14px;
}
.flip-card .flip .btn:before,
.flip-btn:before {
    content: '\f054';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 12px;
    padding-right: 8px;
    border-right: 1px solid;
}

/* === Header/Nav === */
.primary-header .nav-col {
    flex-grow: 0;
}
.primary-header .header-row {
    align-items: center;
    justify-content: space-between;
}
.social a {
    display: block;
    position: relative;
    font-size: 16px;
    padding: 6px;
}
.social span {
    transition: color linear .3s, background linear .3s;
}
.social .fa-stack-2x {
    position: relative;
    border: 1px solid;
    border-radius: 50%;
    font-size: 2em;
    color: transparent;
}
.social .fa-stack-1x {
    font-size: .5em;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.main-nav .menu li a {
    font-size: 16px;
}
.menu-item-has-children .sub-menu {
    z-index: 1;
    max-height: 0;
    transition: max-height .3s ease-out;
    overflow: hidden;
    display: block;
    padding: 0;
}
.menu-item-has-children .sub-menu li a {
    padding: 6px 12px;
}
.menu-item-has-children:hover .sub-menu {
    max-height: 100vh;
    transition: max-height .5s ease-in;
}

header .social .link a{
	color: #b0caea;
	top: 8px;
}

/* === Footer === */
.footer-row {
    justify-content: space-around;
    align-items: center;
}
.footer-row .col {
    padding: 0 15px;
}
.footer-row a {
    cursor: pointer;
}
.nav-copyright {
    text-align: center;
    padding: 5px 15px;
}
.nav-copyright ul {
    list-style: none;
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    align-items: center;
    justify-content: center;
}
.nav-copyright li {
    display: block;
}
.nav-copyright li a {
    padding: 5px 10px;
    display: block;
}
#footer-form label {
    display: none;
}
#footer-form .gfield {
    padding-right: 0;
}
#footer-form input {
    width: 100%;
    padding-right: 0;
}
#footer-form .gform_footer {
    padding-top: 0;
}
#footer-form .gform_button {
    border: none;
    box-shadow: none;
    font-weight: 700;
    padding: 6px 12px;
    transition: all ease .5s;
}
#footer-form .grecaptcha-badge {
    right: 0 !important;
    bottom: -80px !important;
}

/* === Home Page === */
.banner-section {
    position: relative;
    overflow: hidden;
}
.banner-section video {
    width: 100%;
    height: auto;
}
.banner-section .slide {
    display: none;
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
    font-size: 92px;
    animation-name: fadeInOut;
    animation-duration: 4.5s;
    animation-play-state: paused;
    animation-fill-mode: forwards;
}
.banner-section .slide:nth-child(1) .text-row:nth-child(1) {
    animation-name: bounceInFadeOut;
    animation-duration: 4.5s;
    transform: translate(calc(-200%), -50%);
}
.banner-section .slide:nth-child(1) .text-row:nth-child(2) {
    animation-name: slideInOut;
    animation-duration: 4.25s;
    animation-delay: .25s;
    transform: translate(calc(100vw - 30px), -50%);
}
.banner-section .slide:nth-child(1) .text-row:nth-child(3) {
    animation-name: slideOutIn;
    animation-duration: 4s;
    animation-delay: .5s;
    transform: translateY(-100vw);
}
.banner-section .slide:nth-child(2) {
    animation-name: slideInOut;
}
.banner-section .slide:nth-child(3) {
    animation-name: slideOutIn;
}
.banner-section .slide:nth-child(4) {
    animation-name: dropInOut;
}
.banner-section .slide.active {
    display: block;
    animation-play-state: running;
}
.banner-section .slide .text-row {
    padding: 10px 30px;
    margin: 0;
    position: relative;
    width: max-content;
    line-height: 1;
    font-weight: 700;
}
.banner-section .slide .text-row.bg-none {
    background: transparent;
}
.banner-section .slide .text-row:nth-child(2) {
    left: 35px;
    margin-bottom: 10px;
}
.banner-section .slide .text-row:nth-child(3) {
    left: 80px;
}
.why-section,
.services-section {
    margin-top: 50px;
}
.why-section .col {
    flex: 0 1 calc(33%);
}
.checks {
    margin: 40px 0;
}
span.check-text {
    font-size: 25px;
    font-weight: 700;
    margin-left: 25px;
}
.check-row {
    display: flex;
    align-items: center;
    justify-content: center;
}
.why-section .background,
.services-section .background {
    background-size: 100% auto;
    background-position: 50% 50%;
    padding-bottom: 40%;
    position: relative;
}
.why-section .background .heading {
    position: absolute;
    top: 20%;
    left: 0;
}
.why-section .background .sub-heading {
    font-size: 75px;
    position: absolute;
    top: 40%;
    left: 0;
    margin-left: 30px;
    margin-top: 30px;
}
.services-section .background .heading {
    position: absolute;
    top: 20%;
    right: 0;
}
.services-section .services {
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 20px;
    margin-top: 50px;
}
.services-section .service {
    flex: 1 1 calc(33.3333% - 20px);
}
.services-section .service .heading {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.services-section .service .content {
    margin-bottom: 10px;
}
.services-section .service .content p:first-of-type {
    margin-top: 0;
}
.services-section .service .content p:last-of-type {
    margin-bottom: 0;
}
.clients-section {
    margin-top: 30px;
}
.clients-section .background {
    background-size: auto 100%;
    background-position: 50% 50%;
    padding-bottom: 40%;
    position: relative;
    margin-bottom: 50px;
    max-height: 0;
    overflow: hidden;
}
.clients-section .background .heading-col {
    flex: 1 0 50%;
    margin-right: 50px;
    margin-left: 30px;
}
.clients-section .background .sub-heading {
    font-size: 48px;
    margin-left: 20px;
}
.clients-section .overlay {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    align-items: center;
}
.clients-section .videos {
    flex-wrap: wrap;
    column-gap: 5px;
    max-width: 900px;
    margin: 0 auto;
}
.clients-section .video {
    flex: 0 1 calc(50% - 2.5px);
    margin-bottom: 5px;
    position: relative;
    z-index: 1;
    border: 2px solid;
    text-align: center;
}
.clients-section .video .heading {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 36px;
    z-index: 3;
    pointer-events: none;
    opacity: 1;
    transition: opacity ease .3s;
}
.clients-section .video .heading span {
    display: block;
    width: max-content;
}
.clients-section .video .heading .box-heading {
    font-size: 42px;
}
.clients-section .video .heading .arrow-right {
    position: relative;
    padding-right: 45px;
}
.clients-section .video .heading .arrow-right:after {
    content: '\f0da';
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%) scaleX(1.5);
}
.clients-section .video:nth-child(1) .heading {
    top: 50%;
    transform: translateY(-50%);
    line-height: 1.4;
}
.clients-section .video:nth-child(1) .heading span {
    position: relative;
}
.clients-section .video:nth-child(1) .heading span:nth-child(1) {
    left: 60px;
}
.clients-section .video:nth-child(1) .heading span:nth-child(2) {
    margin-left: 120px;
}
.clients-section .video:nth-child(1) .heading span:nth-child(3) {
    margin-left: 120px;
}
.clients-section .video:nth-child(2) .heading {
    top: 50%;
    transform: translateY(-50%);
}
.clients-section .video:nth-child(2) .heading span {
    display: block;
}
.clients-section .video:nth-child(2) .heading span:nth-child(n) {
    margin: 0 auto;
}
.clients-section .video:nth-child(3) .heading {
    bottom: 20px;
    top: auto;
}
.clients-section .video:nth-child(3) .heading span {
    display: block;
}
.clients-section .video:nth-child(3) .heading span:nth-child(1) {
    margin-left: 60px;
}
.clients-section .video:nth-child(3) .heading span:nth-child(2) {
    margin-left: 20px;
}
.clients-section .video:nth-child(4) .heading {
    bottom: 5px;
    top: auto;
}
.clients-section .video:nth-child(4) .heading span {
    display: block;
}
.clients-section .video:nth-child(4) .heading span:nth-child(1) {
    margin-left: 20px;
}
.clients-section .video:nth-child(4) .heading span:nth-child(2) {
    margin-left: 90px;
}
.clients-section .video .thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #fff;
    padding: 0;
}
.clients-section .video.clicked .heading {
    opacity: 0;
}
.clients-section .video.clicked .video-image {
    opacity: 0;
    pointer-events: none;
}
.clients-section .video .video-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: 100% auto;
    color: #fff;
    font-size: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all ease-in-out .5s;
    border-radius: 0;
}
.clients-section .video .video-image:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    transition: all ease-in-out .5s;
}
.clients-section .video .video-image:hover:after {
    opacity: 1;
}
.contact-section {
    margin-top: 50px;
    margin-bottom: 50px;
}
.contact-section .info-col {
    flex: 0 1 35%;
    margin-right: 60px;
}
.contact-section .info-col .appointment {
    margin-bottom: 20px;
}
.contact-section .map-col {
    flex: 1 0 auto;
    margin-bottom: 20px;
}
.contact-section .map-col iframe {
    border: 2px solid;
    width: 100%;
    height: 100%;
    margin-top: 10px;
}
.contact-section .hours ul {
    list-style: none;
    display: block;
    padding-left: 0;
    margin-bottom: 0;
}
.contact-section .hours li {
    display: block;
    display: flex;
    justify-content: space-between;
}
.contact-section .hours li em {
    font-style: normal;
}
.contact-section .flip-card .card-face {
    padding: 20px 50px;
}
.contact-section .flip-card .back h3 {
    margin-bottom: 5px;
}
.contact-section .flip-card .back p {
    margin-bottom: 0;
}
.contact-section .flip-card .back img {
    height: 140px;
    width: auto;
}

/* === Interior Pages === */
.banner-section.ip {
    height: 40vw;
    background-position: top right;
    background-size: 100% 40vw;
    background-repeat: no-repeat;
}
.banner-section.ip .banner-section-inner {
    padding: 10px 50px 0;
    height: 100%;
    align-items: center;
}
.banner-section.ip h1 {
    font-size: 92px;
}

/* About Page */
.banner-section.about .image-col {
    flex: 0 0 36vw;
    align-self: flex-end;
}
.banner-section.about .content-col {
    flex: 1 1 auto;
    margin-left: 50px;
    align-self: center;
}
.banner-section.about .link-row {
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
}
.banner-section.about .logo-col img {
    height: 100px;
    width: auto;
}
.feature-section {
    padding: 50px 0;
}
.feature-section h2 {
    text-align: center;
    font-size: 52px;
}
.feature-section .services {
    flex-wrap: wrap;
}
.feature-section .service {
    flex: 0 1 calc(33.3333% - 13.33px);
}
.feature-section .service:not(:last-child) {
    margin-right: 20px;
}
.feature-section .service h3 {
    font-size: 38px;
}
.feature-section .service h3 .box-heading {
    font-size: 38px;
    display: block;
    width: min-content;
}
.feature-section .service .content {
    font-size: 78px;
    text-align: center;
    line-height: 1;
}
.feature-section .link {
    text-align: center;
    margin-top: 50px;
}
.team-section {
    margin-bottom: 50px;
}
.team-section h2 {
    font-size: 52px;
    text-align: center;
}
.team-section .members {
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 20px;
    justify-content: center;
}
.team-section .member {
    flex: 0 1 calc(33.3333% - 20px);
    position: relative;
    max-width: 600px;
}
.team-section .member:nth-child(-n + 2) {
    flex-basis: calc(33.3333%);
}
.team-section .member .heading {
    text-align: center;
    margin-bottom: 0;
    margin-top: 10px;
}
.team-section .member .link {
    text-align: center;
}
.team-section .member .front .flip {
    position: absolute;
    bottom: 30px;
    right: 30px;
    margin-bottom: 0;
    width: auto;
}
.team-section .member .content {
    margin-top: 10px;
}
.team-section .member .image {
    padding: 1.35% 1.5% 0;
    position: relative;
}
.team-section .member .card-face {
    height: min-content;
    transition: all 1s cubic-bezier(0.5, 0.8, 0.5, 1.3), min-height 0s;
    padding: 0;
}
.team-section .member .card-face.front {
    height: 100%;
}
.team-section .member .flip-card .back {
    bottom: auto;
    min-height: 100%;
}
.team-section .member .card-content {
    display: flex;
    flex-direction: column;
    padding: 20px;
}
.team-section .member .card-content .heading {
    flex: 1 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0;
}
.team-section .video-section {
    margin-top: 50px;
    position: relative;
    overflow: hidden;
}
.team-section .video-section iframe {
    width: 100%;
}
.team-section .video-section h2 {
    margin-bottom: 0;
}
.team-section .video-section .animation-wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    pointer-events: none;
}
.team-section .video-section .animation-wrap .animation {
    display: block;
    font-size: 72px;
    color: #fff;
    z-index: 3;
}
.team-section .video-section .animation-wrap .animation:first-child {
    margin-left: -4em;
}
.team-section .video-section .animation-wrap .animation:nth-child(2) .animate {
    animation-delay: .5s;
}
.team-section .video-section .animation-wrap .animation:last-child {
    margin-left: 6em;
}
.team-section .video-section .animation-wrap .animation:last-child .animate {
    animation-delay: 1s;
}
.team-section .video-section .animation-wrap .animation .arrow-right {
    position: relative;
    padding-right: 60px;
}
.team-section .video-section .animation-wrap .animation .arrow-right:after {
    content: '\f0da';
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%) scaleX(1.5);
    margin-top: 4px;
}
.team-section .video-section .animation-wrap .bounceInLeft {
    animation-delay: 2s;
}
.team-section .video-section .video .video-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: 100% auto;
    color: #fff;
    font-size: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all ease-in-out .5s;
    border-radius: 0;
}
.team-section .video-section .video .video-image:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    transition: all ease-in-out .5s;
}
.team-section .video-section .video .video-image:hover:after {
    opacity: 1;
}
.team-section .video-section .video .thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #fff;
    padding: 0;
}
.team-section .video-section .video.clicked .animation {
    opacity: 0;
}
.team-section .video-section .video.clicked .video-image {
    opacity: 0;
    pointer-events: none;
}

/* Bio Page */
.banner-section.bio .content-col {
    flex: 1 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner-section.bio .image-col {
    flex: 0 0 36vw;
    align-self: flex-end;
}
.banner-section.bio h1 {
    text-align: center;
    font-size: 48px;
}
.banner-section.bio .animation-wrap {
    padding: 50px 30px;
}
.content-section {
    margin-top: 50px;
}
.content-section .background {
    max-width: 860px;
    margin: 0 auto;
    background-position: 50% 50%;
    background-size: auto 100%;
    padding: 20px 30px;
}
.projects-section,
.publications-section {
    margin: 50px 0;
}
.projects-section h2,
.publications-section h2 {
    font-size: 62px;
    width: max-content;
    margin-bottom: 50px;
    margin-left: 50px;
}
.projects {
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 20px;
    justify-content: center;
}
.projects .project {
    flex: 0 0 calc(33.3333% - 20px);
    border-width: 2px;
    border-style: solid;
    padding: 20px;
}
.projects .project h3 {
    font-size: 18px;
}

/* Testimonials Page */
.banner-section.testimonials {
    min-height: 40vw;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    margin-bottom: 50px;
}
.banner-section.testimonials .banner-section-inner {
    align-items: flex-end;
}
.banner-section.testimonials h1 {
    margin-bottom: 50px;
    margin-right: 50px;
}
.banner-section.testimonials h1 .box-heading {
    padding-right: 70px;
    padding-left: 40px;
}
.banner-section.testimonials h1 .sub-heading {
    display: block;
    text-align: right;
    margin-top: 10px;
    font-size: 62px;
}
.banner-section.testimonials .animation {
    display: block;
}
.banner-section.testimonials .animation.slideInLeft {
    margin-left: -100px;
}
.banner-section.testimonials .animation.bounceInLeft {
    animation-delay: 2s;
}
.testimonials-section {
    margin-top: 50px;
    margin-bottom: 50px;
}
.testimonials-section .testimonials {
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 20px;
    max-width: 800px;
    margin: 0 auto;
}
.testimonials-section .testimonial {
    flex: 0 0 calc(50% - 20px);
    border-width: 2px;
    border-style: solid;
    padding: 20px 50px;
    display: flex;
    flex-direction: column;
}
.testimonials-section .testimonial .heading-row {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
.testimonials-section .testimonial .heading {
    font-size: 20px;
}
.testimonials-section .testimonial .content {
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.testimonials-section .testimonial .content p:last-of-type {
    margin-bottom: 0;
}
.clients-section.testimonials .col {
    flex: 0 1 calc(33% - 20px);
}
.clients-section.testimonials .videos {
    max-width: none;
    -ms-align-items: center;
    align-items: center;
    column-gap: 35px;
}
.clients-section.testimonials .video {
    margin-bottom: 35px;
}
.clients-section.testimonials .video.link {
    padding-bottom: 56.25%;
}
.clients-section.testimonials .video .link {
    position: absolute;
    z-index: 3;
    text-align: right;
    top: 10px;
    right: 10px;
}
.clients-section.testimonials .video .heading span {
    font-size: 36px;
}
.clients-section.testimonials .col:nth-child(2) .video:nth-child(1) .heading span:nth-child(1) {
    left: 50%;
    transform: translateX(-50%);
    font-size: 36px;
}
.clients-section.testimonials .col:nth-child(1) .video:nth-child(1) .heading {
    top: 20px;
    transform: none;
}
.clients-section.testimonials .col:nth-child(1) .video:nth-child(1) .heading span:nth-child(1) {
    left: 30px;
}
.clients-section.testimonials .col:nth-child(3) .video:nth-child(1) .heading span:nth-child(n) {
    margin-left: 0;
    left: 50%;
    transform: translateX(-50%);
}
.clients-section.testimonials .col:nth-child(3) .video:nth-child(2) .heading span:nth-child(n) {
    margin: 0 0 0 30px;
}
.clients-section.testimonials .col:nth-child(3) .video:nth-child(2) .heading span:nth-child(2) {
    margin-left: 60px;
}

/* Service Page */
.banner-section.service {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.banner-section.service .banner-section-inner {
    padding-left: 10%;
}
.banner-section.service h1 {
    width: max-content;
}
.banner-section.service .animation {
    display: block;
}
.banner-section.service .animation.bounceInLeft {
    animation-delay: 2s;
    margin-left: 100px;
}
.team-section.service {
    margin-top: 50px;
}
.review-box h2, .team-section.service h2 {
    text-align: center;
    font-size: 42px;
}
.team-section.service .member {
    margin-bottom: 30px;
}
.team-section.service .member:nth-child(-n + 2) {
    flex-basis: calc(33.3333% - 20px);
}
.team-section.service .member .front .flip {
    position: relative;
    bottom: auto;
    right: auto;
    margin-bottom: 10px;
}
.team-section.service .member .content {
    margin-top: 20px;
}
.team-section.service .link {
    text-align: center;
}
.team-section.service .link .btn {
    font-size: 22px;
}

/* Before/After */
.gallery-sections .heading {
    text-align: center;
    font-size: 36px;
}
.before-after {
    column-gap: 50px;
    row-gap: 50px;
    justify-content: center;
    margin-bottom: 30px;
}
.before-after .col {
    flex: 0 1 calc(50% - 25px);
}
.before-after .heading {
    font-size: 24px;
    margin-top: 10px;
}
.gallery-sections .section {
    margin: 50px 0;
}
.banner-section.ip.finance .banner-section-inner {
    justify-content: flex-end;
}
.banner-section.ip.finance .animation-wrap > span {
    display: block;
}
.banner-section.ip.finance h1 {
    font-size: 78px;
}
.team-section.service.finance .animation-wrap {
    margin-top: 30px;
}
body.home .services-section .background .heading {
    font-size: 68px;
    right: 40px;
}


.wpcr3_respond_1{
width: 100%;
}
.wpcr3_button_1{
	background: #b0caea;
    color: #777;
    font-size: 26px;
	border-color: #777;

}
#reviews{
	margin:50px 0px;

}
span.wpcr3_item_name a{
	color: #fff;
	font-weight: 700;
}
.wpcr3_div_2{
	width: 100%;
}
.wpcr3_review{
	padding: 20px;
	background: #b0caea;
}
.wpcr3_review_title{
	font-size: 16px;
	margin: 12px 0px;
	font-weight: 700;
}

table.wpcr3_table_2 td{
	width: 100%;
	float:left;
	clear:both;
}
table.wpcr3_table_2 tr{
	margin: 15px 0px;
    display: block;
    float: left;
    width: 100%;
}

.wpcr3_leave_text{
	text-align: center;
    font-size: 42px;
}

.wpcr3_respond_2 textarea, .wpcr3_respond_2 input[type="text"]{
	width:100%;
	padding: 8px;
}
.c-button{
	width: 100%;
	text-align:center;
}
.review-box .btn, .clients-section .background .btn {
  background-color: var(--color-five);
  font-size: 24px;
padding: .4em .8em;
}
.review-box .btn{
    position: absolute;
    right: 15px;
    top: 0;
    font-size: 20px;
}
.page-id-950 .banner-section {
  min-height: 700px;
  background-size: cover;
}
.page-id-950 .bottom-content {
  margin: 20px 0 0;
}
.page-id-950 .bottom-content a:not(.btn) {
  color: var(--color-one);
}
.page-id-950 .bottom-content a:not(.btn):hover,
.page-id-950 .bottom-content a:not(.btn):focus {
  color: var(--color-five);
}
/* === Media Queries === */
@media screen and (max-width: 1199px) {
    .banner-section .slide {
        font-size: 68px;
    }
    .why-section .background .sub-heading {
        font-size: 68px;
    }
    span.check-text {
        font-size: 22px;
    }
    body.home .services-section .background .heading {
        font-size: 58px;
    }
    .services-section .service h3 {
        font-size: 28px;
    }
    .clients-section .box-heading {
        font-size: 72px;
    }
    .clients-section .background .sub-heading {
        font-size: 38px;
    }
	.review-box .btn{
		position: relative;
		text-align:center;
		margin-bottom: 30px;
		font-size: 20px;
	}
	.review-box{
		text-align:center;
	}
	.wpcr3_reviews_holder{
		text-align:left;
	}
    .banner-section.ip h1 {
        font-size: 62px;
    }
    .feature-section .service .content {
        font-size: 68px;
    }
    .clients-section.testimonials .videos {
        justify-content: center;
        column-gap: 0;
    }
    .clients-section.testimonials .videos .col {
        order: 1;
        flex: 0 1 calc(50% - 20px);
    }
    .clients-section.testimonials .videos .col:first-child {
        margin-right: 40px;
    }
    .clients-section.testimonials .videos .col:nth-child(2) {
        order: 2;
    }
    .page-id-950 .banner-section h1 {
      font-size: 52px;
    }
}
@media screen and (max-width: 991px) {
    .member,
  .projects .project {
        flex: calc(50% - 25px);
    }
    .clients-section.testimonials .video {
        flex: 0 0 100%;
        max-width: 600px;
        margin: 0 auto 5px;
    }
    .primary-header {
        display: none;
    }
    .banner-section .slide {
        font-size: 48px;
    }
    .box-heading {
        font-size: 68px;
    }
    .why-section .background .sub-heading {
        font-size: 48px;
    }
    span.check-text {
        text-align: center;
        margin-left: 0;
    }
    body.home .services-section .background .heading {
        font-size: 42px;
    }
    .clients-section .box-heading {
        font-size: 52px;
    }
    .clients-section .background .sub-heading {
        font-size: 28px;
    }
    .clients-section .videos {
        display: block;
    }
    .clients-section .videos .video {
        max-width: 600px;
        margin: 0 auto 12px;
    }
    .contact-section .hours li em {
        flex: 1 0 auto;
        margin-left: 10px;
    }
    .banner-section.ip .animation .box-heading {
        font-size: 52px;
    }
    .banner-section.about {
        height: auto;
        background-size: auto 100%;
        padding: 20px 0;
    }
    .banner-section.about .banner-section-inner {
        display: block;
    }
    .banner-section.about .banner-section-inner .content-col {
        margin-left: 0;
    }
    .banner-section.about .banner-section-inner .image-col {
        max-width: 400px;
        margin: 0 auto 20px;
    }
    .banner-section.about .banner-section-inner h1 {
        text-align: center;
    }
    .feature-section .services {
        display: block;
    }
    .feature-section .services .service {
        max-width: 400px;
        margin: 0 auto 12px;
    }
    .team-section .members {
        display: block;
    }
    .team-section .members .member {
        margin: 0 auto 12px;
    }
    .team-section .video-section .animation-wrap .animation {
        font-size: 62px;
    }
    .clients-section.testimonials .videos {
        display: block;
    }
    .clients-section.testimonials .videos .col:nth-child(n) {
        margin-left: 0;
        margin-right: 0;
    }
    .banner-section.bio .content-col {
        flex: 0 1 auto;
    }
    .banner-section.ip.finance h1 {
        text-align: right;
    }
}
@media screen and (max-width: 767px) {
    .btn {
        white-space: normal;
    }
    .member,
  .projects .project {
        flex: calc(100%);
    }
    .banner-section .video {
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 300px;
    }
    .banner-section .video video {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: auto;
        height: 100%;
    }
    .banner-section .slide {
        left: 10px;
        font-size: 38px;
        right: 10px;
    }
    .banner-section .slide .text-row {
        padding: 5px 0;
        word-break: break-word;
        text-align: center;
        width: 100%;
        text-align: center;
    }
    .banner-section .slide .text-row:nth-child(2) {
        left: 0;
    }
    .banner-section .slide .text-row:nth-child(3) {
        left: 0;
    }
    .why-section .background {
        background: none;
    }
    .why-section .background .heading {
        font-size: 38px;
    }
    .why-section .background .sub-heading {
        font-size: 28px;
        margin-left: 0;
        margin-right: 0;
    }
    .checks {
        display: block;
    }
    .checks span.check-text {
        flex: 1 0 auto;
    }
    body.home .services-section {
        margin-top: 100px;
    }
    body.home .services-section .background .heading {
        font-size: 24px;
        right: 0;
        left: 0;
        top: 100%;
        text-align: center;
        padding: 5px 10px;
    }
    .clients-section .background {
        padding-bottom: 0;
        max-height: none;
    }
    .clients-section .background .overlay {
        position: static;
        display: block;
        transform: none;
    }
    .clients-section .background .heading-col {
        margin: 0;
    }
    .clients-section .background .box-heading {
        font-size: 36px;
        text-align: center;
        margin-bottom: 0;
    }
    .clients-section .background .sub-heading {
        margin-left: 0;
        font-size: 24px;
        padding: 5px 10px;
    }
    .clients-section .video .heading {
        bottom: auto;
    }
    .clients-section .video .heading .box-heading {
        font-size: 22px;
    }
    .clients-section .video:nth-child(1) .heading span:nth-child(1) {
        left: 10px;
    }
    .clients-section .video:nth-child(1) .heading span:nth-child(2) {
        margin-left: 30px;
    }
    .clients-section .video:nth-child(1) .heading span:nth-child(3) {
        margin-left: 60px;
    }
    .contact-section .contact-row {
        display: block;
    }
    .contact-section .contact-row .info-col {
        margin-right: 0;
    }
    .contact-section .flip-card .card-face {
        padding: 20px 30px;
    }
    .footer-row {
        display: block;
        text-align: center;
    }
    .footer-row .col {
        margin-bottom: 2px;
    }
    .footer-row .social {
        justify-content: center;
    }
    .nav-copyright ul {
        display: block;
    }
    .animation > span {
        max-width: 100%;
    }
    .feature-section .animation .box-heading {
        font-size: 48px;
        padding: 5px 20px;
    }
    .feature-section .service h3 {
        font-size: 30px;
    }
    .feature-section .service h3 .box-heading {
        font-size: 34px;
        margin-top: 2px;
    }
    .btn.lrg {
        white-space: normal;
    }
    .team-section .member .flip-card .card-face-inner {
        min-height: inherit;
    }
    .team-section .member .flip-card .card-face-inner .card-content {
        padding: 20px 20px 40px;
    }
    .team-section .member .flip-card .card-face-inner .flip {
        bottom: 15px;
        right: 15px;
    }
    .team-section .video-section .animation-wrap {
        left: auto;
        right: auto;
        width: auto;
    }
    .team-section .video-section .animation-wrap .animation {
        font-size: 28px;
        position: relative;
    }
    .team-section .video-section .animation-wrap .animation:nth-child(1) {
        left: 0;
        margin: 0;
    }
    .team-section .video-section .animation-wrap .animation:nth-child(2) {
        text-align: center;
        left: 50%;
        transform: translateX(-50%);
        margin: 0;
    }
    .team-section .video-section .animation-wrap .animation:nth-child(3) {
        left: 90%;
        margin: 0;
        right: 0;
    }
    .team-section .video-section .animation-wrap .animation .box-heading {
        padding: 5px 20px;
    }
    .team-section .video-section .animation-wrap .animation .arrow-right {
        padding-left: 20px;
        padding-right: 40px;
    }
    .clients-section.testimonials .video .heading span {
        font-size: 28px;
    }
    .clients-section.testimonials .col:nth-child(2) .video:nth-child(1) .heading span:nth-child(1) {
        font-size: 26px;
    }
    .clients-section.testimonials .videos .col:nth-child(2) .video:nth-child(1) .heading {
        top: auto;
        bottom: 10px;
        transform: none;
    }
    .testimonials-section .testimonial .heading-row {
        display: block;
        text-align: center;
    }
    .projects-section h2,
  .publications-section h2 {
        margin-left: 0;
        font-size: 36px;
    }
    .projects-section h2 .animate,
  .publications-section h2 .animate {
        padding: 5px 20px;
    }
  /* IP Banners */
    .banner-section.ip {
        height: auto;
    }
    .banner-section.ip .banner-section-inner {
        padding: 10px 0;
        display: block;
        overflow: visible;
    }
    .banner-section.ip h1 {
        margin-right: 0;
        margin-bottom: 0;
    }
    .banner-section.ip.about .banner-section-inner {
        padding: 10px 30px 0;
    }
    .banner-section.ip.about .banner-section-inner .link {
        margin-bottom: 10px;
    }
    .banner-section.ip.testimonials {
        justify-content: flex-start;
    }
    .banner-section.ip.testimonials .animation.slideInLeft {
        margin-left: 0;
        margin-top: 40vw;
    }
    .banner-section.ip.testimonials .box-heading {
        padding: 5px 20px;
        display: block;
    }
    .banner-section.ip.testimonials .animate {
        font-size: 42px;
    }
    .banner-section.ip.bio .animate {
        margin-left: -20px;
    }
    .banner-section.ip.service, .banner-section.ip.finance, .banner-section.ip.before-after {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        overflow: visible;
    }
    .banner-section.ip.service .banner-section-inner, .banner-section.ip.finance .banner-section-inner, .banner-section.ip.before-after .banner-section-inner {
        margin-top: 40vw;
        padding: 0;
        width: 100%;
    }
    .banner-section.ip.service .animation .box-heading, .banner-section.ip.finance .animation .box-heading, .banner-section.ip.before-after .animation .box-heading {
        font-size: 36px;
        padding: 5px 20px;
    }
    .banner-section.ip.service .animation .animate, .banner-section.ip.finance .animation .animate, .banner-section.ip.before-after .animation .animate {
        display: block;
        text-align: center;
    }
    .banner-section.ip.service .animation.bounceInLeft, .banner-section.ip.finance .animation.bounceInLeft, .banner-section.ip.before-after .animation.bounceInLeft {
        margin-left: 0;
    }
    .banner-section.ip.service .animation.bounceInLeft span, .banner-section.ip.finance .animation.bounceInLeft span, .banner-section.ip.before-after .animation.bounceInLeft span {
        margin-left: -20px;
    }
    .banner-section.ip.service h1, .banner-section.ip.finance h1, .banner-section.ip.before-after h1 {
        font-size: 36px;
        width: 100%;
    }
    .before-after {
        column-gap: 10px;
    }
    .before-after .col {
        flex-basis: calc(50% - 5px);
    }
    .team-section.finance .member .flip-card .card-face-inner .flip {
        top: 0;
        bottom: auto;
    }
    .team-section.finance .heading {
        margin-top: 10px;
    }
}

/* === Animations === */
.animation-wrap {
    max-width: 100%;
}
.animation-wrap > *:nth-child(2) {
    margin-left: .25em;
}
.animation .box-heading {
    font-size: inherit;
    padding: 5px 40px;
}
.animation > span {
    display: inline-block;
}
.animation > * {
    display: inline-block;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    animation-play-state: paused;
    opacity: 0;
}
.animation.inview > * {
    animation-play-state: running;
}
.animation.active > * {
    animation-play-state: running;
    opacity: 1;
}
.animation.running > * {
    opacity: 1;
}
.animation.ran > * {
    animation-play-state: paused;
    opacity: 1;
}
.animation.fadeInOut > * {
    animation-name: fadeInOut;
    transform: translate(calc(-200%), -50%);
}
.animation.slideInOut > * {
    animation-name: slideInOut;
    transform: translate(calc(100vw - 30px), -50%);
}
.animation.dropInOut > * {
    animation-name: dropInOut;
}
.animation.slideOutIn > * {
    animation-name: slideOutIn;
}
.animation.bounceInFadeOut > * {
    animation-name: bounceInFadeOut;
}
.animation.slideInRight > * {
    animation-name: slideInRight;
}
.animation.slideInLeft > * {
    animation-name: slideInLeft;
}
.animation.bounceInLeft > * {
    animation-name: bounceInLeft;
    animation-duration: 1.5s;
    animation-timing-function: cubic-bezier(1, 0.05, 0.5, 0.5);
    animation-timing-function: cubic-bezier(0, 0, 1, 1);
    animation-iteration-count: 1;
    animation-delay: 1.5s;
    opacity: 0;
    display: block;
}
@keyframes bounceInLeft {
    from {
        opacity: 0;
        transform: translate3d(-150px, -800px, 0);
    }
    50% {
        opacity: 1;
        transform: translate3d(5px, 0px, 0);
    }
    58.33% {
        transform: translate3d(5px, 20px, 0);
    }
    66.66% {
        transform: translate3d(10px, 0px, 0);
    }
    75% {
        transform: translate3d(15px, 10px, 0);
    }
    83.33% {
        transform: translate3d(20px, 0px, 0);
    }
    91.66% {
        transform: translate3d(20px, 0px, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(20px, 0px, 0);
    }
}
@keyframes slideInRight {
    from {
        opacity: 1;
        transform: translateX(100vw);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
@keyframes slideInLeft {
    from {
        opacity: 1;
        transform: translateX(-100vw);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
@keyframes fadeInOut {
    from {
        opacity: 0;
    }
    20% {
        opacity: 1;
    }
    50% {
    }
    80% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
@keyframes slideInOut {
    from {
        transform: translate(calc(-200%), -50%);
    }
    20% {
        transform: translate(0, -50%);
    }
    80% {
        transform: translate(0, -50%);
        opacity: 1;
    }
    to {
        transform: translate(calc(100vw - 30px), -50%);
        opacity: 0;
    }
}
@keyframes slideOutIn {
    from {
        transform: translate(calc(100vw - 30px), -50%);
    }
    20% {
        transform: translate(0, -50%);
    }
    80% {
        transform: translate(0, -50%);
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate(calc(-200%), -50%);
    }
}
@keyframes bounceInFadeOut {
    from {
        transform: translateY(-100vw);
    }
    20% {
        transform: translateY(-50%);
    }
    23% {
        transform: translateY(calc(-50% - 20px));
    }
    25% {
        transform: translateY(-50%);
    }
    27% {
        transform: translateY(calc(-50% - 10px));
    }
    28% {
        transform: translateY(-50%);
    }
    80% {
        transform: translateY(-50%);
        opacity: 1;
    }
    to {
        transform: translateY(-100vw);
        opacity: 0;
    }
}
@keyframes dropInOut {
    from {
        transform: translateY(-100vw);
    }
    20%,
  80% {
        transform: translateY(-50%);
        opacity: 1;
    }
    to {
        transform: translateY(-100vw);
        opacity: 0;
    }
}
