@import url('https://fonts.googleapis.com/css2?family=Jost:wght@400;500;600;700&display=swap');

body {
    font-family: 'Jost', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #0c0c0c;
    font-style: normal;
}
 
p,
li,
a,
button,
span,
h5,
h6 {
    font-family: 'Jost', sans-serif;
}

.img {
    max-width: 100%;
    transition: all 0.3s ease-out 0s;
}
 

a,
.button {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

    a:focus,
    .btn:focus,
    .button:focus {
        text-decoration: none;
        outline: none;
        box-shadow: none;
    } 

    button:focus,
    input:focus,
    input:focus,
    textarea,
    textarea:focus {
        outline: 0;
    }

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

h4,
h5,
h6 {
    font-family: 'Jost', sans-serif;
    color: #2c2c2c;
    margin-top: 0px;
    font-style: normal;
    
}

h1,
h2,
h3 {
    font-family: 'Jost', sans-serif;
    margin-top: 0px;
}

    h1 a,
    h2 a,
    h3 a,
    h4 a,
    h5 a,
    h6 a {
        color: inherit;
    }

h1 {
    font-size: 40px;
    font-weight: 700;
}

h2 {
    font-size: 35px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

ul {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none;
}

p {
    font-size: 16px;
    font-weight: normal;
    line-height: 26px;
    color: #2c2c2c;
    margin-bottom: 15px;
}

hr {
    border-bottom: 1px solid #eceff8;
    border-top: 0 none;
    margin: 30px 0;
    padding: 0;
}

a {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
 
*::-moz-selection {
    background: #d6b161;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #444;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #444;
    color: #fff;
    text-shadow: none;
}

*::-moz-placeholder {
    color: #161616;
    font-size: 17px;
    opacity: 1;
}

*::placeholder {
    color: #161616;
    font-size: 17px;
    opacity: 1;
}
/*--------------------------------------------------------------
 * Preloader CSS MS
 *--------------------------------------------------------------
 */

.wp-smart-loader {
    text-indent: -12345px;
}

/*--------------------------------------------------------------
 * Preloader One
 *--------------------------------------------------------------
 */

.smart-loader-one {
    width: 50px;
    height: 50px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    border-right: 1px solid rgba(0, 0, 0, 0.08);
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    border-left: 1px solid rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: spinner 700ms infinite linear;
    -moz-animation: spinner 700ms infinite linear;
    -ms-animation: spinner 700ms infinite linear;
    -o-animation: spinner 700ms infinite linear;
    animation: spinner 700ms infinite linear;
}

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
 * Preloader Two
 *--------------------------------------------------------------
 */

.smart-loader-two {
    position: relative;
    width: 80px;
    height: 80px;
    -webkit-animation: spinner 5s infinite linear;
    animation: spinner 5s infinite linear;
}

    .smart-loader-two span {
        width: 40px;
        height: 40px;
        position: absolute;
        background: red;
        display: block;
        -webkit-animation: spinner-two 1s infinite linear;
        animation: spinner-two 1s infinite linear;
    }

        .smart-loader-two span:nth-child(1) {
            background: #2ecc71;
        }

        .smart-loader-two span:nth-child(2) {
            left: 44px;
            background: #9b59b6;
            -webkit-animation-delay: .2s;
            animation-delay: .2s;
        }

        .smart-loader-two span:nth-child(3) {
            top: 44px;
            background: #3498db;
            -webkit-animation-delay: .4s;
            animation-delay: .4s;
        }

        .smart-loader-two span:nth-child(4) {
            top: 44px;
            left: 44px;
            background: #f1c40f;
            -webkit-animation-delay: .6s;
            animation-delay: .6s;
        }

@-webkit-keyframes spinner-two {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.5);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes spinner-two {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.5);
    }

    100% {
        transform: scale(1);
    }
}

/*--------------------------------------------------------------
 * Preloader Three
 *--------------------------------------------------------------
 */

.smart-loader-three {
    position: relative;
}

    .smart-loader-three span {
        display: block;
        bottom: 0px;
        width: 9px;
        height: 5px;
        background: #9b59b6;
        position: absolute;
        -webkit-animation: spinner-three 1.5s infinite ease-in-out;
        animation: spinner-three 1.5s infinite ease-in-out;
    }

        .smart-loader-three span:nth-child(2) {
            left: 11px;
            -webkit-animation-delay: .2s;
            animation-delay: .2s;
        }

        .smart-loader-three span:nth-child(3) {
            left: 22px;
            -webkit-animation-delay: .4s;
            animation-delay: .4s;
        }

        .smart-loader-three span:nth-child(4) {
            left: 33px;
            -webkit-animation-delay: .6s;
            animation-delay: .6s;
        }

        .smart-loader-three span:nth-child(5) {
            left: 44px;
            -webkit-animation-delay: .8s;
            animation-delay: .8s;
        }

@-webkit-keyframes spinner-three {
    0% {
        height: 5px;
        transform: translateY(0px);
        background: #9b59b6;
    }

    25% {
        height: 30px;
        transform: translateY(15px);
        background: #3498db;
    }

    50% {
        height: 5px;
        transform: translateY(0px);
        background: #9b59b6;
    }

    100% {
        height: 5px;
        transform: translateY(0px);
        background: #9b59b6;
    }
}

@keyframes spinner-three {
    0% {
        height: 5px;
        transform: translateY(0px);
        background: #9b59b6;
    }

    25% {
        height: 30px;
        transform: translateY(15px);
        background: #3498db;
    }

    50% {
        height: 5px;
        transform: translateY(0px);
        background: #9b59b6;
    }

    100% {
        height: 5px;
        transform: translateY(0px);
        background: #9b59b6;
    }
}

/*--------------------------------------------------------------
 * Preloader Four
 *--------------------------------------------------------------
 */

.smart-loader-four {
    width: 80px;
    height: 80px;
}

    .smart-loader-four .spinner-cube {
        width: 33%;
        height: 33%;
        background-color: #9b59b6;
        float: left;
        -webkit-animation: spinner-four 1.3s infinite ease-in-out;
        animation: spinner-four 1.3s infinite ease-in-out;
    }

    .smart-loader-four .spinner-cube1 {
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s;
    }

    .smart-loader-four .spinner-cube2 {
        -webkit-animation-delay: 0.3s;
        animation-delay: 0.3s;
    }

    .smart-loader-four .spinner-cube3 {
        -webkit-animation-delay: 0.4s;
        animation-delay: 0.4s;
    }

    .smart-loader-four .spinner-cube4 {
        -webkit-animation-delay: 0.1s;
        animation-delay: 0.1s;
    }

    .smart-loader-four .spinner-cube5 {
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s;
    }

    .smart-loader-four .spinner-cube6 {
        -webkit-animation-delay: 0.3s;
        animation-delay: 0.3s;
    }

    .smart-loader-four .spinner-cube7 {
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
    }

    .smart-loader-four .spinner-cube8 {
        -webkit-animation-delay: 0.1s;
        animation-delay: 0.1s;
    }

    .smart-loader-four .spinner-cube9 {
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s;
    }

@-webkit-keyframes spinner-four {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }

    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

@keyframes spinner-four {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }

    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

/*--------------------------------------------------------------
 * Preloader Five
 *--------------------------------------------------------------
 */

.smart-loader-five {
    width: 80px;
    height: 80px;
    position: relative;
}

    .smart-loader-five .spinner-cube {
        border: 2px solid transparent;
        float: left;
        width: 50%;
        height: 50%;
        position: relative;
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
    }

        .smart-loader-five .spinner-cube:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: #9b59b6;
            -webkit-animation: spinner-five 2.4s infinite linear both;
            animation: spinner-five 2.4s infinite linear both;
            -webkit-transform-origin: 100% 100%;
            -ms-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
        }

    .smart-loader-five .spinner-cube-2 {
        -webkit-transform: scale(1.1) rotateZ(90deg);
        transform: scale(1.1) rotateZ(90deg);
    }

    .smart-loader-five .spinner-cube-3 {
        -webkit-transform: scale(1.1) rotateZ(180deg);
        transform: scale(1.1) rotateZ(180deg);
    }

    .smart-loader-five .spinner-cube-4 {
        -webkit-transform: scale(1.1) rotateZ(270deg);
        transform: scale(1.1) rotateZ(270deg);
    }

    .smart-loader-five .spinner-cube-2:before {
        -webkit-animation-delay: 0.3s;
        animation-delay: 0.3s;
    }

    .smart-loader-five .spinner-cube-3:before {
        -webkit-animation-delay: 0.6s;
        animation-delay: 0.6s;
    }

    .smart-loader-five .spinner-cube-4:before {
        -webkit-animation-delay: 0.9s;
        animation-delay: 0.9s;
    }

