@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Tenor+Sans&display=swap");
.container {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}

.container-custom {
  max-width: 1360px;
  width: 100%;
  margin: 0 auto;
  padding-left: 25px;
  padding-right: 25px;
}

.section_half_space {
  padding: 60px 0;
}

.section_full_space {
  padding: 120px 0;
}
@media (max-width: 1600px) {
  .section_full_space {
    padding: 80px 0;
  }
}
@media (max-width: 1023px) {
  .section_full_space {
    padding: 40px 0;
  }
}

.section_full_topspace {
  padding-top: 120px;
}
@media (max-width: 1600px) {
  .section_full_topspace {
    padding-top: 80px;
  }
}
@media (max-width: 1023px) {
  .section_full_topspace {
    padding-top: 40px;
  }
}

.pt_40 {
  padding-top: 40px;
}

.pb_40 {
  padding-bottom: 40px;
}

.text_center {
  text-align: center;
}

.regular_title h1, .regular_title h2, .regular_title h3, .regular_title h4, .regular_title h5, .regular_title h6 {
  font-size: 42px;
  line-height: 52px;
  font-family: "Arial";
  font-weight: 900;
  text-align: center;
  text-transform: capitalize;
}
@media (max-width: 1023px) {
  .regular_title h1, .regular_title h2, .regular_title h3, .regular_title h4, .regular_title h5, .regular_title h6 {
    font-size: 36px;
    line-height: 46px;
  }
}
@media (max-width: 640px) {
  .regular_title h1, .regular_title h2, .regular_title h3, .regular_title h4, .regular_title h5, .regular_title h6 {
    font-size: 26px;
    line-height: 36px;
  }
}

.title_white h1, .title_white h2, .title_white h3, .title_white h4, .title_white h5, .title_white h6 {
  color: #FFFFFF;
}

.title_blue h1, .title_blue h2, .title_blue h3, .title_blue h4, .title_blue h5, .title_blue h6 {
  color: #042541;
}

a,
button {
  transition: 0.3s all;
}

*, ::before, ::after {
  background-repeat: no-repeat;
  box-sizing: border-box;
}

.backtotop_button {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 500ms;
  position: fixed;
  bottom: 80px;
  right: 30px;
  height: 48px;
  width: 48px;
  z-index: 1000;
  border-radius: 5px;
  background-color: #042541;
  border: 1px solid #FFFFFF;
  visibility: hidden;
  opacity: 0;
}

.backtotop_button img {
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 24px;
  width: 100%;
  height: auto;
}

.backtotop_button.show {
  visibility: visible;
  opacity: 100;
}

/*
This file can be used to overwrite any normailze settings.
*/
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

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,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
menu,
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,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
  display: none;
}

a {
  text-decoration: none;
}

menu,
ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/**
 * Basic typography style for copy text
 */
::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #d7d7d7;
}

::-webkit-scrollbar {
  width: 8px;
  border-radius: 10px;
  background-color: #d7d7d7;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #042541;
}

body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #042541;
  background-color: #FFFFFF;
}
body::after {
  content: none !important;
}
body::before {
  content: none !important;
}

p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #042541;
}
@media (max-width: 767px) {
  p {
    font-size: 15px;
  }
}

.text-center {
  text-align: center;
}

h1 {
  font-family: "Arial";
  font-size: 70px;
  line-height: 90px;
  font-weight: 600;
  color: #FFFFFF;
}
@media (max-width: 1199px) {
  h1 {
    font-size: 54px;
    line-height: 60px;
  }
}
@media (max-width: 1023px) {
  h1 {
    font-size: 48px;
    line-height: 56px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 30px;
    line-height: 38px;
  }
}

h2 {
  font-family: "Arial";
  font-size: 40px;
  line-height: 50px;
  font-weight: 600;
  color: #35717B;
}
@media (max-width: 1023px) {
  h2 {
    font-size: 32px;
    line-height: 38px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 26px;
    line-height: 30px;
  }
}

h3 {
  font-family: "Arial";
  font-size: 30px;
  line-height: 35px;
  font-weight: 600;
  color: #042541;
}

