@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@300;500&display=swap');

.topnaviagtion {
  display: flex;
  align-items: center;
  margin-top: -5px;
}

.enquirebtn {
  order: 3;
  position: relative;
  left: 50px;
}

.sticky-wrapper {
  height: 100px !important;
}

.navigationsmenus {
  background: #c1272d;
  /* border-radius: 5px 0px 0px 5px; */
  border-radius: 5px;
}

/* .enquirebtn a {
  color: #333333;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  border: 1px solid #ccc;
  padding: 12px 25px;
  display: block;
  border-left: 0;
  border-radius: 0px 5px 5px 0px;
} */
.enquirebtn a {
  color: #333333;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  border: 1px solid #ccc;
  padding: 8px;
  display: block;
  /* border-left: 0; */
  border-radius: 5px;
}
.software .owl-nav,
.software .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.software .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #999999 !important;
}

.software .owl-dot.active {
  background-color: #c1272d !important;
}

/*About Page*/
.page-section {
  background: url(../../assets/img/pages-header.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

.breadcrumb {
  padding: 80px 0px;
  background-color: transparent;
  margin-bottom: 0;
  justify-content: center;
}

.section-titleBar {
  margin-bottom: 0px;
  position: relative;
}

.breadcrumb .section-titleBar h3 {
  font-size: 40px;
  letter-spacing: 2px;
  line-height: 48px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
}

.page-breadcrumb .nav-path {
  padding: 10px 0px;
  background: #f7f7f7;
  text-align: center;
}

.page-breadcrumb .nav-path ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

.page-breadcrumb ul li.home-bread {
  padding-left: 15px;
}
.page-breadcrumb ul li {
  display: inline-block;
  color: #444;
  padding: 0px 10px 0px 20px;
  position: relative;
  font-size: 16px;
}

.page-breadcrumb ul li.home-bread::after {
  position: absolute;
  content: "\f105";
  font-family: fontAwesome;
  right: -10px;
  top: 0;
}

.page-breadcrumb ul li a {
  color: #c1272d;
}

/*Vision Mission*/
.Visionmission .aboutbg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-left: none;
  border-right: 5px solid #c1272d;
}

.Visionmission .redbg {
  background: #c1272d;
  color: #fff;
  font-size: 13px;
  padding: 50px 50px;
}

.Visionmission .redbg ul {
  list-style: none;
  padding-left: 0;
}

.Visionmission .redbg ul li:first-child(1) {
  margin-bottom: 25px;
}

.namevsionwrap {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.namevsionwrap span:nth-child(1) {
  font-size: 44px;
  margin-right: 10px;
  width: 90px;
  height: 90px;
  background: #f2f2f2;
  text-align: center;
  line-height: 85px;
  border-radius: 90px;
  color: #c1272d;
}

.namevsionwrap span:nth-child(2) {
  font-size: 24px;
  font-weight: 800;
  font-family: 'Playfair Display', serif;
}
.visiondec{
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
}
.mainteam {
  display: flex;
}

.list-team.slider .inner-content {
  text-align: center;
  padding: 0 0px;
  position: relative;
  margin-bottom: 55px;
  
}
.list-team.slider .lead-team {
 height: 420px;
  
}

@media(max-width:540px) {
  /* Styles */
  .list-team.slider .lead-team
  { 
    height: auto;
    overflow: hidden;
    width: 100%;
  }
  }

.list-team.slider .image {
  padding: 0 20px;
  position: relative;
}

/*.list-team.slider  .image::before {
    position: absolute;
    top: 20%;
    right: 0;
    left: 0;
    bottom: 0;
    content: '';
    display: inline-block;
    opacity: .4;
    z-index: -1;
    transition: all .3s;
    border: 1px solid #c1272d;
}
*/
.list-team.slider .image img {
  height: auto;
  max-height: 100%;
  width: auto;
  margin: 0 auto;
  position: relative;
  left: 0;
  width: 100%;
}

.list-team.slider .info {
  padding-top: 10px;
  padding-bottom: 10px;
}
.list-team.slider .info h4,
.hover-info h4 {
  font-size: 17px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0px;
  text-transform: uppercase;
  color: #c1272d;
}

.list-team.slider .info .regency,
.hover-info .regency {
  line-height: 1.33;
  color: #999;
  text-transform: capitalize;
  font-size: 14px;
}


#lowercase{
  text-transform: lowercase;
}

.list-team.slider .content .hover-info {
  position: absolute;
  padding: 30px 0;
  background-color: #c1272d;
  left: 30px;
  right: 30px;
  bottom: -12%;
  margin: 0 auto;
  transition: all 0.3s;
  opacity: 0;
}

.hover-info h4 {
  color: #fff !important;
}

.hover-info .regency {
  text-transform: capitalize;
  position: relative;
  padding-bottom: 5px;
}

.hover-info .regency:after {
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  content: "";
  width: 30px;
  height: 1px;
  background-color: #fff;
  display: inline-block;
}

/*.list-team.slider  .inner-content:hover .image:before {
    border-width: 3px;
    opacity: 1;
}
*/
.list-team.slider .inner-content:hover .hover-info {
  position: absolute;
  z-index: 9;
  opacity: 1;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}

.list-team.slider .inner-content:hover .hover-info .regency {
  color: #fff;
  text-transform: capitalize !important;
}

.list-team.slider.d-flex {
  flex-wrap: wrap;
  justify-content: space-between;
}

.list-team.slider.d-flex .image img {
  left: 0px;
}

.subteam {
  width: 28%;
  margin-top: 2rem;
}

.subteam .inner-content {
  width: 100%;
}

.subteam img {
  width: 100% !important;
}

.list-team.slider .subteam .content .hover-info {
  bottom: -19%;
}

.subteam .inner-content:hover .info {
  visibility: hidden;
}

.subteam .inner-content small {
  display: block;
}

.visionpoint li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 20px;
  font-size: 16px;
}
.visionpoint li::after {
  position: absolute;
  font-family: FontAwesome;
  content: "\f058";
  left: 0;
  top: 0;
}

