@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700;800&display=swap');

:root {
  --c-theme: #1EB2A6;
}

* {
  font-family: 'Open Sans', sans-serif;
}
body,html {
  overflow-x: hidden !important;
}
img {
  max-width: 100%;
}

/*-------------------------------------*/
/*------------Basic Designs------------*/
/*-------------------------------------*/
.font-01 {
  font-weight: 400 !important;
}
.font-02 {
  font-weight: 600 !important;
}
.font-03 {
  font-weight: 700 !important;
}
.font-04 {
  font-weight: 800 !important;
}

.fs-15 {
  font-size: 5vw;
}
.fs-14 {
  font-size: 4vw;
}
.fs-13 {
  font-size: 3vw;
}
.fs-12 {
  font-size: 42px;
}
.fs-11 {
  font-size: 38px;
}
.fs-10 {
  font-size: 32px;
}
.fs-09 {
  font-size: 28px;
}
.fs-08 {
  font-size: 26px;
}
.fs-07 {
  font-size: 24px;
}
.fs-06 {
  font-size: 22px;
}
.fs-05 {
  font-size: 20px;
}
.fs-04 {
  font-size: 18px;
}
.fs-03 {
  font-size: 16px;
}
.fs-02 {
  font-size: 14px;
}
.fs-01 {
  font-size: 12px;
}
.btn-xs {
  padding: 2px 5px;
  font-size: 12px;
}
.btn-xl {
  padding: 12px 20px;
}
.w-full {
  width: 100%;
}
.h-full {
  position: relative;
  height: 100%;
}
.section {
  padding: calc(5% + 30px) 0;
}
.section-sm {
  padding: calc(2% + 30px) 0;
}
.section-child {
  padding: calc(10% + 30px) 0;
}
.bs-theme {
  box-shadow: 0px 0px 15px rgb(15 99 180 / 26%);
}
.bg-theme {
  background-color: var(--c-theme);
  color: #fff;
}
.btn.bg-theme {
  border-color: var(--c-theme) !important;
}
.text-theme {
  color: var(--c-theme) !important;
}
.text-dl {
  color: #666;
}
.text-ld {
  color: #aaa;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: var(--c-theme);
}
.bg-responsive {
  background-position: center;
  background-size: cover;
}
.h-200 {
  min-height: 200px;
}
.h-250 {
  min-height: 250px;
}
.h-300 {
  min-height: 300px;
}

@media (max-width:991.98px) {
  .hide-tab {
    display: none;
  }
  .fs-15 {
    font-size: 42px;
  }
  .fs-14 {
    font-size: 38px;
  }
  .fs-13 {
    font-size: 32px;
  }
}
@media (max-width:767.98px) {
  .hide-phone {
    display: none;
  }
  .fs-15 {
    font-size: 36px;
  }
  .fs-14 {
    font-size: 32px;
  }
  .fs-13 {
    font-size: 28px;
  }
}
@media (max-width:575.98px) {
  .container:not(.rule),
  .container-fluid {
    max-width: 420px;
  }
}

/*-------------------------------------*/
/*-----------Common Designs------------*/
/*-------------------------------------*/
.round-icon {
  display: inline-block;
  min-width: 50px !important;
  height: 50px !important;
  line-height: 54px !important;
  text-align: center;
  border-radius: 50%;
}

.dropdown-menu {
  white-space: normal;
  width: 260px;
}
.dropdown-menu li a {
  white-space: normal;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: .8em;
}
.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: .1rem;
  margin-right: .1rem;
}

.list-group {
  border-radius: 0px;
}

.box,
.box-02 {
  width: 100%;
  box-shadow: 0px 0px 20px 0px #005fff10;
  cursor: pointer;
  transition: all .3s;
}
.box .btn {
  transition: all .3s;
}
.box:hover,
.box.active {
  background-color: var(--c-theme) !important;
}
.box:hover *,
.box.active * {
  color: #fff !important;
}
.box:hover .round-icon,
.box.active .round-icon {
  background-color: #fff;
}
.box:hover .round-icon *,
.box.active .round-icon * {
  color: var(--c-theme) !important;
}
.box:hover .bg-theme {
  background-color: #fff;
  color: var(--c-theme) !important;
}
.form-control-lg {
  color: #666 !important;
  font-size: 16px;
}

.box-01 {
  height: 100%;
  display: flex;
}
.box-01 .icon {
  min-width: 50px;
}
.box-01 .icon img {
  width: 90px;
}
.box-01 .content {
  margin-left: 16px;
}

.box-02 {
  position: relative;
  perspective: 800px;
  overflow: hidden;
}
.box-02 .flip-it {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: var(--c-theme);
  color: #fff;
  top: 0;
  transform: rotateX(-100deg);
  transform-origin: top;
  transition: transform .3s;
}
.box-02:hover .flip-it {
  transform: rotateX(0deg);
}

.box-03 {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.box-03 .back-icon {
  position: absolute;
  font-size: 180px;
  right: 20px;
  bottom: 0;
  transform: rotateY(180deg) rotate(-10deg);
  opacity: 0.2;
  color: var(--c-theme);
  z-index: -1;
}

/*-------------------------------------*/
/*-----------Design Components---------*/
/*-------------------------------------*/
#big-header {
  width: 100%;
  min-height: 100vh;
  background-color: #aaa;
  background-size: cover;
  background-position: center top;
  background-attachment: fixed;
}
.container.content {
  height: calc(100vh - 170px);
}
@media (max-width:767.98px) {
  .container.content {
    height: auto;
    padding: 30px 0;
  }
}

