@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");
/*sosial media color*/
/*sosial media color*/
/*footer buttom*/
html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  font-family: "Roboto", sans-serif;
  font-size: 0.9rem;
}

main {
  flex: 1;
}

footer {
  margin-top: auto !important;
}

/*footer buttom end*/
a {
  color: #0bafd9;
  text-decoration: none;
}
a:hover, a:focus {
  outline: none;
  text-decoration: none;
  color: #0988a8;
}

.z-index-0 {
  z-index: 0;
}

.z-index-1 {
  z-index: 1;
}

/*custom typography*/
.box-sizing-border-box {
  box-sizing: border-box !important;
}

.border-dashed {
  border-style: dashed;
}

/*custom typography end*/
.fw-100 {
  font-weight: 100 !important;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-900 {
  font-weight: 900 !important;
}

.rounded-10 {
  border-radius: 0.6rem !important;
}

.rounded-15 {
  border-radius: 0.9rem !important;
}

.rounded-bottom-10 {
  border-bottom-right-radius: 0.6rem !important;
  border-bottom-left-radius: 0.6rem !important;
}

.rounded-top-10 {
  border-top-left-radius: 0.6rem !important;
  border-top-right-radius: 0.6rem !important;
}

/*sosial media color*/
.bg-facebook {
  background-color: #43609d !important;
}

.bg-twitter {
  background-color: #1da1f2 !important;
}

.bg-youtube {
  background-color: #ee1c1b !important;
}

.bg-instagram {
  background-color: #F56040 !important;
}

.bg-whatsapp {
  background-color: #2ab200 !important;
}

.bg-telegram {
  background-color: #2788CC !important;
}

.bg-linkedin {
  background-color: #007bb6 !important;
}

.bg-email {
  background-color: #dfa625 !important;
}

/*text color*/
.text-facebook {
  color: #43609d !important;
}

.text-twitter {
  color: #1da1f2 !important;
}

.text-youtube {
  color: #ee1c1b !important;
}

.text-instagram {
  color: #F56040 !important;
}

.text-whatsapp {
  color: #2ab200 !important;
}

.text-telegram {
  color: #2788CC !important;
}

.text-linkedin {
  color: #007bb6 !important;
}

.text-email {
  color: #dfa625 !important;
}

/*sosial media color*/
/*bg color*/
.bg-black {
  background-color: #000 !important;
}

.bg-primary-theme {
  background: #0bafd9 !important;
}

.bg-secondary-theme {
  background: #ed1c24 !important;
}

.bg-primary-theme-1 {
  background: #fef1ef !important;
}

.bg-primary-theme-2 {
  background: #fef8ea !important;
}

.bg-primary-theme-3 {
  background: #ecfdf2 !important;
}

.bg-primary-theme-4 {
  background: #dce8ff !important;
}

.bg-primary-theme-light {
  background: #e2f9ff !important;
}

/*bg color*/
/*text color*/
.text-black {
  color: #000 !important;
}

.text-primary-theme {
  color: #0bafd9 !important;
}

.text-secondary-theme {
  color: #ed1c24 !important;
}

.text-primary-theme-1 {
  color: #bed6ff !important;
}

.text-primary-theme-2 {
  color: #fce3a8 !important;
}

.text-primary-theme-3 {
  color: #a4f5c4 !important;
}

.text-primary-theme-4 {
  color: #b3cdff !important;
}

.nav-link {
  color: #000;
}
.nav-link:hover, .nav-link:focus {
  color: #0bafd9;
}

/*text color*/
.gradient-1 {
  background: #0aaed9;
  background: -moz-linear-gradient(left, #0aaed9 0%, #002c4a 100%);
  background: -webkit-linear-gradient(left, #0aaed9 0%, #002c4a 100%);
  background: linear-gradient(to right, #0aaed9 0%, #002c4a 100%);
}

.gradient-2, .card.card-style-3.card-hover-revert:hover {
  background: -moz-linear-gradient(132deg, #08bceb 25%, #002c4a 100%);
  background: -webkit-linear-gradient(132deg, #08bceb 25%, #002c4a 100%);
  background: linear-gradient(132deg, #08bceb 25%, #002c4a 100%);
}

.gradient-l-to-r-light {
  background-image: linear-gradient(319deg, #fff, #c2f1fd);
  background-image: -webkit-linear-gradient(319deg, #fff, #c2f1fd);
  background-image: -ms-linear-gradient(319deg, #fff, #c2f1fd);
}

/*bootstrap*/
/*btn-primary-theme*/
.btn-primary-theme {
  color: #fff;
  background-color: #0bafd9;
  border-color: #0bafd9;
}
.btn-primary-theme:hover {
  color: #fff;
  background-color: #0988a8;
  border-color: #08809f;
}

.btn-primary-theme:focus + .btn, .btn-primary-theme:focus {
  color: #fff;
}

/*btn-primary-theme*/
/*btn-white-theme*/
.btn-white-theme {
  color: #0bafd9;
  background-color: #fff;
  border-color: #fff;
}
.btn-white-theme:hover {
  color: #fff;
  background-color: #0988a8;
  border-color: #08809f;
}

.hover-btn-arrow {
  position: relative;
  overflow: hidden;
}
.hover-btn-arrow .hover-btn-text {
  -webkit-transition: ease all 0.5s;
  -moz-transition: ease all 0.5s;
  -ms-transition: ease all 0.5s;
  transition: ease all 0.5s;
}
.hover-btn-arrow .hover-btn-icon {
  margin-top: 100px;
  -webkit-transition: ease all 0.5s;
  -moz-transition: ease all 0.5s;
  -ms-transition: ease all 0.5s;
  transition: ease all 0.5s;
}
.hover-btn-arrow:hover .hover-btn-text {
  color: transparent;
}
.hover-btn-arrow:hover .hover-btn-icon {
  margin-top: 0;
}

.hover-btn-arrow1 .hover-btn-text {
  -webkit-transition: ease all 0.5s;
  -moz-transition: ease all 0.5s;
  -ms-transition: ease all 0.5s;
  transition: ease all 0.5s;
}
.hover-btn-arrow1 .hover-btn-icon {
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  -webkit-transition: ease all 0.5s;
  -moz-transition: ease all 0.5s;
  -ms-transition: ease all 0.5s;
  transition: ease all 0.5s;
}
.hover-btn-arrow1:hover .hover-btn-text {
  padding-right: 20px;
}
.hover-btn-arrow1:hover .hover-btn-icon {
  opacity: 1;
  right: 0;
}

/*btn theme light*/
.btn-primary-theme-light {
  background: #dce8ff;
}

/*/btn theme light*/
.h1, h1 {
  font-size: calc(1.30rem + 1.5vw);
}

.h2, h2 {
  font-size: calc(1.15rem + .9vw);
}

.h3, h3 {
  font-size: calc(1.010rem + .6vw);
}

.h4, h4 {
  font-size: calc(1.05rem + .3vw);
}

.h5, h5 {
  font-size: calc(1.03rem + .01vw);
}

/* Accordion Button */
.accordion-button {
  color: #212529;
  background: #fff;
}

.accordion-button:not(.collapsed) {
  color: #0bafd9;
  background: #fff;
}

.accordion-button::after {
  font-family: "Line Awesome Free";
  font-weight: 900;
  content: "";
  background: none;
  color: #000;
  font-size: 22px;
}

.accordion-button:not(.collapsed)::after {
  background: none;
  color: #0bafd9;
}

/* /Accordion Button */
.dropdown-item.active, .dropdown-item:active {
  background-color: #0bafd9;
}

.progress-bar {
  background-color: #0bafd9;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(193, 204, 224, 0.4) !important;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(193, 204, 224, 0.5) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(193, 204, 224, 0.7) !important;
}

.shadow-lg-black {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.border-primary {
  border-color: #0bafd9 !important;
}

.form-check-input:checked {
  background-color: #0bafd9;
  border-color: #0bafd9;
}

.bg-light {
  background-color: #f8faff !important;
}

.bg-dark-theme {
  background-color: #879abf !important;
}

/*bootstrap/*
/* hover*/
.text-white-hover:hover {
  color: #fff !important;
}

.bg-white-hover:hover {
  background: #fff !important;
}

.hover-bg-secondary-theme {
  -webkit-transition: ease all 0.2s;
  -moz-transition: ease all 0.2s;
  -ms-transition: ease all 0.2s;
  transition: ease all 0.2s;
}
.hover-bg-secondary-theme:hover {
  background: #ed1c24 !important;
  color: #fff !important;
}

.hover-img-grayscale:hover {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.hover-img-grayscale1 {
  -webkit-transition: ease all 0.3s;
  -moz-transition: ease all 0.3s;
  -ms-transition: ease all 0.3s;
  transition: ease all 0.3s;
}
.hover-img-grayscale1:hover {
  transform: scale(1.07);
}

.hover-text-primary-theme-child:hover .hover-text-primary-theme-w-p {
  color: #0bafd9 !important;
}

/* hover*/
/* backtop */
.backtop {
  -webkit-transition: ease all 0.3s;
  -moz-transition: ease all 0.3s;
  -ms-transition: ease all 0.3s;
  transition: ease all 0.3s;
  position: relative;
  right: -100%;
  opacity: 0;
}
.backtop.backtopActive {
  right: 0;
  opacity: 10;
}
.backtop.stripeActive {
  right: 0;
  margin-bottom: -80px;
}
.backtop.stripeActive.backtopActive {
  margin-bottom: 0;
}

/* /backtop */
.rotate-45 {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 2.3s ease;
  -moz-transition: all 2.3s ease;
  -ms-transition: all 2.3s ease;
  transition: all 2.3s ease;
}

.rotate-45-reverse {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.rounded-circle-ratio {
  position: relative;
  overflow: hidden;
}
.rounded-circle-ratio img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  object-fit: cover;
  margin: auto;
}
.rounded-circle-ratio::before {
  content: "";
  padding-top: 100%;
  display: block;
}

/*hover style*/
.card-wrap-hover:hover .icon-hover {
  background-color: #dce8ff !important;
  color: #0bafd9 !important;
}
.card-wrap-hover:hover .btn-white-theme-hover {
  color: #fff;
  background-color: #0988a8;
  border-color: #08809f;
}

/*hover style*/
/*tab style*/
.tab-style-1 .nav-link.active i {
  color: #133880 !important;
}

.tab-style-2 .nav-link {
  border: 0;
}
.tab-style-2 .nav-link.active {
  background-image: -moz-linear-gradient(-180deg, #a4f6c3 0%, #a1daf6 100%) !important;
  background-image: -webkit-linear-gradient(-180deg, #a4f6c3 0%, #a1daf6 100%) !important;
  background-image: -ms-linear-gradient(-180deg, #a4f6c3 0%, #a1daf6 100%) !important;
}
.tab-style-2 .nav-link.active i {
  color: #133880 !important;
}

.tab-style-3 .nav-link {
  border: 0;
  position: relative;
}
.tab-style-3 .nav-link.active {
  background-image: -moz-linear-gradient(-180deg, #a4f6c3 0%, #a1daf6 100%) !important;
  background-image: -webkit-linear-gradient(-180deg, #a4f6c3 0%, #a1daf6 100%) !important;
  background-image: -ms-linear-gradient(-180deg, #a4f6c3 0%, #a1daf6 100%) !important;
  padding-bottom: 65px !important;
}
.tab-style-3 .nav-link.active::before {
  content: "";
  background-image: url(../images/tab-Bottom.svg) !important;
  background-repeat: no-repeat !important;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 55px;
  left: 0;
  margin-bottom: -1px;
}

.tab-style-4 .nav-link {
  border: 0;
  position: relative;
  color: #fff;
}
.tab-style-4 .nav-link.active {
  background-image: -moz-linear-gradient(-180deg, #a4f6c3 0%, #a1daf6 100%) !important;
  background-image: -webkit-linear-gradient(-180deg, #a4f6c3 0%, #a1daf6 100%) !important;
  background-image: -ms-linear-gradient(-180deg, #a4f6c3 0%, #a1daf6 100%) !important;
  color: #000;
}
.tab-style-4 .nav-link.active.nav-pb-30 {
  padding-bottom: 31px !important;
}

.nav-pills-1 .nav-link {
  border: 0;
  position: relative;
}
.nav-pills-1 .nav-link.active {
  background-color: transparent !important;
  color: #0bafd9 !important;
}

.nav-pills-2 .nav-link {
  border: 0;
  position: relative;
}
.nav-pills-2 .nav-link.active {
  background-color: transparent !important;
  border-color: #0bafd9 !important;
}

/*tab style*/
.text-primary-theme-50 {
  color: rgba(19, 56, 128, 0.5) !important;
}

.text-preline {
  white-space: pre-line;
}

.max-height-400 {
  max-height: 400px;
}

.code-string {
  color: #2aa198;
}

/* Scrollbar */
::-webkit-scrollbar {
  height: 6px;
  width: 6px;
}

::-webkit-scrollbar-thumb {
  background-color: #6e6e6e;
  outline: #333 solid 1px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

/* Scrollbar */
/* main css */
.scroll-down {
  display: inline-block;
  height: 80px;
  width: 56px;
  border-radius: 28px;
  position: absolute;
  left: calc(50% - 28px);
  text-align: center;
  font-size: 32px;
  color: #0bafd9;
  bottom: -40px;
  line-height: 90px;
  overflow: hidden;
}

.text-shadow {
  text-shadow: 2px 4px 4px rgba(0, 0, 0, 0.18);
}

.card.card-style-3.card-hover-revert:hover {
  color: #fff;
}
.card.card-style-3.card-hover-revert:hover .text-primary-theme {
  color: #fff !important;
}
.card.card-style-3.card-hover-revert:hover .text-dark {
  color: #fff !important;
}
.card.card-style-3.card-hover-revert:hover .text-black {
  color: #fff !important;
}
.card.card-style-3.card-hover-revert:hover .icon {
  background: #fff;
}
.card.card-style-3.card-hover-revert:hover .icon svg,
.card.card-style-3.card-hover-revert:hover .icon img {
  stroke: #0bafd9;
  fill: #0bafd9;
}
.card.card-style-3.card-hover-revert:hover .icon i {
  color: #0bafd9;
}
.card.card-style-3.card-hover-revert:hover .icon-nofill svg,
.card.card-style-3.card-hover-revert:hover .icon-nofill img {
  fill: transparent;
}
.card.card-style-3 .icon {
  font-size: 65px;
  color: #fff;
  height: 100px;
  width: 100px;
  display: flex;
  align-items: center;
  border: 1px solid #0bafd9;
}
.card.card-style-3 .icon svg,
.card.card-style-3 .icon img {
  font-size: 1em;
  color: inherit;
  fill: currentColor;
  stroke: currentColor;
  width: 1em;
  text-align: center;
  margin: 0;
}
.card.card-style-3 .icon-nofill svg,
.card.card-style-3 .icon-nofill img {
  fill: transparent;
  stroke-width: 3px;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1280px;
  }

  .h1, h1 {
    font-size: 2.2rem;
  }

  .h2, h2 {
    font-size: 1.8rem;
  }

  .h3, h3 {
    font-size: 1.5rem;
  }

  .h4, h4 {
    font-size: 1.3rem;
  }

  .h5, h5 {
    font-size: 1.15rem;
  }
}
@media (max-width: 767.98px) {
  .modal-video-style-1 .btn-close {
    z-index: 999;
    top: 15px;
    right: 15px;
  }
}
/* / main css */

/*# sourceMappingURL=main.css.map */
