@import url('https://fonts.googleapis.com/css2?family=Freehand&display=swap');
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow-x: hidden;
}
body a:hover{
  text-decoration: none;
  color: #fff;
}
body li{
  list-style: none;
}
.product-content h1 {
    color: #E75200 !important;
}
@media (min-width: 769px) {
  .product-content h1 {
    font-size: 60px !important;
    line-height: 62px !important;
  }
}@media (max-width: 768px) {
  .product-content h1 {
    font-size: 35px !important;
    line-height: 45px !important;
  }
}

/* font converted using font-converter.net. thank you! */
@font-face {
  font-family: "CentraNo2-Bold";
  src: url("../fonts/CentraNo2-Bold.eot"); /* IE9 Compat Modes */
  src: url("../fonts/CentraNo2-Bold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("../fonts/CentraNo2-Bold.otf") format("opentype"), /* Open Type Font */
  url("../fonts/CentraNo2-Bold.svg") format("svg"), /* Legacy iOS */
  url("../fonts/CentraNo2-Bold.ttf") format("truetype"), /* Safari, Android, iOS */
  url("../fonts/CentraNo2-Bold.woff") format("woff"), /* Modern Browsers */
  url("../fonts/CentraNo2-Bold.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

/* font converted using font-converter.net. thank you! */
@font-face {
  font-family: "CentraNo2-Book";
  src: url("../fonts/CentraNo2-Book.eot"); /* IE9 Compat Modes */
  src: url("../fonts/CentraNo2-Book.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("../fonts/CentraNo2-Book.otf") format("opentype"), /* Open Type Font */
  url("../fonts/CentraNo2-Book.svg") format("svg"), /* Legacy iOS */
  url("../fonts/CentraNo2-Book.ttf") format("truetype"), /* Safari, Android, iOS */
  url("../fonts/CentraNo2-Book.woff") format("woff"), /* Modern Browsers */
  url("../fonts/CentraNo2-Book.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

/* font converted using font-converter.net. thank you! */
@font-face {
  font-family: "CentraNo2-Extrabold";
  src: url("../fonts/CentraNo2-Extrabold.eot"); /* IE9 Compat Modes */
  src: url("../fonts/CentraNo2-Extrabold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("../fonts/CentraNo2-Extrabold.otf") format("opentype"), /* Open Type Font */
  url("../fonts/CentraNo2-Extrabold.svg") format("svg"), /* Legacy iOS */
  url("../fonts/CentraNo2-Extrabold.ttf") format("truetype"), /* Safari, Android, iOS */
  url("../fonts/CentraNo2-Extrabold.woff") format("woff"), /* Modern Browsers */
  url("../fonts/CentraNo2-Extrabold.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}



/* font converted using font-converter.net. thank you! */
@font-face {
  font-family: "CentraNo2-Light";
  src: url("../fonts/CentraNo2-Light.eot"); /* IE9 Compat Modes */
  src: url("../fonts/CentraNo2-Light.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("../fonts/CentraNo2-Light.otf") format("opentype"), /* Open Type Font */
  url("../fonts/CentraNo2-Light.svg") format("svg"), /* Legacy iOS */
  url("../fonts/CentraNo2-Light.ttf") format("truetype"), /* Safari, Android, iOS */
  url("../fonts/CentraNo2-Light.woff") format("woff"), /* Modern Browsers */
  url("../fonts/CentraNo2-Light.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

/* font converted using font-converter.net. thank you! */
@font-face {
  font-family: "CentraNo2-Medium";
  src: url("../fonts/CentraNo2-Medium.eot"); /* IE9 Compat Modes */
  src: url("../fonts/CentraNo2-Medium.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("../fonts/CentraNo2-Medium.otf") format("opentype"), /* Open Type Font */
  url("../fonts/CentraNo2-Medium.svg") format("svg"), /* Legacy iOS */
  url("../fonts/CentraNo2-Medium.ttf") format("truetype"), /* Safari, Android, iOS */
  url("../fonts/CentraNo2-Medium.woff") format("woff"), /* Modern Browsers */
  url("../fonts/CentraNo2-Medium.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family:'Arial-MT-Black';
    src: url("../fonts/FontsFree-Net-ariblk.ttf");
}

/* font converted using font-converter.net. thank you! */

.f-light{
  font-family: "CentraNo2-Light";
}
.f-medium{
  font-family: "CentraNo2-Medium";
}

.f-extrabold{
  font-family: "CentraNo2-Extrabold";
}
.f-book{
  font-family: "CentraNo2-Book";
}
.f-bold{
  font-family: "CentraNo2-Bold";
}
.accennt-color {color: #E75200;}
/**/
.container {
  max-width: 1680px;
}
a {
  text-decoration: none;
}
button:focus {
  outline: 0;
  box-shadow: none;
}
header {
   position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 5;
  padding: 0px 0 0px;;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
 
}

header.shrink{
  animation: 0.5s 0.5s fadeInDown both;
  background: #fff;
  box-shadow: 0px 2px 10px #00000059;
}

@keyframes fadeInDown {
   0% {
      opacity: 0;
      transform: translateY(-50px);
   }
   100% {
      opacity: 1;
      transform: translateY(0);
   }
} 
header .container {
  position: relative;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
}

header .header-white {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
header .mobile-navbar {
  position: relative;
  right: 0;
}
.navbar-expand-md{
  display: flex;
  align-items: center;
  justify-content:flex-end;
  padding: 15px 0 8px;
}
header.shrink .navbar-expand-md .navbar-nav .nav-link{
  color:#000;
}
.navbar-expand-md .navbar-nav .nav-link {
    font-size: 17px;
    color: #fff;
    padding-left: 3px;
    padding-right: 3px;
    transition: all 0.3s ease-in-out;
    position: relative;
    margin-right: 23px;
    margin-left: 24px;
    text-transform: uppercase;
    font-weight: 500;
    padding-top: 18px;
    cursor:pointer;
    /*font-family: "CentraNo2-Bold";*/
}

.home-page .navbar-expand-md .navbar-nav .nav-link span{
  font-size: 27px;
}
header .navbar-nav .nav-link:before {
    position: absolute;
    content: "";
    bottom: -1px;
    background-color: #fff;
    width: 0%;
    margin: 0 auto;
    z-index: 19;
    height: 3px;
    opacity: 0;
    left: 0;
    right: 0;
    border-radius: 69px;
    transition: all 0.3s ease-in-out;
}

.about-page header .navbar-nav .nav-link.dropdown-toggle:before{
background: transparent;
}
header .navbar-nav .nav-link.active:before, header .navbar-nav .nav-link:hover:before {
    opacity: 1;
    width: 100%;
}/*
.navbar-expand-md .navbar-nav .nav-item:last-child .nav-link {
    color: #fff;
    padding: 0px 23px;
    height: 46px;
    font-size: 15px;
    margin-top: 7px;
    margin-right: 0;
    margin-left: 19px;
    font-family: "CentraNo2-Book";
    background: #E75200;
    width: 157px;
    border-radius: 3px;
}*/
.navbar-expand-md .navbar-nav .nav-item:last-child .nav-link{
  background: unset;
  box-shadow: unset;
}
.navbar-expand-md .navbar-nav .nav-item:last-child .nav-link::before{
  background: transparent;
}
.navbar-brand {
  position: absolute;
  top: -9px;
  left: 0;
  padding: 0;
}
.navbar-brand img {
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.foot-top .common-btn{
    background: #000;
    color: #fff;
    z-index: 1;
}
  .main-footer .footer-wrapp{
    display: flex;
    width: 100%;
    position: relative;
      z-index: 1;
  }
  footer{
    position: relative;
  }
 
  footer {
    background: #312519;
    position: relative;
    background: url(../images/footer-bg.png) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 3% 0 0;
  }
  
  .btm-strip .container {
    padding: 21px 15px 21px 0px;
    border-top: 1px solid #cccccc26;
}
.main-footer {
    padding-bottom: 6%;
}
    .column:nth-child(1) {
    width: 25%;
    padding: 2rem  0rem;
    margin-right: 20px;
}
  .column:nth-child(1) p {
    color: #CCCCCC;
    margin-top: 35px;
    font-size: 20px;
    line-height: 29px;
}

  .social-box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 55px;
  }
  .social-box .twitter, .social-box .insta, .social-box .facebook, .social-box .linkedin, .social-box .youtube {
    color: #CCCCCC;
    font-size: 37px;
    margin-right: 42px;
}
.column:nth-child(5) h4{
  margin-bottom: 4px;
}
  .social-box .facebook:hover{
    color: #4267B2;
  }
  .social-box .twitter:hover{
    color: #1d9bf0;
  }
  .social-box .insta:hover{
    color: #6938b9;
  }
  .social-box .linkedin:hover{
    color: #0072b1 ;
  }
  .social-box .youtube:hover{
    color: #FF0000 ;
  }
  .footer-logo {
    display: block;
    /*/ margin: 0 auto; /*/
    /*width: 35%;*/
}
.column:nth-child(2) {
    width: 15%;
    padding: 2rem 25px 0rem;
    padding-left: 20px;
}
  
  .column h4 {
    color: #fff;
    font-size: 22px;
   
    margin-bottom: 20px;
    text-transform: uppercase;
}
  .footer-contact span {
    color: #5EC434;
    font-size: 30px;
    margin-right: 5px;
}
  .footer-contact {
    display: flex;
    align-items: center;
    margin-bottom: 39px;
    margin-top: 11px;
}
 
  .column:nth-child(2) .footer-contact a {
      padding-bottom: 0;
      color: #fff;
      font-size: 15px;
      margin-left: 15px;
  }
  .column:nth-child(3) {
    width: 18%;
    padding: 2rem 0rem;
    padding-left: 50px;
}
  
  .column:nth-child(2) h4, .column:nth-child(3) h4, .column:nth-child(4) h4 {
      margin-bottom: 20px;
  }
 .column:nth-child(4) {
    width: 18%;
    padding: 2rem 0rem;
    padding-left: 59px;
}
  .column:nth-child(5) {
    width: 18%;
    padding: 2rem 0rem;
    padding-left: 4%;
}
  
  .column a {
      display: block;
      padding-bottom: 17px;
      line-height: 1;
      color: #CCCCCC;
      font-size: 20px;
       font-family: "CentraNo2-Light";
  }
  .column p{
    color: #eee9e9;
    width: 100%;
    font-size:14px;
  }
  .column .social{
    margin-top: 15px;
  }

  footer a,
  footer p{
    color: #a8a4a4;
    font-size: 16px;
  }
  footer p{
    width: 85%;
    margin-bottom: 0;
  }
.common-btn {
    width: fit-content;
    height: 49px;
    background:#0E854B;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    transition: all 0.3s ease-in-out;
    position: relative;
    transform: perspective(1px) translateZ(0);
    transition-duration: 0.3s;
    overflow: hidden;
    outline: none;
    cursor: pointer;
    font-weight:700;
    padding:0px 10px;
    text-transform: uppercase;
     font-family: "CentraNo2-Book";
     box-shadow: 0px 3px 6px #00000029;
}
.common-btn:before {
    content: "";
    position: absolute;
    z-index: -1;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background:#E75200;
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition: all 0.3s ease-in-out;
    border-radius:3px;
    color: #fff;
}
.common-btn:hover{
    color: #fff !important;
    border:0px !important;
}
.common-btn:hover:before{
    transform:scaleX(1);
}
.common-btn span {
    margin-left: 5px;
}

.footer-contact a {
    padding-bottom: 0px !important;
font-family: "CentraNo2-Medium";
    color: #fff;
}
.footer-contact span {
    padding-right: 5px;
    color:#E75200;
}


.btm-strip a {
    font-size:16px;
    color: #CCCCCC;
}
.btm-strip span{
 font-size:15px;
    color: #CCCCCC;
}
.btm-strip {
  color:#fff;
}
.slider-section h2 {
    font-size: 80px;
    line-height: 1;
    color: #ff5722;
    text-shadow: 1px 1px 2px #f7f9f9, 0 0 1em #0d4e79, 0 0 0.2em #0d4f7b;
}
.slider-section h3 {
    /*color: #E75200;*/
    color: #fff;
    font-size: 90px;
    /* text-transform: uppercase; */
    line-height: 60px;
    position: absolute;
    /*text-shadow: 4px 2px #fff;*/
}


.slider-section .caption-left {
    position: absolute;
    bottom: 50%;
    left: 6%;
    z-index: 1;
}
/* New class based on caption-left, only margin-top changed */
.slider-section .caption-bottom {
  position: absolute;
  bottom: 29%;
  left: 6%;
  z-index: 1;
}
/*.slider-section .sub-text{
   position: absolute;
    bottom: 50%;
    left: 6%;
    z-index: 1;
    animation-name: fadeInUp;
}*/
.slider-section .sub-text {
    position: absolute;
    bottom: 35%;
    left: 6%;
    /*top: 355px;*/
    top: 52%;
    z-index: 1;
    /* animation-name: fadeInUp; */
}
@keyframes zoomin {
 0% {
      opacity: 0;
      transform: translateX(50px);
   }
   100% {
      opacity: 1;
      transform: translateX(0);
   }
}
@keyframes textzoom {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 1;
    transform: scale(1.2) translateX(10%);
  }
}
@keyframes textzoom2 {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 1;
    transform: scale(1.3) translateX(10%) translateY(5%);
  }
}
section.slider-section .caption, section.slider-section .sub-text {opacity: 0;}
section.slider-section .caption.active {
  animation-name: textzoom;
  animation-duration: 15s;
  animation-timing-function: ease-out;
}section.slider-section .sub-text.active {
  animation-name: textzoom2;
  animation-duration: 15s;
  animation-timing-function: ease-out;
}
.slider-section .owl-item.active h3 {
  /*-webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.7s;*/
   animation: zoomin 1s ease-in forwards;
    animation-duration: 0.9s;
}
.slider-section .owl-item.active h2 {
 /* -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.5s;*/
}




.slider-section{
  position: relative;
}
.slider-section .owl-theme .owl-nav [class*=owl-],
.slider-section .owl-theme .owl-nav [class*=owl-]:hover{
  background: transparent;
}
.slider-section .owl-prev{
  position: absolute;
  top: 49%;
  left: 0;
}
.slider-section .owl-next{
  position: absolute;
  top: 49%;
 right: 0;
}
.versator .container-fluid{
  padding-left: 40px;
  padding-right: 40px;
}
.versator-bg {
    background: #e8e8e8;
    position: relative;
    height: 383px;
    transition: all 0.3s ease-in-out;
    margin-bottom: 30px;
}
.versator .col-lg-6:nth-child(odd) .versator-bg{
  padding-top: 30px;
    padding-left: 15px;
}
.versator .col-lg-6:nth-child(even) .versator-bg{
  padding-top: 0px;
    padding-right: 30px;
}
.versator .col-lg-6:nth-child(even) .common-btn{
  float: right;
  margin-top: 0;
}
.versator .col-lg-6:nth-child(odd) .versator-bg .text-box1, .versator .col-lg-6:nth-child(odd) .versator-bg .text-box2 {padding-left: 1rem;}
.versator .col-lg-6:nth-child(even) .versator-bg .text-box1, .versator .col-lg-6:nth-child(even) .versator-bg .text-box2 {padding-right: 1rem;}
.versator-bg:hover{
  background: #848484;
}
@media (max-width: 768px) {
  .versator .col-lg-6:nth-child(1) .versator-bg{
    border-top-left-radius: 30px;
  }
  .versator .col-lg-6:nth-child(2) .versator-bg{
    border-bottom-right-radius: 30px;
  }
  .versator .col-lg-6:nth-child(3) .versator-bg{
    border-top-left-radius: 30px;
  }
  .versator .col-lg-6:nth-child(4) .versator-bg{
    border-bottom-right-radius: 30px;
  }
  .versator .col-lg-6:nth-child(5) .versator-bg{
    border-top-left-radius: 30px;
  }
  .versator .col-lg-6:nth-child(6) .versator-bg{
    border-bottom-right-radius: 30px;
  }
}
@media (min-width: 769px) {
  .versator .col-lg-6:nth-child(1) .versator-bg{
    border-top-left-radius: 30px;
  }
  .versator .col-lg-6:nth-child(2) .versator-bg{
    border-top-right-radius: 30px;
  }
  .versator .col-lg-6:nth-child(5) .versator-bg{
    border-bottom-left-radius: 30px;
  }
  .versator .col-lg-6:nth-child(6) .versator-bg{
    border-bottom-right-radius: 30px;
  }
}

.versator-bg h2 {
    color: #e65100;
    font-size: 22px;
    margin-bottom: 12px;
}
.versator-bg h4 {
    color: #e75200;
    font-size: 26px;
    line-height: 24px;
    margin-bottom: 12px;
    font-weight: 600;
    display: none;
}
.versator-bg p {
    color: #848484;
    font-size: 13px;
    margin-bottom: 16px;
    line-height: 22px;
    margin-top: 25px;
} 
.versator-bg:hover h2, .versator-bg:hover h4, .versator-bg:hover p{
  color: #fff;
  display: none;
}
.versator-bg .common-btn {
    background: #848484;
    color: #fff;
    font-size: 10px;
    box-shadow: 0px 3px 6px #00000029;
    width: 80px;
    padding: 0;
    height: 35px;
    margin-top: 12px;
}
.versator-bg:hover .text-box1{
  opacity: 0;
}
.versator .col-lg-6:nth-child(even) .text-box2{
  right: 13px;
}

.versator-bg .text-box2 {
    position: absolute;
    top: 7%;
    opacity: 0;
}
.versator-bg:hover .text-box2{
  opacity: 1;
}
.versator-bg:hover .text-box2 h4, .versator-bg:hover .text-box2 p {display: block; color: #fff;}
.versator-bg:hover .common-btn{
background: #E75200;
}
.versator-bg .main-img {
    position: absolute;
    top: 0;
    right: -0px;
}
.versator .col-lg-6:nth-child(even) .main-img {
    left: -2px;
    top: 0;
    width: 77%;
    height: 386px;
}
.versator-bg:nth-child(2){
  border-top-right-radius: 30px;
}
.versator .versator-bg h5{
    color: black;
    -webkit-text-fill-color: #e8e8e8;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #7070704f;
    font-size: 79px;
    position: absolute;
     bottom: -9px;
    margin-bottom: 0;
}
.versator-bg:hover h5{
    -webkit-text-fill-color: #848484;
     -webkit-text-stroke-color:#ffffff2b;
}
.versator{
  padding: 60px 0px 30px;
}
@media (min-width: 769px) {
  .versator .col-lg-6:nth-child(1) .patch {
      position: absolute;
      transform: rotate(269deg);
      top: 10px;
      left: -24px;
      z-index: -1;
  }
  .versator .col-lg-6:nth-child(2) .patch {
      position: absolute;
      top: -6px;
      right: -9px;
      z-index: -1;
  }
  .versator .col-lg-6:nth-child(3) .patch {
      display:none
  }
  .versator .col-lg-6:nth-child(4) .patch {
      display:none
  }
  .versator .col-lg-6:nth-child(5) .patch {
      position: absolute;
      left: -9px;
      z-index: -1;
      transform: rotate(180deg);
      bottom: -7px;
  }
  .versator .col-lg-6:nth-child(6) .patch {
      position: absolute;
      right: -25px;
      z-index: -1;
      transform: rotate(90deg);
      bottom: 10px;
  }
}
@media (max-width: 768px) {
  .versator .col-lg-6:nth-child(1) .patch {
      position: absolute;
      transform: rotate(269deg);
      top: 10px;
      left: -24px;
      z-index: -1;
  }
  .versator .col-lg-6:nth-child(2) .patch {
        position: absolute;
        right: -25px;
        z-index: -1;
        transform: rotate(90deg);
        bottom: 10px;
    }
  .versator .col-lg-6:nth-child(3) .patch {
      position: absolute;
      transform: rotate(269deg);
      top: 10px;
      left: -24px;
      z-index: -1;
  }
  .versator .col-lg-6:nth-child(4) .patch {
        position: absolute;
        right: -25px;
        z-index: -1;
        transform: rotate(90deg);
        bottom: 10px;
    }
  .versator .col-lg-6:nth-child(5) .patch {
      position: absolute;
      transform: rotate(269deg);
      top: 10px;
      left: -24px;
      z-index: -1;
  }    
  .versator .col-lg-6:nth-child(6) .patch {
        position: absolute;
        right: -25px;
        z-index: -1;
        transform: rotate(90deg);
        bottom: 10px;
    }      
}
.versator .col-lg-6:nth-child(even){
  text-align: right;
}
.versator .col-lg-6:nth-child(even) h5 {
    right: 7%;
}

.versator .main-img {
  /*width: 74%;*/
  height: 100.7%;
  width: auto;
  /*height: 386px;*/
}
.global {
    background: url(../images/global-bg.png) no-repeat #b4b4b41f;
    background-size: cover;
    background-position: center;
    padding-top: 3%;
}
.heading{
  font-family: "CentraNo2-Bold";
  font-size: 49px;
  line-height: 1;
}
.global .heading{
 /* padding-top: 89px;*/
  color: #fff;
}
.global .slider{
  background: #fff;
  opacity: 73%;
  padding: 15px 0px;
  margin-top: 20px;
}
.global .slider .item img{
  width:100%;
  margin: 0 auto;
  display: block;
}
.global .slider .container {
    max-width: 1441px;
}
.global .map-wrapper .map{
  display: block;
  margin: 0 auto;
}
.map-wrapper {
    margin-top: 29px;
    position: relative;
}
.global h4 {
    font-size: 32px;
    color: #fff;
    padding-bottom: 46px;
    margin-bottom: 0 !important;
}
.global h4 span{
  font-size: 50px;
}
.global .location img.bounce {
    height: 1.5rem;
}
.map-icon {
    width: 35%;
    height: auto !important;
}
.global .location p {
    background: #E75200;
    color: #fff;
    font-size: 14px;
    font-family: "CentraNo2-Book";
    margin-bottom: 0;
    padding: 10px 17px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 25px;
    position: absolute;
    margin-top: 24px;
    left: 12px;
  display: none;
  line-height: 1;
    animation: slide-down 0.6s ease-out;
}
.global .location p::before {
    width: 0;
    height: 0;
    border-bottom: 18px solid #E75200;
    border-right: 31px solid transparent;
    position: absolute;
    content: "";
    top: -18px;
    left: 0;
}
.global .location:hover p{
 display: block;
}
.global .location p:hover{
  display: none;
}
.global .location1{
    position: absolute;
    left: 34%;
    bottom:33%;
}
.global .location2 {
    position: absolute;
    left: 25%;
    bottom: 73%;
}
.global .location3 {
    position: absolute;
    left: 58%;
    bottom: 58%;
}
.global .location41 {
    position: absolute;
    left: 54%;
    bottom: 58%;
}
.global .location38 {
    position: absolute;
    left: 61%;
    bottom: 54%;
}
.global .location4 {
    position: absolute;
    left: 50%;
    bottom: 82%;
}
.global .location5 {
    position: absolute;
    left: 66%;
    top: 37%;
}
.global .location6 {
    position: absolute;
    left: 78%;
    top: 34%;
}
.global .location7 {
    position: absolute;
    left: 76%;
    top: 36%;
}
.global .location8 {
    position: absolute;
    left: 70%;
    top: 24%;
}
.global .location9 {
    position: absolute;
    left: 56%;
    top: 25%;
}
.global .location10 {
    position: absolute;
    left: 47.5%;
    top: 21%;
}
.global .location11 {
    position: absolute;
    left: 51%;
    top: 21%;
}
.global .location12 {
    position: absolute;
    left: 60.5%;
    top: 33%;
}
.global .location13 {
    position: absolute;
    left: 52%;
    top: 11%;
}
.global .location14 {
    position: absolute;
    left: 48%;
    top: 16%;
}
.global .location15 {
    position: absolute;
    left: 76%;
    top: 54%;
}
.global .location43 {
    position: absolute;
    left: 78%;
    top: 50%;
}
.global .location16 {
    position: absolute;
    left: 49.8%;
    top: 14%;
}
.global .location17 {
    position: absolute;
    left: 49.8%;
    top: 6%;
}
.global .location18 {
    position: absolute;
    left: 53%;
    top: 22%;
}
.global .location19 {
    position: absolute;
    left: 49%;
    top: 10%;
}
.global .location20 {
    position: absolute;
    left: 58.5%;
    top: 30%;
}
.global .location21 {
    position: absolute;
    left: 51%;
    top: 8%;
}

.global .location22 {
    position: absolute;
    left: 76.5%;
    top: 40%;
}
.global .location40 {
    position: absolute;
    left: 72.5%;
    top: 40%;
}
.global .location42 {
    position: absolute;
    left: 74.5%;
    top: 41%;
}
.global .location23 {
    position: absolute;
    left: 68%;
    top: 33%;
}
.global .location24 {
    position: absolute;
    left: 73%;
    top: 55%;
}
.global .location25 {
    position: absolute;
    left: 58.5%;
    top: 44%;
}
.global .location44 {
    position: absolute;
    left: 56.5%;
    top: 44%;
}
.global .location45 {
    position: absolute;
    left: 57.5%;
    top: 48%;
}
.global .location39 {
    position: absolute;
    left: 55.5%;
    top: 70%;
}
.global .location26 {
    position: absolute;
    left: 59.5%;
    top: 32%;
}
.global .location27 {
    position: absolute;
    left: 82.5%;
    top: 76%;
}
.global .location28 {
    position: absolute;
    left: 90.5%;
    top: 94%;
}
.global .location29 {
    position: absolute;
    left: 55%;
    top: 18%;
}
.global .location37 {
    position: absolute;
    left: 54%;
    top: 20%;
}
.global .location30 {
    position: absolute;
    left: 51%;
    top: -4%;
}
.global .location36 {
    position: ABSOLUTE;
    left: 52%;
    top: -7%;
}
.global .location31 {
    position: absolute;
    left: 53%;
    top: -6%;
}
.global .location32 {
    position: absolute;
    left: 52%;
    top: 4%;
}
.global .location33 {
    position: absolute;
    left: 52.5%;
    top: 16%;
}
.global .location34 {
    position: ABSOLUTE;
    bottom: 49%;
    left: 24%;
}
.global .location35 {
    position: ABSOLUTE;
    bottom: 15%;
    left: 30%;
}

.home-about{
  padding: 60px 0px;
}
.home-about .heading{
  color: #E75200;
}
.home-about p{
 line-height: 29px;
 font-size: 19px;
}
.home-about .common-btn{
  width: 166px;
  background: #848484;
  color: #fff;
  font-size: 12px;
}
.home-about .row {
    width: 92%;
    margin: 0 auto;
    align-items: center;
}
.home-about .text-box {
    position: relative;
    left: 21px;
}
.research {
    background: url(../images/research-bg.png) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 60px 0px;
    position: relative;
    z-index: 2;
}
.research .text-box .heading {
    color: #fff;
    margin-bottom: 26px;
}
.research .text-box h3 {
    color: #fff;
    font-size: 35px;
    margin-bottom: 23px;
}
.research .text-box p{
  color: #fff;
}

p{
  font-size: 19px;
  line-height: 29px;
}
.research .text-box {
    width: 33%;
}
.research .common-btn{
  background: #E75200;
  width: 166px;
  font-size: 12px;
  position: relative;
}
.research h4 {
    text-align: center;
    position: relative;
    margin-top: 7%;
}
.research h4::before {
    position: absolute;
    content: "";
    background: #fff;
    width: 100%;
    height: 1px;
    left: 0;
    top: 16px;
    z-index: -1;
}
.research h4 span {
    color: #fff;
    font-size: 26px;
    background: #000000;
    border: 1px solid #FFFFFF;
    padding: 10px 83px;
}
.researc .container {
    max-width: 1501px;
}
.process-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 5%;
  }
.process-single {
    width: 16%;
    text-align: center;
}
.process-single h6 {
    font-size: 27px;
    color: #fff;
    margin-top: 23px;
}
.research .container {
    max-width: 1509px;
}
.process-wrapper .process-single:nth-child(3){
  position: relative;
  top: 56px;
}
.process-wrapper .process-single:nth-child(5){
  position: relative;
  top: 92px;
}
.process-wrapper .process-single:nth-child(7){
  position: relative;
  top: 56px;
}
.process-wrapper .arrow1 {
    position: relative;
    top: 38px;
}
.process-wrapper .arrow2 {
    position: relative;
    top: 89px;
} 
.process-wrapper .arrow3 {
    position: relative;
    top: 80px;
}
.process-wrapper .arrow4 {
    position: relative;
    top: 50px;
}
.manufacture {
    background: url(../images/manufacture-bg.png) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 40px 0px;
    padding-top: 9%;
    margin-top: -6%;
    mix-blend-mode: darken;
}
.manufacture-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 3%;
}
.manufacture-wrapper .manufacture-single {
   /* transition: all 0.3s ease-in-out;*/
    /* background-color: teal; */
    cursor: pointer;
    /* width: calc(100% / 5); */
    height: 410px;
    transition: all 700ms;
    position: relative;
    bottom: 0;
    width: 22%;
}
.manufacture-wrapper .manufacture-single::before {
    position: absolute;
    content: "";
    background: transparent;
    border: 6px solid #000;
    height: 25%;
    width: 93%;
    left: 10px;
    top: 30px;
    z-index: 0;
    transition: all 300ms;
    border-bottom: 0;
}

.manufacture-wrapper .manufacture-single:hover::before {
    position: absolute;
    content: "";
    background: transparent;
    border: 6px solid #e75200;
    height: 25%;
    width: 101%;
    left: -1px;
    top: -2px;
    z-index: 2;
    
    border-bottom: 0;
}
.manufacture-wrapper .manufacture-single:hover .main-img {
  transition: all 300ms;
  position: absolute;
  z-index: 1;
 padding: 0;
}
.manufacture-wrapper .manufacture-single .main-img {
    background-color: transparent;
    transition: all 300ms;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    /*padding: 35px 10px 0px 10px;*/
    padding-top: 35px;
    padding-left:15px;
    padding-right:15px;
}
.manufacture-single p {
    font-size: 26px;
    margin-bottom: 0;
    color: #fff;
    line-height: 29px;
    position: relative;
    top: 14px;
}
.manufacture-single .icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    z-index: 1;
    width: 89%;
    left:6%;
    padding: 0px 22px;
   background: transparent linear-gradient(180deg, #FFFFFF00 0%, #000 100%);
    padding-bottom: 29px;
   /* transition: all 0.3s ease-in-out;*/
}
.manufacture-wrapper .manufacture-single:hover .icon-wrapper{
  width:100%;
  left:0px;
}
.manufacture-single:hover .icon-wrapper{
  
     background: transparent linear-gradient(180deg, #FFFFFF00 0%, #E75200 100%);
}
.manufacture .common-btn {
    background: #848484;
    margin: 0 auto;
    font-size: 12px;
    margin-top: 5%;
    width: 166px;
    margin-bottom: 88px;
}
.formnote {
    margin-bottom: 0 !important;
    font-size: 18px !important;
    line-height: 22px !important;
}
.testi {
    padding: 50px 0px 70px;
}
.testi .item p {
    padding: 0 20px;
    font-family: "CentraNo2-Light";
    text-align: center!important;
}
.testi .item h4 {
    font-size: 27px;
    margin-bottom: 0;
    color: #e75200;
}
.testi .item h4.country {color: #e75200;}
.orangeaccent {color: #e75200;}
.testi .item h5 {
    /* color: #919090; */
    /*color: #e75200;*/
    color: #000;
    padding: 2px 15px;
    font-size: 17px;
}
.testi .item .main-img {
    width: 23%;
    margin: 0 auto;
    margin-bottom: 10px;
}
.testi .item {
    position: relative;
    margin-top: 20%;
    transition: all 0.3s ease-in-out;
    margin-bottom: 50px;
    transform: scale(0.8);
    padding: 2% 0;
    background: #fff;
    border-radius: 10px;
}



.testi .item .white-ring {
    position: absolute;
    top: -80px;
    width: 102%;
    display: none !important;
  }
.testi .item .orange-ring {
    position: absolute;
    top: -80px;
    width: 102%;
    opacity: 0;
    display: none !important;
  }
.testi .item:hover .orange-ring{
  opacity: 1;
}
.testi .item .quote-white {
    position: absolute;
    top: -11%;
    left: 41%;
    width: 17%;
}
.testi .item .quote-orange {
    position: absolute;
    top: -11%;
    left: 41%;
    width: 17%;
    opacity: 0;
}
.testi .item:hover .quote-orange{
  opacity: 1;
}
/*.testi .item:hover{
  transform: scale(1.1);
}*/
.testi-slider{
    margin-top: 4%;
}
.testi-slider.owl-theme .owl-nav [class*=owl-],
.testi-slider.owl-theme .owl-nav [class*=owl-]:hover{
  background: transparent;
}
.testi-slider .owl-prev {
    position: absolute;
    top: 39%;
    left: -4%;
}
.testi-slider .owl-next {
    position: absolute;
    top: 39%;
    right: -4%;
}
.testi-slider.owl-theme .owl-dots .owl-dot span {
    width: 37px;
    height: 4px;
    margin: 5px 3px;
    background:#000000;
   opacity: 11%;
}
.testi-slider.owl-theme .owl-dots .owl-dot.active span, .testi-slider.owl-theme .owl-dots .owl-dot:hover span {
    background: #E75200;
    opacity: 1;
}
.home-contact {
    background: url(../images/home-contact.png) no-repeat;
    background-size: cover;
    background-position: center right;
    padding: 2% 0;
    background-attachment: fixed;
}
.home-contact h2 {
    color: #fff;
    font-size: 68px;
    line-height: 70px;
    padding-left: 36px;
}

.home-contact .form-group .hide_label {
    position: absolute;
    top: 0;
    left: 16px;
    margin: 0;
    pointer-events: none;
    color: #fff;
    transition: all 0.3s ease-in-out;
    font-family: "CentraNo2-Medium";
    font-size: 18px;
}
.home-contact .form-control, .home-contact .form-control:focus {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #fff9;
    border-radius: 0;
    box-shadow: none;
    padding-bottom: 11px;
    color: #fff;
    padding: 10px 0px;
    font-size: 19px;
     font-family: f-regular;
}
.home-contact .form-group {
    margin-bottom: 1rem;
    margin-bottom: 22px;
}
.home-contact .text-wrapper{
  display: flex;
  align-items: flex-start;
}
.home-contact .common-btn{
  background: #848484;
  color: #fff;
 width: 166px;
 font-size: 12px;
 border: 0;
}
.home-contact .col-sm-6{
  padding-right: 32px;
}
.home-contact .form-control, .home-contact .form-control:focus {
    font-size: 14px;
    padding: 11px 0px;
}
.top-arrow {
    text-decoration: none;
    color: #fff;
    background:#E75200;
    position: fixed;
    right: 41px;
    bottom: 15%;
    transition: all 0.3s ease-in-out;
    width: 52px;
    height: 52px;
    font-size: 25px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
    z-index: 10;
    box-shadow: 0px -1px 36px #0000000f;
    border-radius: 50%;
}
.top-arrow i {
    position: relative;
    top: 2px;
    font-weight: 500 !important;
    font-size: 22px;
}
header.shrink .navbar-brand img {
    width: 84%;
}
.logo1 {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 16px;
}
header.shrink .logo1{
  opacity: 1;
}
header.shrink .whitelogo{
  opacity: 0;
}
.mobile-caption{
  display: none;
}
@media (max-width: 767px) {
  .mobile-caption {
    display: flex !important;
    align-items: center; 
    justify-content: space-between;
  }
}

/*.versator-bg .text-wrapp{
  position: relative;
}*/
.versator-bg .text-box1{
  position: absolute;
  top:7%;
}

.versator .col-lg-6:nth-child(even) .versator-bg .text-box1{
  right: 11px;
}

@-webkit-keyframes wobble-vertical-on-hover {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes wobble-vertical-on-hover {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.wobble-vertical-on-hover {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.wobble-vertical-on-hover:hover, .wobble-vertical-on-hover:focus, .wobble-vertical-on-hover:active {
  -webkit-animation-name: wobble-vertical-on-hover;
  animation-name: wobble-vertical-on-hover;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.home-about {
    padding: 60px 0px;
}

@keyframes zoominup {
  0% {
    transform: scale(1);
  }
  100% {
    /* Changed to 1.5 */
    transform: scale(1.4);
  }
}
 .testi-slider .owl-item.active.center{
  transform: scale(1.5);
  animation: zoominup 0.8s ease-in forwards;
}
/*
.testi-slider .owl-item{
  transform: scale(0.);
}*/

.testi-slider .owl-item.active.center .item .orange-ring{
  opacity:1;
}
.testi-slider .owl-item.active.center .item .quote-orange{
  opacity:1;
}
.testi-slider.owl-carousel .owl-stage-outer{
margin-top:30px;
margin-bottom:30px;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translatex(-10px);
    -moz-transform: translatex(-10px);
    -o-transform: translatex(-10px);
    transform: translatex(-10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translatex(0);
    -moz-transform: translatex(0);
    -o-transform: translatex(0);
    transform: translatex(0);
  }
}
@-moz-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translatex(-10px);
    -moz-transform: translatex(-10px);
    -o-transform: translatex(-10px);
    transform: translatex(-10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translatex(0);
    -moz-transform: translatex(0);
    -o-transform: translatex(0);
    transform: translatex(0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translatex(-100px);
    -moz-transform: translatex(-100px);
    -o-transform: translatex(-100px);
    transform: translatex(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translatex(0);
    -moz-transform: translatex(0);
    -o-transform: translatex(0);
    transform: translatex(0);
  }
}
.in-left {
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-duration: 1s;
  animation-delay: 1s;
}

.mobile-img{
  display:none;
}
.mobile-banner {
    display: none !important;
}
.icon-left-arrow.mobile-span{
  display:none;
}

.versator:hover{

}

/*.flip-box, .flip-box1 {*/
  /*perspective: 1000px;*/
/*}*/

/*.flip-box-inner, .flip-box-inner1 {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.flip-box:hover .flip-box-inner, .flip-box1:hover .flip-box-inner1 {
  transform: rotateY(180deg);
}

.flip-box-front, .flip-box-back,  .flip-box-front1, .flip-box-back1{
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.flip-box-back, .flip-box-back1{
  transform: rotateY(180deg);
}*/

.versator-logos {
    position: absolute;
    bottom: -20px;
    left: 25px;
    width: 30%;
}
.versator-logos-color{
   position: absolute;
    bottom: -20px;
    left: 25px;
    width: 30%;
}
.versator-bg:hover .versator-logos{
  opacity:0;
}
.versator-bg .versator-logos-color{
opacity:0
}
.versator-bg:hover .versator-logos-color{
  opacity:1;
}
.versator .col-lg-6:nth-child(even) .versator-logos{
  position: absolute;
  left:unset;
  right:0px;
}
.versator .col-lg-6:nth-child(even) .versator-logos-color{
    position: absolute;
    left: unset;
    right: 0px;
}
.slider-section h2 span {
    color: #E75200;
}
.slider-section h4 {
    position: absolute;
    top: 20%;
    right: 10%;
}
.versator .col-lg-6:nth-child(2) .versator-logos {
    right: 15px;
}

.versator .col-lg-6:nth-child(2) .versator-logos-color {
    right: 15px;
}

.slider-section h4 span{
  font-family: 'Freehand', cursive;
  color:#e75200;
 font-size:35px;
}


.creative .text-slides {
  position: relative;
  margin: 10px 0;
}
.creative h4 {
  font-size: 80px;
  margin: 0 0 0px;
  background: url(../images/text-bg.jpg) no-repeat;
  background-size: cover;
      -webkit-background-clip: text;
    -webkit-text-fill-color: #E75200;
    -ms-background-clip: text;
    position:relative;
    top:0px;
    right:unset;
    width:100%;
   /* -ms-text-fill-color: transparent;*/
} 
.creative .text-carousel {
    overflow: 
  }
  .creative .owl-carousel .owl-item,
  .creative .owl-carousel .owl-item .item {
    -ms-overflow: hidden;
    -webkit-overflow:hidden;
  }
  .creative .text-box {
    -ms-position: relative;
    -ms-overflow: hidden;
  }
    .creative .owl-carousel .owl-stage-outer,
    .creative .owl-carousel .owl-stage {
      overflow: hidden;
  }
  .creative .owl-carousel .owl-item {
  opacity: 0;
  overflow: hidden;
  }
  .creative .owl-carousel .owl-item.active {
  opacity: 1;
  }
.creative .owl-item.active h4 {
  -webkit-animation: bouncing 0.4s 0.6s both;
          animation: bouncing 0.4s 0.6s both;
}
@keyframes bouncing {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  55% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
            opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}

.creative .text-slides h2 {
    position: absolute;
    top: 10px;
    left:254px;
}
/*.versator .col-lg-6:nth-child(even) .versator-logos-color {
    transform: rotateY(180deg);
    position: absolute;
    right: 0px;
    left: -2%;
}*/
img.whatsapp-icon {
    width: 3%;
    position: fixed;
    right: 45px;
    bottom: 15px;
    z-index: 99;
}
.download-btn {
    position: fixed;
    top: 45%;
    transform: translateY(-50%);
    right:0px;
    z-index: 3050;
     transition: all 0.5s ease-in-out;
}
/*.download-btn span {
    margin-left: 17px;
}*/
.download-btn i {
    font-size: 20px;
    color: #fff;
    margin-bottom: 0.5rem;
}
.download-btn a {
    color: #fff !important;
    background-color: #e35100;
    font-size: 13px;
    /* writing-mode: vertical-lr; */
    text-decoration: none;
    padding: 8px 5px;
    font-weight: 600;
    writing-mode: vertical-lr;
    height: auto;
    text-transform: capitalize;
    transform: initial;
}
.download-btn:hover {
  right: 0;
}
.download-btn a:hover{
  color: #fff;
}



.vision {
    overflow: hidden;
    margin-bottom: 84px;
}
.vision .background-changer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-size: cover;
  -webkit-transition: 350ms ease-in-out;
  overflow: hidden;
}

.vision .background-changer .lazy-image:before {
  position: absolute;
  height: 100%;
  bottom: 0;
  /*/ background: linear-gradient(to bottom,transparent 50%,rgba(0,0,0,0.6) 80%,rgba(0,0,0,0.4) 100%); /*/
  background: rgba(0, 0, 0, 0.199);
  content: "";
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  transition: all 0.2s ease-in-out;
}
.background-changer .lazy-image .caption h3 {
    font-size: 31px;
    color: #e75200;
}

.background-changer .lazy-image .caption .about-icon {
    display: inline-block;
    font-size: 80px;
    color: #b8c0bc;
    margin-bottom: 10px;
}
.background-changer .lazy-image .caption .left-arrow{
  color: #fff;
  position: absolute;
  bottom: 5px;
  font-size: 20px;
}
.background-changer .lazy-image .caption p {
  position: absolute;
  
  font-size: 14px;
  opacity: 0;
}
.background-changer h4{
  opacity: 0;
}
.vision .background-changer .lazy-image:after {
  position: absolute;
  height: 0%;
  bottom: 0;
  background: rgba(0, 0, 0, 0.42);
  content: "";
  width: 100%;
  left: 0;
  right: 0;
  transition: all 0.2s ease-in-out;
  z-index: 0;
}
.vision .lazy-image:hover p{
  opacity: 1;
  font-size: 16px;
  margin-bottom: 20px;
}
.background-changer .lazy-image:hover h4{
  opacity: 1;
}
.background-changer .lazy-image:hover .caption .left-arrow {
    display: none;
}
.vision-content p {
    font-size: 40px;
    color: #fff !important;
    text-align: center;
}
.vision-content {
   position: relative;
   top:70px;
}
.vision .lazy-image .caption-text{
  position: absolute;
  width: 100%;
}
#mission-tab .vision-content {
    margin-top: 3%;
}
.vision-mission-new {
    background: #F5F5F5;
    margin: 1rem 0 3rem;
}
.vision-mission-new .row {margin: 0;}
.vision-mission-new .mv-img-box {height: 100%; position: relative;}
.vision-mission-new .mv-img-box img {height: 100%; object-fit: cover;}
.mv-content-box {padding: 5rem 2rem;}
.vision-mission-new .mv-img-box h2 {
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
}
.background-changer .lazy-image:hover .caption {
    height: 55%;
}
    .vision .background-changer .lazy-image:hover:after{
        height: 100%;
    }
    .vision .background-changer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-size: cover;
  -webkit-transition: 350ms ease-in-out;
  overflow: hidden;

}

.vision .background-changer .lazy-image{
  display: block;
  height: 600px;
  width: 50%;
  position: relative;
  border-right: 1px rgba(255,255,255,0.2) solid;
  color: #fff !important;
}


.vision .background-changer .lazy-image:after{
  position: absolute;
  height: 0%;
  bottom: 0;
  background:rgba(0, 0, 0, 0.42);
  content: "";
  width: 100%;
  left: 0;
  right: 0;
  transition: all 0.2s ease-in-out;
  z-index: 0;
}
.background-changer .lazy-image .caption{
  position: absolute;
  bottom: 10%;
  width: 75%;
  display: block;
  left: 10%;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  height: 25%;
  z-index: 1;
}

.background-changer .lazy-image .caption h1{
  font-size: 40px;
}
.background-changer .lazy-image .caption p{
  position: absolute;
 /* transition: all 0.5s ease-in-out;*/
  font-size: 18px;
}
.vision .lazy-image:hover.caption{
  background: rgba(31, 30, 30, 0.493);
  height: 100%;
  width: 100%;
  left: 0;
  bottom: 0;
  justify-content: end;
}
.background-changer .common-btn {
    background: #e75200;
    margin-top: 20%;
}
.background-changer .common-btn::before{
  background: #fff;
  color: #E75200;
}
.background-changer .common-btn:hover{
   color: #E75200 !important;
}
.owl-item.active .item.textchnage .caption-left{
  display: none;
}

.slider-section .owl-item.active .item img.up-img {
    /*position: absolute;*/
    top: 0px;   
    animation: zoom 2s ease-out;
    animation-duration: 3s;
   
}

@keyframes zoom {
 0% {
      opacity: 0;
      /*transform: translateX(50px);*/
   }
   100% {
      opacity: 1;
     /* transform: translateX(0);*/
   }
}

.slider-section .bg-img {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -2;
}
.slider-section .orange-bg {
    position: absolute;
    bottom: -1px;
    z-index: -3;
    width: 100%;
}
.slider-section .caption {
    position: absolute;
    /*top: 251px;*/
    top: 40%;
    left: 6%;
    /*background: #0c466c;*/
    width: auto;
    z-index: 99;
    -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown2;
  animation-delay: 0.2s;
}
.breadcum {
    position: relative;
    margin-top: 0px;
}
.breadcum .parallax-container {
    position: relative;
    overflow: hidden;
}
.breadcum .parallax-parent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.breadcum .parallax-content {
    position: absolute;
    left: 50%;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.breadcum .main-img {
    width: 100%;
}
.caption-heading {
    position: absolute;
    top: 50%;
    left: 55%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.breadcum h1, .breadcum h2 {
    font-size: 80px;
    line-height: 80px;
    text-align:left;
    color: #fff;
    margin-bottom: 0;
    text-transform: capitalize;
}
.breadcum.breadcum2 h1{
  margin-bottom: 25px;
}
.breadcum2 .common-btn{
  margin: 0 auto;
  background: #E75200;
  color: #fff;
  font-size: 16px;
}
.breadcum.breadcum2 h6 {
    color: #fff;
    text-align: left;
    font-size: 21px;
    margin-bottom: 28px;
}
.about-main{
  padding: 60px 0px;
}
.about-main-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 91%;
    margin: 0 auto;
}
.about-main-wrapper .text-box h4{
  width: 135px;
height: 29px;
background: #E75200;
color: #fff;
display: flex;
align-items: center;
justify-content: center;
font-size: 18px;
margin-bottom: 18px;
}
.about-main-wrapper .text-box h2{
  font-size: 49px;
  line-height: 51px;
  margin-bottom: 18px
}
.about-main-wrapper .text-box p{
  font-size: 19px;
  line-height: 29px;
  margin-bottom: 30px;
}
/*.about-main-wrapper .img-box {
    width: 65%;
}
.about-main-wrapper .text-box {
    width: 63%;
}*/
.about-main-wrapper .img-box img {
    float: left;
    width: 38%;
}
.logo-wrapper {
    display: flex;
    align-items: center;
    position: relative;
    left: -27px;
    margin-top: 42px;
    justify-content: center;
}
.vision-mission{
  background: url(../images/vision-mission-bg.png) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 3% 0;
  height: 750px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.vision-mission h4{
  font-size: 44px;
  margin-bottom: 4px;
  text-align: center;
  color: #fff;
}
.vision-mission h2{
  font-size: 105px;
  line-height: 104px;
  text-align: center;
  color: #fff;
  margin-bottom: 23px;
}
.vision-mission p{
  font-size: 19px;
  line-height: 29px;
  text-align: center;
  color: #fff;
}
.vision-mission-wrapper {
    display: flex;
    align-items: center;
    margin: 0 auto;
    width: 89%;
    margin-top: -6%;
}
.vm-single {
    
    width: 100%;
    background: #F5F5F5;
    /*padding: 35px 56px;*/
    padding: 35px 0px;
    transition: all 0.3s ease-in-out;
    position: relative;
    /*border-right: 1px solid #ccc;*/
    /*height: 224px;*/
}
.vm-single:last-child{
  border-right: 0;
}
/*.vm-single:first-child {padding-top: 0;}*/
.vm-single:last-child {padding-bottom: 0;}
/*.vm-single::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 17px solid transparent;
    border-right: 17px solid transparent;
    border-bottom: 21px solid #E75200;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0; 
    transition: all 0.3s ease-in-out;
}
.vm-single:hover{
  background:#E75200 ;
}
.vm-single:hover:before{
  opacity: 1;
}*/
.vm-single h3 {
    font-size: 47px;
    line-height: 56px;
    text-align: center;
    margin-top: 22px;
}
.vm-single p{
  font-size: 20px;
  line-height: 29px;
  margin-bottom: 0;
  text-align: center;
  font-weight: 400;
}
.vm .vm-single span {
    font-size: 68px;
    color: #E75200;
}
.vm .vm-single .icon-box {
    border: 1px solid #222;
    display: inline-block;
    border-radius: 50%;
    height: 140px;
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    position: absolute;
    top: -46%;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
}
.vm-single .text-box {
    padding-left: 31px;
}
/*.vm-single:hover span,
.vm-single:hover p,
.vm-single:hover h3{
  color: #fff;
}*/
.about-global {
    background: #fdfaf2;
    height: 688px;
    padding: 3% 0;
    position: relative;
   margin-top: 5%;
}
.about-global .map-img {
    display: block;
    margin: 0 auto;
    position: absolute;
    top: 67px;
}
.about-global .global-slider {
    margin-top: 10%;
}
.about-global .global-slider img {
    display: block;
    width: 86% !important;
}
.about-global h2{
  font-size: 49px;
  line-height: 55px;
  text-align: center;
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
}
.about-global .counter h4 {
    font-size: 33px;
    z-index: 1;
     position: relative;
}
.management{
  background: #F5F5F5;
  padding: 4% 0;
  margin-top: 0px;
}
.management .item {
    display: flex;
    align-items: center;
    width: 90%;
    margin: 0 auto 25px;
    margin-top: 3%;
}
.management .item h5{
  color: #E75200;
  font-size: 20px;
  margin-bottom: 0;
}
.management .item h6 {
    color: #E75200;
    font-size: 18px;
    margin-bottom: 5px;
}
.management .item p{
   font-size: 20px;
   margin-bottom: 17px;
}
.management .item .content {
    background: #fff;
    padding: 35px 61px;
    width: 90%;
    box-shadow: 0px -1px 36px #19356915;
    height: 440px;
}
.management .owl-theme .owl-nav [class*=owl-], .management .owl-theme .owl-nav [class*=owl-]:hover {
    color: #868282;
    font-size: 40px;
    margin: 0;
    padding: 0;
    background: transparent;
}
.management .owl-prev {
    position: absolute;
    top: 50%;
    left: 0;
}
.management .owl-next{
    position: absolute;
    top: 50%;
    right: 0;
}
.team-sec {
    display: flex;
    flex-wrap: wrap;
}
.team-list {
    width: 100%;
    margin: 0px 5px;
    position:relative;
    margin-bottom:20px;
margin-top: 7%;
}
.team-list  img{
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.team-list .overlay {
    position: relative;
    bottom: 0px;
    width: 100%;
    color: #fff;
    text-align: center;
    background: #E75200;
    padding: 10px;
    height:100px;
    display:flex;
    flex-direction:column;
    justify-content: center;
    /*justify-content:center;*/
    transition:0.3s all ease-in-out;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.team-list .overlay p{
  display: none;
  font-size: 14px;
  line-height: 26px;
  margin-top: 10px;
  margin-bottom: 0;
}
/*.team-list:hover .overlay {
    height: 100%;
    background: #000000cf;
}
.team-list:hover .overlay p{
  display: block;
}
*/
.team-members .nav.nav-tabs {
    border-bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}
.team-members .nav-tabs .nav-link{
  border: 1px solid transparent;
  font-size:22px;
  padding:0px 0px;
  margin:10px 20px;
  color:#231F20;
  position: relative;
}

.team-members {
    padding: 50px 0px;
}
.team h2 {
    margin-bottom: 30px;
}
.team-list h5 {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 10px;
}
.team-list h6 {
    font-size: 15px;
    margin-bottom: 0px;
}

.team-list .overlay i {
    font-size: 31px;
    display: none;
}

.team-list:hover .overlay i{
  display: block;
}
.member-slider {
    width: 92% !important;
    margin: 0 auto;
}
.member .owl-theme .owl-nav [class*=owl-], .member .owl-theme .owl-nav [class*=owl-]:hover {
    color: #575353;
    font-size: 40px;
    margin: 0;
    padding: 0;
    background: transparent;
}
.member .owl-prev {
    position: absolute;
    top: 48%;
    left: -5%;
}
.member .owl-next{
    position: absolute;
     top: 48%;
    right: -5%;
}
section.member {
    padding-top: 4%;
    padding-bottom: 3%;
}
.about-page .navbar-expand-md .navbar-nav .nav-link{
  color: #fff;
}
.about-page header.shrink  .navbar-expand-md .navbar-nav .nav-link{
  color: #000;
}
.about-page header.shrink  .navbar-expand-md .navbar-nav .nav-link.common-btn{
  color: #fff;
}
.product-content h2{
  font-size: 60px;
  line-height: 62px;
  color: #E75200;
}
.product-content p {
    font-size: 20px;
    line-height: 31px;
    width: 85%;
}
.product-content .common-btn{
  width: 179px;
  height: 49px;
  background: #848484;
  color: #fff;
  font-size: 16px;
}
.content-wrapper {
    display: flex;
    align-items: center;
    position: relative;
}
.content-wrapper .img-box {
    width: 100%;
}
.content-wrapper .img-box img {
    position: relative;
   /* left: -7%;*/
    top: 1px;
}
.content-wrapper .text-box {
    width: 100%;
}
.product-content{
  padding: 3% 0;
}
.morcellation h2{
    font-size: 45px;
}
.morcellation{
  padding: 3% 0;
}
.morcellation .middle-product {
    display: block;
    margin: 0 auto;
   /* margin-top: -6%;*/
}
.easy-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ccc;
    width: 98%;
    margin: 2rem auto 0;
}
.easy-wrapper .easy-single {
    width: 20%;
    text-align: center;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    transition: all 0.3s ease-in-out;
}
.easy-wrapper#ezcatch .easy-single {
  width: 33.33%;
  padding: 0 15px;
}
.easy-wrapper .easy-single:hover{
  background:#E65100 ;
}
.easy-wrapper .easy-single::before{
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  background: #ccc;
  top: 0;
  right: 0;
}
.easy-wrapper .easy-single:last-child::before{
  display: none;
}
.easy-single h3{
  font-size: 21px;
  line-height: 26px;
  margin-bottom: 0;
}
.easy-single h3 span{
  color: #E65100;
  font-size: 21px;
}
.easy-single .icon {
    /*font-size: 55px;*/
    font-size: 100px;
    color: #E65100;
    display: block;
    margin-bottom: 15px;
    transition: all 0.5s ease;
}
.easy-single .icon#morsize {font-size: 33px; margin-bottom: 50px;}
.easy-single:hover .icon {font-size: 80px;}
.easy-single:hover .icon#morsize {font-size: 25px; margin-bottom: 30px;}
.versator-easy-wrapper .easy-single:first-child:hover .icon {font-size: 50px;}
.versator-easy-wrapper .easy-single:first-child .icon {font-size: 70px;}
.versator-easy-wrapper .easy-single:first-child .caption-main {overflow: visible;}
.versator-easy-wrapper .easy-single:first-child h3,
.versator-easy-wrapper .easy-single:first-child .caption-main .hidden-text {position: relative; top: 16px;}
.lapez-easy-wrapper .easy-single:first-child:hover .icon {font-size: 50px;}
.lapez-easy-wrapper .easy-single:first-child .icon {font-size: 70px;}
.lapez-easy-wrapper .easy-single:first-child .caption-main {overflow: visible;}
.lapez-easy-wrapper .easy-single:first-child h3,
.lapez-easy-wrapper .easy-single:first-child .caption-main .hidden-text {position: relative; top: 16px;}
.easy-wrapper .easy-single:hover h3,
.easy-wrapper .easy-single:hover h3 span,
.easy-wrapper .easy-single:hover .icon,
.easy-wrapper .easy-single:hover span.icon:before
{
  color: #fff !important;
}
.easy-single .caption-main {
    /*height: 122px;*/
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}
.easy-single:hover .caption-main{
  height: auto;
}


.lapez-easy-wrapper .easy-single:hover .lapez-orang-1{
  background-image: url('../images/lapez-1-hover.png');
  display: block;
  margin: auto;
}
.lapez-easy-wrapper .easy-single:hover .lapez-orang-2{
  background-image: url('../images/lapez-2-hover.png');
  display: block;
  margin: auto;
}
.lapez-easy-wrapper .easy-single:hover .lapez-orang-3{
  background-image: url('../images/flexible-port-placement-h.png');
  display: block;
  margin: auto;
}

.lapez-easy-wrapper .easy-single:hover .lapezvn-key-1{
  background-image: url('../images/lapez-1-hover.png');
  display: block;
  margin: auto;
}
.lapez-easy-wrapper .easy-single:hover .lapezvn-key-2{
  background-image: url('../images/lapezVn-Near-Real-Anatomy-hover.png');
  display: block;
  margin: auto;
}
.lapez-easy-wrapper .easy-single:hover .lapezvn-key-3{
  background-image: url('../images/lapezVn-Vaginal-Perineum-hover.png');
  display: block;
  margin: auto;
}



.safe p {
    font-size: 19px;
    line-height: 29px;
    margin-top: 21px;
    margin-bottom: 0;
}
.safe h6{
  font-size: 22px;
  line-height: 29px;
}
.safe{
  background: #F5F5F5;
  padding: 3% 0 0;
}
.rotor-tab .nav-link {
    font-size: 25px;
    color: #000;
    border: 1px solid #fff;
    text-align: left;
    padding: 10px 0px;
    display: flex;
    border-radius:10px;
    background-color:#fff;
    margin-bottom: 10px;
    padding-left:10px;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px !important;
}
.rotor-tab .nav-link.disabled {
    box-shadow: 0px 5px 7px #412c2c4d;
    border-radius: 0 !important;
    margin: 0 0 1rem !important;
    font-size: 25px !important;
}
.rotor-tab .sub-li {
    border-radius: 10px;
    background: #fff;
    margin-bottom: 1rem;
    overflow: hidden;
}
.rotor-tab .sub-li .nav-link {
    margin: 0 .5rem 1rem;
    font-size: 20px;
}
.rotor-tab .nav-link img {
    width: 24%;
}
.rotor-tab .nav-link .fa {
    position: absolute;
    right: 15px;
    font-size: 30px;
    /*top: 7px;*/
    opacity:0;
}
.rotor-tab .nav-link{
position:relative;
}
.rotor-tab  .nav-link.active .fa, .rotor-tab .owl-item.current a.nav-link .fa{
  opacity: 1;
}
.rotor-tab li{
  width: 100%;
}
.rotor-tab ul {
    display: block;
    justify-content: center;
    border-bottom: 0px;
}
.rotor-tab ul.stickytab {
  position: sticky;
  top: 118px;
}
.rotor-tab ul.stickyptab {
  position: fixed;
  top: 148px;
  width: 18%;
}
.rotor-tab .nav-tabs .nav-link.active, .rotor-tab .owl-item.current a.nav-link {
    background: #e85b0d;
    color: #fff;
    border: 1px solid #e85b0d !important;
    border-radius: 10px;
    box-shadow: 0px 0px 13px 0px #412c2c4d;
}
.rotor-tab .nav-tabs .nav-link:hover{
   background: #e85b0d;
    color: #fff;
    border: 1px solid #e85b0d !important;
    border-radius: 10px;
    box-shadow: 0px 0px 13px 0px #412c2c4d;

}
.rotor-tab {
    margin-top: 30px;
    padding-bottom: 3rem;
}
.rotor-tab .tab-pane {
    background: #fff;
    border-radius: 10px;
    margin-bottom: 30px;
}
.product-videos {margin-top: 2rem;}
.case-wrapper .case-slider {flex-wrap: wrap;}
.case-wrapper .tab-pane {background: inherit;}
/*.rotor-tab .text-box{
  display: flex;
}*/
.rotor-tab .table td.f-medium {
    font-size: 17px;
}
.rotor-tab .table td.f-light{
  font-size: 17px;
}
.rotor-tab .table td.f-bold {
    font-size: 18px;
    background: #E3E3E3;
}
.rotor-tab .table-bordered td, .rotor-tab .table-bordered th {
    border-color: #00000029;
    padding: 8px;
}
.rotor-tab .table-box {
    margin-top: 1%;
    padding: 20px 30px 20px;
}
.safe p {
    margin-bottom: 10px;
}
.rotor-tab .img-box img {
    position: relative;
    top: 23px;
    /*width: 45%;*/
    width: 36%;
    margin: 0 auto;
    display: block;
    margin-bottom:35px;
}
.rotor-tab .img-box img.drive-unit-img{
  width: 72%;
}
.rotor-tab .img-box.bigezimg img {width: 50%;}
.rotor-tab .img-box img#mor {width: 50%; margin-bottom: 20px;}
.rotor-tab .img-box .img-flex {align-items: center;}

.rotor-tab .table-box ul li {
    width: 100%;
    list-style-type: disc;
}
.rotor-tab .table-box ul {
    flex-direction: column;
}
.rotor-tab .table-box .common-btn {
    width: 140px;
    height: 40px;
    font-size: 13px;
    background: #848484;
    color: #fff;
    margin-top: 25px;
    margin-bottom: 25px;
}
.container.ordering {
    padding: 50px 0px;
}
.container.ordering h6 {
    font-size: 30px;
    margin-bottom: 25px;
}
.container.ordering.specifications {
    width: 80%;
}

.container.ordering.specifications table{
  margin-bottom:30px;
}
.rotor-tab .tab-pane .text-box{
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown2;
  animation-delay: 0.2s;
}
.rotor-tab#sidebyside .tab-pane .text-box {
  display: flex;
  align-items: flex-start;
}
.rotor-tab#sidebyside .img-box {
  width: 50%;
  padding: 1rem 0;
}
.rotor-tab#sidebyside .table-box {width: 50%; padding-top: 10px;}
.rotor-tab#sidebyside .img-box img {
  top: unset;
  width: 100%;
  margin-bottom: 0px;
}
.rotor-tab#sidebyside .table-box ul {padding-left: 1.2rem;}

@keyframes fadeInDown2 {
  0% {
     opacity: 0;
     transform: translateY(50px);
  }
  100% {
     opacity: 1;
     transform: translateY(0px);
}
}
.orange{
  color: #E75200;
}
.contact-us{
  padding: 60px 0px;
}
.contact-us h2{
  font-size: 64px;
  line-height: 58px;
  margin-bottom: 15px;
}
.contact-us p {
    font-size: 30px;
    line-height: 43px;
    margin-bottom: 23px;
}
.contact-wrapper{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.form-single{
  width: 61%;
}
.map-single{
  width: 35%;
}
.form-single .form-div .form-control {
    border-radius: 0;
    background: #F5F6F8;
    color: #8B8B8B;
    padding: 18px 15px;
    font-size: 18px;
    line-height: 33px;
    border: 0;
    font-family: "CentraNo2-Book";
}
.form-single .form-div .form-control:focus{
  box-shadow: none;
}
.form-single .form-div .form-group {
    width: 100%;
    margin-bottom: 18px;
}
.form-single::placeholder{
  color: #8B8B8B !important;
}
#msg-error, #add-error {
    color: red;
    font-size: .8rem;
    font-weight: 600;
    margin-top: 0.8rem;
    display: none;
    position: absolute;
    bottom: 0;
}
.form-single .common-btn{
 width: 166px;
height: 49px;
  font-size: 13px;
  border: 0;
  background: #E75200;
  color: #fff;
  margin-top: 20px;
}
.form-single .common-btn::before{
  background: #848484;
}
.form-single .common-btn:hover{
  color: #E75200;
  border: 1px solid #486AAE;
}
.details-wrapper{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
}
.details-wrapper .details-single{
  width: 30%;
  background: #FFFFFF;
  box-shadow: 0px 20px 33px #09415F14;
  height: 306px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.details-wrapper .details-single:hover{
  background:#E75200;
}
.details-wrapper .details-single:hover h4,
.details-wrapper .details-single:hover p,
.details-wrapper .details-single:hover a,
.details-wrapper .details-single:hover span{
  color: #fff;
}
.details-single h4{
  font-size: 27px;
  line-height: 28px;
  text-align: center;
}
.details-single p, .details-single a{
  font-size: 22px;
  line-height: 28px;
  text-align: center;
  margin-bottom: 0;
  color: #000;
}
.details-single a:hover{
  color: #000;
}
.details-single span {
    color: #e75200;
    font-size: 49px;
    margin-bottom: 23px;
}
.contact .get-quote{
  display: none;
}
.contact-last {
    position: relative;
    margin-top: -8%;
    z-index: -1;
}
.contact-last .social-link {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
}
ul.dropdown-menu {
    min-width: 11rem;
    padding: 0;
    background-color: #fff;
    top: 45px;
    border: 0px;
    left: 13px;
    border-radius: 0px;
}
.dropdown-link {
    margin-bottom: 4px;
    display: block;
    color: #000;
    font-size: 13px;
    text-transform: uppercase;
    padding: 7px 12px;
}
.dropdown-link:last-child{
  margin-bottom: 0;
}
.dropdown-link:hover{
 background: #E65100;
 color: #fff;
}
.dropdown-link.active{
 background: #E65100;
 color: #fff;
}
.about-page header .navbar-nav .nav-link:before{
  background: #fff;
}
.benefits {
    background: url(../images/benefits-bg.png) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 4% 0 6%;
}
.benefits-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-evenly;
    margin-top: 3%;
}
.benefits-wrapper .benefits-single {
    position: relative;
    /*height: 382px;*/
    width: 30%;
    margin: 0px 20px 0px 0px;
    text-align: center;
}
.benefits-wrapper .benefits-single#eztime {margin-top: -30px;}
.benefits-wrapper .benefits-single#eztime span {
    font-size: 130px;
    position: relative;
    top: 20px;
}
.benefits-wrapper .benefits-single#severe {margin-top: -10px;}
.benefits-wrapper .benefits-single#severe span {font-size: 110px;}
.benefits-wrapper .benefits-single::before {
    position: absolute;
    content: "";
   /* background: #cccccc61;*/
    height: 100%;
    width: 1px;
    right: -37px;
}
.benefits-wrapper .benefits-single:last-child::before{
  display: none;
}
.benefits-wrapper .benefits-single h4 {
    color: #ffff;
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 14px;
}
.benefits-wrapper .benefits-single p{
  color: #ffff;
  font-size: 19px;
  line-height: 24px;
  margin-bottom: 0;
}
.benefits-wrapper .benefits-single img {
    margin-bottom: 16px;
}
.white{
  color: #fff;
}
.procedure-wrapper {
    display: flex;
    align-items: center;
    margin-top: 2%;
}
.procedure-slider .item p{
  display: flex;
  font-size: 19px;
  line-height: 29px;
  margin-bottom: 14px;
}
.procedure-slider .item p:last-child{
  margin-bottom: 0;
}
.procedure-slider .item p span {
    font-size: 25px;
    padding-right: 14px;
}
.procedure {
    background: #F5F5F5;
    padding: 4% 0;
}
.procedure-slider {
    background: #e75200;
    color: #fff;
    width: 51% !important;
}
.procedure-wrapper .img-box {
    background: #fff;
    width: 46%;
    height: 534px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    left: 45px;
    top: 37px;
}
.procedure-wrapper .item {
    padding: 46px 82px;
}
.procedure-slider .owl-prev {
    position: absolute;
    top: 43%;
    left: 26px;
}
.procedure-slider.owl-theme .owl-nav [class*=owl-],
.procedure-slider.owl-theme .owl-nav [class*=owl-]:hover {
    color: #FFF;
    font-size: 30px;
    margin: 0;
    padding: 0;
    background: transparent;
  }
.procedure-slider .owl-next {
    position: absolute;
    top: 43%;
    right: 26px;
}
.article {
    padding: 4% 0px;
    position: relative;
}
.article .patch {
    position: absolute;
    top: 0;
    width: 22%;
}
.article .item h5{
  color: #C1C1C1;
  font-size: 19px;
  line-height:29px ;
}
.article .item h4 {
    color: #000;
    font-size: 28px;
    line-height: 29px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    margin-bottom: 0;
}
.article .item p {
    color: #000 !important;
    color: #fff;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    margin-bottom: 13px;
    margin-top: 9px;
    opacity: 0;
    font-family: "CentraNo2-Book";
}
.pro-video p {
    color: #212529 !important;
    opacity: 1 !important;
    font-size: 1.1rem;
    line-height: 1.5rem;
}
.pro-video-thumb {position: relative;}
.play-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #0000004d;
    transition: all 0.5s ease;
    opacity: 1;
}
.play-overlay img {
    width: 3.5rem !important;
    height: auto;
}
.pro-video:hover .play-overlay {
    opacity: 0;
}
.article .item .text-box {
    background: #FFFFFF;
    border: 1px solid #707070;
    padding: 26px 21px;
    height:auto;
    transition: all 0.3s ease-in-out;
}
.article img{
  width: 100%;
}
.article .ietm{
   border: 1px solid #707070;
}
.article .item:hover h5,
.article .item:hover h4{
  color: #fff;
}
.article .item:hover .text-box {
    /*margin-top: -96px;*/
    background: #E75200;
    color: #fff;
   /* height: 241px;*/
    position: relative;
}
.article .item:hover p{
  opacity: 1;
}
.article-slider {
    margin-top: 3%;
}
.inner-testi{
  background: #fcf9f5;
  padding-top: 4%;
}
.article-slider .owl-prev {
    position: absolute;
    top: 43%;
    left: -3%;
}
.article-slider.owl-theme .owl-nav [class*=owl-], .article-slider.owl-theme .owl-nav [class*=owl-]:hover {
    color: #726a6a;
    font-size: 40px;
    margin: 0;
    padding: 0;
    background: transparent;
}
.article-slider .owl-next {
    position: absolute;
    top: 43%;
    right: -3%
}
.why{
  position: relative;
}
.why-wrappwer{
  display: flex;
}
.logo-warpper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.logo-single img{
  display: block;
  margin: 0 auto;
}
.logo-single {
    width: 25%;
    text-align: center;
    margin-bottom: 70px;
    margin-right: 33px;
}
.logo-single h5{
    margin-top: 12px;
}
.why .common-btn{
  width: 179px;
  height: 49px;
  font-size: 16px;
  background: #848484;
  color: #fff;
}
.why-wrappwer .text-box {
    width: 50%;
    position: relative;
    top: 96px;
}
.why-wrappwer .img-box {
    width: 50%;
    padding-left: 6%;
}
#rnd-main.why-wrappwer .img-box {padding: 6%;}
/*#rnd-main.why-wrappwer .img-box img {position: relative;}
#rnd-main.why-wrappwer .img-box img:before {
  content: '';
  position: absolute;
  left: -5px;
  top: -5px;
  height: 105%;  
  width: 55%;
}*/
.why-wrappwer p{
  margin-bottom: 40px;
}
.why-wrappwer p a{
  color: #E65100;
  font-size: 20px;
}
.procedure-use p{
  color: #fff;
}
.procedure-use{
  background: url(../images/procedure-use-bg.png) no-repeat;
  padding: 5% 0 2%;
}
.procedure-use .benefits-single::before{
  display: none;
}
.features-tab{
  padding: 60px 0px;
  background: #F5F5F5;
}
.features-tab .nav-tabs .nav-link {
    font-size: 30px;
    color: #000;
    background: #fff;
   /* border: 1px solid #707070;*/
  /*  border-radius: 0px 20px;*/
    text-align: center;
    height: 77px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    box-shadow: 0px 0px 7px 0px #cccccc
}
.features-tab .nav-link, .nav-tabs .nav-link.active{
  background: #E75200;
  color: #fff;
  display: flex !important;
}
.features-tab li{
  width: 27%;
  margin: 0px 13px;
}
.features-tab ul{
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 0;
}
.features-tab .why-wrappwer h2 {
    color: #E75200;
    font-size: 30px;
    line-height: 31px;
    margin-bottom: 28px;
}
.features-tab .why-wrappwer li {
    width: 100%;
    font-size: 19px;
    line-height: 26px;
    margin: 0;
    margin-bottom: 22px;
    list-style-type: disc;
    width: 90%;
}
.features-tab .why-wrappwer ul {
    display: block;
    padding-left: 21px;
}
.features-tab .why-wrappwer .logo-warpper{
  margin-top: 53px;
}
.features-tab .why-wrappwer{
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown2;
  animation-delay: 0.2s;
}
.gallery-single{
  position: relative;
  margin-top: 9%;
}
.gallery-single .overlay {
    position: absolute;
    content: "";
    background: #00000080;
    height: 98%;
    width: 98%;
    left: 5px;
    top: 4px;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}
.gallery-single i{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  color: #fff;
  font-size: 32px;
    z-index: 1;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}
.gallery-single:hover .overlay,
.gallery-single:hover i{
  opacity: 1;
}
.photo-gallery{
  padding: 81px 0px;
}
.photo-gallery .owl-theme .owl-nav [class*=owl-], .photo-gallery .owl-theme .owl-nav [class*=owl-]:hover {
    color: #868282;
    font-size: 40px;
    margin: 0;
    padding: 0;
    background: transparent;
}
.photo-gallery .owl-prev {
    position: absolute;
    top: 50%;
    left: -4%;
}
.photo-gallery .owl-next{
    position: absolute;
    top: 50%;
    right: -4%;
}
.faq-main{
  padding:68px 0px;
  background: #F5F5F5;
}
.faq .card {
    margin-bottom: 0;
    border: 0;
    border-bottom: 1px solid #ccccccf7;
}
.faq .card-header .btn-link {
    color: #000;
    font-size: 31px;
    text-decoration: none;
    padding: 18px 37px 20px;
    transition: all 0.5s ease-in-out;
    width: 100%;
    text-align: left;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
   .faq .card-header .btn-link br{
     display: none;
   }
   .faq .card-header .btn-link[aria-expanded="true"] {
    background:#E65100;
    color: #fff;
    box-shadow: none;
    position: relative;
    z-index: 1;
    border-radius: 0;
}
 .faq .icon-mathematical-addition-sign {
    float: right;
    color: #fff;
    transition: all 0.5s ease-in-out;
    position: relative;
    top: -2px;
    border-radius: 50%;
    transform: rotate(-90deg);
}
.faq .icon-minus-symbol {
    float: right;
    transition: all 0.5s ease-in-out;
    position: relative;
    color: #fff;
    border-radius: 50%;
}
.faq .collapsed .icon-mathematical-addition-sign {
  display: block !important;
}
.faq .collapsed .icon-minus-symbol {
  display: none;
  color:#fff;background: transparent;
  border:1px solid orange;
}
.faq .icon-mathematical-addition-sign{
  display: none;
}
.faq .card-body {
width: 100%;
margin: auto;
background: #f5f5f5;
}
.faq .card-header{
  background: #fff;
  padding:0;
}
.faq .card-body ul li{
  font-size: 19px;
  line-height: 29px;
  position: relative;
  margin-bottom: 9px;
}
.faq .card-body ul li::before {
    position: absolute;
    content: "";
    background: #E65100;
    height: 7px;
    width: 7px;
    border-radius: 50%;
    top: 11px;
    left: -14px;
}
.faq .card-body ul {
  padding-left: 20px;
}
div#accordion {
    margin-top: 42px;
}
.services-tetsi{
  padding-top: 4%;
}
.sitemap h4{
  font-size: 20px;
  margin-bottom: 20px;
}
.sitemap a{
  display: block;
  color: #000;
  font-size: 18px;
  margin-bottom: 4px;
}
.sitemap a:hover{
  color: #E75200;
}
.sitemap, .common-page{
  padding: 60px 0px;
}
.sitemap .col-lg-3{
    padding-left: 4%;
}
.common-page p {
    font-size: 17px;
    line-height: 1.2;
    color: #000;
    margin-bottom: 10px;
    font-weight:400;
    font-family: "CentraNo2-Light";
}
.common-page h4 {
    font-size: 18px;
    margin-bottom: 5px;
    color: #000;
    margin-bottom: 10px;
}
.common-page h3{
  font-size: 20px;
}
.error-btn{
  display: flex;
  align-items: center;
  justify-content: center;
}
.error-btn .common-btn {
    margin: 0px 10px;
    width: 127px;
    background: #e75200;
}

.news-text {
    display: flex;
    justify-content: start;
}
.news-text h5{
  margin:0px 20px 0px 0px;
}

section.services-case-study.blogs h5 {
    font-size: 15px;
    font-weight: 400;
}
.services-case-study-single h1 {
    font-size: 34px;
    margin-top: 10px;
}
.case-header, .case-content-wraper {display: flex;}
/*.case-content-wraper .case-slider-wrap {width: 40%;}*/
/*.case-content-wraper .case-details {width: 60%;}*/
.case-header {margin-bottom: 1rem;}
.services-case-study-single .cs-client {height: 4rem; width: auto; margin-right: 2rem;}
.services-case-study-single h4 {
    font-size: 30px;
    margin-top: 10px;
}
.services-case-study.blogs .common-btn {
    background: #E75200;
}
.case-slider-wrap .owl-nav img {height: 1.5rem;}
.case-slider-wrap .case-image-slider .owl-nav {
    position: absolute;
    bottom: 0%;
    width: 100%;
}
.case-slider-wrap .case-image-slider .owl-prev {left: 0px;}
.case-slider-wrap .case-image-slider .owl-next {right: 0px;}
.case-slider-wrap .case-image-slider .owl-prev, .case-slider-wrap .case-image-slider .owl-next {
  background: none !important;
  position: absolute;
}
.services-case-study-single {
    margin-bottom: 55px;
    
}
.services-case-study-single#single-case {margin-bottom: 0;}

.services-case-study-single .text-box {
    padding: 25px 10px 10px;
}
.services-case-study.blogs h5 .fa {
    color: #e75200;
    font-size: 20px;
    margin-right: 6px;
}

.recent-wrapp img {
   margin-right:20px;
   width: 160px;
}
.recent-wrapp {
    border-bottom: 1px solid #ccc6;
    padding-bottom: 15px;
    display:flex;
    padding-top:15px;
}

.recent-wrapp p{
  margin-bottom:0px;
  color: #000;
}

.categories-box a {
    font-size: 19px;
    color: #000;
}
.categories-box {
    margin-bottom: 15px;
}

.categories-box a:hover {
    color: #e75200;
}

.categories-box a .fa{
  margin-left:10px;
}
.categories h3 {
    margin-bottom: 20px;
    margin-top: 0px;
    border-top: 1px solid #ccc;
    padding-top: 20px;
}

.col-lg-5.right-sec {
    padding-left: 7%;
}

.services-case-study.blogs {
    padding: 60px 0px;
}
.services-case-study-single .img-wrapper {
    position: relative;
}
.services-case-study-single .img-wrapper .common-btn {
    border-radius: 0px;
    position: absolute;
    top: 6%;
    left: 4%;
    color: #fff;
    padding: 8px 20px;
    height: auto;
}
.right-div.sticky.fixed {
    position: sticky;
    right: 6%;
    width: 100%;
    top: 0px;
}

.share-on {
    display: flex;
}
.share-list .fa {
    margin: 0px 5px 0px 5px;
    font-size: 23px;
    color: #e75200;
}


.news-slider .text-box .news-text h5 {
    font-size: 14px;
    font-weight: 400;
}

.news-slider h4 {
    font-size: 21px;
}

.news-slider .item p {
    display: none;
}
.news-slider .text-box{
  height: 120px;
  padding: 20px;
    overflow: hidden;
    /*box-shadow: 0px -2px 52px #0e264b2b;*/
    background-color: #fff;
    position: relative;
    transition: all 0.5s ease-in-out;
}

.news-slider .services-case-study-single{
  border: 1px solid #ccc6;
}
.news-slider .item .btn-news{
  display: none;
}

.news-slider .item:hover p{
display:block;
}

.news-slider .item:hover .btn-news{
  display:block;

}
section.recent-news .container {
    border-top: 1px solid #ccc;
    padding-top: 30px;
}
.news-slider .common-btn{
  background-color:transparent;
}

.news-slider .item:hover .text-box {
    height: 210px;
    margin-top:-90px;
    background-color: #E75200;
    color: #fff;
}
.news-slider .item p{
/*display: -webkit-box;*/
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size:15px;
  }

  .news-slider .text-box .btn-news {
    color: #fff;
}

.news-slider .owl-prev {
    position: absolute;
    top: 39%;
    left: -4%;
}
.news-slider .owl-next {
    position: absolute;
    top: 39%;
    right: -4%;
}
.news-slider.owl-theme .owl-nav [class*=owl-], .news-slider.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
}

.news-slider .owl-nav img{
  width: 70%;
}

.recent-news h3{
text-align:center;
margin-bottom:20px;
font-size:35px;
}

.caption-heading .news-text {
    text-align: center;
    justify-content: center;
    margin-bottom: 20px;
    color: #ffffffb3;
}
.caption-heading .news-text#case-bread-date {justify-content: flex-start !important;}
.caption-heading .news-text .fa{
  color:#E75200;
}

.reserac-wrapper{
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: relative;
 
}
.reserach {
    position: relative;
}
.reserac-wrapper .overlay{
  position: relative;
  /*content: "";*/
  background: #000000b0;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  padding: 90px 65px;
 
  flex-direction: column;
  justify-content: space-between;
}
.reserac-single{
  width: 50%;
  background: url(../images/reserach-new.png);
  background-size: cover;
  background-position: center;
height: 490px;
}
.process-single{
  width: 50%;
  background: url(../images/process-new.png);
  background-size: cover;
  background-position: center;
  text-align: left;
  height: 490px;
}
.reserac-wrapper h2 {
    font-size: 30px;
    line-height: 28px;
    color: #e75200;
    margin-bottom: 9px;
}
.reserac-wrapper h3 {
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 14px;
}
.reserac-wrapper p {
    font-size: 16px;
    line-height: 27px;
    color: #fff;
    margin-bottom: 1rem;
}
.reserac-wrapper .common-btn{
  /*width: 166px;*/
  /*width: 115px;*/
  width: 95px;
  height: 40px;
/*height: 49px;*/
  padding: 0px 8px;
font-size: 12px;
background: #E75200;
}
.scrollbar {
    height: 330px;
    /* background: #f5f5f5; */
    overflow-y: scroll;
    margin-bottom: 25px;
}
#style-1::-webkit-scrollbar-track,  #style-2::-webkit-scrollbar-track{
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #f5f5f5;
}

#style-1::-webkit-scrollbar, #style-2::-webkit-scrollbar{
  width: 12px;
  background-color: #f5f5f5;
}

#style-1::-webkit-scrollbar-thumb, #style-2::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #555;
}
div#style-3 {
    overflow-y: auto;
}
.versator-dot {
    position: absolute;
    top: 30%;
    left: 5%;
    /* color: #fff; */
    width: 14%;
    text-align: center;
    justify-content: center;
    text-align: center;
    /* display: flex; */
    /* flex-wrap: wrap; */
}
.versator-dot .dots, .versator-dot2 .dots, .versator-dot3 .dots, .versator-dot4 .dots {
    width: 20px;
    height: 20px;
    background: #e75200;
    display: block;
    border-radius: 50%;
    margin: 0 auto;
    -webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite;
}

.lapEzVN-dot {
    position: absolute;
    top: 50%;
    left: 5%;
    /* color: #fff; */
    width: 14%;
    text-align: center;
    justify-content: center;
    text-align: center;
    /* display: flex; */
    /* flex-wrap: wrap; */
}
.lapEzVN-dot .dots, .lapEzVN-dot2 .dots, .lapEzVN-dot3 .dots, .lapEzVN-dot4 .dots {
    width: 20px;
    height: 20px;
    background: #e75200;
    display: block;
    border-radius: 50%;
    margin: 0 auto;
    -webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite;
}


.lapEz-dot {
    position: absolute;
    top: 32%;
    left: 2%;
    /* color: #fff; */
    width: 14%;
    text-align: center;
    justify-content: center;
    text-align: center;
    /* display: flex; */
    /* flex-wrap: wrap; */
}
.lapEz-dot .dots, .lapEz-dot2 .dots, .lapEz-dot3 .dots {
    width: 20px;
    height: 20px;
    background: #e75200;
    display: block;
    border-radius: 50%;
    margin: 0 auto;
    -webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite;
}
@media (max-width: 992px) {
   .lapEz-dot .dots, .lapEz-dot2 .dots, .lapEz-dot3 .dots {
       display:none;
   } 
}

.bg-black-img {
    background: url(../images/benefits-bg.png) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 4% 0 6%;
}
.orange-dot .dots {
    width: 20px;
    height: 20px;
    background: #e75200;
    display: block;
    border-radius: 50%;
    margin: 0 auto;
    -webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite;
}
.orange-dot.ezvu-dot1 {
    position: absolute;
    top: 41%;
    left: 7%;
}
.orange-dot.ezvu-dot2 {
    position: absolute;
    top: 19%;
    left: 46%;
}
.orange-dot.ezvu-dot3 {
    position: absolute;
    top: 18%;
    left: 34%;
}
.morsafe-dot .dots, .morsafe-dot2 .dots, .morsafe-dot3 .dots {
    width: 20px;
    height: 20px;
    background: #e75200;
    display: block;
    border-radius: 50%;
    margin: 0 auto;
    cursor:pointer;
    -webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite;
}
.management-content{
 /* height: 330px;*/
    /* background: #f5f5f5; */
   /* overflow-y: scroll;*/
    /*margin-bottom: 25px;*/
}
.morsafe-dot {
    position: absolute;
    top: 21%;
    left: 19%;
}
.morsafe-dot2 {
    position: absolute;
    top: 15%;
    left: 38%;
}
.morsafe-dot3 {
    position: absolute;
    top: 55%;
    left: 4%;
}
.versator-dot p, .versator-dot2 p, .versator-dot3 p, .versator-dot4 p  {
    margin-bottom: 5px;
    text-align: center;
    width: 100%;
}
.easy-wrapper.morsafe-easy .easy-single {
    width: 28%;
    padding: 0px 10px;
    }
.versator-dot2 {
    position: absolute;
    /*top: 22%;
    left: 41%;*/
    top: 43%;
    left: 37%;
}
.versator-dot3 {
    position: absolute;
    /*left: 45%;
    top: 35%;*/
    left: 38%;
    top: 58%;
}
.versator-dot4 {
    position: absolute;
    /*top: 44%;
    left: 13%;*/
    top: 62%;
    left: 13%;
}

.lapEz-dot p, .lapEz-dot2 p, .lapEz-dot3 p  {
    margin-bottom: 5px;
    text-align: center;
    width: 100%;
}
.lapEz-dot2 {
    position: absolute;
    top: 41%;
    left: 33%;
}
.lapEz-dot3 {
    position: absolute;
    /*left: 45%;
    top: 35%;*/
    left: 38%;
    top: 62%;
}
.lapEzVN-dot p, .lapEzVN-dot2 p, .lapEzVN-dot3 p  {
    margin-bottom: 5px;
    text-align: center;
    width: 100%;
}
.lapEzVN-dot2 {
    position: absolute;
    top: 30%;
    left: 31%;
}
.lapEzVN-dot3 {
    position: absolute;
    left: 17%;
    top: 51%;
}
@media (max-width: 992px) {
   .lapEzVN-dot .dots, .lapEzVN-dot2 .dots, .lapEzVN-dot3 .dots {
       display:none;
   } 
}

.tooltip.primary .tooltip-inner {
    background-color: #e75200;
    font-family: "CentraNo2-Light";
}
.tooltip.primary.top>.tooltip-arrow {
    border-top-color: #b61842 !important;
}
.tooltip.primary.right>.tooltip-arrow {
    border-right-color: #b61842;
}
.tooltip.primary.bottom>.tooltip-arrow {
    border-bottom-color: #b61842;
}
.tooltip.primary.left>.tooltip-arrow {
    border-left-color: #b61842;
}
/*.versator-dot  p{
opacity:0;
}
.versator-dot:hover p{
opacity:1;
}*/

.rotor-tab .img-box{
    position: relative;
    border: 0px !important;
    outline: 0px;
}
.ordering-table {
    background: #fff;
}
.ordering-table table {
   width: 80%;
   margin:0 auto;
}

.video-wrapper .img-box {
    display: flex;
    justify-content: center;
}

.video-wrapper img {
    margin: 0px 10px;
    width: 31%;
    margin-bottom: 35px;
}
.video-wrapper {
    margin-top: 0px;
    flex-wrap: wrap;
    width: 100%;
}
.bggray {background: #F5F5F5;}
.events-tabcontent .tab-pane {background: inherit;}
.events-tabcontent .video-text {
  border-radius: 10px;
  padding: 1.5rem;
  color: #e85b0d;
  display: flex;
  width: 99%;
  justify-content: flex-start;  
  position: relative;
}
.events-tabcontent .video-text .event-tag {
    position: absolute;
    right: 1.5rem;
    top: 1.5rem;
    background: #e85b0d;
    color: #fff;
    padding: 5px 15px;
    font-size: 13px;
    font-weight: 700;
    border-radius: 5px;
}
.events-tabcontent .video-text strong, .events-tabcontent .video-text b {color: #000;}
.events-tabcontent .video-text span {
    padding-left: 0px;
    padding-bottom: 0px !important;
    display: block;
}
.events-tabcontent .video-text .event-thumbnail {width: 20%; margin-right: 2rem;}
.events-tabcontent .video-text .event-content {width: 55%;}
.events-tabcontent .video-text .event-content p {font-size: 18px;}
.events-tabcontent .video-text .event-date {width: 25%; text-align: right;}
.literature .events-tabcontent .video-text {display: block;}
.literature .events-tabcontent .video-text {color: #6c757d;}
.features-tab.gallery-tab li {
    width: 100%;
    margin-bottom: 15px;
}
.features-tab.gallery-tab #nav-tabContent {
    width: 80%;
}

.features-tab.gallery-tab .nav-tabs .nav-link{
  height:55px;
}

 @-moz-keyframes glowing {
  0% {
    background-color: #e66d3e;
    -moz-box-shadow: 0 0 3px #e66d3e;
  }
  50% {
    background-color: #e66d3e;
    -moz-box-shadow: 0 0 40px #e66d3e;
  }
  100% {
    background-color: #e66d3e;
    -moz-box-shadow: 0 0 3px #e66d3e;
  }
}


@keyframes glowing {
  0% {
    background-color: #e75200eb;
    box-shadow: 0 0 3px #e75200eb;
  }
  50% {
    background-color:#e66d3e;
    box-shadow: 0 0 40px #e75200eb;
  }
  100% {
    background-color: #e66d3e;
    box-shadow: 0 0 3px #e75200eb;
  }
}

.download-btn a span{
margin-left:0px;
}
.article-slider .item .fa {
    position: absolute;
    top: 37%;
    left: 45%;
    color: #e75200;
    font-size: 30px;
    background: #fff;
    border-radius: 50%;
    padding: 10px 12px 9px 15px;
}

.procedure-wrapper.pdf .fa {
    font-size: 70px;
    padding-right: 20px;
    color: #e75200;
}
.procedure-wrapper p {
    margin-bottom: 0px;
    font-size:18px;
}
.procedure-wrapper.pdf {
    background: #fff;
    padding: 15px;
    width: 60%;
    margin: 3rem auto;
    margin-bottom: 20px;
    position: relative;
}
.procedure-wrapper .fa-download {
    font-size: 40px !important;
    float: right;
    position: absolute;
    right: 5px;
    color: #878787 !important;
    top: 50%;
    transform: translateY(-50%);
}
.procedure h2 {
    margin-bottom: 20px;
}
table.table.table-bordered.ezcatch-table td {
    padding: 5px !important;
    font-size:14px;
}

.member-wrapper .team-list {
    width: 32%;
    margin-top: 10px;
    cursor:pointer;
}
.member-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-top: 2rem;
    justify-content: center;
}
.features-tab.gallery-tab ul {
    display: block;
    width: 85%;
}
.features-tab.gallery-tab .container {
    display: flex;
    width: 100%;
    align-items: flex-start;
}
.features-tab.gallery-tab nav.cus-nav.aos-init.aos-animate {
    width: 25%;
    margin-right: 20px;
}
.video-text {
    width: 90%;
    background: #fff;
    margin: 0px 10px;
    padding: 10px;
    margin-bottom: 20px;
    box-shadow: 0px -2px 52px #0e264b21;
}
.video-text img{
  width:100%;
  margin: 0px;
}
.video-text iframe {
  width: 100% !important;
  /*height: auto !important;*/
}
.video-text p {
    padding: 0px 0px;
    font-family: "CentraNo2-Book";
    /*display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;*/
    word-break: break-word;
    margin-bottom: 0;
}
.video-text p.literature-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #e85b0d;
}
.video-text p a:hover {color: #e85b0d;}
.video-text .video-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border: 0;
  z-index: 1;
  cursor: pointer;
}
#video-popups .modal-body iframe {
  width: 100%;
  height: 430px;
}
.video-gallery-wrap .video-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.video-gallery-wrap .tab-pane {background: inherit;}
.video-gallery-wrap .video-wrapper .video-text {width: 32%; margin: 0 1.2% 20px 0; position: relative;}
.video-text span {
    padding-left: 10px;
    color: #8e8e8e;
    font-family: 'CentraNo2-Book';
    /* padding-top: 14px; */
}
.benefits-single span {
    /*font-size: 70px;*/
    font-size: 100px;
    color: #ea6319;
    /* margin-bottom: 20px; */
}
/*.versator-benefits .benefits-single:nth-child(3) span{
   font-size: 66px;
}*/

.benefits-single span#Bradycardia-icon {
  font-size: 65px;
  line-height: 100px;
}
.benefits-wrapper .benefits-single p {
    margin-top: 15px;
}
.template .rd-content li {list-style: disc; margin-left: 20px;}
.template .sub-navbar .list-unstyled {
    margin: 0;
    padding: 0;
    border-radius: 5px;
    overflow: hidden;
}
.template .sub-navbar .nav-link {
     height: 70px;
    position: relative;
    display: block;
    font-size: 15px;
    text-align: center;
    margin: -1px 0 0;
    padding: 20px 15px;
    font-weight: 700;
    background: #fcfcfc;
    color: #2c2222;
    line-height: 1.1;
    border-bottom: 1px solid #c2c8e287;
    transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    width: 170px;
    z-index:9999;
}
.template .sub-navbar .nav-link.active, .template .sub-navbar .nav-link:hover {
    color: #fff;
    background: #ea6922;
}
.template .sub-navbar .nav-link:last-child {
    border-bottom: 0;
}
/*.rd-content .container {
    padding-left: 16%;
}*/
.template .sub-navbar .list-unstyled {
    margin: 0;
    padding: 0;
    border-radius: 5px;
    overflow: hidden;
}
.template {
    position: relative;
}
.template .wrapp-navbar {
    position: absolute;
    left: 15px;
    top: 100px;
}
.template .sticky.fixed {
    position: sticky;
    top: 0px;
    z-index: 1;
}
.rd-content .row {
    display: flex;
    align-items: center;
    justify-content: center;
}

.rd-content {
    padding: 40px 0px;
}
.features-tab.gallery-tab.literature .video-wrapper {
    display: flex;
}
.features-tab.gallery-tab.literature .video-text {
    width: 30%;
    position: relative;
}
li.active.sub-li .nav-link {
    border: 0px;
    font-size: 14px;
}
li.active.sub-li .nav-link.nav-links1 {
    font-size: 17px !important;
}
li.active.sub-li {
    /* border: 1px solid #707070; */
    box-shadow: 0px 0px 7px 0px #ccccccab;
    /* border-radius: 3px !important; */
}

.features-tab.gallery-tab.literature li a {
    text-align: left !important;
    justify-content: flex-start;
    margin-right: 0;
    border-radius: 0;
    border: 0;
}
li.active.sub-li a {
    padding-left: 30px !important;
    box-shadow:none !important;
}
li.active.sub-li .nav-links1 {
    padding-left: 15px !important;
    border-bottom: 1px solid #ccc;
}
.product-videos .owl-item .item {position: relative;}
.product-videos .owl-item .item iframe {
  width: 100%;
  /*max-height: 230px;*/
}
.product-videos .owl-item .item .video-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border: 0;
  z-index: 1;
  cursor: pointer;
}
.rd-list li{
  font-size: 16px;
  list-style-type: disc;
}
.rd-list{
  padding-left: 16px;
}
.versator-easy-wrapper{
  justify-content: center;
  width: auto;
  border: 0;
}
.versator-easy-wrapper .easy-single{
  width: 30%;
  border: 1px solid #ccc;
}
.versator-easy-wrapper .easy-single p{
  padding: 0px 30px;
}
.versator-easy-wrapper .easy-single:hover p{
  color: #fff;
}

.lapez-easy-wrapper{
  justify-content: center;
  width: auto;
  border: 0;
}
.lapez-easy-wrapper .easy-single{
  width: 30%;
  border: 1px solid #ccc;
}
.lapez-easy-wrapper .easy-single p{
  padding: 0px 30px;
}
.lapez-easy-wrapper .easy-single:hover p{
  color: #fff;
}

.blood-wrapper {
    display: flex;
    align-items: center;
    /*justify-content: center;*/
}
.blood-wrapper .blood-single h3 {
    font-size: 20px;
    margin: 0px 10px;
    /*border: 1px solid #ccc;*/
    padding: 9px 10px;
}
.problems h4 {
    font-size: 21px;
    margin-bottom: 15px;
}
.container.spec-tables {
    width: 84%;
}
.container.spec-tables h3 {
    margin-bottom: 20px;
}

.container.spec-tables table{
  margin-bottom:40px;
}

.blood-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.clinical-benefits li{
list-style-type:disc;
}
.container.clinical-benefits {
    width: 84%;
}
.container.clinical-benefits ul {
    margin-left: 15px;
}

/*.team-list:hover .overlay {
    height: 100%;
    overflow-y: auto;

}

.team-list:hover .overlay{
  display: none;
}*/
/*.team-list .overlay::-webkit-scrollbar-track{
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #f5f5f5;
}

.team-list .overlay::-webkit-scrollbar{
  width: 12px;
  background-color: #f5f5f5;
}

.team-list .overlay::-webkit-scrollbar-thumb{
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #555;
}*/
.home-contact select.form-control:not([size]):not([multiple]) {
    /*height: 44px !important;*/
    padding: 0;
    margin-top: -23px;
    font-size: 19px;
    font-family: "CentraNo2-Book";
}
.home-contact option{
  color: #000;
  font-family: "CentraNo2-Book";
}
.ezvu-content .orange-dot .dots {
    height: auto;
    width: auto;
    border-radius: 0;
    color: #fff;
    padding: 6px 10px;
    font-size: 12px;
}
.management .item img {
    width: 100%;
    /*margin-top: 70px;*/
    position: relative;
    left: 30px;
   /* box-shadow: 0px 10px 10px #cccccc87;*/
    /*filter: grayscale(100%);*/

}
.gray {
    color: #585050 !important;
}
.breadcum_container.product-breadcrum h1 {
    font-size: 45px;
    line-height: 50px;
}

.safe .table-bordered tr:nth-child(1) td {
   background: #999999;
    color: #fff;
}
.table tr:nth-child(odd) td {
    background: #cccccc42;
}
.why .img-box img {
    width: 60%;
}
/*.rd-content .img-box img {
    height: 350px;
    object-fit: cover;
    width:100%;
}*/
.breadcum_container p {
    color: #fff;
}
.managemodal .modal-body {align-items: center;}
select {
    width: 100%;
    height: 60px;
    background: #f5f6f8;
    border: 0px;
    padding: 0px 15px;
    color: #8B8B8B;
    font-size: 17px;
    font-weight: 600;
}
span.help-block.form-error {
    font-size: 12px;
    color: red;
}

.about-main-wrapper .img-box img {
    float: left;
    width:50%;
    padding-right: 15px;
}
.logo-wrapper img {
    width: auto !important;
}
select {
    height: 65px !important;
}

.modal-content{
  border-radius: 0px;
}
.modal-content .modal-header {
    border-bottom: 0px;
}
.modal-content .modal-header {
    border-bottom: 0px;
}
.close{
  position: absolute;
  right:10px;
  z-index:1;
  top:5px;
}
.modal-content h4 {
    font-size: 22px;
}
.modal-content h4 {
    color:#E75200;
}

.modal-dialog {
    max-width: 695px;
    /* margin: 1.75rem auto; */
}
.managemodal .modal-dialog {
    max-width: 1100px;
}
.breadcum.breadcum2 .versator-logos-color {
    position: absolute;
    bottom: -68px;
    left: 25px;
    width: 22%;
}
.slider-section span {
    font-size: 30px;
}
.rotor-tab .table-box h3 {
    margin-bottom: 20px;
}
.manageteammodal .modal-body {display: flex;}
.modal-content .modal-body {
    padding: 10px 50px 25px;
}
#dbrochure .modal-content .modal-body {padding: 10px 5px 25px;}
#dbrochure .modal-content .modal-body .form-single {width: 100%;}
#dbrochure .modal-content .modal-body .contact-us {padding: 0;}
#dbrochure .modal-content .modal-body .contact-us p {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 5px;
}
#dbrochure .modal-content .modal-body .inner-checkbox {
    
    justify-content: space-between;
}
#dbrochure .modal-content .modal-body .inner-checkbox label {font-size: 18px; color: #8B8B8B;}
.modal-backdrop.show {
    opacity: 1;
}

.modal-body .img-div {
    width: 65%;
    padding-right: 20px;
    position: relative;
}
.modal-body .img-div:before, #rnd-main.why-wrappwer .img-box .img-box-wrap:before {
    content: "";
    position: absolute;
    left: -15px;
    width: 50%;
    height: 108%;
    top: -4%;
    background: #e75200;
}
.modal-body .img-div img, #rnd-main.why-wrappwer .img-box .img-box-wrap img {position: relative;}
#dbrochure .modal-content .modal-body .captcha {margin-top: -1rem;}
#rnd-main.why-wrappwer .img-box .img-box-wrap {position: relative;}
div#sync2 .owl-item {
    width: 100% !important;
}
div#sync2 .owl-stage {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100% !important;
}
.modal-body .text-wrap {
    width: 100%;
}
.img-flex {
    display: flex;
}

.easy-single .caption-main .hidden-text {
    opacity: 0;
    display: none;
}

.easy-single:hover .hidden-text{
    opacity:1;
    display: block;
}

.img-team {
    width: 35%;
    position:relative;
}

.img-team:before {
    content: "";
    position: absolute;
    left: 17px;
    width: 50%;
    height: 108%;
    top: -4%;
    background: #e75200;
}

.blood-single span {
    font-size: 50px;
    color: #e75200;
}

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

.problems.solutions .solution-list {
    width: 50%;
}
.problems.solutions .solution-list.sol-image {
    width: 30%;
}
.problems.solutions .solution-list.sol-content {
    width: 70%;
}
.problems.solutions .container {
    display: flex;
    align-items: center;
}
.problems.solutions {
    padding: 50px 0px 0px;
}
.problems {
    padding: 50px 0px 50px;
    background: #f5f5f5;
}
.problems.solutions {
    padding: 50px 0px 50px;
    background: #f5f5f5;
}

.problems img {
    margin: 0 auto;
    display: block;
}

.specialties .specialties-single {
    width: 19%;
    text-align: center;
    margin-bottom: 45px;
}
.specialties {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.specialties .specialties-single span {
    font-size: 35px;
}
.specialties .specialties-single span.rnd-icon {
    width: 8rem;
    display: block;
    margin: 0 auto;
}
.specialties .specialties-single span.rnd-icon img {width: 100%;}
.specialties-sec {
    padding: 40px 0px 0px;
}
.specialties-sec h2 {
    margin-bottom: 50px;
    text-align: center;
}
.case-slider .item .text-content {
    padding: 15px 20px 20px;
    background: #fff;
    height: 171px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.case-slider .item .text-content h3 {
    font-size: 20px;
    margin-bottom: 5px;
}
.case-slider .item .text-content h5 {
    font-size: 17px;
}

.case-slider .common-btn {
    background: #848484;
    height: 40px;
    padding: 0px 15px;
    font-size: 13px;
}
.case-slider .item {
    box-shadow: 0px 0px 10px #ccc;
    margin-bottom: 20px;
    background:#FFF;
}

.beginners-study {
    background:#ebebeb
}
.beginners-study h5 a{
    color: #e75200;
}
.beginners-study h5 a:hover{
    color: #212529;
}

.beginners-study .item {
    box-shadow: 0px 0px 10px #ccc;
    margin-bottom: 20px;
    background: #FFF;
}
.beginners-study .item .text-content {
    padding: 15px 20px 20px;
    background: #fff;
    height: 171px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.beginners-study .item h2 {
    font-size: 20px;
    margin-bottom: 5px;
    color: #e75200;
}
.case-study h3, .clients h3, .beginners-study h3 {
    font-size: 45px;
    margin-bottom: 20px;
}
@media (max-width: 1600px) and (min-width: 1200px){
    .case-study h3, .clients h3, .beginners-study h3 {
        font-size: 40px;
        margin-bottom: 20px;
    }
    
}
@media (max-width: 992px) {
    .case-study h3, .clients h3, .beginners-study h3 {
        font-size: 33px;
    }
}
@media (max-width: 767px) {
    .case-study h3, .clients h3, .beginners-study h3 {
        font-size: 20px;
    }
}
.case-slider .owl-nav {
    position: absolute;
    bottom: 1%;
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
}

.case-slider.owl-theme .owl-nav [class*=owl-] {
    background: transparent;
}
.case-slider .owl-nav span {
    font-size: 30px;
    color: #000;
}
.case-slider .owl-prev {
    position: absolute;
    left: -35px;
    /* font-size: 20px; */
}

.case-study {
    padding-bottom: 40px;
}
.case-slider .owl-next {
    position: absolute;
    right: -35px;
    /* font-size: 20px; */
}
.case-study {
    /* padding-bottom: 40px; */
    background: #f5f5f5;
    padding: 40px 0px 60px;
}
.morsafe-morcellation .easy-single:nth-child(5) span.icon{
  font-size: 167px;
}
.morsafe-morcellation .easy-single:nth-child(5) h3 {
    position: relative;
    top: -35px;
}
.morsafe-morcellation .easy-single:nth-child(5):hover span.icon {
    font-size: 139px;
}
.modal .form-single .form-div .form-control{
  margin-bottom: 20px;
}
.highlightes-line{
  color: #e75200;
    padding: 39px 9px;
    line-height: 45px;
    font-size: 34px;
    font-weight: 600;
}
.highlightes-line span {
    font-size: 29px;
    color: #7c7e80;
}
.form-modal .modal-body{
  display: unset;
}
.vm {
    background: url(../images/vision-mission-bg.png);
    background-size: cover;
    background-position: center center;
    padding: 12% 0;
    background-attachment: fixed;
    background-repeat: no-repeat;
}
.vm .vm-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-evenly;
    position: relative;
    top: 100px;
}
.vm .vm-wrapper .vm-single {
    FONT-WEIGHT: 200;
    FONT-WEIGHT: 200;
    width: 45%;
    position: relative;
    border-radius: 0px 50px 0px 50px;
    padding-bottom: 5%;
    height: 201px;
    padding-top: 3%;
    padding-right: 26px;
    padding-left: 26px;
    transition: all 0.3s ease-in-out;
}
.vm-wrapper .vm-single:hover{
  background: #E75200;
}
.vm-wrapper .vm-single:hover h3,
.vm-wrapper .vm-single:hover p{
  color: #fff;
}
.vm-single .text-box {
    padding-left: 0;
}

.modal#enquiry .modal-body {padding: 10px 15px 30px;}
.modal#enquiry .modal-body .contact-us {padding: 0;}
.modal#enquiry .modal-body .form-single {width: 100%;}


div#cookieNotice {
  position: fixed;
  bottom: 0px;
  color: #fff;
  background: #0000007d;
  z-index: 4;
  width: 100%;
}
div#cookieNotice .content-wrap {
  padding: 15px;
}
div#cookieNotice .content-wrap p {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 25px;
    color: #fff;
    display:block;
}
div#cookieNotice a.btn-primary {
    padding: 9px 19px;
    margin: 0px 7px;
    font-size: 14px;
}
div#cookieNotice .btn-primary{
    color: #fff;
    background-color: #e75200;
    border: 0;
    padding: 9px;
    font-size: 14px;
    display: initial;
    cursor: pointer;
}
div#cookieNotice .btn-primary:hover{
  color: #fff !important;
  border: 0 !important;
}

