/*CSS Document*/

/*Fonts-Detail

---Poppins---
font-family: 'Poppins', sans-serif;
Light 300
Light 300 italic
Regular 400
Regular 400 italic
Medium 500
Medium 500 italic
Semi-bold 600
Semi-bold 600 italic
Bold 700
Bold 700 italic
Extra-bold 800
Extra-bold 800 italic

---Raleway---
font-family: 'Raleway', sans-serif;
Light 300
Light 300 italic
Regular 400
Regular 400 italic
Medium 500
Medium 500 italic
Semi-bold 600
Semi-bold 600 italic
Bold 700
Bold 700 italic
Extra-bold 800
Extra-bold 800 italic
Black 900
Black 900 italic */

/*common css start*/
*:focus,
.form-select:focus {
    outline: none;
    border: none;
    box-shadow: none;
}
body {
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    line-height: 20px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    overflow-x: hidden;
}
p {
    color: #555555;
    font-size: 16px;
    line-height: 30px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}
p:last-child {
    margin-bottom: 0px;
}
small {
    color: #999;
    font-size: 14px;
    display: block;
    margin-bottom: 10px;
}
a {
    color: #ffffff;
    text-decoration: none;
    outline: none;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    font-size: 16px;
    line-height: 24px;
}
a:hover {
    color: #ed1c24;
    text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: unset;
    color: #002854;
    font-weight: 700;
    margin-bottom: 20px;
    padding: 0px;
    line-height: 1;
    font-family: "Raleway", sans-serif;
}
h1 {
    font-size: 100px;
    text-transform: capitalize;
    margin-bottom: 30px;
    color: #fff;
}
h2,
.blog-detail-wrapper h1 {
    font-size: 70px;
    color: #231f20;
    margin-bottom: 20px;
}
h3,
.blog-detail-wrapper h2 {
    font-size: 48px;
    color: #231f20;
    margin-bottom: 20px;
}
h4,
.blog-banner-wrapper h1,
.blog-list-wrapper h3,
.blog-detail-wrapper h3 {
    font-size: 36px;
    color: #231f20;
    margin-bottom: 20px;
}
h5,
.blog-detail-wrapper h4{
    font-size: 30px;
    color: #231f20;
    margin-bottom: 15px;
}
h6,
.blog-detail-wrapper h5{
    font-size: 24px;
    color: #231f20;
    margin-bottom: 0;
}
ul,
li {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.raleway_medium {
    font-family: "Raleway", sans-serif;
    font-size: 30px;
    line-height: 40px;
    font-weight: 500;
}
.textwhite {
    color: #fff;
}
.textblack {
    color: #231f20;
}
.bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.bg-lightblack{
    background-color: #231f20;
}
img {
    border: 0;
    vertical-align: top;
    height: auto;
    max-width: 100%;
}

/*.section1 .row [class*="col-"] { }
.section1  .row [class*="col-"]:first-child { margin-top: -60px; }*/
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

/*form-start*/
input[type="submit"],
input[type="button"],
button[type="submit"],
button[type="button"] {
    outline: none;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 400;
    cursor: pointer;
}
textarea {
    resize: none;
    height: 100px;
}
.form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: 6px 15px;
    font-size: 16px;
    line-height: 1.8;
    color: #999;
    background-color: #f5f5f5;
    background-image: none;
    border: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    box-shadow: none;
    color: #999999;
    font-weight: 400;
}
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}
.form-control::-webkit-input-placeholder {
    color: #999;
}
.form-control::-moz-placeholder {
    color: #999999;
    opacity: 1;
}
.form-control::-ms-input-placeholder {
    color: #999999;
}

/*form-end*/

/*scroll-Remove-start*/

/*@-moz-document url-prefix() {
	html { scrollbar-width: none; }
}*/
ul#menu-header-main-menu {
    margin: 0; /* remove default margin */
    scrollbar-width: none; /* Also needed to disable scrollbar Firefox */
    -ms-overflow-style: none; /* Disable scrollbar IE 10+ */
    overflow-y: scroll;
}
ul#menu-header-main-menu::-webkit-scrollbar {
    width: 0px;
    background: transparent; /* Disable scrollbar Chrome/Safari/Webkit */
}
ul#menu-header-main-menu {
    height: calc(100% - 120px);
    overflow-x: hidden; /* 1. */
    overflow-y: auto; /* 2. */
}

/*scroll-Remove-end*/

/*button start*/
.button-common {
    color: #fff;
    background: #ed1c24;
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    text-align: center;
    padding: 13px 35px;
    border: 0px;
    outline: 0px;
    font-weight: 500;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    width: auto;
}
.button-common:hover {
    background: #fff;
    color: #ed1c24;
}
a.button-common.hover-black:hover,
button.button-common.hover-black:hover,
input.button-common.hover-black:hover {
    background: #000;
    color: #fff;
}

/*button end*/

/*section-padding-start*/
.mb-100 {
    margin-bottom: 100px;
}
.mb-150 {
    margin-bottom: 150px;
}
.mb-200 {
    margin-bottom: 200px;
}
.mb-220 {
    margin-bottom: 200px;
}
.mb-250 {
    margin-bottom: 250px;
}
.mb-300 {
    margin-bottom: 300px;
}
.mb-600 {
    margin-bottom: 600px;
}
.mt-50{
    margin-top:50px;
}
.mt-100{
    margin-top:100px;
}
.mt-200{
    margin-top:200px;
}
/*section-padding--end*/

/*common css end*/

