/********** Template CSS **********/
@import url("https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
:root {
  --primary: #06a3da;
  --secondary: #f57e57;
  --light: #eef9ff;
  --dark: #091e3e;
  --mainColor: #53545a;
}
body {
  font-family: "Ubuntu", sans-serif !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.clr{
  clear: both !important;
}
.mainColor {
  color: #06a3da !important;
}
.aButton {
  background-color: #06a3da !important;
  color: #fff;
}
.aButton:hover {
  background-color: #f57e57 !important;
  color: #fff;
}
.content {
  z-index: 999 !important;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%);
  display: inline-block;
  align-items: center;
  justify-content: center;
}

/* modal */

.modal-dialog {
  max-width: 800px;
  margin: 30px auto;
}

.modal-body {
  position: relative;
  padding: 0px;
}
.close {
  position: absolute;
  right: -30px;
  top: 0;
  z-index: 999;
  font-size: 2rem;
  font-weight: normal;
  color: #fff;
  opacity: 1;
}
.video-btn {
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%);
  color: #fff !important;
  font-size: 50px;
  cursor: pointer;
}
/* modal */

/* Teams */
.vertical-tabs .nav-link {
  text-transform: uppercase;
  color: #091e3e;
  /* @include azo-sans-web; */
  /* font-size: 12px; */
  /* @include fw-medium; */
  border-radius: 0;
  padding: 15px 25px;
  @media (min-width: 768px) {
    border-bottom: 1px solid #d1d3d4;
  }
}
.vertical-tabs .nav-link.active {
  background: #06a3da;
  color: #fff;
  border-bottom: none;
}
.navbar-nav li.active a {
  color: #06a3da !important;
}
.tab-content {
  /* margin-top: 30px; */
  @media (min-width: 768px) {
    margin-top: 22px;
  }
}

.bg-video-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  background: url(https://designsupply-web.com/samplecontent/vender/codepen/20181014.png)
    no-repeat center center/cover;
}
video {
  min-width: 100%;
  min-height: 100vh;
  z-index: 1;
}

.overlay {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(rgba(9, 30, 62, 0.45), rgba(9, 30, 62, 0.45)),
    url(../img/5.BestPortfolio/Img2.jpg) center center no-repeat;
  /* background-image: linear-gradient(45deg, rgba(0,0,0,.3) 50%, rgba(0,0,0,.7) 50%); */
  background-size: 3px 3px;
  z-index: 2;
}

.Zindex {
  z-index: 12 !important;
}

a {
  font-family: "Roboto", sans-serif !important;
  font-size: 15px !important;
  line-height: 1.5 !important;
}
p {
  font-family: "Roboto", sans-serif !important;
  font-size: 15px !important;
  color: #53545a;
  line-height: 1.5 !important;
}
.fontstyle {
  font-family: "Ubuntu", sans-serif !important;
}

h1 {
  font-family: "Ubuntu", sans-serif !important;
  font-size: 48px !important;
  font-style: normal;
  font-weight: 500 !important;
  line-height: 1.2 !important;
  letter-spacing: 0em;
  text-align: center;
}
h2 {
  font-weight: 500 !important;
  font-family: "Ubuntu", sans-serif !important;
  font-size: 38px !important;
  line-height: 1.2;
}
h3 {
  font-weight: 400 !important;
  font-family: "Ubuntu", sans-serif !important;
  font-size: 28px !important;
  line-height: 1.2;
}
h4 {
  font-weight: 400 !important;
  font-family: "Ubuntu", sans-serif !important;
  font-size: 22px !important;
  line-height: 1.2;
}
h5 {
  font-family: "Ubuntu", sans-serif !important;
  font-weight: 400 !important;
  font-size: 18px !important;
  line-height: 1.2;
  color: #06a3da!important;
}
h6,
.font-weight-medium {
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 1.2;
  font-family: "Ubuntu", sans-serif !important;
}
.font-weight-bold {
  font-weight: 700 !important;
  font-family: "Ubuntu", sans-serif !important;
}
.font-weight-semi-bold {
  font-weight: 600 !important;
  line-height: 1.2;
  font-family: "Ubuntu", sans-serif !important;
}

.btn {
  font-family: "Ubuntu", sans-serif !important;
  transition: 0.5s;
}

.btn-primary,
.btn-secondary {
  color: #ffffff;
}

.btn-primary:hover {
  background: var(--secondary);
  border-color: var(--secondary);
}

.btn-secondary:hover {
  background: var(--primary);
  border-color: var(--primary);
}
.btn-secondary-outline:hover {
  background: var(--primary);
  border: 1px solid transparent !important;
}
.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;
}
.wrapper {
  position: absolute;
  width: 100%;
  z-index: 999;
  left: 50%;
  transform: translateX(-50%);
  /* top: 40px; */
  transition-delay: 1s;
  transition-property: position;
  -webkit-box-shadow: 0px 13px 25px -12px rgb(0 0 0 / 25%);
  -moz-box-shadow: 0px 13px 25px -12px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 13px 25px -12px rgb(0 0 0 / 25%);
}
.carousel-wrapper {
  /* position: relative;
top: 0; */
  z-index: 888;
}
#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
  z-index: 99999;
}