.theambtn input {
  color: #c1272d;
  font-size: 13px;
  text-transform: uppercase;
  padding: 8px 35px;
  border: 1px solid #ccc;
  border-radius: 24px;
  display: inline-block;
  position: relative;
  z-index: 9;
}

.sc-contact-form .input-field .row {
  margin: 0 -10px;
}
.sc-contact-form .input-field .col-sm-6 {
  padding: 0 10px;
}

.sc-contact-form .input-field input {
  width: 100%;
  margin-bottom: 20px;
  height: 40px;
  padding: 0 20px;
  font-size: 16px;
  border: 1px solid #e6e6e6;
  display: inline-block;
}

.sc-contact-form textarea {
  width: 100%;
  padding: 20px;
  font-size: 16px;
  border: 1px solid #e6e6e6;
  display: inline-block;
  outline: 0;
  transition: 0.3s ease-in-out;
  margin-bottom: 20px;
}

.sc-contact-form .input-field input:focus,
.sc-contact-form textarea:focus {
  border-color: #c1272d;
  outline: none;
}

.contact-info {
  list-style: none;
  margin: 30px 0 0;
  padding-left: 0px;
}

.contact-info li {
  margin-bottom: 30px;
}

.contact-info li i {
  margin-right: 20px;
  width: 50px;
  height: 50px;
  color: #fff;
  display: inline-block;
  font-size: 24px;
  text-align: center;
  line-height: 48px;
  border-radius: 100%;
  background-color: #c1272d;
  vertical-align: middle;
}

.contact-info li a,
.contact-info li span {
  color: #8a8a8a;
  vertical-align: middle;
  display: inline-block;
  font-size: 18px;
}

.infocont {
  display: inline-block;
  vertical-align: middle;
  width: 80%;
}

/*.single-global-office.headquater {
    padding-bottom: 27px;
}*/
.single-global-office {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  border: 1px solid #f0eef9;
  padding: 39px 49px 31px;
  border-radius: 5px;
  margin-bottom: 30px;
  min-height: 220px;
}

.single-global-office .inner {
  position: relative;
  display: block;
}

.single-global-office .inner .icon,
.single-global-office .inner .text {
  display: table-cell;
  vertical-align: middle;
}
.single-global-office .inner .icon {
  width: 75px;
}

.single-global-office .inner .icon span:before {
  color: #39345a;
  font-size: 75px;
  line-height: 75px;
}

.single-global-office .inner .text {
  padding-left: 30px;
}

.single-global-office .inner .text h3 {
  margin: 0 0 14px;
  font-size: 20px;
  line-height: 26px;
  color: #222222;
  font-weight: 600;
}

.single-global-office .inner .text p {
  margin: 0 0 16px;
  font-size: 14px;
  color: #868298;
}

.single-global-office .inner .text a {
  color: #333333;
  font-size: 18px;
  font-weight: 400;
  /* text-transform: capitalize; */
  transition: all 500ms ease;
}

.btn-two i:before {
  position: relative;
  top: 7px;
  font-weight: 400;
  font-size: 23px;
  line-height: 10px;
  display: inline-block;
  padding-left: 0px;
}

.google-map-area .container-fluid {
  padding: 0;
  position: relative;
  overflow: hidden;
}
.google-map-box {
  height: 480px;
  width: 100%;
}

.google-map-box iframe {
  width: 100%;
  height: 100%;
}

ul.clientlogo {
  padding-left: 20px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

ul.clientlogo li {
  margin: 11px 11px;
  width: 12%;
}

/*.clientligowidth:hover {
    border: 1px solid #c1272d;
}*/
.clientligowidth {
  /* border: 1px solid #ccc; */
  overflow: hidden;
  /* padding: 10px; */
  transition: 1s all ease;
  width: 125px;
  height: 125px;
  border-radius: 220px;
  background: #fff;
  line-height: 128px;
}

.clientligowidth:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  filter: grayscale(0);
}
.clientligowidth img {
  min-width: auto !important;
  margin: auto;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  /* filter: grayscale(1); */
  /* line-height: 65px; */
}

.clientswrap {
  background: #eff0f2;
}

/*Illustrations*/

.container-fluid.ace-container {
  padding-left: 8%;
  padding-right: 8%;
}

.smallgap.row > [class*="col-"] {
  padding-left: 3px !important;
  padding-right: 3px !important;
}

.ace_singlePotPortfolio {
  border-radius: 10px;
  margin-bottom: 6px;
  position: relative;
  z-index: 1;
}

.ace_singlePotPortfolio .port-thumbP {
  position: relative;
  z-index: 1;
}

.ace_singlePotPortfolio .port-thumbP img {
  max-width: 100%;
}

.ace_singlePotPortfolio .port-hoverP {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-start;
  padding: 30px;
}

.ace_singlePotPortfolio .port-hoverP h4 {
  text-transform: capitalize;
  font-size: 24px;
  color: #c1272d;
}

.ace_singlePotPortfolio .port-hoverP .p-light {
  display: none;
  font-size: 20px;
}

.ace_singlePotPortfolio:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 300px;
  height: 300px;
  background: rgba(255, 255, 255, 0.5);
  content: "";
  z-index: 1;
  /*   border-radius: 0px 247px 0 10px;*/
  border-radius: 10px 0px 247px 0px;
  -webkit-transition: all 0.34s cubic-bezier(0.98, 0.16, 0, 0.93);
  transition: all 0.34s cubic-bezier(0.98, 0.16, 0, 0.93);
}

