/*!
Theme Name: cityfire
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: cityfire
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

cityfire is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
    ## Links
    ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
    ## Comments
# Infinite scroll
# Media
    ## Captions
    ## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
     ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

*{
    padding: 0;
    margin: 0;
}
body{
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
}
a, a:hover{
    text-decoration: none;
}

/* Top Header */
.top-header {
    background: #ec252c;
    padding: 10px 42px;
}
.top-head-contact-wrapper ul{
    margin-bottom: 0;
}
.social-icons{
    margin-bottom: 0;
    float: right;
}
.top-head-contact-wrapper ul li {
    list-style: none;
    display: inline-block;
    color: #fff;
    font-size: 20px;
    font-family: 'Roboto',sans-serif;
    font-weight: 400;
    line-height: 28px;
    margin-right: 32px;
}
.social-icons li {
    display: inline-block;
    list-style: none;
    margin-left: 8px;
}
.social-icons li:first-child{
    margin-left: 0;
}
.social-icons li a{
    display: block;
}
.social-icons li a img{
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.social-icons li a:hover img{
    filter: grayscale(100%);
}
.top-header .social-icons li a:hover img{
    filter: drop-shadow(0px 0px 10px #000);
}
.top-head-contact-wrapper ul li a{
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.top-head-contact-wrapper ul li a:hover{
    color: #000000;
    text-decoration: none;
}


/* Navbar */
.custom-navbar.navbar {
    background: #000;
    border-radius: 0;
    padding: 12px 0px;
    margin-bottom: 0;
}
.custom-navbar.navbar .navbar-brand{
    height: auto;
    padding: 0;
    margin-left: 0 !important;
}
.custom-navbar .navbar-nav>li>a {
    font-size: 18px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    padding-left: 30px;
    padding-right: 30px;
    border-left: 1px solid #121212;
    line-height: 77px;
    transition: all 0.3s ease;
}
.custom-navbar .navbar-nav>li>a:hover{
    color: #fb0029;
}
.custom-navbar .navbar-nav>li.active >a{
    color: #fb0029;
}
.caret{
    color: #fb0029; 
}
.custom-navbar .nav>li>a:focus, .custom-navbar .nav>li>a:hover{
    background: transparent;
}
.custom-navbar .navbar-right{
    padding: 20px 0px;
}
.menu-certificates ul {
    padding: 0;
    margin: 0;
    display: block;
    padding-left: 56px;
}
.menu-certificates.navbar-right {
    padding: 40px 0px 30px;
}
.menu-certificates ul li {
    display: inline-block;
    list-style: none;
    margin-left: 10px;
    width: 60px;
}
/*.menu-certificates ul li img { 
    max-width: 50px;
}*/
.menu-certificates ul li:first-child img {
    width: 55px;
    margin: 0 0 0 auto;
}
.menu-certificates ul li:last-child img {
    width: 52px;
}
.menu-certificates ul li:nth-child(2) img {
    width: 70px;
    border-radius: 5px;
}
}
@media (min-width: 768px){
	.menu-certificates ul li:nth-child(2) img {
	height: 55px;
}
}
.menu-certificates ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: auto;
}
#menu-bar-section .container-fluid {
    padding-left: 56px;
    padding-right: 56px;
}
.custom-navbar .navbar-nav>li:first-child > a{
    border-left: none; 
}
.custom-navbar .nav .open>a, .custom-navbar .nav .open>a:focus, .custom-navbar .nav .open>a:hover{
    border-color: #121212;
    background: #000;
}
.custom-navbar .navbar-nav>li>.dropdown-menu li{
    padding: 5px 0px;
}
.menu-bar-section.sticky{
    height: 100px;
}
.menu-bar-section.sticky .custom-navbar.navbar .navbar-brand{
    width: 190px;
}
.menu-bar-section.sticky .custom-navbar .navbar-nav>li>a{
    line-height: 30px;
}
.menu-bar-section.sticky .custom-navbar .navbar-right{
    padding: 0;
}
.menu-bar-section.sticky .custom-navbar .menu-certificates.navbar-right {
    padding: 0;
}
.services-dropdown{
    position: relative;
}
.services-dropdown span {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    color: red;
    cursor: pointer;
}

