@import url("https://fonts.googleapis.com/css2?family=Fugaz+One&display=swap");
:root {
    --green-700: #1f626e;
    --green-600: #407984;
    --green-500: #4494a2;
    --green-300: #5fa8b5;
    --green-lime-700: #235962;
    --indigo-900: #3a2357;
    --purple-800: #6b21a8;
    --purple-400: #7030a0;
    --pink-400: #f373fd;
    --cyan-900: #3e3e40;
    --green-logo: #4494a2;
    --purple-main: #4b3371;
    --yellow-main: #f1c016;
    --gray-main: #3e4147;
    --amber-100: #fff2cc;
    --amber-200: #f8cbad;4494a24494a2
}

.text-decoration-none {
    text-decoration: none !important;
}

.text-uppercase {
    text-transform: uppercase;
}

.image-container {
    position: relative;
}

.image-text {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}

.text-extra-bold {
    font-weight: bolder;
    font-size: 50px;
    color: #000;
}

.image-header {
    margin-bottom: 20%;
    font-size: 50px;
    color: #000;
}

.image-body {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
    font-weight: lighter;
    width: 60%;
}

.image-footer {
    font-weight: bolder;
    color: #000;
}

.baris {
    display: grid;
    grid-template-columns: 17px 1fr;
}

.baris > * {
    flex: 1;
}

.line {
    width: 100%;
    height: 3px;
    background-color: var(--green-300);
}

.thumb-post {
    width: 100%;
    max-height: 200px;
    margin-bottom: 3rem;
}

.thumb-post img {
    width: 500px;
    object-fit: cover;
}

.btn-center {
    position: absolute;
    text-align: center !important;
    bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

.bg-green-200 {
    background-color: #ced8bf !important;
}

.bg-red-200 {
    background-color: #fdbbbc !important;
}

.text-green-700 {
    font-weight: bold;
    color: #3a4537 !important;
}

.text-red-700 {
    font-weight: bold;
    color: #9a292d !important;
}

.btn-rounded {
    border-radius: 5rem;
}

.slido {
    min-height: 760px;
}

.main-theme {
    color: var(--green-600) !important;
}

.d-none {
    display: none;
}
.mobile {
    display: none !important;
}
.pointer {
    cursor: pointer;
}
.color-cyan-900 {
    color: var(--cyan-900);
}

.color-green-700 {
    color: var(--green-700);
}

.color-green-600 {
    color: var(--green-600);
}

.color-green-500 {
    color: var(--green-500);
}

.color-indigo-900 {
    color: var(--indigo-900);
}

.color-purple-800 {
    color: var(--purple-800);
}

.color-white {
    color: #fff;
}

.color-content {
    color: var(--content);
}

.color-green-logo {
    color: var(--green-logo);
}

.bg-green-logo {
    background: var(--green-logo);
}

.bg-green-700 {
    background: var(--green-700);
}

.bg-green-600 {
    background: var(--green-600);
}

.bg-green-500 {
    background: var(--green-500);
}

.bg-indigo-900 {
    background: var(--indigo-900);
}

.bg-purple-800 {
    background: var(--purple-800);
}
.bg-white {
    background: white;
}
.bg-rowspan {
    background: #bdb7b7;
}
.font-14 {
    font-size: 14px;
}

.font-normal {
    font-weight: 400;
}

.font-medium {
    font-weight: 500;
}

.font-semibold {
    font-weight: 600;
}

.font-bold {
    font-weight: 700;
}

.mt-1 {
    margin-top: 0.25rem;
}

.mt-2 {
    margin-top: 0.5rem;
}

.mt-3 {
    margin-top: 1rem;
}

.mt-4 {
    margin-top: 1.5rem;
}

.mt-5 {
    margin-top: 3rem;
}

hr {
    border-top: 1px solid #ccc;
}

#content {
    font-size: 1.1em;
    /*color: #3f3a3a*/
    color: #534f4f;
}

#content a {
    color: var(--purple-main);
    color: var(--green-logo);
    /* text-decoration: none; */
}

#header-logos {
    /* background-color: var(--gray-main); */
    background-color: white;
    /*background-color: #050505;*/
    /*background-color: #454242;*/
    /*background-color: #9d9595;*/
}

#header-logos-in a {
    width: 60%;
    text-align: center;
}

