
@font-face {
    font-family: myFirstFont;
    src: url('../fonts/Merriweather-Regular.ttf');
  }
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  body {
    padding: 0px;
    margin: 0px;
    overflow-x: hidden;
    font-family: myFirstFont;
  }
  
   
  .navbar1 {
    width: 100%;
    display: flex;
    align-items: center;
    background-color: rgb(255, 255, 255);
    position: fixed;
    top: 0; 
    z-index: 999999999999;
    padding: 10px 120px;
  }
  .navbar1 img
  {
      width: 20%;
      display: block;
  }
  
  .menu1 {
    list-style: none;
    display: flex;
    gap: 15px;
    margin-left: auto;
    padding-top: 10px;
  }
  
  .navbar1 ul li a {
    text-decoration: none;
    color: rgb(0, 0, 0);
  }
  
  .logo1 {
    display: flex;
    gap: 10px;
    text-decoration: none;
    font-weight: 500;
    color: rgb(2, 2, 2);
    width: 60% !important;
  }
  
  
  #checkbox,
  .menubtn {
    display: none;
    cursor: pointer;
  }
  
  section {
    background-size: cover;
    background-position: center;
    width: 100%;
  }
  
  
  
  @media only screen and (max-width: 600px) {
    .menubtn {
      display: block;
      margin-left: auto;
    }
  
    .im.im-menu1-dot-h {
      color: rgb(187, 187, 187);
      margin-left: auto;
    }
    .menu1 {
      display: none;
    }
  
    #checkbox:checked + .menu1 {
      display: flex;
      flex-direction: column;
      position: absolute;
      top: calc(50vh - 100px);
      right: 50%;
      transform: translateX(50%);
      text-align: center;
      background-color: black;
      padding: 50px;
      border-radius: 20px;
      z-index: 9999;
      box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.45);
    }
  }
  

  .bgbnr
  {
    
    position: relative;
    width: 100%;
  }
  .bgbnr::before
  {
      content: '';
      background-color: #333;
      opacity: 0.7;
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
  }

   
  
.bnr_slider p
{
    font-size: 20px;
    color: #fff;
    z-index: 99999;
    position: relative;
}
.btn_cstom
{
    padding: 10px 40px;
    color: #d8ae76;
    border-style: none;
    border: 2px solid #d8ae76;
    background-color: transparent;
    border-radius: 10px;
    font-size: 20px;
    margin-top: 20px;
    position: relative;
    transition: 0.5s;
    cursor: pointer;
}
.btn_cstom:hover
{
    color: #fff;
    background-color: #d8ae76;
    transition: 0.5s;
}
.proj
{
    width: 100%;
    padding: 15px;
    border-radius: 15px;
    background: #fff;
    margin-top: -50px;
}
.heading-title
{
    font-family: merriweather,serif;
    color: #363636;
    font-size: 36px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 0;
    text-transform: capitalize;
    padding-bottom: 0;

}
.heading .heading-title+.heading--divider {
    margin-top: 35px;
}
.heading .heading--divider {
    position: relative;
    margin-bottom: 43px;
    height: 1px;
}
.heading .heading--divider:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 50px;
    height: 1px;
    background-color: #d8ae76;
}
.abt_img
{
    width: 100%;
    font-size: block;
}

.abt_img img
{
    width: 100%;
    font-size: block;
}
.mrgn
{
    margin-top: 150px;
}
.abt h2
{
    font-family: myFirstFont;
}
.abt
{
    width: 100%;
    display: block;
    padding-left: 40px;
    padding-top: 130px;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 20px;
    font-family: open sans,sans-serif;
}
.heading--title2
{
    padding-top: 150px;
}
.heading--title2 p
{
    opacity: 0.7;
}
.s_img
{
    font-size: 25px;
    color: #d8ae76;
    overflow: hidden;
}

