/*** 
=============================================
    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: #ffb81f;
}

.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: 'Font Awesome 5 Pro';
    content: "\f00c";
    position: absolute;
    left: 0;
    top: -1px;
    line-height: 30px;
    font-size: 15px;
    font-weight: 900;
    display: inline-block;
    color: #ffb81f;
}


/* 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: #ffb81f;
}

.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: #ffb81f;
    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: #ffb81f;
}

.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: #ffb81f;
}

.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: #303442;
    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: #ffb81f;
    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: #ffb81f;
}

@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: #ffb81f;
    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: #ffb81f;
    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;
}

.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%);
}

.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: 70px;
}

.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);
}


.pricing-section.style-two .theme-btn {
    background: #46c6ce;
}


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


.team-single-area .theme-btn {
    background: #ffb81f;
}

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


.btn-info:hover {
    color: #fff;
    background-color: #46c6ce;
    border-color: #46c6ce;
}
.coupons-section .owl-nav {
    display: none;
}
.coupons-section .owl-theme .owl-dots .owl-dot span {
    display: none;
}
.coupons-section .owl-dots .owl-dot {
    cursor: pointer;
}
.mb-30 {
    margin-bottom: 30px !important;
}





.blog-sidebar .sidebar-post .post .post-thumb {
    background: #46c6ce;
}
.widget_aundri_latest_post {
    padding: 0px 0px 0px 0px !important;
}
span.txt i {
    margin-left: 8px;
}
.sidebar-post .post .post-thumb {
    background: #46c6ce;
}









/* Search popup */

.search-popup {
    position: fixed;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999;
    visibility: hidden;
    opacity: 0;
    overflow: auto;
    background: rgba(0, 0, 0, 0.90);
    -webkit-transform: translateY(101%);
    -ms-transform: translateY(101%);
    transform: translateY(101%);
    transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
}

.search-popup.popup-visible {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    visibility: visible;
    opacity: 1;
}

.search-popup .overlay-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
}

.search-popup .close-search {
    position: absolute;
    right: 25px;
    top: 25px;
    font-size: 22px;
    color: #ffffff;
    cursor: pointer;
    z-index: 5;
}

.search-popup .close-search:hover {
    opacity: 0.70;
}

.search-popup .search-form {
    position: relative;
    padding: 0px 15px 0px;
    max-width: 1024px;
    margin: 0 auto;
    margin-top: 150px;
    margin-bottom: 100px;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.search-popup .search-form fieldset {
    position: relative;
    border: 7px solid rgba(255, 255, 255, 0.50);
    border-radius: 12px;
}

.search-popup .search-form fieldset input[type="search"] {
    position: relative;
    height: 70px;
    padding: 20px 220px 20px 30px;
    background: #ffffff;
    line-height: 30px;
    font-size: 24px;
    color: #222;
    border-radius: 7px;
}

.search-popup .search-form fieldset input[type="submit"] {
    position: absolute;
    display: block;
    right: 0px;
    top: 0px;
    text-align: center;
    width: 220px;
    height: 70px;
    padding: 20px 10px 20px 10px;
    color: #ffffff !important;
    line-height: 30px;
    font-size: 20px;
    cursor: pointer;
    text-transform: uppercase;
    border-radius: 0px 7px 7px 0px;
    background: #19375a;
}

.search-popup h3 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 20px;
    letter-spacing: 1px;
    text-align: center;
    display: none;
}

.search-popup .recent-searches {
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    display: none;
}

.search-popup .recent-searches li {
    display: inline-block;
    margin: 0px 10px 10px 0px;
}

.search-popup .recent-searches li a {
    display: block;
    line-height: 24px;
    border: 1px solid #ffffff;
    padding: 7px 15px;
    color: #ffffff;
    border-radius: 3px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.search-popup .search-form fieldset input[type="search"]:focus {
    border-color: #ddd;
    -webkit-box-shadow: none;
            box-shadow: none;
}

/* header style three */

header.main-header.style-three {
    position: absolute;
    top: 50px;
}

header.main-header.style-three .header-top {
    background: transparent;
}

header.main-header.style-three .header-top .top-inner {
    background: var(--theme-color-one);
    border-radius: 15px 15px 0 0;
    padding: 5px 40px;
}

header.main-header.style-three .header-lower {
    background: transparent;
}

header.main-header.style-three .outer-box {
    background: #fff;
    border-radius: 0 0 15px 15px;
    padding: 0 40px;
}

header.main-header.style-three .header-top .hint {
    position: relative;
    color: #fff;
    font-weight: 600;
    margin: 8px 0;
    margin-right: 20px;
}

header.main-header.style-three .header-top .social-links li {
    margin-right: 20px;
}

header.main-header.style-three .header-top .social-links li a {
    color: #fff;
    font-size: 15px;
}

header.main-header.style-three .header-top .social-links li a:hover {
    color: var(--theme-color-two);
}


header.main-header.style-three .header-top .info li i {
    color: #fff !important;
    left: 25px;
    top: 4px;
    font-size: 20px;
}

header.main-header.style-three .header-top .info li + li {
    padding-left: 55px;
}

header.main-header.style-three .header-top .info li {
    line-height: 30px;
}

header.main-header.style-three .header-top .info {
    padding: 8px 0;
}

header.main-header.style-three .header-top .info li + li:before {
    content: '';
    width: 1px;
    height: 21px;
    background: #b3dadc;
    position: absolute;
    left: -3px;
    top: 5px;
}

header.main-header.style-three .logo-box {
    padding: 30px 0;
}

header.main-header.style-three .main-menu .navigation > li {
    padding: 40px 0 !important;
}

header.main-header.style-three .main-menu .navigation > li > a {
    color: #0c1529;
    font-weight: 600;
}

header.main-header.style-three  .menu-right-content i {
    font-size: 40px;
    color: var(--theme-color-one);
}

header.main-header.style-three  .menu-right-content {
    margin-top: 30px;
    padding-left: 100px;
}

header.main-header.style-three  .menu-right-content h6 {
    font-size: 24px;
    color: #172746;
}

header.main-header.style-three  .menu-right-content p {
    font-size: 16px;
    font-weight: 700;
    color: #172746;
    margin-bottom: 5px;
}

header.main-header.style-three  .menu-right-content h6 a {
    color: #172746;
}


/** banner style three **/

.banner-section.style-three .banner-carousel .slide-item:before{
    opacity: 1;
    background: url(../images2/shape-4.png);
}

.banner-section.style-three .banner-carousel .active .slide-item .image-layer {
    transform: scale(1);
    background-position: center bottom;
}
  
.banner-section.style-three .banner-carousel .content-box{
    max-width: 100%;
    margin: 0 auto;
}
  
.banner-section.style-three .banner-carousel .content-box h1{
    line-height: 80px;
    font-size: 80px;
    color: #fff;
}
  
.banner-section.style-three .banner-carousel .content-box h1 span{
    display: inline-block;
}
  
.banner-section.style-three .banner-carousel .content-box h4{
    color: #fff;
    font-size: 20px;
    text-transform: capitalize;
    border-bottom: 0;
    font-weight: 400;
}

.banner-section.style-three .banner-carousel .slide-item{
    padding: 380px 0px 310px;
}

.banner-section.style-three .banner-carousel .content-box .btn-box .theme-btn {
    padding: 17px 50px;
}

.banner-section.style-three .banner-carousel .owl-nav .owl-prev, 
.banner-section.style-three .banner-carousel .owl-nav .owl-next {
    background-color: transparent;
    border: 2px solid #fff;
    line-height: 56px;
    font-size: 18px;
}

.banner-section.style-three .banner-carousel .owl-nav .owl-prev:hover, 
.banner-section.style-three .banner-carousel .owl-nav .owl-next:hover {
    background-color: var(--theme-color-one);
    border-color: var(--theme-color-one);
}

/* theme btn style three */
.theme-btn.style-three {
    background: var(--theme-color-one);
    padding: 17px 50px;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0px 15px 40px 0px rgba(24, 67, 118, 0.2);
    vertical-align: middle;
    border: none;
    transition: .5s;
}

.theme-btn.style-three:hover {
    background: #194376;
}

.theme-btn.style-three:before {
    border-radius: 30px 0 0 30px;
}

.theme-btn.style-three:after {
    border-radius: 0 30px 30px 0;
}

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

.sec__title .sub__title {
    position: relative;
    font-size: 18px;
    color: #808080;
    margin-bottom: 10px;
}

.sec__title h2 {
    position: relative;
    font-size: 45px;
    font-weight: 800;
    color: #172746;
    line-height: 52px;
}


@-webkit-keyframes banner-animate {
    0% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
    }

    50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
    }

    100% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
    }
}

