*{
    font-family: 'Lato', sans-serif;
}
html {
    scroll-behavior: smooth;
}
a {
    text-decoration: none;
  }
:root {
    --primary: #6CFD2D;
}
body{
    overflow-x:hidden;
    }
  button.small, .btn.small {
      height:30px;
      width:130px;
      background-color:#485051;
      border:none;
      position:relative;
      overflow:hidden;
      color:#fff;
      font-size:15px;
      border-radius:3px;
      display:flex;
      justify-content:center;
      align-items:center;
      cursor:pointer;
  }

  button.small span, .btn.small span{

      z-index:10;

  }

  button.small:hover:after, .btn.small:hover:after{
      position:absolute;
      content:'';
      border-radius:1px;
      background-color:#61f91f;
      height:100px;
      width:180px;
      top:-12px;
      left:-13px;

  }

  button.small:after, .btn.small:after{
      position:absolute;
      content:'';
      border-radius:30% 70% 70% 30% / 30% 22% 78% 70%;
      background-color:#61f91f;
      height:35px;
      width:40px;
      top:-12px;
      left:-13px;
      transition:all 1s;
  }


  button.big{
      height:50px;
      width:200px;
      background-color:#6C757D;
      border:none;
      position:relative;
      overflow:hidden;
      color:#fff;
      font-size:15px;
      border-radius:3px;
      display:flex;
      justify-content:center;
      align-items:center;
      cursor:pointer;
  }

  button.big span{

      z-index:10;

  }

  button.big:hover:after{
      position:absolute;
      content:'';
      border-radius:1px;
      background-color:#61f91f;
      height:400px;
      width:400px;
      top:-12px;
      left:-13px;

  }

  button.big:after{
      position:absolute;
      content:'';
      border-radius:30% 70% 70% 30% / 30% 22% 78% 70%;
      background-color:#61f91f;
      height:70px;
      width:70px;
      top:-12px;
      left:-13px;
      transition:all 1s;
  }
  .header-top {
    background-color: rgba(0,0,0,0.4);
  }
  /*.navbar.bg-transparent {
      background: rgba(0,0,0,0.3)!important;
  }*/

  #mpsCarousel .carousel-indicators {
      position: absolute;
      bottom: 0px;
  }
#mpsCarousel .carousel-inner img {
	width: 100%;
	height: 100vh;
}

#mpsCarousel .carousel-inner .carousel-item > img {
    -webkit-animation: thing 20s;
    -o-animation: thing 20s;
    animation: thing 20s;
}
@keyframes thing {
    from {
        transform: scale(1, 1);
    }
    to {
        transform: scale(1.5, 1.5);
    }
}

  #mpsCarousel .carousel-inner video {
      width: 100%;
      object-fit: fill;
      height: 100.2vh;
      margin-bottom: -7px;
  }
  #mpsCarousel .carousel-inner .carousel-caption p {
    width: 50%;
}
  .fixed-top {
    transition: all .5s;
  }
  .nav-menu {
    background: linear-gradient(155deg, rgba(255,255,255,.7), rgba(108,253,45,1));
    padding: 10px;
    transition: all .7s;
  }
  .custom-navbar {
    padding: 5px 10px;
    background: #fff!important;
  }
  .navbar-nav .nav-link {
    color: #222;
  }
  .navbar-nav .nav-link.active {
    color: #4d4d4d;
    border-radius: 5px;
  }
  .dropdown-item:hover, .dropdown-item.active {
    background-color: #61f91f;
    color: #fff;
  }
  .navbar-nav .nav-link:hover, .navbar-nav .nav-link.active {
    color: #fff;
    border-radius: 5px;
  }
  .custom-navbar .navbar-nav .nav-link:hover, .custom-navbar .navbar-nav .nav-link.active {
    color: #6CFD2D;
  }
  .megamenu .nav-link {
    color: #222!important;
  }
  .megamenu .nav-link:hover, .megamenu .nav-link.active {
    background: #6CFD2D;
    color: #fff;
  }

  /*** Section Title ***/