@-webkit-keyframes spinner-five {
    0%, 10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }

    25%, 75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }

    90%, 100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}

@keyframes spinner-five {
    0%, 10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }

    25%, 75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }

    90%, 100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}

/*--------------------------------------------------------------
 * Preloader Six
 *--------------------------------------------------------------
 */

.smart-loader-six {
    width: 70px;
    height: 70px;
    position: relative;
}

    .smart-loader-six .spinner-cube-1,
    .smart-loader-six .spinner-cube-2 {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        background-color: #3498db;
        opacity: 0.6;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-animation: spinner-six 2.0s infinite ease-in-out;
        animation: spinner-six 2.0s infinite ease-in-out;
    }

    .smart-loader-six .spinner-cube-2 {
        -webkit-animation-delay: -1.0s;
        animation-delay: -1.0s;
    }

@-webkit-keyframes spinner-six {
    0%, 100% {
        -webkit-transform: scale(0.0)
    }

    50% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes spinner-six {
    0%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }

    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

.smart-page-loader {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #fefefe;
    z-index: 100000;
}

.wp-smart-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    font-size: 10px;
    z-index: 100001;
}


.wp-smart-body {
    visibility: hidden;
}
/*--------------------------------------------------------------
 * Preloader Seven
 *--------------------------------------------------------------
 */
