@charset "utf-8";

/*
Copyright (c) 2017
[Master Stylesheet]
Theme Name : PEST GUARD
Version    : 1.0
Author : MeloThemes
Email: melothemes@gmail.com
*/


/*---------------------------------------------
Table of Contents
-----------------------------------------------

Genaral Styling
Typography
Buttons & Links
Form Styling
Table styling
Checkbox Button Design
Radio Buttons Design
Accordation
Pagination
Page Preloader
Circular Images customization
Owl slider styling
Google Maps
Top bar
Sub Top bar
Main Navigation bar- Navbar default
Revolution slider arrows customization
Banner
Breadcrumbs
Home page-1 customization
Services
Portfolio gallery- Mixit up
Image Overlay effects
Zoom Effects on Images
Testimonial Slider
Progress Bar
Features
Featured Services
Our Team
Pricing Tables
Our Experience
Counter number
About Us
Blog Pages
Categories
Recent Posts
Blog grid
Blog single page
Gallery Details
Faqs
Contact Us
404 Page/ Page not found Page
Footer
Copyrights
Responsive Tables
----------------------------------------

[Major Colors]
Yellow : #f3a42a;
Black  : #555;


[Typography]
font-family: 'Montserrat', sans-serif;
font-family: 'Lato', sans-serif;

----------------------------------------
*/

body {
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    font-family: 'Lato', sans-serif;
    background-color: #fff;
    color: #555;
    font-size: 16px;
    overflow-x: hidden !important;
    letter-spacing: .2px;
}


/** Genaral Styling*/

.top-pad {
    padding: 30px 0;
}

.pad-top {
    margin-top: 20px;
}


/*.row {
padding: 0;
margin: 0;
}*/

.footer-pad {
    padding: 90px 0 0 0;
}

.section-pad {
    padding: 100px 0;
}

.blog-padding {
    padding: 100px 0;
}

.sub-section {
    padding: 90px 0 100px 0;
}

.black-background {
    background: #f6f6f6;
}

.white-background {
    background: #fff;
}

@media(max-width:1198px) {
    .col-pad {
        padding: 20px 0;
    }
    .section-pad {
        padding: 70px 0;
    }
    .sub-section {
        padding: 60px 0;
    }
    .blog-padding {
        padding: 70px 0;
    }
    .footer-pad {
        padding: 40px 0;
    }
}

@media(max-width:991px) {
    .section-pad {
        padding: 50px 0;
    }
    .sub-section {
        padding: 40px 0;
    }
    .blog-padding {
        padding: 60px 0;
    }
    .top-pad {
        padding: 0;
        padding-top: 30px;
    }
}

@media(max-width:767px) {
    .col-pad {
        padding: 15px 0;
    }
    .section-pad {
        padding: 30px 0;
    }
    .sub-section {
        padding: 30px 0;
    }
    .blog-padding {
        padding: 30px 0;
    }
}


/**  ----------------------------------
Typography
---------------------------------- */

.pg-404 h1,
.pg-banner h1,
.rate h1 {
    color: #333333;
    font-weight: 900;
    font-family: 'Montserrat', sans-serif;
    padding: 0;
}

.heading {
    font-family: 'Montserrat', sans-serif;
    color: #333333;
    font-weight: 700;
    text-align: center;
    padding-bottom: 30px;
    font-size: 30px;
    position: relative;
}

.heading:before {
    position: absolute;
    content: '';
    background: #f3a42a;
    height: 1px;
    width: 40px;
    bottom: 5px;
    left: 0;
}

.heading:after {
    position: absolute;
    content: '';
    background: #f3a42a;
    height: 1px;
    width: 40px;
    bottom: 2px;
    left: 9px;
}

.main .heading:before {
    background: #f3a42a;
    width: 40px;
    left: 47%;
}

.main .heading:after {
    background: #f3a42a;
    width: 40px;
    left: 48%;
}

.main p {
    text-align: center;
    padding-top: 30px;
}

.other-bg .heading:before {
    width: 5%;
    left: 46%;
    background: #222
}

.other-bg .heading:after {
    width: 5%;
    left: 47%;
    background: #222
}

.other-bg p {
    padding-top: 33px;
}

.side-head {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #333333;
    font-weight: 600;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.title {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #333;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

a .side-head:hover,
a .title:hover,
a .heading:hover {
    color: #ff5c00;
}

a li:hover {
    color: #222222;
}

p {
    font-size: 16px;
    color: #555555;
    line-height: 28px;
    font-weight: 400;
    padding: 0;
    margin: 0;
}

.sub-title {
    font-size: 16px;
    color: #777777;
    text-align: center;
}

.align-right,
.pull-right {
    float: right;
}


/** left heading*/

.left-heading {
    font-family: 'Montserrat', sans-serif;
    color: #333333;
    font-weight: 700;
    text-align: left;
    padding-bottom: 30px;
    font-size: 30px;
    position: relative;
    text-transform: uppercase;
}

.left-heading:before {
    position: absolute;
    content: '';
    background: #f3a42a;
    height: 2px;
    width: 40px;
    bottom: 5px;
    left: 0;
}

.left-heading:after {
    position: absolute;
    content: '';
    background: #f3a42a;
    height: 2px;
    width: 40px;
    bottom: 2px;
    left: 9px;
}


/** center heading*/

.center-heading {
    font-family: 'Montserrat', sans-serif;
    color: #333333;
    font-weight: 700;
    text-align: center;
    padding-bottom: 30px;
    font-size: 30px;
    position: relative;
    text-transform: uppercase;
}

.center-heading:before {
    position: absolute;
    content: '';
    height: 2px;
    width: 40px;
    bottom: 5px;
    background: #f3a42a;
    left: 48%;
}

.center-heading:after {
    position: absolute;
    content: '';
    background: #f3a42a;
    height: 2px;
    bottom: 2px;
    width: 40px;
    left: 49%;
}


/** right heading*/

.right-heading {
    font-family: 'Montserrat', sans-serif;
    color: #333333;
    font-weight: 700;
    text-align: right;
    padding-bottom: 30px;
    font-size: 30px;
    position: relative;
    text-transform: uppercase;
}

.right-heading:before {
    position: absolute;
    content: '';
    background: #f3a42a;
    height: 2px;
    width: 40px;
    bottom: 5px;
    right: 0;
}

.right-heading:after {
    position: absolute;
    content: '';
    background: #f3a42a;
    height: 2px;
    width: 40px;
    bottom: 2px;
    right: 9px;
}

@media(max-width:1198px) {
    .heading,
    .left-heading,
    .right-heading,
    .center-heading {
        font-size: 22px;
        text-align: center;
        padding-bottom: 0;
        letter-spacing: 2px;
        font-weight: 800;
    }
    .heading:first-letter,
    .left-heading:first-letter,
    .center-heading:first-letter,
    .right-heading:first-letter {
        color: rgb(254, 84, 84);
        font-size: 36px;
    }
    .heading:before,
    .left-heading:before,
    .center-heading:before,
    .right-heading:before,
    .heading:after,
    .left-heading:after,
    .center-heading:after,
    .right-heading:after,
    .main .heading:before,
    .main .heading:after,
    .other-bg .heading:before,
    .other-bg .heading:after {
        background: none;
        content: none;
    }
    .align-right {
        float: none;
        text-align: center;
        margin-top: 10px;
    }
    .align-btn {
        margin-top: 10px;
    }
}

@media(max-width:767px) {
    .side-head {
        font-size: 16px;
        text-align: center !important;
    }
    .title {
        font-size: 18px;
        text-align: center;
    }
    p {
        font-size: 15px;
    }
    .other-bg p {
        padding-top: 10px;
    }
    .main p {
        text-align: center;
        padding-top: 15px;
    }
}


/**  ----------------------------------
Buttons & Links
---------------------------------- */

.btn {
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    border-radius: 0px;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
}

.btn.focus,
.btn:focus,
.btn:hover {
    color: #fff;
    outline: none;
    -webkit-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19), 0 8px 17px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19), 0 8px 17px 0 rgba(0, 0, 0, 0.2);
}

.btn-md,
.btn-brown,
.btn-white {
    font-weight: 700;
    color: #fff;
    background: #ff5c00;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 12px 45px;
    font-size: 13px;
}

.btn-brown {
    /*    background: #540d0d;*/
    color: #fff;
}

.btn-white {
    background: #fff;
}

.btn-md:hover,
.btn-md:focus {
    background: #ff4900 !important;
    color: #fff;
}

.btn-brown:hover,
.btn-brown:focus {
    background: rgba(85, 50, 22, 0.8) !important;
    color: #fff !important;
}

.btn-white:hover,
.btn-white:focus {
    background: rgba(254, 84, 84, .0.5);
    color: fff;
}

.btn-border {
    font-weight: 700;
    background-color: transparent;
    color: #333;
    border: 2px solid #f3a42a;
    padding: 12px 45px;
}

.btn-border:hover {
    background-color: #ff5c00;
    color: #fff;
    border: 2px solid transparent;
}

.btn-white-border {
    font-weight: 700;
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
    padding: 12px 30px;
}

.btn-white-border:hover {
    color: #f3a42a;
    border: 2px solid #f3a42a;
}

.btn-middle {
    text-align: center;
    padding-top: 15px;
}

.text-right {
    text-align: right;
}

.align-btn a {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
}

.align-btn a span {
    padding-left: 7px;
}


/** Links */

.post-navigation .nav-links a {
    font-size: 17px;
    color: #333;
    font-weight: 700;
}

.post-navigation .nav-links a:hover {
    color: #ff5c00;
}

.post-navigation .nav-previous a:before {
    content: "\f060";
    font-family: 'FontAwesome';
    color: #333;
    padding-right: 20px;
}

.post-navigation .nav-next a:before {
    content: "\f061";
    font-family: 'FontAwesome';
    color: #333;
    padding-left: 20px;
    float: right;
    margin-top: -2px;
}

.navbar ul,
.tags ul,
.comment-list,
.project-details ul,
.projects-list,
.footer-services,
.categories-list,
.manage-list,
.top-icons {
    padding: 0;
    list-style-type: none;
    margin-top: 0;
    margin-bottom: 0px;
}

a {
    color: #f3a42a;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:active,
a:focus {
    outline: none;
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

a:hover {
    color: #ff5c00;
}

.btn-full {
    width: 100%;
}

.btn .fa {
    padding-right: 5px;
}

@media(max-width:767px) {
    .btn-md {
        margin-top: 0;
    }
    .align-btn {
        text-align: center;
        margin-bottom: 20px;
    }
    .btn-middle {
        padding-top: 10px;
    }
    .btn-md,
    .btn-brown,
    .btn-white,
    .btn-border {
        padding: 12px 30px;
    }
    .post-navigation .nav-links a {
        font-size: 14px;
    }
    .btn {
        margin-top: 10px;
    }
    .post-navigation .nav-previous:before,
    .post-navigation .nav-next:before {
        font-size: 14px;
        color: #ff5200;
    }
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle {
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
}

input:focus {
    outline: 0;
}


/**  ----------------------------------
Form Styling
---------------------------------- */

label {
    color: #777777;
    font-size: 14px;
    font-weight: 400;
}

label span {
    color: #ff4b4b;
}

.navbar-form {
    padding-top: 12px;
}


/** Form Styling*/

.input-group-addon {
    background-color: #222222;
    padding: 6px 15px;
}

.input-group-addon:hover {
    background: #fff;
    cursor: pointer;
    border: 1px solid #222222;
}

.input-group-addon:hover i {
    color: #f7ca18;
    cursor: pointer;
}

.input-group-addon i {
    color: #fff;
}

input[type="text"],
input[type="password"],
input[type="number"],
input[type="email"],
textarea,
select {
    border: 1px solid #e7e7e7;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #777;
    font-weight: 300;
    z-index: 1;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 0;
    -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.0);
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.0);
    width: 100%;
    -webkit-appearance: none;
    border-radius: 0;
}

input,
textarea {
    border-radius: 0 !important;
    -webkit-border-radius: 0px;
}

input {
    -webkit-appearance: none;
}

.form-control,
select {
    border: 1px solid #e7e7e7;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #777;
    font-weight: 300;
    z-index: 1;
    height: 42px;
    padding-left: 20px;
    border-radius: 0;
    -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.0);
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.0);
    -webkit-border-radius: 0 !important;
}

select.form-control {
    line-height: 36px;
}

textarea.form-control {
    padding-top: 8px;
}

select {
    -webkit-appearance: menulist-button;
    line-height: 42px;
}

select:focus {
    /*
	-webkit-box-shadow: 0 0 1px 1px #ff5c00;
	box-shadow: 0 0 1px 1px #ff5c00;
	border: 1px solid transparent;
	outline: none;
*/
}

input[type="text"],
input[type="password"],
input[type="number"],
input[type="email"],
select {
    height: 42px;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
textarea:focus,
.form-control:focus,
select:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 2px solid #ff5c00;
    border-color: #ff5c00;
}

input[type="search"],
input[type="password"] {
    font-size: 14px;
    font-weight: 400;
    color: #606060;
    background-color: #ffffff;
    border-radius: 0px !important;
    border: 1px solid #ebebeb;
    height: 46px;
    padding-left: 15px;
    outline: none !important;
    width: 100%;
}

