/*!
Theme Name: Inertia Media
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.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: inertia-media
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.

Inertia Media is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

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

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}
body {
  overflow-x: hidden;
  scroll-behavior: smooth;
  font-family: "Montserrat", sans-serif !important;
}
body ul,
body li {
  padding: 0;
  margin: 0;
  list-style: none;
}
body a {
  text-decoration: none;
}

.container {
  max-width: 1350px !important;
  width: 100% !important;
  padding-left: 30px !important;
  padding-right: 30px !important;
}
body p {
  font-size: 16px;
  font-weight: 400;
  color: #3a4755;
  padding: 0;
  margin: 0;
}
body h1 {
  font-size: 65px;
  font-weight: 700;
  color: #fff;
}
body h2 {
  font-size: 40px;
  font-weight: 700;
  color: #051961;
}
button.main_btn {
  outline: none;
  border: none;
  border-radius: 10px;
  background: rgba(5, 25, 97, 1);
  max-width: 180px;
  height: 54px;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  transition: 0.5s;
  text-transform: capitalize;
}
button.main_btn:hover {
  background: #fff !important;
  color: #051961;
}
.banner_btn button.main_btn {
  background: rgba(5, 25, 97, 0.6);
}
.banner_btn button.main_btn:hover {
  background: #fff;
  color: #051961;
}
.header_reg_btns a {
  outline: none;
  border: none;
  border-radius: 10px;
  background: #4c70a3;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  transition: 0.5s;
  margin-left: 15px;
  padding: 10px 25px;
  transition: 0.5s;
  color: #fff !important;
}
.header_reg_btns a:hover {
  color: #051961 !important;
  background: #fff;
}
#menu-item-430 {
  display: none;
}
button.main_btn:hover {
  background: #051961;
}
.p-top {
  padding-top: 65px;
}
.p-bottom {
  padding-bottom: 65px;
}
.p-top-bot {
  padding-top: 65px;
  padding-bottom: 65px;
}
#home_banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}
.header_reg_btns {
  display: flex;
  justify-content: end;
}
/************Header**************/
/* Main Menu */

#mobile-nav-toggle {
  display: inline;
}

#mobile-nav-toggle {
  position: absolute;
  right: 7px;
  top: 2px;
  z-index: 999;
  margin: 20px 20px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}

.mobile-nav-active #mobile-nav {
  left: 0;
}

#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 999;
  background: #fff;
  left: -100%;
  width: 100%;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  margin: 0;
  list-style: none;
  padding: 0 18px;
  margin-top: 35px;
}

#mobile-nav ul li {
  position: relative;
  border-bottom: 1px solid #8a8a8a;
}

#mobile-nav ul li a {
  color: #000;
  font-size: 18px;
  overflow: hidden;
  padding: 24px 0 4px 0;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #18d26e;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #000;
}

#mobile-nav ul .menu-item-active {
  color: #18d26e;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

.menu-has-children ul {
  display: none;
}

#mobile-nav .header_logo {
  padding: 15px 0 50px 15px;
}

#mobile-nav ul li .sub-menu li {
  border-bottom: none;
}

#mobile-nav ul li .sub-menu li a {
  font-size: 16px;
  color: #000;
  padding: 8px 0 6px 0;
}

#mobile-nav ul .sub-menu {
  margin-top: 15px;
}

@media (max-width: 991px) {
  .select_options ul {
    width: 100% !important;
  }
  #menu-item-430 {
    display: block;
  }
  #mobile-nav-toggle {
    position: fixed;
    z-index: 99999999;
  }
  #nav-menu-container {
    display: none;
  }
  #mobile-nav-toggle {
    display: inline;
    background: #4c70a3;
    padding: 5px 10px 4px 10px;
  }
  #mobile-nav-toggle i {
    color: #fff;
  }
  .enquire-ca {
    margin-right: 10%;
  }
  #mobile-nav ul li li {
    padding-left: 0px;
  }
  .icon {
    display: none;
  }
  #mobile-nav ul li ul {
    display: none;
  }
  .menu-item-has-children i {
    color: #000;
    right: 1px;
    display: inline;
    position: absolute;
    right: 10px;
    font-size: 15px;
    top: 30px;
    z-index: 1;
  }
}

header#masthead {
  padding: 30px 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;
  transition: padding 0.4s ease;
  background: transparent;
}

/* Create overlay */
header#masthead::before {
  content: "";
  position: absolute;
  inset: 0;
  /* background-image:
    linear-gradient(rgba(5, 25, 97, 0.6), rgba(5, 25, 97, 0.6)),
    url("/wp-content/uploads/2026/01/home-banner.png"); */
  background: rgba(5, 25, 97, 1);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: -1;
}

/* Fade in overlay */
header#masthead.fixed::before {
  opacity: 1;
}

.header_logo {
  max-width: 230px;
  transition: all 0.4s ease;
  width: 100%;
}
.header_logo img {
  width: 100%;
  height: 100%;
  transition: all 0.4s ease;
}
/* header.fixed .header_logo {
  max-width: 170px;
} */
header.fixed {
  padding: 15px 0 !important;
}
.header_menu {
  margin-left: 80px;
}
.header_menu ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header_menu ul li {
  margin: 0 18px;
}
.header_menu ul li a {
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  transition: 0.5s;
  position: relative;
}
.header_menu ul li a::after {
  content: "";
  width: 0;
  left: 0;
  background: #fff;
  height: 2px;
  position: absolute;
  bottom: -5px;
  transition: 0.5s;
}
.header_menu ul li a:hover::after {
  width: 100%;
}
.header_menu ul li.current-menu-item a::after {
  width: 100%;
}
.header_menu ul li#menu-item-388 a::after {
  display: none;
}
.header_menu ul li#menu-item-388,
.header_menu ul li#menu-item-389 {
  display: none;
}
/* Header End */

