@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;500&display=swap");
* {
  font-family: "Nunito", sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
  border: none;
  text-decoration: none !important;
  transition: all 0.2s linear;
}

:root {
  --bkg: linear-gradient(to top, #0f0915, #050307);
  --dark: #050307;
  --text: #f9f6fe;
  --accent: #4233e4;
  --sunny: rgba(200, 124, 2, 0.69);
  --rainy: rgba(38, 0, 141, 0.69);
  --cloudy: rgba(89, 76, 89, 0.69);
  --night: rgba(138, 0, 138, 0.69);
  --ff-catamaran: "Catamaran", sans-serif;
}

html {
  overflow-x: hidden;
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 8rem;
}
html::-webkit-scrollbar {
  width: 1rem;
}
html::-webkit-scrollbar-track {
  background: #0e1d11;
}
html::-webkit-scrollbar-thumb {
  background: #42ff21;
}

@-webkit-keyframes rotate {
  from {
    transform: rotate(-360deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  from {
    transform: rotate(-360deg);
  }
  to {
    transform: rotate(360deg);
  }
}
body {
  background: #0e1d11;
  overflow-x: hidden;
}

section {
  padding: 3rem 1rem;
  position: relative;
}
section .img-container {
  position: relative;
  z-index: 1;
}
section .img-container .hero {
  position: relative;
  left: 0;
  right: 0;
  top: 20px;
  bottom: 0;
  margin: auto;
  z-index: 0;
  width: 100%;
  transform: scale(1.15);
  pointer-events: none;
}

.logo img {
  width: 300px;
}

.rotate {
  -webkit-animation-name: rotate;
          animation-name: rotate;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  position: absolute;
  left: 0;
  right: 0;
  top: 90px;
  bottom: 0;
  margin: auto;
  z-index: 0;
  width: 95%;
  pointer-events: none;
}

.digiClock-info {
  z-index: 12;
  width: 100%;
  color: white;
  background-color: black;
}

.dateAndTime {
  border: 2px solid red;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  letter-spacing: 3px;
  font-weight: 600;
  font-size: 20px;
  padding: 5px;
}

.dateAndTime * {
  padding: 0;
  margin: 0 !important;
}

.date {
  font-size: 13px;
}

#countdownText span {
  display: none;
}

#countdownText.opened .close,
#countdownText.closed .open {
  display: inline;
}

.digiClock-container {
  background-color: white;
  width: 60vw;
  position: absolute;
  bottom: 20%;
  left: 10%;
  transform: scale(0.9);
  z-index: 2000;
  background-color: white;
  width: 30vw;
  display: block;
}

.weather-container-absolute {
  position: absolute;
  top: 150px;
  left: 30%;
  z-index: 9;
  display: none;
}

.weather-container {
  position: relative;
}

.weather-container {
  border: 2px solid red;
  z-index: 11;
  transform: scale(0.85);
  position: relative;
}

.weather-container-info {
  z-index: 10;
  position: relative;
  display: flex;
  flex-direction: column;
  width: 200px;
  align-items: center;
  padding: 10px;
  border-radius: 15px;
  color: white;
  border: 2px solid black;
}

.cityName {
  font-size: 25px;
}

.weatherIconContainer {
  border: 2px solid yellow;
  position: relative;
}

.weatherIcon {
  width: 100%;
  transform: scale(1.5);
  position: relative;
}

.colorIMGsunny {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.86), var(--sunny)), url("../images/weatherBG.jpg");
  background-position: center;
  background-size: cover;
  color: white;
}

.colorIMGrainy {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.86), var(--rainy)), url("../images/weatherBG.jpg");
  background-position: center;
  background-size: cover;
  color: white;
}

.colorIMGcloudy {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.86), var(--cloudy)), url("../images/weatherBG.jpg");
  background-position: center;
  background-size: cover;
  color: white;
}

.colorIMGnight {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.86), var(--night)), url("../images/weatherBG.jpg");
  background-position: center;
  background-size: cover;
  color: white;
}

