@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url(custombs.css);
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: var(--font-family-montserrat);
}

html, body {
  overflow-x: clip;
}

:root {
  --main-orange-color: #0E6AED;
  --footer-dark-background-color: #280D02;
  --main-light-orange-background-color: rgba(255, 205, 184, 0.19);
  --main-orange-highlighted-color: rgba(241, 92, 29, 0.6);
  --main-light-black-text-color: #3E3E3E;
  --main-header-text-color: #404040;
  --background-light-color: rgba(245, 245, 245, 0.61);
  --font-family-montserrat: "Montserrat", sans-serif;
  --white-shade-linear-gradient: linear-gradient(to bottom, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.99));
  --h1-custom-font-size: 61px;
}

h1 {
  font-family: var(--font-family-montserrat);
  line-height: 1.33;
  font-size: var(--h1-custom-font-size);
  font-weight: 600;
  font-size:32px !important;
}

h3 {
  font-weight: bold;
  letter-spacing: 2px;
}

h4 {
  font-weight: 600;
  color: #000;
}
h2 
{
    font-weight:700;
}

h2, h3, h4, h5 {
  font-family: var(--font-family-montserrat);
}

::-moz-placeholder {
  font-family: var(--font-family-montserrat);
  color: #9e9e9e !important;
}

::placeholder {
  font-family: var(--font-family-montserrat);
  color: #9e9e9e !important;
}

p, li, label {
  font-family: var(--font-family-montserrat);
  color: var(--main-light-black-text-color);
  font-weight: 500;
}

a {
  font-family: var(--font-family-montserrat);
  text-decoration: none !important;
  color: var(--light-black-text-color) !important;
}

.btn-main {
  background: var(--main-orange-color) !important;
  color: #fff;
  font-size: 1.1rem;
  font-family: var(--font-family-montserrat);
  border: 2px solid var(--main-orange-color) !important;
  border-radius: 50px;
  font-weight: 600;
}
.btn-main:hover {
  color: #000;
  background: transparent !important;
  border: 2px solid var(--main-orange-color);
}

/*header start*/
header {
  border-bottom: 1px solid #eeeeee;
  transition: 0.3s ease-in-out;
}
header .header-top {
  border-bottom: 1px solid #eeeeee;
}
header .header-top ul li {
  display: inline-block;
  font-size: 0.95rem !important;
}
header .header-top ul li span {
  font-weight: 600;
}
/*header .header-top .indknhfmsifsfds ul li:first-child {*/
/*  width: 2rem;*/
/*  height: 2rem;*/
/*  background: var(--main-orange-color);*/
/*  border-radius: 50%;*/
/*}*/
header .header-top .indknhfmsifsfds ul li:first-child i {
  top: 50%;
  left: 50%;
  /*transform: translate(-50%, -50%);*/
  color: #fff;
}
header .header-top .indknhfmsifsfds ul li:last-child .form-control {
  border-radius: 50px;
  padding-left: 2.5rem !important;
}
header .header-top .indknhfmsifsfds ul li:last-child .form-control::-moz-placeholder {
  font-size: 0.9rem;
}
header .header-top .indknhfmsifsfds ul li:last-child .form-control::placeholder {
  font-size: 0.9rem;
}
header .header-top .indknhfmsifsfds ul li:last-child i {
  top: 50%;
  left: 0.8rem;
  /*transform: translateY(-50%);*/
  font-size: 1.4rem;
  color: var(--main-orange-color);
  opacity: 0.7;
}
header .header-main .btn-main {
  border-radius: 0.4rem !important;
  font-weight: 400 !important;
  box-shadow: rgba(136, 165, 191, 0.48) 6px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;
}
header .header-main .navbar-nav .nav-item {
  margin-left: 0.8rem;
}
header .header-main .navbar-nav .nav-item .nav-link {
  font-weight: 600;
  text-transform: uppercase;
}
.nav-link 
{
    padding:0;
}

.odknsidjsfa{
    display: none;
    top: 50px;
    z-index:99999999999999999999999999;
    border-radius: 8px;
    box-shadow: rgba(136, 165, 191, 0.48) 6px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;
}

.odknsidjsfa li{
    list-style: none;
    border-bottom: 1px solid #e7e7e7;
}

.odknsidjsfa li:last-child{
    border-bottom: none;
}

.kaijdcsfds:hover .odknsidjsfa{
    display: block;
}

header.headeractive {
  position: fixed;
  left: 0;
  top: -56px;
  width: 100%;
  z-index: 9999999999;
  transition: 0.3s ease-in-out;
}
.navbar-brand img
{
    width:200px;
    height:60px;
}



/*header end*/
/*start Registration Page css*/
/*start Registration Page css*/
/*start Registration Page css*/
.registration {
  padding: 40px 0;
  width: 100%;
}

.cffctyriuopop i{
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
}

.jbghf6565844 p 
{
    margin-bottom:0;
    padding-top:-10px;
}

.fnfyhdf {
  width: 100%;
  height: 450px;
}
.fnfyhdf img {
  width: 100%;
  height: 100%;
}
.ikndiwerewrewr  ul li
{
    padding-bottom:10px !important;
}

.jjg5f5f{
    padding-top:10px;
    font-weight:600;
    color:#3A426D;
    padding-bottom:10px !important;
   
}

.fvghfbvf
{
    width:100%;
    height:550px;
    margin:40px 0;
     box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
}

.fvghfbvf img 
{
     width:100%;
    height:100%;
    
}


.jhvbjhvb
{
    width:180px;
    height:50px;
}

.jhvbjhvb img {
    width:100%;
    height:100%;
}

.fhdgd span 
{
    font-weight:600;
    font-size:17px;
    color:#3A426D;
}

.bhnuihenrewr_right  
{
    width:100%;
    height:770px;
}

.fjhvbf5528 img 
{
    width:100%;
    height:100%;
    border-radius:50%;
}




.bhnuihenrewr_right img 
{
    width:100%;
    height:100%;
}

/*started slider section*/
/*started slider section*/
/*started slider section*/


.fjhvbf5528  ul li
{
    text-decoration:none !important;
}
.fjhvbf5528 .items{
  /*position: relative;*/
  /*overflow: hidden;*/
  width: 100%;
  /*padding-bottom: 56.25%;*/
  list-style: none;
}
.fjhvbf5528 .item {
	 position: absolute;
	 top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
     width: 27vw;
     height: 27vw;
	 opacity: 0;
	 transition: opacity 0.6s ease-in-out;
}
 .fjhvbf5528 .item.current {
	 opacity: 1;
}
 .fjhvbf5528 .item img {
	 width: 100%;
	 height: 100%;
	 border-radius: 50%;
	 object-fit: cover;
}

