/*!
Theme Name: Microsite
Author: WMI TEAM
Description: Custom wordpress theme use for micro websites
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: microsite
*/

/* Add your custom styles here */



h1.entry-title {
    display: none;
}
.page-header .entry-title, .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class*=elementor-page-]) .site-main {
    max-width: 100% !important;
}
.card-header {
    height: 65px;
}
textarea.wpcf7-form-control.wpcf7-textarea {
    height: 100px;
}
input.wpcf7-form-control.has-spinner.wpcf7-submit {
    color: #fff;
    border: 1px solid #fff;
	background-color: #4a8ead;
}
body {
    font-family: "Poppins", Arial, sans-serif !important;
    background: #fff;
    line-height: 1.8;
    font-weight: 400;
    color: #000 !important;
}

body.menu-show {
    overflow: hidden;
    position: fixed;
    height: 100%;
    width: 100%
}

a {
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
    color: #ba101d
}

a:hover,
a:focus {
    text-decoration: none;
    color: #ba101d;
    outline: none !important
}

h1,
h2 {
    font-size: 35px;
    font-weight: 800
}

@media(max-width:575.98px) {
    h1,
    h2 {
        font-size: 1.375rem
    }
}

h3 {
    font-size: 24px;
    font-weight: 700
}

@media(max-width:575.98px) {
    h3 {
        font-size: 18px
    }
}

.font-weight-medium {
    font-weight: 500
}

.wrap .top-wrap {
    font-size: 12px
}

.wrap .top-wrap .icon {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid #ba101d
}

.wrap .top-wrap .icon span {
    color: #ba101d
}

.wrap .top-wrap .text {
    padding-left: 15px;
    width: calc(100% - 30px)
}

.wrap .top-wrap .text span {
    display: block
}

.wrap .top-wrap .text span:first-child() {
    text-transform: uppercase
}

.iconn {
    background: #ba101d;
    border-radius: 50%;
    padding: 50px
}

.icnn {
    background: black;
    border-radius: 50%;
    padding: 50px
}

.wrap .top-wrap .text span:last-child() {
    color: rgba(255, 255, 255, 0.8)
}

.main-nav {
    background: #c82e0e;
    z-index: 3;
    padding: 0
}

@media(max-width:991.98px) {
    .main-nav {
        background: #000;
        padding: 10px 15px
    }
}

@media(max-width:1199.98px) {
    .main-nav .navbar-nav {
        text-align: right
    }
}

.main-nav .navbar-nav>.nav-item>.nav-link {
    font-size: 14px;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 23px;
    padding-right: 23px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    opacity: 1 !important
}

.main-nav .navbar-nav>.nav-item>.nav-link:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background-color: #ba101d;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all .2s ease-in-out 0;
    transition: all .2s ease-in-out 0;
    z-index: -1
}

.main-nav .navbar-nav>.nav-item>.nav-link:hover {
    color: #fff
}

.main-nav .navbar-nav>.nav-item>.nav-link:hover:before {
    visibility: visible;
    background-color: #ba101d;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

@media(max-width:991.98px) {
    .main-nav .navbar-nav>.nav-item>.nav-link {
        padding-left: 0;
        padding-right: 0;
        padding-top: .9rem;
        padding-bottom: .9rem;
        color: #fff
    }
    .main-nav .navbar-nav>.nav-item>.nav-link:hover {
        color: #ba101d
    }
    .main-nav .navbar-nav>.nav-item>.nav-link:hover:before {
        display: none
    }
}

.main-nav .navbar-nav>.nav-item .dropdown-menu {
    border: 0;
    background: #fff;
    -webkit-box-shadow: 0 10px 34px -20px rgba(0, 0, 0, 0.41);
    box-shadow: 0 10px 34px -20px rgba(0, 0, 0, 0.41);
    border-radius: 4px
}

.main-nav .navbar-nav>.nav-item .dropdown-menu .dropdown-item {
    font-size: 12px;
    color: #000
}

.main-nav .navbar-nav>.nav-item .dropdown-menu .dropdown-item:hover,
.main-nav .navbar-nav>.nav-item .dropdown-menu .dropdown-item:focus {
    background: 0;
    color: #fff
}

.main-nav .navbar-nav>.nav-item.cta>a {
    color: #fff;
    background: #ba101d;
    border-radius: 0
}

.main-nav .navbar-nav>.nav-item.active>a {
    color: #fff
}

.main-nav .navbar-nav>.nav-item.active>a:before {
    visibility: visible;
    background-color: #ba101d;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

@media(max-width:991.98px) {
    .main-nav .navbar-nav>.nav-item.active>a {
        color: #ba101d
    }
    .main-nav .navbar-nav>.nav-item.active>a:before {
        display: none
    }
}

/*.main-nav .navbar-toggler {*/
/*    border: 0;*/
/*    color: rgba(255, 255, 255, 0.5) !important;*/
/*    cursor: pointer;*/
/*    padding-right: 0;*/
/*    text-transform: uppercase;*/
/*    font-size: 16px;*/
/*    letter-spacing: .1rem*/
/*}*/

.main-nav .navbar-toggler:focus {
    outline: none !important
}

.animation-nav {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.title-absolute {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media(max-width:575.98px) {
    .title-absolute {
        position: relative;
        top: 0;
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@media(max-width:575.98px) {
    .img-cleaner {
        display: none
    }
}

.social-media {
    display: inline-block
}

.social-media p a {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 4px;
    background: rgba(255, 255, 255, 0.1)
}

.social-media p a span {
    color: white
}

.social-media p a:hover {
    background: #ba101d
}

.social-media p a:hover span {
    color: #fff
}

.hero-wrap {
    width: 100%;
    height: 100%;
    position: inherit;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    position: relative
}

.hero-wrap .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    opacity: .4;
    background-color:#000;
} 

.hero-wrap .slider-text .slider-title {
    color: #fff;
    line-height: 1.2;
    font-family: "Poppins", Arial, sans-serif
}

.hero-wrap .slider-text .slider-title span {
    color: #ba101d
}

.hero-wrap .slider-text .subheading {
    font-size: 15px;
    color: #ba101d;
    text-transform: uppercase;
    font-family: "Poppins", Arial, sans-serif;
    font-weight: 700;
    letter-spacing: 2px
}

.hero-wrap .slider-text p {
    font-size: 18px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.7)
}

.hero-wrap .slider-text p strong {
    font-weight: 700
}

.hero-wrap .slider-text p strong a {
    color: #000
}

.hero-wrap .slider-text .breadcrumbs {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
    z-index: 99
}

.hero-wrap .slider-text .breadcrumbs span {
    color: #000
}

.hero-wrap .slider-text .breadcrumbs span i {
    font-size: 12px
}

.hero-wrap .slider-text .breadcrumbs span a:hover,
.hero-wrap .slider-text .breadcrumbs span a:focus {
    color: #ba101d
}

.hero-wrap .slider-text .breadcrumbs span a:hover i,
.hero-wrap .slider-text .breadcrumbs span a:focus i {
    color: #ba101d
}

.owl-carousel {
    position: relative
}

.owl-carousel .owl-item {
    opacity: 1
}

.owl-carousel .owl-item.active {
    opacity: 1
}

.owl-carousel .owl-dots {
    text-align: center
}

.owl-carousel .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    margin: 5px;
    border-radius: 50%;
    background: #e6e6e6;
    position: relative
}

.owl-carousel .owl-dots .owl-dot:after {
    position: absolute;
    top: -2px;
    left: -2px;
    right: 0;
    bottom: 0;
    width: 14px;
    height: 14px;
    content: "";
    border: 1px solid #4d4d4d
}

.owl-carousel .owl-dots .owl-dot:hover,
.owl-carousel .owl-dots .owl-dot:focus {
    outline: none !important
}

.owl-carousel .owl-dots .owl-dot.active {
    background: #b3b3b3
}

.owl-carousel .owl-dots .owl-dot.active:after {
    border-color: #fff
}

.owl-carousel.home-slider {
    position: relative;
    height: 683px;
    z-index: 0
}

@media(max-width:575.98px) {
    .owl-carousel.home-slider {
        height: 300px
    }
}

.owl-carousel.home-slider .slider-item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 680px;
    position: relative;
    z-index: 0;
    overflow: hidden
}

@media(max-width:575.98px) {
    .owl-carousel.home-slider .slider-item {
        height: 300px
    }
}

.owl-carousel.home-slider .slider-item .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    background: #000;
    opacity: .2;
    width: 100%;
    padding: 0;
    z-index: 0
}

.owl-carousel.home-slider .slider-item .slider-text {
    height: 800px;
    position: relative
}

@media(max-width:575.98px) {
    .owl-carousel.home-slider .slider-item .slider-text {
        height: 300px
    }
}

.owl-carousel.home-slider .slider-item .slider-text .text {
    z-index: 0;
    color: rgba(255, 255, 255, 0.9)
}

.owl-carousel.home-slider .slider-item .slider-text .slider-title {
    font-size: 40px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    line-height: 1;
    text-shadow: 0 3px 25px rgba(0, 0, 0, 0.1)
}

@media(max-width:575.98px) {
    .owl-carousel.home-slider .slider-item .slider-text .slider-title {
        font-size: 22px
    }
}

.owl-carousel.home-slider .slider-item .slider-text .slider-lead {
    font-size: 24px;
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 300;
    color: #fff;
    font-style: italic;
    display: inline-block;
    position: relative
}

@media(max-width:575.98px) {
    .owl-carousel.home-slider .slider-item .slider-text .slider-lead {
        font-size: 20px
    }
}

.owl-carousel.home-slider .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%
}

.owl-carousel.home-slider .owl-nav .owl-prev,
.owl-carousel.home-slider .owl-nav .owl-next {
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    outline: none !important;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0
}

.owl-carousel.home-slider .owl-nav .owl-prev span:before,
.owl-carousel.home-slider .owl-nav .owl-next span:before {
    font-size: 30px;
    color: rgba(255, 255, 255, 0.5);
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.owl-carousel.home-slider .owl-nav .owl-prev:hover span:before,
.owl-carousel.home-slider .owl-nav .owl-prev:focus span:before,
.owl-carousel.home-slider .owl-nav .owl-next:hover span:before,
.owl-carousel.home-slider .owl-nav .owl-next:focus span:before {
    color: #fff
}

.owl-carousel.home-slider .owl-nav .owl-prev {
    left: 0;
    margin-left: 0
}

.owl-carousel.home-slider .owl-nav .owl-next {
    right: 0;
    margin-right: 0
}

.owl-carousel.home-slider:hover .owl-nav .owl-prev,
.owl-carousel.home-slider:hover .owl-nav .owl-next {
    opacity: 1
}

.owl-carousel.home-slider:hover .owl-nav .owl-prev {
    margin-left: 50px
}

.owl-carousel.home-slider:hover .owl-nav .owl-next {
    margin-right: 50px
}

.owl-carousel.home-slider .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100px;
    width: 100%;
    text-align: center
}

@media(max-width:575.98px) {
    .owl-carousel.home-slider .owl-dots {
        bottom: 10px
    }
}

.owl-carousel.home-slider .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    margin: 5px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4)
}

.owl-carousel.home-slider .owl-dots .owl-dot.active {
    background: #fff
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.owl-carousel {
    position: relative
}

.owl-carousel .owl-item {
    opacity: .4
}

.owl-carousel .owl-item.active {
    opacity: 1
}

.owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: -10px;
    color: #ba101d !important;
    -webkit-transition: all .7s ease;
    transition: all .7s ease;
    opacity: 0
}

.owl-carousel .owl-nav .owl-prev span:before,
.owl-carousel .owl-nav .owl-next span:before {
    font-size: 30px
}

.owl-carousel .owl-nav .owl-prev {
    left: 0
}

.owl-carousel .owl-nav .owl-next {
    right: 0
}

.owl-carousel .owl-dots {
    text-align: center
}

.owl-carousel .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    margin: 5px;
    border-radius: 50%;
    background: #e6e6e6;
    position: relative
}

.owl-carousel .owl-dots .owl-dot:after {
    position: absolute;
    top: -2px;
    left: -2px;
    right: 0;
    bottom: 0;
    width: 14px;
    height: 14px;
    content: "";
    border: 1px solid #e6e6e6;
    border-radius: 50%
}

.owl-carousel .owl-dots .owl-dot.active {
    background: #b3b3b3
}

.owl-carousel:hover .owl-nav .owl-prev,
.owl-carousel:hover .owl-nav .owl-next {
    opacity: 1
}

.owl-carousel:hover .owl-nav .owl-prev {
    left: -25px
}

.owl-carousel:hover .owl-nav .owl-next {
    right: -25px
}

.owl-custom-nav {
    float: right;
    position: relative;
    z-index: 10;
    border: 1px solid red
}