@keyframes banner-animate {
    0% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
    }

    50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
    }

    100% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
    }
}

.banner-section.style-four .shape-1,
.funfact-section.style-two:before,
.cta__section:before,
.banner-section.style-three .banner-carousel .slide-item:before {
    animation-name: banner-animate; 
    animation-duration: 70s; 
    animation-iteration-count: infinite;
    animation-timing-function: linear;
	-webkit-animation-name: banner-animate; 
    -webkit-animation-duration: 70s; 
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
	
	-moz-animation-name: banner-animate; 
    -moz-animation-duration: 70s; 
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
	
	-ms-animation-name: banner-animate; 
    -ms-animation-duration: 70s; 
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
	
	-o-animation-name: banner-animate; 
    -o-animation-duration: 70s; 
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

/* About section */

.about__section {
    position: relative;
    padding: 130px 0 110px;
}

.about__section .image__block {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 122px;
}

.about__section .shape-1 {
    position: absolute;
    top: 74px;
    left: -100px;
}

.about__section .shape-2 {
    position: absolute;
    right: 34px;
    bottom: 240px;
}

.about__section .shape-3 {
    position: absolute;
    top: 15%;
    right: 36%;
}

.about__section .shape-4 {
    position: absolute;
    bottom: 15%;
    left: 19%;
}

.about__section .image-1 {
    position: relative;
}

.about__section .image-2 {
    position: absolute;
    bottom: 0;
    right: 30px;
    border-radius: 50%;
    box-shadow: 0px 30px 60px 0px rgba(24, 67, 118, 0.15);
    padding: 1px;
}

.about__section .image-2:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    border: 10px solid #fff;
    border-radius: 50%;
    z-index: 9;
}

.about__section .image-2 img {
    position: relative;
    border-radius: 50%;
}

@media only screen and (min-width:1200px) {
    .about__section .image__block {
        margin-left: -55px;
    }
    .about__section .content__block {
        margin-left: 40px;
    }
}

.about__section .content__block .text {
    position: relative;
    margin-bottom: 35px;
    color: #808080;
    line-height: 30px;
}

.about__section .content__block ul.list {
    position: relative;
    margin-bottom: 35px;
}

.about__section .content__block ul.list li {
    font-size: 16px;
    color: #808080;
}

.about__section .content__block .list li:before {
    position: relative;
    content: "\e905";
    font-family: 'icomoon';
    font-size: 16px;
    color: var(--theme-color-two);
    margin-right: 10px;
}

.mb-40 {
    margin-bottom: 40px !important;
}

/* Services section */

.services__section {
    position: relative;
    padding: 140px 0 110px;
}

.services__section .shape-1 {
    position: absolute;
    top: 95px;
    left: 16%;
}

.services__section .shape-2 {
    position: absolute;
    right: 34px;
    bottom: 240px;
}

.services__section .shape-3 {
    position: absolute;
    top: -55%;
    right: 0;
}

.service__block {
    position: relative;
}

.service__block .inner-box {
    position: relative;
    margin-bottom: 55px;
    text-align: center;
}

.service__block .image {
    position: relative;
}

.service__block .image img {
    border-radius: 50%;
}

.service__block .content {
    position: relative;
    text-align: center;
    margin-top: -175px;
    min-height: 270px;
    padding-top: 80px;
    right: -60px;
}

.service__block .shape-4 {
    position: absolute;
    top: -24px;
    left: 0;
    right: 0;
}

.service__block .icon {
    position: relative;
    color: var(--theme-color-one);
    font-size: 55px;
    margin-bottom: 25px;
}

.service__block h4 {
    position: relative;
    font-size: 22px;
    font-weight: 700;
    color: #172746;
}

/* Why chooseus */

.why_chooseus {
    position: relative;
    background: #ecf9fa;
    padding: 115px 0;
}

.why_chooseus .sec__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 50%;
    background-size: cover;
    background-position: right center;
}

.why_chooseus .shape-1 {
    position: absolute;
    top: 0;
    right: 0;
}

.why_chooseus .content {
    position: relative;
    background: #fff;
    box-shadow: 0px 20px 60px 0px rgba(24, 67, 118, 0.1);
    border-radius: 80px;
    padding: 75px;
    padding-bottom: 40px;
}

.whychoose__block {
    position: relative;
}

.whychoose__block .inner-box {
    position: relative;
    margin-bottom: 30px;
    padding-left: 120px;
}

.whychoose__block .shape-2 {
    position: absolute;
    top: 5px;
    left: 0;
    transition: .5s;
}

.whychoose__block .inner-box:hover .shape-2 {
    transform: rotateY(-180deg);
}

.whychoose__block .icon {
    position: absolute;
    top: 32px;
    left: 30px;
    font-size: 40px;
    color: var(--theme-color-one);
}

.whychoose__block h4 {
    position: relative;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #172746;
}

.whychoose__block .text {
    position: relative;
    color: #808080;
    line-height: 30px;
}

/* CTA section */

.cta__section {
    position: relative;
    padding: 70px 0 40px;
    background: var(--theme-color-one);
}

.cta__section:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(../images2/shape-11.png);
}

.cta__section h2 {
    position: relative;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 30px;
}

.cta__section .link-btn {
    margin-bottom: 30px;
}

.cta__section .style-three {
    vertical-align: middle;
    background: #fff;
    color: #172746 !important;
}

.cta__section .style-three i {
    margin-right: 5px;
    color: var(--theme-color-two);
    font-size: 17px;
    position: relative;
    top: 2px;
}

.cta__section .style-three:hover {
    color: #fff !important;
}

/* Workprocess section */

.wodkingprocess__section {
    position: relative;
    padding: 140px 0 120px;
}

.workprocess__block {
    position: relative;
}

.workprocess__block .inner-box {
    position: relative;
    margin: 0 auto;
    margin-bottom: 30px;
    text-align: center;
    max-width: 315px;
}

.workprocess__block:nth-child(1) .inner-box {
    margin-left: 0;
}

.workprocess__block:nth-child(3) .inner-box {
    margin-right: 0;
}

.workprocess__block .count {
    position: absolute;
    top: 71px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 40px;
    font-weight: 700;
    color: var(--theme-color-one);
}

.workprocess__block .shape-1 {
    position: relative;
    margin-bottom: 30px;
    transition: .5s;
}

.workprocess__block .inner-box:hover .shape-1 {
    transform: rotateY(-180deg);
}

.workprocess__block h4 {
    position: relative;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #172746;
}

.workprocess__block .text {
    position: relative;
    color: #808080;
    line-height: 30px;
}

@media only screen and (min-width:992px) {
    .workprocess__block:before {
        position: absolute;
        content: '';
        width: 171px;
        height: 25px;
        background-image: url(../images2/shape-13.png);
        top: 80px;
        right: -70px;
    }
    .workprocess__block:nth-child(2):before {
        background-image: url(../images2/shape-17.png);
        right: -95px;
    }
    .workprocess__block:last-child:before {
        display: none;
    }
    .ml-lg-60 {
        margin-left: 60px;
    }
}

/* pricing__section */

.pricing__section {
    position: relative;
    padding: 150px 0 120px;
    background-color: #ecf9fa;
}

.pricing__section .shape-1 {
    position: absolute;
    left: 7%;
    bottom: 35%;
}

.pricing__section .shape-2 {
    position: absolute;
    bottom: 0;
    left: 0;
}

.pricing__section .content__block {
    position: relative;
    margin-bottom: 30px;
}

.pricing__section .content__block .text {
    position: relative;
    margin-bottom: 50px;
    color: #808080;
}

.pricing__section .pricing-tabs .tab-btns{
	position:relative;
	display:inline-block;
	border-radius:26px;
	overflow:hidden;
	box-shadow: 0px 10px 30px 0px rgba(24, 67, 118, 0.06);
}