input[type="submit"] {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    background-color: #ff5c00;
    border-radius: 0px !important;
    border: 1px solid #ff5c00;
    height: 50px;
    padding: 4px 16px;
}

.align-btn input[type="submit"]:hover,
.align-btn input[type="submit"]:focus {
    border: none;
}

.align-btn input[type="submit"] {
    border: none;
}

.form-group {
    padding-top: 10px;
}

.form-control:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none;
    outline: 2px solid #ff5c00;
}

.form-group .form-control+.form-control {
    margin-top: 11px;
}

input::-webkit-input-placeholder {
    color: #a4a4a4 !important;
    font-size: 14px;
    font-style: italic;
}

input:-moz-placeholder {
    /** Firefox 18- */
    color: #a4a4a4 !important;
    font-style: italic;
}

input::-moz-placeholder {
    /** Firefox 19+ */
    color: #a4a4a4 !important;
    font-size: 14px;
    font-style: italic;
}

input:-ms-input-placeholder {
    color: #a4a4a4 !important;
    font-size: 14px;
    font-style: italic;
}


/** footer */

@media(max-width:767px) {
    label {
        font-size: 13px;
    }
}

@media(max-width:991px) {
    .form-control {
        margin-bottom: 12px;
    }
}

@media (min-width: 1200px) {
    .widget input[type="search"] {
        width: 100%;
    }
}


/** Table */

table {
    border-collapse: separate;
    border-spacing: 0 10px;
}

.table {
    width: 100%;
}

.table .btn-default,
.table .btn-default:hover,
.table .btn-default:focus {
    border: none;
    background: transparent;
    outline: none;
}

.table .btn-default.active.focus,
.table .btn-default.active:focus,
.table .btn-default.active:hover,
.table .btn-default:active.focus,
.table .btn-default:active:focus,
.table .btn-default:active:hover,
.table .open>.dropdown-toggle.btn-default.focus,
.table .open>.dropdown-toggle.btn-default:focus,
.table .open>.dropdown-toggle.btn-default:hover {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.table .btn.focus,
.table .btn:focus,
.table .btn:hover {
    color: #f3a42a;
}

.table .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 75px;
}

.table>thead>tr>th {
    border-bottom: 0;
    background: #f3a42a;
    color: #fff;
}

.table>tbody>tr>td,
.table>tfoot>tr>td,
.table>thead>tr>td {
    border-top: none;
    background: #f0f5f9;
    margin-top: 20px;
}

.table tr.space {
    border: 1px solid #ececec;
    color: #333333;
}

.table .fa {
    color: #f3a42a;
}

.table tr.space td,
.table tr.space th {
    padding: 14px 20px;
}

table {
    border-collapse: separate;
    border-spacing: 0 10px;
    width: 100%;
}


/*----------------------------------
Checkbox Button Design
-----------------------------------*/

.checkbox-custom {
    opacity: 0;
    position: absolute;
}

.checkbox-custom,
.checkbox-custom-label {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    cursor: pointer;
}

.checkbox label {
    color: #333333;
    font-size: 22px;
    /** Approximation due to font substitution */
    font-weight: 600;
    margin-top: -16px;
}

.checkbox p {
    color: #777;
    padding-left: 72px;
}

.checkbox-custom-label {
    position: relative;
}

.checkbox-custom + .checkbox-custom-label:before {
    content: '';
    background: #fff;
    border: 2px solid #f3a42a;
    display: inline-block;
    vertical-align: middle;
    width: 37px;
    height: 37px;
    margin-right: 10px;
    text-align: center;
    line-height: 1;
}


/** Simply Change the content to any font awesome unicode here to add your own check icon */

.checkbox-custom:checked + .checkbox-custom-label:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    background: #f3a42a;
    color: #fff;
    font-size: 15px;
    text-align: center;
    vertical-align: middle;
    padding: 10px 11px;
}


/*----------------------------------
Radio Buttons
-----------------------------------*/

.radio label,
.checkbox label {
    position: relative;
}

.radio label + label,
.checkbox label + label {
    margin-left: 30px;
}

.radio label[class*="col-"] {
    margin: 0;
}

.radio input,
.checkbox input {
    position: absolute;
    left: -99999px;
}

.radio .item-content {
    font-family: 'Roboto', sans-serif;
    padding-left: 5px;
    padding-left: 5px;
    font-size: 15px;
    color: #444444;
}

.hero-header-bg .radio .item-content {
    padding-left: 30px;
}

.radio-label {
    color: #9b9b9b;
    font-size: 14px;
    font-weight: 400;
    min-width: 200px;
    display: inline-block;
}

.radio>div {
    margin-bottom: 10px;
}

.radio>div:last-child {
    margin-bottom: 0;
}

.radio-content .fa {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 18px;
    color: #cccccc;
    margin: -1px;
    padding: 1px;
}

.radio input + .radio-content .check {
    display: none;
}

.radio input:checked + .radio-content .check {
    display: block;
    color: #f3a42a;
}

.radio input:checked + .radio-content .uncheck {
    display: none;
}

.radio.light .radio-content .fa {
    color: #fff;
}


/*-----------------------------
accordation
-------------------------------*/

.panel {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.panel-default {
    border-radius: 0;
    border-color: transparent;
}

.panel-group .panel {
    margin-bottom: 15px;
}

.panel-default .panel-body {
    border-top: none;
    padding: 15px;
    padding-left: 0;
}

.panel-default .panel-body p {
    font-size: 15px;
}

.panel-group .panel-heading+.panel-collapse>.list-group,
.panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: none;
    padding: 20px;
}

.panel-default .panel-heading {
    background-color: rgba(247, 202, 24, 0.3);
    border: none;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.panel-default .panel-heading:hover,
.panel-default .panel-heading:focus {
    background-color: #fff;
}

.panel-default .panel-heading:hover a {
    color: #333;
}

.panel-default .panel-heading a {
    display: inline-block;
    width: 100%;
    position: relative;
    text-decoration: none;
    line-height: 1.5;
    padding-left: 50px;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    color: #333;
}

.panel-default .panel-heading a span {
    padding-right: 20px;
}

.panel-default .panel-heading a:after {
    font-family: "FontAwesome";
    content: "\f068";
    position: absolute;
    left: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    top: 10%;
    line-height: 1;
    margin-top: -13px;
    margin-left: -14px;
    background: #222;
    padding: 14px 16px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.panel-default .panel-heading a.collapsed:after {
    content: "\f067";
    background: #ff5c00;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}

@media(max-width:992px) {
    .panel-default .panel-heading a {
        text-align: left;
        font-size: 16px;
    }
    .panel-default .panel-heading {
        background: transparent;
    }
    .panel-group .panel {
        margin-bottom: 15px;
        border-bottom: 1px solid #ddd;
        padding-bottom: 20px;
        background: transparent;
    }
    .panel-default .panel-heading:hover,
    .panel-default .panel-heading:focus {
        background-color: transparent;
    }
    .panel-default .panel-heading a:after {
        margin-top: -14px;
    }
    .panel-default .panel-heading a.collapsed:after {
        background: transparent;
        color: #222;
    }
}


/** ----------------------------------
Tabs
---------------------------------- */

.my-tabs .nav-pills li a {
    border: 3px solid #e3f3ff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 16px 65px;
    background-color: #fff;
    color: #333;
    font-size: 14px;
    font-weight: 600;
    margin-right: 10px;
}

.my-tabs .nav-pills li:hover a,
.my-tabs .nav-pills li.active a {
    background-color: #fff;
    color: #f3a42a;
    border-top: 3px solid #f3a42a;
}


/* ----------------------------------
Page Preloder
---------------------------------- */

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 99999;
}

.pg-loader {
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    position: absolute;
    right: 0;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    border: 3px solid rgba(255, 255, 255, 0);
    border-top-color: 3px solid #f3a42a;
    border-right-color: 3px solid #faa200;
    -webkit-animation: single2 4s infinite linear;
    animation: single2 4s infinite linear;
}

@-webkit-keyframes single2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        border-top-color: #f3a42a;
        border-right-color: #f3a42a;
    }
    50% {
        border-top-color: #faa200;
        border-right-color: #faa200;
    }
    100% {
        -webkit-transform: rotate(720deg);
        transform: rotate(720deg);
        border-top-color: #ffcc58;
        border-right-color: #ffcc58;
    }
}

@keyframes single2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        border-top-color: #f3a42a;
        border-right-color: #f3a42a;
    }
    50% {
        border-top-color: #faa200;
        border-right-color: #faa200;
    }
    100% {
        -webkit-transform: rotate(720deg);
        transform: rotate(720deg);
        border-top-color: #f3a42a;
        border-right-color: #f3a42a;
    }
}


/* ----------------------------------------
Circular images
---------------------------------------- */

.image-holder {
    border-radius: 50%;
    width: 100%;
    height: auto;
    position: relative;
    text-align: center;
}

.image-holder img {
    border-radius: 50%;
    height: 88px;
    width: 88px !important;
    display: block;
    margin: auto;
    text-align: center;
}


/* ----------------------------------------
Owl slider styling
---------------------------------------- */


/** owl slider */

.owl-carousel .owl-item img {
    width: initial;
    margin: 0 auto;
}


/** OWL carousel */

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #f7ca18;
}


/** Google map */

#map {
    width: 100%;
    height: 470px;
    margin-top: -7%;
}

@media(max-width:1198px) {
    #map {
        margin-top: 0;
    }
}

@media(max-width:992px) {
    #map {
        height: 300px;
    }
}


/** --------------------------------
Top Bar
---------------------------------- */

.pg-top-bar .collapse {
    display: initial;
    text-align: right;
}

.pg-top-bar {
    min-height: 50px;
    font-weight: 400;
    padding-top: 12px;
}

.pg-top-bar .icon-Pointer {
    color: #f7ca18;
    font-size: 26px;
    font-weight: 900;
}

.top-icons {
    padding-top: 0;
}

.top-icons li {
    display: inline-block;
    margin-right: 3px;
}

.top-icons li span {
    font-size: 16px;
    color: #8e8e8e;
}

.top-icons li span:hover {
    color: #ff5c00;
}

.top {
    padding-left: 0;
}

.top li {
    font-size: 14px;
    color: #999;
    padding-left: 15px;
    padding-left: 15px;
    display: inline-block;
}


/**
.top li:last-child span {
border-left: 1px solid #999;
}
*/

.top li span {
    padding-right: 8px;
    padding-left: 20px;
}

.tooltip {
    background: #fed45c;
    position: absolute;
    color: #fff;
}

@media(max-width:1230px) {
    .top-icons {
        padding-top: 0;
    }
    .top li {
        line-height: 2;
        display: inline-block;
        padding-top: 0;
    }
    .top li:last-child span {
        border-left: none;
    }
}

@media(max-width:991px) {
    .top li {
        padding-top: 10px;
    }
    .top-icons {
        padding-top: 15px;
    }
    .pg-top-bar {
        padding: 0;
    }
}

@media screen and (min-width: 769px) {
    .custom-collapse .collapse {
        display: block;
    }
}

@media(max-width:767px) {
    .top-icons {
        text-align: left;
        padding-top: 15px;
        padding-left: 0;
    }
    .top li {
        font-size: 12px;
        line-height: 2;
        padding-top: 10px;
        padding-left: 0;
        color: #222;
    }
    .pg-top-bar .collapse-toggle {
        background: #fed45c;
        border-radius: 5px;
        border: none;
        font-size: 25px;
        float: right;
        margin-top: -30px;
    }
}


/** ----------------------------------------
Sub Top Bar
---------------------------------------- */


/**
.logo {
padding: 46px 0 32px 0;
}
*/

.pg-top-sub-bar .collapse {
    display: initial;
}

.pg-top-sub-bar {
    min-height: 40px;
    padding: 20px 0 10px 0;
}

.pg-top-sub-bar .title {
    font-weight: 500;
    font-size: 18px;
    color: #222;
}

.pg-top-sub-bar p {
    padding-top: 1px;
}

.pg-top-sub-bar p:hover {
    color: #222;
}

.sub-top-list {
    display: table;
    width: 100%;
}

.sub-top-list li {
    display: table-cell;
    vertical-align: middle;
}

.sub-top-list .fa {
    font-size: 20px;
    color: #f7ca18;
    width: 44px;
    height: 44px;
    border: 2px solid #f7ca18;
    padding-top: 10px;
    padding-left: 10px;
}

.sub-top-list .media {
    margin-left: 0;
}

.sub-top-list .media-left {
    padding-top: 10px;
    padding-right: 20px;
}

@media(max-width:1199px) {
    .sub-top-list {
        padding-top: 15px;
    }
    .pg-top-sub-bar p {
        text-align: left;
    }
    .sub-top-list .media {
        margin-left: 10px;
    }
}

@media(max-width:769px) {
    .logo {
        text-align: left;
    }
}