.ace_singlePotPortfolio:hover .port-hoverP {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ace_singlePotPortfolio:hover .port-hoverP h4 a,
.ace_singlePotPortfolio:hover .port-hoverP h4 {
  -webkit-animation: fadeInUp 600ms ease-in-out;
  animation: fadeInUp 600ms ease-in-out;
  color: #fff;
}

.ace_singlePotPortfolio:hover .port-hoverP p {
  color: #fff;
  -webkit-animation: fadeInDown 600ms ease-in-out;
  animation: fadeInDown 600ms ease-in-out;
}

.ace_singlePotPortfolio:hover .port-hoverP .p-light {
  color: #fff;
  font-size: 32px;
  display: block;
  position: absolute;
  right: 44%;
  top: 53%;
  -webkit-animation: zoomIn 700ms ease-in-out;
  animation: zoomIn 700ms ease-in-out;
}
.ace_singlePotPortfolio:hover:after {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}

@media only screen and (max-width: 1600px) {
  .ace_singlePotPortfolio:after {
    width: 200px;
    height: 200px;
  }
}

.marginbox {
  margin: 0 auto;
  text-align: center;
}

.casestyimg {
  -webkit-box-shadow: 1px 1px 10px -1px #a3a3a3;
  box-shadow: 1px 1px 10px -1px #a3a3a3;
  border-radius: 5px;
  overflow: hidden;
}

.casestyimg img {
  max-width: 100%;
}

.casestydywrap ul li {
  font-size: 16px !important;
  margin-bottom: 7px;
}
.casestydywrap {
  padding: 10px 25px;
}

.casebg {
  background-image: url(../../assets/img/casestudy2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}


.casebg3 {
  background: url(../../assets/img/movechair-detail.png), #f2f2f2;
}
.casebg {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-repeat: no-repeat;
}

/*Design Engineering*/

.designwrap {
  font-size: 13px;
}
.designwrap ul {
  list-style: none;
  padding-left: 0px;
}
.designwrap img {
  border: 1px solid #f0eef9;
}
.designtital {
  font-size: 20px;
  margin-bottom: 5px;
  font-weight: 600;
  margin-top: 8px;
  color: #c1272d;
  font-family: 'Playfair Display', serif;
}

.designinner {
  background: #dadada;
  padding: 10px 23px;
  position: relative;
  top: -55px;
  width: 82%;
  margin: 0 auto;
  left: -8px;
  min-height: 300px;
}

.surfacewrap {
  background: #eeeeee;
  margin-top: 25px;
  padding: 80px 0px;
  padding-bottom: 20px;
}

.working-process-box {
  text-align: center;
  padding: 0 30px;
}

.arrow.arrow-up {
  background-image: url(../img/arrow-up.png);
}
.working-process-box .arrow {
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 56%;
  content: "";
  position: absolute;
  width: 236px;
  height: 40px;
  left: 126px;
  top: 40px;
  z-index: 1;
}

.icon-box {
  background-color: #f9f9f9;
  color: #fe5a0e;
  border-style: solid;
  position: relative;
  width: 110px;
  height: 110px;
  line-height: 110px;
  border: 5px solid rgba(193, 39, 45, 0.5);
  border-radius: 50%;
  text-align: center;
  margin: 0 auto;
}

.icon-box i {
  font-size: 50px;
}

.icon-box span {
  background-color: #c1272d;
  font-size: 16px;
  color: #ffffff;
  position: absolute;
  width: 30px;
  height: 30px;
  top: 0;
  right: -15px;
  font-weight: 600;
  line-height: 30px;
  border-radius: 50%;
  border: 5px solid rgba(254, 90, 14, 0.1);
  border-color: #dadada;
  box-sizing: content-box;
  text-align: center;
}

.content-box h3 {
  font-size: 20px;
  line-height: 18px;
  /* font-weight: 600; */
  /* letter-spacing: -1px; */
  margin-top: 20px;
}

.content-box p {
  margin-bottom: 0;
}

.arrow.arrow-down {
  background-image: url(../img/arrow-down.png);
}

.svgbox svg {
  fill: #c1272d;
  width: 100%;
  height: 100%;
}

.svgbox {
  width: 50px;
  height: 50px;
  text-align: center;
  display: block;
  margin: 0 auto;
}

.vadlidwrap {
  background: #f2f2f2;
}

.validationwrap ul {
  list-style: none;
  padding-left: 0;
  /* display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: end;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;*/
}

.validationwrap ul li {
  display: flex;
  /* width: 53%; */
  /* border: 1px solid #ffff; */
  padding: 11px 0px;
  width: 100%;
  text-align: left;
  border-radius: 6px;
  /* font-size: 13px; */
  margin-bottom: 15px;
  font-weight: 200;
  text-transform: capitalize;
  font-family: 'Poppins', sans-serif;
  align-items: center;
}

.validationicon {
  width: 13%;
  /* height: 40px; */
  margin-right: 10px;
}
.validationicon img {
  width: 100%;
}

.validationicon svg {
  width: 100%;
  height: 100%;
  fill: #c1272d;
}
.validationdec {
  width: 68%;
  padding-left: 8px;
  /* font-size: 18px; */
  font-size: 18px;
  color: #565656;
  font-weight: bold;
  line-height: normal;
}

/*Infrastructure page*/

.project-carousel-section {
  position: relative;
  margin-top: 100px !important;
  background-color: #e2e2e2;
}

.project-carousel-section .content-column {
  position: relative;
  width: 30%;
  float: left;
  /*margin-bottom:50px;*/
  padding: 70px 30px 0px 60px;
}

.project-carousel-section .content-column .text {
  color: #777777;
  font-size: 14px;
  margin-bottom: 30px;
}

.project-carousel-section .carousel-column {
  position: relative;
  width: 70%;
  float: left;
}

.project-carousel-section .owl-dots,
.project-carousel-section .owl-nav {
  display: none;
}

/*** 

====================================================================
  Project Section
====================================================================

***/

.project-section {
  position: relative;
  padding: 110px 0px 90px;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.project-section:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(21, 21, 21, 0.8);
}

.project-section .project-block {
  margin-bottom: 30px;
}

.project-block .inner-box {
  position: relative;
}

.project-block .inner-box .image-box {
  position: relative;
}

.project-block .inner-box .image-box img {
  position: relative;
  width: 100%;
  display: block;
}

.project-block .inner-box .image-box .overlay-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
  opacity: 0;
  background-color: rgba(193, 39, 45, 0.6);
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.project-block .inner-box .image-box .overlay-box a {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  font-size: 24px;
}

.project-block .inner-box .image-box .overlay-box a .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  margin-top: -15px;
  margin-left: -15px;
  line-height: 30px;
  color: #ffffff;
}

.project-block .inner-box:hover .overlay-box {
  opacity: 1;
}

.project-section .owl-nav,
.project-section .owl-dots {
  display: none;
}

.project-section.style-two {
  padding-bottom: 120px;
}

.project-section .btn-style-five {
  margin-top: 40px;
}

.project-section.style-three:before {
  display: none;
}

.project-section.style-three {
  padding: 140px 0px 120px;
}

.content-column .visionpoint {
  padding-left: 0;
  list-style: none;
}

.content-column .visionpoint li {
  padding-left: 31px;
  font-size: 15px;
  margin-bottom: 10px;
  display: block;
  font-family: 'Poppins', sans-serif;
}

/*** 

====================================================================
    Default Section
====================================================================

***/

.default-section {
  position: relative;
  padding: 0px 0px 50px;
}

.default-section .column {
  padding-left: 9%;
  background: #eff0f2;
  padding-top: 65px;
  padding-bottom: 65px;
}

.default-section .clients-column {
  background: #fbfcff;
  padding-right: 7%;
  padding-left: 5%;
  padding-top: 65px;
}

.default-section .clients-column .client-box {
  position: relative;
  margin-bottom: 30px;
  text-align: center;
  border: 2px solid #cccccc;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.default-section .clients-column .client-box a img {
  max-width: 100%;
  /*  opacity:0.5;
    -webkit-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);*/
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.default-section .clients-column .client-box:hover {
  border-color: #c1272d;
}

.default-section .clients-column .client-box:hover img {
  /*    opacity:1;
    -webkit-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    filter: grayscale(0%);*/
}

.single-blog-item {
  background: #eaebed;
}
.blog-bg {
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: 0.3s;
}

.blog-bg img {
  transition: transform ease 0.3s;
  display: block;
  max-width: 100%;
}

.blog-bg span {
  background: #c1272d;
  color: #fff;
  padding: 10px;
  display: inline-block;
  width: 101px;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 14px;
  font-weight: 600;
}

.blog-content {
  padding: 10px 20px;
}

p.blog-meta {
  font-size: 14px;
  margin: 8px 0;
  color: #c1272d;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
}

.blog-bg img:hover {
  transform: scale(1.07);
}

.three-item-carousel .owl-nav {
  top: -60px;
  position: absolute;
  right: 0;
  display: block !important;
}
.three-item-carousel .owl-nav .owl-prev,
.three-item-carousel .owl-nav .owl-next {
  display: inline-block !important;
  background: #f2f2f2 !important;
  margin: 4px !important;
  text-align: center;
  padding: 3px 13px !important;
  font-size: 29px !important;
  line-height: 25px !important;
  color: #c1272d !important;
  font-weight: bold !important;
  border: 1px solid #c1272d !important;
  width: 50px;
  height: 50px;
}

.blog-bg.imagebg {
  min-height: 300px;
  width: 100%;
}

.casetitle a {
  text-align: center;
  /* font-size: 17px; */
  font-size: 18px;
  margin: 8px 0;
  color: #c1272d;
  text-transform: uppercase;
  letter-spacing: 0px;
  font-weight: bold;
  display: block;
}

.casestywrap .single-blog-item {
  background: #eaebed;
  box-shadow: 0px -2px 7px 2px rgba(0, 0, 0, 0.1);
  border-radius: 10px 10px 0px 0px;
  overflow: hidden;
}

.softwarelist .certiimg {
  width: 176px;
}

.plantbtn {
  color: #333333;
  font-size: 16px;
  font-weight: 400;
  transition: all 300ms ease;
}

.plantbtn:hover {
  color: #c1272d;
  text-decoration: none;
}

.plantbtn i {
  transition: all 400ms ease;
}
.plantbtn:hover i {
  padding-left: 5px;
}

.icon-box img {
  width: 100%;
  padding: 23px;
  padding-top: 7px;
}

/*# Our Portfolio*/

.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 0 35px 0;
  list-style: none;
  text-align: center;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  border: 1px solid #999999;
  border-radius: 0px 5px;
  color: #000;
  text-transform: uppercase;
  font-size: 14px;
  padding: 7px 40px;
  background: transparent;
  font-weight: 700;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  background: #f7f7f7;
  border-bottom: 3px solid #cc0805;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
  position: relative;
  overflow: hidden;
}

.portfolio .portfolio-wrap img {
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  opacity: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.3s;
  text-align: center;
  background: rgba(0, 0, 0, 0.6);
  padding-bottom: 30px;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}

.portfolio .portfolio-wrap .portfolio-info a {
  color: #c1272d;
  margin: 0 4px;
  font-size: 18px;
  line-height: 1;
  background-color: #fff;
  padding-top: 7px;
  border-radius: 50px;
  text-align: center;
  width: 36px;
  height: 35px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info a:hover {
  background: #c1272d;
  color: #fff;
}

.portfolio .portfolio-wrap:hover {
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.16);
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
  padding-bottom: 0;
}

.portfolio .portfolio-wrap:hover img {
  transform: scale(1.1);
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 30px;
}

.portfolio-details .portfolio-details-container {
  position: relative;
}

.portfolio-details .portfolio-details-carousel {
  position: relative;
  z-index: 1;
}

.portfolio-details .portfolio-details-carousel .owl-nav,
.portfolio-details .portfolio-details-carousel .owl-dots {
  margin-top: 5px;
  text-align: left;
}

.portfolio-details .portfolio-details-carousel .owl-dot {
  display: inline-block;
  margin: 0 10px 0 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.portfolio-details .portfolio-details-carousel .owl-dot.active {
  background-color: #428bca !important;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  position: absolute;
  right: 0;
  bottom: -70px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  z-index: 2;
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 50px;
}

.portfolio-details .portfolio-description h2 {
  width: 50%;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0 0 0 0;
}

@media (max-width: 768px) {
  .portfolio-details .portfolio-description h2 {
    width: 100%;
  }
  .portfolio-details .portfolio-info {
    position: static;
    margin-top: 30px;
  }
}

.portfoliodec {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #c1272d;
  color: #fff;
  display: flex;
  justify-content: space-around;
  padding: 10px;
}

.portfoliodec h4 {
  /* font-size: 16px; */
  /* font-weight: 600; */
  font-size: 18px;
  margin-bottom: 0px;
  text-transform: uppercase;
}

.portfoliodec span {
  font-size: 13px;
}

.moreinfo {
  position: absolute;
  left: 0;
  top: 0;
  background: #0000009c;
  font-size: 13px;
  padding: 6px;
  color: #ffffff;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
}

.main_wrapper {
  width: 100%;
  height: calc(100vh - 100px);
  padding: 0;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}

.herotext {
  width: 100%;
}

.hero-content-left-block h2{
  /* font-family: 'Dosis', sans-serif; */
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
}
#backbutton {
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  background: #ccc;
  color: #000;
  font-weight: 700;
}

#backbutton:hover {
  cursor: pointer;
  background-color: #333;
}
#backbutton:active {
  background-color: #555;
}
#backbutton.show {
  opacity: 1;
  visibility: visible;
}

