.service-section {
    margin: 2rem 0;
}

.section-head {
    position: relative;
    z-index: 1;
    margin-bottom: 5px;
}

.left.wt-small-separator-outer {
    text-align: left;
}

.left .wt-small-separator div.sep-leaf-left {
    position: relative;
    margin-right: 40px;
}

.left .wt-small-separator div.sep-leaf-right {
    position: relative;
    margin-left: 40px;
    display: none;
}

.wt-small-separator {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
    font-weight: 600;
}

.wt-small-separator div {
    display: inline-block;
}

.left .wt-small-separator div.sep-leaf-right:before,
.left .wt-small-separator div.sep-leaf-left:before {
    position: absolute;
    content: '';
    background-color: var(--yellow-color);
    width: 30px;
    height: 4px;
    bottom: 3px;
}

.section-head h2 {
    font-size: 40px;
    font-family: var(--primary-font);
    font-weight: 700;
    margin-bottom: 10px;
}

.d-icon-box-title {
    margin-bottom: 10px;
}

.d-icon-box-title .s-title-one {
    font-size: 20px;
    color: #1a1a1a;
    font-weight: 700;
}

.card1 {
    z-index: 1;
    overflow: hidden;
}

.bg-white {
    background-color: #fff;
}

.d-icon-box-one {
    position: relative;
    padding: 50px 30px;
}

.card1:before {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: -32px;
    left: -32px;
    background: var(--yellow-color);
    height: 32px;
    width: 32px;
    border-radius: 32px;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: -webkit-transform 1s ease-out;
    transition: -webkit-transform 1s ease-out;
    transition: transform 1s ease-out;
    transition: transform 1s ease-out, -webkit-transform 1s ease-out;
}

.wt-icon-box-wraper {
    position: relative;
}

.m-b30 {
    margin-bottom: 30px;
}

.m-b40 {
    margin-bottom: 40px;
}

.card1:hover:before {
    -webkit-transform: scale(50);
    transform: scale(50);
}

.card1:hover .site-text-primary,
.card1:hover .s-title-one,
.card1:hover .d-icon-box-content p {
    color: #fff;
}

.card1 .site-text-primary,
.card1 .s-title-one,
.card1 .d-icon-box-content p {

    transition: all .5s ease-in-out;
}

.card1 .site-text-primary {
    color: var(--yellow-color)
}

.card1 .d-icon-box-content p {
    margin-bottom: 20px;
    color: var(--black-color);
}

.icon-xl i {
    font-size: 80px;
    line-height: 80px;
    vertical-align: middle;

}

.icon-xl img {
    height: 80px;
    width: 80px;
}

.site-text-primary {
    color: var(--yellow-color);
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    background: var(--footer-color);
    color: var(--white-color);
    /* background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 1)), url(../images/footer.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; */
}

.site-button-link {
    font-size: 18px;
    line-height: 18px;
    display: inline-block;
    position: relative;
    font-weight: 700;
    text-decoration: none;
}

.site-button-link:before {
    position: absolute;
    content: '';
    right: -30px;
    top: 8px;
    transition: all .5s ease-in-out;
    width: 20px;
    height: 2px;
    background-color: var(--yellow-color);
}

.site-button-link:hover:before {
    width: 30px;
    right: -40px;
    background-color: #404040;
}

.card1:hover .site-button-link:before {
    background-color: #fff;
}

.donh {
    display: none;
}

.wt-box:hover .donh {
    display: block;
}

.wt-box:hover .honh {
    display: none;
}

.donh,
.honh {
    width: 80px;
    height: 80px;
}


/* single page */
.section-full-2 {
    width: 100%;
    max-width: 100%;
}


.section-full-2 p {
    margin-bottom: 20px;
}

.services-large-block-outer {
    position: relative;
    padding: 50px 0 0 50px;
    z-index: 1;
    margin-bottom: 70px;
}

.services-large-block-outer:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    border: 10px solid var(--yellow-color);
    max-width: 320px;
    width: 100%;
    bottom: 100px;
}

.service-detail-for {
    background-color: #fff;
}

.services-large-media img {
    width: 1060px;
    position: relative;
    left: 0px;
    top: 0px;
    z-index: 999;
    opacity: 1;
}

.services-large {
    width: 100%;
    display: inline-block;
}

.services-large-info {
    position: absolute;
    left: 115px;
    bottom: 30px;
    padding: 20px;
    background-color: rgba(0, 0, 0, .8);
    z-index: 9999;
    display: none;
}

blockquote {
    margin: 40px 205px;
    color: #000;
    clear: both;
    border: none;
    position: relative;
    text-align: left;
    padding: 30px;
    background-color: #f7f7f7;
}

blockquote:before {
    font-size: 20px;
    content: "\f10d";
    font-family: 'FontAwesome';
    color: var(--yellow-color);
    line-height: 26px;
}

blockquote p {
    font-size: 20px;
    line-height: 26px;
    padding-left: 0;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 0;
}

cite {
    text-align: right;
    display: block;
    font-size: 18px;
    margin-top: 20px;
    font-weight: 600;
    font-style: normal;
    font-family: 'Muli';
}

.service-detail-single-list {
    padding: 0 0 0 20px;

}

ul.list-check {
    margin-left: 0;
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
}

.service-detail-single-list li {
    font-size: 18px;
    font-weight: 500;
    padding: 0 0 0 30px;
    margin-bottom: 15px;
    position: relative;
}

.list-check li:before {
    content: "\f00c";
    font-family: "FontAwesome";
    position: absolute;
    left: 0;
    top: 3px;
    display: block;
    font-size: 15px;
    color: var(--yellow-color);
}

.wt-boxes img {
    height: 375px;
    width: 100%;
    object-fit: cover;
}