body,
.white nav a {
    font-family: 'Montserrat', sans-serif;
}

.desktop-button-call {
    display: none!important;
}

.white nav .desktop-button-call a {
    background: #c8b16f;
    padding: 10px 10px 8px;
    border-radius: 8px;
    color: #000;
    line-height: 1;
    border: none;
}

.white nav .desktop-button-call a img {
    width: 14px;
    margin-top: -1px;
    margin-right: 2px;
}

.white nav .desktop-button-call a:hover {
    color: #000 !important;
    opacity: 0.8;
}

.w-gallery-container .w-gallery .w-gallery-image {
    height: 300px;
    object-fit: cover;
    object-position: center;
}

.tp-caption {
    z-index: 9;
}

.tp-caption .btn-slider {
    max-width: 260px;

}

.tp-caption .btn-slider .shine {
    left: -250px;
}

/* For SEO */
.revo-slider-first-load,
.revo-slider-first-load .tp-bgimg {
    opacity: 1 !important;
    visibility: visible !important;
}

.revo-slider-first-load img {
    width: 100%;
    height: auto;
}

.revo-slider-first-load .slot {
    display: none;
}

/* .revo-slider-first-load .tp-bgimg {
    display: none;
}

.revo-slider-first-load .slot {
    display: none;
} */

/* End SEO */

.about-us .btn-slider {
    margin: 20px 0;
}

.our-process-callout {
    justify-content: flex-end;
    -ms-flex-pack: end;
}

.our-process-callout-wrapper .our-process-callout:nth-child(even) {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.our-process-callout .callout_content {
    position: absolute;
    left: 0;
    width: 60%;
    max-width: 700px;
    top: auto;
}

.our-process-callout:nth-child(even) .callout_content {
    right: 0;
    left: auto;
}

.our-process-callout .callout_content .step_counter {
    display: block;
    font-size: 90px;
    font-weight: 800;
    line-height: 1;
    -webkit-text-fill-color: #333;
    -webkit-text-stroke-color: #C8B16F;
    -webkit-text-stroke-width: 2px;
}

.pagination {
    flex-wrap: wrap;
}

.pagination .page-item {
    padding: .72rem 0;
}

.our-process-callout .callout_content .content-container {
    padding: 60px;
    /* min-height: 475px; */
    text-align: left;
    background: #333;
    position: relative;
    z-index: 5;
}

.our-process-callout .callout_content .process-features {
    font-size: 1rem;
}

.our-process-callout .callout_content .process-features .wrapper-icon {
    min-width: 60px;
}

.our-process-callout .callout_content .stripes-box {
    width: 100%;
    top: 20px;
    left: 20px;
/*    background: repeating-linear-gradient(-55deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 3px, #C8B16F 3px, #C8B16F 4px);*/
    background: #C8B16F;
    display: block;
    position: absolute;
    z-index: 2;
    height: 100%;
}

.our-process-callout:nth-child(even) .callout_content .stripes-box {
    right: 20px;
    left: auto;
}

.our-process-callout .callout_image {
    width: 60%;
    height: 650px;
    -ms-flex-item-align: end;
    align-self: flex-end;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.highlightcontent {
    font-family: 'Raleway', sans-serif;
}

#subheader .breadcumbs .heading {
    font-family: 'Raleway', sans-serif;
    font-size: 60px;
    font-weight: 400;
    letter-spacing: normal;
    text-transform: capitalize;
    line-height: normal;
}

#subheader .breadcumbs .heading::after {
    content: none;
}

.main-process-desc {
    max-width: 950px;
    margin: auto;
}

.main-process-desc p {
    font-size: 20px;
}

.blog-simple a .hover-wrapper,
.portfolio-item a .hover-wrapper {
    background: rgba(0, 0, 0, .5);
    top: 0;
    left: 0;
}

.blog-simple a .hover-wrapper h3 {
    font-size: 1.5rem;
}

.box-content ul {
    font-size: 14px;
}

.lead-heading h2 {
    font-size: 2.5rem;
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: 0;
}

.lead-heading h3 {
    font-size: 1.3125rem;
    line-height: 1.625;
    margin-bottom: 12px;
    letter-spacing: .025em;
    font-weight: 300;
}

.blog-simple a .hover-wrapper,
.blog-simple a .hover-wrapper h3,
.portfolio-item a .hover-wrapper,
.portfolio-item a .hover-wrapper h4 {
    visibility: hidden;
    opacity: 0;
    transition: all 200ms;
}

.blog-simple a .hover-wrapper h3,
.portfolio-item a .hover-wrapper h4 {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
}

.blog-simple a:hover .hover-wrapper,
.blog-simple a:hover .hover-wrapper h3,
.portfolio-item a:hover .hover-wrapper,
.portfolio-item a:hover .hover-wrapper h4 {
    visibility: visible;
    opacity: 1;
}

ul {
	font-size: 14px;
}

