/*--------------------------------------------------------------
Heading  css
--------------------------------------------------------------*/
.rs-heading{
    margin-bottom: 10px;
    .title-inner{
        .sub-text{
            font-weight: 600;
            margin: 0 0 14px;
            display: block;
            color: @primaryColor;
            line-height: 1.2;
            font-family: @titleFont;
            font-size: 18px;           
            &.title-upper{
                text-transform: uppercase;
            }
        }

        .title{
            color: @titleColor;
            font-family: @titleFont;
            font-weight: 600;
            position: relative;
            margin-bottom: 22px;
            &.title-upper{
                text-transform: uppercase;
            }
        }
    }
    &.style2{
        position: relative;
        z-index: 1;
        .title {
            display: inline-block;
            position: relative;         
        }

        &.text-center{
            .title{
                &:after{
                   left: 0;
                   right: 0;
                   margin: 0 auto;
                } 
            }
           
        }
       
        h2{
            margin-bottom: 12px;
        }
        .description{
            p{
                margin-bottom: 12px;
            }
        }
        &.light{
            &:after{
                background: #fff !important;
            }
        }
    } 
}
// Contact Form CSS
.contact-form-bg{
    box-shadow: 0 0 20px rgba(158, 158, 158, 0.16);
}

.pivotal-contact-form1{
    .form-field{
        input,
        textarea {
            background: rgba(255, 255, 255, 1);
            color: @bodyColor;
            border: unset;
            border-radius: 5px;
            padding: 20px;
            margin: 0 0 30px;
            width: 100%;
            outline: none;
            box-shadow: inset 0 0 2px 0 rgba(0,0,0,.15);
            resize: none;
            
        }
        input {
            height: 53px;
            line-height: 53px;
        }
        ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
            color: @bodyColor;
            opacity: 1;
        }
        ::-moz-placeholder { /* Firefox 19+ */
            color: @bodyColor;
            opacity: 1;
        }
        :-ms-input-placeholder { /* IE 10+ */
          
            color: @bodyColor;
            opacity: 1;
        }
        :-moz-placeholder { /* Firefox 18- */
            color: @bodyColor;
            opacity: 1;
        }
    }
    .form-button{
        text-align: center;
        input{
            background: #fff;
            color: #fff;
            transition: 0.4s;
            border-radius: 5px;
            text-align: center;
            height: 50px;
            font-size: 14px;
            width: 100%;
            font-weight: 400;
            text-transform: uppercase;
            cursor: pointer;
            transition: all 0.7s ease 0s;
            transition: .5s;
            background-image: linear-gradient(to right,#01a0f9 0,#09c778 51%,#01a0f9 100%);
            background-size: 200%!important;
            padding-left: 35px;
            padding-right: 35px;
            &:hover {
                background-position: right center!important;
            }
        }
    }
}
.home2-form{
    .pivotal-contact-form1{
        .form-field {
           input,
           textarea {
               background: @whiteColor;
               color: @bodyColor;
           }
           ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
             color: @bodyColor;
             opacity: 1;
           }
           ::-moz-placeholder { /* Firefox 19+ */
             color: @bodyColor;
             opacity: 1;
           }
           :-ms-input-placeholder { /* IE 10+ */
             color: @bodyColor;
             opacity: 1;
           }
           :-moz-placeholder { /* Firefox 18- */
             color: @bodyColor;
             opacity: 1;
           }
        }     
    }
  
    .contact-address .address-item .address-icon i:before{
        background-image: none;
        color: unset;
    }
}
.contact-form iframe {
    filter: grayscale(100%);
}


.list-style{
    padding: 0;
    margin: 0;
    list-style: none;
    li{
        position: relative;
        padding-left: 32px;
        margin-bottom: 5px;
        &:before{
            content: "\f0a9";
            font-family: FontAwesome;
            position: absolute;
            left: 0;
            top: 0;
            font-size: 20px;
        }
    }
}

/*--------------------------------------------------------------
    Call to Actiobn
--------------------------------------------------------------*/
.rs-cta {
    .description{
        margin-top: 24px;
        font-size: 15px;
        line-height: 28px;
        font-weight: normal;
        p{
            &:first-child{
                margin: 0;
            }
            &:last-child{
                margin: 0;
            }
        }
        ul{
            margin: 0 0 0 18px;
        }
    }
    .title-wrap{
        .exp-title{
            margin-bottom: 0px;
            text-align: left;
        }
        .eta-subtitle{
            margin-bottom: 0;
            margin-top: 10px;
            line-height: 1.12;
            text-transform: uppercase;
        }
    }
    .button-wrap{
        .cta-hints{
            margin-bottom: 0;
            margin-top: 10px;
            margin-right: 10px;
        }
    }   
    .style1{
        .hidden-md{
            padding-right: 40px;
        }
        .title-wrap{
            .eta-subtitle{
                margin-top: 0;
                margin-bottom: 7px;
            }
            .description{
                margin-top: 20px;
            }
        }
        .eta-subtitle{
            font-weight: 600;
            text-transform: uppercase;
        }
    }
    .style2{
        text-align: center;
        .title-wrap{
            padding: 25px 0 20px;
        }
        .button-wrap{
            margin-bottom: 10px;
            margin-top: 20px;
        }
    }
    &.text-left{
        .style2{
            text-align: left;
            .title-wrap{
                h2{
                    text-align: left;
                }
            }
        }
        ul.stylelisting{
            list-style-type: none;
            li{
                position: relative;
                padding-left: 22px !important;
                line-height: 34px;
                border: none !important;
                &:before{
                    position: absolute;
                    top: 0;
                    left: 0;
                    z-index: 0;
                    content: "\f054";
                    font-family: 'FontAwesome';
                    color: #fff;
                    font-size: 12px;
                }
            }
        }
    }
    &.text-right{
        .style2{
            text-align: right;
            .title-wrap{
                h2{
                    text-align: right;
                }
            }
        }
    }
    .style2{
        .title-wrap {
            .eta-subtitle{
                margin-top: 10px;
                margin-bottom: 10px;
                font-family: @titleFont;
            }
            .exp-title{
                text-align: center;
                position: relative;
                z-index: 1;
            }
            .description{
                margin-top: 15px;
            }
        }
    }
}
.home5-cta .title-wrap .exp-title,
.home5-business-service .rs-services-default .services-wrap .services-item .services-title{
    font-weight: 500 !important;
}
.rs-cta.rs-cat-style3{
    padding-bottom: 37px;
    .pry-btn{
        height: 55px;
        line-height: 52px;
        border-radius: 30px;
        text-align: center;
        display: inline-block;
        color: #ffffff;
        padding: 0 50px;
        margin-top: 0;
        position: relative;
        font-weight: 600;
        font-size: 15px;
        text-transform: uppercase;
        z-index: 1;
        background: @primaryColor;
        border: 2px solid #ffffff;
        &:hover{
            border-width: 2px;
            background: @primaryColor;
            opacity: 0.8;
            border-color: #fff; 
        }
    }
    .cta-wrap{
        .title-wrap{
            .button-wrap{
                padding-top:20px;
            }
        }
    }
}

.rs-cta.rs-ctabg-style3{
    .description{
        margin-top: 10px;
    }
    .pry-btn{
        height: 55px;
        line-height: 52px;
        text-align: center;
        display: inline-block;
        color: #ffffff;
        padding: 0 30px;
        margin-top: 0;
        position: relative;
        font-weight: 600;
        font-size: 15px;
        text-transform: uppercase;
        z-index: 1;
        background: @primaryColor;
        border: 2px solid #ffffff;
        &:hover{
            border-width: 2px;
            background: @primaryColor;
            opacity: 0.8;
            border-color: #fff; 
        }
    }
    .cta-wrap{
        .title-wrap{
            .button-wrap{
                padding-top:20px;
            }
        }
    }
}
/*--------------------------------------------------------------
services css
--------------------------------------------------------------*/
.rs-services-default{
    .services-wrap {
        transition: all .5s ease;
        box-shadow: 2px 10px 50px rgba(158, 158, 158, 0.25);
        border-radius: 5px;
        &.shadow_off{
            box-shadow: none;
        }
        .services-item{
            .services-icon{
                font-size: 60px;
                line-height: 60px;
                width: 100%;
                position:relative;
                i{
                    color: @secondaryColor;
                }
                &:hover{
                    background-position: 20px -30px;
                }
            }
            h4{
                margin-bottom: 0;
                font-size: 16px;
                text-transform: lowercase;
                font-weight: 400 !important;
            }
            .services-title{
                font-size: 20px;
                margin: 0;
                line-height: 1.3 !important;
            }
            .services-desc{
                p:last-child{
                    margin-bottom: 12px;
                }
            }
        }
    }
    &.services-left{
        .services-wrap{
            box-shadow: none;
        }
        .services-item{
            display: flex;
            .services-icon{
                width: auto;
                line-height: normal;
                font-size: inherit;
                padding-top: 4px;
                padding-right: 20px;
            }
            &.style_number{
                align-items: center;
                .services-desc{
                    p{
                        margin-bottom: 0;
                    }
                }
            }
            .services-number{
                width: 50px;
                height: 50px;
                text-align: center;
                line-height: 50px;
                border-radius: 150px;
                background: @secondaryColor;
                color: #fff;
                margin-right: 15px;
                font-size: 30px;
                transition: @transition;
            }
            &:hover{
                .services-number{
                    background: @primaryColor;
                }
            }
        }
    }
    &.services-center{
        .services-icon{
            display: block;
            font-size: 40px;
            float: none;
            top: 8px;
            text-align: center;
            i{
                margin: 0 auto;
            }
        }
        .services-desc{
            width: 100%;
            text-align: center;
        }
    }
    &.services-right{
        .services-icon{
            display: block;
            font-size: 40px;
            float: none;
            width: 100%;
            text-align: right;
            i{
                margin: 0 auto;
                margin-right: 0;
            }
        }
        .services-desc{
            width: 100%;
            text-align: right;
        }
    }
    .services-item{
        &.img-left{
            display: flex;
            vertical-align: top;
            margin-bottom: 0;
            .services-icon{
                float: left;
                width: 75px;
                margin-top: 10px;
            }
            .services-desc{
                padding-left: 25px;
                float: left;
            }
        }
        &.img-right{
            .services-icon{
                float: right;
                width: 30%;
            }
            .services-desc{
                padding-right: 25px;
                float: left;
                width: 70%;
            }
        }
        &.img-center{
            float: none;
            width: inherit;
            .services-icon{
                margin-bottom: 16px;
            }
        }
         
    }
    &.shadow_yes_always{
        .services-item{
            align-items: center;
            border: 1px solid #f1f6fd;
            padding: 25px 20px;
            .services-icon{
                padding: 0 10px 0 0;
            }
        }
        .services-wrap {
            border-radius: 0;
        }
    }
}

.service-home{
    .services-wrap{
        .services-item{
            .services-icon{
                &:before{
                    content: "";
                    position: absolute;
                    top: 35px;
                    left: 0;
                    right: 0;
                    width: 0px;
                    height: 0px;
                    transition: all .5s ease;
                    border-right: 60px solid transparent;
                    border-top: 60px solid @primaryColor;
                    border-left: 60px solid @primaryColor;
                    border-bottom: 60px solid @primaryColor;
                    border-top-left-radius: 60px;
                    border-top-right-radius: 60px;
                    border-bottom-left-radius: 60px;
                    opacity: .05;
                    transform: rotate(-90deg);
                    z-index: 9;
                    border-bottom-right-radius: 60px;
                }
            }
        }            
        &:hover{
            box-shadow: 0 0 50px #eee;
            .services-icon{
                &:before{
                    left:150px;
                }
            }
        }
    }
}

.middle-column-shadow{
    .rs-services-default .services-wrap{
        box-shadow: 0 0 150px #eee;
    }
}
.services-main{
    .glyph-icon{
        &:before{
            margin: 0;
        }
    }
}
.service_box{
    .rs-services-default {
        .services-wrap {
            .services-item {
                margin-bottom: 25px;
                .services-title{
                    font-weight: 400 !important;
                }
                p{
                    margin: 0;
                }
                .readon{
                    background: #ffffff;
                    color: @primaryColor;
                    border-color: #ffffff;
                    margin-top: 15px;
                    i:before{
                        font-size: 20px;
                        margin-right: 10px;
                        position: relative;
                        top: 3px;
                    }
                    a{
                        color: #ffffff;
                    }
                }
            }
        }
    }
}
.rs-services1{
    .services-title {
        font-size: 20px;
        line-height: 30px !important;
    }
    .services-wrap {
        .services-item{
            margin: 0;
            padding: 42px 40px 30px;
            border-radius: 10px;
            position: relative;
            transition: 0.4s;
            .services-desc{
                position: relative;
                z-index: 9;
            }
            .services-desc{
                width:100%;
                .services-title{
                    margin: 28px 0 10px;
                }
                p{
                    transition: 0.4s;
                }
            }
            &:hover{
                .services-desc{
                    .services-title a,
                    p{
                        color: #ffffff;
                    }
                }
            }
        }
    }
    &.services-top{
        .services-wrap {
            .services-item{
                border: 1px solid rgba(255,255,255,0.2);
                &:hover{
                    background: rgba(255,255,255,0.2);
                    border-color: transparent;
                }
            }
        }
    }
    &.services-left{
        .services-item {
            position: relative;
            padding: 15px 20px;
            z-index: 110;
            overflow: hidden;
            transition: all 0.6s ease 0s;
            background: #fff;
            box-shadow: 2px 10px 50px rgba(158, 158, 158, 0.25);
            margin-bottom: 30px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            align-items: center;
            .services-title {
                font-size: 17px;
                font-weight: 500 !important;
                line-height: 24px;
            }
            .services-icon{
                position: relative;
                display: inline-block;
                margin-bottom: 0;
                width: auto;
                margin-right: 15px;
                span i.glyph-icon:before{
                    font-size: 30px;
                }
            }
            .services-desc{    
                position: relative;
                line-height: 25px;
                font-size: 14px;
                .services-title{
                    margin-top: 0;
                }
                p:first-child{
                    margin-top: 10px;
                }
                .services-title{
                    margin-bottom: 0;
                }
            }
        }
    }
    &.services-right{
        .services-item {
            position: relative;
            padding: 25px 25px 2px 10px;
            z-index: 110;
            overflow: hidden;
            transition: all 0.6s ease 0s;
            background: #fff;
            box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
            margin-bottom: 30px;
            .services-title {
                font-size: 17px;
                font-weight: 500 !important;
                line-height: 24px;
            }
            .services-icon{
                position: relative;
                display: inline-block;
                font-size: 36px;
                float: left;
                width: 20%;
                top: 0;
                text-align: center;
            }
            .services-desc{    
                position: relative;
                float: right;
                text-align: left;
                width: 78%;
                line-height: 25px;
                padding-left: 50px;
                font-size: 14px;
                .services-title{
                    margin-top: 0;
                }
            }
        }
    }
    &.services-right{
        .services-item {
            .services-icon{
                float: right;
            }
            .services-desc{    
                float: left;
            }
        }
    }
    &.services-center{
        .services-icon{
            display: block;
            font-size: 36px;
            float: none;
            width: 100%;
            top: 8px;
            text-align: center;
            i{
                margin: 0 auto;
            }
        }
        .services-desc{
            float: none;
            width: 100%;
            text-align: center;
        }
        .border_bottom{
            margin: 0 auto;
        }
    }
    &.services-right{
        .services-icon{
            display: block;
            font-size: 36px;
            float: none;
            width: 100%;
            top: 8px;
            text-align: right;
            i{
                margin: 0 auto;
                margin-right: 0;
            }
        }
        .services-desc{
            float: none;
            width: 100%;
            text-align: right;
        }
    }
}
.small-services{
    .services-wrap{
        .services-item{
            padding: 25px 25px 10px;  
            .services-desc {
                .services-title {
                    font-size: 20px;
                    font-weight: 600 !important;
                    margin-top: 0px;
                    padding-top: 15px;
                } 
            }
            .services-icon{
                margin-bottom: 12px;
            }        
        }
    }
    .services-wrap .services-item .services-icon .glyph-icon:before{
        font-size: 40px;
    }
}
.rs-services2{
    position: relative;
    .shadow_yes_always{
        transition: 0.3s;       
        box-shadow: 0 0 20px #f0f0f0;
        border-color: transparent !important;
    } 
    .shadow_off_always{
        .hover-image{
            opacity: 0;
            visibility: hidden;
            transition: @transition;
        }
    }
    .services-item {
        padding: 65px 45px;
        border-radius: 5px;
        position: relative;
        transition: 0.5s;
        .services-icon,
        .border_bottom,
        .border_top,
        .about-title,
        .services-desc{
            z-index: 2;
            position: relative;
        }
        ul{
            margin-bottom: 0;
        }
        .services-icon {
            margin-bottom: 22px;
            i {
                position: relative;
                color: @whiteColor;
                z-index: 10;
                &:before {
                    font-size:50px;
                    line-height: 100px;
                }
            }
        }
        .about-title {
            .title {
                font-size: 22px;
                margin-bottom: 15px;
                line-height: 1.4 !important;
                font-weight: 600;
            }
        }
        &:hover {
            background: rgba(255,255,255,0.2);
            .services-icon {
                &:before {
                    opacity: 0;
                }  
            }
            .services-desc{
                p{
                    color: #ffffff;
                    transition: 0.4s;
                }
            }
        }       
        &.center{
            text-align: center;
        }
        &.right{
            text-align: right;
        }
    }

    .icon-left{
        box-shadow: 0 5px 15px #f0f0f0;
        .services-item{
            display: flex;
            align-items: center;
            .services-icon{
                margin-bottom: 0;
            }
            .icon_left{
                width: 85px;
                height: 85px;
                text-align: center;
                line-height: 85px;
                background: #ffffff;
                border-radius: 50%;
                box-shadow: 0 0 15px #ddd;
                margin-right: 30px;
                position: relative;
                img{
                    max-width: 45px;
                    position: absolute;
                    left: 50%;
                    top: 50%;
                    transform: translate(-50%, -50%);
                }
            }
            &:hover{
                .icon_left{
                    box-shadow: none;
                }
        }
        }
    }
    .top_border{
        .services-item {
            padding: 0;
            box-shadow: none;
            &:before{
                display: none;
            }
        }
    }
    .shadow_yes{
        transition: 0.3s;
        &:hover{
            box-shadow: 0 0 20px #f0f0f0;
            border-color: transparent !important;
        }
    }
    .services-wrap{
        position: relative;
        overflow: hidden;
        &.center{
            text-align: center;
        }
        .hover-image{
            position: absolute;
            bottom: -15px;
            right: -15px;
        }
    }
    &:hover{
        .shadow_off_always{
            .hover-image{
                opacity: 1;
                visibility: visible;
            }
        }
    }

       
}


.service-inner.no-rounded{
    border-radius: 0 !important;     
}
.services-style-7{
    &.services-center{
        text-align: center;
    }
}
.emergency-services{
    .services-style-2 {
        max-width: 650px;
        margin: -100px auto 0;
        &.services-left{
            .services-wrap {
                .services-icon{
                    margin-top: 10px;
                }
                .services-icon,
                .services-desc{
                    width: auto;
                }
                .services-desc{
                    padding-left: 35px;
                    h3{
                         color: #fff;
                         font-size: 24px;
                         font-weight: 500;
                    }
                    p{
                        margin: 8px 0 20px;
                        font-size: 25px;
                    }
                }
            }
        }
    }
}
/* Service Box Border Style*/
.rs-services1.services-left.border_style{
    margin-bottom: 30px;
    .services-wrap {
        .services-item{
            background: none;
            box-shadow: none;
            margin: 0;
            padding: 0;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            text-align: center;
            .services-icon{
                width: 80px;
                i{
                    border: 2px solid @secondaryColor;
                    border-radius: 50%;
                    line-height: 70px;
                    height: 80px;
                    width: 80px;
                    font-size: 40px;
                    cursor: pointer;
                    background: #ffffff;
                    color: #28406d;
                }
            }
            &:hover{
                .services-icon{
                    i{
                        background:@secondaryColor;
                        color: @primaryColor;
                    }
                }
            }
            .services-desc{
                width: calc(~"100% - 80px");
                padding-left: 15px;
                p{
                    margin-bottom: 0;
                }
            }
        }
    }
}
.rs-services1.services-right{
    margin-bottom: 30px;
    .services-wrap {
        .services-item{
            background: none;
            box-shadow: none;
            margin: 0;
            padding: 0;
            .services-icon{
                width: 80px;
                float: right;
                i{
                    border: 2px solid @secondaryColor;
                    border-radius: 50%;
                    line-height: 70px;
                    height: 80px;
                    width: 80px;
                    font-size: 40px;
                    cursor: pointer;
                    background: #ffffff;
                    color: #28406d;
                    &:hover{
                        background:@secondaryColor;
                        color: @primaryColor;
                    }
                }
            }
            .services-desc{
                width: calc(~"100% - 80px");
                padding-right: 15px;
                padding-left: 0;
                text-align: right;
                p{
                    margin-bottom: 0;
                }
            }
        }
    }
}