.highlightes-line span a {
    /* color: blue; */
    text-decoration: underline;
}

.highlightes-line span a:hover{
  color:#007bff;
}
.about-main-wrapper .text-box p .orange a {
    color: #e75200;
}

.navbar-expand-md .dropdown:hover .dropdown-menu {
    display: block !important;
}
header.shrink .navbar-expand-md .navbar-nav .nav-link {
    color: #000;
}
.home-upcoming .nav-link, .home-upcoming .nav-link:hover {
    font-size: 49px;
    background: transparent !important;
    border: 0 !important;
    color: #000 !important;
    position: relative;
    top: 22px;
}
.rotor-tab.home-upcoming .nav-tabs .nav-link:hover{
  border: 0 !important;
  box-shadow: unset !important;
}
.home-upcoming .owl-nav {
    position: absolute;
    bottom: 0;
    left: -33%;
}
.home-upcoming {
    padding-bottom: 31px !important;
    padding-top: 3%;
    background: #b4b4b41f;
    margin-top: 0;
}
.home-upcoming .owl-theme .owl-nav [class*=owl-],
.home-upcoming .owl-theme .owl-nav [class*=owl-], .home-upcoming .owl-theme .owl-nav [class*=owl-]:hover {
    color: #fff;
    font-size: 20px;
    background: #e75200;
}
.home-upcoming .video-text {
    margin-top: 3%;
    height: 153px;
    box-shadow: 0px -2px 52px #0e264b05;
}
.home-upcoming .events-tabcontent .video-text .event-thumbnail {
  width: 30%;
  margin-right: 1rem;
}
.home-upcoming .events-tabcontent .video-text .event-content {width: 70%;}
.navbar-expand-md .navbar-nav .nav-link:hover{
  color: #fff;
}
.member .container {
    padding: 0px 95px;
}