/* Banner */
.banner-section .owl-carousel.owl-drag .owl-item{
    position: relative;
}
.banner-container {
    position: absolute;
    content: '';
    top: 49%;
    transform: translate(0%,-49%);
    width: 100%;
}
.banner-text-wrapper{
    display: inline-block;
}
.banner-text-wrapper h1 {
    font-size: 64px;
    font-family: 'Roboto',sans-serif;
    color: #fff;
    background: #ec252c;
    padding: 18px 28px;
    font-weight: 900;
    margin: 0;
    display: inline-block;
}
.banner-text-wrapper h2 {
    font-size: 64px;
    font-family: 'Roboto',sans-serif;
    font-weight: 100;
    line-height: 80px;
    padding-left: 28px;
    padding-bottom: 15px;
    margin: 0;
    color: #ec252c;
}
.banner-text-wrapper .heading {
    border-bottom: 1px solid #ec252c;
    display: inline-block;
}
.banner-text-wrapper p {
    color: #000;
    font-size: 18px;
    line-height: 28px;
    padding: 20px 0px 32px;
    width: 80%;
}
.banner-btn {
    border: 2px solid #000;
    padding: 14px 26px;
    font-size: 20px;
    font-family: 'Roboto',sans-serif;
    font-weight: 900;
    color: #000;
    text-decoration: none;
    border-radius: 3px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.banner-btn i {
    padding-left: 6px;
    position: relative;
    top: 1px;
}
.banner-btn:hover{
    border: 2px solid #ec252c;
    background: #000;
    color: #ec252c;
    text-decoration: none;
}
.banner-btn:hover i{
    color: #ec252c;
}
#owl-banner{
    position: relative;
}
#owl-banner .owl-nav{
    position: absolute;
    bottom: 110px;
    display: block;
    width: 100%;
}
#owl-banner.owl-carousel .owl-nav button.owl-prev{
    position: absolute;
    left: 25px;
}
#owl-banner.owl-carousel .owl-nav button.owl-next{
    position: absolute;
    right: 25px;
}
#owl-banner.owl-carousel .owl-nav button:hover,#owl-banner.owl-carousel .owl-nav button:focus{
    background: transparent;
    outline: none;
}