.content-title {
    position: relative;
    text-transform: uppercase;
    z-index: 1;
}
.content-title::before {
    position: absolute;
    content: "";
    margin-left: 37.5%;
    width: calc(25% + 80px);
    height: 2px;
    top: 4px;
    left: -40px;
    background: var(--primary);
    z-index: -1;
}

.content-title::after {
    position: absolute;
    content: "";
    margin-left: 37.5%;
    width: calc(25% + 120px);
    height: 2px;
    bottom: 4px;
    left: -60px;
    background: var(--primary);
    z-index: -1;
}

.content-title.text-start::before {
    width: calc(100% + 40px);
    left: 0;
}

.content-title.text-start::after {
    width: calc(100% + 60px);
    left: 0;
}

  /*.svg-wrapper {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
        margin: 0 auto;
  }

  #company.card {
    stroke-dasharray: 140 540;
    stroke-dashoffset: -474;
    stroke-width: 8px;
    fill: transparent;
    stroke: #19f6e8;
    border-bottom: 5px solid black;
    transition: stroke-width 1s, stroke-dashoffset 1s, stroke-dasharray 1s;
  }
  .svg-wrapper:hover #company.card {
    stroke-width: 2px;
    stroke-dashoffset: 0;
    stroke-dasharray: 760;
  }*/
  #about-us {

      background: linear-gradient(-45deg, #485051 30%, rgba(108,253,45,1) 70%);

      /*background: rgb(34,148,195);
      background: linear-gradient(0deg, rgba(34,148,195,1) 0%, rgba(108,253,45,1) 60%);*/
  }

  /* #company {
  background: linear-gradient(45deg, rgba(63,94,251,1) 50%, rgba(108,253,45,1) 60%);
  } */

  #company .card img {
      width: 100%;
      height: 300px;
      max-height: 220px;
  }

  #company .card .card-header {
      border-bottom: 0px;
  }
  /*.testimotionals {
      width:350px;
      display:inline-block;
      margin-left:50px;
      margin-top:50px
  }*/

  .testimotionals .card {

    position:relative;
    overflow:hidden;
    margin:0 auto;
    background:#F8F9FA;
    padding:20px;
    box-sizing:border-box;
    text-align:center;
    box-shadow:0 10px 40px rgba(0,0,0,.5)
  }
  .testimotionals .card .layer {
    z-index:1;
    position:absolute;
    top:calc(100% - 2px);
    height:100%;
    width:100%;
    left:0;
    background:linear-gradient(to left , #6CFD2D, #737373);
    transition:0.5s;

  }

  .testimotionals .card .content {
    z-index:2;
    position:relative;
    transition: 0.2s;
  }

  .testimotionals .card:hover  .layer{
    top:0;
  }
  .testimotionals .card .content:hover {
    color: #fff;
  }

  .testimotionals .card .content p {
    font-size:14px;
    line-height:24px;
  }
  .testimotionals .card .content .card-header {
    width:60%; height:60%;
    margin:0 auto;
    overflow:hidden;
    border: 4px solid white;
    box-shadow: 0 10px 40px rgba(0,0,0,0.5);
  }

  /*.testimotionals .card .conte nt .card-header h2 {
  font-size:18px;
  color:white;
  }
  .testimotionals .card .content .details h2 span {
  font-size:18px;
  color:purple;
    transition:0.5s;
  }
  .testimotionals .card:hover .content .details h2 span {
    color:white;
    position:relative;
    z-index: 9999;
  }*/

  #suppliers, #clients {

    background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url('/storage/metal.jpg');
    background-position: 100%;
    background-size: cover;
    background-attachment: fixed;

      /*background: linear-gradient(145deg, #000689 85%, #FFEE00 60%);*/

      /*background-image: radial-gradient(circle farthest-side, #DF0000, #3F5EFB);*/
  }
  #newsCarousel.carousel .carousel-item img {
      height: 442px;
      max-height: 442px;
  }

  #newsCarousel.carousel .carousel-item {
      overflow: hidden;
  }

  #newsCarousel.carousel .carousel-item-next:not(.carousel-item-start),
  #newsCarousel.carousel .active.carousel-item-end {
      transform: translateY(100%);
  }

  #newsCarousel.carousel .carousel-item-prev:not(.carousel-item-end),
  #newsCarousel.carousel .active.carousel-item-start {
      transform: translateY(-100%);
  }

  #newsCarousel.carousel .carousel-indicators {
      top: 0;
      left: unset;

      margin-left: unset !important;
      margin-right: 0.5rem;
      flex-direction: column;
  }

  #newsCarousel.carousel .carousel-indicators [data-bs-target] {
      height: 10px;
      margin-bottom: -10px;
      width: 3px;
  }

  #newsCarousel.carousel .carousel-control-prev,
  #newsCarousel.carousel .carousel-control-next {
      width: 100%;
      height: 60px;
  }

  #newsCarousel.carousel .carousel-control-prev-icon,
  #newsCarousel.carousel .carousel-control-next-icon {
      transform: rotateZ(90deg);
  }

  #newsCarousel.carousel .carousel-control-next {
      top: unset;
      bottom: 0;
  }