.pricing__section .pricing-tabs .tab-btns .tab-btn{
	position:relative;
	float:left;
	font-size: 16px;
	color: #222;
	min-width:140px;
	font-weight: 600;
	text-transform: uppercase;
	line-height:30px;
	padding: 16px 40px;
	cursor:pointer;
	background: #fff;
}

.pricing__section .pricing-tabs .tab-btns .tab-btn:first-child{
	border-radius: 31px 0px 0px 31px;
}

.pricing__section .pricing-tabs .tab-btns .tab-btn:last-child{
	border-left:none;
	border-radius: 0px 31px 31px 0px;
}

.pricing__section .pricing-tabs .tab-btns .active-btn{
	background: var(--theme-color-one);
	color:#ffffff;
}

.pricing__section .pricing-tabs .pr-content{
	position:relative;
}

.pricing__section .pr-content .pr-tab{
	position:absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index:1;
	transition:all 0.7s ease;
	-moz-transition:all 0.7s ease;
	-webkit-transition:all 0.7s ease;
	-ms-transition:all 0.7s ease;
	-o-transition:all 0.7s ease;
	-webkit-transform: scale(0.9,0.9);
	transform: scale(0.9,0.9) translateY(0px);
	opacity: 0;
	visibility: hidden;
}

.pricing__section .pr-content .pr-tab.active-tab{
	position:relative;
	z-index:5;
	transform: scale(1);
	opacity: 1;
	visibility: visible;
}

.pricing__block {
    position: relative;
}

.pricing__block:before {
    position: absolute;
    right: 18px;
    bottom: 32px;
    left: 16px;
    top: 1px;
    content: '';
    background-image: url(../images2/shape-16.png);
    background-position: right bottom;
    background-repeat: no-repeat;
}

.pricing__block .inner-box {
    position: relative;
    box-shadow: 0px 20px 40px 0px rgba(37, 59, 112, 0.1);
    margin-bottom: 30px;
    padding: 60px 40px;
    border-radius: 40px 40px 250px 40px;
    background: #fff;
}

.pricing__block:after {
    position: absolute;
    left: 70px;
    top: -10px;
    content: '';
    height: 100px;
    width: 150px;
    border-radius: 20px;
    background: var(--theme-color-two);
    z-index: -1;
}

.pricing__block .price {
    position: relative;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
    color: var(--theme-color-one);
}

.pricing__block .price sub {
    color: #808080;
    font-size: 65%;
    bottom: 0;
}

.pricing__block h4 {
    position: relative;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e8e9eb;
    color: #061a3a;
}

.pricing__block h4:before {
    position: absolute;
    content: '';
    top: -20px;
    left: 150px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #e8f9f3;
    z-index: -1;
    transition: .5s;
}

.pricing__block .inner-box:hover h4:before {
    transform: scale(1.5);
}

.pricing__block .content {
    position: relative;
    margin-bottom: 30px;
}

.pricing__block ul li {
    font-size: 16px;
    color: #0c1529;
    margin-bottom: 16px;
    padding-left: 40px;
    position: relative;
}

.pricing__block ul li:before {
    font-family: 'icomoon';
    content: "\e90c";
    position: absolute;
    left: 0;
    top: 8px;
    display: block;
    font-size: 11px;
    z-index: 5;
    font-weight: 400;
    color: #fff;
    width: 20px;
    height: 20px;
    line-height: 22px;
    text-align: center;
    border-radius: 50%;
    background: var(--theme-color-two);
}

.pricing__block ul li.unavailable:before {
    content: '';
    background-color: transparent;
    border: 1px solid #e3e3e3;
}

.pricing__block ul li.unavailable {
    color: #808080;
}

.pricing__block .offer {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    line-height: 30px;
    z-index: 1;
    overflow: hidden;
    width: 80px;
    height: 90px;
    border-radius: 0 40px;
}

.pricing__block .offer:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 160px;
    height: 160px;
    background: #e6e9e9;
    z-index: -1;
    border-radius: 50%;
}

.pricing__block .offer:after {
    position: absolute;
    content: '';
    bottom: 10px;
    left: 0;
    width: 160px;
    height: 160px;
    background: #0eab6e;
    z-index: -1;
    border-radius: 50%;
}

.pricing__block .offer span {
    position: relative;
    display: inline-block;
    top: 20px;
    right: -23px;
    transform: rotate(45deg);
}

/* Testimonials section */
.testimonials__section {
    position: relative;
    padding: 140px 0 120px;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.testimonials__section .shape-1 {
    position: absolute;
    left: 7%;
    top: 30%;
}

.testimonials__section .shape-2 {
    position: absolute;
    right: 7%;
    top: 30%;
}


.testimonial__block .inner-box {
    position: relative;
    text-align: center;
    background: #fff;
    box-shadow: 0px 10px 60px 0px rgba(26, 46, 85, 0.15);
    max-width: 870px;
    margin: 75px auto 30px;
    border-radius: 50px;
    padding: 0 30px 40px;
}

.testimonial__block .image {
    position: relative;
    margin-bottom: -30px;
    display: inline-block;
    vertical-align: middle;
    padding: 15px;
    background: #fff;
    box-shadow: 0px 10px 50px 0px rgba(26, 46, 85, 0.2);
    border-radius: 50%;
    transform: translateY(-50%);
}

.testimonial__block .image img {
    border-radius: 50%;
    width: auto;
    margin: 0 auto;
}

.testimonial__block .text {
    position: relative;
    font-size: 20px;
    line-height: 34px;
    margin: 0 auto;
    margin-bottom: 20px;
    color: #172746;
}

.testimonial__block .author-info {
    position: relative;
}

.testimonial__block .author-info h4 {
    position: relative;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #172746;
}

.testimonial__block .author-info .designation {
    position: relative;
    font-size: 16px;
    color: #808080;
}

.testimonials__section .owl-dots {
    display: none;
}

.testimonials__section .owl-theme .owl-nav {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	max-width: 945px;
	margin: 0 auto;
	width: 100%;
	display: block;
}

.testimonials__section .owl-theme .owl-nav .owl-prev {
	position: absolute;
	left: 0;
	top: 5px;
	height: 30px;
	width: 40px;
	border-radius: 50%;
	border: none;
	text-align: center;
	color: rgba(0, 0, 0, 0);
	font-size: 0px;
	opacity: 1;
	margin-top: -15px;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	cursor: pointer;
}

.testimonials__section .owl-theme .owl-nav .owl-prev:after {
	font-family: "icomoon";
	content: "\e904";
	position: absolute;
	top: 0;
	width: 70px;
	height: 70px;
	line-height: 70px;
	left: 0;
	color: #808080;
	font-size: 20px;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	box-shadow: 0px 10px 50px 0px rgba(26, 46, 85, 0.15);
	border-radius: 50%;
	background: #fff;
}

.testimonials__section .owl-theme .owl-nav .owl-prev:hover:after {
	left: 0;
	margin-left: 0;
}

.testimonials__section .owl-theme .owl-nav .owl-next {
	position: absolute;
	right: 0;
	top: 5px;
	height: 30px;
	width: 40px;
	border: none;
	text-align: center;
	font-size: 0px;
	opacity: 1;
	margin-top: -15px;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	cursor: pointer;
}

.testimonials__section .owl-theme .owl-nav .owl-next:after {
	font-family: "icomoon";
	content: "\e904";
	position: absolute;
	top: 0;
	width: 70px;
	height: 70px;
	line-height: 70px;
	right: 0;
	color: #808080;
	font-size: 20px;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	box-shadow: 0px 10px 50px 0px rgba(26, 46, 85, 0.15);
	background: #fff;
	border-radius: 50%;
}

.testimonials__section .owl-theme .owl-nav .owl-next:hover:after {
	right: 0;
	margin-right: 0;
}

.testimonials__section .owl-theme .owl-nav .owl-prev:hover:after,
.testimonials__section .owl-theme .owl-nav .owl-next:hover:after {
    opacity: 1;
    color: #fff;
    background-color: var(--theme-color-one);
}

.testimonials__section .owl-stage-outer {
    overflow: visible;
}

.testimonials__section .owl-item {
    opacity: 0;
    transition: .5s;
}

.testimonials__section .owl-item.active {
    opacity: 1;
}

/* funfacts style two */

.funfact-section.style-two {
    position: relative;
    background: var(--theme-color-one);
    padding: 64px 0 30px;
}

.funfact-section.style-two:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(../images2/shape-11.png);
}

