.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: transparent;
  box-shadow: none;
  transition: all 0.4s ease;
  padding: 15px 0;
  font-family: "Roboto", sans-serif;
}
.site-header.scrolled {
  background: #104229;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
  padding: 20px 0;
}
.site-header.scrolled .nav-center .nav-menu > .menu-item > a {
  color: #fff;
}
.site-header.scrolled .nav-center .nav-menu > .menu-item > a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.site-header.scrolled .nav-right .social-menu .social-item .social-link {
  border-color: #fff;
}
.site-header.scrolled .nav-right .social-menu .social-item .social-link i {
  color: #fff;
}
.site-header .header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 80px;
  margin: 0 auto;
}
.site-header .nav-left {
  flex: 1;
}
.site-header .nav-left.brand-logo {
  position: relative;
}
.site-header .nav-left.brand-logo img {
  height: 115px;
  top: -20px;
  left: 0;
  padding: 12px;
  position: absolute;
  border-radius: 0 0 10px 10px;
}
.site-header .nav-center {
  flex: 0 0 auto;
}
.site-header .nav-center .nav-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 45px;
}
.site-header .nav-center .nav-menu > .menu-item {
  position: relative;
}
.site-header .nav-center .nav-menu > .menu-item > a {
  color: #104229;
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.25px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
  position: relative;
  font-family: "Poppins", sans-serif;
}
.site-header .nav-center .nav-menu > .menu-item > a::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 2px;
  background: #104229;
  transition: width 0.3s ease;
}
.site-header .nav-center .nav-menu > .menu-item > a:hover::after {
  width: 100%;
}
.site-header .nav-right {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.site-header .nav-right .social-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
.site-header .nav-right .social-menu .social-item .social-link {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: 2px solid #104229;
  background: transparent;
  transition: all 0.3s ease;
}
.site-header .nav-right .social-menu .social-item .social-link i {
  font-size: 14px;
  line-height: 1;
  color: #104229;
  transition: all 0.3s ease;
}
.site-header.header-fixed {
  background-color: #fff;
}
.site-header.header-fixed .brand-logo {
  position: relative;
}
.site-header.header-fixed .brand-logo img {
  background: #fff;
}

.site-header .nav-center .nav-menu .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 10px 0;
  list-style: none;
  min-width: 260px;
  background: #fff;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
  z-index: 999;
}
.site-header .nav-center .nav-menu .sub-menu li {
  display: block;
}
.site-header .nav-center .nav-menu .sub-menu li a {
  display: block;
  padding: 10px 15px;
  color: #104229;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  text-transform: none;
  font-family: "Poppins", sans-serif;
}
.site-header .nav-center .nav-menu .menu-item:hover > .sub-menu {
  display: block;
}

body {
  font-family: "Sen", sans-serif;
}


@media (max-width: 1299.98px) {
  body .site-header .nav-center .nav-menu {
    gap: 25px;
  }
  body .site-header .header-wrapper {
    padding: 0px 30px;
  }
  body .site-header .nav-right .social-menu {
    gap: 5px;
  }	
}

@media (max-width: 1199.98px) {
  .page-template-front-page.home .intro-section .main-text {
	font-size: 3rem ;
  }
}