li.sub-li.additional a:nth-child(3), li.sub-li a:nth-child(4){
display: none !important;
}

.alert {margin-top: 1.2rem;}
.alert * {font-size: 14px !important;}
.alert ul, .alert li, .alert p {margin: 0 !important; font-size: 14px; font-family: "CentraNo2-light";}


/* FAQ Accordion Styles */
#faqAccordion .card {
  border: none; /* Remove default border */
  margin-bottom: 1rem; /* Add spacing between FAQ items */
  border-radius: 0.5rem; /* Rounded corners */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Soft shadow */
}

#faqAccordion .card-header {
  background-color: #f8f9fa; /* Light background */
  border-radius: 0.5rem; /* Rounded corners */
  padding: 0rem; /* Padding for better spacing */
  font-weight: bold;
  cursor: pointer; /* Pointer for interactivity */
}

#faqAccordion .card-header:hover {
  background-color: #e9ecef; /* Slightly darker on hover */
}

#faqAccordion .btn-link {
    background: #e85b0d;
    color: #fff;
    border: 1px solid #e85b0d !important;
    border-radius: 10px;
    box-shadow: 0px 0px 13px 0px #412c2c4d;
    text-decoration: none;
    font-size: 20px;
    width: 100%;
    height: auto;
    min-height: 50px;
    text-wrap: initial;
}

#faqAccordion .btn-link:hover {
  color: #fff; /* Darker blue on hover */
  text-decoration: none; /* Add underline on hover */
}
#faqAccordion .collapse .card-body {
  padding: 1rem 1.5rem; /* Add padding inside content */
  background-color: #ffffff; /* White background */
  border-radius: 0.5rem; /* Rounded corners */
  color: #343a40; /* Dark text */
  line-height: 1.6; /* Better line spacing */
}

#faqAccordion .collapse.show {
  animation: fadeIn 0.3s ease; /* Smooth opening animation */
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.enquire-now {
  display: inline-block;
  margin-top: 20px;
  padding: 12.5px 18px;
  background: #aeaeae;
  color: #fff;
  border-radius: 30px;
  font-family: Futura, 'Futura PT', Arial, sans-serif;
  font-size: 15px;
  text-decoration: none;
  text-align: center;
  font-weight: 600;
}
.enquire-now:hover {
  background: #e85b0d;
  color: #fff;
  text-decoration: none;
}