.formbox .form-control {
  width: 100%;
  /* margin-bottom: 5px; */
  /* height: 40px; */
  padding: 0 20px;
  font-size: 14px;
  border: 1px solid #e6e6e6;
  display: inline-block;
  border-radius: 0;
}

.formbox .close {
  background: #ccc;
  width: 35px;
  height: 35px;
  border-radius: 50px;
  position: absolute;
  top: -17px;
  right: -27px;
  color: #000;
}

.formbox .close:focus {
  outline: none;
}

/*    .parallax  iframe{width: 100% !important;}*/

.goback {
  position: sticky;
  float: right;
  clear: both;
  margin-bottom: 45px;
  margin-top: 25px;
  top: 173px;
  z-index: 9;
  margin-right: 20px;
}

.theambtn.goback a {
  padding: 7px 13px;
}

.theambtn.goback::after {
  width: 87%;
}

.inner-content:hover .info {
  visibility: hidden;
}

#jarallax-container-0 > div {
  background-image: url(../../assets/img/videobanner.jpg) !important;
}

.paddingsmall {
  padding: 0px 45px !important;
}

/* .aboutimgs{
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
        border: 2px solid #c1272d;
} */
/* .prototypeimg,
.aboutimgs,
.softwareimg,
.imagebg,
.list-team.slider .inner-content,
.series-pro,
.single-blog-item {
  box-shadow: 0 4px 8px 0 rgb(0, 0, 0, 0.2);
  border: 4px solid #c1272d !important;
  border-radius: 5px;
} */
.imagebg {
  border-radius: 5px 5px 0px 0px;
}
/* .designwrap img{
     box-shadow: 0 4px 8px 0 rgb(0, 0, 0, 0.2);
    border: 2px solid #c1272d !important;
} */
.injection-module-img img {
  box-shadow: 0 4px 8px 0 rgb(0, 0, 0, 0.2);
  border-radius: 15px 0px 15px 0px;
  border: 2px solid #c1272d;
}