@media (max-width: 1099.98px) {
  body .site-footer .footer-main .footer-column .contact-list li a {
    font-size: 0.9rem ;
  }
  body .menu-toggle{
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  body .site-header .header-wrapper {
	padding: 0px 50px;
  }
  body .site-header .nav-center{
    display: none;
  }
  body .site-header .nav-right .social-menu{
    display: flex;
  }
  body .site-header .nav-right {
    gap: 30px;
  }
  body .site-header .nav-right .social-menu .social-item .social-link {
    width: 35px;
    height: 35px;
  }
  body .site-header .nav-right .social-menu .social-item .social-link i {
    font-size: 17px;
  }  
  body .mobile-nav-menu a {
    font-size: 14px;
  }
  body .mobile-nav-menu .sub-menu a {
    padding: 3px 0;
    font-size: 13px;
  }
  .page-template-front-page.home .hero-section {
    height: 600px;
  }
}

@media (max-width: 991.98px) {
  .page-template-front-page.home .intro-section .main-text {
	padding-left: 0px;
	text-align: center;
	font-size: 2.4rem;     
  }
  .page-template-front-page.home .intro-section .description {
	padding-left: 0px ;
	text-align: center ;
	font-size: 1rem ;
  }
  body .section-head .section-title {
	font-size: 1.8rem;
  }
  body .section-head .section-description {
    font-size: 0.9rem;
  }
  body .theme-btn {
	font-size: 12px;
	padding: 4px 12px;
	border-radius: 10px;
  }
  .featured-blog-title {
    font-size: 13px;
  }
  .page-template-front-page.home .category-section .category-card .category-content .category-title {
    font-size: 1.15rem ;
  }
  .page-template-front-page.home .hero-section {
    height: 500px;
  }	
  .page-template-page-about .main-text {
    font-size: 35px !important;
  }
  body .page-template-page-about .joinus-section h3 {
    font-size: 40px;
  }
  body .news-card .news-content .news-description {
    font-size: 0.9rem;
  }
  body .site-footer .footer-main .footer-column.information {
    margin-left: 20px;
  }
  body .site-footer .footer-main .footer-column .social-links {
    margin-bottom: 30px;
  }
  body .site-footer .footer-main .footer-column .footer-description {
    margin: 0 0 20px 0;
  }
  body .site-footer .footer-main .footer-column .footer-title {
    margin: 5px 0 10px 0;
  }
  body .site-footer .footer-main .footer-column .contact-list li {
    margin-bottom: 10px;
  }
  body .site-footer .footer-main .footer-column .footer-subtitle {
    font-size: 14px;
  }
  body .site-footer .footer-main .footer-column .footer-description {
    max-width: 480px;
  }
  body .site-footer .footer-main .footer-column .contact-list li address {
    font-size: 0.9rem;
  }
  body .site-footer .footer-main .footer-column .footer-links li a {
    font-size: 0.9rem;	
  }
  body .site-footer .footer-main .footer-column {
	margin-left: 20px;
  }
  body .site-footer .footer-bottom .bottom-content .developer-credit{
    font-size: 12px;
  }
  body .site-footer .footer-bottom .bottom-content .copyright {
	font-size: 12px;
  }
  body .menu-toggle {
    font-size: 32px;
  }
  body .site-header .nav-right .social-menu .social-item .social-link {
    width: 30px;
    height: 30px;
  }
  body .site-header .nav-right .social-menu .social-item .social-link i {
    font-size: 16px;
  }
  body .site-header .header-wrapper {
	padding: 0px 40px;
  }
}

@media (max-width: 767.98px) {
  .page-template-front-page.home .quote-section .section-head {
    width: 100%;
  }
  .page-template-front-page.home .intro-section .main-text {
	font-size: 2.1rem;     
  }
  .page-template-front-page.home .hero-section {
    height: 380px;
  }	
  body .site-header .nav-left.brand-logo img {
    height: 90px;
    top: -40px;
  }
  body .site-header .header-wrapper {
    padding: 0px 25px;
  }
  body .site-header .nav-right .social-menu{
    display: none;
  }
  body .site-header .nav-right .social-menu{
    display: none;
  }
  body .menu-toggle{
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  #offcanvasMenu .offcanvas-body{
    display: flex;
    flex-direction: column;
    padding: 24px 22px;
    padding-bottom: 90px;
  }
  body .offcanvas-social{
    display: flex;
    justify-content: center;
    gap: 12px;
  }
  .offcanvas-social a{
    width: 40px;
    height: 40px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border: 2px solid #104229;
    color: #104229;
  }
  .page-template-front-page.home .intro-section {
    padding: 60px 0 0;
  }
  .page-template-front-page.home .news-section {
    padding: 45px 0 0;
  }
  body .section-head .section-description {
    margin: 0px auto 20px;
  }
  body .featured-blogs-section {
    padding: 20px 0;
  }
  .page-template-front-page.home .quote-section {
    padding: 15px 15px;
  }	
  .page-template-front-page.home .category-section {
    padding: 20px 0 70px;
  }
  .page-template-front-page.home .quote-section .section-head .section-title {
    margin-bottom: 10px;
  }
}

@media (max-width: 575.98px) {
  .page-template-front-page.home .hero-section {
	height: 325px;
  }
  body .site-footer .footer-bottom .bottom-content .developer-credit {
	font-size: 10px;
  }
  body .site-footer .footer-bottom .bottom-content .copyright {
	font-size: 10px;
  }
  body .site-footer .footer-main .footer-column .footer-description {
	font-size: 13px;
  }
  body .site-footer .footer-main .footer-column .footer-links li a {
	font-size: 0.8rem;
  }
  body .site-footer .footer-main .footer-column .contact-list li address{
	font-size: 0.8rem;
  }
  .site-footer .footer-main .footer-column .contact-list li a {
	font-size: 0.8rem;
  }
  .site-footer .footer-main .footer-column .footer-links li {
	margin-bottom: 5px;
  }
  body .site-footer .footer-main .footer-column .footer-title {
	margin: 15px 0 10px 0;
  }
  body .site-footer .footer-main .footer-column .social-links {
	margin-bottom: 20px;
  }
  .page-template-front-page.home .quote-section .section-head .writer-name {
	font-size: 15px;
  }
}

@media (max-width: 479.98px) {
  .page-template-front-page.home .intro-section .main-text {
	font-size: 1.7rem ;
  }
  body .section-head .section-title {
	font-size: 1.5rem;
  }
  .page-template-front-page.home .intro-section .description {
	font-size: 1rem;
  }
  .page-template-front-page.home .hero-section {
	height: 250px;
  }
  body .menu-toggle {
	font-size: 24px;
  }
  body .site-header .nav-left.brand-logo img {
    height: 60px; 
    top: -30px;
	padding: 4px;
  }
  .news-card .news-content .news-title {
	font-size: 1rem;
  }
}
.page-id-323 .container-fluid.single-column-section .container{
    column-count: 3;
    column-gap: 40px;
}
.page-id-323 .container-fluid.single-column-section p{
    margin-bottom: 12px;
    line-height: 1.4;
    break-inside: avoid;
}
.elementor-widget-container ol{
  column-count:3;
  column-gap:40px;
}
.elementor-widget-container p { 
  line-height: 1.2; 
  margin-bottom: 10px; 
}
.elementor-widget-container li{
  line-height: 1.2;
  margin-bottom: 10px;
}
.elementor-widget-icon-list .elementor-widget-container{
  column-count: 3;
  column-gap: 40px;
}
.elementor-widget-icon-list .elementor-widget-container p{
  line-height: 1.2;
  margin-bottom: 10px;
}
.alignnone  wp-image-464{
  margin-top: 10px;
}
.elementor-heading-title{
  margin-top: 20px;
}
html :where(img[class*=wp-image-]) {
  margin-top: 20px;
}

.page-id-308 table,
.page-id-304 table,
.page-id-328 table,
.page-id-330 table{
border-collapse: collapse;
width: 100%;
}

.page-id-308 td,
.page-id-308 th,
.page-id-304 td,
.page-id-304 th,
.page-id-328 td,
.page-id-328 th,
.page-id-330 td,
.page-id-330 th{
border: 1px solid #ccc;
padding: 8px 10px;
}

.page-id-308 tr:first-child td,
.page-id-304 tr:first-child td,
.page-id-328 tr:first-child td,
.page-id-330 tr:first-child td{
background: #f2f2f2;
font-weight: 600;
}


.presidents-table table{
  width:100%;
  border-collapse:collapse;
}
.presidents-table th,
.presidents-table td{
  border:1px solid #d9d9d9; 
  padding:10px 12px;
  vertical-align:top;
}
.presidents-table tr:first-child td{
  font-weight:700;          
  background:#f3f3f3;        
}

.presidents-table tr:nth-child(even) td{
  background:#fafafa;
}


.site-footer .footer-main .footer-column .contact-list li:nth-child(2) i {
    margin-top: 0px !important;
}
.menu-toggle {
  font-size: 36px;    
  font-weight: 700;    
  display: none;
  color: #104229;
}
.site-header .nav-right{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}
#offcanvasMenu .offcanvas-body{
  padding: 24px 22px;
}
.mobile-nav-menu{
  list-style: none;
  margin: 0;
  padding: 0;
}
.mobile-nav-menu > li{
  margin: 0;
  padding: 0;
}
.mobile-nav-menu a{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4px 0;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: .2px;
  color: #104229; 
}
.mobile-nav-menu a:hover{
  opacity: .80;
}
.mobile-nav-menu .sub-menu{
  list-style: none;
  margin: 6px 0 14px;
  padding: 0 0 0 18px;
  border-left: 2px solid rgba(0,0,0,0.08);
}
.mobile-nav-menu .sub-menu a{
  padding: 5px 0;
  font-size: 16px;
  font-weight: 500;
  opacity: .95;
}
.offcanvas-social{
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
}


