@import url(../css/aos.css);
@import url(../css/animate.css);
@import url(../css/swiper.min.css);
@import url(../css/default.css);
@import url('https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    /* Colors: */
    --color-179bde: #179bde;
    --color-014293: #014293;
    --color-gradient: linear-gradient(90deg, #1ba7e8 0%, #0062ac 100%);
    --color-282828: #282828;
    --color-0570b8: #0570b8;
    --color-f5f5f5: #f5f5f5;
    --color-1ddef6: #1ddef6;
    --color-d6ddcb: #d6ddcb;
    --color-c2c4c6: #c2c4c6;
    --color-000000: #000000;
    --color-ffffff: #ffffff;
    --font-family-sora: "Sora", sans-serif;
    --font-style-normal: normal;
    --font-size-16: 16px;
    --font-size-18: 18px;
    --font-size-19: 19px;
    --font-size-20: 20px;
    --font-size-22: 22px;
    --font-size-24: 24px;
    --font-size-25: 25px;
    --font-size-26: 26px;
    --font-size-27: 27px;
    --font-size-28: 28px;
    --font-size-30: 30px;
    --font-size-33: 33px;
    --font-size-36: 36px;
    --font-size-40: 40px;
    --font-size-50: 50px;
    --font-size-56: 56px;
    --font-size-69: 60px;
    --character-spacing-0: 0px;
    --line-height-22: 22px;
    --line-height-27: 27px;
    --line-height-30: 30px;
    --line-height-32: 32px;
    --line-height-36: 36px;
    --line-height-43: 43px;
    --line-height-50: 50px;
    --line-height-60: 60px;
    --line-height-66: 66px;
    --line-height-72: 72px;
    --line-height-inherit: inherit;
    --font-weight-Thin: 100;
    --font-weight-ExtraLight: 200;
    --font-weight-Light: 300;
    --font-weight-Regular: 400;
    --font-weight-Medium: 500;
    --font-weight-SemiBold: 600;
    --font-weight-Bold: 700;
    --font-weight-ExtraBold: 800;
    --font-weight-Black: 900;
    --font-weight-normal: normal;
  }
  
  
  @font-face {
    font-family: "Sora", sans-serif;;
    src: url('../font/sora/Sora-Bold.ttf'),
      url('../font/sora/Sora-Bold.ttf') ;
    font-weight: normal;
    font-style: normal;
  }
  
  * {
    outline: 0;
  }
  
  html {
    scroll-behavior: smooth;
  }
  
  body {
    font-family: var(--font-family-sora);
    font-style: var(--font-style-normal);
    font-size: var(--font-size-19);
    line-height: var(--line-height-27);
    color: var(--color-000000);
    font-weight: var(--font-weight-Regular);
    margin: 0;
    padding: 0;
  }
  
  
  .clr {
    width: 100%;
    float: left;
  }
  
  .img {
    width: 100%;
  }
  
  a,
  .btn,
  button {
    color: var(--color-ffffff);
    outline: none;
    cursor: pointer;
    outline: 0;
    text-decoration: none;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
  }
  
  a:focus,
  .btn:focus,
  button:focus,
  .custom-select:focus,
  .form-control:focus {
    outline: none;
    box-shadow: none;
  }
  
  .btn:hover,
  a:hover,
  button:hover {
    color: var(--color-000000);
    text-decoration: none;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
  }
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    color: var(--color-000000);
    text-transform: normal;
    margin-bottom: 15px;
  }
  
  ul,
  ol {
    margin: 0px;
    padding: 0px;
  }
  
  li {
    list-style: none;
  }
  
  header,
  footer,
  section {
    width: 100%;
    float: left;
  }
  
  section{
    overflow: hidden;
  }
  
  
  p {
    font-size: var(--font-size-18);
    line-height: normal;
    font-weight: var(--font-weight-Regular);
    color: var(--color-000000);
    margin-bottom: 20px;
    line-height: inherit;
}
  .p-content {
    font-size: var(--font-size-25);
    line-height: normal;
    color: var(--color-000000);
    margin-bottom: 20px;
  }
  
  .medium-text {
    font-size: var(--font-size-19);
    color: var(--color-000000);
    font-weight: var(--font-weight-Regular);
    margin-bottom: 20px;
  }
  
  
  .main-title {
    font-size: var(--font-size-69);
    line-height: normal;
    color: var(--color-282828);
    font-weight: var(--font-weight-Regular);
    font-family: var(--font-family-sora);
    margin-bottom: 20px;
    text-transform: uppercase;
  }
  
  .title {
    font-size: var(--font-size-50);
    line-height: normal;
    color: var(--color-282828);
    font-weight: var(--font-weight-SemiBold);
    font-family: var(--font-family-sora);
    margin-bottom: 20px;
    text-transform: uppercase;
    
  }
  
  .div-title {
    font-size: var(--font-size-22);
    line-height: normal;
    color: var(--color-179bde);
    font-weight: var(--font-weight-Regular);
    margin-bottom: 15px;
    text-transform: capitalize;
    -webkit-text-stroke: 0px var(--color-2daaa9);
    background: var(--color-gradient)  center;
    background-size: cover;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    background-size: 200px auto;
  }
  .div-title1 {
    font-size: var(--font-size-33);
    line-height: normal;
    color: var(--color-1ddef6);
    /* font-weight: var(--font-weight-SemiBold); */
  }
  
  .section-title{
    font-size: var(--font-size-36);
    line-height: normal;
    color: var(--color-000000);
    font-weight: var(--font-weight-SemiBold);
  }
  
  .div-text {
    font-size: var(--font-size-27);
    line-height: normal;
    color: var(--color-000000);
    margin-bottom: 0px;
    text-align: left;
  }
  .benefits-title{
    font-size: var(--font-size-22);
    line-height: normal;
    color: var(--color-ffffff);
  }
  
  .font-binerka_demoregular {
    font-family: var(--font-family-sora);
  }
  
  .weight-Light {
    font-weight: var(--font-weight-Light);
  }
  
  .weight-Regular {
    font-weight: var(--font-weight-Regular);
  }
  
  .weight-Medium {
    font-weight: var(--font-weight-Medium);
  }
  
  .weight-SemiBold {
    font-weight: var(--font-weight-SemiBold);
  }
  
  .weight-Bold {
    font-weight: var(--font-weight-Bold);
  }
  
  .weight-ExtraBold {
    font-weight: var(--font-weight-ExtraBold);
  }
  
  .weight-Black {
    font-weight: var(--font-weight-Black);
  }
  
  .height-100 {
    height: 100vh;
  }
  
  .pr-100 {
    padding-right: 100px;
  }
  
  .pl-100 {
    padding-left: 100px;
  }
  .color-gradient {
    color: var(--color-gradient) !important;
  }
  
  .color-179bde {
    color: var(--color-179bde) !important;
  }
  .color-1ddef6 {
    color: var(--color-1ddef6) !important;
  }
  
  .color-0570b8 {
    color: var(--color-0570b8) !important;
    background: none!important;
    -webkit-text-fill-color: var(--color-0570b8);
  }
  
  .color-000000 {
    color: var(--color-000000) !important;
  }
  .color-ffffff {
    color: var(--color-ffffff) !important;
  }
  
  .swiper-container {
    width: 100%;
  
  }
  .swiper{
    overflow: hidden;
  }
  
  .mobile{
    display: none;
  }
  .offcanvas-header {
    display: none;
  }
  .explore-btn{
    width: fit-content;
    margin-top: 50px;
  }
  
  .explore-btn button{
    font-size: var(--font-size-20);
    font-family: "Montserrat", sans-serif;
    font-weight: var(--font-weight-Bold);
    padding: 15px 40px;
    letter-spacing: 2px;
    
    background: var(--color-gradient);
    color:var(--color-ffffff);
   
    text-transform: uppercase;
    border: 1px solid var(--color-gradient);
    transition: 0.5s!important;
  }
  .explore-btn button:hover{
    transition: 0.5s!important;
    border: 1px solid var(--color-179bde);
    background:#fff ;
    color: var(--color-179bde);
  }
  a.read-more{
    background: linear-gradient(90deg, #1ba7e8 0%, #1de6f8 100%);
    padding: 10px 30px;
    color: #000;
    transition: 0.5s;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
  }
  
  a.read-more:hover{  
    transition: 0.5s;
    background: #fff;
    color: var(--color-179bde);
  }
  
  
  
  .swiper-slide-active .slider-title1 {
    animation: fadeInLeft 2s;
  }
  
  .swiper-slide-active .slider-title2 {
    animation: fadeInRight 2s;
  }
  
  .swiper-slide-active .slider-title3 {
    animation: bounceInLeft 2s;
  }
  
  .banner-pagi span {
    right: 0;
  }
  
  .header-btn {
    margin-right: 4%;
  
  }
  
  .sidenav,
  .mobile-toggle {
    display: none;
  }
  
  
  
  .img-zoom {
    overflow: hidden;
  }
  
  .img-zoom .zoom {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 2.5s ease-out 0s;
    -moz-transition: all 2.5s ease-out 0s;
    -ms-transition: all 2.5s ease-out 0s;
    -o-transition: all 2.5s ease-out 0s;
    transition: all 2.5s ease-out 0s;
  }
  
  .img-zoom:hover .zoom {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  
  /* main-header */
  
  .top-header{
    width: 100%;
    height: 70px;
    background: var(--color-gradient);
    color: var(--color-ffffff);
    /* float: right; */
  }
  .top-header ul{
    display: flex;
    justify-content: flex-end;
    line-height: 70px;
  }
  .top-header ul li{
    margin-left: 50px;
    display: flex;
    align-items: center;
  }
  .top-header ul li i{
    font-size: 24px;
    margin-right: 10px;
  }
  .g_header {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background: var(--color-ffffff);
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
  }
  
  .main-header.g_shrink {
    position: fixed;
    background: var(--color-ffffff);
    box-shadow: #63636333 0px 2px 8px 0px;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    z-index: 999;
  }
  
  .main-header.g_shrink .navbar-brand img,
  .main-header.g_shrink .navbar-brand .svg {
    width: 250px;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
  }
  
  .main-header.g_shrink .main-nav .logo-bg {
    width: 560px;
    height: 117px;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
  }
  
  /* .main-header.g_shrink .top-header{
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    height: 0;
  } */
  
  /* loader css*/
  /* loader css */
  .main-nav {
    padding: 25px 0px;
    width: 100%;
    float: left;
  }
  
  .main-nav .navbar {
    padding: 0;
    width: 100%;
    float: left;
  }
  
  .navbar-brand {
    position: absolute;
    top: 5px;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
  }
  /* .main-header.g_shrink .navbar-brand{
    top: -50px;
  
  } */
  .navbar-brand img,
  .navbar-brand .svg {
    width: 100%;
    object-fit: contain;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
  }
  
  .main-nav .navbar-nav .nav-item .nav-link {
    position: relative;
    display: block;
    padding: 0;
    margin-left: 40px;
    font-size: var(--font-size-19);
    color: var(--color-000000);
    font-weight: var(--font-weight-normal);
    line-height: var(--line-height-inherit);
  }
  
  .main-nav .navbar-nav .nav-item .nav-link:focus,
  .main-nav .navbar-nav .nav-item.active .nav-link,
  .main-nav .navbar-nav .nav-item .nav-link:hover {
    color: #189de0;
  }
  
  .main-nav .navbar-nav .nav-item .nav-link:focus,
  .main-nav .navbar-nav .nav-item.active .nav-link,
  .main-nav .navbar-nav .nav-item .nav-link.active {
    color: var(--color-179bde);
  }
  
  .main-nav .navbar-nav .nav-item .nav-link.show,
  .main-nav .navbar-nav .nav-item .show>.nav-link {
    color: var(--color-f68e1f);
  }
  
  .logo-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 580px;
    height: 145px;
    background: var(--color-ffffff);
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
  }
  
  /* dropdown-menu */
  .main-nav .navbar-nav .nav-item.dropdown .dropdown-item:focus,
  .main-nav .navbar-nav .nav-item.dropdown .dropdown-item:hover {
    background-color: transparent;
  }
  
  .main-nav .navbar-nav .dropdown .dropdown-menu {
    min-width: 200px;
    width: 200px;
    margin: 0;
    top: 100%;
    padding: 0px;
    background-color: var(--color-ffffff);
    border: none;
    box-shadow: 0px 0px 10px -4px #0000009d;
    z-index: 9;
  }
  
  .main-nav .navbar-nav .dropdown .dropdown-menu .dropdown-item {
    width: 100%;
    float: left;
    font-size: var(--font-size-16);
    color: var(--color-000000);
    background-color: var(--color-ffffff);
    padding: 10px 10px;
    text-transform: uppercase;
  }
  
  .main-nav .navbar-nav .dropdown .dropdown-menu .dropdown-item:hover {
    color: var(--color-000000);
    background-color: var(--color-f68e1f);
  }
  
  .dropdown-item.active {
    background-color: var(--color-000000) !important;
  }
  
  ul.footer-menu li a.active {
    color: #000000;
  }
  
  /* dropdown-menu */
  
  .header-social {
    margin-left: 50px;
  }
  
  .header-social a {
    display: inline-block;
    padding: 0 5px;
    margin: 0 5px;
  }
  
  .header-social a .svg {
    width: 30px;
    height: 30px;
  }
  
  .header-social a .svg path {
    fill: var(--color-ffffff) !important;
    transition: 0.5s;
  }
  
  .header-social a:hover .svg path {
    fill: var(--color-0e1f45);
  }
  
  
  .navbar-toggler {
    position: absolute;
    background-color: #fff;
    right: 30px;
  }
  
  
  /* main-header */
  

/* main-banner */

.banner {
    width: 100%;
    height: 100vh;
    position: relative;
    background-color: #f5f5f5;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.inner-banner {
    width: 100%;
    height: 800px;
    display: flex;
    align-items: center;
}

.banner-content {
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.banner-img {
    width: 60%;
    display: flex;
    position: relative;
    align-items: center;
    right: -5%;
    justify-content: center;
}
img.banner-img-main {
  width: 70%;
}

img.banner-img2 {
    width: 80%;
    position: absolute;
    z-index: -9;
    animation: rotate-animation 20s infinite linear;
}

@keyframes rotate-animation {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.banner-pagi {
    bottom: 5% !important;
    left: 40% !important;
    width: 100%;
}

.banner-pagi span {
    width: 25px;
    height: 25px;
}

h1.main-title {
    font-weight: var(--font-weight-Light);
}

h1.main-title span {
    font-weight: var(--font-weight-SemiBold);
    color: #014293;
}

h1.banner-heading {
    text-transform: uppercase;
    text-align: left;
    animation: fadeInLeft 2.5s;
}


/* main-banner */


/* about */

.about-us {
  position: relative;
  background-color: var(--color-f5f5f5);
  z-index: 0;
}

.content-about {
    padding-left: 50px;
}

.about-img img {
    position: absolute;
    left: 9%;
    width: 26%;
    bottom: 6px;
}

.composition {
    position: relative;
    z-index: -9;
    margin-top: -10%;
}

.compo-text {
    margin-top: -12%;
    padding-left: 100px;
    position: relative;
    z-index: 9;
}


/* about */


/* uses */

.uses {
    width: 100%;
}

.uses-inner {
    display: flex;
    align-items: center;
    position: relative;
    border-radius: 20px;
    height: 100%;
    overflow: hidden;
    background-color: #189de0;
}

.uses-inner img {
  width: 100%;
  height: 300px;
  position: relative;
  object-fit: cover;
}

.img-inner {
  width: 50%;
  padding: 50px;
}
.uses-inner .use-img{
  width: 50%;

}

/* uses */


/* benefits */

.align-center {
    display: -webkit-flex;
    align-items: center;
    height: 100%;
}

.benefits {
    background: var(--color-gradient);
}

.benefits .p-content {
  color: var(--color-ffffff);
  margin-left:40px;
  position: relative;
}
.benefits .p-content i {
  position: absolute;
  left: -35px;
  top: 3px;
}
img.main-benefits {
    width: 100%;
    border-radius: 50px;
    object-fit: cover;
}

.tab-benefits img {
    margin-bottom: 30px;
}

.tab-benefits {
    padding-right: 15%;
    /* height: 500px; */
}

.benefits-slider {
    padding: 50px 0;
}

.side-points {
    display: flex;
    align-items: center;
    margin: 30px 0;
}

.side-points img {
    width: 100px;
    margin-right: 25px;
}

.side-effect {
    position: relative;
    overflow: hidden;
    background: #edf2ee;
}

.eye-dro {
    padding-left: 10px;
    padding-top: 20px;
}

img.side-man {
    position: absolute;
    right: 0%;
    bottom: 0;
}
.points1 {
  margin-top: 15px;
}
.points ul li{
  display: flex;
  align-items: flex-start;
  margin-bottom: 40px;
}

.points ul li i{
  font-size: 22px;
  margin-right: 15px;
  color: #1ba7e8;
}
.points1 ul li{
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
}
.points1 ul li p{
  color: var(--color-ffffff);
}

.points1 ul li i{
  font-size: 22px;
  margin-right: 20px;
  color: var(--color-ffffff);
}

.points ul li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
}

.points ul li i {
  font-size: 22px;
  margin-right: 15px;
  color: var(--color-0570b8) !important;
  top: 3px;
  position: relative;
}

.how-imgs img {
    position: absolute;
    width: 85%;
    right: 0%;
    bottom: 0;
}

.how-imgs {
    position: relative;
    height: 100%;
    overflow: hidden;
}

img.box {
    position: absolute;
    width: 70%;
    height: auto;
    object-fit: contain;
    /* background: linear-gradient(90deg, #1ba7e8 0%, #1de6f8 100%); */
    z-index: -9;
    bottom: 0;
    right: 0;
}

.how-imgs {
    display: flex;
}

.what {
    width: 100%;
    background: var(--color-gradient);
    position: relative;
}

.what-content {
    overflow: hidden;
}

.what-img img {
    width: 38%;
    position: absolute;
    left: 2%;
    bottom: 0;
}

.what-man {
    z-index: 99;
}

img.i {
    width: 230px;
    position: absolute;
    top: 10%;
    left: 25%;
    z-index: 9;
}

.what-points ul li {
    display: flex;
    align-items: flex-start;
    margin-top: 40px;
    padding-right: 65px;
}

.what-points ul li img {
    font-size: 32px;
    margin-right: 15px;
    color: var(--color-1ddef6);
}


/* blog */

.blogs {
    width: 100%;
    background-color: #edf2ee;
}

.blog-slider {
    padding: 50px 10px;
}

.blogs img {
    position: relative;
    z-index: -9;
    margin-bottom: -10%;
}

.blog-content {
  width: 95%;
  height: 100%;
  /* float: left; */
  padding: 40px 60px;
  background: var(--color-ffffff);
  box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
  position: relative;
  margin: 0 auto;
  /* text-align: center; */
}

.blog-content .p-content {
    margin-bottom: 5px;
}

a.read-more1 {
    display: inline-block;
    background: var(--color-gradient);
    padding: 10px 30px;
    margin-top: 30px;
    transition: 0.5s;
    border: 1px solid var(--color-0570b8);
}

a.read-more1:hover {
    background: #fff;
    color: #0570b8;
}

.video {
    width: 100%;
    background: url(../images/video-bg.jpg) center no-repeat;
    background-size: cover;
}

.videoWrapper {
    height: 420px;
    overflow: hidden;
    border-radius: 46px;
}

iframe {
    margin-top: -65px;
}


/* faqs */

.questions {
    width: 100%;
    border-bottom: 3px dashed #b2b2b2;
    margin-top: 50px;
}

.questions:last-child {
    border: none;
}
.questions .p-content {
font-weight: 700;}

.questions p {
    margin-bottom: 15px;
}

.questions h6 {
    font-size: var(--font-size-22);
    width: 80%;
    padding-bottom: 25px;
}

.contact-us {
    background: url(../images/contact-bg.jpg)no-repeat center;
    background-size: cover;
}

input.form-control {
  width: 100%;
  font-size: 15px;
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 0;
  border: none;
  background-color: var(--color-ffffff);
}

.contact-pg h4 {
    font-weight: var(--font-weight-Bold);
}

textarea.form-control {
    width: 100%;
    height: 150px;
    padding: 20px;
    background-color: var(--color-ffffff);
}

.milestones{
  height: 80vh;
}
button.contact-btn {
    padding: 10px 60px;
    margin-top: 30px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


button.read-more1 {
    display: inline-block;
    background: var(--color-gradient);
    text-transform: uppercase;
    font-weight: var(--font-weight-Medium);
    padding: 15px 100px;
    margin-top: 20px;
    transition: 0.5s;
    border: 2px solid var(--color-0570b8);
}

button.read-more1:hover {
    background: #fff;
    color: #0570b8;
}

.footer {
    width: 100%;
    background: var(--color-gradient);
}

.footer-box p {
    color: #777777;
    padding-right: 30px;
    margin-bottom: 40px;
}

.social-footer {
    margin-top: 100px;
}

.social-footer ul li {
    float: left;
    margin-right: 25px;
}

.social-footer ul li i {
    font-size: 20px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    padding: 20px;
    color: #84858b;
    background-color: #fff;
    border: 1px solid var(--color-ffffff);
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
}


/* .social-footer ul li i:hover{
  background: var(--color-gradient);
  color: var(--color-ffffff);
} */

.social-footer ul li i.youtube:hover {
    background: #fff;
    color: red;
}

.social-footer ul li i.instagram:hover {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    color: var(--color-ffffff);
}

.social-footer ul li i.facebook:hover {
    background: #3b5998;
    color: var(--color-ffffff);
}

.social-footer ul li i.indeed:hover {
    background: #0A66C2;
    color: #fff;
}

h3.footer-heading {
    font-size: var(--font-size-24);
    color: #fff;
    margin-bottom: 30px;
}

.footer-menu ul li {
    margin: 15px 0;
}

.footer-menu ul li a:hover i {
    color: var(--color-f26b28);
}

.footer-menu ul li a:hover {
    color: var(--color-f26b28);
}

.footer-menu ul li i {
    font-size: 14px;
    margin-right: 10px;
    color: #777777;
    transition: 0.5s;
}

.footer-contact ul li i {
    font-size: 25px;
    color: var(--color-1ddef6);
    margin-right: 25px;
}

.footer-contact ul li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 40px;
}

.footer-contact ul li a {
    color: #fff;
}

.footer-contact ul li a:hover {
    color: #000;
}

.footer-contact ul li p {
    font-size: 18px;
    padding-right: 150px;
}

.copyright-footer {
  margin-top: 65px;
  margin-bottom: 30px;
}
.copyright-footer p {
    font-size: var(--font-size-18);
    font-weight: var(--font-weight-Light);
    color: #eaeaea;
}

.copyright-footer p a {
    color: var(--color-f26b28);
}

.padding-left {
    padding-left: 8%;
}


/* .whats-app */

.whatsapp-btn {
    position: fixed;
    bottom: 100px;
    right: 30px;
    z-index: 9999;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #25D366;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    animation: breathe 2s ease-in-out infinite;
}


/*Estilos solo al icono whatsapp*/

.whatsapp-btn i {
    color: #fff;
    font-size: 24px;
    animation: beat 2s ease-in-out infinite;
    text-decoration: none;
    line-height: 0px;
}


/*Estilos con animation contorno respirando*/

@keyframes breathe {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}


/*Estilos de animacion del icono latiendo*/

@keyframes beat {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}


/* 


/* back to top */

#button {
    display: inline-block;
    background: var(--color-gradient);
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 0;
    position: fixed;
    bottom: 23px;
    right: 30px;
    border-radius: 50%;
    transition: background-color .3s, opacity .5s, visibility .5s;
    visibility: hidden;
    z-index: 1000;
    border: 2px solid var(--color-ffffff);
    text-decoration: none;
}

#button::after {
    content: "\2191";
    font-family: 'bootstrap-icons';
    font-weight: normal;
    font-style: normal;
    font-size: 30px;
    line-height: 40px;
    color: #fff;
    text-decoration: none;
    border: 0;
}

