
* {
  padding: 0px;
  margin: 0px;
}
body {
  font-family: 'Roboto', sans-serif;
  letter-spacing: 0.5px;
  color: #555;
  font-size: 16px;
  line-height: 22px;
}
header .container {
  width: 100%;
  max-width: 1250px;
}

.text-center{
  text-align: center !important ;
}

.m-top {
  margin-top: 127px;
}

.services-page.technology .services-page-box .left-cotnt .table a:after{
    background: url(../images/services-icon/orange-clr/technology.png);

}

.services-page.quality-management .services-page-box .left-cotnt .table a:after{
    background: url(../images/services-icon/orange-clr/quality-management.png);

}

.services-page.patient-recruitment .services-page-box .left-cotnt .table a:after{
    background: url(../images/services-icon/orange-clr/patient-recruitment.png);

}

.services-page.study-startup .services-page-box .left-cotnt .table a:after{
    background: url(../images/services-icon/orange-clr/study-startup.png);

}
.services-page.project-management .services-page-box .left-cotnt .table a:after{
    background: url(../images/services-icon/orange-clr/project-management.png);

}

.services-page.biostatistics-programming .services-page-box .left-cotnt .table a:after{
    background: url(../images/services-icon/orange-clr/biostatistics-programming.png);

}
.services-page.pharmaceutical .services-page-box .left-cotnt .table a:after{
    background: url(../images/services-icon/orange-clr/pharmaceutical.png);

}
.services-page.medical-devices .services-page-box .left-cotnt .table a:after{
    background: url(../images/services-icon/orange-clr/medical-devices.png);
}
.services-page.nutraceutica .services-page-box .left-cotnt .table a:after{
    background: url(../images/services-icon/orange-clr/nutraceutical.png);
}
.services-page.ayurveda-services .services-page-box .left-cotnt .table a:after{
    background: url(../images/services-icon/orange-clr/ayurveda.png);
}
.services-page.clinical-data-services .services-page-box .left-cotnt .table a:after{
    background: url(../images/services-icon/orange-clr/clinical-data.png);
}

.services-page.regulatory-services .services-page-box .left-cotnt .table a:after{
    background: url(../images/services-icon/orange-clr/regulatory.png);
}
.services-page.safety-services .services-page-box .left-cotnt .table a:after{
    background: url(../images/services-icon/orange-clr/safety.png);
}
.services-page.site-management-services .services-page-box .left-cotnt .table a:after{
    background: url(../images/services-icon/orange-clr/site-management.png);
}
.services-page.investigators .services-page-box .left-cotnt .table a:after{
    background: url(../images/services-icon/orange-clr/investigators-management.png);
}
.services-page.document-management .services-page-box .left-cotnt .table a:after{
    background: url(../images/services-icon/orange-clr/document-management.png);
}
.services-page.consulting .services-page-box .left-cotnt .table-b a:after{
    background: url(../images/services-icon/orange-clr/consulting.png);
}
.services-page.education-training .services-page-box .left-cotnt .table a:after{
    background: url(../images/services-icon/orange-clr/education-training.png);
}

/*------------------------------------layout start----------------------------------------*/

.top-nav {
  padding: 0px;
  width: 100%;
  background: #e3561b;
  display: block;
  padding-right: 40px;
}
.top-nav .top-link {
  float: right;
  padding: 3px 0;
  margin-bottom: 0px;
}
.top-nav .top-link li {
  list-style: none;
  display: inline-block;
}
.top-nav .top-link li a i {
  padding-right: 5px;
}
.top-nav .top-link li a {
  text-decoration: none;
  color: #fff;
  padding: 7px 20px;
  position: relative;
  font-weight: 400;
  display: block;
  font-size: 14px;
  letter-spacing: 0.5px;
  transition: all 0.5s;
}
.top-nav .top-link li a:hover {
  transition: all 0.5s;
  color: #fff;
}
.top-nav .top-link li a:after {
  content: '';
  position: absolute;
  right: 0;
  border-right: 1px solid #f1a585;
  z-index: 9;
  height: 13px;
  top: 8px;
}
.top-nav .top-link li:last-child a:after {
  display: none !important;
}
header .navbar-brand {
  float: none;
  height: auto;
  padding: 0px;
}
header .navbar-brand img {
  width: 120px;
  padding-top: 0px;
  /* filter: brightness(100); */
  padding-bottom: 5px;
  padding: 5px 0px;
  transition: all 0.5s;
}
header .navbar-right > li a {
  color: #e3561b;
  text-transform: capitalize;
  font-size: 17px;
  position: relative;
  font-weight: normal;
  padding: 30px 30px 30px 30px;
  transition: all 0.5s;
}
header .navbar-collapse.collapse {
  position: relative;
  z-index: 5;
}
header .navbar-header {
  position: relative;
  z-index: 99;
}
header .navbar-right > li > a > i {
  padding-left: 5px;
  position: relative;
  display: none;
  top: 2px;
}
header .navbar-right li a:hover {
  background: transparent;
  color: #000 !important;
}
header .navbar-right > li > a:focus {
  background: transparent;
  color: #000;
  transition: all 0.5s;
}
header {
  background-color: #fff;
  padding: 0px;
  position: fixed;
  width: 100%;
  z-index: 999;
  top: 0px;
  left: 0px;
  transition: all 0.5s;
  right: 0px;
      box-shadow: 0px 0px 3px 0px #b9b9b9;
}
header .navbar-right {
  float: right !important;
  margin-right: 0;
}
header .navbar-header {
  float: left;
  padding-left: 25px;
}
header .cstm-nav {
  position: relative;
}
header .navbar-nav li {
  position: relative;
  list-style: none;
}
header .navbar-nav li > ul {
  background-color: #fff;
  box-shadow: 0px 7px 10px -5px #ccc;
  position: absolute;
  top: 148px;
  left: -44px;
  right: 0;
  width: 220px;
  visibility: hidden;
  padding: 0;
  border: none;
  z-index: 999;
  transition: all 0.5s ease;
  border-top: 2px solid #e3561b;
  opacity: 0;
  visibility: hidden;
  margin: 0 auto;
}
header .navbar-nav li:hover > ul {
  transition: all 0.5s;
}
header .navbar-nav li:hover > ul.showMenu {
  opacity: 1;
  top: 83px;
  visibility: visible;
}
header.fixed-header .navbar-nav li > ul {
  top: 197px;
}
header.fixed-header .navbar-nav li:hover > ul.showMenu {
  top: 76px;
}
header .navbar-nav li:hover > ul.showMenu.dropdown-services {
  opacity: 1;
  top: 125px;
  visibility: visible;
}
header.fixed-header .navbar-nav li > ul.dropdown-service {
  top: 70px;
}
header.fixed-header .navbar-nav li:hover > ul.showMenu.dropdown-services {
  top: 116px;
}
header .navbar-nav li > ul > li {
  position: relative;
  transition: all 0.5s;
}
/*------------------------------------header end----------------------------------------*/

header .navbar-nav li > ul > li a {
  text-decoration: none;
  display: block;
  padding: 12px 15px;
  font-weight: 400;
  font-size: 14px;
  color: #000;
  text-transform: capitalize;
  border-bottom: 1px solid #e4e4e4;
  transition: all 0.5s;
  position: relative;
}
/*header .navbar-nav li > ul li a:hover{
transition: all 0.5s;
    background: #e3561b;
    color: #fff;
    border-color: #e3561b;
    letter-spacing:1px;
}*/

