/*============== content-banner-form css =================*/
.home-banner {
    height: 700px;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    z-index: 1;
    color: #fff;
    background-color: #000;
    min-height: 750px;
    padding-top: 120px;
    padding-bottom: 110px;
}
.home-banner .row {
    max-width: 1200px;
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.home-banner .banner-content {
    z-index: 5;
}
.home-banner .banner-title {
    color: #fff;
    position: relative;
    font-size: 50px;
    margin-bottom: 10px;
}
.home-banner .content {
    line-height: 1.6;
    font-size: 40px;
}
.home-banner .content a {
    color:#fff;
    font-weight: 500;
}
.home-banner .content a:hover {
    color: var(--color-one);
}
.home-banner .banner-description {
    font-size: 22px;
    margin-top: 20px;
}
.home-banner .btn{
    margin-top: 30px;
}
.home-banner-image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.home-banner-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.small-text {
    margin-bottom: 10px;
    color: var(--bs-blue);
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

@media (min-width:1300px){
    .home-banner {
        height: 100vh;
    }
}
@media (max-width:1500px){
    .home-banner .banner-title {
        font-size: 60px;
    }
    .home-banner .banner-content {
        padding-top: 20px;
    }
    .home-banner .btn {
        margin-top: 15px;
    }
}
@media (max-width:1400px){
    .home-banner .banner-title {
        font-size: 55px;
    }
    .home-banner .banner-description {
        font-size: 18px;
        margin-top: 10px;
    }
}

@media (max-width:991px){
    .home-banner .banner-title {
        font-size: 45px;
    }
}

@media (max-width:767px){
    .home-banner {
        height: auto;
        padding-top: 100px;
        padding-bottom: 110px;
    }
    .home-banner .banner-title {
        font-size: 23px;
    }
    .home-banner .banner-description {
        font-size: 14px;
    }
}

/*========== Banner Form ============*/
.banner-form form {
    padding-left: 20px;
}
.banner-form .form-row {
    border-radius: 36px;
    background: #FFF;
    box-shadow: 4px 4px 55px 0px rgba(0, 0, 0, 0.10);
    padding: 40px;
    margin-top: -110px;
    z-index: 1;
    position: relative;
}
.banner-form .heading {
    font-size: 32px;
}
.banner-form .form-group{
    margin-bottom: 20px;
}
.banner-form .form-control {
    border-radius: 40px;
    border: 1px solid #E9E9E9;
    padding: 15px;
}
.banner-form .form-btn{
    width: 100%;
}

@media (max-width:1400px){
    .banner-form .form-row {
        padding: 30px;
    }
    .banner-form .desc {
        font-size: 15px;
    }
}

@media (max-width:1199px){
    .banner-form .form-row {
        padding: 30px;
    }

    .banner-form .heading {
        font-size: 24px;
    }
    .banner-form .desc {
        line-height: 1.5;
    }

}

@media (max-width:991px){
    .banner-form .left-col {
        text-align: center;
        margin-bottom: 20px;
    }
}

@media (max-width:767px){
    .banner-form form {
        padding-left: 0;
    }
    .banner-form .form-row {
        padding: 30px 15px;
        margin-top: -100px;
    }
    .banner-form .heading {
        font-size: 24px;
    }
    .banner-form .form-btn {
        margin-top: 20px;
    }
    .banner-form .btn {
        width: 100%;
    }
}

/*========== Banner Form End ============*/


/* Content with Form section */


#content-with-form .inner-col .description a {
    text-decoration: underline !important;
}
/*========== Content with Form End ============*/



/* Home Service Content Section */

#service-slider {
    margin: 60px 0 0 0;
}

.home-service-list h2.heading {
    padding: 0 150px 0 0;
}

.home-service-list .owl-carousel .owl-item .home-service-item {
    width: 100%;
    position: relative;
}
.home-service-list .owl-carousel .owl-item .home-service-item a {
    display: block;
}
.service-img-wrap {
    width: 100%;
    overflow: hidden;
}
.home-service-list .owl-carousel .owl-item .home-service-item a img {
    width: 100%;
    border-radius: 20px;
    transition: 2s;
    height: 400px;
    object-fit: cover;
}
.home-service-list .owl-carousel .owl-item .home-service-item  a:hover img {
    transform: scale(1.1);
}
/*
.home-service-list .owl-carousel .owl-item.active + .owl-item.active a img {
    border-radius: 0 0 60px 0;
}
.home-service-list .owl-carousel .owl-item.active+.owl-item.active+.owl-item.active a img {
    border-radius: 0 60px 0 0;
}
.home-service-list .owl-carousel .owl-item.active+.owl-item.active+.owl-item.active+.owl-item.active a img {
    border-radius: 0 0 0px 60px;
}
.home-service-list .owl-carousel .owl-item.active + .owl-item.active, .home-service-list .owl-carousel .owl-item.active + .owl-item.active + .owl-item.active + .owl-item.active {
    margin-top: 80px
}
.home-service-list .owl-carousel .owl-item.active + .owl-item.active + .owl-item.active {
    margin-top: 0px
}*/