#button:hover {
    cursor: pointer;
    border: 2px solid var(--color-0570b8);
    background: var(--color-ffffff);
}

#button:hover:after {
    color: var(--color-0570b8);
}

#button:active {
    border: 2px solid var(--color-f26b28);
    background-color: var(--color-ffffff);
}

#button.show {
    opacity: 1;
    visibility: visible;
    text-decoration: none;
}
.menu-btn {
  /* position: absolute; */
  width: 45px;
  height: 45px;
  float: right;
  margin-top: 0px;
  background: var(--color-gradient);
  right: 30px;
}
.menu-btn img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    max-width: 1520px;
}


/* responsive css */
@media only screen and (min-width: 1921px) {}

/* responsive css */
@media (max-width: 1680px) {
  :root {
    
    --font-size-25: 20px;
    --font-size-50: 38px;
  }
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1480px;
  }
  .side-points {
    margin: 20px 0;
}
img.side-man {
    width: 40%;
  }
.mt-5 {
  margin-top: 2rem !important;
}
.what-points ul li {
  margin-top: 20px;
  padding-right: 0px;
}
.blog-content {
  padding: 40px 50px;
}
.footer-contact ul li p {
  font-size: 18px;
  padding-right: 100px;
}
.logo-bg{
  width: 480px;
}
.main-header.g_shrink .main-nav .logo-bg {
  width: 450px;
}
img.i {
  left: 22%;
}
.padding-left {
  padding-left: 7%;
}
.tab-benefits {
  padding-right: 18%;
  height: 55vh;
}
.tab-benefits img {
  width: 100px;
  margin-bottom: 30px;
}
.about-img img {
  width: 30%;
  bottom: 4.5%;
}
}