header .navbar-nav li > ul > li > a span {
  position: relative;
  z-index: 99;
}
header .navbar-nav li > ul > li:hover a span {
  color: #fff;
  transition: all 0.5s;
}
header .navbar-nav li > ul > li a:after {
  content: '';
  position: absolute;
  z-index: 0;
  left: 0px;
  top: 0px;
  bottom: 0px;
  background: #e3561b;
  height: 100%;
  width: 0%;
  transition: all 0.5s;
  opacity: 0;
}
header .navbar-nav li > ul > li:hover a:after {
  transition: all 0.5s;
  width: 100%;
  opacity: 1;
}
header .navbar-nav li > ul li:last-child a {
  border-bottom: none;
}
header .navbar-right > li:hover > a {
  background: transparent;
  transition: all 0.5s;
  color: #e3561b;
}
header .navbar-right > li:hover:after {
  content: '';
  border-top: 4px solid #fff;
  position: absolute;
  left: 0;
  opacity: 1;
  right: 0;
  transition: all 0.5s;
  width: 100%;
  top: 0;
}
header .navbar-right > li:after {
  content: '';
  border-top: 4px solid #fff;
  position: absolute;
  left: 0;
  right: 0;
  transition: all 0.5s;
  opacity: 0;
  width: 100%;
  top: 0;
}
header .navbar-nav li > ul.dropdown-services {
  width: 1190px;
  top: 125px;
  left: 0;
  position: fixed;
  right: 0px;
  margin: 0 auto;
  visibility: hidden;
  /*display:none;*/
  border-top-width: 3px;
  transition: all 0.5s;
}
header .navbar-nav li.servicse-link > a:after {
  content: '';
  position: absolute;
  left: 0px;
  right: 0px;
  height: 13px;
  width: 13px;
  background-color: #e3561b;
  transform: rotate(45deg);
  bottom: -7px;
  margin: 0 auto;
  opacity: 0;
}
header .navbar-nav li.servicse-link:hover a:after {
  opacity: 1;
}
.servicse-link {
  position: relative !important;
}
header .navbar-nav li.servicse-link a {
  position: relative;
}
header .navbar-collapse {
  position: relative;
}
header .navbar-nav li > ul .left-menu {
  padding: 0px;
  width: 26%;
  float: left;
  height: 505px;
  overflow-y: auto;
}
header .navbar-nav li > ul .left-menu ul li {
  position: relative;
  list-style: none;
}
header .navbar-nav li > ul .left-menu ul li > a {
  text-decoration: none;
  color: #555;
  font-size: 15px;
  transition: all 0.5s;
  font-weight: 500;
  border-bottom: 1px solid #e6e6e6;
  padding: 10px 10px 10px 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  vertical-align: middle;
}
header .navbar-nav li > ul .left-menu ul li > a:hover {
  transition: all 0.5s;
  background-color: #e3561b;
  color: #fff !important;
}
header .navbar-nav li > ul .left-menu ul li > a span {
  padding-right: 4px;
  width: 160px;
  display: inline-block;
}
header .navbar-nav li > ul .left-menu ul li > a img {
  width: 40px;
  margin-right: 35px;
  position: relative;
  top: -1px;
  transition: all 0.4s;
  border: 2px solid transparent;
  background: #e3561b;
  border-radius: 5px;
}
header .navbar-nav li > ul .left-menu ul li:nth-child(1) a img {
  background: #005482;
  border-color: #005482;
}
header .navbar-nav li > ul .left-menu ul li:nth-child(2) a img {
  background: #0e6766;
  border-color: #0e6766;
}
header .navbar-nav li > ul .left-menu ul li:nth-child(3) a img {
  background: #bf990d;
  border-color: #bf990d;
}
header .navbar-nav li > ul .left-menu ul li:nth-child(4) a img {
  background: #df0024;
  border-color: #df0024;
}
header .navbar-nav li > ul .left-menu ul li:nth-child(5) a img {
  background: #203661;
  border-color: #203661;
}
header .navbar-nav li > ul .left-menu ul li:nth-child(6) a img {
  background: #ca741c;
  border-color: #ca741c;
}
header .navbar-nav li > ul .left-menu ul li:nth-child(7) a img {
  background: #63318a;
  border-color: #63318a;
}
header .navbar-nav li > ul .left-menu ul li:nth-child(8) a img {
  background: #cc0767;
  border-color: #cc0767;
}
header .navbar-nav li > ul .left-menu ul li:nth-child(9) a img {
  background: #b54387;
  border-color: #b54387;
}
header .navbar-nav li > ul .left-menu ul li:nth-child(10) a img {
  background: #363246;
  border-color: #363246;
}
header .navbar-nav li > ul .left-menu ul li:nth-child(11) a img {
  background: #66ad30;
  border-color: #66ad30;
}
header .navbar-nav li > ul .left-menu ul li:nth-child(12) a img {
  background: #daaa33;
  border-color: #daaa33;
}
header .navbar-nav li > ul .left-menu ul li > a i {
  font-size: 20px;
  position: relative;
  top: 0px;
  float: right;
  right: -20px;
}
header .navbar-nav li > ul .right-content {
  width: calc(100% - 26%);
  float: right;
  display: none;
  padding: 30px 20px 20px 20px;
}
header .navbar-nav li > ul .right-content .services-cntnt {
  float: none;
  width: 100%;
  padding: 0px 20px 20px 20px;
}
header .navbar-nav li > ul .right-content .services-img {
  margin: 0px;
  float: none;
  width: 100%;
  padding: 0px 25px 25px 25px;
}
header .navbar-nav li > ul .right-content .services-img img {
  width: 100%;
  height: auto;
  border: 4px solid #fff;
  box-shadow: 0px 0px 10px 0px #ccc;
  border-radius: 10px;
}
header .navbar-nav li > ul .right-content .services-cntnt p {
  font-size: 16px;
}
header .navbar-nav li > ul .right-content .services-cntnt a.btn {
  border: 1px solid #c3c3c3;
  text-decoration: none;
  padding: 10px 60px;
  letter-spacing: 1px;
  color: #000;
  text-transform: capitalize;
  background: #fdfdfd;
  font-size: 15px;
  text-align: center;
  margin: 0 auto;
  display: table;
  transition: all 0.5s;
}
header .navbar-nav li > ul .right-content .services-cntnt a.btn:hover {
  transition: all 0.5s;
  background-color: #e3561b;
  color: #fff !important;
  border-color: #e3561b;
}
header.fixed-header {
  box-shadow: 0px 0px 4px 0px #565656;
  transition: all 0.5s;
}
header.fixed-header .navbar-brand img {
  width: 110px;
  transition: all 0.5s;
}
header.fixed-header .navbar-right > li > a {
  padding: 28px 30px 27px 30px;
}
/*------------------page scroll css start--------------------*/

