/*** 
=============================================
	Testimonial Style1 CSS
=============================================
***/
.testimonial-style1 {
    position: relative;
    display: block;
    background-color: #ffffff;
    z-index: 10;
}

.testimonial-style1__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    z-index: -1;
}

.testimonial-style1__bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #08254f;
    opacity: 0.90;
}

.testimonial-style1__content {
    position: relative;
    display: block;
    padding: 120px 120px 118px;
    text-align: center;
}


.single-testimonial-item-style1 {
    position: relative;
    display: block;
}

.single-testimonial-item-style1 .img-box {
    position: relative;
    display: block;
    width: 95px;
    margin: 0 auto;
}

.single-testimonial-item-style1 .img-box .inner {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 50%;
}

.single-testimonial-item-style1 .img-box .inner img {
    width: 100%;
}

.single-testimonial-item-style1 .text-box {
    position: relative;
    display: block;
    padding-top: 31px;
}

.single-testimonial-item-style1 .text-box p {
    color: #ffffff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
}

.single-testimonial-item-style1 .text-box h3 {
    position: relative;
    display: inline-flex;
    align-items: center;
    color: #ffffff;
    font-size: 22px;
    line-height: 22px;
    font-weight: 500;
    font-family: var(--thm-font);
    margin: 29px 0 0;
}

.single-testimonial-item-style1 .text-box h3 .border-box {
    position: relative;
    display: block;
    top: 2px;
    width: 10px;
    height: 2px;
    background-color: #ffffff;
    margin-right: 10px;
}


.testimonial-style1-carousel.owl-nav-style-one.owl-theme .owl-stage-outer {
    padding-bottom: 0px;
}

.testimonial-style1-carousel.owl-nav-style-one.owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    left: -130px;
    right: -130px;
    display: flex;
    justify-content: space-between;
    line-height: 0;
    height: 0;
    transform: translateY(-25px);
}

.testimonial-style1-carousel.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"] {
    border: 2px solid rgba(255, 255, 255, 0.70);
}




/*** 
=============================================
   Testimonial Style1 Area Css
=============================================
***/
.testimonials-style1-area {
    position: relative;
    display: block;
    background: #f2f2f6;
    padding: 120px 0px 120px;
    overflow: hidden;
    z-index: 10;
}

.testimonials-style1-area .map-layer {
    position: absolute;
    top: 0;
    left: 0px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: left top;
    margin-left: 0;
    opacity: 0.45;
    z-index: -1;
}

.testimonials-style1-area__img-bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    background-color: #091836;
    background-blend-mode: overlay;
    z-index: -1;
}

.testimonials-style1-area__img-bg:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #091836;
    opacity: 0.90;
}




.testimonial-style1-title-box {
    position: relative;
    display: block;
}

.testimonial-style1-title-box .sec-title {
    padding-bottom: 0;
}



.single-testimonials-style1 {
    position: relative;
    display: block;
}

.single-testimonials-style1__inner {
    position: relative;
    display: block;
    background-color: #ffffff;
    padding: 43px 40px 43px;
    border-radius: 8px;
    z-index: 1;
}