#suppliers img, #clients img {
    height: 180px;
    max-height: 180px;
}

.bg_black{
background:#000;
}

.transperent_block {
	background-color: #ccc;
    padding: 0px;
	position: relative;
	overflow: hidden;
	height: 260px;
}
.transperent_block img {
    width:100%;
    height:100%;
}
.transperent_block:hover .hover_block {
	opacity: 1;
	transform: translateY(-150px);
	-webkit-transform: translateY(-150px);
	-moz-transform: translateY(-150px);
	-ms-transform: translateY(-150px);
	-o-transform: translateY(-150px);
}
.transperent_block img {
	z-index: 4;
}
.transperent_block .hover_block {
	position: absolute;
	bottom: 6%;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	width: 100%;
}
.transperent_block:hover .hover_block, .hover_block:hover {
	bottom: 30%;
	transition: all 0.3s ease-in-out;
}
.transperent_block .hover_block_text {
	z-index: 10;
	color: #fff;
	position: absolute;
	height: 400px;
	text-align: center;
	top: -20px;
	width: 100%;

}
.hover_block_text:hover .title {
    background-color: rgba(108, 253, 45, 0.9);
}
.hover_block_text:hover .short_desc {
    background-color: rgba(0, 0, 0, 0.6);
}
.title {
    background-color: rgba(72, 80, 81, 0.6);
    padding: 10px;
    margin-top: 0px;
    line-height: 20px;
	text-transform:uppercase;
}

  #newsletter {
      background: linear-gradient(145deg, #485051 85%, #6CFD2D 60%);
  }
  #header-top {
    position:relative;
    width: 100%;
}
#header-top img {
    width: 100%;
    height: 70vh;
}
#header-top:after {
    content:'\A';
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    background:rgba(0,0,0,0.6);
    opacity:0.7;
}
.about {
    position: absolute;
    margin-top: -250px;
    margin-left: 9%;
    color: #fff;
    z-index: 9;
}

