:root {
  --background-color: #f1f1f1;
  --hover-color: rgb(102, 40, 245);
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: 0;
}
a {
  text-decoration: none;
}
ul,
ol {
  list-style-type: none;
}
body {
  overflow-x: hidden;
  font-family: "Inter", "Lato", sans-serif;
}
.container {
  width: 1320px !important;
  max-width: 1320px !important;
  margin: 0 auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
h1,h2,h3,h4,h5,h6 {
  font-family: "Poppins","Montserrat", sans-serif;
}
p {
  font-family: "Inter", "Lato", sans-serif;
}
table.table,
th,
td {    
    text-align: center;
}

td,
th {
    padding: 5px;
}


header {
  position: relative;
  background-color: #0A2540;
  height: 100vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

header.header-inner {
  /*position: relative;
  background-color: #1C7ED6;
  height: 20vh !important;
  width: 100% !important;
  min-height: 6rem !important;
  overflow: visible !important;*/


  position: fixed !important;
  top: 0;
  left: 0;
  z-index: 9999 !important;
  background: #1C7ED6;
  padding: 0px 0px !important;
  margin: 0px !important;
  min-height: 75px !important;
  height: 75px !important;
  padding-top: 0px !important;
  margin-top: 0px !important;
  overflow: visible;

}
div.logo-inner {
  font-size: 20px;
  padding: 0px 50px;
  z-index: 9999;
  position: relative;
}
header div.logo-inner img {
  width: 200px;
}

header video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

/*header .container {
  position: relative;
  z-index: 2;
}*/

header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #0A2540;
  opacity: 0.3;
  z-index: 1;
}
header div.logo img {
  width: 200px;
}


/* Header Starts */

header div.topheader {
  background: #0A2540;
  padding: 10px 10px;
  font-size: 15px;
}

div.topleft {
  color: #fff;
  float: left;
}
div.topright {
  color: #fff;  
  text-align: right;
}
div.logo {
  font-size: 20px;
  padding: 20px 50px;
  z-index: 9999;
  position: relative;
}


.sticky { z-index:9;position: relative; }

.fixed {
  position: fixed !important;
  top: 0;
  left: 0;
  z-index: 9999 !important;
  background: #1C7ED6;
  padding: 0px 0px;
  margin: 0px;
  min-height: 75px !important;
  height: 75px !important;
  padding-top: 0px !important;
  margin-top: 0px !important;
}

.fixed .logo {
  padding: 0px 50px;
}


/* Navigation Starts */
.h-100 {
  height: 100% !important;
  position: relative;
  z-index: 2;
}
.h-100 p {
  color: #fff;
}
nav {
  background: none;  
  float: left;
  padding-left: 50px;
}
.logo a {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}

/* normal menu css */
div.main_menu {
  text-align: left;
  float: left;
  margin-left: 100px;
}
div.main_menu ul {
  margin-bottom: 0;
  padding-left: 0px;  
}
.main_menu > ul > li {
  display: inline-block;
  position: relative;
  margin: 0 -2px;
}
.main_menu ul li {
  position: relative;
  padding: 0px;
}

.main_menu ul li a {
  font-size: 17px;
  color: #fff;
  padding: 20px 25px;
  display: block;
  font-weight: 300;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Poppins", "Montserrat", sans-serif;
}

.main_menu ul li .active,
.main_menu ul li:hover > a {
  color: #fff;
}
.main_menu ul li ul .active,
.main_menu ul li ul li:hover > a {
  color: #Fff;
}
/* Normal Dropdown menu */
.main_menu ul li ul {
  width: 250px;
  background: #0f2d9f;
  transition: 0.5s;
  box-shadow: rgba(100, 100, 111, 0.4) 0px 7px 29px 0px;
}

.main_menu ul li ul li a {
  padding: 20px;
  font-size: 15px;
  color: #fff;
  text-align: left;
}

.main_menu ul li ul li a:hover { 
  color: #fff;
}

.main_menu ul li ul li a i {
  float: right;
}

.main_menu ul li ul li ul {
  left: 100%;
  top: 0;
}

/* mega menu css */
.mega_menu_dropdown {
  position: static !important;
}
.mega_menu {
  left: 0;
  right: 0;
  background: #162828;
  display: flex;
  flex-wrap: wrap;
  transition: 0.5s;
  box-shadow: 0px;
}
.mega_menu_item {
  width: 25%;
  padding: 30px 20px;
}
.main_menu ul li .mega_menu_item a {
  padding: 10px 0;
  color: #fff;
  text-transform: none;
}

.main_menu ul li .mega_menu_item a:hover {
  color: #fff;
}
.mega_menu_item h3 {
  margin-bottom: 15px;
  color: #f1f1f1;
}
.mega_menu_item img {
  width: 100%;
}

/* demo_2 css */
.mega_menu_demo_2 .mega_menu {
  left: 50%;
  transform: translateX(-50%);
  width: 1140px;
}

.mobile_btn {
  display: none;
}

.carousel-inner .carousel-caption h1 {
  font-size: 70px;
}

/* Navigation Ends */
/* Header Ends */
.content-box-ul {
  padding-left: 1.3rem;
}
.content-main-box h1 {
  text-transform: uppercase;
  padding: 0;
  font-size: 18px;
  color: #0040ff;
}
div.page-title {
  background: #1c7ed6;
  text-transform: capitalize;
  text-align: center;
  color: #fff;
  padding: 20px 0px;
  font-weight: 500;
  font-size: 45px;
  display: inline-block;
  width: 100%;
  margin-top: 75px;
}
div.page-title h2 {
  font-size: 20px;
  font-weight: 400;
  text-transform: capitalize;
}
div.page-title h3 {
  font-size: 12px;
  font-weight: 600;
  text-transform: capitalize;
}
.content-main-box h2 {
  text-transform: capitalize;
  padding: 0px 0px 20px 0px;
  color: #000 !important;
}
.content-inner-box {
  width: 95%;
  margin: 0 auto;
  padding: 50px 0px;
}
.content-inner-box img {
  padding: 20px;
  border-radius: 30px;
}
.content-inner-box h1 {
  font-size: 30px;
  text-transform: capitalize;
  color: #020646;
  font-weight: 600;
  padding: 15px 0;
}
.content-inner-box h2 {
  font-size: 23px;
color: #212a31;
font-weight: 600;
line-height: 1.7;
}
.content-inner-box h3 {
  font-size: 19px;
color: #0977d9;
font-weight: 700;
line-height: 1.9;
}
.content-inner-box ul li {
  line-height: 2.3;
}
.content-inner-box ul li i {
  color: #252d59;
  padding: 0 10px 0 0;
}
p.subtitle {
  text-align: center;
}
.display-3 {
  text-transform: uppercase;
font-weight: 800 !important;
color: #fff;
border-top: 7px solid;
border-bottom: 1px solid;
}
/*.display-3:hover {
  color: #fff;
  transition:7s;
  }*/
div.homepara {
  padding: 100px 50px;
}
.info-box {
  background: #0094fe;
  padding: 50px 0px;
}
.info-box p {
  color: #090146;
}
.info-box h2 {
  color: #fff;
}
.info-box img {
  border-radius: 100%;
  width: 300px;
  height: 300px;
  border: 15px solid #fff;
}
.info-box a.color_white {
  color: #000;
  border-color: none;
  background-color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  padding: 19px 24px;
}
p {
  text-align: justify;
  line-height: 1.9;
  color: #444b53;
}
section.boxes4 p {
  color: #fff;
  line-height: 1.5;
}

.event-section .single-event-item .event-hover {
    padding-top: 15px;
    border-top: 2px solid rgba(255, 255, 255, 0.1);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

section.boxes4 .boxes4-1 {
  background: url('../images/home/boxes4/photo1_700x990.jpg');
  background-size: cover;
  min-height: 400px;
  padding-top: 200px;
  position: relative;
  z-index: 1;
  overflow: hidden;  
}
section.boxes4 .boxes4-1::before {
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  background: #202426;
  width: 100%;
  height: 100%;
  opacity: .4;
  z-index: -1;
}
section.boxes4 .boxes4-1 h2,
section.boxes4 .boxes4-2 h2,
section.boxes4 .boxes4-3 h2,
section.boxes4 .boxes4-4 h2 {
  color:#FF0000;
  font-size: 15px;
  padding-top: 50px;
}
section.boxes4 .boxes4-1 h4,
section.boxes4 .boxes4-2 h4,
section.boxes4 .boxes4-3 h4,
section.boxes4 .boxes4-4 h4 {
  color:white;
}
.showme {
  opacity: 0;
  transform: translateY(100%);
  transition: transform 0.5s, opacity 0.5s;
}

.clickhere:hover + .showme {
  opacity: 1;
  transform: translateY(0);
  color: #fff;
}
section.boxes4 .boxes4-2 {
  background: url('../images/home/boxes4/photo2_700x990.jpg');
  background-size: cover;
  min-height: 400px;
  padding-top: 200px;
}
section.boxes4 .boxes4-3 {
  background: url('../images/home/boxes4/photo3_700x990.jpg');
  background-size: cover;
  min-height: 400px;
  padding-top: 200px;
}
section.boxes4 .boxes4-4 {
  background: url('../images/home/boxes4/photo4_700x990.jpg');
  background-size: cover;
  min-height: 400px;
  padding-top: 200px;
}
section.boxes4 .boxes4bg {
  display: table;
  background: red;
}

/*  Marketing Section Starts */

div.marketing {
  text-align: center;
  padding: 100px 0px;
}
div.marketing .col-lg-4 {
  padding: 20px 10px;
}
div.marketing h2 {
  font-size: 22px;
  padding: 20px;
}
div.marketing img {
  width: 350px;
  height: 230px;
  border-radius: 10px;
}
div.marketing a {
  line-height: 50px;
  width: 100%;
  max-width: 254px;
  border-radius: 8px;
  font-weight: 400;

  font-size: 16px;
  font-weight: 600;
  color: #fff;
  padding: 0 38px;
  line-height: 56px;
  border-radius: 56px;
  -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
  -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
  -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
  -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
  -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
  transition: all .25s cubic-bezier(.645,.045,.355,1);
  position: relative;
  cursor: pointer;
  border: none;
  height: auto;
  display: inline-flex;
  align-items: center;
  text-align: center;
  background-color: #2be9eb;
  justify-content: center;
  overflow: hidden;
  z-index: 1;
  border-radius: 56px;
  
}
div.marketing a:hover {
  background-color: #000;
  color: #fff;
}

/*  Marketing Section Ends */

/* Back to Top */
#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 30px;
  background: #0798ff;
  border: none;
  border-radius: 0;
  z-index: 9;
}
#btn-back-to-top:hover {
  background: #c700ff;
  transition: box-shadow 0.25s ease-in-out;
  color: #fff;
}
/* Back to Top Ends */

