h1, h2, h3, h4, h5, h6, p, a, li, span {
    font-family: "Poppins", sans-serif;
}
a {
    text-decoration: none !important;
}
.fw400 {
    font-weight: 400;
}
.fw500 {
    font-weight: 500;
}
.fw600 {
    font-weight: 600;
}
.fw700 {
    font-weight: 700;
}
.primary_color {
    color: #187009 !important;
}
.primary_color_bg {
    background-color: #187009 !important;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #187009 !important;
}
.text_color_normal {
    color: #4D4D4D;
}
.text-dark {
    color: #000 !important;
}
.all_bg_set {
    background-color: #fff;
}

/* Top Header */
.top_header p, .top_header a {
    font-size: 13px;
    color: #fff;
    margin-bottom: 0;
    text-decoration: none;
}
.top_header {
    padding-top: 10px;
    padding-bottom: 10px;
}
.xyz_logo img {
    width: 68px;
}
.login_button a {
    color: #fff;
    padding: 11px 16px;
    font-size: 14px;
    border-radius: 5px;
    background-color: #187009;
    border-style: solid;
    border-width: 1.5px;
    border-color: #187009;
    position: relative;
}

/* .login_button a:hover {
    color: #187009 !important;
}
.login_button a::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    top: 0;
    left: 0;
    border-radius: 5px;
    pointer-events: none;
    transform-origin: 100% 50%;
    transform: scale3d(0, 1, 1);
    transition: transform 0.3s;
}
.login_button a:hover::before {
    transform-origin: 0% 50%;
    transform: scale3d(1, 1, 1);
}
.login_button a span {
    position: relative;
} */

.app_img img {
    width: 142px;
}
.app_img1 img {
    width: 124px;
}


.header-menu .navbar-nav a {
    text-transform: uppercase;
    font-weight: 500;
    position: relative;
    font-size: 14px;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #187009 !important;
}
.nav-link:focus, .nav-link:hover {
    color: #187009 !important;
    transition: all .6s ease;
}
.navbar-nav .nav-link:after {
    content: '';
    display: block;
    margin: 1px 0 0;
    height: 2px;
    width: 0;
    background: transparent;
    transition: width .5s ease, background-color .5s ease;
}
.navbar-nav .nav-link.active:after {
    width: 100%;
    background-color: #187009;
}
.navbar-nav .nav-link:hover:after {
    width: 100%;
    background-color: #187009;
}

/* Banner */
.drop-in {
    animation: drop-in 1s ease 200ms backwards;
}
.drop-in-2 {
    animation: drop-in 1200ms ease 500ms backwards;
}
@keyframes drop-in {
    from {
     opacity: 0;
     transform: translateY(-100px);
    }
    to {
     opacity: 1;
     transform: translate(0px);
    }
}
.banner_content h1 {
    font-size: 40px;
}
.banner_content p {
    font-size: 16px;
    padding-right: 20px;
}
.searching_part input.search-bar {
    height: 45px;
    font-size: 15px;
    border-radius: 7px;
    border: solid 1px #d5d5d5;
    color: #4D4D4D;
    /* width: 260px; */
    width: 100%;
    padding: 10px;
}
.searching_part input:focus-visible {
    outline: none !important;
}
.searching_part input::placeholder {
    color: #939393;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
}
/* .searching_part {
    box-shadow: 1px 1px 8px #e4e4e4;
    border-radius: 6px;
    padding: 22px;
} */
.searching_part p{
    font-size: 13px;
    color: #4D4D4D;
    margin-top: 8px;
    margin-bottom: 0;
}
.xyz_cate {
    overflow: hidden;
}
.xyz_cate img {
    transition: .3s;
}
.xyz_cate img:hover{
    transform: scale(1.05);
}
.heading_main hr {
    color: green;
    border: solid 2px green;
    opacity: 1;
    border-radius: 25px;
    width: 25%;
    margin: 0;
}
.item.service-item {
    border: solid 1px #e9e9e9;
    border-radius: 8px;
    transition: .3s;
    box-shadow: 1px 1px 4px #eeeeee;
}
.item.service-item img {
    border-radius: 8px 8px 0 0;
}
/* .info-service h5 {
    font-size: 17px;
} */
.info-service1 h5 {
    font-size: 14px;
}
.service-img img {
    transition: .5s ease;
}
.service-img {
    overflow: hidden;
    border-radius: 6px 6px 0 0;
    position: relative;
}
.service-img a::before {
    content: "";
    width: 100%;
    height: 100%;
    background: #00000000;
    position: absolute;
    z-index: 99;
    transition: .5s ease;
}
#service-carousal1 .service-img a::before {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 70%, rgba(255, 255, 255) 100%) !important;
}
.service-item:hover {
    box-shadow: 1px 1px 8px #dbdbdb;
}
.service-item i {
    transition: .3s;
}
.service-item:hover i {
    padding-left: 6px;
}
.service-item:hover img {
    transform: scale(1.07);
}
/* .service-item:hover .service-img a::before {
    background: #00000050;
} */

