@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&amp;display=swap');
body{
	font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-style: normal;
	color:#333
}
.header01 {
  position: relative;
  left: 0;
  top: 0px;
  z-index: 1;
  width: 100%;
  z-index: 5;
}
.header02 {
  position: relative;
  border: none;
  z-index: 5;
}
.header03 {
  position: relative;
  border: none;
  z-index: 5;
  background: #061b48;
}
.fixedHeader, .header02.fixedHeader {
  background: #fff;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.2);
  border: none;
}
.header02.fixedHeader {
  background: #fff;
}
.header03.fixedHeader {
  background: #061b48;
}
.header02:after {
  content: "";
  width: 60.9375%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: #392779;
}
.header03:before {
  content: "";
  width: 30.520834%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
}
.header02 .container, .header03 .container {
  position: relative;
  z-index: 2;
}
.navArea {
  position: relative;
  /*display: flex;
  justify-content: flex-start;
  align-items: center;*/
  display: block
}
.logo {
  position: relative;
  overflow: hidden;
  width: 220px;
  border-right: 1px solid rgba(204, 204, 204, 0.2);
  padding: 12px 0 12px;
}
.header02 .logo {
  width: 31.578947%;
  border-right: none;
  padding: 23px 0 30px;
}
.header03 .logo {
  width: 198px;
  padding: 16px 0 31px;
  border-right: none;
}
.logo img {
  /* height: 63px;*/
  width: 200px;
  max-width: 100%;
}
.mainMenu {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0 0 20px;
}
.header02 .mainMenu {
  padding: 44px 0 0 130px;
}
.header03 .mainMenu {
  padding: 40px 0 0 42px;
}
.mainMenu ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 24px;
}
.mainMenu ul li {
  list-style: none;
  line-height: 24px;
  margin-left: 15px;
  margin-right: 15px;
  position: relative;
}
.header02 .mainMenu ul li, .header03 .mainMenu ul li {
  margin-right: 32px;
}
.mainMenu > ul > li {
  padding: 5px 0 5px;
}
.header02 .mainMenu > ul > li {
  padding: 0 0 47px;
}
.header03 .mainMenu > ul > li {
  padding: 0 0 45px;
}
.mainMenu ul li:last-child {
  margin-right: 0;
}
.mainMenu ul li a {
  display: block;
  font-size: 14.4px;
  line-height: 24px;
  color: #111;
  font-weight: 500;
  position: relative;
}
.mainMenu ul li ul {
  display: initial;
  padding: 0px 0 15px;
  position: absolute;
  top: 88%;
  left: -20px;
  pointer-events: none;
  min-width: 240px;
  border-radius: 0;
  background: #FFF;
  border-bottom: 3px solid #ed7619;
  visibility: hidden;
  opacity: 0;
  box-shadow: 0 9px 52px -24px rgba(0, 0, 0, 0.17);
  z-index: 10;
  -webkit-transform: rotateX(-75deg);
  -moz-transform: rotateX(-75deg);
  transform: rotateX(-75deg);
  transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -o-transform-origin: 0% 0%;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.header02 .mainMenu ul li ul {
  background: #111;
  border-bottom-color: #33d1cb;
}
.header03 .mainMenu ul li ul {
  background: #061b48;
  border-bottom-color: #00d2ff;
}
.mainMenu ul li ul li ul {
  top: 0;
  left: calc(100% + 1px);
}
.mainMenu > ul li:hover > ul {
  pointer-events: inherit;
  visibility: visible;
  opacity: 1;
  -webkit-transform: rotatex(0deg);
  -moz-transform: rotatex(0deg);
  transform: rotatex(0deg);
}
.mainMenu > ul ul li {
  padding: 0;
  display: block;
  width: 100%;
  padding: 5px 20px 5px 20px;
  margin: 0;
  border-bottom: 1px solid #ccc;
}
.mainMenu > ul ul li:last-child {
  border-bottom: 0px;
}
.header01 .mainMenu ul li a:hover {
  color: #ed3437
}
.header02 .mainMenu > ul ul li {
  margin-right: 0;
}
.header03 .mainMenu > ul ul li {
  margin-right: 0;
}
.mainMenu > ul ul li a {
  font-weight: 500;
  letter-spacing: 0;
  padding: 0;
  position: relative;
  /*display: inline-block;*/
}
.header01 .mainMenu ul li a {
  font-weight: 400 !important;
  font-family: 'Bree Serif', serif
}
.header02 .mainMenu > ul ul li a {
  font-size: 14px;
  font-weight: 500;
}
.header03 .mainMenu > ul ul li a {
  font-size: 14px;
  font-weight: 500;
}
.header02 .mainMenu > ul ul li:hover > a {
  color: #33d1cb;
}
.header03 .mainMenu > ul ul li:hover > a {
  color: #00d2ff;
}
.mainMenu > ul ul li a:before {
  content: "";
  width: 0;
  left: auto;
  right: 0;
  border-bottom: 1px solid transparent;
  position: absolute;
  bottom: 3px;
  transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -webkit-transition: all ease 300ms;
}
.mainMenu > ul ul li:hover > a:before {
  left: 0;
  right: auto;
  border-bottom: 1px solid #fff;
  width: 100%;
}
.header02 .mainMenu > ul ul li:hover > a:before {
  border-bottom: 1px solid #33d1cb;
}
.header03 .mainMenu > ul ul li:hover > a:before {
  border-bottom: 1px solid #00d2ff;
}
.header02 .mainMenu a, .header03 .mainMenu a {
  font-size: 16px;
  font-family: roboto, sans-serif;
}
.mainMenu ul li.menu-item-has-children > a {
  font-weight: 500;
}
.mainMenu > ul > li.menu-item-has-children.current-menu-item > a, .mainMenu > ul > li:hover > a {
  font-weight: 500;
}
.mainMenu > ul > li.menu-item-has-children > a:after {
  position: relative;
  font-family: fontawesome;
  content: "\f107";
  display: inline-block;
  top: 0;
  margin-left: 5px;
  font-weight: 400;
}
.mainMenu > ul ul li.menu-item-has-children:after {
  position: absolute;
  font-family: fontawesome;
  content: "\f105";
  right: 20px;
  top: 11px;
  margin-left: 5px;
  font-weight: 400;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
}
.header02 .mainMenu > ul ul li.menu-item-has-children:hover:after {
  color: #33d1cb;
}
.header03 .mainMenu > ul ul li.menu-item-has-children:hover:after {
  color: #00d2ff;
}
.header02 .mainMenu > ul > li.menu-item-has-children > a:after {
  top: -1px;
  margin-left: 9px;
}
.accessNav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  border-left: 1px solid rgba(204, 204, 204, 0.2);
  padding-left: 50px;
  margin-left: auto;
  padding: 0;
}
.accessNav img {
  width: 150px;
}
.header02 .accessNav {
  padding-left: 0;
  border-left: none;
  padding: 36px 0 34px;
}
.header03 .accessNav {
  border: none;
  padding: 0;
}
.phoneCall {
  position: relative;
  padding-left: 44px;
  margin-right: 29px;
}
.phoneCall i {
  font-size: 30px;
  color: #ed7619;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 0;
  transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}
