
/* =================== CORSA PUMP CSS ====================== */

/* ========= HOME PAGE CSS ========== */

/* ============== Footer Section ============== */

.footer-logo img{
    box-shadow: 0px 1px 3px 1px #868686;
}

.footer-widget h4{
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    /* font-family: 'Russo One', sans-serif;
    font-weight: lighter; */
    font-family: 'Lato', sans-serif;
    /* font-weight: bold; */
    margin: 25px 0px 10px 0px;
}

.footer-widget h5{
    font-size: 20px;
    line-height: 29px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: lighter;
    margin: 20px 0px 0px 0px;
}

.main-footer {
    position: relative;
    background: #353434;
}

.main-footer .footer-upper {
    position: relative;
    padding: 50px 0px 15px;
}

.main-footer .footer-top {
    position: relative;
    padding: 21px 0px 70px 0px;
}

.main-footer .footer-top .footer-social {
    position: relative;
    margin-top: 12px;
}

.text{
    font-size: 15px;
    line-height: 29px;
    /* color: #666; */
    margin: 0px;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.3px;
    text-align: justify;
  }

.text-2 {
    font-size: 15px;
    line-height: 29px;
    color: #fff;
    margin: 0px;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.3px;
    text-align: left;
}

.foot-icon {
    color: #ed1c24;
    font-size: 22px;
    background-color: white;
    padding: 6px;
    position: relative;
    top: 6px;
    border-radius: 5px;
}

.main-footer .footer-bottom {
    position: relative;
    background: #ed1c24;
    padding: 6px 0px;
    text-align: center;
}

.footer-bottom::before {
    content: "";
    position: absolute;
    background-color: #353434;
    width: 300px;
    height: 38px;
    left: 0px;
    top: 0px;
    clip-path: polygon(0 0, 81% 0%, 100% 100%, 0 100%);
    border-top: 1px solid #ed1c24;
}

.main-footer .footer-bottom .copyright {
    position: relative;
    font-size: 15px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.3px;
    font-weight: 600;
}

.main-footer .footer-bottom .copyright a {
    color: #fff;
}

.footer-bottom::after {
    content: "";
    position: absolute;
    background-color: #353434;
    width: 300px;
    height: 38px;
    right: 0px;
    top: 0px;
    clip-path: polygon(0 0, 100% 0, 100% 437%, 20% 104%);
    border-top: 1px solid #ed1c24;
}

.scroll-top {
    background: #ed1c24;
}

.main-footer .footer-upper .footer-widget .widget-title:before {
    background: #ed1c24;
}

.website-text{
    font-weight: 600;
}

#content_block_two .btn-box a{
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
    color: #222;
    text-transform: uppercase;
    border-radius: 30px;
    text-align: center;
    padding: 10px 35px;
    border: 2px solid #ed1c24;
}

#content_block_two .btn-box a:hover{
    background-color: #ed1c24;
    color: #fff;
}

.main-header .header-top::after{
    content: "";
    position: absolute;
    background-color: #ed1c24;
    width: 448px;
    height: 39px;
    right: 0px;
    top: 0px;
    z-index: -1;
    clip-path: polygon(23% 0, 100% 0, 100% 100%, 23% 100%, 32% 53%);
}

/* ============= Mission Section Css =============== */
.video-style-two {
    position: relative;
    padding-bottom: 130px;
}
.video-style-two .image-layer {
    position: absolute;
    right: 0px;
    bottom: 0px;
}
.video-style-two .inner-box {
    position: relative;
}
.video-style-two #video_block_one .video-inner {
    max-width: 850px;
}
.video-style-two #video_block_one .video-inner .video-box {
    padding: 270px 0px;
}
.video-style-two #content_block_four .content-box {
    position: absolute;
    top: 65px;
    right: 0px;
}
#content_block_four .content-box .inner {
    position: relative;
    display: block;
    padding: 30px 60px 30px 40px;
    border-radius: 5px;
}
#content_block_four .content-box .inner .sec-title {
    margin-bottom: 0px;
}
.sec-title {
    position: relative;
    /* margin-bottom: 30px; */
}
#content_block_four .content-box .inner .sec-title h1 {
    color: #fff;
    font-weight: 700;
    padding-bottom: 0px;
}

