@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@charset "utf-8";
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0
}

body {
    line-height: 1
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

nav ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: none
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: 700
}

del {
    text-decoration: line-through
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

input,
select {
    vertical-align: middle
}
select:focus{
  outline: none;
}
*,
:after,
:before {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box
}

/*fonts*/
@font-face {
    font-family: 'Product_Sans_thin_italic';
    src: url('../fonts/ProductSans-ThinItalic.woff2') format('woff2'),
        url('../fonts/ProductSans-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Product_Sans_black';
    src: url('../fonts/ProductSans-Black.woff2') format('woff2'),
        url('../fonts/ProductSans-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Product_Sans_black_italic';
    src: url('../fonts/ProductSans-BlackItalic.woff2') format('woff2'),
        url('../fonts/ProductSans-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Product_Sans_bold';
    src: url('../fonts/ProductSans-Bold.woff2') format('woff2'),
        url('../fonts/ProductSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Product_Sans_bold_italic';
    src: url('../fonts/ProductSans-BoldItalic.woff2') format('woff2'),
        url('../fonts/ProductSans-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Product_Sans_italic';
    src: url('../fonts/ProductSans-Italic.woff2') format('woff2'),
        url('../fonts/ProductSans-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Product_Sans_light';
    src: url('../fonts/ProductSans-Light.woff2') format('woff2'),
        url('../fonts/ProductSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Product_Sans_medium';
    src: url('../fonts/ProductSans-Medium.woff2') format('woff2'),
        url('../fonts/ProductSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Product_Sans_light_italic';
    src: url('../fonts/ProductSans-LightItalic.woff2') format('woff2'),
        url('../fonts/ProductSans-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Product_Sans_medium_italic';
    src: url('../fonts/ProductSans-MediumItalic.woff2') format('woff2'),
        url('../fonts/ProductSans-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Product_Sans_thin';
    src: url('../fonts/ProductSans-Thin.woff2') format('woff2'),
        url('../fonts/ProductSans-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Product_Sans_regular';
    src: url('../fonts/ProductSans-Regular.woff2') format('woff2'),
        url('../fonts/ProductSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



body {
    font-family: 'Product_Sans_regular';
    font-size: 16px;
    line-height: 26px;
    color: #717171;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Product_Sans_bold';
}

a {
    text-decoration: none;
    color: #e51b00;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

a:active,
a:focus,
a:hover {
    text-decoration: none;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.container {
    width: 1170px;
    padding: 0 15px;
    margin: 0 auto;
}
.container-fluid {
    width: 100%;
    padding: 0 15px;
}
#wrapper {
    min-width: 100%;
    min-height: 100%;
    position: relative;
}
li {
    list-style: none
}

img {
    display: block;
    max-width: 100%;
    height: auto
}

.clearfix:after {
    content: '';
    clear: both;
    display: table;
}
.page_bg_img{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: cover;
}
.page_bg_img2{
    position: absolute;
    top: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: right top;
    background-size: cover;
    width: 335px;
    height: 283px;
}
.page_cnt{
    position: relative;
    z-index: 1;
    padding: 30px 50px 50px;
}





/*header styles*/
header{
    position: fixed;
    width: 223px;
    height: 100vh;
    padding:30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #fff;
    z-index: 99;
    -webkit-box-shadow: 0 5px 27px rgba(0,0,0,0.13);
            box-shadow: 0 5px 27px rgba(0,0,0,0.13);
}
/*header:after{
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 100%;
    background: linear-gradient(to right,rgba(224,224,224,1),rgba(224,224,224,0))
}*/
.navbar_header{
    position: absolute;
    top: 30px;
    left: 30px;
    right: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}
.logo a{
    display: block;
}
header nav ul li{
    line-height: 1;
    margin: 20px 0;
    position: relative;
}
header nav ul li a{
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #000;
    line-height: 24px;
    text-transform: capitalize;
}
header nav ul li.active > a,
header nav ul li a:hover{
    color: #ec3139;
}
header nav ul li.active a{
    font-family: 'Product_Sans_bold';
}
.page_wrappper{
    min-height: 100vh;
    overflow: hidden;
    /*padding: 0 0 0 275px;*/
    padding: 0 0 0 223px;
    position: relative;
}
.page_header {
    max-width: 700px;
    margin-bottom: 30px;
}

.page_header img{
    margin-bottom: 15px;
}
.page_header h1{
    font-size: 70px;
    line-height: 76px;
    margin-bottom: 15px;
    letter-spacing: -2px;
    color: #000;
}
.page_header h6{
    font-family: 'Product_Sans_regular';
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 15px;
    color: #000;
}

.products_Wrapper{
    margin: 0 -10px;
}
.product_slide{
    margin: 20px 10px;
}
.product_item{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 30px;
    -webkit-border-radius: 6px;
            border-radius: 6px;
}
.product_item:hover{
    background: #fff;
    -webkit-box-shadow: 0 3px 20px rgba(0,0,0,0.1);
            box-shadow: 0 3px 20px rgba(0,0,0,0.1);
}
.product_icon{
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: 65px;
    height: 65px;
    margin-right: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}
.product_info{
    width: 100%;
}
.product_info h3{
    font-family: 'Product_Sans_regular';
    font-size: 20px;
    line-height: 1;
    margin-bottom: 5px;
    font-weight: normal;
}
.product_info p{
    color: #717171;
    line-height: 22px;
}
.products_Wrapper2{
    margin-top: 20px;
}
.products_Wrapper2_slider{
    padding: 50px 10%;
    background: #fff;
    margin-top: 100px;
}
.product_item_lg{
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.product_img_lg{
    overflow: hidden;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
}
.product_img_lg img{
    max-width: 100%;
}
.products_Wrapper2_info{
    padding-left: 5%;
}
.products_Wrapper2_info h2{
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 10px;
    color: #191919;
}
.products_Wrapper2_info p{
    margin-bottom:5px;
    color: #282828;
}
.products_Wrapper2_info a{
    font-weight: bold;
}
.products_Wrapper2_info a:hover{
    color: #000;
}

.slick-dots li{
    width: auto;
    height: auto;
}
.slick-dots li button{
    width: 10px;
    height: 10px;
    background: #717171;
    margin: 0;
    -webkit-border-radius: 50%;
            border-radius: 50%;
}
.slick-dots li.slick-active button{
    background: #ec3139;
}
.slick-dots li button:before{
    display: none;
}

.products_Wrapper2_slider .slick-dots{
    bottom: 20px;
    text-align: left;
    padding-left: 230px;
    width: auto;
}




.menu_toggle{
    display: none;
}   
.menu_toggle button {   
  padding: 0;
  outline: none;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  width: 48px;
  height: 48px;
  background-color: #ec3139;
  -webkit-transition: background-color 2s ease;
  -o-transition: background-color 2s ease;
  transition: background-color 2s ease;
}
.menu_toggle button:hover{
    background: #ec3139;
}
.button-inner-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}
/* Menu toggle button */
.icon {
    line-height: 0;
}
.menu-icon {
  text-align: right;
  width: 27px;
}
.menu-icon::after, .menu-icon::before {
  background-color: #fff;
  content: "";
  display: inline-block;
  height: 3px;
  width: 27px;
  margin: 3px 0;
  -webkit-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.menu-icon::before {
  width: 27px;
}
.menu-icon::after {
  width: 18px;
}
#menu-button:hover .menu-icon::before {
  width: 18px;
  -webkit-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
#menu-button:hover .menu-icon::after{
  width: 27px;
  -webkit-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
#menu-button.is-opened {
  background-color: #ec3139;
}
#menu-button.is-opened .menu-icon::before {
  -webkit-transform: rotateZ(135deg) translate(3px, -3px);
      -ms-transform: rotate(135deg) translate(3px, -3px);
          transform: rotateZ(135deg) translate(3px, -3px);
  width: 27px;
}
#menu-button.is-opened .menu-icon::after {
  -webkit-transform: rotateZ(-135deg) translate(3px, 3px);
      -ms-transform: rotate(-135deg) translate(3px, 3px);
          transform: rotateZ(-135deg) translate(3px, 3px);
  width: 27px;
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
}
.slick-initialized .slick-slide:focus{
    outline: none;
    border: none;
}

.page_load{
    position: fixed;
    width: 100%;
    height: 100vh;
    background: rgba(255,255,255,1);
    z-index: 999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}

.laod_icon{
    position: relative;
}
.laod_icon img{
    margin-top: -10px;
    position: relative;
    left: 100px;
    -webkit-animation-name: slide;
            animation-name: slide;
    -webkit-animation-duration: 0.4s;
            animation-duration: 0.4s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    opacity: 0;
}
.laod_icon img.two{
    -webkit-animation-delay: 0.8s;
            animation-delay: 0.8s;
}
.laod_icon img.three{
    -webkit-animation-delay: 1.2s;
            animation-delay: 1.2s;
}

@-webkit-keyframes slide {
  from {left: 100px;opacity: 0;}
  to {left: 0;opacity: 1;}
}

@keyframes slide {
  from {left: 100px;opacity: 0;}
  to {left: 0;opacity: 1;}
}


.pre-laod{
    opacity: 0;
}

.page_title{
    position: relative;
    height: 194px;
}
.arrrow_shape{
    position: absolute;
    left: -52px;
    top: -30px;
}
.page_title h2{
    position: relative;
    z-index: 1;
    font-family: 'Product_Sans_bold';
    font-size: 50px;
    line-height: 1;
    color: #fff;
    text-transform: capitalize;
}
.corporate_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.corporate_lft {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
}

.corporate_rht{
    -webkit-box-flex:  0;
    -webkit-flex:  0 0 385px;
        -ms-flex:  0 0 385px;
            flex:  0 0 385px;
    max-width: 385px;
    position: relative;
    margin-left: 30px;
}
.page_img{
    width: 100%;
    height: 465px;
    position: relative;
    -webkit-border-radius: 15px;
            border-radius: 15px;
}
.page_img img{
    position: absolute;
    min-width: 100%;
    left: 0;
    top: 0;
}
.corporate_rht .overlay_black{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    -webkit-border-radius: 15px;
            border-radius: 15px;
}
.red_shape{
    width: 123px;
    height: 123px;
    -webkit-border-radius: 15px;
            border-radius: 15px;
    position: absolute;
    background: rgba(229,27,0,0.5);
    left: -webkit-calc(100% - 65px);
    left: calc(100% - 65px);
    top: -webkit-calc(100% - 75px);
    top: calc(100% - 75px);
}

.corporate_lft .page_header h1{
    font-size: 40px;
    line-height: 46px;
}
.corporate_lft .page_header p{
    color: #4c4c4c;
}
.corporate_lft .page_header p strong{
    color: #e51b00;
}
.specializations .product_info{
    position: absolute;
    left: -webkit-calc(100% + 30px);
    left: calc(100% + 30px);
    top: 0;
    width: 260px;
    min-height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.4s all ease-in-out;
    -o-transition: 0.4s all ease-in-out;
    transition: 0.4s all ease-in-out;
}
.corporate_lft .page_header{
    max-width: 100% !important;
}
.specializations ul{
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
}
.specializations ul li{
    margin-right: 20px;
}
.specializations ul li a{
    display: block;
    width: 101px;
    height: 101px;
    background: #fff;
    border: 1px solid #acacac;
    -webkit-border-radius: 15px;
            border-radius: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}
.specializations ul li a:hover{
    background: #fad6d1;
    border-color: #fad6d1;
}
.specializations ul li a:hover .product_info{
    visibility: visible;
    opacity: 1;
    left: 100%;
}
.specializations h4{
    font-family: 'Product_Sans_bold';
    font-size: 30px;
    line-height: 1;
    color: #e51b00;
    margin-bottom: 15px;
}
.specializations {
    margin-top: 40px;
}


.products_list{
    margin-top: 35px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.product_list_item{
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 375px;
        -ms-flex: 0 0 375px;
            flex: 0 0 375px;
    margin: 0 20px 20px 0;
    padding: 25px 30px;
    border: 1px solid #c2c2c2;
    -webkit-border-radius: 15px;
            border-radius: 15px;
    position: relative;
    overflow: hidden;   
    background: #fff;
    position: relative;
    -webkit-transition: 0.4s all ease-in-out;
    -o-transition: 0.4s all ease-in-out;
    transition: 0.4s all ease-in-out;
}
.product_list_item:hover{
    -webkit-box-shadow: 0 4px 25px rgba(0,0,0,0.18);
            box-shadow: 0 4px 25px rgba(0,0,0,0.18);
    -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
            transform: translateY(-20px);
}
.product_list_item:after{
    content: '';
    width: 90px;
    height: 100%;
    background: url(../images/bg_img4.png) no-repeat right bottom;
    background-size: contain;
    position: absolute;
    bottom: -1px;
    right: -1px;
    opacity: 0.3;
}
.product_item_cnt{
    position: relative;
    z-index: 1;
}
.products_title{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 25px;
}
.products_title img{
    margin-right: 20px;
}
.products_title h3{
    font-family: 'Product_Sans_regular';
    font-size: 30px;
    line-height: 1;
    color: #ec3139;
    text-transform: capitalize;
    font-weight: normal;
}
.product_item_cnt p{
    line-height: 22px;
    margin-bottom: 25px;
}
.product_item_cnt a{
    font-family: 'Product_Sans_medium';
    font-size: 16px;
    line-height: 22px;
}

.conatct_form_wrapper {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}
.renspur_adresss,.form_blk{
    background: #fff;
    border-radius: 15px;
    padding: 30px;
    flex: 0 0 397px;
    margin: 15px;
}
.form_blk{
    background:#952249;
}
.renspur_adresss img{
    width: 120px;
    margin-bottom: 20px;
}
.renspur_adresss address{
    line-height: 22px;
    font-style: normal;
}
.renspur_adresss address strong{
    font-family: 'Product_Sans_medium';
    font-weight: normal;
    display: block;
    color: #000;
}
.renspur_adresss address p{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.renspur_adresss address p + p{
    margin-top: 20px;
}
.renspur_adresss address p span{
    color: #000;
}
.renspur_adresss a{
    color:#ec3139;
}
.renspur_adresss a:hover{
    color: #000;
}
.renspur_adresss address p.call{
    display: block;
    color: #000;
    font-family: 'Product_Sans_medium';
}
.renspur_adresss address p.call a{
    color: #000;
}
.renspur_adresss address p.call a:hover{
    color: #ec3139;
}
.form_blk form{
    height: 100%;
}
.form_group label{
    display: block;
    font-size: 14px;
    line-height: 22px;
    color: #fff;
}
.form_control{
    border: none;
    border-bottom: 1px solid #a54364;
    padding: 0;
    box-shadow: none;
    font-family: 'Product_Sans_medium';
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    background: none;
    display: block;
    width: 100%;
    padding:0 0 7px;
}
select.form_control{
    padding-left: 0;
    color: #fff;
}
option{
    color: #000;
}
option:disabled {
    display: none;
}
select:not(:focus):invalid {
    color: #db6370;
}
.form_control:focus{
    outline: none;
    box-shadow: none;
}
.form_control::placeholder{
    color: #db6370;
}
.form_blk h3{
    font-family: 'Product_Sans_medium';
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 20px;
    color: #fff;
    font-weight: normal;
}
.form_group{
    margin-bottom: 10px;
}
.btns_block{
    text-align: right;
    margin-top: 30px;
}
.btn{
    display: inline-block;
    font-family: 'Product_Sans_medium';
    font-size: 16px;
    line-height: 42px;
    padding: 0 24px;
    color: #fff;
    text-transform: capitalize;
    background: #c34553;
    border: 1px solid #c34553;
    box-shadow: none;
    border-radius: 6px;
    text-align: center;
    cursor: pointer;
    transition: 0.4s all ease-in-out;
}
.btn:hover{
    background: #fff;
    color: #c34553;
}
.btn_white{
    border-color: #fff;
    background:#fff;
    color: #c34553;
}


input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.thankyou_wrapper{
    margin-top: 50px;
}
.thankyou_wrapper .page_header h1{
    font-size: 60px;
    line-height: 1;
    color: #fff;
    margin-bottom: 20px;
}
.thankyou_wrapper .page_header p{
    font-size: 30px;
    color: #fff;
}



/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background:#e51b00;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #000; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  /*background: #b30000; */
}


/*products*/
.products_page_wrapper{
    overflow: auto;
}
.products_page_wrapper .page_cnt{
    height: 100vh;
    padding-top: 187px;
    overflow: auto;
}

.products_header{
    height: 167px;
    position: fixed;
    left: 223px;
    width: calc(100% - 223px);
    z-index: 9;
}
.products_header_title{
    padding: 30px 50px;
    background: #e51b00;
}
.products_header_title h1{
    font-family: 'Product_Sans_bold';
    font-size: 50px;
    line-height: 1;
    color: #fff;
    text-transform: capitalize;
}
.bredcrumb{
    padding: 18px 50px;
     background: #e8e8e8;
}
.bredcrumb ul{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    line-height: 1;
}
.bredcrumb ul li{
    margin-right: 45px;
    line-height: 1;
}
.bredcrumb ul li a{
    font-size: 18px;
    line-height: 22px;
    color: #4c4c4c;
}
.bredcrumb ul li a.active{
    font-family: 'Product_Sans_bold';
    color: #e51b00;
}
.bredcrumb ul li a:hover{
    color: #e51b00;
}

.products_page_cnt {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.products_lft {
    flex: 0 0 860px;
    max-width: 860px;
}

.products_page_cnt {
    display: flex;
}
.products_lft {
    flex: 0 0 calc(66.66% - 20px);
    max-width: calc(66.66% - 20px);
    margin: 0 10px 20px;
}
.products_rht {
    flex: 0 0 calc(33.33% - 20px);
    max-width: calc(33.33% - 20px);
    margin: 0 10px 20px;
    padding-top: 90px;
}
.products_tab_cnt {
    position: sticky;
    top: 0;
}
.products_item{
    position: relative;
    border: 1px solid transparent;
    border-radius: 10px;
    padding: 12px 70px 12px 20px;
    display: block;
    transition: 0.4s all ease-in-out;
}
.products_item.active,
.products_item:hover{
    border-color: #e1e1e1;
    background: #fff;
}
.products_card_header h3 {
    font-family: 'Product_Sans_bold';
    font-size: 18px;
    line-height: 22px;
    color: #e51b00;
    transition: 0.4s all ease-in-out;
}

.products_card_header h3, .products_card_header p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.products_card_header  p {
    font-size: 16px;
    line-height: 22px;
    color: #717171;
}
.card_toggle {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    width: 20px;
    height: 11px !important;
    background: none;
    border: none;
    box-shadow: none;
    cursor: pointer;
    right: 10px;
    padding: 0;
    height: 80px;
    width: 40px !important;
    height: 40px !important;
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
}
.products_row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.products_row .products_item{
    flex: 0 0 calc(100% / 2 - 20px);
    max-width:calc(100% / 2 - 20px);
    margin: 0 10px 20px;
}
.products_row .products_item .card_toggle{
    visibility: hidden;
    opacity: 0;
    transition: 0.4s all ease-in-out;
}
.products_row .products_item.active .card_toggle,
.products_row .products_item:hover .card_toggle{
    visibility: visible;
    opacity: 1;
}

.products_row .products_item .card_toggle{
    visibility: hidden;
    opacity: 0;
    transition: 0.4s all ease-in-out;
}
.products_row .products_item h3{
    color: #000;
}
.products_row .products_item.active h3,
.products_row .products_item:hover h3{
        color: #e51b00;
}
.products_tab_panel{
    background: #fff;
    border: 1px solid #e1e1e1;
    padding: 15px 30px 30px;
    transition: none;
}
.products_toggle_cnt{
    margin-top: 25px;
}
.products_toggle_cnt ul{
        padding: 0 0 0 20px;
}
.products_toggle_cnt ul li{
    list-style: disc;
}
.products_tab_panel .products_card_header{
    position: relative;
}
.products_tab_panel .products_card_header .card_toggle{
    right: -20px;
    display: none;
}
.product_card_img {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 25px;
}


.products_page_wrapper{
    height: 100vh;
    overflow: hidden;
}
.corporate_cnt_blk {
    margin-top: 25px;
    padding: 30px;
    background: #f6f6f6;
    border: 1px solid #c2c2c2;
    border-radius: 8px;
}
.corporate_cnt_blk h3{
    font-size: 20px;
    line-height: 26px;
    color: #000;
}
.corporate_cnt_blk p{
    color:#4c4c4c;
}
.corporate_lft p + p{
    margin-top: 30px;
}
.career_form_wrapper{
    justify-content: flex-start;
}
.career_form_wrapper .btn{
    width: 160px;
}
.renspur_adresss h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    line-height: 40px;
    margin: 0 0 30px;
    color: #000;
    font-weight: 600;
}
.open_location h3,
.open_positions h3{
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    color: #000;
}

.open_location ul{
    display: flex;
    flex-wrap: wrap;
    max-width: 70%;
    margin-bottom: 30px;
}
.open_location ul li{
    flex:0 0 50%;
    max-width: 50%;
    font-family: 'Poppins', sans-serif;
}
.open_positions li,
.open_location li{
    font-size: 17px;
    color: #717171;
}
.renspur_adresss .btn{
    margin-top: 30px;
    margin-left: auto;
    display: block;
}
.career_form {
    display: none;
}

.home_banner{
    display: flex;
}
.hb_lft {
    flex: 0 0 50%;
    max-width: 50%;
}
.hb_lft .page_header h1{
    position: relative;
    margin-bottom: 50px;
}
.hb_lft .page_header h1::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 100px;
    height: 5px;
    background: #ec3139;
}
.hb_rht {
    padding-left: 5%;
    position: relative;
}
.home_products_list h2{
    font-size: 70px;
    line-height: 76px;
    margin-bottom: 50px;
    color: #000;
}
.hpl_row {
    display: flex;
    flex-wrap: wrap;
    margin:0 -15px;
}
.hp_item {
    display: block;
    flex: 0 0 25%;
    max-width: 25%;
    padding: 15px;
}
.hp_item:hover .hpi_img{
    transform: scale(1.1);
}
.hpi_img {
    display: block;
    padding: 0 0 60%;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 0 15px;
    border-radius: 10px;
    transition: 0.4s all ease-in-out;
    background-position: center center;
}
.card_title {
    font-size: 20px;
    line-height: 1.6;
    text-transform: capitalize;
    letter-spacing: 0.04em;
    display: block;
}
.product_item_lg{
    justify-content: center;
}
.slick-arrow{
    width: 25px;
    height: 25px;
    background:url(../images/right_chevron_lg.png) no-repeat center !important;
    background-size: contain !important;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.4s all ease-in-out;
}
.slick-arrow::before{
    display: none;
}
.slick-prev{
    left: 0;
    background-image: url(../images/left_chevron.png) !important;
}
.slick-prev:hover{
    background-image: url(../images/left_chevron_red.png) !important;
}
.slick-next:hover{
    background-image: url(../images/right_chevron_red.png) !important;
}
.slick-next{
    right: 0;
    transform: translateY(-50%);
}

.hb_rht img{
    transform: scale(1.5);
}
.dropdown_btn{
}
.dropdown_btn.open img{
    transform: rotate(180deg);
}
.dropdown-menu{
    padding: 15px 20px 0;
    display: none;
}
.dropdown-menu li{
    margin:0;
}
.dropdown-menu li a{
    color: #717171;
    font-weight: 400;
}


.dropdown-menu li + li{
    margin-top: 10px;
}
.career_form_wrapper .renspur_adresss{
    flex:0 0 475px;
    max-width: 475px;
}
.products_Wrapper2_slider{
    background: #e7e7e7;
    max-width: 930px;
    padding: 0 100px;
    margin: auto;
}
.products_Wrapper2{
    background: #e7e7e7;
    margin: 0 -50px;
    padding: 50px 0;
}
.events_row {
    display: flex;
    flex-wrap: wrap;
}
.events_ctgry {
    flex: 0 0 360px;
    max-width: 360px;
    margin:0 20px 20px 0;
}
.event_img{
    height: 182px;
    background:#f7f7f7;
    border-radius: 10px;
    overflow: hidden;
    margin:0 0 20px 0;
    display: block;
}
.events_ctrgy_cnt{
    display: block;
}
.events_ctrgy_cnt strong{
    display: block;
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    color: #e73338;
}
.events_ctrgy_cnt p{
    color: #000;
}
.event_img img{
    display: block;
    width: 100%;
}
.page_wrappper_events .page_bg_img {
    width: 365px;
    height: 385px;
    left:auto;
    right: 0;
}
.events_row2{
    display: flex;
    flex-wrap: wrap;
    max-width: 1140px;
}
.events_row2 .event_img{
    height: 210px;
    margin: 0 !important;
}
.events_row2 .event_img img{
    height: 100%;
    transition: 0.4s all ease-in-out;
}
.events_row2 .events_ctgry:hover .event_img img{
    transform: scale(1.2);
}
ul.events_nav {
    max-width: 1110px;
    display: flex;
    flex-direction: row-reverse;
    margin: -40px 0 30px 0;
    position: relative;
    z-index: 1;
}
ul.events_nav li{
    margin:0 0 0 40px;
}
ul.events_nav li a{
    color: #717171;
    font-weight: 600;
}
ul.events_nav li a.active{
    color:#ec3139;
    font-weight:bold;
}
.dropdown_btn img{
    position: absolute;
    right: 0;
    top: 10px;
    cursor: pointer;
}

.category_differnt{
    border-top: 5px solid #ccc;
    padding: 20px 0;
}
.category_differnt > h3{
    font-size: 20px;
    line-height: 1;
    color: #e51b00;
    padding-left: 15px;
    margin-bottom: 20px;
}

.products_tab_cnt .category_differnt{
    display: none;
}
.bredcrumb  li:nth-child(2) a:hover,
.dropdown-menu li:nth-child(2) a:hover{
    color: #524692 !important;
}
.bredcrumb  li:nth-child(2) a.active,
.dropdown-menu li:nth-child(2).active a{
    color: #524692 !important;
}
.hb_lft .page_header p{
    font-size: 18px;
    line-height: 26px;
}
.webmail_btn {
    display: block;
    padding: 0 10px;
    margin-top: 200px;
    position: absolute;
    bottom: 60px;
    left: 30px;
    right: 30px;
    background: #ed323a;
    border-color: #ed323a;
}
.corporate_img{
    position: relative;
}
.corporate_img2{
    margin-top: 200px;
}
.corporate_img2 .red_shape{
    top: auto;
    bottom: calc(100% - 75px);
}