h4 {
  font-family: "Arial";
  font-size: 20px;
  line-height: 35px;
  font-weight: 600;
  color: #35717B;
}

h5 {
  font-family: "Arial";
  font-size: 24px;
  line-height: 35px;
  font-weight: 500;
  color: #042541;
}

@font-face {
  font-family: "Arial";
  src: url("/wp-content/themes/illesdigital/assets/fonts/Arial-Black.eot");
  src: url("/wp-content/themes/illesdigital/assets/fonts/Arial-Black.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/illesdigital/assets/fonts/Arial-Black.woff2") format("woff2"), url("/wp-content/themes/illesdigital/assets/fonts/Arial-Black.woff") format("woff"), url("/wp-content/themes/illesdigital/assets/fonts/Arial-Black.ttf") format("truetype"), url("/wp-content/themes/illesdigital/assets/fonts/Arial-Black.svg#Arial-Black") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
.site-header {
  padding: 20px 0;
  background-color: #042541;
  position: relative;
  width: 100%;
  z-index: 999;
}
@media (max-width: 1023px) {
  .site-header {
    padding: 15px 0;
  }
}
.site-header .container-custom .header_inner {
  display: flex;
  align-items: center;
  justify-content: start;
  flex-wrap: wrap;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 15px;
}
@media (max-width: 576px) {
  .site-header .container-custom .header_inner {
    row-gap: 10px;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}
.site-header .container-custom .header_inner .header_logo a {
  display: flex;
}
.site-header .container-custom .header_inner .header_logo a img {
  max-width: 270px;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: auto;
}
@media (max-width: 1023px) {
  .site-header .container-custom .header_inner .header_logo a img {
    max-width: 220px;
  }
}
@media (max-width: 576px) {
  .site-header .container-custom .header_inner .header_logo a img {
    max-width: 170px;
  }
}
.site-header .container-custom .header_inner .headertext span {
  font-size: 48px;
  line-height: 58px;
  font-weight: 600;
  color: #FFFFFF;
  font-family: "Arial";
}
@media (max-width: 1023px) {
  .site-header .container-custom .header_inner .headertext span {
    font-size: 32px;
    line-height: 42px;
  }
}
@media (max-width: 576px) {
  .site-header .container-custom .header_inner .headertext span {
    font-size: 16px;
    line-height: 22px;
  }
}
.site-header .site-header-main {
  display: none;
}
.site-header .header-image {
  display: none;
}
.site-header.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  animation-name: stickySlideDown;
  animation-duration: 0.5s;
  transition: 0.5s;
}

@keyframes stickySlideDown {
  0% {
    opacity: 0.7;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.footer {
  background: linear-gradient(0deg, rgb(3, 18, 31) 0%, rgb(4, 37, 65) 50%);
  padding: 40px 0;
}
.footer .default_footer {
  display: none;
}
.footer_content {
  text-align: center;
}
.footer_content--title {
  margin-bottom: 30px;
}
.footer_content--title h2 {
  font-size: 32px;
  line-height: 42px;
  font-weight: 500;
  color: #FFFFFF;
}
@media (max-width: 1023px) {
  .footer_content--title h2 {
    font-size: 24px;
    line-height: 34px;
  }
}
.footer_contact {
  max-width: 450px;
  margin: 0 auto;
}
.footer_contact--desc {
  padding: 10px 0 20px 0;
}
.footer_contact--desc p {
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  color: #FFFFFF;
}
.footer_contact--icon img {
  max-width: 60px;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer_contact--text p, .footer_contact--text a {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: #FFFFFF;
}
.footer_contact--text a {
  transition: all 500ms;
}
.footer_contact--text a:hover {
  text-decoration: underline;
}

.herobanner-wrapper {
  overflow: hidden;
}
.herobanner-wrapper .herobanner {
  position: relative;
  height: calc(100vh - 98px);
}
@media (max-width: 1023px) {
  .herobanner-wrapper .herobanner {
    height: calc(100vh - 98px);
  }
}
@media (max-width: 767px) {
  .herobanner-wrapper .herobanner {
    height: calc(100vh - 66px);
  }
}
.herobanner-wrapper .herobanner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.herobanner-wrapper .herobanner_image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.herobanner-wrapper .herobanner_image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.herobanner-wrapper .herobanner_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  text-align: center;
  width: 100%;
  max-width: 880px;
}
.herobanner-wrapper .herobanner_content--title h1 {
  font-size: 56px;
  line-height: 66px;
  font-weight: 600;
  color: #FFFFFF;
  font-family: "Arial";
}
@media (max-width: 1023px) {
  .herobanner-wrapper .herobanner_content--title h1 {
    font-size: 32px;
    line-height: 42px;
  }
}
.herobanner-wrapper .herobanner_content--desc {
  padding-top: 30px;
}
@media (max-width: 1023px) {
  .herobanner-wrapper .herobanner_content--desc {
    padding-top: 15px;
  }
}
.herobanner-wrapper .herobanner_content--desc p {
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 34px;
  font-weight: 400;
  color: #FFFFFF;
}
.herobanner-wrapper .herobanner_content--desc p:last-child {
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  .herobanner-wrapper .herobanner_content--desc p {
    font-size: 16px;
    line-height: 22px;
  }
}

.zigzag {
  overflow: hidden;
}
.zigzag__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}
@media (max-width: 1023px) {
  .zigzag__row {
    grid-template-columns: 1fr;
    flex-direction: column-reverse;
  }
}
.zigzag__row .zigzag__imgcol {
  position: relative;
  padding: 10px;
}
.zigzag__row .zigzag__imgcol::before {
  content: "";
  position: absolute;
  top: 25px;
  left: 25px;
  bottom: 0;
  width: calc(100% - 25px);
  height: calc(100% - 25px);
  border: 1px solid rgba(4, 37, 65, 0.6);
}
@media (max-width: 1023px) {
  .zigzag__row .zigzag__imgcol::before {
    top: 0;
  }
}
@media (max-width: 1023px) {
  .zigzag__row .zigzag__imgcol {
    order: 1;
    padding-bottom: 0;
  }
}
@media (max-width: 1023px) {
  .zigzag__row--col {
    order: 2;
  }
}
.zigzag__image {
  position: relative;
  padding-top: 76.31%;
}
@media (max-width: 1023px) {
  .zigzag__image {
    padding-top: 56.31%;
  }
}
@media (max-width: 640px) {
  .zigzag__image {
    padding-top: 100%;
  }
}
.zigzag__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.zigzag__content {
  padding: 60px;
  background-color: #eeeeee;
  margin-right: -10px;
}
@media (max-width: 1023px) {
  .zigzag__content {
    padding: 30px 15px;
    margin-right: 0;
  }
}
.zigzag__content--title h2 {
  font-size: 32px;
  line-height: 42px;
  font-weight: 600;
  color: #042541;
  font-family: "Arial";
}
@media (max-width: 1023px) {
  .zigzag__content--title h2 {
    font-size: 24px;
    line-height: 34px;
  }
}
@media (max-width: 640px) {
  .zigzag__content--title h2 {
    font-size: 18px;
    line-height: 26px;
  }
}
.zigzag__content--desc {
  padding-top: 20px;
}
.zigzag__content--desc p {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: #042541;
}
.zigzag__content--desc p:last-child {
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  .zigzag__content--desc p {
    font-size: 16px;
    line-height: 22px;
  }
}

.featureslist-wrapper .featureslist__title {
  margin-bottom: 30px;
}
.featureslist-wrapper .featureslist__row {
  display: flex;
  justify-content: center;
  align-items: start;
  flex-wrap: wrap;
  row-gap: 70px;
  padding-top: 50px;
}
@media (max-width: 1023px) {
  .featureslist-wrapper .featureslist__row {
    row-gap: 50px;
    padding-top: 30px;
  }
}
.featureslist-wrapper .featureslist__itemmain {
  padding: 15px;
  width: 33.33%;
}
@media (max-width: 1280px) {
  .featureslist-wrapper .featureslist__itemmain {
    width: 33.33%;
  }
}
@media (max-width: 1023px) {
  .featureslist-wrapper .featureslist__itemmain {
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  .featureslist-wrapper .featureslist__itemmain {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .featureslist-wrapper .featureslist__itemmain {
    width: 100%;
    padding: 15px 0;
  }
}
.featureslist-wrapper .featureslist__item {
  height: 100%;
  padding: 15px;
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  padding: 20px 15px 30px;
  border-radius: 15px;
  background: #f3f3f3;
  color: #FFFFFF;
  box-shadow: 1px 3px 10px #a5a5a5;
}
.featureslist-wrapper .featureslist__item--icon {
  width: 100px;
  height: 100px;
  background: #f3f3f3;
  border-radius: 100%;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.45);
  margin: 0 auto;
  margin-top: -70px;
  outline: 6px solid #FFFFFF;
}
@media (max-width: 1023px) {
  .featureslist-wrapper .featureslist__item--icon {
    width: 80px;
    height: 80px;
    margin-top: -60px;
  }
}
.featureslist-wrapper .featureslist__item--icon img {
  width: 100px;
  height: 100px;
  -o-object-fit: contain;
  object-fit: contain;
  margin: 0 auto;
  filter: brightness(0.5);
}
@media (max-width: 1023px) {
  .featureslist-wrapper .featureslist__item--icon img {
    width: 75px;
    height: 75px;
  }
}
.featureslist-wrapper .featureslist__item--title p {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  color: #042541;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (max-width: 1023px) {
  .featureslist-wrapper .featureslist__item--title p {
    font-size: 16px;
    line-height: 22px;
  }
}

.gridlist-wrapper {
  background-color: #F7F7F7;
}
.gridlist-wrapper .gridlist {
  padding-bottom: 30px;
}
.gridlist-wrapper .gridlist__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}
@media (max-width: 767px) {
  .gridlist-wrapper .gridlist__row {
    grid-template-columns: 1fr;
    padding-right: 15px;
  }
}
.gridlist-wrapper .gridlist__item {
  padding: 50px;
  background-color: #042541;
  box-shadow: rgb(4, 37, 65) 15px 15px 0px;
  border-radius: 0px 15px 0px 15px;
  text-align: center;
  border: 4px double #FFFFFF;
  border-left: 0;
  border-top: 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 1023px) {
  .gridlist-wrapper .gridlist__item {
    padding: 25px 20px;
  }
}
.gridlist-wrapper .gridlist__item::before {
  content: "";
  position: absolute;
  top: 35px;
  right: 40px;
  bottom: 0;
  width: calc(100% - 15px);
  height: calc(100% - 10px);
  border: 4px double #042541;
  border-radius: 0;
  opacity: 0;
  z-index: -1;
}
.gridlist-wrapper .gridlist__item:nth-child(2)::before {
  right: -18px;
  left: unset;
}
.gridlist-wrapper .gridlist__item--title {
  margin-bottom: 15px;
}
.gridlist-wrapper .gridlist__item--title h2 {
  font-size: 42px;
  line-height: 52px;
  font-weight: 600;
  color: #FFFFFF;
  font-family: "Arial";
  text-transform: capitalize;
}
@media (max-width: 1023px) {
  .gridlist-wrapper .gridlist__item--title h2 {
    font-size: 24px;
    line-height: 28px;
  }
}
.gridlist-wrapper .gridlist__item--desc p {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  color: #FFFFFF;
}
@media (max-width: 1023px) {
  .gridlist-wrapper .gridlist__item--desc p {
    font-size: 16px;
    line-height: 22px;
  }
}
.gridlist-wrapper .gridlist__item--icon {
  background: #FFFFFF;
  border-radius: 50px;
  padding: 18px;
  max-width: 100px;
  max-height: 100px;
  margin: 0 auto 30px;
  display: flex;
  align-items: center;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.3607843137);
}
@media (max-width: 1023px) {
  .gridlist-wrapper .gridlist__item--icon {
    max-width: 80px;
    max-height: 80px;
    margin: 0 auto 20px;
  }
}
.gridlist-wrapper .gridlist__item--icon img {
  width: 90px;
  height: 90px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1023px) {
  .gridlist-wrapper .gridlist__item--icon img {
    width: 70px;
    height: 70px;
  }
}/*# sourceMappingURL=custom-theme.css.map */