.proces-item{
        position: relative;
        z-index: 1;
        position: relative;
        padding-bottom: 5px;
        padding-right: 30px;
        margin-bottom: 40px;
        padding-left: 100px;
       
        .number{
            font-size: 60px;
            font-weight: 700;
            display: block;
            color: @bodyColor;
            margin-bottom: 20px;
            transition: all 0.3s ease 0s;
            line-height: 1;
            position: absolute;
            left: 10px;
            top: 10px;
        }
        h4{
            margin: 0 0 10px;
            a{
                color: @titleColor;
            }
        }
        &.active,
        &:hover{
            .number{
                color: @primaryColor;
            }
        }
    }

.services-style-10.proces-item{
    padding-left: 110px;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    padding-right: 0;
    .number{
        top: 30px;
    }
    h4{
        padding-top:0 !important;
        margin-top: 0 !important; 

    }
}
.construction-process3{
    margin-top: -140px;
}
.process-inner{
    -webkit-box-shadow: 1px 0 3px 0px rgba(34, 34, 34, 0.3);
    -moz-box-shadow: 1px 0 3px 0px rgba(34, 34, 34, 0.3);
    box-shadow: 1px 0 3px 0px rgba(34, 34, 34, 0.3);
    display: table;
    width: 100%;
    position: relative;
    z-index: 1;
    background: #ffffff;
    -webkit-transition: all .3s;
    transition: all .3s;
    margin-top: -55px;
    .process-item{
        padding: 42px 20px 0;
        border-top: none;
        display: table-cell;
        vertical-align: middle;
       -webkit-transition: all .3s;
       transition: all .3s;
    }
    .title{
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 8px;
    }
    .number{
        font-size: 60px;
        color: @primaryColor;
        font-weight: 600;
        margin-bottom: 35px;
        margin-bottom: 12px;
        line-height: 60px;
    }
    .des{
        opacity: 0;
        visibility: hidden;
       -webkit-transition: all .3s;
       transition: all .3s;
       line-height: 22px;
    }
    &.active,
    &:hover{
        margin-top: -80px;
        margin-bottom: -80px;
        .process-item{
            background: @primaryColor;
            padding-bottom: 44px;
            border-color: @primaryColor;
            .des{
                opacity: 1;
                visibility: visible;
            }
            .title,
            .des,
            .number{
                color: #ffffff;
            }
        }
    } 
}
 ul.check-list{
    li{
       position: relative; 
       padding-left: 22px;
       padding-top: 4px;
       padding-bottom: 4px;
       font-size: 16px;
       list-style: none;
       &:before{
            position: absolute;
            top: 4px;
            left: 0;
            content: "\f11b";
            font-family: Flaticon;
            color: @primaryColor;
            font-weight: 700;
            font-size: 14px;
       }
    }
}
.rs-services-style3{
    position: relative;
    overflow: hidden;
    margin: 15px auto 15px;
    max-width: 360px;
    border: 1px solid rgba(255,255,255,0.3);
    padding: 30px 30px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 0 0 150px #eee;
    .bg-img{
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        opacity: 1;
        -webkit-transition: all .7s ease;
        transition: all .7s ease;
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        background-size: cover;
        &:after{
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            background-color: #222;
            opacity: 0.7;
            transition: 0.7s;
        }
        a{
            position: absolute;
            top: 30%;
            left: 50%;
            transform: translate(-50%, -50%);
            -webkit-transition: all .7s ease;
            transition: all .7s ease;
            font-size: 15px;
            height: 40px;
            line-height: 38px;
            padding: 0 30px;
            color: #fff;
            background: @secondaryColor;
            border-color: @secondaryColor;
            opacity: 0;
            visibility: hidden;
            z-index: 99;
            &:hover{
                opacity: .95 !important;
                background: @secondaryColor;
            }
            &:before{
                display: none;
            }
        }
    }
    .services-item{
        position: relative;
        z-index: 1;
        .services-icon{
            font-size: 44px;
            span{
                display: inline-block;
            }
        }
        .services-desc{
            .services-title{
                margin-bottom: 10px;
            }
            p{
                &:last-child{
                    margin-bottom: 0;
                }
            }
        }
    }
    &:hover{
        .bg-img{
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
            z-index: 9;
            a{
                top: 50%;
                opacity: 1;
                visibility: visible;
                -webkit-transition: all .7s ease;
                transition: all .7s ease;
            }
            &:after{
                opacity: 0;
            }
        }
    }
    &.services-center{
        text-align: center;
    }
    &.services-right{
        text-align: right;
    }
}
.service-carousel,
.department-carousel{
    .owl-stage-outer{
        overflow: hidden;
    }
    .rs-services-style3{
        max-width: 100%;
    }
}
.slider-services-style2{
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    box-shadow: 0 10px 20px rgba(0,0,0,.05);
    border-radius: 3px;
    border: 1px solid transparent;
    margin-bottom: 20px;
    .service-img{
        overflow: hidden;
        img{
            max-width: 100%;
            -webkit-transition: all .4s ease-in;
            transition: all .4s ease-in;
        }
    }
    .services-desc{
        padding: 27px 27px 8px;
        background: #fff;
        .services-title{
            margin-bottom: 15px;
            font-size: 20px;
        }
        .readon{
            height: 44px;
            line-height: 42px;
            margin-bottom: 25px;
            &:hover{
                padding-right: 45px;
            }
        }
    }
    &:hover{
        .service-img{
            img{
                filter: grayscale(0) blur(2px);
                -webkit-filter: grayscale(0) blur(2px);
                -webkit-transform: scale(1.1);
                transform: scale(1.1);
            }
        }
        .bg-img{
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
            a{
                top: 50%;
            }
        }
    }
}
.service-carousel,
.department-carousel{
    .owl-stage-outer{
        overflow: hidden;
    }
    .owl-nav {
        &.disabled{
            display: none;
        }
    }
    .owl-dots{
        text-align: center;
        margin-top: 25px;
        display: none;
        .owl-dot{
            height: 8px;
            width: 20px;
            border-radius: 30px;
            border: 1px solid @primaryColor;
            display: inline-block;
            margin-right: 10px;
            cursor: pointer;
            &.active{
                background: @primaryColor;
                cursor: inherit;
            }
        }
    }
    .rs-services-style3{
        max-width: 100%;
    }
}
.light-arrow{
    .owl-carousel .owl-nav [class*="owl-"]{
        background: #fbfbfb !important;
        color: @titleColor;
        &:hover{
            background: #fff !important;
            color: @titleColor;

        }
    }
}
.department-carousel{
    .department-item{
        padding: 50px 30px 35px;
        text-align: center;
        border-radius: 5px;
        .department-img{
            img{
                transition: all 0.7s;
                transform: scale(1);
                max-width: 64px;
            }
        }
        .department-desc{
            .services-title{
                margin: 17px 0 15px;
                a{
                    &:hover{
                        opacity: 0.85;
                    }
                }
            }
            p{
                margin-bottom: 15px;
            }
        }
        &:hover{
            .department-img{
                img{
                    transform: scale(0.9);
                }
            }
            .service-readon{
                padding-right: 24px;
            }
        }
        .service-readon{
            margin-top: 0px;
            font-size: 15px;
            position: relative;
            padding: 3px 20px 3px 0;
            &:after{
                position: absolute;
                height: 100%;
                right: 0;
                opacity: 1;
                top: 4px;
                font-size: 14px;
                content: "\f133";
                font-family: Flaticon;
                display: inline-block;
                font-weight: normal;
            }
        }
    }
    .owl-nav .owl-next {
        position: absolute;
        right: -20px;
        top: 50%;
        color: #fff;
        transition: all 0.4s;
        opacity: 0;
        cursor: pointer;
        background: @primaryColor;
        width: 42px;
        height: 42px;
        line-height: 42px;
        border-radius: 50%;
        text-align: center;
        transform: translateY(-50%);
        i{
            &:before{
                font-size: 20px;
            }
        }
    }
    .owl-nav .owl-prev {
        position: absolute;
        left: -20px;
        top: 50%;
        color: #fff;
        background: @primaryColor;
        transition: all 0.4s;
        opacity: 0;
        cursor: pointer;
        width: 42px;
        height: 42px;
        line-height: 42px;
        border-radius: 50%;
        text-align: center;
        transform: translateY(-50%);
        i{
            &:before{
                font-size: 20px;
            }
        }
    }
    &:hover{
        .owl-nav .owl-next{
            right: -40px;
            opacity: 1;
        }
        .owl-nav .owl-prev{
            left: -40px;
            opacity: 1;
        }
    }
}
.rs-services-style4{
    position: relative;
    transition: all .5s ease;
    padding: 50px 20px 20px;
    margin-bottom: 30px;
    overflow: hidden;
    .bg-img{
        height: 300px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        opacity: 0;
        transition: all .5s ease;
    }
    .services-item{
        .services-icon{
            i{
                font-size: 50px;
            }
        }
        .services-icon{
            i{
                color: @primaryColor;
                background-color: transparent;
                font-size: 55px;
                display: inline-block;
                width: 70px;
                height: 70px;
                line-height: 70px;
                color: #ffffff;
                background: @secondaryColor;
                border-radius: 50%;
                font-size: 30px;
                border: 2px solid transparent;
                transition: 0.3s;
                -webkit-transition: 0.3s;
                -ms-transition: 0.3s;
                text-align: center;
            }
        }
        .services-desc{
            transition: all .5s ease;
            .services-title{
                font-size: 20px;
                margin: 25px 0 10px !important;
                line-height: normal;
                font-weight: 600 !important;
                color: @titleColor;
                margin: 28px 0 10px;
                a{
                    color: @titleColor;
                }
            }
        }
    }

    &.services-center{
        border: 1px solid #e1e1e1;
        .services-icon{
            text-align: center;
        }
        .services-title2{
            text-align: center;
        }
        .services-desc{
            text-align: center;
        }
    } 
    &.services-left{
        .services-item{
            
            .services-title{
                text-align: left;
                margin: 0;
                font-weight: 500;
            }
            .services-desc{
                text-align: left;
            }
        }
    }
    &.services-right{
        padding: 20px;
        margin-bottom: 30px;
        overflow: hidden;
        .services-item{
            .services-icon{
                float: right;
                width: 50px;
            }
            .services-title{
                text-align: right;
                margin: 0;
                font-weight: 500;
            }
            .services-desc{
                text-align: right;
                float: left;
                width: 80%;
                padding-right: 18px;
            }
        }
    }
    &:hover{
        .bg-img{
            opacity: 1;
        }
        .services-icon i{
            background: @primaryColor;
            color: @secondaryColor;
        }
    }
}
.services-style-5{
    .services-wrap{
        width: 100%;
        height: 100%;
        border-radius: 50%;
        position: relative;
        cursor: default;
    }
    .services-desc,
    .services-item{
        width: 180px;
        height: 180px;
        border-radius: 50%;
        .services-title{
            padding-top: 25px;
            margin: 0 auto;
            text-transform: uppercase;
            border-radius: 50%;
            position: relative;
            a{
                position: absolute;
                left: 50%;
                top: 50%;
                transform: translate(-50%, -50%);
                -webkit-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
            }
        }
    }
    .services-desc > div{
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        background-position: center center;
    }
    .services-item{
        top: 20px;
        box-shadow: 0 0 0 20px rgba(225,197,13,0.4), inset 0 0 3px rgba(255,255,255,0.2);
        position: relative;
        margin: 0 auto;
        .icon_bg{
            transition: all 0.6s ease-in-out;
            padding-top: 30px;
            text-align: center;
            img{
                max-width: 120px;
            }
        }
        .services-title{
            opacity: 0;
            pointer-events: none;
            transform: scale(1.5);
            transition: all 0.4s ease-in-out 0.2s;
            color: #fff;
            text-transform: uppercase;
            width: 100%;
            height: 100%;
        }
        &:hover{
            .icon_bg{
                transform: scale(0);
                opacity: 0;
            }
            .services-title{
                transform: scale(1);
                opacity: 1;
                pointer-events: auto;
                background: @primaryColor;
                width: 100%;
                height: 100%;
            }
        }
    }
    .services-icon{
        position: absolute;
        right: -32px;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        max-width: 120px;
        background-repeat: no-repeat !important;
    }
}
.service-readon{
    background: @primaryColor;
    color: #fff;
    padding: 3px 17px;
    display: inline-block;
    font-size: 20px;
    margin-top: 30px;
    border-radius: 18px;
    &:hover{
        color: #fff;
        opacity: 0.9;
    }
    i{
        &:before{
            font-size: inherit;
        }
    }
}
.rs-services{
    .services-style-9 {
        .services-wrap{
            padding: 70px 35px 45px 35px;
            position: relative;
            border-bottom-width: 4px;
            transition: all 0.3s ease 0s;
            box-shadow: 0px 3px 36px rgba(0, 0, 0, 0.04);
            position: relative;
            background: #fff;
            border-radius: 7px;
            &:after{
                content: "";
                width: 0;
                height: 4px;
                background: @primaryColor;
                position: absolute;
                transition: all 0.5s ease 0s;
                bottom: 0;
                left: 50%;
                z-index: 9;
                transform: translateX(-50%);
            }
            .services-item{

                .services-icon{
                    transition: all 0.5s ease 0s;
                    width: 90px;
                    margin: 0 auto;
                    position: absolute;
                    left: 50%;
                    top: -45px;
                    transform: translateX(-50%);
                    background: #fff;
                     box-shadow: 0px 3px 36px rgba(0, 0, 0, 0.04);
                    transition: all 0.3s ease 0s;
                    height: 90px;
                    line-height: 90px;
                    text-align: center;
                    border-radius: 100%;
                    img{
                        max-width: 45px;
                    }
                }
                .services-desc{
                    margin: auto;
                    .services-title{
                        margin-bottom: 8px;
                        font-weight: 600 !important;
                        font-size: 24px;
                        color: @primaryColor;
                        &.title-upper{
                            text-transform: uppercase;
                        }
                        a{
                            color: @primaryColor;
                            &:hover{
                                color: @secondaryColor;
                            }
                        }
                    }
                    p{
                        margin-bottom: 0;
                    }
                }
            }
            &:hover{
                &:after{
                    width: 100%;
                }
                .services-item{
                    .services-icon{
                        top: -35px;
                    }
                }
            }
        }
        &.services-center{
            .services-desc{
                text-align: center;
            }
        }
    }
    .services-style-7{
        
        box-shadow: 0 0px 50px 0 rgba(50, 50, 50, 0.08);
        border-radius: 5px;
        .services-icon{
            img{
                border-radius: 5px 5px 0 0;
            }
        }
        .services-desc{
            padding: 15px 25px 30px;
            border-radius: 0 0 5px 5px;
            .services-title{
                font-size: 22px;
                line-height: 27px !important;
                margin-bottom: 0;
                font-weight: 500;
            }
            p{
                margin-bottom: 0;
            }
        }

    }
}
.rs-services-style6{
    position: relative;
    border-radius: 6px;
    transition: all .5s ease;
    padding: 20px;
    margin-bottom: 30px;
    overflow: hidden;
    .bg-img{
        height: 300px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        opacity: 0;
        transition: all .5s ease;
    }
    .services-item{
        .services-icon{
            i{
                font-size: 50px;
            }
        }
        .services-icon{
            i{
                color: @primaryColor;
                border: 2px solid @primaryColor !important;
                background-color: transparent;
                font-size: 55px;
                display: inline-block;
                width: 135px;
                height: 135px;
                line-height: 135px;
                color: #ffffff;
                background: @primaryColor;
                border-radius: 50%;
                font-size: 60px;
                border: 2px solid transparent;
                transition: 0.3s;
                -webkit-transition: 0.3s;
                -ms-transition: 0.3s;
                text-align: center;
            }
        }
        .services-desc{
            transition: all .5s ease;
            .services-title{
                font-size: 24px;
                margin: 25px 0 10px !important;
                line-height: normal;
                font-weight: 500 !important;
                color: @titleColor;
                margin: 28px 0 10px;
                a{
                    color: @titleColor;
                }
            }
        }
    }

    &.services-center{
        .services-icon{
            text-align: center;
        }
        .services-title2{
            text-align: center;
        }
        .services-desc{
            text-align: center;
        }
    } 
    &.services-left{
        .services-item{
            
            .services-title{
                text-align: left;
                margin: 0;
                font-weight: 500;
            }
            .services-desc{
                text-align: left;
            }
        }
    }
    &.services-right{
        padding: 20px;
        margin-bottom: 30px;
        overflow: hidden;
        .services-item{
            .services-icon{
                float: right;
                width: 50px;
            }
            .services-title{
                text-align: right;
                margin: 0;
                font-weight: 500;
            }
            .services-desc{
                text-align: right;
                float: left;
                width: 80%;
                padding-right: 18px;
            }
        }
    }
    &:hover{
        .bg-img{
            opacity: 1;
        }
        .services-item{
            .services-icon{
                i{
                    background: transparent;
                    color: @primaryColor;
                    font-size: 50px;
                }
            }
        }
    }
}
.fullwidth-services-box{
    .services-style-2{
        background: rgba(2,27,121, .7);
        box-shadow: 0 0 20px @secondaryColor;
        &:hover{
            background: @secondaryColor; 
        }
    }
}
/*Counter Style*/

.counter-top-area{
    background-size: 100%;
    padding: 58px 0 25px;
    background-repeat: no-repeat;
   .count-number{
        span{
            margin: 0 0 0;
            font-size: 28px;
            font-family: @bodyFont !important;
            font-weight: 600;
            line-height: 35px !important

        }
        h4{
            font-weight: 600 !important;
        }
    }
    .count-text{
        h4{
            text-transform: uppercase;
        }
    }
    &.border-style{
        border: 1px solid #f7efef;
        padding: 30px 0 8px;
        transition: @transition;
        border-radius: 7px;
        &:hover{
            border-color: @primaryColor !important;
        }
    }
    &.style1.left{
        padding-top: 20px;
        padding-bottom: 20px;
       
        .count-icon{
           display: inline-block;
           margin-right: 20px;
           img{
                float: left;
                margin-right: 50px;
                width: 50px;
           }
        }
        .counter-icon{
            display: inline-block;
            margin-right: 15px;
            vertical-align: top;
            padding-right: 10px;
            img{
                width: 60px;
                margin-top: 8px;
            }
        }
        .count-text{
            display: inline-block;
        }
    }

    &.content-left{
        text-align: left;
        img{
            margin-bottom: 20px;
        }
    }

    &.content-center{
        text-align: center;
        transition: all .5s ease;
        img{
            margin: 0 auto 20px;
        }
        &:hover{
            background-position: 40px !important;
        }
    }

    &.content-right{
        text-align: right;
        img{
            margin: 0 0 20px auto;
        }
    }
    &.style3{
        background: #fff;
        box-shadow: 0 0 15px #eee5e5;
        padding: 18px 25px 24px;
        margin-top: 12px;
        border-radius: 4px;
        transition: all .5s ease;
        &.left{
            .rs-counter-list{
                display: flex;
                .count-text{
                    display: flex;
                    flex-wrap: wrap;
                    .count-number{
                        order: 2;
                        flex: 0 0 100%;
                        span{
                            transition: all .5s ease;
                        }
                    }
                    h3{
                        margin: 0 0 4px;
                        transition: all .5s ease;
                    }
                }
                .counter-icon{
                    margin-right: 12px;
                    flex:  0 0 45px;
                    img{
                        margin: 0;
                        background: #fff;
                        padding: 10px;
                        box-shadow: 0 0 15px #eee5e5;
                        border-radius: 50%;
                        transition: all .5s ease;
                    }
                }
            }
        }
        &:hover{
            background: @primaryColor;
            .count-text{
                h3{
                    color: #fff !important;
                }
            }
            .counter-icon{
                img{
                    box-shadow: none !important;
                }
            }
            .count-number{
                span{
                    color: #fff !important;
                }
            }
        }
    }
}

