/*============== content-banner-form css =================*/
.home-banner {
    min-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;
    padding-top: 70px;
    padding-bottom: 70px;
}
.home-banner .row {
    max-width: 1000px;
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.home-banner .banner-content {
    padding-top: 100px;
}
.home-banner .banner-title {
    color: #fff;
    position: relative;
    font-size: 80px;
}
.home-banner .banner-description {
    font-size: 24px;
    margin-top: 20px;
    font-weight: 400;
}
.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;
}

.side-banner-form {
    max-width: 450px;
}
.side-banner-form form {
    border-radius: 20px;
    background: rgba(255,255,255,.6);
    box-shadow: 3.6px 3.6px 54px 0px rgba(0,0,0,.1);
    backdrop-filter: blur(7.5px);
    padding: 30px;
}
.side-banner-form .form-title {
    font-size: 30px;
}
.side-banner-form .form-group{
    margin-bottom: 15px;
}
.side-banner-form .form-control{
    border-radius: 15px;
    opacity: .6;
    background-color: #fff;
    padding: 10px;
    font-size: 15px;
    max-height: 90px;
}

.home-banner.has-form .main-row {
    max-width: 100%;
    flex-direction: row;
}
.home-banner.has-form .banner-content {
    padding-top: 100px;
    width: calc(100% - 450px);
    padding-right: 50px;
}
.side-banner-form .form-btn .btn {
    margin-top: 0;
}

@media (max-width:1500px){
    .home-banner .banner-title {
        font-size: 60px;
    }
    .home-banner .banner-content {
        padding-top: 20px;
    }
    .home-banner .btn {
        margin-top: 15px;
    }
    .side-banner-form .form-group {
        margin-bottom: 15px;
    }
    .side-banner-form .form-control {
        max-height: 70px;
    }

}
@media (max-width:1400px){
    .home-banner .banner-title {
        font-size: 55px;
    }
    .home-banner .banner-description {
        font-size: 18px;
        margin-top: 10px;
    }
}
@media (max-width:1300px){
    .home-banner .banner-title {
        font-size: 50px;
    }
}
@media (max-width:1199px){
    .home-banner.has-form .banner-title {
        font-size: 45px;
    }
    .home-banner.has-form .banner-description {
        font-size: 16px;
    }
}

@media (max-width:991px){
    .home-banner.has-form .banner-content {
        width: calc(100% - 270px);
        padding-right: 20px;
    }
    .side-banner-form {
        max-width: 270px;
    }
    .side-banner-form form {
        padding: 30px 15px;
    }
    .side-banner-form .form-title {
        font-size: 20px;
    }
    .home-banner.has-form .banner-title {
        font-size: 32px;
    }
    .home-banner .banner-title {
        font-size: 45px;
    }
}

@media (max-width:767px){
    .home-banner {
        height: auto;
        min-height: auto;
        padding-top: 100px;
        padding-bottom: 50px;
    }
    .home-banner .banner-title {
        font-size: 23px;
    }
    .home-banner .banner-description {
        font-size: 14px;
    }
    .home-banner.has-form .banner-content {
        width: 100%;
        padding-right: 0;
        padding-top: 0;
    }

    .side-banner-form {
        max-width: 100%;
    }
    .side-banner-form form {
        padding: 40px 15px;
        border-radius: 0;
        background: #f7f7f7;
    }
}

/*========== 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%;
    }
}

/*====== 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-two);
    padding: 45px;
}
.bg-image-with-text.image-left .row {
    justify-content: flex-end;
}
.bg-image-with-text.image-left .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-two);
        padding: 40px 15px;
    }
    .bg-image-with-text .image {
        width: 100%;
        position: relative;
    }

}

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

.bg-image-with-text-v2{
    position: relative;
    background-color: #f5f5f5;
    z-index: 1;
}
.bg-image-with-text-v2 .image {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
.bg-image-with-text-v2 .image img {
    height: 100%;
    object-fit: cover;
    object-position: 0 center;
}
.bg-image-with-text-v2.content-right .row {
    justify-content: flex-end;
}

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


@media (max-width: 767px){

    .bg-image-with-text-v2 .container {
        padding: 0;
    }
    .bg-image-with-text-v2 {
        padding: 0;
    }
    .bg-image-with-text-v2 .content-inner {
        padding: 0 15px;
    }
    .bg-image-with-text-v2 .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;
    background: transparent;
    font-weight: 400;
    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: 54%;
    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: 991px){
    .form-with-map{
        padding-bottom: 0 !important;
    }
    .form-with-map iframe{
        position: relative;
        width: 100%;
        margin-top: 40px;
        height: 400px;
    }
    .form-with-map:before {
        display: none;
    }
}
@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-two);
    color: #fff;
    padding: 40px;
    height: 100%;
}
.image-with-text-v2 .heading{
    color: #fff;
}
.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-two);
    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: -20px;
    bottom: -20px;
    z-index: -1;
}
.image-with-text .image.image-bg:before {
    content: "";
    background: var(--color-two);
    position: absolute;
    width: 100%;
    height: 100%;
    left: -20px;
    bottom: -20px;
    z-index: -1;
    opacity: 0.2;
}
.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: -20px;
    bottom: -20px;
    z-index: -1;
}
.image-with-text .image.image-bg:before {
    content: "";
    background: var(--color-two);
    position: absolute;
    width: 100%;
    height: 100%;
    left: -20px;
    right: auto;
    bottom: -20px;
    z-index: -1;
    opacity: 0.2;
}
.image-with-text.image-right .image.image-bg:before {
    left: auto;
    right: -30px;
}

@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;
    }
    .image-with-text.image-right .content-inner {
        padding-left: 0;
        padding-right: 0;
    }
}

/*============ 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;
    position: relative;
    display: inline-block;
    width: 100%;
}
.single-video img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.single-video .play-btn {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.single-video .play-btn circle {
    stroke: #fff;
}
.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);
}


.single-video .play-btn svg {
    width: 80px;
    height: 80px;
}
@media (max-width: 991px){
    .single-video .html5lightbox {
        height: 400px;
    }
}
@media (max-width: 767px){
    .single-video .html5lightbox {
        height: 300px;
    }
}

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

.testimonial-carousel {
    background: #F8F8F8;
}
.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: var(--color-one);
    border-color: #fff;
    box-shadow: 2px 2px 5px #ddd;
}
.testimonials-slider .slick-arrow:hover:before {
    border-color: #fff;
}
.testimonials-slider .slick-arrow:hover path {
    fill: #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: 60px;
    height: 60px;
    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;
    line-height: 1.2;
}

@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;
    }

}

@media (max-width: 991px){
    .testimonials-slider .slick-next.slick-arrow {
        right: -30px;
    }
    .testimonials-slider .slick-arrow.slick-prev {
        left: -30px;
    }

}

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


/*============ 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-two);
    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;
}
.video-testimonials-slider .title {
    color: #000;
    padding: 15px 0;
    font-size: 20px;
    line-height: 1.5;
}
.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: 1300px){
    .video-testimonials-slider .item {
        height: 350px;
    }
}
@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: 300px;
    }
    .video-testimonials-slider .title {
        font-size: 18px;
    }
}
@media (max-width: 767px){
    .video-testimonials-slider .item {
        height: 350px;
    }
}
@media (max-width: 575px){
    .video-testimonials-slider .item {
        margin: 0;
    }
}

/*========== content-cta ==========*/
.cta-section{
    padding-top: 45px;
    padding-bottom: 45px;
}