/*** 
=============================================
    Team Single Area Css
=============================================
***/
.team-single-area{
    position: relative;
    display: block;
    padding: 120px 0 80px;
}
.team-singel-image-box{
    position: relative;
    display: block;    
}
.team-singel-image-box img{
    width: 100%;
}

.team-member-info-box{
    position: relative;
    display: block;
    padding: 56px 45px;
    box-shadow: 0 0 20px rgb(0 0 0 / 0.05);
}

.team-member-info-box .title {
    position: relative;
    display: block;
    padding-bottom: 6px;
}

.team-member-info-box .title h3{
    color: #222222;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    margin: 0 0 6px;
}

.team-member-info-box .title span{
    color: #798795;
    font-size: 16px;
    font-weight: 400;
}

.team-member-info-box ul {
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: 22px;
}
.team-member-info-box ul li {
    color: #798795;
    font-size: 18px;
    line-height: 40px;
    font-weight: 500;
    display: inline-block;
    margin-right: 10px;
}
.team-member-info-box ul li span {
    position: relative;
    display: inline-block;
    padding-right: 5px;
    color: #000000;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}
.team-member-info-box ul li a{
    color: #798795;
}
.team-member-info-box .social-links-style1 {
    margin-top: 36px;
}
.team-member-info-box .social-links-style1 li a i {
    position: relative;
    display: block;
    background: #ededed;
    width: 40px;
    height: 40px;
    border-radius: 10px 20px 10px 20px;
    color: #798795;
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
    text-align: center;
    transition: all 500ms ease;
}
.team-member-info-box .social-links-style1 li a:hover i{
    color: #ffffff;
    background: #ff6000;
}

.team-member-content-box {
    position: relative;
    display: block;
    padding-top: 46px;
    padding-bottom: 60px;
}
.team-member-content-box h3{
    color: #000000;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    margin: 0 0 30px;
}


/* Project details */

.project-details {
    position: relative;
    padding: 120px 0 90px;
}

.project-details .project-info {
    position: relative;
}

.project-details .project-info .column {
    position: relative;
    margin-bottom: 10px;
    background: #f9f8f7;
    padding: 36px 50px;
    text-align: center;
}

.project-details .project-info h5 {
    position: relative;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.project-details .project-info p {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
}

.project-details h2 {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 30px;
}

.project-details .text {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 30px;
}

.project-details h3 {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 30px;
}

.project-details .list {
    position: relative;
    margin-bottom: 30px;
}

.project-details .list li {
    position: relative;
    color: #797672;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 12px;
    padding-left: 27px;
    transition: .5s;
}

.project-details .list li:before {
    font-family: 'fontawesome';
    content: "\f00c";
    position: absolute;
    left: 0;
    top: -1px;
    line-height: 30px;
    font-size: 15px;
    font-weight: 900;
    display: inline-block;
    color: #ff6000;
}


/* faq section */

.faq-section {
    position: relative;
    padding: 100px 0 70px;
}

/* Accordion box */

.accordion-box {
    position: relative;
    margin-bottom: 30px;
}

.accordion-box .block {
    position: relative;
    padding-top: 0px;
    margin-bottom: 30px;
    border: 2px solid #efefef;
    padding: 24px 0;
}

.accordion-box .block:last-child {
    margin-bottom: 0px;
}

.accordion-box .block .acc-btn {
    position: relative;
    font-size: 20px;
    cursor: pointer;
    line-height: 1.2em;
    font-weight: 700;
    padding-right: 28px;
    transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    color: #181614;
    padding-left: 23px;
}

.accordion-box .block .icon-outer {
    position: absolute;
    right: 20px;
    top: 0;
    font-size: 14px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    text-align: center;
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #fff;
    line-height: 30px;
}

.accordion-box .block.active-block .icon-outer {
    color: #fff;
    background: #ff6000;
}

.accordion-box .block .icon-outer .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 18px;
    font-weight: normal;
    line-height: 1em;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transform: translate(-50%, -50%);
}

.accordion-box .block .active .icon-outer span:before {
    content: "\f068";
}

.accordion-box .block .acc-content {
    position: relative;
    display: none;
    border-top: 0;
}

.accordion-box .block .acc-content .content-text {
    padding-bottom: 6px;
}

.accordion-box .block .acc-content.current {
    display: block;
}

.accordion-box .block .content {
    position: relative;
    font-size: 14px;
    padding: 0 23px;
    padding-right: 30px;
    margin-top: 15px;
}

.accordion-box .block .content .text {
    color: #565872;
    margin-bottom: 0;
    font-size: 16px;
    margin-top: 20px;
}

.accordion-box .block .acc-btn strong {
    font-size: 24px;
    color: #c2c0bb;
    width: 76px;
    text-align: center;
    border-right: 1px solid #e9e5df;
    margin-right: 30px;
    display: inline-block;
    line-height: 75px;
}


.appointment-form {
    max-width: 700px;
    margin: 0 auto;
}

.contact-section .default-form.appointment-form .form-group input[type="text"], 
.contact-section .default-form.appointment-form .form-group input[type="email"], 
.contact-section .default-form.appointment-form .form-group input[type="password"], 
.contact-section .default-form.appointment-form .form-group input[type="tel"], 
.contact-section .default-form.appointment-form .form-group input[type="url"], 
.contact-section .default-form.appointment-form .form-group input[type="file"], 
.contact-section .default-form.appointment-form .form-group input[type="number"], 
.contact-section .default-form.appointment-form .form-group textarea, 
.contact-section .default-form.appointment-form .form-group select {
    border: 1px solid #eee;
    background: #fff;
}

.contact-section .default-form.appointment-form .form-group textarea {
    height: 180px;
}

.appointment-form .form-group {
    margin-bottom: 30px;
}


/* Why choose us section */

.why-choose-us-section {
    position: relative;
    padding: 160px 0 130px;
}

.why-choose-us-block {
    position: relative;
    margin-bottom: 30px;
    z-index: 99;
}

.why-choose-us-block .inner-box {
    position: relative;
    padding: 40px 15px 40px;
    width: 100%;
    text-align: center;
    background: #fff;
    border: 1px solid #e5e9f2;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
}

.why-choose-us-block .inner-box .icon-box {
    position: relative;
    color: #ff6000;
    margin: 0 auto 15px;
    font-size: 60px;
    background-repeat: no-repeat;
    background-position: center;
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    border-radius: 50%;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
}

.why-choose-us-block .inner-box h4 {
    position: relative;
    font-size: 20px;
    color: #222222;
    font-weight: 600;
    margin-bottom: 10px;
    font-family: 'Montserrat', sans-serif;
}

.why-choose-us-block .inner-box h4 a {
    color: #222;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
}

.why-choose-us-block .inner-box h4 a:hover {
    color: #ff6000;
}

.why-choose-us-block .inner-box .text {
    position: relative;
    color: #848484;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.6em;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    margin-bottom: 0;
}

.why-choose-us-block .inner-box .read-more {
    position: relative;
    margin-top: 10px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 16px;
}

.why-choose-us-block .hvr-bounce-to-bottom:before {
    background-color: #ff6000;
}

.why-choose-us-block .inner-box:hover .icon-box,
.why-choose-us-block .inner-box:hover h4 a,
.why-choose-us-block .inner-box:hover .text {
    color: #fff;
}


/* Pricing Details */

.cart-total-table {
    border: 1px solid #e8e6f4;
    border-radius: 6px;
}

.cart-total-table li {
    border-bottom: 1px solid #e8e6f4
}

.cart-total-table li:last-child {
    border-bottom: none
}

.cart-total-table li span.col.col-title {
    position: relative;
    display: block;
    float: left;
    border-right: 1px solid #e8e6f4;
    color: #282828;
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
    padding: 10px 18px;
    width: 50%;
}

.cart-total-table li span.col {
    position: relative;
    display: block;
    float: left;
    color: #111;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    padding: 10px 18px;
    width: 50%;
}

.billing-information .payment-options {
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: 30px;
    border: 1px solid #e8e6f4;
    padding: 23px 20px 35px;
    border-radius: 6px;
}

.billing-information .payment-options .option-block {
    margin-bottom: 14px
}

.billing-information .payment-options .option-block .checkbox {
    margin: 0 0 5px;
}

.billing-information .payment-options .option-block .checkbox label {
    display: block;
    font-weight: 500;
    min-height: 20px;
    padding-left: 0px;
    margin: 0;
}

.billing-information .payment-options .option-block .checkbox label input {
    position: relative;
    top: 1px;
}

.billing-information .payment-options .option-block .checkbox label span {
    color: #282828;
    font-size: 16px;
    font-weight: 400;
    padding-left: 10px;
}

.billing-information .payment-options .option-block .checkbox label span b {
    color: #222222;
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    padding-left: 25px;
    text-decoration: underline;
}

.billing-information .payment-options .option-block .text {
    padding-left: 30px;
}

.billing-information .payment-options .option-block .text p {
    margin: 0;
    line-height: 28px;
}

.pricing-details {
    position: relative;
    padding: 150px 0;
}

.pricing-details h3 {
    position: relative;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 30px;
}

.pricing-details .text {
    margin-bottom: 40px;
}

.pricing-details .content {
    position: relative;
}

.pricing-details h4 {
    position: relative;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 30px;
}

.pricing-details .cart-total-table {
    margin-bottom: 40px;
}

/* Cupon */

.coupons-section {
    position: relative;
    padding: 100px 0 120px;
}

.tt-coupons {
    position: relative;
    border: 5px solid #f3f3f3;
    background-color: #fff
}
.tt-coupons:before,
.tt-coupons:after {
    content: '';
    display: block;
    position: absolute;
    height: 1px;
    width: 100%;
    left: 0;
    z-index: 1;
    border: 1px dashed #ddd;
}
.tt-coupons:after {
    top: 1px
}
.tt-coupons:before {
    bottom: 1px
}
.tt-coupons .tt-coupons__bg {
    height: 251px;
    overflow: hidden;
    position: relative;
}
.tt-coupons .tt-coupons__bg:after,
.tt-coupons .tt-coupons__bg:before {
    content: '';
    display: block;
    position: absolute;
    top: 0
}
.tt-coupons .tt-coupons__bg:after {
    height: 100%;
    width: 1px;
    right: 1px;
    border: 1px dashed #ddd;
    z-index: 1
}
.tt-coupons .tt-coupons__bg:before {
    width: 228px;
    top: -55px;
    left: -68px;
    bottom: -11px;
    z-index: 2;
    background: #36bb64;
    transform: rotate(22deg);
}
.tt-coupons .btn-custom {
    text-decoration: none;
    text-align: center;
    display: inline-block;
    color: #fff
}
.tt-coupons .btn-custom .tt-icon {
    font-size: 23px;
    line-height: 1
}
.tt-coupons .btn-custom span {
    display: inline-block;
    position: relative;
    font-size: 14px;
    line-height: 1;
    top: 3px
}
.tt-coupons .btn-custom span:before {
    display: inline-block;
    position: relative;
    content: '';
    display: block;
    position: absolute;
    bottom: -1px;
    width: 100%;
    height: 2px;
    margin: auto;
    left: 0;
    right: 0;
    background-color: #87888e;
    -webkit-transition: width .2s linear;
    transition: width .2s linear
}
.tt-coupons .btn-custom:hover {
    color: #fff
}
.tt-coupons .btn-custom:hover span:before {
    width: 0
}
.tt-coupons .tt-top-left {
    position: absolute;
    top: 22px;
    left: 20px;
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    z-index: 3
}
.tt-coupons .tt-top-left a {
    color: #fff
}
.tt-coupons .tt-bottom-left {
    position: absolute;
    bottom: 22px;
    left: 22px;
    z-index: 3
}
.tt-coupons .tt-right-top {
    width: 64%;
    float: right;
    padding: 18px 24px 50px 0;
    position: relative;
    z-index: 3
}
.tt-coupons .tt-right-top .tt-title {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    padding-bottom: 14px
}
.tt-coupons .tt-right-top .tt-title+* {
    margin-top: 0;
    letter-spacing: -.5px;
}
.tt-coupons .tt-right-top .tt-title__01 {
    color: #303442;
    font-size: 24px;
    line-height: 34px
}
.tt-coupons .tt-right-top .tt-title__02 {
    color: #ff6000;
    font-size: 36px;
    line-height: 34px;
    margin-top: 8px;
}
.tt-coupons .tt-right-bottom {
    position: absolute;
    padding: 0 24px 0 0;
    width: 70%;
    right: 0;
    bottom: 16px
}
.tt-coupons .tt-right-bottom .tt-row-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: absolute;
    bottom: 0;
    right: 24px;
    width: 100%;
    font-size: 14px;
    color: #252936
}
.tt-coupons .tt-right-bottom .tt-row-bottom .tt-col {
    display: inline-block
}
.tt-coupons .tt-right-bottom .tt-row-bottom .tt-col:not(:last-child) {
    margin-left: 30px
}
.tt-coupons .tt-right-bottom .tt-coupons__logo {
    font-size: 19px;
    line-height: 19px;
    color: #303442;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    display: inline-block;
    position: relative;
    letter-spacing: -.02em
}
.tt-coupons .tt-right-bottom .tt-coupons__logo .tt-icon {
    position: absolute;
    top: -4px;
    left: -11px;
    max-width: 20px
}
.tt-coupons .tt-right-bottom .tt-text {
    display: inline-block;
    position: relative;
    top: -2px
}
.tt-coupons .tt-right-bottom .tt-text .tt-base-color {
    color: #ff6000;
}

