/*
Theme Name: 0072 Midwest Holdings
Theme URI: http://csibankanytime.com/
Author: CSI ( CSI Designer Name, CSI Developer Name )
Description: Design Pro 3 CSI Banking Theme
Version: 2.5.1
Text Domain: design-pro-3
*/
/* TYPOGRAPHY
-------------------------------------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=League+Spartan:wght@100..900&family=Tiro+Devanagari+Marathi:ital@0;1&display=swap");

:root{
  --Brand-Grey: #3C3D45;
  --Brand-Blue: #2263AF;
  --Brand-Dark-Blue: #133D8D;
  --Brand-Light-Blue: #BCD0E7;
}

body,
html {
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: 'League Spartan';
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'League Spartan';
  color: var(--Brand-Grey);
}

h1, h2, h3, h4 {
  font-weight: 600;
  line-height: normal;
}

p,
ul,
dl,
ol {
  color: #000;
  font-size: 1.125rem;
  line-height: 1.5rem;
}

.csi-insidepages li{
  line-height: 2;
}

p .lead{
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 400;
}

p .text-muted{
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  color: #000 !important;
}

/* BUTTONS AND LINKS
Before Changing any Hover/Focus behavior, ensure the new behavior still complies with
ADA requirements (at least 3.0 contrast change or underline change)
-------------------------------------------------------------------------------------- */
a {
  color: var(--Brand-Blue);
  font-weight: 700;
  text-decoration: underline;
}
a:hover, a:focus {
  color: var(--Brand-Blue);
  text-decoration: none;
}
.csi-btn.btn{
  border-radius: 4px;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  padding: 0.5rem 1.25rem;
  color: #fff;
  border: 4px solid var(--Brand-Blue);
  background: var(--Brand-Blue);
  text-decoration: none;
}
.csi-btn.btn:hover, .csi-btn.btn:focus{
  color: var(--Brand-Blue);
  background: #fff;
}
.csi-helper-btn.csi-btn.btn{
  background: var(--Brand-Grey);
  color: #fff;
  padding: 0.375rem 0.75rem;
  border: 4px solid var(--Brand-Grey);
}
.csi-helper-btn.csi-btn.btn:hover, .csi-helper-btn.csi-btn.btn:focus{
  background: #fff;
  color: var(--Brand-Grey);
}
.csi-ibButton .csi-btn.btn{
  padding: 0.375rem 3.25rem;
}
/* GENERAL STYLES
-------------------------------------------------------------------------------------- */
h1{
  font-size: 3.75rem;
}
h2{
  font-size: 3.125rem;
}
h3{
  font-size: 2.5rem;
}
h4{
  font-size: 2.125rem;
}
h5{
  font-size: 1.875rem;
}
h6{
  font-size: 1.5rem;
}
.csi-container1600{
  max-width: 1600px;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
.csi-container1500{
  max-width: 1500px;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
.csi-container1400{
  max-width: 1400px;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
.csi-carousel .carousel-item{
  min-height: 585px;
  position: relative;
  background-repeat: no-repeat;
  background-position: 300px 33%;
  background-size: cover;
}
.right-column-blue .row > .col-md-6:last-child{ 
  background: var(--Brand-Light-Blue);
  padding: 2rem;
}
.logo-slider .carousel-item{
  min-height: 100px;
}

.logo-slider{
  margin-bottom: 1rem;
}

.latest-articles{
  background: var(--Brand-Blue);
  padding: 2rem;
}

.latest-articles *{
  color: #fff;
}

.latest-articles h5{
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.latest-articles .article-link{
  display: flex;
  align-items: center;
}

.latest-articles hr{
  border-top: 2px solid #fff;
  width: 10%;
  margin: 0 0 1rem 4.5rem;
}

.latest-articles .article-link a{
  text-decoration: none;
  font-size: 1.5rem;
  line-height: 1.75rem;
}
.latest-articles .article-link a:hover, 
.latest-articles .article-link a:focus{
  color: #fff;
}

.article-ending-link.csi-btn.btn{
  background: transparent;
  border: 3px solid #fff;
  color: #fff;
  text-transform: uppercase;
  margin-top: 1rem;
  padding: 0.5rem 2.5rem;
  font-size: 1.5rem;
}

.article-ending-link.csi-btn.btn:hover, .article-ending-link.csi-btn.btn:focus{
  background: #fff;
  color: var(--Brand-Blue);
}

.latest-articles .article-link img{
  margin-right: 0.5rem;
}

.csi-homePage{
  padding: 2rem 0 6.75rem;
}

.archive .featured-post{
  padding-bottom: 3.125rem;
}

.csi-carousel .carousel-item::before{
  content: "";
  background: linear-gradient(90deg, #FFF 23.5%, rgba(255, 255, 255, 0.90) 41.83%, rgba(255, 255, 255, 0.00) 70.5%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.fdic-wrapper .fdic-notice{
	display: flex;
  flex-direction: row;
  width: 100%;
  margin: 0;
  overflow: hidden;
  box-sizing: border-box;
  text-align: left;
  font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
  font-style: italic;
  font-size: .8rem;
  font-weight: 400;
  color: #000;
  justify-content: center;
  align-items: center;
}
.fdic-wrapper .fdic-notice svg {
  width: auto;
  height: 15.74px;
  margin-right: .75em;
  display: block;
  fill: #000;
}

.logo-column, .ib-and-menu{
  display: flex;
  flex-direction: column;
}

.csi-header{
  position: relative;
  padding: 1.25rem 0 0.75rem;
}

.csi-logo img{
  max-width: 331px;
}

.csi-ib{
  padding: 0.625rem 0;
}

.csi-ib h5{
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  color: #343434;
}

.fdic-wrapper{
  margin-bottom: 0.875rem;
}

#csiMenuWrapper ul.primary-menu{
  margin: 0;
}

.csi-ib #ib-username{
  padding: 0.625rem 0.875rem;
  border: 1px solid #e9ecef;
  height: 46px;
  font-size: 1.125rem;
}

.csi-ib i{
  font-size: 0.75rem;
}

.input-group-text{
  border: 1px solid #e9ecef;
  padding: 0.75rem 1.125rem;
}

.csi-helper-btn.dropdown-toggle::after{
  vertical-align: 0.125rem;
}

#csiMenuWrapper .primary-menu a{
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  color: #343434;
  line-height: 1;
}

.csi-carousel .carousel-caption{
  width: 100%;
  left: 0;
  bottom: initial;
  right: initial;
  text-align: left;
  top: initial;
  display: flex;
  align-items: center;
  height: 100%;
}

.csi-carousel .caption-content{
  width: 43%;
}

.home .csi-carousel .caption-content{
  width: 44%;
}

.csi-carousel .carousel-caption h1{
  color: var(--Brand-Grey);
  font-size: 3.75rem;
  margin-bottom: 1rem;
  line-height: 4.75rem;
  font-weight: 700;
}

.csi-carousel .carousel-caption p{
  color: var(--Brand-Grey);
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2rem;
  margin-bottom: 1.25rem;
}

.csi-carousel .carousel-caption .csi-btn:nth-child(odd), .csi-productAccordion .csi-btn.btn, .light-blue-bgColor .csi-btn.btn,
.light-blue-bgColor .steps-block .csi-btn.btn:hover, .light-blue-bgColor .steps-block .csi-btn.btn:focus{
  color: var(--Brand-Blue);
  background: #fff;
}

.csi-carousel .carousel-caption .csi-btn:nth-child(odd):hover, .csi-carousel .carousel-caption .csi-btn:nth-child(odd):focus, .light-blue-bgColor .steps-block .csi-btn.btn, 
.csi-productAccordion .csi-btn.btn:hover, .csi-productAccordion .csi-btn.btn:focus, .light-blue-bgColor .csi-btn.btn:hover, .light-blue-bgColor .csi-btn.btn:focus{
  color: #fff;
  background: var(--Brand-Blue);
}

.home .csi-carousel .carousel-caption .csi-btn:nth-child(odd){
  color: #fff;
  background: var(--Brand-Blue);
}

.home .csi-carousel .carousel-caption .csi-btn:nth-child(odd):hover, .home .csi-carousel .carousel-caption .csi-btn:nth-child(odd):focus{
  color: var(--Brand-Blue);
  background: #fff;
}

.quick-link-spacing{
  padding-top: 12.5rem;
}

.quick-links{
  padding: 2rem 6.25rem 3.125rem;
  border-radius: 10px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  background: #fff;
  border: 1px solid #E7E8ED;
  position: absolute;
  top: -90px;
  width: 100%;
  max-width: 1400px;
  z-index: 2;
}

.quick-links .quick-link img{
  max-width: 52px;
  height: auto;
  display: block;
  margin: 0 auto 0.5rem;
}

.quick-links .quick-link p{
  color: var(--Brand-Blue);
  font-size: 1.375rem;
  font-weight: 600;
  margin-bottom: 0;
}

.csi-bodyContent{
  position: relative;
}

.card-boxes{
  padding-bottom: 6.875rem;
}

.card-boxes .card-box{
  border-radius: 30px;
  min-height: 385px;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.card-boxes .card-box::before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.60);
  border-radius: 30px;
}

.card-boxes .card-box-caption{
  position: relative;
  z-index: 3;
  width: 80%;
  text-align: center;
}

.card-boxes .card-box-caption h4{
  color: #fff;
  font-weight: 700;
}

.card-boxes .card-box-caption p{
  color: #fff;
  font-size: 1.375rem;
  line-height: 1.75rem;
}

.articles{
  padding-bottom: 8.5rem;
}

.articles h1{
  font-size: 3.125rem;
  font-weight: 700;
  line-height: 3.5rem;
  text-align: center;
  color: var(--Brand-Grey);
  margin-bottom: 2.625rem;
}

.articles .article-image{
  border-radius: 10px;
  min-height: 210px;
  width: 100%;
  margin-bottom: 1.5rem;
}

.articles h6{
  color: var(--Brand-Grey);
  font-weight: 400;
  margin-bottom: 1rem;
  font-size: 1.375rem;
}

.articles p{
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 2.125rem;
  color: var(--Brand-Blue);
}

.home-contact-form{
  padding-bottom: 5.875rem;
}

.wpcf7 h3{
  color: var(--Brand-Grey);
  font-weight: 400;
  text-align: center;
  margin-bottom: 0;
  line-height: 3.5rem;
}

.wpcf7 .form-fields{
  display: flex;
  justify-content: center;
  align-items: center;
}

.wpcf7 label{
  color: #fff;
  margin-bottom: 0;
}

.small-images img{
  width: 250px;
}

.inside-content .wpcf7 label{
  color: inherit;
  max-width: 100%;
}

.wpcf7 p{
  margin-bottom: 0;
}

.wpcf7 form p:last-of-type{
  padding-top: 1.5rem;
}

.wpcf7 input{
  border-radius: 10px;
  border: 1px solid var(--Brand-Blue);
  background: #FFF;
  font-size: 1.25rem;
  padding: 1rem 1.25rem;
  max-width: 100%;
}

.wpcf7 textarea{
  border: 1px solid var(--Brand-Blue);
  border-radius: 10px;
  padding: 1rem 1.25rem;
  font-size: 1.25rem;
}

.wpcf7 input::placeholder, .wpcf7 textarea::placeholder{
  color: var(--Brand-Grey) !important;
  font-weight: 400;
}

.wpcf7 input[type="submit"]{
  background: var(--Brand-Blue);
  color: #fff;
  padding: 1rem 2.375rem;
  border-radius: 4px;
  border: 1px solid var(--Brand-Blue);
}
.wpcf7 input[type="submit"]:hover, .wpcf7 input[type="submit"]:focus {
  background: white;
  color: var(--Brand-Blue);
}

footer{
  background: var(--Brand-Blue);
  padding: 2.25rem 0 0.5rem;
  margin: 0;
  text-align: left;
}

footer .copyright p{
  color: #fff;
  font-size: 1.125rem;
  margin-bottom: 3.125rem;
}

footer a{
  font-weight: 700;
  font-size: 1.125rem;
  text-decoration: none;
}

footer a:hover, footer a:focus{
  text-decoration: underline;
  color: white;
}

footer svg{
  max-width: 125px;
  max-height: 45px;
  margin: 0 auto 1.75rem;
}

.inside-panel-group .panel{
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.35);
  width: 85%;
  margin: 0 auto 1rem;
}