.s_img i
{
    font-size: 50px;
    color: #d8ae76;
}
.s_img img
{
    width: 100%;
    display: block;
}
.text_bx
{
    padding: 20px;
    padding-top: 0px;
}
.text_bx h3
{
    font-family: myFirstFont;
    color: #363636;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 14px;
    text-transform: capitalize;
}
.text_bx p
{
    opacity: .6;
    color: #777;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0;

}
.wh_img
{
    width: 100%;
    display: block;
    height: 530px;
    padding: 0px;
}
.wh_img img
{
    width: 100%;
    display: block;
    height: 100%;
} 
.headingcstm
{
    width: 100%;
    display: block;
    padding: 25px;
}
 h2
{
    font-family: myFirstfont;
}
.headingcstm p
{
    font-size: 18px;
    opacity: 0.7;
}
h3
{
    font-family: myFirstfont;
}
.icn_txtp img
{
    width: 32%;
    display: block;
    margin: auto;
    margin-bottom: 20px;

}
.icn_txtp
{
    padding : 20px; 
    width: 100%;
    display: block;
    border: 1px solid #ddd;
    border-radius: 20px;
    background: rgb(70,70,139);
    background: linear-gradient(90deg, rgba(70,70,139,1) 0%, rgba(239,166,127,1) 100%, rgba(0,212,255,1) 100%);
    color: #fff;
    height: 100%;
    text-align: center;
    margin: 0px;
}
.icn_txtp h3
{
    font-size: 18px;
}
.icn_txtp i
{
    font-size: 40px;
    color: #d8ae76;
    margin-bottom: 15px;
}
.icn_txtp p
{
    opacity: 0.7;
    font-size: 17px;
}
.text_wh
{
    padding-right: 25px;
    padding-top: 25px;
}

/* carousel */
.media-carousel 
{
  margin-bottom: 0;
  padding: 0 40px 30px 40px;
  margin-top: 30px;
}
/* Previous button  */
.media-carousel .carousel-control.left 
{
  left: -12px;
  background-image: none;
  background: none repeat scroll 0 0 #222222;
  border: 4px solid #FFFFFF;
  border-radius: 23px 23px 23px 23px;
  height: 40px;
  width : 40px;
  margin-top: 30px
}
 
/* Next button  */
.media-carousel .carousel-control.right 
{
  right: -12px !important;
  background-image: none;
  background: none repeat scroll 0 0 #222222;
  border: 4px solid #FFFFFF;
  border-radius: 23px 23px 23px 23px;
  height: 40px;
  width : 40px;
  margin-top: 30px
}
/* Changes the position of the indicators */
.media-carousel .carousel-indicators 
{
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}
/* Changes the colour of the indicators */
.media-carousel .carousel-indicators li 
{
  background: #c0c0c0;
}
.media-carousel .carousel-indicators .active 
{
  background: #333333;
}
.media-carousel img
{
  width: 250px;
  height: 100px
}
/* End carousel */


.home-testimonial {
    background-color: #f8f8f8;
    height: 380px
}

.home-testimonial-bottom {
    background-color: #f8f8f8;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 20px;
    margin-bottom: 0px;
    position: relative;
    height: 130px;
    top: 190px
}

.home-testimonial h3 {
    color: var(--orange);
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase
}

.home-testimonial h2 {
    color: white;
    font-size: 28px;
    font-weight: 700
}

.testimonial-inner {
    position: relative;
    top: -174px
}

.testimonial-pos {
    position: relative;
    top: 24px
}

.testimonial-inner .tour-desc {
    border-radius: 5px;
    padding: 40px
}

.color-grey-3 {
    font-family: "Montserrat", Sans-serif;
    font-size: 14px;
    color: #6c83a2
}

.testimonial-inner img.tm-people {
    width: 60px;
    height: 60px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    max-width: none
}

.link-name {
    font-family: "Montserrat", Sans-serif;
    font-size: 14px;
    color: #6c83a2
}

.link-position {
    font-family: "Montserrat", Sans-serif;
    font-size: 12px;
    color: #6c83a2
}

.brnds_logo {
    width: 100%;
    display: block;
}

