/*!
Theme Name: vibrantz
Theme URI: http://gomaltheme.me/
Author: Gomal Theme
Author URI: http://gomaltheme.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: zcode
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.


Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
.clearfix::after,
.clearfix::before {
  content: "";
  display: table;
  clear: both;
}
.full-width-section {
  width: 100vw;
  margin-left: calc(50% - 50vw);
}
.w-full {
  width: 100%;
}
/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
img {
  width: auto;
  max-width: 100%;
}
.d-flex {
  flex-wrap: wrap;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  padding: 15px 14px 13px;
  border-radius: 5px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
  background-color: #00003c;
  letter-spacing: 0.7px;
  border: 2px solid #00003c;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background-color: #333363;
  border-color: #333363;
  color: #fff;
  transition: all 0.2s ease-in-out;
}

button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  background-color: #66668a;
  border-color: #66668a;
  color: #fff;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
  background-color: #00003c;
  color: #fff;
  outline: 1px solid #00003c;
  margin: 5px;
  border: 2px solid #fff;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
select {
  color: #000;
  border: 1px solid #b4b8bd;
  border-radius: 5px;
  padding: 9px 15px 5px;
  width: 100%;
  min-height: 40px;
}

input::placeholder {
  color: #bababa;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #00003c;
}

label {
  display: block;
  font-size: 15px;
  margin-bottom: 12px;
}

input:focus-visible {
  outline: none;
}

textarea {
  width: 100%;
}

/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}

.main-navigation ul.menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}

.main-navigation ul ul:not(.mm-list-wraper) {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul:not(.mm-list-wraper) ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul:not(.mm-list-wraper) li:hover > ul,
.main-navigation ul ul:not(.mm-list-wraper) li.focus > ul {
  display: block;
  left: auto;
}

.main-navigation ul ul:not(.mm-list-wraper) a {
  width: 200px;
}

.main-navigation ul li:hover > ul:not(.mm-list-wraper),
.main-navigation ul li.focus > ul:not(.mm-list-wraper) {
  left: auto;
}

.main-navigation li {
  margin: 0 10px;
}
.main-navigation li > a:visited {
  color: #000;
}

.main-navigation ul.menu > li > a {
  display: block;
  position: relative;
  text-decoration: none;
  font-size: 14px;
  color: #00003c;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}
.main-navigation ul.menu > li > a:before {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  background: #0e88f0;
  position: absolute;
  bottom: -8px;
  visibility: hidden;
}
.main-navigation ul.menu > li.show > a:before,
.main-navigation ul.menu > li > a:hover:before {
  visibility: visible;
}
.main-navigation li.has-mega-menu > a:after {
  content: "";
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='6' viewBox='0 0 7 6'%3E%3Cpath data-name='Polygon 10' d='M3.5,0,7,6H0Z' transform='translate(7 6) rotate(180)' fill='%2300706d'/%3E%3C/svg%3E%0A");
  width: 7px;
  height: 6px;
  margin-left: 5px;
  margin-bottom: 2px;
}
.mobile-navigation {
  display: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
ul.unstyle-list,
.unstyle-list > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
/* .screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
} */

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;

  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;

  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/* pagination
--------------------------------------------- */
.post-pagination-wrapper {
  width: 100%;
  text-align: center;
}
.page-numbers {
  height: 35px;
  width: 35px;
  display: inline-block;
  border-radius: 100%;
  background-color: transparent;
  text-align: center;
  padding: 8px 6px 5px;
}
.page-numbers.current,
.page-numbers:hover {
  background-color: #00706d;
  color: #fff;
  font-weight: 700;
}

.navigation.pagination {
  justify-content: center;
}

/* ajax loader
--------------------------------------------- */
.ajax-loader {
  position: absolute;
  top: 0;
  min-height: 200px;
  width: 100%;
  left: 0;
  right: 0;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.7);
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ajax-loader img {
  width: 100px;
}