/*header-start*/
.hamburg {
    display: none;
}
header.header {
    position: absolute;
    width: 100%;
    padding: 50px 0px 0px;
    z-index: 99; /*-webkit-transition: all ease 0.5s; -o-transition: all ease 0.5s; transition: all ease 0.5s;*/
    -webkit-transition: all 0.4s cubic-bezier(1, 1, 1, 1);
    -o-transition: all 0.4s cubic-bezier(1, 1, 1, 1);
    transition: all 0.4s cubic-bezier(1, 1, 1, 1);
}
header.header.sticky {
    padding: 20px 0px;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 999;
    -webkit-box-shadow: 0 3px 11px rgb(57 63 72 / 11%);
    -moz-box-shadow: 0 3px 11px rgb(57 63 72 / 11%);
    box-shadow: 0 3px 11px rgb(57 63 72 / 11%);
    background-color: #fff; /* -webkit-transition: all ease 0.3s; -o-transition: all ease 0.3s; transition: all ease 0.3s;*/
    -webkit-transition: all 0.4s cubic-bezier(1, 1, 1, 1);
    -o-transition: all 0.4s cubic-bezier(1, 1, 1, 1);
    transition: all 0.4s cubic-bezier(1, 1, 1, 1);
}
img.logo-black {
    display: none;
    width: 32px;
}
header.header.sticky img.logo-black {
    display: block;
}
header.header.sticky img.logo-white {
    display: none;
}
.slick-prev:hover:before,
.slick-next:hover:before {
    color: #231f20;
}
.mobile-trigger {
    position: absolute;
    display: block;
    height: 18px;
    width: 20px;
    right: 15px;
    top: 50%;
    cursor: pointer;
    transform: translateY(-50%);
}
.mobile-trigger i {
    position: absolute;
    height: 2px;
    display: block;
    width: 20px;
    background: #ffffff;
    top: 9px;
}
.mobile-trigger i:after,
.mobile-trigger i:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: #ffffff;
    left: 0px;
}
.mobile-trigger i:after {
    top: 9px;
}
.mobile-trigger i:before {
    top: -9px;
}
.headerclose a {
    position: absolute;
    display: block;
    height: 14px;
    width: 14px;
    right: 20px;
    top: 20px;
    cursor: pointer;
}
.headerclose a:after {
    transform: rotate(45deg);
    top: 4px;
    position: absolute;
    height: 2px;
    display: block;
    width: 24px;
    background: #ffffff;
    content: "";
}
.headerclose a:before {
    top: 4px;
    transform: rotate(-45deg);
    position: absolute;
    height: 2px;
    display: block;
    width: 24px;
    background: #ffffff;
    content: "";
}
header.header.sticky .mobile-trigger i,
header.header.sticky .mobile-trigger i:after,
header.header.sticky .mobile-trigger i:before {
    background: #000;
}
.menu-wrapper #menu-header-main-menu > li{
    margin-bottom: 10px;
}
/*header-end*/

