html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
border: none;
font: inherit;
font-size: 100%;
margin: 0;
padding: 0;
vertical-align: baseline;
}
html {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
*,
*:before,
*:after {
-webkit-box-sizing: inherit;
box-sizing: inherit;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary,
main {
display: block;
}
audio,
canvas,
video {
display: inline-block;
}
body {
margin: 0;
}
ul {
list-style-type: none;
}
a {
background: transparent;
text-decoration: none;
}
button,
input {
line-height: normal;
}
input[type=search] {
-webkit-appearance: textfield;
}
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button {
-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
textarea {
overflow: auto;
vertical-align: top;
}
img {
display: block;
max-width: 100%;
height: auto;
}
textarea:focus,
input:focus {
outline: 0;
}
input {
margin: 0;
padding: 0;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}  @media print {
@page {
margin: 1cm;
}
body {
background: #ffffff;
color: #000000;
}
a {
page-break-inside: avoid;
}
blockquote {
page-break-inside: avoid;
}
table,
pre {
page-break-inside: avoid;
}
ul, ol, dl {
page-break-before: avoid;
}
}  @font-face {
font-family: "Open Sans";
src: url(//genidaqs.com/wp-content/themes/genidaqs-new/images/design/OpenSans-Regular.40d3ae.woff2) format("woff2"), url(//genidaqs.com/wp-content/themes/genidaqs-new/images/design/OpenSans-Regular.a4e86e.woff) format("woff");
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: "Open Sans";
src: url(//genidaqs.com/wp-content/themes/genidaqs-new/images/design/OpenSans-SemiBold.88044c.woff2) format("woff2"), url(//genidaqs.com/wp-content/themes/genidaqs-new/images/design/OpenSans-SemiBold.8bc11b.woff) format("woff");
font-weight: 600;
font-style: normal;
}
@font-face {
font-family: "Open Sans";
src: url(//genidaqs.com/wp-content/themes/genidaqs-new/images/design/OpenSans-Bold.9ae63c.woff2) format("woff2"), url(//genidaqs.com/wp-content/themes/genidaqs-new/images/design/OpenSans-Bold.2bc35b.woff) format("woff");
font-weight: 700;
font-style: normal;
}    body {
font-family: "Open Sans", sans-serif;
font-weight: 400;
overflow-x: hidden;
}
body.not-found-body { display: flex;
flex-direction: column;
min-height: 100vh;
}
strong {
font-weight: bold;
}
.container {
max-width: 1570px;
width: 100%;
padding: 0 15px;
}
.block__container {
max-width:1570px;
margin:0 auto;
}
@media (min-width: 2500px) {
.container {
max-width: 1970px;
}
}
@media (max-width: 1600px) {
.container {
max-width: 1270px;
}
.block__container {
max-width: 1270px;
}
}
@media (max-width: 1279px) {
.container {
max-width: 970px;
}
.block__container {
max-width: 970px;
}
}
@media (max-width: 1000px) {
.container {
max-width: 768px;
}
.block__container {
max-width: 768px;
}
}
.container--fluid {
max-width: 100%;
}
.header {
background-image: -webkit-gradient(linear, left top, right top, from(#b2d040), to(#00aeef));
background-image: linear-gradient(to right, #b2d040 0%, #00aeef 100%);
padding: 60px 0 24px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
@media (min-width: 1920px) {
.header { }
}
@media (max-width: 1480px) {
.header {
padding: 40px 0 21px;
}
}
.header .container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
position: relative;
}
.header__logo img {
max-height: 97px;
}
@media (max-width: 1600px) {
.header__logo img {
max-height: 80px;
}
}
@media (max-width: 1480px) {
.header__logo img {
max-height: 60px;
}
}
@media (max-width: 1279px) {
.header__logo img {
max-height: 40px;
}
}
@media (max-width: 1000px) {
.header__logo img {
max-height: 34px;
}
} .aligncenter,.alignleft,.alignright {
display: block;
padding: 0;
}
.aligncenter {
float: none;
margin: .5em auto 1em;
}
.alignright {
float: right;
margin: .5em 0 1em 1em;
}
.alignleft {
float: left;
margin: .5em 1em 1em 0;
}
.wp-caption {
padding: 5px 0;
border: 1px solid #555;
background: #444;
text-align: center;
}
.wp-caption img {
display: inline;
}
.wp-caption p.wp-caption-text {
margin: 5px 0 0;
padding: 0;
text-align: center;
font-size: 75%;
font-weight: 100;
font-style: italic;
color: #ddd;
}
.header__menu {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 30px;
font-size: 22px;
text-transform: uppercase;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.header__menu-btn {
right: 15px;
top: calc(50% - 2px);
background-color: #fff;
position: absolute;
height: 4px;
width: 30px;
-webkit-transition: -webkit-transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
transition: -webkit-transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
border-radius: 2px;
display: none;
z-index: 101;
}
@media (max-width: 767px) {
.header__menu-btn {
display: block;
}
}
.header__menu-btn-container.active .header__menu-btn {
background: rgba(255, 255, 255, 0);
}
.header__menu-btn-container.active .header__menu-btn::before {
margin-top: 0;
-webkit-transform: rotate(405deg);
transform: rotate(405deg);
background-color: #44484a;
}
.header__menu-btn-container.active .header__menu-btn::after {
margin-top: 0;
-webkit-transform: rotate(-405deg);
transform: rotate(-405deg);
background-color: #44484a;
}
.header__menu-btn-container.active + .header__menu {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.header__menu-btn::before, .header__menu-btn::after {
display: block;
background-color: #fff;
position: absolute;
height: 4px;
width: 30px;
-webkit-transition: -webkit-transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
transition: -webkit-transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
border-radius: 2px;
}
.header__menu-btn::before {
content: "";
margin-top: -8px;
}
.header__menu-btn::after {
content: "";
margin-top: 8px;
}
@media (max-width: 1600px) {
.header__menu {
font-size: 20px;
gap: 20px;
}
}
@media (max-width: 1480px) {
.header__menu {
gap: 15px;
font-size: 18px;
}
}
@media (max-width: 1279px) {
.header__menu {
font-size: 16px;
}
}
@media (max-width: 1000px) {
.header__menu {
font-size: 14px;
gap: 0;
}
}
@media (max-width: 767px) {
.header__menu {
display: none;
position: fixed;
z-index: 100;
left: 0;
width: 100%;
max-width: 100%;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
top: 0;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
bottom: 0;
right: 0;
background: #e0e0e0;
font-size: 24px;
-webkit-transition: 0.8s;
transition: 0.8s;
}
.header__menu a {
color: #44484a !important;
font-weight: 700;
}
}
.header__menu a {
color: #ffffff;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 6px 9px;
-webkit-transition: 0.5s;
transition: 0.5s;
border-radius: 30px;
border: 1px solid transparent;
}
.header__menu a:hover {
border-color: #ffffff;
}
.footer {
background-color: #e0e0e0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding: 30px 0;
z-index: 20;
position: relative;
}
.footer__title {
font-size: 32px;
color: #44484a;
font-weight: 600;
margin-bottom: 30px;
}
@media (max-width: 767px) {
.footer__title {
text-align: center;
}
}
.footer__menu {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.footer__menu-item-title {
font-weight: 600;
color: #44484a;
margin-bottom: 8px;
}
@media (max-width: 767px) {
.footer__menu-item {
-webkit-box-flex: 1;
-ms-flex: 1 1 calc(50% - 10px);
flex: 1 1 calc(50% - 10px);
}
}
.footer__menu-links {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
gap: 15px;
}
.footer__menu-link {
color: #3c474e;
}
.footer__menu-link--bold {
font-weight: 600;
}
@media (max-width: 767px) {
.footer__menu {
text-align: center;
gap: 20px;
}
}
.copyright {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
background: #454a4c;
padding: 30px 0;
color: #ffffff;
z-index: 20;
position: relative;
}
.copyright__address a {
color: #00aeef;
}
.copyright__address-title {
font-size: 32px;
font-weight: 700;
margin-bottom: 5px;
}
.copyright .container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
@media screen and (max-width: 600px) {
.copyright .container {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-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;
text-align: center;
}
}
.copyright__info {
text-align: right;
}
.copyright__info-title {
font-size: 24px;
font-weight: 600;
}
@media screen and (max-width: 600px) {
.copyright__info {
text-align: center;
margin-top: 20px;
}
}
.noscroll {
overflow: hidden;
}   .block {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-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;
color: #ffffff;
}
.block--big-padding-bottom {
padding-bottom: 500px;
}
@media (min-width: 1920px) {
.block { }
}
.block:before {
content: "";
top: -211px;
position: absolute;
width: 100%;
height: 444px;
z-index: 10;
background-position: center top;
background-size: cover;
background-repeat: no-repeat;
background-image: url(//genidaqs.com/wp-content/themes/genidaqs-new/images/design/wave1-wide.b529d0.png);
pointer-events: none;
}
@media (min-width: 1920px) {
.block:before {
top: -235px;
height: 490px;
}
}
@media screen and (min-width: 2111px) {
.block:before {
height: 520px;
top: -240px;
}
}
@media screen and (min-width: 2311px) {
.block:before {
top: -265px;
}
}
@media screen and (min-width: 2450px) {
.block:before {
top: -280px;
}
}
@media screen and (min-width: 2550px) {
.block:before {
top: -290px;
}
}
@media screen and (min-width: 2700px) {
.block:before {
top: -315px;
}
}
@media (max-width: 1279px) {
.block:before {
top: -160px;
position: absolute;
width: 100%;
height: 351px;
}
}
@media (max-width: 767px) {
.block:before {
top: -108px;
height: 230px;
}
}
@media screen and (max-width: 500px) {
.block:before {
top: -69px;
height: 153px;
}
}
@media screen and (max-width: 450px) {
.block:before {
top: -64px;
height: 145px;
}
}
.wave-style2 .block:before {
content: "";
top: -6.67vw;
height: 20vw;
background-image: url(//genidaqs.com/wp-content/themes/genidaqs-new/images/design/wave2-wide.png);
background-size: contain;
}
.block video, .block__wrapper > img {
-o-object-fit: cover;
object-fit: cover;
width: 100%;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 1;
min-height: 1105px;
height: calc(100% + 190px);
}
@media (min-width: 1920px) {
.block video, .block__wrapper > img {
min-height: 1250px;
}
}
@media (max-width: 1480px) {
.block video, .block__wrapper > img {
min-height: 960px;
}
}
@media (max-width: 1279px) {
.block video, .block__wrapper > img {
min-height: 860px;
}
}
.block .container {
z-index: 3;
width: 100%;
min-height: 1105px;
padding: 200px 15px 200px;
}
.wave-style2 .block .container {
z-index: 3;
width: 100%;
padding: 15vw 15px 15vw;
}
@media (min-width: 1920px) {
.block .container {
min-height: 1130px;
}
}
@media (max-width: 1480px) {
.block .container {
min-height: 960px;
}
}
@media (max-width: 1279px) {
.block .container {
padding: 150px 15px 150px;
min-height: 860px;
}
}
@media (max-width: 767px) {
.block .container {
padding: 100px 15px 100px;
min-height: 550px;
}
}
@media screen and (max-width: 500px) {
.block .container {
padding: 30px 15px 30px;
min-height: 450px;
}
.block--only-text .container {
padding-top: 350px !important;
}
.wave-style2 .block--only-text .container {
padding-top: 160px !important;
}
}
.block:first-child::before {
content: none;
}
.block:not(:first-child) video, .block__wrapper > img {
min-height: 1105px;
}
@media (min-width: 1920px) {
.block:not(:first-child) video, .block__wrapper > img {
min-height: 1250px;
}
}
@media (max-width: 1480px) {
.block:not(:first-child) video, .block__wrapper > img {
min-height: 960px;
}
}
@media (max-width: 1279px) {
.block:not(:first-child) video, .block__wrapper > img {
min-height: 930px;
}
}
.block:not(:first-child) .container {
padding-top: 190px;
}
.wave-style2 .block:not(:first-child) .container {
padding-top: 120px;
}
@media screen and (max-width: 1000px) {
.wave-style2 .block:not(:first-child) .container {
padding-top: 40px;
padding-bottom: 60px;
}
}
@media (min-width: 1920px) {
.block:not(:first-child) .container {
padding-top: 250px;
}
.wave-style2 .block:not(:first-child) .container {
padding-top: 160px;
}
}
.block__content {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.block__content--row {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
@media (max-width: 767px) {
.block__content {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
text-align: center;
}
}
.block__title {
font-size: 51px;
font-weight: 700;
text-transform: uppercase;
margin-bottom: 7px;
padding: 0 15px;
}
.block__title--right {
text-align: right;
text-shadow: 0 0 5px rgba(0, 0, 0, 0.75);
}
@media (max-width: 767px) {
.block__title--right {
text-align: center;
}
}
.block__title--main {
padding: 50px 0;
text-align: center;
text-shadow: 0 0 5px rgba(0, 0, 0, 0.75);
}
@media (max-width: 767px) {
.block__title--main {
padding-bottom: 20px;
}
}
@media screen and (max-width: 450px) {
.block__title--main {
padding: 20px 0;
}
}
@media (max-width: 1600px) {
.block__title {
font-size: 42px;
}
}
@media (max-width: 1480px) {
.block__title {
font-size: 32px;
}
}
@media (max-width: 1279px) {
.block__title {
font-size: 28px;
}
}
@media (max-width: 1000px) {
.block__title {
font-size: 24px;
}
}
@media (max-width: 767px) {
.block__title {
font-size: 21px;
}
}
@media screen and (max-width: 500px) {
.block__title {
font-size: 17px;
}
}
.block__text {
font-size: 28px;
max-width: 476px;
line-height: 40px;
font-weight: 400;
margin-bottom: 20px;
}
@media (max-width: 1600px) {
.block__text {
font-size: 24px;
line-height: 35px;
}
}
@media (max-width: 1480px) {
.block__text {
font-size: 21px;
line-height: 30px;
max-width: 376px;
}
}
@media (max-width: 1000px) {
.block__text {
font-size: 16px;
line-height: 26px;
max-width: 300px;
}
}
.block__text--blue {
font-size: 28px;
max-width: 60%;
background-color: rgba(0, 174, 239, 0.8);
padding: 24px 28px;
line-height: 40px;
}
.block__text--blue a {
color: white;
}
.block__text--blue a:hover {
text-decoration: underline;
}
.block__text--blue h1, .block__text--blue h2, .block__text--blue h3, .block__text--blue h4, .block__text--blue h5, .block__text--blue h6, .block__left h1, .block__left h2, .block__left h3, .block__left h4, .block__left h5, .block__left h6, .block__right h1, .block__right h2, .block__right h3, .block__right h4, .block__right h5, .block__right h6, .block__text h1, .block__text h2, .block__text h3, .block__text h4, .block__text h5, .block__text h6 {
font-size: 51px;
font-weight: 700;
margin-bottom: 15px;
line-height: normal;
}
@media (max-width: 1600px) {
.block__text--blue h1, .block__text--blue h2, .block__text--blue h3, .block__text--blue h4, .block__text--blue h5, .block__text--blue h6, .block__left h1, .block__left h2, .block__left h3, .block__left h4, .block__left h5, .block__left h6, .block__right h1, .block__right h2, .block__right h3, .block__right h4, .block__right h5, .block__right h6, .block__text h1, .block__text h2, .block__text h3, .block__text h4, .block__text h5, .block__text h6 {
font-size: 42px;
}
}
@media (max-width: 1480px) {
.block__text--blue h1, .block__text--blue h2, .block__text--blue h3, .block__text--blue h4, .block__text--blue h5, .block__text--blue h6, .block__left h1, .block__left h2, .block__left h3, .block__left h4, .block__left h5, .block__left h6, .block__right h1, .block__right h2, .block__right h3, .block__right h4, .block__right h5, .block__right h6, .block__text h1, .block__text h2, .block__text h3, .block__text h4, .block__text h5, .block__text h6 {
font-size: 32px;
}
}
@media (max-width: 1279px) {
.block__text--blue h1, .block__text--blue h2, .block__text--blue h3, .block__text--blue h4, .block__text--blue h5, .block__text--blue h6, .block__left h1, .block__left h2, .block__left h3, .block__left h4, .block__left h5, .block__left h6, .block__right h1, .block__right h2, .block__right h3, .block__right h4, .block__right h5, .block__right h6, .block__text h1, .block__text h2, .block__text h3, .block__text h4, .block__text h5, .block__text h6 {
font-size: 28px;
}
}
@media (max-width: 1000px) {
.block__text--blue h1, .block__text--blue h2, .block__text--blue h3, .block__text--blue h4, .block__text--blue h5, .block__text--blue h6, .block__left h1, .block__left h2, .block__left h3, .block__left h4, .block__left h5, .block__left h6, .block__right h1, .block__right h2, .block__right h3, .block__right h4, .block__right h5, .block__right h6, .block__text h1, .block__text h2, .block__text h3, .block__text h4, .block__text h5, .block__text h6 {
font-size: 24px;
}
}
@media (max-width: 767px) {
.block__text--blue h1, .block__text--blue h2, .block__text--blue h3, .block__text--blue h4, .block__text--blue h5, .block__text--blue h6, .block__left h1, .block__left h2, .block__left h3, .block__left h4, .block__left h5, .block__left h6, .block__right h1, .block__right h2, .block__right h3, .block__right h4, .block__right h5, .block__right h6, .block__text h1, .block__text h2, .block__text h3, .block__text h4, .block__text h5, .block__text h6 {
font-size: 21px;
text-align: center !important;
}
}
@media screen and (max-width: 500px) {
.block__text--blue h1, .block__text--blue h2, .block__text--blue h3, .block__text--blue h4, .block__text--blue h5, .block__text--blue h6, .block__left h1, .block__left h2, .block__left h3, .block__left h4, .block__left h5, .block__left h6, .block__right h1, .block__right h2, .block__right h3, .block__right h4, .block__right h5, .block__right h6, .block__text h1, .block__text h2, .block__text h3, .block__text h4, .block__text h5, .block__text h6 {
font-size: 17px;
}
}
.block__text--blue p {
margin-bottom: 10px;
}
@media (max-width: 1600px) {
.block__text--blue {
font-size: 24px;
line-height: 35px;
}
}
@media (max-width: 1480px) {
.block__text--blue {
font-size: 21px;
line-height: 30px;
}
}
@media (max-width: 1279px) {
.block__text--blue {
font-size: 18px;
line-height: 24px;
}
}
@media (max-width: 767px) {
.block__text--blue {
max-width: 100%;
padding: 15px !important;
font-size: 14px;
line-height: 20px;
}
}
.block__right {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
@media (max-width: 767px) {
.block__right {
max-width: 80%;
}
}
@media screen and (max-width: 650px) {
.block__right {
max-width: 95%;
}
}
@media screen and (max-width: 500px) {
.block__right {
max-width: 100%;
}
}
.block--reverse .container {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.block--reverse .block__content {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
@media (max-width: 767px) {
.block--reverse .block__content {
-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;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
}
.block--reverse .block__content .block__right {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-flex: 1;
-ms-flex: 1 1 calc(100% - 476px);
flex: 1 1 calc(100% - 476px);
}
@media (max-width: 1279px) {
.block--reverse .block__content .block__right {
-webkit-box-flex: 1;
-ms-flex: 1 1 100%;
flex: 1 1 100%;
}
}
.block--reverse .block__content .block__right .block__text--blue {
max-width: 90%;
}
@media (max-width: 767px) {
.block--reverse .block__content .block__right .block__text--blue {
max-width: 100%;
}
}
.block--reverse .block__content .block__left {
-webkit-box-flex: 1;
-ms-flex: 1 1 476px;
flex: 1 1 476px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
@media (max-width: 767px) {
.block--reverse .block__content .block__left {
-webkit-box-flex: 1;
-ms-flex: 1 1 100%;
flex: 1 1 100%;
margin-bottom: 20px;
}
}
.block:first-child .block__wrapper {
z-index: 9;
margin-top: 0;
}
.block:first-child .block__wrapper video, .block__wrapper > img {
top: 0;
}
.block:nth-child(2) .block__wrapper {
z-index: 8;
}
.block:nth-child(3) .block__wrapper {
z-index: 7;
}
.block:nth-child(4) .block__wrapper {
z-index: 6;
}
.block:nth-child(5) .block__wrapper {
z-index: 5;
}
.block:nth-child(6) .block__wrapper {
z-index: 4;
}
.block__wrapper {
width: 100%;
-webkit-mask-image: url(//genidaqs.com/wp-content/themes/genidaqs-new/images/design/mask1-wide.5eaff1.png);
-webkit-mask-size: contain;
mask-image: url(//genidaqs.com/wp-content/themes/genidaqs-new/images/design/mask1-wide.5eaff1.png);
-webkit-mask-position: bottom;
mask-position: bottom;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-size: cover;
mask-size: cover;
margin-top: -190px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-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;
} .block__wrapper video, .block__wrapper > img {
top: -190px;
}
.block__wrapper:after {
content: "";
z-index: 2;
width: 100%;
height: calc(100% + 190px);
top: -190px;
left: 0;
right: 0;
bottom: 0;
position: absolute;
background: radial-gradient(55.9% 71.06% at 50% 49.73%, rgba(0, 0, 0, 0) 0%, rgba(0, 1, 2, 0.04) 4%, rgba(0, 15, 41, 0.73) 67%, #001438 100%);
}
.block--shadow-bg .block__wrapper:after {
background: radial-gradient(55.9% 71.06% at 50% 49.73%, rgba(0, 0, 0, 0.7) 0%, rgba(0, 1, 2, 0.7) 4%, rgba(0, 15, 41, 0.73) 67%, #001438 100%);
}
.block--without-img-video-bg .block__wrapper:after {
background: radial-gradient(55.9% 71.06% at 50% 49.73%, rgba(0, 15, 41, 0.73) 67%, #001438 100%) !important;
}
.wave-style2 .block__wrapper:after {
top: 0;
height: 100%;
}
.wave-style2 .block__wrapper {
-webkit-mask-image: none;
mask-image: none;
margin-top: 0;
}
.wave-style2 .block__wrapper video, .block__wrapper > img {
top: 0;
height: 100%;
min-height: 100%;
}
.block:first-child .block__wrapper {
margin-top: 0;
}
.block:first-child .block__wrapper video, .block__wrapper > img{
top: 0;
}
.block:first-child .block__wrapper:after {
top: 0;
height: 100%;
}
.block__bottom {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-top: 75px;
font-size: 42px;
gap: 25px;
font-weight: 700;
align-items: center;
flex-wrap: wrap;
}
.block__bottom p {
text-shadow: 0 0 5px rgba(0, 0, 0, 0.75);
}
.block__bottom--offset {
margin-left: 21vw;
}
@media screen and (max-width: 1000px) {
.block__bottom--offset {
margin-left: 12vw;
}
}
@media (max-width: 767px) {
.block__bottom--offset {
margin-left: 0;
margin-bottom: 55px !important;
margin-top: 35px;
}
}
@media (min-width: 1600px) and (max-width: 1920px) {
.block__bottom {
margin-top: 100px;
}
}
@media (max-width: 1600px) {
.block__bottom {
margin-top: 100px;
}
}
@media (max-width: 1480px) {
.block__bottom {
margin-top: 90px;
}
}
@media (max-width: 1279px) {
.block__bottom {
margin-top: 120px;
font-size: 32px;
}
}
@media (max-width: 1000px) {
.block__bottom {
margin-top: 75px;
}
}
@media (max-width: 767px) {
.block__bottom {
margin-top: 40px;
margin-bottom: 30px;
font-size: 24px;
}
.header__menu-btn-container {
height: 33px;
width: 33px;
}
}
@media screen and (max-width: 500px) {
.block__bottom {
font-size: 16px;
margin-top: 35px;
margin-bottom: 25px;
gap: 15px;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
}
.block:nth-child(2n+1):before {
background-image: url(//genidaqs.com/wp-content/themes/genidaqs-new/images/design/wave1-wide-flip.f497da.png);
}
.block:nth-child(2n+2) .block__wrapper {
-webkit-mask-image: url(//genidaqs.com/wp-content/themes/genidaqs-new/images/design/mask1-wide-flip.e05c3b.png);
mask-image: url(//genidaqs.com/wp-content/themes/genidaqs-new/images/design/mask1-wide-flip.e05c3b.png);
}
.wave-style2 .block:nth-child(2n+2) .block__wrapper {
-webkit-mask-image: none;
mask-image: none;
}
.wave-style2 .block:nth-child(2n+1):before {
background-image: url(//genidaqs.com/wp-content/themes/genidaqs-new/images/design/wave2-wide.png);
transform: scale(-1, 1);
}
.block:last-child .block__wrapper, .block:first-child:last-child .block__wrapper, .block:only-child .block__wrapper, .block:first-of-type:last-of-type .block__wrapper {
-webkit-mask-image: unset !important;
mask-image: unset !important;
}
.block__button {
background: #ffffff17;
border-radius: 25px;
font-weight: 400;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: relative;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.block__button:after {
content: "";
background: linear-gradient(106deg, rgb(178, 208, 64) 0%, rgb(0, 174, 239) 100%);
-webkit-transition: 0.5s;
transition: 0.5s;
opacity: 0;
z-index: 1;
border-radius: 25px;
position: absolute;
height: 100%;
width: 100%;
top: 0;
left: 0;
bottom: 0;
right: 0;
}
.block__button-text {
z-index: 2;
padding: 4px 19px;
font-size: 36px;
color: #ffffff;
line-height: normal;
}
.block__blocks {
width: 100%;
display: grid;
grid-template-columns: 1fr 1fr 1fr;
}
.block__block {
height: calc(100vw / 4);
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding: 30px;
font-size: 24px;
line-height: 46px;
}
.block__block-title {
font-weight: bold;
text-align: center;
}
@media screen and (min-width: 768px) {
.block__block:nth-child(2n+2) {
background: rgba(178,208,64,0.3);
}
.block__block:nth-child(2n+1) {
background-color: rgba(0,174,239,0.3);
}
}
@media screen and (max-width: 1700px) {
.block__block {
height: calc(100vw / 3);
font-size: 19px;
line-height: 40px;
}
}
@media screen and (max-width: 1400px) {
.block__block {
font-size: 16px;
line-height: 35px;
}
}
@media screen and (max-width: 1200px) {
.block__block {
font-size: 12px;
line-height: 26px;
}
}
@media screen and (max-width: 1000px) {
.block__block {
padding: 10px;
}
}
@media screen and (max-width: 767px) and (min-width: 500px) {
.block__blocks {
grid-template-columns: 1fr 1fr;
}
.block__block:nth-child(4n+1) {
background: rgba(0,174,239,0.3);
}
.block__block:nth-child(4n+3) {
background: rgba(178,208,64,0.3);
}
.block__block:nth-child(4n+2) {
background: rgba(178,208,64,0.3);
}
.block__block:nth-child(4n+4) {
background: rgba(0,174,239,0.3);
}
}
@media screen and (max-width: 600px) {
.block__block {
height: calc(100vw / 2);
}
}
@media screen and (max-width: 500px) {
.block__blocks {
grid-template-columns: 1fr;
}
.block__block {
min-height: calc(100vw / 3);
height: 100%;
}
.block__block:nth-child(2n+2) {
background: rgba(178,208,64,0.3);
}
.block__block:nth-child(2n+1) {
background-color: rgba(0,174,239,0.3);
}
}
.block__block-content a{
color: #FFF;
}
.block__center {
width: 100%;
}
.block__button--active {
background: linear-gradient(106deg, rgb(178, 208, 64) 0%, rgb(0, 174, 239) 100%);
}
.block__button:hover::after {
opacity: 1;
}
@media (max-width: 1480px) {
.block__button-text {
font-size: 32px;
}
}
@media (max-width: 1279px) {
.block__button-text {
font-size: 24px;
}
}
@media (max-width: 767px) {
.block__button-text {
font-size: 18px;
}
}
@media screen and (max-width: 500px) {
.block__button-text {
font-size: 14px;
}
}
@media screen and (max-width: 370px) {
.block__button-text {
font-size: 12px;
}
}
.block--only-text .container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
width: 100%;
padding-bottom: 50px !important;
}
.block--only-text .block__content {
width: 100%;
}
.block__content--wide {
max-width: 100%;
}
.block--only-text .block__right {
justify-content: flex-end;
}
.block--only-text .block__left {
justify-content: flex-start;
}
@media (max-width: 767px) {
.block--only-text .container {
padding-bottom: 0 !important;
}
}
.block .container--vertical-align-between {
justify-content: space-between;
}
.block .container--vertical-align-center {
justify-content: center;
}
.block .container--vertical-align-top {
justify-content: flex-start;
}
.block .container--vertical-align-bottom {
justify-content: flex-end;
}
.block .container--horizontal-align-left {
align-items: flex-start;
}
.block .container--horizontal-align-center {
align-items: center;
}
.block .container--horizontal-align-right {
align-items: flex-end;
}
.block .container--horizontal-align-between {
justify-content: space-between;
}
.block__columns {
display: grid;
justify-content: space-between;
grid-template-columns: 1fr 1fr 1fr 1fr;
}
.block__columns a {
color: white;
text-decoration: underline;
}
.block__column-align--left {
display: flex;
align-items: flex-start;
flex-direction: column;
}
.block__column-align--center {
display: flex;
align-items: center;
flex-direction: column;
}
.block__column-align--right {
display: flex;
align-items: flex-end;
flex-direction: column;
}
.block__columns-wrapper {
padding: 120px 0 150px;
}
.wave-style1 .block__columns-wrapper {
padding: 220px 0 200px;
}
@media screen and (max-width: 1600px) {
.block__columns-wrapper {
padding: 70px 0 80px;
}
}
@media screen and (max-width: 1400px) {
.block__columns-wrapper {
padding: 50px 0;
}
}
@media screen and (max-width: 1200px) {
.block__columns-wrapper {
padding: 10px 0 30px;
}
}
@media screen and (max-width: 1000px) {
.block__columns {
grid-template-columns: 1fr 1fr;
}
}
@media screen and (max-width: 768px) {
.block__columns {
padding-bottom: 60px;
grid-template-columns: 1fr;
}
.wave-style2 .block__columns {
padding-bottom: 20px;
}
}
@media screen and (max-width: 500px){
.block__columns {
padding-bottom: 100px;
}
}
.block__column {
padding: 30px;
}
.block__column-title {
font-weight: bold;
margin-bottom: 10px;
font-size: 28px;
width: 100%;
}
.block__column-rows {
line-height: 56px;
font-size: 27px;
}
.block__column-row strong {
font-weight: bold;
}
@media screen and (max-width: 1750px) {
.block__column-title {
font-size: 24px;
}
.block__column-rows {
font-size: 23px;
}
}
@media screen and (max-width: 1450px) {
.block__column-title {
font-size: 20px;
}
.block__column-rows {
font-size: 19px;
line-height: 41px;
}
}
@media screen and (max-width: 1250px) {
.block__column-title {
font-size: 17px;
}
.block__column-rows {
font-size: 16px;
line-height: 35px;
}
}
@media screen and (max-width: 768px){
.block__column-rows {
line-height: 30px;
}
.block__column {
padding: 15px;
}
}
.block__column-row ul, .block__content ul {
padding-left: 20px;
}
.block__container-align--left {
display: flex;
flex-direction: column;
align-items: flex-start;
}
.block__container-align--center {
display: flex;
flex-direction: column;
align-items: center;
}
.block__container-align--right {
display: flex;
flex-direction: column;
align-items: flex-end;
}
.block__column-row ul li, .block__content ul li {
list-style: disc;
}
.block__column-row ul li ul li, .block__content ul li ul li {
list-style: circle;
}
.loading {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image: linear-gradient(to right, #b2d040 0%, #00aeef 100%);
z-index: 9999;
}
.loading-text {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
text-align: center;
width: 100%;
height: 100px;
line-height: 100px;
}
.loading-text span {
display: inline-block;
margin: 0 5px;
color: #fff;
font-family: "Quattrocento Sans", sans-serif;
}
.loading-text span:nth-child(1) {
filter: blur(0px);
-webkit-animation: blur-text 1.5s 0s infinite linear alternate;
animation: blur-text 1.5s 0s infinite linear alternate;
}
.loading-text span:nth-child(2) {
filter: blur(0px);
-webkit-animation: blur-text 1.5s 0.2s infinite linear alternate;
animation: blur-text 1.5s 0.2s infinite linear alternate;
}
.loading-text span:nth-child(3) {
filter: blur(0px);
-webkit-animation: blur-text 1.5s 0.4s infinite linear alternate;
animation: blur-text 1.5s 0.4s infinite linear alternate;
}
.loading-text span:nth-child(4) {
filter: blur(0px);
-webkit-animation: blur-text 1.5s 0.6s infinite linear alternate;
animation: blur-text 1.5s 0.6s infinite linear alternate;
}
.loading-text span:nth-child(5) {
filter: blur(0px);
-webkit-animation: blur-text 1.5s 0.8s infinite linear alternate;
animation: blur-text 1.5s 0.8s infinite linear alternate;
}
.loading-text span:nth-child(6) {
filter: blur(0px);
-webkit-animation: blur-text 1.5s 1s infinite linear alternate;
animation: blur-text 1.5s 1s infinite linear alternate;
}
.loading-text span:nth-child(7) {
filter: blur(0px);
-webkit-animation: blur-text 1.5s 1.2s infinite linear alternate;
animation: blur-text 1.5s 1.2s infinite linear alternate;
}
@-webkit-keyframes blur-text {
0% {
filter: blur(0px);
}
100% {
filter: blur(4px);
}
}
@keyframes blur-text {
0% {
filter: blur(0px);
}
100% {
filter: blur(4px);
}
}
@-webkit-keyframes fadeout {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@keyframes fadeout {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
.fadeOut {
opacity: 0;
-moz-animation: fadeout 1s linear;
-webkit-animation: fadeout 1s linear;
animation: fadeout 1s linear;
}
@media screen and (min-width: 1000px) {
.loading-text {
font-size: 24px;
}
}
@media screen and (min-width: 1730px) {
.loading-text {
font-size: 38px;
}
}
.mi-h-100 {
min-height: 100% !important;
}
.block__bottom-align--right {
justify-content: flex-end;
width: 100%;
}
.block__bottom-align--middle {
justify-content: center;
width: 100%;
text-align: center;
}
.block__bottom-align--left {
justify-content: flex-start;
width: 100%;
}
@media screen and (max-width: 768px) {
.block__bottom-align--right, .block__bottom-align--left {
justify-content: center;
}
}
.block__lists {
display: grid;
grid-template-columns: 1fr 1fr;
grid-gap: 30px;
padding: 50px 0;
}
.block__list a {
color: white;
}
.block__list {
padding-left: 50px;
position: relative;
font-size: 24px;
}
.block__list:after {
content: "";
width: 34px;
border-radius: 360px;
height: 34px;
position: absolute;
left: 4px;
top: 6px;
background-image: -webkit-gradient(linear, left top, right top, from(#b2d040), to(#00aeef));
background-image: linear-gradient(to right, #b2d040 0%, #00aeef 100%);
}
@media screen and (max-width:1800px) {
.block__list {
font-size: 21px;
}
.block__list:after {
width: 28px;
height: 28px;
}
}
@media screen and (max-width: 1600px) {
.block__list {
font-size: 20px;
}
.block__list:after {
width: 24px;
height: 24px;
}
}
@media screen and (max-width: 1300px) {
.block__list {
font-size: 18px;
padding-left: 35px;
}
.block__list:after {
width: 21px;
height: 21px;
top: 4px;
}
}
@media screen and (max-width: 1000px) {
.block__list {
font-size: 14px;
}
.block__list:after {
width: 18px;
height: 18px;
}
}
@media screen and (max-width: 767px) {
.block__lists {
grid-template-columns: 1fr;
}
.block__list {
font-size: 16px;
}
}
.button--genidaqs {
border-radius: 12px;
color: white;
display: -webkit-box;
display: -ms-flexbox;
display: inline-flex;
padding: 0px 6px;
position: relative;
-webkit-box-align: center;
-ms-flex-align: center;
line-height: normal;
align-items: center;
text-decoration: none;
background: linear-gradient(106deg, rgb(178, 208, 64) 0%, rgb(0, 174, 239) 100%);
}
.heading--genidaqs, .heading--genidaqs > * {
text-shadow: 0 0 5px rgb(0 0 0 / 75%);
width: 100%;
}
.button--genidaqs:hover {
text-decoration: none !important;
}
.block__column-icon {
width: 128px;
height: 128px;
background: rgb(178,208,64);
padding: 22px;
border-radius: 360px;
margin: 0 auto 25px;
display: flex;
justify-content: center;
align-items: center;
}
.block__content-buttons {
display: flex;
width: 100%;
justify-content: center;
}
.block__content-buttons a:hover {
text-decoration: none;
}
.not-found {
background-image: linear-gradient(to right, #b2d040 0%, #00aeef 100%);
display: flex;
justify-content: center;
flex-direction: column;
align-items: center;
font-size: 24px;
width: 100%;
height: 100%;
flex: 1;
padding: 25px 0;
min-height: 500px;
}
.not-found__title {
font-size: 72px;
font-weight: bold;
color: #FFFFFF;
}
.not-found__text {
color: #FFFFFF;
font-weight: 600;
text-transform: uppercase;
}
.not-found__button {
margin-top: 16px;
color: #00b8ff;
text-transform: capitalize;
border-radius: 5px;
background: #FFFFFF;
padding: 5px 10px;
}
.not-found-body .blocks {
flex: 1;
display: flex;
flex-direction: column;
}
.container--cards {
padding: 0 !important;
min-height: auto !important;
}
.block__cards-item-card {
max-width: 325px;
background: rgba(0, 174, 239, 0.8);
padding: 20px;
}
.block__cards-item-card-image {
position: relative;
}
.block__cards-item-card-image img {
width: 100%;
}
.block__cards-item-list {
display: flex;
justify-content: center;
align-items: flex-start;
gap: 30px;
flex-wrap: wrap;
}
.block__cards-list {
gap: 50px;
display: flex;
flex-direction: column;
}
.block__cards-item-title {
font-weight: bold;	
margin: 50px 0 30px;
text-align: center;
font-size: 3.5rem;
text-shadow: 0 0 5px rgb(0 0 0 / 75%);
width: 100%;
}
.block__cards-item-card-title {
text-align: center;
font-size: 21px;
margin: 5px 0px;
font-weight: bold;
}
.block__cards-item-card-subtitle {
text-align: center;
margin: 5px 0;
font-size: 14px;
}
.block__cards-item-card-text {
text-align: center;
}
.block__cards-item-card-socials {
position: absolute;
bottom: 10px;
right: 15px;
gap: 15px;
display: flex;
}
@media screen and (max-width: 767px) {	
.block__cards-list {
gap: 30px;
}
.block__cards-item-card-title {
font-size: 24px;
}
.block__cards-item-card-subtitle {
font-size: 16px;
}
.block__cards-item-card-text {
font-size: 18px;
}
.block__cards-item-card {
max-width: 400px;	
}
.block__cards-item-title {
margin: 30px 0 15px;
text-align: center;
font-size: 2.5rem;
}
}
@media screen and (max-width: 450px) {
.block__cards-item-list, .block__cards-list {
gap: 15px;
}
.block__cards-item-card {
max-width: 100%;
padding: 15px;
}
.block__cards-item-card-title {
font-size: 21px;
}
.block__cards-item-card-subtitle {
font-size: 14px;
}
.block__cards-item-card-text {
font-size: 16px;
}
}
.block__accordion-wrapper {
max-width: 700px;
background: linear-gradient(to right, #b2d040 0%, #00aeef 100%);
background: #00aeef;
margin: 0 auto;
border-radius: 3px;
box-shadow: 0 10px 15px -20px rgba(0, 0, 0, 0.3), 0 30px 45px -30px rgba(0, 0, 0, 0.3), 0 80px 55px -30px rgba(0, 0, 0, 0.1);
}
.block__accordion-heading {
color: #FFF;
font-size:18px;
border-bottom: 1px solid #e7e7e7;
letter-spacing: 0.8px;
padding: 15px;
cursor: pointer;  
}
.block__accordion-heading:nth-last-child(2){
border-bottom:0; 
}
.block__accordion-heading:hover {
background: #b2d040;
border-radius: 0;
}
.block__accordion-heading:first-child:hover {
border-radius: 3px 3px 0 0;
}
.block__accordion-heading:nth-last-child(2):hover{
border-radius:0 0 3px 3px;
}
.block__accordion-heading::before {
content: '';
vertical-align: middle;
display: inline-block;
border-top: 7px solid #f5f5f5;
border-left: 7px solid transparent;
border-right: 7px solid transparent;
float: right;
transform: rotate(0);
transition: all 0.5s;
margin-top: 5px;
}
.active.block__accordion-heading::before {
transform: rotate(-180deg);
}
.not-active.block__accordion-heading::before {
transform: rotate(0deg);
}
.block__accordion-answer {
display: none;
background: #FFFFFF;
padding: 15px;
color: #000000;
font-size: 18px;
line-height: 1.5;
}
.block__accordion-title {
text-align: center;
font-weight: bold;
font-size: 32px;
margin-bottom: 30px;
text-transform: uppercase;
}
.block__accordion ul, .block__accordion ol {
padding-left: 17px;
}
.block__wrapper--gradient {
background: linear-gradient(to right, #b2d040 0%, #00aeef 100%);
}
.block__wrapper--gradient::after {
content: none;
}
@media screen and (max-width: 500px) {
.block__accordion-title {
font-size: 18px;
}
}
.block__searchTable {
max-width: 700px;
margin: 50px auto 0;
}
.block__searchTable-input input {
width: 100%;
padding: 15px;
border: none;
font-size: 16px;
}
table {
border-collapse: collapse;
min-width: 700px;
font-size: 14px;
margin: 15px 0;
width: 100%;
}
table thead {
background: rgba(0, 174, 239, 0.8);
}
table thead th, table thead td {
padding: 15px;
text-align: left;
border: 1px solid #000;
line-height: normal;
}
table tbody td {
padding: 15px;
border: 1px solid #000;
line-height: normal;
}
table tbody tr {
color: #000000;
}
table tbody tr:nth-of-type(odd) {
background: white;
}
table tbody tr:nth-of-type(even) {
background: #F9F9F9;
}
@media screen and (max-width: 750px) {
table {
min-width: 100%;
font-size: 12px;
padding: 10px;
}
table tbody td, table thead th, table thead td {
padding: 10px;
}
}
@media screen and (max-width: 370px) {
table {
font-size: 10px;
}
}
.block__search-table {
border-collapse: collapse;
min-width: 700px;
}
.block__search-table-head {
background: rgba(0, 174, 239, 0.8);
}
.block__search-table-head-th {
padding: 15px;
text-align: left;
border: 1px solid #000;
}
.block__search-table-body-td {
padding: 15px;
border: 1px solid #000;
}
.block__search-table-body-row {
color: #000000;
}
.block__search-table-body-row:nth-of-type(odd) {
background: white;
}
.block__search-table-body-row:nth-of-type(even) {
background: #F9F9F9;
}
.block__search-table-head-th {
max-width: 50%;
width: 100%;
}
@media screen and (max-width: 750px) {
.block__search-table {
min-width: 100%;
font-size: 12px;
padding: 10px;
}
.block__searchTable {
max-width: 100%;
margin: 30px auto 0 !important;
}
.block__searchTable-input input {
font-size: 12px;
padding: 10px;
}
.block__search-table-body-td, .block__search-table-head-th {
padding: 10px;
}
}
em {
font-size: 14px;
line-height: normal;
}
@media screen and (max-width: 750px) {
em {
font-size: 12px;
}
}
.gform_wrapper {
padding: 15px;
background: -webkit-gradient(linear, left top, right top, from(#b2d040), to(#00aeef));
max-width: 860px !important;
border-radius: 15px;
line-height: normal;
}
.gform_wrapper input[type="text"],
.gform_wrapper input[type="email"],
.gform_wrapper input[type="tel"],
.gform_wrapper input[type="password"], .gform_wrapper select, .gform_wrapper textarea {
border: 0 !important;
border-radius: 15px !important;
line-height: normal !important;
height: 45px !important;
font-size: 16px !important;
box-shadow: 0px 0px 4px #0003 !important;
width: 100% !important;
padding: 8px !important;
}
.gform_wrapper .gfield textarea {
height: 288px !important;
}
.ginput_complex label {
font-size: 15px !important;
}
.gpnf-nested-entries th {
padding: 4px 8px !important;
vertical-align: middle;
}
.gpnf-nested-entries td {
padding: 4px 8px !important;
}
.gform_wrapper select {
min-width: 84px;
width: 100%;
padding: 8px;
}
.gform_wrapper button, .gform_wrapper input[type="button"], .gform_wrapper input[type="submit"] {
border-radius: 12px;
color: white;
display: -webkit-box;
display: -ms-flexbox;
display: inline-flex;
padding: 0px 6px;
position: relative;
-webkit-box-align: center;
-ms-flex-align: center;
line-height: normal;
align-items: center;
text-decoration: none;
font-size: 16px;
border: 0;
padding: 10px 18px;
background: rgb(0, 174, 239);
}
.gfield_validation_message {
padding: 5px !important;
border-radius: 15px !important;
}
.gform_required_legend {
display: none;
}
.gform_title, .gsection_title {
margin: 0 !important;
text-shadow: 0 0 5px rgb(0 0 0 / 75%);
width: 100%;	
}
.gform_description, .gsection_description {
line-height: normal;
font-size: 15px !important;
display: inline !important;
}
.gsection_description {
margin-top: 5px;
}
.gform_wrapper .gf_progressbar_title {
color: #767676;
font-size: 12.992px !important;
font-weight: 400;
margin: 0 0 4.8px;
margin-left: 0 !important;
}
.gform_wrapper .gf_progressbar_blue {
background: #d2d6dc;
}
.gform_wrapper .gf_progressbar {
background: #d2d6dc !important;
border-radius: 10.5px;
margin-bottom: 16px;
position: relative;
padding: 0 !important;
}
.gform_wrapper .gf_progressbar_percentage {
background: none !important;
}
.gform_wrapper .gf_progressbar_percentage span {
line-height: 24px !important;
font-size: 14px;
}
.gform_wrapper .gf_progressbar_percentage.percentbar_blue {
background-color: #1e7ac4 !important;
color: #fff;
}
.gform_wrapper .gf_progressbar:after {
box-shadow: none !important;
}
.gform_wrapper .gfield_label {
display: inline-block;
font-size: 16px !important;
font-weight: 700;
margin-bottom: 8px !important;
padding: 0 !important;
}
.gform_wrapper .gfield_required {
color: #c02b0a;
display: inline-block;
font-size: 13.008px;
padding-left: 0.125em;
}
.gform_wrapper .gf_progressbar_wrapper {
margin-bottom: 0 !important;
padding-bottom: 0 !important;
}
body .gform_wrapper .top_label div.ginput_container {
margin-top: 0 !important;
}
.block__columns-block {
display: flex;
justify-content: space-evenly;
margin: 30px 0 30px;
color: white;
gap: 15px;
flex-wrap: wrap;
}
.block__column-block-title {
text-shadow: 0 0 5px rgb(0 0 0 / 75%);
width: 100%;
font-size: 21px;
font-weight: bold;
}
.block__column-block-text a {
color: white;
text-decoration: underline;
}
@media screen and (max-width: 400px) {
.block__columns-block {
text-align: center;
width: 100%;
}
.block__column-block {
width: 100%;
}
}
#single_blog__post{
background-image: url(//genidaqs.com/wp-content/themes/genidaqs-new/images/design/post-background.jpg);
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
}
.single__blog__block {
background-color: rgba(0, 174, 239, 0.98);
padding: 20px;
margin: 100px 0px;
display: flex;
flex-direction: column;
text-align: left;
border-radius: 40px;
width: 90%;
}
.single__blog__block .block__wrapper:after{
content: none;
}
.singleBlog_text_block figure img {
margin-bottom: 30px;
border-radius: 20px;
}
.singleBlog_text_block {
max-width: 100%;
margin-top: 50px;
}
.single__blog__block .container {
padding: 100px;
}
.single_blog_author {
display: flex;
justify-content: left;
align-items: left;
gap: 10px;
margin-left: 15px;
}
.blog_author_icon {
border: 1px solid #fff;
width: 30px;
border-radius: 100px;
padding: 5px;
}
.single_blog_featurd__post img {
border-radius: 20px;
margin: 20px auto;
width: 100%;
}
.blog_author_icon img {
filter: invert(1);
}
.singleBlog_text_block p {
margin-bottom: 10px;
}
.blogs_grid_block {
display: flex;
flex-wrap: wrap;
}
.blog_grids {
margin: 10px;
border: 1px solid #ddd;
padding: 10px;
border-radius: 20px;
display: flex;
flex-direction: column;
width: calc(50% - 20px);
}
h2.blog_grid_title {
font-size: 24px;
margin-bottom: 15px;
}
.blog_grids img {
border-radius: 10px;
margin-bottom: 10px;
height: 300px;
width: 100%;
object-fit: cover;
}
.blog_grid_btn a {
margin: 20px 0px 10px 0px;
background: green;
display: flex;
width: fit-content;
padding: 8px 16px;
border-radius: 19px;
font-size: 16px;
color: #fff;
background: linear-gradient(110deg, rgb(178, 208, 64) 0%, rgb(0, 174, 239) 100%);
}
@media screen and (max-width: 625px){
.single__blog__block .container {
padding: 10px;
}
.singleBlog_text_block {
margin-top: 10px;
}
.blogs_grid_block {
flex-direction: column;
align-items: center;
}
.blog_grids {
width: 100%;
}
.single__blog__block .block__content {
text-align: left;
}
}
@media screen and (max-width: 1024px){
.single__blog__block .container {
padding: 20px !important;
}
.singleBlog_text_block {
margin-top: 20px !important;
}
}.categories_tags a{
font-size: 12px;
color: #fff;
background: linear-gradient(110deg, rgb(178, 208, 64) 0%, rgb(0, 174, 239) 100%);
}
.sidebar_contact_us a{
font-size: 16px;
color: #fff;
background: linear-gradient(110deg, rgb(178, 208, 64) 0%, rgb(0, 174, 239) 100%);
}
.blog_grid_title a{
color: #fff;
}
.sidebar_content{
text-align: left;
padding: 20px;
}
.feature_sidebar{
flex: 2;
background-color: #12aeef;
margin-top: 98px;
padding: 10px;
height: 30%;
border-radius: 40px;
}
.custom-archive ul {
list-style: none;
padding-left: 20px;
padding-bottom: 10px;
}
.custom-archive ul a {
margin-bottom: 5px;
}
.custom-archive ul .year-list,
.custom-archive ul .month-list,
.custom-archive ul .post-list {
display: none;
}
.custom-archive a {
text-decoration: none;
color: #fff;
display: inline-flex;
align-items: center;
}
.custom-archive a:hover {
color: #fff;
}
.custom-archive .dropdown-icon {
font-size: 12px;
margin-left: 5px;
cursor: pointer;
transform: rotate(0deg);
transition: transform 0.2s;
color: #fff;
}
.custom-archive a.expanded .dropdown-icon {
transform: rotate(180deg);
} .custom-archive .post-list li {
font-size: 13px; }
.custom-archive, .sidebar_item{
margin-bottom: 20px;
}
.sidebar_item h3{
margin-bottom: 10px;
}