/*    Start .services Section Rules    */
.services-boxed .overlay-photo-image-bg,
.services-bg-img .overlay-photo-image-bg {
    background-image: url("../assets/Images/sections-bg-images/pattern-bg-1.jpg");
    opacity: .025;
}

.services-boxed .service-box,
.services-bg-img .service-box {
    position: relative;
    padding: 4rem 2rem;
    transition: all 0.3s ease-in-out 0s;
    z-index: 0;
}

.services-boxed .service-card,
.services-bg-img .service-card {
    overflow: hidden;
}

.services-boxed .service-icon,
.services-bg-img .service-icon {
    margin-bottom: 1.5rem;
    transition: all 0.3s ease-in-out 0s;
}

.services-boxed .font-icon,
.services-bg-img .font-icon {
    display: inline-block;
    font-size: 2.5rem;
    color: #000073;
    transform-origin: center;
    transition: all 0.3s ease-in-out 0s;
}

.services-boxed .service-num,
.services-bg-img .service-num {
    font-family: "Merriweather", "sans-serif";
    font-size: 5rem;
    font-weight: 900;
    position: absolute;
    top: 1rem;
    right: 2rem;
    color: #fff;
    opacity: 0;
    line-height: 1;
}

.services-boxed .img-icon,
.services-bg-img .img-icon {
    width: 60px;
    height: 60px;
}

.services-boxed .service-content,
.services-bg-img .service-content {
    margin-bottom: 1.5rem;
}

.services-boxed .service-title,
.services-bg-img .service-title {
    text-transform: capitalize;
    font-size: 1.35rem;
    font-weight: 700;
    font-family: "Merriweather", "sans-serif";
    color: #202020;
    margin-bottom: 1rem;
}

.services-boxed .service-text,
.services-bg-img .service-text {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
    margin: 0;
    color: #b8b8b8;
}

@media (max-width: 991px) {

    .lifted-up-box.services-boxed .services-row,
    .lifted-up-box.services-bg-img .services-row {
        padding: 6rem 0;
    }
}

.lifted-up-box.services-boxed .service-box,
.lifted-up-box.services-bg-img .service-box {
    margin-top: -8rem;
}

@media (max-width: 991px) {

    .lifted-up-box.services-boxed .service-box,
    .lifted-up-box.services-bg-img .service-box {
        margin-top: 0rem;
    }
}

.services-boxed .services-row {
    margin-bottom: 1rem;
}

.services-boxed .service-box {
    margin-bottom: 2rem;
    border-radius: .5rem;
    padding: 2rem;
    border: 1px solid rgba(195, 80, 35, 0.35);
    box-shadow: 0px 0px 10px 0px rgba(18, 18, 18, 0.1);
}

@media (max-width: 991px) {
    .services-boxed .service-box {
        padding: 2rem;
    }
}

.services-boxed .service-box:hover,
.services-boxed .service-box.featured {
    background-color: #000073;
}

.services-boxed .service-box:hover .service-num,
.services-boxed .service-box.featured .service-num {
    opacity: .3;
}

.services-boxed .service-box:hover .service-title,
.services-boxed .service-box:hover .service-text,
.services-boxed .service-box:hover .font-icon,
.services-boxed .service-box:hover .read-more,
.services-boxed .service-box.featured .service-title,
.services-boxed .service-box.featured .service-text,
.services-boxed .service-box.featured .font-icon,
.services-boxed .service-box.featured .read-more {
    color: #fff;
}

.services-boxed.is-dark {
    background-color: #202020;
}

.services-boxed.is-dark .section-heading .section-title {
    color: #fff !important;
}

.services-boxed.is-dark .section-heading .section-subtitle {
    color: #fff !important;
    opacity: .75;
}

.services-boxed.is-dark .section-heading .line {
    background-color: #fff !important;
}

.services-boxed.is-dark .service-title {
    color: #fff;
}

.services-boxed.is-dark .service-text {
    color: #fff;
    opacity: .85;
}