.owl-custom-nav .owl-custom-prev,
.owl-custom-nav .owl-custom-next {
    padding: 10px;
    font-size: 30px;
    background: #ccc;
    line-height: 0;
    width: 60px;
    text-align: center;
    display: inline-block
}

.bg-light {
    background: #fff
}

.bg-dark {
    background: #000 !important
}

.bg-secondary {
    background: #1292ff !important
}

.bg-primary {
    background: #007bff !important
}

.btn {
    padding: 7px 10px;
    cursor: pointer;
    border-radius: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600
}

.btn:hover,
.btn:active,
.btn:focus {
    outline: 0;
    box-shadow: none
}

.btn.btn-primary {
    background: #000;
    border: 1px solid #000;
    color: #fff
}

.btn.btn-primary:hover {
    border: 1px solid #ba101d;
    background: transparent;
    color: #ba101d
}

.btn.btn-primary.btn-outline-primary {
    border: 1px solid #ba101d;
    background: transparent;
    color: #ba101d
}

.btn.btn-primary.btn-outline-primary:hover {
    border: 1px solid transparent;
    background: #ba101d;
    color: #fff
}

.btn.btn-secondary {
    background: #1292ff;
    border: 1px solid #1292ff;
    color: #fff
}

.btn.btn-secondary:hover {
    border: 1px solid #1292ff;
    background: transparent;
    color: #1292ff
}

.btn.btn-secondary.btn-outline-secondary {
    border: 1px solid #1292ff;
    background: transparent;
    color: #1292ff
}

.btn.btn-secondary.btn-outline-secondary:hover {
    border: 1px solid transparent;
    background: #1292ff;
    color: #fff
}

.btn.btn-light {
    background: #fff;
    border: 1px solid #fff;
    color: #000
}

.btn.btn-light:hover {
    border: 1px solid #fff;
    background: transparent;
    color: #fff
}

.btn.btn-light.btn-outline-light {
    border: 1px solid #fff;
    background: transparent;
    color: #fff
}

.btn.btn-light.btn-outline-light:hover {
    border: 1px solid transparent;
    background: #fff;
    color: #000
}

.btn.btn-dark {
    background: #000;
    border: 1px solid #000;
    color: #fff
}

.btn.btn-dark:hover {
    border: 1px solid #000;
    background: transparent;
    color: #000
}

.btn.btn-dark.btn-outline-dark {
    border: 1px solid #000;
    background: transparent;
    color: #000
}

.btn.btn-dark.btn-outline-dark:hover {
    border: 1px solid transparent;
    background: #000;
    color: #fff
}

.btn.btn-lg {
    font-weight: bold
}

.btn.btn-shadow-white {
    -webkit-box-shadow: 0 0 5px 5px rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 5px 5px rgba(255, 255, 255, 0.5)
}

.btn.btn-shadow-primary {
    -webkit-box-shadow: 0 0 10px 5px rgb(190 73 73 / 50%);
    box-shadow: 0 0 10px 5px rgb(190 73 73 / 50%)
}

.services {
    display: block;
/*     width: 100%; */
    position: relative;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.services .icon {
    margin-bottom: 15px
}

.services .icon-body h3 {
    font-weight: 400;
    font-size: 20px;
    color: #000;
    text-align: center
}

.services .btn-custom {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    color: #000;
    border-bottom: 2px solid #e6e6e6
}

.services .btn-custom:hover {
    color: #1292ff;
    border-color: #1292ff
}

.services-2 {
    margin: 0;
    padding: 0
}

.services-2 li {
    list-style: none
}

.services-2 li span {
    color: #1292ff;
    margin-right: 20px
}

.services-dark {
    overflow-x: hidden;
    position: relative;
    padding: 4rem 0;
    margin-top: 50px
}

.services-dark h2 {
    color: #fff;
    margin-bottom: 30px
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
}
@media(max-width:575.98px) {
    .services-dark h2 {
        font-size: 1.375rem
    }
}

.services-dark .icon {
    margin-bottom: 10px
}

.services-dark .icon-body h3 {
    font-weight: 400;
    font-size: 20px;
    color: #fff;
    text-align: center
}

@media(max-width:575.98px) {
    .services-dark .icon-body h3 {
        font-size: 16px
    }
}

.form-secton {
    background-position: center center !important;
    position: relative
}

.form-secton .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    content: "";
    opacity: 1;
    background: #ba101d
}

.form-secton .half {
    width: 100%
}

.form-secton .half h2 {
    font-weight: 600
}