.hover-info .regency.keyres:after {
  background-color: transparent !important;
}

.list-team.slider .content .hover-info.hover-box {
  width: 245px;
  left: -20px;
  padding: 10px 10px;
}

.hover-info .regency:after {
  bottom: -4px;
}
/* .proj-management .textpara {
  text-transform: capitalize;
} */

.value-section span {
  color: #000;
}
.video-section video {
  width: 100%;
  background: #000;
}
/* contact-us-page-plant-I,II,III map */
.contact-us-map iframe {
  width: 100%;
  margin-bottom: 20px;
}

section.google-map-area.py-0 {
  display: none;
}
.single-global-office .inner .text p {
  min-height: 63px;
}
.port-hoverP .brand-name {
  position: absolute;
  bottom: 2%;
  right: 2%;
}
.brand-img{
  margin-bottom: 20px;
  margin-right: 20px;
}
.brand-img-w{
  margin-bottom: 20px;
  
}
.brand-img-d{
  margin-right: 20px;
  
}
.brand-name h4 {
  color: #000 !important;
}
.brand-name img {
  width: 100px;
}
.list-team.slider {
  justify-content: center;
}

.ourvalueaccelerate .card-front__heading {
  font-size: 1.5rem;
  margin-top: 0.25rem;
}

/* Main heading for inside page */
.ourvalueaccelerate .inside-page__heading {
  padding-bottom: 1rem;
  width: 100%;
}

