@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
body{
    font-family: sans-serif;
    font-size: 14px;

}
.header{
    background-color:rgba(255, 255, 255, 0.7);
    border-bottom: 2px solid #f4931c;

}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
    box-shadow: 0px 0px 20px 0px #f4931c;

  }
  
  .sticky + .content{
    padding-top: 102px;

  }
  /*domine*/
.domine img{
height: 150px;
padding: 15px 50px 15px 50px;
margin-bottom: 10px;
}

.domine .card{
    margin: 3px 3px 15px 3px;
    padding: 3px;
    height: 450px;
    background-color: #f7f5f5;
}

.team{
    margin: 5% 0%;
}
  /*end domine*/
  /*clinical trial*/
  .content-trial h2{
      position: relative;
      margin-bottom: 20px;
  }
  .content-trial h2::after{
    content: "";
    position: absolute;
    height: 2px;
    width: 80px;
    background: #377fc3;
    left: 0;
    bottom: -14px;
  }
  /*clinical trial end*/
/*contact page*/

.custom-button {
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: 0.8s ease;
    background: #4DA0B0;
	background: -webkit-linear-gradient(to right, #D39D38, #4DA0B0);
}

.custom-button:hover, .custom-button:focus{
	transition: 0.8s ease;
	 letter-spacing: 3px;
	 background: -webkit-linear-gradient(to right, #D39D38, #4DA0B0);
    background: linear-gradient(to right, #FF5722, #3f51b5);
}
.form-box-inner .form-control {
    background: #ffffff8a;
    border: 1px solid #377fc3;
    box-shadow: none;
}
.form-box-inner .form-control:focus {
    outline:none;
	box-shadow:none;
}
.map-box iframe {
    width: 100%;
    height: 357px;
}
.map-box {
    padding: 5px;
    border-radius: 5px;
}

.heading-title{
	text-shadow: 2px 3px 0 #101010, 1px 4px 0 rgba(0,0,0,0.15);
    text-align: center;
    margin: 0 auto;
    padding: 60px;
    font-size: 42px;
}
.contact{
	text-align:center;
}
.contact-box{
	 background: #ffffff8a;
	 height: 365px;
	 padding:15px;
}
.contact-box ul li{
	margin-bottom:0px;
	padding:8px;
}
.contact i {
    font-size: 25px;
    color: #f65728;
}
.form-box-inner {
    background: #ffffff8a;
    padding: 15px;
}
/*contact page end*/
  /*about page*/

.banner-about{
    background-size: cover;
    background-attachment: fixed;
    background-image: url(../img/slide2.jpg);
    width: 100%;
    height: 300px;
}
.banner-about h3{
    padding-top: 9%;
    color: rgba(255, 255, 255, 1);
}
.breadcrumbs {
    display: inline-block;
    line-height: 33px;
    padding: 0 15px;
    width: auto;
    border: 2px solid #01b595;
    font-size: 14px;
    font-weight: 300;
    color: rgb(12, 12, 12);
    font-style: normal;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.breadcrumbs a {
    color: #0c0c0c;
}

.breadcrumbs a:hover {
    color: #f4931c;
}

.breadcrumbs i {
    font-style: normal;
}
/*grid page*/

.flex-container {
  display: flex;
  flex-wrap: wrap;
  font-size: 30px;
  text-align: center;
}

.flex-item-left {
  background-color: #ffffff;
  flex: 25%;
}


/* Responsive layout - makes a one column-layout instead of a two-column layout */
@media (max-width: 800px) {
   .flex-item-left {
    flex: 100%;
  }
}
/*grid page end*/

  /*about page end*/
/*drop down*/

.nav-itemdropdown {
  position: relative;
  display: inline-block;
}

 .dropdown-content  {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 180px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 9999;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #fff; }

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover  {background-color: #fff;}

/*dorp down end*/

.info ul li {
  padding: 2px 15px 0px 10px;
  border-right:2px solid #fff;
  margin-top: 15px;
  color: #fff;
}
.icons ul{
  margin-left: 20px;
}
.icons ul li {
  padding: 0px 15px 0px 10px;
  border-right:1px solid #fff;
  margin-top: 15px;

  
}
.icons ul li a{
  color: #fff;
}
.topnav a:hover {
    border-bottom: 3px solid #f4931c;
}
.sidebar ul li{
  padding: 0px 15px 0px 15px;
}
.dropdown-menu{
  min-width: 14rem;
  left: -25px; 
}

/*slider*/
.carousel-caption{
    color: black;
}
.title img{
    position: relative;
    overflow: hidden;
    display: block;
    line-height: 1.2;
}

.title h3 p::after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: white;
    animation: a-ltr-after 2s cubic-bezier(.77,0,.18,1) forwards;
    transform: translateX(-101%);
}

.title h3 p::before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: var(--bg-color);
    animation: a-ltr-before 2s cubic-bezier(.77,0,.18,1) forwards;
    transform: translateX(0);
}

.title h3 p:nth-of-type(1)::before,
.title h3 p:nth-of-type(1)::after{
    animation-delay: 1s;
}

.title h3 p:nth-of-type(2)::before,
.title h3 p:nth-of-type(2)::after{
    animation-delay: 1.5s;
}

@keyframes a-ltr-after{
    0% {transform: translateX(-100%)}
    100% {transform: translateX(101%)}
}

@keyframes a-ltr-before{
    0% {transform: translateX(0)}
    100% {transform: translateX(200%)}
}


/*slider end*/
#team {
    background: #fff !important;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #0d024e;
    border-color: #108d6f;
    box-shadow: none;
    outline: none;
}

.btn-primary {
    color: #fff;
    background-color:#377fc3;
    border-color: #007b5e;
}

section {
    padding: 60px 0;
}

section .section-title {
    text-align: center;
    color: #04b696;
    margin-bottom: 50px;
    text-transform: uppercase;
}

#team .card {
    border: none;
    background: #ffffff;
}

.image-flip:hover .backside,
.image-flip.hover .backside {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.image-flip:hover .frontside,
.image-flip.hover .frontside {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.mainflip {
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -ms-transition: 1s;
    -moz-transition: 1s;
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
    position: relative;
}

.frontside {
    position: relative;
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    z-index: 2;
    margin-bottom: 30px;
}

.backside {
    position: absolute;
    top: 0;
    left: 0;
    background: white;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    -moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
}

.frontside,
.backside {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -moz-transition: 1s;
    -moz-transform-style: preserve-3d;
    -o-transition: 1s;
    -o-transform-style: preserve-3d;
    -ms-transition: 1s;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
}

.frontside .card,
.backside .card {
    min-height: 375px;
}

.backside .card a {
    font-size: 18px;
    color: #04b696 !important;
}

.frontside .card .card-title,
.backside .card .card-title {
    color: #04b696 !important;
}


.card-body{
    padding: 0px;
}
/*contact get*/
.get-in-touch {
    max-width: 800px;
    margin: 50px auto;
    position: relative;
  
  }
  .get-in-touch .title {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 3.2em;
    line-height: 48px;
    padding-bottom: 48px;
       color: #5543ca;
      background: #5543ca;
      background: -moz-linear-gradient(left,#f4524d  0%,#5543ca 100%) !important;
      background: -webkit-linear-gradient(left,#f4524d  0%,#5543ca 100%) !important;
      background: linear-gradient(to right,#f4524d  0%,#5543ca  100%) !important;
      -webkit-background-clip: text !important;
      -webkit-text-fill-color: transparent !important;
  }
  
  .contact-form .form-field {
    position: relative;
    margin: 32px 0;
  }
  .contact-form .input-text {
    display: block;
    width: 100%;
    height: 36px;
    border-width: 0 0 2px 0;
    border-color: #5543ca;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
  }
  .contact-form .input-text:focus {
    outline: none;
  }
  .contact-form .input-text:focus + .label,
  .contact-form .input-text.not-empty + .label {
    -webkit-transform: translateY(-24px);
            transform: translateY(-24px);
  }
  .contact-form .label {
    position: absolute;
    left: 20px;
    bottom: 11px;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: #5543ca;
    cursor: text;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, 
    -webkit-transform .2s ease-in-out;
  }
  .contact-form .submit-btn {
    display: inline-block;
    background-color: #000;
     background-image: linear-gradient(125deg,#a72879,#064497);
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 16px;
    padding: 8px 16px;
    border: none;
    width:200px;
    cursor: pointer;
  }
/*contact end*/
/*footer*/
section {
    padding: 40px 0;
}

section .section-title {
    text-align: center;
    color: #04b696;
    margin-bottom: 50px;
    text-transform: uppercase;
}
#footer {
    background: rgba(0, 0, 0, 0.8) !important;
}
#footer h5{
	padding-left: 10px;
    border-left: 3px solid #eeeeee;
    padding-bottom: 6px;
    margin-bottom: 20px;
    color:#ffffff;
}
#footer a {
    color: #ffffff;
    text-decoration: none !important;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
#footer ul.social li{
	padding: 3px 0;
}
#footer ul.social li a i {
    margin-right: 5px;
	font-size:25px;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}
#footer ul.social li:hover a i {
	font-size:30px;
	margin-top:-10px;
}
#footer ul.social li a,
#footer ul.quick-links li a{
	color:#fcb23e;
}
#footer ul.social li a:hover{
	color:#eeeeee;
}
#footer ul.quick-links li{
	padding: 3px 0;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}
#footer ul.quick-links li:hover{
	padding: 3px 0;
	margin-left:5px;
	font-weight:700;
}
#footer ul.quick-links li a i{
	margin-right: 5px;
}
#footer ul.quick-links li:hover a i {
    font-weight: 700;
}

@media (max-width:767px){
	#footer h5 {
    padding-left: 0;
    border-left: transparent;
    padding-bottom: 0px;
    margin-bottom: 10px;
}
}