.funfact-section.style-two .counter-block-one .inner-box {
    padding: 52px 0;
    margin-bottom: 30px;
    text-align: center;
}

.funfact-section.style-two .counter-block-one .inner-box:before {
    width: 260px;
    height: 260px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    background: url(../images2/shape-21.png);
}
.funfact-section.style-two .counter-block:last-child .counter-block-one .inner-box:before{
    display: block;
}

.funfact-section.style-two .counter-block-one .icon {
    position: relative;
    color: #fff;
    font-size: 40px;
    margin-bottom: 20px;
}

.funfact-section.style-two .counter-block-one .inner-box .count-outer {
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 10px;
}

.funfact-section.style-two .counter-block-one .inner-box p {
    font-size: 18px;
    font-weight: 500;
}

.funfact-section.style-two .shape-1 {
    position: absolute;
    left: 0;
    bottom: 0;
}

.funfact-section.style-two .shape-2 {
    position: absolute;
    right: 0;
    top: 0;
}

/* Team Section */

.team__section {
    position: relative;
    padding: 140px 0 120px;
    background-color: #ecf9fa;
}

.team__section .shape-1 {
    position: absolute;
    top: 0;
    right: 0;
}

.team__section .shape-2 {
    position: absolute;
    bottom: -150px;
    left: 135px;
    z-index: 9;
}

.team__block {
    position: relative;
}

.team__block .inner-box {
    position: relative;
    margin-bottom: 30px;
    text-align: center;
}

.team__block .image {
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    margin-bottom: 30px;
    display: inline-block;
    vertical-align: middle;
}

.team__block .image:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #071735;
    opacity: .3;
    z-index: 1;
    transition: .7s;
    transform: scaleY(0);
}

.team__block .inner-box:hover .image:before {
    transform: scaleY(1);
}

.team__block .image img {
    position: relative;
    border-radius: 50%;
}

.team__block .content-bottom {
    position: relative;
    text-align: center;
}

.team__block h4 {
    position: relative;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #172746;
}

.team__block .designation {
    position: relative;
    color: #808080;
    line-height: 30px;
}

.team__block .image img {
    position: relative;
    border-radius: 50%;
}

.team__block .social-links {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50px;
    text-align: center;
    opacity: 0;
    transition: .5s;
    z-index: 2;
}

.team__block .inner-box:hover .social-links {
    opacity: 1;
}

.team__block .social-links li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 2px;
}

.team__block .social-links li a {
    position: relative;
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    border-radius: 50%;
    transition: .5s;
    color: #fff;
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.2);
    transition: .5s;
}

.team__block .social-links li a:hover {
    background-color: #fff;
    color: var(--theme-color-one);
}

.team__block .social-links:before {
    position: absolute;
    content: '';
    width: 320px;
    height: 320px;
    background: var(--theme-color-one);
    opacity: 0.9;
    margin: 0 auto;
    border-radius: 130px;
    transform: rotate(-30deg);
    left: 16px;
    top: -67px;
}

/* News section */

.news__section {
    position: relative;
    padding: 140px 0 120px;
}

.news__section .owl-stage-outer {
    overflow: visible;
}

.news__section .owl-item {
    opacity: 0;
    transition: .5s;
}

.news__section .owl-item.active {
    opacity: 1;
}

.news__section .owl-dots {
    display: none;
}

.news__section .owl-theme .owl-nav {
	position: absolute;
	top: -120px;
	right: 0;
	max-width: 150px;
	margin: 0 auto;
	display: block;
	width: 100%;
}

.news__section .owl-theme .owl-nav .owl-prev {
	position: absolute;
	left: 0;
	top: 5px;
	height: 30px;
	width: 40px;
	border-radius: 50%;
	border: none;
	text-align: center;
	color: rgba(0, 0, 0, 0);
	font-size: 0px;
	opacity: 1;
	margin-top: -15px;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	cursor: pointer;
}

.news__section .owl-theme .owl-nav .owl-prev:after {
	font-family: "icomoon";
	content: "\e904";
	position: absolute;
	top: 0;
	width: 70px;
	height: 70px;
	line-height: 68px;
	left: 0;
	color: #000;
	font-size: 20px;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	border-radius: 50%;
	background: #fff;
	border: 1px solid #e0dede;
}

.news__section .owl-theme .owl-nav .owl-prev:hover:after {
	left: 0;
	margin-left: 0;
}

.news__section .owl-theme .owl-nav .owl-next {
	position: absolute;
	right: 0;
	top: 5px;
	height: 30px;
	width: 40px;
	border: none;
	text-align: center;
	font-size: 0px;
	opacity: 1;
	margin-top: -15px;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	cursor: pointer;
}

.news__section .owl-theme .owl-nav .owl-next:after {
	font-family: "icomoon";
	content: "\e904";
	position: absolute;
	top: 0;
	width: 70px;
	height: 70px;
	line-height: 68px;
	right: 0;
	color: #222;
	font-size: 20px;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	background: #fff;
	border-radius: 50%;
	border: 1px solid #e0dede;
}

.news__section .owl-theme .owl-nav .owl-next:hover:after {
	right: 0;
	margin-right: 0;
}

.news__section .owl-theme .owl-nav .owl-prev:hover:after,
.news__section .owl-theme .owl-nav .owl-next:hover:after {
    opacity: 1;
    color: #fff;
    background-color: var(--theme-color-one);
    border-color: var(--theme-color-one);
}

@media only screen and (max-width:600px) {
    .news__section .owl-theme .owl-nav {
        display: none;
    }
}

.news__block {
    position: relative;
}

.news__block:before {
    position: absolute;
    right: 5px;
    bottom: 5px;
    left: 16px;
    top: 1px;
    content: '';
    background-image: url(../images2/shape-16.png);
    background-position: right bottom;
    background-repeat: no-repeat;
}

.news__block .inner-box {
    position: relative;
    box-shadow: 0px 20px 40px 0px rgba(37, 59, 112, 0.1);
    margin-bottom: 30px;
    border-radius: 40px 40px 250px 40px;
    background: #fff;
}

.news__block .date {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 17px;
    color: #fff;
    font-weight: 700;
    line-height: 30px;
    z-index: 9;
    overflow: hidden;
    width: 90px;
    height: 90px;
    border-radius: 0 40px;
}

.news__block .date:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 160px;
    height: 160px;
    background: #0eab6e;
    z-index: -1;
    border-radius: 50%;
}

.news__block .date span {
    position: relative;
    display: inline-block;
    top: 25px;
    right: -20px;
    transform: rotate(45deg);
}

.news__block .image {
    position: relative;
    overflow: hidden;
    border-radius: 40px 40px 0 0;
}

.news__block .image:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #071735;
    opacity: .3;
    z-index: 1;
    transition: .7s;
    transform: scaleY(0);
}

.news__block .inner-box:hover .image:before {
    transform: scaleY(1);
}

.news__block .image img {
    border-radius: 40px 40px 0 0;
}

.news__block .lower-content {
    position: relative;
    padding: 40px;
}

.news__block h4 {
    position: relative;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #172746;
}

.news__block h4 a {
    color: #172746;
    transition: .5s;
}

.news__block h4 a:hover {
    color: var(--theme-color-one);
}

.news__block .text {
    position: relative;
    color: #808080;
    line-height: 30px;
    margin-bottom: 30px;
}

.news__block .post-meta {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    color: #808080;
    margin-bottom: 10px;
}

.news__block .post-meta .author {
    position: relative;
    font-weight: 600;
    font-size: 16px;
    color: #0c1529;
    margin-right: 25px;
}

.news__block .post-meta .author:before {
    position: absolute;
    content: '';
    top: 9px;
    right: -13px;
    width: 1px;
    height: 18px;
    background-color: #e5e7ec;
}


/* header style four */

header.main-header.style-four {
    position: relative;
}