/* Mixed */

/* For both inside page's main heading and 'view me' text on card front cover */
.ourvalueaccelerate .inside-page__heading,
.ourvalueaccelerate .card-front__text-view {
  font-size: 18px;
  font-weight: 800;
  margin-top: 0.2rem;
  color: #c1272d;
}

/* Front cover */

.ourvalueaccelerate .card-front__tp {
  color: #fafbfa;
}

/* For pricing text on card front cover */
.ourvalueaccelerate .card-front__text-price {
  font-size: 1.2rem;
  margin-top: -0.2rem;
}

/* Back cover */

/* For inside page's body text */

/* Icons ===========================================*/

.ourvalueaccelerate .card-front__icon {
  fill: #fafbfa;
  font-size: 3vw;
  height: 3.25rem;
  margin-top: -0.5rem;
  width: 3.25rem;
}

/* Buttons =================================================*/

.ourvalueaccelerate .inside-page__btn {
  background-color: transparent;
  border: 3px solid;
  border-radius: 0.5rem;
  font-size: 1.2rem;
  font-weight: 600;
  margin-top: 2rem;
  overflow: hidden;
  padding: 0.7rem 0.75rem;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease;
  width: 90%;
  z-index: 10;
}

.ourvalueaccelerate .inside-page__btn::before {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: scaleY(0);
  transition: all 0.3s ease;
  width: 100%;
  z-index: -1;
}

/* .inside-page__btn--city {
  border-color: #ff40a1;
  color: #ff40a1;
}

.inside-page__btn--city::before {
  background-color: #ff40a1;
}

.inside-page__btn--ski {
  border-color: #279eb2;
  color: #279eb2;
}

.inside-page__btn--ski::before {
  background-color: #279eb2;
}

.inside-page__btn--beach {
  border-color: #fa7f67;
  color: #fa7f67;
}

.inside-page__btn--beach::before {
  background-color: #fa7f67;
}

.inside-page__btn--camping {
  border-color: #00b97d;
  color: #00b97d;
}

.inside-page__btn--camping::before {
  background-color: #00b97d;
} */

.ourvalueaccelerate .inside-page__btn:hover {
  color: #fafbfa;
}

.ourvalueaccelerate .inside-page__btn:hover::before {
  transform: scaleY(1);
}

/* Layout Structure=========================================*/

/* Container to hold all cards in one place */
.ourvalueaccelerate .card-area {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  height: 100%;
  justify-content: space-evenly;
  padding: 1rem;
}

/* Card ============================================*/

/* Area to hold an individual card */
.ourvalueaccelerate .card-section {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}

/* A container to hold the flip card and the inside page */
.ourvalueaccelerate .card {
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: -0.1rem 1.7rem 6.6rem -3.2rem rgba(0, 0, 0, 0.5);
  height: 15rem;
  position: relative;
  transition: all 1s ease;
  width: 15rem;
}

/* Flip card - covering both the front and inside front page */

/* An outer container to hold the flip card. This excludes the inside page */
.ourvalueaccelerate .flip-card {
  /* height: 15rem;
  perspective: 100rem;
  position: absolute;
  right: 0;
  transition: all 1s ease;
  visibility: hidden;
  width: 15rem; */
  /* z-index: 100; */
  height: 100%;
  width: 50%;
  transition: all 1s ease;
}

/* The outer container's visibility is set to hidden. This is to make everything within the container NOT set to hidden  */
/* This is done so content in the inside page can be selected */
.ourvalueaccelerate .flip-card > * {
  visibility: visible;
}

/* An inner container to hold the flip card. This excludes the inside page */
.ourvalueaccelerate .flip-card__container {
  height: 100%;
  /* position: absolute; */
  right: 0;
  /* transform-origin: left; */
  transform-style: preserve-3d;
  transition: all 1s ease;
  width: 100%;
}

.ourvalueaccelerate .card-front,
.ourvalueaccelerate .card-back {
  /* backface-visibility: hidden; */
  height: 100%;
  /* left: 0;
  position: absolute;
  top: 0;
  width: 100%; */
}

/* Styling for the front side of the flip card */

/* container for the front side */
.ourvalueaccelerate .card-front {
  background-color: #fafbfa;
  height: 15rem;
  width: 15rem;
}

/* Front side's top section */
.ourvalueaccelerate .card-front__tp {
  align-items: center;
  clip-path: polygon(0 0, 100% 0, 100% 90%, 57% 90%, 50% 100%, 43% 90%, 0 90%);
  display: flex;
  flex-direction: column;
  height: 12rem;
  justify-content: center;
  padding: 0.75rem;
}

/* .card-front__tp--city {
  background: linear-gradient(to bottom, #ff73b9, #ff40a1);
}

.card-front__tp--ski {
  background: linear-gradient(to bottom, #47c2d7, #279eb2);
}

.card-front__tp--beach {
  background: linear-gradient(to bottom, #fb9b88, #f86647);
}

.card-front__tp--camping {
  background: linear-gradient(to bottom, #00db93, #00b97d);
} */

/* Front card's bottom section */
.ourvalueaccelerate .card-front__bt {
  align-items: center;
  display: flex;
  justify-content: center;
}

/* Styling for the back side of the flip card */

.ourvalueaccelerate .card-back {
  background-color: #fafbfa;
  transform: rotateY(180deg);
}

/* Specifically targeting the <video> element */
.ourvalueaccelerate .video__container {
  clip-path: polygon(0% 0%, 100% 0%, 90% 50%, 100% 100%, 0% 100%);
  height: auto;
  min-height: 100%;
  object-fit: cover;
  width: 100%;
}

/* Inside page */