/* Slider Arrow
--------------------------------------------- */
.site-main .slick-prev {
  left: -10%;
}
.site-main .slick-prev:before {
  content: "";
}
.site-main .slick-next {
  right: -10%;
}
.site-main .slick-next:before {
  content: "";
  transform: rotate(180deg);
}
.site-main .slick-prev,
.site-main .slick-next {
  width: 50px;
  height: 50px;
  background: #00706d;
  border-radius: 100%;
}
.site-main .slick-prev:before,
.site-main .slick-next:before {
  opacity: 1;
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.677' height='28.524' viewBox='0 0 15.677 28.524'%3E%3Cpath d='M2164.32-10639.951l-13.555,13.556,13.555,13.555' transform='translate(-2149.35 10640.658)' fill='none' stroke='%23fff' stroke-width='2'/%3E%3C/svg%3E%0A");
  height: 50px;
  width: 50px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center left 15px;
  content: "";
}
.site-main .slick-prev:hover,
.site-main .slick-prev:focus,
.site-main .slick-next:hover,
.site-main .slick-next:focus {
  color: transparent;
  outline: none;
  background: #00706d;
  border: none;
  opacity: 0.75;
  margin: 0;
  padding: 0;
}

/* Social Share Buttons */

.social-box {
  position: fixed;
  width: auto;
  z-index: 999999;
  right: 90px;
  top: 330px;
}

.social-btn {
  display: block;
  margin-top: 10px;
  width: 50px;
}

.sshare-btn,
.social-share-btn {
  width: 65px;
  height: 65px;
  display: block;
  text-align: center;
  border-radius: 50px;
  color: #fff;
  margin: 5px 0;
  background-repeat: no-repeat;
  background-position: center;
}

.social-share-btn {
  background-color: #fff;
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='21.292' height='24.334' viewBox='0 0 21.292 24.334'%3E%3Cpath id='Icon_awesome-share-alt' data-name='Icon awesome-share-alt' d='M16.73,15.209a4.543,4.543,0,0,0-2.842.993L9.017,13.158a4.589,4.589,0,0,0,0-1.981l4.871-3.044a4.554,4.554,0,1,0-1.613-2.579L7.4,8.6a4.563,4.563,0,1,0,0,7.139l4.871,3.044a4.563,4.563,0,1,0,4.454-3.572Z' fill='%2300706d'/%3E%3C/svg%3E%0A");
  background-position: 21px 30px;
  font-size: 14px;
  text-transform: capitalize;
  padding: 10px 6px;
  color: #00706d;
  font-weight: 600;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.16);
}
.social-share-btn:hover {
  cursor: pointer;
  background-color: #eaf1fb;
}

.s-twitter {
  background-color: #03a9f4;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='25px' height='25px' viewBox='0 0 33.88 33.88' style='enable-background:new 0 0 33.88 33.88;' xml:space='preserve' %3E%3Cg%3E%3Cpath d='M30.414,10.031c0.014,0.297,0.021,0.595,0.021,0.897c0,9.187-6.992,19.779-19.779,19.779c-3.928,0-7.58-1.149-10.657-3.123 c0.546,0.063,1.099,0.095,1.658,0.095c3.26,0,6.254-1.107,8.632-2.974c-3.039-0.058-5.607-2.065-6.491-4.828 c0.424,0.082,0.858,0.125,1.308,0.125c0.635,0,1.248-0.084,1.83-0.244c-3.177-0.639-5.576-3.448-5.576-6.815 c0-0.029,0-0.058,0-0.087c0.939,0.521,2.01,0.833,3.15,0.869C2.646,12.48,1.419,10.35,1.419,7.938c0-1.274,0.343-2.467,0.94-3.495 c3.427,4.206,8.552,6.973,14.327,7.263c-0.117-0.509-0.18-1.038-0.18-1.584c0-3.838,3.112-6.949,6.953-6.949 c1.998,0,3.805,0.844,5.07,2.192c1.582-0.311,3.072-0.89,4.416-1.686c-0.521,1.624-1.621,2.986-3.057,3.844 c1.406-0.166,2.746-0.54,3.991-1.092C32.949,7.826,31.771,9.05,30.414,10.031z' fill='%23ffffff'/%3E%3C/g%3E%3C/svg%3E");
}

.s-twitter:hover {
  background-color: #0093d6;
}