#header-logos-in a img {
    width: 70%;
    padding: 10px;
}

#header-logos-2-in a {
    width: 80%;
}

#header-logos-2-in a img {
    width: 100%;
}

#header-logos-in p,
#header-logos-2-in p {
    /*font-family: 'Alfa Slab One', cursive;*/
    /*font-family: 'Paytone One', sans-serif;*/
    /*font-family: 'Ultra', serif;*/
    /*font-family: 'Viga', sans-serif;*/
    font-family: "Fugaz One", cursive;
    /*font-family: 'Carter One', cursive;*/
    display: block;
    color: #5aa323;
    /*color: var(--green-logo);*/
    font-size: 21px;
    font-weight: normal;
    text-align: center;
    margin: 1em 0;
}

#header-line-top {
    background-color: var(--green-logo);
}

#header-line-top-in {
    height: auto;
}
#header-line-top-in a:hover {
    color: unset;
}
#header-line-top-in li a {
    font-size: 16px;
}

#header-line-top-in li a:hover {
    color: #aac8cf;
    text-decoration: none !important;
}

#header-line-top-in li a:hover {
    background-color: #aac8cf;
    color: var(--green-logo);
}

#header-line-top-in .dropdown-menu li a:hover {
    color: var(--green-logo);
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    background-color: var(--green-logo);
}

table th,
table td {
    padding: 10px 10px;
}

table {
    width: 100%;
}

table,
th,
td {
    border: 1px solid;
}

table.table-theme {
    border-collapse: collapse;
    background-color: var(--green-logo);
    border-color: var(--green-logo);
    color: white;
}

th {
    text-align: center;
}
.event th {
    text-align: left;
    background: var(--green-lime-700);
    color: white;
    font-weight: bolder;
}

.event.fee th {
    text-align: center;
}

.table.v-middle > thead > tr > th,
.table.v-middle > tbody > tr > th,
.table.v-middle > tfoot > tr > th,
.table.v-middle > thead > tr > td,
.table.v-middle > tbody > tr > td,
.table.v-middle > tfoot > tr > td {
    vertical-align: middle;
}

table.event,
#content table {
    border: none;
    border-collapse: collapse;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

table.event tr:nth-of-type(odd) {
    background: #e9e9e9;
}

table.event.custom tr:nth-of-type(odd) {
    background: unset;
}

table.event.custom td {
    border-style: inset !important;
}

table td.xy-center {
    text-align: center;
    vertical-align: middle;
}

.welcome-img img {
    max-height: unset !important;
    width: 75% !important;
}

/* Start of Contact Form */

.blog-card {
    background-color: white;
    border-radius: 1px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 14px !important;
    margin: 0 auto;
    /* max-width: 600px; */
}

.media {
    background-position: center;
    background-size: cover;
    height: 100%;
}

.card-body {
    color: #7a7a7a;
    height: 100%;
    padding: 30px 20px 50px;
}

.tagline {
    font-size: 8px;
    text-transform: uppercase;
}

.title {
    /*color: #252830;*/
    /*font-family: "Playfair Display SC";*/
    font-size: 30px;
    /*font-weight: 400;*/
}

.divider {
    background: #7a7a7a;
    height: 2px;
    margin: 25px auto;
    width: 40px;
}

.paragraph {
    font-weight: 300;
}

.read-more:hover,
.read-more:focus,
.read-more:visited {
    color: #252830;
    text-decoration: none;
}

@media (max-width: 530px) {
    .col-xs-6 {
        width: 100%;
    }
}

/* End of Contact Form */

/* Start of Rectangle list */

li {
    display: list-item;
    text-align: -webkit-match-parent;
}

.rectangle-list,
.rectangle-list ol {
    list-style: none;
}

.rectangle-list {
    padding-left: 0;
}