@media(max-width:992px) {
    .sub-top-list li {
        font-size: 12px;
        line-height: 2;
        display: table-cell;
        padding-top: 20px;
    }
    .sub-top-list li:first-child {
        margin-top: 10px;
    }
    .pg-top-sub-bar p {
        text-align: left;
    }
    .sub-top-list .fa {
        font-size: 28px;
        color: #fe6c61;
        width: 20px;
        height: 20px;
        border: 0;
        padding: 0;
    }
    .pg-top-sub-bar .title {
        text-align: left;
        font-size: 16px;
    }
}

@media(max-width:767px) {
    .sub-top-list li {
        display: block;
    }
    .pg-top-sub-bar {
        padding: 10px;
    }
    .sub-top-list {
        padding-top: 0;
    }
    .pg-top-sub-bar .collapse {
        display: none;
    }
    .collapse.in {
        display: inline-block;
    }
    .pg-top-sub-bar .collapse-toggle {
        background: transparent;
        border: none;
        color: #333;
        font-size: 21px;
        float: right;
        margin-top: 16px;
    }
    .collapse-toggle:focus,
    .collapse-toggle:active {
        outline: none;
        border: none;
    }
}

@media (max-width:400px) {
    .sub-top-list {
        padding-top: 0;
        padding-left: 0;
    }
}


/** ----------------------------------------
Main Navigation bar  - navbar-default
---------------------------------------- */


/** slick nav */

.slicknav_menu {
    display: none;
    background: #333;
    padding: 0;
}

.slicknav_btn {
    background: #333;
}

.slicknav_nav .slicknav_arrow {
    float: right;
}

.slicknav_nav .slicknav_row:hover,
.slicknav_nav .slicknav_row:focus {
    background: none;
    border-radius: 0;
    color: #f7ca18;
}

.slicknav_menu li {
    border-bottom: 1px solid rgb(68, 69, 70);
}

.slicknav_menu li ul li {
    border-bottom: none;
}

.slicknav_nav li a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
}

.slicknav_nav a:hover,
slicknav_nav a:focus {
    background: transparent;
    color: #fed45c;
}

.sub-menu .slicknav_arrow {
    margin-right: 10px;
}

.slicknav_nav li ul li a {
    text-transform: capitalize;
    font-weight: 500;
    color: #ddd;
    font-size: 15px;
}

.slicknav_nav .slicknav_row {
    padding: 12px 10px;
}

.slicknav_nav .slicknav_row,
.slicknav_nav a {
    color: #fff;
    padding: 10px;
}

.slicknav_nav .slicknav_row:hover,
.slicknav_nav .slicknav_row:focus {
    /* background: #222;*/
}

.slicknav_nav ul .slicknav_row,
.slicknav_nav ul a {
    padding: 5px 0;
}

@media screen and (max-width: 991px) {
    .menu-bar {
        display: none;
    }
    .slicknav_menu {
        display: block;
    }
}


/** navbar right */

.navbar {
    margin-bottom: 0;
}

.navbar-brand {
    padding: 5px 0;
}

.nav.navbar-nav.navbar-right {
    margin: 0;
    margin-top: -5px;
}

.nav.navbar-nav.navbar-right li {
    padding-right: 0;
}

.nav.navbar-nav.navbar-right li a {
    padding-left: 0;
    padding-right: 10px;
}

.navbar-right li a span {
    background: #444444;
    height: 40px;
    font-size: 13px;
    width: 40px;
    padding: 15px;
    color: #fff;
}

.navbar-right li:focus a span,
.navbar-right li:hover a span {
    color: #f7ca18;
}

#searchtoggl {
    position: absolute;
    right: 0;
}


/** search expansion */

.search-btn {
    cursor: pointer;
    transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}

#searchbar {
    width: 100%;
    margin: 0;
    padding: 20px 0;
    background: #f7f7f7;
    display: none;
}

#searchbar input {
    height: 40px;
    border: 1px solid #999;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#searchform input[type="submit"] {
    transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    background: #444;
    border: #888;
    font-size: 13px;
    color: #fff;
}

#searchform input[type="submit"]:hover,
#searchform input[type="submit"]:focus,
#searchform input[type="submit"]:active {
    background: #f7ca18;
}

.searchbar input[type=submit] {
    font-size: 12px;
    padding: 10px 30px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
}

#searchsubmit {
    display: block;
    border-radius: 0;
}

#searchform .btn {
    margin-top: 0;
}


/** Below 768px SLICK-NAV will load and above 768px navbar css */

@media(min-width:992px) {
    #searchtoggl {
        top: -4px;
    }
    .navbar-default {
        position: relative;
        background: #272727;
        top: 0;
        z-index: 9999;
        border: 0;
        border-radius: 0;
    }
    .navbar-default .navbar-right li:hover {
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
    }
    .navbar-default .navbar-nav li {
        padding-right: 45px;
    }
    .navbar-default .navbar-nav li:last-child {
        padding-right: 0;
    }
    .navbar-default .navbar-nav li a {
        font-family: 'Montserrat', sans-serif;
        font-size: 14px;
        color: #fff;
        font-weight: 700;
        padding: 20px 15px;
    }
    .navbar-default .navbar-nav li:hover a,
    .navbar-default .navbar-nav li:focus a {
        color: #f7ca18;
    }
    .navbar-default .navbar-nav>.open>a {
        background-color: transparent;
        color: #fff;
    }
    .navbar-default .navbar-nav>.open>a:focus,
    .navbar-default .navbar-nav>.open>a:hover {
        background-color: transparent;
        color: #f7ca18;
    }
    /** Sub Menus */
    ul.nav li:hover > ul.sub-menu {
        display: block;
        position: absolute;
        -webkit-animation: fadeIn 0.3s ease-out forwards;
        animation: fadeIn 0.3s ease-out forwards;
    }
    .navbar-default .navbar-nav .sub-menu {
        left: 0%;
        top: 100%;
        background: #fff;
        border-radius: 0px;
        border: 0;
        border-top: 5px ridge #f3a42a;
        border-radius: 0;
        -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.2);
        display: none;
        opacity: 0.8;
    }
    .navbar-default .navbar-nav ul li {
        text-align: left;
        border-bottom: 1px solid rgba(133, 133, 133, 0.2);
        padding-right: 0;
    }
    .navbar-default .navbar-nav li ul li:last-child {
        border: none;
    }
    .navbar-default .navbar-nav ul li a {
        /** first level */
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        font-size: 13px;
        text-align: left;
        font-weight: 600;
        color: #333 !important;
        padding: 12px 25px;
        display: block;
    }
    .navbar-default .navbar-nav ul li:hover a {
        color: #fff;
    }
    .sub-menu {
        min-width: 200px;
    }
    .navbar-default .navbar-nav>li>a:focus,
    .navbar-default .navbar-nav>li>a:hover {
        color: #f7ca18;
    }
    .navbar-default .navbar-nav ul li:focus a,
    .navbar-default .navbar-nav ul li:hover {
        background: #f7ca18;
        color: #fff;
    }
    /** 2nd level menus */
    .navbar-default .navbar-nav li ul li {
        position: relative;
    }
    .navbar-default .navbar-nav li ul li ul {
        /**   .navbar-default .navbar-nav li ul li .sub-menu */
        top: -5px !important;
        left: 100% !important;
        position: absolute;
        padding: 0 !important;
    }
    /*navbar-arrows- dropdown*/
    .navbar-default .navbar-nav .menu-item-has-children:before {
        content: "\f0d7";
        font-family: 'FontAwesome';
        color: #f7ca18;
        float: right;
        margin-top: 20px;
    }
    .navbar-default .navbar-nav li .menu-item-has-children:before {
        content: "\f0da";
        color: #333;
        margin-top: 10px;
        margin-right: 15px;
    }
}


/** Responsive navbars */

@media(min-width:992px) and (max-width:1199px) {
    .navbar-default li,
    .navbar-default li:hover {
        border: none;
    }
    .navbar-default .navbar-nav li {
        padding-right: 25px;
    }
}

@media(max-width:991px) {
    .nav.navbar-nav.navbar-right li {
        display: inline-block;
        vertical-align: middle;
    }
    .navbar-right li a span,
    .navbar-right li:hover a span,
    .navbar-right li:focus a span {
        background: #FF5c00;
        height: 33px;
        width: 33px;
        padding: 10px 12px;
    }
    .navbar-right li a span:hover {
        color: #f7ca18;
        background: #50485b !important;
    }
    .nav.navbar-nav.navbar-right {
        float: none !important;
        right: 0%;
        position: absolute;
    }
    .nav.navbar-nav.navbar-right {
        margin-top: 0;
    }
    .navbar {
        min-height: 0;
    }
    #searchtoggl {
        top: -192px;
        display: none;
    }
}

@media(max-width:767px) {
    #searchbar {
        padding: 5px 0;
    }
    .navbar-right li a span,
    .navbar-right li:hover a span,
    .navbar-right li:focus a span {
        background: #fed45c;
        color: #fff !important;
    }
    #searchtoggl {
        top: -78px;
        right: 58px !important;
    }
    .navbar-brand {
        height: auto;
        padding: 5px;
    }
}

@media(max-width:317px) {
    #searchtoggl {
        top: -64px;
        right: 58px !important;
    }
}


/* @media(min-width: 768px){
.navbar-nav>li>a {
padding-top: 15px;
padding-bottom: 10px;
}
} */


/** ----------------------------------------
REVOLUTION SLIDER ARROWS
---------------------------------------- */

.zeus.tparrows {
    border-radius: 0;
    min-width: 30px;
    min-height: 100px;
    overflow: visible;
}

.zeus.tparrows:before {
    line-height: 98px;
}

.zeus.tparrows:hover {
    background: rgba(247, 202, 24, 0.4);
}


/** text in sliders */

.tp-caption {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
}

.tp-leftarrow.tparrows.zeus {
    top: none;
    bottom: 0;
    left: 50%;
}


/** ----------------------------------------
Banner
---------------------------------------- */

.pg-banner-bg {
    background-repeat: no-repeat;
    background-size: cover;
}

.pg-banner-bg:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(76, 62, 6, 0.65);
}

.pg-banner {
    padding: 50px 0;
    position: relative;
}

.banner-title {
    text-align: center;
}

.pg-banner h1 {
    font-size: 40px;
    color: #fff;
    position: relative;
    text-align: center;
    margin: 0;
    text-transform: uppercase;
    word-break: break-all;
    line-height: 60px;
}

.pg-banner p {
    color: #fff;
    padding-top: 15px;
    font-size: 14px;
}


/** breadcrumbs */

.breadcrumb {
    text-align: center;
    background: transparent;
    position: relative;
    font-weight: 600;
    margin-bottom: 0;
}

.pg-breadcrumb .breadcrumb li {
    word-spacing: normal;
    word-break: break-all;
}

.pg-breadcrumb .breadcrumb li,
.pg-breadcrumb .breadcrumb li a {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #fff;
    font-weight: 900;
}

.pg-breadcrumb .breadcrumb li:last-child {
    color: #f7ca18;
}

.pg-breadcrumb .breadcrumb>li+li:before {
    content: "\f101";
    font-family: 'FontAwesome';
    color: #f7ca18;
    font-weight: 900;
}

.pg-breadcrumb .breadcrumb li a:hover {
    color: #f7ca18;
}

.pg-breadcrumb .btn {
    padding: 19px 45px;
}

.pg-breadcrumb .btn span {
    padding-right: 15px;
}

@media(max-width:992px) {
    .pg-breadcrumb .btn i {
        font-size: 26px;
    }
    .pg-banner {
        padding: 50px 0;
    }
    .pg-banner p {
        font-size: 13px;
        padding-top: 12px;
    }
}

@media(max-width:767px) {
    .pg-banner h1 {
        font-size: 22px;
        text-align: center;
        line-height: inherit;
    }
    .pg-banner {
        padding: 30px 0;
    }
    .pg-breadcrumb .breadcrumb li {
        font-weight: 900;
    }
    .pg-breadcrumb .breadcrumb li,
    .pg-breadcrumb .breadcrumb li a {
        font-size: 12px;
    }
    .pg-breadcrumb .breadcrumb li a:hover {
        color: #ff5c00;
    }
    .pg-breadcrumb .btn {
        padding: 19px 45px;
        background: transparent;
    }
}


/** ----------------------------------------
HOME PAGE 1
---------------------------------------- */


/** home buttons */

.home-buttons li {
    display: inline-block;
}


/** about */

.pg-home-about .heading {
    text-align: left;
}

.pg-home-about p {
    padding-top: 30px;
    padding-bottom: 45px;
}

.about-pad {
    margin-bottom: 40px;
}

.pestspray-img {
    padding: 30px;
    margin-top: -30px;
}

.aboutdetails-img img {
    border: 3px solid transparent;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
}

.aboutdetails-img img:hover {
    border: 3px solid #f3a42a;
    -webkit-box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.25);
}

.about-box p {
    padding: 12px 0;
}

.pg-home-about .box {
    padding-bottom: 40px;
}

@media(min-width:1300px) {
    .aboutdetails-img img {
        /*        width: 100%;*/
    }
}

@media(max-width:1198px) {
    .aboutdetails-img img {
        margin: 0 auto;
        max-height: inherit;
    }
}