@media (max-width: 1229.98px) {
    .tt-coupons {
        max-width:570px;
        margin-left: auto;
        margin-right: auto
    }
    .tt-coupons .tt-right-top {
        width: 58%
    }
}
@media (max-width:575.98px) {
    .tt-coupons .tt-coupons__bg {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }
    .tt-coupons .tt-top-left {
        position: relative;
        top: inherit;
        left: inherit;
        width: 62%;
        background: #303442;
        overflow: hidden;
        padding: 20px 10px 20px 20px
    }
    .tt-coupons .tt-bottom-left {
        width: 38%;
        position: relative;
        bottom: inherit;
        left: inherit;
        background: #303442;
        overflow: hidden;
        padding: 20px 20px 20px 10px;
        text-align: right
    }
    .tt-coupons .tt-coupons__bg {
        height: inherit
    }
    .tt-coupons .tt-coupons__bg:before {
        display: none
    }
    .tt-coupons .tt-right-top {
        width: 100%;
        padding: 18px 20px 35px
    }
    .tt-coupons .tt-right-top .tt-title__01 {
        font-size: 18px;
        line-height: 28px
    }
    .tt-coupons .tt-right-top .tt-title__02 {
        font-size: 26px;
        line-height: 24px
    }
    .tt-coupons .tt-right-bottom {
        width: 100%;
        position: relative;
        padding: 0;
        text-align: right
    }
    .tt-coupons .tt-right-bottom .tt-row-bottom {
        padding: 0 0;
        position: inherit;
        display: block
    }
    .tt-coupons .tt-right-bottom .tt-row-bottom .tt-col:first-child {
        text-align: right;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .tt-coupons .tt-right-bottom .tt-row-bottom .tt-col:last-child {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        display: none
    }
}
.tt-coupons-wrapper {
    margin-left: -15px;
    margin-right: -15px
}
.tt-coupons-wrapper .tt-item {
    padding-left: 15px;
    padding-right: 15px
}

/* Services Price section */

.services-price {
    position: relative;
    padding: 0px 0 120px 0px;
}

.services-price .table thead th {
    background: #ff6000;
    color: #fff;
}

.services-price .table-striped tbody tr:nth-of-type(odd) {
    background: #fff;
}

.services-price .table-striped tbody tr:nth-of-type(even) {
    background: #f7f7f7;
}

.services-price .table td {
    padding: 16px 25px;
}

/* Owl Dots */
.coupons-section .owl-dots {
    display: block;
    text-align: center;
    margin-top: 20px;
}

.coupons-section .owl-dots .owl-dot{
    position:relative;
    margin:0px 5px;
    width: 30px;
    height: 3px;
    display:inline-block;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

.coupons-section .owl-dots .owl-dot{
    background:#ddd;
}

.coupons-section .owl-dots .owl-dot:hover,
.coupons-section .owl-dots .owl-dot.active{
    background-color:#eab207;
}


/* Resume */

.resume h3 {
    color: #000000;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    margin: 0 0 50px;
}

.resume .info-box{
    position: relative;
    padding-left: 125px;
}

.resume .info-box .inner{
    position: relative;
}

.resume .info-box .date{
    position: absolute;
    left: 0;
    top: 15px;
    font-size: 14px;
    line-height: 22px;
    color: #ffffff;
    font-weight: 400;
    padding: 5px 20px;
    background-color: #222222;
    border-radius: 3px 20px 20px 3px;
}

.resume .info-box:hover .date{
    -webkit-transform: rotateX(-360deg);
    -ms-transform: rotateX(-360deg);
    transform: rotateX(-360deg);
    -webkit-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}


.resume .info-box .date:before{
    position: absolute;
    top: 6px;
    right: -6px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #222222;
    content: "";
}

.resume .info-box .inner{
    position: relative;
}

.resume .info-box .title{
    position: relative;
    padding: 20px 25px;
    background-color: #f9f9f9;
    margin-bottom: 25px;
}

.resume .info-box .title:before{
    position: absolute;
    left: -34px;
    top: 22px;
    height: 17px;
    width: 17px;
    border:1px solid #dddddd;
    border-radius: 10px;
    content: "";
    background-color: #ffffff;
}

.resume .info-box .title:after{
    position: absolute;
    top: 26px;
    left: -30px;
    height: 9px;
    width: 9px;
    border-radius: 10px;
    background-color: #ff6000;
    content:"";
}

.resume .info-box .title h4{
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 20px;
    color: #222222;
    font-weight: 600;
}

.resume .info-box .title span{
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 30px;
    color: #222222;
    font-weight: 400;
}

.resume .info-box h5{
    position: relative;
    font-size: 16px;
    line-height: 24px;
    color: #222222;
    font-weight: 700;
    margin-bottom: 10px;
}

.resume .info-box .content{
    position: relative;
    padding: 0 25px;
    margin-bottom: 50px;
}

.resume .info-box .text{
    position: relative;
    margin-bottom: 20px;
}

.resume .info-box .image-box{
    position: relative;
    margin-bottom: 30px;
}

.resume .info-box .image-box img{
    display: block;
    width: 100%;
    height: auto;
}

.resume .info-box ol{
    position: relative;
    counter-reset:count;
    margin-bottom: 50px;
}

.resume .info-box ol li{
    position: relative;
    padding-left: 30px;
    font-size: 14px;
    color: #222222;
    line-height: 32px;
}

.resume .info-box ol li:before{
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
    line-height: 32px;
    font-weight: 700;
    color: #222222;
    counter-increment: count;
    content: counter(count);
}

.resume .info-box ol li:after{
    position: absolute;
    left: 10px;
    top: 0;
    font-size: 14px;
    line-height: 30px;
    font-weight: 700;
    color: #222222;
    content: "-";
}

/* Progress Block */

.progress-block {
    position: relative;
    margin-bottom: 30px;
    z-index: 10;
}

.progress-block .inner-box {
    position: relative;
    min-height: 210px;
}

.progress-block .graph-outer {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.progress-block .graph-outer:before {
    position: absolute;
    content: '';
    top: 4px;
    left: 4px;
    right: 4px;
    bottom: 4px;
    border: 2px solid #db8463;
    border-radius: 50%;
}

.progress-block canvas {
    position: relative;
}

.progress-block .counter-title {
    position: relative;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #222;
    margin-top: 30px;
}

.four.team-single-area .progress-block .graph-outer .count-box {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    margin-top: -4px;
    font-size: 16px;
    color: #222;
    font-weight: 700;
    line-height: 1.4em;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.four.team-single-area .progress-block .graph-outer .count-text {
    position: relative;
    font-size: 60px;
    line-height: 1.2em;
    color: #222;
    font-weight: 700;
}

.skills-area {
    margin-bottom: 50px;
}

.skills-area h3 {
    color: #000000;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    margin: 0 0 50px;
}



/* Video Section */

.video-section {
    position: relative;
    padding: 145px 0 110px;
    background-size: cover;
    text-align: center;
}

.video-section:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: .65;
}

.video-section .video-btn {
    position: relative;
    margin-bottom: 30px;
}

.video-section .video-btn a {
    position: relative;
    display: inline-block;
    width: 100px;
    height: 100px;
    border: 2px solid #fff;
    line-height: 96px;
    text-align: center;
    border-radius: 50%;
    margin: 0 auto;
}

.video-section .text {
    position: relative;
    color: #fff;
}
.video-section .sec-title.light h2 {
    color: #fff;
}







/* Pricing Section */

.pricing-section {
    position: relative;
    padding: 10px 0 90px;
}

.pricing-section.style-two .pricing-section {
    position: relative;
    padding: 145px 0 90px;
}

.pricing-section.style-two  .row {
    margin: 0 -25px;
}

.pricing-section.style-two .pricing-block {
    padding: 0 25px;
}

.pricing-section.style-two .pricing-block .inner-box {
    position: relative;
    padding: 60px 30px;
    margin-bottom: 30px;
    text-align: center;
    box-shadow: 0px 5px 18.9px 2.1px rgba(0, 0, 0, 0.05);
}

.pricing-section.style-two .pricing-block.active-block .inner-box {
    box-shadow: none;
    border: 5px solid #222;
    padding: 56px 26px;
}

.pricing-section.style-two .pricing-block .wrapper-box {
    position: relative;
    max-width: 200px;
    margin: 0 auto;
}

.pricing-section.style-two .pricing-block .icon {
    position: relative;
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 15px;
}

.pricing-section.style-two .pricing-block .category {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
}

.pricing-section.style-two .pricing-block .price-box {
    position: relative;
    padding: 30px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin-bottom: 40px;
}

.pricing-section.style-two .pricing-block .price {
    font-size: 33px;
    font-weight: 500;
    margin-bottom: 20px;
}

.pricing-section.style-two .pricing-block .price strong {
    font-weight: 700;
}

.pricing-section.style-two .pricing-block .text {
    margin-bottom: 0;
    font-size: 14px;
}

.pricing-section.style-two .pricing-block ul {
    position: relative;
    padding-bottom: 15px;
}

.pricing-section.style-two .pricing-block ul li {
    font-size: 12px;
    color: #666;
    opacity: .4;
    margin-bottom: 20px;
}

.pricing-section.style-two .pricing-block ul li.active {
    opacity: 1;
}

.pricing-section.style-two .pricing-block ul li strong {
    font-size: 18px;
    font-weight: 500;
    color: #222;
    opacity: .4;
}

.pricing-section.style-two .pricing-block ul li.active strong {
    opacity: 1;
}


/* Sec Title */
.pricing-section {
    position: relative;
    /* padding: 100px 0 90px; */
}
.pricing-section.style-two .sec-title {
    position: relative;
    margin-bottom: 0;
}

.pricing-section.style-two .sec-title h2 {
    position: relative;
    font-size: 48px;
    font-weight: 500;
    margin-bottom: 20px;
    letter-spacing: -3px;
}

.pricing-section.style-two .sec-title.style-two h2 {
    font-weight: 700;
    letter-spacing: -2px;
}

.pricing-section.style-two .sec-title.light h2 {
    color: #fff;
}

.pricing-section.style-two .sec-title.small {
    margin-bottom: 30px;
}

.pricing-section.style-two .sec-title.small h2 {
    font-size: 36px;
    font-weight: 600;
    letter-spacing: -2px;
}

.pricing-section.style-two .sec-title .sec-title-dec {
    position: absolute;
    top: 0;
    left: 27px;
    height: 100px;
    width: 2px;
    transform: translate(0, -145px);
}

.pricing-section.style-two .sec-title.text-center .sec-title-dec {
    left: 50%;    
    transform: translate(-50%, -145px);
}

.pricing-section.style-two .sec-title .sec-title-dec:before {
    position: absolute;
    content: '';
    left: -25px;
    top: 25px;
    width: 2px;
    height: 50px;
}

.pricing-section.style-two .sec-title .sec-title-dec:after {
    position: absolute;
    content: '';
    right: -25px;
    top: 25px;
    width: 2px;
    height: 50px;
}

.pricing-section.style-two .sec-title .sec-title-dec-two {
    position: absolute;
    top: 20px;
    left: -75px;
    height: 2px;
    width: 52px;
}

.pricing-section.style-two .sec-title .shape-one {
    position: absolute;
    left: 10px;
    top: 70px;
    width: 100%;
    height: 100px;
    background-image: url(../images/shape/shape-3.png);
}


/* Btn Style Two */
.pricing-section.style-two .btn-style-two {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    color: #222;
    background-color: transparent;
    padding: 13.5px 44px;
    font-weight: 600;
    overflow: hidden;
    text-transform: uppercase;
    border: 1px solid;
	border-color: #ff6000;
	transition: all 700ms ease;
}

.pricing-section.style-two .btn-style-two:hover {
    color: #fff;
    transition: all 700ms ease;
}

.pricing-section.style-two .btn-style-two:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
    -webkit-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -webkit-transition: -webkit-transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: -webkit-transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000), -webkit-transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    /* easeInOutQuint */
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    /* easeInOutQuint */
	background-color: #ff6000;
}

.pricing-section.style-two .btn-style-two:hover:before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
}