.fjhvbf5528  .buttons{
  position:absolute;
  z-index: 1;
  top:0;
  left:0;
  width:100%;
  height:100%;
  display:flex;
  justify-content:space-between;
  align-items:center;
}
.fjhvbf5528 .button {
	 width: 32px;
	 height: 32px;
	 border: none;
	 outline: none;
	 padding: 0;
	 background: transparent center no-repeat;
	 cursor: pointer;
	 opacity: 0.4;
}
 .fjhvbf5528 .button.prev {
	 background-image: url(https://codeisle.info/blog/wp-content/uploads/2018/12/ico_next_b32.png);
}
 .fjhvbf5528 .button.next {
	 background-image: url(https://codeisle.info/blog/wp-content/uploads/2018/12/ico_next_b32-1.png);
}
 .fjhvbf5528 .button:hover {
	 opacity: 0.8;
}

.fjhvbf5528  .dots{
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.fjhvbf5528 .dot {
	 display: block;
	 width: 10px;
	 height: 10px;
	 border-radius: 50%;
	 border: none;
	 outline: none;
	 padding: 0;
	 background: #777;
	 cursor: pointer;
	 opacity: 0.5;
	 transition: opacity 0.4s ease-in-out;
}
 .fjhvbf5528 .dot:nth-child(n+2) {
	 margin-left: 5px;
}
 .fjhvbf5528 .dot.current {
	 opacity: 1;
}
 



/*main {*/
/*  padding: 2rem 0;*/
/*}*/

/*end Registration Page css*/
/*end Registration Page css*/
/*end Registration Page css*/
/* start header service page */
/* start header service page */
/* start header service page */
.btn258 {
  padding: 16px 20px;
  border: none;
  border-radius: 6px;
  background: #566DFB;
  color: white;
  margin-left: 15px;
}


.iuhndiwerer .form-select 
{
    border:none;
    padding:0px 30px;
}

.table-container
 {
      overflow-x: scroll !important;
 }

.bggcfg img {
  width: 180px;
  height: 40px;
}

.nghvfdgsd {
  border-bottom: 1px solid rgb(194, 194, 194);
  height: 40px;
}

.ghghfsdf {
  display: flex;
  line-height: 40px;
}
.ghghfsdf p {
  font-size: 14px;
  padding-right: 20px;
  color: #848AB8;
}

.kbfghdf {
  line-height: 40px;
}
.kbfghdf i {
  font-size: 25px;
  padding-top: 8px;
  color: rgb(7, 133, 183);
}

.nbgdfg input {
  margin-top: 8px;
  margin-left: 20px;
  border: none;
  border-radius: 25px;
  height: 25px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
}

.nbgdfg i {
  margin-left: -185px;
  color: #b9c8ca;
}

.nbgdfg input::-moz-placeholder {
  padding-left: 35px;
  font-size: 13px;
}

.nbgdfg input::placeholder {
  padding-left: 35px;
  font-size: 13px;
}

/* end header service page */
/* end header service page */
/* end header service page */
/* start banner*/
.bnfghbdfgdfgdf {
  width: 100%;
  background: #ffffff;
}

.btndd55
{
    padding:7px 15px;
    border:none;
    color:white;
    background-color:#3A426D;
    border-radius:25px;
}

.btndd5555
{
    padding:7px 15px;
    border:none;
    color:#3A426D;
    background-color:transparent;
    border:3px solid #3A426D;
    border-radius:25px;
}

.fjfjkfdf55btn
{
    padding: 12px 30px;
    background-color: #0E6AED;
    border: none;
    font-size: 17px;
    color: white !important;
    border-radius: 6px;
    margin-top:40px;
}

.ghfdfgfd {
  margin-top: 60px;
}

.fhdgd h2 {
  font-size: 32px;
  font-weight: 700;
  color: #3A426D;
  text-align:left;
}

.fhdgd h6 {
  font-size: 18px;
  font-weight: 700;
  color: #848AB8;
}

.vbdfgvdfgdf {
  width: 100%;
  /*height: 280px;*/
  background: #daddf6;
  margin-top: 20px;
  border-radius: 6px;
}

.iuhnuhbfd584
{
    width:100%;
    height:350px;
}

.iuhnuhbfd584 img
{
    width:100%;
    height:100%;
    border-radius:8px;
}

.vbdfgvdfgdf {
  padding: 10px;
}

.vbdfgvdfgdf {
  text-align: center;
}
.vbdfgvdfgdf h6 {
  font-size: 18px;
  color: rgb(17, 63, 103);
  font-weight: 600;
  padding-top: 20px;
}
.vbdfgvdfgdf p {
  font-size: 14px;
  color: gray;
  padding-top:7px;
}
.vbdfgvdfgdf button {
  padding: 12px 30px;
  background-color: #0E6AED;
  border: none;
  font-size: 17px;
  color: white;
  border-radius: 6px;
}

.ghdfgdfg {
  margin-top: 10px;
}
.ghdfgdfg p {
  margin-bottom: 0;
  padding-bottom: 10px;
}

.nsdbhfgsdf {
  width: 100%;
  height: 460px;
  margin-top: 20px;
}
.nsdbhfgsdf img {
  width: 100%;
  height: 100%;
  border-radius:8px;
}



.fhdfgdfg img {
  width: 140px;
  height: 140px;
  position: absolute;
  margin-left: -50px;
  margin-top: -20px;
}

img.vert-move {
  animation: mover 1s infinite alternate;
}

img.vert-move {
  animation: mover 1s infinite alternate;
}
@keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}
.dfbhghsdfd {
  padding: 40px 0;
}

.dgsd {
  width: 50px;
  height: 2px;
  background-color: rgb(0, 117, 128);
}

.bfghsdfsdf h2 {
  color: #3A426D;
  font-weight: 600;
}
.bfghsdfsdf p {
  color: #3A426D;
  padding-top: 15px;
  
}

/*register start*/
.ihkjidhemrewr {
  border: 1px solid #E1DDDD;
  border-radius: 5px;
}
.ihkjidhemrewr .bhnuihenrewr_left h2 {
  font-weight: 600;
}
.ihkjidhemrewr .bhnuihenrewr_left .form-label {
  font-weight: 700;
}
.ihkjidhemrewr .bhnuihenrewr_left .dfvsfcsfdsdfdzccx span {
  font-family: var(--font-family-montserrat);
  font-size: 1.2rem;
  font-weight: 600;
}
.ihkjidhemrewr .bhnuihenrewr_left .dfvsfcsfdsdfdzccx span:before {
  position: absolute;
  content: "";
  width: 45%;
  height: 1px;
  background: #E1DDDD;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.ihkjidhemrewr .bhnuihenrewr_left .dfvsfcsfdsdfdzccx span:after {
  position: absolute;
  content: "";
  width: 45%;
  height: 1px;
  background: #E1DDDD;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.sdfrcreyhvxc, .diuhsfnuihfs {
  border-radius: 5px;
  font-family: var(--font-family-montserrat);
  font-weight: 600;
  border: 1px solid #E1DDDD;
}
.sdfrcreyhvxc img, .diuhsfnuihfs img {
  width: 2rem;
}
.sdfrcreyhvxc span, .diuhsfnuihfs span {
  font-size: 0.8rem;
}

.uihnhdierwre p {
  font-weight: 600;
}
.uihnhdierwre p a {
  color: var(--main-orange-color) !important;
}

.fsxredfvcdvxv {
  color: var(--main-orange-color);
  font-size: 0.8rem;
}

/*register end*/
/*supplier reg start*/
.idknmioerwerwer {
  background: url("../images/sdfsdf.png") no-repeat;
  background-position: center;
  background-size: cover;
}

.ihnkdiuewhrewr_left h1 {
  font-weight: 700;
  font-size: 2.5rem !important;
}
.ihnkdiuewhrewr_left ul li {
  list-style: none;
}
.ihnkdiuewhrewr_left ul li span {
  font-weight: 700;
}
.ihnkdiuewhrewr_left ul li i {
  color: var(--main-orange-color);
}

.ihnkdiuewhrewr_right {
  border-radius: 10px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.ihnkdiuewhrewr_right h5 {
  font-weight: 700;
}
.ihnkdiuewhrewr_right form p span, .ihnkdiuewhrewr_right form label span {
  color: var(--main-orange-color) !important;
}
.ihnkdiuewhrewr_right form p .iunkjhinkjnkniuh, .ihnkdiuewhrewr_right form label .iunkjhinkjnkniuh {
  color: #24CC63 !important;
  font-size: 1.4rem;
}
.ihnkdiuewhrewr_right form .sdesfcdtfgdxv a {
  text-decoration: underline !important;
}

.iudhniwre-inner {
  position: relative;
}
.iudhniwre-inner label {
  font-weight: 600;
  margin-bottom: 8px;
}
.iudhniwre-inner label span {
  color: red;
}
.iudhniwre-inner .form-control {
  font-family: var(--font-family-montserrat);
}
.iudhniwre-inner .input-group > .intl-tel-input.allow-dropdown {
  flex: 1 1 auto;
  width: 1%;
}
.iudhniwre-inner .input-group > .intl-tel-input.allow-dropdown > .flag-container {
  z-index: 4;
}
.iudhniwre-inner .iti-flag {
  background-image: url("https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/12.1.6/img/flags.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .iudhniwre-inner .iti-flag {
    background-image: url("https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/12.1.6/img/flags@2x.png");
  }
}

.scertgfvdz {
  flex-wrap: wrap;
}
.scertgfvdz input[type=radio] {
  border-radius: 2px !important;
  border: 2px solid var(--main-orange-color);
}

/*supplier reg end*/
/* start banner*/
.bnfghbdfgdfgdf {
  width: 100%;
  background: #ffffff;
}

.ghfdfgfd {
  margin-top: 50px;
}

.fhdgd h2 {
  font-size: 36px;
  font-weight: 700;
  color: #3A426D;
}

.fhdgd h6 {
  font-size: 18px;
  font-weight: 700;
  color: #848AB8;
  padding-top:7px;
}

.vbdfgvdfgdf {
  width: 100%;
  /*height: 280px;*/
  background: #daddf6;
  margin-top: 20px;
  border-radius: 6px;
}

.vbdfgvdfgdf {
  padding: 30px;
}

.vbdfgvdfgdf {
  text-align: center;
}
.vbdfgvdfgdf h6 {
  font-size: 18px;
  color: rgb(17, 63, 103);
  font-weight: 600;
  padding-top: 20px;
}
.vbdfgvdfgdf p {
  font-size: 14px;
  color: gray;
}
.vbdfgvdfgdf button {
  padding: 12px 30px;
  background-color: #0E6AED;
  border: none;
  font-size: 17px;
  color: white;
  border-radius: 6px;
}

.ghdfgdfg {
  margin-top: 10px;
}
.ghdfgdfg p {
  margin-bottom: 0;
  padding-bottom: 10px;
}

.nsdbhfgsdf {
  width: 100%;
  height: 460px;
  margin-top: 20px;
}
.nsdbhfgsdf img {
  width: 100%;
  height: 100%;
}

.fhdfgdfg img {
  width: 140px;
  height: 140px;
  position: absolute;
  margin-left: -50px;
  margin-top: -20px;
}

img.vert-move {
  animation: mover 1s infinite alternate;
}

img.vert-move {
  animation: mover 1s infinite alternate;
}
@keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}
.dfbhghsdfd {
  padding: 40px 0;
}

.dgsd {
  width: 50px;
  height: 2px;
  background-color: rgb(0, 117, 128);
}

.bfghsdfsdf h2 {
  color: #3A426D;
  font-weight: 600;
}
.bfghsdfsdf p {
  color: #3A426D;
  padding-top: 10px;
}

.kbsdvgfsdfdsf {
  width: 100%;
  height: 200px;
  background-color: #eaf1f9;
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  
}

.kbsdvgfsdfdsf:hover 
{
    background-color:white;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    
}

.ghvfd {
  margin-left: 10px;
}

.ghvfd p 
{
    line-height:24px;
}


.ghvfd h4 {
  color: #3A426D;
}

.gfg img {
  width: 45px;
  height: 45px;
  border-radius:50px;
}

.fgdzgdgdfgdfs {
  width: 100%;
  padding: 15px 0;
}

.gdfgsdfg {
  width: 100%;
  text-align: center;
}
.gdfgsdfg h2 {
  font-size: 35px;
  color: #3A426D;
  font-weight: 600;
}

/*.vgghfvsdfgsdfg {*/
/*  margin-top: 40px;*/
/*}*/
.vgghfvsdfgsdfg img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.fgsdfgsd {
  width: 100%;
  /*padding: 40px 0;*/
}

.fghf {
  width: 100%;
  height: 200px;
}
.fghf img {
  width: 100%;
  height: 100%;
}

.fghfghfg {
  text-align: center;
}
.fghfghfg h2 {
  padding-bottom: 25px;
  color: #3A426D;
  font-weight: 700;
  font-size: 35px;
}

.sdfds h6 {
  font-size: 20px;
  padding-top: 10px;
  color: #3A426D;
  font-weight: 600;
  height: 50px;
}

.fghfgh {
  padding: 10px;
  margin-bottom: 25px;
  box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
}

.fghfgh:hover 
{
    background-color:#2C7DF0;
    transition:0.5s;
}

.fghfgh:hover h6{
    color:white;
}

.bbghdvffgdf {
  width: 100%;
  padding: 20px 0;
}

.gfdgsdfd {
  text-align: center;
}
.gfdgsdfd h2 {
  color: #3A426D;
  font-size: 35px;
  font-weight: 700;
}
.gfdgsdfd p {
  font-size: 16px;
  line-height:25px;
  text-align:justify;
  margin-bottom:0;
}

.fghdvfdfgd32543 {
  width: 100%;
  padding: 20px 0;
}

.dfgdfg {
  width: 50%;
  text-align: center;
  margin: auto;
}
.dfgdfg h2 {
  color: #fff;
  font-size: 35px;
  font-weight: 600;
}
.dfgdfg p {
    
 padding-right: 15px;
 padding-left: 15px;
  font-size: 16px;
  color: #fff;
  margin-bottom:0;
}

.fdgfdg {
  width: 100%;
  height: 250px;
  margin-bottom:25px;
}
.fdgfdg img {
  width: 100%;
  height: 100%;
  border-radius:8px;
}

.dfgdfg22 {
  width: 100%;
  height: 250px;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
}

.fgdfzg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.fgdfzg img {
  width: 50px;
  height: 50px;
}
.fgdfzg h6 {
  padding-top: 10px;
  color: #fff;
}

.kbhfgdfg {
  width: 100%;
  padding: 20px 0;
}

.gdfbgfdgfd {
  text-align: center;
  margin-bottom: 10px;
}
.gdfbgfdgfd h2 {
  color: #3A426D;
  font-size: 35px;
  font-weight: 600;
}

.gdfgdfg {
  position: absolute;
}
.gdfgdfg img {
  width: 100px;
  height: 100px;
}

.fgfgdfgfd 
{
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    padding:10px;
    border-radius:8px;
}

.fgfdgfg h6 {
  padding-top: 15px;
  font-size: 22px !important;
  font-weight: 600;
  color: #3A426D;
  height:64px;
}
.fgfdgfg span {
  color: #0E6AED !important;
}

.jhbgfjgf25 {
  margin-top: 40px;
}

.dfhvdfgdfgfdg {
  padding: 40px 0;
  margin-bottom: 30px;
}

.gvfgfgd h2 {
  text-align: center;
  margin: auto;
  color: #3A426D;
  font-weight: 700;
}

.fgdfg {
  width: 100%;
  height: 220px;
}
.fgdfg img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
}

.chgdfdfgfdg {
  margin-top: 50px;
}

.jksdjhfguigsduif h4 {
  padding-top: 8px;
  color: #3A426D;
  font-weight: 600;
}


.fgdfgsdfg h6 {
  padding-top: 8px;
  color: #3A426D;
  font-size: 18px;
  font-weight: 600;
}

.gdfgsdfg h2 
{
    font-weight:700;
}

.gfg p {
  font-size: 14px;
}

.fgdfgsdfg {
  padding: 10px;
}

.dfgdfgdf {
  box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
  border-radius: 4px;
}

/* start CNC machine page */
/* start CNC machine page */
/* start CNC machine page */
.dxjhfdjhf {
  width: 100%;
  height: 600px;
  background-color: #EEFAFF;
}

.gdfgfghfhfhdfgdf
{
    font-size: 26px;
}

.njfhdgbdfgdf {
  text-align: center;
}
.njfhdgbdfgdf h2 {
  color: #3A426D;
  font-weight: 700;
  width: 80%;
  margin: auto;
  margin-bottom: 10px;
}
.njfhdgbdfgdf p {
  color: #000;
  font-size: 22px;
  line-height:25px;
}

.jhsdghuuisdghisd{
    font-size: 26px;
     text-align: center;
}

.sdghfdsf {
  padding: 25px;
  box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
  border-radius: 4px;
}

.fhjfbgdfgdf {
  width: 100%;
  padding: 40px 0;
}

.njdsf {
  text-align: center;
}
.njdsf h6 {
  color: #053157;
  font-size: 18px;
  font-weight: 600;
  height:29px;
}

.sgfg {
  width: 60px;
  height: auto;
  text-align: center;
  margin: auto;
  margin-top: 20px;
}
.sgfg img {
  width: 100%;
  height: auto;
}

.sgfg2 {
  width: 60px;
  height: auto;
  text-align: center;
  margin: auto;
  margin-top: 20px;
}
.sgfg2 img {
  width: 100%;
  height: auto;
}

.dvfghdsfds h6 {
  color: #053157;
  font-size: 17px;
}

.dvfghdsfds {
  margin-top: 50px;
}
.dvfghdsfds h6 {
  font-size: 18px;
  text-align: center;
}

.gthtg58 {
  margin-top: 10px;
  margin-bottom: 15px;
  width: 100%;
  height: 45px;
  border: none;
  color: white;
  background-color: #0E6AED;
  border-radius: 4px;
  font-size: 17px;
}

.fhgyjyt5 {
  width: 100%;
  height: 45px;
  border: 2px solid #0E6AED;
  background-color: white;
  color: black;
  font-size: 17px;
  font-weight: 500;
}

.bfhgvfgfdg {
  width: 100%;
  padding: 40px 0;
}

.dfgfdg22 h2 {
  color: #3A426D;
  text-align: center;
  font-weight: 600;
}

.dfgfdg2 
{
    margin-left:100px;
}

.dfgfdg2 img 
{
    width:75px;
    height:75px;
}

.fbjhbdfgdfg {
  width: 100%;
  padding: 40px 0;
}



.ghdfgdfg {
  text-align: center;
}
.ghdfgdfg h2 {
  color: #3A426D;
}

.ghfgh {
  width: 100%;
  height: 200px;
}
.ghfgh img {
  width: 100%;
  height: 100%;
}

.ghdfgdfg {
  margin-bottom: 15px;
}
.ghdfgdfg h2 {
  color: #3A426D;
  font-weight: 600;
}

.dfbghsdfsdfgds {
  margin-bottom: 40px;
}

.gbgfjhg {
  padding: 10px;
  box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
  margin-bottom: 20px;
}

.dfgdfg55f h6 {
  font-size: 21px;
  color: #053157;
  font-weight: 600;
  padding-top: 10px;
}
.dfgdfg55f p {
  font-size: 16px;
  height:185px;
}

.gdfgdfz h6 {
  font-size: 17px;
  color: #053157;
  font-weight: 600;
}
.gdfgdfz p {
  font-size: 15px;
}
.gdfgdfz i {
  font-size: 10px;
}

.sbdghvfgfg {
  width: 100%;
  padding: 40px 0;
}

.gdfgdfgdf {
  text-align: center;
}
.gdfgdfgdf h2 {
  color: #3A426D;
  font-weight: 600;
  font-size:28px; 
}

.dfbfgdfgdf ul.accordion-list {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 20px;
  margin: 0;
  list-style: none;
  background-color: #f9f9fA;
}
.dfbfgdfgdf ul.accordion-list li {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  background-color: #FFF;
  padding: 20px;
  margin: 0 auto 15px auto;
  border: 1px solid #eee;
  border-radius: 5px;
  cursor: pointer;
}
.dfbfgdfgdf ul.accordion-list li.active h3:after {
  transform: rotate(45deg);
}
.dfbfgdfgdf ul.accordion-list li h3 {
  font-weight: 700;
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 0 0 0 0;
  margin: 0;
  font-size: 15px;
  letter-spacing: 0.01em;
  cursor: pointer;
}
.dfbfgdfgdf ul.accordion-list li h3:after {
  content: "\f061";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  right: 0;
  top: 0;
  color: #Fcc110;
  transition: all 0.3s ease-in-out;
  font-size: 18px;
}
.dfbfgdfgdf ul.accordion-list li div.answer {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.dfbfgdfgdf ul.accordion-list li div.answer p {
  position: relative;
  display: block;
  padding: 10px 0 0 0;
  cursor: pointer;
  line-height: 150%;
  margin: 0 0 15px 0;
  font-size: 14px;
}

/* end CNC machine page */
/* end CNC machine page */
/* end CNC machine page */



/*start injection molding page */
/*start injection molding page */
/*start injection molding page */
.fggggf {
  font-size: 17px !important;
}

.dfbghdfdsf {
  width: 100%;
  padding: 40px 0;
}
.dfbghdfdsf h2 {
  color: #053157;
  font-size: 27px;
  font-weight: 600;
  text-align:center;
}
.dfbghdfdsf p {
  color: #22445F;
  line-height:22px;
}

.bfgfdgfd {
  width: 100%;
  padding: 40px 0;
}
.bfgfdgfd h2 {
  text-align: center;
  font-weight: 600;
  color: #053157;
}

.gzdfgdfgsdf {
  /* Table Styles */
  /* Responsive */
}
.gzdfgdfgsdf .table-wrapper {
  margin: 10px 30px 30px;
  overflow-x: auto;
}
.gzdfgdfgsdf .fl-table {
  border-radius: 5px;
  font-size: 12px;
  font-weight: normal;
  border: none;
  border-collapse: collapse;
  width: 100%;
  max-width: 100%;
  /*white-space: nowrap;*/
  background-color: rgb(255, 255, 255);
}
.gzdfgdfgsdf .fl-table td, .gzdfgdfgsdf .fl-table th {
  text-align: center;
  padding: 18px;
}
.gzdfgdfgsdf .fl-table td {
  border-right: 1px solid #f8f8f8;
  font-size: 16px;
  text-align: left;
}
.gzdfgdfgsdf .fl-table thead th {
  color: #000000;
  background: #ffffff;
  text-align: left;
  font-size: 18px;
  font-weight: bold;
}
.gzdfgdfgsdf .fl-table thead th:nth-child(odd) {
  color: #000000;
  background: #ffffff;
}
.gzdfgdfgsdf .fl-table tr:nth-child(even) {
  background: #F8F8F8;
}
@media (max-width: 767px) {
  .gzdfgdfgsdf .fl-table {
    display: block;
    width: 100%;
  }
  .gzdfgdfgsdf .table-wrapper:before {
    content: "Scroll horizontally >";
    display: block;
    text-align: right;
    font-size: 11px;
    color: white;
    padding: 0 0 10px;
  }
  .gzdfgdfgsdf .fl-table thead, .gzdfgdfgsdf .fl-table tbody, .gzdfgdfgsdf .fl-table thead th {
    display: block;
  }
  .gzdfgdfgsdf .fl-table thead th:last-child {
    border-bottom: none;
  }
  .gzdfgdfgsdf .fl-table thead {
    float: left;
  }
  .gzdfgdfgsdf .fl-table tbody {
    width: auto;
    position: relative;
    overflow-x: auto;
  }
  .gzdfgdfgsdf .fl-table td, .gzdfgdfgsdf .fl-table th {
    padding: 20px 0.625em 0.625em 0.625em;
    height: 60px;
    vertical-align: middle;
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: auto;
    width: 120px;
    font-size: 13px;
    text-overflow: ellipsis;
  }
  .gzdfgdfgsdf .fl-table thead th {
    text-align: left;
    border-bottom: 1px solid #f7f7f9;
  }
  .gzdfgdfgsdf .fl-table tbody tr {
    display: table-cell;
  }
  .gzdfgdfgsdf .fl-table tbody tr:nth-child(odd) {
    background: none;
  }
  .gzdfgdfgsdf .fl-table tr:nth-child(even) {
    background: transparent;
  }
  .gzdfgdfgsdf .fl-table tr td:nth-child(odd) {
    background: #F8F8F8;
    border-right: 1px solid #E6E4E4;
  }
  .gzdfgdfgsdf .fl-table tr td:nth-child(even) {
    border-right: 1px solid #E6E4E4;
  }
  .gzdfgdfgsdf .fl-table tbody td {
    display: block;
    text-align: center;
  }
}

.hgjg {
  background-color: #f2f0f0;
  word-wrap: break-word !important;
}

.fgdfgdf {
  padding: 10px;
}
.fgdfgdf p {
  color: black;
  padding-top: 10px;
  font-size: 14px;
  font-weight: 600;
}
.fgdfgdf span {
  color: #0E6AED;
}

.jhbgdgdfg {
  width: 100%;
  padding: 40px 0;
}

.jhgfhdfdf {
  width: 100%;
  height: 500px;
  margin-top:45px;
}
.jhgfhdfdf img {
  width: 100%;
  height: 100%;
  border-radius:8px;
}

.sdhfyudsfgsdf {
  padding: 15px;
}
.sdhfyudsfgsdf h2 {
  color: #053157;
  font-size: 35px;
  font-weight: bold;
}
.sdhfyudsfgsdf p {
  color: #22445F;
  font-size: 15px;
  line-height:22px;
}

.ndfjhfdg {
  width: 100%;
  padding: 40px 0;
}

.fjhgfgdf {
  text-align: center;
}
.fjhgfgdf h2 {
  color: #3A426D;
  font-size: 35px;
  font-weight: 600;
}

.gbghdfgdfg {
  margin-top: 30px;
  padding: 15px;
}

.gdfgdf {
  width: 100%;
  height: 180px;
}
.gdfgdf img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}

.gdfgdf10 {
  width: 100%;
  height: 220px;
}
.gdfgdf10 img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}