@media(max-width:992px) {
    .pg-home-about .heading,
    .pg-home-about p {
        text-align: center;
        padding: 0;
    }
    .about-box p {
        text-align: left;
    }
}

@media(max-width:767px) {
    .pg-home-about .heading {
        text-align: center;
    }
    .pg-home-about p {
        padding-bottom: 20px;
        padding-top: 18px;
        text-align: center;
        font-size: 14px;
    }
    .pg-home-about .box {
        padding-bottom: 0;
        padding-top: 50px;
    }
    .about-box .side-head {
        padding-top: 10px;
    }
    .aboutdetails-img img {
        margin: 0 auto;
        max-height: inherit;
        width: inherit;
    }
    .about-box p {
        text-align: center;
    }
}


/** manage test */

.pg-managetest-bg {
    background-image: url('../images/Manage-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.pg-managetest .sub-section {
    padding: 136px 0;
}

.pg-managetest p {
    text-align: center;
}

.manage-list {
    display: table;
    width: 100%;
    text-align: center;
    padding-top: 50px;
}

.manage-list li {
    display: table-cell;
}

.manage-img {
    background: #fff;
    width: 144px;
    height: 144px;
    border-radius: 50%;
    margin-left: 37px;
    border: 5px solid #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19), 0 8px 17px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19), 0 8px 17px 0 rgba(0, 0, 0, 0.2);
}

.manage-img:hover {
    border: 5px solid #333;
    background: rgba(51, 51, 51, 0.11);
}

.manage-img img {
    padding-top: 38px;
}

.manage-list .side-head {
    padding-top: 20px;
}

@media(max-width:1198px) {
    .manage-list {
        padding-top: 30px;
    }
    .manage-list li {
        display: inline-block;
        margin: 20px;
    }
    .manage-img {
        margin-left: 0;
        margin: 3px;
    }
}


/** services */

.pg-services .heading {
    text-align: left;
}

.pg-services .row-pad {
    padding: 0;
    padding: 30px 0 0 0;
}

.service-img {
    margin-top: -32px;
}

.service-img img {
    min-height: 778px;
}

.service-box {
    padding-top: 20px;
    padding-bottom: 20px;
}

.service-box .side-head {
    text-transform: uppercase;
}

.serv-img {
    background: #fff;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    border: 2px solid #cec2ab;
    text-align: center;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.serv-img:hover {
    background: #ff5c00;
    border: 5px solid #ddd;
    -webkit-box-shadow: 0 6px 20px 0 #cec2ab, 0 8px 17px 0 rgba(255, 92, 0, 0.09);
    box-shadow: 0 6px 20px 0 #cec2ab, 0 8px 17px 0 rgba(255, 92, 0, 0.09);
}

.serv-img img {
    padding-left: 1px;
    padding-top: 14px;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.serv-img:hover img {
    padding-left: 1px;
    padding-top: 20px;
}

.service-box p {
    padding: 0;
}

.service-box .side-head {
    padding: 31px 0 12px 0;
}

.specific-features h4 {
    color: #222;
    padding-bottom: 20px;
    padding-top: 30px;
}

.specific-features p {
    padding-bottom: 20px;
}

@media(max-width:1198px) {
    .serv-img {
        margin: 0 auto;
    }
    .service-img img {
        position: absolute;
        width: 400px;
    }
    .service-details {
        background: rgba(247, 202, 24, 0.4);
        padding: 30px;
    }
    .pg-services p {
        text-align: justify;
    }
    .service-img {
        margin-top: 0;
    }
}

@media(max-width:991px) {
    .pg-services p {
        text-align: center !important;
        padding: 0;
    }
}

@media(max-width:767px) {
    .service-img img {
        position: relative;
        margin: 0 auto;
    }
    .pg-services .heading {
        text-align: center;
    }
    .service-box .side-head {
        padding: 25px 0px 0;
    }
    .pg-services p {
        text-align: center;
        padding-top: 10px;
    }
}


/** gallery */

.pg-gallery-bg {
    background-image: url('../images/gallery-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.pg-gallery {
    padding: 128px 0;
}

.pg-gallery .heading {
    color: #fff;
}

.pg-gallery .heading:before {
    left: 13px;
}

.pg-gallery .heading:after {
    left: 22px;
}

.pg-gallery .pg-pagination.pagination {
    padding-top: 75px;
}

.port {
    position: relative;
    margin: 0 auto;
    -webkit-transition: all 1s ease;
    -webkit-transition: all 2s ease;
    transition: all 2s ease;
}

#filters {
    margin: 1%;
    list-style: none;
    text-align: right;
    padding: 0 0 60px;
}

#filters li {
    display: inline-block;
    margin: 10px 0;
}

#filters li span {
    padding: 8px 20px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    border: 2px solid transparent;
}

#filters li span.active,
#filters li.active span,
#filters li span:hover,
#filters li span:focus {
    border: 2px solid #ff5c00;
}


/*-- filters show-->*/

.portfoliolist {
    text-align: center;
}

.portfoliolist.portfolio-list3 {
    text-align: left;
}

.portfoliolist .portfolio {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    width: 23%;
    margin: 6px;
    display: none;
    overflow: hidden;
}

.portfoliolist .overlay {
    padding: 0;
    padding-top: 107px;
    height: 100%;
    font-size: 20px;
    margin: 0 aut0;
}


/** overlay */

.service-wrapper {
    background-color: transparent;
    position: relative;
    overflow: hidden;
    line-height: 0;
    margin-bottom: 5px;
    display: table;
    margin: 0 auto;
}

.overlay {
    color: white;
    background-color: rgba(255, 92, 0, 0.7);
    text-align: center;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    left: 0;
    line-height: 1;
    /** animation stuff */
    -webkit-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
    opacity: 0;
    /**   -webkit-transform: translate(0%, 50%);
	transform: translate(0%, 50%);*/
}

.overlay img {
    position: absolute;
    left: 48%;
    top: 49%;
}

.service-wrapper:hover .overlay {
    opacity: 1;
    top: 0;
    background-color: rgba(247, 202, 24, 0.85);
}


/** simple zoom effect on images on hover */

.service-wrapper img,
.wrapper img {
    max-width: 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin: 0 auto;
}

.service-wrapper:hover img,
.wrapper:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

@media(max-width:1198px) {
    #filters {
        padding: 20px;
        text-align: center;
    }
    #filters li span {
        font-size: 12px;
        padding: 10px 5px;
        border: none;
    }
    #filters li span.active,
    #filters li span:hover,
    #filters li span:focus {
        border: none;
        padding: 10px 5px;
    }
    .portfoliolist.portfolio-list2 .portfolio {
        width: 45%;
    }
    .portfoliolist {
        padding-top: 0;
    }
}

@media(max-width:992px) {
    #filters {
        padding: 20px;
    }
    .portfoliolist .portfolio {
        width: 31%;
    }
    .pg-gallery {
        padding: 90px 0;
    }
    #filters li span.active,
    #filters li.active span,
    #filters li span:hover,
    #filters li span:focus {
        color: #f3a42a;
    }
    #filters li span.active,
    #filters li.active span {
        border: 2px solid transparent;
    }
    .service-wrapper {
        margin: 0 auto;
    }
}

@media(max-width:767px) {
    .pg-gallery {
        padding: 40px 0;
    }
    .portfoliolist .portfolio {
        width: 33%;
    }
    #filters li {
        margin: 5px;
    }
}

@media(min-width:601px) and (max-width:1199px) {
    .portfoliolist .overlay {
        padding-top: 40%;
    }
}

@media(max-width:600px) {
    .portfoliolist .portfolio {
        width: 85%;
    }
    .portfoliolist .overlay {
        padding-top: 40%;
    }
}

@media(max-width:420px) {
    .portfoliolist .portfolio {
        width: 85%;
    }
}

@media (max-width: 600px) {
    #filters li {
        display: block;
    }
}


/** testimonials */

.pg-testimonials .heading:before,
.pg-testimonials .heading:after {
    background: #f3a42a;
}

.pg-testimonials p {
    text-align: center;
}

.testimonial-box {
    background: #f5f5f5;
    border: 1px solid #e7e7e7;
    padding: 44px 37px;
    position: relative;
    margin: 20px;
    margin-top: 80px;
}

.testimonial-box p {
    padding: 0;
}

.testimonial-box::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    margin-left: 1em;
    bottom: -2em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1em solid black;
    border-color: transparent transparent #f5f5f5 #f5f5f5;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.quote {
    position: absolute;
    top: -8%;
}

.test-details {
    padding-top: 24px;
    padding-left: 26px;
}

.test-details li {
    display: block;
}

.test-details p {
    text-align: left;
    padding: 0;
}

.test-author img {
    margin-top: -20px;
}

.test-author.image-holder img {
    width: 75px !important;
    height: 75px;
    margin: inherit;
    margin-bottom: 20px;
}


/** appointment */

.appointment-form {
    background: #fff;
    padding: 80px 20px;
    border: 6px solid rgba(233, 233, 233, 60);
}

.appointment-form input.form-control {
    height: 48px;
}

.appointment-form select.form-control {
    font-style: italic;
    font-size: 14px;
    color: #a4a4a4;
}

.appointment-form .wpb_wrapper {
    padding-top: 0 30px;
}

.pg-home-appointment .heading {
    font-size: 24px;
    text-align: left;
}

.appointment-form .col-md-6 {
    padding: 0;
    padding-right: 5px;
}

.appointment-form form {
    padding-top: 30px;
}

.appointment-form .btn {
    margin-top: 20px;
}


/** pest score */

.pest-score {
    padding: 80px 20px 100px 20px;
}

.bar {
    position: relative;
    background-color: #fff;
    height: 10px;
    margin: 0 0 10px 0;
    border-radius: 27px;
    border: 1px solid #f3a42a;
}

.bar-fill {
    position: absolute;
    height: 10px;
    background-color: #ff5c00;
    border-radius: 27px;
}

.bar-title {
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 16px;
    text-align: left;
    margin: 0 0 10px 0;
    padding-top: 38px;
}

.percent {
    position: absolute;
}

.percent1 {
    right: 0;
}


/** Animations Below - Replace ease-out with infinite for infinite loop*/


/** Edit here for html */

.bar-fill-html {
    width: 78%;
    border-radius: 27px;
    /** background-color: #e44d26;*/
    animation: bar-fill-html 2s ease-out;
    -moz-animation: bar-fill-html 2s ease-out;
    -webkit-animation: bar-fill-html 2s ease-out;
}

@keyframes bar-fill-html {
    0% {
        width: 0px;
    }
    100% {
        width: 90%;
    }
}

@-webkit-keyframes bar-fill-html {
    0% {
        width: 0px;
    }
    100% {
        width: 90%;
    }
}


/** Edit here for Javascript */

.bar-fill-javascript {
    width: 85%;
    border-radius: 27px;
    /**    background-color: #f8dc3d;*/
    animation: bar-fill-javascript 2s ease-out;
    -moz-animation: bar-fill-javascript 2s ease-out;
    -webkit-animation: bar-fill-javascript 2s ease-out;
}

@keyframes bar-fill-javascript {
    0% {
        width: 0px;
    }
    100% {
        width: 60%;
    }
}

@-webkit-keyframes bar-fill-javascript {
    0% {
        width: 0px;
    }
    100% {
        width: 60%;
    }
}


/** Edit here for Jquery */

.bar-fill-jquery {
    width: 69%;
    border-radius: 27px;
    /**  background-color: #131b28;*/
    animation: bar-fill-jquery 2s ease-out;
    -moz-animation: bar-fill-jquery 2s ease-out;
    -webkit-animation: bar-fill-jquery 2s ease-out;
}

@keyframes bar-fill-jquery {
    0% {
        width: 0px;
    }
    100% {
        width: 70%;
    }
}

@-webkit-keyframes bar-fill-jquery {
    0% {
        width: 0px;
    }
    100% {
        width: 70%;
    }
}


/** Edit here for Responsive */

.bar-fill-responsive {
    width: 91%;
    border-radius: 27px;
    /**   background-color: #429f46;*/
    animation: bar-fill-responsive 2s ease-out;
    -moz-animation: bar-fill-responsive 2s ease-out;
    -webkit-animation: bar-fill-responsive 2s ease-out;
}

@keyframes bar-fill-responsive {
    0% {
        width: 0px;
    }
    100% {
        width: 90%;
    }
}

@-webkit-keyframes bar-fill-responsive {
    0% {
        width: 0px;
    }
    100% {
        width: 90%;
    }
}

@media(max-width:992px) {
    .pg-home-appointment .heading {
        text-align: center;
        font-size: 18px;
    }
    .appointment-form {
        padding: 50px;
        margin-top: 30px;
    }
    .pest-score {
        padding: 40px 20px;
    }
    .bar-title {
        font-size: 12px;
    }
    .percent1,
    .percent2,
    .percent3,
    .percent4 {
        right: 0;
    }
}