.Sphere {
  color: #ff6a00;
  font-family: "Papyrus", Fantasy;
  font-size: 25px;
  font-weight: 300;
  width: 100%;
  height: 100%;
  position: relative;
  max-width: 100%;
  min-width: 100%;
  display: flex;
  justify-content: right;
  align-items: center;
  opacity: 100%;
  text-shadow: 0 0 1px rgb(0, 0, 0), 0 0 2px rgb(0, 0, 0), 0 0 2px rgb(0, 0, 0), 0 0 3px #ff5100, 0 0 7px #ff5100, 0 0 9px #ff5100, 0 0 13px #ff5100, 0 0 16px #ff5100;
}

.circleContainer {
  border-radius: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 90px;
  bottom: 0;
  margin: auto;
  z-index: 0;
  width: 85%;
  height: 85%;
  background-color: none;
  display: flex;
  justify-content: center;
  align-items: center;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  color: #ff6a00;
}

.circleContainer2 {
  border-radius: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 90px;
  bottom: 0;
  margin: auto;
  z-index: 0;
  width: 70%;
  height: 70%;
  background-color: none;
  display: flex;
  justify-content: center;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-name: orbit;
  -webkit-animation-duration: 15s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -moz-animation-name: orbit;
  -moz-animation-duration: 15s;
}

.tagcloud--item {
  color: #ff6a00;
}

.dot {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  background: orangered;
  border-radius: 50%;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dot i {
  color: white;
  font-size: 33px;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-name: orbit2;
  -webkit-animation-duration: 15s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -moz-animation-name: orbit2;
  -moz-animation-duration: 15s;
}

.dot2 {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background: orangered;
  border-radius: 50%;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dot2 i {
  color: white;
  font-size: 33px;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-name: orbit2;
  -webkit-animation-duration: 15s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -moz-animation-name: orbit2;
  -moz-animation-duration: 15s;
}

.dot3 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 50px;
  background: orangered;
  border-radius: 50%;
  z-index: 13;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dot3 i {
  color: white;
  font-size: 33px;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-name: orbit2;
  -webkit-animation-duration: 15s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -moz-animation-name: orbit2;
  -moz-animation-duration: 15s;
}

.dot4 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background: limegreen;
  border-radius: 50%;
  z-index: 13;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dot4 i {
  color: white;
  font-size: 33px;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-name: orbit2;
  -webkit-animation-duration: 15s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -moz-animation-name: orbit2;
  -moz-animation-duration: 15s;
}

@-webkit-keyframes orbit {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes orbit2 {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
  }
}
.link-btn {
  margin-top: 1rem;
  display: inline-block;
  padding: 1rem 3rem;
  background: #42ff21;
  color: #fff;
  cursor: pointer;
  border-radius: 0.5rem;
  font-size: 1.8rem;
  text-transform: capitalize;
}
.link-btn:hover {
  background: #fff;
  color: #42ff21;
}

.heading {
  text-align: center;
  margin-bottom: 3rem;
}
.heading span {
  font-size: 2.5rem;
  color: #42ff21;
}
.heading h3 {
  font-size: 3.5rem;
  text-transform: capitalize;
  color: #fff;
}

.header {
  z-index: 1000;
  padding: 3rem 1rem;
}
.header.active {
  background: #000;
  padding: 2rem 0;
}
.header.active .logo {
  color: #fff;
}
.header.active .nav a {
  color: #000;
}
.header.active #menu-btn {
  color: #fff;
}
.header .logo {
  font-size: 2.5rem;
  color: #fff;
  font-weight: bolder;
}
.header .logo span {
  color: #42ff21;
}
.header .nav a {
  font-size: 2rem;
  margin-left: 2rem;
  color: #fff;
}
.header .nav a:hover {
  color: #42ff21;
}
.header #menu-btn {
  display: none;
  font-size: 2.5rem;
  cursor: pointer;
  color: #fff;
}