.dvghfv h6 {
  font-size: 18px;
  font-weight: 600;
  color: #053157;
  padding-top: 15px;
}
.dvghfv p {
  color: #053157;
}

.fvgdfgfd {
  display: flex;
  align-items: baseline;
}
.fvgdfgfd button {
  padding: 10px 20px;
  color: white;
  background-color: #0E6AED;
  border: none;
  border-radius: 4px;
}
.fvgdfgfd p {
  padding-left: 10px;
  color: #0E6AED;
  font-size: 16px;
  font-weight: 600;
}

.ngjhfg {
  margin-bottom: 30px;
}

.bhdghfvsdfsdf {
  width: 100%;
  padding: 40px 0;
}

.dfghdfd h2 {
  color: #053157;
  font-size: 35px;
  font-weight: 600;
}

.sdgghfvsdfgsdf {
  padding: 20px;
}
.sdgghfvsdfgsdf h6 {
  font-size: 17px;
  font-weight: 600;
  color: #053157;
}
.sdgghfvsdfgsdf p {
  color: #000000;
  font-size: 15px;
}

.gfgdfg p {
  font-size: 16px;
  color: #000;
}

.dfggrg {
  width: 100%;
  padding: 40px 0;
  text-align: center;
}
.dfggrg h2 {
  color: #053157;
  font-weight: 600;
  font-size: 28px;
}

.dfgdfgd5878 {
  padding: 40px;
}

.bbghdvffgdf {
  width: 100%;
  padding: 20px 0;
}

.vgfgdfg {
  width: 100%;
  height: 450px;
}
.vgfgdfg img {
  width: 100%;
  height: 100%;
  border-radius:12px;
}

.ffgsdfgsdf {
  padding: 40px;
}

.jgjghj h2
{
    color:#053157;
}

.sdgdfgdfg h2 {
  /*padding-top: 40px;*/
  font-size: 35px;
  color: #053157;
  font-weight: 600;
}
.sdgdfgdfg p {
  color: #22445F;
  line-height:24px;
}
.sdgdfgdfg button {
  color: white;
  padding: 12px 25px;
  background-color: #0E6AED;
  border: none;
  border-radius: 4px;
  font-size: 17px;
  margin-top: 10px;
}

/*end injection molding page */
/*end injection molding page */
/*end injection molding page */




/*start Sheet Metal fabrication page */
/*start Sheet Metal fabrication page */
/*start Sheet Metal fabrication page */
.fdngbhjdfbgdfg {
  padding: 40px 0;
}

.gdrgdfhgdf {
  text-align: center;
}
.gdrgdfhgdf h2 {
  color: #053157;
  font-weight: 600;
}

.dfgdfg123 {
  width: 100%;
  height: 230px;
}
.dfgdfg123 img {
  width: 100%;
  height: 100%;
  border-radius:8px;
}

.fgvdfgdfs {
  margin-top: 40px;
}

thead, tbody, tfoot, tr, td, th 
{
    background-color:white !important;
    border-bottom:2px solid gray  !important;
}

thead, tbody, tfoot, tr, td, 
{
    padding-bottom:15px;
}



.button100 {
  color: white;
  padding: 12px 20px;
  background-color: #0E6AED;
  border: none;
  border-radius: 4px;
  font-size: 17px;
  margin-top: 10px;
}

hggfvgjjhvu h4 {
     padding-top: 8px;
  color: #3A426D;

  font-weight: 600;
}

.fgdfgh h4 {
  color: #053157;
  font-size: 20px;
}
.fgdfgh p {
  font-size: 14px;
  margin-bottom: 0;
}

.sfgsdvfsdf {
  padding: 10px;
  box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
  border-radius: 8px;
  margin-bottom: 25px;
}

.dfbhgdfgfd {
  width: 100%;
  padding: 40px 0;
}

.dfgnbhdf {
  width: 90%;
  height: 450px;
}
.dfgnbhdf img {
  width: 100%;
  height: 100%;
  border-radius:8px;
}

.dfgjbdfjhgdfg {
  padding: 15px;
}
.dfgjbdfjhgdfg p {
  color: #053157;
}
.dfgjbdfjhgdfg h2 {
  color: #053157;
  font-weight: 600;
}

.fgfdg222 {
  text-align: center;
}
.fgfdg222 h2 {
  font-weight: 600;
  color: #053157;
}

.dfdfgdf {
  width: 100%;
  height: 250px;
}
.dfdfgdf img {
  width: 100%;
  height: 100%;
}

.dfnbgjhdfgdf {
  width: 100%;
  padding: 40px 0;
}

.fdbgdfgf h6 {
  font-size: 18px;
  font-weight: 600;
  color: #053157;
}

.ghdfdfg {
  text-align: center;
}
.ghdfdfg h3 {
  color: #053157;
  font-weight: 600;
  font-size:25px;
}

.fggf585 {
  display: flex;
  justify-content: space-between;
}
.fggf585 p {
  font-size: 14px;
}

.fdbgdfgf {
  padding: 10px;
}

.dfhdfhd {
  margin-top: 40px;
}

.rgrgter {
  box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
  border-radius: 8px;
  margin: 10px;
}

/*end Sheet Metal fabrication page */
/*end Sheet Metal fabrication page */
/*end Sheet Metal fabrication page */


/*start Sheet Metal fabrication page */
/*start Sheet Metal fabrication page */
/*start Sheet Metal fabrication page */


.dfbhdfgdf {
  width: 100%;
  padding: 20px 0;
}

.fghfg {
  width: 80%;
  margin: auto;
  height: 400px;
}
.fghfg img {
  width: 100%;
  height: 100%;
}

.dfbghf h2 {
  color: #053157;
  font-weight: 600;
  padding-top: 40px;
}
.dfbghf p {
  color: #22445F;
  line-height:24px;
}
.dfbghf button {
  color: white;
  padding: 12px 25px;
  background-color: #0E6AED;
  border: none;
  border-radius: 4px;
  font-size: 17px;
  margin-top: 10px;
}

.gdfjhbgdfgdf {
  width: 100%;
  padding: 40px 0;
}


.gdfhgdfg {
  width: 100%;
  text-align: center;
}
.gdfhgdfg h2 {
  color: #053157;
  font-weight: 600;
}

 .thythth 
{
  height:auto !important;   
}

.fgfg {
  width: 150px;
  height: 150px;
  text-align: center;
  margin: auto;
}
.fgfg img {
  width: 100%;
  height: 100%;
}

.gdfg {
  text-align: center;
}

.ddfghfsdg {
  margin: 15px;
  padding: 15px;
}

.gdfg h4 {
  color: #053157;
}
.gdfg p {
  color: #22445F;
}

/*end Sheet Metal fabrication page */
/*end Sheet Metal fabrication page */
/*end Sheet Metal fabrication page */

/*start privacy policy terms css page */
/*start privacy policy terms css page */
/*start privacy policy terms css page */

  .dfjhggfg
    {
        width:100%;
        height:280px;
        /*background-color:#C1D7E1;*/
        background: url("../images/Contactus2.webp");
        background-size: 100% 100%;
    }
    
    
    .dfjhggfg22
    {
        width:100%;
        height:280px;
        /*background-color:#C1D7E1;*/
        background: url("../images/Zeometrix.jpg");
        background-size: 100% 100%;
    }
    
    
    .fghhjd i
    {
      font-size:8px;
    }
    
    .privacy10
    {
        text-align:center;
    }
    .privacy10 h2 
    {
        padding-top:110px;
        color:white;
        font-size:45px;
        font-weight:700;
    }
    
    .privacy10 p 
    {
       color:white;
        font-weight:600;
    }
    
    .fjhbdfgdfgfg
    {
        padding:30px 0;
    }
    
    .jhgjkfgdfg p 
    {
        color:black;
    }
    
      .jhgjkfgdfg h2 
      {
         color:black;
         font-weight:600;
      }
      
      .bfjhgbdfdgh
      {
          padding:0 30px;
      }
      
      .bfjhgbdfdgh  i
      {
          font-size:11px;
      }





/*End privacy policy terms css page */
/*End privacy policy terms css page */
/*End privacy policy terms css page */


/*start Contact  page css */
/*start Contact  page css */
/*start Contact  page css */
.gdfgdfgdfgdfg {
  width: 100%;
  height: 250px;
  background-color: #C1D7E1;
  /* box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px; */
  margin-bottom: 20px;
}

.overlay1125
{
  width: 100%;
  height: 280px;
  background-color:rgba(0, 0,0,0.6);
}

.fbvghfgfdg {
  width: 100%;
  padding: 40px 0;
}

.lfdngjhfdg h6 {
  font-size: 20px;
  font-weight: 700;
}

.lfdngjhfdg p {
  line-height:22px;
}

.fsdfdsghf p
{
  line-height:22px;
}
.lfdngjhfdg i {
  color: #0E6AED;
}

.lfdngjhfdg {
  padding: 15px;
  margin-bottom: 20px;
  box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
  border-radius: 4px;
}

.fbghfgf {
  padding: 15px;
  box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
  border-radius: 4px;
}

.fgbhfddfg i {
  position: absolute;
  top: 10px;
  padding-left: 10px;
  color: #0E6AED;
  font-size: 18px;
}

.fgbhfddfg {
  position: relative;
  margin-bottom: 30px;
}

.fgbhfddfg .form-control::-moz-placeholder {
  padding-left: 20px;
  color: #000 !important;
  font-weight: 500 !important;
  font-size: 14px;
}

.fgbhfddfg .form-control::placeholder {
  /*padding-left: 20px;*/
  color: #000 !important;
  font-weight: 500 !important;
  font-size: 15px;
}

