/*=============================================
=            15. ICON BLOCK                   =
=============================================*/
    
    .slz-icon-block .title {
        font-size: 18px;
        color: #2b3a58;
        position: relative;
        text-transform: uppercase;
    }
    .slz-icon-block a.title:hover {
        color: #26BBEC;
    }
    .slz-icon-block .description {
        color: #646a7a;
        transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -webkit-transition: all 0.3s linear;
    }

    .slz-icon-block .wrapper-icon,
    .slz-icon-block .wrapper-icon-image {
        color: #26bbec;
    }

    .slz-icon-block .icon-background .wrapper-icon {
        color: #fff;
        background-color: #26bbec;
        border: 1px solid #26bbec;
    }

    .slz-list-icon-block.option-4 .slz-icon-block {
            background-color: #fff;
            border-bottom: 1px solid #ececec;
            border-right: 1px solid #ececec;
    }
    
    .la-united-kingdom .slz-list-icon-block.option-2 .slz-icon-block {
        /*border: 3px solid #d3d3d3;*/
    }

    .la-united-kingdom .option-2 .slz-icon-block .wrapper-icon {
        color: #26bbec;
        background-color: transparent;
        border: 0;
    }
    .la-united-kingdom .option-2 .slz-icon-block .icon-square .wrapper-icon .slz-icon {
        width: 40px;
        font-size: 40px;
        line-height: 40px;
        max-height: 40px;
    }
    .la-united-kingdom .slz-icon-block .wrapper-icon-image {
        width: 40px;
        min-width: initial;
    }
    .la-united-kingdom .option-2 .slz-icon-block .wrapper-icon, 
    .la-united-kingdom .option-2 .slz-icon-block .wrapper-icon-image {
        margin-right: 0px;
        padding: 0;
    } 
    .la-united-kingdom .option-2 .slz-icon-block .wrapper-icon + .title, 
    .la-united-kingdom .option-2 .slz-icon-block .wrapper-icon-image + .title {
        padding-left: 35px;
    }
    .la-united-kingdom .option-2 .slz-icon-block .wrapper-icon + .title:before, 
    .la-united-kingdom .option-2 .slz-icon-block .wrapper-icon-image + .title:before {
        content: '';
        position: absolute;
        top: -8px;
        height: 38px;
        left: 15px;
        width: 2px;
        background-color: #ededed;
    }

    .la-united-kingdom .option-2 .slz-icon-block:hover {
        box-shadow: none;
    }
    .la-united-kingdom .option-2 .slz-icon-block:before {
        content:  '';
        position: absolute;
        top: -3px;
        right: -3px;
        bottom: -3px;
        left: -3px;
        opacity: 0;
        background: #26bbec;
        background-image: -moz-linear-gradient( 90deg, #26bbec 50%, #ffffff 150%);
        background-image: -webkit-linear-gradient( 90deg, #26bbec 50%, #ffffff 150%);
        background-image: -ms-linear-gradient( 90deg, #26bbec 50%, #ffffff 150%);
                -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        -o-transform-style: preserve-3d;
        -ms-transform-style: preserve-3d;
        transform-style: preserve-3d;
    }
    .la-united-kingdom .option-2 .slz-icon-block:hover:before {
        opacity: 1;
        transform: rotate3d(0,1,0,-180deg);
        -webkit-transform: rotate3d(0,1,0,-180deg);
        -moz-transform: rotate3d(0,1,0,-180deg);
        -o-transform: rotate3d(0,1,0,-180deg);
        -ms-transform: rotate3d(0,1,0,-180deg);
    }

    .la-united-kingdom .option-2 .slz-icon-block:hover .description,
    .la-united-kingdom .option-2 .slz-icon-block:hover .wrapper-icon,
    .la-united-kingdom .option-2 .slz-icon-block:hover .title,
    .la-united-kingdom .option-2 .slz-icon-block:hover .content-cell .slz-btn {
        color: #ffffff;
    }
    .la-united-kingdom .option-2 .slz-icon-block:hover .content-cell .slz-btn .icons {
        color: #26bbec;
        background-color: #ffffff;
    }

    .slz-list-icon-block .content-cell .slz-btn {
        font-size: 14px;
        color: #ffffff;
        font-weight: bold;
        text-transform: uppercase;
        letter-spacing: initial;
        margin-top: 15px;
        background-color: #26BBEC;
    }
    .slz-list-icon-block .content-cell .slz-btn:hover {
        background-color: transparent;
        color: #2b3a58;
    }
    .slz-list-icon-block .content-cell .slz-btn .text {
        display: inline-block;
    }
    .slz-list-icon-block .content-cell .slz-btn .icons {
        width: 13px;
        height: 13px;
        display: none;
        background-color: #26bbec;
        border-radius: 50%;
        position: relative;
        text-align: center;
        color: #ffffff;
        margin-left: 3px;
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
    }
    .slz-list-icon-block .content-cell .slz-btn .icons:before {
        content: "\271A";
        font-size: 7px;
        display: block;
        line-height: 13px;
        margin-left: 0;
        vertical-align: middle;
    }

    /*.st-chennai .slz-list-icon-block.option-4 .slz-icon-block .wrapper-icon {
        color: #fff;
        background-color: #dd7171;
        border-radius: 50%;
        border: 1px solid #dd7171;
    }

    .st-chennai .slz-list-icon-block.option-4 .slz-icon-block .wrapper-icon .slz-icon {
        width: 60px;
        height: 60px;
        max-height: 60px;
        line-height: 60px;
    }

    .st-chennai .slz-list-icon-block.option-4 .slz-icon-block:hover .wrapper-icon {
        background-color: #fff;
        color: #dd7171;
    }*/

    /*----------  custom ----------*/

    .la-united-kingdom .st-london  .slz-list-icon-block .slz-icon-block {
        padding: 30px;
    }

    .la-united-kingdom  .slz-list-icon-block .slz-icon-block {
        padding: 30px;
    }

    .la-united-kingdom .st-london  .slz-icon-block .wrapper-icon {
        
    }
    .la-united-kingdom .st-london  .slz-icon-block .icon-square .wrapper-icon .slz-icon {
       
    }
    .la-united-kingdom .st-london .slz-icon-block .wrapper-icon-image {
        width: 40px;
        min-width: initial;
    }
    .la-united-kingdom .st-london  .slz-icon-block .wrapper-icon, 
    .la-united-kingdom .st-london  .slz-icon-block .wrapper-icon-image {
        margin-right: 0px;
        padding: 0;
    } 
    .la-united-kingdom .st-london  .slz-icon-block .wrapper-icon + .title, 
    .la-united-kingdom .st-london  .slz-icon-block .wrapper-icon-image + .title {
        padding-left: 35px;
    }
    .la-united-kingdom .st-london  .slz-icon-block .wrapper-icon + .title:before, 
    .la-united-kingdom .st-london  .slz-icon-block .wrapper-icon-image + .title:before {
        content: '';
        position: absolute;
        top: -8px;
        height: 38px;
        left: 15px;
        width: 2px;
        background-color: #ededed;
    }

    .la-united-kingdom .st-london  .slz-icon-block.text-r .wrapper-icon + .title, 
    .la-united-kingdom .st-london  .slz-icon-block.text-r .wrapper-icon-image + .title {
        padding-left: 0px;
        padding-right: 15px;
    }

    .la-united-kingdom .st-london  .slz-icon-block.text-r .wrapper-icon + .title:before, 
    .la-united-kingdom .st-london  .slz-icon-block.text-r .wrapper-icon-image + .title:before {
        right: 0px;
        left: inherit;
    }

    .la-united-kingdom .st-london  .slz-icon-block:hover {
        box-shadow: none;
    }
    .la-united-kingdom .st-london .slz-list-icon-block:not(.option-1)  .slz-icon-block:before {
        content:  '';
        position: absolute;
        top: -3px;
        right: -3px;
        bottom: -3px;
        left: -3px;
        opacity: 0;
        background: #26bbec;
        background-image: -moz-linear-gradient( 90deg, #26bbec 50%, #ffffff 150%);
        background-image: -webkit-linear-gradient( 90deg, #26bbec 50%, #ffffff 150%);
        background-image: -ms-linear-gradient( 90deg, #26bbec 50%, #ffffff 150%);
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        -o-transform-style: preserve-3d;
        -ms-transform-style: preserve-3d;
        transform-style: preserve-3d;
    }
    .la-united-kingdom .st-london .slz-list-icon-block:not(.option-1) .slz-icon-block:hover:before {
        opacity: 1;
        transform: rotate3d(0,1,0,-180deg);
        -webkit-transform: rotate3d(0,1,0,-180deg);
        -moz-transform: rotate3d(0,1,0,-180deg);
        -o-transform: rotate3d(0,1,0,-180deg);
        -ms-transform: rotate3d(0,1,0,-180deg);
    }

    .la-united-kingdom .st-london .slz-list-icon-block:not(.option-1)  .slz-icon-block:hover .description,
    .la-united-kingdom .st-london .slz-list-icon-block:not(.option-1)  .slz-icon-block:hover .wrapper-icon,
    .la-united-kingdom .st-london .slz-list-icon-block:not(.option-1)  .slz-icon-block:hover .title,
    .la-united-kingdom .st-london .slz-list-icon-block:not(.option-1)  .slz-icon-block:hover .content-cell .slz-btn {
        color: #ffffff;
    }
    .la-united-kingdom .st-london  .slz-icon-block:hover .content-cell .slz-btn .icons {
        color: #26bbec;
        background-color: #ffffff;
    }

    /*----------  italia  ----------*/

    .la-italy .slz-icon-block .slz-icon {
        font-size: 30px;
    }

    .la-italy .slz-icon-block .wrapper-icon {
        right: 10px;
    }
    
    


/*=======  End of Icon Block  ===============



/*=====================================
=            Service Block            =
=====================================*/
    .sc_service_block .slz-btn:hover {
        /*box-shadow: none;*/
    } 

    .sc_service_block .slz-list-icon-block .content-cell .slz-btn {
        height: 45px;
        line-height: 45px;
        border:none;
        padding: 0 30px;
        border-top: none;
    }
    
    .sc_service_block.la-united-kingdom .st-london .slz-list-icon-block:not(.option-1) .slz-btn:hover,
    .sc_service_block.la-united-kingdom .st-london .slz-list-icon-block:not(.option-1) .slz-btn:focus {
        box-shadow: inset 0 0 0 2px #fff;
        -webkit-box-shadow: inset 0 0 0 2px #fff;
    }

    .slz-list-icon-block .content-cell .slz-btn .icons {
        display: none;
    }

    .sc_service_block .st-mumbai .slz-icon-block  .icon-cell:before {
        background-color:#F9F9F9;
        position:absolute;
        z-index:-1;
        bottom:0;
        left:0;
        width:100%;
        height:50%;
        content:"";
    }

    .sc_service_block .st-mumbai .slz-icon-block .content-cell {
        background-color:#F9F9F9;
    }
    .sc_service_block.la-india .st-mumbai .normal .slz-icon-block .content-cell,
    .sc_service_block .st-mumbai .slz-icon-block .content-cell {
        padding: 25px;
    }

    .sc_service_block .slz-list-icon-block > .item {
        margin-top: 70px;
    }


    

    


/*=====  End of Service Block  ======*/




/*=====================================
=            feature block            =
=====================================*/
    .slz-feature-block {
        background-color: #e2ded6;
    }

    .slz-feature-block .title {
        color: #2b3a58;
    }

    .slz-feature-block .description {
        color: #646a7a;
    }

    .la-united-kingdom .slz-feature-block .content-cell {
        padding: 20px 15px;
    }

    .st-leeds .slz-feature-block .image-cell + .content-cell {
        padding: 20px 10px 20px 20px;
    }

    .slz-feature-block .title.underline:before {
        content: none;
    }

    .slz-feature-block .title.underline {
        padding-bottom: 0;
    }



/*=====  End of feature block  ======*/


/*======================================
=            single service            =
======================================*/
    .slz-blog-detail.slz-services .service-detail-wrapper h1.title  {
        color: #2b3a58;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 24px;
    }


/*=====  End of single service  ======*/
