﻿/*Custome button Design*/
.show-mobile{
    display:block;
}
.show-web {
    display: none;
}
.cus-service-detail .inner-box .cus-btn:hover {
    color: #fff;
}
.cus-service-detail .inner-box .cus-btn:hover::before {
    background-color: #000;
    color: #fff;
}

.cus-service-detail .inner-box .cus-btn:hover::after {
    content: "";
    position: absolute;
    width: 50px;
    background-color: #fff;
    height: 50px;
    right: -35px;
    top: 0;
    z-index: 1;
    transform: scale(1, 1);
    transform: skewX( -25deg);
    transition: all 0.4s;
}


.service-header {
    height: 254px;
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
}

    .service-header .auto-container {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

        .service-header .auto-container .service-header-text {
            text-transform: lowercase;
            font-family: SalzburgSerial-Italic;
            font-weight: 100;
            font-size: 40px
        }

.what-we-do-service {
}

    .what-we-do-service .title-desc .client-focus p {
        padding-left: 0px;
    }

    .what-we-do-service .title-desc .client-focus h2 {
        left: 0px;
    }

    .what-we-do-service .title-desc .client-focus .heading-img {
        margin-bottom: 32px;
        vertical-align: inherit;
    }

    .what-we-do-service .title-desc .client-focus .cus-btn {
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        width: 172px;
        min-height: 35px;
        color: rgb(255,255,255);
        font-size: 15px;
        line-height: 18px;
        text-align: left;
        background-color: #0080BE;
        border: none;
        font-family: Montserrat-Regular;
        border-radius: 0px;
        padding: 0px;
        margin: 45px 0px;
        text-transform: uppercase;
    }
        .what-we-do-service .title-desc .client-focus .cus-btn:hover::before {
            background-color:#000;
        }
        .what-we-do-service .title-desc .client-focus .cus-btn:hover::after {
            content: "";
            position: absolute;
            width: 50px;
            background-color: #f3f3f3;
            height: 50px;
            right: -35px;
            top: 0;
            z-index: 1;
            transform: scale(1, 1);
            transform: skewX( -25deg);
            transition: all 0.4s;
        }

    .what-we-do-service .title-desc .title-row .first-title {
        position: relative;
        top: 50%;
        opacity:0;
        border-bottom: 0px;
    }

.what-we-do-service .title-desc .client-focus .btn-style-two:before {
    background-color: #f3f3f3;
}

.service-group .title-box-head .title-box {
    width: 255px !important;
    height: 97px !important;
}

.about-group .sponsors-cointainer .web-crousel {
    display: none;
}

.what-we-do-service .title-desc .client-focus .service-item {
    height: auto;
}

    .what-we-do-service .title-desc .client-focus .service-item .cus-btn {
        position: relative;
        bottom: 15px;
    }

/*Service detail pages*/
.cus-service-detail{
    padding:0px 14px;
}
    .cus-service-detail .inner-box .description-grid > h3 {
        font-family: SalzburgSerial;
        font-size: 25px;
        line-height: 30px;
        color: #09468E;
        opacity: 0.7;
        margin-top: 26px;
    }
    .cus-service-detail .inner-box .description-grid > p {
        font-family: Montserrat-Light;
        font-size: 13px;
        line-height: 18px;
        color: #000;
        opacity: 0.5;
        font-weight: 600;
        margin-bottom: 1rem;
        margin-top: 1rem;
    }
    .cus-service-detail .inner-box .description-grid:nth-child(2) {
        position:relative;
        top:40px;
        opacity:0;
    }
    .cus-service-detail .inner-box .description-grid:nth-child(3) {
        position: relative;
        top: 40px;
        opacity: 0;
    }
    .cus-service-detail .inner-box .description-grid b {
        line-height: 25px;
    }
    .cus-service-detail .inner-box  .image {
        position: relative;
        padding: 0px;

    }
    .cus-service-detail .inner-box .detail-page-logo {
        top: 40px;
        opacity: 0;
    }

.cus-service-detail .inner-box .image .bg-cover {
    filter: blur(5px);
    height: 345px;
}
.cus-service-detail .inner-box .image .img-content {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 70px 0px;
}
        .cus-service-detail .inner-box .image .img-content .icon{

        }
        .cus-service-detail .inner-box .image .img-content .icon >img{
            width:145px;
            height:145px;
        }
            .cus-service-detail .inner-box .image .img-content .icon-text {
                font-size: 33px;
                line-height: 53px;
                color: #fff;
                font-family: SalzburgSerial;
            }
        .cus-service-detail .inner-box .grid-box {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            padding-top: 36px;
        }
    .cus-service-detail .inner-box .grid-box >img{
        width:145px;
    }
        .cus-service-detail .inner-box .grid-box > h4 {
            font-family: SalzburgSerial-Italic;
            font-size: 24px;
            color: #09468E;
            opacity:0.7;
        }
        .cus-service-detail .inner-box .grid-box .find-link {
            color: #000000;
            font-size: 13px;
            line-height: 18px;
            font-family: Montserrat-MediumItalic;
        }
    .cus-service-detail .inner-box .can-we-help-row {
        border-bottom:1px solid #c5c5c5;
        padding-bottom:60px;
    }
    .cus-service-detail .inner-box .cus-btn {
        background-color: #F7C842;
        color: #514f4f;
        font-family: Montserrat-Regular;
        font-size: 16px;
        line-height: 20px;
        text-transform: uppercase;
        padding: 12px 60px 12px 30px;
        font-weight: 600;
    }
    .cus-service-detail .inner-box .h-line {
        background-color:#c2c2c2;
        line-height:1;
        margin:50px 0px;
    }
    .cus-service-detail .inner-box ul{
        list-style-type:none;
        padding:0px;
        margin:0px;
    }
        .cus-service-detail .inner-box ul > li {
            position: relative;
            padding-left: 16px;
            font-family: Montserrat-Italic;
            font-size:13px;
            line-height:18px;
            font-weight:600;
            opacity:0.6;
        }
        .cus-service-detail .inner-box ul li > i {
            position: absolute;
            top: 0;
            left: 0;
            font-size: 6px;
            color: #F7C842;
        }

.side-widget .sidebar .service-list li.current a {
    background-color: #005882;
}
.side-widget .sidebar .service-list li a:hover {
    background-color: #005882;
}
    .side-widget .sidebar .service-list li a:hover .arrow {
        background-color: #3C94CE;
        
      
    }
.side-widget .sidebar .service-list li.current a .arrow {
    background-color: #3C94CE;
     color:#fff;
}
.side-widget .sidebar .service-list li a .arrow {
    color: #3C94CE;
}
.side-widget .contact-widget .widget-content:before {
    background-color: #3B5F9D;
}
.side-widget .contact-widget .widget-content h4 {
    font-size: 23px;
    line-height: 27px;
    font-family: SalzburgSerial;
    font-weight:400;
}
.side-widget .contact-widget .widget-content .text {
    font-family: Montserrat-Light;
    font-size: 13px;
    line-height: 18px;
    opacity:0.7;
}
.side-widget .contact-widget .widget-content .form-group{
    position:relative;
    margin:6px auto;
}
.side-widget .contact-widget .widget-content .form-group > input {
    border-radius: 4.63px;
    padding: 6px 0px;
    width: 100%;
    border:1px solid transparent;
    text-indent:12px;
}
    .side-widget .contact-widget .widget-content .form-group > input::placeholder{
        padding-left:15px;
        color:#c2c2c2;
        opacity:0.5;
    }
    .side-widget .contact-widget .widget-content .form-group > textarea {
        border-radius: 4.63px;
        height: 147px;
        width: 100%;
        background-color: #fff;
        opacity: 1;
        text-indent:15px;
    }
        .side-widget .contact-widget .widget-content .form-group > textarea::placeholder {
            padding-left: 15px;
            color: #c2c2c2;
            opacity: 0.5;
        }
    .side-widget .contact-widget .widget-content .form-group .cus-btn-contact {
        background-color: #0080C1;
        position: absolute;
        bottom: -70px;
        width: 145px;
        height: 50px;
        left: 0;
        right: 0;
        margin: 0 auto;
        text-transform:uppercase;
        color:#fff;
    }
.side-widget .contact-widget .widget-content .border-layer {
    border: 1px solid #ffffff;
}
.service-design-2 .right-sidebar .services-detail .inner-box h3 {
    color: #D24134;
}

/*Second details Page*/
.service-design-2 .cus-service-detail .inner-box .grid-box {
    align-items: flex-start;
}
    .service-design-2 .cus-service-detail .inner-box .grid-box>img{
        width:78px; 
    }
    .service-design-2 .cus-service-detail .inner-box .grid-box > h4 {
        color: #D24134;
    }
.service-design-2 .cus-service-detail .inner-box .can-we-help-row {
    border-style:none;
}
.service-design-2 .cus-service-detail .inner-box .cus-btn {
    background-color: #0082C9;
    color:#fff;
}
.service-design-2 {
    padding: 60px 0px 0px;
    
}
.service-detail-design-2:before{
    background-color:#fff;
}
.service-detail-design-2 .auto-container .carousel-outer .owl-theme li .image-box a img {
    height: auto;
    width: auto;
    filter: grayscale(0%);
    opacity: 1;
}
.service-detail-design-2 .carousel-outer {
    box-shadow: 2px 12px 13px #000000BF;
    border: 1px solid #8B2F26;
}
    .service-detail-design-2 .carousel-outer > h4 {
        text-align: center;
        color: #8B2F26;
    }
.service-detail-design-2 .owl-carousel .owl-nav .owl-prev {
    border: 1px solid #8B2F26;
    color: #8B2F26;
}
.service-detail-design-2 .owl-carousel .owl-nav .owl-next {
    border: 1px solid #8B2F26;
    color: #8B2F26;
}
/*End Second Page*/

/*Third Page*/
.service-design-3 .right-sidebar .services-detail .inner-box h3 {
    color: #008A78;
}
.service-design-3 .right-sidebar .services-detail .inner-box h5 {
    color: #0C6467;
    font-weight: 400;
    font-size: 20px;
}
.service-design-3 .right-sidebar .services-detail .inner-box .text-form-1 {
    font-size: 16px;
    color: #005882;
    line-height: 31px;
}
/*End Third Page*/

/*Fourth Page*/
.service-design-4 .right-sidebar .services-detail .inner-box h3 {
    color: #006D3A;
}

.service-design-4 .right-sidebar .services-detail .inner-box h5 {
    color: #006D3A;
    font-weight: 400;
    font-size: 20px;
    font-family: SalzburgSerial;
}

.service-design-3 .right-sidebar .services-detail .inner-box .text-form-1 {
    font-size: 16px;
    color: #005882;
    line-height: 31px;
}
.service-design-4 .cus-service-detail .inner-box ul li > i {
    color: #0082C9;
}
.service-design-4 .cus-service-detail .inner-box .cus-btn {
    background-color: #0082C9;
    color:#fff;
}
/*End Fourth Page*/


/*Fifth Page*/
.service-design-5 .right-sidebar .services-detail .inner-box h3 {
    color: #B07A1C;
}

.service-design-5 .right-sidebar .services-detail .inner-box h5 {
    color: #006D3A;
    font-weight: 400;
    font-size: 20px;
    font-family: SalzburgSerial;
}

.service-design-5 .right-sidebar .services-detail .inner-box .text-form-1 {
    font-size: 16px;
    color: #005882;
    line-height: 31px;
}

.service-design-5 .cus-service-detail .inner-box ul li > i {
    color: #0082C9;
}

.service-design-5 .cus-service-detail .inner-box .cus-btn {
    background-color: #008A78;
    color: #fff;
}
.service-design-5 .cus-service-detail .inner-box .list-design-2 li a {
    color: #3C95CF;
}
.service-design-5 .cus-service-detail .inner-box .list-design-2 li i{
    color: #008A78;
}
/*End Fifth Page*/
/*End service details page*/

/*modified css*/
.service-group .sponsors-cointainer .title-box-head {
    transform: translateX(-41px)!important;
}
/*end modified*/

/*animation style*/
#service-detail-bookkeepers .inner-box .image{
    opacity:0;
    top:40px;
}
#service-detail-bookkeepers .inner-box .animation-content-bookkeeping {
    opacity: 0;
    top: 40px;
}
#service-detail-finance .animation-content-finance .image {
    opacity: 0;
    top: 40px;
}
#service-detail-finance .animation-content-finance .content-item:nth-child(2) {
    position:relative;
    opacity: 0;
    top: 40px;
}
#service-detail-finance .animation-content-finance .content-item:nth-child(3) {
    position: relative;
    opacity: 0;
    top: 40px;
}
#service-detail-finance .animation-content-finance .content-item:nth-child(4) {
    position: relative;
    opacity: 0;
    top: 40px;
}
#service-detail-finance .animation-content-finance .content-item:nth-child(5) {
    position: relative;
    opacity: 0;
    top: 40px;
}
#service-detail-finance .animation-content-finance .content-item:nth-child(6) {
    position: relative;
    opacity: 0;
    top: 40px;
}