.services-bg-img.half-bg-img .overlay-photo-image-bg {
    top: 0;
    left: 0;
    background-image: url("../assets/Images/services/section-bg.jpg");
    opacity: 1;
    height: 50%;
}

.services-bg-img.half-bg-img .overlay-photo-image-bg+.overlay-color {
    top: 0;
    height: 50%;
}

.services-bg-img.half-bg-img .section-heading .section-title {
    color: #f1f1f1 !important;
}

.services-bg-img.half-bg-img .section-heading .line {
    background-color: #fff !important;
}

.services-bg-img .service-box {
    margin-bottom: 2rem;
    border-radius: 0;
}

.services-bg-img .service-box .bg-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: -1;
    transition: all 0.5s ease-in-out 0s;
}

.services-bg-img .service-box .bg-img .overlay-color {
    z-index: 1;
    opacity: .85;
}

.services-bg-img .service-box .bg-img .service-bg-img {
    min-height: 100%;
    width: 100%;
    object-fit: cover;
    transition: transform 0.5s ease-in-out 0s;
}

.services-bg-img .service-box .service-content {
    margin-bottom: 2rem;
}

.services-bg-img .service-box .service-content .service-title {
    color: #fff;
}

.services-bg-img .service-box .service-content .service-text {
    color: #f1f1f1;
}

.services-bg-img .service-box:hover .bg-img .overlay-color {
    opacity: .75;
}

.services-bg-img .service-box:hover .bg-img .service-bg-img {
    transform: scale(1.2);
    transition: transform 1s ease-in-out 0s;
}

.flip-cards {
    background-color: #121212;
}

.flip-cards .section-heading .section-title {
    color: #fff;
}

.flip-cards .section-heading .section-subtitle {
    color: #fff;
    opacity: .85;
}

.flip-cards .section-heading .line {
    background-color: #fff;
}

.flip-cards .flip-card {
    position: relative;
    perspective: 1000px;
    transform-style: preserve-3d;
    margin-bottom: 2rem;
    transition: all 0.5s ease-in-out 0s;
    z-index: 0;
}

.flip-cards .flip-card:hover .front-face {
    transform: rotateX(-180deg);
}

.flip-cards .flip-card:hover .back-face {
    transform: rotateX(0deg);
}

.flip-cards .flip-card .front-face,
.flip-cards .flip-card .back-face {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(195, 80, 35, 0.35);
    border-radius: .5rem;
    padding: 3rem 2rem;
    backface-visibility: hidden;
    transform-origin: center;
    transform-style: preserve-3d;
    perspective: inherit;
    transition: all 1s ease 0s;
    box-shadow: 0px 0px 10px 0px rgba(18, 18, 18, 0.1);
}

.flip-cards .flip-card .front-face .overlay-color,
.flip-cards .flip-card .back-face .overlay-color {
    opacity: .75;
}

.flip-cards .flip-card .front-face .front-face-inner,
.flip-cards .flip-card .front-face .back-face-inner,
.flip-cards .flip-card .back-face .front-face-inner,
.flip-cards .flip-card .back-face .back-face-inner {
    backface-visibility: hidden;
    transform: translateZ(100px) scale(0.8);
    transition: all 1s ease 0s;
}

.flip-cards .flip-card .front-face .icon-wrapper,
.flip-cards .flip-card .front-face .title-wrapper,
.flip-cards .flip-card .front-face .desc-wrapper,
.flip-cards .flip-card .back-face .icon-wrapper,
.flip-cards .flip-card .back-face .title-wrapper,
.flip-cards .flip-card .back-face .desc-wrapper {
    margin-bottom: 1.5rem;
}

.flip-cards .flip-card .front-face .icon-wrapper,
.flip-cards .flip-card .back-face .icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.flip-cards .flip-card .front-face .icon-wrapper .icon,
.flip-cards .flip-card .back-face .icon-wrapper .icon {
    font-size: 2.5rem;
    color: #000073;
}

