/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.4.1749652647
Updated: 2025-06-11 14:37:27

*/

@media (min-width: 1440px) {
  .container {
    max-width: 1440px;
  }
}

@media (max-width: 1400px) {
  .e-con-inner {
    max-width: 1140px !important;
  }
}

@media (max-width: 1200px) {
  .e-con-inner {
    max-width: 960px !important;
  }
}

@media (max-width: 992px) {
  .e-con-inner {
    max-width: 720px !important;
  }
}

@media (max-width: 768px) {
  .e-con-inner {
    max-width: 540px !important;
  }
}

/* base css  */
body {
  font-family: 'Noto Sans Bengali', sans-serif !important;
  line-height: 1.6;
  font-size: 18px;
  color: #02083d;
  background-color: #fff;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: 'Noto Sans Bengali', sans-serif !important;
  color: #181818;
  font-weight: 600;
  margin-top: 0;
}

a {
  transition: 0.3s;
}

.primary-color {
  color: #dd131a;
}

.play-btn {
  position: relative;
  height: 90px;
  width: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #dd131a;
  color: #fff !important;
  font-size: 30px;
  z-index: 2;
}

.play-btn:after {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: 100%;
  content: '';
  border-radius: 50%;
  background: #dd131a;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: glowing 1.5s linear infinite;
  -moz-animation: glowing 1.5s linear infinite;
  -o-animation: glowing 1.5s linear infinite;
  animation: glowing 1.5s linear infinite;
  z-index: -1;
}

@-webkit-keyframes glowing {
  0% {
    height: 100%;
    width: 100%;
  }

  100% {
    height: 150%;
    width: 150%;
    opacity: 0;
  }
}

@-moz-keyframes glowing {
  0% {
    height: 100%;
    width: 100%;
  }

  100% {
    height: 150%;
    width: 150%;
    opacity: 0;
  }
}

@-o-keyframes glowing {
  0% {
    height: 100%;
    width: 100%;
  }

  100% {
    height: 150%;
    width: 150%;
    opacity: 0;
  }
}

@keyframes glowing {
  0% {
    height: 100%;
    width: 100%;
  }

  100% {
    height: 150%;
    width: 150%;
    opacity: 0;
  }
}

.slick-arrow {
  height: 56px;
  width: 56px;
  background: transparent;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: 0.3s;
  cursor: pointer;
  z-index: 9;
  font-size: 18px;
  background: #fff;
}

.slick-arrow:hover {
  background: #120707;
  color: #fff;
}

.slick-dots {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 30px;
  padding: 0;
  list-style: none;
  justify-content: center;
}

.slick-dots button {
  text-indent: -9999px;
  height: 20px;
  width: 20px;
  background: #ffe6e1;
  border-radius: 50%;
  padding: 0;
  margin: 0;
  border: none;
  border: none;
}

.slick-dots li.slick-active button {
  background: #f55d3e;
  width: 32px;
  border-radius: 100px;
}

.programs-slider-trigger .slick-dots {
  justify-content: center;
}

/* Start Header area style
============================================================================================ */
.header-area {
  position: relative;
  width: 100%;
  z-index: 999;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: #fff;
  padding: 10px 0;
}

.header-area .offcanvas-toggler-wrap {
  display: none;
}

.header-area .offcanvas-toggler-wrap .offcanvas-toggler {
  display: flex;
  align-items: center;
  background: #dd131a;
  color: #fff;
  padding: 5px;
  border-radius: 5px;
  justify-content: center;
  height: 40px;
  width: 40px;
  font-size: 20px;
  border: none;
}

.header-grid {
  display: grid;
  grid-template-columns: 3fr 9fr;
  gap: 15px;
  align-items: center;
}

.header-grid .nav-menu {
  display: flex;
  gap: 15px 50px;
  margin: 0;
  padding: 0;
  list-style: none;
  justify-content: flex-end;
}

.header-grid .nav-menu .nav-item a {
  position: relative;
  font-size: 18px;
  color: #406a52;
  font-weight: 500;
  padding: 10px 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 1;
  font-family: 'Noto Serif Bengali', serif;
}

.header-grid .nav-menu .nav-item>a {
  display: flex;
  align-items: center;
  gap: 8px;
}

.header-grid .nav-menu .nav-item>a i {
  display: none;
}

.header-grid .nav-menu .nav-item>a i {
  display: none;
}

.header-grid .nav-menu .nav-item.has-mega>a i {
  display: block;
}