.single-testimonials-style1__inner:before {
    content: "";
    position: absolute;
    left: 62px;
    bottom: -10px;
    width: 45px;
    height: 10px;
    border-top: 10px solid #ffffff;
    border-left: 22.5px solid transparent;
    border-right: 22.5px solid transparent;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-testimonials-style1 .quote-box {
    position: relative;
    display: block;
    padding-bottom: 18px;
}

.single-testimonials-style1 .quote-box span {
    position: relative;
    display: block;
    line-height: 0;
}

.single-testimonials-style1 .quote-box span:before {
    position: relative;
    display: inline-block;
    transform: rotate(180deg);
    color: var(--thm-base);
    font-size: 60px;
    line-height: 60px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-testimonials-style1 .text-box {
    position: relative;
    display: block;
}

.single-testimonials-style1 .text-box p {
    color: #494949;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-testimonials-style1 .customer-info {
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 30px;
    margin-left: 50px;
}

.single-testimonials-style1 .customer-info .img-box {
    position: relative;
    display: block;
    overflow: hidden;
    width: 70px;
    border-radius: 50%;
    background-color: #646464;
}

.single-testimonials-style1 .customer-info .img-box:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    right: 0;
    height: 100%;
    background-color: #000000;
    opacity: 0.7;
    border-radius: 0%;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    transform-origin: top center;
    -webkit-transform: scale(0);
    transform: scale(0);
    z-index: 3;
}

.single-testimonials-style1:hover .customer-info .img-box:before {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
}


.single-testimonials-style1 .customer-info .img-box img {
    width: 100%;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-testimonials-style1 .customer-info .title-box {
    position: relative;
    padding-left: 25px;
    flex: 1;
}

.single-testimonials-style1 .customer-info .title-box h3 {
    color: var(--thm-black);
    font-size: 18px;
    line-height: 20px;
    margin: 0 0 0px;
}

.single-testimonials-style1 .customer-info .title-box span {
    position: relative;
    display: inline-block;
    color: var(--thm-gray);
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
}


.testimonial-style2-carousel.owl-nav-style-one.owl-theme .owl-stage-outer {
    padding-bottom: 0px;
}

.testimonial-style2-carousel.owl-nav-style-one.owl-theme .owl-nav {
    position: absolute;
    left: -410px;
    bottom: 137px;
}




/*** 
=============================================
   Testimonial Style2 Area Css
=============================================
***/
.testimonials-style2-area {
    position: relative;
    display: block;
    background: #0d1330;
    padding: 120px 0px 120px;
    overflow: hidden;
    z-index: 10;
}

.testimonials-style2-area .map-layer {
    position: absolute;
    top: 0;
    left: 0px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: left top;
    margin-left: 0;
    opacity: 0.35;
    z-index: -1;
}

.testimonials-style2-area .sec-title h2 {
    color: #ffffff;
}

.testimonials-style2-area .single-testimonials-style1 .customer-info .title-box h3 {
    color: #ffffff;
}

.testimonials-style2-area .single-testimonials-style1 .customer-info .title-box span {
    color: var(--thm-base);
}



/*** 
=============================================
   Testimonial Style3 Area Css
=============================================
***/
.testimonials-style3-area {
    position: relative;
    display: block;
    background: #f4f5f9;
    padding: 120px 0px 120px;
    overflow: hidden;
    z-index: 10;
}



/*** 
=============================================
   Testimonial Style2 Area Css
=============================================
***/
.testimonials-page-one {
    position: relative;
    display: block;
    background: #f2f2f6;
    padding: 120px 0px 60px;
    overflow: hidden;
    z-index: 10;
}

.testimonials-page-one .map-layer {
    position: absolute;
    top: 0;
    left: 0px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: left top;
    margin-left: 0;
    opacity: 0.45;
    z-index: -1;
}

.testimonials-page-one .single-testimonials-style1 {
    margin-bottom: 60px;
}





/** End Css***/
/*** 
=============================================
    Partner Area Css
=============================================
***/
.partner-area {
    position: relative;
    display: block;
    margin-top: 0px;
    background-color: #232932;
    z-index: 10;
}

.partner-area__sec-title {
    position: relative;
    display: block;
    text-align: center;
    z-index: 1;
}

.partner-area__sec-title:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #50545a;
}


.partner-area__sec-title h3 {
    color: #ffffff;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.partner-area__sec-title h3 span {
    position: relative;
    display: inline-block;
    background-color: #232932;
    padding: 0 20px;
}


.brand-content {
    position: relative;
    display: block;
    padding: 42px 0 45px;
}

.single-partner-logo-box {
    position: relative;
    display: block;
    text-align: center;
    padding: 10px 0;
    z-index: 1;
}

.single-partner-logo-box:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background: rgba(255, 255, 255, 0.3);
    transform: perspective(400px) scaleX(0);
    transform-origin: center;
    transition: all 500ms ease;
    z-index: -1;
}