header.main-header.style-four  .logo-box {
    padding: 30px 0;
    width: 20%;
}

header.main-header.style-four .main-menu .navigation > li {
    padding: 45px 0 !important;
}

header.main-header.style-four .main-menu .navigation > li > a {
    color: #0c1529;
    font-weight: 600;
}

header.main-header.style-four .menu-right-content i {
    font-size: 40px;
    color: var(--theme-color-one);
}

header.main-header.style-four .menu-right-content {
    margin-top: 30px;
    padding-left: 100px;
}

header.main-header.style-four .menu-right-content:before {
    display: none;
}

header.main-header.style-four .menu-right-content h6 {
    font-size: 24px;
    color: #172746;
}

header.main-header.style-four .menu-right-content p {
    font-size: 16px;
    font-weight: 700;
    color: #172746;
    margin-bottom: 5px;
}

header.main-header.style-four .menu-right-content h6 a {
    color: #172746;
}

header.main-header.style-four .menu-right-content {
    float: none;
    margin-top: 0;
    width: 20%;
    top: -3px;
    padding-right: 40px;
}

header.main-header.style-four .outer-box {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

header.main-header.style-four .auto-container {
    max-width: 100%;
    padding: 0 95px;
}

header.main-header.style-four .side-menu {
    position: absolute;
    top: 0;
    right: 0;
    height: 120px;
    width: 120px;
    text-align: center;
    line-height: 120px;
    background: var(--theme-color-one);
    color: #fff;
    font-size: 25px;
    cursor: pointer;
}


/** banner style four **/

section.banner-section.style-four {
    background: #864fe0;
}

section.banner-section.style-four .image-1 {
    position: absolute;
    top: 0;
    left: 0;
}

section.banner-section.style-four .image-2 {
    position: absolute;
    left: 0;
    bottom: 0;
}

.banner-section.style-four .banner-carousel .slide-item:before{
    opacity: 0;
}

.banner-section.style-four .shape-1 {
    position: absolute;
    width: calc(50% - 120px);
    top: 0;
    left: 0;
    bottom: 0;
}

.banner-section.style-four .shape-1:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../images2/shape-4.png);
}

.banner-section.style-four .banner-carousel .active .slide-item .image-layer {
    transform: scale(1);
    background-position: left center;
}

.banner-section.style-four .banner-carousel .slide-item .image-layer {
    left: auto;
    width: calc(50% + 120px);
    right: 0;
    background-position: left center;
}
  
.banner-section.style-four .banner-carousel .content-box{
    max-width: 100%;
    margin: 0 auto;
}
  
.banner-section.style-four .banner-carousel .content-box h1{
    line-height: 80px;
    font-size: 70px;
    color: #fff;
    margin-bottom: 15px;
}
  
.banner-section.style-four .banner-carousel .content-box h1 span{
    display: inline-block;
}
  
.banner-section.style-four .banner-carousel .content-box h4{
    color: #fff;
    font-size: 20px;
    text-transform: capitalize;
    border-bottom: 0;
    font-weight: 400;
    margin-bottom: 15px;
}

.banner-section.style-four .banner-carousel .content-box p{
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 30px;
    margin-bottom: 24px;
    opacity: 0;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.banner-section.style-four .banner-carousel .active .content-box p{
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1150ms;
    -moz-transition-delay: 1150ms;
    -ms-transition-delay: 1150ms;
    -o-transition-delay: 1150ms;
    transition-delay: 1150ms;
}  

.banner-section.style-four .banner-carousel .slide-item{
    padding: 165px 0px;
}

.banner-section.style-four .banner-carousel .content-box .btn-box .theme-btn {
    padding: 17px 50px;
    vertical-align: middle;
}

.banner-section.style-four .banner-carousel .owl-nav .owl-prev {
    top: calc(50% + 35px);
}

.banner-section.style-four .banner-carousel .owl-nav .owl-next {
    top: calc(50% - 35px);
    /* right: auto; */
    /* left: 100px; */
}

.banner-section.style-four .banner-carousel .owl-nav .owl-prev, 
.banner-section.style-four .banner-carousel .owl-nav .owl-next {
    background-color: transparent;
    border: 2px solid #fff;
    line-height: 56px;
    font-size: 18px;
}

.banner-section.style-four .banner-carousel .owl-nav .owl-prev:hover, 
.banner-section.style-four .banner-carousel .owl-nav .owl-next:hover {
    background-color: var(--theme-color-one);
    border-color: var(--theme-color-one);
}

/* services section2 */

section.services__section2 {
    position: relative;
    padding: 140px 0 120px;
}

section.services__section2 .shape-1 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 600px;
    background-size: cover;
    background-position: center bottom;
}

section.services__section2 .wrapper__box {
    position: relative;
}

section.services__section2 .shape-3 {
    position: absolute;
    left: -40px;
    bottom: -18px;
}

section.services__section2 .shape-4 {
    position: absolute;
    right: -45px;
    top: 65px;
}

.service__block2 {
    position: relative;
}

.service__block2:before {
    position: absolute;
    right: 18px;
    bottom: 32px;
    left: 16px;
    top: 1px;
    content: '';
    background-image: url(../images2/shape-16.png);
    background-position: right bottom;
    background-repeat: no-repeat;
}

.service__block2 .inner-box {
    position: relative;
    box-shadow: 0px 20px 40px 0px rgba(37, 59, 112, 0.1);
    margin-bottom: 30px;
    padding: 50px;
    border-radius: 40px 40px 250px 40px;
    background: #fff;
}

.service__block2 .icon__box {
    position: relative;
    margin-bottom: 25px;
}

.service__block2 .shape-2 {
    position: relative;
    transition: .5s;
    display: inline-block;
}

.service__block2 .inner-box:hover .shape-2 {
    transform: rotateY(-180deg);
}

.service__block2 .icon {
    position: absolute;
    top: 38px;
    left: 38px;
    font-size: 40px;
    color: var(--theme-color-one);
}

.service__block2 h4 {
    position: relative;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 16px;
    color: #172746;
}

.service__block2 h4 a {
    color: #172746;
    transition: .5s;
}

.service__block2 h4 a:hover {
    color: var(--theme-color-one);
}

.service__block2 .text {
    position: relative;
    color: #808080;
    line-height: 30px;
}


/* About section2 */

.about__section2 {
    position: relative;
    padding: 130px 0 0;
}

.about__section2 .image__block {
    position: relative;
}

.about__section2 .shape-1 {
    position: absolute;
    top: 74px;
    right: -100px;
}

.about__section2 .shape-2 {
    position: absolute;
    left: 0;
    top: 170px;
    width: 320px;
    height: 320px;
    background: #e6f4f5;
    border-radius: 50%;
}

.about__section2 .shape-3 {
    position: absolute;
    top: 15%;
    right: 36%;
}

.about__section2 .image-1 {
    position: relative;
}

@media only screen and (min-width:1200px) {
    .about__section2 .image__block .image-1 {
        margin-left: -225px;
        margin-right: -97px;
    }
    .about__section2 .content__block {
        margin-right: 50px;
        margin-bottom: 120px;
        margin-top: 32px;
    }
}

.about__section2 .content__block .text {
    position: relative;
    margin-bottom: 35px;
    color: #808080;
    line-height: 30px;
}

.about__section2 .content__block ul.list {
    position: relative;
    margin-bottom: 35px;
}

.about__section2 .content__block ul.list li {
    font-size: 16px;
    color: #808080;
}

.about__section2 .content__block .list li:before {
    position: relative;
    content: "\e905";
    font-family: 'icomoon';
    font-size: 16px;
    color: var(--theme-color-two);
    margin-right: 10px;
}

.about__section2 .tabs-box .tabs-content{
	position:relative;
}

.about__section2 .tabs-content .tab{
	position:absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index:1;
	transition:all 0.7s ease;
	-moz-transition:all 0.7s ease;
	-webkit-transition:all 0.7s ease;
	-ms-transition:all 0.7s ease;
	-o-transition:all 0.7s ease;
	-webkit-transform: scale(0.9,0.9);
	transform: scale(0.9,0.9) translateY(0px);
	opacity: 0;
	visibility: hidden;
}