/*******Home********/
#home_banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}
.home_banner_overlay {
  background-image: linear-gradient(
    to bottom,
    rgba(5, 25, 97, 0.6) 40%,
    rgba(5, 25, 97, 0.3) 82%
  );
  width: 100%;
}
.banner_content {
  max-width: 850px;
  width: 100%;
  padding: 160px 0 80px 0;
  position: relative;
  z-index: 9;
}
.banner_text {
  background-color: rgba(5, 25, 97, 0.7);
  padding: 25px;
  border-radius: 10px;
  margin: 20px 0 30px 0;
  max-width: 490px;
}
.banner_text p {
  color: #fff;
  font-weight: 500;
}
.banner_link a {
  color: #fff !important;
  font-size: 12px;
  font-weight: 300;
  display: flex;
  align-items: center;
  transition: 0.5s;
}
.banner_link a svg {
  transition: 0.5s;
  margin-left: 5px;
}
.banner_link a:hover svg {
  margin-left: 10px;
}
.banner_link {
  padding-top: 22px;
}
.left_banner_home_shape {
  position: absolute;
  bottom: -67px;
  left: 0;
}
.left_banner_home_shape img {
  opacity: 0.6;
}
.banner_main_shape {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
.banner_main_shape img {
  height: 100%;
  opacity: 0.4;
}
#work_section {
  position: relative;
  z-index: 1;
}
#work_section .container {
  padding-left: 90px !important;
  padding-right: 90px !important;
}
.main_content {
  text-align: center;
  max-width: 800px;
  width: 100%;
  margin: auto;
  position: relative;
  z-index: 1;
}
.main_content img {
  padding-bottom: 18px;
}
.main_content span {
  font-size: 13px;
  font-weight: 300;
  color: #3a4755;
}
.main_content h2 {
  margin: 10px 0 10px 0;
}
.main_content p {
  max-width: 500px;
  margin: auto;
}
.work_card {
  background: #fff;
  border-radius: 10px;
  border: 1px solid #f1f1f1;
  transition: 0.5s;
  padding: 25px 27px 25px 25px;
  margin-bottom: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
  background: #edf1f6;
}
.work_card:hover {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  background: #fff;
}
.work_card h3 {
  font-size: 18px;
  font-weight: 700;
  color: #3a4755;
  margin: 20px 0 20px 0;
  transition: 0.5s;
}
.work_card svg {
  width: 45px;
  height: 45px;
  transition: 0.5s;
}
.work_card img {
  width: 45px;
  height: 45px;
  transition: 0.5s;
}
.work_card svg path {
  transition: 0.5s;
}
.work_card svg path {
  transition: 0.5s;
}
.work_card p {
  font-size: 14px;
  transition: 0.5s;
}
.work_row {
  padding-top: 40px;
}
#partners {
  position: relative;
  z-index: 1;
}
.moving_partners_wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-top: 45px;
}

.moving_partners_track {
  display: flex;
  width: max-content;
  animation: scroll 25s linear infinite;
}

.partners_set {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.partners_set img {
  max-width: 200px;
  width: 100%;
  margin: 0 40px;
  flex-shrink: 0;
  opacity: 0.8;
}

/* Perfect loop */
@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

#events {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 60px 0 60px;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}
#events .container {
  padding-left: 90px !important;
  padding-right: 90px !important;
}
#insights .container {
  padding-left: 90px !important;
  padding-right: 90px !important;
}
#events .main_content span,
#events .main_content h2,
#events .main_content p {
  color: #fff;
}
.event_card {
  background: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  width: 100%;
  transition: 0.5s;
}
.event_only_card:hover {
  background: #051961;
  border-color: #051961;
}
.event_img_wrap {
  position: relative;
  width: 100%;
  border-radius: 10px;
  height: 200px;
}
.event_img_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.cat_tag_wrap {
  background: #f1f1f1;
  border-radius: 200px;
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 0px 15px 3px 15px;
}
.cat_tag_wrap span {
  font-size: 12px;
  font-weight: 500;
  color: #3a4755;
}
.e_date_wrap {
  display: flex;
  align-items: center;
  justify-content: end;
  padding: 20px 0 20px 0;
  transition: 0.5s;
}
.e_date_wrap svg {
  margin-right: 5px;
}
.e_date_wrap svg path {
  transition: 0.5s;
}
.event_only_card:hover .e_date_wrap svg path {
  stroke: #fff;
}
.e_content_wrap {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.e_date_wrap span {
  font-size: 12px;
  font-weight: 500;
  color: #3a4755;
  transition: 0.5s;
}
.event_only_card:hover .e_date_wrap span {
  color: #fff;
}
.e_content_wrap h3 {
  font-size: 18px;
  font-weight: 700;
  color: #3a4755;
  text-transform: capitalize;
  transition: 0.5s;
}
.event_only_card:hover .e_content_wrap h3 {
  color: #fff;
}
.e_content_wrap span {
  font-size: 14px;
  font-weight: 400;
  color: #3a4755;
  transition: 0.5s;
}
.event_only_card:hover .e_content_wrap span {
  color: #fff;
}
.e_content_wrap p {
  font-size: 14px;
  font-weight: 400;
  color: #3a4755;
  padding-bottom: 20px;
  transition: 0.5s;
}
.event_only_card:hover .e_content_wrap p {
  color: #fff;
}
.e_content_wrap a {
  display: flex;
  align-items: baseline;
  font-size: 12px;
  font-weight: 700;
  color: #3a4755 !important;
  transition: 0.5s;
  transition: 0.5s;
}
.event_only_card:hover .e_content_wrap a {
  color: #fff !important;
}
.e_content_wrap a svg {
  margin-left: 6px;
  transition: 0.5s;
}
.e_content_wrap a svg path {
  transition: 0.5s;
}
.event_only_card:hover .e_content_wrap a svg path {
  fill: #fff;
}
.e_content_wrap a:hover svg {
  margin-left: 12px;
}
#events .main_content {
  padding-bottom: 55px;
}
.slider_custom .owl-stage {
  display: flex;
}
.slider_custom .owl-item {
  display: flex;
  height: auto !important;
}
.slider_custom .item {
  display: flex;
  width: 100%;
}
#comm_section .main_content img {
  width: 50px;
}
.privacy_text {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  padding: 15px 0 10px 0;
}
.test_card {
  background: #fff;
  border-radius: 10px;
  border: 1px solid #f1f1f1;
  padding: 40px 30px;
  max-width: 350px;
  width: 100%;
  transition: 0.5s;
  min-height: 300px;
  background: #edf1f6;
}
.test_card:hover {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 26px 0px;
}
.test_card .review {
  font-size: 14px;
  font-weight: 400;
  color: #3a4755;
}
.client_wrap {
  display: flex;
  align-items: center;
}
#tesimonial_slider .client_wrap img {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  margin-right: 10px;
}
.client_wrap h4 {
  font-size: 14px;
  font-weight: 600;
  color: #3a4755;
  margin: 0;
}
.client_wrap p {
  font-size: 12px;
  font-weight: 400;
  color: #3a4755;
}
#tesimonial_slider .test_card img.star_icon {
  margin: 18px 0 24px 0;
  width: auto;
}
.test_main_wrapper {
  padding: 55px 60px 0 60px;
}
#comm_section {
  position: relative;
  z-index: 1;
}
#comm_section .main_content h2 {
  margin: 2px 0 10px 0;
}
.comms_shape_right {
  position: absolute;
  right: 0;
  top: 0;
}
.comms_shape_left {
  position: absolute;
  left: 0;
  top: -100px;
}
.blog_row {
  padding-top: 50px;
}
#insights .event_card {
  margin-bottom: 0;
  background: #edf1f6;
  transition: 0.5s;
}
#insights .event_card:hover {
  background: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
