/**
* Advanced Tabs
*/

.tab-one {
    position: relative;
    display: block;
    background: #f1f5f9;
}

.tab-one__tabs {
    position: relative;
    display: block;
    overflow: hidden;
}

.tab-one__tabs .tab-buttons {
    position: relative;
    display: block;
    margin-left: -13px;
    margin-right: -13px;
    margin-bottom: 50px;
    text-align: center;
    margin: 0;
    padding: 0;
}

.tab-one__tabs .tab-buttons li {
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 17px;
    line-height: 26px;
    font-weight: 700;
    text-transform: capitalize;
    background: #086AD7;
    border-radius: 50px;
    padding: 10px 40px;
    cursor: pointer;
    margin: 0px 8px 0px;
    text-align: center;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.tab-one__tabs .tab-buttons li:hover,
.tab-one__tabs .tab-buttons li.active-btn {
    color: #ffffff;
    background: #086AD7;
}

.tab-one__tabs .tabs-content .tab {
    position: relative;
    display: none;
    transform: translateY(35px);
    transition: all 600ms ease;
    z-index: 10;
}

.tab-one__tabs .tabs-content .tab.active-tab {
    display: block;
    margin-top: 0px;
    transform: translateY(0px);
}

.tab-one__content {
    position: relative;
    display: block;
    max-width: 485px;
    width: 100%;
    margin-top: 35px;
}

.tab-one__content .title {
    position: relative;
    display: block;
    margin-bottom: 17px;
}

.tab-one__content .title h2 {
    color: var(--thm-black);
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
}

.tab-one__content .text {
    position: relative;
    display: block;
}

.tab-one__content .text p {
    margin: 0;
}

.tab-one__content-list {
    position: relative;
    display: block;
    margin-top: 21px;
}

.tab-one__content-list li {
    position: relative;
    display: block;
    padding-left: 20px;
    margin-bottom: 14px;
}

.tab-one__content-list li::before {
    position: absolute;
    top: 10px;
    left: 0;
    width: 10px;
    height: 10px;
    background: #086AD7;
    border-radius: 50%;
    content: "";
}

.tab-one__img {
    position: relative;
    display: block;
}

.tab-one__img .icon {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tab-one__img .icon a {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 25px;
    color: #ffffff;
    background-color: #086AD7;
    border-radius: 50%;
    margin: 0 auto;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    z-index: 1;
}

.tab-one__img .icon a:hover {
    background-color: #086AD7;
    color: #ffffff;
}

.tab-one__video-icon span::before {
    position: relative;
    display: inline-block;
    line-height: 50px;
    text-align: center;
}

.tab-one__video-icon:before {
    position: absolute;
    top: -7px;
    left: -7px;
    right: -7px;
    bottom: -7px;
    content: "";
    border-radius: 50%;
    z-index: -1;
    background-color: #086AD7;
    opacity: 0.52;
}

.tab-one__video-icon:after {
    position: absolute;
    top: -14px;
    left: -14px;
    right: -14px;
    bottom: -14px;
    content: "";
    border-radius: 50%;
    z-index: -1;
    background-color: #086AD7;
    opacity: 0.43;
}

.tab-one__img .icon .ripple,
.tab-one__video-icon .ripple:before,
.tab-one__video-icon .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 75px;
    height: 75px;
    transform: translate(-50%, -50%);
    -ms-box-shadow: 0 0 0 0 #086AD7;
    -o-box-shadow: 0 0 0 0 #086AD7;
    box-shadow: 0 0 0 0 #086AD7;
    opacity: .60;
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
    border-radius: 50%;
}

.tab-one__video-icon .ripple:before {
    position: absolute;
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
}

.tab-one__video-icon .ripple:after {
    position: absolute;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
}


/**
* Team
*/

.techex-toolkit-team-one__single {
    text-align: center;
    border-radius: 5px;
}

.techex-toolkit-team-one__single .team-one__single-img {
    position: relative;
}

.techex-toolkit-team-one__single .team-one__single-img img {
    width: 100%;
}

.techex-toolkit-team-one__single .team-one__single-img:before {
    content: "";
    display: block;
    width: 100%;
    height: 0%;
    background-color: #086AD7;
    opacity: 0.90;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.techex-toolkit-team-one__single:hover .team-one__single-img:before {
    height: 100%;
}

.techex-toolkit-team-one__single .title-box {
    border-width: 0px 1px 1px 1px;
    border-style: solid;
    border-color: #211e3b36;
    padding: 33px;
}

.techex-toolkit-team-one__single .title-box h3 a {
    color: #211E3B;
    font-size: 20px;
    margin-bottom: 5px;
}

.techex-toolkit-team-one__single .title-box p {
    margin-bottom: 0px;
}

.techex-toolkit-team-one__single .overlay-content {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -55%);
    visibility: hidden;
    opacity: 0;
}

.techex-toolkit-team-one__single:hover .overlay-content {
    visibility: visible;
    opacity: 1;
}

.techex-toolkit-team-one__single .social-link a {
    display: inline-block;
    background: transparent;
    color: #fff;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 4px;
    font-size: 14px;
    border: 1px solid #ffffff52;
}

.techex-toolkit-team-one__single .social-link a:hover {
    background: #fff;
    color: #086AD7;
    border: 1px solid #fff;
}

.techex-toolkit.testimonials-one__carousel .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 30px;
}