.header-grid .nav-menu .nav-item:hover>a,
.header-grid .nav-menu .nav-item.active a {
  color: #dd131a;
}

.header-grid .nav-menu .nav-item:hover>a:after,
.header-grid .nav-menu .nav-item.active a:after {
  opacity: 1;
  visibility: visible;
}

.header-grid .logo-wrap img {
  max-width: 250px;
}

.logo-wrap {
  display: flex;
  align-items: center;
  gap: 15px;
}

.logo-wrap .line {
  display: flex;
  align-items: center;
  background: #000;
  height: 2px;
  width: 30px;
}

.header-grid .logo-wrap .text-logo {
  font-size: 20px;
  color: #000;
}

.header-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.offcanvas-wraper {
  position: fixed;
  width: 300px;
  background: #ffffff;
  height: 100%;
  top: 0;
  padding-top: 50px;
  z-index: 999;
  left: -300px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.offcanvas-wraper .offcanvas-close {
  position: absolute;
  right: 13px;
  top: 10px;
  font-size: 20px;
  cursor: pointer;
}

.offcanvas-wraper .header-meta {
  margin-top: 15px;
}

.offcanvas-wraper.active {
  left: 0;
}

.offcanvas-wraper .nav-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.offcanvas-wraper .menu-item a {
  color: #3b2f2f;
}

.header-meta .header-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #085698;
  padding: 12px 20px;
  border-radius: 8px;
  color: #fff;
  transition: 0.3s;
  text-align: center;
}

.header-meta .header-btn:hover {
  opacity: 0.8;
}

.header-meta .header-btn.gray-btn {
  background: #e4e5eb;
}

.offcanvas-wraper .header-meta {
  margin-top: 15px;
  flex-direction: column;
  align-items: flex-start;
}

.offcanvas-wraper .header-meta li {
  width: 100%;
}

.offcanvas-wraper .header-meta .header-btn {
  width: 100%;
}

/* header mega menu  */
.nav-item.has-mega {
  position: relative;
}

.mega-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 620px;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  z-index: 100;
}

.nav-item.has-mega:hover .mega-menu {
  display: block;
}

.mega-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.mega-item {
  text-decoration: none;
  color: inherit;
  display: block;
}

.mega-item img {
  width: 40px;
  margin-bottom: 10px;
}

.mega-item h4 {
  margin: 0 0 5px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  gap: 7px;
}

.mega-item p {
  font-size: 14px;
  color: #666;
  margin: 0;
}

.mega-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.offcanvas-mega-menu {
  display: none;
  padding: 15px;
  background: #f9f9f9;
}

.offcanvas-menu .nav-item.open .offcanvas-mega-menu {
  display: block;
}

.offcanvas-wraper .navbar-nav .nav-item>a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}


.menu-item {
  position: relative;
}

.sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  list-style: none;
  padding: 10px 0;
  min-width: 320px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.menu-item:hover>.sub-menu {
  opacity: 1;
  visibility: visible;
}

.sub-menu li a {
  display: block;
  padding: 8px 20px !important;
  color: #000000 !important;
  transition: .3s;
}

.sub-menu li a:hover {
  background: #f5f5f5;
  color: #dd131a !important;
}

.menu-item-has-children>a {
  position: relative !important;
  padding-right: 20px !important;
}

.menu-item-has-children>a:after {
  position: absolute;
  right: 0;
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-weight: 900;
  top: 50%;
  transform: translateY(-50%);
}

.offcanvas-wraper .sub-menu {
  display: none;
  position: initial;
  width: 100%;
  visibility: visible;
  opacity: 1;
  min-width: 100%;
  box-shadow: none;
  padding: 5px 5px;
  padding-bottom: 10px;
  transition: none;
}

.offcanvas-wraper .menu-item>a {
  line-height: 32px;
}


.offcanvas-wraper .sub-menu a {
  padding: 5px 8px !important;
}


