textarea  {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
}
.header li.nav-item.dropdown ul {
  height: auto;
}

.ani {}

.ani {
  background: linear-gradient(-30deg, #c12533 50%, #c12533 50%);
  padding: 20px 40px;
  margin: 0px;
  display: inline-block;
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  overflow: hidden;
  color: #f7d4d4;
  font-size: 20px;
  letter-spacing: 2.5px;
  /*text-align: center;*/
  text-transform: uppercase;
  text-decoration: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-top: 7px;
  background: white;
}

.ani::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #ad8585;
  opacity: 0;
  -webkit-transition: .2s opacity ease-in-out;
  transition: .2s opacity ease-in-out;
}

.ani:hover::before {
  opacity: 0.2;
}

.ani span {
  position: absolute;
}

.ani span:nth-child(1) {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(43, 8, 8, 0)), to(#800101));
  background: linear-gradient(to left, rgba(43, 8, 8, 0), #800101);
  -webkit-animation: 2s animateTop linear infinite;
  animation: 2s animateTop linear infinite;
}

@keyframes animateTop {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

.ani span:nth-child(2) {
  top: 0px;
  right: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(43, 8, 8, 0)), to(#800101));
  background: linear-gradient(to top, rgba(43, 8, 8, 0), #800101);
  -webkit-animation: 2s animateRight linear -1s infinite;
  animation: 2s animateRight linear -1s infinite;
}

@keyframes animateRight {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }

  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

.ani span:nth-child(3) {
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(43, 8, 8, 0)), to(#800101));
  background: linear-gradient(to right, rgba(43, 8, 8, 0), #800101);
  -webkit-animation: 2s animateBottom linear infinite;
  animation: 2s animateBottom linear infinite;
}

@keyframes animateBottom {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

.ani span:nth-child(4) {
  top: 0px;
  left: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(43, 8, 8, 0)), to(#800101));
  background: linear-gradient(to bottom, rgba(43, 8, 8, 0), #800101);
  -webkit-animation: 2s animateLeft linear -1s infinite;
  animation: 2s animateLeft linear -1s infinite;
}

@keyframes animateLeft {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}

/*animation end*/


.ani1 {
  background: linear-gradient(-30deg, #c12533 50%, #c12533 50%);
  padding: 13px 30px !important;
  margin: 0px;
  display: inline-block;
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  overflow: hidden;
  color: #f7d4d4;
  font-size: 20px;
  letter-spacing: 2.5px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  /*margin-top: 4px;*/
  background: transparent;
  line-height: 24px !important;
}

.ani1::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #ad8585;
  opacity: 0;
  -webkit-transition: .2s opacity ease-in-out;
  transition: .2s opacity ease-in-out;
}

.ani1:hover::before {
  opacity: 0.2;
}

.ani1 span {
  position: absolute;
}

.ani1 span:nth-child(1) {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(43, 8, 8, 0)), to(#ffffff));
  background: linear-gradient(to left, rgba(43, 8, 8, 0), #ffffff);
  -webkit-animation: 2s animateTop linear infinite;
  animation: 2s animateTop linear infinite;
}

@keyframes animateTop {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

.ani1 span:nth-child(2) {
  top: 0px;
  right: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(43, 8, 8, 0)), to(#ffffff));
  background: linear-gradient(to top, rgba(43, 8, 8, 0), #ffffff);
  -webkit-animation: 2s animateRight linear -1s infinite;
  animation: 2s animateRight linear -1s infinite;
}

@keyframes animateRight {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }

  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

.ani1 span:nth-child(3) {
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(43, 8, 8, 0)), to(#ffffff));
  background: linear-gradient(to right, rgba(43, 8, 8, 0), #ffffff);
  -webkit-animation: 2s animateBottom linear infinite;
  animation: 2s animateBottom linear infinite;
}

@keyframes animateBottom {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

.ani1 span:nth-child(4) {
  top: 0px;
  left: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(43, 8, 8, 0)), to(#ffffff));
  background: linear-gradient(to bottom, rgba(43, 8, 8, 0), #ffffff);
  -webkit-animation: 2s animateLeft linear -1s infinite;
  animation: 2s animateLeft linear -1s infinite;
}

@keyframes animateLeft {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}

/*animation end*/
.wik1 {
  margin-bottom: 28px;
}

.content-sld ul.wik2 li {
  color: white;
}

ul.navbar-nav.mb-2.mb-lg-0.ms-5 li {
  line-height: 15px;
  padding-top: 4px;
  padding-bottom: 2px;
}

.wika2 .col-md-5c p {
  margin-bottom: 3px;
  line-height: 18px;
  margin-top: 5px;
}

.wika2 .col-md-5c {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.wika2 {
  width: 68%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
}

.Lorem45 .asdwe_sdder {
  padding-top: 75px;
}

.asdwe_sdder h4 {
  font-size: 28px;
  font-weight: 600;
  font-style: italic;
}

.best1 {
  min-height: 250px;
  height: 250px;
}

.best3 {
  top: -25%;
  left: 42%;
}

.testimonial-slider .testimonial_box {
  height: 350px;
}

.wika3 {
  background: #ffffff;
}

div#owl-carousel8 img {
  width: 55%;
}

.wika4 p {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#footer .footer_widgets .widget.widget_text img {
  width: 85%;
}

.rounded-circle.overflow-hidden {
  height: auto;
}

.testimonial_box .icon img {
  height: auto;
  filter: invert(100%);
}

.breadcrumb-item+.breadcrumb-item::before {
  content: "/";
}

.banner-main .breadcrumb li a,
.banner-main .breadcrumb li {
  color: #800100;
  font-weight: 600;
}

section#gallerysin23 p {
  text-shadow: 0px 0px 1px #0000008a;
  /*font-weight: 500 !important;*/
  font-style: italic !important;
  /*color: #800101;*/
}

#gallerysin23 {
  background-size: cover !important;
  /*display: flex;*/
  /*align-items: center;*/
  padding-top: 0;
}

.contact-us .containerbox {
  box-shadow: 0 5px 83px 0 rgb(9 29 62 / 10%);
  border-radius: 20px;
}

.contact-us3 .input1,
.contact-us3 .input2,
.contact-us3 .input3 {
  font-size: 14px;
  height: 50px;
  padding: 0 10px;
  border-radius: 15px;
  background-color: #fff;
  border: 2px solid #e6e8eb;
}

.contact-us .textarea {
  font-size: 14px;
  padding: 0 10px;
  border-radius: 15px;
  background-color: #fff;
  border: 2px solid #e6e8eb;
}

.servicebox {
  box-shadow: 0 5px 83px 0 rgb(9 29 62 / 10%);
  border-radius: 20px;
}

.col-md-8.servicebox.ser-wika {
  padding-right: 30px;
}

.wika-imgz img {
  box-shadow: 0 5px 83px 0 rgb(9 29 62 / 10%);
  border-radius: 10px;
}

.col-md-4.part2 .contact-us.wika-cont {
  margin-top: 0;
  margin-bottom: 50px;
}

.banner-main.backgroundimage {
  align-items: center;
  display: grid;
  justify-content: center;
}

.banner-main .breadcrumb {
  position: relative;
  top: 0;
  left: 0;
}

@media all {
  #button-contact-vr.new-sh-what {
    position: fixed;
    bottom: 0;
    z-index: 99999;
  }

  #button-contact-vr.new-sh-what .button-contact {
    position: relative;
  }

  #button-contact-vr.new-sh-what .button-contact .phone-vr {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 90px;
    height: 90px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block;
  }

  .new-sh-what .phone-vr-circle-fill {
    width: 65px;
    height: 65px;
    top: 12px;
    left: 12px;
    position: absolute;
    box-shadow: 0 0 0 0 #1b9a10;
    background-color: #1b9a1087;
    border-radius: 50%;
    border: 2px solid transparent;
    -webkit-animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animuiion: zoom 1.3s infinite;
    animation: zoom 1.3s infinite;
  }

  #button-contact-vr.new-sh-what .phone-vr-img-circle {
    background-color: #1b9a10;
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 25px;
    left: 25px;
    position: absolute;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    /*-webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;*/
    /*animation: phone-vr-circle-fill 1s infinite ease-in-out;*/
  }

  #button-contact-vr.new-sh-what .phone-vr-img-circle a {
    display: block;
    line-height: 35px;
  }

  #button-contact-vr.new-sh-what .phone-vr-img-circle img {
    max-width: 25px;
  }

  #button-contact-vr.new-sh-what .phone-bar a {
    position: fixed;
    bottom: 25px;
    left: 30px;
    z-index: -1;
    background: rgb(232, 58, 58);
    color: #fff;
    font-size: 16px;
    padding: 8px 15px 7px 50px;
    border-radius: 100px;
    white-space: nowrap;
  }

  #button-contact-vr.new-sh-what .phone-bar a:hover {
    opacity: 0.8;
    color: #fff;
  }

  @media (max-width: 736px) {
    #button-contact-vr.new-sh-what .phone-bar {
      display: none;
    }
  }

  #button-contact-vr.new-sh-what #zalo-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #2196F3;
    background-color: rgba(33, 150, 243, 0.7);
  }

  #button-contact-vr.new-sh-what #zalo-vr .phone-vr-img-circle {
    background-color: #2196F3;
  }
}