.ourvalueaccelerate .inside-page {
  background-color: #fafbfa;
  box-shadow: inset 20rem 0px 5rem -2.5rem rgba(0, 0, 0, 0.25);
  height: 100%;
  padding: 1rem;
  /* position: absolute; */
  right: 0;
  transition: all 1s ease;
  width: 50%;
  z-index: 1;
}

.ourvalueaccelerate .inside-page__container {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  text-align: center;
  width: 100%;
  justify-content: center;
}

/* Functionality ====================================*/

/* This is to keep the card centered (within its container) when opened */
.ourvalueaccelerate .card {
  box-shadow: -0.1rem 1.7rem 6.6rem -3.2rem rgba(0, 0, 0, 0.75);
  width: 30%;
  margin-right: 15px;
  flex-direction: row;
}

/* When the card is hovered, the flip card container will rotate */
.ourvalueaccelerate .card .flip-card__container {
  transform: rotateY(-180deg);
}

/* When the card is hovered, the shadow on the inside page will shrink to the left */
.ourvalueaccelerate .card .inside-page {
  box-shadow: inset 1rem 0px 5rem -2.5rem rgba(0, 0, 0, 0.1);
}
.ourvalueaccelerate .card-back img {
  width: 100%;
  height: 100%;
  clip-path: polygon(0 0, 100% 0, 90% 50%, 100% 100%, 0 100%, 0% 50%);
  object-fit: cover;
}
.ourvalueaccelerate .inside-page__text {
  color: #000;
  font-size: 15px;
  font-weight: 500;
}
.impt-text {
  font-weight: bold;
  color: #c1272d;
}

.ourvalueaccelerate section {
  padding: 10px !important;
}

.carousel-software-listing .item {
  display: flex;
}

.carousel-software-listing.softwarelist {
  padding: 0px;
}
.carousel-listing {
  padding: 30px 40px;
  flex: 1;
}

.carousel-software-listing .software .owl-nav,
.software .owl-dots {
  bottom: 0;
  margin-top: 5px;
  text-align: center;
  position: absolute;
  right: 25%;
}
#readMore {
  color: #c1272d;
  font-size: 13px;
  text-transform: uppercase;
  padding: 8px 35px;
  border: 1px solid #ccc;
  border-radius: 24px;
  display: inline-block;
  position: relative;
  z-index: 9;
}
#readLess {
  color: #c1272d;
  font-size: 13px;
  text-transform: uppercase;
  padding: 8px 35px;
  border: 1px solid #ccc;
  border-radius: 24px;
  display: inline-block;
  position: relative;
  z-index: 9;
}
.parastyle {
  text-align: justify;
  right: 25px;
  position: relative;
}
#hiddenPara {
  text-align: justify;
  position: relative;
  right: 20px;
  top: 18px;
}

.imgvalue {
  width: 100%;
}
.imprt-text {
  font-weight: bold;
  color: white;
}
.leter-size{
  font-size: 30px;
}
.value-content {
  text-align: center;
  margin-top: 10px;
}
.value-icon img {
  width: 140px;
  text-align: center;
  padding-top: 10px;
  opacity: 0.1;
  position: absolute;
  /* -ms-transform: rotate(-30deg); 
  transform: rotate(-30deg); */

  
  
}


.accelerate li{
  list-style: none;
  display: inline-block;
  font-weight: bold;
  font-size: 35px;
  padding: 10px;
  color: #c1272d;
  
}

 .value-para{
   /* font-size: 18px; */
  
 }
.list-team.slider .image.img-pd {
  padding: 0;
  background: #ccc;
}
.inner-content.innercontent-border {
  box-shadow: 0 4px 8px 0 rgb(0, 0, 0, 0.2);
  border-radius: 15px 0px 15px 0px;
  border: 2px solid #c1272d;
  overflow: hidden;
}
.certiimg.gallery {
  display: flex;
}
p.qualitystatement-para {
  font-size: 15px;
  /* font-weight: 700; */
  font-family: 'Poppins', sans-serif;
}
.quality-statement {
  width: 100%;
  margin-left: 35px;
  margin-right: 35px;
 
  text-align: justify;
}
.quality-statement-one{
  margin-top: 50px;
  padding-right: 50px;
}
.softwarelist .certiimg.certificate-width {
  width: 100%;
}
/* .softwareimg img {
  height: 100%;
} */
.carousel-listing {
  padding: 0px 10px;
}
.link-detail {
  display: flex;
}

.video-container {
  width: 100vw;
  /* height: 100vh; */
  position: absolute;
  top: -55px;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.video-container iframe {
  width: 100vw;
}
.hero_content.hero {
 
 pointer-events: none;
}

.ytp-expand-pause-overlay .ytp-pause-overlay {
  background: rgba(23,23,23,0.9);
  padding: 12px 16px 16px;
  right: 0;
  display: none;
}

.hero-content-right-block{
  top: 400;
 position: absolute;
 height: 60px;
 width: 200px;
 right: 0;
pointer-events: painted;
}

.modal-content .close{
  
  height: 40px;
  width: 40px;
  position: absolute;
  outline: none;
  color: white;
  right: -50px;
  top: -50px;
}


@media (min-aspect-ratio: 16/9) {
  .video-container iframe {
    /* height = 100 * (9 / 16) = 56.25 */
    height: 56.25vw;
  }
}

@media (max-aspect-ratio: 16/9) {
  .video-container iframe {
    /* width = 100 / (9 / 16) = 177.777777 */
    width: 177.78vh;
    height: 100vh;
  }
}

.value-content {
  text-align: center;
  margin-top: 5px;
}

.value-header {
  margin-top: 0.5rem;
}

.theambtn a {
  background: #e5e5e5;
}
.theambtn::after {
  display: none !important;
}
.hover-info h4 {
  font-size: 15px;
}
.our-ser {
  position: relative;
  right: 0;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down:hover > ul {
    /* right: 0; */
    left: 100% !important;
    right: unset;
  }
  .nav-menu .drop-down .drop-down ul {
    left: 100%;
  }
}
.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
}

