/********** Padding/Margin ********/

.pdtop {
  padding-top: 100px;
}
.pdtop80 {
  padding-top: 80px;
}
.pdtop60 {
  padding-top: 60px;
}
.pdtop40 {
  padding-top: 40px;
}
.pdtop30 {
  padding-top: 30px;
}
.pdtop20 {
  padding-top: 20px;
}
.pdtop10 {
  padding-top: 10px;
}
.pdtop5 {
  padding-top: 5px;
}
.pdbtm {
  padding-bottom: 100px;
}
.pdbtm80 {
  padding-bottom: 80px;
}
.pdbtm60 {
  padding-bottom: 60px;
}
.pdbtm40 {
  padding-bottom: 40px;
}
.pdbtm30 {
  padding-bottom: 30px;
}
.pdbtm20 {
  padding-bottom: 20px;
}
.pdbtm10 {
  padding-bottom: 10px;
}
.mrtop {
  margin-top: 100px;
}
.mrtop80 {
  margin-top: 80px;
}
.mrtop60 {
  margin-top: 60px;
}
.mrtop50 {
  margin-top: 50px;
}
.mrtop40 {
  margin-top: 40px;
}
.mrtop30 {
  margin-top: 30px;
}
.mrtop20 {
  margin-top: 20px;
}
.mrtop15{
  margin-top:15px;
}
.mrtop10 {
  margin-top: 10px;
}
.mrtop5{
  margin-top:5px;
}

.mrbtm {
  margin-bottom: 100px;
}
.mrbtm80 {
  margin-bottom: 80px;
}
.mrbtm60 {
  margin-bottom: 60px;
}
.mrbtm50 {
  margin-bottom: 50px;
}
.mrbtm40 {
  margin-bottom: 40px;
}
.mrbtm30 {
  margin-bottom: 30px;
}
.mrbtm20 {
  margin-bottom: 20px;
}
.mrbtm10 {
  margin-bottom: 10px;
}

/***********/
h1, h2, h3, h4, h5, h6{
      font-family: "poppins", sans-serif;
      margin-bottom: 0 !important;
      padding: 0 !important;
}

ul{
    list-style: none;
}

ol, ul {
  padding-left: 0;
}

a, a:active, a:hover, a:focus {
  text-decoration: none;
  outline: 0 none;
}

img {
  max-width: 100%;
  height: auto;
}

/************/


.fw-black {
  font-weight: 900 !important;
}
.fw-extbold {
  font-weight: bold !important;
}
.fw-bold {
  font-weight: bold !important;
}
.fw-medium {
  font-weight: 500 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}
.fw-normal {
  font-weight: normal;
}
.fw-light {
  font-weight: 300;
}

.font-poppins{
   font-family: "Poppins", sans-serif;
}

.color-black-jet {
  color: #0a0a0a;
}

.color-blue {
  color: #06112d;
}

.color-blue2 {
  color: #2f316c;
}

.bgcolor-blue{
  background-color: #06112d;
}

.font-63 {
  font-size: 63px;
  line-height: 73px;
}

.font-47 {
  font-size: 47px;
  line-height: 60px;
}

.font-40 {
  font-size: 40px;
  line-height: 55px;
}

.font-35 {
  font-size: 35px;
  line-height: 56px;
}

.font-32 {
  font-size: 32px;
  line-height: 52px;
}

.font-29 {
  font-size: 29px;
  line-height: 47px;
}

.font-25 {
  font-size: 25px;
  line-height: 40px;
}

.font-20 {
  font-size: 20px;
  line-height: 36px;
}

.font-18 {
  font-size: 18px;
  line-height: 30px;
}

.font-14 {
  font-size: 14px;
  line-height: normal;
}


/*************/