.brnds_logo table {
    width: 100%;
    display: block;
    padding: 0px;
    margin: 0px;
    margin-bottom: 100px;
    margin-top: 40px;
}
.brnds_logo table tr {
    width: 100%;
    display: block;
}
.brnds_logo table tr td {
    padding: 20px;
    border-right: 1px dashed #ddd;
    border-bottom: 1px dashed #ddd;
    overflow: hidden;
}
.brnds_logo table tr td img
{
    width: 70%;
    display: block;
}
.cntr_heading
{
    text-align: center;
    padding: 20px;
}
.contact_form
{
    padding-top: 80px;
    padding-left: 80px;
}
.contact_formw
{
    padding-top: 130px;
    padding-left: 80px;
}
.contact_form form
{
    padding-top: 50px;
}
.cnt_img
{
    width: 100%;
    display: block;
    overflow: hidden;
}
.cnt_img img
{
    width: 100%;
    display: block;
}
.drop_mn
{
    position: relative;
}
.drop_ser
{
    background-color: #fff;
    padding: 15px;
    list-style: none;
    border-radius: 15px;
    display: none;
    position: absolute;
    left: -50px;
    padding: 0px;
    overflow: hidden;
}
.drop_ser li
{
    padding: 10px 30px;
    border-bottom: 1px solid #d8ae76;
    color: #000;
}
.drop_ser li a
{
    color: #000 !important;
}
.drop_mn:hover .drop_ser
{
    display: block;
}
.drop_ser li:hover
{
    background-color: #c2c2c2;
}

