@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700;800&display=swap");* {margin: 0;padding: 0;box-sizing: border-box;}html {overflow-x: hidden;}body {color: #000;font-size: 16px;line-height: 25px;font-weight: 500;font-family: 'Montserrat', sans-serif;overflow-x: hidden;}body a {text-decoration: none;color: currentColor;}body a:hover {color: currentColor;}header {height: 100px;width: 100vw;position: fixed;top: 0;z-index: 10;background-color: #fff;}@media (max-width: 1700px) {header {height: 75px;}}@media (max-width: 992px) {header {height: auto;padding-bottom: 15px;}}@media (max-width: 992px) {header {padding-bottom: 0;}}header .container {height: 100%;width: 100%;display: flex;justify-content: space-between;align-items: center;}header .container img {width: 200px;}header .container nav {width: 100%;}header .container nav .collapse, header .container nav .collapsing {justify-content: end;}@media (max-width: 992px) {header .container nav .collapse, header .container nav .collapsing {justify-content: flex-start;}}header .container nav .collapse a, header .container nav .collapsing a {line-height: 22px;font-weight: 500;margin-left: 60px;padding-bottom: 15px;}@media (max-width: 992px) {header .container nav .collapse a, header .container nav .collapsing a {margin: 0;font-size: 15px;line-height: 19px;display: block;padding: 25px 0 0 0;}}header .container nav .collapse a:hover, header .container nav .collapsing a:hover {border-bottom: 2px solid #000;color: currentColor;}footer {background-color: #00BCFF;color: #fff;padding-top: 120px;}footer .container {border-bottom: 1px solid #fff;padding-bottom: 40px;}footer .container img {width: 200px;}footer .container-fluid {text-align: center;padding-top: 40px;padding-bottom: 60px;}footer .container-fluid div .p1 {margin-right: 80px;}@media (max-width: 450px) {footer .container-fluid div .p1 {margin-right: 40px;}}.home .floating-go-to-top {position: fixed;bottom: 5%;right: 40px;width: 60px;height: 60px;border-radius: 50%;background-color: #00BCFF;color: #fff;z-index: 2;}@media (max-width: 600px) {.home .floating-go-to-top {right: 20px;}}.home .floating-go-to-top a {width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;font-size: 25px;}.home .s1 {margin-top: 75px;}.home .s1 .banner {height: fit-content;width: 100vw;}.home .s1 .banner .carousel {height: 100%;width: 100%;}.home .s1 .banner .carousel .bannerItem {height: 700px;width: 100%;display: flex;justify-content: center;align-items: flex-end;position: relative;background-repeat: no-repeat;background-position: center;background-size: cover;}@media (max-width: 1700px) {.home .s1 .banner .carousel .bannerItem {height: 650px;}}@media (max-width: 600px) {.home .s1 .banner .carousel .bannerItem {height: 600px;align-items: center;}}.home .s1 .banner .carousel .bannerItem .blueFilter {height: 100%;width: 100%;position: absolute;background-color: #00BCFF;opacity: 0.41;z-index: 0;}.home .s1 .banner .carousel .bannerItem .content {position: relative;z-index: 1;text-align: center;width: 60%;margin: 0 auto 70px auto;display: flex;flex-direction: column;align-items: center;}@media (max-width: 1300px) {.home .s1 .banner .carousel .bannerItem .content {width: 80%;}}@media (max-width: 1000px) {.home .s1 .banner .carousel .bannerItem .content {width: 97%;margin-bottom: 30px;}}.home .s1 .banner .carousel .bannerItem .content p {font-size: 44px;line-height: 54px;color: #fff;text-transform: uppercase;font-weight: 700;}@media (max-width: 767px) {.home .s1 .banner .carousel .bannerItem .content p {font-size: 32px;line-height: 42px;}}.home .s1 .banner .carousel .bannerItem .content a {font-size: 20px;line-height: 25px;color: #00BCFF;display: flex;align-items: center;justify-content: space-between;width: 200px;height: 60px;font-weight: 600;background-color: #fff;border-radius: 100px;padding-inline: 30px;}@media (max-width: 767px) {.home .s1 .banner .carousel .bannerItem .content a {font-size: 17px;line-height: 22px;width: 180px;height: 50px;padding-inline: 20px;}}.home .s1 .banner .carousel .bannerItem .content a i {font-size: 26px;}@media (max-width: 767px) {.home .s1 .banner .carousel .bannerItem .content a i {font-size: 21px;}}.home .s1 .banner .carousel button img {height: 60px;}.home .s2 {height: auto;width: 100vw;transition: all .7s ease;}.home .s2 .container-fluid {position: relative;padding: 0;display: flex;justify-content: space-between;transition: all .6s ease-out;background-color: #00BCFF;}@media (max-width: 1100px) {.home .s2 .container-fluid {flex-direction: column;}}.home .s2 .container-fluid .image {width: 50%;height: 100%;background-color: #00BCFF;display: flex;justify-content: center;padding-top: 40px;transition: all 1s ease;}@media (max-width: 1100px) {.home .s2 .container-fluid .image {width: 100%;}}.home .s2 .container-fluid .image .row {width: 60%;}.home .s2 .container-fluid .image .row > div {display: flex;align-items: center;justify-content: center;}.home .s2 .container-fluid .image .row .mainImg {width: 100%;margin: 60px 0;}.home .s2 .container-fluid .image .row .mobileImg {width: 60%;}.home .s2 .container-fluid .image .row .icons {margin: 45px auto;opacity: 1;transition: all .6s ease-out;}@media (max-width: 1100px) {.home .s2 .container-fluid .image .row .icons {width: 80px;margin: 35px auto;}}.home .s2 .container-fluid .image .row .ihide {opacity: 0;pointer-events: none;position: absolute;}.home .s2 .container-fluid .mobileImage {padding-top: 0;}.home .s2 .container-fluid .content {width: 50%;height: auto;padding-inline: 80px;padding-top: 70px;background-color: #fff;padding-bottom: 145px;}@media (max-width: 1100px) {.home .s2 .container-fluid .content {width: 100%;padding-inline: 30px;}}@media (max-width: 1100px) {.home .s2 .container-fluid .content {padding-inline: 15px;}}.home .s2 .container-fluid .content ul {padding-left: 1rem;}.home .s2 .container-fluid .content .mt-5 {transition: all .6s ease-out;opacity: 1;}.home .s2 .container-fluid .content .title {font-size: 41px;line-height: 51px;color: #00BCFF;margin-bottom: 30px;font-weight: 700;}@media (max-width: 600px) {.home .s2 .container-fluid .content .title {font-size: 37px;}}.home .s2 .container-fluid .content .p1 {color: #6E6E6E;opacity: 1;transition: all .6s ease-out;position: relative;}.home .s2 .container-fluid .content .phide {opacity: 0;pointer-events: none;color: transparent;position: absolute;}.home .s2 .container-fluid .content button {width: 70px;height: 70px;position: absolute;bottom: 40px;background-color: #00BCFF;border-radius: 50%;border: none;outline: none;display: flex;align-items: center;justify-content: center;color: #fff;font-size: 45px;transition: all .3s ease;}@media (max-width: 1200px) {.home .s2 .container-fluid .content button {width: 55px;height: 55px;bottom: 30px;}}.home .s2 .container-fluid .content button:hover {background-color: #000;}.home .s2 .container-fluid .content .mobileButton {left: 47%;}@media (max-width: 500px) {.home .s2 .container-fluid .content .mobileButton {left: 43%;}}.home .s3 {color: #6E6E6E;background-color: #F2F2F2;}.home .s3 .toparea {padding: 80px 0;text-align: center;}.home .s3 .toparea .title {font-size: 44px;line-height: 54px;color: #00BCFF;font-weight: 700;margin-bottom: 30px;}.home .s3 .toparea .p1 {width: 80%;margin: 0 auto;text-align: center;}@media (max-width: 767px) {.home .s3 .toparea .p1 {width: 100%;}}.home .s3 .row > div {display: flex;justify-content: center;align-items: flex-start;}.home .s3 .row .card-ps {position: relative;width: 400px;height: auto;transition: all .5s ease-out;display: flex;flex-direction: column;justify-content: flex-start;align-items: center;background-color: #fff;box-shadow: 0px 3px 6px #00000029;border-radius: 20px;margin-bottom: 80px;padding: 50px 28px 80px 28px;position: relative;}@media (max-width: 992px) {.home .s3 .row .card-ps {padding: 20px 25px 50px 25px;width: 300px;}}.home .s3 .row .card-ps img {height: 120px;margin-bottom: 30px;}@media (max-width: 992px) {.home .s3 .row .card-ps img {height: 90px;}}.home .s3 .row .card-ps ul {width: 100%;}.home .s3 .row .card-ps ul li {margin-bottom: 5px;}.home .s3 .row .card-ps .title {color: #00BCFF;font-weight: 700;font-size: 26px;line-height: 33px;margin-bottom: 18px;text-align: center;}.home .s3 .row .card-ps .p1 {text-align: start;opacity: 1;transition: all .6s ease;color: #6E6E6E;position: relative;}.home .s3 .row .card-ps .phide {opacity: 0;pointer-events: none;color: transparent;position: absolute;}.home .s3 .row .card-ps .btn-showhide {width: 70px;height: 70px;position: absolute;bottom: -35px;background-color: #00BCFF;border-radius: 50%;border: none;outline: none;display: flex;align-items: center;justify-content: center;color: #fff;font-size: 45px;transition: all .5s ease;}@media (max-width: 992px) {.home .s3 .row .card-ps .btn-showhide {width: 80px;height: 80px;bottom: -40px;}}.home .s3 .row .card-ps .btn-showhide:hover {background-color: #000;}.home .s4 .form {width: 100%;padding: 75px 0;display: flex;flex-direction: column;align-items: center;color: #6E6E6E;}.home .s4 .form .title {font-size: 44px;line-height: 54px;color: #00BCFF;text-align: center;margin-bottom: 25px;font-weight: 700;}.home .s4 .form .p1 {color: #6E6E6E;width: 80%;margin: 0 auto;text-align: center;margin-bottom: 60px;}@media (max-width: 767px) {.home .s4 .form .p1 {width: 100%;}}.home .s4 .form .row > div {display: flex;}@media (max-width: 767px) {.home .s4 .form .row > div {justify-content: center !important;}}.home .s4 .form .row input, .home .s4 .form .row textarea {width: 90%;height: 68px;border-radius: 20px;box-shadow: inset 0px 3px 6px #00000029;font-size: 17px;line-height: 25px;padding-left: 30px;background: #F4F4F4 0% 0% no-repeat padding-box;border: none;}.home .s4 .form .row input:focus, .home .s4 .form .row textarea:focus {outline: none;}@media (max-width: 767px) {.home .s4 .form .row input, .home .s4 .form .row textarea {width: 100%;}}.home .s4 .form .row input::placeholder, .home .s4 .form .row textarea::placeholder {font-size: 17px;line-height: 25px;font-weight: 500;}.home .s4 .form .row textarea {width: 100%;height: auto;padding-top: 30px;padding-right: 10px;margin-bottom: 50px;}.home .s4 .form .row .submit {width: 220px;height: 50px;background-color: #00BCFF;display: flex;align-items: center;justify-content: center;color: #fff;border: none;border-radius: 15px;outline: none;font-weight: 700;margin-bottom: 30px;}.home .s4 .form .row .socials {justify-content: center;font-size: 50px;color: #00BCFF;}.home .s4 .form .row .socials .fa-whatsapp {margin-right: 15px;}.home .s5 .container-fluid {padding: 0;color: #6E6E6E;}.home .s5 .container-fluid .row {width: 100%;margin: 0;}.home .s5 .container-fluid .row > div {padding: 0;}.home .s5 .container-fluid .image {width: 100%;height: 100%;}.home .s5 .container-fluid .image img {width: 100%;height: 100%;object-fit: cover;object-position: left;}.home .s5 .container-fluid .content {height: 100%;width: 100%;padding: 80px 13%;}@media (max-width: 550px) {.home .s5 .container-fluid .content {padding: 60px 15px;}}.home .s5 .container-fluid .content .title {font-size: 44px;line-height: 54px;color: #00BCFF;font-weight: 700;margin-bottom: 35px;}@media (max-width: 550px) {.home .s5 .container-fluid .content .title {font-size: 40px;line-height: 50px;text-align: center;}}.home .s5 .container-fluid .content a {background-color: #00BCFF;width: 100%;padding: 25px 0;display: flex;justify-content: center;align-items: center;color: #fff;font-size: 30px;line-height: 38px;font-weight: 700;text-transform: uppercase;text-align: center;border-radius: 20px;margin: 30px 0;transition: all .6s ease;box-shadow: 0px 7px 12px rgba(0, 0, 0, 0.2);}.home .s5 .container-fluid .content a:hover {box-shadow: 2px 7px 15px rgba(0, 0, 0, 0.3);}@media (max-width: 550px) {.home .s5 .container-fluid .content a {font-size: 22px;line-height: 30px;padding-inline: 15px;}}.home .s5 .container-fluid .content span {display: block;text-transform: uppercase;font-size: 12px;line-height: 20px;width: 80%;width: 75%;}@media (max-width: 550px) {.home .s5 .container-fluid .content span {width: 100%;}}