
.structure_box {
font-family: Nunito,sans-serif!important;
  /*  display: table;*/
    /*margin: 11px auto;*/
    padding: 4px 15px;
    /* background-color: #d90131; */
    border: 1px solid #d90131;
    color: #212529;
    font-weight: 600;
    border-radius: 50px;
}


.testi_man {
    width: 80px;
    max-width: 80px;
    min-width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 50%;
}

.bg_grd_nt {
    background: transparent;
    background-image: linear-gradient(transparent,#000000);
}


/******** Gallery ********/

.glr_icon {
    height: 50px;
    width: 50px;
}

.glry:before{
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color:rgba(0,0,0,0.9);
            opacity: 0;
            transition: all 0.5s ease 0s;
        }
        .glry:hover:before{
            opacity: 1;
        }
        .glry{
            text-align: center;
            position: relative;
            overflow: hidden;
            color: #fff;
        }
        .glry:after{
            content: "";
            position: absolute;
            height: 100%;
            width: 100%;
            left: 170%;
            top: 0;
            transform: skewX(45deg);
            transition: all 1s ease 0s;
            background-color: #d9013163;
            z-index: 1;
        }
        .glry:hover:after{
            left: -170%;
            top: 0;
        }
        .glry img{
            width: 100%;
            height: auto;
        }
        .glry .glry-content{
            position: absolute;
            bottom: -100%;
            left: 0;
            width: 100%;
            transition: all 0.5s ease 0s;
        }
        .glry:hover .glry-content{
            bottom: 40%;
        }
        .glry .glry-content .name{
            font-size:22px;
            font-weight: 700;
            margin: 0 0 10px;
            display: block;
            text-transform:uppercase;
            letter-spacing: 1px;
        }
        .glry .glry-content .post{
            display: block;
            font-size: 15px;
            font-style: italic;
            font-weight: 600;
        }

        @media screen and (max-width:990px){
            .glry{
                margin-bottom: 11px !important;
            }
        }


/******** Gallery top ********/


.jump_animate:hover {
 /* display: inline-block;*/
  position: relative;
  transition-duration: 0.3s;
  transition-property: transform;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transform: translateZ(0);
  -moz-transform: translateZ(0);
  -webkit-transform: translateZ(0);
}
.jump_animate:hover:before {
  content: "";
  transition-duration: 0.3s;
  transition-property: transform opacity;
}
.jump_animate:hover{
  transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
}
.jump_animate:hover:before {
  opacity: 1;
  transform: translateY(5px);
  -moz-transform: translateY(5px);
  -webkit-transform: translateY(5px);
}

/******/
.jump_animate {
    transition-duration: .3s;
    transition-property: transform opacity;
    opacity: 1;
  }

.rounded_shp:hover .jump_animate {
  display: inline-block;
  position: relative;
  transition-duration: 0.3s;
  transition-property: transform;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transform: translateZ(0);
}
.rounded_shp:hover:before .jump_animate {
  content: "";
  transition-duration: 0.3s;
  transition-property: transform opacity;
}
.rounded_shp:hover .jump_animate {
  transform: translateY(-5px);
}
.rounded_shp:hover:before .jump_animate {
  opacity: 1;
  transform: translateY(5px);
}


/***********/
.info_p:hover .contact_ic {
  display: inline-block;
  position: relative;
  transition-duration: 0.3s;
  transition-property: transform;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transform: translateZ(0);
}
.info_p:hover .contact_ic:before {
  content: "";
  transition-duration: 0.3s;
  transition-property: transform opacity;
}
.info_p:hover .contact_ic{
  transform: translateY(-5px);
}
.info_p:hover .contact_ic:before {
  opacity: 1;
  transform: translateY(5px);
}


.contact_ic {
    font-size: 19px;
    width: 25px;
    transition-duration: .3s;
    transition-property: transform opacity;
    opacity: 1;
}
.rounded_shp {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 0;
    padding-bottom: 100%;
    position: relative;
    width: 100%;
    border-radius: 50%;
}


/******************Theme********************/
.theme_bg {
  background-color: #431677 !important
}
.theme_bg_1 {
  background-color: #d90131 !important
}
.theme_text {
  color: #000000 !important
}
.theme_text_1 {
  color: #d90131 !important
}

.gold_bg {
  background-color: #9a712f!important;
}

/************************************/
.hvr_move {
    padding-left: 0;
    transition: .3s;
    font-weight: 500;
    font-size: 14px;
    line-height: 2;
}

.hvr_move:hover {
 padding-left: 5px;
 transition: .3s;
}

.footer_a {
    font-size: 14px;
    color: rgba(255,255,255,.5)!important;
    font-weight: 600;
    font-family: 'Nunito', sans-serif;
}
.footer_a:hover {
    color: #e7e9ea;
}

.text_drd_c {
  background-image: linear-gradient(to bottom,rgb(255 0 0 / 0%),rgb(0 0 0));
 /* background: #000000;*/
}


/*************************************/
.btn_slider {
    font-size: 17px;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
    padding: 0 43px;
    background-color: transparent;
    border: 2px solid #d90131;
    position: relative;
    height: 60px;
    line-height: 60px;
    display: inline-block;
    text-decoration: none;
}

@media (max-width: 768px){
.btn_slider {
    margin: 5px 0;
    padding: 0 19px;
    height: 41px;
    line-height: 39px;
}
}
@media only screen and (max-width: 992px) and (min-width: 768px){
.btn_slider {
    margin: 5px 0;
    padding: 0 19px;
    height: 41px;
    line-height: 39px;
}}

.btn_slider:hover {
    color: #ffffff;
    background-color: #d90131;
    border-color: #d90131;
    text-decoration: none;
}

.btn_slider:not(:disabled):not(.disabled).active, 
.btn_slider:not(:disabled):not(.disabled):active, 
.show>.btn_slider.dropdown-toggle {
    color: #ffffff;
    background-color: #d90131;
    border-color: #d90131;
}

/*******************************/

.dropdown:hover > .dropdown-menu {
  display: block;
}

.drp_down_btn:hover {
    background-color: #d90131;
    color: white;
}
.drp_down_btn {
    border-bottom: 1px dotted #0000002e;
    font-weight: 500;
    padding: 11px 21px;
    display: block;
/*    font-size: 14px;*/
    color: #111818;
    text-transform: uppercase;
}

/***************** SERVICE BTN *******************/

.svc_ul a:hover {
  text-decoration: none!important;
}
.svc_ul .dedcription-btn {
  width: 100%;
  position: relative;
  display: inline-block;
  border-radius: 30px;
  background-color: #eaeaea;
  color: #000000;
  text-align: left;
  font-size: 18px;
  padding: 9px 25px;
  transition: all 0.3s;
  padding-right: 40px;
  margin: 5px 0;
  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.06);
}
.svc_ul .dedcription-btn .btn-icon {
  background-color: #d90131;
  width: 92px;
  height: 45px;
  float: right;
  position: absolute;
  border-radius: 30px 30px 30px 0;;
  right: 0px;
  top: 0px;
  transition: all 0.3s;
}
.svc_ul .name-descripeion {
  position: relative;
  z-index: 999;
  font-size: 15px;
}
.svc_ul .btn-icon::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 45px solid #eaeaea;
  border-right: 40px solid transparent;
  position: absolute;
  top: 0px;
  left: 0px;
}
.svc_ul .dedcription-btn:hover .btn-icon {
  width: 100%;
  border-radius: 30px;
}
.svc_ul .dedcription-btn:hover .btn-icon::after {
  display: none;
  opacity: 0.1;
}
.svc_ul .btn-icon i {
  position: absolute;
  right: 25px;
  top: 15px;
  color: #fff;
}
.svc_ul .dedcription-btn:hover {
  color: #fff!important;
}