.button-blue, .button-blue:focus {
  font-family: "Poppins", sans-serif;
  background-color: #1e276f;
  padding: 15px 30px;
  outline: 0;
  border: 2px solid transparent;
  color: #fff;
  border-radius: 5px;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: normal;
  display: inline-block;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.button-blue:hover {
  background-color: #fff;
  border-color: #1e276f;
  color: #1e276f;
  -webkit-transition: all ease-in 0.6s;
  -o-transition: all ease-in 0.6s;
  transition: all ease-in 0.6s;
}

.secDevider{
  border: 1px solid rgba(177, 177, 177, 0.2);
  max-width: 1000px;
  margin: 0 auto;
}

.secDevider2{
  border: 1px solid rgba(177, 177, 177, 0.1);
  max-width: 100%;
  margin: 0 55px;
}

body{
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 30px;
    position: relative;
}

body::after{
  content: "";
  position: absolute;
  background-image: url("../images/scale.png");
  background-repeat: repeat;
  background-position: right top;
  pointer-events: none;
  width: 15px;
   height: 100%; /* full height of body */
  right: 0;
  z-index: 9999;
  top: 0;
}


/* =============================
   HEADER STYLES
============================= */

/* General header wrapper */

header .container-fluid,
.mainBanner .container-fluid,
.trustus .container-fluid{
  max-width: 100%;
  padding: 0 50px;
}

header.sticky-fixed-after {
  width: 100%;
  z-index: 9999;
  background: #fff;
  position: sticky;
  left: 0;
  right: 0;
  top: 0;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

/* ===== Topbar ===== */
.topbar-layout2 {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 100;
  background-color: #0a1015;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 15px 0;
}

.topbar-layout2 .search-input-container input {
  border: none;
  border-radius: 30px;
  padding: 6px 15px;
  width: 220px;
  outline: none;
}

.topbar-layout2 .header-address-info {
  margin: 0;
  padding: 0;
  list-style: none;
}

.topbar-layout2 .header-address-info li {
  color: #fff;
  font-size: 14px;
  font-weight: normal;
}

.topbar-layout2 .header-address-info a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: normal;
}

.topbar-layout2 .header-address-info a:hover {
  color: #f16529; /* orange highlight */
}

.topbar-layout2 .coloro {
  color: #f16529; /* orange icons */
}

/* ===== Navigation Bar ===== */

.menu-layout1 {
  padding: 12px 0;
  background: #fff;
}

.temp-logo img {
  max-height: 68px;
}

.template-main-menu{
  position: relative;
}

.template-main-menu .main-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
}

.template-main-menu .main-menu li {
  position: relative;
  margin-left: 15px;
}

.template-main-menu .main-menu li a {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  text-transform: uppercase;
  color: #000000;
  padding: 36px 20px;
  font-family: "Encode Sans Condensed", sans-serif;
}

.template-main-menu .main-menu li:first-child > a {
  padding: 36px 12px 36px 0;
}

.template-main-menu .main-menu li a:hover {
  color: #f16529; 
}

.template-main-menu .main-menu li a.hdrbtn {
  padding: 10px 10px;
}

/* Dropdown */
.template-main-menu .main-menu li ul.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  border: none;
  min-width: 250px;
}
.template-main-menu .main-menu li ul.dropdown-menu li {
  margin: 0;
}

.template-main-menu .main-menu li ul.dropdown-menu li a {
  padding: 8px 20px;
  display: block;
  color: #333;
   font-family: "Encode Sans Condensed", sans-serif;
   font-size: 15px;
   font-weight: 500;
   text-transform: capitalize;
   position: relative;
   line-height: 35px;
}

.dropdown-menu, .dropdown-menu1 {
  display: none;
  position: absolute;
  background: #fff;
  list-style: none;
  margin: 0;
  z-index: 1000;
}


.dropdown-submenu > .dropdown-menu1 {
  top: 0;
  left: 100%;
  margin-top: 0;
  margin-left: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0 ;
  border-radius: 0;
  min-width: 250px;
}


.dropdown-submenu > a::after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-left-color: transparent;
  border-style: solid;  
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 13px;
  margin-right: 0px;
}

.template-main-menu .main-menu li ul.dropdown-menu li a:hover {
  color: #ffffff;
  background-color: #e66d3a;
}

.dropdown-submenu:hover .dropdown-menu1{
    display: block;
    background: #fff;
}






/*
.template-main-menu .main-menu li:hover > ul.dropdown-menu {
  display: block;
}




.dropdown.open > .dropdown-menu,
.dropdown-submenu.open > .dropdown-menu1 {
  display: block;
}

.template-main-menu .main-menu li ul.dropdown-menu li {
  margin: 0;
}

.template-main-menu .main-menu li ul.dropdown-menu li a {
  padding: 8px 20px;
  display: block;
  color: #333;
   font-family: "Encode Sans Condensed", sans-serif;
   font-size: 15px;
   font-weight: 500;
   text-transform: capitalize;
   position: relative;
   line-height: 35px;
}




*/