.short-desc {
    position: absolute;
    margin-top: -150px;
    margin-left: 50%;
    margin-right: 9%;
    color: #fff;
    z-index: 9;
}
footer {
    background-image: linear-gradient(rgba(72,80,81,0.9), rgba(72,80,81,0.9)), url("https://www.metropremiums.com/public/assets/images/map.png");
    background-position: 100%;
}
footer .footer-links li a {
    color: #fff;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;

  }
  footer .footer-links li a:hover {
    color: #6CFD2D;
    letter-spacing: 1px;
    text-decoration: none;
  }
  footer address {
      min-height: 100px;
  }
  .social-wrapper ul li:nth-child(1) i {
    background:#25D366;
    color: #fff;
    padding: 7px;
    font-size: 20px;
    border-radius: 5px;
}
.social-wrapper ul li:nth-child(2) i {
    background:#34558E;
    color: #fff;
    padding: 7px;
    font-size: 20px;
    border-radius: 5px;

}
.social-wrapper ul li:nth-child(3) i {
    background:#25B8E6;
    color: #fff;
    padding: 7px;
    font-size: 20px;
    border-radius: 5px;
}
@media(min-width: 768px){

    .navbar-nav .nav-link {
        margin-right: 5px;
        margin-left: 5px;
    }
    .dropdown:hover {
        
        border-radius: 5px;
    }
    .dropdown:hover .nav-link {
        color: #222;
    }
    .navbar li.dropdown:hover > .dropdown-menu {
        display: block;
    }
    .navbar li.dropdown-mega:hover > .megamenu {
        display: block;
        right: 0;
        width: 100%!important;
    }
    .animate {
        animation-duration: 0.3s;
        -webkit-animation-duration: 0.3s;
        animation-fill-mode: both;
        -webkit-animation-fill-mode: both;
      }

}

@keyframes slideIn {
    0% {
      transform: translateY(1rem);
      opacity: 0;
    }

    100% {
      transform: translateY(0rem);
      opacity: 1;
    }

    0% {
      transform: translateY(1rem);
      opacity: 0;
    }
  }

  @-webkit-keyframes slideIn {
    0% {
      -webkit-transform: transform;
      -webkit-opacity: 0;
    }

    100% {
      -webkit-transform: translateY(0);
      -webkit-opacity: 1;
    }

    0% {
      -webkit-transform: translateY(1rem);
      -webkit-opacity: 0;
    }
  }

  .slideIn {
    -webkit-animation-name: slideIn;
    animation-name: slideIn;
  }

@media(max-width: 991px){
    .about {
      margin-top: -150px!important;
      width: 40%;
    }
    header {
        content: '';
    }
    .header-top {
        position: absolute;
        margin-top: 88px;
        width: 100%;
    }
    nav {
        content: 'fixed-top';
        margin-top: 0;
    }
    .nav-menu {
        background: linear-gradient(rgba(72,80,81,1), rgba(72,80,81,1));
    }
    /* .navbar-nav {
        margin-top: 0;
        position: fixed;
    } */
    .navbar-nav .nav-link.active {
        color: #6CFD2D;
        background: none;
      }

  }
  @media(max-width: 767px){

    .navbar-brand img {
        width:200px;
        height: auto;
    }
    .navbar-nav .nav-link.active {
        color: #6CFD2D;
        background: none;
      }
    .navbar li.dropdown-mega .megamenu {
      max-height:50vh;
      overflow:scroll;
  }

    .about {
      margin-top: -250px!important;
    }

    .short-desc {
        margin-top: -130px!important;
        margin-left: 9%!important;
      }

      .search-inline {
        height: 20%!important;
      }

  }

  @media(max-width: 575px){

    .about {
      margin-top: -350px!important;
      width: 90%;
    }

    .short-desc {
        margin-top: -230px!important;
        margin-left: 9%!important;
      }

  }

#applyJob .form-control, .quote-form .form-control, #contact-form .form-control {
    padding: 10px 7px;
    font-size: 15px;
    margin-bottom: 10px;
    background: #f8f8f9;
    border: 0;
    border-radius: 5px;
}
#applyJob .form-select, #contact-form .form-select, .quote-form .form-control {
    background-color: #f8f8f9;
}
.form-control:focus, .form-select:focus {
    box-shadow: 0 0 0 .25rem rgba(108, 252, 44, 0.7);
}

