/*responsive.css*/


@media (min-width: 0px) and (max-width: 767px){

    /*.home-banner
    {
        padding:0;
    }*/
    .padding-space
    {
        padding: 20px;
    }
    .h-about-custombox
    {
        top: 20px;
    }
    .ab-h-content {text-align: center;}
    /*.home-about p {text-align: center;}*/
    .f-ab-box-text a {font-size: 15px;}

}

@media (min-width: 768px) and (max-width: 991px){

}

@media (min-width: 992px) and (max-width: 1199px){

}

@media (min-width: 1200px) and (max-width: 1439px){

}

@media (min-width: 1440px){

}


/*ajay code */
/* Ajay Blog */

.blog-banner
{       padding: 50px 0;
        background-image: url(../images/banner-bg.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
}
.date-link
{
    text-decoration: none;
}
.small-text
{
    color: #ADADAD;
    font-weight: 500;
    line-height:14px;
    letter-spacing: 1px;
}
.our-blog
{
padding: 50px 0;
margin: 50px 0;
}

.ourblog-box{
    position: relative;
    box-shadow: 0px 4px 10px 0px rgb(0 0 0 / 15%);
}
.ourblog-box::after
{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    z-index: 0;
    border-radius: 5px;
    background: linear-gradient(180deg,rgba(0,0,0,0),#A8A6A6);
}
.ourblog-box:hover
{
    box-shadow: #E71D36 0px 5px 15px;
    border-radius: 5px;
}
.ourblog-txt
{
    position: absolute;
    bottom: 0;
    z-index: 1;
padding: 10px 20px;
}
.ourblog-txt-title
{
color: #FFF;
font-family: Poppins;
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: normal;
text-transform: capitalize;
}


.date-link1
{
    font-size: 14px;
    text-decoration: none;
    color:#FFF;
}


/* Blog Inner Page */
.social-icons
{
margin: 50px 0;
}
.social-icons span
{
    text-align: center;
    width: 30px;
    height: 30px;
    padding: 5px;
    margin: 5px;
    border-radius: 5px;
    color: #E71D36;
border: 1px solid #E71D36;    
}
.blog-inner-title
{
color: #000;
font-family: Poppins;
font-size: 30px;
font-style: normal;
font-weight: 500;
line-height: normal;
text-transform: capitalize;
margin-bottom: 0px;
}
.blog-inner-content
{
    margin-bottom: 20px;
}
.blog-inner-box
{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    gap: 20px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    margin: 25px 0;
}
.blog-inner-box-img img
 {
    width: 130px;
    height: auto;
}
.blog-inner-box-text
{
    text-transform: capitalize;
}
.blog-inner-box-text h5
{
    margin: 0;
}
.blog-inner-box-text a
{
    color: #E71D36;
}
.small-text strong
{
    color: #000;
}
.blog-inner-form
{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 10px;
}
.blog-inner-form form
{
    padding:20px
}
.blog-inner-form input,textarea
{
    border-radius: 10px;
border: 0.5px solid #CFCFCF;
color: #788196;
text-align: justify;
font-family: Poppins;
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: normal;
padding: 15px;
width: 100%;
margin-bottom: 15px;
}
.blog-btn
{
    width: 100%;
    border: none;
    padding: 8px;
background: #E71D36; 
color: #fff;
text-transform: uppercase;
}
.form-title
{
    font-size: 30px;
}
/* Pojects Page */
.projects
{
}
.custom-h3-title1
{
font-family: Poppins;
font-size: 40px;
font-style: normal;
font-weight: 300;
line-height: 50px; /* 125% */
text-transform: capitalize;
color: #000;
}


/* Responsive Project page */
@media only screen and (min-width:768px) and (max-width:1400px)
{
  /*.rp-fire-systems .rp-main-img
  {
    margin-top:0;
  } */ 
  .blog-inner-form form
  {
    padding: 20px;
    margin: 50px 0;
  }
  .pro
  {
    width: 100%;
  }
  .ourblog-txt
  {
    width: 100%;
  }
  .ourblog-box
  {
    margin: 20px 0;
  }
  .c-numb
  {
    font-size: 30px !important;
  }
  .c-text
  {
    font-size: 20px !important;
  }
  
}



/*vatsal responsive css */
@media (min-width: 0px) and (max-width: 767px){
.mb-custom-header {display: block;}
.custom-header {display: none;}

/* 16-02-2024 */

/* Blog Page */

.ourblog-box
{
  margin: 10px 0;
}
.custom-btn-second {
    background: #E71D36;
    width: fit-content;
    display: block;
    margin: 0 auto;
    color: #fff;
    font-size: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 10px 25px;
    border-radius: 0;
}
.rp-fire-systems h2 {
    text-align: center;
    font-size: 20px;
    font-weight:400;
}
.rp-fire-systems p {
    text-align: center;
    font-size: 12px;
    margin-top: 10px;s
}
.rp-fire-systems a{text-align: center; display: block;}
.banner-text
{
    text-align: center;
}
.date-link {
    font-size: 14px;
}
.banner-text .banner-title {
       font-size: 25px;
    line-height: 30px;
    font-weight: 600;
}
.mobile-hide
{
    display: none;
}
.rp-fire-systems {
    background-image: url(../images/Group342.png);
    background-size: cover;
    padding: 25px 0 80px 0;
    background-position: center bottom;
    margin: auto;
    position: relative;
}
.rp-fire-systems img {margin: auto; display: block;}
.banner-text p {
    font-size: 15px;
    line-height: normal;
}
.cf-text
{
    text-align: center;
    /*margin-top: 20px;*/
}
.cf-text .custom-h4-title {
    font-size: 16px;
    text-align: center;
}
.cf-text .custom-h3-title {
   font-size: 18px;
    margin-bottom: 20px;
}
.mobile-center
{
    display: flex;
    justify-content: center;
    align-items: center;
}
.small-text {
    text-align: justify;
    font-size: 14px;
    line-height: 12px;
}
.blog-banner {
    padding: 20px 0;
}
.our-blog {
    padding: 20px 0;
    margin: 20px 0;
}
.contact-us-section {
    padding:60px 30px 0 30px;
    background-size: contain;
    background-position: top;
}
/* Blog inner page */

.social-icons {
    text-align: center;
    margin: 30px 0;
}
.blog-inner-content
{
text-align: justify;
}
.blog-inner-title {
    text-align: left;
    font-size: 18px;
}
.small-text strong
{
    text-align: center;
    display: block;
    margin: 0 auto;
}
/* Projects Page  */
.our-services-sec
{
    text-align: center;
}
.our-services-sec .custom-h4-title {
    font-size: 16px;
}
.custom-h3-title1 {
    padding: 0 5px;
    font-size: 25px;
    line-height: 35px;
    font-weight: normal;
}
.ourservices-box {
    margin: 15px auto;
}

/* 16-02-2024 End */
.rp-fire-systems .rp-main-img {
    margin-top: 0;
}
}
@media (min-width: 768px) and (max-width: 991px){
.mb-custom-header {display: block;}
.custom-header {display: none;}
.rp-fire-systems {
    background-image: url(../images/Group342.png);
    background-size: cover;
    padding: 50px 0 150px 0;
    background-position: center bottom;
    margin: auto;
    position: relative;
}
}
@media (min-width: 992px) and (max-width: 1199px){
.custom-d-flex-nowrap-nogap{gap: 15px;}
.top-menu .logo {width: 450px;}
}
@media (min-width: 1200px) and (max-width: 1439px){
.custom-d-flex-nowrap-nogap{gap: 10px;}
}