#insights .event_card .e_date_wrap img {
  width: 12px;
  margin-right: 5px;
}
#subscribe_section {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
.sub_overlay {
  background: rgba(5, 25, 97, 0.6);
}
.sub_shape {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}
.form_wrap {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  max-width: 575px;
  padding: 60px 0 55px 0;
  margin: auto;
  text-align: center;
}
.form_wrap h2 {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 30px;
}
.form_wrap .sub_form_con p {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.form_wrap .sub_form_con {
  display: unset !important;
  align-items: center;
  justify-content: space-between;
  border: none !important;
  border-radius: 0;
  padding: 0;
}
.form_wrap .sub_form_con input {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  background: transparent;
  background-color: transparent;
  width: 500px;
  height: 100%;
  border: none;
  outline: none;
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 20px 20px;
}
.form_wrap .sub_form_con input::placeholder {
  color: #fff;
}
.form_wrap .sub_form_con input[type="submit"] {
  width: 185px;
  height: 50px;
  text-transform: uppercase;
  background: #4c70a3;
  color: #fff;
  border: none;
  padding: 0;
}
.form_wrap .sub_form_con input[type="submit"]:hover {
  background: #fff;
  color: #051961;
}
.form_wrap .wpcf7-not-valid-tip {
  font-size: 12px;
  color: #fff;
  margin: 4px 0 0 3px;
  font-weight: 400;
}
.form_wrap .wpcf7 form.invalid .wpcf7-response-output {
  color: #fff;
  text-align: left;
  border-color: #fff;
}
.form_wrap span.wpcf7-spinner {
  position: absolute;
  right: 8px;
  bottom: 2px;
}
.footer_logo img {
  max-width: 200px;
  width: 100%;
}
.footer_content {
  max-width: 460px;
  padding: 25px 0 0 0;
}
.footer_content p {
  color: #fff;
}
footer {
  background: #051961;
  position: relative;
}
/* .footer_menu ul {
  display: flex;
  flex-wrap: wrap;
} */
.footer_menu li {
  padding-bottom: 15px;
  width: 100%;
}
.footer_menu ul li a {
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  transition: 0.5s;
  position: relative;
}
.footer_menu ul li a::after {
  content: "";
  width: 0;
  left: 0;
  background: #fff;
  height: 2px;
  position: absolute;
  bottom: -5px;
  transition: 0.5s;
}
.footer_menu ul li a:hover::after {
  width: 100%;
}
.footer_menu ul li.current-menu-item a::after {
  width: 100%;
}
.footer_ct_links ul li {
  margin-bottom: 30px;
}
.footer_ct_links ul li a {
  font-size: 14px;
  color: #fff !important;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.footer_ct_links ul li a svg {
  margin-right: 8px;
}
.footer_menu {
  display: flex;
  justify-content: center;
}
.footer_ct_links {
  display: flex;
  justify-content: start;
}
.footer_con {
  position: relative;
  z-index: 1;
  padding-top: 75px;
  padding-bottom: 75px;
}
.footer_end_con {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0 45px;
  position: relative;
  z-index: 1;
}
.copyright p {
  font-size: 13px;
  font-weight: 400;
  color: #fff;
}
.end_left {
  display: flex;
  align-items: baseline;
}
.end_quick_menu {
  margin-left: 50px;
}
.end_quick_menu ul {
  display: flex;
  align-items: center;
}
.end_quick_menu ul li {
  margin-right: 50px;
}
.end_quick_menu ul li a {
  font-size: 13px;
  font-weight: 400;
  color: #fff !important;
  text-decoration: underline;
}
.end_row {
  padding: 30px 0;
}
section#insights {
  padding-top: 25px;
}
.social_links ul {
  display: flex;
  align-items: center;
  justify-content: end;
}
.social_links ul li {
  margin-left: 8px;
}
.footer_shape_right {
  position: absolute;
  right: 0;
  top: -96px;
  opacity: 0.6;
  width: 130px;
}
.footer_shape_left {
  position: absolute;
  bottom: 43px;
  left: 0;
  opacity: 0.6;
}
/* Home End */