.fgbhfddfg .form-control {
  border: none !important;
  box-shadow: rgba(8, 8, 8, 0.1) 0px 1px 0px;
  border-bottom: 1px solid rgb(179, 179, 179) !important;
  padding-left:40px;
}

.fgbhfddfg .form-select {
  border: none !important;
  box-shadow: rgba(8, 8, 8, 0.1) 0px 1px 0px;
  border-bottom: 1px solid rgb(179, 179, 179) !important;
  padding-left:40px;
  font-weight:500;
  font-size: 15px;
  color:black;
  
}

.fgbhfddfg2 button {
  padding: 14px 50px;
  color: white;
  background-color: #0E6AED;
  border: none;
  font-size: 20px;
  border-radius: 4px;
  /*margin-bottom: 35px;*/
}

/*end Contact  page css */
/*end Contact  page css */
/*end Contact  page css */




/*start 3d printinng  page css */
/*start 3d printinng  page css */
/*start 3d printinng  page css */
.bfhdfgfd img {
  border-radius: 14px;
}

.kdbhfgytsdvfgdfg {
  width: 100%;
  padding: 40px 0;
}

.dkfbh {
  text-align: center;
  padding:10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    border-radius:8px;
}

.fdbfdg i {
  font-size: 100px;
  color: #0E6AED;
}

.fdbfdg {
  width: 100px;
  height: 100px;
  text-align: center;
  margin: auto;
}
.fdbfdg img {
  width: 100%;
  height: 100%;
}

.bgfgfgfdg
{
    margin-bottom:15px;
}

.dfgbfgfd {
  text-align: center;
}
.dfgbfgfd h2 {
  color: #053157;
  font-weight: 600;
}
.dfgbfgfd p {
  color: gray;
  font-size: 17px;
}

.djhvfjhdfgsdf {
  margin-top: 40px;
}

.bfdgdfg {
  margin-top: 20px;
}

.bfdgdfg h2 {
  color: #053157;
  font-weight: 600;
  font-size: 30px;
}
.bfdgdfg p {
  color: gray;
}

.dfbvsdgsdfgdf {
  width: 100%;
  padding: 40px 0;
}

.gfvgdfgdf h2 {
  color: #053157;
  font-weight: 600;
  padding-top: 15px;
}
.gfvgdfgdf p {
  color: gray;
  font-size: 17px;
  margin-top: 5px;
}
.gfvgdfgdf button {
  padding: 14px 40px;
  background-color: #0E6AED;
  color: white;
  font-size: 18px;
  border-radius: 6px;
  border: none;
  margin-top: 10px;
}

.fgfdg22 {
  width: 100%;
  height: 300px;
  margin:17px 0;
  
}
.fgfdg22 img {
  width: 100%;
  height: 100%;
  border-radius:8px;

}

.sbfgdvsfdsf {
  padding: 20px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  margin-bottom: 25px;
}
.sbfgdvsfdsf h2 {
  font-size: 25px;
  text-align: center;
  color: #053157;
  font-weight: 600;
  height: 50px;
}

.fgbsdfgsdf p {
  color: gray;
}
.fgbsdfgsdf button {
  width: 100%;
  height: 50px;
  border: none;
  border-radius: 6px;
  color: #053157;
  margin-top: 25px;
  border: 2px solid #0E6AED;
  font-size: 18px;
  font-weight: 600;
  background-color:white;
}
.fgbsdfgsdf button:hover {
  background-color: #0E6AED;
  color: white;
}

.fndfjhvbfg {
  width: 100%;
  padding: 40px 0;
}

.gvfdg
{
    width:100%;
    height:420px;
}

.gvfdg img 
{
    width:100%;
    height:100%;
    border-radius:8px;
}

/*end 3d printinng  page css */
/*end 3d printinng  page css */
/*end 3d printinng  page css */




/*start Fasteners  page css */
/*start Fasteners  page css */
/*start Fasteners  page css */
.gfgf {
  width: 100%;
  height: 300px;
}
.gfgf img {
  width: 100%;
  height: 100%;
}

.fcdsbhfghsfgdfg {
  width: 100%;
  padding: 40px 0;
}

.ngjkhbgn5 {
  text-align: center;
  margin-bottom: 20px;
}
.ngjkhbgn5 h2 {
  color: #053157;
  font-weight: 600;
  margin-bottom: 25px;
  font-size: 28px;
}

.fgbfhdgdgh h2 {
  text-align: center;
  font-size: 26px;
  padding-top: 10px;
  color: #053157;
  font-weight: 600;
  padding-bottom: 10px;
  height: 80px;
}

.ggfsdf {
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  border-radius: 6px;
}

.df87 {
  width: 100px;
  height: 100px;
  text-align: center;
  margin: auto;
}
.df87 img {
  width: 100%;
  height: 100%;
}

.fgsdf h5 {
  text-align: center;
  color: #053157;
  font-weight: 700;
  padding-top: 10px;
}

.jh558dfdsf {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px, rgb(209, 213, 219) 0px 0px 0px 1px inset;
  padding: 10px;
  border-radius: 8px;
}

.fsdfghdgsdfgf {
  width: 100%;
  padding: 40px 0;
}

.djhfgdf {
  text-align: center;
}
.djhfgdf h3 {
  margin-bottom: 20px;
  color: #053157;
  font-weight: 600;
  font-size:28px;
}

.fdbgfdgfd {
  width: 80%;
  height: 350px;
  margin: auto;
}
.fdbgfdgfd img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
}

/*.dxbhfdgbgsdfg {*/
/*  margin-top: 50px;*/
/*}*/
.dxbhfdgbgsdfg h2 {
  color: #053157;
  font-weight: 600;
}
.dxbhfdgbgsdfg p {
  color: gray;
  font-size: 17px;
}
.dxbhfdgbgsdfg button {
  padding: 14px 40px;
  background-color: #0E6AED;
  border-radius: 6px;
  border: none;
  color: white;
  font-size: 18px;
}



/*end Fasteners  page css */
/*end Fasteners  page css */
/*end Fasteners  page css */














/*supplier dashboard start*/

.mkjmoewrwerj_dashboard{
    height: 100vh;
}

.isdkn_ihas_left ul{
    flex-direction: column;
}

.isdkn_ihas_left ul li{
    padding: 1rem 1rem;
    margin-bottom: 10px;
    font-size: 0.9rem;
    text-align: center;
    display: flex;
    flex-direction: column;
}

.isdkn_ihas_left ul li.active{
    background: #C3DAFD;
    border-left: 4px solid var(--main-orange-color);
    color: var(--main-orange-color);
}

.isdkn_ihas_left ul li:hover{
    background: #C3DAFD;
    border-left: 4px solid var(--main-orange-color);
    color: var(--main-orange-color);
}

.isdkn_ihas_left ul li i{
    margin-bottom: 0.3rem;
    font-size: 1.6rem;
}

.lkminiehwrewr span{
    font-weight: 700;
    font-size: 1.2rem;
}

.lkminiehwrewr i{
    color: var(--main-orange-color);
    cursor: pointer;
}

.oasijdmiadajs .sdfscsdfdsf_icon{
    font-size: 1.6rem;
}

.jmhnjasoiee span{
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}

.jmhnjasoiee p{
    font-size: 0.9rem !important;
    font-weight: 700;
}

.jmhnjasoiee span img{
    transform: scale(2);
}

.drpdwn-wrappr li{
    cursor: pointer;
}

.jmhnjasoiee:hover .drpdwn-wrappr.d-none{
    display: block !important;
}

.nkjdahsdias_main{
    top: 0;
    bottom: 0;
    margin: 3.5rem 0 0 14rem;
    background: #f7f7f7;
}

#main-container-wrapper{
    position: fixed;
    right: 0;
    z-index: 999;
    background: #fff;
}

.uinkjdsehuiuerjr{
    border-radius: 10px;
    background-color: #f7f7f7 !important;
    
}

.isdkn_ihas_header 
{
    padding: 10px 25px !important;
    /*margin:20px;*/
    /*background-color:#C5DAEF !important;*/
}

.udbjnsurerer{
    border-radius: 10px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}

.dinsiuands_inner{
    background: #e9f2ff;
    border-radius: 10px;
}

.ndkhreer_box{
    border-radius: 10px;
    background: #fff;
    margin-top: -5rem;
    display: table;
    padding: 0.8rem;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
}

.ndkhreer_box i{
    color: var(--main-orange-color);
    font-size: 1.4rem;
}

.dinsiuands_inner p{
    font-weight: 700;
    font-size: 0.8rem;
}

.dinsiuands_inner h4{
    font-size: 3rem;
    color: var(--main-orange-color);
}

.oidlkerpewrewr{
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    background-color: #fff;
}

.inmiojidwee{
    width: 7rem;
    height: 7rem;
    margin: auto;
    border-radius: 50%;
    box-shadow: rgba(136, 165, 191, 0.48) 6px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;
}

.inmiojidwee img{
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.5);
}

.oidlkerpewrewr h5{
    font-weight: 600;
}

.oidlkerpewrewr p span{
    font-weight: 700;
}

.oidlkerpewrewr p{
    font-size: 1rem;
}

.col-lg-0.oijmdijmoeriewrjewr{
    display: none;
}

.drpdwn-wrappr{
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    top: 2.55rem;
    left: 0;
    right: 0;
    z-index: 9;
}

.drpdwn-wrappr li{
    list-style: none;
    font-weight: 600;
    border-bottom: 1px solid #eeeeee;
    font-size: 0.9rem;
}

.drpdwn-wrappr li:last-child{
    border-bottom: 0;
}


/*supplier dashboard end*/







/*indirect material procurement function start*/
/*.indrct-m-p-banner {*/
/*  background: rgba(240, 244, 245, 0.9098039216);*/
/*  height:550px;*/
/*}*/
.indrct-m-p-banner:after {
  position: absolute;
  content: "";
  background-image: url(../images/dots.png);
  background-repeat: no-repeat;
  width: 20rem;
  height: 10rem;
  left: 50%;
  bottom: 8rem;
  transform: translateX(-50%) scale(0.4);
}
.indrct-m-p-banner .innmjiuhjer_left h1 {
  font-size: 2.6rem;
  z-index: 9999999;
  font-weight: 700;
}
.indrct-m-p-banner .innmjiuhjer_left h1:before {
  position: absolute;
  content: "";
  background-image: url(../images/dots.png);
  background-repeat: no-repeat;
  width: 20rem;
  height: 20rem;
  left: -9rem;
  bottom: -5rem;
  transform: scale(0.4);
}
.indrct-m-p-banner .innmjiuhjer_left p {
  line-height: 1.5;
  font-size: 1.2rem;
}
.indrct-m-p-banner .innmjiuhjer_left .btn-main {
  border-radius: 5px !important;
}
.indrct-m-p-banner .innmjiuhjer_right:before {
  position: absolute;
  content: "";
  width: 20rem;
  height: 100%;
  background: #86B5F8;
  top: -3rem;
  right: 5rem;
  border-radius: 1.5rem;
}
.indrct-m-p-banner .innmjiuhjer_right img {
  position: relative;
  z-index: 9999;
  width:100%;
  height:350px;
  padding-top:50px;
  padding-left:50px;
}

.ikndiwerewrewr h2 {
  font-weight: 700;
  font-size: 28px;
}
.ikndiwerewrewr h5 {
  font-weight: 700;
  color: #202a65;
  font-size: 1.2rem;
  height: 70px;
  overflow: hidden;
}
.ikndiwerewrewr .uioijdmrerer .iuhnjuehwrwer {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.ikndiwerewrewr .uioijdmrerer .iuhnjuehwrwer .injdkewrwiherewrer {
  height: 190px;
}
.ikndiwerewrewr .uioijdmrerer .iuhnjuehwrwer .dsvcdftrvrtdfg h6 {
  font-size: 0.8rem;
  color: #404040;
  font-weight: 700;
}
.ikndiwerewrewr .uioijdmrerer .iuhnjuehwrwer .dsvcdftrvrtdfg h6 i {
  color: var(--main-orange-color);
}

.cdsfiuhnjdihwreer_inner p {
  line-height: 1.5;
}
.cdsfiuhnjdihwreer_inner ul li span {
  font-weight: 800;

}
.cdsfiuhnjdihwreer_inner ul li
{
  padding-bottom:10px;
}

.uioijdmrerercsdf p {
  text-align: justify;
}

/*indirect material procurement function end*/
/*growth your shop with zeo start*/
.ihdkdfggnierewr_left p {
  line-height: 1.6;
}
.ihdkdfggnierewr_left p span {
  color: var(--main-orange-color);
}

.img-fluid 
{
    border-radius: 8px;
    
}

.ihdknierewr_left img 
{
      border-radius: 8px;
    
}

.sdifhsnfihserr .ihdkdfggnierewr_left {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.sdifhsnfihserr .ihdkdfggnierewr_left i {
  color: var(--main-orange-color);
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  border: 1px dashed #979797;
  line-height: 1.8;
}
.sdifhsnfihserr .ihdkdfggnierewr_left h4 {
  height: 60px;
}
.sdifhsnfihserr .ihdkdfggnierewr_left p {
  margin-bottom: 0 !important;
}

.dsfwesdcerer {
  background: transparent !important;
}
.dsfwesdcerer h2 {
  font-size: 28px;
  font-weight: 700;
}
.dsfwesdcerer li, .dsfwesdcerer p {
  line-height: 1.6;
}
.dsfwesdcerer li span {
  font-weight: 700;
}
.dsfwesdcerer:after {
  display: none !important;
}

.cewrfcxrer {
  background: #F6F9FF;
}
.cewrfcxrer h2 {
  font-size: 30px;
  font-weight: 700;
}
.cewrfcxrer:after {
  display: none !important;
}
.cewrfcxrer .dfstrvtrfdz_uinnerr p {
  line-height: 1.6;
  color: #053157;
}
.cewrfcxrer .dfstrvtrfdz_uinnerr .iudhneretrt {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: rgba(136, 165, 191, 0.48) 6px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;
}
.cewrfcxrer .dfstrvtrfdz_uinnerr .iudhneretrt img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.5);
}
.cewrfcxrer .dfstrvtrfdz_uinnerr .djjeiwrwer h6 {
  font-size: 0.8rem;
}
.cewrfcxrer .dfstrvtrfdz_uinnerr .djjeiwrwer h6:first-child {
  font-weight: 600;
}