.phoneCall span {
  font-size: 10px;
  color: #fff;
  display: block;
  line-height: 0.8;
  font-family: roboto, sans-serif;
  margin: 0 0 10px;
}
.phoneCall h6 {
  font-family: heebo, sans-serif;
  font-size: 16px;
  color: #fff;
  line-height: 0.8;
  font-weight: 700;
  margin: 0;
}
.phoneCall2 {
  position: relative;
  padding: 9px 0 8px 56px;
  min-height: 46px;
}
.phoneCall2 .pc2Icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 46px;
  height: 46px;
  background: #33d1cb;
  text-align: center;
  border-radius: 50%;
  line-height: 46px;
  text-align: center;
  color: #fff;
  font-size: 31px;
}
.phoneCall2 .pc2Icon i {
  line-height: inherit;
}
.phoneCall2 .pc2Icon img {
  height: 31px;
  width: auto;
  max-width: 100%;
}
.phoneCall2 span {
  font-size: 11px;
  color: #fff;
  display: block;
  line-height: 0.8;
  font-family: roboto, sans-serif;
  margin: 0 0 7px;
}
.phoneCall2 h6 {
  font-family: heebo, sans-serif;
  font-size: 16px;
  color: #fff;
  line-height: 0.8;
  font-weight: 700;
  margin: 0;
}
.phoneCall4 {
  position: relative;
  padding: 0 0 0 35px;
  min-height: 35px;
  margin: 37px 29px 38px 0;
}
.pc4Image {
  width: 25px;
  height: 31px;
  position: absolute;
  left: 0;
  top: -2px;
}
.phoneCall4 span {
  font-size: 11px;
  color: #fff;
  display: block;
  line-height: 0.8;
  font-family: roboto, sans-serif;
  margin: 0 0 9px;
}
.phoneCall4 h6 {
  font-family: heebo, sans-serif;
  font-size: 16px;
  color: #fff;
  line-height: 0.8;
  font-weight: 700;
  margin: 0;
}
.menuBtn {
  font-family: roboto, sans-serif;
  display: none;
  justify-content: center;
  align-items: center;
  height: 50px;
  line-height: 50px;
  background: #ed7619;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.35px;
  padding: 0 15px;
  overflow: hidden;
  margin: 0 0 0 15px;
  transform: perspective(1px) translateZ(0);
  -moz-transform: perspective(1px) translateZ(0);
  -webkit-transform: perspective(1px) translateZ(0);
}
.header02 .menuBtn {
  background: #33d1cb;
  margin-left: 35px;
}
.header03 .menuBtn {
  background: #3a7bd5;
  background: linear-gradient(90deg, rgba(58, 123, 213, 1) 0%, rgba(0, 210, 255, 1) 100%);
}
.menuBtn span {
  position: relative;
  z-index: 2;
}
.menuBtn i {
  font-weight: 400;
  position: relative;
  top: -1px;
  margin-right: 6px;
}
.menuBtn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.menuBtn:hover:before, .menuBtn.active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.menuBtn:hover, .menuBtn.active {
  color: #ed7619;
}
.header02 .menuBtn:hover, .header02 .menuBtn.active {
  color: #33d1cb;
}
.header03 .menuBtn:hover, .header03 .menuBtn.active {
  color: #fff;
}
.header03 .menuBtn:before {
  background: #00d2ff;
  background: linear-gradient(90deg, rgba(0, 210, 255, 1) 0%, rgba(58, 123, 213, 1) 100%);
}
.slider_01 {
  position: relative;
  width: 100%;
  padding: 0;
  overflow-x: hidden;
}
.lab_btn_1 {
  font-family: roboto, sans-serif;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  border: 2px solid #fff;
  letter-spacing: -0.45px;
  text-align: center;
  display: inline-block;
  height: 64px;
  line-height: 60px;
  padding: 0 58px;
  transition: all ease 300ms !important;
  -moz-transition: all ease 300ms !important;
  -webkit-transition: all ease 300ms !important;
}
.lab_btn_1:hover {
  color: #ed7619;
  border-color: #ed7619;
}
.videoBtn {
  height: 96px;
  width: 96px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  line-height: 94px;
  text-align: center;
  font-size: 30px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto !important;
  transition: all ease 300ms !important;
  -moz-transition: all ease 300ms !important;
  -webkit-transition: all ease 300ms !important;
}
.videoBtn:hover {
  border-color: #1c1c1c;
  color: #1c1c1c;
}
.tp-bannertimer {
  display: none;
}
.slider_02 {
  position: relative;
  padding: 0 7.291666%;
  overflow-x: hidden;
}
.slider_02:after {
  content: "";
  width: 86.8%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: #392779;
}
.slider_02 > div {
  z-index: 2;
}
.sliderBtn2 {
  font-family: roboto, sans-serif;
  background: #fff;
  font-size: 18px;
  color: #392779;
  letter-spacing: -0.45px;
  width: 226px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  transition: color ease-out 300ms !important;
  -moz-transition: color ease-out 300ms !important;
  -webkit-transition: color ease-out 300ms !important;
}
.sliderBtn2:before {
  background: #33d1cb;
}
.slider_03 {
  position: relative;
  width: 100%;
  height: 868px;
  background: #061b48;
  overflow-x: hidden;
}
.iconBox03 {
  font-family: roboto, sans-serif;
  position: relative;
  font-size: 20px;
  line-height: 26px;
  color: #fff;
  letter-spacing: -0.2px;
  font-weight: 700;
  padding-left: 56px;
}
.iconBox03 i {
  font-size: 47px;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 3px;
}
.slider_03 .lab_btn_4 {
  width: 226px;
  height: 64px;
  font-size: 18px;
  line-height: 64px;
  text-align: center;
  letter-spacing: -0.45px;
}
.tparrows {
  width: 70px;
  height: 70px;
  background: rgba(252, 51, 41, 0.4);
  transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -webkit-transition: all ease 300ms;
}
.slider_02 .tparrows {
  background: rgba(51, 209, 203, 0.4);
}
.slider_03 .tparrows {
  background: rgba(0, 0, 0, 0.2);
}
.tparrows:before {
  width: 100%;
  height: 100%;
  line-height: 70px;
}
.tparrows:hover {
  background: #ed7619;
}
.slider_02 .tparrows:hover {
  background: #33d1cb;
}
.slider_03 .tparrows:hover {
  background: #00d2ff;
}
.serviceLeft {
  position: relative;
  background: linear-gradient(to right, #ed3437, #f89c32);
  padding: 116px 120px 134px 160px;
  overflow: hidden;
}
.serviceLeft:after {
  content: "";
  width: 86px;
  height: 145px;
  position: absolute;
  left: 80px;
  top: 83px;
  background: url(../images/shapes/1.png) no-repeat center center;
  animation: zoom-in-zoom-out 4s ease-out infinite;
}
@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(0.7, 0.7);
  }
  100% {
    transform: scale(1, 1);
  }
}
.serviceLeft:before {
  content: "";
  width: 480px;
  height: 456px;
  position: absolute;
  right: 0;
  bottom: 0;
  /* background: url(../images/shapes/2.png) no-repeat center center;
  opacity: 0.2;
  animation: move-right-bottom 4s ease-out infinite;*/
}
@keyframes move-right-bottom {
  0% {
    transform: translate3d(0);
  }
  50% {
    transform: translate3d(50px, 50px, 0);
  }
  100% {
    transform: translate3d(0);
  }
}
.serviceLeft h2 {
  font-size: 30px;
  line-height: 40px;
  color: #fff;
  margin: 0 0 43px;
  position: relative;
  z-index: 1;
}
.serviceLeft h1 {
  font-size: 30px;
  line-height: 40px;
  color: #fff;
  margin: 0 0 43px;
  position: relative;
  z-index: 1;
}
.serviceLeft p {
  color: #fff;
  margin: 0 0 20px;
  position: relative;
  z-index: 1;
  line-height: 24px;
  text-align: justify;
}
.serviceLeft img {
  height: 77px;
  width: auto;
  max-width: 100%;
  margin: 0 0 15px;
  position: relative;
  z-index: 1;
}
.serviceLeft h5 {
  font-size: 18px;
  color: #fff;
  letter-spacing: -0.045px;
  line-height: 1;
  margin: 0;
  position: relative;
  z-index: 1;
}
.serviceLeft h5 span {
  font-weight: 400;
}
.serviceArea {
  position: relative;
  padding: 0;
}
.serviceArea h2 {
  font-size: 45px;
  line-height: 1;
  margin: 0 0 53px;
}
.singleService01 {
  position: relative;
  overflow: hidden;
}
.singleService01 img {
  width: 100%;
  height: auto;
}
.ss01Content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: calc(100% - 28px);
  background: #fff;
  border-bottom: 3px solid #ed7619;
  /* padding: 25px;*/
  padding: 20px
}
.ss01Content > i {
  font-size: 62px;
  line-height: 1;
  color: #ed7619;
  display: block;
  margin: 0 0 20px;
}
.ss01Content h3 {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.55px;
  margin: 0;
}
.ss01Content h3 a {
  color: inherit;
  font-size: 20px
}
.ss01Content h3 a:hover {
  color: #ed7619;
}
.ss01Content p {
  line-height: 26px;
  margin: 0;
  font-size: 20px;
}
.ss01Content > a {
  width: 63px;
  height: 60px;
  position: absolute;
  right: 0;
  bottom: -3px;
  background: #1c1c1c;
  color: #fff;
  font-size: 16px;
  line-height: 60px;
  text-align: center;
  overflow: hidden;
  transform: perspective(1px) translateZ(0);
  -moz-transform: perspective(1px) translateZ(0);
  -webkit-transform: perspective(1px) translateZ(0);
}
.ss01Content > a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ed7619;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.ss01Content > a:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.ss01Content > a i {
  position: relative;
  z-index: 2;
}
.serviceSlider.owl-carousel .owl-nav {
  position: absolute;
  right: 0px;
  top: -105px;
  margin: 0;
}
.serviceSlider.owl-carousel .owl-nav button {
  height: 65px;
  width: 65px;
  background: #f1f7fc;
  color: #1c1c1c;
  text-align: center;
  line-height: 68px;
  border-radius: 50%;
  font-size: 22px;
  letter-spacing: -0.55px;
  transition: all ease 400ms;
  -moz-transition: all ease 400ms;
  -webkit-transition: all ease 400ms;
}
.serviceSlider.owl-carousel .owl-nav button:hover {
  background: linear-gradient(to right, #ed3437, #f89c32);
  color: #fff;
}
.serviceSlider.owl-carousel .owl-nav button.owl-prev {
  margin-right: 19px;
}
.singleService02 {
  position: relative;
  overflow: hidden;
  padding: 0 5px
}
.singleService02 img {
  width: 100%;
  height: auto;
}
.ss02Content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: calc(100% - 46px);
  background: #fff;
  padding: 25px 70px 25px 40px;
}
.ss02ContentTop {
  bottom: auto;
  top: 0;
}
.ss02Content h3 {
  font-size: 20px;
  line-height: 24px;
  color: #11469d;
  letter-spacing: -0.5px;
  margin: 0 0 14px;
}
.ss02Content h3 a {
  color: inherit;
}
.ss02Content h3 a:hover {
  color: #1c1c1c;
}
.ss02Content p {
  font-size: 17px;
  line-height: 26px;
  margin: 0;
}
.ss02Content > a {
  width: 53px;
  height: 49px;
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 49px;
  background: #f97900;
  background: linear-gradient(to right, #ed3437, #f89c32);
  overflow: hidden;
  transform: perspective(1px) translateZ(0);
  -moz-transform: perspective(1px) translateZ(0);
  -webkit-transform: perspective(1px) translateZ(0);
}
.ss02Content > a i {
  position: relative;
  z-index: 2;
}
.ss02Content > a:hover {
  color: #fff;
}
.ss02Content > a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, rgba(249, 121, 0, 1), rgba(255, 200, 55, 1) 100%);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.ss02Content > a:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.fact01 {
  position: relative;
  padding: 0 0 47px;
}
.fact01:after {
  content: "";
  height: 12px;
  width: 12px;
  background: #ed7619;
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}
.fact01c2:after {
  background: #33d1cb;
}
.fact01 i {
  font-size: 54px;
  line-height: 1;
  color: #ed7619;
  display: block;
  margin: 0 0 27px;
}
.fact01c2 i {
  color: #33d1cb;
}
.fact01 h2 {
  font-size: 48px;
  line-height: 1;
  letter-spacing: -1.2px;
  margin: 0 0 13px;
}
.fact01 h6 {
  font-size: 16px;
  color: #666;
  font-weight: 400;
  margin: 0;
}
.fact02 {
  position: relative;
  text-align: left;
}
.fact02 i {
  font-size: 73px;
  position: relative;
  line-height: 1;
  margin: 0 0 25px;
  display: block;
}
.fact02 i:before {
  margin-left: 19px;
  position: relative;
  z-index: 2;
  background: #00d2ff;
  background: linear-gradient(270deg, rgba(0, 210, 255, 1) 0%, rgba(58, 123, 213, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.f021 i:before {
  margin-left: 8px;
}
.f022 i:before {
  margin-left: 9px;
}
.fact02 i:after {
  content: "";
  width: 43px;
  height: 43px;
  background: #ebebeb;
  border-radius: 50%;
  position: absolute;
  left: -5px;
  bottom: 4px;
}
.fact02 h2 {
  font-family: heebo, sans-serif;
  font-size: 48px;
  line-height: 1;
  color: #11469d;
  letter-spacing: -1.2px;
  margin: 0 0 14px;
}
.fact02 h3 {
  font-family: heebo, sans-serif;
  font-size: 16px;
  line-height: 1;
  color: #666;
  font-weight: 400;
  margin: 0;
}
.factContainer {
  background: url(../images/bg/17.png) no-repeat center center #fff;
  box-shadow: 0 0 152px 0 rgba(0, 0, 0, 0.09);
  position: relative;
  padding: 77px 0 85px;
  margin: 0 0 9px;
}
.factContainer:after {
  content: "";
  width: calc(100% - 54px);
  height: 9px;
  background: #f23127;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -9px;
  margin: 0 auto;
}
.factContainer .fact01 {
  padding-bottom: 0;
}
.factContainer .fact01 i {
  font-size: 74px;
}
.factContainer .fact01:after {
  display: none;
}
.aboutContent {
  position: relative;
  padding-top: 24px;
}
.aboutContent .secTitle {
  margin: 0 0 27px;
}
.aboutContent p {
  margin: 0 0 44px;
}
.hr {
  background: #e1e1e1;
  width: 100%;
  height: 1px;
  margin: 0 0 38px;
}
.iconBox01 {
  position: relative;
  padding-left: 77px;
  min-height: 60px;
  padding-top: 2px;
}
.iconBox01 i {
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 50%;
  color: #fc5149;
  font-size: 36px;
  text-align: center;
  line-height: 60px;
  box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.12);
  position: absolute;
  left: 0;
  top: 0;
}
.iconBox01 h3 {
  font-size: 20px;
  line-height: 26px;
  letter-spacing: -0.5px;
  margin: 0;
}
.aboutContent .lab_btn {
  height: 54px;
  line-height: 54px;
  min-width: 194px;
}
.aboutImg {
  position: relative;
}
.aboutImg img {
  max-width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
}
.expCounter {
  position: absolute;
  left: 0;
  bottom: 97px;
  background: #ec6523;
  background: linear-gradient(90deg, rgba(236, 101, 35, 1) 38%, rgba(236, 45, 35, 1) 100%);
  width: 263px;
  padding: 31px 30px 36px 33px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  z-index: 3;
}
.expCounter span:first-child {
  font-size: 60px;
  line-height: 1;
  color: #fff;
  font-weight: 700;
  letter-spacing: -1.5px;
  margin: 0 18px 0 0;
}
.expCounter span:last-child {
  font-size: 22px;
  line-height: 30px;
  color: #fff;
  letter-spacing: -0.55px;
  text-align: left;
}
.testCategories {
  position: relative;
  padding-bottom: 8px;
}
.testCategories .row {
  margin-left: 0;
  margin-right: 0;
}
.testCategories:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  height: 8px;
  width: calc(100% - 19px);
  background: #ed7619;
}
.testCatItem {
  position: relative;
  border: 1px solid #e1e1e1;
  margin-right: -1px;
  padding: 43px 28px 70px;
  transition: all ease 400ms;
  -moz-transition: all ease 400ms;
  -webkit-transition: all ease 400ms;
}
.testCatItem.mode2 {
  background: #fff;
}
.testCatItem:hover {
  border-color: #ed7619;
}
.testCatItem.mode2:hover {
  border-color: #ed7619;
}
.testCatItem:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/bg/3.png) no-repeat right top #ed7619;
  opacity: 0;
  visibility: hidden;
  transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -webkit-transition: all ease 300ms;
}
.testCatItem.mode2:after {
  background: url(../images/bg/3.png) no-repeat right top #ed7619;
}
.testCatItem:hover:after {
  opacity: 1;
  visibility: visible;
}
.testCatItem i {
  height: 64px;
  width: 64px;
  line-height: 64px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  color: #fc5149;
  font-size: 36px;
  box-shadow: 3px 22px 43px 0 rgba(0, 0, 0, 0.18);
  display: block;
  margin: 0 0 30px;
  position: relative;
  z-index: 2;
}
.testCatItem.mode2 i:before {
  background: #ed3437;
  background: linear-gradient(to right, #ed3437, #f89c32);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.testCatItem h3 {
  font-size: 24px;
  letter-spacing: -0.6px;
  margin: 0 0 24px;
  position: relative;
  z-index: 2;
  transition: all ease 400ms;
  -moz-transition: all ease 400ms;
  -webkit-transition: all ease 400ms;
}
.testCatItem.mode2 h3 {
  color: #11469d;
}
.testCatItem:hover h3 a {
  color: #fff;
}
.serviceSection2 .testCatItem h3:hover a {
  color: #fff;
}
.testCatItem p {
  line-height: 26px;
  margin: 0;
  position: relative;
  z-index: 2;
  transition: all ease 400ms;
  -moz-transition: all ease 400ms;
  -webkit-transition: all ease 400ms;
}
.testCatItem:hover p, .testCatItem:hover h3 {
  color: #fff;
}
.testCatItem:hover h3 {
  animation: anim_h3 500ms alternate;
}
.testCatItem:hover p {
  animation: anim_p 650ms alternate;
}
.labCard {
  position: relative;
}
.labCard img {
  width: 100%;
  height: 315px;
}
.lcContent {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 0 100px 59px;
}
.lcContent h3 {
  font-size: 30px;
  line-height: 40px;
  color: #ed3437;
  margin: 0 0 25px;
}
.lcContent .lab_btn_4 {
  min-width: 186px;
}
@keyframes anim_h3 {
  0% {
    transform: translateX(25px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes anim_p {
  0% {
    transform: translateY(25px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.halfSection {
  width: 43.802083%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: #ec6523;
  background: linear-gradient(90deg, rgba(236, 101, 35, 1) 38%, rgba(236, 45, 35, 1) 100%);
  overflow: hidden;
}
.halfSection:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/shapes/4.png) no-repeat right top;
  animation: move-right-top 4s ease-out infinite;
}
@keyframes move-right-top {
  0% {
    transform: translate3d(0);
  }
  50% {
    transform: translate3d(50px, -50px, 0);
  }
  100% {
    transform: translate3d(0);
  }
}
.halfSection:before {
  content: "";
  width: 86px;
  height: 145px;
  position: absolute;
  right: 202px;
  bottom: 275px;
  background: url(../images/shapes/1.png) no-repeat center center;
  animation: zoom-in-zoom-out 4s ease-out infinite;
}
@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(0.7, 0.7);
  }
  100% {
    transform: scale(1, 1);
  }
}
.wcuContent {
  position: relative;
  background: #fff;
  padding: 67px 100px 94px 99px;
  z-index: 2;
}
.wcuContent .secTitle {
  margin: 0 0 27px;
}
.wcuContent > p {
  margin: 0 0 36px;
}
.skillArea {
  position: relative;
  padding-left: 31px;
}
.singleSkill {
  position: relative;
  float: left;
}
.singleSkill:first-child {
  margin-right: 59px;
}
.singleSkill p {
  margin: 0;
  font-weight: 500;
  color: #1c1c1c;
  letter-spacing: -0.45px;
  line-height: 1;
}
.skillOne {
  width: 103px;
  height: 103px;
  position: relative;
  margin: 0 auto 19px;
}
.skillOne strong {
  font-size: 24px;
  font-weight: 700;
  color: #ed7619;
  letter-spacing: -0.6px;
  line-height: 1;
  display: block;
  position: absolute;
  width: 100%;
  top: 54%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.testiMonialAuthors {
  margin: 0 98px 53px;
}
.tmaItem {
  position: relative;
  overflow: hidden;
  padding: 0 13.5px;
  cursor: pointer;
}
.tmaItem:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  width: 100%;
  height: 20px;
  background-color: #fcfcfc;
}
.slick-active.slick-center .tmaItem:after {
  background: url(../images/author/active.png) no-repeat center bottom transparent;
}
.tmaItem img {
  width: 100%;
  height: auto;
}
.testiMonialContentSlider {
  position: relative;
  background: #fff;
  box-shadow: 0 0 152px 0 rgba(0, 0, 0, 0.09);
  margin-bottom: 61px;
  margin-top: 28px;
}
.testiMonialContentSlider:before {
  content: "\f10d";
  font-family: fontawesome;
  position: absolute;
  font-size: 36px;
  color: #fff;
  height: 73px;
  width: 73px;
  background: #ed7619;
  border-radius: 50%;
  text-align: center;
  line-height: 73px;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -28px;
}
.testiMonialContentSlider:after {
  content: "";
  height: 7px;
  width: calc(100% - 54px);
  position: absolute;
  background: #f23127;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -7px;
}
.tmcsItem {
  text-align: center;
  position: relative;
  padding: 79px 0 64px;
}
.tmcsItem p {
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
  width: 65%;
  margin: 0 auto 29px;
}
.tmcsItem h5 {
  font-size: 16px;
  line-height: 1;
  margin: 0 0 6px;
}
.tmcsItem h6 {
  font-size: 13px;
  font-weight: 400;
  color: #061b48;
  line-height: 1;
  margin: 0;
}
.testiMonialContentSlider .slick-dots {
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  bottom: -61px;
  width: 100%;
  line-height: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.testiMonialContentSlider .slick-dots li {
  list-style: none;
  margin: 0 4px;
}
.testiMonialContentSlider .slick-dots li button {
  border: none;
  box-shadow: none;
  width: 13px;
  height: 13px;
  background: #e1e1e1;
  border-radius: 50%;
  font-size: 0;
  color: transparent;
}
.testiMonialContentSlider .slick-dots li.slick-active button {
  background: #f13127;
}
.tmLeft {
  position: relative;
  padding-right: 30px;
}
.tmLeft .secSubTitle3 {
  color: #fff;
  margin: 0 0 34px;
}
.tmLeft .secTitle {
  color: #fff;
  margin: 0 0 41px;
}
.tmArrows {
  position: relative;
  display: flex;
  justify-content: flex-start;
  gap: 12px;
}
.tmArrows a {
  width: 55px;
  height: 55px;
  font-size: 22px;
  color: #1c1c1c;
  line-height: 57px;
  text-align: center;
  background: #fff;
  border-radius: 50%;
}
.tmArrows a:hover {
  background: #33d1cb;
  color: #fff;
}
.testimonialAuthorWrap {
  width: 204px;
  margin: 11px auto 0;
}
.tasItem {
  width: 63px;
  height: 63px;
  padding: 5px;
}
.tasItem img {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  opacity: 0.2;
  cursor: pointer;
  transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -webkit-transition: all ease 300ms;
}
.slick-active.slick-center .tasItem img {
  opacity: 1;
}
.tsItem {
  position: relative;
  padding: 26px 35px 0;
}
.tsItem p {
  font-size: 24px;
  line-height: 36px;
  color: #392779;
  font-weight: 500;
  margin: 0 0 36px;
}
.tsItem h5 {
  font-size: 16px;
  font-weight: 700;
  color: #1c1c1c;
  line-height: 1;
  margin: 0 0 6px;
}
.tsItem span {
  font-size: 13px;
  font-weight: 400;
  color: #061b48;
  display: block;
  line-height: 1;
}
.testimonial02 {
  position: relative;
}
.tstiContent {
  position: relative;
  padding: 33px 50px 46px 54px;
  border: 1px solid #e1e1e1;
  margin-bottom: 33px;
}
.tstiContent:after {
  content: "";
  width: 41px;
  height: 33px;
  position: absolute;
  left: 46px;
  bottom: -33px;
  background: url(../images/shapes/9.png) no-repeat center center;
}
.tstiContent span {
  display: block;
  width: 57px;
  height: 57px;
  font-size: 72px;
  font-family: roboto, sans-serif;
  color: #fff;
  line-height: 1;
  text-align: center;
  background: #00d2ff;
  background: linear-gradient(270deg, rgba(0, 210, 255, 1) 0%, rgba(58, 123, 213, 1) 100%);
  border-radius: 50%;
  padding: 14px 0 0;
  margin: 0 0 24px;
}
.tstiContent p {
  font-size: 22px;
  line-height: 36px;
  color: #061b48;
  margin: 0;
}
.testAuthor {
  position: relative;
  padding: 13px 0 10px 78px;
  margin-left: 84px;
  margin-top: 49px;
}
.testAuthor img {
  width: 58px !important;
  height: 58px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
}
.testAuthor h5 {
  font-size: 16px;
  color: #11469d;
  line-height: 1;
  margin: 0 0 6px;
}
.testAuthor span {
  font-size: 13px;
  line-height: 1;
  color: #061b48;
  display: block;
}
.imgDiv {
  position: relative;
  z-index: 2;
}
.imgDiv img {
  max-width: 100%;
  height: auto;
  position: relative;
  z-index: 3;
}
.imgDiv:after {
  content: "";
  width: 86px;
  height: 145px;
  position: absolute;
  right: 15px;
  top: 46px;
  background: url(../images/shapes/6.png) no-repeat center center;
  animation: top-bottom-anim 4s ease-out infinite;
}
@keyframes top-bottom-anim {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(3px, 30px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
.ctaContent {
  position: relative;
  padding: 102px 0 0;
}
.ctaContent .secSubTitle2 {
  margin: 0 0 14px;
}
.ctaContent .secTitle {
  color: #fff;
  margin: 0 0 37px;
}
.ctaContent .lab_btn {
  min-width: 186px;
  text-align: center;
}
.ctaImg {
  position: relative;
  overflow: hidden;
  text-align: right;
  padding: 9px 46px 0 0;
}
.ctaImg img {
  max-width: 100%;
  height: auto;
}
.ctaTitle2 {
  font-size: 36px;
  line-height: 44px;
  color: #fff;
  margin: 64px 0px 0 20px;
}
.phoneCall5 {
  position: relative;
  padding: 4px 0 17px 80px;
  margin: 79px 0 71px;
}
.phoneCall5 img {
  width: 64px;
  height: 64px;
  position: absolute;
  left: 0;
  top: 0;
}
.phoneCall5 span {
  display: block;
  font-size: 16px;
  line-height: 1;
  color: #f1f7fc;
  margin: 0;
}
.phoneCall5 h5 {
  font-size: 24px;
  color: #f1f7fc;
  line-height: 1;
  margin: 0;
}
.newsItem {
  position: relative;
  background: #fafafa;
}
.niThumb {
  position: relative;
  overflow: hidden;
	background: #cccccc0a;
}
.niThumb:after {
  content: "";
  position: absolute;
  background: #fff;
  width: 100%;
  height: 0;
  z-index: 1;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  left: 0;
  opacity: 0.3;
  bottom: 0;
}
.newsItem:hover .niThumb:after {
  height: 100%;
  opacity: 0;
}
.niThumb img {
  width: 70%;
    height: auto;
    margin: 0 auto;
    display: block;
    padding: 20px 0;
}
.niDetails {
  position: relative;
  padding: 30px 35px 0 30px;
	    min-height: 220px;
}
body .niMeta span a{
	color:#333
}
.niDate {
 position: absolute;
    width: 73px;
    height: 73px;
    background: #ec6523;
    background: linear-gradient(90deg, rgba(236, 101, 35, 1) 38%, rgba(236, 45, 35, 1) 100%);
    left: 0px;
    top: -38px;
    text-align: center;
    padding: 17px 0;
    z-index: 2;
    right: 0;
    margin: auto;
}
.niDate span:first-child {
  display: block;
  font-size: 25px;
  font-weight: 700;
  line-height: 25px;
  color: #fff;
  margin: 0 0 3px;
}
.niDate span:last-child {
  font-size: 14px;
  color: #fff;
  line-height: 14px;
  display: block;
  font-weight: 400;
}
.niMeta {
  display: block;
  justify-content: flex-start;
  margin: 30px 0 10px
}
.niMeta span {
  display: inline-flex;
    position: relative;
    font-size: 15px;
    font-weight: 400;
    color: #061b48;
    text-transform: capitalize;
    line-height: 20px;
    margin-right: 0;
    margin-bottom: 5px;
}
.niMeta span:last-child {
  margin-right: 0;
}
.niMeta span i {
  color: #b6b6b6;
  margin-right: 7px;
}
.niMeta span a {
  color: inherit;
}
.niMeta span a:hover {
  color: #ed7619;
}
.niDetails h3 {
  font-size: 20px;
  line-height: 26px;
  letter-spacing: -0.5px;
  margin: 0 0 28px;
}
.niDetails h3 a {
  color: inherit;
}
.niDetails h3 a:hover {
  color: #ed7619;
}
.blogFooter {
  position: relative;
  border-top: 1px solid #ebebeb;
}
.blogFooter .readMore {
  font-family: roboto, sans-serif;
  float: left;
  font-size: 14px;
  color: #f13127;
  line-height: 14px;
  margin: 17px 0 19px;
}
.blogFooter .readMore i {
  font-size: 10px;
  line-height: 14px;
  margin-left: 9px;
  position: relative;
  top: -1px;
}
.blogFooter .readMore:hover {
  color: #1c1c1c;
}
.blogFooter .commentCount {
  float: right;
  font-size: 14px;
  color: #1c1c1c;
  line-height: 14px;
  font-weight: 400;
  margin: 15px 0 0;
}
.blogFooter .commentCount i {
  margin-right: 6px;
}
.blogFooter .commentCount:hover {
  color: #ed7619;
}
.newsItem2 {
  position: relative;
  border: 1px solid #e1e1e1;
  padding: 33px 20px 27px 17px;
  margin-bottom: 30px
}
.newsItem2:after {
  content: "";
  position: absolute;
  left: -1px;
  bottom: -1px;
  width: calc(100% + 2px);
  height: 5px;
  background: #ed7619;
}
.newsItem2 img {
  width: 100%;
}
.niDate2 {
  font-size: 13px;
  line-height: 1;
  color: #8889ac;
  margin: 0 0 13px;
}
.newsItem2 h3 {
  font-size: 16px;
  line-height: 17px;
  color: #111;
  margin: 15px 0 0px;
  text-align: center;
}
.corporate .newsItem2 h3{
	margin: 0
}
.corporate .newsItem2{
	padding: 20px
}
.corporate .newsItem2:after{
	height: 3px
}
.newsItem2 h3 a {
  color: inherit;
  font-weight: normal
}
.newsItem2 h3 a:hover {
  color: #ed7619;
}
.newsItem2 > a {
  font-size: 14px;
  color: #33d1cb;
  line-height: 1;
  display: inline-flex;
}
.newsItem2 > a i {
  margin-left: 10px;
}
.newsItem2 > a:hover {
  color: #392779;
}
.newsItem.niMode2 {
  background: #fff;
}
.niMode2 .niDate {
  background: #00d2ff;
  background: linear-gradient(270deg, rgba(0, 210, 255, 1) 0%, rgba(58, 123, 213, 1) 100%);
}
.niMode2 .niMeta span {
  color: #8889ac;
}
.niMode2 .niMeta span i {
  color: #8889ac;
}
.niMode2 .niMeta span a:hover {
  color: #11469d;
}
.niMode2 .niDetails h3 {
  color: #11469d;
}
.niMode2 .niDetails h3 a:hover {
  color: #1c1c1c;
}
.niMode2 .blogFooter .commentCount {
  color: #8889ac;
}
.niMode2 .blogFooter .commentCount:hover {
  color: #11469d;
}
.niMode2 .blogFooter .readMore {
  background: #f97900;
  background: linear-gradient(90deg, rgba(249, 121, 0, 1) 0%, rgba(255, 200, 55, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.niMode2 .blogFooter .readMore:hover {
  background: #00d2ff;
  background: linear-gradient(270deg, rgba(0, 210, 255, 1) 0%, rgba(58, 123, 213, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.niMode2 .blogFooter .readMore:after {
  content: "\f061";
  font-family: FontAwesome;
  font-size: 10px;
  line-height: 14px;
  margin-left: 9px;
}
.footer01 {
  position: relative;
  padding: 50px 0 0;
 }
.footer01.colorMode2 {
  background: url(../images/bg/11.jpg) no-repeat bottom left #ffffff;
}
.footer01.colorMode3 {
  background: url(../images/bg/17.jpg) no-repeat bottom left #ffffff;
}
.subscribeForm {
  position: relative;
  background: #2e2e2e;
  padding: 30px 25px 30px;
  margin: 0 0 45px;
}
.colorMode2 .subscribeForm {
  background: #2b1b64;
}
.colorMode3 .subscribeForm {
  background: #0a2152;
}
.sfLeft {
  position: relative;
  padding: 2px 0px 0 50px;
}
.sfLeft i {
  font-size: 58px;
  line-height: 1;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  background: #ec6523;
  background: linear-gradient(90deg, rgba(236, 101, 35, 1) 38%, rgba(236, 45, 35, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sfLeft img {
  width: 40px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 7px;
}
.sfLeft h3 {
  font-size: 18px;
  line-height: 40px;
  color: #fff;
  margin: 0;
}
.subscribeForm form {
  position: relative;
  margin: 0px 0 0;
  padding: 0;
  display: inline-block;
  width: 100%;
}
.subscribeForm form input {
  position: relative;
  /* width: calc(100% - 156px);*/
  position: relative;
  font-size: 14px;
  font-weight: 400;
  font-family: roboto, sans-serif;
  color: rgba(255, 255, 255, 0.3);
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  /*background: url(../images/icons/2.png) no-repeat left center transparent;*/
  background: transparent;
  padding: 7px 0 4px 4px;
  float: left;
  margin-right: 4px;
}
.subscribeForm form input[type="email"]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.3);
  opacity: 1;
}
.subscribeForm form input[type="email"]::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
  opacity: 1;
}
.subscribeForm form input[type="email"]::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
  opacity: 1;
}
.subscribeForm button {
  height: 38px;
  width: 134px;
  background: #f13127;
  border: none;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
  float: right;
  margin: 4px 0 0;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
  transform: perspective(1px) translateZ(0);
  -moz-transform: perspective(1px) translateZ(0);
  -webkit-transform: perspective(1px) translateZ(0);
}
.subscribeForm button:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  border-radius: 3px;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.subscribeForm button:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.subscribeForm button:hover {
  color: #f13127;
}
.colorMode2 .subscribeForm button {
  background: #33d1cb;
}
.colorMode2 .subscribeForm button:hover {
  color: #fff;
}
.colorMode2 .subscribeForm button:before {
  background: #f2c354;
}
.colorMode3 .subscribeForm button {
  background: #f97900;
  background: linear-gradient(90deg, rgba(249, 121, 0, 1) 0%, rgba(255, 200, 55, 1) 100%);
}
.colorMode3 .subscribeForm button:before {
  background: #ffc837;
  background: linear-gradient(90deg, rgba(255, 200, 55, 1) 0%, rgba(249, 121, 0, 1) 100%);
}
.colorMode3 .subscribeForm button:hover {
  color: #fff;
}
.widgetRow {
  padding: 0 0 60px;
}
.footer01 .widget {
  position: relative;
  margin: 0;
}
.footer01 .widget .widgetTitle {
  font-size: 16px;
  line-height: 14px;
  color: #fff;
  margin: 27px 0 26px;
}
.footer01 .widget ul {
  margin: 0;
  padding: 0;
}
.footer01 .widget ul li {
  list-style: none;
  margin: 0 0 6px;
}
.footer01 .widget ul li:last-child {
  margin-bottom: 0;
}
.footer01 .widget ul li a {
  display: inline-block;
  font-size: 14px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.6);
  padding: 0;
}
.footer01 .widget ul li a i {
  margin-right: 5px
}
.footer01.colorMode2 .widget ul li a {
  color: rgba(255, 255, 255, 0.4);
}
.footer01.colorMode3 .widget ul li a {
  color: rgba(255, 255, 255, 0.4);
}
.footer01 .widget ul li a:hover {
  color: #f13127;
  padding-left: 5px;
}
.footer01.colorMode2 .widget ul li a:hover {
  color: #33d1cb;
}
.contactWidtetContent {
  position: relative;
}
.footerLogo {
  position: relative;
  margin: 0 0 28px;
}
.footerLogo img {
  height: 63px;
  width: auto;
  max-width: 100%;
}
.cwcInfo {
  position: relative;
  padding-left: 28px;
  font-size: 16px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.6);
  margin: 0 0 14px;
}
.colorMode3 .cwcInfo {
  color: rgba(255, 255, 255, 0.4);
}
.cwcInfo a {
  color: inherit;
}
.cwcInfo a:hover {
  color: #f13127;
}
.colorMode2 .cwcInfo a:hover {
  color: #33d1cb;
}
.cwcInfo i {
  font-size: 17px;
  color: #f13127;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 1px;
}
.colorMode2 .cwcInfo i {
  color: #33d1cb;
}
.colorMode3 .cwcInfo i {
  background: #00d2ff;
  background: linear-gradient(270deg, rgba(0, 210, 255, 1) 0%, rgba(58, 123, 213, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.copyrightRow {
  position: relative;
  border-top:1px solid rgb(0 0 0 / 20%);
}
.siteInfo {
  position: relative;
  font-size: 12px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
  /* line-height: 1;*/
  padding: 35px 0 0;
}
.siteInfo a {
  color: inherit;
}
.siteInfo a:hover {
  color: #f13127;
}
.colorMode2 .siteSocial a:hover {
  color: #33d1cb;
}
.siteSocial {
  display: flex;
  justify-content: flex-end;
  padding: 32px 30px 32px;
}
.siteSocial a {
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  margin: 0 0 0 18px;
}
.siteSocial a:hover {
  color: #f13127;
}
#backtotop {
  position: fixed;
  right: 25px;
  bottom: -25px;
  width: 40px;
  height: 40px;
  background: #ed7619;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 40px;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  border-radius: 3px;
}
#backtotop.colorMode2s {
  background: #33d1cb;
}
#backtotop.colorMode3s {
  background: #00d2ff;
}
#backtotop:hover {
  background: #1c1c1c;
  color: #ed7619;
}
#backtotop.colorMode2s:hover {
  background: #f2c354;
  color: #fff;
}
#backtotop.colorMode3s:hover {
  background: #061b48;
  color: #00d2ff;
}
.pdt64 {
  padding-top: 64px;
}
.iconBox02 {
  position: relative;
  background: #fff;
  box-shadow: 1px 8px 73px 0 rgba(0, 0, 0, 0.16);
  padding: 20px;
  margin: 0 0 30px;
}
.iconBox02 i {
  font-size: 76px;
  color: #ed3437;
  line-height: 1;
  position: relative;
}
.iconBox02 i:before {
  position: relative;
  z-index: 2;
}
.iconBox02 i span {
  width: 54px;
  height: 54px;
  background: #ed761985;
  border-radius: 50%;
  position: absolute;
  right: -7px;
  bottom: 2px;
}
.iconBox02 h3 {
  font-size: 22px;
  color: #ed3437;
  line-height: 26px;
  letter-spacing: -0.6px;
  margin: 30px 0 24px;
}
.iconBox02 h3 a {
  color: inherit;
}
.iconBox02 h3 a:hover {
  color: #33d1cb;
}
.iconBox02 p {
  line-height: 26px;
  margin: 0;
}
.testingContent {
  padding-left: 98px;
  padding-top: 59px;
}
.testingContent .secTitle {
  color: #fff;
  margin: 0 0 37px;
	    font-size: 35px;
    line-height: 40px;
}
.abQuote {
  position: relative;
  background: rgba(0, 0, 0, 0.1);
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  padding: 28px 40px 30px 110px;
  margin: 0 0 42px;
}
.abQuote:before {
  content: "";
  width: 60px;
  height: 51px;
  background: url(../images/icons/4.png) no-repeat center center;
  position: absolute;
  left: 30px;
  top: 34px;
}
.testingContent p {
  color: #fff;
  text-align: justify;
}
.aboutContent2 {
  position: relative;
  padding: 23px 0 0;
}
.aboutContent2 .secTitle {
  color: #392779;
  margin: 0 0 27px;
}
.aboutContent2 p {
  margin: 0 0 37px;
}
.listul {
  margin: 0 0 25px;
  padding: 0;
  font-family: roboto, sans-serif;
}
.listul li {
  list-style: none;
  font-size: 16px;
  line-height: 30px;
  padding: 0 0 0 41px;
  position: relative;
  margin: 0 0 5px;
}
.listul li:last-child {
  margin: 0;
}
.listul li:before {
  font-family: fontawesome;
  content: "\f178";
  font-size: 20px;
  color: #ed7619;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 5px;
}
.abcAuthor {
  position: relative;
  display: flex;
}
.abcIMG {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 86px;
  width: 86px;
  border: 1px solid #ececec;
  border-radius: 50%;
}
.abcIMG img {
  width: 68px;
  height: 68px;
  border-radius: 50%;
}
.signatureImage {
  height: 62px;
  width: auto;
  max-width: 100%;
  display: inline-flex;
  margin: 12px 0 0 11px;
}
.expCounter2 {
  background: url(../images/shapes/8.png) no-repeat left bottom #f2c354;
  position: relative;
  padding: 27px 25px 32px 31px;
  margin: 17px 0 0;
}
.expCounter2 span:first-child {
  font-size: 60px;
  color: #2e2e2e;
  font-weight: 700;
  display: block;
  line-height: 1;
  letter-spacing: -1.5px;
  margin: 0 0 10px;
}
.expCounter2 span:last-child {
  font-size: 22px;
  line-height: 30px;
  color: #1c1c1c;
  display: block;
  letter-spacing: -0.55px;
}
.researchItem {
  position: relative;
  overflow: hidden;
}
.researchItem img {
  width: 100%;
  height: auto;
  transition: all 350ms ease;
}
.researchItem:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.5) 100%);
  opacity: 1;
  visibility: visible;
  transition: all ease 400ms;
  -moz-transition: all ease 400ms;
  -webkit-transition: all ease 400ms;
}
.researchItem:hover:after {
  opacity: 0;
  visibility: hidden;
}
.researchItem:hover img {
  -webkit-transform: scale(1.08) rotate(-2deg);
  transform: scale(1.08) rotate(-2deg);
  cursor: pointer;
}
.riContent {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  padding: 40px 35px 43px 62px;
}
.riContent:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 18px;
  height: 100%;
  content: "";
  background: #33d1cb;
  transition: all ease 400ms;
  -moz-transition: all ease 400ms;
  -webkit-transition: all ease 400ms;
}
.researchItem:hover .riContent:before {
  width: 100%;
}
.ricMeta {
  font-size: 14px;
  color: #fff;
  line-height: 1;
  position: relative;
  z-index: 2;
  margin: 0 0 10px;
}
.ricMeta a {
  color: inherit;
}
.riContent h3 {
  font-size: 24px;
  line-height: 31px;
  letter-spacing: -0.6px;
  color: #fff;
  position: relative;
  z-index: 2;
  margin: 0;
}
.riContent h3 a {
  color: inherit;
}
.ricMeta a:hover, .riContent h3 a:hover {
  color: #1c1c1c;
}
.phoneCall3 h3 {
  font-size: 30px;
  color: #fff;
  font-weight: 400;
  margin: 0;
  line-height: 1;
}
.phoneCall3 a {
  color: #33d1cb;
  font-weight: 700;
  position: relative;
  margin-left: 14px;
}
.phoneCall3 a:hover {
  color: #f2c354;
}
.phoneCall3 a:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #33d1cb;
  position: absolute;
  left: 0;
  bottom: 2px;
}
.phoneCall3 a:hover:after {
  background: #f2c354;
}
.whyDifferent {
  position: relative;
  padding: 0 0 105px;
}
.whyDiffVid {
  position: absolute;
  left: 0;
  bottom: 0;
  width: auto;
  overflow: hidden;
}
.videoBtns {
  width: 313px;
  height: 313px;
  background: #f2c354;
  border-radius: 50%;
  position: absolute;
  left: -97px;
  bottom: -95px;
  transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -webkit-transition: all ease 300ms;
}
.videoBtns:hover {
  background: #33d1cb;
  color: #fff;
}
.videoBtns:after {
  content: "";
  background: #f2c354;
  opacity: 0.3;
  height: 392px;
  width: 392px;
  border-radius: 50%;
  position: absolute;
  left: -39.5px;
  bottom: -39.5px;
  margin: auto;
  animation: zoom-in-zoom-out-2 4s ease-out infinite;
}
.videoBtns:hover:after {
  background: #33d1cb;
}
@keyframes zoom-in-zoom-out-2 {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(0.81, 0.81);
  }
  100% {
    transform: scale(1, 1);
  }
}
.videoBtns span {
  font-size: 20px;
  line-height: 1;
  color: #2e2e2e;
  letter-spacing: -0.1px;
  text-align: center;
  display: block;
  position: relative;
  z-index: 2;
  margin: 90px 0 0 90px;
  transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -webkit-transition: all ease 300ms;
}
.videoBtns:hover span {
  color: #fff;
}
.videoBtns span i {
  display: block;
  font-size: 36px;
  margin: 0 0 9px;
}
.wdContent {
  position: relative;
  background: #fff;
  box-shadow: 0 0 84px 0 rgba(0, 0, 0, 0.13);
  padding: 71px 80px 90px 99px;
}
.wdContent .secSubTitle3 {
  margin: 0 0 6px;
}
.wdContent .secTitle {
  color: #392779;
  margin: 0 0 27px;
}
.wdContent p {
  margin: 0 0 45px;
}
.singleProgress {
  position: relative;
  margin: 0 39px 30px 0;
}
.singleProgress > span {
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  color: #392779;
  display: block;
  margin: 0 0 13px;
}
.spParent {
  position: relative;
  height: 6px;
  width: 100%;
  background: 0 0;
}
.spParent .spInner {
  position: absolute;
  left: 0;
  height: 100%;
  width: 0;
  background: #33d1cb;
  overflow: visible !important;
}
.spParent span {
  font-size: 14px;
  color: #1f1f1f;
  font-weight: 400;
  position: absolute;
  right: 0;
  top: -35px;
  width: 34px;
  height: 30px;
  text-align: right;
}
.wwaContent {
  position: relative;
  padding: 24px 0 0 98px;
}
.wwaContent .secSubTitle4 {
  margin: 0 0 23px;
}
.wwaContent .secTitle2 {
  margin: 0 0 26px;
}
.authorNames {
  font-size: 18px;
  line-height: 30px;
  color: #11469d;
  margin: 0 0 14px;
}
.authorNames span {
  font-weight: 400;
  color: #061b48;
  font-size: 16px;
}
.wwaContent p {
  margin: 0 0 43px;
}
.signatureImage2 {
  height: 41px;
  width: auto;
}
.gsItem {
  height: auto;
  overflow: hidden;
  display: block !important;
}
.gsItem img {
  width: 100%;
  height: auto;
}
.gallerySLiderWrap {
  position: relative;
  padding-right: 196px;
}
.vGalleryThumbWrap {
  width: 165px;
  position: absolute;
  right: 0;
  top: 60px;
  bottom: 0;
  margin: auto 0;
}
.gallerySliderThumb {
  position: relative;
}
.gsThumbItem {
  width: 165px;
  height: 170px;
  margin: 16px 0;
  display: block !important;
  overflow: hidden;
  cursor: pointer;
}
.gsThumbItem img {
  width: 100%;
  height: 100%;
  display: block;
}
.gallerySliderThumb.slick-vertical .slick-slide {
  border: none;
}
.pricingPackage {
  position: relative;
  background: #fff;
  padding: 30px;
}
.ppTitle {
  display: inline-block;
  font-family: roboto, sans-serif;
  position: relative;
  background: #00d2ff;
  background: linear-gradient(270deg, rgba(0, 210, 255, 1) 0%, rgba(58, 123, 213, 1) 100%);
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  padding: 0 29px;
  height: 43px;
  line-height: 43px;
  border-radius: 43px;
  margin: 0 0 40px;
}
.ppHeader {
  position: relative;
  padding-left: 73px;
  min-height: 50px;
  padding-top: 2px;
  margin: 0 0 46px;
}
.ppHeader i {
  font-size: 53px;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 0;
}
.ppHeader i:before {
  position: relative;
  z-index: 2;
  background: #00d2ff;
  background: linear-gradient(180deg, rgba(0, 210, 255, 1) 0%, rgba(58, 123, 213, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ppHeader i:after {
  content: "";
  width: 53px;
  height: 53px;
  background: #f1f7fc;
  border-radius: 50%;
  position: absolute;
  right: -8px;
  bottom: -7px;
}
.ppHeader h3 {
  font-size: 18px;
  line-height: 24px;
  color: #11469d;
  margin: 0;
}
.ppFeatures {
  position: relative;
  padding: 0 165px 0 0;
  margin: 0 0 33px;
}
.ppFeatures ul {
  margin: 0;
  padding: 0;
}
.ppFeatures ul li {
  list-style: none;
  width: 50%;
  float: left;
  position: relative;
  font-size: 16px;
  line-height: 30px;
  color: #061b48;
  padding: 0 0 0 31px;
  margin: 0 0 5px;
}
.ppFeatures ul li:last-child {
  margin: 0;
}
.ppFeatures ul li:before {
  content: "";
  width: 18px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 8px;
  background: url(../images/icons/7.png) no-repeat center center;
}
.ppFooter {
  display: flex;
  justify-content: flex-start;
  position: relative;
}
.ppFooter .lab_btn_4 {
  height: 46px;
  line-height: 46px;
  min-width: 146px;
}
.ppFooter .lab_btn_4 {
  position: relative !important;
  padding: 0 60px !important;
  font-family: roboto, sans-serif !important;
  display: inline-flex !important;
  justify-content: center !important;
  align-items: center !important;
  height: 64px !important;
  line-height: 64px !important;
  background: linear-gradient(90deg, rgba(249, 121, 0, 1), rgba(255, 200, 55, 1) 100%) !important;
  color: #fff !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  letter-spacing: -0.45px !important;
  border-radius: 2px !important;
  overflow: hidden !important;
  transform: perspective(1px) translateZ(0) !important;
  -moz-transform: perspective(1px) translateZ(0) !important;
  -webkit-transform: perspective(1px) translateZ(0) !important;
}
.ppFooter .lab_btn_4:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, rgba(249, 121, 0, 1), rgba(255, 200, 55, 1) 100%) !important;
  border-radius: 2px;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.ppFooter .lab_btn_4:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.ppFooter h3 {
  font-size: 24px;
  line-height: 18px;
  color: #11469d;
  margin: 4px 0 0 29px;
}
.ppFooter h3 span:first-child {
  display: block;
  margin: 0 0 4px;
}
.ppFooter h3 span:last-child {
  display: block;
  font-size: 14px;
  color: #80858d;
  font-weight: 400;
}
.pricingPackage2 {
  position: relative;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  padding: 47px 30px 56px 47px;
  overflow: hidden;
}
.pricingPackage2.pp2Popular {
  border-color: #ed7619;
  padding: 30px;
  margin-bottom: 30px;
}
.pp2Popular h5 {
  font-size: 14px;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  background: #ed7619;
  text-align: center;
  letter-spacing: 1.4px;
  font-family: heebo, sans-serif;
  position: absolute;
  left: 0;
  top: -1px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  border-radius: 5px 5px 0 0;
}
.pricingPackage2 img {
  height: 120px;
  width: auto;
  margin: 30px 0 10px;
}
.pricingPackage2 h3 {
  font-size: 20px;
  line-height: 30px;
  color: #1c1c1c;
  margin: 0 0 0px
}
.packagePrice2 {
  position: relative;
  margin: 0 0 15px;
}
.packagePrice2 ins {
  font-size: 20px;
  line-height: 1;
  text-decoration: none;
  color: #ed7619;
  font-weight: 700;
  margin-right: 8px;
}
.packagePrice2 ins span {
  font-size: 18px;
}
.packagePrice2 del {
  font-size: 30px;
  line-height: 1;
  color: #9a9a9a;
  font-weight: 400;
  text-decoration: none;
  position: relative;
  padding: 0 6px 0 5px;
  top: -6px;
}
.packagePrice2 del:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #9a9a9a;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.packagePrice2 del span {
  font-size: 18px;
}
.pricingPackage2 ul {
  margin: 0 0 35px;
  padding: 0;
}
.pricingPackage2 ul li {
  list-style: none;
  font-size: 16px;
  line-height: 30px;
  color: #4b4b4b;
  position: relative;
  padding-left: 31px;
  margin: 0;
}
.pricingPackage2 ul li:before {
  content: "";
  width: 16px;
  height: 13px;
  background: url(../images/icons/10.png) no-repeat center center;
  position: absolute;
  left: 0;
  top: 10px;
}
.pricingPackage2 .lab_btn {
  min-width: 160px;
  height: 46px;
  line-height: 46px;
}
.pageBanner {
  background: url(../images/bg/10.jpg) no-repeat center center/cover;
  position: relative;
}
.pageBanner::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(0 0 0 / 50%);
}
.pageBannerContent {}
.pageBannerContent h5 {
  font-family: heebo, sans-serif;
  font-size: 18px;
  color: #fff;
  line-height: 1;
  letter-spacing: -0.18px;
  font-weight: 400;
  margin: 0 0 22px;
}
.pageBannerContent h2 {
  font-family: heebo, sans-serif;
  color: #fff;
  font-size: 47px;
  line-height: 60px;
  letter-spacing: -0.36px;
}
.pageBreadCum {
  padding: 3px 24px 0 28px;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  height: 46px;
  background: #ec6523;
  background: linear-gradient(90deg, rgba(236, 101, 35, 1) 0%, rgba(236, 45, 35, 1) 100%);
  border-radius: 10px;
  bottom: -22px;
  position: relative;
}
.pageBreadCum a {
  font-family: roboto, sans-serif;
  font-weight: 400;
  display: inline-block;
  font-size: 14px;
  line-height: 46px;
  letter-spacing: -0.14px;
  color: #fff;
}
.pageBreadCum a:hover {
  color: #1c1c1c;
}
.pageBreadCum i {
  margin: 0 9px;
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: -0.14px;
  color: #fff;
}
.pageBreadCum span {
  font-family: roboto, sans-serif;
  font-weight: 700;
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: -0.14px;
  color: #fff;
}
.singleTeam {
  position: relative;
  overflow: hidden;
}
.singleTeam img {
  width: 100%;
  height: auto;
  transition: all 350ms ease;
}
.singleTeam:hover img {
  -webkit-transform: scale(1.08) rotate(-2deg);
  transform: scale(1.08) rotate(1deg);
}