#content_block_four .content-box .inner .text {
    position: relative;
    color: #fff;
    margin-bottom: 6px;
}
#content_block_four .content-box .inner {
    background: #d80c14;
}
.video-style-two{
    margin-top: 80px;
}
.mission-sec h1{
    font-size: 26px;
    font-weight: lighter !important;
}
/* ============= Mission Section Css =============== */

/* ============= Icon Section ============ */
.icon-sec ul li{
    float: left;
    width: 20%;
    text-align: center;
}
.icon-sec ul li img{
    padding: 10px;
}
.icon-sec h3{
    display: inline-block;
    font-family: 'Lato', sans-serif;
    font-weight: lighter;
    font-size: 21px;
    color: #d80c14;
    position: relative;
    top: -15px;
}
/* ============= // Icon Section ============ */

/* ============= About us Section Css ============ */
.about-section span{
    color: #d80c14;
}
#content_block_two .content-box .phone a {
    color: #d80c14;
}
/* ============= // About us Section Css ============ */


/* ============= Product Section Css ============ */
.inner-box{
    border: 1px solid #c7c7c7;
    border-radius: 18px;
}
.silent-head h1{
    margin-bottom: 30px;
}
/* ============= // Product Section Css ============ */

.list-item i{
    margin-right: 8px;
    color: #ed1c24;
}
.silent-btn{
    color: rgb(216 12 20) !important;
    background: rgb(255 255 255) !important;
}

/* =====================
 Contact Page css
======================== */

.pera-box{
    margin-bottom: 40px;
}

.page-title {
    position: relative;
    text-align: center;
    color: #ffffff;
    z-index: 1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 31px 0px 26px 0px;
    background-color: #ed1c24;
}

.page-title::before {
    content: "";
    position: absolute;
    clip-path: polygon(0% 20%, 60% 20%, 60% 0%, 100% 50%, 60% 100%, 60% 80%, 0% 80%);
    background-color: #231f20;
    width: 110px;
    height: 60px;
    left: 76px;
    top: 20px;
}

.page-title h1 {
    color: #ffffff;
    font-size: 27px;
    font-weight: 600;
    letter-spacing: 0px;
    text-transform: capitalize;
    text-align: left;
    position: relative;
    font-family: 'Lato', sans-serif;
}

.breadcrumb-outer {
    position: relative;
    text-align: center;
    z-index: 10;
    margin-top: -30px;
}

.breadcrumb-outer .bread-crumb {
    position: relative;
    padding: 15px 30px;
    border-radius: 50px;
    display: inline-block;
    background-color: #ffffff;
    box-shadow: 0px 10px 30px rgb(0 0 0 / 10%);
}

.breadcrumb-outer .bread-crumb li {
    position: relative;
    display: inline-block;
    font-size: 15px;
    color: #161c42;
    font-weight: 600;
    margin-right: 5px;
    text-transform: capitalize;
}

.bread-crumb a{
    color: #000;
}

.form-group input{
    position: relative;
    width: 100%;
    height: 55px;
    background: #f8f8f8;
    font-size: 16px;
    color: #666;
    border-radius: 30px;
    padding: 10px 25px;
    /* border: 3px solid #ffffff; */
    transition: all 500ms ease;
    box-shadow: 0px 2px 2px 3px #d6d6d6;
}

.form-group textarea{
    box-shadow: 0px 2px 2px 3px #d6d6d6;
}

.info-box ul li{
    font-size: 15px !important;
    line-height: 29px !important;
    color: #666 !important;
    margin: 0px;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.3px;
    text-align: justify;
    font-weight: 600;
}

.heading-1 h2{
    position: relative;
    font-size: 40px;
    line-height: 58px;
    color: #222;
    font-weight: bold;
    padding-bottom: 0px;
    font-family: 'Lato', sans-serif;
}

.heading-1 span{
    color: #d80c14;
}

/* =====================
 End Contact Page css
======================== */


/* =====================
 About Us Page css
======================== */

.box-1 i{
    color: #d80c14;
}

.box-1 h3{
    margin-bottom: 15px;
    font-size: 28px;
    /* line-height: 58px; */
    color: #222;
    font-weight: bold;
    padding-bottom: 0px;
    font-family: 'Lato', sans-serif;
}

.box-1 p{
    font-size: 15px;
    line-height: 29px;
    /* color: #666; */
    margin: 0px;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.3px;
    text-align: justify;
    font-weight: 600;
}

.box-1 span{
    color: #d80c14;
}

/* =====================
 End About Us Page css
======================== */