header::-webkit-scrollbar {
  width: 6px;
}
header::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  border-radius: 0px;
}
header::-webkit-scrollbar-thumb {
  border-radius: 0px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
/*------------------page scroll css end-------------------*/

.socail-links {
  padding: 0px;
  margin: 0 0 0 35px;
  float: right;
}
.socail-links ul {
  margin-bottom: 0px;
}
.socail-links ul li a {
  text-decoration: none;
  color: #ffffff;
  padding: 10px 8px;
  font-weight: 400;
  display: block;
  font-size: 16px;
  letter-spacing: 0.5px;
  transition: all 0.5s;
  transform: scale(1);
  position: relative;
  top: 1px;
}
.socail-links ul li a:after {
  display: none !important;
}
.socail-links ul li a:hover {
  transition: all 0.5s;
  color: #fff;
  transform: scale(1.2);
}
.socail-links ul li {
  list-style: none;
  display: inline-block;
}
.dropdown.sub-dropdown {
  left: auto;
  bottom: 0px;
  top: auto !important;
  background-color: #fff;
  opacity: 0;
  transition: all 0.5s;
  display: none;
  right: auto;
  position: absolute;
  z-index: 9;
  transform: translateX(0px);
}
header .navbar-nav li > ul li:hover ul {
  display: block;
  opacity: 1;
  right: auto;
  transform: translateX(218px);
}
header .navbar-nav li > ul li a {
  border-bottom: 1px solid #e4e4e4;
}
header .navbar-nav li > ul > li ul li a span {
  color: #000 !important;
}
header .navbar-nav li > ul > li ul li a:hover span {
  color: #fff !important;
}
header .navbar-nav li > ul > li ul li a:after {
  content: '';
  position: absolute;
  z-index: 0;
  left: 0px;
  top: 0px;
  bottom: 0px;
  background: #e3561b;
  height: 100%;
  width: 0% !important;
  transition: all 0.5s;
  opacity: 0;
}
header .navbar-nav li > ul > li ul li:hover a:after {
  transition: all 0.5s;
  width: 100% !important;
  opacity: 1;
}
.banner-services {
  background-image: url(../images/banner1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  min-height: 620px;
  padding: 10px 0 10px 0;
  position: relative;
  margin-top: 125px !important;
}
.client-testimonial {
  background-image: url(../images/clinet-test.jpg);
  min-height: 500px;
  background-size: cover;
  background-position: center;
  background-attachment: unset;
}
.client-testimonial h2 {
  margin-top: 165px !important;
  display: none;
}

.client-testimonial h2 {
  text-align: center;
  display: none;
  color: #fff;
  font-size: 40px;
  margin-top: 120px;
  text-shadow: 1px 1px 1px #000;
  z-index: 99;
  position: relative;
}
.client-testimonial .services-cntnt {
  display: none;
}
.client-testimonial.banner-services .overly {
  background: rgba(0, 0, 0, 0.1);
}
.banner-services.home-slider {
  background: none;
  padding: 20px 0 0px 0;
  position: relative;
  margin-top: 127px;
  overflow: hidden;
  z-index: 9;
  min-height: auto;
}
.banner-services.home-slider .overly {
  background: rgba(142, 59, 24, 0.7);
}
.banner-services.home-slider .owl-dots {
  display: none;
}
.banner-services.home-slider .services-cntnt {
  position: absolute;
  z-index: 9;
  top: 65px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: 0 auto;
}
.banner-services .overly {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  z-index: 9;
  background: rgba(142, 59, 24, 0.7);
}
.banner-services .services-cntnt {
  position: relative;
  z-index: 10;
  text-align: center;
  color: #fff;
}
.banner-services .services-title {
  margin-bottom:30px;
}
.banner-services .services-title h2 {
  font-size: 38px;
  margin-bottom: 20px;
}
.banner-services .services-title h1 {
  font-size: 38px;
  margin-bottom: 20px;
}
.banner-services .services-title p {
  font-size: 16px;
  letter-spacing: 0.5px;
  text-align:center;
  margin-bottom: 0px;
}
.services-icon-box {
  padding: 0px;
}
.services-icon-box li {
  list-style: none;
  display: inline-flex;
  width: 11.5%;
  margin: 0 2px 30px 0;
  transition: all 0.5s;
}
.services-icon-box li:nth-child(6) {
  margin-right: 0px;
}
.services-icon-box li:nth-child(12) {
  margin-right: 0px;
}
.services-icon-box li a {
  display: block;
  padding: 10px;
  text-decoration: none;
  color: #fff;
  margin: 0 auto;
  transition: all 0.5s;
}
.services-icon-box li a img {
  width: 80px;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 5px;
  display: block;
  transition: all 0.5s;
  margin: 0 auto;
  margin-bottom: 15px;
  transform: scale(1);
}
.services-icon-box li a:hover img {
  transition: all 0.5s;
  transform: scale(1.1);
}
.services-icon-box li:nth-child(1) a:hover img {
  background: #005482;
  border-color: #005482;
}
.services-icon-box li:nth-child(2) a:hover img {
  background: #0e6766;
  border-color: #0e6766;
}
.services-icon-box li:nth-child(3) a:hover img {
  background: #bf990d;
  border-color: #bf990d;
}
.services-icon-box li:nth-child(4) a:hover img {
  background: #df0024;
  border-color: #df0024;
}
.services-icon-box li:nth-child(5) a:hover img {
  background: #203661;
  border-color: #203661;
}
.services-icon-box li:nth-child(6) a:hover img {
  background: #ca741c;
  border-color: #ca741c;
}
.services-icon-box li:nth-child(7) a:hover img {
  background: #63318a;
  border-color: #63318a;
}
.services-icon-box li:nth-child(8) a:hover img {
  background: #cc0767;
  border-color: #cc0767;
}
.services-icon-box li:nth-child(9) a:hover img {
  background: #b54387;
  border-color: #b54387;
}
.services-icon-box li:nth-child(10) a:hover img {
  background: #363246;
  border-color: #363246;
}
.services-icon-box li:nth-child(11) a:hover img {
  background: #66ad30;
  border-color: #66ad30;
}
.services-icon-box li:nth-child(12) a:hover img {
  background: #daaa33;
  border-color: #daaa33;
}
.div-tooltip {
  display: none;
  position: absolute;
  background-color: #000;
  padding: 10px;
  color: #fff;
  font-size: 12px;
  border-radius: 5px;
  z-index: 99;
}
/*---------------------------about us start------------------------------*/

.home-about {
  padding: 55px 0 50px 0;
  background: #f4f7ff;
}
h3.title {
  font-size: 24px;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 20px;
  position: relative;
  font-weight: bold;
}
h3.title:after {
  content: '';
  position: absolute;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  background: #ccc;
  height: 1px;
  width: 68%;
  top: 13px;
  z-index: 9;
}
h3.title span {
  background: #f4f7ff;
  padding: 8px 20px;
  border-radius: 50px;
  position: relative;
  z-index: 99;
  /*border: 1px solid #ccc;*/
}
.home-about .aboutus-cntnt {
  position: relative;
  background: #f4f7ff;
  padding: 30px 25px 30px 25px;
}
.home-about .aboutus-cntnt p {
  text-align: justify;
  line-height: 23px;
}
.aboutus-img {
  position: relative;
  right: 0px;
  top: 30px;
  z-index: 9;
  background: #fff;
  padding: 5px;
  box-shadow: 0px 0px 10px 0px #ccc
}
.aboutus-img img {
  width: 100%;
}
.aboutus-img .owl-dots {
  position: absolute;
  text-align: center;
  margin: 0px auto;
  left: 0px;
  bottom: -40px;
  right: 0px;
}
.aboutus-img .owl-dots button.active {
  background: #e3561b;
}
.aboutus-img .owl-dots button {
  background: #888;
  margin: 0 5px;
  height: 10px;
  width: 10px;
  border-radius: 100%;
}
.client-testimonial-slider .owl-dots {
  position: absolute;
  text-align: center;
  margin: 0px auto;
  left: 0px;
  bottom: -40px;
  right: 0px;
}
.client-testimonial-slider .owl-dots button.active {
  background: #e3561b;
}
.client-testimonial-slider .owl-dots button {
  background: #888;
  margin: 0 5px;
  height: 10px;
  width: 10px;
  border-radius: 100%;
}
/*---------------------------about us end------------------------------*/

/*---------------------------footer start------------------------------*/

footer {
  padding: 0px;
  margin: 0px;
}
footer .ftr-srvis-icon {
  background-image: url(../images/fotr-bg-services.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 60px 0 20px 0;
  min-height: 200px;
  position: relative;
}
footer .ftr-srvis-icon h3 {
  text-align: center;
  color: #fff;
  margin-top: 0px;
  margin-bottom: 50px;
  font-size: 30px;
}
footer .ftr-srvis-icon .overly {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  z-index: 9;
  background: rgba(130, 60, 30, 0.9);
}
footer .ftr-srvis-icon .services-icon-box {
  position: relative;
  z-index: 99;
  text-align: center;
}
footer .ftr-srvis-icon .services-icon-box li a img {
  width: 65px;
  padding: 0px;
}
footer .ftr-srvis-icon .services-icon-box li {
  width: auto;
  margin: 0 10px 30px 0;
}
footer .ftr-srvis-icon .div-tooltip {
  z-index: 999;
}
footer .ftr-srvis-icon .services-icon-box li a {
  padding: 0px
}
footer .linkdin-bar {
  padding: 20px 0;
  margin: 0px;
  background: #e3561b;
}
footer .linkdin-bar p {
  color: #fff;
  font-size: 16px;
  text-align: center;
  margin-bottom: 0px;
}
footer .linkdin-bar p i {
  font-size: 35px;
  font-weight: bold;
  margin-right: 15px;
  position: relative;
  top: 1px;
}
footer .linkdin-bar .linkedin-btn {
  margin: 0px;
}
footer .linkdin-bar .linkedin-btn a {
  border: 1px solid #fff;
  display: block;
  padding: 10px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  font-weight: 500;
  text-decoration: none;
  border-radius: 5px;
  transition: all 0.5s;
}
footer .linkdin-bar .linkedin-btn a:hover {
  background: #fff;
  color: #e3561b;
  transition: all 0.5s;
  letter-spacing: 2px;
}
footer .footer-links {
  background: #f5f5f5;
  padding: 70px 0;
}
footer .footer-links .links {
  padding: 0px;
}
footer .footer-links .links a {
  text-decoration: none;
}
footer .footer-links .links p {
  color: #000;
  padding-right: 10px;
  font-size: 14px;
  line-height: 24px;
}
footer .copyright-links .footer-logo {
  width:125px;
  filter: grayscale(0%);
  transition: all 0.5s;
  margin-bottom:0px;
}
/*footer .footer-links .links:hover .footer-logo{
  transition: all 0.5s;
   filter:grayscale(0%);
}*/

footer .footer-links .links li {
  list-style:none;
  transition: all 0.5s;
}
footer .footer-links .links li a {
  color: #000;
  font-size: 14px;
  display: block;
  padding: 2px 0;
  letter-spacing: 1px;
  transition: all 0.5s;
}
footer .footer-links .links li a:hover {
  transition: all 0.5s;
  color:#4990e2;
}
footer .footer-links .links ul {
    margin-left:0px;
    padding-left: 0;
}
footer .footer-links .links li:hover {
  color: #ff4e05;
  transition: all 0.5s;
}
footer .footer-links .links h3 {
  box-shadow: 0px 1px 0px 0px #d4d4d4;
  font-size: 18px;
  color: #e3561b;
  border-bottom: 1px solid #f5f5f5;
  padding-bottom: 15px;
  display: table;
}
footer .footer-links .links address {
  padding: 0px;
}
footer .footer-links .links address h4 {
  font-size: 15px;
  color: #000;
  padding: 8px 0px;
}
footer .footer-links .links address p {
  color: #000;
}
footer .footer-links .links address p span {
  font-weight: bold;
}
footer .footer-links .links address p a {
  color: #d2480e;
  transition: all 0.5s;
}
footer .footer-links .links address p a:hover {
  color: #ff4b00;
  transition: all 0.5s;
  letter-spacing: 1px;
}
footer .footer-links .links iframe {
  margin-top: 10px;
  border: 3px solid #fff;
}
footer .copyright-links {
  background: #fff;
  padding: 20px 0px 15px 0px;
}
footer .copyright-links p {
  color: #444;
  font-size: 14px;
  margin-bottom: 2px;
  text-align:left
}
footer .copyright-links p a {
  color: #ef7b4e;
  text-decoration: none;
  transition: all 0.5s;
}
footer .copyright-links p a:hover {
  transition: all 0.5s;
  color: #fff;
}
footer .copyright-links ul {
  padding: 0px;
  margin: 10px 0 0 0px;
  text-align: center;
}
footer .copyright-links ul li {
  list-style: none;
  display: inline-block;
  margin-right: 10px;
}
footer .copyright-links ul li a {
  color: #444;
  text-decoration: none;
  border-right: 1px solid #484669;
  font-weight: 100;
  font-size: 14px;
  padding-right: 10px;
  transition: all 0.5s;
}
footer .copyright-links ul li a:hover {
  transition: all 0.5s;
  color: #ff7a43;
}
footer .copyright-links ul li:last-child a {
  border-right: none;
}
footer .copyright-links .socail-links {
     padding-top: 0;
    position: relative;
    top: -8px;
}
footer .copyright-links .socail-links p{
  text-align: center;
}
footer .copyright-links .socail-links ul li a {
  border: none;
  font-size: 24px;
}
#divPharmaceutical {
  display: block;
}
.project-counter {
  padding: 0px;
}
.project-counter .item:nth-child(1) {
  background: rgb(88, 26, 0);
}
.project-counter .item:nth-child(2) {
  background: rgb(82, 24, 0);
}
.project-counter .item:nth-child(3) {
  background: rgb(74, 23, 3);
}
.project-counter .item:nth-child(4) {
  background: rgb(64, 18, 0);
}
.project-counter .item:nth-child(5) {
  background: rgb(64, 18, 0);
}
.project-counter .item:nth-child(6) {
  background: rgb(64, 18, 0);
}
.project-counter .item {
  width: 16.666%;
  height: 100%;
  padding: 50px 0px;
  text-align: center;
  margin: 0px;
  float: left;
  transition: all 0.5s;
}

.project-counter .item i {
  vertical-align: middle;
  font-size: 50px;
  color: rgba(255, 255, 255, 0.8);
  padding-bottom: 25px;
  transition: all 0.5s;
}
.project-counter .item img{
  width:50px;
      padding-bottom: 25px;
      display: block;
      margin:0 auto;
      opacity: 0.8;
      transform: scale(1);
      transition: all 0.5s;
}
.project-counter .item:hover img{
transition: all 0.5s;
opacity:1;
transform: scale(1.3);
}

.project-counter .item:hover i{
transition: all 0.5s;
opacity:1;
transform: scale(1.3);
color:#fff;
}


.project-counter .item p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  margin: 0;
  transition: all 0.5s;
  padding: 15px 10px 10px 10px;
}
.project-counter .item:hover p{
  color:#fff;
  transition: all 0.5s;
}

.project-counter .item p.number {
  font-size: 40px;
  padding: 0;
  font-weight: bold;
}
/*---------------------------footer end------------------------------*/

#scroll {
  position: fixed;
  right: 10px;
  bottom: 10px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: #e3561b;
  text-indent: -9999px;
  display: none;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px
}
#scroll span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -12px;
  height: 0;
  width: 0;
  border: 8px solid transparent;
  border-bottom-color: #ffffff;
}
#scroll:hover {
  background-color: #f5a300;
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}
.inner-banner {
  padding: 0px;
}
.inner-banner img {
  width: 100%;
}
.team-container {
  padding: 70px 0;
}
.team-container h3.title {
  margin-bottom: 30px;
}
.team-container h3.title span {
  background: #fff;
}
.team-container h3.title ~ p {
  text-align: center;
}
.team-container .user-box {
  padding: 0;
  text-align: center;
  transition: all 0.5s;
  position: relative;
  margin: 0 10px;
  cursor: pointer;
  margin-top: 45px;
}
.team-container .user-box .user-img {
  padding: 0px;
}
.team-container .user-box .user-img img {
  width: 100%;
  border-radius: 100%;
  height: 235px;
  filter: grayscale(100%);
  transition: all 0.5s;
  border: 5px solid #fff;
  border-bottom: none;
  box-shadow: 0px 0px 6px 0px #ccc;
}
.team-container .user-box .user-name {
  padding: 10px 0 1px 0;
  display: block;
  transition: all 0.5s;
}
.team-container .user-box .user-name h4 {
  color: #000;
  font-size: 20px;
  font-weight: bold;
  margin-top: 0px;
  line-height: 22px;
}
.team-container .user-box .user-name h4 span {
  font-weight: normal;
  font-size: 16px;
  display: block;
}
.team-container .user-box:hover .user-img img {
  border-radius: 0px;
  filter: grayscale(0%);
  transition: all 0.5s;
  box-shadow: none;
}
.team-container .user-box:hover {
  box-shadow: 0px 0px 6px 0px #ccc;
  transition: all 0.5s;
}
.team-container .user-box:hover .user-name {
  background: #e3561b;
  transition: all 0.5s;
  animation: submenu 0.5s;
}
.team-container .user-box:hover .user-name h4 {
  color: #fff;
}
.team-container .user-box:hover .user-name h4 span {
  color: #fff;
}
.modal.team-profile {
  padding: 0px;
}
.modal.team-profile .modal-body {
  position: relative;
  padding: 40px 30px 40px 30px;
}
.modal.team-profile .modal-dialog {
  width: 800px;
  margin: 30px auto;
}
.modal.team-profile .modal-body .user-img {
  padding: 0px;
  margin: 0px;
  float: left;
  width: 270px;
}
.modal.team-profile .modal-body .user-img .btn {
  color: #fff;
  font-size: 16px;
  border: 1px solid #0071b4;
  margin: 25px 0 0 0;
  display: block;
  padding: 9px 0px;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  background: #0071b4;
  border-radius: 50px;
}
.modal.team-profile .modal-body .user-img img {
  width: 100%;
  border: 5px solid #fff;
  box-shadow: 0px 0px 10px 0px #cccc;
}
.modal.team-profile .modal-body .user-dtl-right {
  margin: 0px;
  float: right;
  width: calc(100% - 270px);
}
.modal.team-profile .modal-body .user-dtl-right .team-des {
  height: 410px;
  overflow-y: auto;
  margin-top: 20px;
  padding: 0px 30px;
}
.modal.team-profile .modal-body .user-dtl-right h4 {
  margin-top: 0px;
  font-size: 24px;
  color: #e3561b;
  font-weight: bold;
  letter-spacing: 1px;
  padding-left: 30px;
}
.modal.team-profile .modal-body .user-dtl-right p {
  font-size: 16px;
  font-weight: 300;
}
.modal.team-profile .modal-body .close:focus {
  outline: none;
}
.modal.team-profile .modal-body .close {
  position: absolute;
  right: 0px;
  top: 0px;
  color: #235baf;
  opacity: 1;
  text-shadow: none;
  font-size: 35px;
  background: #f1f1f1;
  width: 45px;
  text-align: center;
  height: 45px;
}
/*------------------page scroll css start--------------------*/