.main-slider h2 {
    position: relative;
    display: block;
    font-size: 54px;
    color: #000;
    font-weight: 600;
    line-height: 66px;
    z-index: 1;
   
}
.main-slider h3 {
    font-size: 20px;
    color: #000;
    font-weight: 400;
    line-height: 1.14em;
    padding-right: 64px;
    text-transform: capitalize;
    display: inline-block;
    z-index: 1;
     
}
.btn-style-one {
    background: #de8d38;
    display: block;
    float: left;
    border-radius: 8px;
    width: 80px;
    height: 80px;
}
.bootom-box{ position:relative;}
    .bootom-box:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgb(10 10 10 / 73%);
    }

.min-img{ width:100%;}
.theme-btn {
    padding: 15px 25px !important;
    display: inline-block !IMPORTANT;
    float: left;
    margin-right: 20px !IMPORTANT;
    border-radius: 5px;
    text-transform: uppercase;
    
}
.theme-btn1 {
    padding: 15px 25px !important;
    display: inline-block !IMPORTANT;
    text-align:center;
    margin-right: 20px !IMPORTANT;
    border-radius: 5px;
    text-transform: uppercase;
    
}

.tp-bgimg {
    background-size: cover !important;
    background-position: top !important;
    top: 20px !important;
}
.btn-style-orange {
    background: #FFC53C ;
    color: #fff;
}
    .btn-style-orange:hover {
        background: #000;
        color: #fff;
    }