/* Featured Blogs Section */
.featured-blogs-section{
  padding: 60px 0;
}
.featured-blog-card{
  display:block;
  text-decoration:none;
  margin-bottom: 24px;
}
.featured-blog-image{
  position: relative;
  width: 100%;
  height: 170px;      
  border-radius: 12px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform .35s ease;
  border: 1px solid #104229;
;
}
.featured-blog-image::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height: 55%;
  background: linear-gradient(to top, rgba(0,0,0,.70), rgba(0,0,0,0));
  pointer-events:none;
}
.featured-blog-title{
  position:absolute;
  left: 10px;
  bottom: 5px;
  z-index: 2;
  color:#fff;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.3;
  max-width: calc(100% - 28px);
  overflow:hidden;
  display:-webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}











.theme-btn {
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  display: flex;
  min-width: 250px;
  padding: 8px 15px;
  border-radius: 7px;
  letter-spacing: 0.05rem;
  transition: all 0.3s ease;
  text-decoration: none;
  align-items: center;
  text-transform: uppercase;
  background: #104229;
  justify-content: space-between;
  border: 2px solid #104229;
}
.theme-btn i {
  font-size: 1.1rem;
}
.theme-btn:hover {
  background: #fff;
  color: #104229;
}

.section-head {
  text-align: center;
}
.section-head .section-title {
  color: #104229;
  font-size: 2.8rem;
  line-height: 1.2;
  font-weight: 900;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
}
.section-head .section-description {
  color: #7F8C8D;
  max-width: 800px;
  font-size: 1.05rem;
  line-height: 1.5;
  font-weight: 300;
  font-family: "Sen", sans-serif;
  margin: 0 auto 50px;
}