.about__section2 .tabs-content .tab.active-tab{
	position:relative;
	z-index:5;
	transform: scale(1);
	opacity: 1;
	visibility: visible;
}

.about__section2 .content__block .tabs-box {
    position: relative;
}

.about__section2 .content__block ul.tab-btns {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.about__section2 .content__block ul.tab-btns li.tab-btn {
    margin-right: 25px;
    color: #808080;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 600;
    border-bottom: 2px solid transparent;
    cursor: pointer;
    transition: .5s;
}

.about__section2 .content__block ul.tab-btns li.tab-btn.active-btn {
    border-color: var(--theme-color-one);
    color: var(--theme-color-one);
}

/* whychooseus style two */
section.why_chooseus.style-two .auto-container {
    max-width: 100%;
}

section.why_chooseus.style-two {
    background: var(--theme-color-one);
}

section.why_chooseus.style-two .content {
    box-shadow: none;
    background: transparent;
    padding-top: 32px;
    padding-bottom: 0;
}

section.why_chooseus.style-two .sec__title .sub__title {
    color: #fff;
}

section.why_chooseus.style-two .sec__title h2 {
    color: #fff;
}

section.why_chooseus.style-two .whychoose__block .icon {
    color: #fff;
}

section.why_chooseus.style-two .whychoose__block h4 {
    color: #fff;
}

section.why_chooseus.style-two .whychoose__block .text {
    color: #fff;
}

/* Team section style two */
.team__section.style-two {
    background: transparent;
}

.team__section.style-two .shape-2 {
    left: auto;
    right: 100px;
    bottom: auto;
    top: 150px;
}


/* Services section3 */

.services__section3 {
    position: relative;
    padding: 140px 0 110px;
    background-color: #ecf9fa;
}

.services__section3 .shape-1 {
    position: absolute;
    top: 22%;
    left: 14%;
}

.services__section3 .shape-2 {
    position: absolute;
    top: 0;
    right: 0;
}

.service__block3 {
    position: relative;
}

.service__block3 .inner-box {
    position: relative;
    margin-bottom: 55px;
    text-align: center;
    background: #fff;
    border-radius: 170px 40px 170px 40px;
    padding: 70px 15px;
}

.service__block3 .image {
    position: relative;
}

.service__block3 .image img {
    border-radius: 50%;
}

.service__block3 .content {
    position: relative;
    text-align: center;
    padding-top: 40px;
    max-width: 340px;
    margin: 0 auto;
}

.service__block3 .shape-3 {
    position: absolute;
    top: -140px;
    right: 0;
    display: inline-block;
    transition: .5s;
}

.service__block3 .inner-box:hover .shape-3 {
    transform: rotateY(-180deg);
}

.service__block3 .icon {
    position: absolute;
    color: var(--theme-color-one);
    font-size: 55px;
    margin-bottom: 25px;
    top: -79px;
    right: 74px;
}

.service__block3 h4 {
    position: relative;
    font-size: 22px;
    font-weight: 700;
    color: #172746;
    margin-bottom: 20px;
}

.service__block3 .text {
    position: relative;
    font-size: 16px;
    color: #808080;
    margin-bottom: 20px;
    line-height: 30px;
}

/* Contact form section */

section.contactform__section {
    position: relative;
    background: #864fe0;
}

section.contactform__section .shape-1 {
    position: absolute;
    left: 0;
    bottom: 0;
}

section.contactform__section .sec__title .sub__title {
    color: #fff;
}

section.contactform__section .sec__title h2 {
    color: #fff;
}

section.contactform__section form.contact__form {
    position: relative;
}

section.contactform__section .contact__form .row {
    margin: 0 -10px;
}

section.contactform__section .contact__form .form-group {
    padding: 0 10px;
}

section.contactform__section .contact__form input {
    position: relative;
    background: #fff;
    width: 100%;
    height: 60px;
    padding: 0 30px;
    border-radius: 30px;
}

section.contactform__section .contact__form .form-group {
    margin-bottom: 20px;
}

section.contactform__section .image {
    position: relative;
    margin-left: -235px;
    margin-top: -80px;
}

section.contactform__section .content__block {
    position: relative;
    padding: 120px 0;
}

/* Projects details page */

.project__details__page {
    position: relative;
    padding: 120px 0 60px;
}

.project__details__page .image {
    position: relative;
    margin-bottom: 30px;
}

.project__details__page .image__block {
    position: relative;
    margin-bottom: 60px;
}

.project__details__page .text__block {
    position: relative;
    margin-bottom: 60px;
}

.project__details__page .text__block .text {
    position: relative;
    font-size: 16px;
    line-height: 30px;
    color: #808080;
    margin-bottom: 30px;
}

.project__details__page .text__block .text p {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 30px;
    color: #808080;
}

.project__details__page .text__block h3 {
    position: relative;
    font-size: 22px;
    font-weight: 700;
    color: #3b3b3b;
    margin-bottom: 30px;
}

.project__details__page .text__block ul.list {
    position: relative;
    margin-bottom: 30px;
}

.project__details__page .text__block ul.list li {
    position: relative;
    font-size: 16px;
    color: #808080;
}

.project__details__page .text__block ul.list li:before {
    font-family: 'icomoon';
    content: "\e90c";
    position: relative;
    left: 0;
    top: 2px;
    font-size: 15px;
    z-index: 5;
    font-weight: 400;
    color: var(--theme-color-one);
    width: 20px;
    height: 20px;
    line-height: 22px;
    text-align: center;
    margin-right: 10px;
}

.project__info {
    position: relative;
}

.project__info .inner-box {
    position: relative;
    box-shadow: 0px 20px 40px 0px rgb(37 59 112 / 10%);
    margin-bottom: 30px;
    padding: 40px 40px 15px;
    border-radius: 40px 40px 250px 40px;
    background: #fff;
}

.project__info:before {
    position: absolute;
    right: 5px;
    bottom: 5px;
    left: 16px;
    top: 1px;
    content: '';
    background-image: url(../images2/shape-16.png);
    background-position: right bottom;
    background-repeat: no-repeat;
}

.project__info h3 {
    position: relative;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
    color: #061a3a;
}

.project__info .single-info {
    position: relative;
    margin-bottom: 25px;
}

.project__info h5 {
    position: relative;
    font-size: 16px;
    color: #808080;
    margin-bottom: 5px;
}

.project__info h4 {
    position: relative;
    font-size: 20px;
    font-weight: 600;
    color: #3b3b3b;
}

.project__info .social__links {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.project__info li {
    margin-right: 20px;
}

.project__info .social__links li a {
    color: #a8b2b3;
    font-size: 18px;
    transition: .5s;
}

.project__info .social__links li a:hover {
    color: var(--theme-color-one);
}

/* Faq page */

.faq__page {
    position: relative;
    padding: 120px 0 90px;
}

.faq__page .tabs-box .tabs-content{
	position:relative;
    margin-bottom: 40px;
}

.faq__page .tabs-content .tab{
	position:absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index:1;
	transition:all 0.7s ease;
	-moz-transition:all 0.7s ease;
	-webkit-transition:all 0.7s ease;
	-ms-transition:all 0.7s ease;
	-o-transition:all 0.7s ease;
	-webkit-transform: scale(0.9,0.9);
	transform: scale(0.9,0.9) translateY(0px);
	opacity: 0;
	visibility: hidden;
}

.faq__page .tabs-content .tab.active-tab{
	position:relative;
	z-index:5;
	transform: scale(1);
	opacity: 1;
	visibility: visible;
}

.faq__page .tabs-box {
    position: relative;
}

.faq__page ul.tab-btns {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #e5eded;
    border-radius: 10px;
    padding: 20px 0;
    margin-bottom: 30px;
}

.faq__page ul.tab-btns li.tab-btn {
    color: #00224f;
    margin-bottom: 20px;
    text-transform: capitalize;
    font-weight: 600;
    cursor: pointer;
    transition: .5s;
    padding: 13px 28px;
    width: 100%;
    font-size: 17px;
    margin: 0;
    position: relative;
}

.faq__page ul.tab-btns li.tab-btn.active-btn {
    color: #fff;
}

.faq__page ul.tab-btns li.tab-btn i {
    position: absolute;
    right: 30px;
    top: 20px;
}

.faq__page ul.tab-btns li.tab-btn:before {
    position: absolute;
    content: '';
    top: 0;
    left: -1px;
    bottom: 0;
    right: -1px;
    background: var(--theme-color-one);
    z-index: -1;
    opacity: 0;
    transition: .5s;
}

.faq__page ul.tab-btns li.active-btn.tab-btn:before {
    opacity: 1;
}

.faq__page ul.tab-btns li.tab-btn:after {
    position: absolute;
    content: '';
    left: 28px;
    right: 28px;
    bottom: 0;
    height: 1px;
    background: #e5eded;
    transition: .5s;
}

.faq__page ul.tab-btns li.active-btn.tab-btn:after {
    background: var(--theme-color-one);
}

.faq__page ul.tab-btns li:last-child.tab-btn:after {
    opacity: 0;
}

.faq__page .tabs-box .tabs-content h3 {
    position: relative;
    font-size: 20px;
    background: #ecf9fa;
    display: inline-block;
    margin-bottom: 50px;
    color: var(--theme-color-one);
    padding: 18px 30px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 10px;
}

.faq__page .accordion-box .block {
    border: 0;
    margin-bottom: 56px;
}

.faq__page .accordion-box .block.active-block {
    box-shadow: none;
    border: none;
    margin-bottom: 0;
}

.faq__page .accordion-box .block .acc-btn {
    font-size: 20px;
    font-weight: 700;
    color: #061a3a;
    padding: 0;
    padding-left: 90px;
}

.faq__page .accordion-box .block .acc-btn .icon-outer {
    right: auto;
    left: 0;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 56px;
    border: 2px solid #ddd;
    border-radius: 50%;
    top: -7px;
    font-size: 21px;
}

.faq__page .accordion-box .block .acc-content {
    padding-left: 90px;
}

.faq__page .accordion-box .block .acc-btn .icon-outer span:before {
    content: "\f107";
    font-size: 20px;
    font-weight: 700;
    color: #061a3a;
}

.faq__page .accordion-box .block .acc-btn.active .icon-outer span:before {
    content: "\f106";
    color: var(--theme-color-one);
}

.faq__page .accordion-box .block .acc-btn.active .icon-outer {
    border-color: var(--theme-color-one);
}

/* Pricing calculator */

.pricing-calculator {
    position: relative;
    padding: 120px 0;
}

.pricing-calculator form {
    position: relative;
    box-shadow: 0px 10px 60px 0px rgba(26, 46, 85, 0.1);
    padding: 70px;
    border-radius: 20px;
}

.pricing-calculator p {
    position: relative;
    font-size: 16px;
    color: #0c1529;
    font-weight: 600;
    margin-bottom: 5px;
}

.pricing-calculator select {
    position: relative;
    width: 100%;
    height: 60px;
    border: 1px solid #eee;
    padding: 0 20px;
}

.pricing-calculator .bottom-content {
    position: relative;
    padding: 19px 50px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #eee;
    border-radius: 5px;
    margin-top: 30px;
}

.pricing-calculator .bottom-content .price {
    font-size: 22px;
    font-weight: 600;
    color: #0c1529;
}

.pricing-calculator .bottom-content .price span {
    font-weight: 700;
    color: var(--theme-color-one);
}

.pricing-calculator .select-box {
	position: relative;
    margin-bottom: 30px;
}

.pricing-calculator .select-box li {
	position: relative;
	font-size: 16px;
	color: #0c1529;
	margin-bottom: 0;
}

.pricing-calculator .select-box.style-two {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.pricing-calculator .select-box.style-two li {
    margin-right: 20px;
}

.pricing-calculator .select-box .single-checkbox {
	position: relative;
	display: block;
}

.pricing-calculator .select-box label {
	position: relative;
	display: block;
	padding-left: 30px;
	margin-right: 0px;
	margin-bottom: 0;
	font-size: 16px;
	line-height: 30px;
	font-weight: 500;
	cursor: pointer;
}
.pricing-calculator .select-box input[type="radio"] {
	display: none;
}
.pricing-calculator .select-box input[type="radio"]+label span {
	position: absolute;
	top: 8px;
	left: 0;
	width: 18px;
	height: 18px;
	vertical-align: middle;
	background-color: transparent;
	border: 1px solid #ddd;
	border-radius: 50%;
	cursor: pointer;
	transition: all 300ms ease;
}
.pricing-calculator .select-box label span:before {
	position: absolute;
	content: "\f00c";
	right: -1px;
	left: -1px;
	bottom: -1px;
	top: -1px;
	border-radius: 50%;
	opacity: 0;
	transform: scale(0, 0);
	transition: all 500ms ease;
	background-color: var(--thm-color-two);
	font-family: 'Font Awesome 5 Pro';
	text-align: center;
	line-height: 18px;
	color: #fff;
	font-weight: 300;
	font-size: 12px;
}
.pricing-calculator .select-box input[type="radio"]:checked+label span:before {
	opacity: 1;
	transform: scale(1, 1);
	background: var(--theme-color-one);
}

.pricing-calculator .box {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
}

.pricing-calculator .box:before {
    position: absolute;
    content: "\f107";
    right: 1px;
    top: 1px;
    border-radius: 50%;
    transition: all 500ms ease;
    background-color: #fff;
    font-family: 'Font Awesome 5 Pro';
    text-align: center;
    line-height: 58px;
    color: #0c1529;
    font-weight: 300;
    font-size: 24px;
    height: 58px;
    width: 41px;
    z-index: 9;
    pointer-events: none;
}

/* Range slider */

.range-slider {
    margin: 0 0 28px;
  }
  
.range-slider {
    width: 100%;
}

.range-slider__range {
    -webkit-appearance: none;
    width: calc(100% - (50px));
    height: 3px;
    border-radius: 5px;
    background: #d7dcdf;
    outline: none;
    padding: 0;
    margin: 0;
}
.range-slider__range::-webkit-slider-thumb {
    -webkit-appearance: none;
            appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #2c3e50;
    cursor: pointer;
    -webkit-transition: background 0.15s ease-in-out;
    transition: background 0.15s ease-in-out;
}
.range-slider__range::-webkit-slider-thumb:hover {
    background: var(--theme-color-one);
}
.range-slider__range:active::-webkit-slider-thumb {
    background: var(--theme-color-one);
}
.range-slider__range::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border: 0;
    border-radius: 50%;
    background: #2c3e50;
    cursor: pointer;
    -moz-transition: background 0.15s ease-in-out;
    transition: background 0.15s ease-in-out;
}
.range-slider__range::-moz-range-thumb:hover {
    background: var(--theme-color-one);
}
.range-slider__range:active::-moz-range-thumb {
    background: var(--theme-color-one);
}
.range-slider__range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 3px #fff, 0 0 0 6px var(--theme-color-one);
}

.range-slider__value {
    display: inline-block;
    position: relative;
    width: 35px;
    color: #fff;
    line-height: 20px;
    text-align: center;
    border-radius: 3px;
    background: var(--theme-color-one);
    padding: 5px 3px;
    margin-left: 10px;
    top: 4px;
}
.range-slider__value:after {
    position: absolute;
    top: 8px;
    left: -7px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-right: 7px solid var(--theme-color-one);
    border-bottom: 7px solid transparent;
    content: "";
}

.pricing-calculator .column {
    padding: 0 25px;
}

.pricing-calculator .row {
    margin: 0 -25px;
}

@media only screen and (max-width:700px) {
    .pricing-calculator .column {
        padding: 0 25px;
    }
    
    .pricing-calculator .row {
        margin: 0 -25px;
    }
    
    .pricing-calculator .bottom-content .price {
        width: 100%;
        margin-bottom: 15px;
    }
    
    .pricing-calculator .bottom-content {
        padding: 30px;
    }
    .pricing-calculator form {
        padding: 40px;
    }
}


/* Hidden Bar */

.hidden-sidebar {
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 99999;
    width: 100%;
    max-width: 410px;
    height: 100%;
    overflow: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    box-shadow: 0px 20px 40px 0px rgb(37 59 112 / 10%);
}

.hidden-sidebar-close {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 22px;
    cursor: pointer;
    color: #000;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
}

.hidden-sidebar .logo {
    margin-bottom: 35px;
    max-width: 135px;
}

.hidden-sidebar .wrapper-box {
    height: 100%;
}

.hidden-sidebar .content-wrapper {
    padding: 80px 40px;
    position: relative;
    background: #ffffff;
}

.hidden-sidebar .sidebar-widget {
    margin-bottom: 40px;
}

.hidden-sidebar .text-widget .text {
    font-size: 16px;
    color: #808080;
    margin-bottom: 0;
}

.hidden-sidebar .copyright-text {
    color: #808080;
    font-size: 16px;
}

.nav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 99999;
    width: 100%;
    display: none;
    background: rgba(20, 20, 20, 0.70);
    overflow: hidden;
    cursor: none;
}