a, div, button {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

 /*minsection*/
 /*consult*/
.sign {
    display: flex;
    justify-content: space-between;
        margin: 30px 0;
}
.advice-sec h6 {
    color: #E41E2F;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
}
.advice-sec i {
    padding-right: 5px;
}
.advice-sec h2 {
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 20px;
}
.advice-sec h5 {
    font-weight: 600;
    margin-bottom: 20px;
}
.o-icon {
        box-shadow: 0 0 1px 0;
    padding: 10px;
    border-radius: 50%;
}
.o-icon img {
    width: 30px;
}
.office {
    display: flex;
        justify-content: space-between;
}
.o-txt h5 {
    margin: 0;
}
.o-txt {
    padding-left: 10px;
}
.box {
    display: flex;
    padding: 10px 25px;
    box-shadow: 0 0 2px 0px;
    border-radius: 3px;
}
.o-txt p {
    margin: 0;
    margin-top: 2px;
    color: #616373;
}
.advice-half {
    position: relative;
}
.resident {
    position: absolute;
    padding: 15px 15px;
    bottom: 50px;
    left: 100px;
    border-bottom: 7px solid #FDDE0B;
    background: #FFF;
    box-shadow: 0px 0px 1px 0px;
}
.resident p{
    margin: 0;
}
 /*consult-end*/
 /*service-home*/
 .service-h {
    text-align: center;
    width: 100%;
}
 .service-h i {
    color: #FDDE0B;
    padding: 0 5px;
}
.service-home-icon img {
    width: 33px;
    transform: rotate(306deg);
}

.s-h{
    position: relative;
    display: flex;
    background: #f5f5f6;
    padding: 21px 20px;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    min-height: 90px;
}
.s-h:before {
    position: absolute;
    content: '';
    width: 0%;
    height: 100%;
    left: 0px;
    top: 0px;
    transition: all 500ms ease;
}
.s-h:before {
    background: #e41e2f;
}
.s-h:hover:before {
    width: 100%;
}

.s-h h5 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 1px;
    transition: all 500ms ease;
}
.s-h span {
    position: relative;
    transition: all 500ms ease;
}
.s-home-txt:hover a {
    color: #FFF;
}
.s-home-txt h5 {
    margin: 0;
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
}
.service-home-icon {
    display: grid;
    place-items: center;
    padding-right: 15px;
}
.taxes {
    background: #f5f5f5;
    }
    .service-h h2 {
    margin-bottom: 30px;
}
.s-home-txt span {
    font-weight: 400;
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
}
.share-p{
    background-color: #FDDE0B;
}
.share {
    padding: 20px;
}
.share h4 {
    font-size: 24px !important;
    font-weight: 600;
        margin: 0;
    line-height: 40px;
}
.s-btn:hover {
    background:#000;
    color: #FFF;
}
.s-btn {
    padding: 10px 10px;
    background: #FFF;
        border-radius: 8px;
        color: #000;

}
.share-link {
    text-align: center;
    margin: 40px 0;
}
.share p{
    margin: 0;
}

/*service-home-end*/
/*expert */
.expert-t-i img {
    width: 100%;
}
.expert-t-i{
    position: relative;
}
.expert-t {
    text-align: center;
    background: #FDDE0B;
    padding: 10px 10px;
    border-radius: 3px;
    margin: 0 30px;
    position: absolute;
    width: 70%;
    bottom: -35px;
}
.expert-t:hover {
    background: #FFF;
    }
.expert-t span {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
}
.expert-t h4 {
    margin: 0;
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
}
.e-team {
    padding-left: 14px;
    margin-bottom: 20px;
}
.expert {
    background-color: #f5f5f5;
}
 /*expert-end*/
 /*testimonial*/
 .t-home {
    text-align: center;
    width: 100%;
        margin-bottom: 30px;
}
.t-home h6 {
    color: #FDDE0B;
}
.t-i img {
    width: 100px !important;
    display: initial!important;
}
.t-i {
    width: 100%;
    text-align: center;
}
.t-txt {
    text-align: center;
    padding: 20px;
    background: #f5f5f5;
    margin-top: 20px;
    border-radius: 4px;
}
.stars {
    display: flex;
    justify-content: center;
}
.stars li {
    background: #FDDE0B;
    padding: 5px;
    margin-top: -21px;
}
.t-txt h4 {
    margin-bottom: 20px;
}

 /*testimonial-end*/
 /*contact*/
 .form-event h3 {
    margin-bottom: 20px;
    text-transform: uppercase;
}