.bnr_hd2
{
   
    background-image: url('../imgs/serv-bnr_patent.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    padding : 250px;
    color: #fff;
}
.bnr_hd3
{
   
    background-image: url('../imgs/serv-bnr_trademark.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    padding : 250px;
    color: #fff;
}

.bnr_hd4
{
   
    background-image: url('../imgs/serv-bnr_Design.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    padding : 250px;
    color: #fff;
}
.bnr_hd5
{
   
    background-image: url('../imgs/serv-bnr_Copyright.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    padding : 250px;
    color: #fff;
}
.bnr_hd6
{
   
    background-image: url('../imgs/serv-bnr_Enforcement.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    padding : 250px;
    color: #fff;
}

.bnr_hd7
{
   
    background-image: url('../imgs/serv-bnrCorporateLaw.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    padding : 250px;
    color: #fff;
}
.bnr_hd8
{
   
    background-image: url('../imgs/serv-contact.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    padding : 250px;
    color: #fff;
}
.bnr_hd9
{
   
    background-image: url('../imgs/about.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    padding : 250px;
    color: #fff;
}
.cntct_bxs {
    width: 90%;
    margin: auto;
    display: flex;
    display: -webkit-box;
    margin-top: 60px;
    margin-bottom: 30px;
}
.cnt_in_bxs {
    width: 30%;
    display: flex;
    border: 1px solid #000000;
    padding: 25px;
    margin: 15px;
}
.icn_b_cnt i {
    width: 40px;
    height: 40px;
    background-color: #051242;
    color: #ffffff;
    border-radius: 50%;
    text-align: center;
    padding-top: 12px;
}
.txt_b_cnt{
    line-height: 20px;
}
.icn_b_cnt
{
    width: 15%;
}
.txt_b_cnt p:nth-child(1)
{
    font-weight: 700;
}
.fonm_cntner {
    width: 90%;
    margin: auto;
    margin-top: 60px;
    margin-bottom: 60px;
}
.map_cnt {
    width: 100%;
    float: left;
    display: block;
    padding: 0px;
}
.cont_frm_cnt {
    width: 100%;
    display: block;
}
.cont_frm_cnt form {
    width: 100%;
    display: block;
}
.cont_frm_cnt form input {
    width: 100%;
    display: block;
    padding: 15px 5px;
    margin-top: 20px;
}
.cont_frm_cnt form textarea {
    min-width: 100%;
    max-width: 100%;
    display: block;
    min-height: 150px;
    max-height: 300px;
    margin-top: 15px;
    padding: 15px 5px;
}
.ser_box_text p
{
    opacity: 0.7;
    text-align: justify;
}
.ser_box_text
{
    padding: 40px 0px;
}
.ser_img_s
{
    width: 100%;
    display: block;
    position: sticky;
    top: 20px;
}
.ser_img_s img
{
    width: 100%;
    display: block;
}
.ser_box_text ul
{
    padding-left: 50px;
}
.ser_box_text h3
{
    font-size: 20px;
    opacity: 0.8;
}
.footer
{
    background-color: #333 !important;
}
nav-colored { background-color:#000; }
.nav-transparent { background-color:transparent;}

#myCarousel .carousel-item .mask {
    position: absolute;
    top: 0;
	left:0;
	height:100%;
    width: 100%;
    background-attachment: fixed;
    
}
#myCarousel h4{
	font-size:50px;
	margin-bottom:15px;
	color:#FFF;
	line-height:100%;
	letter-spacing:0.5px;
	font-weight:600;
}
#myCarousel p{
	font-size:18px;
	margin-bottom:15px;
	color:#d5d5d5;
}
#myCarousel .carousel-item a{background:#F47735; font-size:14px; color:#FFF; padding:13px 32px; display:inline-block; }
#myCarousel .carousel-item a:hover{background:#394fa2; text-decoration:none;  }

#myCarousel .carousel-item h4{-webkit-animation-name:fadeInLeft; animation-name:fadeInLeft;} 
#myCarousel .carousel-item p{-webkit-animation-name:slideInRight; animation-name:slideInRight;} 
#myCarousel .carousel-item a{-webkit-animation-name:fadeInUp; animation-name:fadeInUp;}
#myCarousel .carousel-item .mask img{-webkit-animation-name:slideInRight; animation-name:slideInRight; display:block; height:auto; max-width:100%;}
#myCarousel h4, #myCarousel p, #myCarousel a, #myCarousel .carousel-item .mask img{-webkit-animation-duration: 1s;
    animation-duration: 1.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
#myCarousel .container {max-width: 1430px;  }
#myCarousel .carousel-item{height:100%; min-height:550px; }
#myCarousel{position:relative; z-index:1; background:url('../imgs/bnr_bg.jpg') center center no-repeat; background-size:cover; }

.carousel-control-next, .carousel-control-prev{height:40px; width:40px !important; padding:12px; top:50% !important; bottom:auto; transform:translateY(-50%); background-color: #f47735;  }


.carousel-item {
    position: relative;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease,-webkit-transform .6s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}
.pdc
{
    padding-top: 130px;
}
.carousel-fade .carousel-item {
	opacity: 0;
	-webkit-transition-duration: .6s;
	transition-duration: .6s;
	-webkit-transition-property: opacity;
	transition-property: opacity
}
.carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
	opacity: 1
}
.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-right.active {
	opacity: 0
}
.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item-prev.active, .carousel-fade .carousel-item.active {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}
@supports (transform-style:preserve-3d) {
	.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item-prev.active, .carousel-fade .carousel-item.active {
	-webkit-transform:translate3d(0, 0, 0);
	transform:translate3d(0, 0, 0)
	}
}
.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item-prev.active, .carousel-fade .carousel-item.active {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}


 
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
.proj1
{
    width: 100%;
    display: block;
    z-index: 99999999;
    position: sticky;
}
.imgicn
{
    text-align: center;
}
.imgicn p
{
    margin: 0px;
    padding: 0px;
}
.imgicn img
{
    display: block;
    width: 25%;
    margin: auto;
}

.serv {
    width: 256px;
    height: 195px;
    text-align: center;
    padding: 40px 10px;
    margin: auto;
    margin-top: 30px;
    border-radius: 20px;
    box-shadow: 0px 2px 10px 0px rgb(0 0 0 / 28%);
    -webkit-box-shadow: 0px 2px 10px 0px rgb(0 0 0 / 28%);
    -moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.28);
    transition: 0.5s ease-in-out;
    cursor: pointer;
}

.serv:hover {
    box-shadow: 0px 8px 10px 0px rgb(0 0 0 / 28%);
    -webkit-box-shadow: 0px 8px 10px 0px rgb(0 0 0 / 28%);
    -moz-box-shadow: 0px 8px 10px 0px rgba(0,0,0,0.28);
    transition: 0.5s ease-in-out;
}

.mt_cstm
{
    margin-top: 150px;
    padding-bottom: 30px;
}
.tour-item 
{
    height: 100% !important;
}
.bg-white {
    background-color: #fff!important;
    height: 100%;
}

.pop_bg{
    display: none;
}
.pop_bg {
    background-color: rgba(0,0,0,0.8);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999999999;
}

.form_po {
    width: 70%;
    background-color: #fff;
    padding: 30px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
}
.crs {
    font-size: 25px;
    text-align: right;
    margin-bottom: 20px;
}
.crs i
{
    cursor: pointer;
}

.form_po input {
    margin-top: 20px;
    height: 50px;
}
.form-control {
    font-size: 16px;
}
.form_po textarea {
    margin-top: 20px;
    min-height: 190px;
}
#sm_logoo
{
    display: none;
}
#smOpen{
    display: none;
}
.sm_menu
{
    width: 100%;
    display: block;
    overflow-x: hidden;
    background-color: #fff;
    position: static;
    top: 0px;
    left: 0;
    z-index: 999;
    text-align: left;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    height: auto;
}
.sm_menu ul
{
    width: 100%;
    margin: 0px;
    list-style: none;
    padding-left: 20px;
}
.sm_menu ul li
{
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #ddd;
}
.logo_bx
{
    width: 100%;
    display: block;
}
.barelem
{
    width: 100%;
    display: block;
}
.small_screen_mnu
{
    padding: 10px;
}

.servics_box
{
    width: 100%;
    display: block;
}
.servics_box table
{
    width: 100%;
    display: block;
}
.servics_box table img
{
    width: 15%;
    display: block;
    margin: auto;
}
.servics_box table tr td
{
    text-align: center;
    padding: 20px;
    width: 33%;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    font-size: 20px;
    color: #fff;
    transition: 0.5s ease-in-out;
}
.servics_box table tr td a
{
    color: #fff;
    text-decoration: none;
}
.servics_box table tr td a:hover
{
    color: #F47735;
    transition: 0.5s ease-in-out;
}

.bgclr
{
    width: 100%;
    background-color: #404187;
    padding: 100px 0px;
    color: #fff;
}
 .cstmtpm
 {
     margin-top: 130px;
 }
 .whUs
 {
     width: 100%;
     padding: 100px 0px;
 }
  
 .infographic_ser
 {
    width: 100%;
    background-color: #404187;
    color: #fff;
    padding: 100px 0px;
    position: relative;
    z-index: 1;
    background: url(../imgs/bnr_bg.jpg) center center no-repeat;
    background-size: cover;
 }
 .infographic_ser img
 {
     width: 70%;
     display: block;
     margin: auto;
 }
 .lgo_carousal
 {
     width: 100%;
     display: block;
     height: 80%;
     border: 1px solid #ddd;
 }
 .lgo_carousal img
 {
     width: 60%;
     display: block;
     margin: 0px;
     margin: auto;
 }
 .bg_logo_clients
 {
     width: 100%;
     padding-bottom: 100px ;
 }
 footer a
 {
     color: #fff;
     text-decoration: none;
 }
 footer a:hover
 {
     color: #fff;
 }
 .benbx
 {
     width: 70px;
     height: 70px;
     display: block;
     border-radius: 50%;
     border: 2px solid #ddd;
     overflow: hidden;
 }
 .benbx img
 {
     width: 100%;
     display: block;
     height: 100%;
 }