/* Hide dropdown by default */
.main-menu .dropdown-menu {
  display: none;
  position: absolute;
  background: #fff;
  padding: 10px 0;
  list-style: none;
  z-index: 999;
}

/* Submenu styling */
.main-menu .dropdown-submenu .dropdown-menu1 {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  background: #fff;
}



/* ===== Get a Quote button ===== */

.template-main-menu .hdrbtn {
  background: #f16529;
  color: #fff !important;
  padding: 8px 15px;
  border-radius: 5px;
  font-weight: bold;
  transition: background 0.3s ease;
}

.template-main-menu .hdrbtn:hover {
  background: #d35400;
}

/******/

/* Mobile styles */
.mobile-toggle {
   background:none;
   border:none;
   font-size:24px;
   cursor:pointer;
   margin-left:auto;
}
/* ===== Modal Styles ===== */

/*.modal-header {
  background: #f9f9f9;
  border-bottom: 1px solid #ddd;
}

.modal-header b {
  font-size: 20px;
  color: #333;
}

.modal-body input,
.modal-body textarea {
  width: 100%;
  border: 1px solid #ddd;
  padding: 10px;
  border-radius: 5px;
}*/

.form-submit1 {
  background: #f16529;
  border: none;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  font-weight: bold;
  transition: background 0.3s ease;
}

.form-submit1:hover {
  background: #d35400;
}


.hdrbtnmob{display: none;
color: #fff;
  background: #e66d3a;
  padding: 8px 15px;
  margin: 0px;
  border-radius: 5px;
}

/**************/
.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto 20px;
    padding: 5px 0 0;
}

.mainBannerUs{

  background-image:url("../images/us-banner.jpg");
  background-repeat: no-repeat;
  background-position: center right -400px;
  height: 650px;
  display: flex;
  position: relative;
  z-index: 0;
}


.mainBannerUs p{
  margin-bottom:0;
}

.headbtndwn {
  margin-left: 15px;
}

.headbtn a button, .headbtn a button:focus {

  display: inline-block;
}

.trustus .container-fluid{
      padding:0 50px;
}
/*
.why .container {
  max-width: 1100px;
  margin: 10px auto 0;
}
*/
.whyttl p {
  margin: 30px 20px 0;
}

    .whylist li{
      font-size:20px;
      line-height:34px;
      position: relative;
    padding-left: 25px;
    text-align: left;
    margin-bottom: 5px;
    }

    .whylist li i{
      position: absolute;
      left:0;
      color: #2f316c;
    }

    .whycol a h4{
      margin-bottom:0;
    }

    .whycolinner {
      padding: 10px 10px;
      overflow: hidden;
    }

    .whyclinrDesc{
      text-align: center;
    }

    .whycolinner img {
      width: 100%;
    height: auto;
    -moz-transition: all 0.9s;
    -webkit-transition: all 0.9s;
    transition: all 0.9s;
  }
  
  .whyclinrDesc p {
  font-size: 14px;
  line-height: normal;
}