.form-in .read-m-we {
    margin-bottom: 0px;
    width: 100%;
    border-radius: 5px;
}

.form-in:last-child {
    margin-bottom: 0px;
}

.form-event ul {
    margin-bottom: 25px;
}

    .form-event ul li {
        margin-bottom: 8px;
    }

        .form-event ul li i {
            margin-right: 15px;
        }

.form-in {
    margin-bottom: 25px;
}

.fill-in {
    width: 100%;
    padding: 10px;
    height: 50px;
    border: 1px solid #d7d7d7;
}
.form-in .read-m-we {
    margin-bottom: 0px;
    width: 100%;
    border-radius: 5px;
}
.btn-gradient {
    color: #2c2c2c;
    cursor: pointer;
    background-size: 200% auto;
    border: none;
    border-radius: 8px;
    background: #f4b323;
    padding: 13px 30px;
    font-size: 18px;
    float: none;
    display: inline-block;
    margin-bottom: 3em;
}

.btn-gradient:hover {
    background: #000;
    color: #ffffff;
}
textarea.fill-in.text-m {
    height: 150px;
}
.c-img img {
    width: 84%;
    float: right; 
}
.bg-y {
    position: relative;
}
    .bg-y:before {
        content: "";
        position: absolute;
        background-color: #ffc53c;
        right: 0;
        top: 0;
        bottom: 0;
        width: 24%;
        height: 100%;
    }
.g-contact h6 {
    margin-bottom: 20px;
    color: #FDDE0B;
}
.g-contact h2 {
    margin-bottom: 25px;
    line-height: 40px;
}
.contact{
    background: #f5f5f5;
}
 /*contact-end*/
}
/*minsection-end*/
/*about us*/

.a-img img {
    width: 100%;
}
.about-txt h5 {
    margin-bottom: 20px;
    color: #E41E2F;
}
.a-img img {
    width: 100%;
}
.a-img{
    position: relative;
}

.about-txt {
    padding: 90px 50px;
}
.about-txt h2 {
    margin-bottom: 20px;
}
.about-txt span {
    color: #FDDE0B;
}
.about-txt p {
    margin-bottom: 20px;
    padding-bottom: 10px
}
.about-btn {
    padding: 10px 15px;
    background: #FDDE0B;
    color: #000;
    border-radius: 0px;
}
.about-btn:hover{
    color: #FFF;
    background:#000;
}
.taxes .col-lg-4.col-md-4.col-sm-4.col-xs-12 {
    padding: 0px;
}
.faq {
    background: #FDDE0B;
}
.faq-left h5 {
    margin-bottom: 20px;
}
.faq-left h2 {
    margin-bottom: 20px;
}
.faq-left p {
    margin-bottom: 20px;
    padding-bottom: 10px;
}
.faq-link {
    padding: 10px 15px;
    background: #000;
    color: #FFF;
    border-radius: 0px;
}
.faq-link:hover {
    
    background: #FFF;
    color: #000;
}
.accordion {
  margin-top: 10px;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 17px;
  transition: 0.4s;
}

.panel {
  padding: 0 18px;
  display: none;
  background-color: white;
  overflow: hidden;
}
.accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

/*.active:after {
  content: "\2212";
}*/

/*about-us end*/
/*service*/
.service-img img {
    width: 100%;
}
.service-box {
    background: #f5f5f5;
    position: relative;
    margin-bottom: 25px;
}
.ser-btn {
    margin: 0;
    padding: 10px 0;
}
.ser-btn {
    font-size: 16px;
    color: #ffc826;
}
.service-design h4 {
    margin: 0;
    padding: 10px 10px;
}
.service-design h4 {
    margin: 0;
    padding: 10px 10px;
        font-size: 16px;
}
.ser-d:hover {
        opacity: 1;
        transition:opacity 0.25s;
}

.ser-d {
    padding: 20px;
    position: absolute;
    background: #f5f5f5;
    top: 35px;
    max-width: 350px;
        opacity: 0;
}