.s-facebook {
  background-color: #3f51b5;
  background-image: url("data:image/svg+xml,%3Csvg width='25px' height='25px' viewBox='38.657999999999994 12.828 207.085 207.085' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M158.232 219.912v-94.461h31.707l4.747-36.813h-36.454V65.134c0-10.658 2.96-17.922 18.245-17.922l19.494-.009V14.278c-3.373-.447-14.944-1.449-28.406-1.449-28.106 0-47.348 17.155-47.348 48.661v27.149H88.428v36.813h31.788v94.461l38.016-.001z' fill='%23ffffff'/%3E%3C/svg%3E");
}

.sshare-btn.s-facebook:hover {
  background-color: #2f409f;
}

.s-linkedin {
  background-color: #1a7baa;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='25px' height='25px' viewBox='0 0 93.06 93.06' style='enable-background:new 0 0 93.06 93.06;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M11.185,0.08C5.004,0.08,0.001,5.092,0,11.259c0,6.173,5.003,11.184,11.186,11.184c6.166,0,11.176-5.011,11.176-11.184 C22.362,5.091,17.351,0.08,11.185,0.08z' fill='%23ffffff' /%3E%3Crect x='1.538' y='30.926' width='19.287' height='62.054' fill='%23ffffff' /%3E%3Cpath d='M69.925,29.383c-9.382,0-15.673,5.144-18.248,10.022h-0.258v-8.479H32.921H32.92v62.053h19.27V62.281 c0-8.093,1.541-15.932,11.575-15.932c9.89,0,10.022,9.256,10.022,16.451v30.178H93.06V58.942 C93.06,42.235,89.455,29.383,69.925,29.383z' fill='%23ffffff' /%3E%3C/g%3E%3C/svg%3E");
}
.sshare-btn.s-linkedin:hover {
  background-color: #136288;
}
@media (max-width: 900px) {
  .page-id-652 section#header-block-block_6358e600b1cb5 {
    background-color: #eaf1fb !important;
  }
}

.single-post .site-main {
  background-color: #eaf1fb !important;
}

.news-letter {
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
  background-color: #fff;
  margin-bottom: -15px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.news-letter-form {
  border-radius: 8px;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 60, 0.2);
}

.news-letter-form .form {
  padding: 55px 80px;
}

.news-letter-form .form input[type="email"] {
  background-color: #eaf1fb;
  border: none;
  height: 47px;
  padding-left: 30px;
}

.news-letter-form .form-header {
  background-image: url("../svg/form-top.svg");
  min-height: 206px;
  background-position: bottom;
  background-size: cover;
  padding: 55px 80px;
  border-radius: 8px;
}

.news-letter-form .form-header h3 {
  color: #fff;
  font-size: 26px;
  font-weight: 600;
}

@media (min-width: 1024px) {
  .news-letter-form .form-header h3 {
    width: 85%;
  }
}
@media (max-width: 767px) {
  .news-letter-form .form-header {
    background-image: url(../svg/news-header-mob.svg);
    min-height: 206px;
    background-size: contain;
    padding: 32px 28px;
    background-repeat: no-repeat;
    background-position: top;
  }

  .news-letter-form .form-header h3 {
    color: #fff;
    font-size: 27px;
    font-weight: bold;
  }

  .news-letter-form .form {
    padding: 32px 25px;
  }

  .news-letter-form button,
  input[type="button"],
  input[type="reset"],
  input[type="submit"] {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    padding: 14px 19px;
    border-radius: 5px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out;
    background-color: #00003c;
    letter-spacing: 0.7px;
    border: 2px solid #00003c;
  }
}
.latest-articles {
  padding-bottom: 80px;
}

.latest-articles .arrow-link {
  display: table;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
}

.post-list .grid-boxes-wrap .grid-boxes-title {
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
}

.post-list article .grid-boxes-content .bottom {
  font-size: 12px;
  color: #003cbe;
  font-weight: 600;
}

.post-list article .grid-boxes-content .bottom span {
  position: relative;
  padding-left: 24px;
}

.post-list article .grid-boxes-content .bottom span:before {
  content: "|";
  position: absolute;
  left: 10px;
}

@media (min-height: 992px) {
  .grid-boxes-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100px; /* Adjust the height as needed */
  }
}

.post-list .grid-boxes-img img {
  height: 220px;
  max-height: none;
  object-fit: cover;
  box-shadow: none;
  border-radius: 15px;
}