.whycolinner:hover img{
  -moz-transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.whycol a:hover p{
  color:#2f316c;
}

.whyclinrDesc {
  text-align: center;
}

.msnrLink .button-blue img,.msnrLink .button-blue:focus img{
  max-width: 23px;
  margin-right: 10px;
}

.msnrtdesc2 {
  display: flex;
  margin-left: 15px;
}

.msnrttl2 p {
  line-height: unset;
  padding-left: 20px;
}

.msnrttl2 img {
  max-width: 425px;
}

.brandttl2 {
  padding-left: 90px;
}

.brandttl2 .button-blue, .brandttl2 .button-blue:focus,
.msnrttl .button-blue, .msnrttl .button-blue:focus{
  padding: 10px 10px;
  font-size: 17px;
}

.indsrow {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
}

.indcol {
  display: flex;
  justify-content: center;
  margin: 0 5px;
  width: 10%;
  flex: 0 0 10%;
}

.indlstcol,.indlstcol2 {
  padding: 0 5px 0 5px;
}

.indlstcolaero2{
  padding-right: 5px;
}

.indcolinner {
  background-color: #fff;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(168, 168, 168, 0.1), 0px 0px 3px 3px rgba(168, 168, 168, 0.2);
  box-shadow: 0px 0px 0px 0px rgba(168, 168, 168, 0.1), 0px 0px 3px 3px rgba(168, 168, 168, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
}

.indlstcolinner {
  overflow: hidden;
  position: relative;
  /*border-radius:5px;*/
}

.indlstcol{
  margin-bottom:5px
}
/*
.indlstcolinner img {
  border-radius:10px;
  -webkit-transition: transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}

.indlstcolinner:hover img{
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: 0.8s ease-in-out;
  -o-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
}
*/
.indlstcolinner p {
  position: absolute;
  right: 0;
  top: 20px;
  background-color: rgba(255,255,255,0.8);
  padding: 3px 7px;
  font-size: 18px;
  margin-bottom: 0;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(168, 168, 168, 0.1), 0px 0px 3px 3px rgba(168, 168, 168, 0.2);
  box-shadow: 0px 0px 0px 0px rgba(168, 168, 168, 0.1), 0px 0px 3px 3px rgba(168, 168, 168, 0.2);
  color: #2f316c !important;
  font-weight: bold;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}


.indlstcolinner p .bi::before{
  line-height: 0;
  vertical-align: middle;
  font-weight: 900 !important;
}

.indlstcolinner p .bi {
  font-size: 26px;
}

/*****/

#counter{
  text-align: center;
  max-width: 850px;
  margin: 0 auto;
}
 
#counter .item h2{
  color: #2f316c;
  margin-bottom: 5px;
  font-size: 63px;
  line-height: 73px;
  position: relative;
  font-weight:bold;
}

#counter .item .count::after{
  content:"+";
  position:absolute;

}

#counter .item h3{
  color: #0a0a0a;
  text-transform: capitalize;
  font-size: 22px;
  font-weight: normal;
}

/******Contact Form  *******/

.contactbgInner{  
  padding: 60px 0 0 55px;
  position: relative;
}

.contactimg {
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 695px;
  width: 100%;
  z-index: 0;
}

.fxt-contact-box-layout1 {
  position: relative;
  z-index: 1;
  /*border-radius: 4px;*/
  background-color: rgba(255, 255, 255, 1);
  max-width: 600px;
  margin-left: auto;
  padding: 30px 35px 30px 35px;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(168, 168, 168, 0.1), 0px 0px 5px 5px rgba(168, 168, 168, 0.12);
  box-shadow: 0px 0px 0px 0px rgba(168, 168, 168, 0.1), 0px 0px 5px 5px rgba(168, 168, 168, 0.12);
}

.section-heading {
  position: relative;
  z-index: 1;
  margin-bottom: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}


.btn-fill {
  position: relative;
  z-index: 2;
  padding: 13px 33px 10px;
  border-radius: 4px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  white-space: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #ffffff;
  font-size: 23px;
  font-weight: 600;
  background-color: #e66d3a;
  border: 1px solid;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
  border-color: #e66d3a;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-family: "Encode Sans Condensed", sans-serif;
  width: 100%;
}

.fxt-contact-box-layout1 .form-box .form-group .form-control {
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  padding: 10px 25px;
  color: #444444;
  background-color: transparent;
}

.iti__selected-flag {
  padding: 0 6px 0 25px;
}

.fxt-contact-box-layout1 .form-box .form-group .con-mobile {
  padding: 10px 20px 10px 70px !important;
}

/****** Form  *******/

.footcallinner1{
  padding-right: 35px;
}

.footLinklist {
  padding: 0;
  margin: 0;
}

.footLinklist li{
  margin-bottom: 5px;
}

.footLinklist li a,.footLinklist li a:focus,.footcomm a,
.footcomm a:focus{
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: normal;
  color: #0a0a0a;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.footcall2 {
  padding-left: 125px;
}

.footcall3 {
  padding-left: 75px;
}

.footcall4 {
  padding-left: 125px;
}

/*
.footcouninner{
  display: flex;
  align-items:start;
  justify-content: center;
}

.footcounBox {
  padding-left: 10px;
}

.footcounLink,.footcounLink:focus {
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  font-size: 13px;
  line-height: normal;
  color: #0a0a0a;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.footercountryList .container-fluid {
  padding: 0 50px;
}

.footcouninner img {
  max-width: 80px;
  width: 100%;
  height: auto;
}

.footcounBox p{
  margin-bottom: 10px;
}

*/