.single-partner-logo-box:hover:before {
    transform: perspective(400px) scaleX(1.0);
}

.single-partner-logo-box a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 0px 0 0px;
}

.single-partner-logo-box a img {
    position: relative;
    display: inline-block !important;
    opacity: 1.0;
    width: auto !important;
    transition: all 0.2s ease-in-out 0.1s;
    mix-blend-mode: screen;
}

.single-partner-logo-box:hover a img {
    opacity: 0.90;
    transition: all 0.8s ease-in-out 0.1s;
}




/*** 
=============================================
    Partner Style2 Area Css
=============================================
***/
.partner-style2-area {
    position: relative;
    display: block;
    padding-top: 93px;
    background-color: #ffffff;
    z-index: 10;
}

.partner-style2-area.pdtop {
    padding-top: 63px
}

.partner-style2-area__sec-title {
    position: relative;
    display: block;
}

.partner-style2-area__sec-title h2 {
    position: relative;
    display: block;
    font-size: 40px;
    line-height: 46px;
}

.partner-style2-area__sec-title h2:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 9px;
    right: 0;
    height: 1px;
    background-color: #d5d4d3;
}

.partner-style2-area__sec-title h2 span {
    position: relative;
    display: inline-block;
    padding-right: 20px;
    background-color: #ffffff;
    z-index: 2;
}

.brand-content--style2 .single-partner-logo-box:before {
    background: rgba(255, 255, 255, 0.3);
    border: 1px solid #d5d4d3;
}

.partner-style2-area .brand-content {
    padding: 30px 0 90px;
}



/*** 
=============================================
    Partner Style3 Area Css
=============================================
***/
.partner-style3-area {
    position: relative;
    display: block;
    background-color: #ffffff;
    z-index: 10;
}

.partner-style3-area__sec-title {
    position: relative;
    display: block;
    text-align: center;
    z-index: 1;
}

.partner-style3-area__sec-title:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #d5d4d3;
}


.partner-style3-area__sec-title h3 {
    color: #444444;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.partner-style3-area__sec-title h3 span {
    position: relative;
    display: inline-block;
    background-color: #ffffff;
    padding: 0 20px;
}




/*** 
=============================================
    Partner Style4 Area Css
=============================================
***/
.partner-style4-area {
    position: relative;
    display: block;
    background-color: #f7f7f9;
    z-index: 10;
}

.partner-style4-area__sec-title {
    position: relative;
    display: block;
    text-align: center;
    z-index: 1;
}

.partner-style4-area__sec-title:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #d5d4d3;
}


.partner-style4-area__sec-title h3 {
    color: #444444;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.partner-style4-area__sec-title h3 span {
    position: relative;
    display: inline-block;
    background-color: #f7f7f9;
    padding: 0 20px;
}




.partner-style2-area--h15 {
    padding-top: 63px;
}
/*** 
=============================================
    Footer area style
=============================================
***/
.bottom-parallax {
    position: relative;
}

.bottom-parallax .footer-area {
    position: relative;
}


/*** 
=============================================
    Footer Area Css
=============================================
***/
.footer-area {
    position: relative;
    display: block;
    background: #06142a;
    z-index: 10;
}


.footer-main {
    position: relative;
    display: block;
    padding-top: 100px;
    padding-bottom: 38px;
}

.single-footer-widget .title {
    position: relative;
    display: block;
    margin-top: -2px;
}

.single-footer-widget .title h3,
.footer-widget h2 {
    color: #ffffff;
    font-size: 21px;
    line-height: 21px;
    font-weight: 700;
    text-transform: capitalize;
}

.single-footer-widget .title .border-box {
    position: relative;
    display: block;
    width: 30px;
    height: 1px;
    opacity: 0.30;
    background-color: #ffffff;
    margin: 17px 0 0;
}