.style-bg{
    .counter-top-area{
        padding: 60px 0 30px;
        .count-number h3 {
            margin: 0;
        }
    }
}

/* -------------------------------- 

Vertical Timeline CSS

-------------------------------- */

    @media only screen and (min-width: 1170px) {
      .cd-is-hidden {
        visibility: hidden;
      }
    }

    .cd-timeline {
      overflow: hidden;
      margin: 2em auto;
    }
    .short-info h2{
        font-size: 30px;
        line-height: 40px;
    }
    .cd-timeline__container {
      position: relative;
      width: 90%;
      max-width: 1170px;
      margin: 0 auto;
      padding: 0;
      iframe{
        margin-bottom: 15px;
      }
    }
     .timeline-icon{
        font-size: 30px;
        width: 80px;
        height: 80px;
        line-height: 80px;
        color: @primaryColor;
        @media screen and (max-width: 767px){
            font-size: 15px;
            width: 40px;
            height: 40px;
            line-height: 40px; 
            text-align: center;       
        }
    }
    .cd-timeline__container::before {
      /* this is the vertical line */
      content: '';
      position: absolute;
      top: 0;
      left: 18px;
      height: 100%;
      width: 4px;
      background:  @secondaryColor;
    }

    @media only screen and (min-width: 1170px) {
      .cd-timeline {
        margin-top: 34px;
        margin-bottom: 3em;
      }
      .cd-timeline__container::before {
        left: 50%;
        margin-left: -2px;
      }
    }

    .cd-timeline__block {
      position: relative;
      margin: 80px 0;
    }

    .cd-timeline__content .event-shedule-info{
       .speaker-name, .speaker-name a {
            color: #f5f5f5;
            margin-bottom: 0;
            font-size: 14px;
            padding-bottom: 0;
       }
       .event-des{
            font-size: 15px;
            line-height: 22px;
       }
       .event-title{
        color: #fff !important;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
        font-size: 24px;

         a{
            color: #fff !important;
         }
       }
       p{
        margin-top: 10px;
       }

    }

    .cd-timeline__block:after {
      /* clearfix */
      content: "";
      display: table;
      clear: both;
    }

    .cd-timeline__block:first-child {
      margin-top: 0;
    }

    .cd-timeline__block:last-child {
      margin-bottom: 0;
    }

    @media only screen and (min-width: 1170px) {
      .cd-timeline__block {
        margin: 4em 0;
      }
    }

    .cd-timeline__img {
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 50%;
        width: 80px;
        height: 80px;
        line-height: 80px;
        text-align: center;
    }

    .cd-timeline__img img {
      display: block;
      width: 100%;
      height: 100%;
      position: relative;
      left: 0;
      top: 0;
      margin-left:0;
      margin-top: 0;
      border-radius: 100% !important;
    }

    .cd-timeline__img.cd-timeline__img--picture {
      background: @secondaryColor;
      span{
        color: #fff;
      }
    }

    .cd-timeline__img.cd-timeline__img--movie {
      background: #c03b44;
    }

    .cd-timeline__img.cd-timeline__img--location {
      background: #f0ca45;
    }

    @media only screen and (min-width: 1170px) {
      .cd-timeline__img {
        left: 50%;
        margin-left: -40px;
        /* Force Hardware Acceleration */
        -webkit-transform: translateZ(0);
                transform: translateZ(0);
      }
      .cd-timeline__img.cd-timeline__img--bounce-in {
        visibility: visible;
        -webkit-animation: cd-bounce-1 0.6s;
                animation: cd-bounce-1 0.6s;
      }
    }
    @media only screen and (max-width: 1199px) {
        body .cd-timeline__img{
            left: -18px;
        }
        body .cd-timeline__content{
            margin-left: 80px;
        }
    }
    @media only screen and (max-width: 767px) {
        .cd-block-start .cd-timeline__img .timeline-year {
            font-size: 12px;
            line-height: 12px;
        }
        body .cd-timeline__img {
            left: -10px;
            width: 60px;
            height: 60px;
            line-height: 60px;
        }
        body.wpb-js-composer .vc_tta.vc_general .vc_tta-panel .vc_tta-panel-title {
            a i{
                color: @primaryColor;
            }
            &:hover{
                a i{
                    color: #ffffff;
                }
            }

        }
    }
    @media only screen and (max-width: 480px) {
        body .cd-timeline__content .short-info {
            padding: 10px;
        }
        body .cd-timeline__content {
            margin-left: 65px;
        }
        body .cd-timeline__content .short-info h2, 
        body .cd-timeline__content .short-info h3{
            font-size: 20px;
        }

    }

    @-webkit-keyframes cd-bounce-1 {
      0% {
        opacity: 0;
        -webkit-transform: scale(0.5);
                transform: scale(0.5);
      }
      60% {
        opacity: 1;
        -webkit-transform: scale(1.2);
                transform: scale(1.2);
      }
      100% {
        -webkit-transform: scale(1);
                transform: scale(1);
      }
    }

    @keyframes cd-bounce-1 {
      0% {
        opacity: 0;
        -webkit-transform: scale(0.5);
                transform: scale(0.5);
      }
      60% {
        opacity: 1;
        -webkit-transform: scale(1.2);
                transform: scale(1.2);
      }
      100% {
        -webkit-transform: scale(1);
                transform: scale(1);
      }
    }

    .cd-timeline__content {
        position: relative;
        margin-left: 60px;
        background: #f3f5f4;
        border-radius: 3px;
        padding: 1em;
      //  border-top: 4px solid @secondaryColor;
        .short-info{
            background: #f7f7fc;
            padding:50px;
            border-radius: 4px;
            h2,
            h3{
                color: @secondaryColor;
                font-size: 24px;
                line-height: 28px !important;
                margin-bottom: 14px;
                a{
                    color: @secondaryColor;
                }
            }
            .career_thumb{
                margin-bottom: 23px;
            }
        }
        .cd_timeline_desc{
            margin-left: 60px;
            font-size: 20px;
            font-weight: 600;
            color: @titleColor;
            opacity: 1;
            h3{
                color: @secondaryColor;
                font-size: 20px;
                line-height: 28px !important;
                margin-bottom: 14px;
            }
            p{
                font-size: 16px;
                color: @titleColor;
            }
        }
    }

    .cd-timeline__content:after {
      /* clearfix */
      content: "";
      display: table;
      clear: both;
    }

    .cd-timeline__content::before {
      /* triangle next to content block */
      content: '';
      position: absolute;
      top: 16px;
      right: 100%;
      height: 0;
      width: 0;
      border: 15px solid transparent;
      border-right: 15px solid  #f3f5f4;
    }


    .cd-timeline__content p,
    .cd-timeline__read-more,
    .cd-timeline__date {
        font-size: 16px;
        color: @titleColor;
    }

    .cd-timeline__read-more,
    .cd-timeline__date {
      display: inline-block;
    }
    .cd-block-start{
        padding-bottom: 100px;
        .cd-timeline__img{
            line-height: 20px;
            padding: 10px;
            font-size: 15px;
            .timeline-year{
                position: relative;
                top: 5px;

            }
        }
    }
    .cd-block-done{
        padding-bottom: 80px;
        text-transform: uppercase;
    }

    .cd-timeline__read-more {
      float: right;
      padding: .8em 1em;
      background: #acb7c0;
      color: white;
      border-radius: 0.25em;
    }

    .cd-timeline__read-more:hover {
      background-color: #bac4cb;
    }

    .cd-timeline__date {
      float: left;
      padding: .8em 0;
      opacity: .7;
    }

    @media only screen and (min-width: 768px) {
      .cd-timeline__content h2 {
        font-size: 2rem;
      }
      .cd-timeline__content p {
        font-size: 16px;
        color: @titleColor;
      }
      .cd-timeline__read-more,
      .cd-timeline__date {
        font-size: 1.4rem;
      }
    }

    @media only screen and (min-width: 1170px) {
      .cd-timeline__content {
        margin-left: 0;
        padding: 0;
        width: 43%;
        /* Force Hardware Acceleration */
        -webkit-transform: translateZ(0);
                transform: translateZ(0);
      }
      .cd-timeline__content::before {
        top: 24px;
        left: 100%;
        border-color: transparent;
        border-left-color:  #f3f5f4;
      }
      .cd-timeline__read-more {
        float: left;
      }
      .cd-timeline__date {
        position: absolute;
        width: 100%;
        left: 122%;
        top: 6px;
        font-size: 1.6rem;
      }
      .cd-timeline__block:nth-child(odd) .cd-timeline__content {
        float: right;
      }
      .cd-timeline__block:nth-child(odd) .cd-timeline__content::before {
        top: 24px;
        left: auto;
        right: 100%;
        border-color: transparent;
        border-right-color: #f3f5f4;
      }
      .cd-timeline__block:nth-child(odd) .cd-timeline__read-more {
        float: right;
      }
      .cd-timeline__block:nth-child(odd) .cd-timeline__date {
        left: auto;
        right: 133%;
        text-align: right;
      }
      .cd-timeline__content.cd-timeline__content--bounce-in {
        visibility: visible;
        -webkit-animation: cd-bounce-2 0.6s;
                animation: cd-bounce-2 0.6s;
      }
    }

    @media only screen and (min-width: 1170px) {
      /* inverse bounce effect on even content blocks */
      .cd-timeline__block:nth-child(odd) .cd-timeline__content.cd-timeline__content--bounce-in {
        -webkit-animation: cd-bounce-2-inverse 0.6s;
                animation: cd-bounce-2-inverse 0.6s;
      }
    }

    @-webkit-keyframes cd-bounce-2 {
      0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
                transform: translateX(-100px);
      }
      60% {
        opacity: 1;
        -webkit-transform: translateX(20px);
                transform: translateX(20px);
      }
      100% {
        -webkit-transform: translateX(0);
                transform: translateX(0);
      }
    }

    @keyframes cd-bounce-2 {
      0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
                transform: translateX(-100px);
      }
      60% {
        opacity: 1;
        -webkit-transform: translateX(20px);
                transform: translateX(20px);
      }
      100% {
        -webkit-transform: translateX(0);
                transform: translateX(0);
      }
    }

    @-webkit-keyframes cd-bounce-2-inverse {
      0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
                transform: translateX(100px);
      }
      60% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
                transform: translateX(-20px);
      }
      100% {
        -webkit-transform: translateX(0);
                transform: translateX(0);
      }
    }

    @keyframes cd-bounce-2-inverse {
      0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
                transform: translateX(100px);
      }
      60% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
                transform: translateX(-20px);
      }
      100% {
        -webkit-transform: translateX(0);
                transform: translateX(0);
      }
    }


.timeline-alter  {
   .timeline-item{
        position: relative;
        display: table;
        table-layout: fixed;
        width: 100%;
        padding-bottom: 15px
    } 

    .left-part {
        width: 30%;
        display: table-cell;
        padding-right: 25px;
        min-height: 100%;
        text-align: right;
        vertical-align: top
    }

    .item-period {
        margin: 3px 0;
        font-size: 14px;
        line-height: 1.4em
    }

    .item-company {
        display: block;
        color: #aaa;
        margin: 0 0 4px;
        font-size: 12px;
        line-height: 1.45em
    }

    .divider {
        position: absolute;
        top: 0;
        left: 30%;
        bottom: 0;
        width: 1px;
        background-color: #eee;

        &:after {
            content: '';
            display: block;
            margin-top: 7px;
            width: 11px;
            height: 11px;
            margin-left: -5px;
            border-radius: 5px;
            border: 2px solid #ff714a;
            background-color: #fff
        }
    }

    .right-part {
        width: 70%;
        display: table-cell;
        padding-left: 25px;
        padding-right: 15px;
        vertical-align: top
    }

    .item-title {
        font-size: 16px;
        margin-bottom: 3px
    }
}


.timeline-alter .right-part p,
.timeline-alter .right-part p>* {
    font-size: .92em
}

/* -------------------------------- 

Horizontal Timeline CSS

-------------------------------- */
.wrap-list {
  overflow-x: hidden;
}
.wrap-index {
  overflow-x: hidden;
  -webkit-box-sizing: unset !important;
    -moz-box-sizing: unset !important;
    box-sizing: unset !important;
}
.over-wrap-index{
    .prev{
        position: absolute;
        left: -1px;
        top: 61%;
        transform: translateY(-50%);
        font-size: 30px;
        background: @secondaryColor;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        border-radius: 50%;
        color: #fff;
        &:hover{
            color: @primaryColor;
        }
        &.disabled{
            background: #f2f2f2;
            cursor: default;
            color: #fff !important;
        }
    }
    .next{
        position: absolute;
        right: -1px;
        top: 61%;
        transform: translateY(-50%);
        font-size: 30px;
        background: @secondaryColor;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        border-radius: 50%;
        color: #fff;
        &:hover{
            color: @primaryColor;
        }
        &.disabled{
            background: #f2f2f2;
            cursor: default;
            color: #fff !important;
        }
    }
}
.over-wrap-list {
  position: relative;
}
.over-wrap-list .prev,
.over-wrap-list .next {
  position: absolute;
  top: 50%;
  margin-top: -80px;
  font-size: 80px;
  text-decoration: none;
  color: #A09F9F;
  text-shadow: 1px 1px #fff;
}
.over-wrap-list .prev.disabled,
.over-wrap-list .next.disabled {
  color: #DFDFDF;
}
.over-wrap-list .prev {
  left: 30px;
}
.over-wrap-list .prev:active {
  left: 29px;
}
.over-wrap-list .next {
  right: 30px;
}
.over-wrap-list .next:active {
  right: 29px;
}
.over-wrap-index {
  position: relative;
}
.over-wrap-index:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  width: 200px;
  z-index: 999;
  background: url('../images/about-overlay-l.png') 0px top no-repeat;
  background-size: cover;
  background-position-x: right;
  display: none;
}
.over-wrap-index:after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 200px;
  z-index: 999;
  background: url('../images/about-overlay-r.png') right top no-repeat;
  background-size: cover;
  background-position-x: left;
  display: none;
}
ul.index {
  padding-left: 0;
  list-style: none;
  font-size: 0;
  position: relative;
  padding-top: 30px;
  padding-bottom: 50px;
}
ul.index li {
  font-size: 14px;
  display: inline-block;
  width: 200px;
  text-align: center;
  position: relative;
  vertical-align: bottom;
  padding-bottom: 15px;
  font-weight: 700;
  min-height: 40px;
}
ul.index li:after {
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid @secondaryColor;
    position: absolute;
    bottom: -8px;
    left: 90px;
    z-index: 99;
    overflow: hidden;
}
.content-wrap{
    display: flex;
    &.col-full{
        display: block;
    }
    .date{
        margin-left: 15px;
        background: transparent;
        color: #777;
        font-size: 100%;
    }
    .clear-both{
        clear: both;
        border-bottom: 1px solid #f1f1f1;
        margin-bottom: 13px;
        display: block;
        max-width: 360px;
    }
    .career-title{
        text-transform: capitalize;
        color: @secondaryColor;
        font-weight: 600;
        font-size: 26px;
        line-height: 36px;
        margin-bottom: 8px;
    }
}
.col-left{
    width: 45%;
    padding-right: 35px;
}
.col-right{
    width: 55%;
    padding-left: 15px;
}
ul.index li.active:after{
    background: @secondaryColor;
}
ul.index li a {
  text-decoration: none;
  font-size: 24px;
  color: #646464;
  outline: none;
}
ul.index li a:hover {
  color: #7e7e7e;
}
ul.index li.active a {
  font-size: 48px;
  color: @secondaryColor;
}
ul.index:after {
  content: "";
  position: absolute;
  bottom: 0px;
  height: 50px;
  left: 0;
  right: 0;
  border-top: 1px dotted @secondaryColor;
}
ul.list {
  padding-left: 0;
  list-style: none;
  font-size: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
ul.list > li {
  font-size: 14px;
  display: inline-block;
  padding-top: 20px;
  vertical-align: top;
}
ul.list > li .image {
  width: 200px;
  float: left;
  position: relative;
  z-index: 2;
}
.over-wrap-list iframe{
    display: none;
}
.over-wrap-list .show-me iframe{
    display: block !important;
}
.content-wrap .post_image,
.content-wrap .content{
    display: none;
}
.content-wrap .post_image img{
    border-radius: 5px;
}
.over-wrap-list .show-me .content-wrap .post_image,
.over-wrap-list .show-me .content-wrap .content{
    display: block !important;
}
#wrap-list{
    iframe{
        margin-top: 10px;
    }
}
ul.list > li .image:before,
ul.list > li .image:after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 50%;
  height: 80%;
  max-height: 60px;
  -webkit-box-shadow: 0 15px 40px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 15px 40px 5px rgba(0, 0, 0, 0.5);
  bottom: 20px;
}
ul.list > li .image:before {
  left: 20px;
  -webkit-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);
}
ul.list > li .image:after {
  right: 20px;
  -webkit-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  transform: rotate(5deg);
}
ul.list > li .image img {
  min-width: 100%;
  min-height: 150px;
  display: block;
  max-width: 100%;
  height: auto;
  border: 1px solid #C0C0C0;
  padding: 7px;
  background: @secondaryColor;
  border-radius: 2px;
}
ul.list > li .content {
  color: @bodyColor;
  font-size: 16px;
  line-height: 28px;
}
ul.list > li .content .title {
    text-transform: capitalize;
    color: @secondaryColor;
    font-weight: 700;
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 5px;
}
.designation{
    color: #777;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 30px;
    float: left;
    i{
        margin-right: 10px;
    }
}

.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.one-line {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.arrow-up {
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-style: none;
}
.arrow-down {
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-style: none;
}
.arrow-right {
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-right-style: none;
}
.arrow-left {
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-left-style: none;
}
.arrow {
  width: 0;
  height: 0;
  display: inline-block;
  vertical-align: middle;
  border-color: white;
  border-width: 5px;
  border-style: solid;
}
.arrow.up {
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-style: none;
}
.arrow.down {
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-style: none;
}
.arrow.right {
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-right-style: none;
}
.arrow.left {
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-left-style: none;
}
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
/* ==========================================================================
   Responsive
   ========================================================================== */
@media only screen and (min-width: 35em) {
}
@media print, (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
}
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}


/* ==========================================================================
   End Horizontal timeline
========================================================================== */


/*--------------------------------------------------------------
Video css
--------------------------------------------------------------*/
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

.cl-count-2 {
    column-count: 2;
    li{
        font-weight: normal !important;
    }
}
.cl-count-3 {
    column-count: 3;
    li{
        font-weight: normal !important;
    }
}
.rs-video-2{
    position: relative;
    z-index: 1;
    bottom: 5px;
    width: 80px;
    .popup-videos{
        &:before{
        content: "";
        position: absolute;
        z-index: 0;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
        display: block;
        width: 80px;
        height: 80px;
        border-radius: 50%;
        animation: pulse-border 1500ms ease-out infinite;
        transition: all 0.5s ease 0s;
        left: 31%;
        }     
    }   
}
@keyframes banner-right-circle {
    0% {
        height: 250px;
        width: 250px;
        opacity: 1;
    }

    100% {
        height: 415px;
        width: 415px;
        opacity: .1;
    }
}
@keyframes banner-right-circle2 {
    0% {
        height: 150px;
        width: 150px;
        opacity: 1;
    }

    100% {
        height: 405px;
        width: 405px;
        opacity: .1;
    }
}

/*Readon Button*/
.readon {
    position: relative;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    display: inline-block;
    cursor: pointer;
    transition: all 0.7s ease 0s;
    outline: none;
    padding: 19px 34px;
    text-transform: uppercase;
    line-height: 1;
    z-index: 1;
    border-radius: 3px; 
    background: @primaryColor;  
}