#spinner.show {
  transition: opacity 0.5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

.back-to-top {
  position: fixed;
  display: none;
  right: 45px;
  bottom: 45px;
  z-index: 99;
}

.top-shape::before {
  position: absolute;
  content: "";
  width: 35px;
  height: 100%;
  top: 0;
  left: -17px;
  background: var(--primary);
  transform: skew(40deg);
}

.navbar-light .navbar-nav .nav-link {
  font-family: "Ubuntu", sans-serif !important;
  padding: 35px 15px;
  font-size: 16px !important;
  color: var(--mainColor);
  outline: none;
  transition: 0.5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
  padding: 20px 15px;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
  color: var(--primary);
}
.portfolio1 {
  background: linear-gradient(rgba(9, 30, 62, 0.65), rgba(9, 30, 62, 0.65)),
    url(../img/VideoPlaceholder/1.\ Michilin.png) center center no-repeat;
  background-size: cover;
  height: 300px;
  position: relative;
  -webkit-box-shadow: 0px 13px 25px -12px rgb(0 0 0 / 25%);
  -moz-box-shadow: 0px 13px 25px -12px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 13px 25px -12px rgb(0 0 0 / 25%);
}
.portfolio2 {
  background: linear-gradient(rgba(9, 30, 62, 0.65), rgba(9, 30, 62, 0.65)),
    url(../img/VideoPlaceholder/2.Schlu.png) center center no-repeat;
  background-size: cover;
  height: 300px;
  position: relative;
  -webkit-box-shadow: 0px 13px 25px -12px rgb(0 0 0 / 25%);
  -moz-box-shadow: 0px 13px 25px -12px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 13px 25px -12px rgb(0 0 0 / 25%);
}
.portfolio3 {
  background: linear-gradient(rgba(9, 30, 62, 0.65), rgba(9, 30, 62, 0.65)),
    url(../img/VideoPlaceholder/3.Tyseen.png) center center no-repeat;
  background-size: cover;
  height: 300px;
  position: relative;
  -webkit-box-shadow: 0px 13px 25px -12px rgb(0 0 0 / 25%);
  -moz-box-shadow: 0px 13px 25px -12px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 13px 25px -12px rgb(0 0 0 / 25%);
}
.portfolio3 {
  background: linear-gradient(rgba(9, 30, 62, 0.65), rgba(9, 30, 62, 0.65)),
    url(../img/VideoPlaceholder/3.Tyseen.png) center center no-repeat;
  background-size: cover;
  height: 300px;
  position: relative;
  -webkit-box-shadow: 0px 13px 25px -12px rgb(0 0 0 / 25%);
  -moz-box-shadow: 0px 13px 25px -12px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 13px 25px -12px rgb(0 0 0 / 25%);
}
.portfolio4 {
  background: linear-gradient(rgba(9, 30, 62, 0.65), rgba(9, 30, 62, 0.65)),
    url(../img/VideoPlaceholder/4.\ SecoHDI.png) center center no-repeat;
  background-size: cover;
  height: 300px;
  position: relative;
  -webkit-box-shadow: 0px 13px 25px -12px rgb(0 0 0 / 25%);
  -moz-box-shadow: 0px 13px 25px -12px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 13px 25px -12px rgb(0 0 0 / 25%);
}
.portfolio5 {
  background: linear-gradient(rgba(9, 30, 62, 0.65), rgba(9, 30, 62, 0.65)),
    url(../img/VideoPlaceholder/5.SerumInstitude.png) center center no-repeat;
  background-size: cover;
  height: 300px;
  position: relative;
  -webkit-box-shadow: 0px 13px 25px -12px rgb(0 0 0 / 25%);
  -moz-box-shadow: 0px 13px 25px -12px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 13px 25px -12px rgb(0 0 0 / 25%);
}
.portfolio6 {
  background: linear-gradient(rgba(9, 30, 62, 0.65), rgba(9, 30, 62, 0.65)),
    url(../img/VideoPlaceholder/6.RenniHDi.png) center center no-repeat;
  background-size: cover;
  height: 300px;
  position: relative;
  -webkit-box-shadow: 0px 13px 25px -12px rgb(0 0 0 / 25%);
  -moz-box-shadow: 0px 13px 25px -12px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 13px 25px -12px rgb(0 0 0 / 25%);
}
.sec {
  position: absolute;
  top: 28%;
  left: 50%;
  transform: translate(-50%);
}

.bgColor {
  background-color: #f2f4f7 !important;
}
@media (max-width: 991.98px) {
  .navbar-light .navbar-nav .nav-link,
  .sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 10px 0;
  }
}

.carousel-caption {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(9, 30, 62, 0.65);
  z-index: 1;
}