.pricing-section.style-two .btn-style-two span {
    position: relative;
    z-index: 2;
}


.one.project-details {
    padding-bottom: 0;
}
.two.project-details {
    padding-top: 30px;
}
.three.project-details {
    padding-top: 30px;
}


/* Btn Style Two */
.team-single-area .btn-style-two {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    color: #222;
    background-color: transparent;
    padding: 13.5px 44px;
    font-weight: 600;
    overflow: hidden;
    text-transform: uppercase;
    border: 1px solid;
	border-color: #ff6000;
	transition: all 700ms ease;
}

.team-single-area .btn-style-two:hover {
    color: #fff;
    transition: all 700ms ease;
}

.team-single-area .btn-style-two:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
    -webkit-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -webkit-transition: -webkit-transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: -webkit-transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000), -webkit-transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    /* easeInOutQuint */
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    /* easeInOutQuint */
	background-color: #ff6000;
}

.team-single-area .btn-style-two:hover:before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
}

.team-single-area .btn-style-two span {
    position: relative;
    z-index: 2;
}

.one.team-single-area {
    padding-bottom: 0;
}
.two.team-single-area {
    padding-bottom: 0;
}
.three.team-single-area {
    padding: 0;
}
.four.team-single-area {
    padding: 0;
}
.five.team-single-area {
    padding-top: 0;
}