.footercountryList p {
  margin-bottom: 0;
}

.footLinklist li a:hover,
.footcomm a:hover,
.footcounLink:hover{
  color:#2f316c;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
/*
.footcoun {
  border-right: 1px solid #cacaca;
}*/

/******** Form Input  **********/

#header-formus,#product-Form,#viewctlg {
  width:100%;
  max-width:600px;
  border-left: 7px solid #1e276f;
}
.commoninput,.commoninput:focus,
.hdr-form-input, .hdr-form-input:focus {
  width: 100%;
  padding: 15px 10px 15px 15px;
  border-radius: 5px;
  outline: none;
  border: 1px solid #d1d3d4;
  font-size: 16px;
  text-transform: capitalize;
  line-height: normal;
}

.hdr-form-dd, .hdr-form-dd:focus {
  background-color: transparent;
  padding: 15px 10px 15px 15px;
  color: #666;
}

textarea {
  resize: none;
}

.errorfont {
  color: red !important;
  padding-left: 5px !important;
  font-size: 13px !important;
  line-height: 22px !important;
}


/* Hide ugly default file input */
.file-input {
  position: relative;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 6px;
  width: 100%;
  background: #fff;
  font-size: 16px;
  cursor: pointer;
}


/* When user selects file, remove placeholder */
.file-input:valid::before {
  content: "";
}

.custom-file-upload {
  position: relative;
  width: 100%;
}

.form-row .upload-label {
  width: 100%;
  padding: 15px 10px 15px 15px;
  border-radius: 0;
  outline: none;
  border: 1px solid #d1d3d4;
  font-size: 16px;
  text-transform: capitalize;
  line-height: normal;
  cursor: pointer;
  width: 100% !important;
}

.upload-label:hover {
  border-color: #999;
}

#file-name {
  color: #777;
}

#hdrform-btn,
#cnctform-btn {
  width: 100%;
}

.form-row {
    display: flex;
    align-items: start;
    margin-bottom: 5px;
  }

  .form-row label {
    font-family: "Poppins", sans-serif;
    padding-top: 3px;
    font-size: 16px;
    width: 30%;
    font-weight: normal;
    color: #0a0a0a;
    line-height: normal;
    padding-right: 10px;
  }

  .form-row .input-wrap {
    width: 70%;
  }

  .form-row .input-wrap.captchaWrap,
  .captchaWrap {
  transform: scale(0.95);
  transform-origin: 0 0;
}

  .form-row .cnct-form-input,
  .form-row textarea {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 0px;
  }

  .errorfont {
    color: red;
    font-size: 14px;
    margin-top: 5px;
  }
  

  .trustrw {
  display: flex;
  justify-content: center;
}

.brand .container,
.measurmentop .container {
  max-width: 100%;
  padding: 0 100px;
}

.whyttlcol2col img.polycab {
  max-width: 340px;
}


/***/

.productBox{
  position: relative;
}

.productslider-arrows {
  position: absolute;
  right: 0;
  /*top: -10px;*/
  z-index: 1;
  max-width: 70px;
  text-align: center;
  left: 0;
  margin: 0 auto;
  bottom: -60px;
}

.productslider-arrows .slide-arrow {
  position: absolute;
  right: 0;
  top: -40px;
  background-color: transparent;
  outline: none;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.productslider .slide-arrow.prev-arrow {
  right: 40px;
}

.productslider-arrows .bi {
  color: #313131;
  font-size: 26px;
}

.productslider-arrows .slide-arrow.prev-arrow {
  right: 35px;
}

.productslider-arrows .bi:hover {
  color: #1e276f;
  -webkit-transition: all ease-in 0.6s;
  -o-transition: all ease-in 0.6s;
  transition: all ease-in 0.6s;
}

/* Fullscreen modal background */
.product-form-modal {
  display: none; /* hidden by default */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6); /* dark overlay */
  z-index: 9999;
  overflow-y: auto; /* allow form scroll if long */
}

/* Centered form content */
.product-form-content {
  background: #fff;
  max-width: 600px;
  margin: 5% auto;
  padding: 30px;
  border-radius: 10px;
  position: relative;
}

.proBtn.button-blue, .proBtn.button-blue:focus {
  font-size: 14px;
  padding: 5px 7px;
}

/** Meet the Team **/
.teamiteminner {
  text-align: center;
  padding: 0 30px;

}