.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav {
    text-align: right ;
}
.header-area .description {
    text-align: center;
}
.padding-x-8{
    padding-left: 8rem !important;
  	padding-right: 8rem !important;
}
.padding-left-30 {
    padding-left: 30px;
}
h3 {
    line-height: 2;
}
h2 {
    font-size: 48px;
    letter-spacing: 1px;
}
.political-cta-area-wrapper .title {
    font-size: 48px;
    color: #232950;
  letter-spacing: 1px;
}
.section-title .custom-title{
	 font-weight:normal !important;
  	font-size: 46px;
}
/* write your custom css code here. only css code will work */
.navbar-area .nav-container {
    flex-direction: column; /* Default flex direction */
    transition: flex-direction 0.3s ease, transform 0.3s ease;
    
}

.nav-fixed .nav-container {
    flex-direction: row; /* Change flex direction when fixed */
    transform: translateY(0); /* Slide down animation */
}

.navbar-area.nav-style-02 {
    top: 50px;
}
.nav-fixed.nav-style-02 {
    top: 0px;
}
.header-area {
    height: 100vh; /* Full viewport height */
    display: flex; /* Ensures centering of inner content */
    align-items: center; /* Vertically center the content */
    justify-content: center; /* Horizontally center the content */
    background-size: cover; /* Ensures the background image covers the full area */
    background-position: center; /* Centers the background image */
    background-repeat: no-repeat; /* Prevents tiling of the background image */
}
.header-area.political-home {
     height: auto; 
}
/* Video Background */
.video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}

.bg-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Gradient Overlay */
.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(102, 102, 102, 0.5));
    z-index: 1;
}
.header-area.political-home:before {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(6, 6, 6, 0));
	opacity: 1;
}
body p, 
body a {
    font-size: small !important;
    line-height: 1.8rem;
    text-align: justify;
}
.light-blue-italic {
	color:#BED4E6;
 	font-style: italic;
  	font-weight: 700;
}
.quotes-bg{
  background-color:#D4E2F4;
}
.main-overlay {
    position: absolute; /* Overlay position relative to its parent */
    top: 0; /* Start from the top */
    left: 0; /* Start from the left */
    width: 100%; /* Cover the full width */
    height: 100%; /* Cover the full height */
    background-color: rgba(190, 212, 230, 0.8); /* Semi-transparent background using the provided color */
   
}
.quote-container {
    position: relative;
    padding-left: 3em; /* Space for the quote icon */
}

p.lead {
    font-size: x-large !important; /* Enlarges the font size specifically for lead paragraphs */
    position: relative; /* Enables positioning adjustments */
    text-align: left; /* Ensures text alignment is to the left */
    margin: 0; /* Removes default margin */
    line-height: 1.8; /* Improves readability with adequate spacing between lines */
    letter-spacing: 0.05em; /* Adds subtle spacing between characters */
}

.lead::before {
    content: '\f10d'; /* FontAwesome code for left quote icon */
    font-family: 'Font Awesome 5 Free'; /* Ensure Font Awesome is loaded */
    font-weight: 900; /* Use solid style for the icon */
    position: absolute;
    top: -25px; /* Adjust position above the text */
    left: -51px; /* Align the icon to the left of the paragraph */
    font-size: 1.5em; /* Adjust the size of the quote */
}

.lead::after {
    content: '\f10e'; /* FontAwesome code for right quote icon */
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: relative;
    top: 10px; /* Adjust position below the text */
    font-size: 1.5em;
    margin-left: 0.2em; /* Space before the right quote */
}