#service-detail-property .animation-content-property .image {
    opacity: 0;
    top: 40px;
}

#service-detail-property .animation-content-property .content-item:nth-child(2) {
    position: relative;
    opacity: 0;
    top: 40px;
}

#service-detail-property .animation-content-property .content-item:nth-child(3) {
    position: relative;
    opacity: 0;
    top: 40px;
}

#service-detail-property .animation-content-property .content-item:nth-child(4) {
    position: relative;
    opacity: 0;
    top: 40px;
    margin-bottom: 18px;
}

#service-detail-property .animation-content-property .content-item:nth-child(5) {
    position: relative;
    opacity: 0;
    top: 40px;
}

#service-detail-property .animation-content-property .content-item:nth-child(6) {
    position: relative;
    opacity: 0;
    top: 40px;
}


#service-detail-taxation .animation-content-taxation .image {
    opacity: 0;
    top: 40px;
}

#service-detail-taxation .animation-content-taxation .content-item:nth-child(2) {
    position: relative;
    opacity: 0;
    top: 40px;
}

#service-detail-taxation .animation-content-taxation .content-item:nth-child(3) {
    position: relative;
    opacity: 0;
    top: 40px;
}

#service-detail-taxation .animation-content-taxation .content-item:nth-child(4) {
    position: relative;
    opacity: 0;
    top: 40px;
}