.flip-cards .flip-card .front-face .title-wrapper .title,
.flip-cards .flip-card .back-face .title-wrapper .title {
    text-transform: capitalize;
    font-size: 1.5rem;
    font-weight: 700;
    font-family: "Merriweather", "sans-serif";
    color: #fff;
}

.flip-cards .flip-card .front-face .desc-wrapper .desc,
.flip-cards .flip-card .back-face .desc-wrapper .desc {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
    color: #fff;
}

.flip-cards .flip-card .front-face .bg-img-wrapper,
.flip-cards .flip-card .back-face .bg-img-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    z-index: -1;
}

.flip-cards .flip-card .front-face .bg-img-wrapper .bg-img,
.flip-cards .flip-card .back-face .bg-img-wrapper .bg-img {
    object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    height: auto;
}

.flip-cards .flip-card .front-face {
    position: relative;
    z-index: 2;
    transform: rotateX(0deg);
}

.flip-cards .flip-card .back-face {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    transform: rotateX(180deg);
}

.flip-cards .flip-card .back-face .title-wrapper .title {
    color: #fff;
}

.flip-cards .flip-card .back-face .desc-wrapper .desc {
    color: #fff;
    opacity: .85;
}

.flip-cards .flip-card .back-face .btn-wrapper .btn-solid {
    padding: .5rem 1.5rem;
}

.flip-cards .flip-card .back-face .btn-wrapper .btn-solid .icon {
    margin-left: 4px;
    transition: all 0.3s ease-in-out 0s;
}

.flip-cards .flip-card .back-face .btn-wrapper .btn-solid:hover {
    color: #fff;
    border-color: #fff;
}

.flip-cards .flip-card .back-face .btn-wrapper .btn-solid:hover .icon {
    transform: translateX(4px);
}

.flip-cards .flip-card.flip-x .front-face {
    transform: rotateX(0deg);
}

.flip-cards .flip-card.flip-x .back-face {
    transform: rotateX(180deg);
}

.flip-cards .flip-card.flip-x:hover .front-face,
.flip-cards .flip-card.flip-x.flipped .front-face {
    transform: rotateX(-180deg);
}

.flip-cards .flip-card.flip-x:hover .back-face,
.flip-cards .flip-card.flip-x.flipped .back-face {
    transform: rotateX(0deg);
}

.flip-cards .flip-card.flip-y .front-face {
    transform: rotateY(0deg);
}

.flip-cards .flip-card.flip-y .back-face {
    transform: rotateY(180deg);
}

.flip-cards .flip-card.flip-y:hover .front-face,
.flip-cards .flip-card.flip-y.flipped .front-face {
    transform: rotateY(-180deg);
}

.flip-cards .flip-card.flip-y:hover .back-face,
.flip-cards .flip-card.flip-y.flipped .back-face {
    transform: rotateY(0deg);
}

/*    End .services Section Rules   */


/*   Start about Section   */
.about .content-block:not(:last-child) {
    margin-bottom: 1rem;
}

.about .content-block.wide-section {
    margin-bottom: 0 !important;
    background-color: #202020;
}

.about .content-block.wide-section .text-area {
    padding: 6rem 4rem;
}

@media (min-width: 1920px) {
    .about .content-block.wide-section .text-area {
        max-width: 950px;
        margin: 0 auto;
    }
}

@media (max-width: 991px) {
    .about .content-block.wide-section .text-area {
        margin: 0 1rem;
        padding: 3rem 0;
    }
}

@media (max-width: 991px) {
    .about .content-block.wide-section .wide-img-area {
        max-height: 500px;
    }
}

.about .content-block .pad-start .text-area {
    padding-left: 2rem;
}

@media (max-width: 991px) {
    .about .content-block .pad-start .text-area {
        padding-left: 0;
    }
}

.about .content-block .pad-end .text-area {
    padding-right: 2rem;
}

@media (max-width: 991px) {
    .about .content-block .pad-end .text-area {
        padding-right: 0;
    }
}