/* counter circle box  */
.counter-circle {
  height: 60px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.counter-circle .elementor-heading-title {
  line-height: 1 !important;
}

.mb-0 p {
  margin-bottom: 0;
}

/* year part  */
.political-part-wrape {
  position: relative;
  z-index: 1;
}

.political-part-wrape:after {
  position: absolute;
  left: calc(20% - 13px);
  top: 0;
  height: calc(100% + 60px);
  width: 1px;
  content: '';
  background: #454545;
}

/* marquee slider  */
.single-marquee img {
  height: 50px;
  object-fit: contain;
}

.single-marquee {
  height: 60px;
  display: inline-flex !important;
  align-items: center;
  padding: 0 30px;
}

/* process timeline  */
.count-box {
  height: 80px;
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 1000px;
}

.timeline-item {
  position: relative;
  z-index: 1;
}

.timeline-item:before {
  position: absolute;
  left: 46px;
  top: 20px;
  height: calc(100% + 100px);
  width: 8px;
  background: hwb(0deg 9% 91% / 10%);
  content: '';
}

/* testimonial area css  */
.clients-arrows-wrap {
  display: flex;
  justify-content: flex-end;
}

.clients-arrows {
  display: flex;
  align-items: center;
  gap: 16px;
}

.client-title-wrap {
  align-items: center;
  margin-bottom: 40px;
}

.single-clients-slider {
  padding: 24px;
  background: #fff;
  border-radius: 16px;
  height: 100%;
  border: 1px solid #daecff;
}

.single-clients-slider .rating {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #f97316;
  margin-bottom: 16px;
}

.single-clients-slider .message {
  font-size: 20px;
  color: #717479;
}

.single-clients-slider .author-info {
  margin-top: 20px;
  display: flex;
  gap: 16px;
}

.single-clients-slider .author-info .client-author {
  height: 50px;
  width: 50px;
  flex-shrink: 0;
  border-radius: 50%;
}

.single-clients-slider .author-info h5 {
  color: #252525;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 5px;
}

.single-clients-slider .author-info p {
  font-size: 14px;
  color: #404040;
  margin-bottom: 0;
}

.clients-slider .slick-slide {
  margin-left: 15px;
  margin-right: 15px;
  height: auto;
}

.clients-slider .slick-track {
  display: flex;
}

.clients-slider .slick-slide>div {
  height: 100%;
}

/* accordion area  */
.custom-accordion .e-n-accordion-item-title[aria-expanded='true'] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* blog area  */
.single-blog-item {
  box-shadow: 0 4px 15px hwb(220deg 6% 84% / 10%);
  border-radius: 16px;
}

/* single post area  */
.single-blog-banner {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 60px 0;
  position: relative;
  z-index: 1;
}

.single-post-banner-content {
  max-width: 700px;
}

.single-post-banner-content .post-title {
  font-size: 40px;
  color: #fff;
  margin-top: 0;
  margin-bottom: 60px;
}

.single-post-banner-content .post-meta {
  color: #fff;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px 60px;
}

.single-post-banner-content .post-meta span {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 20px;
}

.single-blog-banner:before {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  content: '';
  background-image: linear-gradient(90deg, #09090b 0%, transparent 100%);
  z-index: -1;
}

.single-blog-content h2 {
  font-size: 42px;
}

.single-blog-content h3 {
  font-size: 32px;
}

.single-blog-content h4 {
  font-size: 24px;
}

.single-blog-content h5 {
  font-size: 20px;
}

.single-blog-content h1,
.single-blog-content h2,
.single-blog-content h3,
.single-blog-content h4,
.single-blog-content h5,
.single-blog-content h6 {
  color: #000;
}

.blog-toc h5 {
  font-size: 16px;
  font-weight: 500;
  color: #1e1e1e;
  margin-top: 0;
  margin-bottom: 15px;
}

.blog-toc ul {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-left: 15px;
  max-height: 300px;
  overflow-y: auto;
  direction: rtl;
}

.blog-toc li {
  direction: ltr;
  text-align: left;
  margin-bottom: 15px;
  font-size: 14px;
}

.single-blog-sidebar {
  position: sticky;
  top: 100px;
}

.blog-toc li a {
  font-size: 14px;
  font-weight: 500;
  color: #085698;
}

.blog-toc a.active {
  color: #1e1e1e;
}

.single-blog-content p {
  font-size: 16px;
  margin-bottom: 20px;
}

.share-post {
  margin-top: 40px;
}

.share-post h5 {
  font-size: 18px;
  color: #0b0b0b;
  margin-bottom: 15px;
}

.social-share {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 20px;
}

.social-share li a {
  display: flex;
  align-items: center;
  height: 40px;
  width: 40px;
  border: 1px solid #6c6a7b;
  color: #6c6a7b;
  justify-content: center;
  border-radius: 50%;
  transition: 0.3s;
}

.social-share li a:hover {
  background: #0b0b0b;
  color: #fff;
}

.single-blog-content-wrap {
  padding: 60px 0 120px;
}

.blog-thumbnail {
  display: block;
}

.blog-thumbnail img {
  height: 300px;
  width: 100%;
  object-fit: cover;
  border-radius: 16px 16px 0 0;
}

.blog-content {
  padding: 30px 20px 20px;
}

.blog-content .date {
  font-size: 14px;
  color: #085698;
  font-weight: 600;
}

.blog-content .post-title,
.blog-content .post-title a {
  font-size: 20px;
  color: #181818;
}

.blog-content .post-desc {
  font-size: 16px;
  margin-bottom: 20px;
}

.blog-content .read-more {
  font-size: 16px;
  color: #085698;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: 0.3s;
}

.blog-content .read-more:hover {
  opacity: 0.8;
}

.inner-banner {
  padding: 120px 0 80px;
}

.blogs-area.blog-page,
.case-studies-area {
  padding-bottom: 120px;
}

.custom-pagination {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.pagination-item .page-numbers {
  height: 60px;
  width: 60px;
  display: flex;
  border: 1px solid #edf4ff;
  align-items: center;
  justify-content: center;
  color: #81879a;
  font-size: 22px;
  border-radius: 50%;
}

.pagination-item .page-numbers.current {
  background: #085698;
  color: #fff;
}

.pagination-item .page-numbers.prev,
.pagination-item .page-numbers.next {
  background: #181818;
  color: #fff;
}

.pagination-wrap {
  margin-top: 80px;
}

.post-meta .meta-item p {
  font-size: 16px;
  color: #f5f5f5;
}

.post-meta .meta-item h4 {
  font-size: 20px;
  color: #fff;
}

/* case study  */
.single-case-item {
  display: flex;
  background: #fafafa;
  padding: 30px;
  border-radius: 32px;
  gap: 30px 60px;
}

.case-thumbnail-wrap {
  width: 45%;
}

.case-content {
  flex: 1;
}

.case-content .case-title {
  font-size: 32px;
  line-height: 1.3;
  margin-bottom: 5px;
}

.case-content .case-type {
  font-size: 16px;
  color: hwb(0deg 9% 91% / 60%);
}

.case-content h4 {
  color: #085698;
}

.case-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.case-content ul li:before {
  font-family: 'Font Awesome 5 Free';
  content: '\f058';
  position: absolute;
  left: 0;
  top: -3px;
  font-weight: 900;
  color: #085698;
  font-size: 24px;
}

.case-content ul li {
  position: relative;
  font-size: 20px;
  color: #181818;
  font-weight: 600;
  padding-left: 35px;
}

.case-thumbnail-wrap img {
  width: 100%;
  border-radius: 32px;
}

/* image slider area  */

.single-image-slider img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

/* newsletter  */
.form-group {
  position: relative;
  z-index: 1;
  margin-bottom: 12px;
}

.form-group p {
  margin: 0;
}

.form-group span {
  display: block;
}

.form-group i {
  position: absolute;
  left: 0;
  top: 5px;
}

.form-group br {
  display: none;
}

.newsletter input {
  margin: 0;
  border: none;
  font-size: 16px;
  padding: 16px;
  border-radius: 1000px;
}

.newsletter input::placeholder {
  font-size: 16px;
}

.newsletter input:focus {
  outline: none;
  box-shadow: none;
}

.newsletter input[type='submit'] {
  background: #02083d;
  color: #fff;
  padding: 12px 36px;
  font-size: 20px;
  font-weight: 700;
  margin: 0 auto;
}

.newsletter .form-group {
  margin-bottom: 20px;
}

.newsletter .form-group.submit {
  text-align: center;
}

.newsletter .wpcf7-spinner {
  display: none;
}

.newsletter-wrap {
  position: relative;
  z-index: 1;
}

.newsletter-wrap:before {
  position: absolute;
  left: -34px;
  top: 0;
  content: '';
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  background: #c4020b;
  height: 35px;
  width: 35px;
  border-radius: 0;
}

.newsletter-wrap:after {
  position: absolute;
  right: -34px;
  top: 0;
  content: '';
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
  background: #c4020b;
  height: 35px;
  width: 35px;
  border-radius: 0;
}

/* contact form  */
.contact-form .form-group label {
  font-size: 14px;
  color: #344054;
  font-weight: 500;
  margin-bottom: 10px;
}

.contact-form .form-group input,
.contact-form .form-group textarea,
.contact-form .form-group select {
  border: none;
  padding: 12px 22px;
  border: 1px solid #e9ebf5;
  border-radius: 16px;
  color: #344054;
  background: #e7e7e7;
}

.contact-form .form-group input::placeholder,
.contact-form .form-group textarea::placeholder,
.contact-form .form-group select::placeholder {
  color: #b0b0b0;
}

.contact-form .form-group textarea {
  height: 100px;
}

.contact-form .form-group {
  margin-bottom: 20px;
}

.contact-form .form-group input:focus,
.contact-form .form-group textarea:focus,
.contact-form .form-group select:focus {
  outline: none;
  box-shadow: none;
  border-color: #dd131a;
}

.contact-form .form-group select {
  color: #2b2b2b;
}

.contact-form input[type='submit'] {
  background: #dd131a;
  width: auto;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 14px 30px;
  border-radius: 1000px;
  width: 100%;
}

.contact-form input[type='submit']:hover {
  background: #181818;
}

.contact-form .wpcf7-spinner {
  display: none;
}

.contact-form .submit {
  margin-bottom: 0;
}

.contact-form-wrapper {
  backdrop-filter: blur(100px);
}

p.event-venue {
  margin-bottom: 0;
}

.event-venue-wrapper {
  margin-bottom: 10px;
}

@media(max-width: 1440px) {
  .header-grid .nav-menu {
    gap: 15px 30px;
  }
}

@media (max-width: 1366px) {
  .single-image-slider img {
    height: 400px;
  }

  .single-post-banner-content .post-meta {
    gap: 20px 30px;
  }

  .single-post-banner-content .post-title {
    margin-bottom: 30px;
  }

  .pagination-wrap {
    margin-top: 50px;
  }

  .header-grid .logo-wrap img {
    max-width: 200px;
  }

  .header-grid .nav-menu .nav-item a {
    font-size: 16px;
  }

  .header-area {
    padding: 15px 0;
  }

  .single-marquee img {
    height: 30px;
    object-fit: contain;
  }

  .single-marquee {
    height: 40px;
    padding: 0 20px;
  }

  .inner-banner {
    padding: 80px 0 80px;
  }

  .blogs-area.blog-page,
  .case-studies-area {
    padding-bottom: 80px;
  }

  .single-case-item {
    padding: 20px;
    border-radius: 24px;
    gap: 20px;
  }

  .case-thumbnail-wrap img {
    border-radius: 20px;
  }
}

@media (max-width: 1199px) {
  .single-image-slider img {
    height: 300px;
  }

  .header-grid .nav-menu {
    display: none;
  }

  .header-grid .header-meta {
    display: none;
  }

  .header-area .offcanvas-toggler-wrap {
    display: flex;
    justify-content: flex-end;
    gap: 15px;
  }

  .header-grid {
    grid-template-columns: 1fr 1fr;
  }

  .header-area .cart-btn {
    height: 40px;
    width: 40px;
  }

  .header-area .cart-btn img {
    transition: 0.3s;
    max-width: 20px;
  }

  .navbar-nav .nav-item {
    margin-right: 0;
  }

  .navbar-nav .nav-item a {
    font-size: 16px;
    line-height: 50px;
    color: #ffffffc2;
    display: block;
    padding: 0;
  }

  .navbar-nav .nav-item:not(:last-child) {
    margin-right: 0;
    border-bottom: 1px solid #9f9f9f3b;
  }

  .navbar-nav .nav-item {
    position: relative;
    line-height: inherit;
  }

  .navbar-nav .nav-item:not(:last-child):after {
    display: none;
  }

  .header-area .navbar-nav {
    display: none;
  }

  .header-area .header-btns {
    display: none !important;
  }

  .toggle-submenu {
    height: 25px;
    width: 25px;
    background: #000;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    color: #fff;
  }

  .mega-item h4 {
    font-weight: 400;
  }

  .offcanvas-mega-menu {
    margin-bottom: 15px;
  }

  .clients-arrows-wrap {
    display: none;
  }

  .client-title-wrap .section-title {
    text-align: center;
  }

  .client-title-wrap {
    margin-bottom: 30px;
  }

  .event-card {
    align-items: start !important;
  }
}

@media (max-width: 1024px) {
  .political-part-wrape:after {
    display: none;
  }
}

@media (max-width: 991px) {
  .pagination-item .page-numbers {
    height: 45px;
    width: 45px;
    font-size: 16px;
  }

  .custom-pagination {
    gap: 10px;
  }

  .pagination-wrap {
    margin-top: 30px;
  }

  .count-box {
    height: 60px;
    width: 60px;
  }

  .timeline-item:before {
    left: 38px;
    height: calc(100% + 50px);
    width: 6px;
  }

  .clients-slider .slick-slide {
    margin-left: 0;
    margin-right: 0;
  }

  .case-content .case-title {
    font-size: 28px;
  }

  .case-content ul li {
    font-size: 18px;
    padding-left: 30px;
  }

  .case-content ul li:before {
    top: -1px;
    font-size: 20px;
  }

  .event-card {
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .single-image-slider img {
    height: 250px;
  }

  .play-btn {
    height: 60px;
    width: 60px;
    font-size: 20px;
  }

  .newsletter-wrap:before {
    left: -17px;
    height: 20px;
    width: 18px;
  }

  .newsletter-wrap:after {
    right: -17px;
    height: 20px;
    width: 18px;
  }

  .timeline-item:before {
    display: none;
  }

  .single-marquee {
    padding: 0 10px;
  }

  .inner-banner {
    padding: 50px 0;
  }

  .blogs-area.blog-page,
  .case-studies-area {
    padding-bottom: 50px;
  }

  .case-thumbnail-wrap {
    width: 100%;
  }

  .single-case-item {
    flex-direction: column;
  }

  .event-card {
    padding: 15px;
    gap: 15px;
  }
}

.hero-heading-main span {
  font-size: 48px;
  font-weight: normal;
  color: #000;
}

.hero-quote {
  max-width: 460px !important;
}

.page-banner-text * {
  color: #fff;
}

.page-banner-text {
  text-align: left;
}

.page-banner-text h2 {
  font-size: 56px;
}

.page-banner-text p {
  font-size: 20px;
  margin-bottom: 0;
}

section.page-banner {
  background-size: cover;
  background-position: center;
  padding-top: 130px;
  padding-bottom: 110px;
}

.event-card {
  border: 1px solid #c7c7c7;
  border-radius: 16px;
  padding: 36px;
}

.events-list {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.event-card {
  display: flex;
  gap: 35px;
}

.event-thumbnail img {
  max-width: 220px;
}

.event-content h3 {
  font-size: 26px;
  color: #02083d;
}

.event-content h3 a {
  color: #02083d;
}

.primary-btn {
  background-color: #dd131a;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  padding: 8px 17px;
  border-radius: 50px;
  transition: 0.3s;
  font-weight: 600;
}

.primary-btn:hover,
.secondary-btn:hover {
  background-color: #02083d;
  color: #fff;
}

.secondary-btn:hover {
  border-color: #02083d;
}

.secondary-btn {
  color: #dd131a;
  background-color: transparent;
  display: inline-block;
  font-size: 14px;
  padding: 7px 16px;
  border-radius: 50px;
  border: 1px solid #dd131a;
  font-weight: 600;
  transition: 0.3s;
}

p.event-date {
  background-color: #dd131a;
  display: inline-block;
  color: #fff;
  line-height: 1.5;
  padding: 3px 15px;
  border-radius: 50px;
}

p.event-date.event-date-first {
  background-color: #02083d !important;
}

p.event-venue {
  color: #454545;
  display: flex;
  align-items: center;
  gap: 5px;
}

.event-content h3 {
  margin-bottom: 15px;
}

p.short-description {
  color: #454545;
  font-size: 14px;
}

.event-buttons {
  margin-top: 30px;
  display: flex;
  gap: 15px;
}

.event-venue-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

span.share-icon {
  gap: 8px;
  cursor: pointer;
}

span.share-icon {
  position: relative;
}

span.share-icon ul {
  position: absolute;
  top: 28px;
  left: 10px;
  background-color: #333;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 15px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-radius: 5px;
  transition: 0.3s;
  opacity: 0;
}

span.share-icon ul a {
  color: #fff;
}

span.share-icon ul li {
  text-align: center;
  padding: 10px;
}

span.share-icon ul li a:hover {
  color: #dd131a;
}

span.share-icon ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
}

span.share-icon:hover ul {
  opacity: 1;
}

.events-list.two-column {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.two-column .event-buttons {
  margin-top: 0;
}

.pagination-container {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.pagination-container span,
.pagination-container a {
  background-color: #02083d;
  color: #fff;
  width: 72px;
  height: 72px;
  font-size: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  transition: 0.3s;
}

.pagination-container span {
  background-color: #dd131a;
}

.pagination-container a:hover {
  background-color: #dd131a;
}

.pagination-wrapper {
  margin-top: 85px;
}

.single-top-left h2 {
  color: #02083d;
  font-size: 44px;
}

a.back-link {
  color: #171f63;
  font-size: 16px;
  margin-bottom: 60px;
  display: inline-block;
}

a.back-link i {
  margin-right: 12px;
}

.event-brief p {
  font-size: 16px;
  color: #454545;
}

.single-meta ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 30px;
}

.single-meta ul li {
  color: #454545;
}

.single-meta ul li img {
  margin-right: 3px;
}

.single-top-left .primary-btn {
  margin-top: 48px;
}

.event-brief p:last-child {
  margin-bottom: 0;
}

.single-meta {
  margin-top: 48px;
}

.single-social-media-share ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 10px;
}

.single-social-media-share ul li a {
  background-color: #dcdcdc;
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #021460;
  border-radius: 50px;
}

.single-social-media-share h4 {
  font-size: 18px;
  color: #02083d;
}

.single-social-media-share {
  margin-top: 48px;
}

.single-social-media-share ul li a {
  transition: 0.3s;
}

.single-social-media-share ul li a:hover {
  background-color: #021460;
  color: #dcdcdc;
}

section.single-top-section {
  padding: 50px 0;
}

.event-content {
  width: 100%;
}

.blog-category i {
  color: #dd131a;
  margin-right: 3px;
}

.blog-category a {
  color: #dd131a;
  font-weight: 500;
}

.single-meta i {
  color: #dd131a;
}

section.blog-posts {
  margin: 50px 0;
}

.gallery-items .event-card {
  flex-direction: column;
  padding: 15px;
}

.gallery-items .event-thumbnail {
  width: 100%;
}

.gallery-items .event-thumbnail img {
  width: 100%;
  max-width: 100%;
}

.gallery-slide img {
  width: 100%;
  height: 608px;
  object-fit: cover;
  border-radius: 20px;
  filter: blur(5px);
  transition: 0.3s;
}

.gallery-slider .slick-slide {
  margin: 0 10px;
}

.slick-center img {
  filter: blur(0);
}

section.gallery-section {
  padding: 100px 0;
}

.gallery-title h2 {
  color: #087e8b;
}

.gallery-content h1 {
  color: #111111;
  font-size: 28px;
  font-weight: bold;
}

.gallery-content ul i {
  color: #087e8b;
}

.gallery-content ul {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 15px;
}

.gallery-content ul li i {
  margin-right: 5px;
}

.gallery-content ul li {
  color: #454545;
}

.gallery-content p {
  margin-top: 20px;
}

.news-and-press-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.news-card {
  height: 540px;
  width: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  align-items: end;
  position: relative;
  z-index: 1;
}

.news-card:after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  top: 0;
  left: 0;
  background-image: linear-gradient(to top, black, #00000000, #00000000);
  z-index: -1;
  opacity: 0.9;
}

.news-card p {
  margin-bottom: 0;
  font-size: 16px;
}

.news-card a {
  color: #fff;
}

.blog-meta {
  padding: 25px;
}

.blog-meta p.date {
  background-color: #dd131a;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  padding: 3px 17px;
  border-radius: 50px;
  transition: 0.3s;
  font-weight: 600;
  margin-bottom: 10px;
}

.news-small-thumb img {
  max-width: 140px;
  height: 140px;
  width: 140px;
  object-fit: cover;
  border-radius: 16px;
}

.news-small-item {
  display: flex;
  gap: 15px;
}

p.news-small-date {
  color: #454545;
  font-size: 12px;
  margin-bottom: 5px;
}

.news-small-desc a {
  color: #02083d;
  font-size: 16px;
}

.news-col.news-small-items {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.news-small-item {
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 15px;
}

form.search-form-custom {
  border: 1px solid #e7e7e7;
  background-color: #f6f6f6;
  color: #454545;
  border-radius: 16px;
  display: flex;
  align-items: center;
  padding-right: 20px;
}

form.search-form-custom input {
  border: none;
  background-color: transparent;
  padding: 0;
  padding: 15px 20px;
  outline: none;
}

form.search-form-custom input::placeholder {
  color: #454545;
}