/********** Template CSS **********/
:root {
    --primary: #13C5DD;
    --secondary: #354F8E;
    --light: #EFF5F9;
    --dark: #1D2A4D;
}
p{
  text-align: justify;
}
.btn {
    font-weight: 700;
    transition: .5s;
}

.btn:hover {
    -webkit-box-shadow: 0 8px 6px -6px #555555;
    -moz-box-shadow: 0 8px 6px -6px #555555;
    box-shadow: 0 8px 6px -6px #555555;
}

.btn-primary {
    color: #FFFFFF;
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 28px;
    height: 28px;
}

.btn-lg-square {
    width: 46px;
    height: 46px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 0;
    border-radius: 50% 50% 0 0;
    z-index: 99;
}

.navbar-light .navbar-nav .nav-link {
    font-family: 'Jost', sans-serif;
    position: relative;
    margin-left: 30px;
    padding: 30px 0;
    font-size: 12px;
    font-weight: 700;
    color: #ffffff;
    outline: none;
    transition: .5s;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: #bda004;
}

@media (min-width: 992px) {
  .awards img{
    /*height: 30pc;*/
  }
    .navbar-light .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 5px;
        bottom: 0;
        left: 50%;
        background: #bda004;
        transition: .5s;
    }

    .navbar-light .navbar-nav .nav-link:hover::before,
    .navbar-light .navbar-nav .nav-link.active::before {
        width: 100%;
        left: 0;
    }
    .owl-carousel .owl-item img {
      display: block;
      width: 100%;
    height: 100%;}

}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link  {
        margin-left: 0;
        padding: 10px 0;
    }
    .logo img{
      height: 40px;
    }

}

.hero-header {
    background: url(../img/cover.jpg) top right no-repeat;
    background-size: cover;
}

.service-item {
    position: relative;
    height: 350px;
    padding: 0 30px;
    transition: .5s;
}

.service-item .service-icon {
    width: 150px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e50303;
    border-radius: 50%;
    transform: rotate(-14deg);
}

.service-item .service-icon i {
    transform: rotate(15deg);
}

.service-item a.btn {
    position: absolute;
    width: 60px;
    bottom: -48px;
    left: 50%;
    margin-left: -30px;
    opacity: 0;
}

.service-item:hover a.btn {
    bottom: -24px;
    opacity: 1;
}

.price-carousel::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 50%;
    bottom: 0;
    left: 0;
    background: #bda004;
    border-radius: 8px 8px 50% 50%;
    z-index: -1;
}

.price-carousel .owl-nav {
    margin-top: 35px;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
}

.price-carousel .owl-nav .owl-prev,
.price-carousel .owl-nav .owl-next{
    position: relative;
    margin: 0 5px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #bda004;
    background: #FFFFFF;
    font-size: 22px;
    border-radius: 45px;
    transition: .5s;
}

.price-carousel .owl-nav .owl-prev:hover,
.price-carousel .owl-nav .owl-next:hover {
    color: #ffffff;
}

@media (min-width: 576px) {
    .team-item .row {
        height: 350px;
    }
}

.team-carousel .owl-nav {
    position: absolute;
    padding: 0 45px;
    width: 100%;
    height: 45px;
    top: calc(50% - 22.5px);
    left: 0;
    display: flex;
    justify-content: space-between;
}

.team-carousel .owl-nav .owl-prev,
.team-carousel .owl-nav .owl-next {
    position: relative;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffff;
    background: #ed1c2447;
    border-radius: 45px;
    font-size: 22px;
    transition: .5s;
}

.team-carousel .owl-nav .owl-prev:hover,
.team-carousel .owl-nav .owl-next:hover {
    background: #ed1c24;
}

.testimonial-carousel .owl-dots {
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 20px;
    height: 20px;
    background: var(--light);
    border: 2px solid #bda004;
    border-radius: 20px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    width: 40px;
    height: 40px;
    background: #bda004;
}