.modal.team-profile::-webkit-scrollbar {
  width: 9px;
}
.modal.team-profile::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
.modal.team-profile::-webkit-scrollbar-thumb {
  border-radius: 8px;
  -webkit-box-shadow: inset 1px 1px 20px #0071b3;
}
/*------------------page scroll css end-------------------*/

/*------------------------services start--------------------------------------*/

.services-page {
  padding: 0px 50px 0px 50px;
  margin: 0px;
}
.services-page .services-page-box {
  border-bottom: 1px dashed #ccc;
  display: inline-block;
  width: 100%;
  padding: 25px 0px;
}
.services-page h3 {
    padding-bottom: 10px;
    display: block;
    color: #e3561b;
    font-size: 30px;
    margin-top: 35px;
}

.services-page h1 {
    padding-bottom: 10px;
    display: block;
    color: #e3561b;
    font-size: 30px;
    margin-top: 35px;
}

.services-page .services-page-box .left-cotnt {
  padding: 0px 50px 30px 0px;
  float: left;
  width: 70%;
}
.services-page .services-page-box .left-cotnt h4 {
  font-size: 22px;
  font-weight: bold;
  color: #000;
  margin-bottom: 25px;
}
.services-page .services-page-box .left-cotnt h4 img {
  width: 50px;
  margin-right: 20px;
  position: relative;
  top: -3px;
  transition: all 0.4s;
  border: 2px solid transparent;
  background: #e3561b;
  border-radius: 5px;
}
.services-page .services-page-box .left-cotnt p {
  font-size: 16px;
  line-height: 24px;
}
.services-page .services-page-box .left-cotnt a.btn {
  border: 1px solid #f5a300;
  display: table;
  padding: 6px 25px;
  color: #f5a300;
  font-size: 15px;
  text-align: center;
  font-weight: normal;
  text-decoration: none;
  border-radius: 5px;
  transition: all 0.5s;
  background: #fff;
  margin-top: 20px;
  width: 150px;
}
.services-page .services-page-box .left-cotnt a.btn:hover {
  background: #e3561b;
  color: #fff;
  transition: all 0.5s;
  letter-spacing: 2px;
}
.services-page .services-page-box .right-img-ser {
  width: calc(100% - 70%);
  float: right;
  text-align: center;
  margin-top: 20px;
}
.services-page .services-page-box .right-img-ser img {
  width: 212px;
  height: 212px;
  border-radius: 100%;
  border: 5px solid #fff;
  box-shadow: 0px 0px 10px 0px #ccc;
}
.right-widget {
  padding: 10px 0px 0px 0px;
  margin: 0px 15px;
  background: #ffe6dc;
  height: calc(100% - 30px);
}



