/*
Theme Name: Raingate Service
Author: Achyut Jena
Author URI: https://www.linkedin.com/in/achyut-jena-b844b259/
Description: CMS
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: <https://www.gnu.org/licenses/gpl-2.0.html>
Text Domain: Content managemenr system
Tags: Content managemenr system
*/
.header-top .mobile-main-header .mobile-menu-toggler .mobile-menu-btn span {
    background-color: #fff !important;
}
.hero-slider-content h3 {
    color: #fff;
}
.header-top.blue-bg {
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0;
}
.blue-bg {
    background-color: rgba(0,0,0,0.3);
}
ul.affiliation li img {
    width: 100px;
    height: auto;
    float: left;
    border: 1px solid #ddd;
    background: #fff;
    padding: 10px;
    margin: 5px;
}
.service-details-area li:before {
    content: '\f138';
    font: normal normal normal 14px/1 FontAwesome;
    position: relative;
    font-weight: bold;
    left: -5px;
    color: #B61F26;
}
.section-padding-footer {
    padding: 60px 0;
}

footer{position: relative;z-index:1;}
footer::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #0f117cb5;
    opacity: 0.85;
    z-index: -1;
}

ul.paymentgetway img {
    width: 240px;
    height: 70px;
    background: #fff;
	border: 1px solid #ddd;
    padding: 20px;
    margin: 5px;
}
img.thumbnail {
    width: 300px !important;
    height: 300px !important;
}
