/********** Template CSS **********/

:root {
    --primary: #008fa1;
    --secondary: #354F8E;
    --light: #EFF5F9;
    --dark: #1D2A4D;
}

.me-2 {
    margin-right: 4px !important;
}

.display-1 {
    color: #13C5DD;
}

.display-4 {
    color: orangered;
    font-size: 41px !important;
    
}
.mx-3 {
    margin-left: 25px !important;
}
.services-title {
    padding: 4px;
    border-radius: 5px;
    font-size: calc(1.375rem + 2.5vw);
    background-color: #13C5DD;
    color: white;
    margin-top: 35px;
    margin-bottom: -10px;  
}
.head-text {
    color: orangered;
}
.top-text {
    margin: 6px;
}
.top-text a{
    color: white;
}
.top-text a:hover {
    color: orangered;
}
.topbar {
    background-color: var(--dark);
}

.text-body {
    color: white !important;
}
.logo {
    position: relative;
    size: 50px;
    height: 55px;
    width: 120px;
    margin-left: -40px;
}

.carousel-control-next-icon:hover {
    border: 1px solid rgba(241, 239, 239, 0.774);
    border-radius: 10px;
    background-color: rgba(241, 239, 239, 0.774);
}
.carousel-control-prev-icon:hover {
    border: 1px solid rgba(241, 239, 239, 0.774);
    border-radius: 10px;
    background-color: rgba(241, 239, 239, 0.774);
}
.btn {
    font-weight: 700;
    transition: .5s;
}
.submit-btn {
    border-radius: 5px;
}

.btn:hover {
    background-color: orangered;
    border-color: orangered;
    -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;
}
.whatsapp-btn:hover {
    background-color: orangered !important;
    border-radius: 50%;
}

.abt {
    margin-top: 20px;
    margin-bottom: -10px;
}
.about {
    font-size: 50px !important;
    border-bottom: 5px solid #1D2A4D;
}
.about-section {
    margin-top: 30px;
}

.svc-box img {
    height:200px;
    border-radius: 2px;
}
.svc-box a.btn {
    position: relative;
    width: 185px;
    bottom: -48px;
    opacity: 0;
}

.svc-box:hover a.btn {
    bottom: -24px;
    opacity: 1;
}
.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: 20px 0;
    font-size: 18px;
    font-weight: 700;
    color: var(--dark);
    outline: none;
    transition: .5s;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}
.dropdown-item {
    border-top: 1px solid var(--dark);
}

.dropdown-item:hover {
    background-color: var(--primary);
    color: var(--light);
}
@media (min-width: 992px) {
    .navbar-light .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 5px;
        bottom: 0;
        left: 50%;
        background: var(--primary);
        transition: .5s;
    }

    .navbar-light .navbar-nav .nav-link:hover::before,
    .navbar-light .navbar-nav .nav-link.active::before {
        width: 100%;
        left: 0;
    }
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link  {
        margin-left: 0;
        padding: 10px 0;
    }
}
@media (max-width: 768px){
    .logo {
    width: 60px;
    padding-left: 5px;
    margin-right: 10px;
    }
}

@media (max-width: 768px){
    .nav-title {
    font-size: 23px;
    }
}
@media (max-width: 768px){
    .navbar-toggler {
    margin-right: -30px;
    }
}

.text-dark {
    text-align: justify;
    padding-right: 20px;
    font-size: 20px;
}

/**Service**/
.mb-3{
    margin-top: 20px;
    text-align: center;
}
.service-item {
    position: relative;
    height: 350px;
    padding: 0 30px;
    transition: .5s;
    border-radius: 20px;
}

.service-item .service-icon {
    width: 150px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary);
    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;
}

.Appointment {
    background: url(../img/contact.jpg) top right no-repeat;
    background-size: cover;
    border-radius: 10px;
}

.contact-box {
    border-radius: 5px;
}
.form-control {
    border: 1px solid var(--dark) !important;
    border-radius: 5px;
}
.form-select {
    border: 1px solid var(--dark) !important;
    border-radius: 5px;
}

.map {
    margin-left: -20px;
    margin-right: -20px;
}
.mb-4 {
    color: orangered;
}
.footer-p {
    color: var(--dark);
}
.ftr {
    border-radius: 10px;
}
.footer-link {
    font-size: 18px !important;
    color: var(--dark)
}

.footer-link:hover {
    color: var(--primary);
}

.why {
    color: var(--dark);
    margin-left: 14px;
    background-color: rgba(255, 255, 255, 0.724);
    border-radius: 5px;
    padding: 10px;
}

/* Wave */
@import url(//fonts.googleapis.com/css?family=Lato:300:400);

body {
  margin:0;
}

.inner-header h1 {
  font-family: "Roboto Condensed",sans-serif;
  font-weight: 700;
  font-size:60px;
  color: white;
}

.header {
  position:relative;
  text-align:center;
  background: linear-gradient(60deg, rgba(84,58,183,1) 0%, rgba(0,172,193,1) 100%);
  color:white;
}

.inner-header {
  height:20vh;
  width:100%;
  margin: 0;
  padding: 0;
}

.flex { /*Flexbox for containers*/
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.waves {
  position:relative;
  width: 100%;
  height:15vh;
  margin-bottom:-7px; /*Fix for safari gap*/
  min-height:100px;
  max-height:150px;
}

.content {
  position:relative;
  height:20vh;
  text-align:center;
  background-color: white;
}

/* Animation */

.parallax > use {
  animation: move-forever 25s cubic-bezier(.55,.5,.45,.5)     infinite;
}
.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
   transform: translate3d(-90px,0,0);
  }
  100% { 
    transform: translate3d(85px,0,0);
  }
}
/*Shrinking for mobile*/
@media (max-width: 768px) {
  .waves {
    height:40px;
    min-height:40px;
  }
  .content {
    height:20vh;
  }
  .inner-header h1 {
    font-size: 40px;
    font-weight: 700;
  }
}