.right-widget ul {
  list-style: none;
  margin: 0px;
  padding: 20px;
}
.right-widget ul li {
  list-style: none;
  padding: 0px;
  margin-bottom: 15px;
}
.right-widget ul li a {
  display: block;
  color: #fff;
  background: #e3561b;
  padding: 13px 20px 11px 20px;
  text-decoration: none;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 1px;
  transition: all 0.5s;
}
.right-widget ul li a:hover {
  transition: all 0.5s;
  background: #f6a300;
}
.right-widget ul li a img {
  width: 26px;
  margin-right: 15px;
  position: relative;
  top: -2px;
}
.right-widget ul li ul.slider {
  background:#fff;
  
  padding: 15px;
}
.right-widget ul li ul.slider p{
  color:#4990e2;
  text-align: left;
  font-size:15px;
}

.services-page.services-detail1 {
margin-top:150px;
}

.services-page.services-detail {
margin-top:150px;
}
.services-page.services-detail .services-page-box .right-img-ser {
  width: 100%;
  float: none;
  text-align: center;
  margin-bottom: 30px;
}
.services-page.services-detail .services-page-box .right-img-ser img {
  width: 100%;
  height: auto;
  border-radius: 0;
  border: 5px solid #fff;
  box-shadow: 0px 0px 10px 0px #ccc;
}
.services-page.services-detail .services-page-box .left-cotnt {
  padding: 0;
  float: none;
  width: 100%;
}
.services-page.services-detail .services-page-box {
  border-bottom: none;
  padding-top: 0px;
}
.services-page.services-detail .services-page-box thead {
  background: #ececec;
  padding-bottom: 20px;
  text-align: center;
}
.services-page.services-detail .services-page-box .left-cotnt .table tr td,
th {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #ffff;
  text-align: left;
  font-size:15px;
  border-top: 1px solid #fff;
}
.services-page.services-detail .services-page-box .left-cotnt .table tr:nth-child(2) td {
  padding-top: 20px;
}
.services-page.services-detail .services-page-box .left-cotnt .table a {
  text-decoration: none;
  color:#4990e2;
  list-style: disc;
  transition: all 0.5s;
  display: block;
  position: relative;
  padding: 0 0 0 22px;
}
.services-page.services-detail .services-page-box .left-cotnt .table a:after {
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 99;
  display: table;
  transition: all 0.5s;
   content: '' !important;
    height: 20px;
    width: 20px;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block !important;
    left: -10px !important;
}
.services-page.services-detail .services-page-box .left-cotnt .table a:hover {
  color: #000;
  transition: all 0.5s;
}
.services-page.services-detail .services-page-box .left-cotnt .table a:hover:after {
  color: #000;
  transition: all 0.5s;
  left: 10px;
      filter: invert(1) brightness(0%);
      background-size:24px;
}
.services-page.services-detail .services-page-box .left-cotnt ul {
    padding-left: 15px;
    margin-left: 15px;
}
.services-page.services-detail .services-page-box .left-cotnt ul li {
  list-style:url(../images/bullets.png) !important;
  padding: 6px 0;
  font-weight: normal;
}
h3.inner-page-title {
  padding-bottom: 15px;
  display: block;
  color: #e3561b;
  font-size: 30px;
  margin-top: 60px;
}
.news {
  padding: 0px;
}
.news .panel-title > a:before {
  float: right !important;
  font-family: FontAwesome;
  content: "\f107";
  padding-right: 5px;
  background: #e3561b;
  text-align: center;
  width: 22px;
  height: 22px;
  border-radius: 100%;
  line-height: 24px;
  padding: 0px;
  color: #fff;
  font-size: 14px;
}
.news .panel-title > a.collapsed:before {
  float: right !important;
  content: "\f106";
}
.news .panel-title > a:hover,
.panel-title > a:active,
.panel-title > a:focus {
  text-decoration: none;
}
.news .panel-group .panel {
  border: none;
  margin-bottom: 0px;
}
.news .panel-default>.panel-heading {
  color: #333;
  background-color: #ffffff;
  border-color: #fff;
  padding: 0px !important;
}