.rs-btn2{
    &.btn-center{
        text-align: center;
    }
}

.blog-button a{
    color: #fff;
}

.transparent-btn{
    background: #ffffff;
    color: @bodyColor;
    border: 1px solid;
    border-color: @primaryColor;
    border-radius: 3px;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    position: relative;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    &:before{
        position: absolute;
        height: 100%;
        font-size: 18px;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        right: 50px;
        opacity: 0;
        top: 0px;
        content: "\f054";
        font-size: 15px;
        font-family: fontawesome;
    }
    &:hover{
        padding-right: 40px;
        &:before{
            right: 20px;
            opacity: 1;
        }
        border-color: @primaryColor;
        background: @primaryColor;
        color: #ffffff;
    }
}

/*--------------------------------
    Latest News
----------------------------------*/
.rs-latest-news {
    .news-normal-block {
        padding: 0px;
        transition: 0.3s;
        background-size: cover !important;
        .news-img {
            margin-bottom: 0px;
            padding: 13px 13px 8px;
            img {
                width: 100%;
            }
        }
        .news-info{
            padding: 50px 30px;
            padding-right: 30%;
            color: #fff;
            a{
                color: #fff;
                &:hover{
                    color: @primaryColor;
                }           
            }
            .categories{
                font-size: 16px;
                margin: 0 0 16px;
            }
        }
        .news-title {
            font-size: 28px;
            margin-bottom: 20px;
            font-weight: 600 !important;
            line-height: 38px !important;
            a {
                &:hover, 
                &:focus {
                    color: @primaryColor;
                }
            }
        }
        .news-desc {
            p {
                margin-bottom: 30px;
            }
        }
        .news-btn {
            a {
                display: inline-block;
                margin-left: auto;
                padding: 4px 20px;
                font-size: 13px;
                font-weight: 500;
                text-decoration: none;
                background-color: @primaryColor;
                color: #fff;
                border-radius: 35px;
                text-transform: uppercase;
                &:hover {
                    background-color: @hoverColor;
                }           
            }
        }
    }
    .news-list-block {
        .news-list-item {
            transition: 0.3s;
            background: #fff;
            &:hover {
                -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
                box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
            }
            .news-title {
                font-size: 18px !important;
                margin-bottom: 10px;
                font-weight: 600 !important;
                a {
                    color: #212121;
                    &:hover, &:focus {
                        color: @primaryColor;
                    }
                }
            }
            .news-desc {
                p {
                    margin-bottom: 0;
                }
            }
            .categories{
                font-size: 14px;
                margin: 0 0 10px;
                a{
                    color: #181818;
                    &:hover{
                        color: @primaryColor;
                    } 
                }
            }
            .news-content{
                padding: 20px;
                background: #ffffff;
            }
        }
    }
}

.latest-news-slider {
    .news-normal-block {
        box-shadow: none !important;
    }
    .slick-arrow {
        position: absolute;
        z-index: 11;
        bottom: 0;
        right: -104px;
        height: 42px;
        width: 42px;
        font-size: 0;
        border: 0;
        background-color: rgba(0,0,0,0.1);
        color: @primaryColor;
        cursor: pointer;
        outline: 0;
        border-radius: 50%;
        transition: 0.3s;
        top: auto;
        &:after {
            font-family: FontAwesome;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translateX(-50%) translateY(-50%);
            font-size: 22px;
            color: inherit;
            text-indent: 2px;
        }
        &.slick-prev {
            left: auto;
            &:after {
                content: "\f104";                
            }
        }
        &.slick-next {
            right: -160px;
            &:after {
                content: "\f105";
            }
        }
        &:hover {
            background-color: @primaryColor;
            color: #fff !important;
        }
    }
}
.latest-news-nav {
    .slick-track {
        width: 100% !important;
    }
    .slick-slide {
        width: calc(~"100% - 2px") !important;
        margin-bottom: 12px;
        cursor: pointer;
        background-color: #fff;
        border: 1px solid rgba(34, 34, 34, 0.1);
        padding: 13px;
        transition: 0.3s;
        
        &.slick-current, &:hover {
            background-color: @primaryColor;
            -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
            img {
                opacity: 0.8;
            }
        }
    }
}
.rs-latest-news{
    &.style2{
        .latest-news-nav {
            .slick-track {
                width: 100% !important;
            }
            .slick-slide {
                width: calc(~"100% - 2px") !important;
                margin-bottom: 12px;
                cursor: pointer;
                background-color: #fff;
                border: 1px solid rgba(34, 34, 34, 0.1);
                padding: 13px;
                
                &.slick-current, 
                &:hover {
                    background: #fff;
                    border-color: #ccc;
                    -webkit-box-shadow: 0 0px 15px rgba(0, 0, 0, 0.1);
                    -moz-box-shadow: 0 0px 15px rgba(0, 0, 0, 0.1);
                    box-shadow: 0 0px 15px rgba(0, 0, 0, 0.1);
                    img {
                        opacity: 0.8;
                    }
                }
            }
        }
        .news-list-block {
            .news-list-item {
                + .news-list-item{
                    margin-top: 15px;
                }
            }
        }
        .slick-arrow {
            bottom: -95px;
            right: -10px;
            &.slick-next {
                right: -65px;
            }
        }
    }
}

.rs-services3{
    overflow: hidden;
    padding: 0;
    margin: 0;
    .col-services10{
        float: right;
        width: 80%;
        .feature-title{
            padding-top: 26px;
            margin: 0 0 13px;
            font-size: 22px;
            a{
                color: @secondaryColor;
            }
        }
        .slick-list{
            padding: 0 0 0 25px;
        }
    }
    &.services-right{
        .col-services10{
            float: left;
            width: 80%;
            .slick-list{
                padding: 0 25px 0 0;
            }
        }
        .col-services2{
            float: left;
            width: 20%;
        }
    }
    .col-services2{
        float: left;
        width: 20%;
    }
    .heading-block{
        text-align: center;
        h4{
            font-size: 16px;
            margin: 15px 0;
        }
    }
    .slick-vertical .slick-slide{
        padding: 0 5px;
    }
    .item-thumb img{
        border-radius: 0 !important;
        cursor: pointer;
    }
    .slider-nav{
        margin: 0 !important;
    }
    .slick-arrow{
        display: block;
        position: absolute;
        top: 10px;
        z-index: 9999;
        left: 45%;
        transform: translateY(-50%);
        transform: rotate(90deg);
        width: 42px;
        height: 42px;
        line-height: 42px;
        background: @secondaryColor;
        color: #fff;
        border-radius: 50%;
        transition: 0.6s ease all;
        opacity: 1;
        opacity: 0;
        visibility: hidden;
        &:after{
            top:-2px;
        }
        &.slick-next{
            bottom: 28px;
            top: auto;
        }
        &:hover{
            background: @primaryColor;
            color:  @secondaryColor;
        }
    }
    .col-services2{
        .slick-arrow{
            opacity:1;
            visibility: visible;
        }
        &:hover{
            .slick-arrow{
                opacity:1;
                visibility: visible;
            }
        }
    }
}

/* ----------------------------------
    09. Team
-------------------------------------*/


/* -----------------------
    11. Team Member
--------------------------*/
.rs-team {
    .team-item {
        position: relative;
        overflow: hidden;
        .team-img img {
            width: 100%;
        }
        .team-content {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 10%;
            left: 0;
            text-align: center;
            z-index: 10;
            padding: 30px;
            opacity: 0;
            -webkit-transition: .3s all ease-out;
            background: @primaryColor;
            transition: .3s all ease-out;
            h3.team-name {
                a{
                    &:hover{
                        color:#fff;
                    }
                }
            }
        }
        i{
            font-size: 52px;            
            margin-bottom: 20px;
            color: #fff;         
        }
        .team-name {
            margin-bottom:6px;
            font-size: 18px;
            font-weight: normal;
            text-transform: uppercase;
            a{
                color: #fff;
            }
        }
        .team-title {
            font-size: 18px;
            color: #fff;
            text-transform: uppercase;
            font-weight: normal;
        }
        .team-desc {
            color: #fff;
            margin-bottom: 0;
            padding-top: 12px;
            margin-top: 12px;
            border-top: 1px solid;
            line-height: 22px;
        }
        .team-social {
            position: absolute;
            bottom: 50px;
            width: 100%;
            text-align: center;
            z-index: 100;
            left: 50%;
            opacity: 0;
            transform: translateX(-50%) scale(0.5);
            -webkit-transition: .4s all ease;
            transition: .4s all ease;
            .social-icon {
                display: inline-block;
                width: 32px;
                height: 32px;
                line-height: 32px;
                text-align: center;
                background-color: @primaryColor;
                margin-right: 6px;
                border-radius: 50%;
                i {
                    font-size: 14px;
                    color: #fff !important;
                }
                &:hover {
                    background: @primaryColor;
                }
            }
        }
        &:hover {
            .team-content {
                opacity: .9;
                top: 0;
            }
            .team-social {
                opacity: 1;
                transform: translateX(-50%) scale(1);
            }
        }
    }
    .team-style5{
        .owl-stage-outer{
            overflow-y: visible;
        }
        .team-item{
            overflow: visible;
            margin-bottom: 60px;
            &:before{
                display: none;
            }
            .image-wrapper{
                .team-img{
                    img{
                        border: 3px solid @primaryColor;
                    }
                    svg{
                        path{
                            -webkit-transition: all 1.5s ease-out;
                            -moz-transition: all 1.5s ease-out;
                            -ms-transition: all 1.5s ease-out;
                            -o-transition: all 1.5s ease-out;
                            transition: all 1.5s ease-out;
                        }
                    }
                    .normal-text{
                        bottom: -25px;
                        width: 100%;
                        border-radius: 50px;
                        clip-path: none;
                        background: transparent;
                        left: auto;
                        right: -107px;
                        transform: rotate(-30deg);
                        transition: all 0.5s;
                        .team-name,
                        .subtitle{
                            color: @titleColor;
                            font-weight: 500;
                            padding-bottom: 0;
                            line-height: 20px !important;
                            margin-bottom: 0;
                        }
                        &.slider-text{
                            bottom: -22px !important;
                            right: -35px;
                            max-width: 196px;
                        }
                    }
                }
            }
            .team-content{
                background: transparent !important;
                &:before{
                    display: none;
                }
                .team-social{
                    transform: translate(0) !important;
                    position: static;
                    margin-bottom: 15px;
                    a{
                        border: 1px solid #fff;
                    }
                }
            }
            &:before{
                background: transparent;
            }
            &:hover{
                .image-wrapper {
                    .team-img {
                        .normal-text{
                            opacity: 0;
                            visibility: hidden;
                            right: -80px;
                            bottom: 35px;
                        }
                    }
                }
                .team-img{
                    img{
                        border: 3px solid transparent !important;
                    }
                    svg{
                        path{
                            fill: @primaryColor;
                        }
                    }
                }
                .team-content{
                    .team-name{
                        margin-bottom: 0;
                    }
                    .team-social{
                        a{
                            background: #fff !important;
                            &:hover{
                                background: #f1f1f1 !important;
                            }
                            i{
                                color: @primaryColor !important;
                            }
                        }
                    }
                }
            }
            &.team-rounded{
                &:before{
                    background: transparent;
                }
                .team-img{
                    border-radius: 100%;
                    img{
                        border-radius: 100%;
                    }
                }
                .team-content{
                    -webkit-clip-path: circle(50% at 50% 50%);
                    clip-path: circle(50% at 50% 50%);
                }
            }
            &.team-square{
                .team-img {
                    .normal-text{
                        bottom: 20px;
                        width: 84%;
                        border-radius: 0;
                    }
                }
            }
            .team-social{
                li{
                    padding: 20px;
                }
                &.icons-1:before {
                    height: 70px;
                }
                &.icons-1:after {
                    height: 70px;
                }
            }         
        }
    }

    .team-carousel {
        .team-img {
            position: relative;
            .img-title-wrap {
                position: absolute;
                bottom: 0;
                left: 0;
                background: @primaryColor;
                padding: 14px 20px;
                width: 100%;
                text-align: center;
                -webkit-transition: 0.3s all ease;
                transition: 0.3s all ease;
            }
        }
        .team-item {
            .team-name {
                line-height: normal !important;
                margin-bottom: 2px;
                font-size: 17px;
            }
            &:hover {
                .img-title-wrap {
                    opacity: 0;
                    transform: translateY(10px);
                }                
            }
        }
    }
    .ap_text{
        margin: 0;
        padding: 0;
        list-style: none;
        padding-top: 30px;
        padding-bottom: 30px;

        li{
            padding-bottom: 4px;
            display: block;
            text-align: left;
            overflow: hidden;
            span{
                float: right;
            }
        }
    }
}

// Slider Style 1
.team-grid-style1,
.team-slider-style1 {
    .team-item {
        background:#fff;
        position: relative;
        border-radius: 5px;
        overflow: hidden;
        .detail-part {
            .fly {
                position: absolute;
                content: '';
                left: 0;
                width: 100%;
                opacity: 0;
                transition: @transition;
                z-index: 1;
            }
            .author {
                bottom: -10%;
                padding: 31px 25px 0;
                .name {
                    font-size: 20px;
                    margin-bottom: 0px;
                    padding-bottom: 0px;
                    a {
                        color: @whiteColor;
                        &:hover {
                            color: darken(@whiteColor, 10%);
                        }
                    }
                }
                .designation {
                    color: @whiteColor;
                    font-size: 16px;
                    font-weight: 400;

                }
            }
            .social-links {
                top: -10%;
                width: auto;
                left: auto;
                right: 25px;
                ul {
                    margin: 0;
                    padding: 0;
                    li {
                        display: block;
                        margin: 0 0 15px;
                        a {
                            display: block;
                            width: 40px;
                            height: 40px;
                            line-height: 40px;
                            border-radius: 50%;
                            text-align: center;
                            font-size: 18px;
                            background: @whiteColor;
                            i {
                              
                                color: @primaryColor;
                                background-image:@primaryColor;
                                transition: @transition;
                                font-size: 18px;
                                margin: 0;
                                transform: rotate(-90deg);
                            }
                            &:hover {
                                i {
                                    
                                    transform: rotate(0deg);
                                }
                            }
                        }
                        &:last-child {
                            margin: 0;
                        }
                    }
                }
            }
        }
        &:after {
            position: absolute;
            content: '';
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            opacity: 0;
            transition: @transition;           
        }
        &:hover {
            .detail-part {
                .fly {
                    opacity: 1;
                }
                .author {
                    bottom: 7px;
                }
                .social-links {
                    top: 30px;
                }
            }
            &:after {
                opacity: 0.95;
            }
        }
    }
}  
.team-slider-style1{
   .team-item {
        background: #eff1f7;
        .team-inner-wrap{
            padding-bottom: 30px;
        }
    } 
}  
   

// Slider Style 2
.team-grid-style2,
.team-slider-style2 {
    .team-item-wrap {
        position: relative;
        margin-bottom: 35px; 
        a{
            text-decoration: none;
        }    
        .team-img {
            position: relative;
            overflow: hidden;
            .team-img-sec{
                position: relative;
            }
            .wrap-text{
            	box-shadow: 0 5px 20px rgba(34, 34, 34, 0.1);
            	padding: 0 40px 12px;
                background: #fff;
            	.team-desc{
                	margin-bottom: 0;
                }
            }
            .normal-text {  
                width: 100%;
                transition: all 0.5s ease 0s;
                position: relative;
                padding-bottom: 0;
                z-index: 1;
                margin-bottom: 0; 
                background: @primaryColor;   
                border-radius: 3px 3px 0 0;
                padding: 8px 0 14px; 
                margin-top: -35px;   
                position: absolute;
                bottom: -50%;
                left: 50%;
                transform: translateX(-50%); 
                width: 230px;
                transition: 0.4s;
                .team-name {
                    margin-top: 0 !important;
                    line-height: 28px !important;
                    a{
                        position: relative;
                        margin-bottom: 0;
                        font-size: 18px;
                        text-transform: capitalize;
                        z-index: 111;
                    }
                }
                .team-social,
                .team-name{
                    color: #ffffff;
                	a{
                        color: #ffffff;
                        &:hover{
                        	color: #ccc;
                        }
                    }
                }
                .cat-team{
                    color: #ffffff;
                    font-weight: 500;
                    line-height: 1.4;
                    display: block;
                    margin: 0 0 4px;
                }
                .team-social{
                	padding-top: 2px;
                	a{
                		padding: 0 3px;
                	}
                }
                .nolink{
                    pointer-events: none;
                }
                .cat-doctor{
                    font-family: @titleFont;
                    font-size: 14px;
                    a{
                        color: #ffffff;
                        text-transform: uppercase;
                    }
                }
                .team-name{
                    margin: 18px 0 0;
                    font-weight: 500;
                }
                .team-title {
                    color: #eee;
                    font-size: 13px;
                    font-weight: 400;
                    padding: 0;
                    display: block;
                    text-transform: uppercase;
                    a{
                        color: #eee;
                        pointer-events: none;
                    }
                }
            }
        }  
        &:hover{
            .team-img{  
            	.normal-text {
            		bottom: 0;
            	}        
                .team-img-sec{
                    &:before{
                        height:100%;
                    }
                }
            }
        }
    }
    .appointment-bottom-area{
        overflow: hidden;
        text-align: left;
        padding-top: 18px;
        padding-bottom: 25px;
        .app_details,
        .app_btn{
            a{
                position: relative;
                color: #fff;
            }
            &:hover{
                a{
                    color: #fff;
                    opacity: .9;
                }
            }
        }
        .app_details{
            margin-top: 10px;
            a{
                color: @bodyColor;
            }
            &:hover{
                a{
                    color: @primaryColor;
                }
            }
        }
        .app_details{
            float: left;
        }
        .app_btn{
            float: right;
        }
    }
}
.icon-button{
    a{
        background: @primaryColor;
        color: #fff;
        padding: 3px 17px;
        display: inline-block;
        font-size: 20px;
        margin-bottom: 25px;
        border-radius: 18px;
        &:hover{
            color: #fff;
            background: @secondaryColor;
        }
        i{
            &:before{
                font-size: inherit;
            }
        }
    }
}
.blogfull{
    box-shadow: 0 8px 6px -6px #eee;    
    padding: 30px 40px !important;
    .blog-title{
        min-height: 50px;
    }
    .icon-button{
        a{
            margin-bottom: 0px;
        }
    }
}

//Slider Styel3
.team-grid-style3,
.team-slider-style3{
    .team-img{
        position: relative;
        padding: 25px;
        &:after{
            position: absolute;
            content: '';
            width: 0;
            height: 0;
            border-top: 200px solid @secondaryColor;
            border-right: 200px solid transparent;
            left: 0px;
            top: -10px;
        }
        &:before{
            position: absolute;
            content: '';
            width: 0;
            height: 0;
            border-bottom: 200px solid @secondaryColor;
            border-left: 200px solid transparent;
            right: 0px;
            bottom: -10px;
        }
        img{
            position: relative;
            z-index: 99;
        }
        .team-img-sec{
            position: relative;
            &:before{
                position: absolute;
                content: '';
                width: 100%;
                height: 100%;
                background: @secondaryColor;
                opacity: 0.8;
                left: 0;
                top: 0;
                z-index: 100;
                opacity: 0;
                transition: @transition;
            }
            .team-content{
                position: absolute;
                display: block;
                left: 50%;
                width: 100%;
                top: 30%;
                transform: translate(-50%, -50%);
                text-align: center;
                z-index: 110;
                color: #fff;
                padding: 30px;
                opacity: 0;
                transition: @transition;
                .team-name{
                    margin-bottom: 0;
                    font-size: 20px;
                    a{
                        color: #fff;
                    }
                }
                .team-title{
                    color: #fff;
                    position: relative;
                    padding-bottom: 8px;
                    margin-bottom: 10px;
                    font-size: 14px;
                    display: block;
                    &:after{
                        position: absolute;
                        content: '';
                        width: 170px;
                        height: 2px;
                        background: #f2f2f2;
                        left: 50%;
                        bottom: 0;
                        transform: translateX(-50%);
                    }
                }
                .team-social{
                    a{
                        color: #fff;
                        margin-right: 12px;
                        font-size: 16px;
                        &:last-child{
                            margin-right: 0;
                        }
                        &:hover{
                            opacity: 0.8;
                        }
                    }
                }
            }
            &:hover{
                &:before{
                    opacity: 0.8;
                }
                .team-content{
                    opacity: 1;
                    width: 100%;
                    top: 50%;
                }
            }
        }
    }
}
.team-grid-style3 .team-img:after{
    top: 0;
}.team-grid-style3 .team-img:before{
    bottom: 0;
}