.inside-panel-group .panel > a{
  padding: 2rem 2.5rem;
  display: block;
  text-decoration: none;
}

.inside-panel-group .panel > a[aria-expanded="true"] i, .csi-defaultAccordion a[aria-expanded="true"] i{
  transform: rotate(180deg);
}

.inside-panel-group .panel .panel-body{
  padding: 0 2.5rem 2.5rem;
}

.inside-panel-group .head h6, .csi-defaultAccordion h6{
  color: var(--Brand-Grey);
  font-weight: 700;
  margin-bottom: 0;
  margin-right: 1rem;
}

.inside-panel-group i, .csi-defaultAccordion i{
  color: var(--Brand-Blue);
  font-size: 1.5rem;
  transition: all 0.3s ease-in;
  transform: rotate(0deg);
}

.csi-defaultAccordion .panel{
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.35);
  background: #fff;
  border-radius: 4px;
  display: block;
  width: 85%;
  margin: 0 auto 2rem;
}

.csi-defaultAccordion .panel-body{
  border: none;
  border-radius: 0;
  padding: 2.5rem 2.5rem;
}

.csi-defaultAccordion a{
  border: none;
  padding: 2.5rem;
}

.csi-productAccordion{
  border: none;
  border-radius: 11px;
  background: var(--Brand-Blue);
  margin-bottom: 130px;
}