ol {
    counter-reset: li;
    list-style: none;
    list-style: decimal;
    font: 15px "trebuchet MS", "lucida sans";
    /* padding: 0; */
    margin-bottom: 4em;
    text-shadow: 0 1px 0 rgb(255 255 255 / 50%);
}
video {
    width: 700px;
    height: 400px;
}
@media only screen and (max-width: 990px) {
    .video {
        width: 550px;
        height: 348px;
    }
}
@media only screen and (max-width: 738px) {
    .video {
        width: 490px;
        height: 310px;
    }

    .mobile-size {
        display: none !important;
    }
}
@media only screen and (max-width: 678px) {
    .video {
        width: 470px;
        height: 318px;
    }
}
@media only screen and (max-width: 662px) {
    .video {
        width: 430px;
        height: 290px;
    }
}
@media only screen and (max-width: 630px) {
    .video {
        width: 400px;
        height: 270px;
    }
}
@media only screen and (max-width: 587px) {
    .video {
        width: 350px;
        height: 230px;
    }
}
@media only screen and (max-width: 570px) {
    .video {
        width: 340px;
        height: 200px;
    }
}
@media only screen and (max-width: 540px) {
    .video {
        width: 300px;
        height: 180px;
    }
}
@media only screen and (max-width: 526px) {
    .video {
        width: 280px;
        height: 160px;
    }
}
@media only screen and (max-width: 474px) {
    .video {
        width: 280px;
        height: 155px;
    }
}
@media only screen and (max-width: 429px) {
    .video {
        width: 250px;
        height: 140px;
    }
}
@media only screen and (max-width: 406px) {
    .video {
        width: 220px;
        height: 130px;
    }
}
@media only screen and (max-width: 388px) {
    .video {
        width: 200px;
        height: 120px;
    }
}
@media only screen and (max-width: 374px) {
    .video {
        width: 180px;
        height: 110px;
    }
}
@media only screen and (max-width: 349px) {
    .video {
        width: 160px;
        height: 100px;
    }
}
@media only screen and (max-width: 330px) {
    .video {
        width: 140px;
        height: 90px;
    }
}
@media only screen and (max-width: 311px) {
    .video {
        width: 130px;
        height: 80px;
    }
}
@media only screen and (max-width: 286px) {
    .video {
        width: 125px;
        height: 70px;
    }
}
@media only screen and (max-width: 280px) {
    .video {
        width: 125px;
        height: 70px;
    }
}
@media only screen and (max-width: 258px) {
    .video {
        width: 100px;
        height: 50px;
    }
}
@media only screen and (max-width: 232px) {
    .video {
        width: 85px;
        height: 40px;
    }
}
@media only screen and (max-width: 210px) {
    .video {
        width: 70px;
        height: 40px;
    }
}
@media only screen and (max-width: 199px) {
    .video {
        width: 55px;
        height: 40px;
    }
}
@media only screen and (max-width: 185px) {
    .video {
        width: 45px;
        height: 40px;
    }
}

/* li ol {
    list-style: lower-alpha!important;
} */

.rectangle-list span {
    position: relative;
    display: block;
    padding: 0.4em 0.4em 0.4em 0.8em;
    *padding: 0.4em;
    margin: 0.5em 0 0.5em 2.5em;
    background: #ddd;
    color: #444;
    text-decoration: none;
    transition: all 0.3s ease-out;
}

.rectangle-list span:hover {
    background: #eee;
}

.rectangle-list span:before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    left: -2.5em;
    top: 50%;
    margin-top: -1em;
    color: #fff;
    background: #5aa323;
    height: 2em;
    width: 2em;
    line-height: 2em;
    text-align: center;
    font-weight: bold;
}

.rectangle-list span:after {
    position: absolute;
    content: "";
    border: 0.5em solid transparent;
    left: -1em;
    top: 50%;
    margin-top: -0.5em;
    transition: all 0.3s ease-out;
}

.rectangle-list span:hover:after {
    left: -0.5em;
    border-left-color: #5aa323;
}

/* End of Rectangle list */

td {
    border-style: hidden !important;
}

#pre-paragraph .column-in {
    padding: 0px;
}

#call-to-action-block .column-1 .column-in {
    margin-right: 10px;
}

#call-to-action-block .column-1,
#call-to-action-block .column-2 {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 14px !important;
}

#call-to-action-block .column-in {
    border-radius: 5px;
}

.column-in.first {
    border-bottom: 10px !important;
    height: 200px;
}

div.column-1 {
    border-right: unset !important;
    margin-right: 22px;
}

#content a.button-read-more {
    display: inline-block;
    padding: 5px 25px 5px 30px;
    border-radius: 1.5em;
    color: #fff;
    background: #5f9422;
    border: 2px solid #5f9422;
    text-decoration: none;
}

div.column-1,
div.column-2 {
    float: left;
    width: 49%;
}