#header .top-header {
  padding: 20px 0;
}
#header .nav-header .navbar {
  background-color: #fff2 !important;
  height: 70px;
}
#header .nav-header .navbar .nav-link {
  color: #fff;
}
#header .nav-header .navbar .nav-link.active {
  color: var(--c-theme);
}
#header .nav-header .navbar .head-link {
  position: absolute;
  background-color: var(--c-theme);
  padding: 0 30px;
  height: 100%;
  right: 0;
}
#header .nav-header .navbar .head-link::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 100%;
  left: -30px;
  background: linear-gradient(to bottom right, #fff0 0% 50%, var(--c-theme) 50% 100%);
}
.icons .fa-brands {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
  color: var(--c-theme);
}
.icons-b .fa-brands {
  border: 1px solid var(--c-theme);
}
@media (max-width:991.98px) {
  #header .nav-header .navbar {
    background-color: var(--c-theme) !important;
  }
  #header .nav-header .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  #header .nav-header .navbar .head-link {
    right: 10px;
    background-color: #0003;
  }
  #header .nav-header .navbar .head-link::after {
    display: none;
  }
  #collapsibleNavbar {
    position: absolute;
    width: 100%;
    left: 0;
    top: 70px;
    background-color: var(--c-theme);
    text-align: center;
  }
  #header .nav-header .navbar .nav-link.active {
    color: #0008;
  }
  #header .nav-header .navbar .nav-link {
    padding: 5px 0;
  }
}

.footer-bottom {
  background-color: #eee;
  padding: calc(2% + 10px) 0;
}

/*-------------------------------------*/
/*------------Pages Designs------------*/
/*-------------------------------------*/
.section-03 {
  background: url(../img/certification-01.jpg) center / cover;
}
.section-06 {
  background: url(../img/contact-form-bg.jpg) center / cover;
}

#accordion .card {
  border: none;
}
#accordion .card-header {
  border-radius: 0px;
  padding: 0;
  border: 1px solid #0001;
  border-top: none;
}
#accordion .card-header:first-child {
  border-top: 1px solid #0001;
}
#accordion .card-header .btn {
  display: block;
  text-align: left;
  padding: 14px;
  border-radius: 0;
  background-color: #eee;
  color: #666;
}
#accordion .btn:not(.collapsed) {
  background-color: var(--c-theme);
  color: #fff;
}


#big-header-other {
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}
#big-header-other .bh-div {
  padding: calc(2% + 30px) 0 calc(5% + 30px) 0;
}
#big-header-other .title {
  text-shadow: var(--c-theme) 0px 0px 2px;
  color: #fff;
  -webkit-font-smoothing: antialiased;
}
#big-header form,
#big-header-other form {
  background-color: #0004;
  border-radius: 10px;
}

@media (max-width:991.98px) {
  .dropdown-menu.show {
    width: 100% !important;
    border-radius: 0;
  }
  .dropdown-submenu {
    width: calc(100% - 10px);
    margin-left: 5px !important;
    border-radius: 0;
  }
  .nav-link {
    border-top: 1px solid #fff2;
  }
}
.float-btns {
  position: fixed;
  left: 20px;
  bottom: 15px;
}
.float-btns a {
  background-color: #0ba13d;
  padding: 5px;
  color: #fff;
  text-decoration: none;
}

.modal {
  z-index: 9999;
}
#bannerModal .btn-close {
  right: 5px;
  top: 5px;
  position: absolute;
  background-color: #fff;
  padding: 10px;
  background-size: 16px !important;
  border-radius: 50%;
  background-size: 10px;
  z-index: 9999;
}
#bannerModal .modal-lg {
  max-width: 600px;
  position: relative;
  background: url(bg-01.jpg) center / cover;
}
#bannerModal .text {
  position: absolute;
  top: 50%;
  width: 50%;
  padding: 10px;
  font-size: 16px;
  background-color: #f4da28;
}
@media (max-width:767.98px) {
  #bannerModal .text {
    position: static;
    width: 100%;
    border-top: 2px solid #f4da28;
    font-size: 15px;
  }
  #bannerModal .modal-lg {
    max-width: 400px;
  }
  #bannerModal .modal-lg .modal-content {
    background-color: #54B3A6;
  }
}













.img-box-01, .img-box-02 {
  position: relative;
  z-index: 0;
  margin-top: 20px;
}
.img-box-01::after, .img-box-02::after {
  content: "";
  position:absolute;
  width: 80%;
  height: 105%;
  border: 10px solid var(--c-theme);
  left: calc(10% - 5px);
  top: calc(-5% - 5px);
  z-index: -1;
}
.img-box-02::after {
  width: 20%;
  right: calc(10% - 5px);
  left: auto;
}
.img-box-03 {
  height: 80%;
  min-height: 200px;
  width: 100%;
  position: relative;
  background-size: cover;
  background-position: center;
}
.cus-list-01  {
   list-style: none;
   padding-left: 40px;
   margin-left: 0;
}
.cus-list-01>li  {
  margin: 0 0 0.5rem 0;
  counter-increment: my-awesome-counter;
  position: relative;
}
.cus-list-01>li::before {
  position: absolute;
  content: "➤";
  color: var(--c-theme);
  left: -20px;
}
.devider-image {
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  position: relative;
  z-index: 0;
}
.devider-image::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #0005;
  z-index: -1;
}
.devider-image::after {
  position: absolute;
  content: "";
  width: 50%;
  height: 80%;
  bottom: 0;
  left: 5%;
  background-color: var(--c-theme);
  z-index: -1;
}
.normal-box {
  width: 100%;
  min-height: 200px;
  position: relative;
  overflow: hidden;
}
.normal-box p {
  font-size: 10vw;
  position: absolute;
  left: 5%;
  bottom: -10%;
  opacity: .2;
}




/*------------------------------------*/
/*------- Designed by: Vikesir -------*/
/*------ https://fb.com/vikesir ------*/
/*------------------------------------*/