.nkjikdhfdfdf p {
  font-weight: 600;
  line-height: 2 !important;
}
.nkjikdhfdfdf p span {
  font-weight: 700;
  color: #0E6AED;
}

.cewrfcxrer .nkjikdhfdfdf {
  box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
}

.dfgdfhfd h2
{
    
    padding-bottom:45px !important;
    text-align:center;
    color:#053157;
    font-size:27px;
}


.fghfg222
{
    width:100%;
    height:500px;
}

.fghfg222 img 
{
    width:100%;
    height:100%;
    border-radius:8px;
}
/*growth your shop with zeo end*/



/*customer enquiry start*/

.duineruewrewrer{
    height: 100vh;
    overflow: hidden;
}

.ikjniudewr_left{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.ikjniudewr_left, .ikjniudewr_right{
    border-radius: 10px;
    background: #F7F7F7;
}

.ikjniudewr_left a{
    color: var(--main-orange-color) !important;
    font-weight: 600;
}

.ikjniudewr_left h4{
    font-weight: 600;
}

.indiwerwer_wrapper span{
    background: transparent;
    border-radius: 50%;
    display: inline-block;
}

.indiwerwer_wrapper span div{
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    top: 26%;
    transform: translateY(-50%);
    position: absolute;
}

.indiwerwer_wrapper span div img{
    width: 100%;
}

.indiwerwer_wrapper .oijnmidwea{
    width: 40vw;
    height: 40vw;
    animation: rotateouta 4s infinite linear;
    border: 2px solid rgba(23, 111, 237, 0.2);
}

@keyframes rotateouta{
    0%{
        transform: rotate(0);
    }
    
    100%{
        transform: rotate(360deg);
    }
}

.indiwerwer_wrapper .oijnmidweb{
    width: 33vw;
    height: 33vw;
    animation: rotateoutb 4s infinite linear;
    border: 2px solid rgba(23, 111, 237, 0.4);
}

@keyframes rotateoutb{
    0%{
        transform: translate(-50%, -50%) rotate(0);
    }
    
    100%{
        transform: translate(-50%, -50%) rotate(-360deg);
    }
}

.indiwerwer_wrapper .oijnmidweb div{
    top: 55%;
    left: -5%;
}

.indiwerwer_wrapper .oijnmidwec{
    width: 26vw;
    height: 26vw;
    animation: rotateoutc 4s infinite linear;
    border: 2px solid rgba(23, 111, 237, 0.6);
}

@keyframes rotateoutc{
    0%{
        transform: translate(-50%, -50%) rotate(0);
    }
    
    100%{
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.indiwerwer_wrapper .oijnmidwec div{
    top: 75%;
}

.indiwerwer_wrapper .oijnmidwed{
    width: 19vw;
    height: 19vw;
    animation: rotateoutd 4s infinite linear;
    border: 2px solid rgba(23, 111, 237, 0.8);
}

@keyframes rotateoutd{
    0%{
        transform: translate(-50%, -50%) rotate(0);
    }
    
    100%{
        transform: translate(-50%, -50%) rotate(-360deg);
    }
}

.indiwerwer_wrapper .oijnmidwee{
    width: 12vw;
    height: 12vw;
    animation: rotateoute 4s infinite linear;
    border: 2px solid rgba(23, 111, 237, 1);
}

@keyframes rotateoute{
    0%{
        transform: translate(-50%, -50%) rotate(0);
    }
    
    100%{
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.credasdfdf{
    position: absolute;
    top: 50%;
    left: 100%;
}

.ikjniudewr_right{
    padding: 4rem 0;
    height: 100vh;
    overflow-y: auto;
    overflow-x: clip;
}

.ijderewr_inner h2{
    font-weight: 700;
}

.ikjniudewr_right form label{
    font-weight: 600;
}

/*customer enquiry end*/



/* start blog details section */
/* start blog details section */
/* start blog details section */
/*.fbghdfgdfg {*/
/*  width: 100%;*/
/*  height: 230px;*/
/*  background-color: #22445F;*/
  
/*}*/
.bdfdfd 
{
    margin-top:30px;
    
}
.dfbgdfg 
{
    top:90px;
}

.bdfdfd h2 {
  line-height: 230px;
  color: white;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
}

.dfkbghdfg {
  width: 100%;
  height: 400px;
}
.dfkbghdfg img {
  width: 100%;
  height: 100%;
}

.dbgfhdfgdfgdf {
  width: 100%;
  padding: 40px 0;
  margin-top:100px;
}

.dfgnjdfgdf h2 {
  color: #053157;
  font-size: 36px;
  padding-top: 10px;
}
.dfgnjdfgdf p {
  font-size: 17px;
  color: gray;
}

.upper1
{
    margin-top:-40px !important;
}

.dfgnjdfgdf h6 {
  font-size: 22px;
  color: black;
  font-weight:600;
}

.dfbghdfhgdf {
  padding: 10px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.fdsbfghsdfg h2 {
  padding: 5px 0;
  color: #053157;
  font-weight: 600;
}

.gdfhdfg {
  text-align: center;
  color: #053157;
  font-weight: 700;
}

.fdgbfd {
  width: 100%;
  height: 170px;
}
.fdgbfd img {
  width: 100%;
  height: 100%;
}

.gfbdvgdfg h5 {
  color: #053157;
  font-weight: 600;
  padding-top: 5px;
}

.gfbdvgdfg {
  padding: 10px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

.gfbdvgdfg {
  margin-bottom: 20px;
}

/* end blog details section */
/* end blog details section */
/* end blog details section */





/* start footer section */
/* start footer section */
/* start footer section */

.fgfgbg58
{
   right:0% !important;
   position:fixed;
   top:30% !important;
   /*transform: rotate(90deg);*/
   
}

.fgfgbg58 button 
{
    padding:15px 18px;
    background-color:#2C7DF0;
    border:none;
    color:white;
    font-weight:500;
}

footer {
  padding: 80px 0;
  background-color: #DFF5FF;
}

.ghvfdfgdfgf h6 {
  font-size: 23px;
  font-weight: 600;
  color: #566DFB;
}
.ghvfdfgdfgf p {
  color: #3A426D;
  font-size: 15px;
  /*padding-top: 10px;*/
}
.ghvfdfgdfgf span {
  color: #000 !important;
}

.fgdfg5 i {
  font-size: 30px;
  padding-right: 10px;
  color: gray;
}

.fgdfg5 
{
    margin-top:10px;
}

.dfgdf {
  margin-top: 20px;
}
.dfgdf p {
  margin-bottom: 0;
  padding-bottom: 10px;
}

.hfgh {
  width: 145px;
  height: 2px;
  background-color: #0E6AED;
}

.ghvdfgdfg {
  width: 100%;
  height: 2px;
  background-color: #fff;
  margin-top: 40px;
}

.gdfgdfg55 p {
  text-align: center;
  margin: auto;
  padding-top: 15px;
}
.gdfgdfg5555 
{
    margin-top:15px;
}

.gdfgdfg5555 a 
{
    font-size:16px;
    color:black;
    padding-top:15px;
    font-weight:500;
}

.bfghvdfg h2 {
  padding-top: 40px;
  color: #3A426D;
  font-weight: 600;
  font-size: 35px;
}

.nhbgf i {
  font-size: 8px;
  color: #0E6AED;
  padding-top: -10px;
}
.nhbgf p {
  font-size: 15px;
  margin-bottom: 0;
  padding-bottom: 6px;
  padding-top: 5px;
  color: #202a65;
}

.nhbgf ul li 
{
    line-height:28px;
}

.nhvfdfgfg {
  padding: 20px;
  margin-top: 20px;
  border-radius: 4px;
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}

.dfgfdg {
  margin-left: 140px;
}

.dfgfdg img 
{
    width:70px;
    height:70px;
}

.dgsd55 h6 {
  text-align: center;
  padding-top: 5px;
  color: #053157;
  font-size: 17px;
  font-weight: 600;
}

.fbgdfgdfg h6 {
  text-align: center;
  font-size: 15px;
  color: rgb(83, 82, 82);
}
.fbgdfgdfg p {
  text-align: center;
}

.fgfdg58 {
  text-align: center;
  margin: 10px 0;
}
.fgfdg58 button {
  padding: 12px 20px;
  color: white;
  font-size: 17px;
  font-weight: 500;
  background-color: #0E6AED;
  border: none;
  border-radius: 6px;
}

.bfhdfgfd {
  width: 80%;
  height: 400px;
  background-color: #86B5F8;
  margin-top: 40px;
  border-radius: 12px;
}
.bfhdfgfd img {
  width: 100%;
  height: 100%;
  margin-left: 50px;
  margin-top: 50px;
}

.xfghdfgdfgfd {
  width: 100%;
  padding: 40px 0;
}

.btnggt
{
    width:100%;
    height:50px;
    line-height:50px;
    color:white;
    background-color:#0E6AED;
    font-weight:500;
    border:none !important;
    border-radius: 8px !important;
    
}

.dfgdfg {
  width: 100%;
  padding: 40px 0;
  background-color: #0E6AED;
  border-radius:8px;
 
}

.dghfdsg p {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  padding-top: 10px;
}

.ghfdfg img {
  width: 40px;
  height: 40px;
  margin-left: 5px;
}

.gfhgf {
  width: 140px !important;
  height: 40px;
}

/* End  footer section */
/* End  footer section */
/* End  footer section */



/* start zeometrix banner right side css section */
/* start zeometrix banner right side css section */
/* start zeometrix banner right side css section */
/* start zeometrix banner right side css section */



.njkfdf555
{
    padding:20px;
    margin-top:30px;
    position: relative;
}


sub,sup {
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
  position: relative
}

sup {
  top: -.5em
}

sub {
  bottom: -.25em
}

img {
  border: 0
}

svg:not(:root) {
  overflow: hidden
}

hr {
  box-sizing: content-box;
  height: 0
}

pre {
  overflow: auto
}

code,kbd,pre,samp {
  font-family: monospace;
  font-size: 1em
}

button,input,optgroup,select,textarea {
  color: inherit;
  font: inherit;
  margin: 0
}

button {
  overflow: visible
}

button,select {
  text-transform: none
}

button,html input[type=button],input[type=reset] {
  -webkit-appearance: button;
  cursor: pointer
}

button[disabled],html input[disabled] {
  cursor: default
}

button::-moz-focus-inner,input::-moz-focus-inner {
  border: 0;
  padding: 0
}

input {
  line-height: normal
}

input[type=checkbox],input[type=radio] {
  box-sizing: border-box;
  padding: 0
}

input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
  height: auto
}

input[type=search] {
  -webkit-appearance: none
}

input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

legend {
  border: 0;
  padding: 0
}

textarea {
  overflow: auto
}

optgroup {
  font-weight: 700
}

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

td,th {
  padding: 0
}

@font-face {
  font-family: webflow-icons;
  src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBiUAAAC8AAAAYGNtYXDpP+a4AAABHAAAAFxnYXNwAAAAEAAAAXgAAAAIZ2x5ZmhS2XEAAAGAAAADHGhlYWQTFw3HAAAEnAAAADZoaGVhCXYFgQAABNQAAAAkaG10eCe4A1oAAAT4AAAAMGxvY2EDtALGAAAFKAAAABptYXhwABAAPgAABUQAAAAgbmFtZSoCsMsAAAVkAAABznBvc3QAAwAAAAAHNAAAACAAAwP4AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpAwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAQAAAAAwACAACAAQAAQAg5gPpA//9//8AAAAAACDmAOkA//3//wAB/+MaBBcIAAMAAQAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEBIAAAAyADgAAFAAAJAQcJARcDIP5AQAGA/oBAAcABwED+gP6AQAABAOAAAALgA4AABQAAEwEXCQEH4AHAQP6AAYBAAcABwED+gP6AQAAAAwDAAOADQALAAA8AHwAvAAABISIGHQEUFjMhMjY9ATQmByEiBh0BFBYzITI2PQE0JgchIgYdARQWMyEyNj0BNCYDIP3ADRMTDQJADRMTDf3ADRMTDQJADRMTDf3ADRMTDQJADRMTAsATDSANExMNIA0TwBMNIA0TEw0gDRPAEw0gDRMTDSANEwAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFVz+fAGEAAAAAAL//f+9BAMDwwAEAAkAABcBJwEXAwE3AQdpA5ps/GZsbAOabPxmbEMDmmz8ZmwDmvxmbAOabAAAAgAA/8AEAAPAAB0AOwAABSInLgEnJjU0Nz4BNzYzMTIXHgEXFhUUBw4BBwYjNTI3PgE3NjU0Jy4BJyYjMSIHDgEHBhUUFx4BFxYzAgBqXV6LKCgoKIteXWpqXV6LKCgoKIteXWpVSktvICEhIG9LSlVVSktvICEhIG9LSlVAKCiLXl1qal1eiygoKCiLXl1qal1eiygoZiEgb0tKVVVKS28gISEgb0tKVVVKS28gIQABAAABwAIAA8AAEgAAEzQ3PgE3NjMxFSIHDgEHBhUxIwAoKIteXWpVSktvICFmAcBqXV6LKChmISBvS0pVAAAAAgAA/8AFtgPAADIAOgAAARYXHgEXFhUUBw4BBwYHIxUhIicuAScmNTQ3PgE3NjMxOAExNDc+ATc2MzIXHgEXFhcVATMJATMVMzUEjD83NlAXFxYXTjU1PQL8kz01Nk8XFxcXTzY1PSIjd1BQWlJJSXInJw3+mdv+2/7c25MCUQYcHFg5OUA/ODlXHBwIAhcXTzY1PTw1Nk8XF1tQUHcjIhwcYUNDTgL+3QFt/pOTkwABAAAAAQAAmM7nP18PPPUACwQAAAAAANciZKUAAAAA1yJkpf/9/70FtgPDAAAACAACAAAAAAAAAAEAAAPA/8AAAAW3//3//QW2AAEAAAAAAAAAAAAAAAAAAAAMBAAAAAAAAAAAAAAAAgAAAAQAASAEAADgBAAAwAQAAJ0EAP/9BAAAAAQAAAAFtwAAAAAAAAAKABQAHgAyAEYAjACiAL4BFgE2AY4AAAABAAAADAA8AAMAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADQAAAAEAAAAAAAIABwCWAAEAAAAAAAMADQBIAAEAAAAAAAQADQCrAAEAAAAAAAUACwAnAAEAAAAAAAYADQBvAAEAAAAAAAoAGgDSAAMAAQQJAAEAGgANAAMAAQQJAAIADgCdAAMAAQQJAAMAGgBVAAMAAQQJAAQAGgC4AAMAAQQJAAUAFgAyAAMAAQQJAAYAGgB8AAMAAQQJAAoANADsd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzUmVndWxhcgBSAGUAZwB1AGwAYQByd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==)format("truetype");
  font-weight: 400;
  font-style: normal
}

[class^=w-icon-],[class*=\ w-icon-] {
  speak: none;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  font-family: webflow-icons!important
}

.w-icon-slider-right:before {
  content: ""
}

.w-icon-slider-left:before {
  content: ""
}

.w-icon-nav-menu:before {
  content: ""
}

.w-icon-arrow-down:before,.w-icon-dropdown-toggle:before {
  content: ""
}

.w-icon-file-upload-remove:before {
  content: ""
}

.w-icon-file-upload-icon:before {
  content: ""
}

* {
  box-sizing: border-box
}

html {
  height: 100%
}

body {
  color: #333;
  background-color: #fff;
  min-height: 100%;
  margin: 0;
  font-family: Arial,sans-serif;
  font-size: 14px;
  line-height: 20px
}

img {
  vertical-align: middle;
  max-width: 100%;
  display: inline-block
}

html.w-mod-touch * {
  background-attachment: scroll!important
}

.w-block {
  display: block
}

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

.w-clearfix:before,.w-clearfix:after {
  content: " ";
  grid-area: 1/1/2/2;
  display: table
}

.w-clearfix:after {
  clear: both
}

.w-hidden {
  display: none
}

.w-button {
  color: #fff;
  line-height: inherit;
  cursor: pointer;
  background-color: #3898ec;
  border: 0;
  border-radius: 0;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block
}

input.w-button {
  -webkit-appearance: button
}

html[data-w-dynpage] [data-w-cloak] {
  color: #0000!important
}

.w-code-block {
  margin: unset
}

pre.w-code-block code {
  all: inherit
}

.w-optimization {
  display: contents
}

.w-webflow-badge,.w-webflow-badge>img {
  box-sizing: unset;
  width: unset;
  height: unset;
  max-height: unset;
  max-width: unset;
  min-height: unset;
  min-width: unset;
  margin: unset;
  padding: unset;
  float: unset;
  clear: unset;
  border: unset;
  border-radius: unset;
  background: unset;
  background-image: unset;
  background-position: unset;
  background-size: unset;
  background-repeat: unset;
  background-origin: unset;
  background-clip: unset;
  background-attachment: unset;
  background-color: unset;
  box-shadow: unset;
  transform: unset;
  direction: unset;
  font-family: unset;
  font-weight: unset;
  color: unset;
  font-size: unset;
  line-height: unset;
  font-style: unset;
  font-variant: unset;
  text-align: unset;
  letter-spacing: unset;
  -webkit-text-decoration: unset;
  text-decoration: unset;
  text-indent: unset;
  text-transform: unset;
  list-style-type: unset;
  text-shadow: unset;
  vertical-align: unset;
  cursor: unset;
  white-space: unset;
  word-break: unset;
  word-spacing: unset;
  word-wrap: unset;
  transition: unset
}

.w-webflow-badge {
  white-space: nowrap;
  cursor: pointer;
  box-shadow: 0 0 0 1px #0000001a,0 1px 3px #0000001a;
  visibility: visible!important;
  opacity: 1!important;
  z-index: 2147483647!important;
  color: #aaadb0!important;
  overflow: unset!important;
  background-color: #fff!important;
  border-radius: 3px!important;
  width: auto!important;
  height: auto!important;
  margin: 0!important;
  padding: 6px!important;
  font-size: 12px!important;
  line-height: 14px!important;
  text-decoration: none!important;
  display: inline-block!important;
  position: fixed!important;
  inset: auto 12px 12px auto!important;
  transform: none!important
}

.w-webflow-badge>img {
  position: unset;
  visibility: unset!important;
  opacity: 1!important;
  vertical-align: middle!important;
  display: inline-block!important
}

h1,h2,h3,h4,h5,h6 {
  margin-bottom: 10px;
  font-weight: 700
}

h1 {
  margin-top: 20px;
  font-size: 38px;
  line-height: 44px;
  color: #3A426D;
}

h2 {
  margin-top: 20px;
  font-size: 32px;
  line-height: 36px;
  color: #3A426D;
}

h3 {
  margin-top: 20px;
  font-size: 24px;
  line-height: 30px;
  color: #3A426D;
}

h4 {
  margin-top: 10px;
  font-size: 16px;
  line-height: 24px;
  color: #3A426D;
}

h5 {
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px
}

h6 {
  margin-top: 10px;
  font-size: 12px;
  line-height: 18px
}

p {
  margin-top: 0;
  margin-bottom: 10px
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin: 0 0 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px
}

figure {
  margin: 0 0 10px
}

figcaption {
  text-align: center;
  margin-top: 5px
}

ul,ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px
}

.w-list-unstyled {
  padding-left: 0;
  list-style: none
}

.w-embed:before,.w-embed:after {
  content: " ";
  grid-area: 1/1/2/2;
  display: table
}

.w-embed:after {
  clear: both
}

.w-video {
  width: 100%;
  padding: 0;
  position: relative
}

.w-video iframe,.w-video object,.w-video embed {
  border: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0
}

button,[type=button],[type=reset] {
  cursor: pointer;
  -webkit-appearance: button;
  border: 0
}

.w-form {
  margin: 0 0 15px
}

.w-form-done {
  text-align: center;
  background-color: #ddd;
  padding: 20px;
  display: none
}

.w-form-fail {
  background-color: #ffdede;
  margin-top: 10px;
  padding: 10px;
  display: none
}

label {
  margin-bottom: 5px;
  font-weight: 700;
  display: block
}

.w-input,.w-select {
  color: #333;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
  width: 100%;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.42857;
  display: block
}

.w-input::placeholder,.w-select::placeholder {
  color: #999
}

.w-input:focus,.w-select:focus {
  border-color: #3898ec;
  outline: 0
}

.w-input[disabled],.w-select[disabled],.w-input[readonly],.w-select[readonly],fieldset[disabled] .w-input,fieldset[disabled] .w-select {
  cursor: not-allowed
}

.w-input[disabled]:not(.w-input-disabled),.w-select[disabled]:not(.w-input-disabled),.w-input[readonly],.w-select[readonly],fieldset[disabled]:not(.w-input-disabled) .w-input,fieldset[disabled]:not(.w-input-disabled) .w-select {
  background-color: #eee
}

textarea.w-input,textarea.w-select {
  height: auto
}

.w-select {
  background-color: #f3f3f3
}

.w-select[multiple] {
  height: auto
}

.w-form-label {
  cursor: pointer;
  margin-bottom: 0;
  font-weight: 400;
  display: inline-block
}

.w-radio {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block
}

.w-radio:before,.w-radio:after {
  content: " ";
  grid-area: 1/1/2/2;
  display: table
}

.w-radio:after {
  clear: both
}

.w-radio-input {
  float: left;
  margin: 3px 0 0 -20px;
  line-height: normal
}

.w-file-upload {
  margin-bottom: 10px;
  display: block
}

.w-file-upload-input {
  opacity: 0;
  z-index: -100;
  width: .1px;
  height: .1px;
  position: absolute;
  overflow: hidden
}

.w-file-upload-default,.w-file-upload-uploading,.w-file-upload-success {
  color: #333;
  display: inline-block
}

.w-file-upload-error {
  margin-top: 10px;
  display: block
}

.w-file-upload-default.w-hidden,.w-file-upload-uploading.w-hidden,.w-file-upload-error.w-hidden,.w-file-upload-success.w-hidden {
  display: none
}

.w-file-upload-uploading-btn {
  cursor: pointer;
  background-color: #fafafa;
  border: 1px solid #ccc;
  margin: 0;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 400;
  display: flex
}

.w-file-upload-file {
  background-color: #fafafa;
  border: 1px solid #ccc;
  flex-grow: 1;
  justify-content: space-between;
  margin: 0;
  padding: 8px 9px 8px 11px;
  display: flex
}

.w-file-upload-file-name {
  font-size: 14px;
  font-weight: 400;
  display: block
}

.w-file-remove-link {
  cursor: pointer;
  width: auto;
  height: auto;
  margin-top: 3px;
  margin-left: 10px;
  padding: 3px;
  display: block
}

.w-icon-file-upload-remove {
  margin: auto;
  font-size: 10px
}

.w-file-upload-error-msg {
  color: #ea384c;
  padding: 2px 0;
  display: inline-block
}

.w-file-upload-info {
  padding: 0 12px;
  line-height: 38px;
  display: inline-block
}

.w-file-upload-label {
  cursor: pointer;
  background-color: #fafafa;
  border: 1px solid #ccc;
  margin: 0;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 400;
  display: inline-block
}

.w-icon-file-upload-icon,.w-icon-file-upload-uploading {
  width: 20px;
  margin-right: 8px;
  display: inline-block
}

.w-icon-file-upload-uploading {
  height: 20px
}

.w-container {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto
}

.w-container:before,.w-container:after {
  content: " ";
  grid-area: 1/1/2/2;
  display: table
}

.w-container:after {
  clear: both
}

.w-container .w-row {
  margin-left: -10px;
  margin-right: -10px
}

.w-row:before,.w-row:after {
  content: " ";
  grid-area: 1/1/2/2;
  display: table
}

.w-row:after {
  clear: both
}

.w-row .w-row {
  margin-left: 0;
  margin-right: 0
}

.w-col {
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative
}

.w-col .w-col {
  padding-left: 0;
  padding-right: 0
}

.w-col-1 {
  width: 8.33333%
}

.w-col-2 {
  width: 16.6667%
}

.w-col-3 {
  width: 25%
}

.w-col-4 {
  width: 33.3333%
}

.w-col-5 {
  width: 41.6667%
}

.w-col-6 {
  width: 50%
}

.w-col-7 {
  width: 58.3333%
}

.w-col-8 {
  width: 66.6667%
}

.w-col-9 {
  width: 75%
}

.w-col-10 {
  width: 83.3333%
}

.w-col-11 {
  width: 91.6667%
}

.w-col-12 {
  width: 100%
}

.w-hidden-main {
  display: none!important
}

@media screen and (max-width: 991px) {
  .w-container {
      max-width:728px
  }

  .w-hidden-main {
      display: inherit!important
  }

  .w-hidden-medium {
      display: none!important
  }

  .w-col-medium-1 {
      width: 8.33333%
  }

  .w-col-medium-2 {
      width: 16.6667%
  }

  .w-col-medium-3 {
      width: 25%
  }

  .w-col-medium-4 {
      width: 33.3333%
  }

  .w-col-medium-5 {
      width: 41.6667%
  }

  .w-col-medium-6 {
      width: 50%
  }

  .w-col-medium-7 {
      width: 58.3333%
  }

  .w-col-medium-8 {
      width: 66.6667%
  }

  .w-col-medium-9 {
      width: 75%
  }

  .w-col-medium-10 {
      width: 83.3333%
  }

  .w-col-medium-11 {
      width: 91.6667%
  }

  .w-col-medium-12 {
      width: 100%
  }

  .w-col-stack {
      width: 100%;
      left: auto;
      right: auto
  }
}

@media screen and (max-width: 767px) {
  .w-hidden-main,.w-hidden-medium {
      display:inherit!important
  }

  .w-hidden-small {
      display: none!important
  }

  .w-row,.w-container .w-row {
      margin-left: 0;
      margin-right: 0
  }

  .w-col {
      width: 100%;
      left: auto;
      right: auto
  }

  .w-col-small-1 {
      width: 8.33333%
  }

  .w-col-small-2 {
      width: 16.6667%
  }

  .w-col-small-3 {
      width: 25%
  }

  .w-col-small-4 {
      width: 33.3333%
  }

  .w-col-small-5 {
      width: 41.6667%
  }

  .w-col-small-6 {
      width: 50%
  }

  .w-col-small-7 {
      width: 58.3333%
  }

  .w-col-small-8 {
      width: 66.6667%
  }

  .w-col-small-9 {
      width: 75%
  }

  .w-col-small-10 {
      width: 83.3333%
  }

  .w-col-small-11 {
      width: 91.6667%
  }

  .w-col-small-12 {
      width: 100%
  }
}

@media screen and (max-width: 479px) {
  .w-container {
      max-width:none
  }

  .w-hidden-main,.w-hidden-medium,.w-hidden-small {
      display: inherit!important
  }

  .w-hidden-tiny {
      display: none!important
  }

  .w-col {
      width: 100%
  }

  .w-col-tiny-1 {
      width: 8.33333%
  }

  .w-col-tiny-2 {
      width: 16.6667%
  }

  .w-col-tiny-3 {
      width: 25%
  }

  .w-col-tiny-4 {
      width: 33.3333%
  }

  .w-col-tiny-5 {
      width: 41.6667%
  }

  .w-col-tiny-6 {
      width: 50%
  }

  .w-col-tiny-7 {
      width: 58.3333%
  }

  .w-col-tiny-8 {
      width: 66.6667%
  }

  .w-col-tiny-9 {
      width: 75%
  }

  .w-col-tiny-10 {
      width: 83.3333%
  }

  .w-col-tiny-11 {
      width: 91.6667%
  }

  .w-col-tiny-12 {
      width: 100%
  }
}

.w-widget {
  position: relative
}

.w-widget-map {
  width: 100%;
  height: 400px
}

.w-widget-map label {
  width: auto;
  display: inline
}

.w-widget-map img {
  max-width: inherit
}

.w-widget-map .gm-style-iw {
  text-align: center
}

.w-widget-map .gm-style-iw>button {
  display: none!important
}

.w-widget-twitter {
  overflow: hidden
}

.w-widget-twitter-count-shim {
  vertical-align: top;
  text-align: center;
  background: #fff;
  border: 1px solid #758696;
  border-radius: 3px;
  width: 28px;
  height: 20px;
  display: inline-block;
  position: relative
}

.w-widget-twitter-count-shim * {
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none
}

.w-widget-twitter-count-shim .w-widget-twitter-count-inner {
  text-align: center;
  color: #999;
  font-family: serif;
  font-size: 15px;
  line-height: 12px;
  position: relative
}

.w-widget-twitter-count-shim .w-widget-twitter-count-clear {
  display: block;
  position: relative
}

.w-widget-twitter-count-shim.w--large {
  width: 36px;
  height: 28px
}

.w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 18px
}

.w-widget-twitter-count-shim:not(.w--vertical) {
  margin-left: 5px;
  margin-right: 8px
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large {
  margin-left: 6px
}

.w-widget-twitter-count-shim:not(.w--vertical):before,.w-widget-twitter-count-shim:not(.w--vertical):after {
  content: " ";
  pointer-events: none;
  border: solid #0000;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 0
}

.w-widget-twitter-count-shim:not(.w--vertical):before {
  border-width: 4px;
  border-color: #75869600 #5d6c7b #75869600 #75869600;
  margin-top: -4px;
  margin-left: -9px
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
  border-width: 5px;
  margin-top: -5px;
  margin-left: -10px
}

.w-widget-twitter-count-shim:not(.w--vertical):after {
  border-width: 4px;
  border-color: #fff0 #fff #fff0 #fff0;
  margin-top: -4px;
  margin-left: -8px
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
  border-width: 5px;
  margin-top: -5px;
  margin-left: -9px
}

.w-widget-twitter-count-shim.w--vertical {
  width: 61px;
  height: 33px;
  margin-bottom: 8px
}

.w-widget-twitter-count-shim.w--vertical:before,.w-widget-twitter-count-shim.w--vertical:after {
  content: " ";
  pointer-events: none;
  border: solid #0000;
  width: 0;
  height: 0;
  position: absolute;
  top: 100%;
  left: 50%
}

.w-widget-twitter-count-shim.w--vertical:before {
  border-width: 5px;
  border-color: #5d6c7b #75869600 #75869600;
  margin-left: -5px
}

.w-widget-twitter-count-shim.w--vertical:after {
  border-width: 4px;
  border-color: #fff #fff0 #fff0;
  margin-left: -4px
}

.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 22px
}

.w-widget-twitter-count-shim.w--vertical.w--large {
  width: 76px
}

.w-background-video {
  color: #fff;
  height: 500px;
  position: relative;
  overflow: hidden
}

.w-background-video>video {
  object-fit: cover;
  z-index: -100;
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  inset: -100%
}

.w-background-video>video::-webkit-media-controls-start-playback-button {
  -webkit-appearance: none;
  display: none!important
}

.w-background-video--control {
  background-color: #0000;
  padding: 0;
  position: absolute;
  bottom: 1em;
  right: 1em
}

.w-background-video--control>[hidden] {
  display: none!important
}

.w-slider {
  text-align: center;
  clear: both;
  -webkit-tap-highlight-color: #0000;
  tap-highlight-color: #0000;
  background: #ddd;
  height: 300px;
  position: relative
}

.w-slider-mask {
  z-index: 1;
  white-space: nowrap;
  height: 100%;
  display: block;
  position: relative;
  left: 0;
  right: 0;
  overflow: hidden
}

.w-slide {
  vertical-align: top;
  white-space: normal;
  text-align: left;
  width: 100%;
  height: 100%;
  display: inline-block;
  position: relative
}

.w-slider-nav {
  z-index: 2;
  text-align: center;
  -webkit-tap-highlight-color: #0000;
  tap-highlight-color: #0000;
  height: 40px;
  margin: auto;
  padding-top: 10px;
  position: absolute;
  inset: auto 0 0
}

.w-slider-nav.w-round>div {
  border-radius: 100%
}

.w-slider-nav.w-num>div {
  font-size: inherit;
  line-height: inherit;
  width: auto;
  height: auto;
  padding: .2em .5em
}

.w-slider-nav.w-shadow>div {
  box-shadow: 0 0 3px #3336
}

.w-slider-nav-invert {
  color: #fff
}

.w-slider-nav-invert>div {
  background-color: #2226
}

.w-slider-nav-invert>div.w-active {
  background-color: #222
}

.w-slider-dot {
  cursor: pointer;
  background-color: #fff6;
  width: 1em;
  height: 1em;
  margin: 0 3px .5em;
  transition: background-color .1s,color .1s;
  display: inline-block;
  position: relative
}

.w-slider-dot.w-active {
  background-color: #fff
}

.w-slider-dot:focus {
  outline: none;
  box-shadow: 0 0 0 2px #fff
}

.w-slider-dot:focus.w-active {
  box-shadow: none
}

.w-slider-arrow-left,.w-slider-arrow-right {
  cursor: pointer;
  color: #fff;
  -webkit-tap-highlight-color: #0000;
  tap-highlight-color: #0000;
  -webkit-user-select: none;
  user-select: none;
  width: 80px;
  margin: auto;
  font-size: 40px;
  position: absolute;
  inset: 0;
  overflow: hidden
}

.w-slider-arrow-left [class^=w-icon-],.w-slider-arrow-right [class^=w-icon-],.w-slider-arrow-left [class*=\ w-icon-],.w-slider-arrow-right [class*=\ w-icon-] {
  position: absolute
}

.w-slider-arrow-left:focus,.w-slider-arrow-right:focus {
  outline: 0
}

.w-slider-arrow-left {
  z-index: 3;
  right: auto
}

.w-slider-arrow-right {
  z-index: 4;
  left: auto
}

.w-icon-slider-left,.w-icon-slider-right {
  width: 1em;
  height: 1em;
  margin: auto;
  inset: 0
}

.w-slider-aria-label {
  clip: rect(0 0 0 0);
  border: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden
}

.w-slider-force-show {
  display: block!important
}

.w-dropdown {
  text-align: left;
  z-index: 900;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  position: relative
}

.w-dropdown-btn,.w-dropdown-toggle,.w-dropdown-link {
  vertical-align: top;
  color: #222;
  text-align: left;
  white-space: nowrap;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  text-decoration: none;
  position: relative
}

.w-dropdown-toggle {
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  padding-right: 40px;
  display: inline-block
}

.w-dropdown-toggle:focus {
  outline: 0
}

.w-icon-dropdown-toggle {
  width: 1em;
  height: 1em;
  margin: auto 20px auto auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0
}

.w-dropdown-list {
  background: #ddd;
  min-width: 100%;
  display: none;
  position: absolute
}

.w-dropdown-list.w--open {
  display: block
}

.w-dropdown-link {
  color: #222;
  padding: 10px 20px;
  display: block
}

.w-dropdown-link.w--current {
  color: #0082f3
}

.w-dropdown-link:focus {
  outline: 0
}

@media screen and (max-width: 767px) {
  .w-nav-brand {
      padding-left:10px
  }
}

.w-lightbox-backdrop {
  cursor: auto;
  letter-spacing: normal;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  color: #fff;
  text-align: center;
  z-index: 2000;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -webkit-tap-highlight-color: transparent;
  background: #000000e6;
  outline: 0;
  font-family: Helvetica Neue,Helvetica,Ubuntu,Segoe UI,Verdana,sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.2;
  list-style: disc;
  position: fixed;
  inset: 0;
  -webkit-transform: translate(0)
}

.w-lightbox-backdrop,.w-lightbox-container {
  -webkit-overflow-scrolling: touch;
  height: 100%;
  overflow: auto
}

.w-lightbox-content {
  height: 100vh;
  position: relative;
  overflow: hidden
}

.w-lightbox-view {
  opacity: 0;
  width: 100vw;
  height: 100vh;
  position: absolute
}

.w-lightbox-view:before {
  content: "";
  height: 100vh
}

.w-lightbox-group,.w-lightbox-group .w-lightbox-view,.w-lightbox-group .w-lightbox-view:before {
  height: 86vh
}

.w-lightbox-frame,.w-lightbox-view:before {
  vertical-align: middle;
  display: inline-block
}

.w-lightbox-figure {
  margin: 0;
  position: relative
}

.w-lightbox-group .w-lightbox-figure {
  cursor: pointer
}

.w-lightbox-img {
  width: auto;
  max-width: none;
  height: auto
}

.w-lightbox-image {
  float: none;
  max-width: 100vw;
  max-height: 100vh;
  display: block
}

.w-lightbox-group .w-lightbox-image {
  max-height: 86vh
}

.w-lightbox-caption {
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: #0006;
  padding: .5em 1em;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden
}

.w-lightbox-embed {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0
}

.w-lightbox-control {
  cursor: pointer;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 24px;
  width: 4em;
  transition: all .3s;
  position: absolute;
  top: 0
}

.w-lightbox-left {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==);
  display: none;
  bottom: 0;
  left: 0
}

.w-lightbox-right {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+);
  display: none;
  bottom: 0;
  right: 0
}

.w-lightbox-close {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=);
  background-size: 18px;
  height: 2.6em;
  right: 0
}

.w-lightbox-strip {
  white-space: nowrap;
  padding: 0 1vh;
  line-height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto hidden
}

.w-lightbox-item {
  box-sizing: content-box;
  cursor: pointer;
  width: 10vh;
  padding: 2vh 1vh;
  display: inline-block;
  -webkit-transform: translate(0,0)
}

.w-lightbox-active {
  opacity: .3
}

.w-lightbox-thumbnail {
  background: #222;
  height: 10vh;
  position: relative;
  overflow: hidden
}

.w-lightbox-thumbnail-image {
  position: absolute;
  top: 0;
  left: 0
}

.w-lightbox-thumbnail .w-lightbox-tall {
  width: 100%;
  top: 50%;
  transform: translateY(-50%)
}

.w-lightbox-thumbnail .w-lightbox-wide {
  height: 100%;
  left: 50%;
  transform: translate(-50%)
}

.w-lightbox-spinner {
  box-sizing: border-box;
  border: 5px solid #0006;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  animation: .8s linear infinite spin;
  position: absolute;
  top: 50%;
  left: 50%
}

.w-lightbox-spinner:after {
  content: "";
  border: 3px solid #0000;
  border-bottom-color: #fff;
  border-radius: 50%;
  position: absolute;
  inset: -4px
}

.w-lightbox-hide {
  display: none
}

.w-lightbox-noscroll {
  overflow: hidden
}

@media (min-width: 768px) {
  .w-lightbox-content {
      height:96vh;
      margin-top: 2vh
  }

  .w-lightbox-view,.w-lightbox-view:before {
      height: 96vh
  }

  .w-lightbox-group,.w-lightbox-group .w-lightbox-view,.w-lightbox-group .w-lightbox-view:before {
      height: 84vh
  }

  .w-lightbox-image {
      max-width: 96vw;
      max-height: 96vh
  }

  .w-lightbox-group .w-lightbox-image {
      max-width: 82.3vw;
      max-height: 84vh
  }

  .w-lightbox-left,.w-lightbox-right {
      opacity: .5;
      display: block
  }

  .w-lightbox-close {
      opacity: .8
  }

  .w-lightbox-control:hover {
      opacity: 1
  }
}

.w-lightbox-inactive,.w-lightbox-inactive:hover {
  opacity: 0
}

.w-richtext:before,.w-richtext:after {
  content: " ";
  grid-area: 1/1/2/2;
  display: table
}

.w-richtext:after {
  clear: both
}

.w-richtext[contenteditable=true]:before,.w-richtext[contenteditable=true]:after {
  white-space: initial
}

.w-richtext ol,.w-richtext ul {
  overflow: hidden
}

.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after,.w-richtext .w-richtext-figure-selected[data-rt-type=video] div:after,.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div,.w-richtext .w-richtext-figure-selected[data-rt-type=image] div {
  outline: 2px solid #2895f7
}

.w-richtext figure.w-richtext-figure-type-video>div:after,.w-richtext figure[data-rt-type=video]>div:after {
  content: "";
  display: none;
  position: absolute;
  inset: 0
}

.w-richtext figure {
  max-width: 60%;
  position: relative
}

.w-richtext figure>div:before {
  cursor: default!important
}

.w-richtext figure img {
  width: 100%
}

.w-richtext figure figcaption.w-richtext-figcaption-placeholder {
  opacity: .6
}

.w-richtext figure div {
  color: #0000;
  font-size: 0
}

.w-richtext figure.w-richtext-figure-type-image,.w-richtext figure[data-rt-type=image] {
  display: table
}

.w-richtext figure.w-richtext-figure-type-image>div,.w-richtext figure[data-rt-type=image]>div {
  display: inline-block
}

.w-richtext figure.w-richtext-figure-type-image>figcaption,.w-richtext figure[data-rt-type=image]>figcaption {
  caption-side: bottom;
  display: table-caption
}

.w-richtext figure.w-richtext-figure-type-video,.w-richtext figure[data-rt-type=video] {
  width: 60%;
  height: 0
}

.w-richtext figure.w-richtext-figure-type-video iframe,.w-richtext figure[data-rt-type=video] iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0
}

