/*** Fonts embbed done */
/*** Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Baloo+2:wght@400..800&display=swap');
/* Family Fonts */
@font-face {
  font-family: 'laro_softregular';
  src: url('../fonts/laro_soft_regular-webfont.woff2') format('woff2'), url('../fonts/laro_soft_regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'laro_softsemibold';
  src: url('../fonts/laro_soft_semi_bold-webfont.woff2') format('woff2'), url('../fonts/laro_soft_semi_bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
/*** General done */
body {
  width: 100%;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  position: relative;
  background-color: #FFF;
  font-family: "Baloo 2", sans-serif, cursive;
  font-weight: 400;
}
html {
  width: 100%;
  height: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 100%;
  /*scroll-behavior: smooth;*/
}
a, a:hover, a:focus, a:active {
  text-decoration: none;
  outline: none;
  -webkit-text-decoration-skip: objects;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
a {
  color: #231f20;
}
a:hover, a:focus, a:active {
  color: #0086ae;
}
/* Display */
.d-mobile {
  display: none;
}
@media only screen and (max-width: 767px) {
  .d-mobile {
    display: block;
  }
}
/*HR */
hr {
  margin-top: 28px;
  margin-bottom: 28px;
  display: block;
  /*border-top: 1px solid rgba(0,0,0,.1);*/
}
.pic-space-m-t {
  margin-top: 4px;
}
.pic-space-m-b {
  margin-bottom: 4px;
}
.pic-space-all {
  padding: 2px !important;
}
/*Scroll Up done */
#scrollUp {
  bottom: 30px;
  right: 30px;
  width: 38px;
  height: 38px;
  display: block;
  background-image: url(../images/top.png);
  background-repeat: no-repeat;
  background-position: center center;
}
/* Image Fit */
.img-object-fit {
  object-fit: cover;
  -webkit-object-fit: cover;
  width: 100%;
  /*height:100%;*/
}
/* Container */
@media (min-width: 1341px) {
  .header .container {
    max-width: 1340px;
  }
}
/* Round done */
.rounded {
  -webkit-border-radius: 1.25rem !important;
  -moz-border-radius: 1.25rem !important;
  border-radius: 1.25rem !important;
  /*overflow: hidden;*/
}
.rounded-l-64 {
  -webkit-border-top-left-radius: 64px !important;
  -moz-border-top-left-radius: 64px !important;
  border-top-left-radius: 64px !important
}
.rounded-r-64 {
  -webkit-border-top-right-radius: 64px !important;
  -moz-border-top-right-radius: 64px !important;
  border-top-right-radius: 64px !important
}
.rounded-bttm {
  -webkit-border-radius: 0 0 1.25rem 1.25rem;
  -moz-border-radius: 0 0 1.25rem 1.25rem;
  border-radius: 0 0 1.25rem 1.25rem;
}
/* Text-Justify */
.text-justify {
  text-align: justify;
  text-justify: inter-word; /* Optional, improves spacing in some cases */
}
/* Font Size */
h1 {
  font-size: 48px;
  line-height: 52px;
  font-weight: 800;
  color: #fff;
  /*border: 1px solid red;*/
}
h2 {
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 14px;
  /*border: 1px solid red;*/
}
h3 {
  font-size: 26px;
  line-height: 30px;
  font-weight: 600;
  color: #d83a32;
  margin-bottom: 14px;
  /*border: 1px solid red;*/
}
h4 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  color: #d83a32;
  margin-bottom: 14px;
  /*border: 1px solid red;*/
}
.content-body {
  font-size: 22px;
  line-height: 28px;
  font-weight: 400;
  color: #231f20;
}
.content-body p {
  margin-bottom: 14px;
}
.content-body a {
  color: #FF000;
}
.small, small {
  font-size: .875em;
  font-weight: inherit;
}
/* Li bullet */
ol, ul {
  padding-left: 0rem;
  list-style: none;
  margin-bottom: 0px;
}
.content-body ul {
  padding-left: 1.5rem;
  list-style: none;
  margin-bottom: 0px;
}
.content-body ol {
  padding-left: 1.3rem;
  list-style: decimal;
  margin-bottom: 0px;
}
.content-body li {
  padding-bottom: 4px;
}
.content-body li::before {
  content: "•";
  color: #FF0000;
  font-size: 32px;
  display: inline-block;
  width: 0.7em;
  height: 0.7em;
  margin-left: -0.7em;
  vertical-align: top;
}
/* Li NO bullet */
.content-body ul.no-bullet {
  padding-left: 0rem;
  color: inherit;
  margin-bottom: 24px;
}
.content-body ol.no-bullet {
  color: inherit;
  margin-bottom: 0px;
}
.content-body ol.no-bullet li, .content-body ul.no-bullet li {
  padding-bottom: 0;
  margin-bottom: 0;
}
.content-body ol.no-bullet li::before, .content-body ul.no-bullet li::before {
  content: none;
  font-size: 20px;
  width: inherit;
  margin-left: inherit;
  vertical-align: baseline;
}
/* font weight */
.fw-400 {
  font-weight: 400;
}
.fw-500 {
  font-weight: 500;
}
.fw-700, strong {
  font-weight: 700;
}
.fw-800 {
  font-weight: 800;
}
.fs-i {
  font-style: italic;
}
/* Breadcrumb */
.breadcrumb {
  padding: 15px 15px 15px 0px;
  margin-top: 15px;
  margin-bottom: 30px;
  background-color: transparent;
  border-radius: 0rem;
  font-size: 13px;
}
.breadcrumb-item + .breadcrumb-item::before {
  padding-right: 0.5rem;
  color: #231f20;
  content: ">";
  font-weight: 400;
}
.breadcrumb-item.active {
  color: #d83a32;
  font-weight: 700;
}
.breadcrumb, .breadcrumb a {
  color: #231f20;
}
/* Font Colours */
.blue-text {
  color: #0086ae;
}
.pink-text {
  color: #d72e9c;
}
.purple-text {
  color: #6343aa;
}
.red-text {
  color: #d83a32;
}
/* BG / Box color BG Images */
.yellow-bg {
  background-color: #f7d148;
}
.blue-bg {
  background-color: #0086ae;
}
.purple-bg {
  background-color: #6343aa;
}
.red-bg {
  background-color: #eb2024;
}
.pink-bg {
  background-color: #d72e9c;
}
.lightpurple-bg {
  background-color: #825ea6;
}
.brown-bg {
  background-color: #9f0e31;
}
.orange-bg {
  background-color: #f8a31a;
}
.cream-bg {
  background-color: #fdfad9;
}
.navyblue-bg {
  background-color: #000d34;
}
.lightblue-bg {
  background-color: #bfeaf6;
}
/* Department for Assessment & Therapy / Vocational Training */
.assessment-therapy-bg, .vocational-training-bg {
  background-color: #E1D9F4;
}
.assessment-therapy h2, .assessment-therapy h3, .vocational-training h2, .vocational-training h3 {
  color: #694B9E;
}
.assessment-therapy.content-body li::before, .vocational-training.content-body li::before {
  color: #694B9E;
}
/* Department for Brain Function Therapy and Special Consultants / Support Us */
.brain-function-therapy-bg, .special-consultants-bg, .supportus-bg {
  background-color: #FCCCD1;
}
.brain-function-therapy h2, .brain-function-therapy h3, .special-consultants h2, .supportus h2 {
  color: #EB2024;
}
.brain-function-therapy.content-body li::before, .special-consultants.content-body li::before, .supportus.content-body li::before {
  color: #EB2024;
}
/* Department for Education */
.education-bg {
  background-color: #F4C8E7;
}
.education h2, .education h3 {
  color: #D72E9C;
}
.education.content-body li::before {
  color: #D72E9C;
}
/* Department for Molecular Diagnostics */
.molecular-diagnostics-bg {
  background-color: #F1E6FF;
}
.molecular-diagnostics h2, .molecular-diagnostics h3 {
  color: #825EA6;
}
.molecular-diagnostics.content-body li::before {
  color: #825EA6;
}
/* National Institute Of Open Schooling */
.nios-bg {
  background-color: #F9C7D5;
}
.nios h2, .nios h3 {
  color: #9F0E31;
}
.nios.content-body li::before {
  color: #9F0E31;
}
/* Department for Biomedical Research & Stress Management */
.biomedical-research-bg, .stress-management-bg {
  background-color: #CBEEF7;
}
.biomedical-research h2, .biomedical-research h3, .biomedical-research h4, .stress-management h2, .stress-management h3, .stress-management h4 {
  color: #0086AE;
}
.biomedical-research .three-section {
  font-family: 'laro_softsemibold';
  font-size: 18px;
  line-height: 24px;
}
.biomedical-research.content-body li::before, .stress-management.content-body li::before {
  color: #0086AE;
}
/* Department for AbiliTea Cafe */
.abilitea-cafe-bg {
  background-color: #FFD300;
}
.abilitea-cafe-bg-img {
  background-image: url("../images/abilitea-cafe/27N_0779-2.jpg");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 475px;
}
.abiliTea-cafe h2, .abiliTea-cafe h3 {
  color: #F05A22;
}
/* Support Us */
.support-bg {
  background-color: #eb2024;
}
.support h2, .support h3 {
  color: #eb2024;
}
.support.content-body li::before {
  color: #eb2024;
}
/* Studio MVK */
.studio-mvk h2, .studio-mvk h3 {
  color: #d72e9c;
}
/* Title Logo */
.title-logo, .content-logo {
  position: relative;
}
.title-logo::before, .title-logo::after, .content-logo::before, .content-logo::after {
  content: "";
  position: absolute;
  background-image: url("../images/img-title-top.png");
  background-repeat: no-repeat;
  background-position: top center;
  top: -80%;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  width: 178px;
  height: 152px;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
.title-logo::after, .content-logo::after {
  background-image: url("../images/img-title-top.png");
  transform: translateX(-50%) scaleY(-1);
  top: inherit;
  bottom: -80%;
}
.content-logo::before, .content-logo::after {
  top: -98px;
}
.content-logo::after {
  top: inherit;
  bottom: -98px;
}
/* Form no of use */
/*.col-form-label {
  font-size: 18px;
  line-height: 24px;
  color: #50549c;
  padding: 5px 15px;
}
.col-form-label span {
  color: #E30613;
}
.form-control {
  padding: 2px 15px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  background-color: #FFF;
  border: 1px solid #77797b;
  border-radius: 20rem;
  height: calc(1.5em + .25rem + 0px);
}
textarea.form-control {
  padding: 15px 15px;
  border-radius: 1rem;
  height: inherit;
}
.form-control:focus {
  color: #000;
  background-color: #fff;
  border-color: #e7e7e7;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(218, 218, 218, .75);
}*/
/*Custom Select*/
/*.custom-select {
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.custom-select {
  height: calc(1.5em + .75rem + 0px);
  padding: .5rem 1.75rem .5rem .75rem;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #000;
  background: #EEEEEE url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat;
  border: 1px solid #e7e7e7;
  border-radius: 0rem;
}
.alert {
  margin-top: 10px !important;
  margin-bottom: 0 !important
}
form label.error {
  color: #f25022;
  font-size: 14px;
  display: block;
}*/
/*** Animated */
.animated-Img-01, .animated-Img-02 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.animated-Img-01 img {
  animation: zoomIn 12s ease-in-out infinite;
  -webkit-animation: zoomIn 9s ease-in-out infinite;
  -moz-animation: zoomIn 9s ease-in-out infinite;
}
.animated-Img-02 img {
  animation: zoomIn 9s ease-in-out infinite;
  animation-delay: 2s;
  -webkit-animation: zoomIn 9s ease-in-out infinite;
  -webkit-animation-delay: 2s;
  -moz-animation: zoomIn 9s ease-in-out infinite;
  -moz-animation-delay: 2s;
}
.banner img {
  animation: zoomIn 12s ease-in-out infinite;
  -webkit-animation: zoomIn 12s ease-in-out infinite;
  -moz-animation: zoomIn 12s ease-in-out infinite;
}
@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(12px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes zoomIn {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes zoomIn {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes zoomIn {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes sway {
  0% {
    transform: rotate(8deg);
  }
  50% {
    transform: rotate(-8deg);
  }
  100% {
    transform: rotate(8deg);
  }
}
@keyframes colorFade01 {
  0% {
    filter: grayscale(100%);
  }
  50% {
    filter: grayscale(0%);
  }
  100% {
    filter: grayscale(100%);
  }
}
@keyframes colorFade02 {
  0% {
    filter: grayscale(0%);
  }
  50% {
    filter: grayscale(100%);
  }
  100% {
    filter: grayscale(0%);
  }
}
@keyframes mymove {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(90deg);
  }
}
/* Buttons Form */
.btn {
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
  padding: 5px 10px;
  border-radius: 25rem;
  border: 2px solid transparent;
  text-transform: uppercase;
  min-width: 110px;
  transition: color .30s ease-in-out, background-color .30s ease-in-out, border-color .30s ease-in-out, box-shadow .30s ease-in-out;
  animation: float 4s ease-in-out infinite;
}
a.btn-primary, .btn-primary {
  position: relative;
  color: #fff;
  background-color: #0086ae;
  border-color: #0086ae;
  cursor: default;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
a.btn-primary:hover, .btn-primary:hover {
  color: #0086ae;
  background-color: white;
  border-color: #0086ae;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
/* Focus */
.btn-primary.focus, .btn-primary:focus {
  color: #fff;
  background-color: #0086ae;
  border-color: #0086ae;
  box-shadow: none;
}
/* Active */
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  color: #0086ae;
  background-color: #FFF;
  border-color: #0086ae;
}
a.btn-red::before, .btn-red::before, a.btn-blue::before, .btn-blue::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: center center;
  top: 50%;
  left: 50%;
  transform: translate(-55%, -55%);
  display: inline-block;
  width: 178px;
  height: 152px;
  z-index: 999;
  transition: all 0.3s ease-in-out;
}
a.btn-red::before, .btn-red::before {
  background-image: url("../images/btn-hover-effect-white.gif");
}
a.btn-blue::before, .btn-blue::before {
  background-image: url("../images/btn-hover-effect-blue.gif");
}
/* no-Effect */
.btn.no-Effect {
  animation: none;
}
a.btn-red.no-Effect::before, .btn-red.no-Effect::before, a.btn-blue.no-Effect::before, .btn-blue.no-Effect::before {
  content: none;
  position: inherit;
  display: inline-block;
  width: inherit;
  height: inherit;
  z-index: inherit;
}
/* Buttons Colours */
a.btn-blue, .btn-blue {
  color: #fff;
  background-color: #0086ae;
  border-color: #0086ae;
  transition: all 0.3s ease-in-out;
}
a.btn-blue:hover, .btn-blue:hover {
  color: #0086ae;
  background-color: #FFF;
  border-color: #0086ae;
  transition: all 0.3s ease-in-out;
}
a.btn-blue.active, .btn-blue.active {
  color: #0086ae;
  background-color: #FFF;
  border-color: #0086ae;
  transition: all 0.3s ease-in-out;
}
a.btn-red, .btn-red {
  color: #fff;
  background-color: #d83a32;
  border-color: #d83a32;
  transition: all 0.3s ease-in-out;
}
a.btn-red:hover, .btn-red:hover {
  color: #d83a32;
  background-color: #FFF;
  border-color: #d83a32;
  transition: all 0.3s ease-in-out;
}
a.btn-orange, .btn-orange {
  color: #fff;
  background-color: #f8a31a;
  border-color: #f8a31a;
  transition: all 0.3s ease-in-out;
}
a.btn-orange:hover, .btn-orange:hover {
  color: #f8a31a;
  background-color: #FFF;
  border-color: #f8a31a;
  transition: all 0.3s ease-in-out;
}
a.btn-pink, .btn-pink {
  color: #fff;
  background-color: #d72e9c;
  border-color: #d72e9c;
  transition: all 0.3s ease-in-out;
}
a.btn-pink:hover, .btn-pink:hover {
  color: #d72e9c;
  background-color: #FFF;
  border-color: #d72e9c;
  transition: all 0.3s ease-in-out;
}
/* Btn Colour Education for Team */
a.btn-education, .btn-education {
  color: #fff;
  background-color: #D72E9C;
  border-color: #D72E9C;
}
a.btn-education:hover, .btn-education:hover {
  color: #D72E9C;
  background-color: white;
  border-color: #D72E9C;
}
.btn-education.focus, .btn-education:focus {
  color: #fff;
  background-color: #D72E9C;
  border-color: #D72E9C;
  box-shadow: none;
}
.btn-education-group.btn-team-group .dropdown-menu {
  background-color: #F4C8E7;
}
/* Btn Colour Education for Team Active */
.btn-education.btn-team:not(:disabled):not(.disabled).active, .btn-education.btn-team:not(:disabled):not(.disabled):active, .show > .btn-education.btn-team.dropdown-toggle {
  color: #D72E9C;
  background-color: white;
  border-color: #D72E9C;
}
.btn-education.btn-team:not(:disabled):not(.disabled).active:focus, .btn-education.btn-team:not(:disabled):not(.disabled):active:focus, .show > .btn-education.btn-team.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(244, 200, 231, .9);
}
.btn-education-group.btn-team-group .dropdown-menu .dropdown-inner::-webkit-scrollbar-track {
  background: #ec7fc6;
}
.btn-education-group.btn-team-group .dropdown-menu .dropdown-inner::-webkit-scrollbar-thumb {
  background: #D72E9C;
}
.btn-education-group.btn-team-group .dropdown-menu .dropdown-inner::-webkit-scrollbar-thumb:hover {
  background: #D72E9C;
}
.btn-education-group.btn-team-group .dropdown-menu .dropdown-inner {
  /* Firefox */
  scrollbar-color: #D72E9C;
  /*scrollbar-border-radius: 4px;
	scrollbar-width: 10px;*/
}
/* Btn Colour Vocational for Team */
a.btn-vocational, .btn-vocational {
  color: #fff;
  background-color: #6343AA;
  border-color: #6343AA;
}
a.btn-vocational:hover, .btn-vocational:hover {
  color: #6343AA;
  background-color: white;
  border-color: #6343AA;
}
.btn-vocational.focus, .btn-vocational:focus {
  color: #fff;
  background-color: #6343AA;
  border-color: #6343AA;
  box-shadow: none;
}
.btn-vocational-group.btn-team-group .dropdown-menu {
  background-color: #E1D9F4;
}
/* Btn Colour Education for Team Active */
.btn-vocational.btn-team:not(:disabled):not(.disabled).active, .btn-vocational.btn-team:not(:disabled):not(.disabled):active, .show > .btn-vocational.btn-team.dropdown-toggle {
  color: #6343AA;
  background-color: white;
  border-color: #6343AA;
}
.btn-vocational.btn-team:not(:disabled):not(.disabled).active:focus, .btn-vocational.btn-team:not(:disabled):not(.disabled):active:focus, .show > .btn-vocational.btn-team.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(225, 217, 244, .9);
}
/* Btn for Team */
.btn-team-group {
  display: flex;
}
.btn-team {
  font-size: 18px;
  line-height: 32px;
  font-family: 'laro_softsemibold';
  font-weight: bold;
  padding: 7px 15px;
  border-radius: 1.75rem;
  min-width: 100%;
  animation: none;
  position: relative;
  text-align: left;
}
.btn-team.dropdown-toggle::after {
  right: 8px;
  position: absolute;
  top: 49%;
  transform: translateX(-49%);
}
.btn-team-group .dropdown-menu .dropdown-inner::-webkit-scrollbar {
  width: 10px;
}
.btn-team-group .dropdown-menu .dropdown-inner::-webkit-scrollbar-track {
  background: #6acce9;
  border-radius: 4px;
}
.btn-team-group .dropdown-menu .dropdown-inner::-webkit-scrollbar-thumb {
  background: #0086ae;
  border-radius: 4px;
}
.btn-team-group .dropdown-menu .dropdown-inner::-webkit-scrollbar-thumb:hover {
  background: #0086ae;
}
.btn-team-group .dropdown-menu {
  /*display: block;
  visibility: hidden;*/
  min-width: 100%;
  padding: 15px 15px 15px 15px;
  font-family: "Baloo 2", sans-serif, cursive;
  font-size: 22px;
  line-height: 28px;
  /*color:#fff;*/
  background-color: #d9f2f9;
  border: 1px;
  border-radius: 1.25rem 1.25rem 1.25rem 1.25rem;
  left: 0px;
  z-index: 9;
  max-height: 350px;
}
.btn-team-group .dropdown-menu .dropdown-inner {
  padding-right: 15px;
  overflow-y: auto;
  max-height: 275px;
  box-sizing: content-box; /* Important to prevent scrollbar overlap */
  /* Firefox */
  scrollbar-width: 10px;
  scrollbar-color: #0086ae;
  scrollbar-border-radius: 4px;
}
.btn-team-group .dropdown-menu.show {
  display: block;
}
.btn-team-group .dropdown-item {
  padding: 3px 5px;
  color: #221f20;
  margin-bottom: 0;
}
.btn-team-group .dropdown-item > span {
  font-size: 16px;
  line-height: 18px;
  /*color: #221f20;*/
  /*font-style: italic;*/
  display: block;
}
/* hover */
.btn-team-group .dropdown-item:focus, .btn-team-group .dropdown-item:hover {
  color: #d83a32;
  background-color: #fdfad9;
  border-radius: 0.75rem;
}
/* Active */
.btn-team:not(:disabled):not(.disabled).active, .btn-team:not(:disabled):not(.disabled):active, .show > .btn-team.dropdown-toggle {
  color: #0086ae;
  background-color: white;
  border-color: #0086ae;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.btn-team:not(:disabled):not(.disabled).active:focus, .btn-team:not(:disabled):not(.disabled):active:focus, .show > .btn-team.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(0, 134, 174, .5);
}
.btn-team-group > .btn-team.dropdown-toggle::after {
  /*transform: scaleY(1);*/
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-team-group.show > .btn-team.dropdown-toggle::after {
  transform: rotate(-180deg);
  right: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* Space */
.space-p-y {
  padding-top: 30px;
  padding-bottom: 30px;
}
.space-p-t {
  padding-top: 30px;
}
.space-p-b {
  padding-bottom: 30px;
}
.space-m-y {
  margin-top: 30px;
  margin-bottom: 30px;
}
.space-m-t {
  margin-top: 30px;
}
.space-m-b {
  margin-bottom: 30px;
}
/* Slider */
/*.slider {width:100%; margin:auto 0px;}*/
.slick-slide {
  margin: 0px 15px;
}
/*.slick-slide img {width: 100%;}*/
/*.slick-prev:before,
.slick-next:before {color:black;}*/
.slick-slide {
  transition: all ease-in-out .3s; /*opacity: .2;*/
}
.slick-active {
  opacity: 1;
}
.slick-current {
  opacity: 1;
}
.slick-dots li button {
  width: 25px;
  height: 25px;
}
.slick-dots li button::before {
  font-size: 12px;
  line-height: 25px;
  width: 25px;
  height: 25px;
}
/* Footer */
footer .container-fluid {
  padding-bottom: 25px;
  padding-top: 25px;
}
footer {
  position: relative;
}
footer a {
  color: #231f20;
}
footer a:hover {
  color: #d83a32;
}
footer {
  font-family: 'laro_softregular';
  font-size: 12px;
  line-height: 18px;
}
footer > div span {
  font-family: 'laro_softsemibold';
  padding-bottom: 6px;
  display: block;
}
/* Footer Links */
footer ul {
  margin-bottom: 15px;
}
footer li {
  padding-bottom: 3px;
}
/**Social Media**/
.social-media, .book-appointment, .address {
  display: flex;
  flex-wrap: wrap;
}
.social-media > div, .book-appointment a > div, .address > div {
  width: 32px;
  height: 32px;
  line-height: 32px;
  transition: all .2s ease-in-out;
  background-color: transparent;
  border-radius: 50%;
  margin-right: 6px;
  text-align: center;
}
.social-media > div:hover {
  transition: all .2s ease-in-out;
}
.social-media > div a, .address > div a {
  /*vertical-align:middle;*/
  color: #fff;
  transition: all .2s ease-in-out;
}
.social-media > div:hover a {
  color: #101b2b;
}
.fa-2x {
  font-size: 1.5em;
  line-height: 32px;
}
.social-media .fb {
  background-color: #0086ae;
}
.social-media .ig {
  background-color: #d72e9c;
}
.social-media .in {
  background-color: #0077B5;
}
.social-media .x {
  background-color: #FFF;
}
.social-media .x svg {
  color: #FFF;
}
.social-media .yt, .address .add {
  background-color: #d83a32;
}
.book-appointment .btn {
  padding: 4px 2px;
  min-width: 110px;
}
.book-appointment .mail, .book-appointment .call {
  background-color: #FFF;
  color: #d83a32;
}
/* Copyright */
.copyright {
  font-family: 'laro_softregular';
  font-size: 12px;
  line-height: 18px;
}
/*** START RESPONSIVE ***/
/*@media only screen and (min-width:1368px) and (max-width:1440px) {

}*/
/**/
@media only screen and (min-width:1200px) and (max-width:1367px) {
  /* Container */
  .header .container {
    max-width: 1200px;
  }
}
/**/
@media only screen and (min-width:992px) and (max-width:1199px) {
  /*Scroll Up done */
  #scrollUp {
    bottom: 15px;
    right: 30px;
  }
  /* Container */
  .header .container {
    max-width: 100%;
  }
  /* Font Family */
  /* Font Size */
  h1 {
    font-size: 42px;
    line-height: 46px;
  }
  h2 {
    font-size: 36px;
    line-height: 40px;
  }
  .content-body {
    font-size: 20px;
    line-height: 26px;
  }
  /* Li bullet */
  .content-body li {
    padding-bottom: 4px;
  }
  /* Li NO bullet */
  /* font weight */
  /* Breadcrumb */
  /* Family Fonts */
  /* Title Logo */
  .title-logo::before, .title-logo::after {
    background-size: 95% auto;
    top: -67%;
    /*border: 1px solid red;*/
  }
  .title-logo::after {
    background-size: 95% auto;
    top: inherit;
    bottom: -67%;
  }
  /* Form */
  /*** Animated */
  /* Buttons Form */
  /* Active */
  /* no-Effect */
  /* Buttons Colours */
  /* Space */
  /* Footer */
  footer {
    font-size: 12px;
    line-height: 18px;
  }
  /* Footer Links */
  /* Social Media */
  /* Copyright */
  /* Btn for Team */
  /*.btn-team {
    font-size: 14px;
    line-height: 32px;
    font-family: 'laro_softsemibold';
    padding: 7px 12px;
  }
  .btn-team-group .dropdown-menu {
    font-size: 20px;
    line-height: 26px;
    max-height: 350px;
  }
  .btn-team-group .dropdown-item > span {
    font-size: 16px;
    line-height: 18px;
  }*/
}
/**/
@media only screen and (min-width:768px) and (max-width:991px) {
  /*Scroll Up done */
  #scrollUp {
    bottom: 30px;
    right: 30px;
  }
  /* Container */
  .header .container {
    max-width: 100%;
  }
  /* Font Family */
  /* Font Size */
  .ban-cont-text h1 {
    font-size: 34px;
    line-height: 38px;
  }
  h1 {
    font-size: 46px;
    line-height: 52px;
  }
  h2 {
    font-size: 36px;
    line-height: 40px;
  }
  .content-body {
    font-size: 18px;
    line-height: 24px;
  }
  .content-body p {
    margin-bottom: 20px;
  }
  /* Li bullet */
  /*.content-body ol, .content-body ul {padding-left:1.5rem;}
.content-body li {padding-bottom:20px;}
.content-body li::before {font-size:24px; width:1em; height:1em; margin-left:-1em; vertical-align:top;}*/
  /* Li NO bullet */
  /*.content-body ol.no-bullet, .content-body ul.no-bullet {padding-left:0rem; color:inherit; margin-bottom:20px;}*/
  /*.content-body ol.no-bullet li, .content-body ul.no-bullet li {padding-bottom:0; margin-bottom:0;}*/
  /*.content-body ol.no-bullet li::before, .content-body ul.no-bullet li::before {content:none; font-size:20px; width:inherit; margin-left:inherit; vertical-align:baseline;}*/
  /* font weight */
  /* Breadcrumb */
  /* Family Fonts */
  /* BG / Box color BG Images */
  /* Title Logo */
  .title-logo::before, .title-logo::after {
    top: -68%;
  }
  .title-logo::after {
    top: inherit;
    bottom: -68%;
  }
  /* Form */
  /*** Animated */
  /* Buttons Form */
  .btn {
    font-size: 16px;
    line-height: 22px;
    padding: 5px 10px;
  }
  /* Btn for Team */
  /*.btn-team {
    font-size: 16px;
    line-height: 32px;
    font-family: 'laro_softsemibold';
    padding: 7px 12px;
    border-radius: 1.75rem;
  }
  .btn-team-group .dropdown-menu {
    font-size: 20px;
    line-height: 26px;
    max-height: 350px;
  }
  .btn-team-group .dropdown-menu .dropdown-inner {
    max-height: 300px;
  }
  .btn-team-group .dropdown-item > span {
    font-size: 16px;
    line-height: 18px;
  }*/
  /* hover */
  /* Active */
  /*a.btn-red::before, .btn-red::before, a.btn-blue::before, .btn-blue::before {background-position:center center; top:50%; left:50%; transform: translate(-55%, -55%); width:178px; height:152px;}*/
  /* no-Effect */
  /* Buttons Colours */
  /* Space */
  /* Footer */
  /*footer .container-fluid {padding-bottom:15px; padding-top:15px;}*/
  footer {
    font-size: 12px;
    line-height: 16px;
  }
  /*footer > div span {padding-bottom:10px;}*/
  /* Footer Links */
  footer ul {
    margin-bottom: 10px;
  }
  footer li {
    padding-bottom: 5px;
  }
  /**Social Media**/
  /*.social-media > div, .book-appointment a > div, .address > div {width:32px; height:32px; line-height:32px; margin-right:6px;}*/
  /*.fa-2x {font-size:1.5em; line-height:32px;}*/
  .book-appointment .btn {
    padding: 4px 4px;
    min-width: 110px;
  }
  /* Department for Biomedical Research */
  .biomedical-research .three-section h4 {
    font-size: 28px;
    line-height: 32px;
  }
  .biomedical-research .three-section {
    font-size: 16px;
    line-height: 22px;
  }
  /* Copyright */
}
/**/
@media only screen and (max-width: 767px) {
  /*Scroll Up Done*/
  #scrollUp {
    bottom: 15px;
    right: 15px;
  }
  /* Font Family */
  /* Font Size */
  .ban-cont-text h1 {
    font-size: 20px;
    line-height: 24px;
  }
  h2 {
    font-size: 30px;
    line-height: 32px;
  }
  .content-body {
    font-size: 20px;
    line-height: 26px;
  }
  /* Title Logo */
  .title-logo::before, .title-logo::after {
    top: -95px;
  }
  .title-logo::after {
    top: inherit;
    bottom: -95px;
  }
  /*** Animated */
  /* Buttons Form */
  /*.btn {font-size:16px; line-height:22px; padding:5px 10px;}*/
  /* Active */
  /*a.btn-red::before, .btn-red::before, a.btn-blue::before, .btn-blue::before {transform: translate(-55%, -55%); width:178px; height:152px;}*/
  a.btn-red::before, .btn-red::before, a.btn-blue::before, .btn-blue::before {
    background-size: 86% auto;
  }
  /* no-Effect */
  /* Buttons Colours */
  /* Space */
  /* Slider */
  .slick-slide {
    margin: 0px 30px;
  }
  /* Footer */
  footer .container-fluid {
    padding-bottom: 15px;
    padding-top: 15px;
  }
  footer {
    font-size: 13px;
    line-height: 20px;
  }
  footer > div span {
    font-size: 13px;
    line-height: 20px;
    padding-bottom: 10px;
  }
  /* Footer Links */
  footer ul {
    margin-bottom: 15px;
  }
  footer li {
    padding-bottom: 3px;
  }
  /**Social Media**/
  .social-media > div, .book-appointment a > div, .address > div {
    margin-right: 10px;
  }
  .book-appointment .btn {
    padding: 4px 4px;
  }
  /* Copyright */
  .copyright {
    font-size: 13px;
  }
  /* Department for Biomedical Research */
}