.team-slider-style4{
    .team-carousel{
        .team-item{
            box-shadow: 0 0 30px rgba(0,0,0,.04);
            margin: 15px 10px;
            transition: all .5s ease;
            background: #fff;
            .team-item-inner{
                padding: 0;
                img{
                    border-radius: 0;
                }
                .social-icons{
                    border-top: 1px solid #eaeaea;
                    border-bottom: 1px solid #eaeaea;
                    padding-top: 0;
                    line-height: 0;
                    a{
                        border-right: 1px solid #eaeaea;
                        display: inline-block;
                        padding: 20px 15px;
                        i{
                            margin: 0;
                        }
                        &:first-child{
                            border-left: 1px solid #eaeaea;
                        }
                    }
                }
            }
            &:hover{
                box-shadow: none;
                background: @primaryColor;
                border-radius: 3px;
                .normal-text{
                    a, .designation{
                        color: #fff;
                    }
                    .social-icons{
                        a i{
                            color: #fff;
                        }
                    }
                }
            }
        }
    }
}

.nolink{
    color: inherit;
    pointer-events: none;
}

.rs-team-grid{
    .team-item-wrap{
        margin-bottom: 30px;
    }
    &.team-style4{
        .team-item-inner{
            padding: 0 30px;
            img{
                border-radius: 50%;               
            }
        }
        .normal-text{
            text-align: center;
            span{
                display: block;
                font-size: 22px;
                padding-top: 20px;
                padding-bottom: 4px;
                font-weight: 600;
                font-family: @titleFont;
            }
            .designation{
                font-weight: 400;
                text-transform: uppercase;
                float: none;
                font-size: 14px;
                font-family: @titleFont;
                color: @bodyColor;
                a{
                    color: @bodyColor;
                    pointer-events: none;
                }

            }
           
        }
        .team-item{
            .social-icons{
                a{
                    i{
                        color: @bodyColor;
                        font-size:14px;
                        padding: 0 6px;
                    }
                }
            }
        }
    }
    .team-item{
        margin-bottom: 30px;
    }
    &.team-grid-style1{
        .team-item{
            background: #eff1f7;
            position: relative;
            border-radius: 5px;
            overflow: hidden;
            img{
                opacity: 1;
                transition: @transition;
            }
            &:hover{
                img{
                    opacity: 0.7;
                }
            }
        }
    }
    &.team-style4{
        .team-wrapper{
            position: relative;
            overflow: hidden;
            padding-bottom: 95px;
            background: #fff;
            border-radius: 5px;
            .team_photo {
                img {
                    width: 100%;
                    -webkit-transition: all 0.7s;
                    transition: all 0.7s;
                }
            }
            .team-title{
                font-weight: 400;
                text-transform: capitalize;
                float: none;
                font-size: inherit;
                color: @titleColor;
            }
            .team_desc {
                height: 100px;
                width: 100%;
                bottom: 0;
                position: absolute;
                padding: 15px 20px;
                color: @globalColor;
                text-align: center;
                overflow: hidden;
                background: #ffffff;
                -webkit-transition: 0.3s all ease;
                -moz-transition: 0.3s all ease;
                transition: 0.3s all ease;
                &:before {
                    content: "";
                    position: absolute;
                    bottom: 0;
                    width: 100%;
                    height: 0;
                    background: @primaryColor;
                    -webkit-transition: 0.4s all ease;
                    -moz-transition: 0.4s all ease;
                    transition: 0.4s all ease;
                    left: 0;
                }
                .name {
                    font-size: 20px;
                    font-weight: 700;
                    margin: 10px 0 0;
                    text-transform: capitalize;
                    font-family: @titleFont;
                    a {
                        color: @hoverColor;
                        &:hover {
                            color: #eee;
                        }
                    }
                    .designation {
                        font-size: 15px;
                        text-transform: capitalize;
                        color: @hoverColor;
                        float: none;
                        text-align: center;
                        font-weight: 500;
                    }
                }
                .team-social {
                    bottom: -100px !important;
                    transition: @transition;
                    a {
                        font-size: 17px;
                        display: block;
                        width: 25px;
                        height: 25px;
                        line-height: 25px;
                        padding: 0px;
                        border: none;
                        text-align: center;
                        color: #fff;
                        display: inline-block;
                        transition: all 0.3s ease 0s;
                        background: transparent !important;
                        margin-right: 8px;
                        &:last-child{
                            margin-right: 0;
                        }
                        i{
                            font-size: 16px;
                        }
                    }
                }
            }
            &:hover {
                .team_desc {
                    opacity: 1;
                    width: 100%;
                    visibility: visible;
                    transform: translate(0,0);
                    bottom: 0;
                    height: 140px;
                    color: #fff;
                    background: @secondaryColor;
                    .name {
                        a {
                            color: #ffffff;
                        }
                        .designation {
                            color: #ffffff;
                        }
                    }
                } 
                .team-title{
                    display: block;
                    margin-bottom: 15px;
                    color: #fff;
                }               
                .team_photo img {
                    -moz-transform: scale(1.1);
                    transform: scale(1.1);
                }
                .team-social{
                    bottom: 20px !important;
                }
            }
        }
    }
    &.team-style5{
        .team-item {
            margin-bottom: 125px;
            position: relative;
            .team-img {
                position: relative;
                overflow: hidden;
                img {
                    width: 100%;
                    transform: scale(1.15);
                    -webkit-transition: all 0.3s ease 0s;
                    transition: all 0.3s ease 0s;
                }
            }
            .normal-text{
                background: #f7f7f7;
                color: @hoverColor;
                padding: 20px;
                text-align: center;
                z-index: 9;
                position: absolute;
                z-index: 1;
                left: 40px;
                bottom: -85px;
                background: #fff;
                width: calc(~"100% - 80px");
                padding: 20px 20px 25px;
                -webkit-box-shadow: 10px 17px 38px 0 rgba(0,0,0,0.1);
                -moz-box-shadow: 10px 17px 38px 0 rgba(0,0,0,0.1);
                box-shadow: 10px 17px 38px 0 rgba(0,0,0,0.1);
                .designation{
                    font-size: 14px;
                    font-weight: 500;
                    float: none;
                    color: @titleColor;
                    margin-bottom: 0;
                    text-transform: uppercase;
                    a{
                        color: @titleColor;
                    }
                }
                .team-text{
                    font-size: 14px;
                    margin-bottom: 0;
                    color: #777;
                    position: relative;
                    z-index: 1;
                    max-height: 0;
                    opacity: 0;
                    line-height: 24px;
                    -webkit-transition: all .6s,max-height .5s;
                    -o-transition: all .6s,max-height .5s;
                    -moz-transition: all .6s,max-height .5s;
                    transition: all .6s,max-height .5s;
                    overflow: hidden;
                    -webkit-transform: scaleY(0);
                    -moz-transform: scaleY(0);
                    -ms-transform: scaleY(0);
                    -o-transform: scaleY(0);
                    transform: scaleY(0);
                    -webkit-transform-origin: bottom;
                    -moz-transform-origin: bottom;
                    -ms-transform-origin: bottom;
                    -o-transform-origin: bottom;
                    transform-origin: bottom;
                    display: none;
                    &:before{
                        content: '';
                        position: absolute;
                        z-index: 1;
                        background: @secondaryColor;
                        top: 0;
                        left: 50%;
                        width: 50px;
                        height: 2px;
                        margin-left: -25px;
                    }
                }
                .social-icons {            
                    text-align: center;
                    margin-top: 12px;
                    a{
                        i{
                            color: @bodyColor;
                            font-size: 15px;
                            width: 35px;
                            height: 35px;
                            line-height: 35px;
                            background: transparent;
                            text-align: center;
                            -webkit-transition: 0.3s all ease;
                            transition: 0.3s all ease;
                            border-radius: 50%;
                            margin: 0;
                        }
                        &:hover{
                            i{
                                background: @primaryColor;
                                color: #fff;
                            }
                        }
                    }
                }
                .person-name{
                    display: block;
                    font-size: 22px;
                    margin-bottom: 0px;
                    text-transform: capitalize;
                    font-weight: 600;
                    a{
                        color: @secondaryColor;
                        &:hover{
                            color: @primaryColor;
                        }
                    }
                }
                .person-designation{
                    font-size: 12px;
                    color: @hoverColor;
                    text-transform: uppercase;
                    font-weight: normal;
                }
            }
            &:hover{
                .normal-text{
                    .team-text{
                        position: relative;
                        max-height: 400px;
                        opacity: 1;
                        text-align: center;
                        -webkit-transform: scaleY(1);
                        -moz-transform: scaleY(1);
                        -ms-transform: scaleY(1);
                        -o-transform: scaleY(1);
                        transform: scaleY(1);
                        -webkit-transition: all .4s,max-height 1.5s;
                        -o-transition: all .4s,max-height 1.5s;
                        -moz-transition: all .4s,max-height 1.5s;
                        transition: all .4s,max-height 1.5s;
                        padding-top: 18px;
                        margin-top: 8px;
                    }
                }
            }
        .overlay-element{
            .social-icons{
                margin-top: 5px;
                i{
                    font-size: 15px;
                    margin: 0 5px;
                }
            }
        }
        .team-content {
            padding: 10px;
            h3.team-name {
                font-size: 20px;
                margin-bottom: 4px;
                line-height: normal !important;
                text-transform: capitalize;

                a{
                    color: #fff;
                    &:hover{
                        opacity: 0.8;
                        color: #fff !important;
                    }
                }
            }
            .designation{
                font-size: 16px;
                font-weight: 500;
            }
        }
        .team-title {
            font-size: 14px;
            font-weight: 400;
            text-transform: uppercase;
            padding-top: 10px;
            display: block;
            font-family: @titleFont;
            color: @titleColor;
        }
        .team-desc {
            margin-bottom: 0;
            padding-top: 12px;
            margin-top: 12px;
            border-top: 1px solid;
            line-height: 22px;
        }
        .team-desc{
            color: #ffffff;
        }
        &:hover {
            .team-img {
                img {
                    -webkit-transform: scale(1);
                    transform: scale(1);
                }
            }
            .designation{
                float: none;
                font-size: 13px;
                font-weight: 500;
            }
        }
        }
    }
}


.clients-grids{
    margin: 0;
    padding:0;
    list-style: none;
    text-align: center;
    li{
        display: inline-block;
        padding-bottom: 50px;
        a{
            display: inline-block;
            padding:10px 20px;
        }
    }
    &.cols-one{
        li{
            width: 100%;
        }
    }
    &.cols-two{
        li{
            width: 50%;
        }
    }
    &.cols-three{
        li{
            width: 33.333%;
        }
    }
    &.cols-four{
        li{
            width: 25%;
        }
    }
    &.cols-five{
        li{
            width: 20%;
        }
    }
    &.cols-six{
        li{
            width: 16.666%;
        }
    }
}


#team-list-style{
    .team-img{
        background: #fff;
        box-shadow: 0 0 60px rgba(0, 0, 0, 0.04);
        .wrap-text{
            padding: 30px 20px;
        }
    }
    .team-name{
        margin-bottom: 5px;
        text-transform: uppercase;
        font-weight: 600 !important;
        font-size: 22px;
        line-height: 30px;
        a{
            color: @primaryColor;
            &:hover{
                color: @secondaryColor;
            }
        }
    }
    .team-title{
        font-size: 16px;
        font-weight: 500;
        display: block;
        margin-bottom: 10px;
    }
    .social-info{
        overflow: hidden;
        .phone{
            float: left;
            &:first-child{
                margin-right: 18px;
            }
            a{
                color: @bodyColor;
                &:hover{
                    color: @primaryColor;
                }
            }
            i{
                margin-right: 6px;
                position: relative;
                top: 2px;
                &:before{
                    font-size: 17px;
                }
            }
        }
    }
    .team-social {
        margin-top: 20px;
        margin-bottom: 24px;
        .social-icon{
            margin-right: 13px;
        }
        i {
            font-size: 16px;
            transition: 0.4s;
            color: @bodyColor;
            text-align: center;
            &:hover{
                color: @primaryColor;
            }
        }
    }
}
.wpb-js-composer .vc_tta-color-white.vc_tta-style-classic .vc_tta-controls-icon::after, 
.wpb-js-composer .vc_tta-color-white.vc_tta-style-classic .vc_tta-controls-icon::before{
    border-color: @bodyColor !important;
}
.wpb-js-composer .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title{
    margin-bottom: 1px;
}
.wpb-js-composer .vc_tta-color-white.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-title>a,
.wpb-js-composer .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title>a,
.wpb-js-composer .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel-heading .vc_tta-controls-icon::before{
    color: @titleColor !important;
}
.wpb-js-composer .vc_tta-color-white.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before{
    border-color: @primaryColor !important;
}
.wpb-js-composer .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title>a{
    background: #f1f6fc !important;
    &:hover{
        .vc_tta-controls-icon:after,
        .vc_tta-controls-icon::before{
            border-color:  @primaryColor !important;
        }
    }
}
.vc_tta-panel-heading h4{
    font-size: 20px !important;
}

/* ----------------------------------
    09. Portfolio
-------------------------------------*/

.information-sidebar, 
.bs-sidebar.dynamic-sidebar{
    margin-left: 0;
    #custom_html-2{
        box-shadow: none;
        background: #f1f6fc;
    }
    .title{
        font-weight: 600;
    }

    li.widget{
        background:#fff;
        box-shadow:  0 6px 25px rgba(0,0,0,.07);
        padding: 30px 25px 40px;
        h2.widget-title{
            padding: 15px 20px 25px;
            border-radius: 0;
            font-size: 24px;
            color: @titleColor;
            line-height: 26px !important;
            margin: 0px !important;            
        }
        ul.fa-ul, ul{
            padding-left: 0;
            margin-left: 20px;
        }
    }
    ul,li{
        list-style: none;
    }
    .serivce-brochure{
        border-radius: 0;
        .title{
            padding: 0px 30px 20px 0;
            border-radius: 0;
            font-size: 22px;
            line-height: 32px !important;
            margin: 0px !important;         
        }
        a{
            &:hover{
                color: #ffffff;
                background: @hoverColor;
            }
        }
    }
    .widget_nav_menu{
        ul.menu{
            margin-bottom: 0;
        }
        
         li{          
            + li{
                margin-top: 10px;
            }
            a{
                color: @bodyColor;
                font-size: 16px;
                font-weight: 400;
                position: relative;
                &:hover{
                    color: @primaryColor;
                }
            }
            &.current-menu-item{
                a{
                    color: @primaryColor;
                }
            }
            &:last-child{
                margin-bottom: 0;
            }
         }
        
    }
    .widget_contact_widget{
         li{
            margin-bottom: 20px;
            &:last-child{
                margin-bottom: 0;
            }
            a{
                color: @bodyColor;
                &:hover{
                    color: @primaryColor;
                }
            }
         }
         li.address1{
            position: relative;
            i{
                position: absolute;             
                display: inline-block;
            }
            span{
                margin: -10px 0 0;
                display: inline-block;
                padding-left: 41px;
            }
         }
         i{
            
            font-size: 25px;
            padding-right: 23px;
            color: @primaryColor;
         }
    }
}
.rs-portfolio.col-filter{
    .portfolio-content{
        .portfolio-filter{
            text-align: center !important;
        }
    }
}
.rs-portfolio{
    .slick-list{
        margin-left: -36px;
    }
    .slick-slide{
        margin-left: 35px;
    }
    .portfolio-slider {
        padding-bottom: 30px;
        .portfolio-item {
            position: relative;
            .portfolio-img{
                position:relative;
                border-radius: 5px;
                img{
                    border-radius:5px;
                    width: 100%;
                }
                &:before{
                    opacity: 0;
                    background: rgba(255,255,255,0.2);
                    content: "";
                    height: 100%;
                    bottom: 0;
                    top: 0;
                    left: 0;
                    right: 0;
                    position: absolute;
                    width: 100%;
                    z-index: 1;
                    transition: all 0.7s ease 0s;
                    border-radius: 5px;
                }
                .link-icons{
                    position: absolute;
                    left: 50%;
                    top: 10%;
                    opacity: 0;
                    transform: translate(-50%, -50%);
                    color:#fff;
                    z-index: 9;
                    transition: all .5s ease;
                    &:before{
                        font-size: 20px;
                    }
                    &:hover{
                        color: @primaryColor;
                    }
                }
            }
            .categories{
                z-index: 11;
                font-size: 16px;
                padding-top:20px;
                a{
                    color: #fff;
                    &:hover{
                        color: @primaryColor;
                    } 
                }
                &:hover{
                    &:before{
                        background: @primaryColor;
                    }
                } 
            }
            .p-title{
                z-index: 11;
                width: 100%;
                padding: 10px 25px;
                margin-bottom: 0;
                font-size: 20px;
                line-height: 30px;
                opacity: 1;
                transition: all .6s ease;
                background: #fff;
                border-radius: 5px;
                a{
                    color: @titleColor;  
                }
            }
            .portfolio-content{
                position: absolute;
                left: 50%;
                bottom: -30px;
                transform: translateX(-50%);
                transition: all .6s ease;
                opacity: 1;
                z-index: 99;
                width: max-content;
                text-align: center;
            }
            &:hover{
                .p-title a{
                    color: @primaryColor;
                }   
                .portfolio-img{
                    .link-icons{
                        top: 40%;
                        opacity: 1;
                    }
                    &:before{
                        opacity: 0.9;
                    }
                }
            }
        }
    }
    .slick-arrow{
        position: absolute;
        border: none;
        width: 40px;
        height: 40px;
        line-height: 40px;
        border-radius: 50%;
        text-align: center;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        outline: none;
        padding: 0;        
        i{
            color: #ffffff;
        }
        i:before{
            margin: 0;
        }
        &.slick-next{
            left: auto;
            right: 0;
        }
    }
    .slick-slider{
        &:hover{
           .slick-prev{
               left: -50px;
           } 
           .slick-next{
               right: -50px;
           } 
        }
    }
    ul.slick-dots {
        margin: 20px 0 0;
        padding: 0;
        list-style: none;
        text-align: center;
        li {
            display: inline-block;
            button{
                padding: 0;
                height: 15px;
                outline: none;
                border: none;
                display: block;
                width: 15px;
                margin: 0 4px;
                background: @primaryColor;
                font-size: 0;
            }
            &:hover,
            &.slick-active{
                button{
                    background: @secondaryColor;
                }
            }
        }
    }
    .rs-grid-style1{
        .portfolio-item {
            margin-bottom: 45px;
            .portfolio-content{
                bottom: -25px;
            }
            .p-title{
                box-shadow: 0 0 15px rgba(234, 233, 233, 0.85);
            }
            .portfolio-img{
                border-color: #e6eaee;
                transition: 0.3s;
            } 
            &:hover{
                .portfolio-img{
                    border-color: transparent;
                    box-shadow: 0 4px 15px rgba(209, 206, 206, 0.65);
                } 
            }
        }
    }
}


.newsletter-box {
    position: relative;
    max-width: 720px;
    input[type="email"] {
        border: none;
        background: #fff;
        outline: none;
        box-shadow: none;
        width: 100%;
        max-width: 700px;
        padding: 0;
        height: 60px;
        line-height: 60px;
        padding: 0 20px;
        border-radius: 5px;
        box-shadow: 2px 10px 50px rgba(158,158,158,.25);
    }
    button{
        position: absolute;
        right: 20px;
        top: 10px;
        background: unset;
        color: @whiteColor;
        outline: none;
        border: none;
        height: 40px;
        line-height: 40px;
        width: 40px;
        border-radius: 50px;
        transform: rotate(-45deg);
        cursor: pointer;
        z-index: 9;
        transition: all 0.7s ease 0s;
        padding: 0;
        font-size: 0;
        i,
        i:before {
            font-size: 15px;
            margin: 0;
            color: #ffffff;
        }    
     
        &:hover {
            &:before {
                opacity: 0;
            }
            &:after {
                opacity: 1;
            }
        }
    }
    ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
      color: #666666;
      opacity: 1;
    }
    ::-moz-placeholder { /* Firefox 19+ */
      color: #666666;
      opacity: 1;
    }
    :-ms-input-placeholder { /* IE 10+ */
      color: #666666;
      opacity: 1;
    }
    :-moz-placeholder { /* Firefox 18- */
      color: #666666;
      opacity: 1;
    }
}



