@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

body {
  overflow-x: hidden;
  background: var(--white);
  font-family: var(--open-sans);
  font-size: 14px;
  color:var(--light-grey);
  background-color: #fff;
  line-height: 1.7em;
  font-weight: 500;
}

:root {
  --white: #ffffff;
  --blue: #2ea3f2;
  --light-black: #333333;
  --light-grey: #666;
  --black: #000000;
  --open-sans: "Open Sans", sans-serif;
}



.owl-nav .owl-prev, .owl-nav .owl-next, .copyright-content li a, 
.copyright-content li a, .social-media-links li a{
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

h1 {
  padding-bottom: 15px;
  line-height: 45px;
  font-size: 30px;
  margin: 0;
}

h2 {
  padding-bottom: 15px;
  line-height: 35px;
  font-size: 26px;
  margin: 0;
}

h3 {
  padding-bottom: 15px;
  line-height: 32px;
  font-size: 22px;
  margin: 0;
}

h4 {
  padding-bottom: 15px;
  line-height: 28px;
  font-size: 20px;
  margin: 0;
}

h5 {
  padding-bottom: 15px;
  line-height: 26px;
  font-size: 18px;
  margin: 0;
}

h6 {
  padding-bottom: 15px;
  line-height: 24px;
  font-size: 16px;
  margin: 0;
}

img {
  max-width: 100%;
}

a, a:hover {
  text-decoration: none;
}

button, select {
  outline: none !important;
}

ul, ol {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0px;
}

.user-auth a {
  transition: all 500ms ease 0s;
}

img {
  max-width: 100%;
}

.header {
  z-index: 5;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  padding: 0;
  width: 100%;
  transition: all 0.3s ease 0s;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 5px;
  background: var(--white);
}

.header.sticky {
  background: var(--white);
}

.header-right .offcanvas-body {
  padding: 0px;
  overflow-y: visible;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.offcanvas {
  border-right: none;
}

.header-right .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}

.navbar-nav .nav-item {
  padding: 29px 13px 29px;
  position: relative;
  transition: all 0.5s ease;
}


.navbar-nav a {
  position: relative;
  transition: all 0.3s ease 0s;
  padding: 0px;
  color: var(--light-black);
  opacity: 0.7;
  font-weight: 600;
}

.navbar-nav  i {
  font-size: 10px;
  padding-left: 3px;
}

header ul li.nav-item.dropdown i {
  margin-left: 6px;
  width: 19px;
}

.navbar-nav .nav-item.dropdown a.active ~ i {
  color: var(--blue);
}

.menu-item {
  padding: 0px 20px;
}


.navbar-nav a:hover, .navbar-nav a.active {
  color: var(--blue);
  opacity: 1;
}

.nav-link:focus{ color: var(--light-black);}

.menu-item li a:hover::before {
  width: 100%;
}

.menu-item li a:hover {
  color: var(--blue);
}

.mobile-nav {
  width: 30px;
  height: 30px;
  position: relative;
  display: inline-block;
}

.bar1, .bar2, .bar3 {
  background-color: var(--light-black);
  cursor: pointer;
  height: 2px;
  margin: 7px 0px;
  transition: all 0.25s ease-in-out 0s;
  width: 30px;
  display: block;
  position: absolute;
}

.bar1 {
  top: 0px;
}

.bar2 {
  top: 8px;
  width: 20px;
}

.bar3 {
  top: 16px;
}

.open-menu .bar1 {
  top: 6px;
  transform: rotate(45deg);
}

.open-menu .bar2 {
  display: none;
}

.open-menu .bar3 {
  top: 6px;
  transform: rotate(-45deg);
}

.header-right button.btn.d-md-none {
  padding: 0px;
  margin-left: 20px;
  box-shadow: none !important;
}
.navbar-nav .nav-item .dropdown-menu {
  transform: inherit !important;
}
.navbar-nav .nav-item .dropdown-menu {
  padding: 10px;
  box-shadow: rgba(11, 15, 25, 0.05) 0px 0.275rem 1.25rem, rgba(11, 15, 25, 0.03) 0px 0.25rem 0.5625rem;
  border-top: 3px solid var(--blue);
  border-radius: 0px;
  padding: 20px 0;
}

.navbar-nav .nav-item .dropdown-menu li:not(:last-child){border-bottom: none;}

.navbar-nav .nav-item .dropdown-menu li a {
  color: rgb(0, 0, 0);
  display: block;
  padding: 0.5rem 0.5rem 0.5rem 1rem;
  padding: 6px 18px;
  width: 200px;
  font-size: 14px;
}

.header-right button.btn.d-md-none {
  padding: 0px;
  margin-left: 20px;
  box-shadow: none !important;
}

.menu-item li a {
  font-size: 14px;
  color: var(--black);
  padding: 5px 0px;
  display: block;
}

.menu-item li a:hover {
  color: var(--blue);
}

.header-close {
  font-size: 20px;
  height: 20px;
  width: 20px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

@keyframes slideDown {
  0% {
      transform: translateY(-100%);
  }

  100% {
      transform: translateY(0px);
  }
}

@media screen and (min-width: 992px) {
  .offcanvas {
      position: static;
      z-index: auto;
      display: block;
      width: 100%;
      height: auto;
      border: 0px;
      visibility: visible;
      transition: none 0s ease 0s;
      transform: inherit;
      background-color: transparent;
  }

  .navbar-nav .dropdown-menu {
      position: absolute;
      min-width: 240px;
      display: block;
      top: 82px !important;
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -ms-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
  }

  .navbar-nav .nav-item:hover .dropdown-menu {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
    /* top: 64px !important; */
}

.navbar-nav .dropdown-menu.show {
  opacity: 1;
  visibility: visible;
}

}

.navbar-nav li a {
  text-decoration: none;
}

@media screen and (max-width: 992px) {
  .navbar-nav {
      display: block;
  }

  .navbar-nav a {
      color: rgb(255, 255, 255);
  }
}

.header .btn.bg-transparent {
  margin-left: 20px;
  box-shadow: none !important;
}

.btn-primary, .btn-secondary, .btn-outline {
  position: relative;
  /* min-width: 224px; */
  padding: 11px 12px 12px;
  overflow: hidden;
  box-shadow: none;
  font-size: 18px;
  display: inline-block;
  text-align: center;
  border-radius: 4px;
  font-weight: 500;
  color: var(--blue);
  z-index: 1;
  transition: all 500ms ease;
  background: transparent;
  border: 1px solid var(--blue);
  position: relative;
  line-height: 23px;
}



.btn-primary:before {
  position: absolute;
  content: '';
  background: var(--blue);
  width: 0%;
  height: 100%;
  top: 0px;
  right: 0px;
  border-radius: 5px;
  z-index: -1;
  transition: all 500ms ease;
}


.btn-primary:hover:before {
  width: 100%;
  left: 0px;
}


.btn-primary:hover, .btn-outline:hover {
  border-color: var(--blue);
  background: var(--blue);
  padding-right: 38px;
}

.btn-primary.btn-fill.btn-pink {
  background-color: var(--pink);
  border-color: var(--pink);
}

.btn-primary:hover, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active {
  color: rgb(255, 255, 255);
  box-shadow: rgb(0 195 200 / 38%) 0px 3px 22px !important;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  color: rgb(255, 255, 255);
  background-color: var(--pink);
  border-color: var(--pink);
}

.btn-check:focus + .btn-primary, .btn-primary:focus {
  background-color: var(--pink);
  border-color: var(--pink);
  box-shadow: rgb(0 195 200 / 38%) 0px 3px 22px !important;
}

.btn-check:focus + .btn-outline, .btn-outline:focus {
  box-shadow: rgb(0 195 200 / 38%) 0px 3px 22px !important;
}



.main {margin-top: 0px;}
.hero-banner {padding: 0;position: relative;/* background: var(--light-black); */}
.hero-banner .container {z-index: 1;}
.banner-text.aos-init {
  position: relative;
  z-index: 2;
}

.hero-banner .owl-nav {
  position: absolute;
  width: 100%;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.container-cust .owl-carousel.banner-slider {
  overflow: hidden;
}

/* .hero-banner .owl-carousel{ position: static;} */

.hero-banner .owl-nav .owl-prev, 
.hero-banner .owl-nav .owl-next {
  position: absolute;
  color: #fff;
  width: 60px;
  height: 112px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bolder;
  transition: all 0.5s ease;
  top: 50%;
  transform: translateY(-50%);
}

.hero-banner .owl-nav .owl-prev {left: -100px;}
.hero-banner .owl-nav .owl-next {right: -100px;}
.hero-banner .owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  bottom: 60px;
  left: 0;
}

.hero-banner .owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

.hero-banner .owl-theme .owl-dots .owl-dot span {
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity .2s ease;
  -o-transition: opacity .2s ease;
  transition: opacity .2s ease;
  background: #1F1F1F;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
  background-color: hsla(0,0%,100%,.5);
  text-indent: -9999px;
  border-radius: 7px;
  width: 7px;
  height: 7px;
  margin-right: 10px;
  padding: 0;
  opacity: .5;
}

.hero-banner .owl-theme .owl-dots .owl-dot.active span{
  border-color: var(--white);
  background: var(--white);
  opacity: 1;
}


.logo img {width: 72px;transition: all 0.5s ease;}

.navbar-nav .nav-item:last-child {
    padding-right: 0;
}

.hero-banner:hover .owl-nav .owl-prev {
    left: 15px;
}

.hero-banner:hover .owl-nav .owl-next {
    right: 15px;
}

.hero-banner .player img {
  height: calc(100svh - 85px);
  width: 100%;
  object-fit: cover;
}

.banner-item-img {
  border-radius: 2.875rem;
  overflow: hidden;
}

.navbar-nav a i:before {
  font-weight: 900 !important;
}


.navbar-nav .nav-item .dropdown-menu li {
  padding: 0 20px;
  margin: 0;
}


footer.footer {
  background: #222;
  padding: 64px 0;
}

footer.footer p {
  color: var(--white);
}

.header.sticky .logo img {
  width: 50px;
}

header.header.sticky .navbar-nav .nav-item {
  padding: 15px 13px;
}

header.header.sticky .navbar-nav .nav-item:last-child {
  padding-right: 0;
}

header.header.sticky .navbar-nav .dropdown-menu {
  top: 54px !important;
}


.p-60 {
  padding: 60px 0;
}

.text-box-content h1 {
  font-weight: 700;
  font-size: 24px;
  color: var(--light-black);
  margin-bottom: 40px;
  line-height: 32px;
}

ul.listing-box {
  padding-left: 24px;
}

ul.listing-box li {
  font-size: 22px;
  color: var(--light-black);
  padding-bottom: 10px;
  /* line-height: 1em; */
  font-weight: 500;
  position: relative;
  padding-left: 15px;
}

.pl-100 {
  padding-left: 100px !important;
}

ul.listing-box li:before {
  content: "";
  width: 4px;
  height: 4px;
  position: absolute;
  left: 0;
  top: 10px;
  background: var(--light-black);
  border-radius: 15px;
}

/*********inner page css**************/

.banner-inner-page {
  background-color: var(--black);
  padding: 56px 0;
}

.banner-inner-page h1 {
  padding-bottom: 10px;
  /* line-height: 1em; */
  font-weight: 500;
  font-size: 30px;
  color: var(--white);
  margin: 0;
}

.banner-inner-page  p {
  margin: 0;
  color: var(--white);
}


/**********************/

.content-box h2 {
  text-decoration: underline;
  font-size: 21px;
  color: var(--light-black);
  font-weight: bold;
  text-decoration-thickness: 3px;
  text-underline-offset: 4px;
}

.content-box h3 {
  font-weight: 700;
  font-size: 21px;
  color: var(--light-grey);
  line-height: 24px;
}

.content-box  h4 {
  font-size: 20px;
  color: var(--light-grey);
}


.content-box ul.listing-box {
  padding: 0;
}

.content-box ul.listing-box li {
  font-size: 14px;
  color: var(--light-grey);
  padding-bottom: 3px;
}


/****************/

.checkbox-right li {
  background: url(../images/check-svgrepo-com.svg);
  background-repeat: no-repeat;
  background-size: 28px;
  background-position: 3px 0px;
  padding-left: 43px !important;
}

.checkbox-right li:before {
  display: none;
}


.box-studies {
  box-shadow: 0 0 2px var(--light-black);
  border-radius: 8px;
  padding: 25px 15px;
}

.btn-primary span img {height: 38px;/* filter: brightness(1) grayscale(0.5); */}

.btn-primary .img-btn {
  transition: all 0.4s ease;
  opacity: 0;
  position: absolute;
  margin-left: -1em;
  -webkit-transition: all .2s;
  transition: all .2s;
  text-transform: none;
  -webkit-font-feature-settings: "kern" off;
  font-feature-settings: "kern" off;
  font-variant: none;
  font-style: normal;
  font-weight: 400;
  text-shadow: none;
  top: 5px;
}

/* .btn-primary:hover span {right: 0;opacity: 0;} */


.btn-primary:hover .img-btn {
  opacity: 1;
  margin-left: 0;
}


/****contact us*************/

button.btn.btn-secondary-submit {
  position: relative;
  min-width: 180px;
  padding: 11px 12px 12px;
  overflow: hidden;
  box-shadow: none;
  font-size: 18px;
  display: inline-block;
  text-align: center;
  border-radius: 4px;
  font-weight: 500;
  color: var(--blue);
  z-index: 1;
  transition: all 500ms ease;
  background: transparent;
  border: 1px solid var(--blue);
  position: relative;
  line-height: 23px;
}

button.btn.btn-secondary-submit:before {
  content: "";
  position: absolute;
  content: '';
  background: var(--blue);
  width: 0%;
  height: 100%;
  top: 0px;
  right: 0px;
  border-radius: 5px;
  z-index: -1;
  transition: all 500ms ease;
}

button.btn.btn-secondary-submit:hover:before {
  width: 100%;
  left: 0px;
}

button.btn.btn-secondary-submit:hover {
  color: rgb(255, 255, 255);
  box-shadow: rgb(0 195 200 / 38%) 0px 3px 22px !important;
  border-color: var(--blue);
  background: var(--blue);
}