.home-service-list .owl-carousel .owl-item .service-name {
    font-size: 22px;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    margin-top: 20px;
    width: 100%;
    position: relative;
    color: var(--bs-darkblack);
}
.home-service-list .owl-carousel .owl-item .home-service-item a:hover .service-name {
    color: var(--bs-green);
}
.home-service-heading {
    margin-left: auto;
    padding-left: 30px;
    position: relative;
    z-index: 2;
}
.home-service-heading .service-btn {
    position: absolute;
    right: 15px;
    top: 45px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 110px;
    visibility: hidden;
}
.service-btn .service-next, .service-btn .service-prev {
    font-size: 0px;
    background-image: url(../images/slide-arrow-left.svg);
    background-position: center;
    width: 50px;
    height: 50px;
    background-size: 28px;
    background-repeat: no-repeat;
    cursor: pointer;
    display: block;
    border: 1px solid var(--bs-blue);
    background-color: transparent;
}
.service-btn .service-next {
    transform: rotate(180deg);
}
.service-btn .service-next:hover, .service-btn .service-prev:hover {
    background-image: url(../images/slide-arrow-left-white.svg);
    background-color: var(--bs-blue);
}
.home-service-list {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/abstract-bg-gradient.webp);
}

.home-service-list .owl-carousel .owl-stage-outer {
    display: flex;
    justify-content: center;
}


/* Home Service Content Section End */

/* owl css for nav */
.owl-nav {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: space-between;
    top: 10px;
    height: 25px;
    right: 0;
    margin: auto;
    z-index: 1;
    width: 100%;
    bottom: 0;
}

.owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    display: inline-block;
    vertical-align: middle;
    line-height: 26px;
    height: 22px;
    width: 22px;
    font-size: 0px;
    background-repeat: no-repeat;
    background-size: 12px;
    position: relative;
    z-index: 1;
    opacity: 1;
    border-radius: 0;
}

.owl-carousel .owl-nav .owl-prev {
    left: -50px;
    background-image: url(../images/slide-arrow-left.svg);
    background-position: center;
    transform: rotate(180deg);
}

.owl-carousel .owl-nav .owl-next {
    right: -50px;
    background-image: url(../images/slide-arrow-left.svg);
    background-position: center;
}

.owl-carousel .owl-nav .owl-next:hover:after, .owl-carousel .owl-nav .owl-prev:hover:after {
    opacity: 0.2;
}

.owl-carousel .owl-nav .owl-next:hover, .owl-carousel .owl-nav .owl-prev:hover{
    opacity: 1;
}
/* end owl css */

/* owl dots */
.owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
}
.owl-dots .owl-dot span {
    display: block;
    background: #D9D9D9;
    width: 10px;
    height: 10px;
    border-radius: 100%;
}
.owl-dots .owl-dot {
    margin: 0 5px;
    cursor: pointer;
}
.owl-dots .owl-dot.active span {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bs-blue);
}
/* owl dots end */



/* Testimonial CSS */
.testimonial-section {
    width: 100%;
    overflow: hidden;
}

.testimonial-section .owl-carousel.owl-drag .owl-item {
    padding-bottom: 15px;
}