/***********About Us*************/

#inner_banner {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  min-height: 370px;
}
.inner_banner_overlay {
  background-image: linear-gradient(
    to bottom,
    rgba(5, 25, 97, 0.6) 40%,
    rgba(5, 25, 97, 0.6) 82%
  );
  min-height: 370px;
}
.inner_banner_content {
  padding: 145px 0 80px 0;
  position: relative;
  z-index: 1;
}
.inner_banner_text {
  background-color: rgba(5, 25, 97, 0.8);
  padding: 20px;
  border-radius: 10px;
  margin: 20px 0 0 0;
  max-width: 450px;
}
.inner_banner_text p {
  color: #fff;
  font-weight: 500;
}
#mission_section .main_content {
  max-width: 600px;
}
.main_content.content_left p {
  padding-bottom: 20px;
  margin: unset;
}
.about_inner_banner_shape {
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0.7;
}
.mission_wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 750px;
  margin: auto;
  padding-top: 50px;
}
.misson_cards {
    background: #edf1f6;
    max-width: 365px;
    width: 100%;
    padding: 30px;
    border-radius: 10px;
    margin: auto;
    margin-bottom: 11px;
    text-align: center;
}
/* .mission_wrapper .misson_cards:last-child {
    max-width: 425px;
} */
.misson_cards h3 {
  font-size: 18px;
  font-weight: 700;
  color: #3a4755;
}
.main_content.content_left {
  text-align: left;
}
.main_content.content_left h2 {
  margin: 5px 0 15px 0;
}
.main_content.content_left p {
  padding-bottom: 20px;
}
#problem_section .main_content.content_left {
  max-width: 615px;
}
#problem_section {
  position: relative;
}
#problem_section .main_content h2 {
  margin: 10px auto 10px auto;
  max-width: 560px;
}
#problem_section .main_content p {
  max-width: 700px;
}
#problem_section .main_content {
  padding-bottom: 20px;
}
.about_shape_right {
  position: absolute;
  right: 0;
  top: -340px;
}
.about_shape_left {
  position: absolute;
  left: 0;
  top: -72px;
  opacity: 0.5;
}
.pillars_inner_div {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 10px;
  padding: 60px 55px 55px 55px;
  position: relative;
  z-index: 1;
  margin-top: -20px;
}
#pillars_section {
  position: relative;
  z-index: 1;
}
#pillars_section .main_content span,
#pillars_section .main_content h2,
#pillars_section .main_content p {
  color: #fff;
}
#pillars_section .main_content {
  padding-bottom: 60px;
}
.pillar_card {
  background: #fff;
  border-radius: 10px;
  padding: 30px;
  flex: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.pillar_card img {
  width: 35px;
}
.pillar_card h3 {
  font-size: 18px;
  font-weight: 700;
  color: #3a4755;
  margin: 20px 0 28px 0;
}
.pillar_card p {
  font-size: 14px;
}
#credi_section .main_content.content_left {
  margin: 0;
  max-width: 700px;
}
#credi_section .main_content.content_left p {
  max-width: 500px;
}
#credi_section {
  position: relative;
  z-index: 1;
}
.about_pillar_shape {
  position: absolute;
  bottom: -330px;
  right: 4px;
}
.workcard_link {
  padding-top: 5px;
}
.workcard_link a {
  font-size: 12px;
  font-weight: 700;
  color: #3a4755 !important;
  transition: 0.5s;
  display: flex;
  align-items: center;
}
.workcard_link a svg {
  margin-left: 5px;
  transition: 0.5s;
  width: 4px;
}
.workcard_link a:hover svg {
  margin-left: 10px;
}
#ready_section {
  position: relative;
}
.ready_inner_con {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 10px;
  padding: 40px 15px;
  position: relative;
  z-index: 1;
}
#ready_section .main_content h2,
#ready_section .main_content p {
  color: #fff;
}
#ready_section .main_content p {
  padding: 12px 0 28px 0;
}
.inner_btn_ch {
  text-align: center;
}
#ready_section {
  padding-bottom: 90px;
}
.comm_shape_end {
  position: absolute;
  bottom: 0;
  left: 0;
}
.load_more_btn_news {
  text-align: center;
  padding-top: 45px;
}
#supporting_material {
  position: relative;
}
#supporting_material .main_content.content_left {
  margin-left: 0;
  margin-right: auto;
  max-width: 600px;
}
.inner_btn_news_login {
  padding-top: 18px;
}
section#top_section {
  position: relative;
  z-index: 1;
}
section#top_section .event_card {
  background: #edf1f6;
}
section#top_section .container {
  padding-left: 90px !important;
  padding-right: 90px !important;
}
.news_shape_login_left {
  position: absolute;
  left: 0;
  top: -740px;
}
.news_shape_login_right {
  position: absolute;
  top: -118px;
  right: 0;
  display: none;
}
.contact_inner_banner_shape {
  position: absolute;
  right: 0;
  top: 0;
}
ul.ct_page_links {
  padding-top: 15px;
}
ul.ct_page_links li {
  display: flex;
  align-items: baseline;
  margin-bottom: 20px;
}
ul.ct_page_links li a {
  font-size: 14px;
  font-weight: 500;
  color: #3a4755;
}
ul.ct_page_links li a svg {
  margin-right: 5px;
}
.ct_social_links h3 {
  font-size: 36px;
  font-weight: 700;
  color: #051961 !important;
  margin-bottom: 20px;
}
.ct_social_links ul {
  display: flex;
  align-items: center;
}
.ct_social_links ul li {
  margin-right: 10px;
}
.ct_container {
  position: relative;
  z-index: 1;
}
.ct_social_links {
  padding-top: 200px;
}
#ct_section {
  padding: 55px 0 75px 0;
  position: relative;
  z-index: 1;
}
.ct_page_shape {
  position: absolute;
  bottom: -264px;
  left: 0;
}
.main_form_wrap {
  background: #f2f3f7;
  padding: 10px 30px 15px 30px;
  border-radius: 20px;
  max-width: 800px;
  margin: auto;
}
.main_form_wrap input[type="text"],
.main_form_wrap input[type="email"],
.main_form_wrap input[type="tel"],
.main_form_wrap input[type="password"] {
  width: 100%;
  font-size: 15px;
  font-weight: 500;
  color: #051961;
  border: none;
  border-bottom: 1px solid #d1d6ea;
  background: transparent;
  background-color: transparent;
  margin-bottom: 15px;
  outline: none;
  padding: 17px 8px 14px;
}