.rs-project-section{
    &.gray-bg{
        background: #f7f7fc;
        padding: 90px 0 50px;
        h3{
            margin-bottom: 50px !important;
        }
    }
    .project-item{
        position: relative;
        overflow: hidden;
        z-index: 1;
        &:before{
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: @secondaryColor;
            opacity: 0;
            visibility: hidden;
            transition: @transition;
        }
        .project-content{
            .p-icon,
            .title{
                position: absolute;
                z-index: 11;                
                margin: 0;
            }
            .p-icon{
                visibility: hidden;
                transition: @transition;
            }
            .p-icon{
                top: -100px;
                right: 25px;
                text-align: right;
                width: 30px;
                height: 30px;
                line-height: 30px;
                text-align: center;
                background: @primaryColor;
                border-radius: 50%;
                i{
                    color: #ffffff;
                }
                i,
                i:before{
                    font-size: 15px;
                }
            }
            .title{
                font-size: 20px;
                font-weight: 600;
                span{                    
                    font-size: 16px;
                    font-weight: 400;
                    padding-bottom: 5px;
                    display: block;
                }
                bottom: -100px;
                left: 25px;
                right: 20px;
                span,
                a{
                    color: #ffffff;
                }
                a:hover{
                    color: rgba(255, 255, 255, 0.7);
                }
            }
            
        }
        &:hover{
            .project-content .title{
                bottom: 20px;
            }
            .project-content .p-icon,
            .project-content .title{
                opacity: 1;
                visibility: visible;
            }
            &:before{
                opacity: 0.9;
                visibility: visible;
            }
            .project-content .p-icon{
                top: 20px;
            }
        }
    }
    .view-project{
        margin-top: 60px;
    }
    .nav-style .owl-controls .owl-nav{
        position: absolute;
        left: 17.5%;
    }
}

body.single-services{
    .rs-porfolio-details{
        padding: 100px 0 0;
    }
}
/* ----------------------------------
    10. cl-testimonial style 7
-------------------------------------*/
#cl-testimonial .slick-dots button {
  width: 8px;
  height: 20px;
  border-radius: 0;
  margin: 0 6px;
  padding: 3px 0;
  border-radius: 30px;
  background: @secondaryColor;
}
#cl-testimonial.cl-testimonial9,
#cl-testimonial.cl-testimonial3 {
    .slick-prev,
    .slick-next{
        opacity: 1;
        background: #fff !important;
        box-shadow: 0 3px 10px #f2eded;
        width: 55px;
        height: 55px;
        &:after{
            color: @titleColor;
            transition: 0.4s;
            font-family: Flaticon;
            font-size: 16px;
            padding-right: 0;
            font-weight: 600;
        }
        &:hover:after{
            color: @primaryColor;
        }
    }
    .slick-prev{
        &:after{
            content: "\f127";
        }
    }
    .slick-next{
        &:after{
            content: "\f11f";
        }
    }
}
#cl-testimonial.cl-testimonial3 {
    .author_social{
        padding-top: 10px;
        li{
            display: inline-block;
            font-size: 17px;
            padding-right: 10px;
            a{
                color: @primaryColor;
                &:hover{
                    color: @secondaryColor;
                }
            }
        }
    }
    .slick-dots{
        bottom: -80px;
        z-index: 9;
    }
    .cl-author-info li:first-child{
        padding-bottom: 0 !important;
    }
    .slick-prev{
        left: -210px !important;
    }
    .slick-next{
        right: -210px !important;
    }

}
#cl-testimonial.cl-testimonial9{
    .slick-prev,
    .slick-next{
        top: auto;
        bottom: -110px;
    }
    .slick-prev{
        left: 44.65% !important;
    }
    .slick-next{
        right: 44.65% !important;
    }
}
#cl-testimonial .slick-active button



#cl-testimonial .slick-active button {
  background: @primaryColor;
}


#cl-testimonial .slick-next, 
#cl-testimonial .slick-prev{
    border-radius: 150px;
}
#cl-testimonial.cl-testimonial9{
    .testimonial-slide9{
        margin-left: -30px;
        .single-testimonial{
            margin-left: 30px;
            padding: 20px 40px 34px;
            .quote-icon{
                i{
                    top: 10px;
                    &:before{
                        font-size: 44px;
                    }
                }
            }
            .testimonial-image{
                margin-bottom: 15px;
                float: left;
                margin-right: 20px;
            }
            .cl-author-info{
                padding-top: 10px;
            }
        }
    }
    
    .slick-dots{
      bottom: -50px;
    }
   
}
#cl-testimonial.cl-testimonial2 {
    .testimonial-item {
        padding-bottom: 0;
    }
    .slick-dots {
        left: 0;
        bottom: -12px;
        button{
          background: #fff;
          width: 12px;
          height: 12px;
        }
        .slick-active{
            button{
                background: @primaryColor;
                width: 20px;
            }
        }
    }
}
.animate_right_image,
.animate_left_image{
    position: relative;
    .af-image_list2{
        position: absolute;
        left: -140px;
        bottom: 15px;
        z-index: 4;
    }
}

.animate_right_image{
    .af-image_list2{
        left: auto;
        right: -130px;
    }
}


body #page .slick-prev, 
body #page .slick-next{
    z-index: 1;
    opacity: 0;
    background: @primaryColor;
}
body #page .slick-initialized:hover{
    .slick-prev{
        left: -45px;
    }
    .slick-next{
        right: -45px;
    }
    .slick-prev, 
    .slick-next{
        opacity: 1;
    }
}

#cl-testimonial .testimonialvertical{
    padding:53px 50px 50px 75px;
    box-shadow:2px 10px 50px rgba(158, 158, 158, 0.25);
    background: #fff;
    border-radius: 5px;
    .col-md-2{
        padding: 0;
    }
    .slider-nav-vertical{
        .slick-list{
            .item{
                img{
                    border-radius:100%;
                    padding:10px;
                    cursor: pointer;
                }
            }
            .slick-center{
                .item{
                    img{
                        padding:0;
                    }
                }
            }
        }
    }

}
/* ----------------------------------
cl-testimonial style 10 Custom By Rashid
-------------------------------------*/

.testimonial-slide10.slider9{
    .slick-dots{
        display: none !important;
    }
    .single-testimonial{
        overflow: inherit;
        padding-top: 5px;
        padding-bottom: 0;
        .image-testimonial{
            position: relative;
            padding-bottom: 100px;
            .testimonial-image{
                width: 70%;
                margin-right: auto;
            }
            .testimonial10-content-wrap{
                max-width: 380px;
                position: absolute;
                bottom: 50px;
                z-index: 99;
                background: #35ac39;
                padding: 40px;
                right: 0px;
                box-shadow: 0 8px 30px -6px #ccc;
                .content-testimonial{
                    padding-bottom: 15px;
                    i{
                       position: absolute !important;
                       top: 60px !important;
                       font-size: 150px;
                       left: 30px;
                       width: 60px;
                       height: 60px;
                       line-height: 60px;
                       text-align: center;
                       color: #fff !important;
                       border-radius: 50%;
                       padding-right: 0px !important;
                       z-index: -1;
                       opacity: 0.2;
                    }
                }
            }
        }
    }

}

.testimonial-transparent{
    .image-testimonial{
        background: transparent !important;
    }
}

.clients-grids{
    .partner-item{
        img{
            
            filter: grayscale(100%);
            opacity: 0.2;
            transition: @transition;
        }
        &:hover{
            img{
                filter: grayscale(0);
                opacity: 1;
            }
        }
    }
}
.rs-horizontal-timeline {
    .rs-timeline-inner{
        display: flex;
        text-align: center;
        .rs-inner-process{
            position: relative;
            top: 0;
            transition: 1.5s;
        }
        .rs-time-items {
            position: relative;
            &:after,
            &:before{
                content: '';
                transform: translatex(-50%);
                position: absolute;
                left: 50%;
                bottom: 0;
                z-index: 0;
            }
            &:after{
                height: 40px;
                width: 40px;
                border-radius: 50%;
                transition: 1s;
            }
            &:before{
                height: 60%;
                width: 1px;
                border-left: 4px dotted @secondaryColor;
            }
            .timeline_img,
            .work-title{
                position:relative;
                z-index: 2;
            }
            p,
            h4{
                margin: 0;
            }
            h4{
                font-size: 22px;
            }
            p{
                color: #ffffff;
            }
            .timeline_img{
                padding: 12px 10px;
                img{
                    max-width: 50px;
                }
            }
            &:hover{
                &:after{
                    width: 45px;
                    height: 45px;
                }
            }
        }
        .work-title{
            background: #ffffff;
            padding: 20px 10px;
            box-shadow: 0 0 10px #ccc;
        }
        .top-alignment{
            padding-bottom: 160px;
            margin-bottom: 270px;
            transition: 0.4s;
            &:after{
                background: @secondaryColor;
            }
            .work-title{
               border-radius: 30px 30px 0 0;
            }
            .timeline_img{
                border-radius: 0 0 30px 30px;
                background: @secondaryColor;
                position:relative;
                transition: 0.4s;
                padding-bottom: 25px;
                &:before{
                    position: absolute;
                    top: 99%;
                    left: 50%;
                    margin-left: -25px;
                    width: 0;
                    height: 0;
                    border: solid transparent;
                    border-width: 25px;
                    border-top-width: 40px;
                    border-top-color: @secondaryColor;
                    content: '';
                    pointer-events: none;
                    transition: 0.4s;
                }
                p{
                    padding-bottom: 20px;
                }
            }

            &:hover{
                .rs-inner-process{
                    top: 20px;
                }
            }
        }

        .af_hidden_large{
            .timeline_img{
                &:before{
                    position: absolute;
                    top: 99%;
                    left: 50%;
                    margin-left: -25px;
                    width: 0;
                    height: 0;
                    border: solid transparent;
                    border-width: 25px;
                    border-top-width: 40px;
                    border-top-color: @primaryColor;
                    content: '';
                    pointer-events: none;
                    transition: 0.4s;
                }
            }
        }
        .bottom-alignment{
            padding-top: 160px;
            margin-top: 270px;
            .work-title{
                border-radius: 0 0 30px 30px;
            }
            
            &:after,
            &:before{
                bottom: auto;
                top: 0;
                transition: 0.4s;
            }
            &:after{
                background: @primaryColor;
            }
            &:before{
                border-left: 4px dotted @primaryColor;
            }
            &:hover{
                .rs-inner-process{
                    top: -20px;
                }
            }
            .af_hidden_mobile{
                .timeline_img{
                    border-radius: 30px 30px 0 0;
                    background: @primaryColor;
                    position:relative;
                    transition: 0.4s;
                    padding-top: 25px;
                    &:before{
                        position: absolute;
                        bottom: 99%;
                        left: 50%;
                        margin-left: -25px;
                        width: 0;
                        height: 0;
                        border: solid transparent;
                        border-width: 25px;
                        border-bottom-width: 40px;
                        border-bottom-color: @primaryColor;
                        content: '';
                        pointer-events: none;
                        transition: 0.4s;
                    }
                    p{
                        padding-top: 20px;
                    }
                }
            }
        }
    }
}

/********** Testimonial style 3***********/

body #cl-testimonial .testimonial-slide3.slider3{
    
    .testimonial-content{
        i{
            display: none;
        }
        p{
            font-size: 17px;
            font-style: normal !important;
            line-height: 30px;
            max-width: 800px;
            margin-bottom: 30px;
            margin-top: 20px;
        }
    }
    button.slick-arrow{
        background: @primaryColor !important;
        width: 42px;
        height: 42px;
        line-height: 42px;
        border-radius: 50%;
        opacity: 0;
        z-index: 1;
    }
    &:hover{
        button.slick-arrow{
            opacity: 1;
        }
    }
    .cl-author-info{
        li{
            &:first-child{
                font-size: 17px;
            } 
            &:last-child{
                font-size: 15px;
                color: #ccc;
            }
        }
    }

    .slick-prev{
        left: 50px;    
    }
    .slick-next{
        right: 50px;  
    }
}


ul.latest_projects{
    margin: 0;
    padding:0;
    list-style: none;
}

.testimonial-light{
    #cl-testimonial{
        .testimonial-slide7{
            .single-testimonial{
                margin: 0;
                border-left: 4px solid @primaryColor;
                box-shadow: none;
                &:before,
                &:after{
                    border-top-color: @primaryColor;
                    border-right-color: @primaryColor;
                    border-right: 30px solid @primaryColor;
                }
                &:after{
                    border-top: 30px solid transparent;
                    border-bottom-color: @primaryColor;
                }
                .cl-author-info{
                    li:first-child{
                        font-size: 18px;
                        color: @secondaryColor;
                        margin-bottom: 0;
                        padding-bottom: 0 !important;
                        line-height: 28px;
                        margin-top: 5px;
                    }
                }
            }
        }
        .slick-dots{
            text-align: right;
            bottom: -4px;
            li {
                button{
                    background: #fff !important;
                    border: 1px solid #ffff !important;
                }
            }
        }
    }
}
.light-button{
    #cl-testimonial ul.slick-dots li button{
        border: 1px solid #fff !important;
    }
}
.mfp-close-btn-in {
    .mfp-close {
        top: 56px;
        right: 20px;
        text-align: right;
        padding-right: 0;
        display: inline-block;
        text-align: center;
        background: @primaryColor;
        width: 44px;
        border-radius: 50%;
        font-size: 27px;
    }
}
.rs_button{
    &.btn-border{
        border-width: 1px;
        color: @primaryColor;
        border-style: solid;
        border-color:  @primaryColor;
        background: transparent;
    }
}
.rs-btn{
    &.btn-center{
        text-align: center;
    }
    &.btn-left{
        text-align: left;
    }
    &.btn-right{
        text-align: right;
    }

    a{
        background: @primaryColor;
        transition: 0.5s;
        &:hover{
            background: @hoverColor;
            color: #ffffff;
        }
    }
}
.rs-border-btn{
    a{
        position: relative;
        border-radius: 0;
        span{
            display: block;
        }
        &:before,
        span:before,
        &:after,
        span:after{
            content: "";
        }
        &:before,
        span:before{
            display: block;
            content: "";
            width: 50%;
            height: 100%;
            position: absolute;
        }
        &:after,
        span:after{
            display: block;
            content: "";
            width: 15px;
            height: 15px;
            position: absolute;
            left: auto;
            right: 45% !important;
        }
        &:before{
            top: -2px;
            left: -2px;
            border-top: 2px solid @primaryColor;
            border-left: 2px solid @primaryColor;
            transition: 0.5s all;
        }
        &:after{
            top: -2px;
            right: -2px;
            border-top: 2px solid @primaryColor;
            border-right: 2px solid @primaryColor;
            transition: 0.5s all;
        }
        span{
            &:before{
                bottom: -2px;
                left: -2px;
                border-bottom: 2px solid @primaryColor;
                border-left: 2px solid @primaryColor;
                transition: 0.5s all;
            }
            &:after{
                bottom: -2px;
                right: -2px;
                border-bottom: 2px solid @primaryColor;
                border-right: 2px solid @primaryColor;
                transition: 0.5s all;
            }
        }
        &:hover{
            &:before,
            span:before{
                width: 100% !important;
            }
            &:after,
            span:after{
                right: 0 !important;
                height: 100%;
            }
        }
    }
}
.af-proces-style2{
    .rs-timeline-inner{
        display: flex;
        align-items: center;
        justify-content: center;
        .rs-time-item2{
            text-align: center;
            padding: 0 24px;
            .title{
                margin: 0 0 15px;
                font-size: 22px;
                font-weight: 600;
            }
            .process_icon2{
                text-align: center;
                line-height: 160px;
                background-position: center left 60% !important;
                background-repeat: no-repeat !important;
                background: url(../images/circle_1.png);
                padding: 26px 0;
            }
            &:last-child{
                .process_icon2{
                    background-position: center center !important;
                    background: url(../images/circle_2.png);
                }
            }
        }
    }
}
.portfolio-filter {
    margin-bottom: 20px;
    &.filter-center {
        text-align: center;
    }
    &.filter-right {
        text-align: right;
    }
    &.filter-left {
        text-align: left;
    }
    button {
        font-size: 16px;
        background: transparent !important;
        color: @bodyColor;
        margin: 0 0 30px;
        display: inline-block;
        padding: 0;
        transition: 0.4s;
        outline: none;
        -webkit-transition: 0.4s;
        -ms-transition: 0.4s;
        position: relative;
        padding: 5px 20px;
        border-radius: 30px;
        border: 0;
        &:hover, 
        &.active {
            color: @primaryColor;
            background: transparent !important;
        }
    }
}
.home6-project{
    button{
        color: #ffffff;
    }
}
.recent-post-widgets{
    li.show-featured{
        float: left;
        width: 33.33%;
        padding:0;

    }
}