.page-banner-section {
  width: 100%;
  margin-bottom: 100px;
  border-radius: 0px 0 80px 80px;
  background: url(/wp-content/uploads/2026/03/banner.jpeg);
  background-position: bottom;
  background-size: cover;
  border-bottom: 12px solid #104229;
}
.page-banner-section .content-col {
  max-width: 750px;
  height: 48vh;
  display: flex;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 50px;
  align-items: flex-end;
  justify-content: center;
}
.page-banner-section .content-col .page-title {
  color: #fff;
  font-weight: 800;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
}


.site-footer {
  background: #104229;
}
.site-footer .newsletter-section {
  padding: 60px 0;
  background: #3B8A3E;
}
.site-footer .newsletter-section .newsletter-content {
  max-width: 550px;
}
.site-footer .newsletter-section .newsletter-content .newsletter-title {
  font-size: 28px;
  font-weight: 500;
  color: white;
  margin-bottom: 30px;
  line-height: 1.4;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.05rem;
}
.site-footer .newsletter-section .newsletter-content .newsletter-form {
  display: flex;
  gap: 0;
  max-width: 380px;
}
.site-footer .newsletter-section .newsletter-content .newsletter-form .form-input {
  flex: 1;
  background: transparent;
  border: 2px solid rgb(45, 44, 44);
  border-right: none;
  border-radius: 8px 0 0 8px;
  padding: 16px 25px;
  color: white;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
}
.site-footer .newsletter-section .newsletter-content .newsletter-form .submit-btn {
  width: 60px;
  background: transparent;
  border: 2px solid rgb(45, 44, 44);
  border-left: none;
  border-radius: 0 8px 8px 0;
  color: white;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.site-footer .newsletter-section .newsletter-content .newsletter-form .submit-btn i {
  font-size: 20px;
  font-weight: bold;
}
.site-footer .footer-main {
  padding: 60px 0 0px;
  background: #104229;
}
.site-footer .footer-main .footer-column .footer-logo {
  font-size: 24px;
  font-weight: 700;
  color: white;
  margin: 0 0 5px 0;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.05rem;
}
.site-footer .footer-main .footer-column .footer-subtitle {
  font-size: 12px;
  font-weight: 600;
  color: white;
  margin: 0 0 20px 0;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  font-family: "Poppins", sans-serif;
}
.site-footer .footer-main .footer-column .footer-description {
  color: #fff;
  font-size: 15px;
  font-weight: 200;
  max-width: 350px;
  line-height: 1.5;
  margin: 0 0 60px 0;
  font-family: "Sen", sans-serif;
}
.site-footer .footer-main .footer-column .social-links {
  display: flex;
  gap: 10px;
}
.site-footer .footer-main .footer-column .social-links .social-link {
  width: 40px;
  height: 40px;
  background: transparent;
  border: 2px solid white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  transition: all 0.3s ease;
  text-decoration: none;
}
.site-footer .footer-main .footer-column .social-links .social-link i {
  font-size: 18px;
}
.site-footer .footer-main .footer-column .social-links .social-link:hover {
  background: white;
  color: #104229;
  transform: translateY(-3px);
}
.site-footer .footer-main .footer-column .footer-title {
  font-size: 16px;
  font-weight: 700;
  color: #3B8A3E;
  margin: 0 0 25px 0;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}
.site-footer .footer-main .footer-column .footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-footer .footer-main .footer-column .footer-links li {
  margin-bottom: 10px;
}
.site-footer .footer-main .footer-column .footer-links li a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s ease;
  font-family: "Poppins", sans-serif;
  display: inline-block;
}
.site-footer .footer-main .footer-column .footer-links li a:hover {
  color: white;
  padding-left: 5px;
}
.site-footer .footer-main .footer-column .contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-footer .footer-main .footer-column .contact-list li {
  color: #fff;
  display: flex;
  gap: 10px;
  margin-bottom: 25px;
  align-items: flex-start;
}
.site-footer .footer-main .footer-column .contact-list li i {
  font-size: 18px;
  color: white;
  flex-shrink: 0;
  margin-top: 0;
}
.site-footer .footer-main .footer-column .contact-list li a {
  color: white;
  text-decoration: none;
  transition: color 0.3s ease;
  font-family: "Poppins", sans-serif;
}
.site-footer .footer-main .footer-column .contact-list li a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.site-footer .footer-main .footer-column .contact-list li a.main-phone {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  display: inline-block;
  font-family: "Poppins", sans-serif;
}
.site-footer .footer-main .footer-column .contact-list li address {
  font-size: 1rem;
  font-weight: 300;
}
.site-footer .footer-main .footer-column .contact-list li div span {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.8);
}
.site-footer .footer-main .footer-column .contact-list li:nth-child(1) i, .site-footer .footer-main .footer-column .contact-list li:nth-child(3) i {
  margin-top: 2px;
}
.site-footer .footer-main .footer-column .contact-list li:nth-child(2) i {
  margin-top: 8px;
}
.site-footer .footer-main .footer-column.information {
  margin-left: 60px;
}
.site-footer .footer-bottom {
  padding: 25px 0;
  background: #104229;
  color: white;
}
.site-footer .footer-bottom::before {
  content: "";
  display: block;
  width: calc(100% - 225px);
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  margin: 0 auto 25px;
}
.site-footer .footer-bottom .bottom-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.site-footer .footer-bottom .bottom-content .copyright {
  font-size: 13px;
  margin: 0;
  font-family: "Poppins", sans-serif;
}
.site-footer .footer-bottom .bottom-content .developer-credit {
  font-size: 13px;
  margin: 0;
  font-family: "Poppins", sans-serif;
}
.site-footer .footer-bottom .bottom-content .developer-credit .developer-link {
  color: white;
  text-decoration: none;
  transition: color 0.3s ease;
}