.home {
  background: url(../images/2home-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding-top: 5rem;
}
.home span {
  font-size: 2.5rem;
  color: #42ff21;
}
.home h3 {
  font-size: 5rem;
  text-transform: capitalize;
  color: #fff;
  padding-top: 1rem;
}

.about span {
  font-size: 2.5rem;
  color: #42ff21;
}
.about h3 {
  font-size: 2.7rem;
  text-transform: capitalize;
  color: #fff;
  padding: 1rem 0;
}
.about p {
  font-size: 1.5rem;
  line-height: 2;
  color: #ccc;
}
.about ul {
  list-style: none;
}
.about ul li {
  padding-top: 1.5rem;
  font-size: 1.7rem;
  text-transform: capitalize;
  color: #fff;
}
.about ul li i {
  padding-right: 1rem;
  color: #42ff21;
}

.counter {
  background: url(../images/counter-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.counter .box-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
  gap: 2rem;
}
.counter .box-container .box {
  text-align: center;
}
.counter .box-container .box h3 {
  font-size: 5rem;
  color: #42ff21;
}
.counter .box-container .box p {
  font-size: 2rem;
  text-transform: capitalize;
  color: #fff;
}

.offici {
  position: relative;
}

.embeddedItems {
  display: flex;
  justify-content: space-around;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  transform: scale(0.95);
}

.eapps-link {
  display: none;
}

.iframeMo {
  z-index: -1;
}

.officiLink {
  z-index: 10;
  position: relative;
}
.officiLink button {
  font-size: 10px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 40px;
  width: 100px;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.8);
  background: rgb(145, 92, 182);
  border-radius: 4px;
  border: 2px solid #d1ffc9;
  font-weight: normal;
  text-transform: uppercase;
  color: #111;
  background: #39ff14;
  box-shadow: 0 0 50px #39ff14;
}
.officiLink .divTst {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: black;
  color: white;
  z-index: 10000000000000000;
  bottom: 0;
}
.officiLink iframe {
  z-index: -1;
}

.counterMaps {
  background: url(../images/communityGreen.png) no-repeat;
  background-size: cover;
  background-position: center;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.counterMaps .box-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
  gap: 2rem;
}
.counterMaps .box-container .box {
  text-align: center;
}
.counterMaps .box-container .box h3 {
  font-size: 5rem;
  color: #42ff21;
}
.counterMaps .box-container .box p {
  font-size: 2rem;
  text-transform: capitalize;
  color: #fff;
}

.courses .box-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
  gap: 2rem;
}
.courses .box-container .box {
  border: 0.1rem solid rgba(255, 255, 255, 0.2);
}
.courses .box-container .box:hover .image img {
  transform: scale(1.1);
}
.courses .box-container .box .image {
  height: 25rem;
  overflow: hidden;
}
.courses .box-container .box .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.courses .box-container .box .content {
  padding: 2rem;
}
.courses .box-container .box .content .icons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 1rem;
}
.courses .box-container .box .content .icons span {
  font-size: 1.7rem;
  text-transform: capitalize;
  color: #fff;
}
.courses .box-container .box .content .icons span i {
  color: #42ff21;
  padding-right: 0.5rem;
}
.courses .box-container .box .content h3 {
  font-size: 2.7rem;
  text-transform: capitalize;
  color: #fff;
  padding: 0.5rem 0;
}

.pricing .box-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(29rem, 1fr));
  gap: 2rem;
  margin-top: 8rem;
  margin-bottom: 5rem;
}
.pricing .box-container .box {
  padding: 2rem;
  text-align: center;
  border: 0.1rem solid rgba(255, 255, 255, 0.2);
  background: #0e1d11;
  border-radius: 0.5rem;
}
.pricing .box-container .box:nth-child(2) {
  transform: scale(1.2);
}
.pricing .box-container .box h3 {
  font-size: 2rem;
  text-transform: capitalize;
  color: #fff;
  padding-top: 1rem;
}
.pricing .box-container .box .price {
  padding: 1rem 0;
  font-size: 6rem;
  text-transform: capitalize;
  color: #fff;
  font-weight: bolder;
}
.pricing .box-container .box .price span {
  font-size: 2rem;
  font-weight: normal;
}
.pricing .box-container .box .list {
  padding-top: 2rem;
}
.pricing .box-container .box .list p {
  font-size: 1.7rem;
  line-height: 2;
  color: #ccc;
}
.pricing .box-container .box .list p i {
  padding-right: 0.5rem;
  color: #42ff21;
}
.pricing .box-container .box .list p i.fa-times {
  color: #fff;
}

