@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Jost:300,400,500,600,700,800,900&display=swap');
@font-face {
  font-family: theme_font;
  src: url(../fonts/OpenSans-VariableFont_wdth\,wght.ttf);
}
@font-face {
  font-family: theme_font2;
  src: url(../fonts/OpenSans-Light.ttf);
}
body {
  font-family: theme_font;
  vertical-align: baseline;
  line-height: 1.7;
  font-weight: 400;
  overflow-x:hidden;
}

img {
  max-width: 100%;
  height: auto;
}
p {
  margin: 0 0 26px;
  line-height: 1.8;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #19082d;
  line-height: 1.2;
}
h1 {
  font-size: 52px;
  line-height: 62px;
  font-weight: 700;
}
h2 {
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
}
h3 {
  font-size: 28px;
  line-height: 42px;
  font-weight: 700;
}
h4 {
  font-size: 26px;
  line-height: 36px;
  font-weight: 700;
}
h5 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}
h6 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
}
section {
  padding: 100px 0px;
  overflow:hidden;
}
a {
  color: #0d8584;
  transition: all 0.3s ease;
  text-decoration: none !important;
  outline: none !important;
}
a:active,
a:hover {
  text-decoration: none;
  outline: 0 none;
  color: #0d8584 !important;
}
ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.clear {
  clear: both;
}
.faq_sec ul li i{
  background-color: #0d8584;
  color: #fff;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.faq_sec ul li {
  display: flex;
  align-items: center;
  /* font-size: 14px; */
  margin: 15px 0px;
}
.main_header {
  background-color: #0d8584;
  z-index: 9999;
  transition: all 0.3s ease-in-out;
}
.main_header .navbar-brand img {
  height: 60px;
}
.main_header .navbar-nav a {
  font-size: 16px;
  margin: 0px 12px;
  font-family: theme_font;
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
}
.main_header .social_links i {
  color: #fff;
  font-size: 20px;
  margin: 0px 10px;
}
.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.main_content {
  color: #fff;
  display: flex;
  min-height: 50vh;
  align-items: center;
  position: relative;
}
.main_content .mobile_bg{
  object-fit: none;
}
.header_bg{
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.main_content h2 {
  color: #0d8584;
  font-weight: 800;
  text-transform: uppercase;
}
.about_bottom .btn_theme {
  background-color: #facc37 ;
  transition: all 0.3s ease-in-out;
}
.about_bottom .btn_theme:hover{
  background-color: #efb700 ;
}
.about_bottom .btn_theme i{
  font-size: 20px;
}
.faq_sec{
  /* background-color: #0d8584; */
  background: linear-gradient(137.11deg, rgb(245, 255, 254) -6.51%, rgb(184, 255, 251) 114.72%);
}
.card_sec h2{
  text-transform: uppercase;
}
.card_sec span{
  color: #0b6868;
}
.card_sec img{
  border-radius: 15px;
  box-shadow: 0px 7px 20px rgb(0, 0, 0, 0.5);
}
.card_sec .app_carousel .owl-nav{
  position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.card_sec .app_carousel .owl-nav i{
  background: #fff;
  height: 60px;
  box-shadow: 0px 7px 20px rgb(0 0 0 / 27%);
  width: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.card_sec .app_carousel .owl-nav .fa-chevron-right{
  margin-right:-20px !important;
}
.card_sec .app_carousel .owl-nav .fa-chevron-left{
  margin-left:-20px !important;
}
.card_sec .app_carousel .owl-nav i:hover{
  background-color: #0b6868;
  color: #fff;
}
.app_download{
  background-image: url(../img/bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.app_download h3{
  text-transform: uppercase;
}
.app_download h2 span{
  color: #0b6868;
}
.app_download a{
  display: inline-block;
  margin: 0px 10px;
}
.app_download a img{
  transition: all 0.3s ease-in-out;
  height:50px;
}
.app_download a img:hover{
  transform: translateY(-4px);
}
.main_footer {
  background-color: #f4f7fb;
  padding: 80px 0px;
}
.main_footer li {
  margin: 10px 0px;
}
.main_footer li a {
  color: rgb(0 0 0 / 59%);
}
.main_footer h5 {
  color: #4f585e;
  font-size: 18px;
}
.main_footer .scoial_icon a i {
  color: #fff !important;
  background-color: #10847e;
  font-size: 25px;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px 4px;
}
.main_footer .scoial_icon .links {
  display: flex;
  align-items: center;
}
.main_footer .brands img {
  height: 30px;
  margin: 0px 5px;
}
.btn_theme {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  background-color: #0d8584;
  padding: 20px 30px;
  text-transform: uppercase;
  border-radius: 15px 15px 15px 15px;
  box-shadow: 0px 0px 12px -2px rgb(13 133 132);
  border: none;
  transition: all 0.3s ease-in-out;
}
.btn_theme:hover {
  background-color: #0b6868;
  color: #fff !important;
}
.btn_theme .fa-mobile{
  font-size: 20px;
  vertical-align: bottom;
}
@media only screen and (max-width: 1024px) {
  .header_bg{
    opacity: 1;
  }
}
@media only screen and (max-width: 600px) {
  section {
    padding: 50px 0px;
  }
  h2{
    font-size: 27px;
  }
  .btn_theme{
    font-size: 12px;
    text-align: center;
  }
  .header_bg{
   display: none;
  }
  .main_content{
    min-height: 40vh;
  }
  .main_content h2 {
    line-height: 40px;
    font-size: 27px;
}
.app_download a img {
  height: 35px;
  transition: all 0.3s ease-in-out;
  margin: 0 0;
}
.app_download h3 {
  text-transform: uppercase;
  font-size: 19px;
}
.card_sec .app_carousel .owl-nav i {
  background: #fff;
  height: 35px;
  box-shadow: 0px 7px 20px rgb(0 0 0 / 27%);
  width: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.card_sec .app_carousel .owl-nav .fa-chevron-right{
  margin-right:0 !important;
}
.card_sec .app_carousel .owl-nav .fa-chevron-left{
  margin-left:0 !important;
}
}