.singleTeam:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url(../images/bg/18.png) no-repeat center bottom;
  background-size: contain
}
.stContent {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  padding: 0 0 24px 20px;
}
.stContent h3 {
  font-size: 20px;
  line-height: 21px;
  color: #fff;
  margin: 0 0 7px;
}
.stContent h3 a {
  color: inherit;
}
.stContent h3 a:hover {
  color: #ed7619;
}
.stContent p {
  font-size: 12px;
  line-height: 13px;
  color: #fff;
  margin: 0;
}
.stShare {
  width: 97px;
  height: 83px;
  background: #f13127;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
  border-radius: 83px 0 0;
  font-size: 24px;
  line-height: 26px;
  color: #fff;
  padding: 32px 0 0 40px;
  opacity: 0;
  visibility: hidden;
  transform: translate3d(18px, 18px, 0);
  -moz-transform: translate3d(18px, 18px, 0);
  -webkit-transform: translate3d(18px, 18px, 0);
  transition: all ease 400ms;
  -moz-transition: all ease 400ms;
  -webkit-transition: all ease 400ms;
}
.stShare a {
  color: inherit;
}
.stShare a:hover {
  color: #1c1c1c;
}
.singleTeam:hover .stShare {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}
.stShare i {
  position: relative;
  z-index: 4;
}
.stShare:before {
  content: "";
  width: 115px;
  height: 101px;
  background: #f13127;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  border-radius: 101px 0 0;
  opacity: 0.3;
  opacity: 0;
  visibility: hidden;
  transform: translate3d(18px, 18px, 0);
  -moz-transform: translate3d(18px, 18px, 0);
  -webkit-transform: translate3d(18px, 18px, 0);
  transition: all ease 600ms;
  -moz-transition: all ease 600ms;
  -webkit-transition: all ease 600ms;
}
.singleTeam:hover .stShare:before {
  opacity: 0.3;
  visibility: visible;
  transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}