.w-richtext figure.w-richtext-figure-type-video>div,.w-richtext figure[data-rt-type=video]>div {
  width: 100%
}

.w-richtext figure.w-richtext-align-center {
  clear: both;
  margin-left: auto;
  margin-right: auto
}

.w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image>div,.w-richtext figure.w-richtext-align-center[data-rt-type=image]>div {
  max-width: 100%
}

.w-richtext figure.w-richtext-align-normal {
  clear: both
}

.w-richtext figure.w-richtext-align-fullwidth {
  text-align: center;
  clear: both;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block
}

.w-richtext figure.w-richtext-align-fullwidth>div {
  padding-bottom: inherit;
  display: inline-block
}

.w-richtext figure.w-richtext-align-fullwidth>figcaption {
  display: block
}

.w-richtext figure.w-richtext-align-floatleft {
  float: left;
  clear: none;
  margin-right: 15px
}

.w-richtext figure.w-richtext-align-floatright {
  float: right;
  clear: none;
  margin-left: 15px
}

.w-nav {
  z-index: 1000;
  background: #ddd;
  position: relative
}

.w-nav:before,.w-nav:after {
  content: " ";
  grid-area: 1/1/2/2;
  display: table
}

.w-nav:after {
  clear: both
}

.w-nav-brand {
  float: left;
  color: #333;
  text-decoration: none;
  position: relative
}