@media(max-width: 767px) {
    .appointment-form {
        padding: 21px;
    }
    .pg-testimonials .heading:before,
    .pg-testimonials .heading:after {
        background: none;
    }
    .test-details p {
        text-align: center;
    }
    .test-details li {
        display: block;
    }
    .test-author.image-holder img {
        margin: 10px auto;
    }
    .test-details {
        padding-top: 10px;
        padding-left: 0;
    }
    .testimonial-box {
        margin-top: 55px;
    }
    .quote {
        bottom: -21%;
        top: none;
    }
}


/** home-blog */

.pg-home-blog .heading:before,
.pg-home-blog .heading:after {
    background: #f3a42a;
}

.pg-home-blog p {
    padding-bottom: 30px;
}

.pg-home-blog .pad {
    padding-top: 57px;
}

.blog-box,
.blog-single-wrapper {
    -webkit-box-shadow: 0 1px 6px 0px #ccc;
    box-shadow: 0 1px 6px 0px #ccc;
    padding: 20px;
    padding-bottom: 30px;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    background: rgb(251, 251, 250);
}

.blog-box:hover {
    -webkit-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.1), 0 8px 17px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.1), 0 8px 17px 0 rgba(0, 0, 0, 0.1);
    background: #fff;
}

.blog-box:hover .read a {
    padding-left: 10px;
    color: #333;
}

.blog-box.blog-single-box:hover .read a {
    padding-left: 0 !important;
}

.blog-box.blog-single-box:hover .pg-date p {
    background: #ff5c00;
    color: #fff;
    border-radius: 0;
    border: 1px solid #ff5c00;
}

.blog-box.blog-single-box .read a {
    color: #ff5c00;
}

.blog-box.blog-single-box .read a:hover {
    color: #222;
}

.blog-box:hover .pg-date p,
.blog-single-wrapper:hover .pg-date p,
.related .blog-box:hover .pg-date p {
    border: 1px solid #fff;
    border-radius: 10px;
}

.blog-box .service-wrapper:hover .overlay {
    opacity: 1;
    top: 0;
    background-color: rgba(204, 83, 15, 0.8);
}

.blog-box p {
    text-align: left;
    padding-bottom: 15px;
    color: #222;
}

.blog-data .top-pad {
    padding: 0;
    padding-top: 11px;
}

.blog-data p img {
    text-align: center;
}

.blog-data .col-md-2,
.blog-data .col-md-10 {
    padding-left: 0;
}

.pg-date {
    min-width: 100px;
    background: #fff;
    border: 2px solid #f4524d;
    padding: 2px;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.pg-date p {
    font-size: 13px !important;
    line-height: 20px;
    text-align: center;
    color: #fff;
    font-weight: 900;
    padding: 10px;
    border: 1px solid #ff5c00;
    background: #ff5c00;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.blog-about {
    padding-left: 7px;
}

.blog-details {
    padding-top: 10px;
}

.blog-classic .blog-details,
.blog-single .blog-details {
    padding-left: 0;
}

.blog-single -box .blog-box {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.blog-box {
    border-radius: 4px;
}

.blog-box .side-head {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.blog-data .media {
    padding-bottom: 0;
}

.blog-box.blog-single-box {
    border: none;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #fff;
}

.blog-box.blog-single-box:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.blog-single {
    margin-top: 30px;
}

.blog-about .align-btn {
    padding-top: 10px;
    padding-bottom: 20px;
}

.bloglist-comments {
    padding-left: 0;
}

.bloglist-comments li {
    display: inline-block;
    font-style: italic;
    margin: 0;
    font-size: 14px;
    padding-top: 5px;
    padding-right: 5px;
    color: #777;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.bloglist-comments li:hover {
    color: #222;
}

.bloglist-comments li a {
    color: #222;
}

.bloglist-comments li:first-child a {
    color: #ff5c00;
    font-weight: 600;
}

.bloglist-comments li:first-child:before {
    content: none;
}

.bloglist-comments li:before {
    content: '|';
    padding: 0 10px;
    font-style: initial;
    color: #a4a4a4;
}

.blog-about .side-head {
    font-size: 15px;
    word-break: break-all;
}

.blog-about .read {
    padding-top: 10px;
    font-weight: 600;
    font-size: 11px;
    text-transform: uppercase;
}

.read a {
    color: #ff5c00;
}

.blog-box .read {
    margin-bottom: 10px;
}

.blog-box .read a {
    font-size: 14px;
}

@media(max-width:1198px) {
    .blog-box {
        margin-bottom: 60px;
    }
    .blog-about .side-head {
        text-align: left;
    }
    .blog-data .col-md-2,
    .blog-data .col-md-10 {
        padding-left: 10px;
    }
    .pg-home-blog .heading:before,
    .pg-home-blog .heading:after {
        background: none;
    }
    .blog-details {
        padding-left: 0;
    }
}

@media(max-width:991px) {
    .blog-box {
        margin-bottom: 10px;
    }
}

@media(max-width:767px) {
    .blog-box {
        margin-bottom: 20px;
    }
    .blog-about p {
        font-size: 14px;
    }
    .blog-about .side-head {
        font-size: 14px;
        text-align: left !important;
    }
    .blog-about ul li {
        padding-top: 0;
    }
    .blog-about .align-btn {
        text-align: left;
    }
}


/** call*/

.pg-call-bg {
    background-image: url('../images/Manage-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.pg-call {
    padding: 54px 0;
}

.pg-call span {
    padding-right: 15px;
}

.pg-call .form-control:focus {
    border: 1px solid transparent;
}

.pg-call .title {
    padding-top: 8px;
    line-height: 32px;
}

@media(max-width:1198px) {
    .pg-call .btn,
    .pg-call2 .btn {
        padding: 11px;
    }
}

@media(max-width:992px) {
    .pg-call .title {
        font-size: 16px;
    }
}

@media(max-width:767px) {
    .pg-call .btn {
        margin-top: 20px;
    }
    .pg-call {
        padding: 25px 0;
    }
}


/** ----------------------------------------
HOME PAGE 2
---------------------------------------- */


/** search form*/

.search-bg {
    background-image: url('../images/app-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.search-appform {
    padding: 30px;
    padding-top: 60px;
    margin-top: -85px;
    position: relative;
}

.search-appform .form-control,
.search-appform select {
    font-style: italic;
    color: #a4a4a4;
    height: 48px;
    line-height: 43px;
}

.search-appform .btn {
    padding: 15px;
}

@media(max-width:992px) {
    .search-appform .form-control {
        margin-bottom: 20px;
    }
}

@media(max-width:767px) {
    .search-appform .btn {
        margin-top: 20px;
    }
    .search-appform {
        margin-top: 20px;
    }
}


/** features*/

.pg-features .pad {
    padding-top: 78px;
}

.feature-img {
    border: 2px solid #ff5c00;
    width: 84px;
    height: 84px;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 25px;
}

.feature-img:hover {
    background: #ff5c00;
    border: 5px solid #bca9a2;
    padding: 22px;
}

.feature-box .side-head {
    padding-top: 31px;
}

.feature-box p {
    padding: 12px 0;
}

.feature-box .align-btn a {
    font-size: 13px;
    font-weight: 600;
}

@media(max-width:1198px) {
    .feature-box,
    .service-box {
        margin-bottom: 30px;
        padding: 20px;
        border: 2px solid #ddd;
        background: #f4f4f4;
        text-align: center;
    }
    .feature-box .side-head {
        padding-top: 20px;
    }
    .pg-features .pad {
        padding-top: 50px;
    }
    .feature-box .side-head,
    .feature-box p {
        text-align: center;
    }
    .feature-img {
        background: #ff5c00;
        border: 2px solid #fed45c;
        margin: 0 auto;
    }
    .feature-box .align-btn {
        text-align: center;
    }
}

@media(max-width:991px) {
    .feature-img {
        margin: 0px auto;
    }
}

@media(max-width:767px) {
    .feature-box {
        margin-bottom: 30px;
    }
}


/** who we are*/

.pg-who {
    height: 100%;
    display: table;
    width: 100%;
    margin: 0;
    background: #f7f7f7;
}

.pg-who .sub-section {
    padding: 88px 30px 68px 373px;
}

.pg-who .heading {
    text-align: left;
}

.who .top-pad {
    padding-top: 30px;
    padding-bottom: 12px;
}

.who .align-btn {
    margin-top: 38px;
}

.center-row {
    height: 50%;
    width: 100%;
    display: table-row;
}

.center-row > div {
    height: 100%;
    width: 50%;
    display: table-cell;
    border: 0 solid #eee;
    color: #fff;
    /**    vertical-align:middle;*/
}

.who-img {
    position: relative;
}

.who-img:after {
    position: absolute;
    content: '';
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.play {
    position: absolute;
    left: 50%;
    top: 52%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 5px solid #fff;
    border-radius: 50%;
    width: 84px;
    height: 84px;
}

.play img {
    padding-top: 27px;
    padding-left: 8px;
}

.play:hover {
    border: 5px solid transparent;
}

@media(min-width:1446px) and (max-width:1799px) {
    .pg-who .sub-section {
        padding: 40px 20px 0 272px;
    }
    .who .align-btn {
        margin-bottom: 30px;
    }
}

@media(max-width:1445px) {
    .pg-who {
        padding-bottom: 30px;
    }
    .pg-who .sub-section {
        padding: 49px 13px 40px 117px;
    }
    .who-img {
        position: relative;
        margin-top: 35px;
    }
    .bg-one {
        margin-bottom: -50px;
    }
}

@media(max-width:1198px) {
    .center-row {
        height: 35%;
    }
    .center-row > div {
        height: inherit;
        width: 100%;
        display: inline-table;
    }
    .pg-who .sub-section {
        padding: 20px;
    }
    .pg-who {
        /**    padding-bottom: 150px;*/
    }
    .who-img {
        margin-top: 0;
    }
    .bg-one {
        margin-bottom: -20px;
    }
    .who .align-btn {
        margin-bottom: 40px;
    }
}

@media(max-width:994px) {
    .bg-one {
        margin-bottom: -30px;
    }
}

@media(max-width:767px) {
    .pg-who .heading {
        text-align: center;
    }
    .play {
        border: none;
        left: 7%;
        top: 30%;
    }
    .play:hover {
        border: none;
    }
    .pg-who {
        padding-bottom: 30px;
    }
    .who-img {
        margin-top: 25px;
    }
}


/** call2*/

.pg-call.pg-call2 {
    background-image: none;
    background: #222;
}

.pg-call2 .title {
    color: #fff;
}


/** featured services*/

.pg-featured-services {
    padding-top: 150px;
}

.pg-featured-services .row-pad {
    padding-top: 50px;
    padding-bottom: 50px;
}

.serv {
    background: #f6f6f6;
    padding: 32px 55px;
    position: relative;
    margin-top: 50px;
}

.serv .serv-img {
    border: 4px solid #f3a42a;
}

.serv1,
.serv3 {
    margin-top: 80px;
}

.serv1 .serv-img,
.serv2 .serv-img {
    position: absolute;
    top: 31%;
    right: -9%;
}

.serv3 .serv-img,
.serv4 .serv-img {
    position: absolute;
    top: 30%;
    left: -9%;
}

.serv1 .side-head,
.serv1 p,
.serv2 .side-head,
.serv2 p {
    text-align: right;
}

.serv3 .side-head,
.serv3 p,
.serv4 .side-head,
.serv4 p {
    text-align: left;
}

.serv p {
    padding-top: 18px;
}

@media(max-width:1440px) {
    .featured-bg {
        background-position: -236px;
    }
}

@media(max-width:1198px) {
    .pg-featured-services .row-pad {
        padding-top: 30px;
    }
    .pg-featured-services {
        padding-top: 55px;
        padding-bottom: 9px;
    }
    .server-img img {
        max-height: 400px;
        max-width: 216px;
        margin: 0 auto;
    }
    .serv1 .serv-img,
    .serv2 .serv-img {
        position: relative;
        right: 0;
    }
    .serv3 .serv-img,
    .serv4 .serv-img {
        position: relative;
        left: 0;
    }
    .serv {
        padding: 30px 20px;
    }
    .serv1 .side-head,
    .serv1 p,
    .serv2 .side-head,
    .serv2 p,
    .serv3 .side-head,
    .serv3 p,
    .serv4 .side-head,
    .serv4 p {
        text-align: center;
    }
    .pg-featured-services .row-pad {
        padding-top: 0;
    }
    .serv1,
    .serv3 {
        margin-top: 50px;
    }
    .serv-img {
        margin-top: 20px;
    }
}

@media(max-width:991px) {
    .serv1,
    .serv3 {
        margin-top: 50px;
    }
}

@media(max-width:768px) {
    .server-img img {
        min-height: 280px;
        min-width: 150px;
        margin: 0 auto;
    }
}


/** gallery2*/

.pg-gallery2 .heading {
    color: #333;
}

.pg-gallery2 #filters li span {
    color: #333;
}

.pg-gallery2 #filters li span:hover {
    color: #f3a42a;
}

.pg-gallery2 #filters li span.active,
.pg-gallery2 #filters li.active span,
.pg-gallery2 #filters li span:hover,
.pg-gallery2 #filters li span:focus {
    color: #f3a42a;
}


/** Team*/

.pg-team .pad {
    padding-top: 57px;
}

.team-box {
    -webkit-transition: all 0.4s cubic-bezier(0.2, 0.57, 0.36, 0.8);
    transition: all 0.4s cubic-bezier(0.2, 0.57, 0.36, 0.8);
    max-width: 350px;
}

.team-img img {
    width: 100%;
}

.team-data {
    background: #fff;
    padding: 27px 20px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}

.team-data .side-head,
.team-data p {
    text-align: center;
}

.team-data .side-head:hover {
    color: #fff;
}

.team-data p {
    font-style: italic;
}

.team-box .service-wrapper {
    margin: 0;
    width: 100%;
}

.team-box:hover .overlay {
    opacity: 1;
    top: 0;
    background-color: rgba(255, 92, 0, 0.55);
}

.team-box:hover .team-data {
    background: #f7ca18;
}

.team-box:hover {
    -webkit-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19), 0 8px 17px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19), 0 8px 17px 0 rgba(0, 0, 0, 0.2);
}

@media(max-width:1198px) {
    .pg-gallery2 #filters li span:hover {
        color: #f3a42a;
    }
    .team-box {
        margin: 0 auto;
        margin-bottom: 30px;
    }
}