/* counter */
.counter_section {
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

.counter_box:hover img {
    transform: scaleX(-1);
}
.counter_box img {
    transition: .3s;
}
.counter_head h3 {
    font-size: 38px;
    line-height: 50px;
}

/* Categories */
.cate_box {
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    transition: .3s;
    border: solid 1px #e8e8e8;
    padding: 9px 0;
    background-color: #fff;
}
.cate_box:hover {
    box-shadow: 1px 1px 8px #30303038;
}
.cate_box img {
    width: 72px;
}
.cate_box h5 {
    padding-top: 9px;
    font-weight: 400;
    font-size: 13px;
    color: #187009;
    text-align: center;
    margin-bottom: 0;
}

/* Footer  */
.footer-logo img {
    width: 70px;
}
.footer-logo .footer_head {
    font-size: 16px;
}
.social_icon i {
    padding: 10px;
    background: #187009;
    height: 32px;
    width: 32px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.footer_imp_links h4 {
    font-size: 16px;
    color: #187009;
}
.footer_imp_links {
    font-size: 15px;
}
.banner_img_box img {
    transition: .3s;
}
.banner_img_box img:hover {
    transform: scale(1.07);
}




.header_form_set a {
    right: 20px;
    top: 9%;
    padding: 6px 12px;
    background-color: #187009;
    color: #fff !important;
    border-radius: 8px;
}
.header_form_set a i {
    font-size: 14px;
}
.banner_show_box h5 {
    text-transform: uppercase;
    font-size: 17px;
}
.banner_show_box {
    height: 186px;
    background-color: #fff;
    box-shadow: 1px 1px 4px #0000002c;
    padding: 12px 0 0 12px;
    background-position: bottom right;
    background-size: 100%;
    background-repeat: no-repeat;
    border-radius: 15px;
}
.info-service, .info-service1 {
    padding: 11px 11px 11px;
    background-color: #fff;
    border-radius: 0 0 10px 10px;
    margin-top: -16px;
    position: relative;
    z-index: 99;
}
.info-service2 {
    padding: 8px 0px 8px 2px;
    border-radius: 0 0 6px 6px;
}
  .result11 {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
}
.result11 a {
    color: #656565;
    font-size: 13px;
    padding: 8px 8px;
    border: solid 1px #dedede !important;
    border-radius: 5px 5px 5px 5px !important;
    width: max-content !important;
    margin: 4px;
    cursor: pointer;
}
.result11 a, .result112 a {
    cursor: pointer;
}
.result112 a {
    color: #656565;
    font-size: 15px;
}
 
div#services-list {
    max-height: 250px;
    overflow-y: auto;
}
div#services-listz {
    max-height: 350px;
    overflow-y: auto;
}


.search-input{
    background: #fff;
    width: 100%;
    border-radius : 5px;
    position: relative;
    box-shadow: Opx 1px 5px 3px rgba(0,0,0,0. 12);
}

.search-input input {
    height: 55px;
    width: 100%;
    outline: none;
    border: none;
    border-radius: 5px;
    padding: 0 60px 0 20px;
    font-size: 18px;
    box-shadoW: 0px 1px 5px rgba(0,0,0,0.1);
    z-index: 1;
    position: relative;
}

.search-input.active input{
    border-radius : 8px 8px 0 0;
}

.search-input .autocom-box{
    padding: 0;
    opacity: 0;
    pointer-events: none;
    max-height: 350px;
    overflow-y: auto;
    background-color: #ffffff;
    border-radius : 0 0 8px 8px;
    position: absolute;
    width: 100%;
    z-index: 10;
    top: 45px;
}

.search-input.active .autocom-box{
    padding: 10px 8px;
    opacity: 1;
    pointer-events: auto ;
}

.autocom-box li {
    list-style: none;
    padding: 6px 12px;
    display: none;
    font-size: 15px;
    width: 100%;
    cursor: default;
    border-radius: 3px;
    color: #6a6a6a;
}

.search-input.active .autocom-box li{
    display: block;
}

.autocom-box li:hover{
    background: #efefef;
}
.deskaddi{
    display: none;
}