/* =====================
 Gallery Page css
======================== */

.gallery-sec{
    margin-top: 40px;
    margin-bottom: 25px;
}

/* =====================
 End Gallery Page css
======================== */

/* =====================
 Product Page css
======================== */

.pro-text p{
    margin-bottom: 30px;
    font-weight: 700;
    color: #231f20;
    text-align: center;
}

.product-section{
    margin-top: 40px;
    margin-bottom: 25px;
}

.heading h3{
    margin-bottom: 15px;
    font-size: 25px;
    color: #222;
    font-weight: bold;
    padding-bottom: 0px;
    font-family: 'Lato', sans-serif;
}

.heading span{
    color: #d80c14;
}

.heading i{
    margin-right: 10px;
}

.heading ul li{
    font-size: 15px;
    line-height: 29px;
    /* color: #666; */
    margin: 0px;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.3px;
    text-align: justify;
    font-weight: 600;
}

.product-section img{
    width: 100%;
    height: auto;
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
}

.pro-sec-row{
    margin-top: 50px;
}

.table-sec{
    margin-top: 50px;
    margin-bottom: 25px;
}

.first-table tr th{
    width: 15%;
    color: #fff;
    padding-top: 7px;
    padding-bottom: 7px;
}

.thead-bg{
    background-color: #d80c14;
}

.pro-sec img{
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
    width: 100%;
    height: auto;
}

.vertical-text{
    writing-mode: vertical-rl;
    width: 20px;
}

.thead-text tr th{
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    text-transform: uppercase;
    padding: 5px 2px 5px 2px;
    vertical-align: middle;
}

.thead-text{
    background-color: #231f20;
}

.tbody-text tr td{
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    vertical-align: middle;
}

.second-table{
    margin-bottom: 40px;
}

.pro-head p{
    margin-bottom: 22px;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    font-size: 17px;
}

.pro-head span{
    color: #d80c14;
}

.pro-head h3{
    margin-bottom: 15px;
    font-size: 28px;
    color: #222;
    font-weight: bold;
    padding-bottom: 15px;
    font-family: 'Lato', sans-serif;
}

.pro-head h3::after{
    content: "";
    position: absolute;
    background-color: #d80c14;
    width: 150px;
    height: 4px;
    left: 0px;
    top: 39px;
    border-radius: 30px;
}

.table th, .table td{
    padding: 5px;
}
/* =====================
 End Product Page css
======================== */



/* Accordion css */

a:hover,a:focus{
    text-decoration: none;
    outline: none;
}
#accordion .panel{
    border: none;
    border-radius: 0;
    margin-bottom: 5px;
    box-shadow: none;
}
#accordion .panel-heading{
    padding: 0;
    border: none;
    border-radius: 0;
    position: relative;
}
#accordion .panel-title a{
    display: block;
    padding: 20px 30px;
    margin: 0;
    background: #e65e36;
    font-size: 17px;
    font-weight: bold;
    color: #f9e2ad;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
}
#accordion .panel-title a:before,
#accordion .panel-title a.collapsed:before{
    content: "";
    width: 20px;
    height: 2px;
    background: #f9e2ad;
    position: absolute;
    top: 30px;
    right: 30px;
}
#accordion .panel-title a:after,
#accordion .panel-title a.collapsed:after{
    content: "";
    width: 2px;
    height: 20px;
    background: #f9e2ad;
    position: absolute;
    bottom: 18px;
    right: 39px;
    transition: all 0.3s ease 0s;
}
#accordion .panel-title a:after{ height: 0; }
#accordion .panel-body{
    padding: 20px 30px;
    background: #56522b;
    border-top: 2px solid #000;
    font-size: 15px;
    color: #f9e2ad;
    line-height: 28px;
    letter-spacing: 1px;
}

.accordion_container {
    width: 500px;
  }
  
.accordion_head {
    background-color: #ed1c24;
    color: white;
    cursor: pointer;
    font-family: arial;
    font-size: 20px;
    margin: 0px 0px 1px;
    padding: 7px 11px;
    font-weight: bold;
}
  
  .accordion_body {
    /* background: lightgray; */
    border: 1px solid #d3d3d3;
  }
  
  .accordion_body p {
    padding: 0px;
    margin: 0px;
  }
  
  .plusminus {
    float: right;
    color: #ffffff !important;
    font-size: 32px;
  }
  
/* // Accordion Css */