.main_form_wrap p.label {
  font-size: 16px;
  font-weight: 700;
  color: #3a4755;
  padding: 25px 0 15px 0;
}
.main_form_wrap input[type="radio"] {
  font-size: 15px;
  font-weight: 500;
  color: #3a4755;
  width: 16px;
  height: 16px;
  transform: translateY(3px);
}
.main_form_wrap .wpcf7-radio {
  display: flex;
  flex-direction: column;
}
.main_form_wrap .wpcf7-radio .wpcf7-list-item {
  padding-bottom: 12px;
}
.main_form_wrap input[type="submit"] {
  outline: none;
  border: none;
  border-radius: 10px;
  background: #051961;
  max-width: 180px;
  height: 50px;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  transition: 0.5s;
  text-transform: capitalize;
  margin: 30px 0 25px 0;
}
.main_form_wrap input[type="submit"]:hover {
  transform: scale(1.1);
}
.main_form_wrap .wpcf7-not-valid-tip {
  font-size: 12px;
  margin-top: -5px;
}
.main_form_wrap .wpcf7 form.invalid .wpcf7-response-output {
  color: #dc3232;
  border-color: #dc3232;
  font-size: 16px;
}
.main_form_wrap .wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450;
  font-size: 16px;
  color: #46b450;
}
.form_wrap_inner .wpcf7 form.sent .wpcf7-response-output {
  border-color: #fff;
  color: #fff;
  border-radius: 10px;
}
.event_main_tabs {
  padding: 80px 0 90px;
}
.event_main_tabs .main_content p {
  max-width: 500px;
  margin: auto;
}
.event_row_right_content.main_content p {
  max-width: 500px;
  margin: unset;
  padding-bottom: 0;
}
.event_main_tabs .nav-tabs {
  border: none;
  justify-content: center;
}
.event_main_tabs .nav-tabs .nav-link {
  border: none;
  font-size: 14px;
  font-weight: 500;
  color: #051961;
  background: rgba(76, 112, 163, 0.1);
  border-radius: 50px;
  padding: 8px 30px;
  margin-right: 10px;
}
.event_main_tabs .nav-tabs .nav-link.active {
  background: #051961;
  color: #fff;
}
.main_content.tab_event_content {
  text-align: center;
  margin: auto;
  padding: 60px 0 70px 0;
}
.event_tabs_main_box {
  display: flex;
  padding: 15px;
  transition: 0.5s;
  border-radius: 10px;
  border: 1px solid #dedada;
  background: #edf1f6;
}
.event_tabs_main_box:hover {
  background: #edf1f6;
  cursor: pointer;
}
.event_tabs_main_box_img_wrap img {
  max-width: 237px;
  height: 176px;
  border-radius: 10px;
  object-fit: cover;
}
.event_tabs_main_box_content_wrap .tab_tag {
  background: #051961;
  color: #fff;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 500;
  max-width: 100px;
  padding: 8px 25px;
}
.event_tabs_main_box_content_wrap h3 {
  font-size: 18px;
  font-weight: 700;
  color: #3a4755;
  margin: 10px 0 14px 0;
}
.event_tabs_main_box_content_wrap p {
  font-size: 14px;
}
.event_tabs_main_box_explore a {
  color: #3a4755 !important;
  font-size: 12px;
  font-weight: 700;
  display: flex;
  align-items: baseline;
  transition: 0.5s;
}
.event_tabs_main_box_explore a svg {
  transition: 0.5s;
  margin-left: 5px;
}
.event_tabs_main_box_explore a:hover svg {
  margin-left: 10px;
}
.event_tabs_main_box_content_wrap {
  padding: 0 0 0 32px;
}
.event_tabs_main_box_explore {
  margin-top: 11px;
}
.ct_tab_box {
  max-width: 300px;
}
#events_main_section {
  position: relative;
}
.event_main_tabs {
  position: relative;
  z-index: 1;
}
.events_inner_shape {
  position: absolute;
  top: 0;
  left: 0;
}
.event_details {
  display: none;
}
.event_single_link a {
  color: #3a4755 !important;
  font-size: 12px;
  font-weight: 700;
  display: flex;
  align-items: baseline;
  transition: 0.5s;
}
.event_single_link a svg {
  transition: 0.5s;
  margin-left: 5px;
}
.event_single_link a:hover svg {
  margin-left: 10px;
}
.event_img_con {
  max-width: 450px;
  height: 330px;
  border-radius: 10px;
  margin: auto;
}
.event_img_con {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.event_detail_slider .event_arrow img {
  width: auto !important;
  height: auto !important;
}
.event_row_right_content.main_content {
  max-width: 100%;
  text-align: left;
  padding-right: 120px;
}
.event_single_link {
  padding-top: 16px;
}
.event_row_page {
  padding: 90px 0 80px 0;
}
.free_account_section {
  padding-bottom: 80px;
}
.main_content.content_left.free_content {
  max-width: 600px;
}
.free_img_wrap {
  max-width: 450px;
  height: 330px;
  margin: auto;
  border-radius: 10px;
}
.free_img_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.get_query_content_div {
  position: relative;
  z-index: 1;
}
.none_events {
  padding-bottom: 60px;
  font-size: 25px;
  font-weight: 500;
  color: #051961;
  text-align: center;
  padding-top: 50px;
}
.home_events_tag_p {
  font-size: 20px;
  color: #fff;
  text-align: center;
}
.inner_banner_content p.single_p {
  font-size: 70px;
  font-weight: 700;
  color: #fff;
}
.inner_banner_content.single_banner {
  padding: 200px 0 80px 0;
}
.single_features ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.single_features ul li {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  color: #3a4755;
  margin: 0 50px 10px 0px;
}
.single_features ul li svg {
  margin-right: 10px;
}
.single_main_content h1 {
  font-size: 35px;
  font-weight: 700;
  color: #051961;
  margin: 7px 0 20px 0;
}
.single_main_content span {
  font-size: 13px;
  font-weight: 400;
  color: #3a4755;
}
.single_arrow {
  margin-bottom: 10px;
}
.single_features {
  padding-bottom: 12px;
}
.single_inner_content h2,
.single_inner_content h3,
.single_inner_content h4,
.single_inner_content h5,
.single_inner_content h6 {
  font-size: 28px;
  font-weight: 600;
  color: #051961;
  margin: 10px 0 15px 0;
}
.single_inner_content p {
  padding-bottom: 15px;
}
.single_inner_content img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  margin: 15px 0 15px 0;
  border-radius: 10px;
}
.single_inner_content a {
  color: #051961 !important;
  text-decoration: underline;
}
.single_padding {
  /* max-width: 900px;
  margin: auto; */
  padding: 65px 0 50px 0;
  position: relative;
  z-index: 1;
}
#single_content_section {
  position: relative;
  z-index: 1;
}
.single_shape {
  position: absolute;
  left: 0;
  top: 0;
}
.single-event #events {
  margin-bottom: 0;
}
.recent_posts ul li {
  margin-bottom: 10px;
}
.recent_posts ul li a {
  font-size: 15px;
  font-weight: 400;
  color: #051961 !important;
}
.recent_post_heading {
  font-size: 30px;
  margin-bottom: 15px;
}
.single_news_left {
  position: relative;
  z-index: 1;
  padding-right: 80px;
}
.single_new_con {
  padding-top: 65px;
  padding-bottom: 55px;
}
#partners .main_content h2 {
  margin: -1px 0 12px 0;
}
.members_forms .um .um-form input[type="number"],
.members_forms .um .um-form input[type="password"],
.members_forms .um .um-form input[type="search"],
.members_forms .um .um-form input[type="tel"],
.members_forms .um .um-form input[type="text"] {
  padding: 17px 8px 14px !important;
  width: 100%;
  display: block !important;
  border-radius: 0;
  outline: none !important;
  cursor: text !important;
  height: auto !important;
  box-sizing: border-box !important;
  box-shadow: none !important;
  margin: 0 0 15px 0 !important;
  position: relative !important;
  color: #051961 !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  border-bottom: 1px solid #d1d6ea !important;
  background: transparent !important;
  background-color: transparent !important;
}
.members_forms .um-form input::placeholder {
  color: #3a4755 !important;
}
input::placeholder {
  color: #3a4755;
}
.members_forms .select2-container .select2-choice,
.members_forms .select2-container-multi .select2-choices,
.members_forms .select2-drop,
.members_forms .select2-drop-active,
.members_forms .select2-drop.select2-drop-above,
.members_forms .um .um-form input[type="number"],
.members_forms .um .um-form input[type="password"],
.members_forms .um .um-form input[type="search"],
.members_forms .um .um-form input[type="tel"],
.members_forms .um .um-form input[type="text"],
.members_forms .um .um-form textarea,
.members_forms .um .upload-progress {
  border: none !important;
  border-bottom: 1px solid #d1d6ea !important;
}
.members_forms .um .um-form .um-datepicker.picker__input.picker__input--active,
.members_forms .um .um-form .um-datepicker.picker__input.picker__input--target,
.members_forms .um .um-form input[type="number"]:focus,
.members_forms .um .um-form input[type="password"]:focus,
.members_forms .um .um-form input[type="search"]:focus,
.members_forms .um .um-form input[type="tel"]:focus,
.members_forms .um .um-form input[type="text"]:focus,
.members_forms .um .um-form textarea:focus {
  border: none !important;
  border-bottom: 1px solid #d1d6ea !important;
}
.members_forms .um-field .select2.select2-container .select2-selection,
.members_forms .um-search-filter .select2.select2-container .select2-selection {
  background-color: transparent !important;
  background: transparent !important;
  border: none !important;
  border-bottom: 1px solid #d1d6ea !important;
  border-radius: 0 !important;
  padding: 0px 8px 5px 8px !important;
  width: 100%;
  display: block !important;
  border-radius: 0;
  outline: none !important;
  cursor: text !important;
  height: auto !important;
  box-sizing: border-box !important;
  box-shadow: none !important;
  margin: 0 0 5px 0 !important;
  position: relative !important;
  color: #051961 !important;
  font-size: 15px !important;
  font-weight: 500 !important;
}
.members_forms .select2-selection__placeholder {
  color: #051961 !important;
}
#um-submit-btn {
  outline: none !important;
  border: none !important;
  border-radius: 10px !important;
  background: #051961 !important;
  max-width: 100% !important;
  height: 54px !important;
  width: 100% !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  color: #fff !important;
  transition: 0.5s !important;
  text-transform: capitalize !important;
  margin-bottom: 15px;
  transform: none !important;
}
#um-submit-btn:hover {
  background: #4c70a3 !important;
  transform: none !important;
}
.um-button.um-alt {
  outline: none !important;
  border: none !important;
  border-radius: 10px !important;
  background: #051961 !important;
  max-width: 100% !important;
  width: 100% !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  color: #fff !important;
  transition: 0.5s !important;
  text-transform: capitalize !important;
  padding: 20px 20px !important;
}
.um-button.um-alt:hover {
  background: #4c70a3 !important;
}
.members_forms .um-profile-body .um-button {
  outline: none !important;
  border: none !important;
  border-radius: 10px !important;
  background: #051961 !important;
  max-width: 100% !important;
  height: 54px !important;
  width: 100% !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  color: #fff !important;
  transition: 0.5s !important;
  text-transform: capitalize !important;
  margin-bottom: 15px;
}
.members_forms a.um-link-alt {
  color: #051961 !important;
}
.members_forms .um-field-block {
  color: #3a4755 !important;
}
#um_account_submit_general {
  outline: none !important;
  border: none !important;
  border-radius: 10px !important;
  background: #051961 !important;
  max-width: 100% !important;
  height: 54px !important;
  width: 100% !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  color: #fff !important;
  transition: 0.5s !important;
  text-transform: capitalize !important;
  margin-bottom: 15px;
}
.um-misc-ul li a {
  color: #051961 !important;
  font-size: 18px !important;
}
.event_img_con img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
#news_slider .owl-stage-outer {
  padding-bottom: 20px;
}
/* Responsive Css */