/* protecting-life-section */
.protecting-life-section{
    padding: 60px 0px;
    background: #000;
}
.sub-heading h2 {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #ec252c;
    font-size: 39px;
    margin-bottom: 50px;
    margin-top: 0;
}
.sub-heading h2 span{
    font-weight: 900;
    color: #fff;
}
.protecting-life-wrapper p {
    color: #fff;
    line-height: 25px;
    font-weight: 400;
    margin-bottom: 0;
    width: 90%;
}
.protecting-life-wrapper a.btn-style{
    padding: 12px 24px;
    background: #ec252c;
    color: #fff;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    text-decoration: none;
    border-radius: 3px;
    margin-top: 36px;
    display: inline-block;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    border: 2px solid transparent;
}
.protecting-life-wrapper a.btn-style span{
    padding-left: 6px;
}
.protecting-life-wrapper a.btn-style:hover{
    background: #000;
    border: 2px solid #ec252c;
    color: #ec252c;
}
.protecting-life-wrapper a.btn-style:hover span i{
    color: #ec252c; 
}
.small-sub-heading h4 {
    font-size: 22px;
    line-height: 30px;
    color: #ec252c;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin: 0;
    padding-bottom: 15px;
}
.small-sub-heading h4 span{
    font-weight: 900;
    color: #fff;
}
.certified-list-wrapper ul li{
    padding: 10px 0px;
    list-style: none;
	color:#fff;
}
.certified-list-wrapper ul li p{
    color: #ec252c;
    font-size: 16px;
    font-weight: 200;
    font-family: 'Roboto',sans-serif;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.certified-list-wrapper ul li p span{
    padding-right: 14px;
}
.certified-list-wrapper ul li p span i{
    font-size: 12px;
    font-weight: 200;
}
.services-head-btn a.btn-style{
    padding: 12px 24px;
    background: #ec252c;
    color: #fff;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    text-decoration: none;
    border-radius: 3px;
    display: inline-block;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    border: 2px solid transparent;
}
.services-head-btn a.btn-style span{
    padding-left: 6px;
}
.services-head-btn a.btn-style:hover{
    background: transparent;
    border: 2px solid #ec252c;
    color: #ec252c;
}
.services-head-btn a.btn-style:hover span i{
    color: #ec252c; 
}
.services-section {
    background: url(assets/images/services-bg.jpg) no-repeat;
    background-size: cover;
    padding: 60px 0px 0px;
}
.services-heading-wrapper .sub-heading h2 span{
    color: #000;
}
.services-heading-wrapper .sub-heading{
    display: inline-block;
}
.services-head-btn{
    float: right;
	margin-right: 80px;
}
.services-wrapper {
    padding: 100px 30px 40px;
}
.services-section .row.row-five-col [class*="col-"]{
    width: 20%;
    text-align: center;
    margin-bottom: 60px;
}
.inner-services-row [class*="col-"] {
    text-align: center;
    margin-bottom: 60px;
}
.inner-services-row .grid-text-wrapper {
    height: 230px;
}
.inner-services-row{
    padding-top: 50px;
}
.navbar-right .dropdown-menu{
    left: 0;
}
.custom-navbar .navbar-nav>li>a:hover{
    color: #fb0029 !important;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover, .dropdown-menu >a:hover {
    color: #fb0029 !important;
    text-decoration: none;
    background-color: #000000;
    outline: 0;
}
.icon-wrapper img{
    margin: 0 auto;
}
.icon-wrapper {
    position: relative;
    display: inline-block;
    margin-bottom: 35px;
}
.icon-wrapper .grid-icon {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}
.grid-text-wrapper .sub-heading h2 {
    font-size: 33px;
    margin-bottom: 18px;
}
.grid-text-wrapper .sub-heading h2 span{
    color: #000;
}
.grid-text-wrapper p{
    color: #000;
    margin-bottom: 0px;
}
.grid-text-wrapper .btn-style {
    border: 2px solid #000;
    padding: 12px 24px;
    font-size: 18px;
    font-family: 'Roboto',sans-serif;
    font-weight: 900;
    color: #000;
    text-decoration: none;
    border-radius: 3px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    position: absolute;
    display: inline-block;
    bottom: 0;
    left: 0;
    right: 0;
    width: 64%;
    margin: 0 auto;
}

.grid-text-wrapper .btn-style i {
    padding-left: 6px;
    position: relative;
    top: 2px;
}
.grid-text-wrapper .btn-style:hover{
    border: 2px solid #ec252c;
    background: #000;
    color: #ec252c;
    text-decoration: none;
}
.grid-text-wrapper .btn-style:hover i{
    color: #ec252c;
}
.grid-text-wrapper{
    height: 170px;
    position: relative;
}
.service-sec-row{
    padding-top: 70px;
    float: left;
}
.footer-section {
    background: #000;
    padding: 70px 0px 0;
}
.footer-section .container-fluid {
    padding: 0px 100px 70px;
}
.footer-head{
    color: rgba(255,255,255,0.7);
    font-size: 22px;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    margin: 0;
    padding-bottom: 36px;
}
.footer-small-head h4 {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    color: rgba(255,255,255,0.7);
    margin: 0;
    padding-bottom: 5px;
}
.footer-address-wrapper p {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: rgba(255,255,255,0.7);
    line-height: 26px;
}
.footer-address-wrapper h4 {
    margin: 0;
    padding-bottom: 5px;
    font-size: 16px;
    font-weight: 900;
}
.footer-small-head p a {
    color: rgba(255,255,255,0.7);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.footer-small-head p a:hover{
    color: #ec252c;
    text-decoration: none;
}
.footer-small-head p {
    padding-bottom: 0;
    color: rgba(255,255,255,0.7);
    font-weight: 300;
}
.footer-address-wrapper.footer-small-head > p{
    padding-bottom: 30px;
}
.service-num-wrapper{
    padding-top: 60px;
}
.service-num-wrapper .footer-small-head h4{
    white-space: nowrap;
}
.footer-social-wrapper{
    padding-top: 30px;
}
.footer-logo-wrapper{
    padding-top: 30px;
}
.footer-section .service-list li a{
    font-size: 16px;
    color: rgba(255,255,255,0.7);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.footer-section .service-list li a:hover{
    text-decoration: none;
    color: #ec252c;
}
.footer-section .service-list li {
    list-style: none;
    padding: 5px 0px;
}
.footer-section .service-list li:first-child{
    padding-top: 0;
}
.footer-logo-wrapper img{
    margin: 0 auto;
}
.footer-social-wrapper .social-icons{
    float: none;
    text-align: center;
}
.footer-section .container-fluid{
    border-bottom: 2px solid rgba(255,255,255,0.7);
}
.footer-services-wrapper [class*="col-"] {
    padding: 0px 5px;
}


/* Bottom Bar Section */
.bottom-bar{
    padding-top: 35px;
    padding-bottom: 45px;
    text-align: center;
    background: #000;
}
.terms-list li {
    display: inline-block;
    list-style: none;
    padding: 0px 10px;
    position: relative;
}
.terms-list li a {
    font-size: 16px;
    line-height: 25px;
    font-family: 'Roboto', sans-serif;
    color: rgba(255,255,255,0.7);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    font-weight: 300;
}
.terms-list li a:hover{
    color: #ec252c;
    text-decoration: none;
}
.terms-list li:before {
    position: absolute;
    content: '.';
    color: rgba(255,255,255,0.7);
    font-size: 18px;
    right: -6px;
    top: 0;
    font-family: 'Roboto',sans-serif;
    font-weight: bolder;
    line-height: 18px;
}
.terms-list li:last-child:before{
    display: none;
}
p.copy-rights {
    color: rgba(255,255,255,0.4);
    margin-bottom: 0;
    font-family: 'Roboto',sans-serif;
    font-weight: 300;
}
.footer-social-wrapper .social-icons li {
    margin-left: 20px;
}
.footer-social-wrapper .social-icons li:first-child{
    margin-left: 0px;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}
.navbar-toggle .icon-bar{
    background: red;
}
ul.service-list{
    columns: 4;
    column-count: 4;
}
.footer-services-wrapper{
    padding-left: 30px;
    float: right;
}

/* Inner Pages */
.banner-section .banner-caption {
    height: 215px;
    position: relative;
}
.banner-section .banner-caption .banner-caption-img{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.banner-section .banner-caption .banner-caption-img h1{
    font-size: 30px;
    font-family: 'Roboto',sans-serif;
    color: #fff;
    background: #ec252c;
    padding: 18px 28px;
    font-weight: 900;
    margin: 0;
    display: inline-block;
}
.inner-pages-section{
    padding: 60px 0px;
}
.inner-pages-section ul{
    padding-left: 20px;
}
.inner-pages-section h2.entry-title{
    margin: 0px 0px 10px;
}
.inner-pages-section h2.entry-title a {
    color: #ec252c;
    font-size: 28px;
}
.inner-pages-section h2.entry-title h2{
    margin: 0;
}
.inner-pages-section .entry-meta{
    font-weight: 600;
}
.entry-content a{
    color: #000;
    font-weight: 600;
}
.blog-page article:first-child{
    padding-top: 0;
}
.blog-page article {
    border-bottom: 1px solid #f7f7f7;
    padding: 20px 0px;
}
.post-sidebar h2{
    font-size: 24px;
    font-family: 'Roboto',sans-serif;
    font-weight: 800;
    margin:0px 0px 15px;
}
.post-sidebar ul {
    padding-left: 0;
    padding: 10px 15px;
    border: 1px solid #f7f7f7;
}
.inner-pages-section a {
    color: #fb0029;
    display: inline-block;
}
.terms-and-conditions label span{
    top: -2px;
    position: relative;
}
.post-sidebar section{
    padding-bottom: 20px;
}
.post-sidebar section ul li a{
    font-size: 16px;
    color: #000;
    font-family: 'Roboto', sans-serif;
}
.post-sidebar section ul li {
    padding: 5px 0px;
    list-style: none;
}

.quick-enquiry-form input, .quick-enquiry-form textarea {
    border: 1px solid #f7f7f7;
    background: #f7f7f7;
    box-shadow: none;
}
.quick-enquiry-form input {
    height: 45px;
}
.quick-enquiry-form .terms-and-conditions input {
    height: auto;
}
.quick-enquiry-form .checkbox-list {
    margin: 14px 0px;
}
.quick-enquiry-form span.wpcf7-list-item{
    margin: 0;
}
.quick-enquiry-form .wpcf7-submit {
    padding: 12px 24px;
    background: #ec252c;
    color: #fff;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    text-decoration: none;
    border-radius: 3px;
    margin-top: 20px;
    display: inline-block;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    border: 2px solid transparent;
    line-height: 20px;
}
.contact-address-wrapper address p {
    padding: 0;
    padding-left: 30px;
}
.contact-details-wrapper li a {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    color: #333333;
    font-size: 16px;
}
.contact-details-wrapper li i {
    position: absolute;
    left: -30px;
    font-size: 18px;
    color: #fb0029;
}
.contact-details-wrapper li {
    list-style: none;
    position: relative;
    padding: 5px 0px;
}
.contact-address-wrapper address i {
    position: absolute;
    left: 15px;
    font-size: 20px;
    color: #fb0029;
}
.contact-map-section {
    padding-bottom: 30px;
}
.inner-pages-section a:hover{
    color: #000;
}
.contact-details-wrapper li a {
    text-decoration: none;
    color: #fb0029;
}
.contact-details-wrapper li a:hover{
    color: #000;
    text-decoration: none;
}
.contact-page .contact-details-wrapper {
    padding-left: 30px;
}
.quick-enquiry-form h2 {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #ec252c;
    font-size: 30px;
    margin-bottom: 15px;
    margin-top: 0;
}
.quick-enquiry-form  h2 span {
    font-weight: 900;
    color: #000;
}
.grid-item{
    text-align: center;
}
@media(max-width: 1650px){
    .top-head-contact-wrapper ul li{
        font-size: 14px;
        margin-right: 18px;
    }
    .top-header {
        background: #ec252c;
        padding: 5px 30px;
    }
    .social-icons li a img{
        width: 33px;
    }
    .top-header .social-icons li{
        margin-left: 3px;
    }
    .top-header .social-icons li img{
        width: 26px;
    }
    .social-icons {
        padding-top: 2px;
    }
    #menu-bar-section .container-fluid {
        padding-left: 42px;
        padding-right: 42px;
    }
    .navbar-brand>img {
        display: block;
        width: 100%;
    }
    .menu-certificates ul li {
        margin-left: 7px;
        width: 65px;
    }
    .custom-navbar .navbar-nav>li>a {
        font-size: 14px;
        padding-left: 22px;
        padding-right: 22px;
    }
    .custom-navbar .navbar-right {
        padding: 0px 0px;
    }
    .menu-certificates ul{
        padding-left: 40px;
    }
    .custom-navbar .menu-certificates.navbar-right {
        padding: 24px 0px 0px;
    }
    .banner-text-wrapper h1 {
       font-size: 44px;
    }
    .banner-text-wrapper h2{
        font-size: 44px;
        padding-bottom: 0px;
    }
    .banner-text-wrapper p {
        font-size: 14px;
        line-height: 22px;
        padding: 15px 0px 20px;
        width: 80%;
    }
    .banner-btn{
        font-size: 14px;
        padding: 14px 20px;
    }
    .sub-heading h2{
        font-size: 30px;
        margin-bottom: 30px;
    }
    .protecting-life-wrapper p {
        line-height: 22px;
        font-size: 14px;
    }
    .protecting-life-wrapper a.btn-style {
        font-size: 14px;
        padding: 14px 20px;
        margin-top: 20px;
    }
    .small-sub-heading h4 {
        font-size: 18px;
        line-height: 24px;
        padding-bottom: 10px;
    }
    .certified-list-wrapper ul li a {
        font-size: 12px;
    }
    .certified-list-wrapper ul li {
        padding: 2px 0px;
    }
    .certified-list-wrapper ul li a span i {
        font-size: 10px;
    }
    .services-head-btn a.btn-style{
        font-size: 18px;
        padding: 15px 20px;
    }
    .services-wrapper {
        padding: 40px 0px;
    }
    .icon-wrapper img {
        width: 70%;
    }
    .grid-icon img{
        width: 50px;
    }
    .grid-text-wrapper .sub-heading h2 {
        font-size: 24px;
        margin-bottom: 18px;
    }
    .grid-text-wrapper .btn-style{
        font-size: 14px;
        padding: 12px 20px;
    }
    .grid-text-wrapper p {
        font-size: 14px;
    }
    .icon-wrapper {
        margin-bottom: 25px;
    }
    .grid-text-wrapper {
        height: 150px;
    }
    .service-sec-row {
        padding-top: 50px;
    }
    .footer-section .container-fluid {
        padding: 0px 56px 40px;
    }
    .footer-section {
        padding: 40px 0px 0;
    }
    .footer-head {
        font-size: 18px;
        padding-bottom: 22px;
    }
    .footer-address-wrapper h4{
        font-size: 14px;
    }
    p{
        font-size: 14px;
    }
    .footer-address-wrapper h4 {
        font-size: 14px;
        padding-bottom: 2px;
    }
    .footer-address-wrapper.footer-small-head > p {
        padding-bottom: 10px;
    }
    .footer-small-head h4 {
        font-size: 14px;
        padding-bottom: 2px;
    }
    .footer-logo-wrapper img {
        margin: 0 auto;
        width: 70%;
    }
    .footer-social-wrapper .social-icons li {
        margin-left: 3px;
        display: inline-block;
        width: 34px;
    }
    .footer-section .service-list li a{
        font-size: 14px;
    }
    .footer-section .service-list li {
        list-style: none;
        padding: 2px 0px;
    }
    .terms-list li a{
        font-size: 14px;
    }
    .bottom-bar {
        padding-top: 20px;
        padding-bottom: 30px;
    }
    /*.menu-certificates ul li:nth-child(2) {
        width: 60px;
    }*/
    .services-dropdown span {
        right: 8px;
    }
   .inner-services-row .grid-text-wrapper {
        height: 190px;
    }
    .certified-list-wrapper ul li p{
        font-size: 12px;
    }
    ul.service-list{
        columns: 3;
        column-count: 3;
    }
}
@media(max-width: 1333px){
    .services-section .row.row-five-col [class*="col-"]{
        width: 25%;
        margin-bottom: 30px;
    }
    .custom-navbar .navbar-nav>li>a {
        padding-left: 18px;
        padding-right: 18px;
    }
    .menu-certificates ul {
        padding-left: 16px;
    }
    .banner-section .owl-carousel.owl-drag .owl-item{
        height: 500px;
    }
    .banner-section .owl-carousel.owl-drag .owl-item img{
        height: 500px;
        object-fit: cover;
    }
    #owl-banner .owl-nav{
        bottom: 70px;
    }
    

    .menu-bar-section .navbar-right .dropdown-menu {
        right: auto;
        left: 0;
        width: 100%;
    }
/*    .menu-bar-section .collapse.in {
        height: 100vh !important;
    }*/

}

@media(max-width: 1100px){
    .services-section .row.row-five-col [class*="col-"], .inner-services-row [class*="col-"]{
        width: 33.3%;
        margin-bottom: 30px;
    }

}
@media (max-width: 1270px) {
    .menu-bar-section .navbar-header {
        float: none;
    }
    .menu-bar-section .navbar-left,.navbar-right {
        float: none !important;
    }
    .menu-bar-section .navbar-toggle {
        display: block;
    }
    .menu-bar-section .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
   .menu-bar-section .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .menu-bar-section .navbar-collapse.collapse {
        display: none!important;
    }
    .menu-bar-section .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .menu-bar-section .navbar-nav>li {
        float: none;
    }
    .menu-bar-section .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .menu-bar-section .collapse.in{
        display:block !important;
    }
    .menu-bar-section .nav:before,  .menu-bar-section .navbar-collapse:before, .menu-bar-section .nav:after, .menu-bar-section .navbar-collapse:after{
        display: none;
    }
    .menu-bar-section .navbar-default .navbar-toggle{
        border: none;
    }
    .menu-bar-section .navbar-default .navbar-toggle .icon-bar{
        background: #fff;
    }
    .footer-services-wrapper {
        padding-left: 0;
        float: none;
        padding-top: 20px;
    }
    .custom-navbar .navbar-nav>li>a{
        line-height: 30px;
        border: none;
    }
    .menu-certificates ul{
        padding-left: 0;
    }
    .navbar-brand>img {
        width: 50%;
        display: inline-block;
    }
    .menu-bar-section.sticky .navbar-brand>img {
        width: auto;
        display: inline-block;
    }
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .dropdown-menu>li>a{
        color: #f7f7f7;
    }
   .menu-bar-section .navbar-nav {
         height: 300px;
        overflow-y: auto;
        width: 100%;
    }
}
@media(max-width: 1199px){
    .inner-services-row .grid-text-wrapper {
        height: 210px;
    }
    .inner-services-row .grid-text-wrapper .btn-style{
        padding: 12px 12px;
    }
}
@media (min-width: 1270px){
    #menu-bar-section .menu-certificates.mob-certificates{
        display: none;
    }
}
@media (max-width: 1269px){
    #menu-bar-section .menu-certificates.mob-certificates, #menu-bar-section .menu-certificates.mob-certificates ul{
        display: block;
    }
    #menu-bar-section .menu-certificates.mob-certificates ul{
        float: right;
    }
   #menu-bar-section .custom-navbar .menu-certificates.navbar-right {
        padding-right: 20px;
        float: right !important;
        padding-top: 0;
    }
    .navbar-header .navbar-toggle{
        margin-right: 0;
    }
    .navbar-right.menu-certificates ul{
        display: none;
    }
     .inner-pages-section h2.entry-title a {
        font-size: 22px;
    }
   .services-dropdown span {
        left: 70px;
        width: 30px;
        top: 25px;
        padding: 12px;
        z-index: 9999;
    }
    .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-nav .open .dropdown-menu>li>a:hover {
        background-image: none;
        background: transparent;
        color: red;
    }
}
@media(max-width: 991px){
    .inner-services-row .grid-text-wrapper {
        height: 270px;
    }
    .inner-services-row .grid-text-wrapper .btn-style{
        width: 76%;
    }
    .footer-section .container-fluid {
        padding: 0px 20px 40px;
    }
    .banner-text-wrapper .heading{
        display: block;
    }
    .banner-text-wrapper p{
        width: 100%;
    }
}
@media(max-width: 820px){
    .services-section .row.row-five-col [class*="col-"], .inner-services-row [class*="col-"] {
        width: 50%;
        margin-bottom: 30px;
    }
    .grid-text-wrapper .btn-style{
        width: 56%;
    }
    .inner-services-row .grid-text-wrapper {
        height: 190px;
    }
}
@media(max-width: 991px){
    .footer-logo-wrapper img {
        margin: 0 auto;
        width: auto;
    }
}
@media(max-width: 767px){
    ul.service-list {
        columns: 2;
        column-count: 2;
    }
    .services-section .row.row-five-col [class*="col-"], .inner-services-row [class*="col-"] {
        width: 50%;
        float: left;
    }
    .grid-text-wrapper .btn-style{
        width: 56%;
    }
    .protecting-life-wrapper{
        margin-bottom: 30px;
    }
    .social-icons{
        float: left;
    }
    .banner-text-wrapper h1 {
        font-size: 30px;
    }
    .banner-text-wrapper h2 {
        font-size: 30px;
        padding-bottom: 0px;
        line-height: 45px;
    }
    .navbar-brand>img {
        width: 250px;
    }
    .banner-text-wrapper p{
        width: 80%;
    }
    .top-header .social-icons img{
        width: 28px;
    }
    .footer-logo-wrapper img{
        margin: 0;
    }
    .footer-social-wrapper .social-icons{
        text-align: left;
    }
    .post-sidebar{
        padding-top: 30px;
    }
    .inner-pages-section h2.entry-title a {
        font-size: 20px;
    }
    .menu-bar-section.sticky .custom-navbar.navbar .navbar-brand {
        width: 150px;
    }
    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px;
        color: #f7f7f7;
    }
    .inner-services-row .grid-text-wrapper .btn-style {
        width: 60%;
    }
    .banner-text-wrapper p{
        display: none;
    }
    .banner-section .owl-carousel.owl-drag .owl-item img {
        height: 350px;
        object-fit: cover;
    }
      .banner-section .owl-carousel.owl-drag .owl-item{
        height: 350px;
    }
    .banner-btn {
        font-size: 12px;
        padding: 10px 16px;
    }
    .banner-text-wrapper .heading {
        margin-bottom: 15px;
    }
    .protecting-life-section {
        padding: 30px 0px;
    }
    .services-section{
        padding: 30px 0px 0px;
    }
    .services-head-btn {
        float: left;
        width: 100%;
        text-align: center;
    }
    .services-heading-wrapper{
        text-align: center;
    }
    .banner-section .banner-caption .banner-caption-img h1{
        font-size: 24px;
    }
    .inner-services-row .grid-text-wrapper{
        height: auto;
    }
    .inner-services-row .grid-text-wrapper a{
        position: relative;
        margin-top: 10px;
    }
    .top-head-contact-wrapper ul{
        display: none;
    }
    .top-head-contact-wrapper ul.mob{
        display: block;
    }
    .top-head-contact-wrapper ul.mob li {
        margin-right: 5px;
        margin-left: 0 !important;
    }
    .top-head-contact-wrapper ul.mob li a i:before{
        font-size: 20px;
    }
    body .top-header .social-icons li img {
        width: 20px;
    }
    .mob-certificates.menu-certificates ul{
        display: flex;
        align-content: center;
        justify-content: space-between;
        width: auto;
    }
    .mob-certificates.menu-certificates ul li:nth-child(2) img{
        width: 50px;
    }
    .mob-certificates.menu-certificates ul li{
        width: auto;
    }
    .mob-certificates.menu-certificates ul li:first-child img{
        width: 42px;
    }
     .mob-certificates.menu-certificates ul li:last-child img{
        width: 42px;
    }
}
@media(max-width: 610px){
    .services-section .row.row-five-col [class*="col-"], .inner-services-row [class*="col-"] {
        width: 100%;
    }
    .grid-text-wrapper .btn-style{
        width: 56%;
    }
    #menu-bar-section .menu-certificates.mob-certificates ul {
        float: left;
    }
    .menu-bar-section .custom-navbar .menu-certificates.navbar-right {
        width: 100%;
        float: left !important;
        text-align: center;
        margin: 15px 0px;
    }
    .navbar-header .navbar-toggle {
        margin-right: 0;
        position: relative;
        top: 20px;
    }
    #menu-bar-section .container-fluid {
        padding-left: 20px;
        padding-right: 20px;
    }
    .menu-certificates ul li{
        margin-left: 4px;
    }
    .top-header{
        padding: 5px 0px;
    }
    .menu-bar-section .navbar-header{
        position: relative;
    }
    .navbar-header .navbar-toggle{
        position: absolute;
        right: 0;
        top: 0;
        padding: 0;
    }
    .custom-navbar.navbar{
        padding: 12px 6px;
    }
    .top-head-contact-wrapper{
        float: left;
    }
    .top-header .social-icons{
        float: right;
    }
    #menu-bar-section .custom-navbar .menu-certificates.navbar-right{
        margin: 5px 0px;
    }
    .mob-certificates.menu-certificates ul li:first-child img {
        width: 22px;
    }
    .mob-certificates.menu-certificates ul li {
        width: auto;
    }
    .mob-certificates.menu-certificates ul li:nth-child(2) img {
        width: 28px;
    }
    .mob-certificates.menu-certificates ul li:last-child img {
        width: 24px;
    }
    .custom-navbar.navbar .navbar-brand{
        width: 100%;
        text-align: center;
    }
    .navbar-brand > img{
        width: 170px;
    }
    #menu-bar-section.sticky .custom-navbar .menu-certificates.navbar-right{
        display: none;
    }
    #menu-bar-section.sticky .navbar-header .navbar-toggle{
        top: 10px;
    }
    .menu-bar-section.sticky .navbar-brand > img{
    	display: none;
    }
    .menu-bar-section.sticky .mob-sticky-logo.hidden{
    	display: block !important;
    }
    .mob-sticky-logo a img{
    	width: 80px;
    }
    .menu-bar-section .mob-sticky-logo.hidden{
    	display: none !important;
    }
}
@media(max-width: 575px){
    ul.service-list {
        columns: 1;
        column-count: 1;
    }
    .services-head-btn {
        float: left;
    }
    .services-heading-wrapper .sub-heading{
        display: block;
    }
    .banner-text-wrapper p{
        display: none;
    }
    .banner-btn {
        display: inline-block;
    }
}
@media(max-width: 553px){
    #menu-bar-section .menu-certificates.mob-certificates ul {
        float: left;
    }
    .menu-bar-section .custom-navbar .menu-certificates.navbar-right {
        width: 100%;
        float: left !important;
        text-align: center;
        margin: 15px 0px;
    }
	.navbar-header .navbar-toggle {
		margin-right: 0;
		position: relative;
		top: 20px;
	}
    #menu-bar-section .container-fluid {
        padding-left: 20px;
        padding-right: 20px;
    }
    .menu-certificates ul li{
        margin-left: 4px;
    }
    .top-header{
        padding: 5px 0px;
    }
    .menu-bar-section .navbar-header{
        position: relative;
    }
    .navbar-header .navbar-toggle{
        position: absolute;
        right: 0;
        top: 0;
        padding: 0;
    }
    .custom-navbar.navbar{
        padding: 12px 6px;
    }
    .top-head-contact-wrapper{
        float: left;
    }
    .top-header .social-icons{
        float: right;
    }
    #menu-bar-section .custom-navbar .menu-certificates.navbar-right{
        margin: 5px 0px;
    }
    .mob-certificates.menu-certificates ul li:first-child img {
        width: 24px;
    }
    .mob-certificates.menu-certificates ul li {
        width: auto;
    }
    .mob-certificates.menu-certificates ul li:nth-child(2) img {
        width: 28px;
    }
    .mob-certificates.menu-certificates ul li:last-child img {
        width: 24px;
    }
    .custom-navbar.navbar .navbar-brand{
        width: 100%;
        text-align: center;
    }
   
    #menu-bar-section.sticky .custom-navbar .menu-certificates.navbar-right{
        display: none;
    }
    #menu-bar-section.sticky .navbar-header .navbar-toggle{
        top: 10px;
    }
}
#rc-imageselect, .g-recaptcha {transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0;}
.wpcf7-display-none.wpcf7-validation-errors{display:none !important;}

@media(min-width: 768px){
    .top-head-contact-wrapper ul.mob{
        display: none;
    }
}
.header-wrap {
  background: #1d1f20; 
  width: 100%;
  height: 100%;
}

.header-wrap > .label {
  background: #f00;
  font-size: 22px;
  padding: 4px 15px;
}

.header-wrap .top-right {
  position: fixed;
  top: 180px;
  right: 0;
  transform: rotate(90deg) scaleX(-1);
  transform-origin: top right;
	z-index:9;
	border-radius:0;
	padding: 10px 15px;
}
.header-wrap .top-right a { color: #fff; }
.header-wrap > .label > .content {
  transform: scaleX(-1);
}