.owl-carousel img {
  
}

.owl-carousel h4 {
  text-align: center;
  padding: 25px 0px;
  color: #344962;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 800;
}

.owl-theme .owl-dots .owl-dot.active span, 
.owl-theme .owl-dots .owl-dot:hover span {
  background: #021424 !important;
}

section.content-main-box {
  width:95%;
  margin:0 auto;
  padding: 100px 0px;
}

/*.footer-container {
  background: #1C7ED6;
  display: block;
  width: 100%;
  padding: 50px 0px;
}
.footer-container .col-md-3 {
  margin-top: 0px;
  padding-top: 0px;
}
.footer-container .col-md-3 h2 {
  color: #fff;  
  padding: 0px 40px 30px 0px !important;
}
.footer-container .col-md-3 p {
  color: #fff;  
  margin-bottom: 0rem !important;
}
.footer-container p {
  margin-bottom: 0;
}
.footer-container .address {
  color: #fff;
}
.footer-container .col-md-3 a {
  color: #ccc;
  text-decoration: none;  
  display: block;
}
.footer-container .col-md-3 a:hover {
  color: #fff;
}
.footer-container .network a {
  color: #fff;
  float: left;
}*/
















.footer {
    background: linear-gradient(to right, #0f2d9f, #06043e);
    color: #ffffff;
    padding: 70px 0 30px;
    position: relative;
    overflow: hidden;
}
.footer p {
  color: #a4c3ff;
}
.footer p.copyright {
  text-align: center;
  color: 
}
/*.footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(to right, #3498db, #2ecc71);
}*/

.footer-logo {
    font-size: 1.8rem;
    font-weight: 800;
    margin-bottom: 20px;
    background: linear-gradient(45deg, #a414a1, #0058ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.footer-about {
    color: #fff;
    margin-bottom: 25px;
    line-height: 1.6;
}

.footer h5 {
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 25px;
    position: relative;
}

.footer h5::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 30px;
    height: 2px;
    background: #3498db;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: #a4b5c6;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
}

.footer-links a:hover {
    color: #3498db;
    transform: translateX(5px);
}

.social-links {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.social-icon {
    width: 35px;
    height: 35px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-icon:hover {
    background: rgb(1, 12, 108);
    transform: translateY(-3px);
    color: #fff;
}

.footer-newsletter {
    position: relative;
    margin-top: 20px;
}

.footer-newsletter input {
    padding: 12px 15px;
    border-radius: 25px;
    border: none;
    width: 100%;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    outline: none;
    padding-right: 50px;
}

.footer-newsletter input::placeholder {
    color: #a4b5c6;
}

.newsletter-btn {
    position: absolute;
    right: 5px;
    top: 5px;
    bottom: 5px;
    width: 40px;
    border-radius: 50%;
    background: #3498db;
    border: none;
    color: #fff;
    transition: all 0.3s ease;
}

.newsletter-btn:hover {
    background: #2980b9;
}

.footer-bottom {
    margin-top: 50px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
    color: #a4b5c6;
}

.footer-bottom-links {
    list-style: none;
    padding: 0;
    margin: 15px 0;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.footer-bottom-links a {
    color: #a4b5c6;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-bottom-links a:hover {
    color: #3498db;
}

@media (max-width: 768px) {
    .footer-section {
        margin-bottom: 40px;
    }
}










/* responsive css */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .container {
    width: 960px;
  }
  .mega_menu_demo_2 .mega_menu {
    width: 940px;
  }
  .main_menu ul li ul {
    width: 150px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .container {
    width: 720px;
  }
  .mega_menu_demo_2 .mega_menu {
    width: 700px;
  }
  .main_menu ul li a {
    font-size: 15px;
    padding: 20px 16px;
  }
  .main_menu ul li ul {
    width: 150px;
  }















  
  .container {
    width: 100% !important;
  }
  div.logo {
    font-size: 20px;
    padding: 20px 0px;
    z-index: 9999;
    position: relative;
  }
 
  section.content-main-box div.col-md-4 img {
    width: 100% !important;
  }
  div.sticky div.col-md-2 {
    width: 50% !important;
    float: left;
  }
  div.sticky div.col-md-10 {
    width: 50% !important;
    float: left;
  }
  div.sticky div.col-md-10 nav div.mobile_btn i.fa-bars {
    font-size: 31px;
    text-align: center;
    position: relative;
    right: 30px;
    top: 42px;
    color: #ffffff;
  }
  section.content-main-box {
    width: 100%;
    margin: 0 auto;
    padding: 15px 0px;
  }
  div.homepara {
    padding: 50px 25px;
  }
  section.boxes4 .boxes4-1 h2, section.boxes4 .boxes4-2 h2, section.boxes4 .boxes4-3 h2, section.boxes4 .boxes4-4 h2 {
    text-align: center;
  }
  section.boxes4 .boxes4-1 h4, section.boxes4 .boxes4-2 h4, section.boxes4 .boxes4-3 h4, section.boxes4 .boxes4-4 h4 {
    text-align: center;
  }
  div.date-time-event {
    width: 49.7% !important;
  }
  .info-box {    
    text-align: center;
  }
  .info-box p {
    text-align: center;
  }

}
@media (min-width: 768px) {
  .main_menu ul li ul {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    margin-top: 50px;
  }
  .main_menu ul li .mega_menu {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    margin-top: 50px;
  }
  .main_menu ul li:hover > ul {
    visibility: visible;
    opacity: 1;
    margin-top: 0px;
    z-index: 99;
  }
  .main_menu ul li:hover > .mega_menu {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
    z-index: 99;
  }
}

@media (max-width: 767.98px) {
  .mega_menu_demo_2 .mega_menu,
  .container {
    width: 100%;
  }

  nav {
    padding: 15px;
    position: absolute;
    left: 0;
    z-index: 9999;    
  }
  div.main_menu {
    background: #0678ff;
    margin-left: 0;
    width: 325px;
  }
  .mobile_btn {
    cursor: pointer;
    display: block;
    position: absolute;
    top: -50px;
    right: 0;
    left: 450px;
  }

  .main_menu {
    display: none;
    width: 100%;
  }

  .main_menu ul li {
    display: block;
  }
  .main_menu ul li a i {
    float: right;
  }
  .main_menu ul li a {
    border-bottom: 1px solid #ddd;
  }
  .main_menu ul li ul {
    width: 100%;
  }
  .main_menu ul li ul li ul {
    left: 0;
    top: auto;
  }

  .mega_menu .mega_menu_item {
    width: 50%;
  }
  .main_menu ul li ul {
    display: none;
    transition: none;
  }
  .main_menu ul li .mega_menu {
    display: none;
    transition: none;
  }

  .mega_menu_demo_2 .mega_menu {
    transform: translateX(0);
  }


















   .mega_menu .mega_menu_item {
    width: 100%;
  }
  .container {
    width: 100% !important;
  }
  div.logo {
    font-size: 20px;
    padding: 20px 0px;
    z-index: 9999;
    position: relative;
  }
  section.content-main-box div.col-md-4 img {
    width: 100% !important;
  }
  div.sticky div.col-md-2 {
    width: 50% !important;
    float: left;
  }
  div.sticky div.col-md-10 {
    width: 50% !important;
    float: left;
  }
  div.sticky div.col-md-10 nav div.mobile_btn i.fa-bars {
    font-size: 31px;
    text-align: center;
    position: relative;
    right: 30px;
    top: 42px;
    color: #ffffff;
  }
  section.content-main-box {
    width: 100%;
    margin: 0 auto;
    padding: 15px 0px;
  }
  div.homepara {
    padding: 50px 25px;
  }
  section.boxes4 .boxes4-1 h2, section.boxes4 .boxes4-2 h2, section.boxes4 .boxes4-3 h2, section.boxes4 .boxes4-4 h2 {
    text-align: center;
  }
  section.boxes4 .boxes4-1 h4, section.boxes4 .boxes4-2 h4, section.boxes4 .boxes4-3 h4, section.boxes4 .boxes4-4 h4 {
    text-align: center;
  }
  div.date-time-event {
    width: 28.76% !important;
  }
  .info-box {    
    text-align: center;
  }
  .info-box p {
    text-align: center;
  }
}

@media (max-width: 575.98px) {
  .mega_menu .mega_menu_item {
    width: 100%;
  }
  .container {
    width: 100% !important;
  }
  div.logo {
    font-size: 20px;
    padding: 20px 0px;
    z-index: 9999;
    position: relative;
  }
  .mobile_btn {
    cursor: pointer;
    display: block;
    position: absolute;
    top: -50px;
    left: 350px !important;
    right: 0;
  }
  section.content-main-box div.col-md-4 img {
    width: 100% !important;
  }
  div.sticky div.col-md-2 {
    width: 50% !important;
    float: left;
  }
  div.sticky div.col-md-10 {
    width: 50% !important;
    float: left;
  }
  div.sticky div.col-md-10 nav div.mobile_btn i.fa-bars {
    font-size: 31px;
    text-align: center;
    position: relative;
    right: 30px;
    top: 42px;
    color: #ffffff;
  }
  section.content-main-box {
    width: 100%;
    margin: 0 auto;
    padding: 15px 0px;
  }
  div.homepara {
    padding: 50px 25px;
  }
  section.boxes4 .boxes4-1 h2, section.boxes4 .boxes4-2 h2, section.boxes4 .boxes4-3 h2, section.boxes4 .boxes4-4 h2 {
    text-align: center;
  }
  section.boxes4 .boxes4-1 h4, section.boxes4 .boxes4-2 h4, section.boxes4 .boxes4-3 h4, section.boxes4 .boxes4-4 h4 {
    text-align: center;
  }
  div.date-time-event {
    width: 49.7% !important;
  }
  .info-box {    
    text-align: center;
  }
  .info-box p {
    text-align: center;
  }
}

.services-carousel {
  width: 100%;
padding: 50px 0px;
margin: 0 auto;
background: #f6f8ff;
}
.services-carousel h2 {
  text-align: center;
  text-transform: uppercase;
  padding: 50px 50px 0px 50px;
}
.services-carousel h4 {
  text-align: center;
  padding: 5px 5px 50px 5px;
  color: #ccc;
  font-size: 14px;
}

.services-carousel .owl-carousel {
  width: 100%;
}
.services-carousel .owl-carousel img {
  width: 100%;
  height: 100%;
}
.services-carousel .owl-carousel h4 {
  text-align: center;
  padding: 35px 0px 15px 0px;
  color: #004cff;
  text-transform: capitalize;
  font-size: 1.3rem;
  font-weight: 500;
}
.services-carousel .owl-carousel .owl-item {
  width: 350px;
  min-height: 430px;
  background: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;

}
.services-carousel .owl-carousel .owl-item p.lead {
  font-size: 0.94rem;
  font-weight: 500;
  padding: 0px 25px;
  color: #262626;
}
.services-carousel .owl-carousel .owl-stage {
  min-height: 475px;
  margin-top: 30px;
}
.hover-zoom {
  height: 245px;
  overflow: hidden;  
  transition: box-shadow 0.25s ease-in-out;
}

.hover-zoom--basic img {
  /*transition: transform 0.5s ease;
  height: 250px;*/   
  height: 245px;
  object-fit: cover;
  -webkit-transition: all 1.5s cubic-bezier(0.11, 0.52, 0.53, 0.79) 0s;
  transition: all 1.5s cubic-bezier(0.11, 0.52, 0.53, 0.79) 0s;
}

.hover-zoom--basic:hover img {
  transform: scale(1.1);
}
div.date-time-event {
  position: absolute;
  bottom: 220px;
  left: 0;
  font-size: 14px;
  line-height: 1.5;
  text-transform: uppercase;
  color: #FFFFFF;
  background: rgba(75, 51, 129, 0.9);
  padding: 0px 0px 0px 15px;
  width: 45%;
}
div.date-time-event i.fa-calendar {
  background: #f97a60;
  padding: 15px;
  margin-left: 20px;
}