@media (max-width: 1560px) {
  .pb-100 {
    padding-bottom: 70px;
}
.pt-100 {
    padding-top: 70px;
}
.milestones {
  height: 60vh;
}
}

@media (max-width: 1480px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1280px;
  }

  img.banner-img-main {
    width: 70%;
}
.logo-bg{
  width: 400px;
}
  .navbar-brand img,
  .navbar-brand .svg {
    width: 90%;
  }

  .main-header.g_shrink .navbar-brand img,
  .main-header.g_shrink .navbar-brand .svg {
    width: 80%;
  }

  .main-header.g_shrink .main-nav .logo-bg {
    width: 360px;
    height: 117px;
  }
 
  .tab-benefits {
    padding-right: 14%;
    height: 45vh;
}
.benefits-slider {
  padding: 30px 0;
}
.side-points img {  
  width: 70px;
  margin-right: 15px;
}

.mb-5 {
  margin-bottom: 2rem !important;
}
.tab-benefits img {
  margin-bottom: 30px;
  width: 80px;
}
img.i {
  width: 150px;
}


.social-footer ul li {
  margin-right: 15px;
}
.questions {
  margin-top: 40px;
}
.composition {
    position: relative;
    z-index: -9;
    margin-top: -12%;
}
.main-nav .navbar-nav .nav-item .nav-link {
 
  margin-left: 30px;
 
}


}