.join span {
  font-size: 2.5rem;
  color: #42ff21;
}
.join h3 {
  font-size: 2.7rem;
  text-transform: capitalize;
  color: #fff;
  padding-top: 1rem;
}
.join p {
  padding: 1rem 0;
  font-size: 1.7rem;
  line-height: 2;
  color: #ccc;
}

.team .box-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
  gap: 2rem;
}
.team .box-container .box {
  height: 50rem;
  overflow: hidden;
  position: relative;
}
.team .box-container .box:hover .content {
  left: -100%;
}
.team .box-container .box:hover .share {
  left: 0;
}
.team .box-container .box img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.team .box-container .box .content {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
  padding: 1rem 2rem;
}
.team .box-container .box .content span {
  font-size: 1.7rem;
  color: #42ff21;
}
.team .box-container .box .content h3 {
  font-size: 2rem;
  color: #000;
}
.team .box-container .box .share {
  position: absolute;
  bottom: 0;
  left: -100%;
  background: #fff;
  padding: 1.5rem 1rem;
}
.team .box-container .box .share a {
  font-size: 2rem;
  color: #000;
  margin: 0 1rem;
}
.team .box-container .box .share a:hover {
  color: #42ff21;
}

.blogs .box-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
  gap: 2rem;
}
.blogs .box-container .box {
  border: 0.1rem solid rgba(255, 255, 255, 0.2);
}
.blogs .box-container .box:hover .image img {
  transform: scale(1.1);
}
.blogs .box-container .box .image {
  height: 25rem;
  overflow: hidden;
}
.blogs .box-container .box .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blogs .box-container .box .content {
  padding: 2rem;
}
.blogs .box-container .box .content .link {
  font-size: 2.7rem;
  text-transform: capitalize;
  color: #fff;
}
.blogs .box-container .box .content .link:hover {
  color: #42ff21;
}
.blogs .box-container .box .content .icons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 2rem;
  margin-top: 2rem;
  border-top: 0.1rem solid rgba(255, 255, 255, 0.2);
}
.blogs .box-container .box .content .icons span {
  font-size: 1.5rem;
  text-transform: capitalize;
  color: #fff;
}
.blogs .box-container .box .content .icons span i {
  color: #42ff21;
  padding-right: 0.5rem;
}