div.column-in {
    padding-bottom: 0px;
}

.dropdown-menu {
    background-color: var(--green-logo);
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    /*background-color: var(--green-logo);*/
}

#content h1,
#content h2,
#content h3,
#content h4 {
    color: var(--green-logo);
}

#footer {
    background-color: var(--gray-main);
    /*background-color: var(--green-logo);*/
}

.text-uppercase {
    text-transform: uppercase;
}

ul.dash {
    list-style-type: none;
    padding-left: 1em;
}

ul.dash li:before {
    content: "–";
    position: absolute;
    margin-left: -1em;
}

div.column-1,
div.column-2 {
    border-bottom: unset;
}

.img-responsive,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    width: 100%;
}

#content a.button-read-more span:first-child::after {
    content: none;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-toggle .icon-bar {
    /*display: block;*/
    /*width: 60px;*/
    /*height: 15px;*/
    /*border-radius: 1px;*/
}

.m-login a,
.m-logout a {
    /*background-color: white;
    color: var(--green-logo) !important;*/
}

#footer-in .footer-contact a {
    display: block;
    text-decoration: none;
    font-size: 16px;
}

#content .contact-icon a {
    display: block;
    text-decoration: none;
    font-size: 20px;
    color: #7a7a7a;
}

#contact .paragraph {
    font-size: 1.4em;
}

/*=======ALERT==========*/

.new-message-box {
    margin: 15px 0;
    padding-left: 20px;
    margin-bottom: 25px !important;
}

.new-message-box p {
    font-size: 1.15em;
    font-weight: 600;
}

.info-tab {
    width: 40px;
    height: 40px;
    display: inline-block;
    position: relative;
    top: 8px;
}

.info-tab {
    float: left;
    margin-left: -23px;
}

.info-tab i::before {
    width: 24px;
    height: 24px;
    box-shadow: inset 12px 0 13px rgba(0, 0, 0, 0.5);
}

.info-tab i::after {
    width: 0;
    height: 0;
    border: 12px solid transparent;
    border-bottom-color: #fff;
    border-left-color: #fff;
    bottom: -18px;
}

.info-tab i::before,
.info-tab i::after {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: -17px;
    transform: rotateX(60deg);
}

.note-box,
.warning-box,
.tip-box-success,
.tip-box-danger,
.tip-box-warning,
.tip-box-info,
.tip-box-alert {
    padding: 12px 12px 12px 26px;
}

/***Success****/

.new-message-box-success {
    background: #8bc34a;
    padding: 3px;
    margin: 10px 0;
}

.tip-icon-success {
    background: #8bc34a;
}

.tip-box-success {
    color: #33691e;
    background: #dcedc8;
}

.tip-icon-success::before {
    font-size: 25px;
    content: "\2714";
    top: 2px;
    left: 11px;
    font-family: FontAwesome;
    position: absolute;
    color: white;
}

.tip-icon-success i::before {
    background: #8bc34a;
}

/*******Danger*******/

.new-message-box-danger {
    background: #f44336;
    padding: 3px;
    margin: 10px 0;
}

.tip-icon-danger {
    background: #f44336;
}

.tip-box-danger {
    color: #b71c1c;
    background: #ffccbc;
}

.tip-icon-danger::before {
    font-size: 25px;
    content: "\2716";
    top: 2px;
    left: 11px;
    font-family: FontAwesome;
    position: absolute;
    color: white;
}

.tip-icon-danger i::before {
    background: #f44336;
}

/*******warning*******/

.new-message-box-warning {
    background: #ffeb3b;
    padding: 3px;
    margin: 10px 0;
}

.tip-icon-warning {
    background: #ffeb3b;
}

.tip-box-warning {
    color: #212121;
    background: #fff9c4;
}

.tip-icon-warning::before {
    font-size: 25px;
    content: "\26A0";
    top: 2px;
    left: 11px;
    font-family: FontAwesome;
    position: absolute;
    color: #212121;
}

.tip-icon-warning i::before {
    background: #ffeb3b;
}

/*******info*******/

.new-message-box-info {
    background: #03a9f4;
    padding: 3px;
    margin: 10px 0;
}

.tip-box-info {
    color: #01579b;
    background: #b3e5fc;
}

.tip-icon-info {
    background: #03a9f4;
}