/** pricing*/

.pg-pricing {
    padding: 135px 0;
}

.pg-pricing .pad {
    padding-top: 57px;
}

.pricing-box {
    border: 1px solid #dfdfdf;
    background: #fff;
    -webkit-transition: all 0.4s cubic-bezier(0.2, 0.57, 0.36, 0.8);
    transition: all 0.4s cubic-bezier(0.2, 0.57, 0.36, 0.8);
}

.pricing-box .pricing-top {
    background: #ff5c00;
    padding: 30px 0;
    position: relative;
    vertical-align: middle;
}

.pricing-top .side-head {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

.pricing-box .pricing-top:before {
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 40px 50px 40px 30px;
    border-color: transparent transparent transparent #ff5c00;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    bottom: -69px;
    left: 39%;
}

.pricing-top.pricing-top2 {
    background: #f3a42a;
}

.pricing-top.pricing-top2:before {
    border-color: transparent transparent transparent #f3a42a;
}

.pricing-list {
    padding: 33px;
    padding-bottom: 0;
    list-style-type: none;
    margin: 0;
}

.pricing-list li {
    text-align: center;
    padding: 10px 0;
}

.pricing-list span {
    color: #b5b5b5;
}

.pricing-box .btn {
    margin: 15px 0 40px 0;
}

.pricing-box .rate {
    text-align: center;
    padding: 49px 0 60px;
    border-bottom: 1px solid #d6d6d6;
    position: relative;
}

.pricing-box .rate:before {
    position: absolute;
    content: '';
    background: #f3a42a;
    height: 3px;
    bottom: 0;
    width: 80px;
    left: 39%;
}

.rate h1 {
    font-size: 60px;
    margin: 0;
    padding: 0;
}

.rate h1 span {
    font-size: 30px;
}

.rate p {
    font-style: italic;
}

.pricing-box:hover .btn {
    background: #ff5c00;
    color: #fff;
}

.pricing-box:hover {
    -webkit-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19), 0 8px 17px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19), 0 8px 17px 0 rgba(0, 0, 0, 0.2);
}

@media(max-width:1198px) {
    .pg-pricing {
        padding: 50px 0;
    }
    .pricing-box {
        margin-bottom: 30px;
    }
}


/** ----------------------------------------
HOME PAGE 3
---------------------------------------- */


/** pest control*/

.pest-box {
    position: relative;
    padding-bottom: 30px;
}

.pest-img {
    max-height: 250px;
}

.pg-control-pest .row-pad {
    padding-top: 66px;
}

.pest-box .service-wrapper:hover .overlay {
    background-color: rgba(48, 46, 36, 0.84);
}

.pest-box .service-wrapper:hover .pest-details {
    display: none;
}

.pest-details {
    background-color: rgba(14, 14, 14, 0.8);
    position: absolute;
    bottom: 0;
    width: 100%;
}

.pest-details .side-head {
    color: #f7ca15;
    text-align: center;
    padding: 25px 0;
    text-transform: uppercase;
}

.pest-box .overlay {
    padding: 0;
}

.hidden-text {
    padding: 41px;
}

.hidden-text .side-head,
.hidden-text p {
    color: #fff;
}

.hidden-text p {
    padding-top: 15px;
}

.hidden-text a {
    font-size: 13px;
    font-weight: 500;
}


/** experience*/

.pg-experience-bg {
    background-image: url(../images/experience.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.pg-experience {
    padding: 100px 0;
}

.pg-years .side-head {
    font-size: 26px;
}

.pg-years p {
    color: #333;
    padding-top: 20px;
}


/** Number Counter*/

.counter-box {
    background-color: rgba(85, 50, 22, 0.4);
    padding: 70px 10px;
}

.counter-box h1 {
    color: #ffffff;
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    margin: 0;
}

.counter-box p {
    text-align: center;
    color: #fff;
}

@media(max-width:992px) {
    .pg-experience {
        padding: 50px 6px;
    }
    .counter-box {
        padding: 20px;
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .pg-years p {
        padding-top: 10px;
    }
    .hidden-text {
        padding: 14px 0;
    }
}

@media(min-width:420px) and (max-width:620px) {
    .hidden-text {
        padding: 80px 40px;
    }
}

@media(max-width:360px) {
    .hidden-text {
        padding: 20px 20px;
    }
}


/** special*/

.pg-special .heading {
    text-align: left;
}

.special-img img {
    max-height: 602px;
}

.special-img {
    margin-top: -62px;
}


/** testimonials 3*/

.pg-testimonials.test3 {
    background: #fafafa;
    padding: 95px 0;
}


/** services 3*/

.pg-features .pg-call {
    padding: 54px 40px;
    margin-top: 55px;
}


/** team3*/

.pg-team.team3 {
    background: #fafafa;
    padding: 120px 0;
}


/** partner slider*/

.pg-partner-slider .item {
    border: 1px solid #e7e7e7;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 210px;
    height: 130px;
    padding: 33px 51px;
}

.pg-partners .row-pad {
    padding-top: 58px;
}

@media(max-width:992px) {
    .pg-partner-slider .item {
        border: 1px solid transparent;
        width: auto;
        height: auto;
        padding: 30px;
    }
    .pg-partners .row-pad {
        padding-top: 0;
    }
    /** .blog-single .related .overlay {
	padding-top: 30%;
}*/
}

@media(max-width:767px) {
    .pg-features .pg-call {
        margin-top: 0;
    }
    .pg-team.team3 {
        padding: 40px 0;
    }
    .pg-partner-slider .item {
        margin-left: 26px;
    }
    .pest-img {
        max-height: inherit;
    }
}


/** ----------------------------------------
BLOG PAGES
---------------------------------------- */

.pg-blog .col-lg-9 {
    padding: 0;
}


/** .blog-box img{
min-height: 250px;
max-height: 250px;
}*/

.blog-img {
    position: relative;
    width: auto;
    height: auto;
    overflow: hidden;
}

.blog-img .service-wrapper {
    margin: inherit;
    margin-bottom: 20px;
}

.blog-img img {
    display: block;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    margin: 0 auto;
}

.blog-box .overlay img {
    display: initial;
}

.blog-classic .blog-box {
    margin-bottom: 50px;
    background: rgba(75, 67, 14, 0.02);
}

.blog-classic .blog-box .side-head {
    font-size: 20px;
    font-weight: 600;
}

.blog-classic .overlay {
    padding-top: 21%;
}

.blog-box1 {
    margin-bottom: 60px;
}

.blog-box1 .blog-about {
    margin-left: -45px;
}

blockquote {
    background: #f4f4f4;
    padding-top: 20px;
    margin-top: 20px;
    border-left: 5px solid #ff5c00;
}

blockquote p {
    font-style: italic;
    color: #333;
    text-align: center;
}

.quote-bg {
    background: #f4f4f4;
}

.blog-quote {
    padding: 54px;
    margin-bottom: 50px;
}

.blog-quote p {
    font-style: italic;
    color: #333;
    text-align: center;
}

.blog-quote .title {
    font-size: 13px;
    text-align: center;
    padding-top: 25px;
}

.blog-box1 .service-wrapper:hover .overlay {
    background-color: rgba(0, 0, 0, 0.6);
}


/** .blog-box1 .overlay {
padding-top: 20%;
}*/

.blog-classic .pagination {
    padding: 0;
}

.blog-single .blog-about .side-head {
    font-size: 18px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.pg-author .author-img img {
    min-width: 55px;
    min-height: 55px;
}


/** side bar */

#searchtext {
    border: 1px solid #ebebeb;
}

#searchtext .form-control {
    background: #fbfbfb;
    border-color: transparent;
}

#searchtext .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.pg-search-btn {
    padding: 11px 20px 12px;
    background-color: #fbfbfb;
    font-size: 16px;
    border: 0;
    color: #a8a8a8;
}

.pg-search-btn:hover {
    color: #f3a42a;
    background: #fff;
}

.blog-categories .side-head,
.blog-posts .side-head,
.blog-gallery .side-head,
.blog-feed .side-head {
    padding-top: 40px;
    padding-bottom: 15px;
}


/** categories */

.blog-categories ul li {
    line-height: 40px;
}

.blog-categories ul li span {
    padding-right: 15px;
    font-size: 13px;
}

.blog-categories ul li a {
    font-size: 15px;
    color: #888888;
}

.blog-categories ul li:hover a {
    color: #f3a42a;
}


/** recent posts */

.post-box a {
    font-size: 13px !important;
    color: #f55c00 !important;
    font-weight: 600;
}

.post-box a span {
    padding-right: 15px;
}

.blog-posts hr {
    border-bottom: 1px dashed #e8e8e8;
}

.side-bar hr {
    margin: 12px 0;
}

.post-box p {
    font-size: 15px;
}

.post-box p:hover {
    color: #f55c00;
}


/** blog images list */

.blog-images {
    padding-top: 10px;
}

.blog-images-list>li {
    display: inline-block;
    margin-right: 2px;
    margin-bottom: 5px;
}


/** blog feed*/

.feed-box {
    padding-bottom: 20px;
}

.feed-box span {
    color: #51b7e3;
    font-size: 20px;
    padding-right: 5px;
    padding-top: 4px;
}

.feed-box .text>a {
    font-size: 15px;
    color: #777777;
}

.feed-box .day>a {
    font-size: 12px;
    color: #f3a42a;
}

@media(min-width:992px) and (max-width:1200px) {
    .search-form label {
        width: 58%;
    }
}

@media(max-width:1198px) {
    .blog-box1 .blog-about {
        margin-left: 0;
    }
    .blog-img .overlay img {
        width: 20px;
    }
}

@media(max-width:767px) {
    .feed-box p {
        text-align: left;
    }
    .post-box p {
        text-align: left;
    }
    .blog-classic .blog-box .side-head {
        font-size: 13px;
    }
    .blog-classic .blog-box {
        margin-bottom: 20px;
    }
    .pg-author .side-head {
        text-align: left !important;
    }
}


/** BLOG GRID PAGE*/

.blog-grid .blog-box {
    margin-bottom: 10px;
    min-height: initial;
}

.blog-grid .blog-data .top-pad {
    /*     padding-top: 25px; */
}

.blog-grid .bloglist-comments {
    padding-bottom: 5px;
}


/**
.blog-grid .blog-box .overlay {
padding-top: 42%;
}*/

.blog-grid .blog-box .side-head {
    font-size: 16px;
    text-transform: uppercase;
}

.blog-grid .blog-box p {
    font-size: 16px;
}

.blog-grid .blog-img .overlay img {
    min-height: inherit;
}

@media(max-width:1198px) {
    .blog-grid .blog-box {
        margin-bottom: 50px;
    }
}

@media(max-width:992px) {
    .blog-grid .blog-box {
        padding-bottom: 30px;
    }
}

@media(max-width:768px) {
    .blog-grid .blog-box {
        padding-bottom: 10px;
    }
}


/** BLOG SINGLE PAGE*/

.blog-single .blog-quote {
    padding: 38px;
    border: 1px solid #f3a42a;
    margin-top: 30px;
    margin-bottom: 0;
}

.tags li {
    display: inline-block;
}

.tags-list li:first-child {
    font-family: 'Montserrat', sans-serif;
}

.tags-list li span {
    color: #f3a42a;
    padding-right: 10px;
}

.tags-list li a {
    padding-left: 15px;
}

.tags .col-md-8 {
    padding: 0;
}

.tag-icons li {
    margin-left: 5px;
}

.tag-icons li a {
    padding-left: 0;
}

.tag-icons li span {
    width: 30px;
    height: 30px;
    font-size: 13px;
    border: 1px solid #d1d1d1;
    padding: 8px 8px;
    color: #d1d1d1;
}

.tag-icons li span:hover {
    color: #fff;
    border: 1px solid #ff5c00;
    background: #ff5c00;
}


/** author*/

.pg-author .media-left {
    min-width: 65px;
}

.pg-author .media-left img {
    min-width: 55px;
    height: 55px;
}

.pg-author {
    padding-top: 15px;
}

.pg-author p {
    margin-top: 15px;
}

.pg-author a {
    color: #ff5c00;
}

.pg-author .side-head .fa {
    color: #b4b4b4;
    font-size: 15px;
    padding-left: 8px;
}

.pg-author .side-head .fa:hover {
    color: #ff5c00;
}


/** related posts*/

.related {
    padding-top: 65px;
}

.related .side-head {
    font-size: 15px;
}

.related p {
    font-size: 15px;
}

.related .title {
    padding-bottom: 20px;
    text-transform: uppercase;
}


/** comments*/

.pg-comments {
    padding-top: 65px;
}

.pg-comments .title {
    padding-bottom: 30px;
    text-transform: uppercase;
    color: #222;
}

.pg-comments .media {
    padding-bottom: 26px;
}

.pg-comments .media .title {
    padding: 0;
    font-size: 15px;
    text-transform: uppercase;
}

.pg-comments .media .title span {
    color: #a4a4a4;
    font-style: italic;
    font-family: 'Lato', sans-serif;
}

.pg-comments .media p {
    padding: 3px 0;
}

.reply a {
    font-weight: 700;
    font-size: 14px;
}

.reply span {
    padding-right: 15px;
}

.author-holder img {
    min-width: 70px;
    height: 70px;
}


/** leave comments*/

.pg-leave {
    padding-top: 65px;
}

#reply-title {
    color: #333;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
}