.news-card {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
}
.news-card .news-image {
  width: 100%;
  height: 250px;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
  margin-bottom: 10px;
}
.news-card .news-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.3), transparent);
  transform: skewX(-25deg);
  transition: none;
}
.news-card .news-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}
.news-card:hover .news-image::before {
  left: 150%;
  transition: left 0.6s ease;
}
.news-card:hover .news-image img {
  transform: scale(1.1);
}
.news-card .news-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.news-card .news-content .card-meta {
  color: #868686;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 2px;
}
.news-card .news-content .news-title {
  color: #104229;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.5;
  min-height: 54px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 5px;
  font-family: "Poppins", sans-serif;
}
.news-card .news-content .news-description {
  color: #7F8C8D;
  font-size: 1.02rem;
  font-weight: 300;
  font-family: "Sen", sans-serif;
  margin-bottom: 15px;
}
.news-card .news-content .theme-btn {
  width: 100%;
  justify-content: space-between;
  align-self: flex-start;
}

.home .hero-section {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home .hero-section .cloud {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.home .hero-section .cloudcontent {
  width: 100%;
  height: 100%;
  z-index: 5;
  position: absolute;
  background-size: 58%;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: bottom;
}
.home .hero-section .cloud-bg {
  width: 100%;
  height: 100px;
  bottom: 0;
  position: absolute;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 92%);
  overflow: hidden;
}
.home .hero-section .cloud img {
  width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
  transition: transform 0.3s ease-out;
}
.home .hero-section .slick-slider {
  max-width: 100%;
  position: absolute;
}
@keyframes animCloud {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
.home .hero-section .cloud1 {
  animation: animCloud 20s infinite linear;
}
.home .hero-section .cloud2 {
  animation: animCloud 40s infinite linear;
}
.home .hero-section .cloud3 {
  animation: animCloud 60s infinite linear;
}
.home .hero-section .cloud4 {
  animation: animCloud 80s infinite linear;
}
.home .intro-section {
  padding: 80px 0 0;
}
.home .intro-section .main-text {
  color: #104229;
  font-size: 4rem;
  font-weight: 900;
  padding-left: 100px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}
.home .intro-section .description {
  color: #104229;
  font-size: 1.5rem;
  font-weight: 200;
  line-height: 1.5;
  margin-left: auto;
  margin-right: auto;
  padding-left: 100px;
}
.home .news-section {
  padding: 80px 0 0;
}
.home .quote-section {
  padding: 50px 15px;
}
.home .quote-section .section-head {
  width: 90%;
  max-width: 1200px;
  display: block;
  margin: 0 auto;
}
.home .quote-section .section-head .section-title {
  margin-bottom: 30px;
}
.home .category-section {
  padding: 50px 0 75px;
}
.home .category-section .category-subtitle {
  font-size: 16px;
  font-weight: 500;
  color: #7F8C8D;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  margin-bottom: 80px;
  font-family: "Poppins", sans-serif;
}
.home .category-section .top-card {
  margin-bottom: 20px;
}
.home .category-section .category-card {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  height: 500px;
  display: flex;
  text-decoration: none;
  align-items: flex-end;
  cursor: pointer;
  transition: transform 0.3s ease;
}
.home .category-section .category-card.category-card-small {
  height: 240px;
}
.home .category-section .category-card .category-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.home .category-section .category-card .category-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  z-index: 3;
  background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.3), transparent);
  transform: skewX(-25deg);
  transition: none;
}
.home .category-section .category-card .category-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: linear-gradient(to top, #000, transparent);
}
.home .category-section .category-card .category-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}
.home .category-section .category-card:hover .category-image::before {
  left: 150%;
  transition: left 0.6s ease;
}
.home .category-section .category-card:hover .category-image img {
  transform: scale(1.1);
}
.home .category-section .category-card .category-content {
  position: relative;
  z-index: 3;
  padding: 25px;
  width: 100%;
}
.home .category-section .category-card .category-content .category-title {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 2px;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}
.home .category-section .category-card .category-content .category-count {
  color: #7F8C8D;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05rem;
  margin-bottom: 0;
  font-family: "Poppins", sans-serif;
}