.tip-icon-info::before {
    font-size: 25px;
    content: "\2139";
    top: 2px;
    left: 16px;
    font-family: FontAwesome;
    position: absolute;
    color: white;
}

.tip-icon-info i::before {
    background: #03a9f4;
}

/*******alert*******/

.new-message-box-alert {
    background: #ff6f00;
    padding: 3px;
    margin: 10px 0;
}

.tip-box-alert {
    color: #212121;
    background: #fff8e1;
}

.tip-icon-alert {
    background: #ff6f00;
}

.tip-icon-alert::before {
    font-size: 25px;
    content: "\0021";
    top: 2px;
    left: 15px;
    font-family: FontAwesome;
    position: absolute;
    color: white;
}

.tip-icon-alert i::before {
    background: #ff6f00;
}

/*=======ALERT END==========*/

#menu li.dropdown > a > span:after {
    content: " ▾";
    font-size: 10px;
}

#menu li.dropdown > a > span:hover:after {
    content: " ▴";
}

/*=============FOOTER BASIC================*/

.footer-basic {
    padding: 40px 0;
    background-color: #eee;
    color: #4b4c4d;
}

.footer-basic ul {
    padding: 0;
    list-style: none;
    text-align: center;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 0;
}

.footer-basic li {
    padding: 0 10px;
}

.footer-basic ul a {
    color: inherit;
    text-decoration: none;
    opacity: 0.8;
}

.footer-basic ul a:hover {
    opacity: 1;
}

.footer-basic .social {
    text-align: center;
    padding-bottom: 25px;
}

.footer-basic .social > a {
    font-size: 24px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #ccc;
    margin: 0 8px;
    color: inherit;
    opacity: 0.75;
}

.footer-basic .social > a:hover {
    opacity: 0.9;
}

.footer-basic .copyright {
    margin-top: 15px;
    text-align: center;
    font-size: 13px;
    color: #aaa;
    margin-bottom: 0;
}

/* Credit to https://epicbootstrap.com/snippets/footer-basic */

/*=============FOOTER BASIC END================*/

#panel-in,
#content-in {
    padding-bottom: 240px;
}

.flip-countdown {
    display: grid;
    grid-auto-flow: column;
    /*gap: 4px;*/
    align-items: center;
    justify-items: center;
    margin: 50px 10px;
}

/*========FLIP CLOCK==============*/

.flipper-group label {
    color: var(--green-logo);
}

.flipper-digit.reverse {
    color: white;
}

.flipper-delimiter {
    color: #000;
    color: var(--green-logo);
}

.flipper-digit:after {
    background: white;
}

.digit-bottom,
.digit-top {
    background: var(--green-logo);
}

.digit-top2 {
    background: var(--green-logo);
}

.digit-next {
    background: var(--green-logo);
}

.digit-bottom.r,
.digit-top.r {
    background: var(--green-logo) 50;
}

/*========FLIP CLOCK End==============*/

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: unset;
    outline-offset: unset;
}

/*======================currency=============*/
/*.dropdown-toggle.currency {*/
.element-currency {
    position: relative;
    float: left;
    left: -50px;
    top: 15px;
}
/*======================currency=============*/

/* Gallery Start */

.gallery_grid {
    margin: auto;
    border: #fff solid 5px;
    background: #fff;
}

/* mak images fill their container*/
.gallery_grid img {
    max-width: 100%;
}

.gallery_grid img:hover {
    opacity: 0.5;
    cursor: pointer;
}

/* CSS Grid*/
.gallery_grid .img_grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 5px;
}

/* .gallery_grid a img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.gallery_grid a:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
} */

/* Media Query for changing grid on bigger screens*/