.pg-leave .title {
    padding-bottom: 30px;
}

.pg-leave .btn {
    margin-top: 30px;
}


/**  Masonry Flex grid responsive */


/* Masonry Flex grid responsive */

@media (min-width:768px) {
    .grid-row .grid-box {
        width: 50%;
    }
}

.grid-row .grid-box {
    padding-left: 17px;
    padding-right: 17px;
    padding-bottom: 12px;
    padding-top: 10px;
    background: none;
}

.grid-row {
    margin-left: -7px;
    margin-right: -7px;
}

@media(max-width:1198px) {
    .blog-single .blog-box .single {
        min-height: 350px;
    }
    .related .col-md-6,
    .pg-leave .col-md-6,
    .col-md-12 {
        padding-left: 10px;
    }
    .related .blog-box {
        margin-bottom: 0;
    }
    .pg-comments {
        padding: 30px 0;
    }
}

@media(max-width:992px) {
    .blog-single .blog-box .single {
        min-height: 300px;
    }
    .related .blog-box {
        margin-bottom: 30px;
    }
    .pg-comments {
        padding: 0;
        padding-top: 30px;
    }
    .pg-leave {
        padding-top: 30px;
    }
    .col-md-4 .blog-box {
        max-width: 400px;
        margin: 0 auto;
        margin-bottom: 30px;
    }
}

@media(max-width:767px) {
    .blog-single .blog-box .single {
        min-height: initial;
    }
    .blog-single .blog-img .overlay img {
        width: 20px;
    }
    .tags ul {
        padding-top: 24px;
        padding-bottom: 0px;
        float: left !important;
    }
    .pg-comments .media .title {
        font-size: 14px;
    }
    .pg-comments .title {
        text-align: left;
    }
    p.form-submit {
        text-align: center;
    }
    .pg-leave {
        padding-top: 20px;
    }
}


/**  ----------------------------------------
SERVICES PAGES- single
---------------------------------------- */

.single-service .col-md-6 {
    padding-left: 0;
}

.single-service {
    padding-bottom: 57px;
}

.single-service p {
    padding-top: 30px;
}

.specific-features {
    padding-bottom: 60px;
}

.specific-features .heading,
.service-single h4 {
    text-align: left;
    font-size: 18px;
}

.specific-features .head-para {
    padding-top: 36px;
    padding-bottom: 47px;
}


/** side bar*/

.col-md-3.side-bar .col-md-12 {
    padding: 0;
}

.control-services {
    padding: 12px 20px;
    background-color: #f7f7f7;
    border: 1px solid #e7e7e7;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-family: 'Montserrat', sans-serif;
    color: #333;
    font-size: 14px;
    font-weight: 600;
    display: block;
}

.control-services:hover,
.control-services:hover {
    background: #f7ca18;
    color: #fff;
}


/** .control-services li {
padding: 12px 20px;
background-color: #f7f7f7;
border: 1px solid #e7e7e7;
text-transform: uppercase;
margin-bottom: 5px;
}

.control-services li a {
font-family: 'Montserrat', sans-serif;
color: #333;
font-size: 14px;
font-weight: 600;
}

.control-services li:hover {
background: #f3a42a;
}
*/


/** brochures*/


/** if ul-li used*/

.brochures .side-head,
.blog-feed.service-feed .side-head {
    font-size: 18px;
}

.brochures span {
    padding-right: 10px;
    color: #f3a42a;
}

.brochures {
    font-family: 'Montserrat', sans-serif;
    color: #333;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid #e7e7e7;
    margin-bottom: 5px;
    padding: 12px;
    display: block;
}

.brochures:hover {
    border: 1px solid #f3a42a;
    color: #f3a42a;
}

.faq-service .panel-group {
    padding-top: 20px;
}

.faq-service .col-md-6 {
    padding: 0;
}

.faq-service .panel-default .panel-heading a {
    font-size: 16px;
}


/**
.brochures {
padding-top: 45px;
}

.brochures .side-head,
.blog-feed.service-feed .side-head {
font-size: 18px;
}

.brochures ul {
padding-top: 25px;
}

.brochures li {
border: 1px solid #e7e7e7;
margin-bottom: 5px;
padding: 12px;
}

.brochures li span {
padding-right: 10px;
color: #f3a42a;
}

.brochures li a {
font-family: 'Montserrat', sans-serif;
color: #333;
font-size: 14px;
font-weight: 600;
}

.brochures li:hover {
border: 1px solid #f3a42a;
}*/

@media(max-width:1198px) {
    .single-service .col-md-6 {
        padding-left: 10px;
    }
}

@media(max-width:992px) {
    .col-md-3.side-bar .top-pad {
        padding-top: 30px;
    }
    .col-md-3.side-bar .col-md-12 {
        padding: 5px 20px;
    }
    .service-single h4 {
        text-align: center;
    }
    .pg-side-bar-right {
        padding-left: 0;
    }
    .pg-side-bar-left {
        padding-right: 0;
    }
}

@media(max-width:767px) {
    .specific-features .heading {
        text-align: center;
        padding-top: 20px;
        padding-bottom: 13px;
    }
    .specific-features {
        padding-bottom: 0;
    }
    .col-md-3.side-bar .col-md-12 {
        padding: 5px 10px;
    }
    .single-service {
        padding-bottom: 30px;
    }
    .specific-features .head-para {
        padding-top: 9px;
    }
    .project-analysis .heading {
        padding-top: 30px;
    }
    .project-analysis p,
    .project-details p {
        text-align: justify;
    }
    .side-bar .side-head {
        text-align: left;
    }
}


/**  ----------------------------------------
GALLERY PAGES
---------------------------------------- */

.pg-gallery.gallery {
    background-image: none;
    background: #fff;
}

.gallery .heading {
    color: #333;
}

.gallery #filters li span {
    color: #333;
}


/** gallery 2*/

.portfolio-list2 .portfolio {
    width: 32%;
}

.portfolio .side-head {
    padding-top: 15px;
    padding-bottom: 35px;
    text-transform: uppercase;
}

.portfolio-list2 .overlay {
    padding-top: 146px;
}


/** gallery 3*/

.portfolio-list3 .portfolio {
    width: 48%;
}


/** gallery single*/

.gallery-single p {
    margin-bottom: 20px !important;
}

.gallery-desc {
    border: 1px solid #e7e7e7;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #f6f6f6;
    padding: 30px 45px;
    margin: 0;
    list-style-type: none;
}

.gallery-desc li {
    padding: 10px 0;
}

.gallery-desc span {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    color: #333;
    min-width: 130px;
}

.gallery-desc .hiphen {
    padding: 0 20px 0 0;
}


/** decription*/

.pg-project.row-pad {
    padding-top: 40px;
    padding-bottom: 80px;
}

.description-gal .heading,
.project-analysis .heading {
    font-size: 18px;
    text-align: left;
}

.description-gal .heading:before,
.description-gal .heading:after {
    width: 7%;
}

.description-gal {
    padding-left: 10px;
}

.description-gal p {
    padding-top: 38px;
    padding-bottom: 27px;
    font-size: 15px;
}


/** analysis*/

.project-analysis .heading:before,
.project-analysis .heading:after {
    width: 4%;
}

.project-analysis p {
    padding-top: 33px;
}


/* details*/


/*.project-details {
padding-top: 37px;
padding-bottom: 60px;
}*/

.project-details p,
.project-details .col-md-5 {
    padding: 0;
}

.project-details ul,
.projects-list {
    padding-top: 5px;
    margin: 0;
    list-style-type: none;
}

.project-details ul li,
.projects-list li {
    line-height: 32px;
    padding-left: 20px;
}


/* .project-details ul li:before {
content: "\f0a4";
font-family: FontAwesome;
font-size: 14px;
display: inline-block;
margin-left: -1.3em;
width: 1.3em;
color: #f3a42a;
} */

.project-details ul li span,
.projects-list li span {
    color: #f3a42a;
    padding-right: 15px;
}

.details-img img {
    min-height: 285px;
}

@media(max-width:1198px) {
    .portfolio.g31 {
        width: 32%;
    }
    .portfolio-list3 .g31 .overlay {
        padding-top: 40%;
    }
    .details-img img {
        min-height: auto;
    }
}

@media(max-width:992px) {
    .pg-project.row-pad {
        padding-bottom: 32px;
    }
    .gallery-desc {
        padding: 30px;
        margin-bottom: 30px;
    }
    .details-img {
        margin-top: 10px;
    }
}

@media(max-width:768px) {
    .description-gal .heading,
    .project-analysis .heading {
        text-align: center;
    }
}

@media(max-width:768px) {
    .portfoliolist.portfolio-list2 .portfolio {
        width: 85%;
    }
}

@media(min-width:601px) and (max-width:1199px) {
    .portfolio-list2 .overlay {
        padding-top: 40%;
    }
}

@media(max-width:600px) {
    .portfolio-list2 .overlay {
        padding-top: 40%;
    }
}

@media(max-width:420px) {
    .portfoliolist .portfolio {
        width: 85%;
    }
}


/**  ----------------------------------------
PRICINGS page
---------------------------------------- */

.search-appform.searchform2 {
    margin: 0;
    margin-top: 50px;
}


/**  ----------------------------------------
FAQs
---------------------------------------- */

.pg-faq .heading,
.pg-faq2 .heading {
    text-align: left;
}

.pg-faq .heading:before,
.pg-faq .heading:after,
.pg-faq2 .heading:before,
.pg-faq2 .heading:after {
    width: 6%;
}

.pg-faq .panel-default .panel-heading a,
.pg-faq2 .panel-default .panel-heading a {
    font-size: 15px;
}

.pg-faq .panel-body p.pad,
.pg-faq2 .panel-body p.pad {
    padding-top: 20px;
}

.pg-faq .panel-group,
.pg-faq2 .panel-group {
    padding-top: 55px;
}

.pg-faq2 .panel-body {
    padding-top: 30px;
}

.pg-faq2 .panel-group .panel {
    margin-bottom: 20px;
    border-radius: 0;
}

.pg-faq2 .panel-default {
    border-color: #f8f8f8;
}

.pg-faq2 .panel-default .panel-heading {
    border: 1px solid #e7e7e7;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0;
    height: 50px;
    padding-top: 13px;
}

.pg-faq2 .panel-body {
    background: #f8f8f8;
    border-color: #f8f8f8;
    padding-left: 18px;
}

.pg-faq2 .panel-default .panel-heading a:after {
    content: "\f0ab";
    font-size: 15px;
    background: none;
    margin-left: -5px;
}

.pg-faq2 .panel-default .panel-heading a.collapsed:after {
    content: "\f0a9";
    font-size: 15px;
}

.faq-img {
    padding-top: 60px;
    padding-left: 54px;
}

@media(max-width:1198px) {
    .pg-faq .heading,
    .pg-faq2 .heading {
        text-align: center;
    }
    .pg-faq2 .panel-default .panel-heading {
        background: #f7f7f7;
        border: none;
    }
    .pg-faq2 .panel-default .panel-heading a {
        color: rgb(254, 84, 84);
        font-size: 13px;
        padding-left: 32px;
    }
    .panel-default .panel-body p {
        text-align: left;
    }
    .faq-img {
        padding: 0;
        margin: 0 auto;
        max-width: 300px;
    }
}


/* ----------------------------------------
CONTACT US
---------------------------------------- */

textarea.form-control {
    font-style: italic;
    color: #555;
}

.pg-contacts .btn {
    margin-top: 40px;
}

.pg-contacts .main p {
    padding-bottom: 40px;
}

.contacts-box {
    border: 1px solid #e7e7e7;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #f7f7f7;
    padding: 42px;
    position: relative;
    z-index: 1;
    text-align: center;
    margin-bottom: -28%;
}