/*service-end*/
/*blog*/
.blog {
    margin-bottom: 25px;
}
.b-log img {
    width: 100%;
}
.b-log{
    position: relative;
}
.d-btn:hover{
    color: #FFF;
    background: #000
}
.d-btn {
    padding: 5px 10px;
    background: #FDDE0B;
    border-radius: 5px;
    color: #000;
    position: absolute;
    top: 12px;
    left: 25px;
    font-size: 11px;
}

.blog-list {
    display: flex;
}
.blog-list li {
    font-size: 12px;
    margin-bottom: 15px;
}
.c-right {
    padding-left: 10px;
}
.blog-lower-box {
    background: #f5f5f5;
    padding: 20px;
}
.blog-lower-box h4{
    margin-bottom: 10px;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
}
.blog-lower-box p{
    margin-bottom: 10px;
}
.blog-lower-box:hover {
    background: #000;
}
.blog-lower-box:hover a {
    color: #FDDE0B;
}
.blog-lower-box:hover p {
    color: gray;
}
.blog-lower-box:hover li {
    color: gray;
}
.b-r {
    color: #000;
    }
/*blog-end*/
/*contact*/
.contact-d {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}
.contact-d span{
   color: #FDDE0B;
}
.contact-d h3 {
    line-height: 40px;
        margin-bottom: 10px;
}
.adress {
    text-align: center;
    padding: 22px;
    background: #FFF;
    box-shadow: 0 0 2px 1px #eeebeb;
    border-radius: 8px;
        height: 100%;
}
.call {
    padding: 10px 0;
}
.call-type {
    padding: 10px 0 0 0;
}
.call-type span {
    display: block;
    font-weight: 500;
     display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
}
.map iframe {
    width: 100%;
}
/*contact-end*/
/*blog-detail*/
.Detail-img img {
    width: 100%;
    margin-bottom: 15px;
}
.Detail-about h3 {
    color: #E41E2F;
}
.consult-p {
    display: flex;
    margin-bottom: 20px;
}
.consult-p-img img {
    width: 80px;
}
.consult-p-content h4 {
    font-size: 16px;
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
}
.consult-p-content {
    padding: 0 10px;
}
.consult-p-content span {
    font-size: 12px !important;
}
.recent-post {
    padding: 20px;
    background: #f5f5f5;
}
.recent-post h3 {
    margin-bottom: 20px;
}
/*blog-detail-end*/
/*service-detail*/
.service-d img {
    width: 100%;
    margin-bottom: 20px;
}
.s-i img{
    width: 100%;
    margin-bottom: 20px;
}
.service {
    background: #f5f5f5;
        padding: 20px;
}
.service-btn {
    background: #000;
    padding: 10px 10px;
        margin-bottom: 15px;
}
.service-btn i {
    float: right;
}
.service-btn a {
    color: #FFF;
}
.service-main h4 {
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden; 
}
.service h4 {
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden; 
    margin-bottom: 20px
}
.service-main p {
  display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
}
.service-btn:hover {
    background: #FDDE0B;
}
.service-btn:hover a {
    color: #000;
}



/*service-detail-end*/
.s-h:hover .s-home-txt h5 {
    color: #fff;
}
.s-h:hover .s-home-txt span {
    color: #fff;
}
/* Home Two*/

.service-home2{
        padding: 35px;
    border-radius: 4px;
    border: 2px solid #edf0f3;
    position: relative;
}
.s-h-2-icon{
    margin-bottom: 30px;
    width: 80px;
    height: 80px;
    border-radius: 5px;
    text-align: center;
    line-height: 90px;
    background: #FDDE0B;
}

    .service-home2:hover{
    background-color: #fff;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    top: -10px;
    left: -10px;
    background-color: #fff;
    -webkit-box-shadow: 0px 30px 40px 0px rgba(32, 85, 125, 0.06);
    box-shadow: 0px 30px 40px 0px rgba(32, 85, 125, 0.06);
    border: 2px solid #edf0f3;

}

.s-h-2-icon i {
    font-size: 30px;
}
a {
    color: #000;
}