.nav-menu .drop-down ul {
  transition: none;
}

.leter-box{
  height: 50px;
  width: auto;
  background-color: #cc0805;
  color: white;
 text-align: center;
 border-radius: 20px 0px;
}

.acc-box{
    border: 2px solid #cc0805;
    border-radius: 5px;
}
.main-text{
  width: 380px;
  margin: auto;
  background: white;
}
.main-text h1{
  font-size: 45px;
  font-weight: 600;
  font-family: fontAwesome;
  margin-top: -50px;
  
}
.hrline{
  width: 200px;
  height: 2px;
  margin: auto;
  background: #cc0805;
  margin-bottom: 10px;
}
.minhrline{
  width: 100px;
  height: 2px;
  margin: auto;
  background: #cc0805;
}




.haeding-accel{
  position: relative;
  top: 120px;
  width: 100%;
  transition: 1s;
}
.data-accel{
  display: none;
  margin-top: 0px;
 
}
.disp-content{
  display: block;
}

.heading {
  background: white;
  height: 5%;
  margin: 10px;
  padding: 10px;
}

.swiper-container {
  width: 100%;
  height: 0%;
}

.swiper-slide {
  text-align: center;
  background: #fff;
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.container-general {
  /* padding: 75px 0; */
  margin: 0 auto;
  width:100%;
  color: white;
  padding-top: 10px;
  overflow: hidden;
}
.container-general .gallery-wrap {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 30vh;
  overflow: hidden;
}
.container-general .gallery-wrap .item {
  flex: 1;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: none;
  transition: all 0.8s ease;
  overflow: hidden;
}
.container-general .gallery-wrap .item-hover:hover {
  overflow: hidden;
  flex: 4;
}

.container-general .gallery-wrap .active-hover{
  flex: 4;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: none;
  transition: all 0.8s ease;
  overflow: hidden;
}

.wrap-effect-1 .item:first-of-type {
 
  background-color: #641220;
  overflow: hidden;
  

 
}
.wrap-effect-1 .item:nth-of-type(2) {
 
  background-color: #6e1423;
}
.wrap-effect-1 .item:nth-of-type(3) {
 
  background-color: #85182a;
}
.wrap-effect-1 .item:nth-of-type(4) {
 
  background-color: #a11d33;
}
.wrap-effect-1 .item:nth-of-type(5) {
 
  background-color: #a71e34;
}
.wrap-effect-1 .item:nth-of-type(6) {
 
  background-color: #b21e35;
}
.wrap-effect-1 .item:nth-of-type(7) {
 
  background-color: #bd1f36;
}
.wrap-effect-1 .item:nth-of-type(8) {
 
  background-color: #c71f37;
}
.wrap-effect-1 .item:nth-of-type(9) {
 
  background-color: #da1e37;
}
.wrap-effect-1 .item:last-of-type {
  background-color: #eb1a35;
 }

.item-hover:hover .data-accel {
  display: block;
  transition: 1s;
  overflow: hidden;
  margin-top: 0px;
}

.item-hover:hover #headambi{
  top: 48px;
  left: -60px;
 
}
.item-hover:hover #headcust{
  top: 55px;
  left: -75px;
 
}
.item-hover:hover #headconn{
  top: 50px;
  left: -90px;
 
}
.item-hover:hover #headexel{
  top: 49px;
  left: -65px;
 
}
.item-hover:hover #headlearn{
  top: 50px;
  left: -55px;
 
}
.item-hover:hover #headethics{
  top: 49px;
  left: -38px;
 
}
.item-hover:hover #headreput{
  top: 50px;
  left: -65px;
 
}
.item-hover:hover #headatti{
  top: 49px;
  left: -49px;
 
}
.item-hover:hover #headtrans{
  top: 49px;
  left: -60px;
 
}
.item-hover:hover #headenergy{
  top: 49px;
  left: -45px;
 
}
 .value-header span{
  display: none;
  transition: 1s;
 
}

.active-anim-ambi{
  top: 40px;
  left: -60px;
}
.active-anim-cust{
  top: 50px;
  left: -75px;
}
.active-anim-conn{
  top: 42px;
  left: -90px;
}
.active-anim-exel{
  top: 42px;
  left: -65px;
}
.active-anim-learn{
  top: 42px;
  left: -55px;
}
.active-anim-ethic{
  top: 42px;
  left: -38px;
}
.active-anim-reput{
  top: 42px;
  left: -65px;
}
.active-anim-atti{
  top: 41px;
  left: -49px;
}
.active-anim-transf{
  top: 41px;
  left: -60px;
}


.active-anim-energy{
  top: 41px;
  left: -45px;
}



/* .value-icone-add{
  position: relative;
  right: 0px;
  bottom: -30px;
} */

.certi-img-box{
  width: 40%;
}

#title-mobile{
  display: none;
}

#case-3{
  /* color: #000; */
  text-transform: lowercase;
  font-weight: 700;
}
#case-3-inner{
  /* color: #000; */
  text-transform: lowercase;
  font-weight: 700;
}

#sub-text{
  font-weight: 100;
  /* color: #000; */
}
#sub-text-inner{
  font-weight: 100;
  /* color: #000; */
}

#sub-title{
  text-transform: capitalize;
}

#case-3-inner-page{
  text-transform: lowercase;
}

.visionpoint p{
  font-size: 16px;
}

#letter-case-3-inner{
  text-transform: lowercase;
  color: #000;
}