.rounded-lg {
    border-radius: .5rem !important;
}
.rounded-left{
    border-top-left-radius: .5rem !important;
    border-bottom-left-radius: .5rem !important;
}
.text-small{
font-size: small !important;
  line-height: 1.8rem;
  text-align: justify;
}
.custom-section p{
max-width: 650px;
}
.container{
  width: 85% !important;
  max-width: 100%;
}
.about_us_widget .footer-logo {
    max-width: 200px;
}
.footer-content-align {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    justify-content: space-between;
    align-items: flex-start;
}
.single-list a{
font-size: normal;
}
.about_us_widget p,
.newsletter-widget p{
  margin-bottom:0;
}
.fading-line {
    width: 80%;
    height: 1px;
    background: linear-gradient(to right, rgba(0, 0, 0, 0), #000, #000, rgba(0, 0, 0, 0));
    margin: 20px auto;
	opacity: 0.5;
}
.fading-line-white {
    width: 80%;
    height: 1px;
    background: linear-gradient(to right, rgba(0, 0, 0, 0), #fff, #fff, rgba(0, 0, 0, 0));
    margin: 20px auto;
	opacity: 0.5;
}
.no-border{
  border: none;
  color: #232950;
}
.bottom-navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: row;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    align-content: center;
    justify-content: flex-end;
}
.btn-outline-light {
  padding: 10px 20px;
    color: #232950;
    border-color: #232950;
}
.contact-form-text{
color:#fff;
text-align: center;
}
/* Input styling with padding */
.contact-page-form .form-group .form-control {
  padding: 15px 30px 15px 20px;
}
.contact-info .section-title .title{
color: #fff;
text-align:center;
}
/* Labels text color */
.contact-page-form label {
    color: white !important;
}

/* Remove any background from the form itself */
.contact-page-form {
    background-color: transparent !important;
}
.quality-description{
	padding-right: 50px
}
.contact-form-right-area{
  	padding-right: 50px
  }
.btn-wrapper {
    text-align: left;
}
.political-cta-area-wrapper:before {
    
    background-color: transparent;
    
}
@media only screen and (max-width: 450px) {
  .no-padding{padding:0  !important}
  .btn-wrapper {
    text-align: center;
}
  .quality-description{
	padding-right: 0px
}
    .header-area .title {
        font-size: 28px;
        line-height: 60px;
    }
    .header-area p {
      text-align:center
    }
  .our-service-wrappper {
    padding-left: 30px !important;
    padding-right: 30px !important;
}
  .section-title .custom-title {
    font-weight: normal !important;
    font-size: 46px;
}
  .section-title .custom-title {
    font-weight: normal !important;
    font-size: 24px;
    text-align: center;
}
  .container {
    width: 85% !important;
    max-width: 100%;
}
  .section-title .title{
        font-size: 24px;
        text-align: center !important;
    	
    }
  p.lead {
    font-size: large !important;
  }
  .px-5{
    padding: 0px !important;
  }
  .lead::before {
    top: -16px;
    left: -37px;
}
  .text-small {
    padding: 0 10px;
}
  .padding-x-8 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
}
  h3 {
    font-size: 18px;
}
  h2 {
    font-size: 24px;
}
  .contact-info{
  	padding:0;
  }
  .contact-form-right-area{
  	padding-right: 0px
  }

  .widget.footer-widget ul li {
    margin-bottom: 0px;
}
.footer-content-align {
        display: grid; /* Switch to grid for mobile */
        grid-template-columns: 1fr 1fr; /* Single column layout */
        gap: 15px; /* Spacing between rows */
    }

    /* Ensure widget_nav_menu spans one full row */
  .footer-widget{
    
    grid-column: span 2;
  }
    .footer-widget:has(.widget_nav_menu){
        grid-column: span 1;
    }

  .follow-list{
        justify-content: center !important;
  }  
  .single-sidebar-item .widget-title{text-align: center;}
  .footer-logo{margin: 0 auto;}
  .about_us_widget >p{text-align : center;}
.political-cta-area-wrapper .title {
    font-size: 24px;
}
}
.btn-primary {
    color: #232950;
    background-color: #FDF8F0;
    border-color: #FDF8F0;
  	border-radius: 1rem;
}
.btn-primary:hover, 
.btn-primary:active, 
.btn-primary:focus, 
.btn-primary:active:focus,
.btn-primary.active:focus{
    color: #FDF8F0 !important;
    background-color: #232950 !important;
    border-color: #232950 !important;
	box-shadow : none !important;
  	outline :none;
	border :0px;
}
.fa-plane{
    transform: rotate(-50deg);
}
.btn-primary:not(:disabled):not(.disabled).active:focus, 
.btn-primary:not(:disabled):not(.disabled):active:focus, 
{
  box-shadow : none;
  }
.fa, .fas {
    font-weight: 900;
    color: #232950;
}
.political-cta-area-wrapper .subtitle {
    font-size: 16px;
    line-height: 26px;
    color: rgba(102, 102, 102, 100%);
}
.portfolio-about-us-section .title {
    font-size: 46px;
    line-height: 56px;
    font-weight: 700;
    color: #232950;
    margin-bottom: 30px;
}