.wp-block-post-excerpt__excerpt {
	padding-bottom: 1rem;
}

.social-icons i {
    font-size: 1.2rem;
}

.milestone-wrapper span {
    font-family: 'Poppins', sans-serif;
}

.milestone-wrapper .num span {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}

.float-lets-talk-section {
    position: fixed;
    left: 100%;
    top: 0;
    height: 100%;
    width: 55%;
    z-index: 999;
    transition: 0.3s all ease;
    line-height: 1;
    background: #c8b16f;
    color: #000;
    font-size: 14px;
}

.float-lets-talk-section.active {
    transform: translateX(-100%);
    z-index: 1000;
}

.float-lets-talk-section .lets-talk-content-close {
    display: none;
}

.float-lets-talk-section.active .lets-talk-content-close {
    display: block;
    position: absolute;
    right: 30px;
    top: 30px;
    color: #000;
    font-size: 30px;
    z-index: 9999;
}

.float-lets-talk-section.active .lets-talk-content-close:hover {
    color: #000;
    opacity: 0.7;
}

.float-lets-talk-section h2 {
    color: #000;
}

.float-lets-talk-section p {
    margin-bottom: 10px;
}

.float-lets-talk-section .field-group .field-wrap p {
    margin-bottom: 0;
}

.float-lets-talk-section .float-lets-talk-btn {
    position: absolute;
    left: 0;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0;
    padding: 10px 20px 17px;
    margin-top: 200px;
    margin-left: -78px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background: #c8b16f;
    color: #000;
    text-decoration: none;
    transition: 0.3s all ease;
    -webkit-transform: rotate(270deg) translateY(0);
    -ms-transform: rotate(270deg) translateY(0);
    transform: rotate(270deg) translateY(0);
}

/* .float-lets-talk-section.active .float-lets-talk-btn, */
.float-lets-talk-section:not(.active) .float-lets-talk-btn:hover {
    color: #000;
    -webkit-transform: rotate(270deg) translateY(-7.2px);
    -ms-transform: rotate(270deg) translateY(-7.2px);
    transform: rotate(270deg) translateY(-7.2px);
}

.float-lets-talk-section .lets-talk-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 600px;
    width: 80%;
    background: #c8b16f;
    color: #000;
}

.float-lets-talk-section .lets-talk-content .lets-talk-form {
    position: relative;
    margin: 30px 0;
}

.float-lets-talk-section .lets-talk-content .field-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 10px;
}

.float-lets-talk-section .lets-talk-content .field-group .field-wrap {
    width: 100%;
}

.float-lets-talk-section .lets-talk-content .field-group.half .field-wrap {
    width: calc(50% - 10px);
}

.float-lets-talk-section .lets-talk-content .form-control {
    padding: 6px 20px;
    height: auto !important;
}

.float-lets-talk-section .lets-talk-content input,
.float-lets-talk-section .lets-talk-content select,
.float-lets-talk-section .lets-talk-content textarea {
    width: 100%;
    font-size: 14px;
    background: #000;
    color: #fff;
    border: 0;
}

.float-lets-talk-section .lets-talk-content textarea.form-control {
    height: 115px !important;
}

.float-lets-talk-section .lets-talk-content .form-action input {
    cursor: pointer;
}

.float-lets-talk-section .lets-talk-content .company-contacts {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 20px;
}

.float-lets-talk-section .lets-talk-content .company-contacts .company-contact {
    font-weight: bold;
    margin-bottom: 20px;
}

/* Testimonial Section */

.testimonial-sct .testi-photo {
    width: 100%!important;
    border-radius: 5px;
    object-fit: cover;
}

.testimonial-sct h4 {
    margin-bottom: 15px;
}

.testimonial-sct .testi-par {
    margin-bottom: 20px;
}

.testimonial-sct .job-desc {
    font-size: 16px;
}

.wpcf7 form .wpcf7-response-output {
    font-size: 14px;
    margin: 0;
    padding: 10px 15px;
}

.wpcf7-not-valid-tip {
    margin-top: 5px;
}

.wpcf7-spinner {
    margin: 10px 0 0;
}

.company-contact a {
	color: #000;
}

.company-contact a:hover {
	color: #fff;
}

/* Video Section */
.innova-video {
    margin-top: 35px;
    position: relative;
    width: 704px;
    height: 478px;
}

.innova-video.new-video-style {
    margin-top: 0;
    width: auto;
    
}

.page-template-page-landing .innova-video.new-video-style {
    height: 275px;
}

.page-template-page-adwords .innova-video.new-video-style {
    height: 125px;
}

.innova-video img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.innova-video i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #c8b16f;
    z-index: 1;
    font-size: 6.5rem;
}

.innova-video.new-video-style a i {
    transition: color 0.3s ease;
    font-size: 2.5rem;
    color: #fff;
}