.svc_ul .hover-box {
/*  display: flex;
  width: 100%;
  height: 100vh;*/
  justify-content: center;
  align-items: center;
}



/***************** SERVICE BTN *******************/
/*********************************************/



.bg-dark {
  background-color: #282828 !important;
}
.text-dark {
    color: #000000!important;
}
/*----------------*/

/*.btn_custom {
font-size: 14px;
    font-weight: 700;
    color: #282828!important;
    text-transform: uppercase;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
    padding: 0;
    background-color: #fff;
    border: 2px solid #fff;
    position: relative;
    height: 50px;
    border-radius: 50px;
    line-height: 2.8;
    display: inline-block;
}
*/
.btn_custom {
    color: #d90131!important;
    display: inline-block;
    padding: 9px 19px;
    font-family: Nunito,sans-serif;
    font-weight: 500;
    font-size: 14px;
    border: 1px solid #d90131;
    text-align: center;
    text-transform: capitalize;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    cursor: pointer;
    background: 0 0;
    box-shadow: 0 2px 8px -1px rgb(0 0 0 / 32%);
}
   
.btn_custom:hover {
    color: #ffffff !important;
    border: 1px solid transparent;
    background: #d90131;
}

/*.btn_custom.btn_white {
    background-color: transparent;
    border-color: #d90131;
    color: #282828;
}*/