/*menu*/
.navmenu {
    border-radius: 0px;
    z-index: 50;
    position: fixed;
    overflow: auto;
    height: 100vh;
    max-width: 948px;
    width: 100%;
    background: #ed1c24;
    right: -1000px;
    padding: 80px;
    top: 0px;
    -webkit-transition: right 0.9s;
    -o-transition: right 0.9s;
    transition: right 0.9s;
    -webkit-box-shadow: 3px 10px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 3px 10px 15px rgba(0, 0, 0, 0.2);
}
/* .contact-detail {
    padding: 0px 0px 0px 30px;
    position: absolute;
    bottom: 90px;
} */
.navmenu.slide {
    right: 0px;
}
.menu-wrapper{
    margin-top:50px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.menu-wrapper .w-50{
    margin-right:50px;
}
.menu-wrapper .w-50:last-child{
    margin-right: 0;
}
.menu-wrapper h3{
    color: #fff;
    font-size: 45px;
    line-height: normal;
    font-weight: 500;
    margin-top: 5px;
    margin-bottom: 35px;
}
.contact-detail h5 {
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 10px;
}
.navmenu a {
    color: #fff;
    font-size: 40px;
    line-height: normal;
}
.navmenu .sub-menu a{
    font-size: 20px;
    color: #ffaeb1;
}
.navmenu .sub-menu a:hover{
    color: #fff;
}
li.menu-item-has-children {
    position: relative;
}
.navmenu > ul > li > ul,
.navmenu > ul > li > ul > li > ul {
    display: none;
    padding: 0px 0px 0px 30px;
}
.navmenu > ul > li > ul {
    position: relative;
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    top: 0px;
    left: 0;
    margin-top: 0px;
}
.navmenu > ul > li > ul > li > ul {
    margin-top: 20px;
    margin-bottom: 15px;
}
.navmenu > ul > li > ul li ul {
    position: relative;
    width: 100%;
    left: 0px;
}
.navmenu > ul > li > ul li ul {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.sub-menu-arrow {
    position: relative;
    left: 10px;
    top: -8px;
    cursor: pointer;
    z-index: 10;
    text-align: center;
}
.sub-menu-arrow i {
    font-size: 12px;
}
.sub-menu-arrow i.fa-chevron-down,
.sub-menu-arrow i.fa-chevron-up {
    color: #fff;
}
.headerclose {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
}
/* .navmenu > ul > li > ul li ul li:last-child,
.navmenu > ul > li > ul,
.navmenu > ul > li > ul > li:last-child {
    border-bottom: navajowhite;
} */
.navmenu > ul > li {
    /* border-bottom: 1px solid #f14950; */
    display: block;
    padding: 12px 0px 12px 30px;
}
a.navbartoggle.border-icon,
.headerclose a {
    color: #fff;
}
.navmenu > ul > li > ul > li a {
    font-size: 20px;
}
.navmenu > ul > li > ul > li > ul > li a {
    font-size: 18px;
}
.navmenu > ul > li > ul li ul li a {
    font-size: 18px;
}
.navmenu > ul > li > ul li {
    padding: 4px 0px;
}
.navmenu > ul > li > ul li .sub-menu-arrow {
    top: 10px;
}
.black-overlay {
    z-index: 50;
    background-color: rgba(0, 0, 0, 0.7);
    content: "";
    position: fixed;
    right: 0px;
    height: 100%;
    width: 100%;
    top: 0px;
    display: none;
}
.contact-detail {
    margin-bottom: 30px;
}
.contact-detail a,
.contact-detail p {
    display: inline;
    font-size: 18px;
    color: #fff;
}
.contact-detail p {
    display: block;
    margin-bottom: 0;
}
.contact-detail a + a {
    margin-top: 15px;
}
.menu-social-media{
    margin-top:10px;
    display: inline-block;
}
.menu-social-media ul {
    display: flex;
}
.menu-social-media ul li {
    margin-right: 35px;
}
.menu-social-media ul li:last-child{
    margin-right: 0;
}
.menu-social-media ul li a {
    font-size: 24px;
}
/*banner-section*/
section.bannarsectionrow:after {
    content: "";
    height: 100%;
    width: 100%;
    background: rgba(35 31 32 / 50%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
section.bannarsectionrow h1 sup {
    font-size: 18px;
    line-height: normal;
    font-weight: 500;
    text-transform: uppercase;
    top: -40px;
    left: -25px;
}
section.bannarsectionrow .banner-text {
    max-width: 31%;
    z-index: 1;
    position: absolute;
    bottom: 220px;
}
section.bannarsectionrow {
    height: 100vh;
}
.bannarsectionrow .button-common{
    margin-top: 34px;
}
/*banner-section-end*/

/*footer*/
.footer .footer-content.text-center ul li {
    display: inline-block;
}
.footer .footer-menu ul li {
    padding: 0px 20px;
}
.footer .footer-social-media ul li {
    padding: 0px 15px;
}
.footer .footerlogo {
    padding-bottom: 40px;
}
.footer .footer-menu {
    padding-bottom: 115px;
}
.footer .footer-social-media {
    padding-bottom: 40px;
}
.footer{
    padding: 150px 0px 150px;
    background: #231f20;
    border-top: 14px solid #f40000;
}
.footer .footer-title {
    padding-bottom: 110px;
    font-size: 60px;
    line-height: 1;
    color: #ffffff;
    font-weight: 300;
    font-family: "Raleway", sans-serif;
}
.footer .footer-content .footer-menu ul li a {
    text-transform: uppercase;
    color: #fff;
}
.footer .copy-rights {
    font-size: 16px;
    color: #a5a5a5;
}
.footer .footer-title sup {
    font-size: 14px;
    line-height: normal;
    text-transform: uppercase;
    top: -20px;
    left: -15px;
}
.footer .footer-social-media ul li a {
    color: #6c6b6b;
    font-size: 18px;
}
.footer .footer-social-media ul li a:hover,
.footer .footer-menu ul li a:hover {
    color: #ed1c24;
}

/*footer-end*/

/*purposesection-start*/
.minus-left {
    margin-left: -315px;
}
.radius-top-right img {
    border-top-right-radius: 200px;
}
.radius-top-left img {
    border-top-left-radius: 200px;
}
.slick-prev:before,
.slick-next:before {
    color: #ed1c24;
    font-size: 20px;
    height: 20px;
    width: 20px;
}
section.purposesectionrow .purposelefttitle {
    margin: 105px 0px 95px 0px;
}
section.purposesectionrow .purposerightslider-wrap {
    margin-bottom: 60px;
}
section.purposesectionrow .purpos-img-slide {
    text-align: right;
}
section.purposesectionrow .slick-list.draggable {
    max-width: 410px;
    margin-left: auto;
}
section.purposesectionrow .slick-prev,
section.purposesectionrow .slick-next {
    top: inherit;
    transform: inherit;
    bottom: 0px;
    margin-left: 115px;
}
section.purposesectionrow .slick-next {
    left: 60px;
}

/*purposesection-end*/

/*ourworld-section-start*/
.ourworld-top-content {
    padding-bottom: 100px;
}
.ourworld-slider-call {
    margin-right: -1350px;
}
.ourworld-sectionrow .ourworld-slide {
    padding-right: 30px;
}
.ourworld-sectionrow .ourworld-slide img {
    width: 100% !important;
}
section.ourworld-sectionrow button.slick-prev,
section.ourworld-sectionrow button.slick-next {
    top: inherit;
    bottom: -60px;
    left: 0px;
}
section.ourworld-sectionrow button.slick-next.slick-arrow {
    left: 50px;
}

/*ourworld-section-end*/

/*globalpresence-start*/
.globalpresencerow h2 {
    margin-bottom: 125px;
}
.globalpresencerow h2 span {
    color: #e1000b;
}
.globalpresence-map-img {
    margin-left: -150px;
}
.globalpresence-map-img img {
    width: 100%;
}
section.globalpresencerow {
    background: #f7f7f7;
    padding: 160px 0px 170px;
}
.globalpresence-right {
    padding-top: 40px;
}
.globalpresence-left {
    padding-right: 75px;
}
.logo-box-wrap {
    display: flex;
    flex-wrap: wrap;
    padding-left: 20px;
}
.logo-box {
    width: calc(50% - 15px);
    border: 1px solid #dddddd;
    text-align: center;
    padding: 30px 10px;
    margin-bottom: 30px;
}
.logo-box:nth-child(odd) {
    margin-right: 15px;
}
.logo-box:nth-child(even) {
    margin-left: 15px;
}
.trust-left p {
    margin-bottom: 40px;
}

/*globalpresence-end*/

/*product slider*/
.careertoprow {
    vertical-align: top;
}
.careerslider {
    padding-bottom: 30px;
    margin-bottom: 0px !important;
    border-radius: 20px;
    overflow: hidden;
}
.careerslider-inner .slick-dots {
    bottom: -30px;
}
.careerslider-inner img,
.careerslider-inner-2 img,
.careerslider-inner-2_two img,
.careerslider-inner-two ,
.p-slide img {
    max-width: 100%;
}
.careerslider-inner-2 img,
.careerslider-inner-2_two img,
.careerslider-inner-two img,
.p-slide img{
    transform: scale(0.9);
    transform-origin: bottom center;
    transition: all 0.3s cubic-bezier(1, 1, 1, 1);
}

/*.careerslider-inner-2 { padding: 0px 45px; }*/
section.generalsliderrow {
    background: #ed1c24;
    padding: 200px 0px 130px;
}
.generals-main-slider {
    padding-top: 170px;
}
.generals-main-slider h2,
.generals-main-slider p {
    color: #fff;
}
.catslider .slick-prev:before,
.catslider .slick-next:before,
.facility-slider-wrap .slick-prev:before,
.facility-slider-wrap .slick-next:before{
    color: #fff;
}
.catslider .slick-prev,
.catslider .slick-next {
    top: inherit;
    bottom: -55px;
}
.catslider .slick-next {
    right: inherit;
    left: 50px;
}
.careerslider-inner-2 .slick-prev,
.careerslider-inner-2 .slick-next{
    top: unset;
    bottom: 90px;
}
section.generalsliderrow:after {
    content: "";
    position: absolute;
    bottom: 0px;
    right: 0px;
    background: #fff;
    height: 50%;
    width: calc((100% - -320px) / 2);
    border-top-left-radius: 200px;
    z-index: 0;
}
section.generalsliderrow .row {
    position: relative;
    z-index: 99;
}
a.button-common.btn-blk {
    background: #000;
}
a.button-common.btn-blk:hover {
    background: #fff;
}
.all-product-btn {
    position: absolute;
    bottom: -40px;
}
.generalslide-box img {
    transform: translate(0%, 0) scale(0.92);
}
.generalslide-box:hover img {
    z-index: 1;
    transform: scale(1);
    opacity: 1;
}
.generalsliderwrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.generals-main-slider p {
    font-size: 24px;
    line-height: 36px;
}

/*.cat-product { margin-right: -50px; }*/
.purposeright a.button-common {
    margin-top: 26px;
}
.cat-product-call .cat-product-wrap {
    padding: 0px 60px;
}
.cat-product-call .cat-product-wrap .slick-next,
.facility-slider-wrap .slick-next {
    right: -50px;
}
.cat-product-call .cat-product-wrap .slick-prev,
.facility-slider-wrap .slick-prev {
    left: -50px;
}
.cat-product-call {
    margin-right: -65px;
}


/* about-page-start */

/* breadcrum */
.breadcrum{
	margin-top:180px;
	margin-bottom: 90px;
}
.breadcrum a:hover{
    color: #fff;
}
.breadcrum p{
	color: #ed1c24;
}
.about-wrapper {
    width: 100%;
    height: calc(100vh - 290px);
    background-color: #231f20;
}
.about-wrapper .bondsection_left p{
	margin-top:10px;
	margin-left: 120px;
}
.about-wrapper .bondsection_right .video-block {
    margin-top: 160px;
    margin-left: 150px;
}
.about-wrapper h2{
    margin-bottom: 50px;
}
.video-block{
    width: 746px;
    height: 794px;
}
.video-block video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* vision and mission */

.img-vision,
.img-mission {
    width: 100%;
    max-width: 190px;
    margin-right: -110px;
    margin-top:10px;
}
.img-mission {
    margin-right: -220px;
}
.vision-wrapper p {
    max-width: 360px;
    font-size: 20px;
    line-height: 24px;
}

.mission-wrapper p{
    font-size: 20px;
    line-height: 24px;
}

/* facility-slider */
.facility-wrapper{
    padding: 190px 0;
    background-color: #ed1c24;
}

.facility-wrapper .row > .bondsection_right{
    padding-left: 120px;
    padding-top: 170px;
}

.facility-slider {
    padding: 55px;
    background-color: #fff;
    margin-top:25px;
}

.img-facility-slider{
    max-width: 148px;
    width: 100%;
}
.facility-slider .bondsection_left{
    width: 148px;
    display: inline-block;
    vertical-align: top;
}
.facility-slider  .bondsection_right{
    width: calc(100% - 154px);
    padding-left: 30px;
    display: inline-block;
    flex-direction: column;
}


/* standards */
.standards-wrapper{
    padding:142px 0;
    background-color: #f7f7f7;
}

.img-standard{
    width: 735px;
}

.standards-wrapper .minus-right {
    margin-right: -210px;
    display: flex;
    align-items: flex-end;
    margin-top: -240px;
    flex-direction: column;
}
.standards-wrapper p{
    max-width: 520px;
    width: 100%;
    margin-left: 110px;
    margin-top: 42px;
}
.standards-wrapper h2{
    margin-bottom: 55px;
}


/* leadership */
.leadership-wrapper .bondsection_left span{
    font-size: 24px;
    color: #ed1c24;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
}

.leadership-wrapper .bondsection_right{
    padding-left: 130px;
}
.leadership-wrapper .bondsection_right h2{
    margin-bottom: 35px;
}
.leadership-wrapper .bondsection_right p{
    margin-bottom: 45px;
}


/* teams-wrapper */

.teams-wrap{
    max-width: 960px;
    margin:0 auto;
    width: 100%;
}
.team-block img{
    margin-bottom: 30px;
}
.team-block h6{
    margin-bottom: 5px;
}
.team-block span{
    font-size: 18px;
    color: #ed1c24;
}

/* Create four equal columns that sits next to each other */
.column {
    -ms-flex: 33.33%; /* IE10 */
    flex: 33.33%;
    max-width: 33.33%;
    padding: 0 15px;
}
/* explore-vacancy */
.explore-block {
    max-width: 585px;
    margin: 0 auto;
    text-align: center;
}


/* career-page */

/* career-wrapper */
.career-wrapper {
    width: 100%;
    height: calc(100vh - 290px);
}
.career-wrapper p{
    max-width: 960px;
    width: 100%;
}
.img-career{
    margin-bottom: -230px;
}


/* job-wrapper */
.numbers{
    font-size: 40px;
    font-weight: bold;
    color: #ed1c24;
    line-height: 40px;
    margin-top:50px;
    display: inline-block;
}
h2 .accordion-button{
    font-size: 70px;
    font-weight: bold;
    padding-left: 0;
}

.accordion-button:focus{
    box-shadow: none;
}
.accordion-button:not(.collapsed) {
    color: #231f20;
    background-color: transparent;
    box-shadow: none;
}
.jobs-wrapper h2{
    margin-bottom: 35px;
}

.jobs-wrapper .accordion-body{
    padding:0;
    padding-bottom: 40px;
}
.jobs-wrapper .accordion-body ul{
    margin-bottom: 30px;
}
.jobs-wrapper  .accordion-item {
    border: 0;
    position: relative;
    padding-bottom: 40px;
}
.jobs-wrapper  .accordion-item::before{
    content: "";
    position: absolute;
    top: auto;
    max-width: 1320px;
    bottom: -3px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 3px;
    background-color: #231f20;  
    z-index: 9;
}
.job-desc li,
.blog-detail-wrapper li,
.blog-detail-wrapper li p{
    position: relative;
    padding-left: 20px;
    color: #555555;
    font-size: 16px;
    line-height: 30px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}
.job-desc li::before,
.blog-detail-wrapper ul li:before{
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    background-color: #ed1c24;
    top:11px;
    left: 0;
}
.accordion-button::after{
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    background-image: unset;
    font-size: 36px;
    color: #ed1c24;
}
.accordion-button .svg-inline--fa{
    display: none;
}
.accordion-button:not(.collapsed)::after{
    background-image: unset;
}


/* join-us-section */

.join_us_block{
    padding:150px 0;
    background-color: #f7f7f7;
}

.join_us_block .row{
    max-width: 850px;
    width: 100%;
    margin: 0 auto;
}

.join_us_block .form-label {
    margin-bottom: 0.5rem;
    font-size: 20px;
    font-weight: 500;
    color: #555;
    text-transform: capitalize;
}

.join_us_block .form-control,
.join_us_block .form-select{
    background-color: transparent;
    border:0;
    border-bottom: 1px solid #231f20;
    border-radius: 0;
    color: #555;
    font-size: 16px;
    padding-left: 0;
    padding-right: 0;
}

.join_us_block .form-control::placeholder{
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    text-transform: capitalize;
}

.bz-file{
    position: relative;
}

.join_us_block .bz-file .form-label{
    cursor: pointer;
    color: #ea1b23;
    position: relative;
    bottom: -30px;
    margin-bottom: 3px;
    z-index: 1;
    width: 100%;
    border-bottom: 1px solid #231f20;
    padding-bottom: 14px;
}

.join_us_block .bz-file .form-control{
    opacity: 0;
    position: relative;
    z-index: 9;
}


/* contact-page */

.block{
    max-width: 300px;
    width: 100%;
    padding-bottom: 40px;
    border-bottom: 1px solid #231f20;
}
.block:last-child{
    border-bottom: 0;
}
/* .icon-address {
    max-width: 36px;
    width: 100%;
} */
.block img{
    margin-bottom: 25px;
    margin-top:50px;
    max-width: 50px;
    max-height: 50px;
}

/* .icon-email{
    max-width: 50px;
    width: 100%;
} */

/* .icon-phone{
    max-width: 42px;
    width: 100%;
} */
/* .icon-contact {
    max-width: 40px;
    width: 100%;
} */
.block p{
    margin-bottom: 5px;
}

.block a{
    color: #555555;
    font-size: 16px;
}
.block a:hover{
    color: #ed1c24;
}
.contact-detail-block{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}


/* gallery page */

.gallery-main-block .minus-left {
    margin-left: -212px;
}

.gallery-main-block .bondsection_right{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.gallary-block .minus-right {
    margin-right: -215px;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}
.gallary-block .minus-right img{
    margin-bottom: -70px;
}

.gallary-block {
    width: 100%;
    display: inline-block;
}


/* Product page */

.product-surface-wrapper h1{
    font-size: 170px;
    color: #231f20;
    line-height: 155px;
    letter-spacing: -5px;
    text-transform: uppercase;
    font-weight: 900;
}

.product-surface-wrapper .bondsection_left img{
    margin-top: 40px;
    margin-bottom: 110px;
}

.product-surface-wrapper .bondsection_right {
    margin-left: -100px;
}
.product-surface-wrapper .bondsection_right .minus-right {
    margin-right: -397px;
}

.general-purpose-wrapper {
    margin-top: -60px;
}


.general-purpose-content{
    height: 100%;
}

.count {
    font-size: 200px;
    color: #f7f7f7;
    font-family: "Poppins", sans-serif;
    line-height: 220px;
    font-weight: 500;
}

.generalslide-box {
    display: inline-block;
    margin:0 5px;
}

/* product-detail */

.prod-detail-que .detail-card-wrapper{
    height: 100vh;
    display: flex;
    align-items: center;
}

/* .icon-car{
    max-width: 67px;
    width: 100%;
} */

/* .icon-home{
    max-width: 57px;
    width: 100%;
} */

/* .icon-boat{
    max-width: 85px;
    width: 100%;
} */

/* .icon-block{
    max-width: 50px;
    width: 100%;
} */

.detail-card-block {
    padding: 80px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 520px;
}

.block-imgs{
    width: 100%;
    margin-top:115px;
}

.detail-card-block p{
    font-size: 24px;
    color: #555;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
}

.block-head {
    font-size: 60px;
    color: #231f20;
    line-height: 1;
    margin-bottom: 20px;
}

.block-imgs span {
    display: inline-block;
    margin-right: 25px;
}
.block-imgs span:last-child{
    margin-right: 0;
}

.prod-detail-que .accordion-body{
    padding-bottom: 0;
}

.power-wrapper {
    margin-top: -60px;
}

.img-power {
    max-width: 83%;
    width: 100%;
}

.table_wrapper th {
    font-size: 24px;
    font-family: 'Raleway', sans-serif;
    color: #fff;
    padding: 20px;
    font-weight: bold;
    background-color: #ed1c24;
}

.table_wrapper tr td{
    font-size: 16px;
    font-weight: normal;
    color: #231f20;
    padding: 17px 20px;
}

.table_wrapper tr td:first-child{
    font-weight: 600;
}
.table_wrapper .table{
    --bs-table-striped-bg: #fbfbfb;
}

.table_wrapper .table-striped>tbody>tr:nth-of-type(odd){
    --bs-table-accent-bg:#fff;
}

.table_wrapper .table-striped>tbody>tr:nth-of-type(even){
    --bs-table-accent-bg:var(--bs-table-striped-bg);
}


.prod-property img{
    max-width: 52px;
    width: 100%;
    margin-bottom: 20px;
}
.product-content {
    width: 90%;
}
.prod-properties-wrap {
    display: inline-block;
    width: 100%;
    margin-top: 40px;
}

.prod-property {
    display: inline-block;
    width: calc(50% - 4px);
    margin-bottom: 45px;
}

.prod-property span {
    display: block;
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #231f20;
}
.img-process{
    width:100px;
    height: 100px;
    border-radius: 50%;
    border:1px solid #e4e4e4;
    position: relative;
    background-color: #fff;
    margin-bottom: 25px;
}
.img-process img{
    max-width: 52px;
    width: 100%;
}

.img-process::after,
.img-process::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 76px;
    height: 1px;
    background-color: #e4e4e4;
    right: -76px;
    z-index: 0;
}
.img-process::before {
    right: auto;
    left: -76px;
}

.product-process p{
    line-height: 24px;
    margin-top:15px;
}

.other-product-slider{
    margin-top:50px;
}
.other-product-slider .generalslide-box img{
    width: 65px;
    margin-bottom: 20px;
}

.vc_row{
    margin-top:-2px;
}

.btn-wrap {
    position: relative;
}
.wpcf7-spinner{
    position: absolute;
}
.alert {
    margin:0 auto!important;
    margin-top:30px!important;
    margin-bottom: 20px!important;
    position: relative;
    padding: 1rem 1rem!important;
    margin-bottom: 1rem!important;
    border: 1px solid transparent!important;
    border-radius: 0.25rem;
    max-width: 850px;
    width: 100%;
}
.alert-danger{
    border-color: #f5c2c7!important;
}

.alert-success{
    border-color: #badbcc !important;
}

.alert-warning{
    border-color: #ffecb5 !important;
}

/* bulk-order-inquiry */

.img-minus-right{
    margin-right: -150px;
    margin-top:110px;
}

.bulk-order-banner .bondsection_left p{
    margin-left: 110px;
    padding-right: 35px;
}

.join_us_block .form-select{
    height: 41.8px;
}


/* b2b */
.b2b .bondsection_left p{
    font-size: 30px;
    line-height: 40px;
    margin-left: 105px;
}
.b2b .bondsection_left .button-common{
    margin-left:105px;
    margin-top: 20px;
}

.b2b-bredcrum-wrapper{
    position: absolute;
    width: 100%;
    z-index: 1;
}

.b2b {
    height: 100vh!important;
    padding-top: 290px;
}

.b2b-desc p{
    font-size: 30px;
    font-family: 'Raleway', sans-serif;
    line-height: 40px;
    font-weight: 500;
}

.b2b-distributor .btn-wrap .button-common{
    letter-spacing: 0.75px;
}

.b2b-service-wrapper .prod-properties-wrap{
    display: flex;
    justify-content: center;
}

.b2b-service-wrapper .prod-property img{
    margin-bottom: 0;
}

.b2b-service-wrapper .prod-circle{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 1px solid #e4e4e4;
    margin: 0 auto;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.b2b-service-wrapper .prod-circle::before,
.b2b-service-wrapper .prod-circle::after{
    content: "";
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    width: 75px;
    height: 1px;
    background-color: #e4e4e4;
    left: -75px;
}
.b2b-service-wrapper .prod-circle::after{
    left: auto;
    right: -75px;
}
.b2b-service-wrapper  .prod-property{
    width: 100%;
}

.resellstiky-row{
    background-color: #f7f7f7;
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
}

.blackbg{
    /* background-color: #231f20; */
    background-color: #ed1c24;
}
.blackbg.resellstiky-row h2{
    margin-bottom: 50px;
}
.homestickyrow{
    width: 100%;
    position: relative;
}

.resellerstikycol{
    float: left;
    width: 34%;
    margin-top:40px;
    line-height: 1;
}

.right-sticky-scr{
    float: right;
    width: 66%;
}
.largetitlecol{
    margin-bottom: 300px;
    margin-top: -40px;
    margin-right: -100px;
}
.largetitlecol:last-child{
    margin-bottom: 0;
}
.largetitlecol strong, .largetitlecol span{
    display: inline-block;
}

.largetitlecol strong{
    font-size: 220px;
    margin-right: 20px;
    color: #231f20;
    font-weight: 300;
    line-height: 250px;
    vertical-align: middle;
}
.largetitlecol span{
    font-size: 48px;
    color: #231f20;
    font-family: 'Raleway', sans-serif;
    line-height: 50px;
    font-weight: 600;
    vertical-align: middle;
}

.blackbg.resellstiky-row h2,
.blackbg.resellstiky-row p,
.blackbg.resellstiky-row .largetitlecol strong,
.blackbg.resellstiky-row .largetitlecol span,
.blackbg.resellstiky-row .offerlogothumb span,
.blackbg.resellstiky-row .offerlogothumb strong{
    color: #fff;
    -webkit-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.perfection-wrapper p{
    font-size: 30px;
}


/* blog */
.blog-banner-wrapper .minus-left{
    margin-left: -215px;
}

.blog-banner-wrapper .content-block {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.blog-banner-wrapper h1{
    color: #231f20;
}
.date{
    color: #000;
    margin-bottom: 10px;
    display: inline-block;
}

.blog-banner-wrapper .content-block h4{
    margin-bottom: 35px;
}

.blog-list-wrapper h2{
    margin-bottom: 40px;
    display: block;
    text-align: center;
}
.blog-block{
    margin-bottom: 70px;
}

.blog-block img{
    margin-bottom: 20px;
}
.blog-block .date{
    color: #555;
}

.link-blog{
    font-size: 16px;
    color: #ed1c24!important;
    font-weight: 600!important;
    letter-spacing: 0.75px;
    text-transform: uppercase;
}

.pagination ul {
    display: flex;
}
.pagination ul li{
    margin-right: 10px;
}
.page-number{
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items:center;
    font-size: 16px;
    color: #555;
    border: 1px solid #e4e4e4;
    border-radius: 50%;
}
.page-number:hover,
.page-number.active{
    background-color: #ed1c24;
    color: #fff;
    border-color: #ed1c24;
}
.pagination{
    align-items: center;
}


/* blog-detail */
.block-detail-block{
    max-width: 1072px;
    width: 100%;
    margin:0 auto;
    color: #555555;
    font-size: 16px;
    line-height: 30px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}
.block-detail-block h2{
    text-align: left;
    margin-bottom: 40px;
}
.block-detail-block span.date,
.block-detail-block span{
    margin-bottom: 20px;
    text-align: center;
    display: block;
}

.block-detail-block img{
    text-align: center;
    max-width: 100%;
    margin:0 auto;
    margin-bottom: 90px;
    display: block;
}
.block-detail-block h1{
    color: #231f20;
    margin-bottom: 30px;
}
.block-detail-block h3,
.block-detail-block h4,
.block-detail-block h5,
.block-detail-block h6{
    margin-bottom: 30px;
}

.block-detail-block p,
.blog-detail-wrapper ul{
    margin-bottom: 40px;
}

.block-detail-block ol{
    padding-left: 0;
}

.block-detail-block a,
.block-detail-block p a{
    color: #ed1c24;
    font-weight: 400;
}
.blog-detail-wrapper ol li{
    counter-increment: my-awesome-counter;
}
.blog-detail-wrapper ol li:before{
    content: counter(my-awesome-counter);
    position: absolute;
    top:0;
    left: 0;
    color: #ed1c24;
}

blockquote {
    font-size: 16px;
    width: 100%;
    margin: 50px auto;
    font-style: italic;
    color: #231f20;
    padding: 1.2em 30px 1.2em 55px;
    border-left: 8px solid #231f20;
    line-height: 1.6;
    position: relative;
    background: #cdcdcd;
}

blockquote::before {
    font-family: Arial;
    content: "\201C";
    color: #231f20;
    font-size: 4em;
    position: absolute;
    left: 10px;
    top: -4px;
}
  
  blockquote::after{
    content: '';
  }
  
  blockquote span{
    display:block;
    color:#333333;
    font-style: normal;
    font-weight: bold;
    margin-top:1em;
  }

.leave-reply .form-check label{
    font-size: 20px;
    font-weight: 600;
    color: #555;
}

.leave-reply .form-check-input{
    width: 18px;
    height: 18px;
    border:1px solid #231f20;
    background-color: transparent;
    border-radius: 0;
    margin-top:5px;
}

.leave-reply .form-check-input:checked{
    background-color: #231f20;
    box-shadow: none;
    border-color: #231f20;
}

.form-check-input:focus{
    box-shadow: none;
    outline: none;
}

/* blog-commet-section */
.comment-content a {
    word-wrap: break-word;
}


.comment-reply-title,
.comments-title {
    font: 16px/1.5;
    margin: 0;
    padding-left: 20px;
}
.comment-reply-title a{
    text-transform: capitalize;
}
.comment-list {
    list-style: none;
    margin: 20px 0 48px 0;
    text-align: left;
    padding: 0 20px;
}

.comment-author {
    font-size: 14px;
    line-height: 1.7142857142;
}

.comment-list .reply > *, .comment-metadata > * {
    font-size: 12px;
    line-height: 2;
    color: #ed1c24;
    font-weight: 600;
}
.comment-metadata a{
    font-size: 14px;
    color: #555;
}
.comment-list .reply {
    margin-top: 24px;
}

.comment-author .fn {
    font-weight: 900;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
    border-top: 1px solid #bbb;
    margin-bottom: 24px;
    padding-top: 24px;
}

.comment-list > li:first-child > article,
.comment-list > .pingback:first-child,
.comment-list > .trackback:first-child {
    border-top: 0;
}

.comment-author {
    position: relative;
}
.comment-author a {
    color: #231f20;
    text-transform: capitalize;
}

.comment-author .avatar {
    border: 1px solid rgba(0, 0, 0, 0.1);
    height: 5em;
    padding: 2px;
    position: absolute;
    top: 0;
    left: 0;
    width: 5em;
}

.says {
    display: none;
}

.comment-author,
.comment-awaiting-moderation,
.comment-content,
.comment-list .reply,
.comment-metadata {
    padding-left: 6em;
}

.comment-edit-link, .comment-list .reply, .comment-metadata {
    padding-left: 5.25em;
}

.comment-content {
    -webkit-hyphens: auto;
    -moz-hyphens:    auto;
    -ms-hyphens:     auto;
    hyphens:         auto;
    word-wrap: break-word;
    font-size: 16px;
    color: #555;
    line-height: 26px;
    font-weight: 400;
}

.comment-content ul,
.comment-content ol {
    margin: 0 0 24px 22px;
}

.comment-content li > ul,
.comment-content li > ol {
    margin-bottom: 0;
}

.comment-content > :last-child {
    margin-bottom: 0;
}

.comment-list .children {
    list-style: none;
    margin-left: 15px;
}

.comment-respond {
    margin-bottom: 24px;
    padding: 0;
    text-align: center;
    margin-top:80px;
}

.comment .comment-respond {
    margin-top: 24px;
}

.comment-respond h3 {
    margin-top: 0;
    margin-bottom: 24px;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as {
    font-size: 14px;
    line-height: 1.7142857142;
}

.no-comments {
    font-size: 16px;
    font-weight: 900;
    line-height: 1.5;
    margin-top: 24px;
    text-transform: uppercase;
}

#cancel-comment-reply-link {
    margin-top: 10px;
    display: inline-block;
    color: #ed1c24;
    text-transform: none;
}

.logged-in-as a{
    color: #ed1c24;
}
.comment-metadata {
    display: flex;
    justify-content: space-between;
}


.resellstiky-row h2{
    margin-bottom: 50px;
}


.blog-detial-tags{margin-top:150px}
.post-tags {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}
.post-tags li {
    display: inline-block;
    list-style: none;
    padding: 0 5px;
    text-align: center;
    margin-bottom: 15px;
}
.post-tags li a {
    color: #ed1c24;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    text-align: center;
    padding: 8px 24px;
    border: 0px;
    outline: 0px;
    font-weight: 500;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    width: auto;
    border: 1px solid #ed1c24;
}
.blog-detail-wrapper ul.post-tags li::before {
    content: "";
    width: 0;
    height: 0;
}
.post-tags li a:hover {
    background: #ed1c24;
    color: #fff;
}
.post-tags {
    margin-top: 20px;
    width: 100%;
    display: inline-block;
}
.grecaptcha-badge{display: none;}

section.career-wrapper.mb-600,section.aboutBannerWithImage.about-wrapper.mb-600,section.about-wrapper.bulk-order-banner.mb-600 { margin-bottom: 400px; }
section.career-wrapper,section.aboutBannerWithImage.about-wrapper,section.about-wrapper.bulk-order-banner.mb-600 { height: auto; }
section.career-wrapper .img-career,.about-wrapper .bondsection_right .video-block,section.about-wrapper.bulk-order-banner.mb-600 .img-minus-right {margin-bottom: -200px;}
.simple-content-text h3 {
    margin-top: 30px;
}
.simple-content-text a {color:#ed1c24;}
.simple-content-text a:hover {color:#555555;}





.policy-page {
    padding-top: 10px;
}

.policy-page li:after {
    content: "";
    color: #fff;
    position: absolute;
    right: -3px;
    height: 50%;
    width: 1px;
    top: 50%;
    display: block;
    background: #a5a5a5;
    transform: translateY(-50%);
}

.policy-page li {
    padding: 0px 8px;
    position: relative;
}

.policy-page li:last-child:after {
    display: none;
}



.simple-content-text .privacy-section { counter-reset: section; }
.simple-content-text h3{ margin-top: 50px; }
.simple-content-text h3.title::before { counter-increment: section; content: counters(section, ".") ". "; }
.simple-content-text .privacy-section li > strong { font-size: 20px; font-weight: 700; margin-bottom: 25px; display: block; text-transform: uppercase; }
.simple-content-text .privacy-section > ol > li, .simple-content-text .privacy-section > ol > li > ol > li, .simple-content-text .privacy-section > ol > li > ol > li > ol > li { position: relative; font-size: 18px; line-height: 1.4; color: #000; margin-bottom: 15px; padding-left: 50px; }
.simple-content-text .privacy-section > ol > li > ol > li { padding-left: 60px; }
.simple-content-text .privacy-section > ol > li > ol > li > ol > li { padding-left: 70px; }
.simple-content-text .privacy-section ol { padding-left: 25px; counter-reset: subsection; }
.simple-content-text .privacy-section > ol > li > ol { counter-reset: subsubsection; margin-top: 20px; margin-bottom: 20px; padding-left: 10px; }
.simple-content-text .privacy-section > ol > li > ol > li > ol { counter-reset: subsubsubsection; margin-top: 15px; margin-bottom: 20px; padding-left: 10px; }
.simple-content-text .privacy-section ul li { list-style: outside circle circle; }
.simple-content-text .privacy-section > ol > li::before { counter-increment: subsection; content: counter(section) "." counter(subsection) ". ";
 position: absolute; top: 0; left: 0;  color: #000; font-size: 15px; }
.simple-content-text .privacy-section > ol > li > ol > li::before { counter-increment: subsubsection;
 content: counter(section) "." counter(subsection) "." counter(subsubsection) ". "; position: absolute; top: 0; left: 0;color: #000; font-size: 15px; }
.simple-content-text .privacy-section > ol > li > ol > li > ol > li::before { counter-increment: subsubsubsection; content: counter(section) "." counter(subsection) "."
 counter(subsubsection) "." counter(subsubsubsection) ". "; position: absolute; top: 0; left: 0; padding: 2px 10px; color: #000; font-size: 15px; }
.simple-content-text .privacy-section p { font-size: 18px; line-height: 1.4; color: #000; margin-bottom: 15px; }


.policy-page li a { color: #a5a5a5; font-size: 12px; }
.policy-page li a:hover { color: #fff; }

.whatsAppIcon { position: fixed; right: 20px; bottom: 20px; z-index: 2; }
.whatsAppIcon a {
    display: block;
}


.newslatter-wrap {
    margin-bottom: 40px;
}

.footer-subscribe-form.row {
    max-width: 350px;
    position: relative;
    margin: 0px auto 10px;
    padding: 0px;
}
.footer-subscribe-form.row .form-control {padding: 6px 35px 6px 15px;font-size: 14px;}
.newslatter-form p {
    color: #a5a5a5;
}

.newslatter-form h4 {font-family: "Raleway", sans-serif;
    font-size: 30px;
    line-height: 30px;
    font-weight: 500;color: #fff;}

footer .footer-subscribe-form input[type="submit"] { border: none; border-radius: 0;
 background-image: url('../images/paper-planes.svg');
  background-repeat: no-repeat; background-position: center; background-color: transparent;
   height: 37px; z-index: 99; width: 37px; position: absolute; right: 12px; top: 0; text-indent: -9999px; padding: 0px; }
footer .footer-subscribe-form input[type="submit"]:hover 
{ background-image: url('../images/paper-planes-hover.svg'); }
.footer .wpcf7-spinner { background-color: #f40000; margin: 12px 0px 0px 0px; }
.footer .footer-social-media { padding-top: 30px; }


.Product-popup-form-main {position: fixed; background: rgba(0,0,0,0.5); width: 100%; height: 100%; left: 0px; top: 0px; display: none; padding: 50px 35px; text-align: center; overflow: auto; z-index: 99999; }
.Product-popup-form-inner {max-width: 500px; margin: 0px auto; padding: 50px; position: relative; display: inline-block; width: 100%; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); background: #fff; text-align: left; }
.Product-popup-close {position: absolute; right: 0; top: 0; color: #ed1c24; text-align: center; line-height: 1px; padding: 15px;}
.Product-popup-form-inner .form-group{margin-bottom: 30px}
.Product-popup-form-inner .form-label {margin-bottom:0rem; font-size: 20px; font-weight: 500; color: #555; text-transform: capitalize;}
.Product-popup-form-inner textarea.form-control{height: 80px;}
.Product-popup-form-inner .wpcf7-not-valid-tip{margin-top: 5px;font-size: 14px;}
.Product-popup-form-inner .wpcf7-spinner{margin-top: 10px}
.Product-popup-form-inner .form-control {background-color: transparent; border: 0; border-bottom: 1px solid #231f20; border-radius: 0; color: #555; font-size: 16px; padding-left: 0; padding-right: 0;}
.Product-popup-form-inner h2{font-size: 30px;margin-bottom: 20px;}