.page-template-page-about .site-header {
  height: auto !important;
}
.page-template-page-about .page-title-wrap {
  padding: 15% 0 0;
}
.page-template-page-about .page-title-wrap .page-title {
  color: #d5e376;
}
.page-template-page-about .intro-section {
  padding: 42px 15px 120px;
}
.page-template-page-about .intro-section .theme-btn {
  margin: 0;
}
.page-template-page-about .theme-btn {
  max-width: 280px;
  display: flex;
  margin: 10px auto;
  padding: 10px 15px 11px;
}
.page-template-page-about .main-text {
  font-size: 50px;
  font-weight: 100;
  text-transform: uppercase;
}
.page-template-page-about .right-content .content {
  padding: 0 100px 0 0;
}
.page-template-page-about .right-content .content p {
  color: #7F8C8D;
  font-size: 1.02rem;
  font-weight: 300;
  line-height: 1.75;
}
.page-template-page-about .right-content .btn-row {
  width: 100%;
  float: left;
  margin-top: 20px;
}
.page-template-page-about .gallery-section {
  position: relative;
}
.page-template-page-about .gallery-section .container {
  padding-top: 100px;
  position: relative;
}
.page-template-page-about .gallery-section::before {
  content: "";
  width: 100%;
  height: 420px;
  display: block;
  top: 0;
  left: 0;
  position: absolute;
  background: #3B8A3E;
}
.page-template-page-about .gallery-section .team-slider img {
  border-radius: 8px;
}
.page-template-page-about .gallery-section .team-slider .slick-dots {
  text-align: center;
  margin: 25px 0 0;
  padding: 0;
  list-style: none;
}
.page-template-page-about .gallery-section .team-slider .slick-dots li {
  display: inline-block;
}
.page-template-page-about .gallery-section .team-slider .slick-dots li button {
  color: transparent;
  line-height: 0;
  width: 58px;
  height: 10px;
  margin: 0 2px;
  border-radius: 10px;
  border: 1px solid #104229;
}
.page-template-page-about .gallery-section .team-slider .slick-dots li.slick-active button {
  background-color: #104229;
}
.page-template-page-about .joinus-section {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 85px;
}
.page-template-page-about .joinus-section h3 {
  font-size: 55px;
  font-weight: 100;
  font-family: "Sen", sans-serif;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.page-template-page-about #careersModal .modal-body {
  padding-bottom: 0;
}
.page-template-page-about #careersModal .modal-content {
  padding: 15px 15px;
}
.page-template-page-about #careersModal .modal-content .theme-btn {
  margin-top: 35px;
  padding: 5px 25px 3px;
}