.w-nav-link {
  vertical-align: top;
  color: #222;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  text-decoration: none;
  display: inline-block;
  position: relative
}

.w-nav-link.w--current {
  color: #0082f3
}

.w-nav-menu {
  float: right;
  position: relative
}

[data-nav-menu-open] {
  text-align: center;
  background: #c8c8c8;
  min-width: 200px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: visible;
  display: block!important
}

.w--nav-link-open {
  display: block;
  position: relative
}

.w-nav-overlay {
  width: 100%;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: hidden
}

.w-nav-overlay [data-nav-menu-open] {
  top: 0
}

.w-nav[data-animation=over-left] .w-nav-overlay {
  width: auto
}

.w-nav[data-animation=over-left] .w-nav-overlay,.w-nav[data-animation=over-left] [data-nav-menu-open] {
  z-index: 1;
  top: 0;
  right: auto
}

.w-nav[data-animation=over-right] .w-nav-overlay {
  width: auto
}

.w-nav[data-animation=over-right] .w-nav-overlay,.w-nav[data-animation=over-right] [data-nav-menu-open] {
  z-index: 1;
  top: 0;
  left: auto
}

.w-nav-button {
  float: right;
  cursor: pointer;
  -webkit-tap-highlight-color: #0000;
  tap-highlight-color: #0000;
  -webkit-user-select: none;
  user-select: none;
  padding: 18px;
  font-size: 24px;
  display: none;
  position: relative
}