/* input.required {
    border-bottom: 2px solid #e90b0b;
}
.input {
	background: transparent;
	border-color: transparent;
	border-bottom: 2px solid #ccc;
    color: #ccc;
    padding-left: 0;
	border-radius: 0;
	transition: all .8s;
}
.input::placeholder {
	color: #fff;
	opacity: 1;
}
.input:focus {
	background: transparent;
	border-color: transparent;
	box-shadow: none;
	color: #fff;
	border-bottom: 2px solid #6CFD2D;
}

.label {
	color: #fff;
	display: block;
	margin-top: -50px;
	font-size: 15px;
	transition: all .5s;
}

.form-group-text {
    position: relative;
}
.textarealabel {
    position: absolute;
    color: #fff;
    margin-top: -165px;
	font-size: 15px;
	transition: all .5s;
}

.input:placeholder-shown + .label, .input:placeholder-shown + .textarealabel {
	transform: translate(0px, 20px);
	color: #fff;
	opacity: 0;
	visibility: hidden;
} */
.bg-form {
    background-color: #7F7F7F;
}
.product-detail img {
    height: 400px;
    max-height: 400px;
}
.metro-bg {
    background-color: #485051;
}
.bg-metro {
    background-color: #6CFD2D;
}
.text-metro {
    color: #6CFD2D;
}
#products-content {
    background-color: #485051;
    background-image: -moz-repeating-radial-gradient(center center, rgba(256, 256, 256, 0.2), rgba(256, 256, 256, 0.2) 1px, transparent 1px, transparent 100%);
    background-size: 7px 7px;
    background-image: -webkit-repeating-radial-gradient(center center, rgba(256, 256, 256, 0.2), rgba(256, 256, 256, 0.2) 1px, transparent 1px, transparent 100%);
    background-size: 7px 7px;
    background-image: -ms-repeating-radial-gradient(center center, rgba(256, 256, 256, 0.2), rgba(256, 256, 256, 0.2) 1px, transparent 1px, transparent 100%);
    background-size: 7px 7px;
    background-image: -o-repeating-radial-gradient(center center, rgba(256, 256, 256, 0.2), rgba(256, 256, 256, 0.2) 1px, transparent 1px, transparent 100%);
    background-size: 7px 7px;
    background-image: repeating-radial-gradient(center center, rgba(256, 256, 256, 0.2), rgba(256, 256, 256, 0.2) 1px, transparent 1px, transparent 100%);
    background-size: 3px 3px;
}

.list-group span.badge {
	float: right;
}

.pro-wrapper {
    position: relative;
}
.ajax-loader {
    position: absolute;
    width: 100px;
    top: 50%;
    left: 40%;
}
.iti__country-name, .iti__selected-dial-code {
    color: #222;;
}

#scroll-btn {
    position: absolute;
    height: 2.5em;
    width: 1.5em;
    border: 0.2em solid #fff;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 1.25em;
    border-radius: 3em;
}
#scroll-btn:before {
    position: absolute;
    content: "";
    margin: auto;
    left: 0;
    right: 0;
    height: .5em;
    width: .5em;
    background-color: #fff;
    border-radius: 50%;
    animation: move-down 2s infinite;
}
@keyframes move-down {
    80% {
        opacity: 0.5;
    }
    100% {
        transform: translateY(1.5em);
        opacity: 0;
    }
}


/* Add this code to your website's CSS file or inside the <head> tag */
.js-cookie-consent {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #f8f8f8;
    padding: 10px;
    text-align: center;
    box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.1);
    z-index: 999999;
}

.js-cookie-consent p {
    display: inline-block;
    margin: 0;
    padding: 5px 10px;
}

.metro-gallery-item {
    position: relative;
}
.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    color: #fff;
    transition: .3s ease;
    background-color: rgba(0, 0, 0, 0.7);
  }