.about .about-col,
.about .img-area {
    position: relative;
    z-index: 0;
}

.about .about-col .photo-banner-start,
.about .about-col .photo-banner-end,
.about .img-area .photo-banner-start,
.about .img-area .photo-banner-end {
    position: absolute;
    min-width: 100px;
    min-height: 250px;
    background-color: #000073;
    color: #fff;
    border: 4px solid #fff;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 3;
    top: -2rem;
    bottom: auto;
}

.about .about-col .photo-banner-start .number,
.about .about-col .photo-banner-end .number,
.about .img-area .photo-banner-start .number,
.about .img-area .photo-banner-end .number {
    font-family: "Merriweather", "sans-serif";
    font-size: 6rem;
    font-weight: 900;
    line-height: 1;
}

@media (max-width: 767px) {

    .about .about-col .photo-banner-start .number,
    .about .about-col .photo-banner-end .number,
    .about .img-area .photo-banner-start .number,
    .about .img-area .photo-banner-end .number {
        font-size: 4rem;
        font-weight: 700;
    }
}

.about .about-col .photo-banner-start .banner-text,
.about .about-col .photo-banner-end .banner-text,
.about .img-area .photo-banner-start .banner-text,
.about .img-area .photo-banner-end .banner-text {
    font-size: 1.25rem;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0;
}

@media (max-width: 767px) {

    .about .about-col .photo-banner-start .banner-text,
    .about .about-col .photo-banner-end .banner-text,
    .about .img-area .photo-banner-start .banner-text,
    .about .img-area .photo-banner-end .banner-text {
        font-size: 1rem;
    }
}

.about .about-col .photo-banner-start .line,
.about .about-col .photo-banner-end .line,
.about .img-area .photo-banner-start .line,
.about .img-area .photo-banner-end .line {
    background-color: #fff;
}

.about .about-col .photo-banner-start .read-more,
.about .about-col .photo-banner-end .read-more,
.about .img-area .photo-banner-start .read-more,
.about .img-area .photo-banner-end .read-more {
    color: #fff;
}

@media (max-width: 767px) {

    .about .about-col .photo-banner-start,
    .about .about-col .photo-banner-end,
    .about .img-area .photo-banner-start,
    .about .img-area .photo-banner-end {
        top: -1.5rem !important;
        bottom: auto !important;
        left: auto !important;
        right: -1.5rem !important;
        min-height: 180px;
    }
}

@media (max-width: 575px) {

    .about .about-col .photo-banner-start,
    .about .about-col .photo-banner-end,
    .about .img-area .photo-banner-start,
    .about .img-area .photo-banner-end {
        top: 0rem !important;
        bottom: auto !important;
        left: auto !important;
        right: 0rem !important;
    }
}

.about .about-col .photo-banner-start,
.about .img-area .photo-banner-start {
    left: -2rem;
    right: auto;
}

.about .about-col .photo-banner-end,
.about .img-area .photo-banner-end {
    left: auto;
    right: -2rem;
}

.about .about-col .banner-seal-logo,
.about .img-area .banner-seal-logo {
    position: absolute;
    width: 250px;
    height: 250px;
    bottom: 1rem;
    top: auto;
    right: auto;
    left: 1rem;
    background: transparent;
    transform: rotate(15deg);
    z-index: 5;
}

@media (max-width: 767px) {

    .about .about-col .banner-seal-logo,
    .about .img-area .banner-seal-logo {
        width: 150px;
        height: 150px;
    }
}

.about .about-col .banner-seal-logo.to-left,
.about .img-area .banner-seal-logo.to-left {
    right: auto;
    left: 1rem;
}

.about .about-col .banner-seal-logo.to-right,
.about .img-area .banner-seal-logo.to-right {
    left: auto;
    right: 1rem;
}

.about .about-col .video-wrapper,
.about .img-area .video-wrapper {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    right: auto;
    transform: translate(-50%, -50%);
    z-index: 10;
}