.footer {
  background: url(../images/2home-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.footer .Footercontainer {
  border: 2px solid green;
  width: 90vw;
  margin: auto;
}
.footer .box-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
  gap: 2rem;
  position: relative;
}
.footer .box-container .box h3 {
  font-size: 2rem;
  text-transform: capitalize;
  color: #fff;
  padding: 1rem 0;
}
.footer .box-container .box a {
  font-size: 1.6rem;
  line-height: 2;
  color: #ccc;
  padding: 0.5rem 0;
  display: block;
}
.footer .box-container .box a i {
  padding-right: 0.5rem;
  color: #42ff21;
}
.footer .box-container .box a:hover {
  color: #42ff21;
}
.footer .box-container .box p {
  font-size: 1.8rem;
  line-height: 2;
  color: #ccc;
}
.footer .box-container .box .email {
  width: 100%;
  padding: 1.2rem;
  font-size: 1.6rem;
  border: 0.1rem solid rgba(255, 255, 255, 0.2);
  margin: 1rem 0;
}
.footer .credit {
  text-align: center;
  font-size: 2rem;
  text-transform: capitalize;
  color: #fff;
  padding: 0 1rem;
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 0.1rem solid rgba(255, 255, 255, 0.2);
}
.footer .credit span {
  color: #42ff21;
}

@media (max-width: 991px) {
  html {
    font-size: 55%;
  }
  .home h3 {
    font-size: 3rem;
  }
  .pricing .box-container {
    margin-top: 0;
    margin-bottom: 0;
  }
  .pricing .box-container .box:nth-child(2) {
    transform: scale(1);
  }
  .join h3 {
    font-size: 2.5rem;
  }
}
@media (max-width: 768px) {
  .dot, .dot2, .dot3, .dot4 {
    background-color: orangered;
    width: 40px;
    height: 40px;
  }
  .dot i, .dot2 i, .dot3 i, .dot4 i {
    font-size: 20px;
  }
  .header {
    padding: 2rem;
  }
  .header.active {
    padding: 2rem;
  }
  .header #menu-btn {
    display: inline-block;
  }
  .header #menu-btn.fa-times {
    transform: rotate(180deg);
  }
  .header .nav {
    position: absolute;
    top: 99%;
    left: 0;
    right: 0;
    background: #fff;
    padding: 1rem 0;
    flex-flow: column;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
            clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  }
  .header .nav.active {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  .header .nav a {
    color: #000;
    margin: 1rem 2rem;
  }
}
@media (max-width: 450px) {
  html {
    font-size: 50%;
  }
  .circleContainer {
    top: 50px;
  }
  .rotate {
    top: 78px;
    z-index: 0;
    width: 93%;
  }
  .img-container {
    height: 20%;
  }
  .digiClock-container {
    width: 70vw;
  }
  .logo img {
    width: 200px;
  }
  .embeddedItems {
    flex-direction: column;
  }
  .counterMaps {
    background: url(../images/communityGreen.png) no-repeat;
    background-size: cover;
    background-position: center;
    height: auto;
  }
  .counterMaps .box-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
    gap: 2rem;
  }
  .counterMaps .box-container .box {
    text-align: center;
  }
  .counterMaps .box-container .box h3 {
    font-size: 5rem;
    color: #42ff21;
  }
  .counterMaps .box-container .box p {
    font-size: 2rem;
    text-transform: capitalize;
    color: #fff;
  }
}
.slider {
  margin-bottom: 30px;
  position: relative;
}
.slider .owl-item.active.center .slider-card {
  transform: scale(1.15);
  opacity: 1;
}

.fa-angle-left, .fa-angle-right {
  color: white;
  background-color: orange;
  padding: 13px;
  border-radius: 50%;
}

.trainerInfo {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
  padding: 1rem 2rem;
  z-index: 1;
}
.trainerInfo span {
  font-size: 1.7rem;
  color: #42ff21;
}
.trainerInfo h3 {
  font-size: 2rem;
  color: #000;
}

.trainerContact {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
  padding: 1.5rem 1rem;
}
.trainerContact a {
  font-size: 2rem;
  color: #000;
  margin: 0 1rem;
}
.trainerContact a:hover {
  color: #42ff21;
}

.slider-card {
  background: #fff;
  padding: 0px 0px;
  margin: 50px 15px 90px 15px;
  border-radius: 5px;
  box-shadow: 0 15px 45px -20px rgba(0, 0, 0, 0.73);
  transform: scale(0.9);
  opacity: 0.5;
  transition: all 0.3s;
  overflow-x: hidden;
}
@media (hover: hover) {
  .slider-card:hover .trainerInfo {
    left: -100%;
  }
  .slider-card:hover .trainerContact {
    left: 0;
  }
}
.slider-card .slider-card img {
  border-radius: 5px 5px 0px 0px;
}

.trainerInfo-mobile {
  left: -100%;
}

.owl-nav .owl-prev {
  position: absolute;
  top: calc(50% - 25px);
  left: 0;
  opacity: 0.7;
  font-size: 30px !important;
  z-index: 1;
}
.owl-nav .owl-next {
  position: absolute;
  top: calc(50% - 25px);
  right: 0;
  opacity: 0.7;
  font-size: 30px !important;
  z-index: 1;
}

.owl-dots {
  text-align: center;
}
.owl-dots .owl-dot {
  height: 15px;
  width: 15px;
  border-radius: 10px;
  background: #ccc !important;
  margin-left: 3px;
  margin-right: 3px;
  outline: none;
}
.owl-dots .owl-dot.active {
  background: #f44336 !important;
}/*# sourceMappingURL=style.css.map */