.csi-productAccordion h4{
  color: #fff;
}

.csi-productAccordion p{
  color: #fff;
}

.productAccordionImage{
  max-width: 80px;
  height: auto;
}

.csi-productAccordion .image-background{
  padding: 3rem 2.75rem;
  border-radius: 50%;
  background: #fff;
}

.csi-productAccordion .panel-heading{
  padding: 3.125rem 4.5rem;
}

.csi-productAccordion .spacer{
  width: 5px;
  border-radius: 4px;
  height: 200px;
  background: rgba(255, 255, 255, 0.70);
  margin: 0 50px;
}
.csi-productAccordion .repeatedBtn{
  border: none;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 1.25rem 3.125rem;
  margin-bottom: 1rem;
}
.csi-productAccordion .panel-default{
  position: relative;
}
.csi-productAccordion .csi-learnMoreBtn{
  position: absolute;
  bottom: -75px;
  border: 4px solid var(--Brand-Blue);
  padding: 1.125rem 2.25rem;
  width: 455px;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 35%;
  font-size: 1.5rem;
  margin: 0 auto;
}
.csi-productAccordion .csi-learnMoreBtn svg{
  margin-left: 1rem;
}

.nav-tabs .nav-item{
  margin-right: 3.125rem;
}

.nav-tabs a.nav-link{
  font-size: 1.5rem;
  padding: 1.25rem 2.5rem;
  background: #fff;
  border: none;
  color: var(--Brand-Grey);
  font-weight: 700;
  border-radius: 8px 8px 0 0;
  line-height: normal;
}

.nav-tabs a.nav-link.active, .nav-tabs a.nav-link:hover, .nav-tabs a.nav-link:focus{
  color: #fff;
  background: var(--Brand-Blue);
}