.two.features-section:before {
    top: 0;
    bottom: 0;
}


.admin-bar .hidden-bar {
    top: 40px;
}







.testimonial-section.new .single-testimonial {
    padding-left: 70px;
    padding-top: 20px;
    position: relative;
    padding-bottom: 50px;
}
.testimonial-section.new .single-testimonial .testimonial-author, .testimonial-section.new .single-testimonial .testimonial-author h4 {
    color: #000e22;
    font-weight: 700;
}
.testimonial-section.new .single-testimonial .testimonial-author {
    padding-left: 100px;
}
.testimonial-section.new .single-testimonial .testimonial-author h4 {
    font-size: 24px;
    margin-bottom: 5px;
}
.testimonial-section.new .single-testimonial .testimonial-author, .testimonial-section.new .single-testimonial .testimonial-author h4 {
    color: #fff;
    font-weight: 700;
}
.testimonial-section.new .single-testimonial .testimonial-author, .testimonial-section.new .single-testimonial .testimonial-author h4 {
    color: #000e22;
    font-weight: 700;
}
.testimonial-section.new .single-testimonial .testimonial-content {
    padding: 40px 70px 40px 100px;
    background-color: #fff;
    margin-top: 20px;
}
.testimonial-section.new .single-testimonial .testimonial-content .rating {
    margin-top: 25px;
}
.testimonial-section.new .single-testimonial .testimonial-content .rating li {
    display: inline-block;
    margin-right: 6px;
    color: #ffc600;
}
.testimonial-section.new .single-testimonial .author-img {
    position: absolute;
    left: 0;
    top: 0;
    height: 140px;
    width: 140px;
    z-index: 2;
    border: 10px solid #fff;
    box-shadow: 0px 10px 30px 0px rgb(15 44 54 / 40%);
}
.testimonial-section.new .sec-title-four {
    text-align: center;
}
section.testimonial-section.new {
    z-index: 1;
}