.page-template-page-contact .map-col {
  padding-left: 30px;
}
.page-template-page-contact .map-col iframe {
  width: 100%;
  height: calc(100% - 50px);
  border-radius: 15px;
}
.page-template-page-contact .info-col {
  padding: 0px 50px 0px 15px;
}
.page-template-page-contact .info-col .page-title {
  font-size: 48px;
  display: block;
  margin: 0 0 20px;
}
.page-template-page-contact .info-col p {
  font-size: 18px;
}
.page-template-page-contact .info-col form.contact-form {
  display: block;
}
.page-template-page-contact .info-col form.contact-form .form-label {
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 2px;
}
.page-template-page-contact .info-col form.contact-form .form-control {
  padding: 12px 10px;
  margin-bottom: 15px;
}
.page-template-page-contact .info-col form.contact-form .form-check {
  margin: 25px 0 35px;
}
.page-template-page-contact .info-col form.contact-form .theme-btn {
  width: 100%;
}
.page-template-page-contact .address-section {
  padding: 100px 15px 85px;
  background: #f9fafb;
}
.page-template-page-contact .address-section .title {
  font-size: 36px;
  margin: 28px 0 0;
}
.page-template-page-contact .address-section .text-col {
  font-size: 18px;
  font-weight: 300;
}
.page-template-page-contact .address-section .text-col strong {
  font-size: 20px;
  font-weight: 600;
  display: block;
  margin: 0 0 5px;
}
.page-template-page-contact .contact .section-header {
  text-align: center;
  margin-bottom: 25px;
}
.page-template-page-contact .contact .section-header h5 {
  color: #104229;
  font-size: 14px;
  background: rgba(255, 105, 0, 0.0588235294);
  padding: 5px 12px;
  border-radius: 50px;
  display: inline-block;
}
.page-template-page-contact .contact-box-section {
  padding: 0px 15px 100px;
}
.page-template-page-contact .contact-box-section .contact-box {
  height: 100%;
  padding: 25px 30px;
  border-radius: 8px;
  background: rgba(255, 105, 0, 0.0588235294);
}
.page-template-page-contact .contact-box-section .contact-box i {
  width: 55px;
  height: 55px;
  display: block;
  margin: 0 0 50px;
  border-radius: 10px;
  background: #104229;
  background-size: 58%;
  background-repeat: no-repeat;
  background-position: center;
}
.page-template-page-contact .contact-box-section .contact-box i.chat-icon {
  background-image: url("/wp-content/themes/isipathana-online/public/images/email.png");
}
.page-template-page-contact .contact-box-section .contact-box i.map-icon {
  background-image: url("/wp-content/themes/isipathana-online/public/images/address.png");
}
.page-template-page-contact .contact-box-section .contact-box i.phone-icon {
  background-image: url("/wp-content/themes/isipathana-online/public/images/phone-call.png");
}
.page-template-page-contact .contact-box-section .contact-box a {
  color: #000;
  display: block;
  text-decoration: none;
}
.page-template-page-contact .contact-form-section {
  margin-bottom: 50px;
}
.page-template-page-contact .contact-form-section .form-control {
  font-size: 14px;
  padding: 12px 12px;
}
.page-template-page-contact .contact-form-section .form-label {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 0.15rem;
}
.page-template-page-contact .section-head .section-title {
  margin-bottom: 25px;
}