.nav-tabs a.nav-link.active:hover, .nav-tabs a.nav-link.active:focus{
  text-decoration: underline;
}

.tabs .tab-content{
  border: none;
  border-top: 4px solid var(--Brand-Blue);
}

.tab-content>.tab-pane{
  border: none;
  padding: 0;
  padding-top: 2.5rem;
}

.csi-productAccordion .csi-panelContent{
  padding: 0 10rem 2rem;
}

.csi_cards{
  text-align: left;
}

.csi_cards .card{
  padding: 1.5rem 2rem;
  border-radius: 4px;
  background: #FFF;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.35);
  border: none;
  min-height: 300px;
}

.feature-cards-section{
  padding: 6.25rem 0;
}

.feature-cards-section .feature-cards-intro{
  margin-bottom: 4.75rem;
}

.feature-cards .csi_cards .card{
  min-height: 163px;
}

.feature-cards .csi_cards:first-of-type{
  margin-top: 0;
}

.feature-cards .csi_cards{
  margin: 1.9375rem 0;
}

.feature-cards-section .supporting-image{
  min-height: 747px;
  width: 100%;
  border-radius: 4px;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.35);
}

.csi_cards .card-icon{
  margin: 0;
  padding: 0.75rem;
  background: var(--Brand-Blue);
  border-radius: 50%;
  width: 63px;
  height: auto;
}

.csi_cards .card-icon img{
  display: block;
  margin: 0 auto;
}

.csi_cards .card-body{
  padding: 0;
  margin: 0;
}

.csi_cards .card-body h6{
  color: var(--Brand-Grey);
  font-weight: 700;
  line-height: 3.5rem;
  margin-bottom: 0;
}

.csi_cards .card-body p{
  font-size: 1.125rem;
  line-height: 1.25rem;
}

.csi_cards .card.flip-card{
  box-shadow: none;
  min-height: 0;
  padding: 0;
}

.csi_cards .flip-card .card-icon{
  width: 100%;
  min-height: 444px;
  background: #fff;
  border-radius: 4px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.csi_cards .flip-card .card-icon::before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.20);
  z-index: 1;
}

.csi_cards .link-inner{
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.35);
  min-height: 444px;
  border-radius: 4px;
}

.csi_cards .link-inner h4{
  margin-bottom: 5rem;
  text-shadow: 0px 4px 12px #272727;
  color: #fff;
  position: relative;
  z-index: 2;
}

.csi_cards .flip-card .card-body.link-back{
  padding: 6.25rem 2rem;
  text-align: center;
}

table i{
  font-size: 1.25rem;
}

table .fa-check{
  color: #133D8D;
}

table .fa-xmark{
  color: #FC0000;
}

table thead{
  background: #E9E7E7;
  border-radius: 4px;
}

.table thead th{
  border: none;
  text-align: center;
  font-size: 1.125rem;
  padding: 1.75rem 1.5rem;
}

.table tbody td{
  text-align: center;
  font-size: 1.125rem;
  padding: 1.75rem 1.5rem;
  border-top: 2px solid #E3E0E0;
}

.table thead th:first-of-type, .table tbody td:first-of-type, #Board-of-Directors tbody td{
  text-align: left;
}

.table tbody td:first-of-type{
  font-weight: 500;
}

.table tbody tr:first-of-type td{
  border-top: none;
}

.wpcf7 h3{
  color: var(--Brand-Grey);
  text-align: center;
}

.product-information h6{
  font-weight: 700;
  line-height: 2rem;
}

.product-information .card-deck{
  width: calc(50% - 2rem);
  margin-right: 4rem;
  margin-bottom: 3.1875rem;
}

.product-information .csi_cards .card{
  min-height: 262px;
}

.product-information .card-deck:nth-child(even){
  margin-right: 0;
}

.product-information .col-lg-5{
  padding-right: 1.875rem;
}

.product-information .col-lg-7{
  padding-left: 1.875rem;
}

.product-information .product-cards{
  display: flex;
  flex-wrap: wrap;
}

.product-information{
  padding: 3.125rem 0;
}

.product-information .product-heading{
  background: var(--Brand-Blue);
  padding: 1.5rem 3rem;
  text-align: center;
  border-radius: 4px 4px 0 0;
}

.product-information .product-heading p{
  margin-bottom: 0;
}

.product-information .product-card{
  border-radius: 4px;
  background: #FFF;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.35);
  min-height: 745px;
}

.product-information .product-heading *{
  color: #fff;
}

.product-information .product-body{
  padding: 1.75rem 2.75rem 1.75rem;
}

.product-information .detail{
  font-weight: 600;
}

.product-information hr{
  border-top: 2px solid #E3E0E0;
  width: 90%;
  margin: 1rem auto 2rem;
  display: block;
}

.product-information .product-body .csi-btn{
  display: block;
}

.product-information .product-body ul{
  padding-left: 0;
  list-style: none;
}

.product-information .product-body ul li{
  position: relative;
  padding-left: 2.25rem;
}

.product-information .product-body ul li::before{
   font-family: 'Font Awesome 5 Free'; /* Specify the correct Font Awesome font family */
    content: '\f058';               /* Unicode for a checkmark icon (replace with your desired icon) */
    position: absolute;
    left: 0;
    top: 0;
    color: var(--Brand-Blue);              /* Set the icon color */
    font-weight: 900;   
}