@media (max-width: 1270px) {
  .header_menu ul li a {
    font-size: 12px;
  }
  .header_menu ul li {
    margin: 0 10px;
  }
  header#masthead {
    padding: 20px 0 20px 0;
  }
  header.fixed {
    padding: 20px 0 20px 0 !important;
  }
  .footer_shape_right {
    position: absolute;
    right: 0;
    top: -66px;
    width: 90px;
    opacity: 0.6;
  }
}
@media (max-width: 1024px) {
  .banner_main_shape img {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 991px) {
  .header_logo {
    max-width: 170px;
  }
  .social_links {
    padding: 25px 0 30px 0;
  }
  body h1 {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
  }
  .left_banner_home_shape {
    display: none;
  }
  .banner_text {
    margin: 20px 0 30px 0;
  }
  .work_card {
    margin-bottom: 20px;
    min-height: 200px;
  }
  .banner_content {
    max-width: 700px;
    width: 100%;
    padding: 130px 0 45px 0;
    position: relative;
    z-index: 9;
  }
  .banner_content {
    text-align: left;
    max-width: 100%;
  }
  .banner_link {
    display: flex;
    justify-content: start;
  }
  section#top_section .container {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .form_wrap {
    display: flex;
    justify-content: center;
    max-width: 100%;
  }
  .footer_shape_left {
    display: none;
  }
  .footer_con {
    padding-top: 50px;
    padding-bottom: 20px;
  }
  .end_left {
    justify-content: start;
    padding-bottom: 30px;
  }
  .social_links ul {
    justify-content: start;
  }
  .footer_logo img {
    max-width: 200px;
    width: 100%;
    padding-bottom: 25px;
  }
  .footer_menu {
    display: flex;
    justify-content: start;
  }
  .footer_menu li {
    padding-bottom: 15px;
    text-align: left;
    width: 100%;
  }
  .footer_ct_links {
    justify-content: start;
  }
  .footer_ct_links {
    padding-top: 35px;
  }
  .footer_ct_links ul li a {
    justify-content: start;
    text-align: left;
  }
  .footer_end_con {
    padding: 0 14px;
    position: relative;
    z-index: 1;
  }
  .inner_banner_content {
    padding: 130px 0 50px 0;
    position: relative;
    z-index: 1;
    text-align: left;
    margin-left: -7px;
  }
  #inner_banner {
    min-height: 320px;
  }
  .inner_banner_overlay {
    min-height: 320px;
  }
  .inner_banner_text {
    max-width: 500px;
    margin-top: 30px;
  }
  img.news_shape_login_right {
    display: none;
  }
  #supporting_material .main_content.content_left {
    max-width: 800px;
    margin: unset;
  }
  img.about_shape_left {
    display: none;
  }
  #problem_section .main_content.content_left {
    max-width: 800px;
    margin: auto;
  }
  .main_content.content_left {
    text-align: left;
    margin: unset;
  }
  #credi_section .main_content.content_left {
    margin: auto;
    max-width: 800px;
  }
  #credi_section .main_content.content_left p {
    max-width: 100%;
  }
  .event_main_tabs .nav-tabs {
    justify-content: start;
  }
  .main_content.tab_event_content {
    text-align: start;
    margin: auto;
  }
  .event_tabs_main_box {
    justify-content: center;
    max-width: 600px;
    margin: unset;
    margin-bottom: 20px;
  }
  .event_row_right_content.main_content {
    max-width: 100%;
    text-align: left;
    padding-right: 0;
    padding-top: 35px;
  }
  .event_single_link a {
    justify-content: start;
  }
  .free_img_wrap {
    margin: unset;
    margin-top: 35px;
  }
  .inner_banner_content p.single_p {
    font-size: 34px;
    font-weight: 700;
    color: #fff;
  }
  .recent_posts {
    padding-top: 60px;
  }
  .single_news_left {
    padding-right: 0;
  }
  .p-top {
    padding-top: 45px;
  }
  .p-bottom {
    padding-bottom: 45px;
  }
  .p-top-bot {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .container {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  #work_section .container {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  #events .container {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  #insights .container {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  #events {
    padding: 45px 0 45px;
  }
  #events .main_content {
    padding-bottom: 45px;
  }
  body h2 {
    font-size: 35px;
  }
  .test_main_wrapper {
    padding: 45px 30px 0 30px;
  }
  .blog_row {
    padding-top: 30px;
  }
  #insights .event_card {
    margin-bottom: 20px;
  }
  .form_wrap {
    padding: 45px 0 35px 0;
  }
  .form_wrap h2 {
    font-size: 34px;
    padding: 0;
  }
  .main_content.content_left p {
    margin: unset;
  }
  .pillars_inner_div {
    padding: 35px 20px 35px 20px;
  }
  .event_main_tabs {
    padding: 45px 0 30px;
  }
  .event_main_tabs .main_content p {
    max-width: 500px;
    margin: unset;
  }
  .main_content.tab_event_content {
    padding: 40px 0 35px 0;
  }
  .event_row_page {
    padding: 45px 0 55px 0;
  }
  .free_account_section {
    margin-top: -15px;
    padding-bottom: 55px;
  }
  .single_padding {
    max-width: 900px;
    margin: auto;
    padding: 35px 0 25px 0;
  }
  .load_more_btn_news {
    text-align: left;
    padding-top: 30px;
  }
  .main_content {
    text-align: left;
  }
  .main_content p {
    max-width: 600px;
    margin: unset;
  }
  .form_wrap {
    justify-content: start;
    max-width: 100%;
    text-align: left;
  }
  .misson_cards {
    margin: unset;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
  }
  .event_img_con {
    margin: unset;
  }
  .inner_btn_ch {
    text-align: left;
  }
  #ready_section {
    padding-bottom: 50px;
  }
  .header_menu ul li#menu-item-388,
  .header_menu ul li#menu-item-389 {
    display: block;
  }
  .header_reg_btns {
    display: none;
  }
  .footer_content {
    padding: 14px 0 45px 0;
  }
}
@media (max-width: 767px) {
  .test_card {
    max-width: 100%;
  }
  .form_wrap .sub_form_con input{
    width: 100%;
  }
  .end_left {
    flex-direction: column;
    align-items: start;
    justify-content: start;
  }
  .end_quick_menu {
    margin-left: -10px;
  }
  .copyright {
    padding-bottom: 20px;
    margin-left: -10px;
  }
  .social_links ul {
    margin-left: -9px;
  }
  .event_tabs_main_box.event_tab_trigger {
    flex-direction: column;
    align-items: center;
  }
  .event_tabs_main_box_content_wrap {
    padding: 30px 0 0 0;
    text-align: left;
    margin: unset;
    max-width: 100%;
    width: 100%;
  }
  .event_tabs_main_box_content_wrap .tab_tag {
    margin: unset;
  }
  .ct_tab_box {
    max-width: 100%;
  }
  .event_tabs_main_box_explore a {
    justify-content: start;
  }
  body h1 {
    font-size: 45px;
  }
  body h2 {
    font-size: 30px;
  }
  .work_card {
    margin-bottom: 20px;
    min-height: unset;
    text-align: left;
  }
  .work_card img {
    width: 45px;
    height: 45px;
  }
  #insights .container {
    padding-left: 30px !important;
    padding-right: 30px !important;
    padding-bottom: 20px;
  }
  .footer_logo img {
    max-width: 170px;
    padding-bottom: 25px;
  }
  .header_logo {
    max-width: 117px;
    margin-top: 12px;
    margin-left: -7px;
  }
  .work_card h3 {
    margin: 15px 0 10px 0;
  }
  .event_img_wrap {
    height: 190px;
  }
  .test_main_wrapper {
    padding: 45px 0px 0 0px;
  }
  img.comms_shape_right {
    display: none;
  }
  .form_wrap .sub_form_con p {
    flex-direction: column;
    align-items: start;
  }
  .form_wrap .sub_form_con input[type="submit"] {
    margin-top: -14px;
    padding: 0;
  }
  .footer_shape_right {
    position: absolute;
    right: 0;
    top: -37px;
    width: 50px;
    opacity: 0.6;
  }
  .banner_main_shape {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 200px;
    height: 300px;
  }
  .event_main_tabs .nav-tabs .nav-link {
    margin-bottom: 10px;
  }
  .event_tabs_main_box_img_wrap {
    width: 100%;
  }
  .event_tabs_main_box_img_wrap img {
    max-width: 100%;
    width: 100%;
  }
  .event_img_con {
    width: 100%;
    height: 240px;
    object-fit: cover;
    border-radius: 10px;
  }
  .free_img_wrap {
    height: 240px;
  }
  .about_inner_banner_shape {
    width: 280px;
  }
  .single .inner_banner_content.single_banner {
    padding: 100px 0 30px 0;
  }
  .page-template-join-php .inner_banner_content {
    padding: 100px 0 30px 0;
  }
  .page-template-join-php .inner_banner_overlay {
    min-height: 200px;
  }
  .single .inner_banner_overlay {
    min-height: 200px;
  }
  .event_card {
    max-width: 370px;
    margin: auto;
    margin-bottom: 20px;
  }
  .single_inner_content img {
    height: 300px;
  }
  .single_new_con {
    padding-top: 45px;
    padding-bottom: 35px;
  }
  .single_main_content {
    text-align: left;
  }
  .single_features ul {
    justify-content: start;
  }
  .single_inner_content {
    text-align: left;
  }
  .recent_posts {
    padding-top: 30px;
  }
  .recent_posts ul {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .recent_posts ul li {
    margin-bottom: 18px;
    text-align: center;
  }
  .banner_content {
    padding: 120px 0 45px 0;
    margin-left: -8px;
  }
  #credi_section .p-top-bot {
    padding-top: 45px;
    padding-bottom: 25px;
  }
  .event_row_page {
    padding: 45px 0 43px 0;
  }
  #ct_section {
    padding: 55px 0 50px 0;
    position: relative;
    z-index: 1;
  }
  .comms_shape_left {
    opacity: 0.5;
  }
  .social_links ul li {
    margin-left: 0;
    margin-right: 8px;
  }
  .main_form_wrap {
    padding: 10px 15px 15px 15px;
  }
  .ct_page_shape {
    display: none;
  }
  #inner_banner {
    min-height: 200px;
  }
  a.um-link-alt {
    text-align: left;
  }
  header.fixed .header_logo {
    max-width: 117px;
  }
}
@media (max-width: 500px) {
  .event_card {
    max-width: 100%;
    margin: unset;
    margin-bottom: 20px;
  }
}