@media all {
  @-webkit-keyframes phone-vr-circle-fill {
    0% {
      -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
      -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
      -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
      -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
      -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
      -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    100% {
      -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
  }

  @-webkit-keyframes zoom {
    0% {
      transform: scale(.9);
    }

    70% {
      transform: scale(1);
      box-shadow: 0 0 0 15px transparent;
    }

    100% {
      transform: scale(.9);
      box-shadow: 0 0 0 0 transparent;
    }
  }

  @keyframes zoom {
    0% {
      transform: scale(.9);
    }

    70% {
      transform: scale(1);
      box-shadow: 0 0 0 15px transparent;
    }

    100% {
      transform: scale(.9);
      box-shadow: 0 0 0 0 transparent;
    }
  }

  .serviceparagraph h4.h-pic {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 0px;
    color: #000000;
    font-weight: 700;
    text-align: center;
  }

  .h-pic1 {
    margin-bottom: 25px;
    box-shadow: 0 0 11px 2px #e1e1e1;
    padding: 15px;
    border-radius: 10px;
    margin-top: 25px;
  }

  .wika-imgz .h-pic1 img {
    box-shadow: none;
    border-radius: 5px;
  }
  .h-pic01 {
    margin-bottom: 25px;
    /*box-shadow: 0 0 11px 2px #e1e1e1;*/
    padding: 0px;
    /*border-radius: 10px;*/
    margin-top: 25px;
  }
  .wika-imgz .h-pic01 img {
    box-shadow: 0 5px 83px 0 rgb(9 29 62 / 10%);
    border-radius: 10px;
  }
  .follow-usz1 .follow-usz {
    border: 0px solid #efefef !important;
    padding-top: 3px;
  }

  .follow-usz1 .follow-usz li a {
    float: left !important;
    line-height: 1rem !important;
    width: 100% !important;
    padding: 10px !important;
    border: 1px solid #fff !important;
    border-radius: 40px !important;
    color: #fff !important;
  }

  .follow-usz1 .follow-usz .clearfix li p:hover {
    text-decoration: none !important;
    text-underline-position: hidden !important;
  }

  .follow-usz1 .follow-usz .clearfix li {
    margin-bottom: 10px !important;
    margin-left: 0px !important;
    list-style: none !important;
    width: 100%;
    display: table;
  }

  .follow-usz1 .follow-usz li .fab {
    font-size: 25px !important;
    float: right !important;
    display: block !important;
    margin-right: 33px !important;
    margin-top: 11px !important;
    font-style: normal !important;
    font-variant: normal !important;
    text-rendering: auto !important;
    line-height: 1 !important;
  }

  .follow-usz1 .follow-usz li a p {
    padding-top: 7px !important;
    font-size: 22px !important;
    margin-left: 22px !important;
    text-decoration: none !important;
  }

  @media only screen and (min-device-width:320px) and (max-device-width:767px) and (-webkit-min-device-pixel-ratio:2) and (orientation:portrait) {
    .follow-usz1 .follow-usz li a p {
      font-size: 16px !important;
      margin-left: 5px !important;
    }

  }

  .follow-usz li a span {
    display: block !important;
    font-size: 9px !important;
    font-weight: 400 !important;
    letter-spacing: .5px !important;
    text-transform: uppercase !important;
    margin-top: 0 !important;
    margin-left: 22px !important;
    padding: 0;
  }

  @media only screen and (min-device-width:320px) and (max-device-width:767px) and (-webkit-min-device-pixel-ratio:2) and (orientation:portrait) {
    .follow-usz1 .follow-usz li a span {
      margin-left: 4px !important;
    }

    /*.follow-usz1*/
  }

  .follow-usz li:first-child a {
    background: #3b5998 !important;
    margin-bottom: 8px !important;
    text-decoration: none !important;
  }

  .follow-usz1 .follow-usz li:nth-of-type(2) a {
    background: #bd081c !important;
    margin-bottom: 8px !important;
    text-decoration: none !important;
  }

  .follow-usz1 .follow-usz li:nth-of-type(3) a {
    background: #1da1f2 !important;
    margin-bottom: 8px !important;
    text-decoration: none !important;
  }

  .follow-usz1 .follow-usz li:nth-of-type(4) a {
    background: #f00 !important;
    margin-bottom: 8px !important;
    text-decoration: none !important;
  }

  .follow-usz1 .follow-usz li:nth-of-type(5) a {
    background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d) !important;
    margin-bottom: 8px !important;
    text-decoration: none !important;
  }

  .sec-bo {
    margin-top: 0;
    margin-bottom: 50px;
  }

  .contact-us .container .input3.input-fileup {
    padding-top: 8px;

  }

  .contact-us .container .input-dselect {
    width: 100%;
    opacity: 1;
    font-size: 14px;
    outline: none;
    padding: 0px 10px;
    height: 45px;
    border-radius: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 0px 10px;
    margin-bottom: 10px;
    color: #333;
    border: 1px solid #ccc;
    background: white;
  }
  .contact-us .sub {
    height: 40px;
    width: 140px;
    margin-top: 10px;
    background: #1d3d6b;
    line-height: 40px;
    padding: 0px;
    font-size: 14px;
    letter-spacing: 0.5px;
    border: 1px solid #1d3d6b;
    float: left;
}

@media screen and (max-width: 768px) { 
.bnneer-sld img {
    height: 180px;
}
.content-sld {
    left: 10px;
    width: 90%;
    bottom: 65px;
}
.mobiles22 div#navbarNavDropdown {
    width: 100%;
    top: 50px;
    left: 0%;
    height: auto;
}
#tabsd .col-lg-5c.col-md-5c.col-sm-5c {
    display: block;
}
.service_box {
    height: auto;
}
.paragraph-block p {
    height: auto;
}
.service_box .paragraph-block {
    margin-bottom: 20px;
}
.Lorem45 .asdwe_sdder {
    display: table;
    width: 100%;
}
.asdwe_sdder h4 {
    line-height: normal;
}
.best3 {
    top: auto;
    left: auto;
}
.best1 {
    min-height: auto;
    height: auto;
}
.testimonial-slider .testimonial_box {
    height: 450px;
}
.heading-experts.radiation-icon {
    left: 0 !important;
}
.about-us .featuresAb {
    width: 100%;
}
.about-us.wika3{
  display: none;
}
#aboutsections::after {
    left: 0;
}
.banner-main .breadcrumb li a, .banner-main .breadcrumb li {
    color: #ffffff;
    background: #c12533e0;
    padding-left: 10px;
    padding-right: 10px;
}
.col-md-8.servicebox.ser-wika {
    padding-right: 0;
    padding-left: 0;
}
.h-pic1 {
    margin-bottom: 20px;
    box-shadow: 0 0 11px 2px #e1e1e1;
    padding: 10px;
    border-radius: 5px;
    margin-top: 20px;
}
.serviceparagraph h4.h-pic {
    font-size: 15px;
}
.col-md-4.part2 {
    padding: 0;
}
.col-md-4.part2 .contact-us.wika-cont , .sec-bo {
    margin-bottom: 25px; 
}
.follow-usz1 .follow-usz li a {
    padding-left: 30px !important;
    padding-right: 10px !important;
}
.follow-usz1 .follow-usz li a p {
    padding-top: 3px !important;
    line-height: 14px;
}
.follow-usz1 .follow-usz li .fab {
    margin-top: 4px !important;
}
.mobiles22 ul.navbar-nav li.applz{
    background: #c12533;
    margin-top: 35px;
    text-align: center;
    color: white;
    border-radius: 15px;
    border-bottom: 0px dashed #0b4e90a1;
}
.mobiles22 ul.navbar-nav li.applz a {
    padding: 10px 0px;
    color: #ffffff;
    font-size: 15px;
}
footer#footer .container {
    max-width:100%;
}
.coo-cont{
    padding-left: 0;
    padding-right: 0;
}
}