.contacts-box .fa {
    color: #f55c00;
    font-size: 30px;
    margin-bottom: 25px;
}

.pg-contacts form .col-md-4 {
    padding-left: 0;
}

.contact-details {
    margin-top: 130px;
}

@media(max-width:1198px) {
    .contacts-box {
        padding: 20px 0;
        margin-bottom: 20px;
    }
    .contact-details {
        margin-top: 60px;
    }
    .pg-contacts .btn {
        margin-top: 0;
    }
    .vc_custom_1499407540832 {
        padding-top: 64px !important;
        padding-bottom: 76px !important;
    }
}


/**  ----------------------------------------
404 PAGE
---------------------------------------- */

.pg-404 h1 {
    font-size: 50px;
    text-align: center;
    margin: 0;
    margin-bottom: 50px;
}

.pg-404 img {
    margin: 32px auto;
}

.pg-404 p {
    text-align: center;
    font-size: 20px;
    color: #555;
    margin-top: 10px;
    margin-bottom: 30px;
}

.pg-404 .image-404 {
    padding-top: 81px;
    text-align: center;
}

@media(max-width:1198px) {
    .pg-404 p {
        padding: 0;
    }
}

@media(max-width:767px) {
    .pg-404 h1 {
        font-size: 36px;
        text-align: center;
        color: #ff5c00;
    }
}


/**  ----------------------------------------
FOOTER
---------------------------------------- */

.footer {
    background: #262626;
}

.footer .side-head,
.footer .widget-title {
    position: relative;
}

.footer .side-head:before,
.footer .widget-title:before {
    position: absolute;
    content: '';
    width: 40px;
    height: 2px;
    background: #f7ca18;
    bottom: 10px;
}

.footer hr {
    border-color: #777;
}


/** col1*/

.footer-col1 {
    text-align: justify;
    padding-bottom: 40px;
}

#emailtext {
    margin-top: 20px;
}

#emailtext .form-control {
    border: 1px solid #363636;
    height: 49px;
    color: #f3a42a;
    background-color: #363636;
}

#emailtext .input-group-btn {
    border-radius: 0;
}

#emailtext .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border: transparent;
}

.pg-newsletter-btn {
    padding: 12px 20px 12px;
    background-color: #363636;
    font-size: 16px;
    border: 0;
    color: #f7ca18;
}

.pg-newsletter-btn:hover,
.pg-newsletter-btn:focus {
    background: #f4524d;
    border: 1px solid #f4524d;
}

.footer-logo {
    padding-bottom: 30px;
}

.pg-footer-content .side-head {
    padding-bottom: 30px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}

.pg-footer-content p {
    color: #ddd;
    font-size: 15px;
    padding: 0;
}


/** col2*/

.footer-col2 {
    padding: 0;
}


/*.footer .footer-services {
padding-top: 12px;
}*/

.footer-services li {
    line-height: 32px;
}

.footer-services li a {
    color: #a9a9a9;
    font-size: 16px;
}

.footer-services li a:hover {
    color: #f3a42a;
}

.footer-services li span {
    padding-right: 10px;
    color: #a9a9a9;
    font-size: 14px;
}

.side-bar .footer-services li span {
    color: #777;
}

.footer-services li a:hover {
    color: #f3a42a;
}


/** col3*/

.col-lg-3.footer-col3 {
    padding-left: 0;
}

.footer-images {
    padding-top: 27px;
}

.footer-images-list {
    padding-top: 4px;
}

.footer-images-list>li {
    display: inline-block;
    margin-right: 2px;
    margin-bottom: 3px;
}


/** col4*/

.get-in-touch .media-body,
.get-in-touch .media-left,
.get-in-touch .media-right {
    vertical-align: middle;
}

.get-in-touch {
    padding: 0;
    list-style-type: none;
    margin-top: 0;
    margin-bottom: 0px;
}

.get-in-touch li span {
    color: #f7ca18;
    font-size: 36px;
    margin-top: 10px;
}

.get-in-touch .media-body {
    padding-left: 4px;
    color: #a9a9a9;
}

.side-bar .get-in-touch .media-body {
    padding-left: 4px;
    color: #888;
}

.side-bar .get-in-touch li span {
    color: #ff5c00;
}

.get-in-touch p {
    margin: 0;
}


/** footer copyrights*/

.footer-copyrights {
    background: #111;
}

.footer-copyrights .col-md-6 {
    padding: 0;
}

.footer-copyrights .icons {
    padding-top: 15px;
    padding-bottom: 0;
}

.pg-copyright {
    font-size: 14px;
    padding-top: 25px;
    color: #888888;
    font-weight: 400;
}

.pg-copyright span {
    color: #f3a42a;
}

.icons {
    float: right;
    padding-bottom: 20px;
}

.icons li {
    display: inline-block;
    padding-left: 8px;
}

.icons li a span {
    font-size: 13px;
    width: 40px;
    height: 40px;
    border: 1px solid #767676;
    padding-top: 14px;
    padding-left: 14px;
    color: #fff;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.icons li a span:hover {
    border: 1px solid #ff5c00;
    background: #ff5c00;
}


/** back to top button*/

.back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.25s linear;
    -webkit-transition: all 0.25s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 99;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.back-to-top span {
    margin: 0;
    position: relative;
    left: 16px;
    top: 8px;
    font-size: 28px;
    font-weight: 600;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    color: #f7ca18;
}

.back-to-top:hover {
    background: #222;
}

.back-to-top:hover span {
    top: 0%;
    color: #fff;
    font-size: 30px;
    left: 16px;
}

@media(max-width:1199px) {
    .pg-footer-content .btn-full {
        width: 20%;
    }
    .footer-col1,
    .footer-col2,
    .footer-col3,
    .footer-col4 {
        padding: 25px 26px;
    }
    .footer .side-head:before {
        background: none;
    }
    .footer .side-head:first-letter {
        color: #f3a42a;
        font-size: 25px;
    }
}

@media(max-width:992px) {
    .pg-footer-content .btn-full {
        width: 100%;
    }
    .footer p {
        text-align: left;
        padding-bottom: 0;
    }
    .pg-copyright {
        text-align: center;
    }
    .pg-footer-content .title {
        padding-bottom: 20px;
        padding-top: 10px;
    }
    .footer .media-body .title {
        text-align: left;
    }
    .footer-copyrights ul li {
        display: inline-block;
    }
    .icons {
        float: none;
        text-align: center;
        padding-top: 20px;
    }
    .icons li a span {
        padding-left: 0;
        font-size: 13px;
        width: 30px;
        height: 30px;
        padding-top: 6px;
    }
}

@media(max-width:768px) {
    .footer-col1,
    .footer-col2,
    .footer-col3,
    .footer-col4 {
        padding: 15px;
    }
    .footer p {
        text-align: left;
    }
    .pg-footer-content {
        padding-top: 40px;
        padding-bottom: 0;
    }
    .get-in-touch p {
        text-align: left;
    }
    .pg-footer-content .title {
        padding-bottom: 15px;
        padding-top: 10px;
        text-align: center;
    }
    .footer-services li {
        line-height: 2.2;
    }
    .footer-services li a {
        font-size: 15px;
    }
    .footer .media-body .title {
        text-align: left;
    }
    .pg-footer-content .side-head {
        padding-bottom: 0;
        text-align: left;
        padding-top: 20px;
    }
    .footer-copyrights {
        padding: 10px;
    }
}


/** responsive tables*/

@media only screen and (max-width: 800px) {
    /**  Force table to not be like tables anymore */
    .table table,
    .table thead,
    .table tbody,
    .table th,
    .table td,
    .table tr {
        display: block;
    }
    /**  Hide table headers (but not display: none;, for accessibility) */
    .table .table {
        border: 0;
    }
    .table thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    .table tr+tr {
        border-top: 1px double #e8e8e8;
    }
    .table td {
        /**  Behave  like a "row" */
        border: none;
        position: relative;
        white-space: normal;
        text-align: center;
        font-size: 12px !important;
    }
    .table td:before {
        /**  Now like a table header */
        position: absolute;
        /**  Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 25%;
        padding-right: 10px;
        white-space: nowrap;
        text-align: left;
    }
    /**
	Label the data
	*/
    .table td:before {
        content: attr(data-title);
    }
    .table tr td:first-child {
        background: #fbfbfb;
    }
    .table .sm-input-count {
        margin: auto;
    }
    .sm-checkout-img {
        font-size: 12px;
    }
    .sm-checkout-img img {
        height: 45px;
        width: 40px;
        margin-right: 0;
    }
}


/**  ---------------------------------
widget styling
----------------------------------*/


/** get-in-touch - contacts*/

.side-bar .get-in-touch li .media-left {
    vertical-align: baseline;
    font-size: 20px;
}

.side-bar .get-in-touch li .media-left span {
    font-size: 30px;
    font-weight: 600;
}

.side-bar .get-in-touch li span {
    margin-top: 0;
}


/**  extra css */

.edit-link {
    padding-left: 10px;
    float: right;
}

.edit-link a {
    font-weight: 600;
    font-size: 14px;
    color: #555;
}

.edit-link .post-edit-link {
    color: #888;
    float: right;
    padding-left: 20px;
}

.comment-body .edit-link {
    position: absolute;
    right: 0;
    top: -35px;
}

.comment-body .edit-link a {
    color: #777;
    font-weight: 600;
    font-size: 14px;
    text-decoration: underline;
}

.st-blog-tag-share a {
    color: #222;
    font-size: 14px;
    padding-right: 5px;
}

.st-blog-tag-share .fa {
    color: #ff5c00;
    margin-right: 10px;
}

.tags {
    border-top: 1px solid #e7e7e7;
    padding-top: 15px;
    margin-top: 30px;
}

.categories-list {
    padding-top: 10px;
}

.categories-list a {
    color: #222;
    font-size: 14px;
    padding-right: 5px;
}

.categories-list .fa {
    color: #ff5c00;
    margin-right: 10px;
}

.categories-list a:hover,
.st-blog-tag-share a:hover {
    color: #666;
    text-decoration: underline;
}


/**  side bar */

.textwidget ul {
    list-style-type: inherit !important;
    margin: 10px 20px !important;
}

.textwidget ol {
    list-style-type: decimal !important;
    margin: 10px 20px !important;
}

.side-bar section {
    background: rgb(251, 251, 250);
    padding: 20px;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.24), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.24), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
    -webkit-transition: all 0.4s cubic-bezier(0.2, 0.57, 0.36, 0.8);
    transition: all 0.4s cubic-bezier(0.2, 0.57, 0.36, 0.8);
    border-radius: 4px;
}

.pg-side-bar-right {
    padding-left: 30px;
}

.pg-side-bar-left {
    padding-right: 30px;
}

.side-bar .side-head {
    padding-bottom: 15px;
    text-transform: uppercase;
}

.side-bar ul,
.footer ul {
    list-style-type: none;
    padding: 0;
}

.footer .widget-title {
    padding-bottom: 30px;
}

.side-bar ul li,
.side-bar ol li,
.footer ul li {
    padding-bottom: 5px;
    font-size: 15px;
    color: #333;
}

.footer ul li {
    color: #fff;
}

.side-bar li a,
.textwidget p {
    color: #555;
    word-break: break-all;
    text-transform: capitalize;
    font-size: 15px;
}

.footer .textwidget p {
    color: #ddd;
}

.footer li a {
    color: #a9a9a9;
    text-transform: capitalize;
}

.footer .post-date {
    color: #fff;
}

.cat-item {
    color: #f3a42a;
}

.cat-item a {
    color: #888;
}

.footer .cat-item {
    color: #f55c00;
}

.cat-item:before {
    font-family: 'FontAwesome';
    content: '\f188';
    font-size: 13px;
    color: #888;
    padding-right: 10px;
}

.footer .cat-item:before {
    color: #fff;
}

.side-bar span.comment-author-link a {
    font-weight: 700;
    color: #222 !important
}

.footer span.comment-author-link a {
    font-weight: 700;
    color: #f7ca18 !important
}

.footer .rsswidget {
    color: #fff !important;
}

.rss-date {
    color: #333;
    font-weight: 600;
}

.rssSummary {
    color: #777;
    padding: 10px 0;
}

.footer .rssSummary {
    color: #ddd;
}

.tags .st-blog-share {
    padding-top: 0;
    margin: 0;
    border-top: none;
}

.tags .categories-list {
    margin: 10px 0 !important;
    padding-left: 20px;
}

.st-blog-tag-share {
    padding-top: 10px;
    margin: 0;
}

.tags .st-blog-tag-share {
    padding-top: 0px;
    border-top: none;
    margin: 0;
    padding-left: 20px;
}

.textwidget form {
    padding-top: 20px;
}

.footer .flickr-badge-wrapper {
    margin-top: 17px;
}

@media(max-width:892px) {
    .side-bar {
        padding-top: 40px;
    }
    .pg-side-bar-right {
        padding-left: 0;
    }
    .pg-side-bar-left {
        padding-right: 0;
    }
}

@media(max-width:992px) {
    .side-bar .side-head,
    .footer .side-head {
        text-align: left !important;
    }
}