/*!
Theme Name: rpm
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
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: rpm
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
.banner-inners > img.w-100{
	max-height:500px;
	object-fit:cover;
	min-height:300px;
}
.contact-formright .col-lg-7{
	width:100%;
}
.contact-formright .wpcf7-form-control-wrap,
body .innercontact1-form textarea{
	width:100%
}
.contactsec1 .row.align-items-center > .col-lg-7 > .contact-formright{
	padding:0;
	box-shadow:unset;
}
body .contact-formright{
	left:-20px
}
body .about-ussec3{
		padding-top:50px;
	padding-bottom:50px;
	}
body .navbar-nav .current_page_item a {
    color: #cd9d48 !important;
    font-weight: bold !important;
}
.search-blog-main {
    padding-top: 32%;
    padding-left: 100px;
}
header.entry-header {
    padding-top: 18%;
}
h1.page-title {
    padding-top: 8%;
	padding-left: 6%;
}
a.post-thumbnail {
    padding-left: 28%;
}
.entry-summary {
    padding: 5px 100px 5px 100px;
}
h2.entry-title {
    padding-left: 6%;
}
.blog-page {
    padding-top: 100px;
}
@media (max-width: 1600px) {
  body .inner-bannerstxt {
    bottom: 40%;
  }
}
@media (max-width: 1440px) {
  body .inner-bannerstxt {
    bottom: 40%;
  }
	body .flex-contactadress{
		width:100%;
	}
	body .about-ussec3{
		padding-left:50px;
		padding-right:50px;
	}
	body .homesec6 {
        padding: 55px 20px;
    }
	body .content6 {
        text-align: center;
        padding: 25px 10px;
    }
	body .content6 h3, body .inner-aboutsec3 h3 {
        font-size: 20px;
    }
	body .about-ussec3{
		padding-left:20px;
		padding-right:20px;
	}
}
@media(max-width:992px){
	body .page-header nav{
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding-right: 20px;
		background:#5c5c5c;
	}
	body .topbar-nav {
        width: 70%;
    }
	body .navbar-expand-lg .navbar-collapse {
    flex-basis: auto;
    justify-content: center;
    position: absolute;
    background: #5c5c5c;
    right: 0;
    top: 95px;
    width: 100%;
    text-align: left;
    padding: 0px 10px 20px 10px;
}
	body .contact-formright {
        padding: 25px;
        left: 0 !important;
        margin: 20px 0px;
    }
	    body .inner-bannerstxt {
        bottom: 28%;
    }
	
	 body .head-sec7 h3, body .sidemg-head h3, body .txtsec8 h3, body .head-home h3 {
        font-size: 35px;
    }
		body .homesec4{
		overflow:hidden;
	}
	.navbar-light .navbar-nav .nav-link {
        margin: 5px 0px;
    }
	
}
@media (max-width: 767px) {
    body .inner-bannerstxt h1 {
        font-size: 26px;
    }
	body .page-header button{
		padding:7px 13px;
	}
	body .navbar-expand-lg .navbar-collapse{
		top:70px;
	}
	body .about-ussec3{
		padding:50px 12px
	}
	    body .head-sec7 h3, body .sidemg-head h3 {
        font-size: 28px;
    }

	body .carousel__text h3 {
        font-size: 14px;
    }
	body .carousel__text p {
        font-size: 14px;
        line-height: 1;
    }
	body .carousel__item{
		height:330px;
	}
	body .carousel__btn{
		width:40px;
	}
	body .carousel__btns {
        margin-top: -180px !important;
    }
	 body .carousel.home-page1 {
        margin: 180px 0 190px auto;
    }
    body .welcome1 h3 {
        font-size: 26px;
        margin-bottom: 15px;
    }
	body .inner-aboutus1 p{
		padding-right:0;
	}
	body .homesec6{
		padding-right:0px;
		padding-left:10px;
	}
	body .txtsec8 h3, body .head-home h3{
		font-size:28px;
	}
	body .txtsec8 p{
		font-size:18px;
		line-height:1.5;
	}
	body .footer-main {
        padding: 50px 12px 50px;
    }
	.search-blog-main {
    padding-top: 32%;
    padding-left: 19px;
    padding-bottom: 20%;
}
	h1.page-title {
    padding-top: 27%;
    padding-left: 6%;
}
h2.entry-title {
    padding-top: 49%;
    padding-left: 6%;
}

a.post-thumbnail {
    padding: 22px;
}

.entry-summary {
    padding: 5px 10px 5px 10px;
}
	.blog-page {
    padding-top: 100px;
}
}

.fixed-img {
    width: 100%;
    height: 250px; /* Adjust to your preference */
    object-fit: cover;
    display: block;
}

.pagination {
    display: flex !important;
    padding-left: 0;
    list-style: none;
    padding: 15px !important;
    padding-left: 45% !important;
}

.pagination .page-numbers {
    display: inline-block;
    margin: 0 5px;
    padding: 8px 12px;
    background: #f4f4f4;
    border-radius: 4px;
    text-decoration: none;
    color: #333;
}

.pagination .current {
    background: #333;
    color: #fff;
}
.newsletter .custom-submit-button {
  display: none;
}