/*.btn_custom:after, .btn_custom:before {
    position: absolute;
    right: 10px;
    top: 10px;
    height: 10px;
    width: 2px;
    content: '';
    background-color: #d90131;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.btn_custom:before {
    width: 10px;
    height: 2px;
}
*/
/*.btn_custom:hover {
    background-color: #d90131;
    border-color: #d90131;
}
*/
/* .btn_custom.btn_custom:hover:after, .btn_custom.btn_custom:hover:before {
    background-color: #ffffff;
}*/
/*********** btn top white *************/



.btn_custom_y {
    color: #ffffff!important;
    display: inline-block;
    padding: 9px 19px;
    font-family: Nunito,sans-serif;
    font-weight: 500;
    font-size: 14px;
    border: 1px solid #d90131;
    background: #d90131;
    text-align: center;
    text-transform: capitalize;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    cursor: pointer;
    box-shadow: 0 2px 8px -1px rgb(0 0 0 / 32%);
}
   
.btn_custom_y:hover {
    color: #ffffff !important;
    border: 1px solid #d90131;
    background: transparent;
}

/*
.btn_custom_y {
    font-size: 19px;
    font-weight: 700;
    color: #ffffff !important;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    padding: 0 35px;
    background-color: #d90131;
    border: 2px solid #d90131;
    position: relative;
    height: 60px;
    line-height: 55px;
    display: inline-block;
}

.btn_custom_y.btn_yellow {
    background-color: #d90131;
    border-color: #d90131;
    color: #ffffff;
}

.btn_custom_y:after, .btn_custom_y:before {
    position: absolute;
    right: 10px;
    top: 10px;
    height: 10px;
    width: 2px;
    content: '';
    background-color: #ffffff;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.btn_custom_y:before {
    width: 10px;
    height: 2px;
}

.btn_custom_y:hover {
    background-color: #282828;
    border-color: #282828;
}
 .btn_custom_y.btn_custom_y:hover:after, .btn_custom_y.btn_custom_y:hover:before {
    background-color: #d90131;
}*/

/*********** btn top yello *************/


.head_line:before {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 2px;
    width: 30px;
    background-color: #d90131;
    content: '';
}
/*.head_line {color: #d90131;}*/

.head_line {
    padding-left: 50px;
    padding-right: 50px;
    text-transform: uppercase;
    font-weight: 700;
   /* color: #d90131;*/
    line-height: 1;
    display: inline-block;
    margin-bottom: 20px;
    position: relative;
}


.h_title {
    font-size: 41px;
    text-transform: uppercase;
    line-height: 1.2;
    letter-spacing: -1px;
    color: #282828;
    font-weight: 700;
}

@media (max-width: 768px){
.h_title {
    font-size: 28px !important;
}
}

@media (min-width: 768px){
.bnr_title {
    font-size: 4rem !important;
}}

@media (max-width: 768px){
.bnr_title {
    font-size: 3rem !important;
}
}

.s_fit_img {
  width: 100%;
  height: 500px;
  min-height: 500px;
  max-height: 500px;
  object-fit: cover;
}

@media (max-width: 768px){
.s_fit_img {
    width: 100%;
    height: auto;
    min-height: auto;
    object-fit: unset;
}
}


/******************************/
@media (min-width: 1199px){

.section_up {
    margin-top: -7rem;
    padding-top: 0 !important;
}
}


.fixed_btn {
  position: absolute;
  z-index: 9;
  padding: 25px;
  top: 27%;
  right: -37px;
}

.fixed_btn {
  background-color: #d90131;
  color: #000000;
}
.fixed_btn:hover {
  background-color: #2d0b54;
}

@media (max-width: 767px){
.fixed_btn {
    padding: 15px;
    top: 32%;
    right: -30px;
}
}


.icons_bg {
  height: 130px;
  width: 130px;
  font-size: 27px;  
  background-color: #d90131;
  color: #ffffff;
}

.b_110 {
  bottom: 110px !important;
}


/*********** SLIDER COOM ******************/

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.5, 1.5);
  }
}

@keyframes zoom {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.5, 1.5);
  }
}

#hero_slider .carousel-item img {
  -webkit-animation: zoom 30s;
  animation: zoom 30s;
}