.stAllSoc {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 35px;
  height: auto;
}
.stAllSoc a.stSoc {
  margin: 0 0 2px;
  display: inline-block;
  width: 35px;
  height: 35px;
  position: relative;
  z-index: 2;
  background: #f13127;
  color: #fff;
  line-height: 36px;
  text-align: center;
  font-size: 14px;
  border-radius: 0;
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0, -15px, 0);
  -moz-transform: translate3d(0, -15px, 0);
  -webkit-transform: translate3d(0, -15px, 0);
}
.stAllSoc a.stSoc:hover {
  background: #f13127 !important;
}
.stAllSoc a.stSoc.fac {
  background: #1773ea;
}
.stAllSoc a.stSoc.twi {
  background: #52a8e7;
}
.stAllSoc a.stSoc.lin {
  background: #0073b1;
}
.stAllSoc a.stSoc.dri {
  background: #dd4e85;
}
.stAllSoc a.stSoc:nth-child(6) {
  -webkit-transition: all 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -moz-transition: all 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -ms-transition: all 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-transition: all 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.stAllSoc a.stSoc:nth-child(5) {
  -webkit-transition: all 350ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -moz-transition: all 350ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -ms-transition: all 350ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-transition: all 350ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 350ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.stAllSoc a.stSoc:nth-child(4) {
  -webkit-transition: all 400ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -moz-transition: all 400ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -ms-transition: all 400ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-transition: all 400ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 400ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.stAllSoc a.stSoc:nth-child(3) {
  -webkit-transition: all 450ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -moz-transition: all 450ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -ms-transition: all 450ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-transition: all 450ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 450ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.stAllSoc a.stSoc:nth-child(2) {
  -webkit-transition: all 500ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -moz-transition: all 500ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -ms-transition: all 500ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-transition: all 500ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 500ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.stAllSoc a.stSoc:nth-child(1) {
  -webkit-transition: all 550ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -moz-transition: all 550ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -ms-transition: all 550ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-transition: all 550ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 550ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.stAllSoc.showit a.stSoc:nth-child(01), .stAllSoc.showit a.stSoc:nth-child(02), .stAllSoc.showit a.stSoc:nth-child(03), .stAllSoc.showit a.stSoc:nth-child(04), .stAllSoc.showit a.stSoc:nth-child(05), .stAllSoc.showit a.stSoc:nth-child(06) {
  transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
}
.serviceDetailsPage {
  position: relative;
  padding: 130px 0;
}
.serviceSidebar {
  position: relative;
}
.serviceSidebar .widget {
  margin: 0 0 30px;
}
.serviceMenu {
  position: relative;
}
.serviceMenu ul {
  margin: 0;
  padding: 0;
  border: 1px solid #eaebef;
  border-radius: 3px;
}
.serviceMenu ul li {
  list-style: none;
  border-bottom: 1px solid #eaebef;
}
.serviceMenu ul li:last-child {
  border-bottom: none;
}
.serviceMenu ul li a {
  display: block;
  position: relative;
  font-size: 16px;
  color: #1c1c1c;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.4px;
  padding: 34px 26px 36px 39px;
  position: relative;
  overflow: hidden;
  transform: perspective(1px) translateZ(0);
  -moz-transform: perspective(1px) translateZ(0);
  -webkit-transform: perspective(1px) translateZ(0);
}
.serviceMenu ul li a:after {
  content: "\f105";
  font-family: fontawesome;
  position: absolute;
  right: 26px;
  top: 33px;
}
.serviceMenu ul li a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ed7619;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.serviceMenu ul li a:hover:before, .serviceMenu ul li.active a:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.serviceMenu ul li a:hover, .serviceMenu ul li.active a {
  color: #fff;
}
.serviceCall {
  position: relative;
  background: url(../images/bg/19.jpg) no-repeat center center/cover;
  border-radius: 3px;
  padding: 94px 60px 134px 53px;
  overflow: hidden;
}
.serviceCall:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #ec6523;
  background: linear-gradient(90deg, rgba(236, 101, 35, 1) 0%, rgba(236, 45, 35, 1) 100%);
  opacity: 0.8;
}
.serviceCall > * {
  position: relative;
  z-index: 2;
}
.serviceCall h3 {
  font-size: 30px;
  line-height: 36px;
  color: #fff;
  margin: 0 0 22px;
}
.phoneCall6 {
  position: relative;
  padding-left: 58px;
  padding-top: 7px;
  padding-bottom: 8px;
}
.phoneCall6 i {
  position: absolute;
  left: 0;
  top: 0;
  width: 48px;
  height: 48px;
  background: #1c1c1c;
  border-radius: 50%;
  color: #fff;
  font-size: 30px;
  line-height: 48px;
  text-align: center;
  transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}
.phoneCall6 span {
  font-size: 10px;
  line-height: 1;
  color: #fff;
  font-family: roboto, sans-serif;
  display: block;
  margin: 0 0 7px;
}
.phoneCall6 h6 {
  font-size: 16px;
  line-height: 1;
  font-family: heebo, sans-serif;
  color: #fff;
  font-weight: 700;
  margin: 0;
}
.serviceProcessBar {
  position: relative;
}
.spbItem {
  float: left;
  padding-left: 50px;
  min-height: 40px;
  position: relative;
  padding-top: 4px;
  padding-right: 50px;
  margin: 0 0 36px;
}
.spbItem:last-of-type {
  padding-right: 0;
}
.spbItem:after {
  content: "\f105";
  font-family: fontawesome;
  position: absolute;
  font-size: 24px;
  color: #ed7619;
  line-height: 1;
  right: 20px;
  top: 4px;
}
.spbItem:last-of-type:after {
  display: none;
}
.spbItem span {
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50px;
  box-shadow: 0 0 46px 0 rgba(0, 0, 0, 0.17);
  font-size: 24px;
  font-weight: 700;
  color: #ed7619;
  line-height: 41px;
  letter-spacing: -0.6px;
  position: absolute;
  text-align: center;
  left: 0;
  top: 0;
}
.spbItem h3 {
  font-size: 14px;
  color: #1c1c1c;
  font-weight: 700;
  letter-spacing: -0.35px;
  line-height: 1;
  margin: 0 0 7px;
}
.spbItem p {
  font-family: roboto, sans-serif;
  font-size: 14px;
  color: #666;
  letter-spacing: -0.35px;
  line-height: 1;
  margin: 0;
}
.serviceImage {
  position: relative;
  overflow: hidden;
  margin: 0 0 43px;
}
.serviceImage img {
  width: 100%;
  height: auto;
}
.serviceContent {
  position: relative;
}
.serviceContent h2 {
  font-size: 30px;
  line-height: 40px;
  margin: 0 0 14px;
}
.serviceContent p {
  font-size: 14px;
  line-height: 24px;
  margin: 0 0 15px;
}
.serviceContent p.mb44 {
  margin: 0 0 44px;
}
.serviceContent .listul li {
  font-weight: 500;
  color: #1c1c1c;
  margin: 0 0 6px;
}
.serviceContent .listul li:before {
  color: #ed7619;
}
.serviceContent p.mb23 {
  margin: 0 0 23px;
}
.serviceContent .listul.mb44 {
  margin: 0 0 44px;
}
.labAccordion {
  position: relative;
  /*background: #ffe8c954;
    padding: 30px;*/
}
.labAccordion .card {
  border: none;
  border-bottom: 1px solid #ebebeb;
  border-radius: 0;
  background: 0 0;
}
.labAccordion.bordered .card {
  margin: 0 0 15px;
  box-shadow: -3px 2px 21px 4px #f6f6f6;
}
.labAccordion.bordered.roundeds .card {
  border-radius: 10px;
}
.labAccordion.bordered .card {
  border: 1px solid #ebebeb;
}
.accordion.labAccordion > .card:not(:last-of-type) {
  border-bottom: 1px solid #ebebeb;
}
.accordion.labAccordion > .card > .card-header {
  margin: 0;
  padding: 0;
  border: none;
  background: 0 0;
}
.accordion.labAccordion a.acc-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #ed7619;
  display: block;
  position: relative;
  margin: 17px 0 17px;
  font-family: 'Bree Serif', serif;
  padding-right: 50px;
}
a.acc-title.collapsed {
  color: #333 !important;
}
.accordion.labAccordion.bordered a.acc-title {
  margin: 0;
  padding: 17px 25px 16px;
  border-bottom: 1px solid transparent;
}
.accordion.labAccordion.bordered a.acc-title:not(.collapsed) {
  border-bottom: 1px solid #ebebeb;
  margin: 0 0 16px;
}
.accordion.labAccordion > .card:first-of-type a.acc-title {
  margin-top: 0;
}
.accordion.labAccordion.bordered > .card:first-of-type a.acc-title {
  margin-top: 0;
}
.accordion.labAccordion a.acc-title:after {
  content: "\f107";
  font-family: fontawesome;
  font-size: 24px;
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  background: #ed7619;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 100%;
}
.accordion.labAccordion a.acc-title:not(.collapsed):after {
  transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.accordion.labAccordion.bordered a.acc-title:after {
  right: 25px;
  top: 16px;
}
.accordion.labAccordion .card-body {
  /*padding: 10px 0 33px;
  font-size: 14px;
  line-height: 24px;
  color: #4c4d56;*/
  font-size: 16px;
  line-height: 30px;
  /*margin: 0 0 49px;*/
  padding: 20px 0;
  text-align: justify;
}
.accordion.labAccordion.bordered .card-body {
  padding-left: 25px;
  padding-right: 25px;
}
.accordion.labAccordion .card-body p {
  margin: 0 0 15px;
}
.accordion.labAccordion .card-body p:last-of-type {
  margin-bottom: 0;
}
.serviceContent h2.mb51 {
  margin-bottom: 51px;
}
.appointmentContent {
  position: relative;
  padding-top: 15px;
}
.phoneCall7 {
  display: inline-block;
  position: relative;
  background: #1c1c1c;
  padding: 7px 20px 8px 75px;
  border-radius: 51px;
  margin: 5px 0 61px;
}
.phoneCall7 i {
  position: absolute;
  left: 0;
  top: -2px;
  width: 50px;
  height: 50px;
  background: #ed7619;
  color: #fff;
  line-height: 50px;
  font-size: 25px;
  border-radius: 50%;
  text-align: center;
  /*
  transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
*/
}
.phoneCall7 span {
  font-size: 12px;
  color: #fff;
  line-height: 1;
  display: block;
  font-family: roboto, sans-serif;
  margin: 0 0 6px;
}
.phoneCall7 h6 {
  font-family: heebo, sans-serif;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  font-weight: 700;
  margin: 0;
}
.appointmentContent h2 {
  font-size: 30px;
  margin: 0 0 30px;
}
.appointmentContent p {
  font-size: 16px;
  line-height: 30px;
  margin: 0 0 49px;
  text-align: justify
}
.appointmentContent .listul {
  margin: 0;
  padding-right: 70px;
}
.appointmentContent .listul li {
  font-size: 16px;
  line-height: 24px;
  color: #666;
  font-weight: 500;
  margin: 0 0 27px;
}
.appointmentContent .listul li:last-child {
  margin: 0;
}
.appointmentContent .listul li:before {
  color: #ed7619;
  top: 3px;
}
.appointmentForm {
  position: relative;
  background: url(../images/bg/20.png) no-repeat top right #ed7619;
  margin: 0 0 0 98px;
  border-radius: 3px;
  padding: 56px 34px 59px;
}
.appointmentForm .row {
  margin-left: -6px;
  margin-right: -6px;
}
.appointmentForm .col-lg-6 {
  padding-left: 6px;
  padding-right: 6px;
}
.appointmentForm h2 {
  font-size: 30px;
  line-height: 1;
  color: #fff;
  font-weight: 700;
  margin: 0 0 37px;
}
.appointmentForm input, .appointmentForm select, .appointmentForm textarea {
  display: block;
  width: 100%;
  height: 55px;
  background: #fff;
  border: none;
  border-radius: 0;
  margin: 0 0 20px;
  padding: 0 21px;
  font-size: 14px;
  color: #4c4d56;
}
.appointmentForm select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(../images/arrow.png) no-repeat calc(100% - 21px) center #fff;
}
.appointmentForm input::-moz-placeholder, .appointmentForm textarea::-moz-placeholder {
  color: #4c4d56;
  opacity: 1;
}
.appointmentForm input::-ms-input-placeholder, .appointmentForm textarea::-ms-input-placeholder {
  color: #4c4d56;
  opacity: 1;
}
.appointmentForm input::-webkit-input-placeholder, .appointmentForm textarea::-webkit-input-placeholder {
  color: #4c4d56;
  opacity: 1;
}
.appointmentForm button {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  margin: 0;
  padding: 0 15px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.35px;
  color: #fff;
  text-align: center;
  border: none;
  border-radius: 0;
  background: #1c1c1c;
  overflow: hidden;
  transform: perspective(1px) translateZ(0);
  -moz-transform: perspective(1px) translateZ(0);
  -webkit-transform: perspective(1px) translateZ(0);
}
.appointmentForm button span {
  position: relative;
  z-index: 2;
}
.appointmentForm button:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.appointmentForm button:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.appointmentForm button:hover {
  color: #1c1c1c;
}
.contactInfo {
  position: relative;
  padding: 31px 80px 0 0;
}
.iconBox04 {
  position: relative;
  padding-left: 66px;
  min-height: 46px;
  padding-top: 8px;
  margin: 0 0 17px;
}
.iconBox04 i {
  height: 46px;
  width: 46px;
  background: #ed7619;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 27px;
  font-size: 20px;
  color: #fff;
  line-height: 46px;
  text-align: center;
}
.iconBox04 h5 {
  font-size: 15px;
  line-height: 1;
  margin: 0 0 11px;
}
.ib04Address h5 {
  margin: 0 0 11px;
}
.iconBox04 p {
  font-size: 15px;
  line-height: 22px;
  margin: 0;
}
.map {
  position: relative;
  height: 300px;
}
.map iframe {
  display: block;
  border: none;
  width: 100%;
  height: 300px;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
}
.contactForm {
  position: relative;
}
.contactForm input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]), .contactForm select, .contactForm textarea {
  background: #fff;
  border: none;
  border-radius: 0;
  height: 55px;
  padding: 0 19px;
  margin: 0 0 21px;
  display: block;
  width: 100%;
  font-size: 14px;
  color: #787884;
}
.contactForm textarea {
  padding: 23px 19px;
  height: 136px;
  resize: none;
  margin: 0 0 21px;
}
.contactForm input::-moz-placeholder, .contactForm textarea::-moz-placeholder {
  color: #787884;
  opacity: 1;
}
.contactForm input::-ms-input-placeholder, .contactForm textarea::-ms-input-placeholder {
  color: #787884;
  opacity: 1;
}
.contactForm input::-webkit-input-placeholder, .contactForm textarea::-webkit-input-placeholder {
  color: #787884;
  opacity: 1;
}
.contactForm .lab_btn {
  border: none;
  min-width: 175px;
  height: 45px;
  line-height: 45px;
}
.blogListPage, .blogGridPage {
  position: relative;
  padding: 130px 0 50px;
}
.niList {
  margin: 0 0 65px;
}
.blogList2Col .newsItem {
  margin: 0 0 65px;
}
.blogList2Col .niDetails h3 {
  padding-right: 10px;
}
.niList .niDetails {
  background: #fff;
  border: 1px solid #e1e1e1;
  border-top: none;
  padding-top: 73px;
  padding-right: 30px;
}
.niList .niDate {
  top: -32px;
}
.niList .niMeta {
  margin: 0 0 11px;
}
.niList .niMeta span {
  font-size: 14px;
  line-height: 14px;
}
.niList .niMeta span i {
  position: relative;
  top: -2px;
}
.niList .niDetails h3 {
  font-size: 22px;
  line-height: 26px;
  margin: 0 0 22px;
}
.blogExcerpt {
  font-size: 16px;
  line-height: 26px;
  margin: 0 0 25px;
}
.niList .blogFooter {
  margin: 0 -30px;
  padding: 0 30px;
}
.niList .blogFooter .readMore {
  margin: 22px 0 24px;
}
.niList .blogFooter .commentCount {
  margin: 20px 0 25px;
}
.sidebar {
  position: relative;
  padding-left: 45px;
}
.sidebar.sidebarLeft {
  padding-left: 0;
  padding-right: 45px;
}
.lsbSidebar {
  padding-left: 0;
  padding-right: 45px;
}
.sidebar.sidebarRight {
  padding-left: 45px;
  padding-right: 0;
}
.sidebar .widget {
  position: relative;
  margin: 0 0 50px;
}
.sidebar .widget:last-of-type {
  margin: 0;
}
.sidebar .widget.search-widget {
  background: #fafafa;
  padding: 40px 27px;
}
.sidebar .searchForm {
  position: relative;
  margin: 0;
  padding: 0;
}
.sidebar .searchForm input[type="search"] {
  height: 52px;
  background: #fff;
  border-radius: 3px;
  padding: 0 0 0 30px;
  font-size: 16px;
  color: #8889ac;
  border: none;
  display: block;
  width: 100%;
}
.searchForm input::-moz-placeholder {
  color: #8889ac;
  opacity: 1;
}
.searchForm input::-ms-input-placeholder {
  color: #8889ac;
  opacity: 1;
}
.searchForm input::-webkit-input-placeholder {
  color: #8889ac;
  opacity: 1;
}
.searchForm button {
  width: 60px;
  height: 52px;
  background: #ed7619;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0 3px 3px 0;
  color: #fff;
  border: none;
  font-size: 18px;
  line-height: 52px;
  overflow: hidden;
  transform: perspective(1px) translateZ(0);
  -moz-transform: perspective(1px) translateZ(0);
  -webkit-transform: perspective(1px) translateZ(0);
}
.searchForm button i {
  position: relative;
  z-index: 2;
}
.searchForm button:before {
  content: "";
  position: absolute;
  border-radius: 0 3px 3px 0;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #1c1c1c;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.searchForm button:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.sidebar .widgetTitle {
  font-size: 22px;
  line-height: 0.8;
  letter-spacing: -0.55px;
  margin: 0 0 28px;
}
.sidebar .widgetTitle:after {
  content: "";
  width: 32px;
  height: 2px;
  background: #ff1f59;
  position: relative;
  display: inline-block;
  margin-left: 13px;
  top: -6px;
}
.latestPost {
  position: relative;
}
.lpSingle {
  padding-left: 116px;
  position: relative;
  min-height: 80px;
  padding-top: 3px;
  margin: 0 0 30px;
}
.latestPost .lpSingle:last-of-type {
  margin: 0;
}
.lpSingle img {
  width: 98px;
  height: 80px;
  position: absolute;
  left: 0;
  top: 0;
}
.lpSingle h3 {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.45px;
  margin: 0 0 11px;
}
.lpSingle h3 a {
  color: inherit;
}
.lpSingle h3 a:hover {
  color: #ed7619;
}
.lpSingle span {
  font-size: 14px;
  color: #8889ac;
  display: block;
  line-height: 1;
}
.sidebar ul {
  margin: -6px 0 0;
  padding: 0;
}
.sidebar ul li {
  list-style: none;
  margin: 0 0 6px;
}
.sidebar ul li:last-child {
  margin-bottom: 0;
}
.sidebar ul li a {
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #666;
  position: relative;
  padding-left: 18px;
}
.sidebar ul li a:hover {
  color: #ed7619;
  padding-left: 23px;
}
.sidebar ul li a:before {
  content: "\f105";
  font-family: fontawesome;
  font-size: 16px;
  color: #ed7619;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 6px;
}
.tagcloud {
  position: relative;
  display: inline-block;
  width: 100%;
}
.tagcloud a {
  float: left;
  font-size: 13px;
  color: #1c1c1c;
  height: 32px;
  line-height: 32px;
  padding: 0 17px;
  background: #fafafa;
  border-radius: 3px;
  margin: 0 9px 10px 0;
}
.tagcloud a:hover {
  background: #ed7619;
  color: #fff;
}
.labPagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.labPagination a, .labPagination span {
  display: inline-flex;
  height: 36px;
  width: 36px;
  color: #6c7381;
  line-height: 36px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.labPagination a.prv, .labPagination a.nxt {
  color: #000;
}
.labPagination a.prv {
  margin-right: 5px;
}
.labPagination a.nxt {
  margin-left: 5px;
}
.labPagination a:hover, .labPagination span.current {
  color: #fff;
  background: #ed7619;
}
.blogDetailsPage {
  position: relative;
  padding: 130px 0;
}
.blogDetailsThumb {
  position: relative;
}
.blogDetailsThumb img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}
.newsContentArea {
  position: relative;
/*  border: 1px solid #e1e1e1;*/
  padding: 25px 0px 0;
  margin: 0;
  border-top: none;
}
.newsContentArea .niDate {
  top: -32px;
  left: 28px;
}
.newsContentArea .post-title {
  font-size: 22px;
  line-height: 26px;
  margin: 0 0 18px;
}
.newsContentArea .niMeta {
  margin: 0 0 15px;
}
.newsContent {
  position: relative;
  padding: 0 0 33px;
}
.newsContent p {
  font-size: 16px;
  line-height: 26px;
}
blockquote {
  background: #edeff7;
  padding: 35px 100px 53px 116px;
  position: relative;
  margin: 0 0 36px;
}
blockquote:before {
  content: "";
  width: 49px;
  height: 37px;
  position: absolute;
  left: 44px;
  top: 40px;
  background: url(../images/icons/11.png) no-repeat center center;
}
blockquote p {
  margin: 0 !important;
  font-weight: 600;
  color: #1c1c1c;
  font-size: 18px;
  line-height: 30px;
  font-style: italic;
  text-decoration: underline;
}
.newsContent h3 {
  font-size: 22px;
  line-height: 26px;
  margin: 0 0 12px;
  letter-spacing: -0.55px;
}
.newsContent > p:last-of-type {
/*  margin: 0;*/
}
.newsContent p {
  margin: 0 0 44px;
}
.newsFooter {
  position: relative;
  border-top: 1px solid #e1e1e1;
}
.tagsArea {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 32px 0;
}
.tagsArea span {
  font-size: 14px;
  color: #1c1c1c;
  font-weight: 700;
  font-family: roboto, sans-serif;
  line-height: 26px;
  margin-right: 12px;
}
.tagsArea a {
  font-size: 14px;
  color: #1c1c1c;
  line-height: 26px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  padding: 0 13px;
  margin-right: 10px;
}
.tagsArea a:hover {
  border-color: #ed7619;
  color: #ed7619;
}
.sharePost {
  font-family: roboto, sans-serif;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  background: #ed7619;
  border-radius: 3px;
  padding: 0 21px;
  margin: 30px 0 32px;
}
.sharePost i {
  margin-right: 6px;
}
.sharePost:hover {
  background: #1c1c1c;
  color: #fff;
}
.commentListArea {
  position: relative;
  margin: 67px 0 0;
}
.commentListArea h3 {
  font-size: 22px;
  line-height: 1;
  letter-spacing: -0.55px;
  margin: 0 0 21px;
}
.comment-list {
  margin: 0;
  padding: 0;
}
.comment-list li {
  list-style: none;
  position: relative;
  border-top: 1px solid #e1e1e1;
}
.comment-list > li:first-child {
  border-top: none;
}
.comment-list > li:last-child {
  border-bottom: 1px solid #e1e1e1;
}
.comment-list > li:first-child .single_comment {
  margin-top: 0;
}
.comment-list li ol {
  padding: 0;
}
.comment-list li ol li:first-child > .single_comment {
  margin-top: 25px;
}
.comment-list li ol li {
  padding-left: 74px;
}
.single_comment {
  position: relative;
  min-height: 55px;
  padding: 2px 0 33px 144px;
  margin: 25px 0 0;
  border-radius: 0;
}
.single_comment > img {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 5px;
}
.single_comment .cm_subject {
  font-size: 16px;
  line-height: 23px;
  font-weight: 700;
  letter-spacing: -0.32px;
  color: #1c1c1c;
  margin: 0 0 9px;
}
.sc_content {
  margin: 0 0 23px;
}
.single_comment .cm_date {
  display: block;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #ed7619;
  line-height: 0.8;
  margin: 0;
}
.comment-reply-link {
  font-size: 12px;
  text-transform: uppercase;
  color: #ed7619;
  font-weight: 800;
  display: flex;
  line-height: 0.8;
  position: absolute;
  right: 0;
  bottom: 31px;
}
.comment-reply-link:hover {
  color: #1c1c1c;
}
.comment-reply-link i {
  display: inline-block;
  margin-right: 4px;
  color: #1c1c1c;
}
.commentArea {
  position: relative;
  margin: 67px 0 0;
}
.commentArea h3 {
  font-size: 22px;
  line-height: 1;
  letter-spacing: -0.55px;
  margin: 0 0 7px;
}
.commentArea p {
  font-size: 14px;
  margin: 0 0 21px;
}
.commentForm input, .commentForm textarea {
  display: block;
  width: 100%;
  height: 48px;
  padding: 0 26px;
  background: #ebebeb;
  font-size: 14px;
  color: #7f7f89;
  margin: 0 0 20px;
  border: none;
  border-radius: 0;
}
.commentForm textarea {
  padding: 10px 26px;
  height: 88px;
  resize: none;
}
.commentForm .lab_btn {
  width: 175px;
  height: 45px;
  line-height: 45px;
  border: none;
  font-size: 16px;
  letter-spacing: 0;
}
.teamSinglePage {
  padding: 120px 0;
}
.team_thumb {
  position: relative;
  margin: 0 0 44px;
}
.team_thumb img {
  width: 100%;
  height: auto;
}
.team_content {
  position: relative;
  padding: 0;
}
.team_content .tm_designation {
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  color: #392779;
  display: block;
  margin: 0 0 8px;
}
.team_content h4 {
  font-size: 22px;
  line-height: 26px;
  margin: 0 0 14px;
  letter-spacing: -0.55px;
}
.team_content .tm_social {
  position: relative;
  margin: 0 0 39px;
  visibility: visible;
  opacity: 1;
  -webkit-transform: none;
}
.tm_social a {
  margin: 0 4px 0 0;
  display: inline-block;
  width: 35px;
  height: 35px;
  position: relative;
  z-index: 2;
  background: #fff;
  color: #1c1c1c;
  line-height: 36px;
  text-align: center;
  font-size: 14px;
  border-radius: 50%;
  -webkit-filter: drop-shadow(-2px 1px 8px rgba(226, 225, 225, 1));
  -moz-filter: drop-shadow(-2px 1px 8px rgba(226, 225, 225, 1));
  filter: drop-shadow(-2px 1px 8px rgba(226, 225, 225, 1));
}
.tm_social a:hover {
  background: #ed7619;
  color: #fff;
}
.team_content p {
  font-size: 16px;
  line-height: 26px;
}
.team_content p.mb33 {
  margin-bottom: 28px;
}
.team_content p.mb42 {
  margin-bottom: 37px;
}
.tm_meta {
  margin: 0 0 29px;
  padding: 0;
}
.tm_meta li {
  list-style: none;
  display: block;
  font-size: 14px;
  color: #666;
  font-weight: 400;
  line-height: 28px;
  margin: 0 0 6px;
}
.tm_meta li:last-child {
  margin: 0;
}
.tm_meta li i {
  color: #ed7619;
  font-size: 14px;
  line-height: inherit;
  margin-right: 10px;
  min-width: 14px;
}
.tm_meta li span {
  display: inline-block;
  font-weight: 700;
  color: #1c1c1c;
  font-family: roboto, sans-serif;
}
.team_content blockquote {
  padding-right: 50px;
  padding-bottom: 36px;
  margin-bottom: 0;
}
.teamSinglePage .singleProgress {
  margin-right: 0;
}
.teamSinglePage .spParent {
  background: #edeff7;
}
.researchItem2 {
  position: relative;
  background: #fff;
  margin: 0 0 30px;
  padding: 46px 40px 60px 41px;
  box-shadow: 0 0 111px 0 rgba(0, 0, 0, 0.08);
}
.researchItem2 > i {
  font-size: 62px;
  line-height: 1;
  color: #f13127;
  display: block;
  margin: 0 0 35px;
}
.researchItem2 h3 {
  font-size: 22px;
  line-height: 30px;
  letter-spacing: -0.55px;
  margin: 0 0 16px;
}
.researchItem2 p {
  line-height: 26px;
  margin: 0 0 39px;
}
.researchItem2 .lab_btn {
  min-width: 129px;
}
.lab_btn:before {
  background: #1c1c1c;
}
.ctaContent2 {
  position: relative;
  padding: 32px 0 0;
}
.ctaContent2 p {
  font-weight: 500;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.45px;
  margin: 0 0 11px;
}
.ctaContent2 h2 {
  font-size: 48px;
  line-height: 60px;
  letter-spacing: 0;
  color: #fff;
  margin: 0 0 37px;
}
.ctaContent2 .lab_btn {
  height: 50px;
  line-height: 50px;
  background: #1c1c1c;
  width: 186px;
}
.ctaContent2 .lab_btn:before {
  background: #fff;
}
.ctaContent2 .lab_btn:hover {
  color: #f13127;
}
.imgDiv4 {
  position: relative;
  text-align: right;
}
.imageBox01 {
  position: relative;
  background: #fafafa;
  border-radius: 4px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 25px 0 0;
}
.imageBox01 img {
  border-radius: 4px 0 0 4px;
  margin-right: 34px;
}
.imageBox01 h3 {
  font-size: 30px;
  line-height: 36px;
  letter-spacing: -0.375px;
  margin: 0 0 22px;
}
.imageBox01 p {
  line-height: 26px;
  margin: 0 0 29px;
}
.lab_link {
  font-size: 16px;
  line-height: 1;
  color: #f13127;
  font-weight: 700;
  font-family: roboto, sans-serif;
  position: relative;
  display: inline-block;
  letter-spacing: -0.4px;
  padding: 0 0 2px;
}
.lab_link:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #f13127;
  position: absolute;
  left: 0;
  bottom: 0;
}
.lab_link:hover {
  color: #1c1c1c;
}
.lab_link:hover:after {
  background: #1c1c1c;
}
.researchDetailSec {
  position: relative;
  padding: 120px 0;
}
.researchItems .galleryMeta {
  display: flex;
  justify-content: space-evenly;
}
.researchItems .GMSingle {
  position: relative;
  padding: 35px 60px 32px 0;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
}
.researchItems .GMSingle:last-child {
  border: none;
}
.researchCon .lab_heading {
  font-size: 26px;
  margin: 0 0 20px;
}
.researchCon .lab_paragraph {
  margin: 0 0 35px;
}
.researchCon .iconBox04 {
  margin: 0 0 30px;
}
.researchCon .iconBox04 i {
  color: #ed7619;
  background: #02010100;
  padding: 0;
  margin: 0;
  font-size: 35px;
}
.researchCon .iconBox04 h5 {
  font-size: 20px;
  margin: 0 0 10px;
}
.iconBox04 p {
  font-size: 16px;
  line-height: 26px;
  color: #666;
  margin: 0;
}
.featured_image {
  position: relative;
}
.featured_image img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.researcBoxWrap {
  position: relative;
  padding: 25px 0 87px;
}
.researcBox span {
  display: block;
  color: #c5c5c5;
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 23px;
  position: relative;
}
.researcBox span::after {
  content: "";
  height: 2px;
  width: 15%;
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #ed7619;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.researcBox:hover span::after {
  width: 30%;
}
.researcBox h3 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 800;
  text-transform: uppercase;
  margin: 10px 0 7px;
}
.researcBox p {
  line-height: 26px;
  margin: 0;
}
.galleryContainer {
  padding-left: 5px;
  padding-right: 5px;
}
.galleryRow {
  margin-left: -2.5px;
  margin-right: 2.5px;
}
.col-lg-2.cusGCol {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  padding: 0 2.5px;
  line-height: 0.7;
}
.cusGCol .gallerItem {
  margin: 0 0 5px;
}
.gallerItem_2 {
  position: relative;
  overflow: hidden;
  background: #ed7619;
  margin: 0 0 5px;
  border: 1px solid #eee;
}
.gallerItem_2 img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 1;
  mix-blend-mode: unset;
  transition: all ease 750ms;
  -moz-transition: all ease 750ms;
  -webkit-transition: all ease 750ms;
}
.gallerItem_2:hover img {
  opacity: 0.65;
  mix-blend-mode: luminosity;
  /*transform: scale(1.2) rotate(-3deg);
  -moz-transform: scale(1.2) rotate(-3deg);
  -webkit-transform: scale(1.2) rotate(-3deg);*/
}
.galleryItem_2_btn {
  position: absolute;
  height: 45px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.galleryItem_2_btn a {
  width: 45px;
  height: 45px;
  background: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 48px;
  color: #ed7619;
  margin: 0 3px;
  opacity: 0;
  visibility: hidden;
  border-radius: 0;
}
.galleryItem_2_btn a:hover {
  background: #1c1c1c;
  color: #fff;
}
.galleryItem_2_btn a:nth-child(01) {
  -webkit-transition: transform 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms;
  -moz-transition: transform 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms;
  -ms-transition: transform 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms;
  -o-transition: transform 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms;
  transition: transform 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms;
  transform: translate3d(0, 90px, 0);
  -moz-transform: translate3d(0, 90px, 0);
  -webkit-transform: translate3d(0, 90px, 0);
  -ms-transform: translate3d(0, 90px, 0);
  -o-transform: translate3d(0, 90px, 0);
}
.galleryItem_2_btn a:nth-child(02) {
  -webkit-transition: transform 500ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms;
  -moz-transition: transform 500ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms;
  -ms-transition: transform 500ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms;
  -o-transition: transform 500ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms;
  transition: transform 500ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms;
  transform: translate3d(0, 90px, 0);
  -moz-transform: translate3d(0, 90px, 0);
  -webkit-transform: translate3d(0, 90px, 0);
  -ms-transform: translate3d(0, 90px, 0);
  -o-transform: translate3d(0, 90px, 0);
}
.gallerItem_2:hover .galleryItem_2_btn a:nth-child(01), .gallerItem_2:hover .galleryItem_2_btn a:nth-child(02) {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
}
.galleryContainer .lab_btn {
  padding: 0 30px;
}
.galleryContainer .lab_btn i {
  top: 0;
}
.pt55 {
  padding-top: 55px;
}
.galleryDetailsPage {
  position: relative;
  padding: 120px 0;
}
.serv_meta {
  position: relative;
  padding-left: 100px;
  margin: 0 0 38px;
}
.serv_meta i {
  font-size: 65px;
  line-height: 65px;
  color: #ed7619;
  margin: 0;
  position: absolute;
  left: 0;
  top: 3px;
}
.serv_meta h3 {
  font-size: 36px;
  margin-bottom: 6px;
}
.serv_meta p {
  color: #879296;
  margin: 0;
}
.labGallery {
  position: relative;
}
.labGallery img {
  width: 100%;
  height: auto;
}
.galleryMeta {
  position: relative;
  background: #ed7619;
  margin-bottom: 50px;
}
.galleryMeta .row {
  margin-left: 0;
  margin-right: 0;
}
.GMSingle {
  position: relative;
  padding: 35px 30px 32px;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
}
.GMSingle p {
  font-size: 13px;
  text-transform: uppercase;
  color: #fff;
  line-height: 0.8;
  font-weight: 600;
  letter-spacing: 0.45px;
  margin: 0 0 5px;
}
.GMSingle h3 {
  font-size: 20px;
  text-transform: capitalize;
  color: #fff;
  letter-spacing: 0;
  margin: 0;
  font-weight: 700;
}
.galleryDetails p {
  margin: 0 0 26px;
}
.galleryUL {
  position: relative;
  list-style: none;
  margin: 0 0 26px;
  padding: 0;
}
.galleryUL li {
  position: relative;
  padding-left: 26px;
  margin: 0 0 5px;
}
.galleryUL li:last-child {
  margin-bottom: 0;
}
.galleryUL li:before {
  content: "\f00c";
  font-family: fontawesome;
  color: #ed7619;
  font-size: 18px;
  position: absolute;
  left: -3px;
  top: 1px;
}
.gallInnerImg {
  position: relative;
  padding-top: 8px;
}
.gallInnerImg img {
  width: 100%;
  height: auto;
}
.absoluteViedoBtn {
  width: 80px;
  height: 80px;
  background: #ed7619;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 24px;
  line-height: 80px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
  animation: shadows_2 1.4s linear infinite;
  -webkit-animation: shadows_2 1.4s linear infinite;
  -moz-animation: shadows_2 1.4s linear infinite;
}
.absoluteViedoBtn:hover {
  background: #fff;
  color: #ed7619;
}
.lab_content {
  position: relative;
  padding: 51px 0 0 30px;
}
.lab_content.text-right {
  padding-left: 0;
  padding-right: 30px;
}
.lab_content p {
  margin: 0 0 26px;
}
.lab_content h3 {
  font-size: 30px;
  margin: 0 0 28px;
  line-height: 1.1;
}
.labGallerySlider.owl-carousel .owl-nav button.owl-next, .labGallerySlider.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 60px;
  height: 60px;
  background: #fff;
  font-size: 24px;
  letter-spacing: 0;
  color: #1c1c1c;
  border-radius: 0;
  box-shadow: -32px 21px 68.6px 1.4px rgba(218, 218, 218, 0.45);
  transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -webkit-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
}
.labGallerySlider.owl-carousel .owl-nav button.owl-next {
  right: 30px;
  left: auto;
}
.labGallerySlider.owl-carousel .owl-nav button.owl-prev {
  left: 30px;
  right: auto;
}
.labGallerySlider.owl-carousel .owl-nav button.owl-next:hover, .labGallerySlider.owl-carousel .owl-nav button.owl-prev:hover {
  background: #ed7619;
  color: #fff;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mt86 {
  margin-top: 86px;
}
.galleryTestimonial {
  position: relative;
  background: #fff;
  box-shadow: 0 0 152px 0 rgba(0, 0, 0, 0.09);
  margin-bottom: 7px;
  margin-top: 28px;
}
.galleryTestimonial:before {
  content: "\f10d";
  font-family: fontawesome;
  position: absolute;
  font-size: 36px;
  color: #fff;
  height: 73px;
  width: 73px;
  background: #ed7619;
  border-radius: 50%;
  text-align: center;
  line-height: 73px;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -28px;
}
.galleryTestimonial:after {
  content: "";
  height: 7px;
  width: calc(100% - 54px);
  position: absolute;
  background: #f23127;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -7px;
}
.lab_thumb {
  position: relative;
}
.lab_thumb img {
  width: 100%;
  height: auto;
}
.con_message {
  margin: 15px 0 0;
  font-size: 14px;
  display: none;
}
.appointmentForm .date_picker {
  position: relative;
}
.date_picker label {
  position: absolute;
  right: 20px;
  top: 22px;
  font-size: 14px;
  display: inline-flex;
}
.newsContent blockquote p {
  margin: 0 !important;
  font-weight: 600;
  color: #1c1c1c;
  font-size: 18px;
  line-height: 30px;
  font-style: italic;
  text-decoration: underline;
}
.newsContent blockquote cite {
  font-style: italic;
  font-size: 17px;
  font-weight: 400;
  color: #ed7619;
  position: relative;
  display: block;
  margin: 10px 0 0;
}
.header01 .container {
  max-width: 100%;
}
.topbar-one {
  position: relative;
  z-index: 9;
  width: 100%;
  padding: 0;
  background: #ed3437
}
.topbar-one a {
  color: #fff;
  font-size: 14px;
  font-family: 'Bree Serif', serif
}
.rev_slider_wrapper {
  height: 80vh !important
}
.rev_slider {
  height: 80vh !important
}
.categoriesSection .testCategories .col-lg-2 {
  flex: 0 0 20%;
  max-width: 20%;
}
.categoriesSection .testCategories .testCatItem {
  padding: 43px 36px 43px
}
.categoriesSection .testCategories .testCatItem h3 {
  margin-bottom: 0
}
.logo-1 {
  display: block;
  float: left;
  text-align: center;
  width: 10%;
  margin: 4px;
}
.nabh_logo img {
  width: 90px;
  height: 90px;
  /*border-radius: 100%*/
}
.margin-auto {
  margin: 0 auto
}
.nabh_logo {}
.testingSection {
  padding-bottom: 80px;
}
.why-kd .secTitle {
  margin: 0 0 80px
}
.testingSection .iconBox02.heebo img {
  width: 75px
}
.ctaSection02 {
  width: 90%;
  margin: 0 auto;
  z-index: 1;
}
.cb img {
  top: -4px;
  position: relative;
}
.dropdown-connect {
  float: right
}
.toggleMenu {
  display: none;
  background: #666;
  padding: 10px 15px;
  color: #fff;
}
.nav {
  list-style: none;
  display: block !important
}
.parent .fa-chevron-down::before {
  font-size: 9px;
  margin-left: 2px;
}
.nav ul {
  list-style: none;
  width: 9em;
}
.nav ul li a {
  padding: 7px 15px;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0px;
  line-height: 20px;
  font-family: "Bree Serif", serif;
}
.nav li {
  position: relative;
}
.nav > li {
  float: left;
}
.nav ul li {
  border-bottom: 1px solid #cccccc;
}
.nav ul li:last-child {
  border-bottom: 0
}
.nav > li > a {
  display: block;
  padding-left: 20px;
  padding-right: 20px
}
.nav li ul {
  position: absolute;
  left: -9999px;
  margin: 0;
 /* top: 40px;*/
	    margin-top: 1px;
  z-index: 9;
  border-radius: 10px
}
.nav > li.hover > ul {
  left: 0px;
  padding: 0;
  background: #ed3437;
}
.nav li ul li a span {
  display: block;
  font-weight: bold;
}
.nav li li a {
  display: block;
  /* background: #1d1d1d;*/
  position: relative;
  z-index: 100;
}
.second-imigration-number {
  margin-top: -16px;
}
.topbar-one__left {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.top-brd-space {
  border-left: 1px solid rgba(255, 255, 255, .2);
  padding-left: 20px;
}
.button-main i.fa.fa-phone {
  /* top: 3px;*/
  position: relative;
  /*font-size: 18px;*/
  /*left: -5px;*/
}
.blink {
  color: #fff !important;
  animation: 1s linear infinite blink;
  font-weight: 500;
  letter-spacing: 0.5px;
}
@keyframes blink {
  0% {
    opacity: 0
  }
  50% {
    opacity: .5
  }
  100% {
    opacity: 1
  }
}
.Women-Child-Care {
  background: url(../images/Women-Child-Care.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 7px;
  content: '';
  margin-left: -20px;
  filter: invert(1) brightness(20);
}
.kd-blossom-topbar {
  padding-left: 35px;
}
.top-brd-space .fa.fa-globe {
  padding-right: 4px;
}
.circle-head span:before {
  content: "";
  height: 46px;
  width: 46px;
  position: absolute;
  left: -19px;
  top: 2px;
  background: #ed7619;
  border-radius: 50%;
  z-index: -1
}
.circle-head span {
  position: relative;
  z-index: 1;
}
.mega-menu {
  position: inherit !important;
}
.twitter-x-icon {
  width: 13px;
  opacity: 0.7;
}
.copyrightRow .twitter-x-icon {
  width: 18px
}
.box-brder {
  border: 1px solid #ccc;
  background: #cccccc1f;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  margin-top: 15px;
}
.m0 {
  margin: 0
}
/*.medical_spec {
    background: url(../images/menu-bg.png) right bottom no-repeat;
}*/
.singleService01 .ss01Content img {
  width: 62px;
  margin-bottom: 10px
}
.topbar-two .container {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.topbar-two {
  border-bottom: 1px solid #ccc;
}
.topbar-appintment-btn {
  background: #f89c32;
  color: #fff;
  padding: 5px 10px;
  border-radius: 10px;
  font-size: 14px;
  font-family: 'Bree Serif', serif
}
.topbar-appintment-btn span {
  margin-left: 6px;
}
.topbar-appintment-btn:hover {
  color: #fff
}
.kdcitycentre-logo img {
  width: 130px
}
.headerSocial a {
  line-height: 22px;
  margin: 0 0 0 18px;
}
.testCatItem img {
  width: 50px;
  margin-bottom: 20px;
}
.testCatItem:hover img {
  filter: invert(6) brightness(99);
  z-index: 1;
  position: relative;
}
@media (min-width: 1280px) and (max-width: 1559px) {
  body .medical_spec {
    width: 1200px !important;
    left: 0 !important;
  }
}
@media (min-width: 1600px) and (max-width: 5000px) {
  /*
.header01 .container {
    max-width: 66%;
}
*/
  .medical_spec {
    width: 100% !important;
    padding: 10px 0 !important;
    left: 0 !important;
    right: 0 !important;
    margin: 0 auto !important;
    min-width: 100% !important;
  }
  .topbar-two .container {
    /*max-width: 90%*/
  }
}
.inner-banner {
  padding: 0;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;
  height: 300px
}
.inner-banner .pageBannerContent {
  /* padding: 100px 0;*/
}
.inner-banner:before {
  display: none
}
.appointmentContent .listul li {
  margin: 0 0 7px;
}
.specialist-sec {
  padding: 20px 0 0px;
}
.specialist-sec .stContent h3 {
  font-size: 20px;
  line-height: 21px;
  color: #fff;
  margin: 0 0 7px;
  letter-spacing: 0.3px;
}
.specialist-sec .stContent p {
  font-size: 12px;
  line-height: 13px;
  color: #fff;
  margin: 0;
  letter-spacing: 0.5px;
  text-align: center
}
.specialist-sec .stContent {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  padding: 10px;
  text-align: center;
  width: 100%;
  background: rgba(0, 0, 0, .3);
	    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.specialist-sec .secTitle {
  margin: 0 0 67px;
  font-size: 30px;
}
.mb-50 {
  margin-bottom: 50px !important
}
.pt-130 {
  padding-top: 130px
}
.mb-15 {
  margin-bottom: 15px !important
}
.testimonial-slider-only-one {
  width: 30%
}
.testimonial-slider-only-two {
  width: 50%
}
.mt30 {
  margin-top: 30px !important
}
.homepagefooter1 {
  margin-top: -100px
}
.card-body .ourdoctors {
  min-height: 220px;
  background: url(../images/kd-logo-icon.webp) #F9F9F9 !important;
  margin: 0 1% 0 0;
  overflow: hidden;
  border: 1px solid #DCDCDC !important;
  background-size: 25% !important;
  background-repeat: no-repeat !important;
  background-position: right bottom !important;
}
.partner_top-1 {
  background: #ed7619;
  background-size: auto 100%;
  width: 100%;
  height: auto;
  padding-bottom: 5px;
}
.doc_name {
   /* margin-left: 166px !important; */
    padding-top: 16px;
    font-weight: bold;
    font-size: 18px !important;
    /* color: #fff; */
    margin-bottom: 10px !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.img_partner {
  margin-top: -33px !important;
  width: 124px;
  height: 142px;
  float: left;
  margin-left: 20px;
}
.img_partner img {
  width: 100%
}
.innercontent img {
  margin: 0 auto;
  display: block;
  text-align: center;
  height: auto;
  width: auto;
  max-width: 1500px !important;
}
.inner_row {
  width: 100%;
}
.inner_col_left {
  font-weight: bold;
  font-size: 16px;
  line-height: 26px;
  color: #232222;
  padding: 5px 15px 0 15px
}
.inner_col_right {
  color: #343434 !important;
  padding: 5px 15px 0 15px
}
.mt-50 {
  margin-top: 50px !important
}
.ourdoctors .lab_btn_4 {
  padding: 0px 22px;
  margin-top: 10px;
  height: 40px;
}
.dr-details {
  margin-top: 10px;
  max-width: 400px;
  margin-left: auto;
}
.mt-30 {
  margin-top: 30px !important
}
.mb-30 {
  margin-bottom: 30px !important
}
.p0 {
  padding: 0
}
.mb-60 {
  margin-bottom: 60px !important
}
.mb0 {
  margin-bottom: 0 !important
}
.kd-blossom-logo {
  background: url(../images/Kd_Blossom_logo.png) center bottom / 40% no-repeat;
}
.packagePrice2 i {
  margin-right: 5px
}
.mt-40 {
  margin-top: 40px !important
}
.inner-page-health-checkup.appointmentContent {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.inner-page-health-checkup.appointmentContent h6 {
  font-size: 30px;
}
.checkup-inner-price i {
  top: 4px;
  position: relative;
}
.acc-12 {
  width: 100%
}
.doctors-innerpagedetails .img_partner {
  margin-right: 22px;
  width: 230px;
  height: auto;
	margin-top: 0 !important
}
.doctors-innerpagedetails .appointmentContent h2 {
  font-size: 20px
}
.doctors-innerpagedetails .doc_name {
   /* margin-left: 280px !important; */
    font-size: 23px !important;
}
.doctors-innerpagedetails .circle-head span:before {
  content: "";
  height: 30px;
  width: 30px;
  position: absolute;
  left: -13px;
  top: 1px;
  background: #ed7619;
  border-radius: 50%;
  z-index: -1;
}
.doctors-innerpagedetails .appointmentContent p {
  margin-bottom: 5px
}
.doctors-innerpagedetails .dr-detail-center {
  /*display: flex;
  align-items: center;
  height: 100%*/
	   
}
.dr-two-box{
	display: flex;
 /* align-items: center;*/
 justify-content: space-between
}
body .dr-detail-center .appointmentContent{
	    margin: 30px 6px 0px 6px;
}
.doctors-innerpagedetails .appointmentContent p:last-child{
	margin-bottom: 0
}
.doctors-innerpagedetails .dr-details h5 {
  font-size: 25px;
  margin-bottom: 5px;
}
.doctors-innerpagedetails .dr-details {
  margin-top: 0
}
.doctors-innerpagedetails .appointmentContent {
  margin-top: 30px;
  margin-left: 5px;
  padding-top: 0;
  margin-bottom: 30px;
  margin-right: 25px;
}
.doctors-innerpagedetails .ourdoctors {
  background:none !important;
	border: 0 !important;
	margin: 0
}
.doctors-innerpagedetails .ourdoctors .lab_btn_4 {
  padding: 0 42px
}
.home-health-care-order-btn {
  display: flex;
  justify-content: end;
  align-items: center;
}
.home-health-care-order-btn .lab_btn_4 {
  margin-top: 10px;
  margin-bottom: 20px;
}
b, strong {
  color: #111
}
.serviceSection .serviceLeft strong {
  color: #fff
}
.mt10 {
  margin-top: 10px !important
}
.mb10 {
  margin-bottom: 10px !important
}
.transplant-names .phoneCall7 {
  margin: 30px 50px 50px;
  transition: all ease 400ms;
  -moz-transition: all ease 400ms;
  -webkit-transition: all ease 400ms;
}
.transplant-names .phoneCall7 span {
  font-size: 14px
}
.transplant-names .phoneCall7 i img {
  width: 35px;
  filter: invert(1) brightness(111)
}
.transplant-names .phoneCall7:hover {
  background: #ed3437;
}
.orange-color {
  color: #ed7619 !important;
}
button {
  border: 0
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #fff;
}
.technicion-table {
  width: 50%;
  border-collapse: collapse;
  margin: 30px auto
}
.technicion-table tr:nth-of-type(odd) {
  background: #eee
}
.technicion-table th {
  background: #ed3437;
  color: #fff;
  font-weight: 600;
  letter-spacing: .5px
}
.technicion-table td, .technicion-table th {
  padding: 10px 20px;
  border: 1px solid #ccc;
  text-align: center;
  font-size: 15px
}
.technicion-table table td {
  padding: 5px 18px !important
}
.bmr_calculator_table {
  margin: 0;
  width: 100%
}
.grecaptcha-badge {
  right: -286px !important
}
.radio-box {
  display: block;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  padding: .375rem .75rem;
}
.radio-box label {
  margin-bottom: 0
}
table .head-title1 img {
  width: 35px;
  filter: invert(1) brightness(11);
}
.gallerypage .col-lg-2.cusGCol {
  max-width: 16.6667%;
  flex: 0 0 16.6667%;
  padding: 0 15px;
}
.miracles-of-care-doctors {
  justify-content: space-between;
  border-radius: 10px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.miracles-of-care-doctors .stContent h3 {
  margin-bottom: 0
}
.miracles-of-care-doctors .singleTeam {
  border-radius: 10px
}
.history-one__image_img {
  margin: 30px 0
}
.miracle-dr-appointment-btn {
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
  justify-content: center;
}
.book-appointment-box {
  background: url(../images/bg-icons.png) #ffe8c9;
  background-repeat: repeat;
  background-position: center;
  background-size: contain;
  border-radius: 10px
}
.dr-details .col-md-7 {
  text-align: left
}
.patients-speak-details .tmaItem img {
  width: 300px;
  height: 200px
}
.patients-speak-details .tmcsItem {
  padding: 79px 0 30px;
}
.patients-speak-details .tmcsItem p {
  margin: 0 auto 29px !important;
  text-align: center !important;
}
.patient-care-services p {
  margin: 0 auto 18px;
  text-align: center
}
.patient-care-services .tmaItem img {
  width: 300px;
  height: 200px
}
.patient-care-services .tmcsItem {
  padding: 79px 0 15px;
}
.patient-care-services .testiMonialContentSlider:before {
  opacity: 0
}
.patient-care-services .testiMonialContentSlider .tmcsItem:before {
  content: "\f10d";
  font-family: fontawesome;
  position: absolute;
  font-size: 36px;
  color: #fff;
  height: 73px;
  width: 73px;
  background: #ed7619;
  border-radius: 50%;
  text-align: center;
  line-height: 73px;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -28px;
}
.patient-speaks-details {
  padding-top: 0
}
.patient-speaks-details .featured_image img {
  padding: 0px 30px 0;
  height: 310px;
}
.patient-speaks-details .researchItems .galleryMeta {
  border-bottom: 5px solid #f23127;
  display: block;
  background-color: #fff;
  margin-bottom: 50px;
  /*border: 1px solid #ccc;*/
  padding: 30px;
  margin-top: -70px;
  z-index: -1;
  padding-top: 100px;
  min-height: 390px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.testi-name {
  text-align: right
}
.patient-speaks.accordion.labAccordion .card-body {
  background: rgb(249, 249, 249);
  z-index: -1;
  position: relative
}
.testi-name h6 {
  margin-top: 20px;
  margin-bottom: 0
}
.testicon {
  position: relative
}
.testicon:before {
  content: "\f10d";
  font-family: fontawesome;
  position: absolute;
  font-size: 36px;
  color: #fff;
  height: 73px;
  width: 73px;
  background: #ed7619;
  border-radius: 50%;
  text-align: center;
  line-height: 73px;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -28px;
}
.committee-details tr.heading-table {
  background: #ed3437;
}
.certificate-page h4 {
  background-color: #fff;
  text-align: center;
  font-size: 18px;
  padding: 15px
}
.certificate-page .galleryItem_2_btn {
  bottom: auto;
  top: 40%;
}
.certificate-page .gallerItem_2:hover img {
  mix-blend-mode: normal;
}
.certificate-page .gallerItem_2 {
  margin-bottom: 30px;
  border-radius: 10px;
}
.gallery-page h4 {
  background-color: #fff;
  text-align: center;
  font-size: 18px;
  padding: 15px;
}
.gallery-page .galleryItem_2_btn {
  bottom: auto;
  top: 35%;
}
.gallery-page .gallerItem_2:hover img {
  mix-blend-mode: normal;
}
.gallery-page .gallerItem_2 {
  margin-bottom: 30px;
  border-radius: 10px;
}
.news-section .gallerItem_2 {
  margin-bottom: 30px;
  border-radius: 10px;
  border-bottom: 15px solid #ed7619;
}
.events-section .card-body h4 {
  font-size: 16px;
  margin-bottom: 30px;
  background: #f3f3f3;
  padding: 10px;
  border-left: 3px solid;
}
.events-section .gallerItem_2 {
  margin-bottom: 30px;
  border-radius: 10px;
  border-bottom: 15px solid #ed7619;
}
.nursing-education-details .factContainer h5 {
  margin-bottom: 0;
  padding: 0 50px;
  text-align: center;
     font-size: 16px;
    line-height: 30px;
  font-weight: 400;
  
	font-family: "Rubik", sans-serif
}
.text-upprcase {
  text-transform: uppercase
}
.aboutSkillSection img {
  width: 100%
}
.aboutSkillContent {
  padding-top: 240px;
  padding-bottom: 50px !important
}
.aboutSkillContent p {
  margin-bottom: 30px
}
.packageSection {
  background: none;
  padding-top: 50px
}
.pricingPackage {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  padding: 30px;
  margin-bottom: 30px
}
.pricingPackage p {
  margin-bottom: 30px;
}
.ppTitle {
  background: linear-gradient(90deg, rgba(236, 101, 35, 1) 0%, rgba(236, 45, 35, 1) 100%);
  border-radius: 10px
}
.aboutSkillContent > p {
  color: #666
}
.pt-20 {
  padding-top: 20px
}
.pb-50 {
  padding-bottom: 50px
}
.pt-30 {
  padding-top: 30px
}
.pb-40 {
  padding-bottom: 40px
}
.speciality-quote {
  padding-bottom: 35px
}
.video-review .singleTeam:after {
  display: none
}
.mb-100 {
  margin-bottom: 100px
}
.internatiional-patient-box .pricingPackage {
  margin-bottom: 0;
  text-align: center
}
.internatiional-patient-box .pricingPackage p {
  line-height: 25px
}
.internatiional-patient-box .pricingPackage h4 {
  color: #ed3437;
  margin-bottom: 30px;
  margin-top: 10px;
}
.internatiional-patient-box .pricingPackage {
  padding: 40px;
  background: #f3f3f3;
}
.color-red {
  color: #ed3437
}
.mb-20 {
  margin-bottom: 20px !important
}
.mt-20 {
  margin-top: 20px !important
}
.vision-mission .testCatItem {
  min-height: 360px;
}
.vision-mission.categoriesSection .testCategories .testCatItem h3 {
  margin-bottom: 20px
}
.vision-mission .testCatItem img {
  margin-bottom: 0;
  padding: 5px;
}
.vision-mission .testCatItem:hover img {
  filter: invert(0)
}
.appointmentContent .qr-block-quote p {
  text-align: left;
  font-style: normal;
  text-decoration: none;
}
.appointmentContent .qr-block-quote .lab_thumb {
  text-align: right;
}
.appointmentContent .qr-block-quote .lab_thumb img {
  width: auto
}
.qr-block-quote {
  padding: 50px
}
.nursing-data .aboutSkillContent {
  padding-top: 150px
}
.about-data .aboutSkillContent {
  padding-top: 200px
}
.about-page-content {
  padding: 0
}
.about-page-content a {
  color: #fff;
  font-weight: 600
}
.about-page-content:hover a {
  color: #fff;
}
.about-video {
  border-radius: 20px;
  width: 100%;
  left: 0px;
  position: relative;
  margin-top: 100px;
  padding-top: 50px;
  padding-bottom: 50px;
}
.about-data {
  background: #fff
}
.testingSection.aboutsection:after {
  left: 0;
  right: auto
}
.about-data .aboutSkillContent > p {
  margin-right: 50px
}
.pl-20 {
  padding-left: 20px
}
.kd-foundation-logo {
  text-align: center;
  margin: 0 auto;
  display: block;
  z-index: 3;
  position: relative;
  background: #f3f3f3;
  padding: 10px 30px;
  margin-bottom: 100px;
  border-radius: 20px;
}
.kd-foundation-data {
  margin-top: -150px;
}
.kd-foundation-data.nursing-education-details .factContainer h5 {
  text-align: center;
  font-size: 20px;
  font-weight: normal;
  line-height: 30px;
  margin-top: 50px;
}
.why-kdfoundation h2.secTitle {
  font-size: 40px;
}
.why-kdfoundation ul li {
  text-align: justify
}
.why-kdfoundation .wcuContent {
  padding: 40px
}
.why-kdfoundation {
  position: relative;
  padding: 146px 0 158px;
  background: url(../images/kd_foundation/kd-foundation.jpg) no-repeat right center #fff;
}
.kd-foundation-objectives .testCatItem img {
  width: 100%;
  margin-bottom: 0
}
.kd-foundation-objectives .testCatItem:hover img {
  filter: grayscale()
}
.kd-foundation-objectives h6 {
  margin-bottom: 30px;
  font-weight: normal;
  font-size: 30px;
}
.payment-details-form {
  background: #f3f3f3
}
.donat-cnt-detail p {
  color: #fff;
  font-size: 20px
}
.donat-cnt-detail p a {
  color: #fff
}
.donation-last-line {
  color: #111 !important;
  text-align: center
}
.project-disha {
  background: none
}
.project-disha .wcuContent {
  background: #f3f3f3;
  padding: 50px
}
.project-disha .wcuContent .secTitle {
  font-size: 30px;
	line-height: 30px
}
.punkh-component .wcuContent {
  min-height: 430px;
}
.organ-donation .wcuContent .secTitle {
  line-height: 33px;
}
.rooms-facilities img {
  width: 100%;
}
.rooms-facilities .specialist-sec .stContent {
  position: relative;
  background: #f3f3f3;
  text-align: left;
  min-height: 165px;
}
.rooms-facilities .specialist-sec .stContent h3 {
  color: #111
}
.rooms-facilities .specialist-sec .stContent p {
  color: #333;
  margin-top: 10px;
  font-size: 15px;
  letter-spacing: 0.1px;
  line-height: 20px;
  text-align: left
}
.rooms-facilities .specialist-sec .stContent span {
  color: #ed7619;
}
.rooms-facilities .singleTeam:after {
  display: none
}
.rooms-facilities .owl-dots {
  text-align: center;
  margin-top: 20px;
}
.rooms-facilities .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  background: #111;
  border-radius: 100%;
}
.rooms-facilities .owl-dot {
  margin-right: 5px;
	}
	
.rooms-facilities .owl-dot.active {
 
  background: #ed7619
}
.modal-body img {
  width: 100%;
  margin-bottom: 20px;
}
.banner-content {
      position: absolute;
    z-index: 9;
    display: block;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-left: 50px;
    padding-right: 50px;
    animation: fade 2s ease-in-out;
    right: 0;
    text-align: center;
	text-transform: uppercase
}
.banner-content h3 {
  font-size: 60px;
  line-height: 1em;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 7px 12px rgba(0, 0, 0, 0.2);
}
.banner-content .banner-sub {
  background: linear-gradient(to right, #ed3437, #ed3437);
  font-size: 20px;
  padding: 10px 20px;
  display: inline-block;
  border-radius: 10px;
  line-height: 26px;
  color: #fff;
}
tp-bgimg {
  position: relative
}
.first-banner .tp-bgimg:before {
  opacity: 0
}
.tp-bgimg:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background: #333;
  opacity: 0.4;
}
/* Base styling for all slides */
.slider_01 .rev_slider li {
  opacity: 0 !important; /* Fully transparent by default */
  visibility: hidden !important; /* Not visible by default */
  z-index: 0 !important; /* Place below active slide */
  position: absolute !important; /* Prevent stacking on top of each other */
  transition: opacity 1s ease, visibility 1s ease; /* Smooth transitions */
}
/* Styling for the active slide */
.slider_01 .rev_slider li.active-revslide {
  opacity: 1 !important; /* Fully visible */
  visibility: visible !important; /* Set visible */
  z-index: 1 !important; /* Bring it to the front */
  position: relative !important; /* Ensure proper positioning */
}
.slider_01 .tparrows {
  top: auto !important;
  bottom: 0 !important
}
.slider_01 .tp-leftarrow {
  left: auto !important;
  right: 135px !important
}
.newsContent p {
  margin: 0px 0 20px;
}
img.blog-img {
  margin: 0 auto 50px;
  display: block;
  width: auto;
}
.newsContent ul {
  list-style: none;
}
.newsContent ul.blog-list li {
  position: relative;
	    margin-bottom: .5em;
	    padding-left: 1.5em;
    text-indent: -1.3em;
}
.newsContent ul.blog-list li:before {
/*
  content: '\f101';  
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  margin-left: -15px;
 color: #ed7619;
*/
	    content: "●";
/*    font-size: .5em;*/
        margin-right: 0.5em;
}

.serviceSection2 a:hover{
	color:#1c1c1c
}
.cb{
	opacity: 0;
	cursor: default
}
#form_process {
	-webkit-animation-name: spinnerRotate;
	-webkit-animation-duration: 1.1s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-name: spinnerRotate;
	-moz-animation-duration: 1.1s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	-ms-animation-name: spinnerRotate;
	-ms-animation-duration: 1.1s;
	-ms-animation-iteration-count: infinite;
	-ms-animation-timing-function: linear;
	display: inline-block;
	margin-left: 10px;
	position: relative;
	visibility: hidden;
	color: #000
}
#error_data {
	color: red;
	font-size: 14px;
	margin: 0 0 10px;
	line-height: normal
}
.alert.alert-danger p {
	color: #fff;
	background: red;
	border-radius: 24px;
	padding: 10px
}
.alert.alert-danger {
	color: #454545;
	background-color: #ffb4b4;
	padding: 10px 15px;
	font-weight: 700;
	letter-spacing: .5px;
	line-height: 28px
}
.alert.alert-success {
	color: #508e14;
	background: #f0f0f0;
	padding: 10px 15px;
	font-weight: 700;
	letter-spacing: .5px;
	line-height: 28px
}
@-webkit-keyframes spinnerRotate {
from {
-webkit-transform:rotate(0)
}
to {
	-webkit-transform: rotate(360deg)
}
}
@-moz-keyframes spinnerRotate {
from {
-moz-transform:rotate(0)
}
to {
	-moz-transform: rotate(360deg)
}
}
@-ms-keyframes spinnerRotate {
from {
-ms-transform:rotate(0)
}
to {
	-ms-transform: rotate(360deg)
}
}
.doctors-innerpagedetails .appointmentContent p{
	position: relative;
	    padding-left: 18px;
}
.doctors-innerpagedetails .appointmentContent p:after{
	position: absolute;
    content: '';
    background: #111;
    width: 6px;
    height: 6px;
    border-radius: 100px;
    top: 11px;
    left: 0;
}
.sidebar-appintment-btn {
    background: #f89c32;
    color: #fff;
    padding: 5px 10px 10px;
       border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    font-size: 16px;
    font-family: 'Bree Serif', serif;
	position: fixed;
	top:50%;
	right: -80px;
	transform: rotate(90deg);
	z-index: 9
}
.sidebar-appintment-btn span {
    margin-left: 6px;
}
.sidebar-appintment-btn:hover{
	color:#fff
}
.dr-img-box {
    position: relative;
}
	.dr-img-box:after {
    position: absolute;
    width: 1px;
    height: 300px;
    background: rgba(0, 0, 0, .1);
    content: '';
    top: 0;
    right: -40px;
}

.doctors-innerpagedetails .partner_top-1 {
  background: transparent;
	
}	
.doctors-innerpagedetails .dr-details {
  margin-top: 0px;
  max-width: 100%;
  margin-left: 0;
}
.accreditation-logo{
padding: 50px 0;
	background: #f3f3f3;
}
.logo-1 h6 {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 14px;
}
.mt-70{
	margin-top: 70px
}
.testimonial-slider-only-one-box .singleTeam:after{
	display: none
}
.testimonial-slider-details.patient-speaks.accordion.labAccordion .card-body{
	background:none
}
.testimonial-slider-details.patient-speaks.accordion.labAccordion .card-body{
	z-index: 0
}

.testimonial-slider-details .patient-speaks-details .researchItems .galleryMeta{
	 /*   min-height: 445px;*/
	margin-bottom: 0;
	background: #f9f9f9;
	box-shadow: none;
	    width: 90%;;
	    margin-left: -50px;
	padding-left: 70px;
}
.testimonial-slider-only-one-box .owl-nav{
	   /* position: absolute;
       top: 25%;
    right: 0px;*/
}
.testimonial-slider-only-one-box.specialist-sec {
    padding-top: 0px;
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 0
}
.testimonial-slider-only-one-box .featured_image img{
	padding: 0
}
.testimonial-slider-only-one-box button.owl-prev {
       margin: 0 5px;
    width: 40px;
    left: 0;
    position: absolute;
    top: 45%;
    background: #f23127 !important;
    color: #fff !important;
    height: 40px;
    border-radius: 100px;
}
.testimonial-slider-only-one-box button.owl-next{
	        margin: 0 5px;
    width: 40px;
    right: 0;
    position: absolute;
    top: 45%;
    background: #f23127 !important;
    color: #fff !important;
    height: 40px;
    border-radius: 100px;
}
.testimonial-slider-details .singleTeam:hover img{
	transform: none
}
.testimonial-slider-details .patient-speaks-details .featured_image img{
	height: auto
}
.testimonial-slider-details .patient-speaks-details .researchItems .galleryMeta{
	margin-top: 0
}
.testimonial-slider-details .testicon:before{
	left: -54px;
    right: 0;
    margin: 0 auto;
    top: -178px;
}
.researchItems {
    display: flex;
	    align-items: center;
    justify-content: space-between;
}
.fellowship-courses-main-page .pricingPackage{
    min-height: 330px;
}
.fellowship-block-quote{
	padding: 30px
}
.fellowship-block-quote p{
	text-align: center !important
}

.fellowship-block-quote:before{
	display: none
}
.surgical-oncology-intro .aboutSkillContent{
	padding-top: 130px;
}
.pb-70{
	padding-bottom: 70px
}
.room-services-detail .modal-dialog{
	max-width: 70%
}

.niMeta.blog-detail-meta span{
	margin-right: 10px
}
.blog-dr{
	    width: 100%;
    border-radius: 12px;
}
.blogDetailsPage .appointment-detail {
    background: linear-gradient(to right, #ed3437, #f89c32);
    border-radius: 5px !important;
    padding: 12px 0px;
}
.blogDetailsPage .appointment-detail p {
    font-size: 24px;
    color: #fff;
}
.blogDetailsPage .appointment-detail a{
	color:#fff
}
.blogDetailsPage .appointment-detail a:hover{
	color:#fff
}
.blogDetailsPage .appointment-detail a.blog-call-detail {
    background-color: #fc3329;
    border: 1px solid #fff;
    border-radius: 4px;
    height: 40px;
    position: relative;
    width: 235px;
	color: #fff
}
.blogDetailsPage .appointment-detail a.blog-call-detail:before {
    background-image: url(../images/call_icon.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    height: 42px;
    left: -22px;
    position: absolute;
    top: -1px;
    width: 43px;
    z-index: 1;
}

.blogDetailsPage .appointment-detail a.blog-call-detail   {
    background-color: #fc3329;
    border: 1px solid #fff;
    border-radius: 4px;
    height: 40px;
    position: relative;
    width: 235px;
}
.blogDetailsPage .appointment-detail a.blog-call-detail  :before {
    background-image: url(../images/call_icon.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    height: 42px;
    left: -22px;
    position: absolute;
    top: -1px;
    width: 43px;
    z-index: 1;
}

.blogDetailsPage .block-title {
    margin-bottom: 15px;
}
.blogDetailsPage .block-title h1{
        color: #ed7619;
	text-align: center
}
.blogDetailsPage .block-title a {
    color: #ed7619;
    font-size: 21px;
}
.blogDetailsPage a.color-theme, .blogDetailsPage .color-theme {
    color: #ed7619;
}
.blogDetailsPage .block-title a:hover, a:hover .blogDetailsPage .color-theme {
    color: #fc3329;
}


.blogListPage .block-title {
    margin-bottom: 15px;
}
.blogListPage .block-title h1{
        color: #ed7619;
	text-align: center
}
.blogListPage .block-title a {
    color: #ed7619;
    font-size: 21px;
}
.blogListPage a.color-theme, .blogListPage .color-theme {
    color: #ed7619;
}
.blogListPage .block-title a:hover, a:hover .blogListPage .color-theme {
    color: #fc3329;
}
.blogListPage img.blog-img {
    width: 100%;
    border: 1px solid #dee2e6 !important;
    border-radius: .3rem !important;
    margin-bottom: 1rem !important;
}

.blogDetailsPage .appointmentContent img{
	width: 100%;
}
.blogDetailsPage .blogDetailsPage p{
	text-align: justify
}
.blogListPage{
	padding-bottom: 130px
}
.bog-box-content {
    background: #f9f9f9;
    padding: 20px;
    min-height: 520px;
}
.dr-page-speciality-name{
	    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 0;
    font-size: 23px ;
}
.dr-page-pic-box{
	padding: 0
}
.mt-60{
	margin-top: 60px !important
}
.mb-40{
	margin-bottom: 40px !important
}

.robotiic-image{
	width: 100%;
	border-radius: 20px
}

.doctors-innerpagedetails .appointmentContent.max-450{
	max-width: 450px;
}
.ourdoctors .appointmentContent p{
	text-align: left
}
.cori-img{
	    border-radius: 20px;
    background: #f9f9f9;
    padding: 20px;
}
.mb-10{
	margin-bottom: 10px !important
}
.mt-15{
	margin-top: 15px
}
.mb-25{
	margin-bottom: 25px
}
.kd-foundation-text{
	text-align: center;
    padding: 30px;
    margin-bottom: 0;
    padding-bottom: 0;
}
.pl-15{
	padding-left: 15px
}

.packageSection2 .pricingPackage {
  margin-bottom: 0;
  text-align: center
}
.packageSection2 .pricingPackage p {
  line-height: 25px
}
.packageSection2 .pricingPackage h4 {
  color: #ed3437;
  margin-bottom: 30px;
  margin-top: 10px;
}
.packageSection2 .pricingPackage {
  padding: 40px;
  background: #f3f3f3;
}
.contactForm.International_Patient_Care_Enquiry{
	    background: #f9f9f9;
    padding: 50px;
}

/*.amenities-slider .owl-nav{
	    position: absolute;
    top: 35%;
	width: 100%
}
.amenities-slider .owl-next{
	   color: #fff !important;
    border-radius: 100px !important;
   right: 0;
    position: absolute;
    background: #ed7619 !important;
    width: 40px;
    height: 40px;
    font-size: 34px !important;
    line-height: 36px !important;
	    margin-right: 3px;
}
.amenities-slider .owl-prev{
	   color: #fff !important;
    border-radius: 100px !important;
    background: #ed7619 !important;
    width: 40px;
    height: 40px;
    font-size: 34px !important;
    line-height: 36px !important;
    left: 0;
    position: absolute;
}

#sync2 .item {
    cursor: pointer;
    margin: 0 10px;
}
#sync2.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 0;
    margin-bottom: 20px;
}
#sync2.owl-theme .owl-nav [class*=owl-]:hover{
	background: #ed7619 !important
}

#sync2.owl-theme .owl-dots .owl-dot.active span, #sync2 .owl-theme .owl-dots .owl-dot:hover span{
	background: #ed7619 !important
}
#sync2.owl-theme .owl-item.active.current img{
	border: 5px solid #ed7619
}*/
.file-wrapper {
  overflow: hidden;
  padding: 0;
  position: relative;
  margin-bottom: 30px;
  border: 0;
  cursor: pointer;
  height: 50px;
  margin-top: 15px;
  width: 100%;
  background: #fff
}
.file-wrapper input {
  left: 0;
  opacity: .01;
  cursor: pointer;
  position: absolute;
  -moz-opacity: .01
}
.file-wrapper .file-button {
  color: #fff;
  float: left;
  cursor: pointer;
  padding: 16px 7px;
  background-image: linear-gradient(to right, #ed3437, #f89c32) !important;
  display: inline-block;
  font-size: 13px
}
.file-holder {
  top: 10px;
  padding-left: 15px;
  position: absolute;
  left: auto;
  color: #333;
  font-size: 12px
}
.file-button i {
  margin-right: 8px
}
.dnb-prg-tb{
	width: 100%;
}
.dnb-prg-tb th{
	text-align: left
	}
.dnb-prg-tb td{
	text-align: left
}

.appointmentContent h2.dnb-prg-title{
	margin: 30px 0 30px
}
.table-blog{
	margin-bottom: 30px
}
.table-blog h3{
	font-size: 15px;
   font-family: "Rubik", sans-serif;
    font-weight: normal;
}
.appointmentContent h1{
	    font-size: 30px;
    margin: 0 0 30px;
}