.about .about-col .video-wrapper.on-start,
.about .img-area .video-wrapper.on-start {
    left: 0;
    right: auto;
    transform: translate(-50%, -50%);
}

@media (max-width: 991px) {

    .about .about-col .video-wrapper.on-start,
    .about .img-area .video-wrapper.on-start {
        left: 50%;
        right: auto;
        transform: translate(-50%, -50%);
    }
}

.about .about-col .video-wrapper.on-end,
.about .img-area .video-wrapper.on-end {
    right: 0;
    left: auto;
    transform: translate(50%, -50%);
}

@media (max-width: 991px) {

    .about .about-col .video-wrapper.on-end,
    .about .img-area .video-wrapper.on-end {
        left: 50%;
        right: auto;
        transform: translate(-50%, -50%);
    }
}

@media (max-width: 991px) {

    .about .about-col .video-wrapper,
    .about .img-area .video-wrapper {
        top: 100%;
        left: 50%;
        right: auto;
    }
}

.about .img-area {
    padding: 0;
}

.about .img-area.framed::before,
.about .img-area.framed::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent;
    border: 2px solid #fff;
    z-index: 5;
}

.about .img-area.framed::before {
    border-right: none;
    border-bottom: none;
    top: 30px;
    left: 30px;
}

.about .img-area.framed::after {
    border-left: none;
    border-top: none;
    bottom: 30px;
    right: 30px;
}

.about .img-area .overlay-color {
    opacity: .5;
    z-index: 1;
}

@media (max-width: 991px) {
    .about .img-area {
        padding: 0;
        width: 100%;
    }

    .about .img-area .about-img {
        max-height: 350px;
        width: 100%;
        object-fit: cover;
    }
}

.about .wide-img-area {
    position: absolute;
    width: 100%;
    height: 100%;
    max-height: 100%;
    right: 0;
    top: 0;
    overflow: hidden;
    z-index: 0;
}

.about .wide-img-area .overlay-color {
    opacity: .5;
    z-index: 1;
}

.about .wide-img-area>img {
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 100%;
    transform-origin: center;
    object-fit: cover;
    transition: all 0.5s ease-in-out 0s;
}

@media (max-width: 991px) {
    .about .wide-img-area {
        position: relative;
        width: 100%;
        max-height: 360px;
    }
}

.about .text-area {
    position: relative;
    padding: 3rem 0;
}

.about .text-area .section-heading {
    margin-bottom: 1rem;
}

.about .text-area .about-title {
    font-size: 2.25rem;
    font-weight: 800;
    text-transform: capitalize;
    font-family: "Merriweather", "sans-serif";
    margin-bottom: 1.25rem;
    color: #202020;
}

@media (max-width: 767px) {
    .about .text-area .about-title {
        font-size: 2rem;
        margin-bottom: .75rem;
    }
}

.about .text-area .about-text {
    font-weight: 400;
    font-size: 1.1rem;
    line-height: 1.7;
    margin-bottom: 2rem;
    color: #202020;
    opacity: .75;
    letter-spacing: .5px;
}

.about .text-area .about-text::first-letter {
    text-transform: capitalize;
}

.about .text-area .info-items-list .menu-items {
    margin: 0;
    padding: 2rem 0;
    list-style: none;
}

.about .text-area .info-items-list .info-item {
    margin-bottom: 1.25rem;
    display: flex;
    align-items: start;
    justify-content: start;
}

@media (max-width: 767px) {
    .about .text-area .info-items-list .info-item {
        flex-direction: column;
    }
}

.about .text-area .info-items-list .info-item:hover .info-icon,
.about .text-area .info-items-list .info-item:hover .info-img-icon {
    transform: translateY(-5px);
}

.about .text-area .info-items-list .info-content {
    padding-right: 3rem;
}

.about .text-area .info-items-list .info-title {
    font-family: "Merriweather", "sans-serif";
    margin-bottom: .75rem;
    color: #121212;
    opacity: .95;
    font-weight: 700;
    font-size: 1.25rem;
    text-transform: capitalize;
}