@media (max-width: 576px) {
  h1 {
    font-family: "Ubuntu", sans-serif !important;
    font-size: 22px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 1.2 !important;
    letter-spacing: 0em;
    text-align: center;
  }
  h2 {
    font-weight: 500 !important;
    font-family: "Ubuntu", sans-serif !important;
    font-size: 28px !important;
    line-height: 1.2;
  }
  h3 {
    font-weight: 400 !important;
    font-family: "Ubuntu", sans-serif !important;
    font-size: 22px !important;
    line-height: 1.2;
  }
  h4 {
    font-weight: 400 !important;
    font-family: "Ubuntu", sans-serif !important;
    font-size: 18px !important;
    line-height: 1.2;
  }
  h5 {
    font-family: "Ubuntu", sans-serif !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 1.2;
    color: #06a3da !important;
  }
  h6 {
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 1.2;
    font-family: "Ubuntu", sans-serif !important;
  }
  .carousel-caption h5 {
    font-size: 14px;
    font-weight: 500 !important;
  }

  .carousel-caption h1 {
    font-size: 30px;
    font-weight: 600 !important;
  }
  .socialMedia {
    display: none !important;
  }
  .wrapper {
    position: relative !important;
    top: 0;
    left: 0;
    transform: translateX(0%);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .padTop-85 {
    padding-top: 55px !important;
  }

  .padBot-85 {
    padding-bottom: 55px !important;
  }

  .carousel-control-prev {
    display: none !important;
  }

  .carousel-control-next {
    display: none !important;
  }
  .callToAction .float-end {
    float: none !important;
  }

  .portfolio .float-end {
    float: none !important;
  }

  .bg-video-wrap {
    height: 50vh;
  }
  .video-bg {
    display: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 3rem;
  height: 3rem;
}
.padTop-85 {
  padding-top: 85px;
}
.padBot-85 {
  padding-bottom: 85px;
}
.equal {
  display: flex;
  flex-wrap: wrap;
}
.pr-30 {
  padding-right: 30px;
}
@media (min-width: 991.98px) {
  .banner {
    position: relative;
    margin-top: -90px;
    z-index: 1;
  }
}

.twentytwenty-wrapper {
  height: 100%;
}

.hero-header {
  background: linear-gradient(rgba(9, 30, 62, 0.85), rgba(9, 30, 62, 0.85)),
    url(../img/8.Contact/MainBanner.jpg) center center no-repeat;
  background-size: cover;
  height: 55vh;
}
.padTop-170 {
  padding-top: 170px;
}
.bg-grey {
  background-color: #f6faff !important;
}
.bg-appointment {
  background: linear-gradient(rgba(9, 30, 62, 0.85), rgba(9, 30, 62, 0.85)),
    url(../img/4.Parellax/Parellax.jpg) center center no-repeat;
  background-size: cover;
}
.bg-footer {
  background: linear-gradient(rgba(9, 30, 62, 0.15), rgba(9, 30, 62, 0.15)),
    url(../img/7.Footer/footerBG.jpg) center center no-repeat;
  background-size: cover;
}
.appointment-form {
  background: rgba(6, 163, 218, 0.7);
}

.service-item img,
.service-item .bg-light,
.service-item .bg-light h5,
.team-item .team-text {
  transition: 0.5s;
}

.service-item:hover img {
  transform: scale(1.15);
}

.team-item .team-text::after,
.service-item .bg-light::after {
  position: absolute;
  content: "";
  top: 50%;
  bottom: 0;
  left: 15px;
  right: 15px;
  border-radius: 100px / 15px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: 0.5s;
  z-index: -1;
}

.team-item:hover .team-text::after,
.service-item:hover .bg-light::after {
  opacity: 1;
}

.servicing {
  background: url(../img/6.HappyClient/paralax.jpg) center center no-repeat;
  background-size: cover;
}

.offer-text {
  background: rgba(6, 163, 218, 0.85);
}

.price-carousel .owl-nav {
  position: absolute;
  width: calc(100% + 45px);
  height: 45px;
  top: calc(50% - 22.5px);
  left: -22.5px;
  display: flex;
  justify-content: space-between;
  opacity: 0;
  transition: 0.5s;
}

.price-carousel:hover .owl-nav {
  opacity: 1;
}

.price-carousel .owl-nav .owl-prev,
.price-carousel .owl-nav .owl-next {
  position: relative;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: var(--primary);
  border-radius: 2px;
  font-size: 22px;
  transition: 0.5s;
}

.price-carousel .owl-nav .owl-prev:hover,
.price-carousel .owl-nav .owl-next:hover {
  background: var(--secondary);
}

.bg-testimonial {
  /* background: url(../img/carousel-2.jpg) center center no-repeat; */
  background-size: cover;
}
.rounded {
  border-radius: 50%;
}
.testimonial-carousel {
  /* background: rgba(6, 163, 218, .85); */
}

.testimonial-carousel .owl-nav {
  position: absolute;
  width: calc(100% + 46px);
  height: 46px;
  top: calc(50% - 23px);
  left: -23px;
  display: flex;
  justify-content: space-between;
  z-index: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
  position: relative;
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: var(--primary);
  border-radius: 2px;
  font-size: 22px;
  transition: 0.5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
  background: var(--secondary);
}

.testimonial-carousel .owl-item img {
  width: 120px;
  height: 120px;
  border-radius: 50% !important;
}
