
body,
.poppins p,
.lower-content p,
.inner-box p,
.clients-section p,
.header-top-two .top-inner .info li,
.content-box p {
	font-family: 'Poppins', sans-serif;
}

.pest-img img {
    min-height: 220px;
    max-height: 220px;
    object-fit: cover;
}

.service-carousel .owl-nav {
    display: none;
}
.service-section .tab-buttons-2 li {
    display: inline;
}

.theme-btn-four {
    background: #425673;
}
.main-header.style-five {
    background: #425673;
}
.diff-color {
    background-color: #fffaf2;
}

.title h1 a {
    color: #FFF;
}

.page-title .content-box .title h1 {
    font-size: 45px;
}
.sec-title h2 {
	font-size: 35px;
}
.service-details-content .content-one h3 {
	font-size: 28px;
}
.sec-title h2,
.service-details-content .content-one h3 {
    font-size: 22px;
}
.project-details-content .single-discription .title-inner h3 {
    font-size: 20px;
}
.feature-block-one h4,
.lower-content h4 {
	font-size: 18px;
}
body,
.inner-box p,
.single-item.poppins p,
.blog-sidebar .category-widget .category-list li a {
	font-size: 16px;
}
.content-box p,
.footer-top .links-widget .links-list li a,
.footer-top .contact-widget .info li,
.text.poppins p,
.lower-content p,
.single-item.poppins p,
.clients-section p,
.footer-bottom p,
.quform-theme-hollow .quform-label>label {
	font-size: 15px;
}
.main-menu .navigation > li > ul > li > a,
.service-sidebar .category-widget .category-list li a,
.highlights-section .small-block .inner-box p {
    font-size: 15px;
}
.header-top-two .top-inner .info li,
.text-inner p,
p.quform-description.quform-description-below {
    font-size: 15px;
}

.single-contact-details p {
    margin-bottom: 0 !important;
}
.no-pad-top {
    padding: 0px 0px 120px 0px;
}
.main-header.style-five .header-upper .logo-box {
    padding: 10px 0px 10px 0px;
}
.highlights-section {
    padding-top: 60px;
}
.pad-btm-120 {
	padding-bottom: 120px;
}

.sec-title h2,
.project-details-content .single-discription .title-inner h3,
.service-details-content .content-one h3,
.error-section .inner-box h2 {
	font-weight: 700;
}
.content-one h2,
.highlights-section .small-block .inner-box p {
	font-weight: 600;
}
.inner-box p,
.pro-list p,
.content-box p {
	font-weight: 500;
}
.main-header .logo-box .logo {
    max-width: 230px;
}

.error-section .inner-box h2 {
    line-height: 55px;
}
.sec-title h2 {
    line-height: 33px;
}
.text.poppins p, .text.poppins {
	line-height: 30px;
}

.page-title .content-box .title h1 {
    text-shadow: rgb(0, 0, 0) 1px 1px 1px;
}
.service-block, .minhgt-500 {
    min-height: 500px;
}

.accordion_example159.accordionjs .acc_section.acc_active > .acc_head {
    border-bottom: transparent !important;
    font-weight: 600;
}
.accordion_example159.accordionjs .acc_section .acc_head {
    padding: 20px !important;
    border-radius: 5px;
}

.project-block-two .inner-box .image-box {
    border-radius: 8px;
}

.cat-desc p {
    color: #dc3545;
    text-align: center;
    font-style: italic;
    font-weight: 600;
    margin-bottom: 5%;
}

.nice-select {
    border-bottom: 2px solid #000000 !important;
}

.pro-list h3 {
    margin-bottom: 4%;
}

.project-details-content .single-discription:last-child {
     border-bottom: none; 
}

/*--------Small Device------------------*/
@media (min-width: 240px) and (max-width: 480px) {
	.mmt-10p {
		margin-top: 10%;
	}
	.mp-5p {
		padding: 5%;
	}
	.bg-white {
		background-color: #FFF;
	}
	.content-box h2 {
		font-size: 20px;
	}
    .service-section .tab-buttons-2 li {
      display: block;
    }
    .service-section .tab-buttons-2 {
      padding-right: 60px;
    }
}

@media(max-width:768px){
}

/*--------------------------*/
/*----------Medium Device----------------*/
@media(min-width:768px) and (max-width:991px){
}
/*--------------------------*/
/*-----------Large Device---------------*/
@media(min-width:991px){

}
/*--------------------------*/


/* ul li list styles
     ========================================================================== */

.pro-list ul li {
	font-size: 15px;
	font-weight: 500;
	position: relative;
    display: block;
    padding-left: 27px;
    margin-bottom: 11px;
}
.pro-list ul li:before {
    position: absolute;
    content: "\f12f";
    font-size: 14px;
    font-family: 'Flaticon';
    color: #b6b6c2;
    left: 0px;
    top: 1px;
}
.pro-list ol li::marker {
    color: #f1b51f;
    font-weight: bold;
    font-size: 25px;
}

/* Embedded content
     ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

img {
    height: auto;
    max-width: 100%;
}

figure {
    /*margin: 1em 0;*/
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

/* Captions
--------------------------------------------- */
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
/*    margin: 0.8075em 0;*/
    font-size: 15px;
    font-style: italic;
}

.wp-caption-text {
    text-align: center;
}
span.caption_ {
    text-align: center;
    font-style: italic;
    padding-top: 5px;
    display: block;
    color: #666666;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
    outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

    /*rtl:ignore*/
    float: left;

    /*rtl:ignore*/
    margin-right: 1.5em;
/*    margin-bottom: 1.5em;  */
}

.alignright {

    /*rtl:ignore*/
    float: right;

    /*rtl:ignore*/
    margin-left: 1.5em;
/*    margin-bottom: 1.5em;*/
}
img.aligncenter {
    width: 100%;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
    margin-top: 1.5em;
}