.w-nav-button:focus {
  outline: 0
}

.w-nav-button.w--open {
  color: #fff;
  background-color: #c8c8c8
}

.w-nav[data-collapse=all] .w-nav-menu {
  display: none
}

.w-nav[data-collapse=all] .w-nav-button,.w--nav-dropdown-open,.w--nav-dropdown-toggle-open {
  display: block
}

.w--nav-dropdown-list-open {
  position: static
}

@media screen and (max-width: 991px) {
  .w-nav[data-collapse=medium] .w-nav-menu {
      display:none
  }

  .w-nav[data-collapse=medium] .w-nav-button {
      display: block
  }
}

@media screen and (max-width: 767px) {
  .w-nav[data-collapse=small] .w-nav-menu {
      display:none
  }

  .w-nav[data-collapse=small] .w-nav-button {
      display: block
  }

  .w-nav-brand {
      padding-left: 10px
  }
}

@media screen and (max-width: 479px) {
  .w-nav[data-collapse=tiny] .w-nav-menu {
      display:none
  }

  .w-nav[data-collapse=tiny] .w-nav-button {
      display: block
  }
}

.w-tabs {
  position: relative
}

.w-tabs:before,.w-tabs:after {
  content: " ";
  grid-area: 1/1/2/2;
  display: table
}

.w-tabs:after {
  clear: both
}

.w-tab-menu {
  position: relative
}

.w-tab-link {
  vertical-align: top;
  text-align: left;
  cursor: pointer;
  color: #222;
  background-color: #ddd;
  padding: 9px 30px;
  text-decoration: none;
  display: inline-block;
  position: relative
}

.w-tab-link.w--current {
  background-color: #c8c8c8
}

.w-tab-link:focus {
  outline: 0
}

.w-tab-content {
  display: block;
  position: relative;
  overflow: hidden
}

.w-tab-pane {
  display: none;
  position: relative
}

.w--tab-active {
  display: block
}

@media screen and (max-width: 479px) {
  .w-tab-link {
      display:block
  }
}

.w-ix-emptyfix:after {
  content: ""
}

@keyframes spin {
  0% {
      transform: rotate(0)
  }

  to {
      transform: rotate(360deg)
  }
}

.w-dyn-empty {
  background-color: #ddd;
  padding: 10px
}

.w-dyn-hide,.w-dyn-bind-empty,.w-condition-invisible {
  display: none!important
}

.wf-layout-layout {
  display: grid
}

.w-code-component>* {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0
}

:root {
  --colors--black: #1e1e1e;
  --colors--white: white;
  --sizings--padding-desktop: 4rem;
  --sizings--padding-tab: 2rem;
  --heading--primary-heading-desktop: 3rem;
  --heading--primary-heading-mobile: 2rem;
  --heading--text-small: .9rem;
  --colors--primary: #161475;
  --heading--hero-heading: 2.8rem;
  --colors--transparent: transparent;
  --colors--secondary: #dddcf9;
  --heading--sub-heading: 1.1rem;
  --heading--primary-heading-desktop-l: 3.5rem;
  --heading--popup-heading: 2.4rem;
  --sizings--padding-mobile: 1rem;
  --heading--text-medium: 1.4rem;
  --heading--text-x_small: .75rem;
  --sizings--padding-none: 0rem;
  --sizings--padding-x-small: .5rem;
  --heading--primary-heading-mobile__small: 1.6rem
}

.w-form-formrecaptcha {
  margin-bottom: 8px
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec
}

body {
  color: var(--colors--black);
  font-family: Arial R,sans-serif;
  font-size: clamp(16px,1.1vw,20px);
  font-weight: 400;
  line-height: 1.3
}



.hero_circle__wrapper {
  justify-content: center;
  align-items: center;
  min-width: 32vw;
  height: 100%;
  display: flex;
  position: relative;
}

.hero_sub__text {
  line-height: 1.5
}

.hero_cta {
  background-color: var(--colors--primary);
  padding: 12px 32px
}

.hero_cta.transparent {
  border: 1px solid var(--colors--primary);
  background-color: var(--colors--transparent);
  color: var(--colors--primary);
  transition: all .3s
}

.circle_wrap {
  width: 30vw;
  height: 30vw;
  position: relative
}

.circle {
  border: 1px solid var(--colors--primary);
  border-radius: 50%;
  width: 100%;
  height: 100%;
  transition: transform .6s,opacity .3s;
  position: absolute;
  inset: 0%
}

.circle_wrapper {
  width: 100%;
  height: 100%
}

.circle_list {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative
}

.circle_item {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  transform: rotate(0)
}

.circle_link {
  margin-top: -3em;
  text-decoration: none;
  transition: transform .2s;
  display: block;
  position: relative
}

.product_name {
  color: var(--colors--primary);
  text-align: center;
  font-size: .75rem;
  line-height: 2;
  transition-property: top;
  transition-duration: .3s;
  transition-timing-function: ease;
  position: relative
}

.circle_dot {
  background-color: var(--colors--secondary);
  border-radius: 50%;
  width: 1.2em;
  height: 1.2em;
  margin-top: .8em;
  margin-left: auto;
  margin-right: auto;
  transition: all .2s ease-out
}

.circle_description {
  z-index: 1;
  width: 20em;
  transition: opacity .1s;
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%,-50%)
}

.circle_line {
  background-image: linear-gradient(#16144540,#161445 50%,#16144540);
  width: 1.5px;
  height: 6em;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
  transform: translateY(30%)
}

.product_desc {
  font-size: var(--heading--text-small);
  text-align: center;
  line-height: 1.5
}

.product_desc.gray {
  color: #6e6e6e
}

.highlight {
  color: var(--colors--primary)
}

.approach_section {
  padding-top: var(--sizings--padding-desktop);
  padding-bottom: var(--sizings--padding-desktop);
  grid-column-gap: var(--sizings--padding-tab);
  grid-row-gap: var(--sizings--padding-tab);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex
}

.heading_wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 42vw;
  display: flex
}

.heading_small {
  font-size: var(--heading--sub-heading);
  text-align: center;
  letter-spacing: 6px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.7
}

.heading {
  font-size: var(--heading--primary-heading-desktop);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.3
}

.heading.left {
  font-size: var(--heading--primary-heading-desktop-l);
  text-align: left;
  line-height: 1.1
}

.section_wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex
}

.section_content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  display: flex
}

.section_content.popup {
  justify-content: center;
  align-items: center;
  width: 75%
}

.section_content.popup_mission {
  width: 75%
}

.section_content.privacy {
  width: 90%
}

.approach_heading {
  font-size: var(--heading--primary-heading-mobile);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.3
}

.section_img__wrapper {
  width: 50%
}

.section_img__wrapper.quote {
  width: 35%
}

.section_img {
  object-fit: cover;
  width: 100%;
  height: 100%
}

.content_text {
  font-size: var(--heading--text-small);
  line-height: 1.4
}

.main {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden
}

.capability_img__wrapper {
  width: 40%
}

.capability_content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  display: flex
}

.list_text {
  line-height: 1.7
}

.team_wrapper {
  padding-top: var(--sizings--padding-desktop);
  padding-bottom: var(--sizings--padding-desktop);
  grid-column-gap: var(--sizings--padding-desktop);
  grid-row-gap: var(--sizings--padding-desktop);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex
}

.team_container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex
}

.team_img__wrapper {
  width: 100%;
  max-width: 60vw
}

.team_img {
  width: 100%
}

.team_text {
  text-align: center;
  line-height: 1.5
}

.team_content__wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 50vw;
  margin-top: 1rem;
  display: flex
}

.contact_wrapper {
  padding-top: var(--sizings--padding-tab);
  padding-bottom: var(--sizings--padding-desktop);
  grid-column-gap: var(--sizings--padding-tab);
  grid-row-gap: var(--sizings--padding-tab);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  display: flex
}

.contact_form__block {
  width: 100%;
  margin-bottom: 0
}

.contact_form {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex
}

.contact_input__wrapper {
  flex-flow: column;
  width: 100%;
  display: flex
}

.contact_input__wrapper.hidden {
  display: none
}

.contact_row__wrapper {
  grid-column-gap: var(--sizings--padding-tab);
  grid-row-gap: var(--sizings--padding-tab);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex
}

.input_field {
  font-size: var(--heading--text-small);
  background-color: #0000;
  border: 1px solid #d4d4d4;
  border-radius: 4px;
  min-height: 38px;
  margin-bottom: 0;
  padding: 8px 12px
}

.input_field.text_area {
  height: 10vh
}

.input_label {
  margin-bottom: 8px;
  font-weight: 400
}

.form_btn {
  padding: 12px var(--sizings--padding-tab);
  background-color: var(--colors--primary)
}

.form_btn.full {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex
}

.footer_section {
  padding: var(--sizings--padding-tab)var(--sizings--padding-desktop);
  justify-content: space-between;
  align-items: center;
  display: flex
}

.footer_social {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex
}

.footer_icon__wrapper {
  width: 100%;
  max-width: 3vw
}

.footer_icon {
  object-fit: cover;
  width: 100%;
  height: 100%
}

.hero_cta__wrapper {
  /*border: 1px solid var(--colors--primary);*/
  justify-content: center;
  align-items: center;
  padding: 1px;
  display: flex
}

.hero_cta__wrapper.circle_cta {
  z-index: 1;
  position: absolute;
  inset: 72% auto auto 50%;
  transform: translate(-50%)
}

.hero_cta__wrapper.full {
  width: 100%
}

.capability_wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex
}

.popup_section {
  z-index: 11;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  height: 100vh;
  display: none;
  position: fixed
}

.popup_wrapper {
  padding: var(--sizings--padding-desktop);
  background-color: var(--colors--white);
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  height: 85%;
  display: flex;
  position: relative;
  overflow: auto;
  box-shadow: 0 1px 20px #0003
}

.close_wrapper {
  cursor: pointer;
  width: 100%;
  max-width: 4vw;
  height: 100%;
  max-height: 4vw;
  position: absolute;
  inset: 2.5% 2.5% auto auto
}

.close_img {
  object-fit: cover;
  width: 100%;
  height: 100%
}

.approach_link__wrapper {
  color: var(--colors--primary)
}

.hero_analytics__wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 12vw;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: none
}

.analytics_heading {
  color: var(--colors--primary);
  font-size: var(--heading--primary-heading-mobile);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400
}

.analytics_text {
  font-size: .8rem
}

.analytics_container {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex
}

.story_text {
  color: var(--colors--black);
  font-size: var(--heading--text-small);
  text-align: center;
  line-height: 1.7;
  text-decoration: none
}

.team_heading__wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 75%;
  display: flex
}

.our_mission__popup {
  z-index: 11;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  height: 100vh;
  display: none;
  position: fixed
}

.mission_sub__heading {
  font-size: var(--heading--sub-heading);
  margin-top: 10px;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.2
}

.popup_heading {
  font-size: var(--heading--popup-heading);
  text-align: center;
  font-weight: 400;
  line-height: 1.3
}

.stats_img {
  object-fit: cover;
  width: 95%;
  height: 100%
}

.quoting_form__wrap {
  padding-top: var(--sizings--padding-tab);
  padding-bottom: var(--sizings--padding-tab);
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex
}

.form_header {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex
}

.form_line {
  background-color: #d4d4d4;
  width: 100%;
  height: .5px
}

.form_line.margin {
  margin-top: var(--sizings--padding-mobile);
  margin-bottom: var(--sizings--padding-mobile)
}

.form_label {
  font-size: var(--heading--sub-heading)
}

.default-state {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex
}

.upload_btn {
  border-radius: 4px;
  width: 100%;
  padding: 16px 24px
}

.upload_btn.margin-top {
  margin-top: var(--sizings--padding-mobile)
}

.upload_text {
  font-size: var(--heading--text-small);
  padding-left: 0;
  padding-right: 0
}

.quote_selector__wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  width: 100%;
  display: flex
}

.add_category__btn {
  border: 2px solid var(--colors--primary);
  color: var(--colors--primary);
  background-color: #0000;
  border-radius: 8px;
  padding: 6px 16px
}

.info_wrapper {
  padding: var(--sizings--padding-tab);
  background-color: #fcfcfc;
  border: 1px solid #dfdfdf;
  border-radius: 8px;
  width: 100%;
  overflow: auto
}












/* start zeometrix banner right side css section */
/* start zeometrix banner right side css section */
/* start zeometrix banner right side css section */
/* start zeometrix banner right side css section */






/*# sourceMappingURL=style.css.map */