.metro-gallery-item:hover .overlay {
    opacity: 1;
    color: #fff;
  }

  .metro-gallery-item .overlay i {
    position: absolute;
    top: 45%;
    left: 45%;
  }

  .searching {
    z-index: 999999999!important;
  }
  .search-inline {
    width: 100%;
    left: 0;
    padding-left: 15px;
    padding-right: 15px;
    top: 0;
    height: 100%;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    background-color: #efefef;
    z-index: 99999999;
    transition: all .5s ease-in-out;
}

.search-inline.search-visible {
    opacity: 1;
    visibility: visible;
    animation: fadeInDown 0.4s ease-in-out;
}

.search-inline button[type="submit"] {
    position: absolute;
    right: 52px;
    top: 0;
    background-color: transparent;
    border: 0px;
    top: 0;
    right: 80px;
    padding: 0px;
    cursor: pointer;
    width: 80px;
    height: 99%;
    background: #6CFD2D;
    color: #fff;
}

.search-inline .form-control {
    border: 0px;
    padding-left: 0;
    font-size: 2rem;
    position: absolute;
    left: 1%;
    top: 0;
    height: 100%;
    width: 99%;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    outline: none;
}

.search-inline .search-close {
    position: absolute;
    top: 0;
    right: 0;
    color: #616161;
    width: 80px;
    height: 100%;
    text-align: center;
    display: table;
    background: #efefef;
    text-decoration: none;
}

.search-inline .search-close i {
    display: table-cell;
    vertical-align: middle;
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #efefef;
    background-clip: padding-box;
    border: 1px solid #efefef;
    border-radius: .25rem;
    transition: border-color .3s ease-in-out, box-shadow .3s ease-in-out;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -20%, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.service-content img {
    height: 300px;
    max-height: 300px;
}

/* .owl-prev, .owl-next {
    height: 0px;
}
.owl-prev span, .owl-next span {
    color: #fff;
    font-size: 5em;
    margin-top: -50px;
} */


.social {
    position: fixed;
    width: 110px;
    max-width: 110px;
    top: 40%;
    right: 0;
    z-index: 9;
  }
  .social ul {
    padding: 0px;
    -webkit-transform: translate(60px, 0);
    -moz-transform: translate(60px, 0);
    -ms-transform: translate(60px, 0);
    -o-transform: translate(60px, 0);
    transform: translate(60px, 0);
  }
  .social ul li {
    display: block;
    margin: 5px;
  /*  background: rgba(0, 0, 0, 0.36);*/
    width: 300px;
    text-align: left;
    padding: 10px;
    -webkit-border-radius: 30px 0 0 30px;
    -moz-border-radius: 30px 0 0 30px;
    border-radius: 30px 0 0 30px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
  }
  .social ul li:hover {
    -webkit-transform: translate(-80px, 0);
    -moz-transform: translate(-80px, 0);
    -ms-transform: translate(-80px, 0);
    -o-transform: translate(-80px, 0);
    transform: translate(-80px, 0);
    background: rgba(255, 255, 255, 0.4);
  }
  .social ul li:hover a {
    color: #000;
  }
  .social ul li a {
    color: #222;
  }
  .social ul li:hover i {
    color: #fff;
    background: rgba(0, 0, 0, 0.36);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
  }
  .social ul li i {
    margin-right: 0px;
    color: #fff;
    padding: 7px 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    font-size: 20px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  .social ul li:nth-child(1) i {
    background:#25D366;
 }

 .social ul li:nth-child(2) i {
    background:#34558E;
 }

 .social ul li:nth-child(3) i {
    background:#25B8E6;
 }

.material-scrolltop {
    background-color: #6CFD2D;
    cursor: pointer;
    outline: none !important;
    border: none !important;
}

.material-scrolltop:hover {
    background-color: #B2B2B2;
}

.material-scrolltop::before {
    background: rgba(153, 153, 153, 0.45);
}