.pulsating-play-btn {
    width: 94px;
    height: 94px;
    background: radial-gradient(#c8b16f 50%, color-mix(in srgb, #c8b16f, transparent 75%) 52%);
    border-radius: 50%;
    display: block;
    position: relative;
    overflow: hidden;
}

.pulsating-play-btn:before {
    content: '';
    position: absolute;
    width: 120px;
    height: 120px;
    animation-delay: 0s;
    animation: pulsate-play-btn 2s;
    animation-direction: forwards;
    animation-iteration-count: infinite;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;
    border: 5px solid color-mix(in srgb, #c8b16f, transparent 30%);
    top: -15%;
    left: -15%;
    background: rgba(198, 16, 0, 0);
}

.pulsating-play-btn:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 100;
    transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.pulsating-play-btn:hover:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border: none;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 200;
    animation: none;
    border-radius: 0;
}

.pulsating-play-btn:hover:after {
    border-left: 15px solid #c8b16f;
    transform: scale(20);
}

@keyframes pulsate-play-btn {
    0% {
        transform: scale(0.6, 0.6);
        opacity: 1;
    }

    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}

.content-section form textarea.form-control {
    height: 115px!important;
}

/* Video Gallery on First Box */
.translate-middle {
    transform: translate(-50%, -50%) !important;
}

.start-50 {
    left: 50% !important;
}

.top-50 {
    top: 50% !important;
}

/* Plain Text */
.plain-text h1,
.plain-text h2,
.plain-text h3,
.plain-text h4,
.plain-text h5,
.plain-text a {
    color: #c8b16f;
}

.plain-text h5 {
    margin-bottom: 1rem;
    font-size: 16px;
}

.plain-text p {
    margin-bottom: 1em;
}

.plain-text-list {
    list-style: none;
    padding-inline-start: 0;
}

.plain-text-list li {
    display: inline;
    margin-left: 5px;
    border-right: 1px solid #fff;
}

.plain-text-list li:last-child {
    border-right: none;
}

.plain-text-list li a {
    font-size: .58rem;
    font-weight: 400;
}

/* Testimonial Section */

@media (min-width: 1600px) {
    .float-lets-talk-section .float-lets-talk-btn {
        margin-top: 250px;
    }
}

@media (orientation: landscape) and (min-width: 993px) and (max-width: 1200px) {
    header {
        z-index: 1000;
    }

    .white nav .desktop-button-call a {
        display: inline-block;
        margin-left: 20px;
    }

    .float-lets-talk-section .lets-talk-content textarea.form-control {
        height: 75px !important;
    }

    .float-lets-talk-section .lets-talk-content .form-control {
        padding: 4px 15px;
    }

    .hide-mobile {
        display: none;
    }
}

@media (max-width: 992px) {
    header {
        z-index: 1000;
    }

    #subheader .breadcumbs .heading {
        line-height: normal;
    }
    .white nav .desktop-button-call a {
        display: inline-block;
        margin-left: 20px;
    }

    .our-process-callout,
    .our-process-callout-wrapper .our-process-callout:nth-child(even) {
        flex-direction: column;
    }

    .our-process-callout .callout_content {
        position: relative;
        width: calc(100% - 40px);
    }

    .our-process-callout .callout_content .content-container {
        padding: 20px;
    }

    .our-process-callout .callout_content .process-features img {
        max-width: 25px;
    }

    .our-process-callout .callout_image {
        width: 100%;
        height: auto;
        margin-top: -50px;
    }

    .our-process-callout .callout_image img {
        width: 100%;
    }

    .pagination {
        justify-content: center;
    }

    .float-lets-talk-section {
        width: 85%;
    }

    .float-lets-talk-section.active .lets-talk-content-close {
        top: 13px;
        right: 13px;
    }

    .float-lets-talk-section .lets-talk-content .field-group.half {
        margin-bottom: 0;
    }

    .float-lets-talk-section .lets-talk-content .field-group.half .field-wrap {
        width: 100%;
        margin-bottom: 10px;
    }

    .float-lets-talk-section .lets-talk-content .company-contacts .company-contact {
        width: 50%;
        margin-bottom: 10px;
    }

    .float-lets-talk-section .lets-talk-content textarea.form-control {
        height: 75px !important;
    }

    .float-lets-talk-section .lets-talk-content .form-control {
        padding: 4px 15px;
    }

    .hide-mobile {
        display: none;
    }

    .innova-video,
    .innova-video.new-video-style,
    .page-template-page-landing .innova-video.new-video-style
    {
        height: auto;
    }
}

@media (max-width: 767px) {
    #subheader .breadcumbs .heading {
        font-size: 30px;
    }

    .tp-caption .btn-slider {
        margin-top: 50px;
    }
}

@media (max-width: 576px) {
    .innova-video {
        width: 100%;
    }

    footer .social-icons {
        margin-bottom: 1rem;
    }

    .plain-text-link {
        text-align: center;
    }

    .plain-text-list li {
        display: block;
        border-right: none;
    }
}