@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@300;400;600;700&display=swap");
.position-absolute-center {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 100%;
}
.w-33 {
width: 33.33333%;
}
body {
font-family: 'Cairo', sans-serif;
}
html {
font-size: 10px;
}
@media screen and (min-width: 320px) {
html {
font-size: calc(10px + 6 * ((100vw - 320px) / 500));
}
}
@media screen and (min-width: 1000px) {
html {
font-size: 16px;
}
} .hamburger .line {
width: 30px;
height: 3px;
background-color: #46B2E3;
display: block;
margin: 5px auto;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.hamburger:hover {
cursor: pointer;
}
#hamburger-1.is-active .line:nth-child(2) {
opacity: 0;
}
#hamburger-1.is-active .line:nth-child(1) {
-webkit-transform: translateY(10px) rotate(45deg);
transform: translateY(10px) rotate(45deg);
}
#hamburger-1.is-active .line:nth-child(3) {
-webkit-transform: translateY(-6px) rotate(-45deg);
transform: translateY(-6px) rotate(-45deg);
}
.navbar-toggler:focus {
outline: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.footer {
background-color: #063A52;
color: white;
}
.footer ul {
padding-left: 0;
margin-bottom: 0;
}
.footer li {
list-style: none;
}
.footer__menu a {
color: white;
-webkit-transition: .2s;
transition: .2s;
text-decoration: none;
}
.footer__menu a:hover {
text-decoration: none;
color: #46B2E3;
-webkit-transition: .2s;
transition: .2s;
}
.footer__menu ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.footer__menu ul li {
margin-left: 10px;
margin-right: 10px;
}
.footer__social {
text-align: right;
}
.footer__social a {
display: inline-block;
}
@media (max-width: 575.98px) {
.footer__copy {
text-align: center;
margin-bottom: 1rem;
}
.footer__social {
text-align: center;
margin-top: 1rem;
}
}
.navigation {
position: relative;
min-height: 50px;
}
.navigation li {
list-style: none;
}
.navigation.navigation-home {
padding-top: 0;
padding-bottom: 0;
min-height: 0;
}
.navigation.navigation-home .navbar {
left: 0;
position: absolute;
width: 100%;
z-index: 19;
padding-top: .75rem;
}
.navigation.navigation-home .navbar-nav {
width: 100%;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.navigation.navigation-home .navbar-nav li {
margin-left: 1.5vw;
padding: 0 2px;
}
.navigation.navigation-home .navbar-nav li a {
color: #fff;
}
.navigation.navigation-home .navbar-nav li a:hover {
color: #46B2E3;
-webkit-transition: .2s;
transition: .2s;
}
.navigation .navbar {
left: 0;
position: absolute;
width: 100%;
z-index: 19;
padding-top: .75rem;
}
.navigation .navbar-nav {
width: 100%;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.navigation .navbar-nav li {
margin-left: 1.5vw;
padding: 0 2px;
}
.navigation .navbar-nav li a {
color: black;
text-decoration: none;
font-weight: 400;
font-size: 1rem;
-webkit-transition: .2s;
transition: .2s;
position: relative;
display: inline-block;
}
.navigation .navbar-nav li a:hover {
color: #000;
-webkit-transition: .2s;
transition: .2s;
}
@media (max-width: 1200px) {
.navigation {
width: 95vw;
max-width: 95vw;
}
.navigation .navbar-nav li {
margin-left: .7vw;
}
}
@media (max-width: 991.98px) {
.navigation {
width: 100%;
max-width: 100%;
}
.navigation.navigation-home .navbar {
background-color: rgba(0, 0, 0, 0.3);
-webkit-backdrop-filter: blur(9px);
backdrop-filter: blur(9px);
}
.navigation .navbar {
margin-top: 0;
background-color: rgba(255, 255, 255, 0.3);
-webkit-backdrop-filter: blur(9px);
backdrop-filter: blur(9px);
}
.navigation .navbar-nav {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-top: .5rem;
}
.navigation .navbar-nav li {
margin-left: 0;
margin-bottom: 1rem;
}
.navigation .navbar-nav li a {
font-size: 1.5rem;
}
.navbar-brand {
max-width: 200px;
}
}
.login-link a {
background-color: #46B2E3;
color: #fff !important;
display: inline-block;
padding: .25rem 1.5rem;
-webkit-transition: opacity .3s;
transition: opacity .3s;
border-radius: 5px;
}
.login-link a:hover {
opacity: .9;
}
.privacy {
margin-top: 50px;
margin-bottom: 50px;
}
.privacy__uppertitle {
color: #46B2E3;
font-weight: 700;
}
.home-slider .slider-img {
height: 52vw;
min-height: 450px;
max-height: 900px;
background-position: bottom;
background-repeat: no-repeat;
background-size: cover;
}
.home-slider .carousel-caption {
left: 16%;
top: 40%;
bottom: auto;
right: auto;
width: 35vw;
min-width: 600px;
-webkit-transform: translate(0%, -50%);
transform: translate(0%, -50%);
}
.home-slider .carousel-caption h1 {
font-size: 3rem;
}
.home-1 {
position: relative;
color: #fff;
}
.home-1__bg {
position: absolute;
z-index: -1;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
}
.home-1__left-heading {
margin-top: 8rem;
margin-bottom: 3rem;
}
.home-1__left-listing {
margin-left: -8px;
margin-right: -8px;
margin-bottom: 13rem;
}
.home-1__left-listing-item {
border: 1px solid #fff;
margin: 8px;
padding: 1.5rem;
width: calc(33.33333% - 16px);
border-radius: 5px;
}
.home-1__left-listing-number {
color: #46B2E3;
font-weight: 800;
font-size: 3.5rem;
line-height: 3.5rem;
}
.home-1__left-listing-heading {
color: #fff;
font-weight: 800;
font-size: 1.125rem;
}
.home-1__right-content h1, .home-1__right-content h2, .home-1__right-content h3, .home-1__right-content h4, .home-1__right-content h5, .home-1__right-content h6 {
color: #46B2E3;
margin-bottom: 1rem;
font-size: 1.75rem;
}
.home-1__right-content p {
line-height: 1.75;
}
.home-1__right-content a {
display: inline-block;
border: 1px solid #46B2E3;
color: #fff;
background-color: #000;
padding: .75rem 2.5rem;
text-decoration: none;
-webkit-transition: .2s ease;
transition: .2s ease;
margin-top: 1rem;
border-radius: 10px;
}
.home-1__right-content a:hover {
color: #46B2E3;
-webkit-transition: .2s ease;
transition: .2s ease;
}
.home-2 {
background-color: #010101;
position: relative;
color: #fff;
padding-top: 3rem;
padding-bottom: 5rem;
}
.home-2__left-content h2 {
font-size: 2.5rem;
color: #46B2E3;
font-weight: 600;
margin-bottom: 1.75rem;
}
.home-3 {
position: relative;
margin-top: 8rem;
margin-bottom: 8rem;
}
.home-3__top-content {
text-align: center;
}
.home-3__top-content h1, .home-3__top-content h2, .home-3__top-content h3, .home-3__top-content h4, .home-3__top-content h5, .home-3__top-content h6 {
font-weight: 600;
margin-bottom: 1rem;
}
.home-3__listing-item {
padding: .5rem;
}
.home-3__listing-heading {
font-size: 1.125rem;
font-weight: 800;
}
.home-3__listing i {
display: inline-block;
margin-right: .5rem;
margin-top: .25rem;
font-size: 1.5rem;
color: #46B2E3;
}
.home-3__bottom-content {
margin: 2rem auto;
max-width: 50%;
}
.home-3__bottom-content a {
display: inline-block;
border: 1px solid #46B2E3;
color: #000;
background-color: #fff;
padding: .75rem 2.5rem;
text-decoration: none;
-webkit-transition: .2s ease;
transition: .2s ease;
margin-top: 1rem;
border-radius: 10px;
}
.home-3__bottom-content a:hover {
color: #46B2E3;
-webkit-transition: .2s ease;
transition: .2s ease;
}
.home-4 {
position: relative;
color: #fff;
padding-top: 4rem;
padding-bottom: 4rem;
}
.home-4__bg {
position: absolute;
z-index: -1;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
}
.home-4__top-content {
width: 50%;
margin-bottom: 2rem;
}
.home-4__top-content h2 {
font-size: 3.5rem;
}
.home-4__listing {
margin-left: -13px;
margin-right: -13px;
}
.home-4__listing-item {
width: calc(33.3333% - 26px);
margin: 13px;
background-color: #255F79;
-webkit-transition: .2s ease;
transition: .2s ease;
border: 1px solid #255F79;
border-radius: 5px;
padding: 1.5rem 3rem 3rem 3rem;
}
.home-4__listing-item:hover {
-webkit-transition: .2s ease;
transition: .2s ease;
border: 1px solid #fff;
background-color: transparent;
}
.home-4__listing-number {
font-size: 3.5rem;
font-weight: 800;
color: #46B2E3;
}
.home-4__listing-heading {
font-weight: 700;
font-size: 1.25rem;
margin-bottom: 1rem;
}
.home-4__bottom-content {
margin-top: 1.5rem;
margin-bottom: 5rem;
width: 50%;
}
.home-4__bottom-content a {
display: inline-block;
border: 1px solid #46B2E3;
color: #fff;
padding: .75rem 2.5rem;
text-decoration: none;
-webkit-transition: .2s ease;
transition: .2s ease;
margin-top: 1rem;
border-radius: 10px;
}
.home-4__bottom-content a:hover {
color: #46B2E3;
-webkit-transition: .2s ease;
transition: .2s ease;
}
.home-5 {
background-color: #303030;
color: #fff;
padding-top: 10rem;
padding-bottom: 7rem;
}
.home-5__left-content h4 {
color: #46B2E3;
}
.home-5__right-content i {
display: inline-block;
border-radius: 100%;
color: white;
background-color: #46B2E3;
padding: 3px 7px 3px 9px;
margin-right: 1rem;
}
.home-5__right-content a {
color: #fff;
text-decoration: none;
-webkit-transition: .2s;
transition: .2s;
}
.home-5__right-content a:hover {
color: #46B2E3;
-webkit-transition: .2s;
transition: .2s;
}
.home-5__listing {
margin-left: -13px;
margin-right: -13px;
}
.home-5__listing-item {
width: calc(33.3333% - 26px);
margin: 13px;
background-color: #255F79;
-webkit-transition: .2s ease;
transition: .2s ease;
padding: 3rem 3rem 3rem 3rem;
border-radius: 5px;
}
.home-5__listing-heading {
font-weight: 600;
font-size: 2.5rem;
margin-bottom: 1rem;
}
.home-6 {
position: relative;
color: #fff;
}
.home-6__bg {
position: absolute;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
top: 0%;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
}
.home-6__content {
margin: 17rem auto;
max-width: 50%;
}
.home-6__content h1, .home-6__content h2, .home-6__content h3, .home-6__content h4, .home-6__content h5, .home-6__content h6 {
font-size: 3.5rem;
font-weight: 600;
}
.home-6__content p {
font-size: 1.25rem;
}
.home-6__content a {
display: inline-block;
border: 1px solid #46B2E3;
color: #fff;
background-color: #000;
padding: .75rem 2.5rem;
text-decoration: none;
-webkit-transition: .2s ease;
transition: .2s ease;
margin-top: 1.5rem;
border-radius: 10px;
}
.home-6__content a:hover {
color: #46B2E3;
-webkit-transition: .2s ease;
transition: .2s ease;
}
.home-7 {
margin-top: 7rem;
margin-bottom: 5rem;
}
.home-7__content {
margin-bottom: 1rem;
}
.home-7__content em {
color: #46B2E3;
font-style: normal;
font-weight: 700;
}
.home-7__content h5 {
font-weight: 600;
font-size: 3.375rem;
color: #232323;
}
.home-7__content p {
color: #575757;
}
.home-7__link {
margin-top: .5rem;
}
.home-7__link a {
display: inline-block;
color: #000;
text-decoration: none;
font-size: 1.125rem;
-webkit-transition: .2s;
transition: .2s;
}
.home-7__link a:hover {
color: #46B2E3;
-webkit-transition: .2s;
transition: .2s;
}
.home-7__link i {
color: #46B2E3;
display: inline-block;
margin-right: .5rem;
}
.home-7__form {
color: #929292;
}
.home-7__form input, .home-7__form textarea {
border: 1px solid #B0B0B0;
border-radius: 0;
-webkit-transition: .2s;
transition: .2s;
padding: .875rem 1.125rem;
border-radius: 5px;
}
.home-7__form input::-webkit-input-placeholder, .home-7__form textarea::-webkit-input-placeholder {
color: #BDBDBD;
font-size: 0.875rem;
}
.home-7__form input:-ms-input-placeholder, .home-7__form textarea:-ms-input-placeholder {
color: #BDBDBD;
font-size: 0.875rem;
}
.home-7__form input::-ms-input-placeholder, .home-7__form textarea::-ms-input-placeholder {
color: #BDBDBD;
font-size: 0.875rem;
}
.home-7__form input::placeholder, .home-7__form textarea::placeholder {
color: #BDBDBD;
font-size: 0.875rem;
}
.home-7__form input:hover, .home-7__form textarea:hover {
-webkit-transition: .2s;
transition: .2s;
-webkit-transform: translateY(-2px);
transform: translateY(-2px);
-webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.home-7__form input:focus, .home-7__form input:active, .home-7__form input:focus .home-7__form input:active, .home-7__form textarea:focus, .home-7__form textarea:active, .home-7__form textarea:focus .home-7__form input:active, .home-7__form input:focus .home-7__form textarea:active, .home-7__form textarea:focus .home-7__form textarea:active {
border-color: #46B2E3;
-webkit-box-shadow: none !important;
box-shadow: none !important;
-webkit-transform: translateY(0);
transform: translateY(0);
}
.home-7__form input[type=submit], .home-7__form textarea[type=submit] {
background-color: #46B2E3;
padding: .75rem 2rem;
color: #fff;
font-size: 1rem;
border-color: #46B2E3;
border-radius: 10px;
}
.home-7__form input[type=submit]:active, .home-7__form textarea[type=submit]:active {
background-color: #46B2E3;
}
.home-7__form .checkbox-153 label {
display: -ms-grid;
display: grid;
-ms-grid-columns: 1em auto;
grid-template-columns: 1em auto;
gap: 15px;
margin-bottom: .75rem;
}
.home-7__form input[type="checkbox"] {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background-color: #fff;
padding: 0;
margin: 0;
margin-top: 0.3rem !important;
margin-right: 0 !important;
font: inherit;
color: #B0B0B0;
width: 20px;
min-width: 20px;
height: 20px;
border: 1px solid #B0B0B0;
-webkit-transform: translateY(-0.075em);
transform: translateY(-0.075em);
display: -ms-grid;
display: grid;
place-content: center;
}
.home-7__form input[type="checkbox"]::before {
content: "";
width: 14px;
border-radius: 5px;
height: 14px;
-webkit-transform: scale(0);
transform: scale(0);
-webkit-transition: 120ms -webkit-transform ease-in-out;
transition: 120ms -webkit-transform ease-in-out;
transition: 120ms transform ease-in-out;
transition: 120ms transform ease-in-out, 120ms -webkit-transform ease-in-out;
-webkit-box-shadow: inset 1em 1em var(--form-control-color);
box-shadow: inset 1em 1em var(--form-control-color);
}
.home-7__form input[type="checkbox"]:checked::before {
-webkit-transform: scale(1);
transform: scale(1);
background-color: #46B2E3;
}
.home-7__form input[type="checkbox"]:checked {
border-radius: 0;
}
@media (max-width: 991.98px) {
.home-1__left-listing {
margin-bottom: 3rem;
}
.home-3__bottom-content {
max-width: 100%;
}
.home-4__top-content {
width: 100%;
}
.home-4__bottom-content {
width: 100%;
}
.home-4__listing-item {
width: calc(50% - 26px);
}
.home-4__listing-item:last-child {
width: calc(100% - 26px);
}
.home-5__listing-item {
width: calc(50% - 26px);
}
.home-5__listing-item:last-child {
width: calc(100% - 26px);
}
.home-slider .carousel-caption {
width: 80%;
min-width: 0;
left: 10%;
}
}
@media (max-width: 767.98px) {
.home-4__listing-item {
width: calc(100% - 26px);
}
.home-5__listing-item {
width: calc(100% - 26px);
}
.home-7__content {
width: 100% !important;
}
}
@media (max-width: 575.98px) {
.home-1__left-listing-item {
width: calc(50% - 16px);
}
.home-6__content {
max-width: 100%;
}
.home-4__listing, .home-5__listing {
margin-left: 0;
margin-right: 0;
}
}
body.home .wpcf7-list-item {
margin-left: 0;
}
body.home .wpcf7-list-item label {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
body.home .wpcf7-list-item input[type=checkbox] {
margin-right: .5rem;
margin-top: .4rem;
}
#login-section {
position: relative;
}
#login-section > img {
height: 100%;
left: 0;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: center;
object-position: center;
position: absolute;
top: 0;
width: 100%;
}
#login-section div {
position: relative;
z-index: 1;
}
.landing__body {
background: radial-gradient(50% 50% at 50% 50%, #153443 0%, #232323 100%);
color: #fff;
}
.landing__body .wpcf7-list-item {
margin-left: 0;
}
.landing__body .wpcf7-list-item label {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.landing__body .wpcf7-list-item input[type=checkbox] {
margin-right: .5rem;
margin-top: .2rem;
}
.landing__body .container {
max-width: 1440px;
}
.landing-main__title {
font-size: 1.6875rem;
font-weight: 600;
margin-bottom: 2rem;
}
.landing-main__link {
display: inline-block;
border: 1px solid #46B2E3;
color: #fff;
padding: .75rem 2.5rem;
text-decoration: none;
-webkit-transition: .2s ease;
transition: .2s ease;
margin-top: 1rem;
margin-bottom: 2rem;
border-radius: 10px;
}
.landing-main__link:hover {
color: #46B2E3;
-webkit-transition: .2s ease;
transition: .2s ease;
}
.landing-main__description {
margin-bottom: 2rem;
}
.landing-solutions__title {
font-weight: 600;
font-size: 1.375rem;
margin-bottom: 1.5rem;
}
.landing-box {
border: 1px solid #fff;
margin-bottom: 2.25rem;
padding: 1rem 1.625rem 1.25rem;
border-radius: 5px;
}
.landing-box__title {
font-weight: 700;
font-size: 1.375rem;
color: #46B2E3;
margin-bottom: 0.5rem;
}
.landing-box__subtitle {
font-weight: 700;
color: #fff;
margin-bottom: 0.75rem;
font-size: 1rem;
}
.landing-box__description {
font-size: 0.875rem;
color: #C1C1C1;
}
.landing-box__description ol {
padding-left: 15px;
}
.landing-box__description ol li {
margin-bottom: 0.75rem;
padding-left: 7px;
}
.landing-box__description ol li::marker {
color: #46B2E3;
font-size: 1rem;
margin-right: 5px;
}
.landing__form {
color: #929292;
background-color: #fff;
padding: 45px 55px;
border-radius: 10px;
}
.landing__form input, .landing__form textarea {
border: 1px solid #B0B0B0;
border-radius: 5px;
-webkit-transition: .2s;
transition: .2s;
padding: .875rem 1.125rem;
}
.landing__form input::-webkit-input-placeholder, .landing__form textarea::-webkit-input-placeholder {
color: #BDBDBD;
font-size: 0.875rem;
}
.landing__form input:-ms-input-placeholder, .landing__form textarea:-ms-input-placeholder {
color: #BDBDBD;
font-size: 0.875rem;
}
.landing__form input::-ms-input-placeholder, .landing__form textarea::-ms-input-placeholder {
color: #BDBDBD;
font-size: 0.875rem;
}
.landing__form input::placeholder, .landing__form textarea::placeholder {
color: #BDBDBD;
font-size: 0.875rem;
}
.landing__form input:hover, .landing__form textarea:hover {
-webkit-transition: .2s;
transition: .2s;
-webkit-transform: translateY(-2px);
transform: translateY(-2px);
-webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.landing__form input:focus, .landing__form input:active, .landing__form input:focus .landing__form input:active, .landing__form textarea:focus, .landing__form textarea:active, .landing__form textarea:focus .landing__form input:active, .landing__form input:focus .landing__form textarea:active, .landing__form textarea:focus .landing__form textarea:active {
border-color: #46B2E3;
-webkit-box-shadow: none !important;
box-shadow: none !important;
-webkit-transform: translateY(0);
transform: translateY(0);
}
.landing__form input[type=submit], .landing__form textarea[type=submit] {
background-color: #46B2E3;
padding: .75rem 2rem;
color: #fff;
font-size: 1rem;
border-color: #46B2E3;
border-radius: 10px;
}
.landing__form input[type=submit]:active, .landing__form textarea[type=submit]:active {
background-color: #46B2E3;
}
.landing__form .checkbox-153 label {
display: -ms-grid;
display: grid;
-ms-grid-columns: 1em auto;
grid-template-columns: 1em auto;
gap: 15px;
margin-bottom: .75rem;
}
.landing__form input[type="checkbox"] {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background-color: #fff;
padding: 0;
margin: 0;
margin-top: 0.3rem !important;
font: inherit;
color: #B0B0B0;
width: 20px;
height: 20px;
border: 1px solid #B0B0B0;
-webkit-transform: translateY(-0.075em);
transform: translateY(-0.075em);
display: -ms-grid;
display: grid;
place-content: center;
}
.landing__form input[type="checkbox"]::before {
content: "";
width: 14px;
border-radius: 5px;
height: 14px;
-webkit-transform: scale(0);
transform: scale(0);
-webkit-transition: 120ms -webkit-transform ease-in-out;
transition: 120ms -webkit-transform ease-in-out;
transition: 120ms transform ease-in-out;
transition: 120ms transform ease-in-out, 120ms -webkit-transform ease-in-out;
-webkit-box-shadow: inset 1em 1em var(--form-control-color);
box-shadow: inset 1em 1em var(--form-control-color);
}
.landing__form input[type="checkbox"]:checked::before {
-webkit-transform: scale(1);
transform: scale(1);
background-color: #46B2E3;
}
.landing__form input[type="checkbox"]:checked {
border-radius: 0;
}
.landing__form-bottom-disclaimer {
margin-top: 2rem;
margin-bottom: 3rem;
}
.landing__form-bottom-images {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: baseline;
-ms-flex-align: baseline;
align-items: baseline;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.landing__form-bottom-images img {
display: inline-block;
max-width: 30%;
padding-right: 10px;
}
.landing__form-bottom-images img:last-child {
padding-right: 0;
}
@media (max-width: 991.98px) {
.landing__body .navigation .navbar {
background-color: rgba(0, 0, 0, 0);
}
.landing__form {
padding: 20px;
margin: 10px;
}
.landing__form-bottom {
margin: 0 10px 40px 10px;
}
}
@media (max-width: 991.98px) {
.landing__body .navigation .navbar {
background-color: rgba(0, 0, 0, 0);
}
.landing__form {
padding: 20px;
margin: 10px;
}
.landing__form-bottom {
margin: 0 10px 40px 10px;
}
}
@media (max-width: 575.98px) {
.landing__form-bottom-images {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.landing__form-bottom-images img {
margin-bottom: 20px;
padding: 0;
max-width: none;
}
}
.animated.delay-100ms {
-webkit-animation-delay: .1s;
animation-delay: .1s;
}
.animated.delay-200ms {
-webkit-animation-delay: .2s;
animation-delay: .2s;
}
.animated.delay-300ms {
-webkit-animation-delay: .3s;
animation-delay: .3s;
}
.animated.delay-400ms {
-webkit-animation-delay: .4s;
animation-delay: .4s;
}
.animated.delay-500ms {
-webkit-animation-delay: .5s;
animation-delay: .5s;
}
.animated.delay-600ms {
-webkit-animation-delay: .6s;
animation-delay: .6s;
}
.animated.delay-700ms {
-webkit-animation-delay: .7s;
animation-delay: .7s;
}
.animated.delay-800ms {
-webkit-animation-delay: .8s;
animation-delay: .8s;
}
.animated.delay-900ms {
-webkit-animation-delay: .9s;
animation-delay: .9s;
}
.home-1__right-content{
padding-top:1rem;
}
.home-1__left-heading{
margin-top:7rem;
}.is-small-text{font-size:.875em}.is-regular-text{font-size:1em}.is-large-text{font-size:2.25em}.is-larger-text{font-size:3em}.has-drop-cap:not(:focus):first-letter{float:left;font-size:8.4em;font-style:normal;font-weight:100;line-height:.68;margin:.05em .1em 0 0;text-transform:uppercase}body.rtl .has-drop-cap:not(:focus):first-letter{float:none;margin-left:.1em}p.has-drop-cap.has-background{overflow:hidden}:root :where(p.has-background){padding:1.25em 2.375em}:where(p.has-text-color:not(.has-link-color)) a{color:inherit}p.has-text-align-left[style*="writing-mode:vertical-lr"],p.has-text-align-right[style*="writing-mode:vertical-rl"]{rotate:180deg}