.product-information .card-section-title p{
  margin-bottom: 2rem;
}

.light-blue-bgColor{
  background: #BCD0E7;
  padding: 5.375rem 7rem;
}

.steps-block{
  border-radius: 4px;
  background: #FFF;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.35);
  padding: 2.375rem 5rem;
  max-width: 1300px;
  margin: 0 auto 3.125rem;
  width: 100%;
}

.steps-block .step{
  text-align: center;
  margin-bottom: 1.75rem;
}

.steps-block .step h6{
  font-weight: 700;
}

.step-count{
  background: #BCD0E7;
  width: 63px;
  height: 63px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 1.5rem;
}

.step-count h4{
  margin-bottom: 0;
  color: var(--Brand-Blue);
}

.sm-floating-box{
  width: 100%;
  margin: 0 auto;
  max-width: 770px;
  border-radius: 4px;
  background: #FFF;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.35);
  margin-bottom: 2rem;
  padding: 1.5rem;
}

.sm-floating-box *{
  color: var(--Brand-Blue);
}

.sm-floating-box h6{
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1.25rem;
}

.sm-floating-box ul{
  columns: 2;
}

.page-template-page-blog .csi-btn.btn, .archive .csi-btn.btn{
  border-radius: 30px;
  font-size: 1.5rem;
  padding: 0.875rem 1.5rem;
  line-height: 1.75rem;
}

.caption-content form{
  position: relative;
}

.caption-content form input{
  border-radius: 33px;
  border: 3px solid var(--Brand-Blue);
  background: var(--White);
  height: 62px;
  width: 100%;
  padding: 0 2rem;
  font-size: 1.5rem;
}

.caption-content form .search-submit{
  position: absolute;
  background: var(--Brand-Blue);
  padding: 0.75rem;
  border-radius: 50%;
  right: 29px;
  width: 42px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 10px;
}

.caption-content form .search-submit i{
  color: #fff;
}

.featured-post{
  padding: 3.125rem 0 8rem;
}

.featured-post .categories{
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}

.featured-post .categories .category-btn, .post-card .post-category .category-btn{
  font-size: 1.25rem;
  background: var(--Brand-Light-Blue);
  color: var(--Brand-Blue);
  font-weight: 500;
  padding: 0.25rem 1.5rem;
  border-color: var(--Brand-Light-Blue);
  margin-right: 1.5rem;
  border-radius: 30px;
}

.featured-post .categories .category-btn:hover, .featured-post .categories .category-btn:focus,
.post-card .post-category .category-btn:hover, .post-card .post-category .category-btn:focus{
  background: var(--Brand-Blue);
  color: var(--Brand-Light-Blue);
}

.featured-post .categories .category-btn:first-of-type{
  background: var(--Brand-Blue);
  border-color: var(--Brand-Blue);
  color: #fff;
}

.featured-post .categories .category-btn:first-of-type:hover, .featured-post .categories .category-btn:first-of-type:focus{
  background: #fff;
  color: var(--Brand-Blue);
}

.featured-post .post-content p, .featured-post .main-content p{
  color: #000;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.75rem;
  margin-bottom: 2.875rem;
}

.featured-post .main-content p{
  margin-bottom: 1rem;
}

.featured-post .main-content{
  margin-top: 2rem;
}

.featured-post .row{
  margin: 0 -1.5rem;
}

.featured-post .col-lg-6{
  padding: 0 1.5rem;
}

.featured-post .post-content h4{
  font-weight: 700;
  line-height: 2.75rem;
}

.featured-post-image{
  min-height: 354px;
  border-radius: 17px;
  background: rgba(65, 64, 66, 0.09);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  max-width: 100%;
}