.banner-four .banner-carousel .owl-nav, .banner-four .banner-carousel .owl-dots {
    display: block !important;
    cursor: pointer;
    background: rgb(255 255 255 / 51%);
    width: 40px;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
    right: 35px;
    bottom: 70px;
}

.banner-four .banner-carousel button.owl-prev {
    border-radius: 50%;
    width: 42px;
    height: 40px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #fff;
    color: #000;
    opacity: .95;
    margin-bottom: 0;
    /* line-height: 35px !important; */
}

.banner-four .banner-carousel button.owl-next {
    width: 40px;
    height: 40px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background-color: rgb(255 255 255 / 56%) !important;
    color: #000;
    opacity: .95;
}
.banner-four .banner-carousel .owl-dots {
    display: none !important;
}




/*** 

====================================================================
	Team Section
====================================================================

***/

.bkr003 .team-4 {
	padding: 100px 0px 80px;
}
.bkr003 .team-4 .section-title {
	position: relative;
}
.bkr003 .team-4 .section-title:before {
	position: absolute;
	bottom: 0px;
	left: 50%;
	width: 50px;
	height: 2px;
	content: '';
	background: #222222;
	margin-left: -25px;
}
.bkr003 .team-4 .section-title h2{
	font-size: 46px;
	font-weight: 400;
	line-height: 65px;
	color: #222222;
	padding-bottom: 15px;
}
.bkr003 .team-4 .section-title{
	margin-bottom: 60px;
}
.bkr003 .team-4 .item-holder{
	margin-bottom: 40px
}
.bkr003 .team-4 .image-box{
	position: relative;
}
.bkr003 .team-4 .image-box img{
	width: 100%;
}
.bkr003 .team-4 .social-links{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	content: '';
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: center;
	background: rgba(30, 33, 37, 0.85);
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	transition: all 500ms ease;
	-webkit-transform: scale(0, 0);
	-ms-transform: scale(0, 0);
	-o-transform: scale(0, 0);
	-moz-transform: scale(0, 0);
	transform: scale(0, 0);
}
.bkr003 .team-4 .item-holder:hover .social-links{
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	transition: all 500ms ease;
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	transform: scale(1, 1);
}
.bkr003 .team-4 .social-links li{
	display: inline-block;
}
.bkr003 .team-4 .social-links li i{
	font-size: 14px;
	color: #ffffff;
	width: 45px;
	height: 45px;
	margin: 3px;
	line-height: 45px;
	border-radius: 50%;
	text-align: center;
	background: transparent;
	border: 2px solid rgba(255, 255, 255, 0.7);
}
.bkr003 .team-4 .text  h5{
	font-size: 22px;
	line-height: 26px;
	font-weight: 400;
	color: #222222;
	padding-top: 15px;
}
.bkr003 .team-4 .text  span{
	font-size: 14px;
	line-height: 26px;
	font-weight: 400;
	color: #848484;
	padding-top: 15px;
	font-style: italic;
}





.comments-area .comment .comment {
    padding: 0;
    border-bottom: 1px solid rgba(0,0,0,0.07);
    padding-bottom: 30px;
}
.comment-form button {
    position: relative;
    display: block;
    line-height: 60px;
    padding: 0px 25px;
    background: #0AA1D7;
    color: #fff;
}