.footer-main .single-widget {
    margin-bottom: 44px;
}


.single-footer-widget {
    position: relative;
    display: block;
}

.single-footer-widget.margin-leftminus1 {
    margin-left: -10px;
}

.single-footer-widget.margin-left {
    margin-left: 40px;
}

.single-footer-widget.margin-left-2 {
    margin-left: 90px;
}

.single-footer-widget .our-company-info {
    position: relative;
    display: block;
    padding-right: 40px;
}

.footer-logo-style1 {
    position: relative;
    display: block;
    padding-bottom: 17px;
}

.footer-logo-style1 a {
    position: relative;
    display: inline-block;
}

.single-footer-widget .our-company-info .text {
    position: relative;
    display: block;
}

.single-footer-widget .our-company-info .text p {
    color: #cccccc;
    font-size: 17px;
    line-height: 26px;
}



.footer-widget-links {
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: 22px;
}

.footer-widget-links ul {
    position: relative;
    display: block;
    overflow: hidden;
}

.footer-widget-links ul li {
    position: relative;
    display: block;
    line-height: 26px;
    margin-bottom: 11px;
}

.footer-widget-links ul li:last-child {
    margin-bottom: 0;
}

.footer-widget-links ul li a {
    position: relative;
    display: inline-block;
    color: #ffffff;
    font-size: 17px;
    font-weight: 400;
    font-family: var(--thm-font);
    transition: all 100ms linear;
    transition-delay: 0.1s;
}

.footer-widget-links ul li a:hover {
    color: var(--thm-base);
    padding-left: 2px;
}



.footer-widget-contact-info-box {
    position: relative;
    display: block;
    padding-top: 28px;
}

.footer-widget-contact-info-box h4 {
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    font-family: var(--thm-font);
    margin-bottom: 14px;
}

.footer-widget-contact-info-box h4 a {
    color: #cccccc;
}

.footer-widget-contact-info-box p {
    color: #ffffff;
    font-size: 17px;
    line-height: 28px;
}

.footer-widget-contact-info-box p a {
    color: #ffffff;
}




.footer-social-link {
    position: relative;
    display: block;
    padding-top: 28px;
}

.footer-social-link ul {
    position: relative;
    display: block;
}

.footer-social-link ul li {
    position: relative;
    float: left;
    margin-right: 10px;
}

.footer-social-link ul li:last-child {
    margin-right: 0;
}

.footer-social-link ul li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    background: transparent;
    border: 1px solid #cccccc;
    border-radius: 50%;
    color: #cccccc;
    font-size: 14px;
    text-align: center;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: 1;
}

.footer-social-link ul li a:before {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background: #ffffff;
    border-radius: 50%;
    content: "";
    opacity: 0;
    transform: scale(0.5);
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
    z-index: -1;
}

.footer-social-link ul li:hover a:before {
    opacity: 1.0;
    transform: scale(1.0);
}

.footer-social-link ul li:hover a {
    color: var(--thm-base);
    border-color: var(--thm-base);
}



.footer-bottom {
    position: relative;
    display: block;
}

.footer-bottom .bottom-inner {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 28px 0px 29px;
    border-top: 1px solid rgba(255, 255, 255, 0.30);
}

.copyright-text {
    position: relative;
    display: block;
}

.copyright-text p {
    color: #cccccc;
    font-size: 17px;
}

.copyright-text p a {
    color: #cccccc;
    font-weight: 500;
    transition: all 300ms ease 100ms;
}

.copyright-text p a:hover {
    color: #ffffff;
}


.footer-bottom-right {
    position: relative;
    display: block;
}

.footer-bottom-right p {
    color: #cccccc;
    font-size: 17px;
}

.footer-bottom-right p a {
    color: #cccccc;
    font-weight: 500;
    transition: all 300ms ease 100ms;
}

.footer-bottom-right p a:hover {
    color: #ffffff;
}




/**  End Css  **/