.hidden-sidebar .widget .widget-title {
    margin-bottom: 30px;
}

.hidden-sidebar .widget {
    margin-bottom: 40px;
}

.hidden-sidebar .news-widget .single-post .post-meta {
    margin-bottom: 0;
    padding: 0;
}


/* Cursor Style */

.cursor {
    position: absolute;
    background-color: #fff;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    z-index: 1;
    -webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    -o-transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
    transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
    transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    z-index: 10000;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    visibility: hidden;
}

.cursor {
    visibility: visible;
}

.cursor.active {
    opacity: 0.5;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.cursor.hovered {
    opacity: 0.08;
}

.cursor-follower {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.3);
    width: 50px;
    height: 50px;
    border-radius: 100%;
    z-index: 1;
    -webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    -o-transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
    transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
    transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    z-index: 10000;
    visibility: hidden;
}

.cursor-follower {
    visibility: visible;
}

.cursor-follower.active {
    opacity: 0.7;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.cursor-follower.hovered {
    opacity: 0.08;
}

.cursor-follower.close-cursor:before {
    position: absolute;
    content: '';
    height: 25px;
    width: 2px;
    background: #fff;
    left: 48%;
    top: 12px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    display: inline-block;
}

.cursor-follower.close-cursor:after {
    position: absolute;
    content: '';
    height: 25px;
    width: 2px;
    background: #fff;
    right: 48%;
    top: 12px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


.hidden-sidebar .post-widget .post{
    position: relative;
    display: block;
    padding-left: 90px;
    margin-bottom: 30px;
}
  
.hidden-sidebar .post-widget .post:last-child{
    margin-bottom: 0px;
}
  
.hidden-sidebar .post-widget .post .post-thumb{
    position: absolute;
    left: 0px;
    top: 5px;
    width: 70px;
    height: 70px;
    overflow: hidden;
    background: #222;
}
  
.hidden-sidebar .post-widget .post .post-thumb img{
    width: 100%;
    transition: all 500ms ease;
}
  
.hidden-sidebar .post-widget .post .post-thumb:hover img{
    opacity: 0.5;
}
  
.hidden-sidebar .post-widget .post .post-date{
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    margin-bottom: 9px;
    color: #808080;
}
  
.hidden-sidebar .post-widget .post h6{
    position: relative;
    display: block;
    font-size: 17px;
    line-height: 26px;
    font-weight: 700;
    color: #172746;
}
  
.hidden-sidebar .post-widget .post h6 a{
    display: inline-block;
    color: #172746;
    transition: .5s;
}

.hidden-sidebar .post-widget .post h6 a:hover {
    color: var(--theme-color-one);
}
  
.hidden-sidebar .contact-widget .info-list li{
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: #172746;
    font-weight: 600;
    padding-left: 30px;
    margin-bottom: 18px;
}
  
.hidden-sidebar .contact-widget .info-list li:last-child{
    margin-bottom: 0px;
}
  
.hidden-sidebar .contact-widget .info-list li a{
    display: inline-block;
    color: #172746;
}
  
.hidden-sidebar .contact-widget .info-list li a:hover{
    color: var(--theme-color-one);
}
  
.hidden-sidebar .contact-widget .info-list li i{
    position: absolute;
    left: 0px;
    top: 0px;
    font-weight: 400;
    color: var(--theme-color-one);
}

.hidden-sidebar .text-widget {
    position: relative;
    margin-bottom: 30px;
}

.hidden-sidebar .post-widget {
    position: relative;
    margin-bottom: 40px;
}

.hidden-sidebar .post-widget .widget-title {
    margin-bottom: 25px;
}

.hidden-sidebar .post-widget .widget-title h3 {
    position: relative;
    font-size: 22px;
    font-weight: 700;
    color: #172746;
}

.hidden-sidebar .contact-widget {
    position: relative;
    margin-bottom: 40px;
}

.hidden-sidebar .contact-widget .widget-title {
    position: relative;
    margin-bottom: 25px;
}

.hidden-sidebar .contact-widget .widget-title h3 {
    position: relative;
    font-size: 22px;
    font-weight: 700;
    color: #172746;
}

.hidden-sidebar .copyright-text a {
    color: var(--theme-color-one);
}

@media only screen and (max-width:1450px) {
    header.main-header.style-four .auto-container {
        padding: 0 30px;
    }    
    header.main-header.style-four .menu-right-content {
        width: 30%;
        margin-left: 0;
        padding-left: 75px;
    }    
    header.main-header.style-four .menu-right-content i {
        left: 22px;
    }
}

@media only screen and (max-width:1199px) {
    header.main-header.style-three {
        top: 15px;
    }    
    header.main-header.style-three .header-top {
        padding-bottom: 0;
    }
    header.main-header.style-three .menu-area .mobile-nav-toggler {
        margin-top: 34px;
    }
    header.main-header.style-three .header-top .right-column {
        text-align: center;
    }    
    header.main-header.style-three .header-top .hint {
        float: none;
        display: inline-block;
    }    
    .banner-section.style-four .banner-carousel .content-box h1,
    .banner-section.style-three .banner-carousel .content-box h1 {
        font-size: 50px;
        line-height: 60px;
    }
    
    header.main-header.style-four .menu-area .mobile-nav-toggler {
        position: absolute;
        top: -10px;
        right: 0;
        z-index: 9;
    }
    .why_chooseus .sec__bg,
    .banner-section.style-four .banner-carousel .slide-item .image-layer,
    header.main-header.style-four .side-menu {
        display: none;
    }
    .main-header.style-three .menu-right-content {
        margin-right: 70px;
    }
}

@media only screen and (max-width:991px) {
    .workprocess__block:nth-child(1) .inner-box {
        margin-left: auto;
    }    
    .workprocess__block:nth-child(3) .inner-box {
        margin-right: auto;
    }
    .testimonials__section .owl-theme .owl-nav {
        display: none;
    }
    section.contactform__section .image {
        margin-left: 0;
    }
    header.main-header.style-four .menu-right-content {
        width: 50%;
    }
    .workprocess__block:before,
    .team__section.style-two .shape-2 {
        display: none;
    }
}

@media only screen and (max-width:767px) {
    header.main-header.style-four .menu-right-content,
    header.main-header.style-three .menu-right-content {
        display: none;
    }
    header.main-header.style-three .header-top {
        padding-top: 0;
    }
    header.main-header.style-three .outer-box,
    header.main-header.style-three .header-top .top-inner {
        padding-left: 15px;
        padding-right: 15px;
    }
    .banner-section.style-four .banner-carousel .content-box h1,
    .banner-section.style-three .banner-carousel .content-box h1 {
        font-size: 40px;
        line-height: 50px;
    }
    .sec__title h2 {
        font-size: 30px;
        line-height: 40px;
    }
    header.main-header.style-four .logo-box {
        width: auto;
    }
    header.main-header.style-four .menu-area .mobile-nav-toggler {
        top: 5px;
    }
}

@media only screen and (max-width:575px) {
    .whychoose__block .inner-box {
        padding-left: 0;
    }
    
    .whychoose__block .shape-2 {
        position: relative;
        margin-bottom: 30px;
    }
    
    .why_chooseus .content {
        padding: 40px;
        border-radius: 10px;
    }
    
}



.main-header.style-three .header-top .info li {
    cursor: pointer;
}


.project__details__page.one {
    padding-bottom: 0;
}
.project__details__page.two {
    padding-top: 0;
}
.project__details__page.three {
    padding-top: 0;
}