.news .panel-default>.panel-heading+.panel-collapse>.panel-body {
     border-top-color: #efefef;
    padding: 15px 0px;
    background: transparent;
}
.news .panel-title a {
  color:#000;
  display: block;
  padding: 15px 0;
}
.news .panel-title a.collapsed {
  color: #e3561b;
}
.news .panel-body {
  padding: 15px 0;
}
.client-testimonial-slider {
  text-align: center;
  margin-bottom: 100px;
}
.client-testimonial-slider h3 {
  margin-bottom: 10px;
}
.client-testimonial-slider h4 {
  font-size: 18px;
  color: #000;
  padding-bottom: 0px;
}
.client-testimonial-slider p {
  position: relative;
  font-size: 16px;
  color: #555;
  line-height: 24px;
}
.client-testimonial-slider .item {
  box-shadow: 0px 0px 10px 0px #ccc;
  margin: 10px;
  padding: 15px;
  height: 250px;
}
.client-testimonial-slider p i {
  padding: 10px;
  font-size: 20px;
  color: #000;
}
.img-gallery {
  background-image: url(../images/gallery-banner.jpg);
  min-height: 435px;
  background-size: 100%;
  background-position: 0 center;
  background-attachment: unset;
}
.contact-us {
  background-image: url(../images/contact-us.jpg);
  min-height: 435px;
  background-size: 100%;
  background-position: 0 center;
  background-attachment: unset;
  ;
}
.img-gallery h2 {
  text-align: center;
  color: #fff;
  font-size: 40px;
  display: none;
  margin-top: 120px;
  text-shadow: 1px 1px 1px #000;
  z-index: 99;
  position: relative;
  margin-bottom: 20px;
}
.img-gallery .services-cntnt {
  display: none;
}
.gallery-img-box h3 {
  margin-bottom: 40px;
}
.img-gallery.banner-services .overly {
  background: rgba(0, 0, 0, 0.1);
}
.gallery-img-box {
  text-align: center;
}
.gallery-img-box .img-box {
  position: relative;
  border: 1px solid #dedede;
  transition: all 0.5s;
  margin-bottom: 30px;
}
.gallery-img-box .img-box img {
  width: 100%;
  height: 170px;
}
.gallery-img-box a {
  text-decoration: none;
}
.gallery-img-box .img-box h4 {
  font-size: 18px;
  color: #000;
  padding: 18px 0;
  transition: all 0.5s;
  margin: 0px;
}
.img-name {
  position: absolute;
  z-index: 9;
  display: flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  background: rgb(0, 0, 0, 0.5);
  left: 0;
  right: 0;
  cursor: pointer;
  opacity: 0;
  top: 0;
  transition: all 0.5s;
  bottom: 0;
  height: calc(100% - 55px);
}
.img-name i {
  font-size: 34px;
  cursor: pointer;
  color: #fff;
  transition: all 0.5s;
  transform: scale(0);
}
.gallery-img-box .img-box:hover h4 {
  background: #e3561b;
  transition: all 0.5s;
  color: #fff;
}
.gallery-img-box .img-box:hover .img-name {
  opacity: 1;
  transition: all 0.5s;
}
.gallery-img-box .img-box:hover .img-name i {
  transition: all 1s;
  transform: scale(1.1);
}
.gallery-img-box .img-box:hover {
  box-shadow: 0px 0px 10px 0px #ccc;
  transition: all 0.5s;
}
.contact-us-form h3 {
  text-align: center;
  margin: 0px;
  padding-top: 60px;
  padding-bottom: 35px;
}
.input {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  width: 100%;
  vertical-align: top;
}
.input__field {
  position: relative;
  display: block;
  float: right;
  padding: 0.8em;
  width: 60%;
  border: none;
  border-radius: 0;
  background: #f0f0f0;
  color: #aaa;
  font-weight: 400;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-appearance: none;
  /* for box shadows to show on iOS */
}
.input__field:focus {
  outline: none;
}
.input__label {
  display: inline-block;
  float: right;
  padding: 0 1em;
  width: 40%;
  color: #696969;
  font-weight: bold;
  font-size: 70.25%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.input__label-content {
  position: relative;
  display: block;
  padding: 1.6em 0;
  width: 100%;
}
.graphic {
  position: absolute;
  top: 0;
  left: 0;
  fill: none;
}
.icon {
  color: #ddd;
  font-size: 150%;
}
/* Fumi */

.input--fumi {
  background: #fff;
  overflow: hidden;
  padding: 0;
}
.input--fumi::after {
  content: '';
  width: 1px;
  position: absolute;
  top: 0.5em;
  bottom: 0.5em;
  left: 49px;
  background: #f0f0f0;
  z-index: 100;
}
.input__field--fumi {
  background: transparent;
  padding: 18px;
  width: 90%;
  color: #000;
}
.input__label--fumi {
  position: absolute;
  width: 100%;
  text-align: left;
  padding-left: 65px;
  pointer-events: none;
  line-height: 16px;
  font-size: 16px;
}
.icon--fumi {
  position: absolute;
  top: 21px;
  left: 0;
  padding: 0 18px 0 15px;
  font-size: 20px;
}
.input textarea {
  height: 131px;
}
.input__label-content--fumi {
  padding: 1.7em 0;
  display: inline-block;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.input__label-content--fumi span {
  display: inline-block;
}
.input__field--fumi:focus + .input__label--fumi .input__label-content--fumi,
.input--filled .input__label-content--fumi {
  -webkit-animation: anim-fumi-1 0.3s forwards;
  animation: anim-fumi-1 0.3s forwards;
}
@-webkit-keyframes anim-fumi-1 {
  50% {
    -webkit-transform: translate3d(0, 3em, 0);
    transform: translate3d(0, 3em, 0);
  }
  51% {
    -webkit-transform: translate3d(0, -3em, 0) scale3d(0.85, 0.85, 1);
    transform: translate3d(0, -3em, 0) scale3d(0.85, 0.85, 1);
  }
  100% {
    color: #000;
    -webkit-transform: translate3d(0, -1.1em, 0) scale3d(0.85, 0.85, 1);
    transform: translate3d(0, -1.1em, 0) scale3d(0.85, 0.85, 1);
  }
}
@keyframes anim-fumi-1 {
  50% {
    -webkit-transform: translate3d(0, 3em, 0);
    transform: translate3d(0, 3em, 0);
  }
  51% {
    -webkit-transform: translate3d(0, -3em, 0) scale3d(0.85, 0.85, 1);
    transform: translate3d(0, -3em, 0) scale3d(0.85, 0.85, 1);
  }
  100% {
    color: #e3561b;
    -webkit-transform: translate3d(0, -1.1em, 0) scale3d(0.85, 0.85, 1);
    transform: translate3d(0, -1.1em, 0) scale3d(0.85, 0.85, 1);
  }
}
.input__field--fumi:focus + .input__label--fumi .icon--fumi,
.input--filled .icon--fumi {
  -webkit-animation: anim-fumi-2 0.3s forwards;
  animation: anim-fumi-2 0.3s forwards;
}
@-webkit-keyframes anim-fumi-2 {
  50% {
    opacity: 1;
    -webkit-transform: translate3d(0, -3em, 0);
    transform: translate3d(0, -3em, 0);
  }
  50.25% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3em, 0);
    transform: translate3d(0, -3em, 0);
  }
  50.75% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3em, 0);
    transform: translate3d(0, 3em, 0);
  }
  51% {
    opacity: 1;
    -webkit-transform: translate3d(0, 3em, 0);
    transform: translate3d(0, 3em, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    color: #000;
  }
}
@keyframes anim-fumi-2 {
  50% {
    opacity: 1;
    -webkit-transform: translate3d(0, -3em, 0);
    transform: translate3d(0, -3em, 0);
  }
  50.25% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3em, 0);
    transform: translate3d(0, -3em, 0);
  }
  50.75% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3em, 0);
    transform: translate3d(0, 3em, 0);
  }
  51% {
    opacity: 1;
    -webkit-transform: translate3d(0, 3em, 0);
    transform: translate3d(0, 3em, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    color: #e3561b;
  }
}
.services-page.contact-us-form {
  background: #efefef;
}
.services-page.contact-us-form .form-group .submit {
  border: 1px solid #e3561b;
  display: table;
  padding: 10px 45px;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  font-weight: 500;
  text-decoration: none;
  border-radius: 5px;
  transition: all 0.5s;
  background: #e3561b;
  float: right;
  margin-top: 20px;
}
.services-page.contact-us-form .add-box {
  background: #fff;
  height: 235px;
  margin-top: 40px;
  text-align: center;
  padding-bottom: 10px;
}
.services-page.contact-us-form .add-box h4 i {
  padding-right: 10px;
}
.services-page.contact-us-form .add-box h4 {
  background: #e3561b;
  color: #ffff;
  padding: 13px 0px;
  text-align: center;
  font-size: 16px;
  margin-bottom: 15px;
  letter-spacing: 1px;
}
.services-page.contact-us-form .add-box p {
  padding: 0 15px;
}
.tble-bg {
  background: #f1f1f1;
  text-align: center;
  color: #000;
  font-weight: bold
}
.tble-bg td {
  text-align: center !important;
  border-top: 1px solid #f1f1f1 !important;
}
.career .add-box p a {
  color: #e3561b;
  text-decoration: none;
  transition: all 0.5s;
}
.career .add-box p a:hover {
  transition: all 0.5s;
  color: #000;
}
.career h3 ~ p {
  text-align: center;
  padding: 0 150px;
}
.alliance {
  background-image: url(../images/alliance.jpg);
  min-height: 435px;
  background-size: 100%;
  background-position: 0 center;
  background-attachment: unset;
}