.featured-post .author{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.featured-post .author-initials{
  background: var(--Brand-Grey);
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 2rem;
}

.featured-post .author-initials p{
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  line-height: 1.75rem;
  letter-spacing: 1.44px;
  margin-bottom: 0;
}

.featured-post .author-name, .featured-post .author-title{
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.75rem;
  margin-bottom: 0;
}

.featured-post .author-title{
  opacity: 0.6;
  display: flex;
  align-items: center;
  color: #000;
}

.featured-post .author-title i{
  font-size: 0.25rem;
  margin: 0 0.5rem;
}

.latest-posts{
  display: flex;
  justify-content: space-between;
  margin: 2.25rem 0 10.375rem;
}

.post-card{
  min-height: 581px;
  background: #FFF;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.35);
  max-width: 413px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.post-card .post-content{
  padding: 1.375rem 2.125rem 0.875rem;
}

.post-card .post-icon{
  min-height: 251px;
  background: var(--Brand-Light-Blue);
  display: flex;
  justify-content: center;
  align-items: center;
}

.post-card .post-icon svg{
  max-width: 70px;
  min-height: 54px;
  fill: var(--Brand-Blue);
}


.post-card .post-category .category-btn{
  margin-bottom: 1.375rem;
}

.post-card .post-content h6{
  font-weight: 700;
  line-height: 1.75rem;
}

.post-card .post-content p{
  font-size: 1.125rem;
  line-height: 1.75rem;
  margin-bottom: 0;
}

.post-card .post-footer{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2.125rem 2.25rem;
}

.post-card .post-footer a{
  color: #000;
  font-weight: 500;
  line-height: 1.75rem;
  text-decoration: none;
  font-size: 1.125rem;
}

.post-card .post-footer a i{
  font-size: 0.75rem;
  margin-left: 0.25rem;
}

.post-card .post-footer a:hover, .post-card .post-footer a:focus{
  text-decoration: underline;
}

.specific-cat-posts{
  margin: 2.25rem -46px 4.625rem;
  display: flex;
  flex-wrap: wrap;
}

.specific-cat-posts .post-card{
  margin: 0 2.875rem 5.75rem;
  flex: 0 0 calc(33.33333% - 5.75rem);
}

.newsletter{
  background: var(--Brand-Blue);
  border-radius: 50px;
  margin-bottom: 7.5rem;
  padding: 3.125rem 8.75rem;
}

.newsletter h4, .newsletter p, .newsletter ul{
  color: #fff;
}

.newsletter h4{
  font-weight: 700;
  margin-bottom: 2.5rem;
  line-height: 2.75rem;
}

.newsletter p{
  font-size: 1.5rem;
  line-height: 1.75rem;
  margin-bottom: 3.125rem;
}

.newsletter ul{
  font-size: 1.5rem;
  line-height: 1.75rem;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.newsletter ul li{
  position: relative;
  padding-left: 2.25rem;
}

.newsletter ul li::before{
   font-family: 'Font Awesome 5 Free'; 
    content: '\f058';              
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;             
    font-weight: 900;   
}

.newsletter .wpcf7 .form-fields{
  flex-direction: column;
  align-items: flex-start;
  background: #fff;
  border-radius: 24px;
  padding: 2.625rem 4.25rem;
}

.newsletter .wpcf7 label{
  color: #414042;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500;
}

.newsletter .wpcf7 p{
  margin-bottom: 1rem;
}

.newsletter .wpcf7 form p:last-of-type{
  padding: 0;
  width: 100%;
}

.newsletter .wpcf7 input[type="submit"]{
  background: var(--Brand-Blue);
  width: 100%;
}

.featured-post .col-lg-12{
  padding: 0 1.5rem;
}

.single-post .post-title{
  margin-bottom: 2.5rem;
  line-height: 2.75rem;
  font-weight: 700;
}

.single-post .author{
  margin-bottom: 3.125rem;
}

.single-post-format{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.single-post-format .post-content p{
  margin-bottom: 0;
}

.card-slider.slick-slider .slick-list{
  overflow: visible;
  margin-bottom: 5rem;
}

.card-slider.slick-slider .slick-track{
  display: flex;
  align-items: center;
}

.card-slide{
  background: #eef3f9;
  margin: 0 15px;
  max-width: 342px;
  position: relative;
  transition: all 0.3s ease-in;
  border-radius: 9px;
}



.card-slide .card-body i{
  margin-left: 0.5rem;
}

.card-slide .card-body .ending-link{
  line-height: 3.5rem;
  font-weight: 500;
}

.card-slide .card-body .ending-link:hover, .card-slide .card-body .ending-link:focus{
  text-decoration: underline;
}

.card-slide.slick-center{
  background: #FFF;
  max-width: 390px;
  z-index: 3;
}



.card-slide.slick-center .card-body{
  border-color: var(--Brand-Blue);
  min-height: 424px;
}

.card-slide .card-body ul{
  padding-left: 0;
  list-style: none;
}

.card-slide .card-body ul li{
  position: relative;
  padding-left: 2.25rem;
  line-height: 1.625rem;
  min-height: 34px;
  margin-bottom: 1rem;
}

.card-slide .card-body ul li::before{
   font-family: 'Font Awesome 5 Free'; /* Specify the correct Font Awesome font family */
    content: '\f00c';               /* Unicode for a checkmark icon (replace with your desired icon) */
    position: absolute;
    left: 0;
    top: 0;
    color: var(--Brand-Blue);              /* Set the icon color */
    font-weight: 900;   
    font-size: 1.375rem;
}

.card-slide .card-body hr{
  border-top: 2px solid #E3E0E0;
  margin: 1.5rem 0;
}


.card-slide .card-header{
  background: #E9E7E7;
  border-radius: 9px 9px 0 0;
  padding: 1rem 1.25rem;
  transition: all 0.3s ease-in;
  min-height: 230px;
  border: none;
}

.card-slide.slick-center + .card-slide .card-header, .card-slide:has(+ .slick-center) .card-header{
  min-height: 240px;
  padding: 1.5rem 1.25rem 1.25rem;
}

.card-slide.slick-center .card-header{
  background: var(--Brand-Blue);
  padding: 1.375rem 2.5rem 1.5rem;
  min-height: 280px;
}

.card-slide .card-body{
  border: 2px solid #E3E0E0;
  border-radius: 0 0 9px 9px;
  border-top: none;
  padding: 1rem 1.75rem;
  min-height: 375px;
}

.card-slide.slick-center + .card-slide .card-body, .card-slide:has(+ .slick-center) .card-body{
  min-height: 395px;
  padding: 1.5rem 1.75rem;
}

.card-slide.slick-center .card-body{
  border-color: var(--Brand-Blue);
  min-height: 415px;
  padding: 2.12rem;
}

.most-popular{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.most-popular-badge{
  border-radius: 20.5px;
  background: #FACC14;
  padding: 0.25rem 0.875rem;
  max-width: 120px;
}

.card-slide.slick-center .card-header .most-popular-badge p, .card-slide .card-header .most-popular-badge p{
  margin-bottom: 0;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.25rem;
  color: var(--Brand-Blue);
}

.card-slide .card-header h6{
  font-weight: 700;
  line-height: 1.5rem;
  margin-bottom: 0;
}

.card-slide .card-header p{
  line-height: 3.5rem;
  margin-bottom: 0;
}

.card-slide.slick-center .card-header h6{
  color: #fff;
  line-height: 1.75rem;
}

.card-slide.slick-center .card-header .most-popular h6{
  width: 50%;
}

.card-slide .callout-area{
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.card-slide .callout-area h4{
  line-height: 3.5rem;
  margin-bottom: 0;
  font-weight: 700;
  margin-right: 1rem;
}

.card-slide.slick-center .card-header p, .card-slide.slick-center .callout-area h4{
  color: #fff;
}

.card-slide .card-header .csi-btn.btn{
  display: block;
}

.card-slide.slick-center .card-header .csi-btn.btn{
  background: #fff;
  color: var(--Brand-Blue);
  border-color: #fff;
}

.card-slide.slick-center .card-header .csi-btn.btn:hover, .card-slide.slick-center .card-header .csi-btn.btn:focus{
  background: var(--Brand-Blue);
  color: #fff;
}

.card-slider .slick-arrow{
  font-size: 0;
  line-height: 0;
  border: none;
  position: absolute;
  background: var(--Brand-Blue);
  width: 101px;
  height: 236px;
  top: calc(50% - 118px);
  z-index: 99;
}

.card-slider .slick-prev{
  left: -95px;
  border-radius: 0 11px 11px 0;
}

.card-slider .slick-prev::before{
  font-family: 'Font Awesome 5 Free'; /* Specify the correct Font Awesome font family */
  content: '\f053';               /* Unicode for a checkmark icon (replace with your desired icon) */
  position: absolute;
  left: 25%;
  top: 50%;
  color: #fff;              /* Set the icon color */
  font-weight: 900;   
  font-size: 3rem;
}

.card-slider .slick-next{
  right: -95px;
   border-radius: 11px 0 0 11px;
}

.card-slider .slick-next::before{
  font-family: 'Font Awesome 5 Free'; /* Specify the correct Font Awesome font family */
  content: '\f054';               /* Unicode for a checkmark icon (replace with your desired icon) */
  position: absolute;
  right: 25%;
  top: 50%;
  color: #fff;              /* Set the icon color */
  font-weight: 900;   
  font-size: 3rem;
}

.card-slider .slick-dots{
  position: absolute;
  bottom: -4.125rem;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.logo-slider .carousel{
  margin-bottom: 2.5rem;
}
.carousel-indicators{
  bottom: -2.5rem;
}

.carousel-indicators li{
  border: 2px solid var(--Brand-Blue);
  border-radius: 50%;
  opacity: 1;
  width: 18px;
  height: 18px;
}

.carousel-indicators li.active{
  background: var(--Brand-Blue);
}

.card-slider .slick-dots li, .carousel-indicators li{
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.card-slider .slick-dots li button{
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.card-slider .slick-dots li button:hover,
.card-slider .slick-dots li button:focus{
    outline: none;
}
.card-slider .slick-dots li button:hover:before,
.card-slider .slick-dots li button:focus:before{
   background: var(--Brand-Blue);
  border-color: var(--Brand-Blue);
}
.card-slider .slick-dots li button:before{
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    border: 2px solid var(--Brand-Blue);
    content: '';
    text-align: center;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-radius: 50%;
}
.card-slider .slick-dots li.slick-active button:before{
  background: var(--Brand-Blue);
  border-color: var(--Brand-Blue);
}

#csiMenuWrapper .primary-menu > li:last-child:hover ul > li:hover ul{
  right: calc(100% + 0rem);
}

.main-content p{
  font-size: 1.5rem;
  line-height: 1.75rem;
}

.main-content img{
  width: 100%;
  height: auto;
}

/* .sidebar{
  margin-left: 5%;
  width: 95%;
  min-width: 400px;
} */

.contact-box{
  border-radius: 14px;
  background: #FFF; 
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.35);
  margin-bottom: 5rem;
}

.contact-box .contact-header{
  background: var(--Brand-Blue);
  text-align: center;
  border-radius: 14px 14px 0 0;
  padding: 1.375rem 2rem;
}

.contact-box .contact-header h4{
  color: #fff;
  font-weight: 700;
  font-size: 2rem;
  line-height: normal;
  margin-bottom: 0;
}

.contact-box .contact-center{
  padding: 2.5rem 2rem;
}

.contact-box .contact-center h6{
  color: #414042;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 1.875rem;
}

.contact-box .contact-center .spacer{
  padding: 3.25rem 1rem;
  text-align: center;
}

.contact-box .contact-center .spacer h6{
  color: var(--Brand-Blue);
  margin-bottom: 0;
}

.contact-box .contact-disclaimer{
  background: var(--Brand-Light-Blue);
  padding: 2.5rem 2rem 2rem;
  text-align: center;
}

.contact-box .contact-disclaimer p{
  font-weight: 700;
  line-height: 1.75rem;
  margin-bottom: 1rem;
}

.contact-box p{
  font-size: 1.5rem;
  color: #000;
  line-height: normal;
  margin-bottom: 0;
}

.contact-icon{
  background: var(--Brand-Blue);
  width: 37px;
  height: 37px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-right: 1.25rem;
}

.contact-email{
  margin-bottom: 1.75rem;
}

.contact-email, .contact-phone{
  display: flex;
  align-items: center;
}

.contact-phone p{
  line-height: 1.5;
}

.home-video{
  text-align: center;
}

.home-video h4{
  color: var(--Brand-Blue);
  line-height: 2.25rem;
  font-size: 2.25rem;
  text-decoration: underline;
  margin-bottom: 1.5rem;
}

.newsletter-buttons{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 30px;
  justify-content: center;
}

.newsletter-button{
  border-radius: 7px;
  background: var(--Brand-Blue);
  padding: 2rem 1.375rem;
  text-align: center;
  color: #fff;
  font-size: 1.25rem;
  display: block;
  margin: 0 15px;
  font-family: 'Tiro Devanagari Marathi';
  text-transform: uppercase;
  text-decoration: none;
  border: 3px solid var(--Brand-Blue);
  line-height: 1.7;
  letter-spacing: 1.5px;
  font-weight: 400;
  margin-bottom: 30px;
  width: calc(25% - 30px);
}

.newsletter-button:hover, .newsletter-button:focus{
  color: var(--Brand-Blue);
  background: #fff;
}

.newsletter-button.background-image{
  width: 20%;
  position: relative;
  padding: 4rem 1.375rem;
}

.newsletter-button.background-image::before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.40);
  z-index: 1;
}

.newsletter-button.background-image:hover, .newsletter-button.background-image:focus{
  color: #FFF;
  text-decoration: underline;
}

.newsletter-button.background-image span{
  position: relative;
  z-index: 3;
  display: block;
  text-shadow: 0 4px 12px #272727;
}

.newsletter-button .year{
  font-size: 3.5rem;
  display: block;
  line-height: 1;
  letter-spacing: 0;
}

#csiMenuWrapper .toggle-inner .toggle-text{
  display: none;
}

#csiMenuWrapper .nav-toggle svg{
  fill: var(--Brand-Blue);
}
.csi-defaultAccordion a:hover, .csi-defaultAccordion a:focus {
  background: var(--Brand-Blue);
}
.csi-defaultAccordion a:hover h6, .csi-defaultAccordion a:focus h6, .csi-defaultAccordion a:hover i, .csi-defaultAccordion a:focus i {
  color: white;
}
.csi-defaultAccordion .panel-body a:not(.inside-panel-group .panel > a):hover, .csi-defaultAccordion .panel-body a:not(.inside-panel-group .panel > a):focus {
  background: white;
  text-decoration: none;
}

.copyright{
  display: flex;
  align-items: center;
  justify-content: end;
  flex-wrap: wrap;
}

footer .copyright p{
  color: #fff;
  font-size: 1.125rem;
  margin-bottom: 0;
}

footer .logo-footer{
  max-width: 220px;
  height: auto;
}

footer a{
  font-weight: 700;
  font-size: 1.125rem;
  text-decoration: none;
}

footer a:hover, footer a:focus{
  text-decoration: underline;
  color: #fff;
}

footer svg{
  max-width: 125px;
  max-height: 45px;
  margin: 0;
  width: 100%;
  height: auto;
}

footer .pipe{
  margin: 0 1.5rem;
}

.footer-links{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.footer-links a{
  margin-right: 2rem;
}

.footer-links a:last-of-type{
  margin-right: 0;
}

.slideshow {
  position: relative;
  overflow: hidden;
  height: 150px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  margin-bottom: 2rem;
}
.slideshow .images {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 300%;
  animation: slideshow 50s linear infinite;
}
.slideshow .images.paused-animation {
  animation-play-state: paused;
}
@keyframes slideshow {
  0%    { left: 0; }
  100%  { left: -200%; }
}
.slideshow .csi-btn.btn{
  z-index: 2;
  padding: 0.25rem 1rem;
  display: flex;
  background: #b0b0b0;
  border-color: #b0b0b0;
  color: #000;
}

.slideshow .csi-btn.btn:hover, .slideshow .csi-btn.btn:focus{
  background: #000;
  color: #b0b0b0;
}

#wpcf7-f100380-o1 form{
  text-align: center;
}

.inside-content .wpcf7#wpcf7-f100380-o1 label{
  text-align: left;
}

.inside-content .wpcf7#wpcf7-f100380-o1 textarea{
  width: 460px;
}

.align-center-row .row{
  align-items: center;
}

.wpcf7 input[type="checkbox"]{
  margin-right: 0.5rem;
}

.csi-insidepages .sidebar{
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.col-lg-9 .csi-container1500{
  padding-left: 1rem;
}