/*corousel*/
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*header*/
/*need this for bringing down the examples*/
/*needed*/
/*bubbles*/
@-webkit-keyframes floatup {
  0% {
    margin-top: 50%;
  }
  100% {
    margin-top: -50%;
  }
}
@keyframes floatup {
  0% {
    margin-top: 50%;
  }
  100% {
    margin-top: -50%;
  }
}
@-webkit-keyframes sideways {
  0% {
    margin-left: 0em;
  }
  100% {
    margin-left: 20em;
  }
}
@keyframes sideways {
  0% {
    margin-left: 0em;
  }
  100% {
    margin-left: 20em;
  }
}
@keyframes expand-bounce {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1.25);
  }
  100% {
    transform: scale(1);
  }
}
/* Here the scale simply goes from 1 back to 0 */
@keyframes shrink {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
body {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 15px;
  color: #000;
  vertical-align: baseline;
  line-height: 26px;
  font-weight: 400;
  overflow-x: hidden;
}

html {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 15px;
  vertical-align: baseline;
  line-height: 26px;
  font-weight: 400;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

p {
  margin: 0 0 15px;
  line-height: 1.8;
}

h1 {
  color: #000;
  margin: 0 0 26px;
  line-height: 1.2;
}

h2 {
  color: #000;
  margin: 0 0 26px;
  line-height: 1.2;
  font-size: 36px;
  font-weight: 700;
}

h3 {
  font-size: 21px;
  font-weight: 700;
  margin: 0 0 15px;
  line-height: 1.2;
}

h4 {
  color: #000;
  margin: 0 0 26px;
  line-height: 1.2;
  font-size: 24px;
  font-weight: 700;
}

h5 {
  color: #000;
  margin: 0 0 26px;
  line-height: 1.2;
  font-size: 18px;
  font-weight: 700;
}

h6 {
  color: #000;
  margin: 0 0 26px;
  line-height: 1.2;
}

a {
  color: #444;
  transition: all 0.3s ease;
  text-decoration: none !important;
  outline: 0 !important;
}
a:active {
  text-decoration: none;
  outline: 0 none;
  color: #000;
}
a:hover {
  text-decoration: none;
  outline: 0 none;
  color: #000;
}

ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

.clear {
  clear: both;
}

::-moz-selection {
  background: #21a7d0;
  text-shadow: none;
  color: #000;
}

::selection {
  background: #21a7d0;
  text-shadow: none;
  color: #000;
}

.border-none:last-child {
  border-right: none !important;
}

.width-unset {
  width: unset !important;
}

.white-bg {
  background-color: #fff;
}

button {
  cursor: pointer;
}

.login-regi-links a {
  font-weight: 600;
}
.login-regi-links li {
  margin-left: 10px;
}

.top-social-links li {
  margin-right: 15px;
}

.fa-instagram:before {
  content: "\f16d";
}

.sticky {
  position: fixed;
  width: 100%;
  top: 0px;
}

.hero-slider-item {
  height: 774px;
  position: relative;
  background-size: cover;
  background-position: 100% -43%;
}
.hero-slider-item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  left: 0;
  top: 0;
}

.hero-slider-text {
  text-align: left;
  padding: 0 15px;
  max-width: 1140px;
  margin: auto;
  position: relative;
}
.hero-slider-text h1 {
  margin-bottom: 13px;
  font-weight: 600;
  font-size: 46px;
  margin-top: 14px;
}
.hero-slider-text p {
  color: #000;
  font-size: 16px;
  margin: 10px 0 40px;
}

.welcome-text {
  font-size: 27px;
  font-weight: 300;
}

.hst-text-center {
  text-align: center;
  text-align: center;
}
.hst-text-center p {
  margin-left: auto !important;
  margin-right: auto !important;
}

.hero-slider .owl-item.active h1 {
  animation: 1s 0.2s fadeInUp both;
}
.hero-slider .owl-item.active p {
  animation: 1s 0.6s fadeInUp both;
}
.hero-slider .owl-item.active .slider-btn {
  animation: 1s 0.9s flipInX both;
}
.hero-slider .owl-dots {
  text-align: center !important;
}
.hero-slider .owl-dot span {
  background: #ffffff !important;
}
.hero-slider .owl-dot.active span {
  background: #ccb892 !important;
}

.hero-slider2 .owl-item.active h1 {
  animation: 1s 0.2s fadeInUp both;
}
.hero-slider2 .owl-item.active p {
  animation: 1s 0.6s fadeInUp both;
}
.hero-slider2 .owl-item.active .slider-btn {
  animation: 1s 0.9s flipInX both;
}

.owl-theme-1 button.owl-prev {
  position: absolute;
  left: 0;
  top: 50%;
  border: 1px solid #fff !important;
  font-size: 40px !important;
  height: 80px;
  line-height: 40px !important;
  width: 50px;
  border-radius: 0 100px 100px 0 !important;
  margin-top: -70px !important;
  margin-left: 0 !important;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.owl-theme-1 button.owl-prev i {
  padding-right: 5px;
}
.owl-theme-1 button.owl-prev:hover {
  background-color: #000 !important;
  color: #000;
}
.owl-theme-1 button.owl-next {
  position: absolute;
  right: 0;
  top: 50%;
  border: 1px solid #fff !important;
  font-size: 40px !important;
  height: 80px;
  line-height: 40px !important;
  width: 50px;
  border-radius: 100px 0 0 100px !important;
  margin-top: -70px !important;
  margin-right: 0 !important;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.owl-theme-1 button.owl-next:hover {
  background-color: #000 !important;
  color: #000;
}
.owl-theme-1 button.owl-next i {
  padding-left: 5px;
}
.owl-theme-1 .owl-dots {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
}
.owl-theme-1 .owl-dots .owl-dot span {
  width: 20px;
  height: 20px;
  margin: 0 5px;
  background-color: #000;
  border-radius: 0 !important;
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.owl-theme-1 .owl-dots .owl-dot:hover span {
  background: #ccb892;
}
.owl-theme-1 .owl-dots .owl-dot.active span {
  background: #ccb892;
}

.owl-theme-2 .owl-nav {
  position: absolute;
  bottom: 0;
  right: 0;
}
.owl-theme-2 .owl-prev {
  margin: 0 -9px 0 0 !important;
  padding: 0 !important;
}
.owl-theme-2 .owl-prev i {
  background-color: #000;
  -webkit-clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
  width: 80px;
  height: 40px;
  display: inline-block;
  line-height: 40px;
  font-size: 30px !important;
}
.owl-theme-2 .owl-prev:hover {
  -webkit-clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
}
.owl-theme-2 .owl-next {
  margin: 0 0 0 -9px !important;
  padding: 0 !important;
}
.owl-theme-2 .owl-next i {
  background-color: #000;
  -webkit-clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
  width: 80px;
  height: 40px;
  display: inline-block;
  line-height: 40px;
  font-size: 30px !important;
}
.owl-theme-2 .owl-next:hover {
  -webkit-clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.owl-theme-2 .owl-dots {
  position: absolute;
  bottom: 10px;
  left: 10px;
}
.owl-theme-2 .owl-dots .owl-dot.active span {
  background: #ff007d !important;
}
.owl-theme-2 .owl-dots .owl-dot:hover span {
  background: #ff007d !important;
}
.owl-theme-2 .owl-dot span {
  width: 25px !important;
  height: 25px !important;
  margin: 0 4px !important;
  background: #f2eee2 !important;
  border-radius: 0 !important;
  -webkit-clip-path: polygon(50% 0%, 83% 12%, 100% 43%, 94% 78%, 68% 100%, 32% 100%, 6% 78%, 0% 43%, 17% 12%);
  clip-path: polygon(50% 0%, 83% 12%, 100% 43%, 94% 78%, 68% 100%, 32% 100%, 6% 78%, 0% 43%, 17% 12%);
}

.animated {
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-stage-outer {
  overflow-y: hidden;
}
.owl-carousel .owl-nav button.owl-next {
  background: 0 0;
  border: none;
  padding: 0 !important;
  font: inherit;
  outline: none;
}
.owl-carousel .owl-nav button.owl-prev {
  background: 0 0;
  border: none;
  padding: 0 !important;
  font: inherit;
  outline: none;
}
.owl-carousel button.owl-dot {
  background: 0 0;
  border: none;
  padding: 0 !important;
  font: inherit;
  outline: none;
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.d-table {
  display: table;
  width: 100%;
  height: 100%;
}

.d-tablecell {
  display: table-cell;
  vertical-align: middle;
}

.owl-dot {
  background: 0 0;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.white-btn {
  background-color: #bd3e0a !important;
  border: 1px solid #bd3e0a !important;
}

.default-btn {
  background-color: #000;
  color: #fff !important;
  border: 1px solid #ccb892;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 30px;
  text-transform: uppercase;
  font-weight: 600;
  box-shadow: unset;
  box-shadow: 0 10px 20px #c77351;
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.owl-nav i {
  font-size: 43px;
  line-height: 40px;
}

.number {
  margin-bottom: 0px;
  font-size: 34px;
  font-weight: 600;
  text-align: center;
}
.number:after {
  content: "+";
}

.page-banner {
  padding-top: 173px;
  padding-bottom: 179px;
  position: relative;
  background-size: cover;
  background-position: center center;
  -webkit-clip-path: polygon(50% 0%, 100% 0, 100% 35%, 100% 100%, 78% 94%, 50% 100%, 21% 94%, 0 99%, 0% 35%, 0 0);
  clip-path: polygon(50% 0%, 100% 0, 100% 35%, 100% 100%, 78% 94%, 50% 100%, 21% 94%, 0 99%, 0% 35%, 0 0);
  text-align: center;
}

.banner-bg-one:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.banner-text {
  position: relative;
}
.banner-text h1 {
  font-size: 45px;
  margin: 0;
}
.banner-text ol.breadcrumb {
  margin: 15px 0 0;
  display: block;
  padding: 0;
}
.banner-text ol.breadcrumb li {
  display: inline-block;
  font-size: 20px;
  display: inline-block;
  font-size: 20px;
}
.banner-text ol.breadcrumb li a {
  color: #000;
}

.inner-content {
  padding: 42px 0 110px 0;
}
.inner-content p {
  font-size: 15px;
  line-height: 24px;
}
.inner-content .sub-head {
  font-size: 23px;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.inner-content .yl-blog-img-wrap {
  display: flex;
  margin-bottom: 20px;
}
.inner-content .yl-blog-text {
  top: 0px;
  height: auto;
  padding: 12px 14px;
}

.course-top {
  padding: 0 20px;
}

.menu-toggle {
  display: none;
}
.menu-toggle:checked + .mobile-bar .menu-icon {
  transform: rotate(45deg);
}
.menu-toggle:checked + .mobile-bar span:before {
  transform: rotate(90deg);
}
.menu-toggle:checked + .mobile-bar span:after {
  transform: rotate(90deg);
}
.menu-toggle:checked ~ .header {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}

.mobile-bar {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 25px;
  width: 100%;
  height: 65px;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.menu-icon {
  float: right;
  display: block;
  position: relative;
  width: 25px;
  height: 100%;
  cursor: pointer;
  transition: transform 300ms ease-in;
}
.menu-icon > span {
  display: block;
  position: absolute;
  top: 55%;
  margin-top: -0.3em;
  width: 100%;
  height: 0.199em;
  border-radius: 1px;
  background-color: #000000;
  transition: transform 300ms ease-in;
}
.menu-icon > span:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 1px;
  background-color: #000000;
  transition: transform 300ms ease;
  transform: translateY(-0.6em);
}
.menu-icon > span:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 1px;
  background-color: #000000;
  transition: transform 300ms ease;
  transform: translateY(0.6em);
}

.header {
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1019607843);
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 60px;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  color: #000;
  transition: opacity 300ms ease-in, visibility 0s ease-in 300ms;
}
.header nav {
  height: 100%;
}
.header ul {
  height: 100%;
}
.header li {
  border-bottom: 1px solid #eee;
  color: #505050;
  font-weight: 430;
  line-height: 2.4;
  font-size: 17px;
  font-weight: 600;
}
.header li:hover {
  color: #505050;
  transition: color 300ms ease-in;
}
.header a {
  display: block;
  padding: 25px;
  transition: background-color 300ms ease-in;
}

.header-topline {
  padding: 0 37px;
  min-height: 38px;
  font-size: 14px;
  line-height: 1.2em;
  letter-spacing: 0.5px;
  word-spacing: -2px;
  align-items: center;
  min-height: 48px;
  background: #00a1da;
}
.header-topline .header-info i {
  position: relative;
  top: 2px;
  font-size: 16px;
  padding-right: 8px;
}
.header-topline .header-phone i {
  position: relative;
  top: 2px;
  font-size: 16px;
  padding-right: 8px;
}
.header-topline a {
  font-size: 16px;
  color: #fff;
}

.navbar-brand {
  padding: 0px;
}
.navbar-brand > img {
  height: 50px;
  width: auto;
  z-index: 10;
  position: absolute;
  top: 11px;
  left: 10px;
  padding: 0 25px;
}

.test {
  z-index: 999;
  width: 100%;
  position: relative;
  height: 61px;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.header-phone {
  line-height: 43px;
  margin-left: 22px;
  white-space: nowrap;
}
.header-info {
  color: #fff;
  line-height: 43px;
  margin-left: 35px;
  white-space: nowrap;
}
.header-info i:before {
  color: #fff;
}

.header-phone i:before {
  color: #fff;
}

.bubble {
  z-index: 6;
  position: absolute;
  width: 120px;
  height: 94px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
   background: url(../images/cloud_img.png);    
  /*background: radial-gradient(ellipse at center, #bfe2ef 0%, #e2e4e1 70%);
  box-shadow: inset 0 20px 30px rgba(255, 255, 255, 0.4), inset 1em 1em 1em rgba(255, 255, 255, 0.6), 0 1em 2em rgba(0, 0, 0, 0.2509803922);*/
}
.bubble:hover {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
  cursor: pointer;
}

.b1 {
  -webkit-animation: floatup 10s linear infinite, sideways 5s ease-in-out infinite alternate;
  animation: floatup 10s linear infinite, sideways 5s ease-in-out infinite alternate;
  left: 4%;
  top: 100%;
  transform: scale(1);
}

.b2 {
  -webkit-animation: floatup 5s linear infinite, sideways 4s ease-in-out 1s infinite alternate;
  animation: floatup 5s linear infinite, sideways 4s ease-in-out 1s infinite alternate;
  left: 15%;
  top: 30%;
  transform: scale(0.7);
}

.b3 {
  -webkit-animation: floatup 4s linear infinite, sideways 6s ease-in-out 6s infinite alternate;
  animation: floatup 4s linear infinite, sideways 6s ease-in-out 6s infinite alternate;
  left: 6%;
  transform: scale(1.2);
}

.b4 {
  -webkit-animation: floatup 6s linear infinite, sideways 5s ease-in-out 3s infinite alternate;
  animation: floatup 6s linear infinite, sideways 5s ease-in-out 3s infinite alternate;
  left: 7%;
  top: 90%;
  transform: scale(1.1);
}

.b5 {
  -webkit-animation: floatup 8s linear infinite, sideways 6s ease-in-out 3s infinite alternate;
  animation: floatup 8s linear infinite, sideways 6s ease-in-out 3s infinite alternate;
  left: 8%;
  top: 30%;
  transform: scale(1.1);
}

.b6 {
  -webkit-animation: floatup 7s linear infinite, sideways 4s ease-in-out 3.5s infinite alternate;
  animation: floatup 7s linear infinite, sideways 4s ease-in-out 3.5s infinite alternate;
  left: 40%;
  top: 50%;
  transform: scale(0.7);
}

.b7 {
  -webkit-animation: floatup 6s linear infinite, sideways 5s ease-in-out 4s infinite alternate;
  animation: floatup 6s linear infinite, sideways 5s ease-in-out 4s infinite alternate;
  left: 90%;
  top: 90%;
  transform: scale(0.6);
}

.b-text {
  top: 35%;
  text-align: center;
  position: relative;
  font-weight: 600;
  font-size: 20px;
}

.banners {
  background-size: cover;
  background-image: url(../images/banner-img.jpg);
  background-repeat: no-repeat;
  background-position: 100% 100%;
  display: flex;
  align-items: center;
  width: 100%;
  height: 626px;
  position: relative;
  overflow: hidden;
}
.banners h1 {
  margin-bottom: 13px;
  font-weight: normal;
  font-size: 60px;
  margin-top: 35px;
  color: #000;
}
.banners p {
  font-size: 18px;
  line-height: 28px;
  /*text-align: center;*/
  margin-top: 20px;
  margin-bottom: 40px;
}

.SpeechBubble {
  position: absolute;
  transform-origin: 0% 100%;
  text-align: center;
  background-color: #00a1da;
  border-radius: 10px;
  width: 400px;
  color: #fff;
  font-size: 14px;
  padding: 22px 10px;
  left: 85px;
  top: -75px;
  transform: scale(0);
  animation-fill-mode: forwards;
}
.SpeechBubble::before {
  content: "";
  display: block;
  width: 0;
  position: absolute;
  bottom: -25px;
  left: 5px;
  border-style: solid;
  border-width: 15px;
  border-color: #00a1da transparent transparent #00a1da;
  transform: rotate(10deg);
}

.social-links {
  list-style-type: none;
  padding: 8px 0;
  margin: 0;
  text-align: right;
}
.social-links li {
  display: inline-block;
  margin-left: 10px;
}
.social-links li i {
  background-color: #ffffff;
  height: 30px;
  width: 30px;
  display: inline-block;
  line-height: 30px;
  border-radius: 50%;
  color: #00a1da;
  text-align: center;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}



.flaticon-email:before {
  content: "\f12c";
}

.flaticon-location:before {
  content: "\f12d";
}

.flaticon-phone:before {
  content: "\f12a";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a";
}

.fa-linkedin:before {
  content: "\f0e1";
}

[class^=flaticon-]:after {
  margin-left: 0px !important;
  font-weight: 400;
  color: #000;
}
[class^=flaticon-]:before {
  margin-left: 0px !important;
  font-weight: 400;
  color: #000;
}

@media screen and (max-width: 425px) {
  .social-links {
    text-align: center;
    margin-bottom: 12px;
  }
  .header-info {
    display: block !important;
    text-align: center !important;
    white-space: break-spaces !important;
    line-height: 22px !important;
    margin: 10px 0;
  }
  .header-address {
    display: none !important;
  }
  .header-phone {
    margin-top: 11px;
  }
  .header-phone {
    display: block !important;
    text-align: center !important;
    line-height: 23px !important;
  }
  .banners h1 {
    font-size: 36px !important;
    margin-top: 0px;
  }
  .about-image {
    margin-top: 22px;
  }
  .featured-icon-box {
    display: none;
  }
  .bubble {
    /*display: none;*/
    width: 60px !important;
    height: 50px !important;
       background: url(../images/cloud_img-small.png);    
  }
  .bubble .b-text {
    top: 15px !important;
    font-size: 15px !important;
  }
  .b5 {
    top: 7% !important;
  }
  .SpeechBubble {
    width: 131px !important;
    top: -132px !important;
    height: fit-content !important;
  }
  .banners p {
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
  }
  .banners {
    height: 545px;
  }
  .featured-icon-box {
    bottom: -76px !important;
    left: 0px !important;
  }
  .featured-icon-box .featured-icon-box-inner-2 {
    height: 186px !important;
    width: 142px !important;
    padding: 5px 10px !important;
  }
  .featured-icon-box .featured-icon-box-inner-1 {
    height: 185px !important;
    width: 141px !important;
  }
  .featured-icon-box p {
    font-size: 14px !important;
    line-height: 20px !important;
  }
  .box-progress {
    display: block !important;
  }
  .box-progress .box-progress-number {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .d-flex {
    display: block !important;
  }
  .h1 {
    font-size: 33px !important;
  }
  .header a {
    background: #fff !important;
    padding: 9px 20px !important;
  }
  .block-full-appointment {
    padding-top: 49px !important;
  }
  .pt-2 {
    margin-top: 0px !important;
    padding: 43px 19px !important;
  }
  .header-info {
    display: block;
    text-align: left;
    white-space: break-spaces;
    line-height: 22px;
    margin: 7px 0;
  }
  .banners h1 {
    font-size: 44px;
  }
  .header-phone {
    display: block;
    text-align: left;
    white-space: break-spaces;
    line-height: 22px;
    margin-left: 0px;
  }
  .navbar-brand > img {
    height: 41px;
    left: 0px;
  }
  .hero-slider-item {
    background-position: 34% -43% !important;
    padding-top: 118px !important;
    padding-bottom: 168px !important;
    height: auto !important;
  }
  .hero-slider-text h1 {
    font-size: 35px !important;
  }
  .owl-theme .owl-nav {
    display: none;
  }
  .hero-slider .owl-dots {
    bottom: 94px !important;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .block-full-appointment {
    padding-top: 78px !important;
    padding-bottom: 9px !important;
  }
  .banner-bg-one {
    background-image: url(../images/inner-bg.webp);
  }
}
@media (min-width: 1000px) {
  .mobile-bar {
    display: none;
  }
  .header {
    z-index: 5;
    position: relative;
    left: 0;
    background-color: #fff;
    padding-top: 0;
    padding: 0 22px;
    width: 100%;
    height: auto;
    visibility: visible;
    opacity: 1;
    text-align: right;
  }
  .header li {
    display: inline-block;
    margin-right: -6px;
    border: none;
    text-align: left;
  }
  .header a {
    padding: 15px 24px;
  }
}
.single-event-two {
  background-color: #ffffff;
  padding: 23px 0 0 0;
  position: relative;
  display: flex;
  align-items: center;
}

.event-img {
  padding: 11px;
}
.event-img i:before {
  color: #e79472;
  font-size: 48px;
}

.advantage {
  padding: 5px 0 12px 0;
}
.advantage .media-body {
  margin-left: 24px;
}

.h-sub, .why-choose-us .h-sub {
  z-index: 999;
  position: relative;
  margin-bottom: 6px;
  font-size: 22px;
  line-height: 1.2em;
  font-weight: 500;
  letter-spacing: 1px;
  color: #000;
}

.h1 {
  margin-bottom: 20px;
  color: #444;
  font-size: 39px;
}

.about-section {
  position: relative;
  padding: 76px 0;
  background-color: #fafafa;
}
.about-section .about-shape {
  position: absolute;
  left: 0;
  top: 20%;
  -webkit-transform: translateY(-20%);
  transform: translateY(-20%);
  z-index: 0;
}

.theme-color {
  color: #bd3e0a;
}

.why-choose-us {
  background-color: #f6f7f5;
  position: relative;
  padding: 94px 0 0 0;
}
.why-choose-us img {


}
.why-choose-us .text-image-block [data-title]:after {
  position: absolute;
  z-index: -1;
  right: 0%;
  letter-spacing: 5px;
  top: -42px;
  font-size: 83px;
  font-weight: 900;
  line-height: 1em;
  color: #e5e5e5;
  white-space: nowrap;
  content: attr(data-title);
}
.why-choose-us .title-wrap {
  z-index: 999;
  position: relative;
}

.text-image-block .image-col {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.text-image-block .image-col img {
  max-width: initial;
}

.numbered-list-xl {
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  counter-reset: li;
  list-style-type: none;
  font-size: 16px;
  line-height: 27px;
}
.numbered-list-xl li {
  margin-bottom: 40px;
  position: relative;
  padding: 0 0 0 110px;
}
.numbered-list-xl li:before {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  line-height: 1em;
  font-weight: 700;
  content: attr(data-num);
  counter-increment: li;
  height: 83px;
  width: 83px;
  padding-left: 2px;
  border-radius: 50%;
  color: #fff;
  left: 0;
  top: -6px;
  background-color: #00a1da;
  box-shadow: 0 10px 20px rgba(101, 81, 46, 0.1019607843);
  transition: 0.2s;
}
.numbered-list-xl h5 {
    color: #444;
    font-size: 28px;
    margin-bottom: 10px;
    font-weight: normal;
}

.mt-lg-4 {
  margin-top: 40px !important;
}

.block-full-appointment {
  padding-top: 58px;
  padding-bottom: 54px;
  color: #ffffff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

.section {
  position: relative;
}
.section .box-progress {
  margin-bottom: 38px;
  display: flex;
}
.section .box-progress .box-progress-number {
  font-size: 63px;
  line-height: 1em;
  font-weight: 600;
  color: #cf5e30;
  min-width: 162px;
  padding-right: 15px;
}
.section .box-progress .box-progress-number sup {
  font-size: 28px;
  top: -18px;
}
.section .box-progress-text {
  flex: 1;
  max-width: 380px;
}
.section .box-progress-text h5 {
  color: #000000;
  font-size: 30px;
  line-height: 24px;
  margin-bottom: 18px;
        font-weight: normal;
}
.section .box-progress-text p {
  color: #000000;
  font-size: 16px;
  line-height: 27px;
}
.section .text1 {
  font-size: 47px;
  line-height: 59px;
  color: #ffffff;
}
.section .text2 {
  font-size: 22px;
}

@media (min-width: 768px) {
  .text-md-right {
    text-align: right !important;
  }
}
.banner-contact-us {
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/contact-bg.webp);
}
.banner-contact-us .image-col {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.banner-contact-us .image-col img {
  max-width: initial;
}

.banner-contact-us [data-title]:after {
  position: absolute;
  z-index: -1;
  right: -0.8em;
  top: -0.52em;
  font-size: 120px;
  line-height: 1em;
  color: #f6f7f5;
  white-space: nowrap;
  content: attr(data-title);
}

.form-control {
  display: block;
  width: 100%;
  padding: 10px 12px;
  font-size: 16px;
  line-height: 19px;
  color: #424242;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.mt-15, .my-15 {
  margin-top: 15px !important;
}

.btn {
  font-weight: 500;
  color: #fff;
  background: #bd3e0a;
  border: 1px solid transparent;
  box-shadow: none !important;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  text-shadow: none;
  border-radius: 26px;
  box-shadow: 0 10px 20px rgba(101, 81, 46, 0.1019607843);
  text-transform: none;
  letter-spacing: 0.05em;
  transition: 0.3s;
  font-size: 14px;
  line-height: 22px;
  padding: 15px 30px;
}

.footer {
  padding: 60px 0 45px 0;
  background: url(../images/contact-bg.webp);
  overflow: hidden;
}
.footer img {
    margin-bottom: 10px;
    margin-top: 8px;
}
.footer h3 {
  margin-top: 20px !important;
    font-weight: normal;
}
.footer .footer-social {
  font-size: 16px;
  margin-top: 19px;
  line-height: 48px;
}
.footer .footer-social a {
  display: inline-block;
  margin-right: 4px;
  width: 48px;
  height: 48px;
  color: #00a1da;
  background-color: #fff;
  text-align: center;
  box-shadow: 0 10px 20px rgba(101, 81, 46, 0.1019607843);
  border-radius: 50%;
  transition: 0.2s;
}



.footer .icn-list {
  font-size: 15px;
  line-height: 24px;
}
.footer .icn-list p {
  margin: 20px 0;
}
.footer .icn-list li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 31px;
}
.footer .icn-list li i {
  position: absolute;
  left: 0;
  top: 4px;
  font-size: 18px;
  color: #5c6895;
}

.footer-bottom {
  padding: 11px 0;
  background: #00a1da;
  font-size: 15px;
  line-height: 26px;
  color: #fff;
  font-weight: 300;
}

.copy-right {
  font-weight: 600;
}

.text-center {
  text-align: center;
}

.h-decor {
  position: relative;
  top: -20px;
  height: 2px;
  width: 27px;
  background-color: #5c6895;
  display: inline-block;
}

.fa-angle-double-right:before {
  content: "\f101";
}

/*================================================
Services Area CSS
=================================================*/
.services-area {
  padding: 60px 0;
  background-color: #ffffff;
  position: relative;
  z-index: 1;
}
.services-area.bg-ffffff {
  background-color: #f3f3f3;
}
.services-area.bg-white {
  background-color: #fff;
}
.services-area.bg-white .single-services-item {
  background-color: #fafafa;
}

.single-services {
  border-radius: 2px;
  margin-bottom: 30px;
  position: relative;
  padding: 30px 30px 30px 100px;
  border: 1px solid #fafafa;
  background-color: #fafafa;
  transition: 0.5s;
  z-index: 1;
}
.single-services .icon {
  position: absolute;
  left: 20px;
  top: 10px;
  transition: 0.5s;
}
.single-services .icon i {
  display: inline-block;
  height: 65px;
  width: 65px;
  line-height: 65px;
  background-color: #ffe9e0;
  color: #000;
  font-size: 35px;
  border-radius: 50px;
  text-align: center;
  transition: 0.5s;
  font-weight: 500;
}
.single-services .icon i:before {
  font-size: 41px;
  color: #bd3e0a;
}
.single-services h3 {
  font-size: 22px;
  margin-bottom: 14px;
  transition: 0.5s;
}
.single-services h3 a {
    font-weight: normal;
    color: #000;
    cursor: none;
}
.single-services p {
  margin-bottom: 15px;
  transition: 0.5s;
}
.single-services .read-more-btn {
  font-weight: 500;
  color: #000;
  transition: 0.5s;
}
.single-services::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 0%;
  height: 100%;
  background: #00a1da;
  border-radius: 0;
  transition: 0.5s;
}
.single-services:hover {
  border: 1px solid #00a1da;
}
.single-services:hover::before {
  width: 100%;
}
.single-services:hover .icon {
  transform: rotate(360deg);
}
.single-services:hover h3 a {
  color: #fff;
}
.single-services:hover p {
  color: #fff;
}
.single-services:hover .read-more-btn {
  color: #fff;
}

.single-services-item {
  text-align: center;
  background-color: #fff;
  padding: 30px;
  position: relative;
  border-radius: 10px;
  z-index: 1;
  transition: 0.5s;
  margin-bottom: 30px;
}
.single-services-item .icon {
  margin-bottom: 20px;
}
.single-services-item .icon i {
  display: inline-block;
  height: 75px;
  width: 75px;
  line-height: 75px;
  background-color: #efe9fb;
  color: #00a1da;
  font-size: 35px;
  border-radius: 50px;
  text-align: center;
  transition: 0.5s;
  font-weight: 500;
}
.single-services-item h3 {
  font-size: 24px;
  transition: 0.5s;
  margin-bottom: 15px;
}
.single-services-item p {
  transition: 0.5s;
  margin-bottom: 0;
}
.single-services-item .read-more-btn {
  display: inline-block;
  color: #00a1da;
  font-weight: 500;
  transition: 0.5s;
  margin-top: 12px;
}
.single-services-item::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  border-radius: 10px;
  background-color: #00a1da;
  z-index: -1;
  transition: 0.5s;
}
.single-services-item:hover {
  transform: translateY(-10px);
}
.single-services-item:hover::before {
  height: 100%;
}
.single-services-item:hover h3 a {
  color: #fff;
}
.single-services-item:hover p {
  color: #fff;
}
.single-services-item:hover .icon i {
  background-color: #fff;
}
.single-services-item:hover .read-more-btn {
  color: #ffffff;
}

.services-shape .shape1 {
  position: absolute;
  left: 0;
  opacity: 0.1;
  bottom: 50px;
  z-index: -1;
}
.services-shape .shape2 {
  position: absolute;
  right: 0;
  bottom: 50px;
  opacity: 0.1;
  z-index: -1;
}

.flaticon-laboratory-1:before {
  content: "\f102";
}

.pt-2 {
  margin-top: -300px;
  background: #fff;
  padding: 43px 44px;
  box-shadow: 0 10px 20px rgba(101, 81, 46, 0.1019607843);
}
.pt-2 P {
  color: #000;
}

textarea {
  height: 100px;
}

.featured-icon-box {
  background-color: #00a1da;
  position: absolute;
  bottom: 54px;
  left: -102px;
  z-index: 2;
  border-radius: 3px;
  padding: 10px;
    width: 200px;
}
.featured-icon-box .featured-icon-box-inner-1 {
  background-color: #00a1da;
  position: relative;
  height: 205px;
  width: 160px;
  border: 2px solid #fff;
}
.featured-icon-box .featured-icon-box-inner-1 .featured-icon-box-inner-2 {
  position: absolute;
  background-color: #00a1da;
  top: -2px;
  left: -2px;
  height: 205px;
      width: 180px;
  border-radius: 15px;
  padding: 9px;
}
.featured-icon-box .featured-content {
  margin-top: 18px;
  position: relative;
}
.featured-icon-box .featured-content h5 {
  font-size: 24px;
  line-height: 16px;
  margin-bottom: 13px;
  color: #fff;
}
.featured-icon-box .featured-content p {
  font-size: 15px;
  line-height: 23px;
  line-height: 24px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 0;
}

.rounded-circle {
  border: 4px solid #fff;
  border-radius: 50% !important;
  width: 121px !important;
  height: 121px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1019607843);
  object-fit: cover;
}

.management {
  padding: 40px 0;
  background: url(../images/testi-bg.jpg);
  background-size: cover;
}
.management .h-sub {
  color: #fff;
}
.management .h1 {
  color: #fff;
}
.management .row {
  align-items: center;
}
.management .inner-image {
  width: 100%;
  height: 319px;
  object-fit: cover;
}

.testimonial-content {
  color: #fff;
}
.testimonial-content h5 {
  font-weight: 600;
  display: inline-block;
  font-size: 20px;
  margin: 10px 0;
  color: #000;
}
.testimonial-content p, .testimonial-content label {
  color: #000;
  font-size: 17px;
  line-height: 25px;
}

.testimonial {
  margin: 18px 0;
  background: #fff;
  position: relative;
  padding: 20px 20px;
}
.testimonial::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.3);
  width: 100%;
  height: 100%;
  z-index: -1;
  transform: scaleY(1.1) scaleX(0.85);
  border-radius: 5px;
}
.testimonial::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.3);
  width: 100%;
  height: 100%;
  z-index: -1;
  transform: scaleY(1.05) scaleX(0.92);
  border-radius: 5px;
}

.about-section img {
  height: 100%;
  object-fit: cover;
}

.whatsapp-button1 {
  position: fixed;
  width: 70px;
  bottom: 20px;
  right: 40px;
  z-index: 99;
  background: #009b40;
  border-radius: 50px;
  color: #ffffff;
  text-decoration: none;
  height: 70px;
  font-size: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  animation: effect 5s infinite ease-in;
}
.whatsapp-button1 i {
  color: #fff;
  font-size: 40px;
}

.fa-whatsapp:before {
  content: "\f232";
}

@keyframes effect {
  20%, 100% {
    width: 70px;
    height: 70px;
    font-size: 35px;
  }
  0%, 10% {
    width: 75px;
    height: 75px;
    font-size: 40px;
  }
  5% {
    width: 70px;
    height: 70px;
    font-size: 35px;
  }
}
.banners:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  background: linear-gradient(to right, rgba(255, 254, 254, 0.5215686275) 0, rgba(255, 255, 255, 0));
}

.about-image {
  border: 9px solid #fff;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1019607843);
}

.about-heading {
  margin-bottom: 2px;
  font-weight: 600;
  font-size: 20px;
}

.about-p {
  text-align: center;
  margin-bottom: 45px;
  font-size: 22px;
  line-height: 25px;
  color: #000;
}

.about-list {
  list-style: disc;
  padding-left: 20px;
}
.about-list li {
  line-height: 27px;
  color: #000;
  margin-bottom: 9px;
  font-size: 18px;
}

.about-sub {
  list-style: disc;
  padding-left: 20px;
}

.business h6 {
    margin-bottom: 8px;
    font-weight: normal;
    font-size: 26px;
}

.business {
  position: relative;
  padding: 50px 0;
  background-color: #fafafa;
}
.business .about-shape {
  position: absolute;
  left: 0;
  top: 20%;
  -webkit-transform: translateY(-20%);
  transform: translateY(-20%);
  z-index: 0;
}
.business .h1 {
  text-align: center;
  margin-bottom: 7px;
}

.fb{background: #415ba7 !important; color: #fff !important}
.in{background-image: linear-gradient(to bottom right, #ce04dc, #f76c04) !important;color: #fff !important}
.lin{    background: #000000 !important;color: #fff !important;}
.tw{background: #d90521 !important;color: #fff !important}


.x-top-icon {
    margin-top: -4px;
}

.footer-social-icon{ text-align: left !important}

.footer-icon-li {
    margin-right: 10px;
    margin-left: 0px !important;
}