.news-banner {
  background-image: url(../images/news.jpg);
  min-height: 435px;
  background-size: 100%;
  background-position: 0 center;
  background-attachment: unset;
}
.quality-commitment {
  background-image: url(../images/quality-commitment.jpg);
  min-height: 500px;
  background-size: cover;
  background-position: center;
  background-attachment: unset;
}
.quality-commitment h2 {
  margin-top: 170px !important;
}
.business-development {
  background-image: url(../images/business-development.jpg);
  min-height: 500px;
  background-size: cover;
  background-position: center;
  background-attachment: unset;
}
.business-development h2 {
  margin-top: 170px !important;
}
.culture {
  background-image: url(../images/culture.jpg);
  min-height: 435px;
  background-size: 100%;
  background-position: 0 center;
  background-attachment: unset;
}
.our-process-our-proposition {
  background-image: url(../images/our-process-our-proposition.jpg);
  min-height: 500px;
  background-size: 96%;
  background-position: 0 center;
  background-attachment: unset;
}
.our-process-our-proposition h2 {
  margin-top: 170px !important;
}
.vision-mission {
  background-image: url(../images/vision-mission.jpg);
  min-height: 435px;
  background-size: 100%;
  background-position: 0 -46px;
  background-attachment: unset;
}
.alliance h2 {
  text-align: center;
  color: #fff;
  font-size: 40px;
  margin-top: 120px;
  display: none;
  text-shadow: 1px 1px 1px #000;
  z-index: 99;
  position: relative;
}
.alliance-box h3 {
  text-align: center;
}
.alliance-box h3 ~ p {
  text-align: center;
}
.alliance .overly {
  background: rgba(0, 0, 0, 0.1);
}
.alliance-box {
  padding: 0px;
}
.alliance-box .alliance-cntnt-box {
  box-shadow: 0px 0px 7px 0px #ccc;
  margin-bottom: 30px;
  width: 100%;
  display: inline-block;
}
.alliance-box .alliance-cntnt-box .img-alliance {
  width: 200px;
  float: left;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 145px;
  vertical-align: middle;
  padding: 25px;
  border-right: 1px solid #e2e2e2;
}
.alliance-box .alliance-cntnt-box .img-alliance img {
  width: 100%;
}
.alliance-box .alliance-cntnt-box .alliance-detail {
  width: calc(100% - 200px);
  float: right;
  padding: 0 20px;
}
.alliance-box .alliance-cntnt-box .alliance-detail h4 {
  padding: 10px 0;
  color: #e3561b;
  text-transform: uppercase;
  margin-bottom: 0px;
}
.alliance-box .alliance-cntnt-box .alliance-detail a {
  color: #e3561b;
  text-decoration: none;
  transition: all 0.5s;
}
.alliance-box .alliance-cntnt-box .alliance-detail a:hover {
  transition: all 0.5s;
  color: #000;
  letter-spacing: 2px;
}
.table-b tr td {
  font-weight: 500;
  text-align: center;
}
.table-b ul li {
  padding: 6px 0;
}
.table-b ul ul {
  margin-left: 20px;
}
.table-b.table-b2 ul {
  margin-left: 15px !important;
}
.vision .box {
  padding: 20px 25px;
  background: #fff;
  box-shadow: 0px 0px 5px 0px #ccc;
  margin-bottom: 30px;
  border-left: 3px solid #e3561b;
}
.cstm-accoridan .panel-group .panel {
  background: transparent !important;
}
.cstm-accoridan .panel-group .panel-heading {
  background: transparent !important;
}
.cstm-accoridan {
  padding-top: 55px;
}
.cstm-cntct-box .add-box {
  background: #fff;
  height: 235px;
  margin-top: 40px;
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.cstm-cntct-box .add-box h4 i {
  padding-right: 10px;
}
.cstm-cntct-box .add-box h4 {
  background: #e3561b;
  color: #ffff;
  padding: 13px 0px;
  text-align: center;
  font-size: 16px;
  margin-bottom: 15px;
  letter-spacing: 1px;
}
.cstm-cntct-box .add-box p {
  padding: 0 15px;
}

.box-therapeutic {
padding: 20px 25px;
    background: #fff;
    box-shadow: 0px 0px 5px 0px #ccc;
    margin-bottom: 30px;
    border-top: 3px solid #e3561b;
    margin-top: 25px;
}

.box-therapeutic li{padding-bottom:15px !important;
  list-style:url(../images/bullets.png) !important;
}

.news .aboutus-cntnt ul li{
  list-style: none;
  padding-bottom: 10px;
}

.box-therapeutic.row{
      margin: 0px;
    padding: 20px 14px !important;
}

.box-therapeutic.row h4{
  font-size:18px;
  margin-left: 25px;
}
.aboutus-page {
  background-image: url(../images/aboutus-img1.jpg);
min-height: 440px;
    background-size: 100%;
    background-position: 0 center;
    background-attachment: unset;
    margin-top: 125px !important;
}
.aboutus-page .overly{
background: rgba(0,0,0,0.5) !important;
}
.aboutus-page h2{
    display: block !important;
    position: relative;
    z-index: 99;
    text-align: center;
    color: #fff;
    font-size: 40px;
    margin-top: 190px;
    text-shadow:3px 2px 10px #000;
}

.aboutus-tab{
    padding: 0 0 0px 0;
    position: relative;
    z-index: 9;
    top: 0;
}
.aboutus-tab .nav-tabs {
       border-bottom: none;
    text-align: center;
    margin: 0;
    display: inline-block;
    
}
.aboutus-tab .nav-tabs>li {
      float: left;
    margin-bottom: 0;
    display: block;
}
.aboutus-tab .nav-tabs>li>a {
        margin: 0;
    line-height: 1.42857143;
    border: none;
    border-radius: 0;
    background: #e3561b;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    /*padding:31px 43px 25px 43px;*/
    padding:31px 30px 25px 30px;
    transition: all 0.5s;
}
.aboutus-tab .nav-tabs>li.active a{
transition: all 0.5s;
  background:#fff;
  color:#000;
  border-color:#fff;
}

.aboutus-tab .nav-tabs>li.active a:focus{
  border: none;
}

.aboutus-tab .tab-content .tab-pane.fade{
  padding: 50px 0px 30px 0px;
}

.aboutus-tab .nav-tabs>li.active a:hover{
border:none;
}
.aboutus-tab .home-about {
    padding: 0;
    background: transparent;
}
.aboutus-tab  h3.title span{
      background: # f3f3f3;
}

.aboutus-tab .home-about .aboutus-cntnt {
    position: relative;
    background: transparent;
    padding: 30px 20px 0px 20px;
}

.aboutus-tab .cstm-cntct-box .add-box {
 background:#fff; 
}

.services-page.services-detail .container:first-child .row{
display: flex;
}


.aboutus-tab .nav-tabs>li>a:hover{
  transition: all 0.5s;
  background:#fff;
  color:#000;
  border-color:#fff;
}


.aboutus-tab .a-tab-nav{
    text-align: center;
    margin: 0px;
    display: flex;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    top: -76px;
}

.phn-icon{
float: left;
    padding: 10px 0 0 55px;
    color: #fff;
}
.phn-icon p{
  font-size: 14px;
  position: relative;
  top: 2px;
  font-weight: bold;
}
.phn-icon p i{
  color:#fff;
  padding-right:5px;
  position: relative;
  top:1px
}
.aboutus-tab .home-about h3 + img{
   width: 100%;
    border: 5px solid #fff;
    margin: 20px 0px;
    box-shadow: 0px 0px 10px 0px #ccc;

}
.about-bg{
  background:#f4f7ff;
      padding-bottom:0px;
}

.aboutus-tab .home-about .timeline{
    margin: 0 auto;
    padding:0 0 60px 0;
    display: block;
    width: 1000px;
}

.aboutus-tab .home-about .timeline .box-timeline{
    width: 430px;
    background: #fff;
    padding: 20px;
    margin: 0 0 20px 0;
    border-radius: 10px;
    box-shadow: 0px 0px 6px -2px #a5a5a5;
    float: right;
    height:120px;
    position: relative;
}
.aboutus-tab .home-about .timeline .box-timeline:nth-child(odd){
float: left;
margin-top:75px;
}
.aboutus-tab .home-about .timeline .box-timeline:nth-child(odd):after{
    content: '';
    position: absolute;
    z-index: 99;
    right: -6px;
    background: #fff;
    width: 15px;
    height: 15px;
    transform: rotate(45deg);
    top: 54px;
    box-shadow:3px -2px 7px -2px #a5a5a5;
}
.aboutus-tab .home-about .timeline p{
  text-align:left;
}


.aboutus-tab .home-about .timeline .box-timeline:nth-child(odd):before{
     content: '';
    position: absolute;
    z-index: 99;
    right: -78px;
    background: #ffffff;
    width: 16px;
    height: 16px;
    border-radius: 30px;
    top: 54px;
    border: 2px solid #e3561b;
}



.aboutus-tab .home-about .timeline .box-timeline:nth-child(even){
float:right;
margin-top: 130px;
}
.aboutus-tab .home-about .timeline .box-timeline:nth-child(even):after{
content: '';
    position: absolute;
    z-index: 99;
    left: -6px;
    background: #fff;
    width: 15px;
    height: 15px;
    transform: rotate(45deg);
    top: 54px;
    box-shadow: -1px 3px 7px -3px #a5a5a5;
}


.aboutus-tab .home-about .timeline .box-timeline:nth-child(even):before{
     content: '';
    position: absolute;
    z-index: 99;
    left: -78px;
    background: #ffffff;
    width: 16px;
    height: 16px;
    border-radius: 30px;
    top: 54px;
    border: 2px solid #e3561b;
}


.aboutus-tab .home-about .timeline:after{
    content: '';
    height: 810px;
    background: #d8d8d8;
    width: 4px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    top: 115px;
    position: absolute;
}
.aboutus-tab .home-about .timeline .box-timeline:nth-child(1){
  margin-top:30px;
}
.aboutus-tab .home-about .timeline .box-timeline:nth-child(4){
  margin-top:100px;
}
.aboutus-tab .home-about .timeline .box-timeline:nth-child(5){
  margin-top:110px;
}
.clr-1 {
  background: #005482 !important;
  border-color: #005482 !important;
}
.clr-2 {
  background: #0e6766 !important;
  border-color: #0e6766 !important;
}
.clr-3 {
  background: #bf990d !important;
  border-color: #bf990d !important;
}
.clr-4 {
  background: #df0024 !important;
  border-color: #df0024 !important;
}
.clr-5 {
  background: #203661 !important;
  border-color: #203661 !important;
}
.clr-6 {
  background: #ca741c !important;
  border-color: #ca741c !important;
}
.clr-7 {
  background: #63318a !important;
  border-color: #63318a !important;
}
.clr-8 {
  background: #cc0767 !important;
  border-color: #cc0767 !important;
}
.clr-9 {
  background: #b54387 !important;
  border-color: #b54387 !important;
}
.clr-10 {
  background: #363246 !important;
  border-color: #363246 !important;
}
.clr-11 {
  background: #66ad30 !important;
  border-color: #66ad30 !important;
}
.clr-12 {
  background: #daaa33 !important;
  border-color: #daaa33 !important;
}
/*------------------------services end--------------------------------------*/

/*------------------------keyframe start--------------------------------------*/

@keyframes submenu {
  0% {
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes teamuser {
  0% {
    transform: translateX(0px);
    opacity: 0;
  }
  100% {
    transform: translateX(260px);
    opacity: 1;
  }
}

.services-page.services-detail .services-page-box .left-cotnt .row{
display: block !important;
}


.customu ul li{
list-style: url(../images/bullets.png) !important;
padding: 6px 0;
font-weight: normal;
}

.about-banner {
  background-image: url(../images/aboutus-banner.jpg);
  min-height: 435px;
  background-size: 100%;
  background-position: 0 center;
  background-attachment: unset;
}

/*--------------------------------timeline start--------------------------------------*/

.histroy-timeline{
  background:#a93f13;
}
.histroy-timeline .bookmarks ul {
    text-align: center;
    position: relative;
    margin: 0 70px;
}
.histroy-timeline .bookmarks ul li {
    list-style: none;
    display: inline-block;
    color: #fff;
    text-align: center;
    position: relative;
    margin-right: 0;
    font-weight: normal;
    width: 170px;
    font-size: 14px;
}
.histroy-timeline .bookmarks ul li  span{
     height: 17px;
    width: 17px;
    border-radius: 100%;
    border: 2px solid #fff;
    background: #fff;
    display: block;
    margin: 0 auto;
    margin-top: 12px;
    cursor: pointer;
    position: relative;
    z-index: 99;
    transition:all 0.5s;
}
.histroy-timeline .bookmarks ul li:hover span{
  transition:all 0.5s;
  background:#a93f13;
}

.histroy-timeline .owl-nav button span{
 color: #fff;
    font-size: 18px;
    border: 1px solid #fff;
    height: 24px;
    width: 24px;
    border-radius: 100%;
    line-height: 22px;
    padding-left: 0px;
    position: relative;
    z-index: 99;   
     outline: none !important;
}
.histroy-timeline .owl-nav button:focus{
  outline: none !important;
}
.histroy-timeline .owl-nav .owl-next{
float: right;
}

.histroy-timeline .bookmarks ul li:after{
content: '';
    position: absolute;
    right: -92px;
    width: 100%;
    height: 2px;
    top: 43px;
    z-index: 9;
}
.histroy-timeline .bookmarks ul:after{
content: '';
    position: absolute;
    right: 0px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    top: 44px;
    z-index: 7;
}

.histroy-timeline .bookmarks{
  background: #e3561b;
    padding:15px 0 35px 0;
    position: relative;
}
.aboutus-tab .tab-content .tab-pane.fade.histroy-timeline{
      padding: 50px 0px 0px 0px !important;
}
.histroy-timeline .owl-nav{
       top: 71px;
    position: relative;
    padding: 0 30px;
}
.histroy-timeline .his-cntnt{
  padding:0px 0px 0px 0px;
  text-align: center;
}

.histroy-timeline .his-cntnt ul li{
     list-style: none;
    padding: 6px 0;
    line-height:35px;
    color: #fff;
    display: inline-block;
    text-align: left;
    position: relative;
    transition: all 0.5s;
    font-size: 1.3em;
    font-weight: 500;
    margin: 0 40px;
    letter-spacing: 1px;
}
.histroy-timeline .his-cntnt ul li:after{
   content: '';
    background: url(../images/bullets.png);
    position: absolute;
    z-index: 9;
    left: -24px;
    width: 15px;
    height: 15px;
    top: 16px;
    transition: all 0.5s;
    filter: invert(1);
    background-repeat: no-repeat;
}
.histroy-timeline .his-cntnt ul{
  display: inline-flex;
}
.histroy-timeline .bookmarks ul li.active span{
background: #a93f13;
border-color:#a93f13;
transition: all 0.5s;
}
.histroy-timeline .bookmarks .line-fill{
    background: #a93f13;
    position: absolute;
    top: 59px;
    height: 2px;
    left: 70px;
    z-index: 9;
    right: 0;
}
.histroy-timeline .bookmarks ul li.selected span{
  border-color: #a93f13;
}

.aboutus-tab .tab-content .tab-pane.fade.histroy-timeline h3.title span{
color: #fff;
    background: #a93f13;
}



/*------------------------value css------------------------*/


.values-tabs-cstm .nav-tabs-value {
    margin: 0px auto auto;
    float: none;
    margin: 10px 0;
    border-top: 5px solid #e3561b;
        text-align: center;
    margin-top: 30px;
}
.values-tabs-cstm .nav-tabs-value li {
    font-size: 16px;
    color: #28ABE2;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    font-weight: 500;
    transition: all 0.3s;
    letter-spacing: 0.5px;
        display: inline-block;
    text-transform: capitalize;
        width: 218px;
}
.values-tabs-cstm .nav-tabs-value li a {
    color:#e3561b;
    padding: 8px 5px 8px;
    cursor: pointer;
    text-align: center;
    line-height: 24px;
    display: inline-block;
    font-family: Roboto;
}
.values-tabs-cstm  .nav-tabs-value li div.icons {
    float: none;
    display:block;
    line-height: 65px;
    width: 72px;
    border-radius: 50%;
    height: 72px;
    border: 2px solid #e3561b;
    position: relative;
    -moz-transition: all 0.3s;
    margin: 0 auto;
    text-align: center;
        margin-bottom: 10px;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    margin-top: 10px;
}
.values-tabs-cstm .nav-tabs-value li:hover div.icons{
      background: #e3561b;
    transition: all 0.5s;
    color: #fff;
}
.values-tabs-cstm .nav-tabs-value li:hover div.icons img{
  transition: all 0.5s;
filter: invert(1) brightness(10);
}
.values-tabs-cstm .nav-tabs-value li.active div.icons{
      background: #e3561b;
    transition: all 0.5s;
    color: #fff;
}
.values-tabs-cstm .nav-tabs-value li div.icons img{
width:35px;
}
.values-tabs-cstm .nav-tabs-value li.active div.icons img{
  transition: all 0.5s;
  filter: invert(1) brightness(10);
}
.values-tabs-cstm  .nav-tabs-value li div.icons i{
  font-size: 25px;
  text-align: center;
  transform: scale(1);
    padding-top: 23px;
  color: #e3561b;
}

.values-tabs-cstm  .nav-tabs-value li div.icons:after {
    content: '';
    width: 2px;
    height: 20px;
    top: -20px;
    right: 0px;
    margin: 0px auto;
    left: 0px;
    background-color:#e3561b;
    position: absolute;
}
.values-tabs-cstm  .nav-tabs-value li {
    font-size: 16px;
    color: #28ABE2;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}
.values-tabs-cstm{
  margin: 51px 0 0 0;
}
.values-tabs-cstm .nav-tabs-value li a:hover{
  background: transparent;
}
.values-tabs-cstm .nav-tabs-value li a:focus{
  background: transparent;
}
.values-tabs-cstm .tab-content{
  width: 70%;
    margin: 0 auto;
}
.values-tabs-cstm .tab-content p{
      color: #000;
}
.values-tabs-cstm .tab-content h4{
      font-size: 30px;
    color: #e3561b;
    font-weight: bold;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.flex_row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}