.rs-vertical-middle {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.rs-vertical-bottom {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

// Portfolio Gutter Gap
.gutter-no-gap .row {
    margin: 0 !important;
    [class*="col-"] {
        padding: 0 !important;
        margin: 0 !important;
    }
}

// Portfolio Style1
.rs-portfolio-style1 {
    .portfolio-item {
        position: relative;
        overflow: hidden;
        .portfolio-content {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 30%;
            left: 0;
            text-align: center;
            z-index: 1;
            padding: 25px;
            opacity: 0;
            -webkit-transition: .3s all ease-out;
            transition: .3s all ease-out;
            border-radius: 5px;
            &:before{
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                opacity: 0;
                width: 100%;
                height: 100%;
                background: rgba(0, 0, 0, 0.5);
            }
            .vertical-middle{
                position: relative;
                z-index: 9;
            }
            .p-category {
                color: #fff;
                margin-bottom: 0;
                a {
                    color: #fff;
                    &:hover {
                        color: rgba(255, 255, 255, 0.7);
                    }
                }
            }
            .vertical-middle {
                display: table;
                height: 100%;
                width: 100%;
            }
            .vertical-middle-cell {
                display: table-cell;
                vertical-align: middle;
            }
        }

        .p-link {
            transition: all 0.3s ease 0s;
            display: inline-block;
            font-size: 19px;
            width: 52px;
            line-height: 54px;
            height: 52px;
            text-align: center;
            border-radius: 50%;
            background: #fff;
            i {
                margin-left: 2px;
            }
            &:hover {
                background-color: @primaryColor;
                color: #fff;
            }
        }
        .p-title {
            font-size: 20px;
            line-height: normal;
            margin-top: 15px;
            color: #fff;
            margin-bottom: 5px;
            a {
                color: #fff;
                &:hover {
                    color: rgba(255, 255, 255, 0.7);
                }
            }
        }
        .p-desc {
            font-size: 15px;
            color: rgba(255,255,255,0.7);
            margin-bottom: 0;
            margin-top: 10px;
        }
        &:hover {
            .portfolio-content {
                opacity: 1;
                top: 0;
                &:before{
                    opacity: 1;
                }
            }
        }
    }
}




.show-featured {
    display: flex;
    align-items:center;
    .post-img {
        padding-right: 20px;
    }
    .post-item{
        width: 66%;
        overflow: hidden;
    }
}


.recent-post-widgets{
    li.show-featured{
        float: left;
        width: 33.33%;
        .post-img{
            padding:3px;
            float: none;
            width: auto;
            display: block;
            img{
                width: 100%;                
                border-radius:3px;
            }
        }
    }
}

.single-teams{   
    .ps-image{
        background: #fff;
        padding: 10px;
    }
    .details-tabs-area{
        margin-right: 30px;
        .team-detail-wrap{
            background: #fff;
            padding: 25px 50px 30px;
            box-shadow: 0 0 30px rgba(0, 0, 0, 0.03);
            margin-bottom: 40px;
        }        
    }
    .title-bg-gray{
        color: @titleColor;
        padding-bottom: 0px;
        margin-bottom: 10px;
    }
    .designation-info{
        display: block;
        color: @primaryColor;        
        margin-top: 0;
        padding-bottom: 5px;
    }
    .team-skill{
        background: #f7f7fc;
        padding: 20px 40px 50px !important;
    }
    .short-desc, .team-skill{
        display: block;
        margin-bottom: 50px;
    }
    .ps-informations{        
        padding: 40px;
        text-align: left;
        overflow: hidden;
        background: #f7f7fc;
        position: relative;
        text-align: center;       
        h4.single-title{
            margin: -8px 0 0px;
            font-weight: 600 !important;
            font-size: 24px;
            color: @primaryColor;
        }
        .designation-info{
            font-size: 16px;
            font-weight: 500;

        }
        ul{
            margin: 0;
            padding: 0;            
            list-style: none;
            text-align: center;
            li{
                border: none !important;
                margin: 8px 4px 0 0;
                color: @bodyColor;
                span{
                    width: auto;
                    color: @bodyColor;
                }
                &.social-icon{
                    border: none;                 
                    display: inline-block;
                    padding-top: 0;
                    i{
                        line-height: 35px;
                        width: 35px;
                        background: #fff;
                        border-radius: 50px;
                        height: 35px;                       
                        font-size: 14px;                       
                        transition: 0.4s;                       
                    }
                }
                &.phone,
                &.email{
                    margin: 5px 0 0;
                    padding: 0;
                    display:block;
                    a{
                        color: @bodyColor;
                        &:hover{
                            color: @primaryColor;
                        }
                    }
                    i{
                        font-size: 16px;
                        color: @bodyColor;
                        margin-right: 6px;
                        position: relative;
                        top: 2px;
                        font-weight: 500;
                        &:before{
                            font-size: 16px;
                        }
                    }
                }
                &.phone{
                    margin-left: 0;
                }
            }
        }
        .social-info{
            margin-top: 10px;
        }
    }
    .project-desc{
        margin-bottom:20px;
        background: #fff;       
        overflow: hidden;
        p{
            margin-bottom: 18px;
        }
        .nav{
            margin-left: 0;
            background: #f4f7fc;
            li{
                width: 33.333%;
                text-align: center;
            }
            li + li{
                border-left: 1px solid #ddd;
            }
            .nav-link{
                position: relative;
                overflow: hidden;
                font-weight: 600;
                font-size: 20px;
                padding: 15px 0;
                &:before{
                    position: absolute;
                    content: "";
                    width: 100%;
                    height: 3px;
                    background: @primaryColor;
                    bottom: -5px;
                    left: 0;
                    transition: 0.4s;
                }
                &.active {
                    &:before{
                          bottom: 0; 
                    }
                }
            }
        }
    }
    .inner-images{
        padding: 20px 20px 5px;
        background: #f7f7fc;      
        margin-bottom: 40px;
        text-align: center;
    }
    .team-detail-wrap-btm.team-inner{
        background: @primaryColor;
        padding-bottom: 54px;
        margin-top: 40px;
        .siderbar-title{
            color:#fff;
            &:before{
                background:#fff;
            }
        }
      
        tbody tr{
            background: none;
            td{
                padding: 8px 0;
                color: #fff;
            }
        }
    }
    .team-inner{
        padding: 40px 40px 44px;
        background: #fff;
        box-shadow: 0 0 30px rgba(0, 0, 0, 0.03);
        h3{
            margin-bottom: 0;
            position: relative;
            padding-bottom: 6px;
            font-size: 20px;
            text-transform: capitalize;
            &:before{
                content: "";
                position: absolute;
                background: @primaryColor;
                height: 2px;
                width: 50px;
                left: 0;
                bottom: 0;
                display: block;
                z-index: 1;
                opacity: .5;
            }
        }
        ul{
            margin: 0;
            padding: 0;
            list-style: none;
            li{
                display: block;
                border-bottom: 1px solid #eee;
                padding: 13px 0;
                i{
                    color: @primaryColor;
                    margin-right: 5px;
                    display: none;
                }
                &:last-child{
                    border-bottom: none;
                    padding-bottom: 0;
                }
            }
        }
    }
    .doctor-awardss.team-inner{
        padding-top: 25px;
    }
    .siderbar-title{
        margin: 0 0 30px;
        color: @primaryColor;
        text-transform: capitalize;
    }
   
    .chevron-right-icon{
        li{
            float: left;
            width: 50%;
            margin: 4px 0;
        }
    }
    h3.title-left-border{
        margin-top: 45px;
    }
    .emergency-time{
        padding: 40px 15px 32px;
        .emergency-title{
            margin: 14px 0 4px;
        }
        i{
            color: @primaryColor;
            &:before{
                font-size:50px;
            }
        }
        p{
            margin-bottom: 0;
        }
    }  
    .team-skill{
        padding-left: 0;
        width: 100%;
        overflow: hidden;
        position: relative;       
        h3{
            font-weight: 500;
            margin-bottom: 20px;
        }
         .rs-progress {
            height: 8px;
            border: 1px solid @primaryColor;
            border-radius: 0;
            overflow: visible;
            padding: 1px;
            background: #fff;
            margin-top: 45px;
            .progress-bar {
                position: relative;
                text-align: left;
                line-height: 4px;
                border-radius: 0;
                box-shadow: none;
                background-color: @primaryColor;
                font-size: 16px;
                .pb-label {
                    position: absolute;
                    left: 0px;
                    top: -24px;
                    color: @bodyColor;
                }
                .pb-percent {
                    position: absolute;
                    right: -13px;
                    top: -30px;
                    padding: 8px 5px;
                    color: @bodyColor;
                }
            }
        }  
    } 
}
.single-teams #page .title-bg-gray.padding-top{
    margin-bottom: 27px;
}

// Portfolio Style2

.rs-portfolio-style2 {
    .portfolio-item {
        position: relative;
        overflow: hidden;
        border-radius: 0;
        .portfolio-img {
            position: relative;
            z-index: 10;
            &:before {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                opacity: 0;
                width: 100%;
                height: 100%;
                background: @secondaryColor;
                transition: all 0.3s ease 0s;
                border-radius: 5px;
            }
            img {
                width: 100%;
            }
            .read_more{
                position: absolute;
                left: 50%;
                top: 50%;
                transform: translate(-50%, -50%);
                border: 1px solid #fff;
                color: #fff;
                border-radius: 30px;
                padding: 12px 25px;
                text-align: center;
                opacity: 0;
                visibility: hidden;
                transition: 0.3s;
                &:hover{
                    background: @primaryColor !important;
                    border-color: @primaryColor !important;
                }
            }
        }
        .portfolio-content {
            position: absolute;
            bottom: -50px;
            width: 100%;
            padding: 22px 30px;
            z-index: 10;
            transition: all 0.3s ease;
            opacity: 0;
            a {
                color: #fff;
            }
            h4 {
                margin-bottom: 5px;
            }
            p {
                margin-bottom: 0;
                color: #cccccc;
            }
        }
        &:hover {
            .portfolio-content {
                bottom: 0;
                opacity: 0.9;
            }
            .portfolio-img {
                &:before {
                    opacity: 1;
                }
            }
            .read_more {
                opacity: 1;
                visibility: visible;
            }
        }
    }
}

// Portfolio Style3
.rs-portfolio-style3 {
    .portfolio-item {
        position: relative;
        overflow: hidden;
        z-index: 1;
        .portfolio-img {
            position: relative;
            z-index: 1;
            &:before {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background: @secondaryColor;
                transition: all 0.3s ease 0s;
                opacity: 0;
            }
            img {
                border-radius: 5px;
            }
            .p-link {
                position: absolute;
                bottom: 20px;
                right: 20px;
                display: inline-block;
                font-size: 36px;
                color: #ffffff;
                transition: all 0.3s ease;
                opacity: 0;
                i {
                    margin-left: 2px;
                }
                &:hover {
                    opacity: 0.7 !important;
                }
            }
        }
        .portfolio-content {
            position: absolute;
            padding: 15px 20px;
            opacity: 0;
            z-index: 10;
            top: 0;
            width: 100%;
            a {
                color: #fff;
            }
            .p-title {
                margin-bottom: 5px;
                font-size: 20px;
                transition: 0.3s ease all;
            }
            p {
                margin-bottom: 0;
                color: #fff;
                transition: 0.3s ease all;
            }
        }
        &:hover {
            .portfolio-content {
                opacity: 1;
            }
            .portfolio-img {
                &:before {
                    opacity: 0.7;
                }
                .p-link {
                    opacity: 1;
                }
            }
        }
    }
}



// Portfolio Style4
.rs-portfolio-style4 {
    .portfolio-item {
        position: relative;
        overflow: hidden;
        .portfolio-img {
            position: relative;
            z-index: 1;
            &:before {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background: @secondaryColor;
                transition: all 0.4s ease 0s;
                opacity: 0;
                z-index: 10;
                border-radius: 0;
            }
            img {
                width: 100%;
                -webkit-transition: 1.3s all ease;
                transition: 1.3s all ease;
                border-radius: 0;
            }
            .p-link {
                display: none;
            }
        }
        .portfolio-content {
            position: absolute;
            padding: 15px 20px;
            opacity: 0;
            z-index: 1;
            top: 50%;
            left: 50%;
            -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
            text-align: center;
            width: 100%;

            a {
                color: #fff;
            }
            h3 {
                margin-bottom: 5px;
                font-size: 20px;
                -webkit-transform: translateY(20px);
                transform: translateY(20px);
                -webkit-transition: 0.4s all ease;
                transition: 0.4s all ease;
                a {
                    &:hover {
                        color: rgba(255,255,255,0.7);
                    }
                }
            }
            .p-title{
                margin-bottom: 5px;
            }
            p {
                margin-bottom: 0;
                color: #fff;
                -webkit-transform: translateY(40px);
                transform: translateY(40px);
                -webkit-transition: 0.4s all ease;
                transition: 0.4s all ease;
                a {
                    &:hover {
                        color: rgba(255,255,255,0.7);
                    }
                }
            }
        }
        &:hover {
            .portfolio-content {
                opacity: 1;
                h3 {
                    -webkit-transform: translateY(0px);
                    transform: translateY(0px);
                }
                p {
                    -webkit-transform: translateY(0px);
                    transform: translateY(0px);
                }
            }
            .portfolio-img {
                &:before {
                    opacity: 0.7;
                }
                img {
                    -webkit-transform: scale(1.3);
                    transform: scale(1.3);
                }
                
            }
        }
    }
}

// Portfolio Style5
.rs-portfolio-style5 {
    .portfolio-item {
        position: relative;
        overflow: hidden;
        border-radius: 0;
        .portfolio-img {
            position: relative;
            z-index: 1;
            overflow: hidden;
            &:before {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                display: none;
                transition: all 0.4s ease 0s;
                opacity: 0;
                z-index: 10;
                border-radius: 5px;
            }
            img {
                width: 100%;
                -webkit-transition: 1.3s all ease;
                transition: 1.3s all ease;
                border-radius: 0px;
            }
            .p-link {
                display: none !important;
                top: 20px;
                right: 20px;
                display: inline-block;
                font-size: 32px;
                color: #ffffff;
                -webkit-transition: 0.6s all ease;
                transition: 0.6s all ease;
                opacity: 0;
                z-index: 10;
                i {
                    margin-left: 2px;
                    display: none;
                }
            }
        }
        .portfolio-content {
            position: relative;
            padding: 15px 20px;
            opacity: 1;
            z-index: 1;
            bottom: 0;
            left: 0;
            right: 0;
            text-align: left;
            width: 100%;
            border: 1px solid #ebebeb;
            border-top: 0;
            a {
                color: @secondaryColor;
            }
            h4 {
                margin-bottom: 0;
                font-size: 20px;
                -webkit-transform: translateY(0);
                transform: translateY(0);
                -webkit-transition: 0.6s all ease;
                transition: 0.6s all ease;
                font-weight: 500 !important;
                line-height: 30px !important;
                a {
                    &:hover {
                        color: @primaryColor;
                    }
                }
            }
            p {
                margin-bottom: 0;
                color: @secondaryColor;
                -webkit-transform: translateY(0px);
                transform: translateY(0px);
                -webkit-transition: 0.6s all ease;
                transition: 0.6s all ease;
            }
        }
        &:hover {
            .portfolio-content {
                opacity: 1;
                h3 {
                    -webkit-transform: translateY(0px);
                    transform: translateY(0px);
                }
                p {
                    -webkit-transform: translateY(0px);
                    transform: translateY(0px);
                }
            }
            .portfolio-img {
                &:before {
                    opacity: 1;
                }
                img {
                    -webkit-transform: scale(1.2);
                    transform: scale(1.2);
                }
                .p-link {
                    opacity: 1;
                    -webkit-transform: translateY(0px);
                    transform: translateY(0px);
                }
            }
        }
    }
}



.light .rs-portfolio-style5 .portfolio-item .portfolio-content{
    background: #fff;
}
.rs-portfolio .portfolio-item .portfolio-img img,
.rs-portfolio .portfolio-item .portfolio-content::before{
    border-radius: 5px;
}

.rs-portfolio-agency{
    .portfolio-filter {
        margin-bottom: 30px;
    }
}


.single-portfolios {
    .main-contain #content{
        padding-top: 130px;
    }
    .project-desc{
        padding-right: 30px;
    }
    .project-img{
        margin-bottom: 50px;
    }
    .ps-informations {
       h3{
            padding: 14px 20px;
            background: #f1f6fc;
            border-radius: 0;
            font-size: 22px;
            line-height: 26px !important;
            margin:0 !important;
        } 
    } 
    h2{
        font-size: 36px;
        line-height: 1.4;
    }  
}
.ps-navigation {
    margin-top: 70px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    ul {
        margin: 0 !important;
        list-style: none;
        .prev {
            display: inline-block;
            text-align: left;
        }
        .next {
            display: inline-block;
            text-align: right;
        }
        a {
            text-transform: uppercase;
            span {
                display: block;
                font-weight: normal;
                text-transform: capitalize;
                &:first-child {
                    margin-top: 0;
                }
            }
            span.pagi-date {
                font-size: 13px;
                color: #aaa;
                line-height: normal;
                margin-top: 5px;
            }
            &:hover {
                color: @primaryColor !important;
            }
        }
    }
}


.single-portfolios {
    .owl-carousel .owl-nav [class*="owl-"]{
        top: calc(50% - 0)
    }
    .ps-navigation {
        margin-bottom: 0;
        margin-top: 30px;
        margin-left: auto;
        margin-right: auto;
        width: 100%; 
        ul{
            li{
                a{
                    font-size: 15px;
                    span{
                        font-size: 15px  !important;
                    }
                }
            }
        }
    }
    .owl-stage-outer{
        height: auto !important;
        margin-bottom: 50px;
    }
}


/* ------------------------------------
    21. Gallery Css
  ---------------------------------------*/

.rs-galleys{
    .file-list-image,
    .galley-img{
        position: relative;
        margin-bottom: 30px;
        .p-zoom,
        .zoom-icon{
            position: absolute;
            top:50%;
            left: 50%;
            transform:translate(-50%, -50%);
            opacity: 0;
            visibility: hidden;
            background: transparent !important;
            color: #fff;
            width: 50px;
            height: 50px;
            line-height: 50px;
            text-align: center;
            transition: all 0.5s ease-in-out;
            i{
                &:before{
                    font-size: 22px;
                }
            }
            &:hover{
                color:@primaryColor;
            }
        }
        &:before{
            content: "";
            position: absolute;
            background: rgba(0,0,0,.3);
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            width: 0%;
            height: 100%;
            transition: all 0.4s ease-in-out;
        }
        &:hover{
            &:before{
                width: 100%;
            }
            .p-zoom,
            .zoom-icon{
                visibility: visible;
                opacity: 1;
                color: #fff !important;
            }
        }
    }
    .no-gutters{
        .file-list-image{
            margin-bottom: 0;
        }
    }
}
.mfp-close{
    opacity: 0.9;
}

/* ------------------------------------
    21. Portfolio Details
  ---------------------------------------*/
.rs-porfolio-details {
    .widget_custom_html{
        background: #f1f6fc;
        padding: 34px 30px 40px;
        box-shadow: none;
    }
    .information-sidebar-project{
        margin-top: 40px;
        .serivce-brochure{
            h4{
                color: @titleColor;
                font-size: 22px;
                padding-right: 35px;
                font-weight: 600;
            }
            a{
                color: #ffffff;
                &:hover{
                    background: @hoverColor;
                }
            }
        }
    }
    .ps-informations {
        ul{
            margin: 0;
            list-style: none;
            text-align: left;           
            background: #fff;
            box-shadow: 0 6px 25px rgba(0,0,0,.07);
            padding: 30px 25px 40px;
        }
        ul {
            li {
                position: relative;
                + li {
                    margin-top: 16px;
                }
                span {
                    width: 150px;
                    display: inline-block;
                    color: @titleColor;
                    position: relative;  
                    padding-left: 25px;             

                    &:before{
                        position: absolute;
                        top: 0;
                        left: 0;
                        z-index: 0;
                        content: "\f124";
                        font-family: Flaticon;
                        color: @primaryColor;
                        transition: all .5s ease;
                        opacity: .5;
                    }
                }
            
            }
        }
    }
    .ps-image {
        text-align: center;
        margin-bottom: 10px;
    }
    .ps-share {
        ul{
            margin: 0
        }
        margin-top: 40px;
        .share-title {
            font-size: 20px;
            font-weight: 500;
            margin-bottom: 20px;
        }
        ul {
            li {
                display: inline-block;
                margin: 0 10px 14px 0;
                a {
                    font-size: 20px;
                    display: block;
                    width: 50px;
                    height: 48px;
                    line-height: 48px;
                    border: 1px solid @primaryColor;
                    text-align: center;
                    transition: @transition;
                    &:hover {
                        background-color: @primaryColor;
                        color: @secondaryColor;
                    }
                }
            }
        }
    }
    .project-desc {
        line-height: 30px;
        p:last-child {
            margin-bottom: 0;
        }
        .ps-title {
            margin-bottom: 20px;
        }
    }
    .ps-related-project {
        margin-top: 50px;
        .ps-related-title {
            font-size: 24px;
            font-weight: 500;
            margin-bottom: 30px;
        }
        .portfolio-item {
            margin-bottom: 20px;
        }
    }
    .portfolio-carousel {
        .owl-dots {
            display: none;
        }
        .owl-stage-outer{
            height: auto !important;
        }
        .owl-nav{
            display: none;
            .owl-prev{
                left: 10px  !important;
                min-height: 1px;
                transition: all .5s ease;
            }
            .owl-next{
                right: 10px  !important;
                min-height: 1px;
                transition: all .5s ease;
            }
        }
        &:hover{
            .owl-nav{
                display: block;
            }
        } 
        .file-list-image{
            img{
                border-radius: 5px;
            }
        }       
    }
    &.project-gallery {
        .ps-image-wrap {
            margin-top: 28px;
        }
        .file-list-image {
            margin-bottom: 30px;
            position: relative;
            background: #000000;
            border-radius: 5px;
            a{
                &:hover{
                    i{
                        color: #fff;
                    }
                }
            }
            img {
                -webkit-transition: 0.3s all ease;
                transition: 0.3s all ease;
                border-radius: 5px;
            }
            .p-zoom {
                display: inline-block;
                font-size: 14px;
                color: #fff;
                transition: all 0.3s ease 0s;
                height: 46px;
                line-height: 44px;
                width: 46px;
                border: 1px solid #ffffff;
                border-radius: 50%;
                text-align: center;
                position: absolute;
                left: 50%;
                top: 60%;
                opacity: 0;
                -webkit-transform: translateY(-50%) translateX(-50%);
                transform: translateY(-50%) translateX(-50%);
                -webkit-transition: 0.3s all ease;
                transition: 0.3s all ease;
            }
            &:hover {
                img {
                    opacity: 0.4;
                }
                .p-zoom {
                    top: 50%;
                    opacity: 1;
                    &:hover {
                        background: @primaryColor;
                        color: #ffffff;
                        border: 1px solid @secondaryColor;
                    }
                }
            }
        }
    }
    .widget_contact_widget{
         li{
            margin-bottom: 20px;
            &:last-child{
                margin-bottom: 0;
            }
            a{
                color: @bodyColor;
                &:hover{
                    color: @primaryColor;
                }
            }
         }
         li.address1{
            position: relative;
            i{
                position: absolute;             
                display: inline-block;
            }
            span{
                margin: -10px 0 0;
                display: inline-block;
                padding-left: 41px;
            }
         }
         i{
            
            font-size: 25px;
            padding-right: 23px;
            color: @primaryColor;
         }
    }
    .widget-title{
        color: @titleColor;
        font-size: 22px;
        line-height: 26px;
        z-index: 1;
        margin: 0 0 30px;
        border-radius: 5px 5px 0 0;
        position: relative;
        &:after{
            content: "";
            position: absolute;
            top: -18px;
            left: -30px;
            width: 124%;
            height: 60px;
            background: #f1f6fc;
            z-index: -1;
        }
    }
    .widget {
        background: #fff;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.04);
        border-radius: 3px;
        padding: 15px 30px 40px;
        overflow: hidden;
        ul{
            margin: 0;
            padding: 0;
        }
    }
}