@media (max-width: 1199.98px) {
  .contact-page .info-col {
    padding: 85px 40px 80px 15px;
  }
  .contact-page .info-col .page-title {
    font-size: 35px;
  }
}
@media (max-width: 991.98px) {
  .contact-page .info-col {
    padding: 48px 15px 80px 15px;
  }
  .page-template-page-contac-us .info-col {
    padding: 0px 10px 0px 15px;
  }
  .page-template-page-contac-us .contact-box-section {
    padding: 70px 15px 50px;
  }
  .page-template-page-contac-us .contact-box-section .box-box {
    margin-bottom: 20px;
  }
  .page-template-page-contac-us .contact-box-section .box-box i {
    float: left;
    margin: 0 15px 50px 0;
  }
  .page-template-page-contac-us .contact-box-section .box-box .title {
    font-size: 15px;
  }
}
@media (max-width: 767.98px) {
  .contact-page .contact-box-section {
    padding: 70px 15px 50px;
  }
  .contact-page .contact-box-section .contact-box i {
    margin: 0 0 32px;
  }
  .contact-page .contact-box-section .box-box {
    margin-bottom: 25px;
  }
  .contact-page .address-section .title {
    font-size: 28px;
  }
}
.blog .post-list-section {
  margin-bottom: 50px;
}

.post-list-section {
  padding: 0 0 80px;
}
.post-list-section .category-group {
  margin-bottom: 60px;
}
.post-list-section .category-group .category-group-head {
  margin-bottom: 30px;
  border-bottom: 2px solid #104229;
  padding-bottom: 15px;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.post-list-section .category-group .category-group-title {
  color: #104229;
  font-size: 1.8rem;
  font-weight: 800;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  margin-bottom: 0;
}
.post-list-section .category-group .category-group-count {
  color: #7F8C8D;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
  margin-bottom: 0;
}
.post-list-section .category-group .category-view-all {
  margin: 0 auto;
}
.post-list-section .scroll-loader {
  text-align: center;
  padding: 30px 0;
}
.post-list-section .scroll-loader .spinner {
  width: 36px;
  height: 36px;
  border: 3px solid rgba(16, 66, 41, 0.2);
  border-top-color: #104229;
  border-radius: 50%;
  margin: 0 auto;
  animation: spin 0.7s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.single-post .page-banner-section {
  margin-bottom: 50px;
}
.single-post .blog-image {
  margin: 0 auto 30px;
}
.single-post .blog-image img {
  width: 100%;
  border-radius: 10px;
}
.single-post .related-post-section {
  padding: 100px 15px 30px;
}
.single-post .related-post-section .section-title {
  color: #104229;
  font-size: 2rem;
  font-weight: 800;
  text-align: center;
  margin-bottom: 50px;
  text-transform: uppercase;
}

@media (max-width: 991.98px) {
  .country-map-card {
    margin-bottom: 25px;
  }
}