@media (max-width: 1366px) {
  .inner-banner, .banner {
    height: 600px;
}
  .milestones {
    height: 60vh;
}
  :root {
    --font-size-16: 16px;
    --font-size-18: 16px;
    --font-size-19: 17px;
    --font-size-20: 16px;
    --font-size-22: 18px;
    --font-size-24: 21px;
    --font-size-25: 20px;
    --font-size-27: 21px;
    --font-size-26: 22px;
    --font-size-28: 28px;
    --font-size-30: 26px;
    --font-size-33: 26px;
    --font-size-40: 40px;
    --font-size-50: 30px;
    --font-size-56: 46px;
    --font-size-60: 45px;
    --font-size-69: 56px;
  }
  img.img-item {
    border-radius: 50%;
    width: 150px!important;
    height: 150px!important;
}
  img.banner-img-main {
    width: 65%;
}
img.banner-img2 {
  width: 70%;
}
  .container{
    width: 100%;
    padding: 0 20px;
  }

  .uses-inner img {
    width: 100%;
    height: 250px;
    position: relative;
    object-fit: cover;
}
  .about-img img {
    width: 28%;
    bottom: 0;
    left: 0%;
}
a.read-more1{
  margin-top: 12px;
}
.side-points {
  margin: 10px 0;
}
  .content-about {
    padding-left: 0px;
}
  .benefits-slider {
    padding: 15px 0;
}

  .pt-100 {
    padding-top: 60px;
  }

  .pb-100 {
    padding-bottom: 60px;
  }
  img.img-item{
    width: 180px;
  }

  .main-nav .navbar-nav .nav-item .nav-link {
    margin-left: 20px;
}
  .main-nav {
    padding: 25px 0px;
    width: 100%;
    float: left;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
  }
  .top-header ul li i {
    font-size: 21px;
    margin-right: 10px;
}
  .top-header ul li{
    margin-left: 30px;
  }
  .logo-bg {
    width: 350px;
}
 .main-header.g_shrink .main-nav {
  padding: 17px 0;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.g_shrink .top-header {
  height: 50px;
  line-height: 50px;
   -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.g_shrink .top-header ul {
  line-height: 50px;
   -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.g_shrink .navbar-brand{
  top: -5px;
}
.main-header.g_shrink .main-nav .logo-bg {
  width: 320px;
  height: 110px;
}
.img-wrapper {
  height: 30vh!important;
}
.copyright-footer {
  margin-top: 40px;
}

a.read-more{
  margin-left: 15px;
}

.explore-btn button{
  padding: 12px 30px;
}
.compo-text {
    margin-top: -13%;
    padding-left: 4%;
}
.tab-benefits {
  padding-right: 5%;
  margin-left: 0px;
}
.padding-left {
  padding-left: 5%;
}
.points ul li {
  margin-bottom: 30px;
}
.points ul li i {
  font-size: 20px;
  margin-right: 10px;
}
img.i {
  top: 22%;
  left: 22%;
}
.blog-content {
  padding: 30px;
}
.videoWrapper {
  height: 360px;
}
.questions h6 {
  width: 90%;
  padding-bottom: 10px;
}
input.form-control {
  padding: 15px;
}
button.read-more1 {
  padding: 10px 70px;
}
.footer-contact ul li p {
  font-size: 16px;
  padding-right: 0px;
}
.footer-menu ul li {
  margin: 10px 0;
}
.footer-contact ul li {
  margin-bottom: 30px;
}
textarea.form-control {
  height: 130px;
}
.footer-contact ul li i {
  font-size: 22px;
  margin-right: 10px;
}
.milestones {
  height: 52vh;
}
}


@media (max-width: 1280px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px;
  }
}

@media (max-width: 1199.98px) {
  .inner-banner, .banner {
    height: 500px;
}
  .img-wrapper {
    height: 20vh !important;
}
.main-nav .navbar-nav .nav-item .nav-link {
  margin-left: 14px;
  font-size: 14px;
}
.tab-benefits {
  padding-right: 5px;
  margin-left: 15px;
}
.padding-left {
  padding-left: 2%;
}
.what-points ul li {
  padding-right: 0;
}
.pb-100 {
  padding-bottom: 41px;
}
.pt-100 {
  padding-top: 41px;
}
}

@media (max-width: 1024px) {}

@media (max-width: 991.98px) {
  :root {
    --font-size-16: 16px;
    --font-size-18: 16px;
    --font-size-19: 15px;
    --font-size-20: 16px;
    --font-size-22: 16px;
    --font-size-24: 21px;
    --font-size-25: 16px;
    --font-size-27: 21px;
    --font-size-26: 22px;
    --font-size-28: 28px;
    --font-size-30: 26px;
    --font-size-33: 26px;
    --font-size-36: 26px;
    --font-size-40: 40px;
    --font-size-50: 30px;
    --font-size-56: 46px;
    --font-size-60: 45px;
    --font-size-69: 37px;
}
.blog-slider {
  padding: 0px 15px;
}
.logo-bg {
  width: 260px;
  height: 109px;
}
.responsive-flex-1{
  flex-direction: column-reverse;
}
.gallery{
  display: none;
}
.main-nav .navbar-nav .nav-item .nav-link {
  margin-left: 20px;
}
img.banner-img-main {
  width: 60%;
}
img.banner-img2 {
  width: 70%;
}
.about-img img {
  width: 100%;
  top: 0;
  position: relative;
  left: 0;
}
img.about-bg.aos-init.aos-animate {
  height: auto;
  width: 100%;
}
.composition {
  text-align: center;
  margin-top: 0;
  width: 100%;
  /* height: 120px; */
  position: relative;
  background-color: #4d97dd;
  /* padding: 30px; */
  display: flex;
  align-items: center;
  justify-content: center;
}
.side-points p{
  font-weight: var(--font-weight-SemiBold);
}
.side-effect 
.title {
  margin-bottom: 10px;
}
.top-header,.top-header ul{
 display: none;

}
.g_shrink .top-header ul {
  height: 50px;
  line-height: 50px;
}

.top-header ul li i {
  font-size: 18px;
  margin-right: 8px;
}
.tab-benefits {
  padding-right: 0%;
  height: 320px;
}
.what-img{
  display: b;
}
img.i {
  width: 120px;
  top: 45%;
  left: 20%;
}
img.what-man {
  width: 42%;
  position: absolute;
  left: 0%;
  bottom: 0;
}
.mb-5 {
  margin-bottom: 1rem !important;
}
.title {
  margin-bottom: 10px;
}

.questions h6 {
  width: 100%;
  padding-bottom: 10px;
}
.questions {
  margin-top: 35px;
}
.social-footer {
  margin-top: 42px;
}
.what-points ul li img {
  width: 30px;
  margin-right: 12px;
}
img.img-item{
  width: 120px;
}
.inner-banner, .banner {
  height: 500px;
  display: flex;
  align-items: center;
  padding-top: 0;
}
.explore-btn {
  margin-top: 25px;
}
.explore-btn button {
  font-size: 16px;
  letter-spacing: 0;
  padding: 10px 20px;
}
.main-header.g_shrink .main-nav .logo-bg {
  width: 280px;
  height: 110px;
}
.compo-text {
  margin-top: 0;
  background: var(--color-gradient);
  padding-left: 0;
  padding: 20px 0;
}
  .mobile{
    display: block;
  }
  .desktop{
    display: none;
  }
  .offcanvas-header {
    display: block;
  }

  .mobile-offcanvas {
    visibility: hidden;
    transform: translateX(100%);
    border-radius: 0;
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    z-index: 1200;
    width: 80%;
    overflow-y: scroll;
    overflow-x: hidden;
    transition: visibility .3s ease-in-out, transform .3s ease-in-out;
  }
  .main-nav{
    padding: 15px 0;
  }
  .main-header.g_shrink .main-nav {
    padding: 10px 0;}

    .logo-bg {
      width: 260px;
      height: 109px;
      /* position: relative; */
      z-index: 9;
  }
  .navbar-brand img, .navbar-brand .svg {
    width: 75%;
    z-index: 9;
    position: relative;
}
.main-header.g_shrink .navbar-brand img, .main-header.g_shrink .navbar-brand .svg {
  width: 71%;
}
  .mobile-offcanvas.show {
    visibility: visible;
    transform: translateX(0);
    background-color: #fff;
  }

  .mobile-offcanvas .container,
  .mobile-offcanvas .container-fluid {
    display: block;
  }

  .offcanvas-header .btn-close {
    padding: 0.5rem 0.5rem;
    margin-top: 0.5rem;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
  }


  .offcanvas-header{ display:block; }
  .main-nav .navbar {
    padding: 0;
    width: 80%;
    float: left;
}


	.mobile-offcanvas{
		visibility: hidden;
		transform:translateX(100%);
	    border-radius:0; 
		display:block;
	    position: fixed;
	    top: 0; 
		right:0;
	    height: 100%;
	    z-index: 1200;
	    width:80%;
	    overflow-y: scroll;
	    overflow-x: hidden;
	    transition: visibility .3s ease-in-out, transform .3s ease-in-out;
	}

	.mobile-offcanvas.show{
		visibility: visible;
    	transform: translateX(0);
	}
	.mobile-offcanvas .container, .mobile-offcanvas .container-fluid{
		display: block;
	}
  .p-content {
    margin-bottom: 10px;
  }
  .gallery{
    display: none;
  }
  .contact-link{
    justify-content: end;
  }
  .contact-link li a {
    border-radius: 5px;
    background-color: #4a9be2;
    padding: 13px 16px;
    margin-right: 10px;
    top: 9px;
    position: relative;
  }
  .about-us .row{
    display: flex;
    align-items: center;
  }
  img.about-bg{
    display: none;
  }
  .img-inner {
    padding: 30px;
}
}

@media (max-width: 800px) {}

@media (max-width: 767.98px) {
  .video .row{
    display: flex;
    flex-direction: column-reverse;
  }
  .questions h6 {
    text-align: justify;
}

.inner-banner, .banner {
  height: 400px;
  padding: 30px 0;
  background-color: #eef6ff;
  z-index: 0;
  position: relative;
}
  :root {
    --font-size-16: 14px;
    --font-size-18: 16px;
    --font-size-19: 15px;
    --font-size-20: 16px;
    --font-size-22: 16px;
    --font-size-24: 21px;
    --font-size-25: 16px;
    --font-size-27: 21px;
    --font-size-26: 22px;
    --font-size-28: 28px;
    --font-size-30: 26px;
    --font-size-33: 26px;
    --font-size-36: 25px;
    --font-size-40: 40px;
    --font-size-50: 25px;
    --font-size-56: 46px;
    --font-size-60: 45px;
    --font-size-69: 28px;
}

.container, .container-lg, .container-md, .container-sm, .container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.how span{
  color: var(--color-ffffff);
}

.questions h6 {
  font-weight: normal;
  font-size: 15px;
}





.logo-bg {
  display: none;
}
.g_shrink .navbar-brand {
  top: 0px;
}
img.i {
  width: 70px;
  top: 56%;
  left: 70%;
}
img.what-man {
  width: 42%;
  position: absolute;
  left: 50%;
  bottom: 0;
}
.points1 ul li {
  margin-bottom: 15px;
}
.what h3{
  font-weight: var(--font-weight-SemiBold);
  color: var(--color-ffffff);
  margin-bottom: 20px;
}
.top-header ul li {
  margin-left: 0px;
}
.main-header.g_shrink .navbar-brand img, .main-header.g_shrink .navbar-brand .svg{
  width: 150px;
}
.g_shrink .navbar-brand{
  padding: 0;
}
.main-header.g_shrink .main-nav {
  padding: 0px 0;
}
.navbar-brand img, .navbar-brand .svg {
  width: 160px;
  margin: 0;
  padding: 0;
}
.navbar-brand {
  top: 0px;
  left: 0;
}
.main-nav {
  padding: 0;
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.small-mobile{
  display: none!important;
}
.top-header ul {
  display: flex;
  justify-content: space-between;
}
.navbar-brand{
  position: relative;
  left: -10px;
}
.content-about {
  padding-left: 0px;
}

img.about-bg{
  width: 767px;
  position: relative;
  left: -20%;
}
.compo-text {
  margin-top: 0%;
  padding-left: 0;
}
.uses-inner {
  padding: 0 0px;
}
.tab-benefits {
  padding-right: 0%;
  margin: 0;
  height: 100%;
}
.side-effect p {
  width: 100%;
}
img.main-benefits {
  width: 100%;
  height: auto;
  margin-bottom: 25px;
  border-radius: 30px;
}
.explore-btn button {
  font-size: 14px;
  letter-spacing: 0;
  padding: 5px 15px;
}
.banner-content,.banner-img {
  width: 50%;
}
a.read-more {
  margin-left: 15px;
  margin-top: 20px;
  display: inline-block;
}
p {
  margin-bottom: 10px;
}
.mt-5 {
  margin-top: 1rem !important;
}
.side-points img {
  margin-right: 10px;
  width: 50px;
}
.points ul li {
  margin-bottom: 15px;
}
.points ul li i {
  font-size: 14px;
  margin-right: 5px;
  margin-top: 2px;
}
.videoWrapper iframe {
  border-radius: 36px;

}
.html5-video-player .video-click-tracking, .html5-video-player .video-stream{
  height: 300px!important;
}


br{
  display: none;
}
a.read-more1 {
  padding: 5px 15px;
  margin-top: 15px;
}
.blog-content {
  padding: 20px;
  width: 100%;
}
.videoWrapper iframe {
  height: 300px;
  margin-top: 30px;
}
button.read-more1 {
  padding: 10px 40px;
  margin-top: 0;
}
.what-points ul li img {
  filter: brightness(2);
  width: 25px;
  margin-right: 10px;
}
.questions p {
  margin-bottom: 10px;
}
.contact-us h2{
  font-size: 18px;
}
}

@media (max-width: 575px) {
  p {
    text-align: justify;
}
  .menu-btn img {
    top: -2px;
    position: relative;
}
.inner-banner, .banner {
  height: 100%;
  padding: 30px 0;
 
}
.about-us {
  background-color: var(--color-ffffff);
}
.img-inner {
  padding: 20px;
}
.blogs .p-content{
  text-align: center;
}
.compo-text{
  position: relative;
  z-index: 9;
}
.compo-text .p-content{
  text-align: center;
}
  .menu-btn {
    width: 38px;
    height: 36px;
    margin-top: 5px;
    right: 0px;
}
  .contact-link li a {
    padding: 8px 10px;
}
  .social-footer {
    margin-top: 30px;
    justify-content: center;
    display: flex;
}
  .about-us .row{
    display: flex;
    flex-direction: column-reverse;
  }

  input.form-control {
    font-size: 13px;
    
}
  .footer-contact ul li {
    margin-bottom: 20px;
    align-items: center;
    text-align: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
}
.footer-menu ul li {
  margin: 0px 0;
}
  .video .row {
    display: flex;
    flex-direction: column-reverse;
}
body {
  text-align: center;
}
.videoWrapper {
  height: auto;
  margin-bottom: 30px;
  display: block;
}
img.main-benefits {
  width: 99%;
  height: 300px;
}
  :root {
    --font-size-16: 14px;
    --font-size-18: 16px;
    --font-size-19: 15px;
    --font-size-20: 15px;
    --font-size-22: 14px;
    --font-size-24: 21px;
    --font-size-25: 16px;
    --font-size-27: 16px;
    --font-size-26: 22px;
    --font-size-28: 28px;
    --font-size-30: 26px;
    --font-size-33: 19px;
    --font-size-36: 20px;
    --font-size-40: 40px;
    --font-size-50: 20px;
    --font-size-56: 46px;
    --font-size-60: 45px;
    --font-size-69: 22px;
}
.video .p-content {
text-align: center;}
.blog .p-content {
  text-align: center;
}
.about-us {
  position: relative;
  
}
h1, h2, h3, h4, h5, h6{
  margin-bottom: 10px;
}
.points ul li p {
  text-align: left;
}
.side-points p {
  width: 100%;
  text-align: left;
}

img.banner-img2 {
  width: 50%;
}

img.i {
  width: 70px;
  top: 66%;
  left: 70%;
}
.uses-inner img {
  width: 100%;
}
.points1 ul li i {
  font-size: 16px;
  margin-right: 10px;
} 
.questions:first-child{
  margin-top: 20px;
}
  .main-title,.medium-text{
    margin-bottom: 10px;
  }
  .responsive-flex{
    flex-direction: column-reverse;
  }
  .pb-100 {
    padding-bottom: 30px;
}

.pt-100 {
  padding-top: 30px;
}
.questions {
  margin-top: 25px;
  padding-bottom: 10px;
}
  .banner-content, .banner-img {
    width: 100%;
}
.benefits .p-content {
  text-align: left;
}
.explore-btn {
  justify-content: center;
  width: 100%;
}

.banner-img{
  position: unset;
  justify-content: center;
}
.banner-content {
  justify-content: center;
  margin-top: 40px;
}

.banner-content .main-title{
  font-size: 30px;
}
img.about-bg {
  width: 480px;
  height: 200px;
  position: relative;
  left: -20%;
}
input.form-control {
  padding: 10px;
  margin-bottom: 20px;
}
textarea.form-control{
  padding: 10px;

}
.videoWrapper iframe {
  height: 250px;
  margin-top: 30px;
}
.what-points ul li {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-right: 0px;
}
.what-content h3{
  color: var(--color-ffffff);
  font-weight: var(--font-weight-SemiBold);
  margin-bottom: 20px;
  margin-top: 40px!important;
}
a.read-more1 {
  padding: 5px 15px;
  margin-top: 0px;
}
.mb-5 {
  margin-bottom: 0.5rem !important;
}
.questions li {
  margin-bottom: 10px;
}
.desktop-social{
  display: none!important;
}
.mobile-social{
  display: block;
}
.footer-contact ul li {
  margin-bottom: 20px;
  align-items: center;
}
h3.footer-heading {
  margin-bottom: 15px;
  margin-top: 30px;
}
.copyright-footer p {
  font-size: var(--font-size-18);
  font-weight: var(--font-weight-Light);
  color: #eaeaea;
  text-align: left;
}
button.read-more1 {
  padding: 8px 30px;
  margin-top: 0;
}
.social-footer {
  margin-top: 30px;
}

.social-footer ul li i {
  font-size: 20px;
  width: 20px;
  height: 20px;
  padding: 18px;
}
.social-footer ul li {
  margin-right: 10px;
}
.copyright-footer {
  margin-top: 30px;
  margin-bottom: 15px;
}
.whatsapp-btn,#button{
  width: 50px;
  height: 50px;
}
#button::after {
  line-height: 45px;
}
.about-img img {
  width: 60%;
  top: 0;
  position: relative;
  left: 0;
}

.footer-contact ul li p {
  font-size: 14px;
}
.footer-contact ul li i {
  font-size: 18px;
  margin-right: 8px;
}
}

@media (max-width: 375px) {
  img.banner-img-main {
    width: 78%;
}
  img.banner-img2 {
    width: 60%;
}

}

@media (max-width: 320px) {
  .offcanvas-active{
    overflow:hidden;
  }
  .top-header a{
    font-size: 13px;
  }
  .main-title{
    font-size: 24px;
  }
}




.screen-darken{
	height: 100%;
	width:0%;
	z-index: 30;
	position: fixed;
	top: 0;
	right: 0;
	opacity:0;
	visibility:hidden;
	background-color: rgba(34, 34, 34, 0.6);
	transition:opacity .2s linear, visibility 0.2s, width 2s ease-in;
}

.screen-darken.active{
	z-index:10; 
	transition:opacity .3s ease, width 0s;
    opacity:1;
    width:100%;
    visibility:visible;
}

.sticky_share_btn {
  position: fixed;
  right: 31px;
  bottom: 100px;
  z-index: 9;
}
.share-toggle, .fixed_share ul.listing > li {
  font-size: 20px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 2px solid;
  border-radius: 50%;
  transition: all 0.5s ease-in-out;
}
ul.listing {
  list-style: none;
  display: none;
}
.fixed_share ul.listing > li {
margin-bottom: 10px; 
}
.fixed_share ul.listing > li > a {
  display: block;
  width: 70%;
  height: auto;
  text-align: center;
}
.share-toggle:hover,
.fixed_share ul.listing > li:hover {
transform: scale(1.1) rotate(360deg);
}

.fixed_share .facebook, 
.fixed_share .facebook > a{
color: #4267B2;
background-color: var(--color-ffffff);
}
.fixed_share .youtube, 
.fixed_share .youtube > a{
color: #FF0000;
background-color: var(--color-ffffff);
}

.fixed_share .instagram, 
.fixed_share .instagram > a{
color: #8a3ab9 ;
background-color: var(--color-ffffff);
}

.fixed_share .linkedin, 
.fixed_share .linkedin > a{
color: #0e76a8;
background-color: var(--color-ffffff);

}