.about .text-area .info-items-list .info-text {
    font-size: 1rem;
    font-weight: 400;
    color: #121212;
    opacity: .75;
}

.about .text-area .info-items-list .info-icon {
    margin-right: 1.5rem;
    margin-bottom: 1.5rem;
    color: #000073;
    font-size: 2.5rem;
    transition: transform 0.3s ease-in-out 0s;
}

.about .text-area .info-items-list .info-img-icon {
    margin-right: 1.5rem;
    margin-bottom: 1.5rem;
    width: 60px;
    height: 60px;
    transition: transform 0.3s ease-in-out 0s;
}

.about .text-area .about-stats {
    margin-bottom: 2rem;
}

.about .text-area .about-stats.stats-cards .stat-box {
    position: relative;
    text-align: center;
    padding: 1.5rem;
    margin-bottom: 0;
    margin-bottom: 2rem;
    border: 1px solid rgba(195, 80, 35, 0.35);
    border-bottom: 0.25rem solid #000073;
    box-shadow: 1px 1px 10px 0px rgba(18, 18, 18, 0.1);
}

.about .text-area .about-stats.stats-cards .stat-box .stat-desc {
    opacity: .75;
}

.about .text-area .about-stats.stats-cards .stat-box .stat-icon {
    position: absolute;
    top: 1rem;
    left: 1rem;
    font-size: 3rem;
    color: rgba(195, 80, 35, 0.25);
}

.about .text-area .about-stats .stat-box {
    text-align: center;
    padding: 1.5rem;
    margin-bottom: 0;
}

.about .text-area .about-stats .stat-box .stat-num {
    color: #121212;
    opacity: .95;
    font-family: "Merriweather", "sans-serif";
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: .25rem;
    display: inline-block;
    position: relative;
}

.about .text-area .about-stats .stat-box .stat-num .sign {
    font-size: 2.5rem;
    color: #000073;
    font-weight: 600;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-100%, -50%);
}

.about .text-area .about-stats .stat-box .stat-desc {
    font-size: .95rem;
    font-weight: 700;
    line-height: 1.2;
    color: #121212;
    opacity: .75;
    text-transform: capitalize;
}

@media (max-width: 991px) {
    .about .text-area .about-stats .stat-box .stat-num {
        font-size: 2rem;
        font-weight: 700;
    }

    .about .text-area .about-stats .stat-box .stat-num .sign {
        font-size: 1.25rem;
    }
}

.about .text-area .cta-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.about .text-area .cta-area .signature {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.about .text-area .cta-area .signature .signature-img {
    max-width: 200px;
    width: 200px;
    height: 70px;
    background-image: url("../assets/Images/about/signature-dark.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

@media (max-width: 575px) {
    .about .text-area .cta-area .signature .signature-img {
        max-width: 150px;
        max-height: 50px;
    }
}

.about .text-area .cta-area .signature .signature-name {
    display: block;
    color: #000073;
    margin-top: -.5rem;
    text-transform: capitalize;
}

@media (max-width: 575px) {
    .about .text-area .cta-area .signature .signature-name {
        font-size: .85rem;
    }
}

.about.dark-section {
    background-color: #202020;
}

.about.dark-section .text-area .tag-line,
.about.dark-section .text-area .section-title,
.about.dark-section .text-area .about-title,
.about.dark-section .text-area .init-text,
.about.dark-section .text-area .about-text,
.about.dark-section .text-area .info-items-list .info-title,
.about.dark-section .text-area .info-items-list .info-text,
.about.dark-section .text-area .about-stats .stat-box .stat-num,
.about.dark-section .text-area .about-stats .stat-box .stat-desc {
    color: #fff;
}

.about.dark-section .text-area .cta-area .signature .signature-img {
    background-image: url("../assets/Images/about/signature-light.png");
}

/*   End about Section    */