#service-detail-taxation .animation-content-taxation .content-item:nth-child(5) {
    position: relative;
    opacity: 0;
    top: 40px;
}

#service-detail-taxation .animation-content-taxation .content-item:nth-child(6) {
    position: relative;
    opacity: 0;
    top: 40px;
}

#service-detail-wealth .animation-content-wealth .image {
    opacity: 0;
    top: 40px;
}

#service-detail-wealth .animation-content-wealth .content-item:nth-child(2) {
    position: relative;
    opacity: 0;
    top: 40px;
}

#service-detail-wealth .animation-content-wealth .content-item:nth-child(3) {
    position: relative;
    opacity: 0;
    top: 40px;
}

#service-detail-wealth .animation-content-wealth .content-item:nth-child(4) {
    position: relative;
    opacity: 0;
    top: 40px;
}

#service-detail-wealth .animation-content-wealth .content-item:nth-child(5) {
    position: relative;
    opacity: 0;
    top: 40px;
}
.owl-carousel .image-box img {
    display: inline-block;
}
.partner-slider .owl-stage-outer .owl-stage {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.partner-slider .owl-stage-outer .owl-stage .owl-item {
    width: 230px !important;
}
/*#service-detail-wealth .animation-content-wealth .content-item:nth-child(6) {
    position: relative;
    opacity: 0;
    top: 40px;
}*/
/*end animation style*/
@media (min-width:400px) {
}
@media (min-width:768px) {
    .show-mobile {
        display: none;
    }

    .show-web {
        display: block;
    }
    .service-group .sponsors-cointainer .auto-container .centered {
            padding: 70px 0px;
        }

        

        .about-group .sponsors-cointainer .web-crousel {
            display: inline-block;
        }

        .what-we-do-service .title-desc .client-focus .service-item {
            height: 700px;
        }



            .what-we-do-service .title-desc .client-focus .service-item .cus-btn {
                position: absolute;
                bottom: 15px;
            }
    }
@media (min-width:992px){
    .cus-service-detail .inner-box .image .img-content {
        flex-direction: row;
        height: 345px;
        justify-content: left;
    }
    .cus-service-detail .inner-box .image .bg-cover {
        filter: blur(3px);
    }
    .cus-service-detail .inner-box .image .img-content .icon {
        padding-left: 7%;
    }
    .cus-service-detail .inner-box .image .img-content .icon-text {
        padding-left: 42px;
    }
    .what-we-do-service .title-desc .title-row .first-title {
        width: 79%;
    }

}

    @media (min-width:1024px) {
        .what-we-do-service .title-desc .client-focus .service-item {
            height: 625px;
        }
    }

    @media (min-width:1200px) {
        .service-group .sponsors-cointainer .title-box-head {
            transform: translateX(34px) !important;
        }
       .what-we-do-service .title-desc .client-focus .service-item {
            height: 550px;
        }
        .cus-service-detail .inner-box .image .service-detail-page-logo {
            width: 501px;
        }
    }

   