@media(max-width:991.98px) {
    .quote-form {
        position: static;
        max-width: 100%;
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@media(max-width:767.98px) {
    .quote-form {
        padding: 1.25rem;
        margin: 1.875rem 1.25rem
    }
}

@media(min-width:1024px) and (max-width:1200px) {
    .quote-form {
        right: 20px
    }
}

.quote-form .title {
    color: #fff;
    font-size: 20px;
    font-family: "Poppins", Arial, sans-serif;
    text-align: center
}

@media(max-width:767.98px) {
    .quote-form .title {
        font-size: 1.5rem
    }
}

.quote-form .form-group {
    position: relative;
    width: 100%;
    display: block
}

.quote-form .form-group .icon {
    position: absolute;
    top: 50% !important;
    right: 15px;
    font-size: 16px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.quote-form .form-group .icon span {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5) !important
}

.quote-form .form-group .select-wrap,
.quote-form .form-group .input-wrap {
    position: relative
}

.quote-form .form-group .btn {
    width: 100%;
    display: block !important;
    border-radius: 0
}

.quote-form .form-control {
    background: #fff;
    color: #7b7b7b;
    font-size: 14px;
    font-weight: 500;
    border-radius: 0;
    border: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.quote-form .form-control::-webkit-input-placeholder {
    color: #7b7b7b
}

.quote-form .form-control::-moz-placeholder {
    color: #7b7b7b
}

.quote-form .form-control:-ms-input-placeholder {
    color: #7b7b7b
}

.quote-form .form-control:-moz-placeholder {
    color: #7b7b7b
}

.quote-form .form-control:focus,
.quote-form .form-control:active {
    border-color: #000
}

.quote-form textarea.form-control {
    height: inherit !important
}

.form-control {
    height: 42px;
    color: #999;
    font-size: 14px;
    border-radius: 10px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.form-control:focus,
.form-control:active {
    border-color: #ba101d
}

textarea.form-control {
    height: inherit !important
}

.animate {
    opacity: 0;
    visibility: hidden
}

.section {
    padding: 3.75rem 0;
    position: relative
}

@media(max-width:575.98px) {
    .section {
        padding: 1.875rem 0
    }
    .navbar-brand {
        margin: 0 auto
    }
}

.footer {
    overflow: hidden;
    clear: both
}

.footer .footer-widget h2 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 700
}

.footer .footer-widget .footer-contact i {
    font-size: 18px
}

.footer .footer-widget .footer-contact .icon {
    padding-top: 5px;
    width: 30px
}

.footer .footer-widget .footer-contact .icon,
.footer .footer-widget .footer-contact span {
    display: table-cell
}

.footer .footer-widget .footer-contact li a {
    white-space: nowrap
}

.footer .footer-widget .footer-form .form-control {
    color: #fff;
    background: transparent
}

.footer .footer-widget .footer-form .form-control::-webkit-input-placeholder {
    color: #b1b1b1
}

.footer .footer-widget .footer-form .form-control:-ms-input-placeholder {
    color: #b1b1b1
}

.footer .footer-widget .footer-form .form-control::-ms-input-placeholder {
    color: #b1b1b1
}

.footer .footer-widget .footer-form .form-control::placeholder {
    color: #b1b1b1
}

.footer .footer-widget .btn-primary {
    background: #fff !important;
    border: 2px solid #fff !important
}

.footer .footer-widget .btn-primary:hover {
    background: #fff;
    border: 2px solid #fff !important
}

.footer p {
    color: #fff
}

.footer a {
    color: #fff
}

.footer a:hover {
    color: #ba101d
}

.footer-social li {
    list-style: none;
    margin: 0 10px 0 0;
    display: inline-block
}

.footer-social li a {
    color: #000;
    height: 40px;
    width: 40px;
    display: block;
    float: left;
    background: #fff;
    border-radius: 50%;
    position: relative
}

.footer-social li a span {
    position: absolute;
    font-size: 20px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.footer-social li a:hover {
    color: #ba101d
}

.footer-small-nav>li {
    display: inline-block
}

.footer-small-nav>li a {
    margin: 0 10px 10px 0
}

.footer-small-nav>li a:hover,
.footer-small-nav>li a:focus {
    color: #ba101d
}

@-webkit-keyframes pulse {
    0 {
        -webkit-box-shadow: 0 0 0 0 rgba(73, 190, 76, 0.4)
    }
    70% {
        -webkit-box-shadow: 0 0 0 30px rgba(73, 190, 76, 0)
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(73, 190, 76, 0)
    }
}

@keyframes pulse {
    0 {
        -webkit-box-shadow: 0 0 0 0 rgba(73, 190, 76, 0.4);
        box-shadow: 0 0 0 0 rgba(73, 190, 76, 0.4)
    }
    70% {
        -webkit-box-shadow: 0 0 0 30px rgba(73, 190, 76, 0);
        box-shadow: 0 0 0 30px rgba(73, 190, 76, 0)
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(73, 190, 76, 0);
        box-shadow: 0 0 0 0 rgba(73, 190, 76, 0)
    }
}

.img,
.blog-img,
.user-img {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

.bg-star {
    background: url("../images/bg_star.png"), #ba101d
}

.testimony-section {
    position: relative
}

.testimony-section .owl-carousel {
    margin: 0
}

.testimony-section .owl-carousel .owl-stage-outer {
    padding: 20px 0 2rem 0;
    position: relative
}

.testimony-section .owl-nav {
    position: absolute;
    top: 100%;
    width: 100%
}

.testimony-section .owl-nav .owl-prev,
.testimony-section .owl-nav .owl-next {
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: -10px;
    outline: none !important;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0
}

.testimony-section .owl-nav .owl-prev span:before,
.testimony-section .owl-nav .owl-next span:before {
    font-size: 30px;
    color: rgba(0, 0, 0, 0.5);
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.testimony-section .owl-nav .owl-prev:hover span:before,
.testimony-section .owl-nav .owl-prev:focus span:before,
.testimony-section .owl-nav .owl-next:hover span:before,
.testimony-section .owl-nav .owl-next:focus span:before {
    color: #fff
}

.testimony-section .owl-nav .owl-prev {
    left: 50%;
    margin-left: -80px
}

.testimony-section .owl-nav .owl-next {
    right: 50%;
    margin-right: -80px
}

.testimony-section:hover .owl-nav .owl-prev,
.testimony-section:hover .owl-nav .owl-next {
    opacity: 1
}

.testimony-section:hover .owl-nav .owl-prev {
    left: 50%;
    margin-left: -80px
}

.testimony-section:hover .owl-nav .owl-next {
    right: 50%;
    margin-right: -80px
}

.testimony-section .owl-dots {
    text-align: center
}

.testimony-section .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    margin: 5px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.1)
}

.testimony-section .owl-dots .owl-dot.active {
    background: #1292ff
}

.testimony-section .owl-dots .owl-dot.active:after {
    border-color: #1292ff
}

.testimony-wrap {
    display: block;
    position: relative;
    background: white;
    padding: 0 20px;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.02);
    -webkit-box-shadow: 0 30px 33px -41px rgba(0, 0, 0, 0.24);
    box-shadow: 0 30px 33px -41px rgba(0, 0, 0, 0.24)
}

.testimony-wrap .icon {
    position: absolute;
    top: -20px;
    left: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ba101d
}

.testimony-wrap .icon span {
    color: #fff
}

.testimony-wrap .user-img {
    width: 80px;
    height: 80px;
    position: relative;
    border-radius: 50%
}

.testimony-wrap .name {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 0;
    color: #000
}

.testimony-wrap .position {
    font-size: 14px;
    color: #333
}

.image-popup {
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: .8
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0
}

.block-20 {
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 250px;
    position: relative;
    display: block
}

.block-23 ul {
    padding: 0
}

.block-23 ul li,
.block-23 ul li>a {
    display: table;
    line-height: 1.5;
    margin-bottom: 15px
}

.block-23 ul li span {
    color: rgba(255, 255, 255, 0.7)
}

.block-23 ul li .icon,
.block-23 ul li .text {
    display: table-cell;
    vertical-align: top
}

.block-23 ul li .icon {
    width: 40px;
    font-size: 18px;
    padding-top: 2px;
    color: white
}

.block-27 ul {
    padding: 0;
    margin: 0
}

.block-27 ul li {
    display: inline-block;
    margin-bottom: 4px;
    font-weight: 400
}

.block-27 ul li a,
.block-27 ul li span {
    color: gray;
    text-align: center;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    border: 1px solid #e6e6e6
}

.block-27 ul li.active a,
.block-27 ul li.active span {
    background: #ba101d;
    color: #fff;
    border: 1px solid transparent
}

.contact-wrap {
    border-radius: 10px
}

.contact-wrap h3 {
    font-size: 1.875rem
}

@media(max-width:575.98px) {
    .contact-wrap h3 {
        font-size: 1.375rem
    }
}

.info-wrap h3 {
    color: #000
}

.info-wrap .dbox {
    width: 100%;
    margin-bottom: 10px
}

.info-wrap .dbox:last-child() {
    margin-bottom: 0
}

.info-wrap .dbox p {
    margin-bottom: 0
}

.info-wrap .dbox p span {
    font-weight: 600
}

.info-wrap .dbox p a {
    color: #000
}

.info-wrap .dbox .icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1)
}

.info-wrap .dbox .icon span {
    font-size: 25px;
    color: #1292ff
}

.info-wrap .dbox .text {
    width: calc(100% - 50px)
}

.contactForm .form-control {
    border: 2px solid rgba(0, 0, 0, 0.05) !important
}

.contactForm .form-control::-webkit-input-placeholder {
    color: #999
}

.contactForm .form-control:-ms-input-placeholder {
    color: #999
}

.contactForm .form-control::-ms-input-placeholder {
    color: #999
}

.contactForm .form-control::placeholder {
    color: #999
}

.request-form .form-control {
    padding: 10px 20px;
    border-radius: 30px
}

.block-21 .blog-img {
    display: block;
    height: 80px;
    width: 80px
}

.block-21 .text {
    width: calc(100% - 100px)
}

.block-21 .text .heading {
    font-size: 16px;
    font-weight: 400
}

.block-21 .text .heading a {
    color: #000
}

.block-21 .text .heading a:hover,
.block-21 .text .heading a:active,
.block-21 .text .heading a:focus {
    color: #ba101d
}

.block-21 .text .meta>div {
    display: inline-block;
    font-size: 12px;
    margin-right: 5px
}

.block-21 .text .meta>div a {
    color: gray
}

.post-info {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    letter-spacing: .1rem
}

.post-info>div {
    display: inline-block
}

.post-info>div .seperator {
    display: inline-block;
    margin: 0 10px;
    opacity: .5
}

.tagcloud a {
    text-transform: uppercase;
    display: inline-block;
    padding: 4px 10px;
    margin-bottom: 7px;
    margin-right: 4px;
    border-radius: 4px;
    color: #000;
    border: 1px solid #ccc;
    font-size: 11px
}

.tagcloud a:hover {
    border: 1px solid #000
}

.comment-form-wrap {
    clear: both
}

.comment-list {
    padding: 0;
    margin: 0
}

.comment-list .children {
    padding: 50px 0 0 40px;
    margin: 0;
    float: left;
    width: 100%
}

.comment-list li {
    padding: 0;
    margin: 0 0 30px 0;
    float: left;
    width: 100%;
    clear: both;
    list-style: none
}

.comment-list li .vcard {
    width: 80px;
    float: left
}

.comment-list li .vcard img {
    width: 50px;
    border-radius: 50%
}

.comment-list li .comment-body {
    float: right;
    width: calc(100% - 80px)
}

.comment-list li .comment-body h3 {
    font-size: 20px
}

.comment-list li .comment-body .meta {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: .1rem;
    color: #ccc
}

.comment-list li .comment-body .reply {
    padding: 5px 10px;
    background: #e6e6e6;
    color: #000;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: .1rem;
    font-weight: 400;
    border-radius: 4px
}

.comment-list li .comment-body .reply:hover {
    color: #fff;
    background: black
}

.search-form .form-group {
    position: relative
}

.search-form .form-group input {
    padding-right: 50px;
    font-size: 14px
}

.search-form .fa {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.sidebar-box {
    margin-bottom: 40px;
    font-size: 15px;
    width: 100%;
    float: left;
    background: #fff
}

.sidebar-box *:last-child {
    margin-bottom: 0
}

.sidebar-box h3 {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 500
}

.categories li,
.sidelink li {
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dee2e6;
    list-style: none
}

.categories li:last-child,
.sidelink li:last-child {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0
}

.categories li a,
.sidelink li a {
    display: block;
    color: #1a1a1a
}

.categories li a span,
.sidelink li a span {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #ccc;
    font-size: 12px
}

.categories li a:hover,
.categories li a:focus,
.sidelink li a:hover,
.sidelink li a:focus {
    outline: 0;
    color: #ba101d
}

.categories li.active a,
.sidelink li.active a {
    color: #ba101d
}

.categories li.active a span,
.sidelink li.active a span {
    color: #ba101d
}

.faq .accordion .card .card-header .fa {
    transition: .3s transform ease-in-out
}

.faq .accordion .card .card-header .collapsed .fa {
    transform: rotate(180deg)
}

.match-captcha {
    color: #000;
    background: #fff;
    display: flex;
    height: 42px;
    align-items: center;
    padding: 8px 10px
}

.match-captcha label {
    width: 90%;
    margin-top: 7px
}

.match-captcha input {
    width: 30%;
    border: 1px solid #ba101d;
    height: 100%;
    color: #ba101d;
    padding: 0 5px
}

.match-captcha input:focus {
    outline: 0
}

button:disabled,
input[type="submit"]:disabled {
    pointer-events: none
}

iframe {
    float: left
}

.si {
    border-radius: 40px;
    border: double;
    border-color: #d7232b
}

.backk {
    background-image: url("/images/spray.png");
    padding: 60px;
    background-size: cover
}

.local {
    box-shadow: -3px -3px 0 5px #ba101d;
    padding: 30px;
    height: 100%
}

.locl {
    box-shadow: -3px -3px 0 5px #000;
    padding: 30px;
    height: 100%
}

.under {
    padding: 41px;
    background: linear-gradient(98.3deg, #000 10.6%, #f00 97.7%);
    margin-top: 80px
}

.serv {
    box-shadow: -3px -3px 0 5px #ba101d;
    padding: 30px;
    height: 100%
}

.ser {
    box-shadow: -3px -3px 0 5px #000;
    padding: 30px;
    height: 100%
}

img.service-icon {
    max-width: 200px;
    margin-left: -300px
}

.site-logo {
    padding: 30px;
    text-align: center
}

.callbx {
    display: flex;
    align-items: center;
    margin-left: 20px;
    background-color: #e60024;
    padding: 14px 20px;
    border-radius: 44px
}

.callbx img {
    vertical-align: middle;
    border-style: none
}

/* .item-icon {
    position: relative;
    text-align: center;
    height: 38px;
    width: 100%;
    max-width: 38px;
    line-height: 38px;
    background-color: #fff;
    border-radius: 50%;
    margin-right: 20px;
    animation: pulse2 infinite 2s;
    display: flex;
    align-items: center;
    font-size: 24px;
    color: #e60024
}
 */
.item-icon i {
    width: 38px
}

.item-icon:after {
    content: "";
    height: 58px;
    width: 58px;
    border: 2px solid #fff;
    border-radius: 50%;
    position: absolute;
    top: -10px;
    left: -10px;
    animation: pulse2 infinite 2s
}

/* .item-icon {
    position: relative;
    text-align: center;
    height: 38px;
    width: 100%;
    max-width: 38px;
    line-height: 38px;
    background-color: #fff;
    border-radius: 50%;
    margin-right: 20px;
    animation: pulse2 infinite 2s;
    display: flex;
    align-items: center;
    font-size: 24px;
    color: #e60024
} */

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.group:after,
.group:before {
    content: " ";
    display: table
}

.call-now {
    display: flex;
    align-items: center;
    gap: 10px
}

.get-free {
    background: transparent;
    color: #fff;
    font-size: 32px;
    font-weight: 900;
    padding: 0;
    line-height: 42px
}

.get-free span {
    font-weight: 400;
    font-size: 14px;
    display: block;
    line-height: 12px
}

.ggle-revw {
    padding-left: 402px
}

.footer a:hover {
    color: #000
}

section.sect_n_clr {
    background-color: #fff;
    padding: 30px
}

.iner_abt_h2 {
    font-size: 30px !important;
    color: #c12026 !important;
    margin-bottom: 20px !important;
    font-weight: 600
}

.iner_abt p {
    text-align: justify
}

section.sect_back_clr {
    background-color: #a7c938;
    padding: 30px;
    color: #000
}

h2.iner_abt_3 {
    text-align: center;
    color: #fff;
    font-size: 30px !important;
    margin-bottom: 20px !important;
    font-weight: 600
}

.iner_ntn p {
    text-align: justify
}

.with_blue {
    background: #ba101d;
    color: #fff;
    height: 284px;
    width: 100%
}

.box_set01 {
    padding-top: 15px;
    text-align: center
}

img.windsor_img_1 {
    width: 16%;
    display: block;
    margin: auto
}

img.windsor_img {
    width: 16%;
    display: block;
    margin: auto
}

.with_white {
    background: #fff;
    color: #000;
    height: 284px;
    width: 100%
}

.box_set02 {
    padding-top: 15px;
    text-align: center
}

ul.lis-deco {
    padding: 0;
    margin: 0;
    list-style: none
}

.lis-deco li {
    padding-left: 30px;
    text-align: justify
}

.lis-deco li:before {
    content: "\f188";
    font-family: fontawesome;
    font-size: 20px;
    margin: 0 5px 0 -24px;
    color: #ba101d;
    transition: .3s
}

.abt_img_1 {
    width: 100%;
    box-shadow: .5rem .5rem #106bb2, -0.5rem -0.5rem #c12026
}

.abt_img_2 {
    width: 100%;
    box-shadow: .5rem .5rem #fff, -0.5rem -0.5rem #c12026
}

.services .mb-2 {
    padding: 15px;
    background-color: #fff;
    box-shadow: 2px 2px 5px;
    margin-bottom: 3rem !important;
    height: 40%
}

.iner_ntn_res {
    padding: 15px;
    background-color: #fff;
    box-shadow: 2px 2px 5px;
    color: #000
}

h2.abt_commer {
    font-size: 30px !important;
    color: #fff !important;
    margin-bottom: 20px !important;
    font-weight: 600
}

.iner_abt_select_y {
    background: #ec1f27;
    padding: 15px;
    border-radius: 8px;
    box-shadow: rgb(0 0 0 / 15%) 1.95px 1.95px 2.6px;
    margin-bottom: 30px;
    color: #fff;
    height: 94%
}

.iner_abt_select_y h3 {
    color: #000;
    font-size: 24px;
    font-weight: 600
}

.iner_abt_select_g {
    background: #ec1f27;
    padding: 15px;
    border-radius: 8px;
    box-shadow: rgb(0 0 0 / 15%) 1.95px 1.95px 2.6px;
    margin-bottom: 30px;
    color: #fff;
    height: 94%
}

.iner_abt_select_g h3 {
    color: #000;
    font-size: 24px;
    font-weight: 600
}

h2.blog_h2 {
    color: #a7c938;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    margin-top: 18px
}

h3.blog_h3 {
    font-size: 20px;
    color: #000
}

img.blac_image {
    max-width: 100%;
    height: auto;
    width: 50%;
    padding-top: 10px;
    padding-bottom: 10px
}

.breadcrumbs_1 {
    background-color: #5f1c57 !important;
    padding: 30px;
    text-align: center;
    margin-top: -17px !important;
    color: #fff
}

.sect_n_clr p {
    text-align: justify
}

.inner_ul_blog1 {
    list-style: none;
    margin-left: -40px;
    margin-bottom: -20px
}

@media(max-width:991.98px) {
    .home_par p {
        text-align: justify
    }
    .call-now {
        display: none
    }
    .psce_box {
        margin-right: 90px;
        margin-left: 30px
    }
    .mb_marg {
        margin-top: 360px !important
    }
    .mb_btm_space {
        margin-bottom: 38px
    }
    .locl {
        height: auto;
        margin-bottom: 30px
    }
    .local {
        height: auto;
        margin-bottom: 30px
    }
    .upspac_row {
        margin-top: 0rem !important
    }
    .red_mob {
        margin-left: 16px;
        margin-right: 16px
    }
    .red_pu_1 {
        margin-top: 50px
    }
    .card-body p {
        text-align: justify
    }
    .prc_up {
        margin-top: 40px !important
    }
    .prc_up_row {
        margin-top: 0rem !important
    }
    .ew_up {
        margin-top: 220px
    }
    .avoid_up {
        margin-top: 150px
    }
    .mb_design {
        display: block
    }
    .dis_des {
        display: none !important
    }
}
.mb_design {
    display: none
}
[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover {
    color: #fff;
    background-color: #ba101d;
    text-decoration: none;
}

    .blog1{
        background-color: #ffffff;
        box-shadow: 0px 5px 28px 0px rgb(132 132 132 / 61%);
        -webkit-box-shadow: 0px 5px 28px 0px rgb(132 132 132 / 61%);
        padding: 45px 40px 30px;
        text-align: left;
        width: 90.55%;
        margin: 0 auto 40px;
        position: relative;
    }
    
    .inner_h2{
        color: #ba101d;
		font-size: 27px;
    }
.breadcrumbs_1 h1 {
    font-size: 29px;
}
.breadcrumbs_1 {
    margin-top: -17px !important;
}

.breadcrumbs a {
    color: #ba101d;
}
   .btn10 {
    padding: 10px;
    border: 1px solid #ba101d;
    color: #ba101d;
    text-decoration: none !important;
}
    
    .inner_ul{
        list-style: none;
        margin-left: -40px;
    }
    .inner_p{
        margin-top: -20px;
    }
    .inner_h3{
        margin-top: -35px;
    }
    .inner_img{
        display: block;
        margin: auto;
        padding-bottom: 20px;
    }

.blog1 {
    display: flex;
}
p a:hover{text-decoration:none;}
.hero-wrap .slider-item {background-position: center;background-size: cover;padding: 30px 0px 80px 0px;}
.hero-wrap .slider-item p a{text-decoration:none;}
.page-content .hero-wrap {height: auto;}
.services .icon-body {padding-top: 8px;}
.new_rowfor_1 {margin-right: 10px;}
.sect_n_clr .point_select .about-box{justify-content:space-around;}
.point_select .iner_abt_select_g h3 {font-size: 20px;}
.sect_n_clr .iner_abt_h2 {font-size: 29px !important;}
.location_box .phone_box {
    background-color: #ba101d;
    padding: 20px 14px;
    position: absolute;
    border-radius: 19px;
    box-shadow: 3px 4px 7px #a1a1a1;
    bottom: -20px;
    left: 10%;
    min-width: 18%;
}
.location_box .email-box {
    left: 32%;
}
.location_box .call_box {
    left: 68%;
}
.location_box {
    display: flex;
    justify-content: space-evenly;
    margin-top: 35%;
    position: absolute;
    position: relative;
    /* z-index: 11111111111111; */
}
.map_section {
    position: relative;
}
.sect_n_clr .iner_abt_box {
    box-shadow: -3px -3px 0 5px #ba101d;
    padding: 15px 20px;
}
.inner_ul_blog1 {
    padding-left: 2.5rem;
}
.inner_h3_1 {
    font-size: 29px;
}
.inner_ul_blog1 li , .inner_ul li {
    margin-bottom: 37px;
}
.footer-section {
	color:#000 !important;
}
.footer-widget h2 span {
    color: #ba101d;
}
.footer-section .footer-widget h2 {
    color: #601b5a !important;
}
.footer-section p , .footer-section a {
    color: #000 !important;
}
.footer ul.nav.flex-column img , .new_rowfor_1 a img {
    filter: brightness(10%);
}
.home_par h2, .home_par h3 {
    font-size: 25px;
    font-weight: 600;
}
.home_par .pop_box_banner {
    z-index: 1;
        background-image: linear-gradient(to right, #9fc5ca , #1a99d6);
    color: #fff;
    position: relative;
    border-radius: 5px;
    margin: 0 auto;
    width: 70%;
    padding: 20px;
    margin-top: -98px;
}
.quote_box {
    width: 100%;
    border-left: 5px solid #ba101d;
    padding-left: 35px;
    font-size: 16px;
    padding: 15px 35px 20px 35px;
    margin: 15px 0px 20px 0px;
	box-shadow: 0px 0px 5px gray;
}
.home_par .banner-top-text {font-size: 20px;line-height: 32px;}
.hero-wrap .slider-text .slider-title {font-size: 32px;font-weight: 600;}
.title_text_heading{    font-size: 24px;font-weight: 600;}
.title_text_heading_h3{font-size:21px;font-weight:600;}
.our_title{font-size:27px;}
.details-table-text p{margin-bottom: 6px;line-height: 30px;}
.details-table {background-color: #efefef;padding: 80px 0px 40px 0px;}
.details-table table tbody>tr:nth-child(odd)>td, .details-table table tbody>tr:nth-child(odd)>th {background-color: #fff;}
.professional-section {
/* 	background-image: url(https://samedaypestcontrolfairfield.com.au/images/alpha_pest_control.webp); */
	background-image: linear-gradient(to right, #759296 , #1a99d6);
	background-repeat: no-repeat;background-size: cover;}
.professional-section a{text-decoration: none;}
.cleaning-box h3 , .water-contain-box h3{font-weight: 600;color: #050506;font-size:15px;}
.details-table .table tr th {font-size: 16px;text-align: center;padding:10px;}
.winning_services_section .click_here_review_heading a {color: #000;text-decoration: none;}
.winning_services_section .click_here_review_heading a:hover {color: #000;text-decoration: none;}
.winning_services_section .awards-img {display: flex;justify-content: space-around;padding: 0px 160px;margin-bottom: 20px;}
.winning_services_section .into_text{position:relative;}
.winning_services_section .into_text:before{content: "";display: inline-block;position: absolute;height: 40px;width: 40px;background: url(/wp-content/uploads/2023/05/starsleft.png) no-repeat center;background-size: cover;top: 0;left:29%;}
.winning_services_section .into_text:after{content: "";display: inline-block;position: absolute;height: 40px;width: 40px;background: url(/wp-content/uploads/2023/05/starsright.png) no-repeat center;background-size: cover;top: 0;right:29%;}
.header_googleReviews {
    display: block;
    position: absolute;
    top: -40%;
    right: -5%;
    width: 22%;
    height: 350px;
    overflow: auto;
    background: #efefef;
    padding: 10px;
    z-index: 1;
}.header_googleReviews .rplg-row-left img{width: 22px;height: 22px;}
.header_googleReviews .rplg-row-left p{font-size: 12.5px;font-weight: 600;padding: 2px 0px 0px 7px;}
.header_googleReviews .rplg-row{justify-content: space-between;}
.header_googleReviews .rplg-row-right img{width:14px;height:14px;}
.header_googleReviews .rplg-box-content p {font-size: 12px;}
.header_googleReviews .rplg-reviews ul li {background-color: #fafafa;padding: 10px;margin-bottom:10px;}
.carpet_section {background-color: #f5f5f5;}
.benefits-section {background-color: #f5f5f5;padding: 40px 0px 10px 0px;}
.company_details_section .company-widget h3 {margin-bottom: 20px;font-size: 18px;font-weight: 500;letter-spacing: 1px;}
.company-widget ul.nav.flex-column img {filter: brightness(10%);height: -webkit-fill-available;}
.company-widget ul li a:hover ,.company-widget ul li a {text-decoration:none;word-break: break-all;}
.company_details_section .head-text {letter-spacing: 1px;}
.cleaning_area_section h2{font-size: 30px;line-height: 1.1;margin-bottom: 10px;}
.cleaning_area_section ul li img{width:20px;}
.cleaning_area_section ul li {font-size: 16px;font-weight: 500;line-height: 32px;position: relative;padding-left: 20px;display: flex;}
.carpet_section {
    padding: 25px 0px 50px 0px;
}
.carpet_section h2 {
    font-size: 2rem;
    text-align: center;
    padding-bottom: 20px;
}
.faq .accordion .card button:focus, .faq .accordion .card button:hover{background-color:transparent;color:#000;box-shadow: 0 0 0 0.2rem rgb(247 247 247);}
.faq .accordion .card .btn:first-child:active{    border-color: #f7f7f7;}
.cleaning_area_section ul li:before {content: "\f087";font-family: fontawesome;font-size: 20px;margin: 0 12px 0 -24px;color: #106bb2;transition: 0.3s;}
.nav-wrap .mx-auto .sticky_li{display:none;}
.accordion {
  border: 1px solid #ccc;
}

.accordion-item {
  border-top: 1px solid #ccc;
}

.accordion-header {
    background-color: #f5f5f5;
    padding: 10px 20px;
    cursor: pointer;
    position: relative;
    color: #333;
    font-weight: 400;
}
.accordion-icon {position: absolute;top: 50%;right: 10px;transform: translateY(-50%);}
.accordion-content {padding: 10px;display: none;}
.nav-wrap .ml-auto .sticky_li {display: block;background-color: #4a8ead;padding: 0px 20px;border-radius: 8px;font-weight: bold;}
.nav-wrap .ml-auto .sticky_li a , .nav-wrap .ml-auto .sticky_li a:hover{font-size: 19px;letter-spacing: 1px;text-decoration:none;}
.pop_box_banner p {font-size: 14px;margin-bottom: 0px;}

    .services-dark {background: url(/wp-content/uploads/project-img.webp) no-repeat fixed !important;
		background-size: cover !important;}
.services-dark:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background-size: cover;
    top: 0;
    left: 0;
    background: linear-gradient(rgba(244,84,78,.98),rgba(10,38,122,.65));
}
.same_day_section{background: #f5f5f5b0;padding: 30px 0;margin: 0;}
.same_day_section p , .same_day_section_1 p , .same_day_section_2 p{font-size:18px;text-align:justify;}
.same_day_section_1{padding:30px 0px;}
.same_day_section_2 {padding: 30px 0px;}
.removal_section p {text-align: justify;font-size: 16px;line-height: 25px;}
.contain-text h2 {font-size: 22px;font-weight: 600;text-align: initial;margin-bottom: 11px;}
.removal_section {padding: 50px 0px;}
.header_googleReviews .rplg-row-left img {
    border-radius: 50%;
}
.professional-section h3 {
    font-size: 32px;
}

.blog1 {
    display: flex;
    margin-top: 40px;
}
@media (max-width: 600px) {
  .location_box .phone_box {position: static;margin-bottom: 20px;}
  .location_box {display: block;margin-top: 125%;}
  .nav-wrap .ml-auto .sticky_li {display: none;}
  .hero-wrap .slider-text .slider-title {font-size: 25px;}
  .home_par .pop_box_banner {margin-top: -40px;}
  .home_par h3 {font-size: 24px !important;}
  .pop_box_banner h6 {font-size: 16px;}
  .hero-wrap .overlay {background: transparent;}
  .home_par .head_top_text {font-size: 29px;margin-bottom: 10px !important;}
  .home_par .banner-top-text {font-size: 21px !important;}
  .professional-section h3 {padding-top: 25px;}
   .home_par h2 {font-size: 24px !important;line-height: 31px;}
  .pop_box_banner h6 br {display: none;}
  .psce_box {margin: 0 auto !important;}
  .home_par .pop_box_banner {width: 100%;}
  .header_googleReviews {position: static;width: 100%;}
  .home_par h2, .home_par h3 {font-size: 17px;}
  .winning_services_section .into_text:after {top: 0px;right: 4%;}
  .winning_services_section .into_text:before {top: 0px;left: 4%;}
  .services-dark {padding: 4rem 0 1rem 0;}
  .cleaning_area_section h2 {font-size: 24px;font-weight: 600;line-height: 31px;}
  .details-table-text h2 {font-weight: 600;}
  .winning_services_section .awards-img {text-align: center;padding: 0px;display: block;}
  .carpet_section p {text-align: center !important;font-weight: 500;}
  .carpet_section h2 {font-size: 24px;}
  .avoid_up {margin-top: 25px !important;}
  .benefits-section .title_text_heading {font-size: 23px;padding-top: 25px;}
  .benefits-section p , .electro-section p {text-align:justify;}
  .electro-section .title_text_heading{font-size:20px;}
  .electro-section .title_text_heading_h3 {font-size: 17px;}
  .services_text {font-size: 25px;letter-spacing: 1px;font-weight: 600;}
  .red {padding: 41px 20px !important;}
  .red .sub_services_text {font-size: 22px;}
  .red ul li {font-size: 14px;margin: 10px 0px;}
  .choose_us_section .mb_marg {margin-top: 412px !important;font-size: 26px;font-weight: 600;}
  .under {padding: 41px 20px !important;margin-top: 0px !important;}
  .details-table-text h2{font-size:24px;margin-top: 15px;}
  .details-table-text p {text-align: justify;}
  .company_details_section h2 {font-size: 27px;}
  .company_details_section .company-widget h3 {margin-top: 20px;}
  .footer-section {clip-path:none !important;padding: 5px 0px 0px 0px !important;}
  .footer-section .new_a_flex {margin-bottom: 20px;}
  .details-table {padding: 40px 0px;}
  .main-nav button:focus, .main-nav button:hover {color: #fff;background-color: transparent; margin-right: 10px;padding-right: 0px;}
	.main-nav .navbar-collapse ul li{text-align: center;}
	.main-nav .navbar-collapse ul li:hover{    background-color: #007bff;color:#fff;}
	section.sect_n_clr {background-color: #fff;padding: 15px;}
	.sect_n_clr p {margin-top: 20px;}
	.blog1 {display: block !important;}
	.blog1 {padding: 45px 15px 30px;width: 100%;}
	.main-blog {overflow: hidden;}
	.navbar-brand {margin: 0 auto !important;}
	.navbar-brand {margin: 0 auto !important;}
	.pop_box_banner p {text-align:center;}
	.home_par .cleaning_service {text-align: center;}
	.cleaning_tips_section .card {height: auto !important;margin-bottom:20px !important;}
	.benefits_section .serviceBox {height: auto !important;}
	.factors_list .mattress1 {padding: 0px !important;}
	.home_par .title_text_heading {font-size: 21px !important;padding-top: 12px;padding-left: 21px;}
	.carpet_section ul li {text-align: justify !important;padding-bottom: 10px;}
	.benefits-section1 ul li {text-align: justify;padding: 0px 10px 0px 6px;}
	.benefits_section p {text-align: justify !important;}
	.red ul li {text-align: justify;}
	.same_day .contain-text h2 {font-size: 20px;}
	.service_content_box p {text-align: justify;padding: 0px 20px;}
	.faq .container_main h2 {font-size: 23px;}
	.company_details_section .google {padding: 10px 10px 10px 15px;}
	.accordion-header {padding: 10px 0px 10px 10px;}
	.services_section h2 {line-height: 30px;font-size: 23px;}
	.benefits_cleaning_section {padding: 0px 0px 1px 0px !important;}
	.same_day .contain-text li {padding-bottom: 10px;}
	.winning_services_section .click_here_review_heading a {font-size: 18px;}
	.cleaning_tips_section h2 {font-size: 18px !important;}
	.cleaning_tips_section p {text-align:justify !important;}
	.benefits-section1 {padding-top: 12px !important;}
	.site-main {padding-right: 0px !important;padding-left: 0px !important;}
	.home_par .cleaning_service p {text-align: center !important;}
	.professional_tech {text-align: center !important;}
	.winning_services_section .into_text {font-size: 20px !important;margin-bottom: 5px !important;}
	.Servicesb {height: auto !important;margin-bottom: 17px;}
	.contain-text ul li {padding-bottom: 10px;padding-right: 15px;text-align: justify;}
	.factors_list ul li {text-align: initial !important;}
	.professional_tech {text-transform: capitalize;font-size: 22px !important;}
	.contact-wrap {margin-top: 17px !important;text-align: justify !important;}
	
}
 
// Image Comparison Slider

$brand-blue-core: #0091df;
$brand-blue-mid: #00617f;

$base-light: #fff;
$base-dark: #000;
$base-pale: #f2f2f2;

body {
  font-family: 'Helvetica', sans-serif;
}
.ratings{
	display: flex;
    gap: 10px;
    align-items: center;
}
.google{
	box-shadow: 0px 0px 5px gray;
    padding: 2%;
    margin-bottom: 2%;
    border-radius: 7px;
}
.import-list-style3 li {
    margin: 5px 20px;
    font-size: 16px;
    font-size: 18px;
    list-style-image: url(/wp-content/uploads/2023/06/right-1-3.png);
    font-weight: normal;
    color: #000;
    margin-bottom: 15px;
	padding-left:0rem ;
}
.import-list-style3{
		padding-left:0rem ;
}
.sitemap-list-style {
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(300px,1fr));
    grid-column-gap: 10px;
    padding: 0;
    list-style-type: none;
    margin: 0;
}
.sitemap-list-style li {
    position: relative;
    margin-bottom: 15px;
    font-size: 16px;
   padding-left: 8%;
    padding-top: 1%;
}
.sitemap-list-style li:before {
    position: absolute;
    content: "";
    left: 0;
    top: 4px;
    background-image: url(/wp-content/uploads/2023/06/right-1-3.png);
    background-repeat: no-repeat;
   width: 20px;
    height: 20px;
}
.rod2box{
background-color: #fff;
    height: 97%;
    text-align: center;
	box-shadow:0px 0px 5px gray;
	transition:all 0.3;
	overflow:hidden;
}
.rod2box img{
	transition:all 0.3s;
}
.spring3box1 {
    display: flex;
    background-color: #4a8ead;
    align-items: center;
    padding: 1%;
    margin-bottom: 2%;
    gap: 5px;
    border-radius: 60px;
}

.rod2box:hover img {
	transform:scale(1.1);
}
.Servicesb{
	border: 2px solid #4a8ead;
    box-shadow: 6px 6px 5px #4a8ead;
    margin-bottom:20px;
	height:96%;
	background-color: #000;
}
.Servicesb h3{
	color:#fff !important;
}
.location_box .phone_box {
    background-color: #ba101d;
    padding: 20px 14px;
    position: absolute;
    border-radius: 19px;
    box-shadow: 3px 4px 7px #a1a1a1;
    left: 7%;
    bottom: -11px;
    min-width: 23%;
}
.location_box .email-box {
    left: 32.5%;
}
.contact-wrap{margin-top:65px;}
.location_box .call_box {
    left: 75%;
}
.location_box {
    display: flex;
    justify-content: space-evenly;
    margin-top: 6%;
    position: relative;
}
.map_section {
    position: relative;
}
.sect_n_clr .iner_abt_box {
    box-shadow: -3px -3px 0 5px #ba101d;
    padding: 15px 20px;
}
.inner_ul_blog1 {
    padding-left: 2.5rem;
}
.inner_h3_1 {
    font-size: 29px;
}
.inner_ul_blog1 li , .inner_ul li {
    margin-bottom: 37px;
}
.blog_box_part {padding: 20px;background-color: #f9f9f9;margin-top: 50px;}
.home_par h2{font-weight:600;}
.blog_box_part .inner_h3_1 , .blog_box_part h2, .blog_box_part h3 {font-size: 19px;font-weight: 600;}
.blog_box_part .p_text_1 {
    font-weight: 400;
    font-size: 15px;
}
.services_section {background-color: #f7f7f7;padding: 20px 0px 50px 0px;}
.location_box .phone_box {
    background-color: #4a8ead !important;
}
.quote-form{
	background-color: #4a8ead !important;
}
.main-nav .navbar-nav>.current-menu-item>a:before {
    background-color: #4a8ead !important;
}
.main-nav .navbar-nav>.nav-item.current-menu-item>a {
    color: #fff !important;
}
.main-nav .navbar-nav>.nav-item.current-menu-item>a:before {
    visibility: visible !important;
    background-color: #4a8ead !important;
    transform: scaleX(1);
}
.callbx {
     background-color: #4a8ead !important;
}
.item-icon {
    color: #4a8ead !important;
}

section.red ul li {
    padding-bottom: 15px;
}

.cleaning_tips_section .card img {
    width: 75px;
    text-align: center;
    margin: 0 auto;
    padding-top: 20px;
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
}
.cleaning_tips_section .card-body h4 {
    font-size: 18px;
    text-align: center;
    line-height: 26px;
}
.cleaning_tips_section .card-body .card-text {
    font-size: 15px;
    text-align: center;
    padding: 0px 0px;
}
.cleaning_tips_section .col-lg-6 .card {
    height: 300px !important;
    box-shadow: 2px 3px 7px #d1d1d1;
}
.box-itm strong {
    font-size: 19px;
    font-weight: 500;
}
.benefits_section .serviceBox {
    height: 335px;
}
.benefits_section .serviceBox4 {
    text-align: center;
    padding: 35px 28px 25px;
    position: relative;
    margin-bottom: 30px;
    z-index: -1 !important;
}
.benefits_section .serviceBox4 .title {
    font-size: 23px;
}
.benefits_section .serviceBox4 .description {
    font-size: 14px;
    text-align: justify;
}
.benefits_section .serviceBox4:before, .benefits_section .serviceBox4:after {
    content: "";
    border-radius: 25px;
    border: 10px solid #4a8ead;
    clip-path: polygon(65% 0, 100% 0, 100% 35%, 35% 100%, 0 100%, 0 65%);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
.benefits_section .serviceBox4:after {
    border-width: 3px;
    clip-path: polygon(0 0, 60% 0, 55% 5%, 96% 44%, 100% 40%, 100% 100%, 40% 100%, 43% 95%, 5% 55%, 0 60%);
    top: 3px;
    bottom: 3px;
    right: 3px;
    left: 3px;
}
.contact-wrap {
    margin-top: 65px;
    text-align: center;
}
.location_box a{
	text-decoration:none;
}
.factors_list ul li {
    padding-bottom: 10px;
	text-align:justify;
}
.factors_list ul li:last-child {
    padding-bottom: 0px;
}

.services-dark:before {
	    background: linear-gradient(rgb(65 86 89),rgba(10,38,122,.65)) !important;
}
.card-inner {
    padding: 30px;
	text-align: center;
    height: 100%;
    border: 3px solid #44839f;
    border-radius: 11px;
}
.blog_page{
	position: relative;
    height: 50vh;
    z-index: 1;
    padding: 0 20px;
    color: #000;
}
.display-table {
    display: table;
    height: 100%;
    width: 100%;
}
.display-table-cell {
    display: table-cell;
    vertical-align: middle;
}
@media only screen and (max-width: 768px) {
    /*.mobile_header_removal{*/
    /*    display:none;*/
    /*}*/
.location_box .phone_box {
    position: static !important;
    margin-bottom: 20px;
    text-align: center;
}
	.location_box {
    display: block !important;
    width: 100%;
}
	.location_box a {
    text-decoration: none;
    word-break: break-all;
}
}
.breadcrumbs_1 h1 {
    font-size: 29px;
    text-transform: capitalize;
}
p.breadcrumbs.mb-2 {
    text-transform: capitalize;
}
.quick_links ul{
    list-style: none;
    padding: 0;
}
.error_page_img{
	width:28%;
}
.cleaning_tips_section .card {
    height: 420px;
    border-radius: 25px 0px 25px 0px;
    box-shadow: 2px 3px 7px #d1d1d1;
}
.benefits-section1 ul li {
    line-height: 28px;
}
.benefits-section1 {
    padding: 50px 0px 0px 0px;
}
.benefits_cleaning_section {background-color: rgb(245 245 245 / 60%);margin-bottom: 40px;padding: 50px 0px 1px 0px;}
.mattress tr th {padding: 20px 13px !important;}
.mattress1 table td, .mattress1 table th {padding: 20px 23px;}
.factors_list .mattress1 {padding: 0px 90px;}
.winning_services_section {position: relative;}
.benefits_cleaning_section img{border-radius:50px 0px 50px 0px;}
.same_day img , .benefits-section1 img  {border-radius: 0px 50px 0px 50px;}
.professional_tech{
	font-size:26px;
	font-weight:600;
}
.click_here_review_heading a {
    font-weight: bold;
}
input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
    width: 100%;
    border: 1px solid #666;
    border-radius: 3px;
    padding: 0.5rem 1rem;
    transition: all .3s;
}
.menu-main-menu-container ul, .contact-list{
	list-style: none;
	padding-left: 0;
} 
a{text-decoration: none;}

/* Second CSS */

body {
    font-family: "Poppins", Arial, sans-serif !important;
    background: #fff;
    line-height: 1.8;
    font-weight: 400;
    color: #000 !important;
}

body.menu-show {
    overflow: hidden;
    position: fixed;
    height: 100%;
    width: 100%
}

a {
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
    color: #ba101d
}

a:hover,
a:focus {
    text-decoration: none;
    color: #ba101d;
    outline: none !important
}

h1,
h2 {
    font-size: 35px;
    font-weight: 800
}

@media(max-width:575.98px) {
    h1,
    h2 {
        font-size: 1.375rem
    }
}

h3 {
    font-size: 24px;
    font-weight: 700
}

@media(max-width:575.98px) {
    h3 {
        font-size: 18px
    }
}

.font-weight-medium {
    font-weight: 500
}

.wrap .top-wrap {
    font-size: 12px
}

.wrap .top-wrap .icon {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid #ba101d
}

.wrap .top-wrap .icon span {
    color: #ba101d
}

.wrap .top-wrap .text {
    padding-left: 15px;
    width: calc(100% - 30px)
}

.wrap .top-wrap .text span {
    display: block
}

.wrap .top-wrap .text span:first-child() {
    text-transform: uppercase
}

.iconn {
    background: #ba101d;
    border-radius: 50%;
    padding: 50px
}

.icnn {
    background: black;
    border-radius: 50%;
    padding: 50px
}

.wrap .top-wrap .text span:last-child() {
    color: rgba(255, 255, 255, 0.8)
}

.main-nav {
    background: #000;
    z-index: 3;
    padding: 0
}

@media(max-width:991.98px) {
    .main-nav {
        background: #000;
        padding: 10px 15px
    }
}

@media(max-width:1199.98px) {
    .main-nav .navbar-nav {
        text-align: right
    }
}

.main-nav .navbar-nav>.nav-item>.nav-link {
    font-size: 14px;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 23px;
    padding-right: 23px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    opacity: 1 !important
}

.main-nav .navbar-nav>.nav-item>.nav-link:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background-color: #ba101d;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all .2s ease-in-out 0;
    transition: all .2s ease-in-out 0;
    z-index: -1
}

.main-nav .navbar-nav>.nav-item>.nav-link:hover {
    color: #fff
}

.main-nav .navbar-nav>.nav-item>.nav-link:hover:before {
    visibility: visible;
    background-color: #ba101d;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

@media(max-width:991.98px) {
    .main-nav .navbar-nav>.nav-item>.nav-link {
        padding-left: 0;
        padding-right: 0;
        padding-top: .9rem;
        padding-bottom: .9rem;
        color: #fff
    }
    .main-nav .navbar-nav>.nav-item>.nav-link:hover {
        color: #ba101d
    }
    .main-nav .navbar-nav>.nav-item>.nav-link:hover:before {
        display: none
    }
}

.main-nav .navbar-nav>.nav-item .dropdown-menu {
    border: 0;
    background: #fff;
    -webkit-box-shadow: 0 10px 34px -20px rgba(0, 0, 0, 0.41);
    box-shadow: 0 10px 34px -20px rgba(0, 0, 0, 0.41);
    border-radius: 4px
}

.main-nav .navbar-nav>.nav-item .dropdown-menu .dropdown-item {
    font-size: 12px;
    color: #000
}

.main-nav .navbar-nav>.nav-item .dropdown-menu .dropdown-item:hover,
.main-nav .navbar-nav>.nav-item .dropdown-menu .dropdown-item:focus {
    background: 0;
    color: #fff
}

.main-nav .navbar-nav>.nav-item.cta>a {
    color: #fff;
    background: #ba101d;
    border-radius: 0
}

.main-nav .navbar-nav>.nav-item.active>a {
    color: #fff
}

.main-nav .navbar-nav>.nav-item.active>a:before {
    visibility: visible;
    background-color: #ba101d;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

@media(max-width:991.98px) {
    .main-nav .navbar-nav>.nav-item.active>a {
        color: #ba101d
    }
    .main-nav .navbar-nav>.nav-item.active>a:before {
        display: none
    }
}

.main-nav .navbar-toggler {
    border: 0;
    color: rgba(255, 255, 255, 0.5) !important;
    cursor: pointer;
    padding-right: 10px;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: .1rem
}

.main-nav .navbar-toggler:focus {
    outline: none !important
}

.animation-nav {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.title-absolute {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media(max-width:575.98px) {
    .title-absolute {
        position: relative;
        top: 0;
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@media(max-width:575.98px) {
    .img-cleaner {
        display: none
    }
}

.social-media {
    display: inline-block
}

.social-media p a {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 4px;
    background: rgba(255, 255, 255, 0.1)
}

.social-media p a span {
    color: white
}

.social-media p a:hover {
    background: #ba101d
}

.social-media p a:hover span {
    color: #fff
}

.hero-wrap {
    width: 100%;
    height: 100%;
    position: inherit;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    position: relative
}

.hero-wrap .slider-text .slider-title {
    color: #fff;
    line-height: 1.2;
    font-family: "Poppins", Arial, sans-serif
}

.hero-wrap .slider-text .slider-title span {
    color: #ba101d
}

.hero-wrap .slider-text .subheading {
    font-size: 15px;
    color: #ba101d;
    text-transform: uppercase;
    font-family: "Poppins", Arial, sans-serif;
    font-weight: 700;
    letter-spacing: 2px
}

.hero-wrap .slider-text p {
    font-size: 18px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.7)
}

.hero-wrap .slider-text p strong {
    font-weight: 700
}

.hero-wrap .slider-text p strong a {
    color: #000
}

.hero-wrap .slider-text .breadcrumbs {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
    z-index: 99
}

.hero-wrap .slider-text .breadcrumbs span {
    color: #000
}

.hero-wrap .slider-text .breadcrumbs span i {
    font-size: 12px
}

.hero-wrap .slider-text .breadcrumbs span a:hover,
.hero-wrap .slider-text .breadcrumbs span a:focus {
    color: #ba101d
}

.hero-wrap .slider-text .breadcrumbs span a:hover i,
.hero-wrap .slider-text .breadcrumbs span a:focus i {
    color: #ba101d
}

.owl-carousel {
    position: relative
}

.owl-carousel .owl-item {
    opacity: 1
}

.owl-carousel .owl-item.active {
    opacity: 1
}

.owl-carousel .owl-dots {
    text-align: center
}

.owl-carousel .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    margin: 5px;
    border-radius: 50%;
    background: #e6e6e6;
    position: relative
}

.owl-carousel .owl-dots .owl-dot:after {
    position: absolute;
    top: -2px;
    left: -2px;
    right: 0;
    bottom: 0;
    width: 14px;
    height: 14px;
    content: "";
    border: 1px solid #4d4d4d
}

.owl-carousel .owl-dots .owl-dot:hover,
.owl-carousel .owl-dots .owl-dot:focus {
    outline: none !important
}

.owl-carousel .owl-dots .owl-dot.active {
    background: #b3b3b3
}

.owl-carousel .owl-dots .owl-dot.active:after {
    border-color: #fff
}

.owl-carousel.home-slider {
    position: relative;
    height: 683px;
    z-index: 0
}

@media(max-width:575.98px) {
    .owl-carousel.home-slider {
        height: 300px
    }
}

.owl-carousel.home-slider .slider-item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 680px;
    position: relative;
    z-index: 0;
    overflow: hidden
}

@media(max-width:575.98px) {
    .owl-carousel.home-slider .slider-item {
        height: 300px
    }
}

.owl-carousel.home-slider .slider-item .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    background: #000;
    opacity: .2;
    width: 100%;
    padding: 0;
    z-index: 0
}

.owl-carousel.home-slider .slider-item .slider-text {
    height: 800px;
    position: relative
}

@media(max-width:575.98px) {
    .owl-carousel.home-slider .slider-item .slider-text {
        height: 300px
    }
}

.owl-carousel.home-slider .slider-item .slider-text .text {
    z-index: 0;
    color: rgba(255, 255, 255, 0.9)
}

.owl-carousel.home-slider .slider-item .slider-text .slider-title {
    font-size: 40px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    line-height: 1;
    text-shadow: 0 3px 25px rgba(0, 0, 0, 0.1)
}

@media(max-width:575.98px) {
    .owl-carousel.home-slider .slider-item .slider-text .slider-title {
        font-size: 22px
    }
}

.owl-carousel.home-slider .slider-item .slider-text .slider-lead {
    font-size: 24px;
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 300;
    color: #fff;
    font-style: italic;
    display: inline-block;
    position: relative
}

@media(max-width:575.98px) {
    .owl-carousel.home-slider .slider-item .slider-text .slider-lead {
        font-size: 20px
    }
}

.owl-carousel.home-slider .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%
}

.owl-carousel.home-slider .owl-nav .owl-prev,
.owl-carousel.home-slider .owl-nav .owl-next {
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    outline: none !important;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0
}

.owl-carousel.home-slider .owl-nav .owl-prev span:before,
.owl-carousel.home-slider .owl-nav .owl-next span:before {
    font-size: 30px;
    color: rgba(255, 255, 255, 0.5);
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.owl-carousel.home-slider .owl-nav .owl-prev:hover span:before,
.owl-carousel.home-slider .owl-nav .owl-prev:focus span:before,
.owl-carousel.home-slider .owl-nav .owl-next:hover span:before,
.owl-carousel.home-slider .owl-nav .owl-next:focus span:before {
    color: #fff
}

.owl-carousel.home-slider .owl-nav .owl-prev {
    left: 0;
    margin-left: 0
}

.owl-carousel.home-slider .owl-nav .owl-next {
    right: 0;
    margin-right: 0
}

.owl-carousel.home-slider:hover .owl-nav .owl-prev,
.owl-carousel.home-slider:hover .owl-nav .owl-next {
    opacity: 1
}

.owl-carousel.home-slider:hover .owl-nav .owl-prev {
    margin-left: 50px
}

.owl-carousel.home-slider:hover .owl-nav .owl-next {
    margin-right: 50px
}

.owl-carousel.home-slider .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100px;
    width: 100%;
    text-align: center
}

@media(max-width:575.98px) {
    .owl-carousel.home-slider .owl-dots {
        bottom: 10px
    }
}

.owl-carousel.home-slider .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    margin: 5px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4)
}

.owl-carousel.home-slider .owl-dots .owl-dot.active {
    background: #fff
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.owl-carousel {
    position: relative
}

.owl-carousel .owl-item {
    opacity: .4
}

.owl-carousel .owl-item.active {
    opacity: 1
}

.owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: -10px;
    color: #ba101d !important;
    -webkit-transition: all .7s ease;
    transition: all .7s ease;
    opacity: 0
}

.owl-carousel .owl-nav .owl-prev span:before,
.owl-carousel .owl-nav .owl-next span:before {
    font-size: 30px
}

.owl-carousel .owl-nav .owl-prev {
    left: 0
}

.owl-carousel .owl-nav .owl-next {
    right: 0
}

.owl-carousel .owl-dots {
    text-align: center
}

.owl-carousel .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    margin: 5px;
    border-radius: 50%;
    background: #e6e6e6;
    position: relative
}

.owl-carousel .owl-dots .owl-dot:after {
    position: absolute;
    top: -2px;
    left: -2px;
    right: 0;
    bottom: 0;
    width: 14px;
    height: 14px;
    content: "";
    border: 1px solid #e6e6e6;
    border-radius: 50%
}

.owl-carousel .owl-dots .owl-dot.active {
    background: #b3b3b3
}

.owl-carousel:hover .owl-nav .owl-prev,
.owl-carousel:hover .owl-nav .owl-next {
    opacity: 1
}

.owl-carousel:hover .owl-nav .owl-prev {
    left: -25px
}

.owl-carousel:hover .owl-nav .owl-next {
    right: -25px
}

.owl-custom-nav {
    float: right;
    position: relative;
    z-index: 10;
    border: 1px solid red
}

.owl-custom-nav .owl-custom-prev,
.owl-custom-nav .owl-custom-next {
    padding: 10px;
    font-size: 30px;
    background: #ccc;
    line-height: 0;
    width: 60px;
    text-align: center;
    display: inline-block
}

.bg-light {
    background: #fff
}

.bg-dark {
    background: #000 !important
}

.bg-secondary {
    background: #1292ff !important
}

.btn {
    padding: 7px 10px;
    cursor: pointer;
    border-radius: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600
}

.btn:hover,
.btn:active,
.btn:focus {
    outline: 0;
    box-shadow: none
}

.btn.btn-primary {
    background: #000;
    border: 1px solid #000;
    color: #fff
}

.btn.btn-primary:hover {
    border: 1px solid #ba101d;
    background: transparent;
    color: #ba101d
}

.btn.btn-primary.btn-outline-primary {
    border: 1px solid #ba101d;
    background: transparent;
    color: #ba101d
}

.btn.btn-primary.btn-outline-primary:hover {
    border: 1px solid transparent;
    background: #ba101d;
    color: #fff
}

.btn.btn-secondary {
    background: #1292ff;
    border: 1px solid #1292ff;
    color: #fff
}

.btn.btn-secondary:hover {
    border: 1px solid #1292ff;
    background: transparent;
    color: #1292ff
}

.btn.btn-secondary.btn-outline-secondary {
    border: 1px solid #1292ff;
    background: transparent;
    color: #1292ff
}

.btn.btn-secondary.btn-outline-secondary:hover {
    border: 1px solid transparent;
    background: #1292ff;
    color: #fff
}

.btn.btn-light {
    background: #fff;
    border: 1px solid #fff;
    color: #000
}

.btn.btn-light:hover {
    border: 1px solid #fff;
    background: transparent;
    color: #fff
}

.btn.btn-light.btn-outline-light {
    border: 1px solid #fff;
    background: transparent;
    color: #fff
}

.btn.btn-light.btn-outline-light:hover {
    border: 1px solid transparent;
    background: #fff;
    color: #000
}

.btn.btn-dark {
    background: #000;
    border: 1px solid #000;
    color: #fff
}

.btn.btn-dark:hover {
    border: 1px solid #000;
    background: transparent;
    color: #000
}

.btn.btn-dark.btn-outline-dark {
    border: 1px solid #000;
    background: transparent;
    color: #000
}

.btn.btn-dark.btn-outline-dark:hover {
    border: 1px solid transparent;
    background: #000;
    color: #fff
}

.btn.btn-lg {
    font-weight: bold
}

.btn.btn-shadow-white {
    -webkit-box-shadow: 0 0 5px 5px rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 5px 5px rgba(255, 255, 255, 0.5)
}

.btn.btn-shadow-primary {
    -webkit-box-shadow: 0 0 10px 5px rgb(190 73 73 / 50%);
    box-shadow: 0 0 10px 5px rgb(190 73 73 / 50%)
}

.services .icon {
    margin-bottom: 15px
}

.services .icon-body h3 {
    font-weight: 400;
    font-size: 20px;
    color: #000;
    text-align: center
}

.services .btn-custom {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    color: #000;
    border-bottom: 2px solid #e6e6e6
}

.services .btn-custom:hover {
    color: #1292ff;
    border-color: #1292ff
}

.services-2 {
    margin: 0;
    padding: 0
}

.services-2 li {
    list-style: none
}

.services-2 li span {
    color: #1292ff;
    margin-right: 20px
}


.services-dark h2 {
    color: #fff;
    margin-bottom: 30px
}

@media(max-width:575.98px) {
    .services-dark h2 {
        font-size: 1.375rem
    }
}

.services-dark .icon {
    margin-bottom: 10px
}

.services-dark .icon-body h3 {
    font-weight: 400;
    font-size: 20px;
    color: #fff;
    text-align: center
}

@media(max-width:575.98px) {
    .services-dark .icon-body h3 {
        font-size: 16px
    }
}

.form-secton {
    background-position: center center !important;
    position: relative
}

.form-secton .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    content: "";
    opacity: 1;
    background: #ba101d
}

.form-secton .half {
    width: 100%
}

.form-secton .half h2 {
    font-weight: 600
}

.quote-form {
    padding: 2.5rem;
    position: absolute;
    top: 45%;
    right: 10%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 500px;
    margin: 1.875rem;
    -webkit-box-shadow: 0 40px 80px -40px black;
    box-shadow: 0 40px 80px -40px black;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    background-color: #4a8ead !important;
}

@media(max-width:991.98px) {
    .quote-form {
        position: static;
        max-width: 100%;
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@media(max-width:767.98px) {
    .quote-form {
        padding: 1.25rem;
        margin: 1.875rem 1.25rem
    }
}

@media(min-width:1024px) and (max-width:1200px) {
    .quote-form {
        right: 20px
    }
}

.quote-form .title {
    color: #fff;
    font-size: 20px;
    font-family: "Poppins", Arial, sans-serif;
    text-align: center
}

@media(max-width:767.98px) {
    .quote-form .title {
        font-size: 1.5rem
    }
}

.quote-form .form-group {
    position: relative;
    width: 100%;
    display: block
}

.quote-form .form-group .icon {
    position: absolute;
    top: 50% !important;
    right: 15px;
    font-size: 16px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.quote-form .form-group .icon span {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5) !important
}

.quote-form .form-group .select-wrap,
.quote-form .form-group .input-wrap {
    position: relative
}

.quote-form .form-group .btn {
    width: 100%;
    display: block !important;
    border-radius: 0
}

.quote-form .form-control {
    background: #fff;
    color: #7b7b7b;
    font-size: 14px;
    font-weight: 500;
    border-radius: 0;
    border: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.quote-form .form-control::-webkit-input-placeholder {
    color: #7b7b7b
}

.quote-form .form-control::-moz-placeholder {
    color: #7b7b7b
}

.quote-form .form-control:-ms-input-placeholder {
    color: #7b7b7b
}

.quote-form .form-control:-moz-placeholder {
    color: #7b7b7b
}

.quote-form .form-control:focus,
.quote-form .form-control:active {
    border-color: #000
}

.quote-form textarea.form-control {
    height: inherit !important
}

.form-control {
    height: 42px;
    color: #999;
    font-size: 14px;
    border-radius: 10px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.form-control:focus,
.form-control:active {
    border-color: #ba101d
}

textarea.form-control {
    height: inherit !important
}

.animate {
    opacity: 0;
    visibility: hidden
}

.section {
    padding: 3.75rem 0;
    position: relative
}

@media(max-width:575.98px) {
    .section {
        padding: 1.875rem 0
    }
    .navbar-brand {
        margin: 0 auto
    }
}

.footer {
    overflow: hidden;
    clear: both
}

.footer .footer-widget h2 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 700
}

.footer .footer-widget .footer-contact i {
    font-size: 18px
}

.footer .footer-widget .footer-contact .icon {
    padding-top: 5px;
    width: 30px
}

.footer .footer-widget .footer-contact .icon,
.footer .footer-widget .footer-contact span {
    display: table-cell
}

.footer .footer-widget .footer-contact li a {
    white-space: nowrap
}

.footer .footer-widget .footer-form .form-control {
    color: #fff;
    background: transparent
}

.footer .footer-widget .footer-form .form-control::-webkit-input-placeholder {
    color: #b1b1b1
}

.footer .footer-widget .footer-form .form-control:-ms-input-placeholder {
    color: #b1b1b1
}

.footer .footer-widget .footer-form .form-control::-ms-input-placeholder {
    color: #b1b1b1
}

.footer .footer-widget .footer-form .form-control::placeholder {
    color: #b1b1b1
}

.footer .footer-widget .btn-primary {
    background: #fff !important;
    border: 2px solid #fff !important
}

.footer .footer-widget .btn-primary:hover {
    background: #fff;
    border: 2px solid #fff !important
}

.footer p {
    color: #fff
}

.footer a {
    color: #fff
}

.footer a:hover {
    color: #ba101d
}

.footer-social li {
    list-style: none;
    margin: 0 10px 0 0;
    display: inline-block
}

.footer-social li a {
    color: #000;
    height: 40px;
    width: 40px;
    display: block;
    float: left;
    background: #fff;
    border-radius: 50%;
    position: relative
}

.footer-social li a span {
    position: absolute;
    font-size: 20px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.footer-social li a:hover {
    color: #ba101d
}

.footer-small-nav>li {
    display: inline-block
}

.footer-small-nav>li a {
    margin: 0 10px 10px 0
}

.footer-small-nav>li a:hover,
.footer-small-nav>li a:focus {
    color: #ba101d
}

@-webkit-keyframes pulse {
    0 {
        -webkit-box-shadow: 0 0 0 0 rgba(73, 190, 76, 0.4)
    }
    70% {
        -webkit-box-shadow: 0 0 0 30px rgba(73, 190, 76, 0)
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(73, 190, 76, 0)
    }
}

@keyframes pulse {
    0 {
        -webkit-box-shadow: 0 0 0 0 rgba(73, 190, 76, 0.4);
        box-shadow: 0 0 0 0 rgba(73, 190, 76, 0.4)
    }
    70% {
        -webkit-box-shadow: 0 0 0 30px rgba(73, 190, 76, 0);
        box-shadow: 0 0 0 30px rgba(73, 190, 76, 0)
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(73, 190, 76, 0);
        box-shadow: 0 0 0 0 rgba(73, 190, 76, 0)
    }
}

.img,
.blog-img,
.user-img {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

.bg-star {
    background: url("../images/bg_star.png"), #ba101d
}

.testimony-section {
    position: relative
}

.testimony-section .owl-carousel {
    margin: 0
}

.testimony-section .owl-carousel .owl-stage-outer {
    padding: 20px 0 2rem 0;
    position: relative
}

.testimony-section .owl-nav {
    position: absolute;
    top: 100%;
    width: 100%
}

.testimony-section .owl-nav .owl-prev,
.testimony-section .owl-nav .owl-next {
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: -10px;
    outline: none !important;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0
}

.testimony-section .owl-nav .owl-prev span:before,
.testimony-section .owl-nav .owl-next span:before {
    font-size: 30px;
    color: rgba(0, 0, 0, 0.5);
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.testimony-section .owl-nav .owl-prev:hover span:before,
.testimony-section .owl-nav .owl-prev:focus span:before,
.testimony-section .owl-nav .owl-next:hover span:before,
.testimony-section .owl-nav .owl-next:focus span:before {
    color: #fff
}

.testimony-section .owl-nav .owl-prev {
    left: 50%;
    margin-left: -80px
}

.testimony-section .owl-nav .owl-next {
    right: 50%;
    margin-right: -80px
}

.testimony-section:hover .owl-nav .owl-prev,
.testimony-section:hover .owl-nav .owl-next {
    opacity: 1
}

.testimony-section:hover .owl-nav .owl-prev {
    left: 50%;
    margin-left: -80px
}

.testimony-section:hover .owl-nav .owl-next {
    right: 50%;
    margin-right: -80px
}

.testimony-section .owl-dots {
    text-align: center
}

.testimony-section .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    margin: 5px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.1)
}

.testimony-section .owl-dots .owl-dot.active {
    background: #1292ff
}

.testimony-section .owl-dots .owl-dot.active:after {
    border-color: #1292ff
}

.testimony-wrap {
    display: block;
    position: relative;
    background: white;
    padding: 0 20px;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.02);
    -webkit-box-shadow: 0 30px 33px -41px rgba(0, 0, 0, 0.24);
    box-shadow: 0 30px 33px -41px rgba(0, 0, 0, 0.24)
}

.testimony-wrap .icon {
    position: absolute;
    top: -20px;
    left: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ba101d
}

.testimony-wrap .icon span {
    color: #fff
}

.testimony-wrap .user-img {
    width: 80px;
    height: 80px;
    position: relative;
    border-radius: 50%
}

.testimony-wrap .name {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 0;
    color: #000
}

.testimony-wrap .position {
    font-size: 14px;
    color: #333
}

.image-popup {
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: .8
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0
}

.block-20 {
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 250px;
    position: relative;
    display: block
}

.block-23 ul {
    padding: 0
}

.block-23 ul li,
.block-23 ul li>a {
    display: table;
    line-height: 1.5;
    margin-bottom: 15px
}

.block-23 ul li span {
    color: rgba(255, 255, 255, 0.7)
}

.block-23 ul li .icon,
.block-23 ul li .text {
    display: table-cell;
    vertical-align: top
}

.block-23 ul li .icon {
    width: 40px;
    font-size: 18px;
    padding-top: 2px;
    color: white
}

.block-27 ul {
    padding: 0;
    margin: 0
}

.block-27 ul li {
    display: inline-block;
    margin-bottom: 4px;
    font-weight: 400
}

.block-27 ul li a,
.block-27 ul li span {
    color: gray;
    text-align: center;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    border: 1px solid #e6e6e6
}

.block-27 ul li.active a,
.block-27 ul li.active span {
    background: #ba101d;
    color: #fff;
    border: 1px solid transparent
}

.contact-wrap {
    border-radius: 10px
}

.contact-wrap h3 {
    font-size: 1.875rem
}

@media(max-width:575.98px) {
    .contact-wrap h3 {
        font-size: 1.375rem
    }
	img{
		max-width: 100%;
		
	}
	.process_section{
	    height:100%;
	}
}

.info-wrap h3 {
    color: #000
}

.info-wrap .dbox {
    width: 100%;
    margin-bottom: 10px
}

.info-wrap .dbox:last-child() {
    margin-bottom: 0
}

.info-wrap .dbox p {
    margin-bottom: 0
}

.info-wrap .dbox p span {
    font-weight: 600
}

.info-wrap .dbox p a {
    color: #000
}

.info-wrap .dbox .icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1)
}

.info-wrap .dbox .icon span {
    font-size: 25px;
    color: #1292ff
}

.info-wrap .dbox .text {
    width: calc(100% - 50px)
}

.contactForm .form-control {
    border: 2px solid rgba(0, 0, 0, 0.05) !important
}

.contactForm .form-control::-webkit-input-placeholder {
    color: #999
}

.contactForm .form-control:-ms-input-placeholder {
    color: #999
}

.contactForm .form-control::-ms-input-placeholder {
    color: #999
}

.contactForm .form-control::placeholder {
    color: #999
}

.request-form .form-control {
    padding: 10px 20px;
    border-radius: 30px
}

.block-21 .blog-img {
    display: block;
    height: 80px;
    width: 80px
}

.block-21 .text {
    width: calc(100% - 100px)
}

.block-21 .text .heading {
    font-size: 16px;
    font-weight: 400
}

.block-21 .text .heading a {
    color: #000
}

.block-21 .text .heading a:hover,
.block-21 .text .heading a:active,
.block-21 .text .heading a:focus {
    color: #ba101d
}

.block-21 .text .meta>div {
    display: inline-block;
    font-size: 12px;
    margin-right: 5px
}

.block-21 .text .meta>div a {
    color: gray
}

.post-info {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    letter-spacing: .1rem
}

.post-info>div {
    display: inline-block
}

.post-info>div .seperator {
    display: inline-block;
    margin: 0 10px;
    opacity: .5
}

.tagcloud a {
    text-transform: uppercase;
    display: inline-block;
    padding: 4px 10px;
    margin-bottom: 7px;
    margin-right: 4px;
    border-radius: 4px;
    color: #000;
    border: 1px solid #ccc;
    font-size: 11px
}

.tagcloud a:hover {
    border: 1px solid #000
}

.comment-form-wrap {
    clear: both
}

.comment-list {
    padding: 0;
    margin: 0
}

.comment-list .children {
    padding: 50px 0 0 40px;
    margin: 0;
    float: left;
    width: 100%
}

.comment-list li {
    padding: 0;
    margin: 0 0 30px 0;
    float: left;
    width: 100%;
    clear: both;
    list-style: none
}

.comment-list li .vcard {
    width: 80px;
    float: left
}

.comment-list li .vcard img {
    width: 50px;
    border-radius: 50%
}

.comment-list li .comment-body {
    float: right;
    width: calc(100% - 80px)
}

.comment-list li .comment-body h3 {
    font-size: 20px
}

.comment-list li .comment-body .meta {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: .1rem;
    color: #ccc
}

.comment-list li .comment-body .reply {
    padding: 5px 10px;
    background: #e6e6e6;
    color: #000;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: .1rem;
    font-weight: 400;
    border-radius: 4px
}

.comment-list li .comment-body .reply:hover {
    color: #fff;
    background: black
}

.search-form .form-group {
    position: relative
}

.search-form .form-group input {
    padding-right: 50px;
    font-size: 14px
}

.search-form .fa {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.sidebar-box {
    margin-bottom: 40px;
    font-size: 15px;
    width: 100%;
    float: left;
    background: #fff
}

.sidebar-box *:last-child {
    margin-bottom: 0
}

.sidebar-box h3 {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 500
}

.categories li,
.sidelink li {
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dee2e6;
    list-style: none
}

.categories li:last-child,
.sidelink li:last-child {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0
}

.categories li a,
.sidelink li a {
    display: block;
    color: #1a1a1a
}

.categories li a span,
.sidelink li a span {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #ccc;
    font-size: 12px
}

.categories li a:hover,
.categories li a:focus,
.sidelink li a:hover,
.sidelink li a:focus {
    outline: 0;
    color: #ba101d
}

.categories li.active a,
.sidelink li.active a {
    color: #ba101d
}

.categories li.active a span,
.sidelink li.active a span {
    color: #ba101d
}

.faq .accordion .card .card-header .fa {
    transition: .3s transform ease-in-out
}

.faq .accordion .card .card-header .collapsed .fa {
    transform: rotate(180deg)
}

.match-captcha {
    color: #000;
    background: #fff;
    display: flex;
    height: 42px;
    align-items: center;
    padding: 8px 10px
}

.match-captcha label {
    width: 90%;
    margin-top: 7px
}

.match-captcha input {
    width: 30%;
    border: 1px solid #ba101d;
    height: 100%;
    color: #ba101d;
    padding: 0 5px
}

.match-captcha input:focus {
    outline: 0
}

button:disabled,
input[type="submit"]:disabled {
    pointer-events: none
}

iframe {
    float: left
}

.si {
    border-radius: 40px;
    border: double;
    border-color: #d7232b
}

.backk {
    background-image: url("/images/spray.png");
    padding: 60px;
    background-size: cover
}

.local {
    box-shadow: -3px -3px 0 5px #ba101d;
    padding: 30px;
    height: 100%
}

.locl {
    box-shadow: -3px -3px 0 5px #000;
    padding: 30px;
    height: 100%
}

.under {
    padding: 41px;
    background: linear-gradient(98.3deg, #000 10.6%, #f00 97.7%);
    margin-top: 80px
}

.serv {
    box-shadow: -3px -3px 0 5px #ba101d;
    padding: 30px;
    height: 100%
}

.ser {
    box-shadow: -3px -3px 0 5px #000;
    padding: 30px;
    height: 100%
}

img.service-icon {
    max-width: 200px;
    margin-left: -300px
}

.site-logo {
    padding: 30px;
    text-align: center
}

.callbx {
    display: flex;
    align-items: center;
    margin-left: 20px;
    background-color: #e60024;
    padding: 14px 20px;
    border-radius: 44px
}

.callbx img {
    vertical-align: middle;
    border-style: none
}

.item-icon {
    position: relative;
    text-align: center;
    height: 38px;
    width: 100%;
    max-width: 38px;
    line-height: 38px;
    background-color: #fff;
    border-radius: 50%;
    margin-right: 20px;
    animation: pulse2 infinite 2s;
    display: flex;
    align-items: center;
    font-size: 24px;
    color: #e60024
}

.item-icon i {
    width: 38px
}

.item-icon:after {
    content: "";
    height: 58px;
    width: 58px;
    border: 2px solid #fff;
    border-radius: 50%;
    position: absolute;
    top: -10px;
    left: -10px;
    animation: pulse2 infinite 2s
}

.item-icon {
    position: relative;
    text-align: center;
    height: 38px;
    width: 100%;
    max-width: 38px;
    line-height: 38px;
    background-color: #fff;
    border-radius: 50%;
    margin-right: 20px;
    animation: pulse2 infinite 2s;
    display: flex;
    align-items: center;
    font-size: 24px;
    color: #e60024
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.group:after,
.group:before {
    content: " ";
    display: table
}

.call-now {
    display: flex;
    align-items: center;
    gap: 10px
}

.get-free {
    background: transparent;
    color: #fff;
    font-size: 32px;
    font-weight: 900;
    padding: 0;
    line-height: 42px
}

.get-free span {
    font-weight: 400;
    font-size: 14px;
    display: block;
    line-height: 12px
}

.ggle-revw {
    padding-left: 402px
}

.footer a:hover {
    color: #000
}

section.sect_n_clr {
    background-color: #fff;
    padding: 30px
}

.iner_abt_h2 {
    font-size: 30px !important;
    color: #c12026 !important;
    margin-bottom: 20px !important;
    font-weight: 600
}

.iner_abt p {
    text-align: justify
}

section.sect_back_clr {
    background-color: #a7c938;
    padding: 30px;
    color: #000
}

h2.iner_abt_3 {
    text-align: center;
    color: #fff;
    font-size: 30px !important;
    margin-bottom: 20px !important;
    font-weight: 600
}

.iner_ntn p {
    text-align: justify
}

.with_blue {
    background: #ba101d;
    color: #fff;
    height: 284px;
    width: 100%
}

.box_set01 {
    padding-top: 15px;
    text-align: center
}

img.windsor_img_1 {
    width: 16%;
    display: block;
    margin: auto
}

img.windsor_img {
    width: 16%;
    display: block;
    margin: auto
}

.with_white {
    background: #fff;
    color: #000;
    height: 284px;
    width: 100%
}

.box_set02 {
    padding-top: 15px;
    text-align: center
}

ul.lis-deco {
    padding: 0;
    margin: 0;
    list-style: none
}

.lis-deco li {
    padding-left: 30px;
    text-align: justify
}

.lis-deco li:before {
    content: "\f188";
    font-family: fontawesome;
    font-size: 20px;
    margin: 0 5px 0 -24px;
    color: #ba101d;
    transition: .3s
}

.abt_img_1 {
    width: 100%;
    box-shadow: .5rem .5rem #106bb2, -0.5rem -0.5rem #c12026
}

.abt_img_2 {
    width: 100%;
    box-shadow: .5rem .5rem #fff, -0.5rem -0.5rem #c12026
}

.services .mb-2 {
    padding: 15px;
    background-color: #fff;
    box-shadow: 2px 2px 5px;
    margin-bottom: 3rem !important;
    height: 40%
}

.iner_ntn_res {
    padding: 15px;
    background-color: #fff;
    box-shadow: 2px 2px 5px;
    color: #000
}

h2.abt_commer {
    font-size: 30px !important;
    color: #fff !important;
    margin-bottom: 20px !important;
    font-weight: 600
}

.iner_abt_select_y {
    background: #4a8ead;
    padding: 15px;
    border-radius: 8px;
    box-shadow: rgb(0 0 0 / 15%) 1.95px 1.95px 2.6px;
    margin-bottom: 30px;
    color: #fff;
    height: 94%
}

.iner_abt_select_y h3 {
    color: #000;
    font-size: 24px;
    font-weight: 600
}

.iner_abt_select_g {
    background: #ec1f27;
    padding: 15px;
    border-radius: 8px;
    box-shadow: rgb(0 0 0 / 15%) 1.95px 1.95px 2.6px;
    margin-bottom: 30px;
    color: #fff;
    height: 94%
}

.iner_abt_select_g h3 {
    color: #000;
    font-size: 24px;
    font-weight: 600
}

h2.blog_h2 {
    color: #a7c938;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    margin-top: 18px
}

h3.blog_h3 {
    font-size: 20px;
    color: #000
}

img.blac_image {
    max-width: 100%;
    height: auto;
    width: 50%;
    padding-top: 10px;
    padding-bottom: 10px
}

.breadcrumbs_1 {
    background-color: #1a99d6;
    padding: 30px;
    text-align: center;
    margin-top: 0 !important;
    color: #fff
}

.sect_n_clr p {
    text-align: justify
}

.inner_ul_blog1 {
    list-style: none;
    margin-left: -40px;
    margin-bottom: -20px
}

@media(max-width:991.98px) {
    .home_par p {
        text-align: justify
    }
    .call-now {
        display: none
    }
    .psce_box {
        margin-right: 90px;
        margin-left: 30px
    }
    .mb_marg {
        margin-top: 360px !important
    }
    .mb_btm_space {
        margin-bottom: 38px
    }
    .locl {
        height: auto;
        margin-bottom: 30px
    }
    .local {
        height: auto;
        margin-bottom: 30px
    }
    .upspac_row {
        margin-top: 0rem !important
    }
    .red_mob {
        margin-left: 16px;
        margin-right: 16px
    }
    .red_pu_1 {
        margin-top: 50px
    }
    .card-body p {
        text-align: justify
    }
    .prc_up {
        margin-top: 40px !important
    }
    .prc_up_row {
        margin-top: 0rem !important
    }
    .ew_up {
        margin-top: 220px
    }
    .avoid_up {
        margin-top: 150px
    }
    .mb_design {
        display: block
    }
    .dis_des {
        display: none !important
    }
}

.mb_design {
    display: none
}
.rendered img{width: 100%;}

.breadcrumb a {
    color: #ba101d;
}
.breadcrumb {
    background-color: transparent !important;
}
.main-nav {background:#000; z-index:3; padding:0}
.main-nav .navbar-nav >.nav-item >.nav-link {font-size:14px; padding:12px 20px; font-weight:500; color:#fff; text-transform:uppercase; letter-spacing:1px; position:relative; opacity:1 !important}
.main-nav .navbar-nav >.nav-item >.nav-link:before {content:""; position:absolute; width:100%; height:100%; bottom:0; left:0; visibility:hidden; -webkit-transform:scaleX(0); transform:scaleX(0); -webkit-transition:all 0.2s ease-in-out; transition:all 0.2s ease-in-out; z-index:-1}
.main-nav .navbar-nav >.nav-item >.nav-link:hover:before {visibility:visible; background-color:#ba101d; -webkit-transform:scaleX(1); transform:scaleX(1)}
.quote-form input.wpcf7-submit {min-width:100px}
input, optgroup, select, textarea {width:100%; padding:0.5rem 1rem}
.main-nav .navbar-nav >.nav-item .dropdown-menu {border:0; background:#fff; -webkit-box-shadow:0 10px 34px -20px rgba(0,0,0,0.41); box-shadow:0 10px 34px -20px rgba(0,0,0,0.41); border-radius:4px}
.main-nav .navbar-nav >.nav-item .dropdown-menu .dropdown-item {font-size:12px; color:#000}
.main-nav .navbar-nav >.nav-item .dropdown-menu .dropdown-item:hover, .main-nav .navbar-nav >.nav-item .dropdown-menu .dropdown-item:focus {background:0; color:#fff}
.main-nav .navbar-nav >.nav-item.cta >a {color:#fff; background:#ba101d; border-radius:0}
.main-nav .navbar-nav >.nav-item.active >a {color:#fff}
.main-nav .navbar-toggler:focus {outline:none !important; box-shadow:none}
.ms-auto {
    margin-left: auto!important;
}
#masthead {
    background: #fff;
}
@media (max-width:991.98px) {
  .main-nav .navbar-nav >.nav-item >.nav-link {padding-left:0; padding-right:0; padding-top:0.9rem; padding-bottom:0.9rem; color:#fff}
  .main-nav .navbar-nav >.nav-item >.nav-link:hover, .main-nav .navbar-nav >.nav-item >.nav-link.active {color:#ba101d}
  .main-nav .navbar-nav >.nav-item >.nav-link:hover:before {display:none}
  .main-nav .navbar-nav >.nav-item.active >a {color:#ba101d}
  .main-nav .navbar-nav >.nav-item.active >a:before {display:none}
 }
 @media (min-width:992px) {
  .main-nav .navbar-nav >.nav-item >a.nav-link.active:before {visibility:visible; background-color:#ba101d; -webkit-transform:scaleX(1); transform:scaleX(1)}
}

.animation-nav {-webkit-animation-name:fadeInDown; animation-name:fadeInDown; -webkit-animation-duration:1s; animation-duration:1s; -webkit-animation-fill-mode:both; animation-fill-mode:both}

.site-header .navbar-brand img {
    width: 224px;
    height: 82px;
    object-fit: contain;
}