.client-name {
    color: var(--bs-darkblack);
    font-size: 25px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
.review-img, .review-img img {
    width: 100%;
}
.testimonial-content-info {
    padding-top: 95px;
}
.testimonial-item p {
    color: var(--bs-darkblack);
    font-size: 18px;
    font-weight: 300;
    line-height: 32px;
}
.testimonial-item:after {
    content: "";
    width: 90px;
    height: 90px;
    position: absolute;
    background-image: url(../images/quote2.svg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    left: 0;
    display: inline-block;
    top: -15px;
    z-index: -1;
}
.testimonial-item {
    position: relative;
    width: 100%;
    margin-top: 40px;
    max-height: 520px;
    overflow: auto;
}
.testimonial-section .review-img {
    padding-right: 55px;
    z-index: 1;
    position: relative;
    padding-left: 20px;
    padding-bottom: 20px;
}
.testimonial-section .review-img img {
    border-radius: 0px 0 80px 0;
}
.testimonial-top-header {
    margin-left: auto;
    margin-bottom: 10px;
    z-index: 2;
    padding-top: 30px;
}
.testimonial-btn {
    display: flex;
    width: 110px;
    justify-content: space-between;
    position: relative;
    margin-left: auto;
    margin-top: 0;
    z-index: 1;
}
.page-id-791 div#image_with_content2 {
    padding-top: 115px;
}
.testimonial-btn .testimonial-next, .testimonial-btn .testimonial-prev {
    font-size: 0px;
    background-image: url(../images/slide-arrow-left.svg);
    background-position: center;
    width: 50px;
    height: 50px;
    background-size: 28px;
    background-repeat: no-repeat;
    cursor: pointer;
    display: block;
    border: 1px solid var(--bs-blue);
    background-color: transparent;
}
.testimonial-btn .testimonial-next {
    transform: rotate(180deg);
}
.testimonial-btn .testimonial-next:hover, .testimonial-btn .testimonial-prev:hover {
    background-image: url(../images/slide-arrow-left-white.svg);
    background-color: var(--bs-blue);
}
.left-review-img {
    position: relative;
    z-index: 1;
}
.testimonial-top-header .fullwidth {
    padding-left: 35px;
}
.testimonial-section .left-review-img:after {
    border-radius: 0 0 90px;
    background: #f6fbfb;
    content: "";
    position: absolute;
    left: 15px;
    bottom: 0;
    width: 89%;
    /* height: calc(100% + 210px); */
    z-index: 0;
}


@media (max-width: 1199px){
    .testimonial-section .row + .row .fullwidth {
        height: 100%;
    }
    .testimonial-section .review-img {
        padding-right: 20px;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
    .testimonial-section .row + .row .fullwidth img {
        height: 100%;
    }
    .testimonial-item p {
        font-size: 18px;
        font-weight: 400;
        line-height: 35px;
    }
    .testimonial-content-info {
        padding-top: 25px;
    }
    .testimonial-top-header .fullwidth {
        padding-left: 15px;
    }
    .testimonial-section .left-review-img:after {
        width: 93%;
    }
}
@media (max-width: 991px) {
    .testimonial-section .review-img {
        padding-right: 0;
    }
    .testimonial-content-info {
        padding-top: 20px;
    }

}
@media (max-width: 767px){
    .testimonial-btn {
        margin-top: -58px;
    }
    .testimonial-item:after {
        top: -22px;
    }
    .testimonial-item p {
        font-size: 16px;
        line-height: 30px;
    }
}



/* rating css */
.review-rating {
    margin: 0;
    display: block;
    position: relative;
    width: 100%;
    padding-bottom: 0;
}
.review-rating .star-icon {
    display: inline-block;
    background-image: url(../images/star-yellow.png);
    background-repeat: no-repeat;
    background-size: 22px;
    height: 22px;
    width: 22px;
    background-position: center;
}
.star-number {
    display: flex;
    align-items: center;
    height: 100px;
}

.star-number .star-count {
    color: var(--bs-green);
    font-size: 45px;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    background-image: url(../images/star-number.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    height: 90px;
    width: 90px;
    justify-content: center;
    display: flex;
    align-items: center;
    text-indent: -13px;
    margin-right: 20px;
}

/* rating css */

/*====== content-bg-image-with-text ========*/
.bg-image-with-text{
    position: relative;
    background-color: #f5f5f5;
    z-index: 1;
}
.bg-image-with-text .image {
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
.bg-image-with-text .image img {
    height: 100%;
    object-fit: cover;
    object-position: 0 center;
}
.bg-image-with-text .content-inner {
    background-color: var(--color-three);
    padding: 45px;
}

.bg-image-with-text .content-inner a {
    text-decoration: underline !important;
}


.bg-image-with-text.image-right .row {
    justify-content: flex-end;
}
.bg-image-with-text.image-right .image {
    width: 60%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

@media (max-width: 1300px){
    .bg-image-with-text .content-inner {
        padding: 50px;
    }
}

@media (max-width: 991px){
    .bg-image-with-text .content-inner {
        padding: 30px;
    }
}

@media (max-width: 767px){

    .bg-image-with-text .container {
        padding: 0;
    }
    .bg-image-with-text {
        padding: 0;
    }
    .bg-image-with-text .content-inner {
        background-color: var(--color-three);
        padding: 40px 15px;
    }
    .bg-image-with-text .image {
        width: 100%;
        position: relative;
    }

}


/*====== content-counter ========*/
.counter-section .item {
    border: 1px solid #ddd;
    border-right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
}
.counter-section .item:first-child {
    border-left: 0;
}
.counter-wrap {
    display: flex;
    justify-content: center;
    font-size: 65px;
    font-weight: 300;
    color: var(--color-one);
    line-height: 1.2;
}
.counter-title {
    text-transform: capitalize;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.2;
    margin-top: 10px;
}

@media (max-width: 991px){
    .counter-wrap {
        font-size: 50px;
    }
    .counter-title {
        font-size: 14px;
    }
}


/*============ content-faqs-block ============ */
.faq-accordion {
    border: 1px solid #CDCDCD;
}
.faq-accordion .faq-inner-top-heading h2 {
    margin-bottom: 25px;
    font-size: 60px;
    color: #110F2A;
}
.faq-accordion .accordion-body {
    padding: 20px 20px;
    border: none;
    border-top: 1px solid #CDCDCD;
}
.faq-accordion .accordion-item {
    border: 0;
    border-bottom: 1px solid #CDCDCD;
    background: #fff;
    position: relative;
    border-radius: 0;
}
.faq-accordion .accordion-item:last-child {
    margin-bottom: 0;
}
.faq-accordion .accordion-item .accordion-header button {
    padding: 20px 70px 20px 20px;
    box-shadow: none;
    font-size: 24px;
    line-height: 1.3;
    color: var(--color-black);
    background: #fff;
    font-weight: 500;
    letter-spacing: .6px;
}
.faq-accordion .accordion-button{
    position: relative;
}
.faq-accordion .accordion-button:after {
    display: none;
}
.faq-accordion .accordion-button:not(.collapsed)::after {
    transform: rotate(-135deg);
}
.faq-accordion .accordion-button .arrow {
    display: flex;
    position: absolute;
    width: 45px;
    height: 45px;
    background: transparent;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    align-items: center;
    border-radius: 100%;
    border: 0px solid var(--color-one);
    z-index: 1;
}
.faq-accordion .accordion-button[aria-expanded="true"] .arrow {
    background: var(--color-one);
}
.faq-accordion .accordion-button[aria-expanded="true"] .arrow:before {
    border-color: #fff;
}
.faq-accordion .accordion-button .arrow:before {
    content: "";
    border-top: 2px solid #121212;
    text-decoration: none;
    width: calc(100% - 20px);
    height: 1px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    margin: auto;
}
.faq-accordion .accordion-button .arrow:after {
    content: "";
    border-right: 2px solid #121212;
    text-decoration: none;
    width: 1px;
    height: calc(100% - 20px);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    margin: auto;
}
.faq-accordion .accordion-button:not(.collapsed) .arrow:after {
    display: none;
}


@media (max-width: 1199px){
    .faq-accordion .accordion-header button {
        font-size: 20px;
    }
}
@media (max-width: 767px){
    .faq-accordion .accordion-button  .arrow {
        width: 35px;
        height: 35px;
        right: 10px;
    }
    .faq-accordion .accordion-item .accordion-header button {
        font-size: 18px;
    }
    .faq-accordion .accordion-item .accordion-header button {
        padding: 15px 50px 15px 15px;
    }
}



/*===============  content-faqs-post ================*/
.faq-post-accordion {
    border: 1px solid #CDCDCD;
}
.faq-post-accordion .faq-inner-top-heading h2 {
    margin-bottom: 25px;
    font-size: 60px;
    color: #110F2A;
}
.faq-post-accordion .accordion-body {
    padding: 20px 20px;
    border: none;
    border-top: 1px solid #CDCDCD;
}
.faq-post-accordion .accordion-item {
    border: 0;
    border-bottom: 1px solid #CDCDCD;
    background: #fff;
    position: relative;
    border-radius: 0;
}
.faq-post-accordion .accordion-item:last-child {
    margin-bottom: 0;
}
.faq-post-accordion .accordion-header button {
    padding: 20px 70px 20px 20px;
    box-shadow: none;
    font-size: 24px;
    line-height: 1.3;
    color: var(--color-two);
    background: #fff;
    font-weight: 500;
    letter-spacing: .6px;
}
.faq-post-accordion .accordion-button{
    position: relative;
}
.faq-post-accordion .accordion-button:after {
    display: none;
}
.faq-post-accordion .accordion-button:not(.collapsed)::after {
    transform: rotate(-135deg);
}
.faq-post-accordion .pagination .nav-links {
    justify-content: center;
}

.faq-post-accordion .accordion-button .arrow {
    display: flex;
    position: absolute;
    width: 45px;
    height: 45px;
    background: transparent;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    align-items: center;
    border-radius: 100%;
    border: 0px solid var(--color-one);
    z-index: 1;
}
.faq-post-accordion .accordion-button[aria-expanded="true"] .arrow {
    background: var(--color-one);
}
.faq-post-accordion .accordion-button .arrow:before {
    content: "";
    border-top: 2px solid #121212;
    transition: all 400ms ease-in-out;
    text-decoration: none;
    width: calc(100% - 20px);
    height: 1px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    margin: auto;
}
.faq-post-accordion .accordion-button .arrow:after {
    content: "";
    border-right: 2px solid #121212;
    transition: all 400ms ease-in-out;
    text-decoration: none;
    width: 1px;
    height: calc(100% - 20px);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    margin: auto;
}
.faq-post-accordion .accordion-button:not(.collapsed) .arrow:after {
    display: none;
}
.faq-post-accordion .accordion-item {
    display: none;
}
.faq-post-accordion .accordion-item.active {
    display: block;
}
.faqs-post .load-more-btn{
    margin-top: 40px;
}

@media (max-width: 767px){
    .faq-post-accordion .accordion-header button {
        padding: 15px 50px 15px 15px;
        font-size: 18px;
    }
    .faq-post-accordion .accordion-button .arrow {
        width: 35px;
        height: 35px;
        right: 10px;
    }
}

/*============= Form With Map ============*/
.form-with-map {
    position: relative;
    z-index: 1;
}
.form-with-map:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    /* background: linear-gradient(90deg, #F8F8F8 54%, rgba(128, 202, 222, 0.00) 81%)!important;*/
    z-index: 3;
    pointer-events: none;
}
.form-with-map iframe{
    position: absolute;
    right: 0;
    width: 46%;
    top: 0;
    height: 100%;
    z-index: 2;
    display: block;
}
.form-with-map .form-group {
    margin-bottom: 40px;
}

.form-with-map .form-control {
    border: 0;
    border-bottom: 1px solid #959595;
}
.form-with-map .form-col{
    position: relative;
    z-index: 3;
}

@media (max-width: 767px){
    .form-with-map {
        padding-bottom: 0;
        text-align: center;
    }
    .form-with-map .form-btn{
        margin: auto;
    }
    .form-with-map iframe {
        position: relative;
        width: 100%;
        height: 350px;
    }
    .form-with-map:before{
        display: none;
    }
}


/*=========== content-icon-box ===========*/
/* Icon Box */
.icon-box-section {
    background: var(--color-one);
    color: #fff;
}
.icon-box-list{
    justify-content: center;
}
.icon-box-list .icon {
    width: 65px;
    height: 65px;
    margin-bottom: 15px;
}
.icon-box-list .inner {
    height: 100%;
    padding: 20px 10px;
    transition: all .3s ease-in-out;
}
.icon-box-list .title {
    font-size: 28px;
}
.icon-box-list .inner:hover {
    background: rgba(255,255,255,0.25);
}

@media (max-width: 1199px){
    .icon-box-list .title {
        font-size: 24px;
    }
}

@media (max-width: 767px){
    .icon-box-list .item + .item .inner {
        margin-top: 15px;
    }
}


/*======== content-image-box ==========*/
.image-box-section{
    background: #F6F8F8;
}
.image-box .image{
    position: relative;
}
.image-box .image img {
    width: 100%;
    object-fit: cover;
}
.image-box .image:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0);
    transition: all .4s ease-in-out;
}
.image-box .image:hover:before {
    background: rgba(0,0,0,0.25);
}
.image-box .image .link{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.image-box .image img {
    width: 100%;
    object-fit: cover;
    object-position: center 0;
}
.image-box.two-col .image img{
    height: 480px;
}
.image-box.three-col .image img{
    height: 350px;
}
.image-box .title {
    font-size: 28px;
    font-weight: 500;
    color: var(--color-two);
    line-height: 1.2;
    margin-top: 30px;
}
.image-box .sub-title {
    margin-bottom: 10px;
    font-weight: 600;
}
.image-box .image .icon {
    position: absolute;
    bottom: -20px;
    left: -20px;
    width: 105px;
    height: 95px;
}
.image-box.two-col .image .icon {
    width: 150px;
    height: 135px;
}


@media (max-width: 1199px){
    .image-box .title {
        font-size: 25px;
    }
    .image-box.two-col .image img {
        height: 440px;
    }
    .image-box.three-col .image img {
        height: 300px;
    }
}

@media (max-width: 991px){
    .image-box .title {
        font-size: 20px;
    }
    .image-box .sub-title {
        font-size: 14px;
    }
    .image-box.three-col .image .icon {
        width: 70px;
        height: 55px;
    }
    .image-box.two-col .image .icon {
        width: 100px;
        height: 85px;
    }
    .image-box.two-col .image img {
        height: 340px;
    }
    .image-box.three-col .image img {
        height: 240px;
    }
}

@media (max-width: 767px){
    .image-box .image .icon {
        bottom: -15px;
        left: -15px;
    }
    .image-box.three-col .image img {
        height: 300px;
    }
}


/*=========== content-image-gallery ==============*/
.image-gallery .row{
    justify-content: center;
}
.image-gallery .item{
    margin-top: 20px;
}
.image-gallery .inner{
    position: relative;
}
.image-gallery .inner:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0);
    transition: all .4s ease-in-out;
}
.image-gallery .inner:hover:before {
    background: rgba(0,0,0,0.25);
}
.image-gallery img {
    width: 100%;
    height: 380px;
    object-fit: cover;
}

@media (max-width: 1199px){
    .image-gallery img {
        height: 300px;
    }
}
@media (max-width: 991px){
    .image-gallery img {
        height: 240px;
    }
}

/*========== content-image-with-text-v2 =============*/

.image-with-text-v2 .text-inner{
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: var(--color-three);
    color: #fff;
    padding: 40px;
    height: 100%;
}
.image-with-text-v2 .heading{
    color: #fff;
    font-family: "Inter", serif;
    font-weight: 500;
    font-size: 30px;
    line-height: 1.2;
}
.image-with-text-v2 .image {
    height: 100%;
}
.image-with-text-v2 .image img{
    height: 100%;
    object-fit: cover;
}
.image-with-text-v2 .description {
    font-size: 18px;
}
.image-with-text-v2.image-right .row{
    flex-direction: row-reverse;
}

@media (max-width: 991px){
    .image-with-text-v2 .text-inner {
        padding: 40px 20px;
    }
    .image-with-text-v2 .description {
        font-size: 16px;
    }
}


/*=========== content-image-with-text-v3 ============*/
.image-with-text-v3 .row{
    background: var(--color-three);
    color: #fff;
    padding: 50px;
    align-items: center;
}
.image-with-text-v3 .image-col {
    display: flex;
    align-items: center;
    justify-content: center;
    /* background: #fff; */
}
.image-with-text-v3 .image {
    min-height: 200px;
    display: flex;
    align-items: center;
}
.image-with-text-v3 .text-inner{
    padding-left: 40px;
}
.image-with-text-v3.image-right .row{
    flex-direction: row-reverse;
}
.image-with-text-v3.image-right .text-inner{
    padding-left: 0;
    padding-right: 40px;
}

@media (max-width: 991px){
    .image-with-text-v3 .text-inner {
        padding-left: 0;
    }
    .image-with-text-v3 .image-col {
        margin-bottom: 20px;
    }
}

@media (max-width: 767px){
    .image-with-text-v3 .row {
        padding: 40px 15px;
    }
}

/*========== content-image-with-text ===========*/

.image-with-text.image-right .row {
    flex-direction: row-reverse;
}
.image-with-text .image.image-border:before {
    content: "";
    border: 1px solid var(--color-two);
    background: rgba(30, 77, 128, 0.04);
    position: absolute;
    width: 100%;
    height: 100%;
    left: -30px;
    bottom: -30px;
    z-index: -1;
}
.image-with-text .image.image-bg:before {
    content: "";
    background: var(--color-three);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    bottom: 0px;
    z-index: -1;
}
.image-with-text .content-inner{
    padding-left: 30px;
}
.image-with-text.image-right .content-inner{
    padding-left: 0;
    padding-right: 30px;
}
.image-with-text.image-right .image.image-border:before {
    content: "";
    border: 1px solid var(--color-two);
    background: rgba(30, 77, 128, 0.04);
    position: absolute;
    width: 100%;
    height: 100%;
    left: auto;
    right: -30px;
    bottom: -30px;
    z-index: -1;
}
.image-with-text.image-right .image.image-bg:before {
    content: "";
    background: var(--color-three);
    position: absolute;
    width: 100%;
    height: 100%;
    left: auto;
    right: -30px;
    bottom: -30px;
    z-index: -1;
}

@media (max-width: 991px){
    .image-with-text .image {
        max-width: 500px;
        margin: 0 auto 60px;
    }
    .image-with-text .content-inner {
        padding-left: 0;
    }
}

@media (max-width: 767px){
    .image-with-text .image.image-border:before{
        display: none;
    }
    .image-with-text .image.image-bg:before{
        display: none;
    }
    .image-with-text .image {
        margin: 0 auto 20px;
    }
}

/*============ content-logo-carousel =============*/
.logo-section .awards-slider {
    margin-top: 30px;
}
.logo-slider .item {
    position: relative;
    padding: 10px;
    text-align: center;
    margin: 0 5px;
}
.logo-slider .item:before {
    content: '';
    position: absolute;
    height: 50%;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 1px;
    background-color: #ddd;
}
.logo-slider .item.slick-active:last-child:before{
    display: none;
}
.logo-slider .item img {
    height: 110px;
    object-fit: contain;
    object-position: center;
    margin: auto;
    transition: all 0.5s ease;
}
.logo-slider .item:hover {
    border-color: var(--color-one);
}
.logo-slider .item:hover img {
    filter: grayscale(0);
}
.logo-slider .slick-arrow {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
}
.logo-slider .slick-next {
    left: auto;
    right: 0;
}
.logo-slider .slick-next:before, .logo-slider .slick-prev:before {
    width: 12px;
    height: 12px;
}

@media (max-width: 1199px){
    .logo-slider .slick-dots {
        margin-bottom: 20px;
    }
}


/*========= content-map ===========*/
.map iframe{
    width: 100%;
    height: 500px;
    display: block;
}
@media (max-width: 1400px){
    .map iframe {
        height: 450px;
    }
}
@media (max-width: 767px){
    .map iframe {
        height: 350px;
    }
}

/*================ content-single-video ============*/
.single-video {
    max-width: 1000px;
    margin: auto;
}
.single-video .html5lightbox {
    height: 500px;
}
.single-video img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.single-video .play-btn {
    position: absolute;
    bottom: 20px;
    right: 20px;
}
.single-video .play-btn circle {
    fill: var(--color-one);
    stroke: var(--color-one);
}
.single-video .play-btn path{
    fill: #fff;
}
.single-video:hover .play-btn circle{
    fill: #fff;
    stroke: #fff;
}
.single-video:hover .play-btn path{
    fill: var(--color-one);
}

@media (max-width: 767px){
    .single-video .html5lightbox {
        height: 300px;
    }
}

/*=========== content-testimonial-carousel ==========*/

.testimonial-carousel {
    background: #F6F8F8;
}
.testimonial-carousel .description {
    font-size: 18px;
}
.testimonials-slider {
    margin-top: 20px;
}
.testimonials-slider .quote {
    width: 80px;
    height: 80px;
}
.testimonials-slider .quote path {
    fill: var(--color-two);
    fill-opacity: 1;
}
.testimonials-slider .star-rating {
    display: flex;
    margin-top: 10px;
}
.testimonials-slider .star-rating .star-icon {
    margin-right: 7px;
}
.testimonials-slider .title {
    color: #42525B;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    z-index: 1;
    margin-top: 10px;
}
.testimonials-slider .slick-track{
    display: flex !important;
}
.testimonials-slider .slick-slide {
    height: inherit !important;
    margin: 15px;
}
.testimonials-slider .slick-slide > div {
    height: 100% !important;
}
.testimonials-slider .item {
    height: 100% !important;
    padding: 40px 40px;
    position: relative;
    background: rgba(255,255,255,1);
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.10);
}
.testimonials-slider .slick-slide:last-child.item{
    border-right: 0;
}
.testimonials-slider .slick-arrow.slick-prev {
    position: absolute;
    top: 40%;
    left: -60px;
}
.testimonials-slider .slick-next.slick-arrow {
    position: absolute;
    top: 40%;
    right: -60px;
}
.testimonials-slider .slick-arrow:hover {
    background: #fff;
    border-color: #fff;
    box-shadow: 2px 2px 5px #ddd;
}
.testimonials-slider .slick-arrow:hover:before {
    border-color: #fff;
}
.testimonials-slider .slick-arrow.slick-disabled {
    opacity: 0.5;
    pointer-events: none;
}
.testimonials-slider .title-wrap {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.testimonials-slider .first-char {
    font-size: 30px;
    width: 70px;
    height: 70px;
    background: var(--color-one);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin-right: 15px;
}
.testimonials-slider .name {
    font-size: 28px;
    font-weight: 600;
    color: var(--color-two);
    text-transform: uppercase;
}

@media (max-width: 1199px){
    .testimonials-slider {
        padding: 0 15px;
    }
    .testimonials-slider .item {
        padding: 30px 30px;
    }
    .testimonials-slider .slick-next.slick-arrow {
        right: -30px;
    }
    .testimonials-slider .slick-arrow.slick-prev {
        left: -30px;
    }
    .testimonials-slider .name {
        font-size: 24px;
    }
    .testimonials-slider .first-char {
        font-size: 25px;
        width: 60px;
        height: 60px;
    }

    .testimonial-section .row + .row .fullwidth {
        height: 100%;
    }
    .testimonial-section .review-img {
        padding-right: 20px;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
    .testimonial-section .row + .row .fullwidth img {
        height: 100%;
    }
    .testimonial-item p {
        font-size: 18px;
        font-weight: 400;
        line-height: 35px;
    }
    .testimonial-content-info {
        padding-top: 25px;
    }
    .testimonial-top-header .fullwidth {
        padding-left: 15px;
    }
    .testimonial-section .left-review-img:after {
        width: 93%;
    }

}

@media (max-width: 991px){
    .testimonials-slider .slick-next.slick-arrow {
        right: -30px;
    }
    .testimonials-slider .slick-arrow.slick-prev {
        left: -30px;
    }
    .testimonial-btn {
        margin-top: -58px;
    }
    .testimonial-item:after {
        top: -22px;
    }
    .testimonial-item p {
        font-size: 16px;
        line-height: 30px;
    }

}

@media (max-width: 767px){
    .testimonials-slider .slick-slide {
        margin: 0;
    }
    .testimonials-slider {
        padding: 0;
    }

    .testimonial-item:after {
        top: -22px;
    }
    .testimonial-item p {
        font-size: 16px;
        line-height: 30px;
    }
}


/*============ content-testimonials-post ============*/
.reviews-post {
    justify-content: center;
}
.reviews-post .review-item{
    margin-bottom: 40px;
}
.reviews-post .review-inner {
    padding: 30px;
    height: 100%;
    position: relative;
    border: 1px solid #CDCDCD;
}
.reviews-post .quote-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
    position: absolute;
    top: -25px;
    left: 30px;
}
.reviews-post .quote-icon path {
    fill: var(--color-one);
    fill-opacity: 1;
}
.reviews-post .review-title {
    font-weight: 600;
    font-size: 20px;
    color: var(--color-two);
    margin-top: 15px;
}
.reviews-post .author-name {
    font-size: 20px;
    font-weight: 600;
}
.reviews-post .client-name {
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 15px;
    font-weight: 600;
}
.reviews-page .pagination .nav-links{
    justify-content: center;
}
.reviews-post .review-bottom {
    display: flex;
    justify-content: space-between;
}
.reviews-post .review-logo {
    max-width: 100px;
}
.reviews-post .star-rating {
    display: flex;
}
.reviews-post .star-icon {
    width: 17px;
    height: 17px;
    margin-right: 4px;
}
.reviews-post .star-icon path{
    fill: rgba(255, 233, 0, 1);
}
.reviews-post .review-item {
    display: none;
}
.reviews-post .review-item.active {
    display: block;
}

@media (max-width: 767px){
    .reviews-post .review-inner {
        padding: 30px 15px;
    }
}

/*============ content-text-blocks ===============*/
.text-blocks{
    background: var(--color-two);
    color: #fff;
}


/*========= content-text-with-form ===========*/
.text-with-form .form {
    background: var(--color-four);
    padding: 50px;
    border-radius: 30px;
}
.text-with-form .left-col .inner-col{
    padding-right: 30px;
}
.description li + li {
    margin-top: 10px;
}

@media (max-width: 991px){
    .text-with-form .form {
        padding: 40px 30px;
    }
    .text-with-form .left-col .inner-col {
        padding-right: 0;
    }
}

@media (max-width: 767px){
    .text-with-form .right-col {
        margin-top: 40px;
    }
}

/*============ content-video-testimonials ==============*/
.video-testimonials-slider .item {
    height: 455px;
    position: relative;
    overflow: hidden;
}
.video-testimonials-slider .title {
    position: absolute;
    bottom: 0;
    color: #fff;
    padding: 15px;
    font-size: 20px;
    line-height: 1.5;
    z-index: 1;
}
.video-testimonials-slider .html5lightbox {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.video-testimonials-slider .play-icon {
   /* opacity: 0;*/
    transition: all .3s ease-in-out;
    width: 60px;
    height: 60px;
}
.video-testimonials-slider .item:hover .play-icon {
    transform: scale(1);
    opacity: 1;
}
.video-testimonials-slider .slick-list {
    margin: 0 15px;
}
.video-testimonials-slider .item{
    margin: 0 15px;
}
.video-testimonials-slider .item img {
    height: 100%;
    object-fit: cover;
}

.video-testimonials-slider .slick-arrow.slick-prev {
    position: absolute;
    top: 40%;
    left: -50px;
}
.video-testimonials-slider .slick-next.slick-arrow {
    position: absolute;
    top: 40%;
    right: -50px;
}
.video-testimonials-slider .slick-arrow:hover {
    background: #fff;
    border-color: #fff;
    box-shadow: 2px 2px 5px #ddd;
}
.video-testimonials-slider .slick-arrow:hover:before {
    border-color: #fff;
}
.video-testimonials-slider .slick-arrow.slick-disabled {
    opacity: 0.5;
    pointer-events: none;
}

@media (max-width: 1199px){
    .video-testimonials-slider .slick-next.slick-arrow {
        right: -30px;
    }
    .video-testimonials-slider .slick-arrow.slick-prev {
        left: -30px;
    }
    .video-testimonials-slider .item {
        height: 350px;
    }
    .video-testimonials-slider .title {
        font-size: 18px;
    }
}
@media (max-width: 767px){
    .video-testimonials-slider .item {
        height: 400px;
    }
}
@media (max-width: 575px){
    .video-testimonials-slider .item {
        margin: 0;
    }
}



.timeline-container {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    padding: 40px 20px;
}

.timeline-line {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 2px;
    background-color: #000;
    transform: translateX(-50%);
}

.timeline-item {
    position: relative;
    margin-bottom: 60px;
}


.timeline-number {
    position: absolute;
    right: 30%;
    top: 40px;
    width: 80px;
    height: 80px;
    background: #448BD1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    font-size: 38px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    z-index: 2;
}
.timeline-item:nth-child(even) .timeline-icon {
    margin-left: auto;
}
.timeline-dot {
    position: absolute;
    left: 50%;
    top: 60px;
    transform: translateX(-50%);
    width: 40px;
    height: 40px;
    background-color: #000;
    border-radius: 50%;
    z-index: 2;
}

.timeline-content {
    background: #448BD1;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    max-width: 300px;
    position: relative;
    min-height: 180px;
    color: #fff;
}
.timeline-icon svg path {
    fill: #fff;
}
 .timeline-item:nth-child(even) {
    text-align: right;
    padding-right: 60px;
}       

.timeline-item:nth-child(even) .timeline-content {
    margin-left: auto;
    margin-right: -30px;
}
.timeline-item:nth-child(even) .timeline-content:after {
    right: auto;
    left: -30px;
    transform: rotate(90deg);
}
.timeline-item:nth-child(even) .timeline-number {
    right: auto;
    left: 30%;
}

.timeline-item:nth-child(odd) {
    text-align: left;
    padding-left: 60px;
}
.timeline-item:nth-child(odd) .timeline-content {
    margin-right: auto;
        margin-left: -30px;
}

.timeline-content:after {
    content: '';
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #448BD1;
    position: absolute;
    top: 38%;
    right: -30px;
    transform: rotate(-90deg);
}

.timeline-dot:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 8px;
    transform: translateX(-50%);
    width: 25px;
    height: 25px;
    background-color: #fff;
    border-radius: 50%;
    z-index: 2;
}
.timeline-icon {
    width: 40px;
    height: 40px;
 
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 20px;
    margin-bottom: 15px;
	
}
.timeline-icon img {
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}

.timeline-text {
    color: #333;
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
}

.timeline-title {
    color: #333;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
}
.timeline-item:nth-child(5n+ 2) .timeline-content {
    background: #d8d470;
}
.timeline-item:nth-child(5n+ 2) .timeline-content:after {
   border-top: 20px solid #d8d470;
}
.timeline-item:nth-child(5n+ 2) .timeline-number {
    background: #d8d470;
}

.timeline-item:nth-child(5n+ 3) .timeline-content {
    background: #aa5950;
}
.timeline-item:nth-child(5n+ 3) .timeline-content:after {
   border-top: 20px solid #aa5950;
}
.timeline-item:nth-child(5n+ 3) .timeline-number {
    background: #aa5950;
}
.timeline-item:nth-child(5n+ 4) .timeline-content {
    background: #78adc0;
}
.timeline-item:nth-child(5n+ 4) .timeline-content:after {
   border-top: 20px solid #78adc0;
}
.timeline-item:nth-child(5n+ 4) .timeline-number {
    background: #78adc0;
}
.timeline-item:nth-child(5n+ 5) .timeline-content {
    background: #426593;
}
.timeline-item:nth-child(5n+ 5) .timeline-content:after {
   border-top: 20px solid #426593;
}
.timeline-item:nth-child(5n+ 5) .timeline-number {
    background: #426593;
}
 @media (max-width: 991px) and (min-width: 768px){
     .timeline-content {
            max-width: 240px;
        } 
        .timeline-content p{
                line-height: 20px;
        }
        .timeline-content:after {
            right: -29px;
        }
        .timeline-item:nth-child(even) .timeline-content:after {
            left: -29px;
        }
    }
    
@media (max-width: 767px) {
    .timeline-container {
        padding: 40px 20px 40px 40px;
    }
    .timeline-line {
        left: 50px;
    }

    .timeline-item {
        text-align: left;
        padding-left: 70px;
        padding-right: 20px;
    }

    .timeline-item:nth-child(even) {
        text-align: left;
        padding-right: 20px;
        padding-left: 70px;
    }

    .timeline-number {
        left: 10px;
        width: 70px;
        height: 70px;
        font-size: 26px;
        right: auto;
    }
    .timeline-item:nth-child(even) .timeline-number {
        right: auto;
        left: 10px;
    }
    .timeline-dot {
        left: 30px;
        display:none;
    }
    .timeline-item:nth-child(odd)
         {
            text-align: left;
            padding-left: 100px;
        }
    .timeline-content {
        margin-left: 0;
        margin-right: 0;
        max-width: none;
    }
    .timeline-content:after {
        left: -30px;
        transform: rotate(90deg);
        right: auto;
    }

    .timeline-item:nth-child(even) .timeline-content {
        margin-left: 0;
    }
    .timeline-item:nth-child(even) .timeline-content {
        margin-right: 0;
    }
}

@media (max-width: 570px){
    .timeline-number {
        top: 45px;
    }
    .timeline-content p {
        line-height: 20px;
    }
        .timeline-container {
            padding: 40px 20px 20px 20px;
        }
        .timeline-line {
    left: 30px;
}
}