/* Bigger than Phones(tablet) */
@media only screen and (min-width: 750px) {
    .gallery_grid .img_grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Bigger than Phones(laptop / desktop) */
@media only screen and (min-width: 970px) {
    .gallery_grid .img_grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .padding-bottom-desktop {
        padding-bottom: 180px;
    }
}
/* Gallery End */

ul.acm_contact {
    list-style-type: none;
    padding-left: 20px;
}

ul.acm_contact span {
    font-weight: bold;
}

/*==========================================MEDIA====================================*/

@media (max-width: 767px) {
    .dekstop {
        display: none !important;
    }
    .mobile {
        display: block !important;
    }
    #panel-in,
    #content-in {
        padding-bottom: unset;
    }
    div.column-1,
    div.column-2 {
        width: 100%;
    }
    #call-to-action-block .column-in {
        padding-left: 15px;
    }
    .column-1 {
        margin-bottom: 15px;
    }
    #header-logos-2-in a {
        width: 100%;
    }
    #header-logos-2-in a img {
        width: 70%;
    }
    .element-currency {
        position: relative;
        float: right;
        left: 0px;
        top: 7px;
    }
    .m-table-responsive {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .image-text {
        position: absolute;
        z-index: 1;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        text-align: center;
    }

    .text-extra-bold {
        font-weight: bolder;
        font-size: 25px;
        color: #000;
    }

    .image-header {
        margin-bottom: 75%;
        font-size: 25px;
        color: #000;
    }

    .image-body {
        position: absolute;
        z-index: 1;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        font-size: 15px;
        font-weight: lighter;
        width: 90%;
    }

    .image-footer {
        font-weight: bolder;
        color: #000;
        font-size: 15px;
    }
}
.image_list ul li .image img {
    max-width: 100%;
    display: block;
}
.scroll-container .scroll-container-inner * {
    pointer-events: auto;
}
.image_list ul li {
    width: 49%;
}
.image_list .title {
    font-size: 14px;
    line-height: 15px;
    text-align: center;
}

.image_list ul li.visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
.image_list {
    display: block;
}

.image_list ul {
    margin: 0 0px 0 0;
    padding: 0;
    list-style: none;
    display: block;
}
.image_list ul li {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    padding: 0 12px 34px 0;
    transform: translate3d(0, 50px, 0);
    opacity: 1;
}

.image_list ul li.animate-from-bottom {
    transition: transform 4000ms cubic-bezier(0.18, 1, 0.21, 1),
        opacity 2500ms cubic-bezier(0.18, 1, 0.21, 1);
}

.image_list ul li.animate-from-top {
    transition: transform 4000ms cubic-bezier(0.18, 1, 0.21, 1),
        opacity 2500ms cubic-bezier(0.18, 1, 0.21, 1);
    transform: translate3d(0, -50px, 0);
}

.image_list ul li.visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.image_list ul li .image {
    display: block;
    width: 100%;
    margin: 0 0 20px;
    position: relative;
}

.image_list ul li .image img {
    max-width: 100%;
    display: block;
    border-radius: 10px;
    border: 2px solid rgb(0, 0, 0);
}
.image_list ul li h3 {
    width: 100%;
    clear: both;
    display: block;
    font-size: 2.4rem;
    line-height: 3rem;
    font-weight: bold;
    margin: 0 0 5px;
}
.image_list ul li {
    width: 24%;
}
.image_list ul li .subtitle {
    margin: 0 0 5px;
}
.image_list ul li.animate-from-bottom {
    transition: transform 4000ms cubic-bezier(0.18, 1, 0.21, 1),
        opacity 2500ms cubic-bezier(0.18, 1, 0.21, 1);
}

.image_list ul li.animate-from-top {
    transition: transform 4000ms cubic-bezier(0.18, 1, 0.21, 1),
        opacity 2500ms cubic-bezier(0.18, 1, 0.21, 1);
    transform: translate3d(0, -50px, 0);
}
.image_list ul li .image {
    min-height: unset !important;
}
.container {
    width: 90%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.py-5 {
    padding-bottom: 3rem !important;
}
@media (max-width: 1253px) {
    .image_list ul li {
        width: 33%;
    }
}
@media (max-width: 1004px) {
    .image_list ul li {
        width: 49%;
    }
}
@media (max-width: 520px) {
    .image_list ul li {
        width: 100%;
    }
}

@media (min-width: 600px) and (max-width: 991px) {
    .image-text {
        position: absolute;
        z-index: 1;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        text-align: center;
    }

    .text-extra-bold {
        font-weight: bolder;
        font-size: 25px;
        color: #000;
    }

    .image-header {
        font-size: 30px;
        color: #000;
    }

    .image-body {
        position: absolute;
        z-index: 1;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        font-size: 20px;
        font-weight: lighter;
        width: 90%;
    }

    .image-footer {
        font-weight: bolder;
        color: #000;
        font-size: 20px;
    }
}