.post-list article {
  position: relative;
}

.post-list article .category {
  position: absolute;
  background-image: url("../svg/card-bg.svg");
  background-size: cover;
  width: 100%;
  height: 38px;
  font-size: 12px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  padding-left: 15px;
  color: #fff;
  font-weight: 600;
}

.search-articles {
  display: flex;
  flex-direction: row;
  justify-content: right;
  gap: 30px;
  padding-top: 20px;
  padding-bottom: 30px;
}

.search-articles select {
  width: 350px;

  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari and Chrome */
  appearance: none;
  background-image: url("../svg/select-drop.svg");
  background-repeat: no-repeat;
  background-position: 94% center;
}

.search-articles .cpt-search {
  width: 377px;
}

.post-list .cpts-posts-wrapper {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
}

@media (max-width: 992px) {
  .post-list .cpts-posts-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .post-list .cpts-posts-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.post-list .cpts-posts-wrapper article {
  width: 100%;
  margin-bottom: 20px;
}

@media (max-width: 967px) {
  .post-list .cpts-posts-wrapper article {
    margin-bottom: 0px;
  }
}

.post-list-single-post {
  margin-top: 55px;
}

@media (max-width: 967px) {
  .post-list-single-post {
    margin-top: 29px;
  }
}

.site-single-main {
  padding-bottom: 0 !important;
}

/* edge blog slider css */
.edge_blog_slider {
  padding: 90px 0px;
  margin-right: -50%;
  margin-left: -50%;
  background-color: #eaf1fb;
}
@media (max-width: 800px) {
  .edge_blog_slider {
    padding: 40px 0px;
    background: #eaf1fb;
    margin-right: -5%;
    margin-left: -5%;
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .edge_blog_slider {
    padding: 40px 0px;
    background: #eaf1fb;
    margin-right: -3%;
    margin-left: -3%;
    padding-bottom: 50px;
  }
}
.edge_blog_slider .post-list {
  margin-right: 30px;
}

@media (max-width: 767px) {
  .edge_blog_slider .post-list {
    margin-right: 0px;
  }
}

.custom-arrows {
  position: relative;
  margin: auto;
  padding-right: 200px;
}
@media (max-width: 992px) {
  .custom-arrows {
    padding-right: 0px;
  }
}

@media (max-width: 767px) {
  .custom-arrows {
    margin: 0px;
    margin-bottom: 30px;
    padding-right: 0px;
    width: 100%;
  }
}

.custom-arrows .arrows .slick-prev,
.custom-arrows .arrows .slick-next {
  position: relative;
  left: 0;
  top: 0;
  transform: translate(0px, 0px);
}

.custom-arrows .arrows {
  display: flex;
  justify-content: space-between;
  width: 370px;
}
@media (max-width: 767px) {
  .custom-arrows .arrows {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    width: 100%;
    margin-bottom: 0px;
  }
}

.edge_blog_slider .controls {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 60px;
  align-items: center;
}

@media (max-width: 767px) {
  .edge_blog_slider .controls {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    padding-top: 0px;
    align-items: flex-start;
  }
}

.edge_blog_slider .title h2 {
  font-size: 40px;
  font-weight: 400;
  line-height: 58px;
  color: #005ad2;
  margin-bottom: 65px;
}
@media (max-width: 767px) {
  .edge_blog_slider .title h2 {
    font-size: 32px;
    font-weight: 500;
    line-height: 38px;
    color: #005ad2;
    margin-bottom: 27px;
  }
}
/* upcoming events css */

.upcoming_events_cards {
  padding: 100px 0px;
  background: #0a9d9d;
  background-image: url(../svg/upcoming_events_mask.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-left: -50%;
  margin-right: -50%;
}
@media (max-width: 767px) {
  .upcoming_events_cards {
    margin-left: -4%;
    margin-right: -4%;
    padding: 35px 0px;
  }
}
.upcoming_events_cards .cards-slider .card-event {
  height: 406px;
  display: flex;
  flex-direction: column;
  margin-right: 30px;
  padding: 32px;
  background: #fff;
  background-image: url("../png/card-bg.png");
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 15px;
  overflow: hidden;

  position: relative;
  z-index: 2;
}

@media (max-width: 992px) {
  .upcoming_events_cards .cards-slider .card-event {
    margin: 0px 10px;
  }
}

.upcoming_events_cards .header-title h2 {
  font-size: 40px;
  font-weight: 500;
  line-height: 58px;
  color: #fff;
  margin: 0;
  margin-bottom: 46px;
}
.upcoming_events_cards .cards-slider .card-event:last-child {
  margin-right: 0px;
}

.upcoming_events_cards .cards-slider .card-event .date-header {
  margin-bottom: 50px;
}
.upcoming_events_cards .cards-slider .card-event .date-header p span {
  font-size: 38px;
  font-weight: 500;
  line-height: 50px;
  color: #fff;
  margin-right: 10px;
}
.upcoming_events_cards .cards-slider .card-event .date-header p {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  color: #fff;
}
.upcoming_events_cards .cards-slider .card-event .location {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.upcoming_events_cards .cards-slider .card-event .location p {
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  color: #00003c;
  margin: 0;
}
.upcoming_events_cards .cards-slider .card-event .card-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.upcoming_events_cards .cards-slider .card-event .card-content .content a h3 {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  color: #00003c;
  text-decoration: underline;
  margin: 0;
  margin-bottom: 17px;
}
.upcoming_events_cards .cards-slider .card-event .card-content .content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #000000;

  margin: 0;
}
.upcoming_events_cards .cards-slider {
  margin-bottom: 50px;
}

@media (max-width: 992px) {
  .upcoming_events_cards .controls .slick-prev:before {
    background-image: url("../svg/prev-arrow.svg");
  }
  .upcoming_events_cards .controls .slick-next:before {
    background-image: url("../svg/prev-arrow.svg");
    transform: rotate(180deg);
  }
  .upcoming_events_cards .controls .slick-next {
    background: #fff;
  }
  .upcoming_events_cards .controls .slick-prev {
    background: #fff;
  }
  .upcoming_events_cards .custom-arrows {
    margin-bottom: 50px;
  }
  .upcoming_events_cards .custom-arrows .arrows {
    margin: auto;
  }
}

/* latest press css */
.latest-press .press-headers {
  display: flex;
  align-items: center;
  font-size: 28px;
  font-weight: 500;
  line-height: 44px;
  color: #002896;
  padding-bottom: 10px;
  border-bottom: 1px solid #69727d;
  margin-bottom: 50px;
}

.latest-press .press-headers h3 { margin: 0; }

.latest-press .press-headers-btn {
  padding-left: 30px; margin-left: auto;
}

.press-btn-mobile { display: none; margin: -30px 0 40px !important; }

.latest-press .press-headers-btn .round-btn { display: block; }

.latest-press .post-list {
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .latest-press .press-headers-btn { display: none; }
  .press-btn-mobile { display: block; }
}

@media (max-width: 767px) {
  .latest-press .post-list article {
    margin-bottom: 20px;
  }
}

.latest-press .slider-post .grid-boxes-title a {
  font-size: 18px;
  font-weight: 400;
}

.post-content img {
  border-radius: 10px;
}

.page-header-title span {
  color: #00aafa !important;
}

.news-letter-form input[type="email"] {
  border-radius: 10px;
}

.news-letter input.arrow-link {
  padding: 15px 22px;
  font-weight: 400;
  position: relative;
}
.news-letter input.arrow-link:after {
  content: "";
  display: absolute;
  top: 50%;
  right: 10px;
  height: 5px;
  width: 7px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='6' viewBox='0 0 7 6'%3E%3Cg id='Group_2592' data-name='Group 2592' transform='translate(-76.5 -19.5)'%3E%3Cpath id='Down_arrow' data-name='Down arrow' d='M3.5,0,7,6H0Z' transform='translate(83.5 25.5) rotate(180)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E");
  margin: 0px 0 2px 8px;
}

h2.page-header-strapline {
  font-size: 26px;
  font-weight: 600;
  color: #fff;
  margin: 0;
  line-height: 44px;
}

@media (max-width: 767px) {
  h2.page-header-strapline {
    font-size: 19px;
    font-weight: 300;
    color: #fff;
    margin: 0;
    line-height: 20px;
  }
}




.post-list article .grid-boxes-content .bottom {
  font-weight: 300;
}

.post-list article .category {
  font-weight: 400;
}

@media(min-width:992px) {
  .ne-tech-section-wrapper .tech-content-section h3 {
    font-size: 40px;
  }
  .page-sub-menu li {
    padding: 0px 12px;
  }
}

@media(max-width:768px) {
  .single-post-side .sidebar-box h4 {
    gap:12px !important;
  }
  .single-post-side .share a {
    font-size: 11px !important;
}

.single-post-side .share a svg {
    margin-top: 5px !important;
}

.post-find-out-more .text h4 {
  font-size: 20px !important;
}

.author-toggle .plus {
  flex-shrink: 0 !important;
}
.post-content .wp-block-spacer[style="height:50px"] {
    height: 30px !important;
}

.site-single-main .post-header-details .bottom {
  margin-top: 30px !important;
}
.site-single-main .post-img {
    width: 100% !important;
}

}


@media(min-width:768px) and (max-width:992px) {
  .featured-articles-list .left .post .bottom-info .post-info {
    flex-direction: row !important;
}

.featured-articles-list .left .post:after {
    height: 40% !important;
}
}

@media(min-width:1200px) {

  .single-post-side .sidebar-box h4 {
    gap: 12px !important;
  }

.news-letter-form .form-header {
    padding: 40px 80px !important;
    min-height: 0 !important;
    padding-bottom: 64px !important;
}

.news-letter-form .form-header h3 {
    width: 70% !important;
}

.news-letter-form .form {
    padding-top: 35px !important;
    padding-bottom: 40px !important;
}
}

h3.blog-title {
  border-bottom: 2px solid rgba(105, 114, 125, 0.5);
  padding-bottom: 16px;
}

@media(max-width:768px) {

  .news-letter-form .form-header {
    background-size: cover;
    background-position: bottom;
}
.news-letter-form .form {
  padding: 22px 25px 26px 25px !important;
}

.news-letter-form .form-header h3 {
  font-size: 22px !important;
}

.news-letter-form .form-header {
  min-height: 0px !important;
  background-size: cover !important;
  background-position: bottom !important;
}

.post-list .cpts-posts-wrapper {
  gap: 32px !important;
}

.featured-articles-list .right .post .bottom-info .post-info {
  flex-wrap: wrap !important;
} 

.featured-articles-list .left .post .bottom-info .post-info div {
  gap: 12px !important;
}

.featured-articles-list .right .post .bottom-info .post-info div {
  gap: 12px !important;
  align-items: center !important;
  justify-content: center !important;
}

.featured-articles-list .left .post:after {
  height: 86% !important;
}

h3.blog-title {
  font-size: 24px !important;
}
}

h3.blog-title {
  color: #002896;
  font-size: 28px;
}


.post-content blockquote {
  margin-top: 25px !important;
}


.authdetails p.bio {
  margin-bottom: 0 !important;
}

.single-post-side .share a {
  color: #00003C !important;
}


@media(min-width:992px) {
  .post-list .cpts-posts-wrapper {
    row-gap: 46px !important;
}

.featured-articles-list .right .post .bottom-info .post-info {
  gap: 12px !important;
}

.featured-articles-list .right .post .bottom-info .post-info div {
  gap: 9px !important;
}

.featured-articles-list .left .post .bottom-info .post-info div {
  gap: 9px !important;
}

.latest-press {
  padding-bottom: 70px !important;
}
.featured-articles-list .right .post .bottom-info h3 {
  max-width: 400px !important;
}


.search-articles {
  padding-bottom: 36px !important; 
  padding-top: 25px !important;
}
}


@media(min-width:1024px) {
  .search-articles select, .search-articles .cpt-search {
    width: 31.33% !important; 
}
}

.footer-col-cpy .widget:last-child p {
  opacity: 1 !important;
}

@media(max-width:768px) {
  .mobonlyimg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 47%;
    display: block !important;
    background-size: cover !important;
    background-position: center;
}
}



.featured-articles-list .left .post:before {
  content: "";
  position: absolute;
  background: rgb(36,42,58);
  background: linear-gradient(0deg, rgba(36,42,58,0) 0%, rgba(0,0,0,1) 100%);
  height: 50%;
  width: 100%;
  opacity: 0.4;
}