/*********** SLIDER COOM ******************/



.help-block {
  color: #d90131;
}

input:-internal-autofill-selected, {
    background-color: transparent !important;
}

/*///////////// form top ////////////////////*/


/******/
@import url('https://smc.org.in/fonts/chilanka.css');
.mlm {
  font-family: 'Chilanka', sans-serif;
}   
/******/

.shab_c {
    color: #00aeff;
}
.shab_c:hover {
    color: #00ddff;
    text-decoration: underline;
}
/*.text_sdo {
  text-shadow: 0px 0px 9px #00000091;
}*/

.font_14 {
 font-size: 14px !important;
}

.font_16 {
 font-size: 16px !important;
}

.font_17 {
 font-size: 17px !important;
}

.logo_light_bg{
  background-color: #ffc107!important;
}

.image_topclass:hover .card-img-overlay {
    opacity: 1;
    background: linear-gradient(50deg,#fcff0082 ,rgb(0 255 239 / 53%))!important;
    transition: .3s ease-in;
    border-radius: .25rem!important;
    -webkit-transition: .3s ease-in;
    -moz-transition: .3s ease-in;
    -o-transition: .3s ease-in;
}
.image_topclass .card-img-overlay {
  opacity: 0;
}
 .text_c {
    color: #6c6c6c !important;
 }

.zoom_icon {
  padding: 10px 15px;
  background-color: #00000082;
}
.text_bg {
  background-color: #3b842d91;
}
.divider-2:before {
    width: 100px;
    border-top: 2px solid #57af47;
}
.divider:before {
    content: "";
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
}
.divider {
    display: block;
    font-size: 0;
    line-height: 0;
}

.bg_btm {
  margin-bottom: -1px;
}

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

/**************/

.vsn_msn_img {
    height: 130px;
    width: 130px;
    /* background-color: #ff0909; */
    padding: 15px;
}
.contact_icon_fit {
    width: 50px;
    height: 50px;
    /* margin: 0; */
    padding: 11px !important;
}
.w_17 {
  width: 17px;
}

.navbar-toggler:focus {
    outline: 0;
}
.close:focus {
    outline: 0;
}
/*.proton {
  width: 80px;
  height: 80px;
  background-color: deepskyblue;
  border-radius: 50%;
  position: relative;
}
*/
/********* ROTATION ANIMATION **********/
.electron {
    width: 145px;
    height: 135px;
    /* background-color: black; */
    position: absolute;
    animation: rotation 5s infinite linear;
    -webkit-animation: rotation 5s infinite linear;
    -moz-animation: rotation 5s infinite linear;
    border-radius: 50%;
    padding: 15px;
    border: 2px solid #612c0e;
    left: 50%;
    transform: translate(-50%, -50%);
}
/*{
    top: 20%;
}*/

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

/********* ROTATION ANIMATION *********/


.date_projuct {
    position: absolute;
    right: 14px;
    top: 13px;
    padding: 0 5px;
    border-radius: 3px;
}

@media (max-width: 999px){
.project_coffee h2{
 font-size: 17px !important;
}
.project_coffee h6{
 font-size: 9px !important;
}
.footer li a {
    font-size: 13px;
}
}
  .electron {
        width: 115px;
        height: 105px;
        top: 0;
      }
  .feature-title{
    font-size: 17px !important;

  }
      .vsn_msn_img {
        height: 100px;
        width: 100px;
      }

      .form-control:focus {
        color: #000000;
        background-color: #595656;
        border-color: #000;
        outline: 0;
        box-shadow: none;
}

.form-control {
    border: 1px solid #667686!important;
    background-color: #595656;
    color: #000000;
    padding: 1.5rem 1.5rem;
}

.form-control::-webkit-input-placeholder {
  color: #000000;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #000000;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #000000;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #000000;
  opacity: 1;
}

.form-control::placeholder {
  color: #5f5f5f;
  opacity: 1;
}

@media (max-width: 767px){

.main_slider .carousel-inner .card-img {
    object-fit: cover;
    height: 400px !important;
}
}

/*.main_slider .carousel-inner .card-img {
    object-fit: cover;
    height: 981px;
}*/


/************* header menu animation *******************/
@media (max-width: 992px){
.header .navbar-collapse-overlay.show {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
    transition: all 0.3s ease-in-out;
}}

@media (max-width: 992px){
.header .navbar-collapse-overlay {
    position: fixed;
    top: 0;
    right: 0;
    left: auto;
    height: 100vh !important;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transform: translate3d(30px, 0px, 0px);
    opacity: 0;
    transition-property: opacity,transform;
    transform-origin: right;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 0 1.25rem rgba(31, 45, 61, 0.08);
    background-color: #fff;
    width: calc(100vw - 21%);
}}
/************* header menu animation ********************/

/************* header text hover underline **************/

/************* header text hover underline **************/

/*.vsn_msn_img::before {
    pointer-events: none;
    position: absolute;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
   -webkit-transform: translateY(9px);
    transform: translateY(9px);
    background: -webkit-radial-gradient(center,ellipse,rgba(0,0,0,0.35) 0%,rgba(0,0,0,0) 80%);
    background: radial-gradient(ellipse at center,rgba(0,0,0,0.35) 0%,rgba(0,0,0,0) 80%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform,opacity;
    transition-property: transform,opacity;
}*/


.sb_s_mdia a {
    display: inline-block;
    background: 0 0;
    color: #ffffff;
    border-radius: 50%;
    text-align: center;
    padding-top: 3px;
    background-color: #d90131;
    height: 30px;
    width: 30px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.sb_s_mdia a:hover {
    background-color: #d90131;
    color: #000000;
    transition: all 265ms ease-out;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;

}



/********** SEARCH BUTTONS ***********/


#header-2.show .search-box {
  width: calc(100% - 5em);
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

.header .menu li {
  opacity: 1;
  -webkit-transition: all 0.3s 0.3s;
  transition: all 0.3s 0.3s;
}
.header .search-box {
    position: absolute;
    right: 48px;
    top: 80px;
    height: 100%;
    width: 0;
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s;
    background-color: #fff;
    border: 1px solid #ececec;
    border-radius: 50px;
    outline: 0
}
.header .search-box .search-input {
  border: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  padding: 0 0 0 20px;
  outline: 0
}

@media (max-width: 767px){
.header .search-box {
    top: auto !important;
    height: 40px !important;
}
}

.header .search-box .search-toggle {
  width: 14px;
  height: 14px;
  padding: 0;
  position: absolute;
  left: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.header.show .menu li {
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header.show .menu li:nth-child(even) {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.header.show .menu li:nth-child(odd) {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.header.show .search-box {
  width: calc(100% - 5em);
  opacity: 1;
  -webkit-transition: all 0.3s 0.3s;
  transition: all 0.3s 0.3s;
}

@media (max-width: 767px){
.sm_h_size {
    font-size: 23px !important;
}}

@media (min-width: 575px) and (max-width: 767px){
.bdr_sm_l_0 {
  border-left: 0 !important;
}
.bdr_sm_r_0 {
  border-right: 0 !important
}
.bdr_r_md_0 {
  border-right: 0 !important;
}
}

@media (min-width: 768px) and (max-width: 992px){
.bdr_md_l_0 {
  border-left: 0 !important;
}
.bdr_md_r_0 {
  border-right: 0 !important
}
.md_h_size {
    font-size: 32px !important;
}
}

@media (min-width: 150px) and (max-width: 575px){
.bdr_0 {
  border: 0 !important;
}
}
@media (min-width: 150px) and (max-width: 670px){
.mob_f_12 {
  font-size: 12px !important;
}
}

.hover_btn:hover {
    text-decoration: none;
    color: #ec5b53!important;
}

.hover_btn {
  text-decoration: none;
  font-size: 16px;
    -webkit-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: .3s ease-out;
    transition: .3s ease-out;
    text-transform: capitalize;
}

@media (min-width: 992px) and (max-width: 1200px){
.header li a {
    margin: 0 13px !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px){
.md_size {
    font-size: 20px !important;
  }
}



/*********************/


.f_13 {
  font-size: 13px !important;
}
.f_14 {
  font-size: 14px !important;
}
.f_15 {
    font-size: 15px !important;
}

.f_17 {
    font-size: 17px !important;
}
@media (min-width: 992px){
.m_top_up {
    margin-top: -75px;
    z-index: 999;
}

.main_title {
    font-size: 71px;
    line-height: 1.2;
    letter-spacing: -1px;
    color: #282828;
    font-weight: 700;
}


}

.glr_lg_img {
    object-fit: cover;
    width: 100%; 
    height: 433px;
    min-height: 433px;
    max-height: 433px;
}

.glr_img {
    object-fit: cover;
    width: 100%; 
    height: 352px;
    min-height: 352px;
    max-height: 352px;
}