.rs-cta a.readon{
    border:1px solid;
}


/*--------------------------------------------------------------
Rs service slider css
--------------------------------------------------------------*/


#rs-services-slider {
    padding-bottom: 30px;
    .item-thumb {
        width: 100%;
        padding-right: 16px;
        img{
            border-radius: 5px;
        }
    }
    .item-thumb .owl-dot {
        width: 48%;
        display: inline-block;
        justify-content: center;
        padding: 10px;
        float: left;
        cursor: pointer;
        margin-left: 10px;
        margin-bottom: 10px;
    }
    .device-lg .item-thumb .owl-dot, 
    .device-sm .item-thumb .owl-dot {
        height: 150px;
    }
    .device-xs .item-thumb .owl-dot {
        width: 50%;
        padding: 10px;
        height: 100px;
    }
    .feature-content{
        margin-bottom: 12px;
    }
    .img_wrap{
        position: relative;
        overflow: hidden;
        margin-bottom: 24px;
        .feature-title{
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            margin: 0;
            padding: 33px;
            z-index: 9;
            color: #fff;
            a{
                color: #fff;
                &:hover{
                    color: @primaryColor;
                }
            }
        }
        a{
            img{
                width: 100%;
            }
        }
        &:before{
            content: "";
            position: absolute;
            background: @secondaryColor;
            left: -60px;
            right: 0;
            bottom: -80px;
            display: block;
            height: 192px;
            opacity: .8;
            z-index: 1;
            transform: rotate(-3deg);
            width: 150%;
        }
        &:after{
            content: "";
            position: absolute;
            background: @secondaryColor;
            left: -150px;
            right: 0;
            bottom: -80px;
            display: block;
            height: 204px;
            opacity: .8;
            z-index: 1;
            transform: rotate(-3deg);
            width: 150%;
        }
    }
    .item-thumb .owl-dot span {
        position: relative;
        display: block;
        background-size: cover;
        background-position: center center;
        width: auto;
        height: 100%;
        -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, .05);
        -moz-box-shadow: 0 0 5px 1px rgba(0, 0, 0, .05);
        box-shadow: 0 0 5px 1px rgba(0, 0, 0, .05);
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }
    .item-thumb .owl-dot.active span, 
    .item-thumb .owl-dot:hover span {
        opacity: .7;
    }
    .menu-carousel .heading-block h4 {
        margin-bottom: 7px;
        margin-top: 10px;
        letter-spacing: 2px;
        font-size: 20px;
        line-height: 20px;
        text-transform: uppercase;
    }
    .menu-carousel .heading-block h4 a {
        font-weight: 600;
         color:  @titleColor;
         transition: .20s;
    }
    .menu-carousel .heading-block h4 a:hover {
        color: @primaryColor;
    }
    .menu-carousel .feature-content {
        position: relative;
        padding: 16px 0 0;
        border-radius: 0 0 5px 0px;
        text-align: left;
        .service_details{
            padding-top: 36px;
        }
    }
    .menu-carousel .heading-block p {
        margin-bottom:  0;
    }
    .menu-carousel .heading-block .readon {
        margin-top:  20px;
    }
    .menu-carousel .heading-block .food-info {
        color: #BBB;
        text-transform: uppercase;
        font-weight: 400;
        letter-spacing: 2px;
        font-size:  14px;
    }
    .food-price {
        position: absolute;
        top: 40px;
        right: 50px;
        font-size: 20px;
        letter-spacing: -1px;
        font-weight: 500;
    }
    .menu-carousel .more-link {
        margin-top: 35px;
        border-bottom: 1px solid #333 !important;
    }
    .more-link {
        font-style: normal;
        border-bottom: 0;
        color: #333;
        margin-top: 10px;
        font-size: 14px;
    }
    .team-title h4 {
        font-size: 15px;
    }
    .team-title span {
        font-style: normal;
        margin-bottom: 15px;
        color: #aaa !important;
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: 1px;
    }
    .entry {
        padding: 0;
        margin: 0;
        border-bottom: 0;
        -webkit-box-shadow: 0 0 15px 2px rgba(0, 0, 0, .08);
        -moz-box-shadow: 0 0 15px 2px rgba(0, 0, 0, .08);
        box-shadow: 0 0 15px 2px rgba(0, 0, 0, .08);
    }
    .entry-title {
        background-color: #FFF;
        padding: 15px;
    }
    .entry-title h2 {
        text-transform: none;
        font-size: 17px;
        font-weight: 500;
        letter-spacing: 0;
    }
    .entry-meta {
        margin: 8px 0 0;
    }
    .ipost .entry-meta li a {
        font-size: 11px;
        font-style: normal;
        text-transform: uppercase;
        letter-spacing: 1px;
        color: #999;
    }
    .entry-meta li:before {
        content: '\00b7';
        opacity: 1;
    }
    .service-button {
        margin: 80px 0 80px 15px;
    }
    .device-sm .service-button, .device-xs .service-button {
        margin: 30px 0 0;
    }
    .clfeatures .cl-ft-item {
        border-radius: 5px;
        img {
            display: block;
            margin: 0;
            border-radius: 5px;
        }
    }
    .item-thumb .owl-dot {
      position: relative;
    }
    .item-thumb .owl-dot:before {
      content: "";
      position: absolute;
      left: 10px;
      top: 10px;
      z-index: 99;
      width: calc(~"100% - 20px");
      height: calc(~"100% - 20px");
      background: rgba(0, 0, 0, 0.8);
      transition: all 500ms ease;
      opacity: 0;
      border-radius: 5px;
    }
    h5.overlay-feature-title {
        font-size: 16px;
        line-height: 140%;
        font-weight: normal;
        margin: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 9999;
        text-align: center;
        width: calc(100% - 20px);
        transition: all 500ms ease;
        opacity: 0;
    }
    h5.overlay-feature-title a {
        color: #fff;
        pointer-events: none;
    }
    .item-thumb .owl-dot:hover:before,
    .item-thumb .owl-dot.active:before {
      opacity: 1;
    }
    .item-thumb{
        .owl-dot{
            &.service_icon_style{
                float: none;
                text-align: center;
                background: #ffffff;
                padding-top: 28px;
                padding-bottom: 22px;
                border-radius: 3px;
                box-shadow: 0 0 7px 7px rgba(0, 0, 0, 0.02);
                &:before{
                    display: none;
                }
                .tile-content{
                    margin-top: 10px;
                    font-weight: 600;
                    margin-bottom: 0;
                    font-size: 16px;
                    text-transform: uppercase;
                    a{
                        color: @titleColor;
                    }
                }
                &.active,
                &:hover{
                    .tile-content{
                        a{
                            color: @hoverColor;
                        }
                    }
                }
            }
        }
    }

    .item-thumb .owl-dot:hover h5.overlay-feature-title,
    .item-thumb .owl-dot.active h5.overlay-feature-title{
      opacity: 1;
    }
    @media (min-width:992px) {
      #header, 
      #header-wrap {
        z-index: 200;
        background-color: transparent !important;
        background-repeat: repeat-x;
        background-position: center bottom;
        background-size: auto 100%;
        -webkit-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
      }
      #primary-menu ul li>a {
          padding-top: 32px;
          padding-bottom: 10px;
      }
      #header.sticky-header #header-wrap {
          background-color: transparent !important;
          box-shadow: none;
      }
      .slider-caption h2 {
          font-size: 76px;
      }
      .food-price {
          font-size: 24px;
          top: 50px;
          right: 60px;
      }
    }
    .services-wrap {
        .services-item {
            position: relative;
            padding: 0px 25px 65px;
            z-index: 10;
            &:after {
                content: '';
                position: absolute;
                left: 0;
                z-index: -1;
                height: 100%;
                width: 100%;
                background: #fff;
                transition: @transition;
                top: 50%;
                transform: scale(1,0.9) translateY(-50%);
                box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
                opacity: 0;
            }
            &:hover {
                .services-desc {
                    &:after {
                        background: @primaryColor;
                        width: 100px;
                    }
                }
                &:after {
                    opacity: 1;
                    transform: scale(1,1) translateY(-50%);
                }
            }
        }
        .services-icon {
            position: relative;
            display: inline-block;
            font-size: 64px;
            color: @primaryColor;
        }
        .services-title {
            font-size: 20px;
            margin-top: 35px;
            margin-bottom: 25px;
        }
        .services-desc {
            position: relative;
            &:after {
                content: '';
                position: absolute;
                left: 0;
                height: 2px;
                width: 50px;
                bottom: -45px;
                background: rgba(0, 0, 0, 0.1);
                transition: @transition;
            }
            p{
                margin-bottom: 55px;
            }
        }
    } 
}

/*--------------------------------------------------------------
Rs service Grid css
--------------------------------------------------------------*/

.rs-service-grid{
    .service-item{
        position: relative;
        .service-img{
            position: relative;
            overflow: hidden;
            img{
                border-radius: 0;
                -webkit-transition: all 0.2s linear;
                -moz-transition: all 0.2s linear;
                -o-transition: all 0.2s linear;
                -ms-transition: all 0.2s linear;
                transition: all 0.4s linear;
            }

            &:before{
                content: "";
                position: absolute;
                background: @secondaryColor;
                left: -73px;
                right: 0;
                bottom: -28px;
                display: block;
                height: 155px;
                opacity: .8;
                z-index: 1;
                transform: rotate(-8deg);
                width: 150%;
                transition: all 0.4s ease-in-out;
            }
            &:after{
                content: "";
                position: absolute;
                background: @secondaryColor;
                left: -73px;
                right: 0;
                bottom: -28px;
                display: block;
                height: 136px;
                opacity: .6;
                z-index: 1;
                transform: rotate(-8deg);
                width: 150%;
                transition: all 0.4s ease-in-out;
            }

            .p-title{
                font-size: 20px;
                margin:0;
                position: absolute;
                bottom: 0;
                left: 0;
                right: 0;
                font-weight: 500;
                margin: 0;
                z-index: 9;
                a{
                    color: #fff;
                    opacity: 1;
                }
            }
        }
        .service-content{
            display: block;
            .service-excerpt{
                padding-top: 0;
                p{
                    -webkit-transform: translateY(-100px);
                    -moz-transform: translateY(-100px);
                    -o-transform: translateY(-100px);
                    -ms-transform: translateY(-100px);
                    transform: translateY(-100px);
                    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
                    filter: alpha(opacity=0);
                    opacity: 0;
                    -webkit-transition: all 0.2s ease-in-out;
                    -moz-transition: all 0.2s ease-in-out;
                    -o-transition: all 0.2s ease-in-out;
                    -ms-transition: all 0.2s ease-in-out;
                    transition: all 0.4s ease-in-out;
                    padding: 0 25px;
                }
            }
        }
        .service-content{
            position: absolute;            
            opacity: 0;
            padding: 20px;
            color: #fff;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            text-align: center;
            overflow: hidden;
            transition: all 0.4s ease-in-out;
            z-index: 9;
            &:before{
                content:"";                
                position: absolute;
                background: @secondaryColor;
                left: 0;
                right: 0;
                bottom: 0;
                display: block;
                top: 0;
                opacity: 0;
                z-index: 0;
            }
            .service-button{
                -webkit-transform: translateY(100px);
               -moz-transform: translateY(100px);
               -o-transform: translateY(100px);
               -ms-transform: translateY(100px);
               transform: translateY(100px);
               -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
               filter: alpha(opacity=0);
               opacity: 0;
               -webkit-transition: all 0.2s linear;
               -moz-transition: all 0.2s linear;
               -o-transition: all 0.2s linear;
               -ms-transition: all 0.2s linear;
               transition: all 0.4s linear;
                .readon.rs_button{
                    height: 50px;
                    line-height: 48px;
                    background: #fff;
                    border: 2px solid;
                    border-color: #fff;
                    color: @secondaryColor;
                    &:hover{
                        background:#fff;
                        padding-right: 55px;
                        border: 2px solid;
                        border-color: @secondaryColor;
                        color: @secondaryColor;
                        &:before{
                            right:35px;
                            color: @secondaryColor;
                        }
                    } 
                }
            }
        }
        &:hover{
            .service-content{
                opacity: 1;
                &:before{
                    opacity: .8;
                }
            }
            .service-button{                              
                -webkit-transform: translateY(0px);
                -moz-transform: translateY(0px);
                -o-transform: translateY(0px);
                -ms-transform: translateY(0px);
                transform: translateY(0px);
                opacity: 1;
            }
            .service-img{
                h3.p-title{
                    display: none;
                }
                &:before, &:after{
                    opacity: 0;
                    height: 0;
                }
                img{
                    -webkit-transform: scale(1.1,1.1);
                    -moz-transform: scale(1.1,1.1);
                    -o-transform: scale(1.1,1.1);
                    -ms-transform: scale(1.1,1.1);
                    transform: scale(1.1,1.1);
                }
            }
            .service-content{                
                .service-excerpt{                   
                    p{
                        -webkit-transform: translateY(0px);
                        -moz-transform: translateY(0px);
                        -o-transform: translateY(0px);
                        -ms-transform: translateY(0px);
                        transform: translateY(0px);
                        opacity: 1;
                    }
                }
            }
        }
    }
    &.rs-service-style2{
        .service-item{
            .service-img{
                &:before, &:after{
                    height: 90px;
                    transform: rotate(0deg);
                    bottom: 0;
                    z-index: 0;
                }
                h3.p-title{
                    padding: 20px 0 14px;
                }
            }
            .service-content{
                .service-excerpt{
                    position: absolute;
                    top: 50%;
                    transform: translateY(-50%);
                    width: 100%;
                    left: 0;
                    right: 0;
                    z-index: 99;
                }
            }
        }
    }

    .show_cate_ser{
        display: block;
        font-size: 14px;
    }
}


.box-service{
    .rs-services-default{
        .services-wrap{
            .services-item{
                padding: 25px 25px 25px 10px;
                transition: all 0.6s ease 0s;
                background: #fff;
                box-shadow: 0 14px 20px rgba(0, 0, 0, 0.05);
                margin-bottom: 30px;
                border-radius: 5px;
            }
        }
    }
}

/* Processbar CSS */
.cdev div {
  position: absolute;
  height: 150px;
  width: 150px;
  border-radius: 50%;
}
.skillbar-wrap {
    position: relative;
    height: 150px;
    width: 150px;
    .skill-title{
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        padding-top: 113px;
        &:after{
            content: '';
            position: absolute;
            height: 113px;
            width: 1px;
            border: 1px dashed @secondaryColor;
            display: block;
            left: 50%;
            bottom: 26px;
            transform: translateX(-50%);
        }
    }
}


.vc_progress_bar {
    margin-bottom: 0;
    h2 {
      font-size: 24px;
      line-height: 34px;
      margin-bottom: 45px;
      text-transform: uppercase;
    }
    .vc_single_bar {
        background: #eee;
        margin-top: 23px;
        -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1);
        line-height: 12px;
        height: 12px;
        + .vc_single_bar {
          margin-top: 50px;
        }
        .vc_label {
            font-size: 13px;
            text-transform: uppercase;
            color: @bodyColor !important;
            text-shadow: none;
            padding: 0;
            position: absolute;
            text-shadow: none !important;
            top: -22px;
            padding: 0 !important;
            font-size: 13px;
        }

        .vc_label_units {
            margin-left: 6px;
        }
    }
}

 
.cdev div span {
  position: absolute;
  font-family: Arial;
  font-size: 25px;
  line-height: 105px;
  height: 70%;
  width: 70%;
  left: 15%;
  top: 15%;
  text-align: center;
  border-radius: 50%;
  background-color: white;
}
 
.cdev .background { background-color: #b3cef6; }
 
.cdev .rotate {
  clip: rect(0 75px 150px 0);
  background-color: #4b86db;
}
 
.cdev .left {
  clip: rect(0 75px 150px 0);
  opacity: 1;
  background-color: #b3cef6;
}
 
.cdev .right {
  clip: rect(0 75px 150px 0);
  transform: rotate(180deg);
  opacity: 0;
  background-color: #4b86db;
}
 
@keyframes
toggle {  0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}  



/*--------------------------------------------------------------
    Floating CSS
--------------------------------------------------------------*/

.floating-top{
	position: relative;
	z-index: 1;
}


/*--------------------------------------------------------------
   Latest product slider
--------------------------------------------------------------*/

.rs-products-slider{
    .product-item{
        background:#fff;
        text-align: center;       
        padding: 0px 0px 30px;
        box-shadow: 0 0 150px #eee;
        h4.product-title{
            padding-top:20px;
            margin-bottom: 15px;
            a{
                color: @titleColor;
                &:hover{
                    color: @primaryColor;
                }
            }
        }
        .product-img{
            img{
                width: auto;
                margin: 0 auto;
            }
        }
        .product-price{           
            font-size: 16px;
            color: @titleColor;
            ins{
                background:transparent !important;
                color: @primaryColor
            }
            
        }
        .product-btn{
            padding-top:15px;
            a{
                padding: 0 30px;
                height: 44px;
                line-height: 44px;
                display: inline-block;
                position: relative;
                font-size: 17px;
                background:@btnBgColor;            
                font-weight: 500;
                border-radius:0;
                color: #fff;
                &:hover{
                    background:@btnHoverColor; 
                }
            }
        }
    }
    &.rs-products-grid{
        .product-item-inner{
            padding: 0 0 30px;
            background: none;
            text-align: center;
            margin-bottom: 30px;
            .product-img{
                position:relative;
                img{
                    width: 100%;
                }
                .product-btn{
                    a{
                        background: none;
                        font-size: 0;
                        background: #fff;
                        border: none;                        
                        padding: 0;
                        position: absolute;
                        bottom: 25px;
                        transform: translateY(-200px);
                        right: 10px;
                        transition: all 0.5s ease-in-out 0s;
                        padding: 0;
                        opacity: 0;
                        margin: 0;
                        height: 45px;
                        width: 45px;
                        line-height: 45px;
                        border-radius: 3px;
                        &:before{
                            color: @titleColor;
                            font-size: 27px;
                        }
                        &:hover{
                            &:before{
                                color: @primaryColor;
                            }
                        }
                        &.wc-forward{
                            font-size: 14px;
                            color: @titleColor;
                            padding: 0;
                            width: 90px;
                            height: 34px;
                            line-height: 37px;
                            &:hover{
                                background:@primaryColor;
                                color: #fff;
                            }
                        }
                        &.added{
                            display: none;
                        }
                    }
                }
            }
            ins{
                background:none;
            }
        }
        .product-item {
            background: none;
            text-align: center;
            padding:0 15px;
            box-shadow: none;
            h4.product-title{
                margin-bottom: 5px;
            }
            &:hover{
                .product-img{
                    .product-btn{
                        a{
                            transform: translateY(0);
                            opacity: 1;
                        }
                    }
                }
            }
        }
    }
}

.wp-block-button__link{
    background: @primaryColor;
}

.widget-area{
    .bs-sidebar.dynamic-sidebar{
        > li{
            list-style: none;
        }
    }
}


/*--------------------------------------------------------------
    Parter CSS
--------------------------------------------------------------*/

.partner-carousel{
    .partner-item{
        img{
            filter: grayscale(100);
        }
    }
}