/**
* Testimonial
*/

.owl-item.active.center {
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 8%);
    border-radius: 10px;
}

.techex-toolkit.testimonials-one__carousel .testimonials-one__single {
    background: #fff;
    padding: 30px 20px;
    text-align: center;
    border-radius: 10px;
}

.techex-toolkit.testimonials-one__carousel .testimonials-one__single .testimonials-one__single-text p {
    font-size: 17px;
    line-height: 37px;
    margin-bottom: 25px;
}

.techex-toolkit.testimonials-one__carousel .testimonials-one__single .client-info .img {
    margin: 30px 0;
    position: inherit;
}

.techex-toolkit.testimonials-one__carousel .testimonials-one__single .client-info img {
    width: 50px;
    height: 50px;
    margin: 0 auto;
}

.techex-toolkit.testimonials-one__carousel .testimonials-one__single .client-info .text h2 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
}

.techex-toolkit.testimonials-one__carousel .testimonials-one__single .client-info .text p {
    font-size: 14px;
    font-weight: 400;
    color: #696969;
}

.techex-toolkit.testimonials-one__carousel .owl-dots button span {
    width: 16px;
    height: 16px;
    background-color: #086ad736;
}

.techex-toolkit.testimonials-one__carousel .owl-dots .owl-dot.active span,
.techex-toolkit.testimonials-one__carousel .owl-dots .owl-dot:hover span {
    background: #086AD7;
}

.techex-toolkit-star-rating {
    padding: 10px 0;
}

.one-star i,
.two-star i,
.three-star i,
.four-star i,
.five-star i {
    color: #ddd;
}

.one-star i:nth-child(1) {
    color: #FFB800;
}

.two-star i:nth-child(1) {
    color: #FFB800;
}

.two-star i:nth-child(2) {
    color: #FFB800;
}

.three-star i:nth-child(1) {
    color: #FFB800;
}

.three-star i:nth-child(2) {
    color: #FFB800;
}

.three-star i:nth-child(3) {
    color: #FFB800;
}

.four-star i:nth-child(1) {
    color: #FFB800;
}

.four-star i:nth-child(2) {
    color: #FFB800;
}

.four-star i:nth-child(3) {
    color: #FFB800;
}

.four-star i:nth-child(4) {
    color: #FFB800;
}

.five-star i:nth-child(1) {
    color: #FFB800;
}

.five-star i:nth-child(2) {
    color: #FFB800;
}

.five-star i:nth-child(3) {
    color: #FFB800;
}

.five-star i:nth-child(4) {
    color: #FFB800;
}

.five-star i:nth-child(5) {
    color: #FFB800;
}


/**
* Project Slider
*/

.techex-toolkit_project-single {
    position: relative;
}

.techex-toolkit_project-single .title-box {
    position: absolute;
    left: 0px;
    bottom: 50px;
    background: #fff;
    padding: 30px;
    border-radius: 0px 5px 5px 0px;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}

.techex-toolkit_project-single:hover .title-box {
    opacity: 1;
    visibility: visible;
    transition: .3s;
}

.techex-toolkit_project-single .title-box p {
    margin-bottom: 0;
    color: #086AD7;
    font-size: 16px;
}

.techex-toolkit_project-single .title-box h3 a {
    color: #211E3B;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}


/*Footer 8*/

.footer-section ul li {
    display: block;
}

.footer-section ul li i {
    margin-right: 15px;
}