.suggestions, .suggestionsz {
    position: absolute;
    width: 100%;
    background-color: white;
    z-index: 100;
    display: none;
}
div#services-list, div#services-listz {
    position: absolute;
    width: 100%;
    margin-top: 12px;
    background: #fff;
    box-shadoW: 0px 1px 5px rgba(0,0,0,0.1);
}
div#services-list a, div#services-listz a {
    padding: 2px 12px;
    display: flex;
}
.suggestions ul, .suggestionsz ul {
    padding: 0;
    list-style: none;
    margin: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    
}
.suggestions li, .suggestionsz li {
    cursor: pointer;
    color: #656565;
    font-size: 13px;
    padding: 8px 8px;
    border: solid 1px #dedede !important;
    border-radius: 5px 5px 5px 5px !important;
    width: max-content !important;
    margin: 4px;
}



/* SERVICE DETAIL PAGE */
.service_banner {
    background-size: cover !important;
    background-position: center !important;
    top: 0;
    right: 0;
    left: 0;
}
.back_icon {
    margin-top: -25px;
}
.back_icon a {
    background-color: #ffffff64;
    border-radius: 50px;
    padding: 10px 14px;
}
.service_page_content {
    margin-top: -20px;
    box-shadow: 2px 2px 8px #292929;
    border-radius: 30px 30px 0 0;
    background-color: rgb(255, 255, 255);
    /* height: 1600px; */
    z-index: 15;
    position: relative;
}
.service_page_head h3 {
    font-size: 19px;
    text-transform: uppercase;
}
.service_page_head .content_serr {
    font-size: 14px;
    color: #313131;
    padding-top: 7px;
}
.content_serr1 {
    font-size: 15px;
    color: #313131;
}
#menu2 i, #menu1 i {
    font-size: 17px;
}
.nav-tabs a {
    border: 0!important;
    background-color: transparent!important;
}

.nav-tabs li {
    border-bottom: 0px solid transparent;
}
.tab-content ul li {
    margin-bottom: 6px;
}
.nav-tabs li a { 
    width: 100%;
    text-align: center;
    text-decoration: none;
    padding: 4px 0px 4px 0px;
    font-weight: 500;
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
}
.nav-tabs .active {
    border-bottom: 2px solid #187009 !important;
    color: #187009;
}
ul.nav.nav-tabs {
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    border-color: #d2d2d2;
}
.nav-tabs li {
    min-width: 90px;
    display: flex;
    align-items: flex-start;
    margin: 0 20px 0 0 !important;
}
.tabs-wrapper{
	position: relative;padding-bottom: 16px;
}
.accordion-button:focus {
    z-index: 3;
    border-color: none !important;
    outline: 0;
    box-shadow: none !important;
}
.accordion-button:not(.collapsed) {
    color: #187009 !important;
    font-weight: 500;
    background-color: #fbfffa !important;
    /* font-weight: 500; */
}
.accordion-item .accordion-button {
    /* border: none !important; */
    font-size: 15px !important;
    padding: 14px 16px 14px 0;
}
.accordion-body {
    font-size: 15px;
    padding: 5px 0 15px 0 !important;
    background-color: #fbfffa !important;
}
.accordion-item {
    border-bottom: solid 1px #303030 !important;
    border-width: 0 0 1px 0 !important;
    background-color: #fbfffa !important;
}
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23187009'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}
.accordion-button::after {
height: 20px !important;
width: 20px !important;
background-size: 1.10rem !important;
}
.service_detail_image_sec {
    overflow: hidden;
    border-radius: 20px;
    position: relative;
}
.service_detail_image_sec img {
    border-radius: 20px;
    transition: .3s;
}
.service_detail_image_sec img:hover {
    transform: scale(1.05);
}
.service_detail_content_sec h2 {
    font-size: 34px;
}
.cate_define {
    background-color: #ebebeb;
    padding: 7px 18px;
    font-size: 15px;
    border-radius: 4px;
    width: fit-content;
}

.modal-body .form-control:focus {
    border-color: #187009 !important;
    outline: 0;
    box-shadow: none !important;
}
.modal-body .control_data {
    height: 42px !important;
    border-color: #e9e9e9;
}


/* Thank U */

.thanku-box h1 {
    font-size: 72px;
    font-weight: 700;
}
.prime-thanku-section .container-fluid {
    top: 25%;
    position: absolute;
}
.logo-thanks {
    top: 15px;
    width: 100%;
}
.logo-thanks img {
    width: 100px;
}
.logo-thanks {
    top: 15px;
    width: 100%;
    position: absolute;
}
.drop-line-form button, .thanku-box a {
    padding: 12px 30px;
    transition: .3s;
    font-weight: 500;
}
.drop-line-form button:hover, .thanku-box a:hover {
    background-color: #fff !important;
    color: #187009 !important;
}