.testimonial-carousel .owl-item img {
    width: 150px;
    height: 150px;
}
.section-heading{
      padding-top: 50px;
}
.book-an-oppointment-area {
  /* background: #100442; */
  padding-bottom: 45px;
}

.appointment-form .form-group{
  padding-bottom: 10px;
}
 .appointment-form .btn {
    display: inline-block;
    font-weight: 400;
    /* line-height: 1.5; */
    color: #ffffff;
    /* text-align: center; */
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-color: blue;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 8px;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
}

marquee a{
  color:#fd2e2e;
  font-weight: 600;
}
marquee a:hover{
  color:#c10101;
}
label{
    padding-bottom: 4px;
    padding-top: 9px;
    font-size: 13px;
}
.bg-footer {
    background-color: #e50303 !important;
}
#footer-top h3 {
    line-height: 50px;
    text-align: center;
    font-size: 27px;
    color: #fff;
    margin-bottom: 24px;
    margin-top: 6px;
    font-weight: 600;
}
.call-us {
    background: url(../img/phone-call.png) left no-repeat;
    padding-left: 55px;
    margin-bottom: 20px;
    text-align: left;
}
.call-us strong {
    text-decoration: none;
    font-weight: bold;
    color: #fff;
    line-height: 25px;
    position: relative;
    font-size: 20px;
    margin-top: -40px;
}
.call-us span a {
    display: block;
    font-weight: normal;
    font-size: 16px;
    color: #fff;
}
.map {
    background: url(../img/google-map.png) left no-repeat;
    padding-left: 55px;
    margin-bottom: 20px;
    text-align: left;
}
.map strong {
    text-decoration: none;
    font-weight: bold;
    color: #fff;
    line-height: 25px;
    position: relative;
    font-size: 20px;
    margin-top: -40px;
}
.map span a {
    display: block;
    font-weight: normal;
    font-size: 16px;
    color: #fff;
}
.smartphone {
    background: url(../img/smartphone.png) left no-repeat;
    padding-left: 55px;
    margin-bottom: 20px;
    text-align: left;
}
.smartphone strong {
    text-decoration: none;
    font-weight: bold;
    color: #fff;
    line-height: 25px;
    position: relative;
    font-size: 20px;
    margin-top: -40px;
}
.smartphone span a {
    display: block;
    font-weight: normal;
    font-size: 16px;
    color: #fff;
}
.mail-box {
    background: url(../img/mail-icon.png) left no-repeat;
    padding-left: 55px;
    margin-bottom: 20px;
    text-align: left;
}
.mail-box strong {
    text-decoration: none;
    font-weight: bold;
    color: #fff;
    line-height: 25px;
    position: relative;
    font-size: 20px;
    margin-top: -40px;
}
.mail-box span a {
    display: block;
    font-weight: normal;
    font-size: 16px;
    color: #fff;
}
.team-item h3, h6{
  color: black;
}
@media (max-width: 768px) {
     .col-xs-12.text-right, .col-xs-12.text-left {
             text-align: center;
      }
   }
.appointment{
  font-size: 18px;
}
.btn-appointment{
  color:#fff;
  background-color:#dc3545;
  border-color:#dc3545;
  box-shadow: 0 10px 13px -5px #898888;
  display: inline-block;
font-weight: 400;
line-height: 1.5;
text-align: center;
vertical-align: middle;
cursor: pointer;
user-select: none;
border: 1px solid transparent;
padding: 0.375rem 0.75rem;
font-size: 1rem;
border-radius: 8px;
}
a.btn-appointment:hover{
  color:#fff;
}
.what-box{
  border: 2px solid red;
border-radius: 24px;
padding: 15px;
background: #7fffd496;
}
.about-box{
  border: 2px solid red;
border-radius: 10px;
padding: 15px;
}
.who-we-are{
  background: #ffc800a1;
    padding: 25px;
    border: 2px solid red;
    border-radius: 24px;
}
.book-appointment{
  background: #50cd01;
    color: #fff;
    padding: 10px;
}
.book-appointment:hover{
  background: #42a305;
  color: white;
}
.awards h6{
  color:#646464;
}
