/*
Theme Name: LIONS CLUB
Theme URI: http://www.infocreatives.com
Description: Developed for NEED Education, Baripada
Version: 1.0.0
Author: Saumyaranjan Mishra
Author URI: http://www.infocreatives.com
*/
@import  url('https://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css');
:root {
    --basecolor1: #132a52;
    --basecolor2: #1B325B;
    --primary-color: #1c4f9c;
    --secondary-color: #cea348;
    --tertiarycolor:#323a78;
    --textprimary:#eaa346;
    --textsecondary:#ffffff;
    --texttertiary:#eaa346;
	--mainheading:#334878;
    --boxprimary:#1d4e89;
    --boxsecondary:#fbd1a2;
    --tablebgprimary:#132a52;
}
.project-readmore {
    color:#fff!important;
}
.project-title {
    text-align:center;
}
.project-content {
    text-align:justify;
}
.ispl-album-filters {
    text-align: center;
    margin: 0 0 16px;
}
.ispl-album-filters .filter-btn.active {
    background: #1976d2!important;
    color: #fff!important;
    border-color: #1976d2!important;
}
.ispl-album-filters .filter-btn {
    display: inline-block;
    padding: 8px 12px!important;
    border-radius: 9px!important;
    border: 1px solid #e0e0e0!important;
    text-decoration: none!important;
    font-weight: 600!important;
    font-size: 14px!important;
    margin: 5px!important;
    background: white!important;
    color: #1976d2!important;
}
.yt-video-block iframe{
    border-radius: 6px;
    transition: transform 0.3s ease;
}
.text-center {
    text-align:center!important;
}
.text-justify {
    text-align:justify!important;
}
.text-left {
    text-align:left!important;
}
.text-right {
    text-align:right!important;
}
.lb-data .lb-caption {
    font-size: 13px;
    font-weight: 700;
    line-height: 1em;
    font-family:'poppins';
}
.lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999;
    font-family:'poppins';
}
ul.contactoptions {
    margin:15px;
}
ul.contactoptions li i.fa{
    margin-right:10px;
}
/*Contact Form Style Starts*/
/* Form wrapper Gmail style */
.contactform {
    width: 100%;
}
.contactform p {
    text-align:center!important;
}
.form-group {
    margin-bottom: 12px;
}
.wpcf7 {
    max-width: 100%;
    margin: 0 auto;
    background: #fff;
    padding: 5px;
    font-family: 'Roboto', sans-serif;
    box-sizing: border-box;
}

/* Form group wrapper */
.form-group {
  position: relative;
  margin-bottom: 24px;
}

/* Inputs and textarea */
.form-group input,
.form-group textarea {
  width: 100%;
  padding: 16px 14px 12px;
  font-size: 15px;
  border: 1px solid #dadce0;
  border-radius: 6px;
  background: #fff;
  box-sizing: border-box;
  transition: all 0.2s ease;
}

/* Floating labels */
.form-group label {
  position: absolute;
  left: 14px;
  top: 16px;
  font-size: 14px;
  color: #5f6368; /* Gmail gray */
  pointer-events: none;
  transition: all 0.2s ease;
}

/* Placeholder hidden but keeps space */
.form-group input::placeholder,
.form-group textarea::placeholder {
  color: transparent;
}

/* Float the label when input has focus or value */
.form-group input:focus + label,
.form-group textarea:focus + label,
.form-group input:not(:placeholder-shown) + label,
.form-group textarea:not(:placeholder-shown) + label {
  top: -6px;
  left: 10px;
  font-size: 12px;
  color: #1a73e8; /* Google blue when active */
  background: #fff;
  padding: 0 4px;
}

/* Focus outline */
.form-group input:focus,
.form-group textarea:focus {
  border-color: #1a73e8;
  outline: none;
  box-shadow: 0 0 0 1px #1a73e8;
}

/* Submit button */
.wpcf7 input[type="submit"] {
  width: 100%;
  background: #1a73e8;
  color: #fff;
  font-weight: 500;
  font-size: 15px;
  padding: 12px 16px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.2s ease;
}

.wpcf7 input[type="submit"]:hover {
  background: #1669c1;
}

/* Response messages */
.wpcf7-response-output {
  margin-top: 20px;
  padding: 12px;
  border-radius: 6px;
  font-size: 14px;
}

.wpcf7-mail-sent-ok {
  background: #e6f4ea;
  color: #188038;
  border: 1px solid #a8dab5;
}

.wpcf7-validation-errors,
.wpcf7-not-valid-tip {
  background: #fce8e6;
  color: #d93025;
  border: 1px solid #f5c2c0;
  padding: 6px 10px;
  border-radius: 4px;
  font-size: 13px;
}

/*Contact Form Style Ends*/
/*Event Styles Starts*/
.events-filters {
    text-align: center;
    margin: 0 0 16px;
}
.events-filters a {
    display: inline-block;
    padding: 8px 12px;
    border-radius: 9px;
    border: 1px solid #e0e0e0;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    margin: 5px;
}
.events-filters a.is-active {
    background: #1976d2;
    color: #fff;
    border-color: #1976d2;
}
.events-filters button {
    display: inline-block;
    padding: 8px 12px;
    border-radius: 9px;
    border: 1px solid #e0e0e0;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    margin: 5px;
}
.events-filters button.active {
    background: #1976d2;
    color: #fff;
    border-color: #1976d2;
}
.lcb-single-event .event-header{margin-bottom:1rem}
            .lcb-single-event .event-title{margin:.25rem 0}
            .lcb-single-event .event-cats{color:#666;font-size:.9rem}
            .lcb-single-event .event-badge{
                display: inline-block;
                padding: 10px 10px;
                border-radius: 7px 0px 7px 0px;
                font-weight: 700;
                font-size: 15px;
            }
            .event-badge--upcoming{background:#fff3e0;color:#e65100}
            .event-badge--ongoing{background:#e8f5e9;color:#1b5e20}
            .event-badge--past{background:#ffebee;color:#b71c1c}
            .lcb-single-event .event-hero{display:grid;grid-template-columns:minmax(0,2fr) minmax(0,1fr);gap:24px;align-items:start;margin:1rem 0 1.5rem}
            .lcb-single-event .event-hero__img{width:100%;aspect-ratio:16/9;background-size:cover;background-position:center;border-radius:10px;border:1px solid #e6e6e6}
            .lcb-single-event .event-meta{list-style:none;margin:0;padding:0;border:1px solid #e6e6e6;border-radius:10px}
            .lcb-single-event .event-meta li{padding:.6rem .8rem;border-bottom:1px solid #eee;list-style: none;}
            .lcb-single-event .event-meta li:last-child{border-bottom:0}
            .lcb-single-event .event-meta strong{display:inline-block;min-width:80px}
            .lcb-single-event .event-cta{margin-top:.75rem;display:flex;gap:.5rem;flex-wrap:wrap}
            .lcb-single-event .button{display:inline-block;padding:.5rem .9rem;border:1px solid #ccc;border-radius:8px;text-decoration:none}
            .lcb-single-event .button-primary{background:#1e73be;color:#fff;border-color:#1e73be}
            .lcb-single-event .event-content{margin-top:1.5rem}
            @media (max-width:992px){ .lcb-single-event .event-hero{grid-template-columns:1fr} }
/*Event Styles Ends*/
.description a {
    color:#1c4f9c;
}
.description a:hover {
    color:#1c4f9c;
    text-decoration:underline;
}
.description ol li {
    list-style:roman;
    text-align:justify;
}
.nav-donate-btn {
    cursor: pointer;
    color: #1c4f9c!important;
    border:0px solid #F9C910;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    background-color: blue;
    padding: 0px 0px!important;
}
.nav-donate-btn a:hover {
    cursor: pointer;
    color: #F9C910!important;
    border:0px solid #1c4f9c;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    background-color:#1c4f9c;
    padding: 6px 9px;
}
header {
    height:35px;
}
.ispl-hero-inner {
    position:relative; 
    width:100%!important; 
    margin:0 auto; 
    padding:3rem 1.25rem!important;
}
.ispl-hero-inner h2 {
    padding: 3rem 3rem 0rem 1rem!important;
}
.ispl-hero-inner p {
    padding-left: 1rem!important;
    font-size: 14px !important;
    width: 65%;
}
.ispl-hero-wrap {
    position:relative; 
    background-size: cover !important;
    background-position: top center !important; 
    color:#fff;
    background-attachment: fixed!important;
    background-repeat: no-repeat!important;
    margin-bottom: 30px!important;
}
.isplbtn {
    display:inline-block; 
    padding:.9rem 1.5rem; 
    background:#ffcc00; 
    color:#111; 
    text-decoration:none; 
    border-radius:.35rem; 
    font-weight:600;
}
.description h4 {
    margin-top:12px;
}
.table-bordered th {
    text-align:center!important;
}
span.highlight {
    color:#1c4f9c!important;
}
.mb-20 {
    margin-bottom:20px!important;
}
/* ISPL Timeline starts */
h3.ispl-timeline-card-title {
    
}
    ul.ispl-timeline li{
        list-style:none;
    }
    .ispl-timeline {
      position: relative;
      margin: 2rem 0;
      padding-left: 0;
    }
    .ispl-timeline::before {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: 50%;
      width: 4px;
      background: rgba(0,0,0,.1);
      transform: translateX(-50%);
    }

    /* ispl-timeline item */
    .ispl-timeline-item {
      position: relative;
      margin: 0;
      padding: 2rem 0;
    }
    .ispl-timeline-point {
      position: absolute;
      top: 2.25rem;
      left: 50%;
      width: 14px; height: 14px;
      border-radius: 50%;
      background: var(--bs-primary);
      border: 3px solid #fff;
      box-shadow: 0 0 0 4px rgba(13,110,253,.15);
      transform: translate(-50%, -50%);
      background-color:#1c4f9c;
    }
    .ispl-timeline-card-text {
    text-align:justify;
    }
    /* Cards left/right */
    .ispl-timeline-card {
      width: 100%;
    }
    .left {
    border: 1px silver solid;
    padding: 20px;
    margin: 20px -2px 0px 0px;
    border-radius: 50px 1px 1px 50px;
}
    .right {
    border: 1px silver solid;
    padding: 20px;
    margin: 20px 0px 2px 0px;
    border-radius: 1px 50px 50px 1px;
}
    @media (min-width: 768px) {
      .ispl-timeline-row {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 2rem;
        align-items: start;
      }
      .left  { grid-column: 1; padding-right: 2rem;text-align:right; }
      .left .mb-20 {
          text-align:right;
      }
      .right { grid-column: 2; padding-left:  2rem;text-align:left; }
      .right .mb-20 {
          text-align:left;
      }
      .left  .ispl-timeline-card { margin-left: 0; float:right;}
      .right .ispl-timeline-card { margin-right: 0; float:left;}
    }

    /* Year badge (sticky for long sections) */
    .year-badge {
      position: sticky;
      top: .75rem;
      font-weight: 700;
      letter-spacing: .02em;
    }
/*ISPL Timeline ends*/
/*ISPL Board Members Starts*/
.ispl-bm-name {
    font-size: 16px!important;
}
.ispl-bm-body {
    text-align: center;
}
/*ISPL Board Members Ends*/
.mb-3, .my-3 {
    margin-bottom: 1rem !important;
}
.rounded-list {
    text-align:justify;
}
.rounded-list li:nth-child(odd):before {
    background: #efa51f;
}
.rounded-list li:nth-child(even):before {
    background: #1c4f9c;
}
.rounded-list li:before {
    font-family: "FontAwesome";
    content: "\f069";
    position: absolute;
    left: 0.7em;
    margin-top: -0.3em;
    height: 38px;
    width: 38px;
    line-height: 1.8em;
    border: .3em solid #fff;
    text-align: center;
    border-radius: 2em;
    color: #FFF !important;
    font-weight: normal !important;
    transition: all .3s ease-out;
}
article ul li {
    list-style:circle;
}
.ftco-animated {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
fadeInUp animation {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0px, 0px, 0px);
}
.ftco-animate
Specificity: (0,1,0)
 {
    opacity: 0;
    visibility: hidden;
}
.contents {
    margin-top: -28px;
}
.footer-text h3, .footer-text .separator {
    display:none;
}
.breadcrumbse {
    color: skyblue;
    list-style: outside none;
    border-radius: 5px;
    text-align: left;
    width: 100%;
    font-family: 'poppins';
    font-weight:700;
    margin-top: 60px;
    margin-bottom:30px;
}
.breadcrumbse > span > a > span{
    color:white;
}

.breadcrumbse > span > a > span:hover{
    text-decoration:underline;
}

.breadcrumbse span.current-item{
    color:yellow;
    font-weight:bold;
}
.description {
    font-family: 'poppins';
    margin: 0 auto;
}
#inner-headline {
    padding-top:80px!important;
}
.slider-text .bread {
    font-weight: 700;
}

.slider-text h1 {
    font-size: 56px;
    font-family: 'poppins';
    color: #fff;
    line-height: 1.2;
    font-weight: 700;
}
.hero-wrap {
    width: 100%;
    height: 100%;
    position: inherit;
    background-size: cover;
    background-position: top center;
}

 @media (max-width: 991.98px) {
    .hero-wrap.hero-wrap-2 {
        height: 310px;
        position: relative; 
    }
    .hero-wrap.hero-wrap-2 .slider-text {
        height: 360px; 
    }
    .row {
        display:block!important;
    }
 }
 @media (max-width: 711px) {
    .slider-text h1 {
        font-size:30px;  
        margin-top: 30px;
    }
    #inner-headline {
        padding-top: 12px !important;
        height: 160px;
    }
	.hero-wrap.hero-wrap-2
 	{
        height: 310px;
        position: relative;
    }
    .hero-wrap.hero-wrap-2 .slider-text {
        height: 360px; 
    }
    .breadcrumbse {
        padding-left:0px;
        margin-top: 20px;
    }
}
.blog-card, .description{
    padding-left:30px!important;
}
.description h3 {
    font-family: 'poppins';
    margin-top:30px!important;
}
.separator {
    height: 4px; 
    width: 150px; 
    background-color: #f9c910; 
    margin-bottom: 25px;
    margin-top:10px;
}
.panel-group .panel-heading+.panel-collapse .panel-body {
        border-top: none;
    }

.right-sidebar .panel {
        margin-bottom: 10px;
        background-color: #fff;
        border: none;
    }

.right-sidebar.panel-title a {
        color: #656565;
    }

.panel-default>.panel-heading {
        color: #333;
        background-color: #fff;
    }

.panel-group .panel-heading {
        border-bottom: 2px solid #005398;
    }

.widget h4 {
        font-weight: 600;
        margin-bottom: 10px !important;
    }

    .panel-heading {
        padding: 5px 15px;
        border-bottom: 1px solid transparent;
        border-top-right-radius: 0px;
        border-top-left-radius: 0px;
    }

    .panel-body ul hr {
        height: 1px;
        background-color: #FFC900;
        border: none;
        width: 40%;
        margin-top: 5px;
        margin-bottom: 1px;
    }

    .title-panel a {
        font-weight: 600;
        margin-bottom: 5px;
    }
    .right-sidebar {
    border-left: 0px;
    padding: 0 0 0 10px;
    }
.recent-view img {
    width: 150px;
    max-height: 110px;
    box-shadow: 0px 0px 10px 0px;
}
.recent li{
    border-bottom: 1px solid #c6c8cb;
}
.cat ul.cat li .active {
    color: #1c4f9c;
    background: #ffe98e;
    padding: 6px 74px;
    border-radius: 10px;
}
.categories-text h5{
    border-bottom: 2px solid #005398;
}
.categories-text h5 span {
    display: inline-block;
    border-bottom-width: 2px;
    /* margin-bottom: 0px !important; */
    background: #005398;
    border-radius: 2px 2px 0px 0px;
    padding: 10px;
    font-size: 16px;
    color: #ffffff;
}


.widget ul li {
    margin-left:-20px;
}
.widget ul li i.fa {
   margin-right:10px; 
   color:#f9c910;
}

.box-logo {
    padding: 14px 12px 0px 0px;
    float: left;
}
.footer-logo {
    margin-top: -10px;
    height: 100px;
    width: 100px;
}
.footer-text {
    text-align:justify;
    font-size:14px;
}
.pb-3, .py-3 {
    padding-bottom: 1rem !important;
}
.mb-5, .my-5 {
    margin-bottom: 3rem !important;
}
.justify-content-center
 {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0px;
    margin-left: 0px;
}
fadeInUp animation {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0px, 0px, 0px);
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.ftco-animated {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}
.ftco-section {
  padding: 6em 0;
  position: relative; }
  @media (max-width: 767.98px) {
    .ftco-section {
      padding: 6em 0; 
    } 
  }

.ftco-no-pt {
  padding-top: 0 !important;
}

.ftco-no-pb {
  padding-bottom: 0 !important; 
}

.ftco-bg-dark {
  background: #3c312e; 
}

@media (min-width: 576px) {
    .game-wrap-1 {
        margin-top: -60px;
    }
}
.game-wrap-1 {
    position: relative;
    font-size: 14px;
    font-family: 'Poppins';
    background: #232931;
    -webkit-box-shadow: 0px 75px 94px -66px rgba(0, 0, 0, 0.66);
    -moz-box-shadow: 0px 75px 94px -66px rgba(0, 0, 0, 0.66);
    box-shadow: 0px 8px 24px -5px rgba(0, 0, 0, 0.66);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
     border-radius: 5px;
     margin-top: -60px; 
}
@media (min-width: 576px) {
.game-wrap-1 {
      margin-top: -60px; 
    } 
}
 .game-wrap-1 .text {
    width: 100%;
    display: block; 
}
.game-wrap-1 .text h3 {
      font-size: 18px;
      color: #fff; 
}
.game-wrap-1 .text h3 span {
        display: block; 
}
.game-wrap-1 .text .league {
      font-size: 18px;
      color: rgba(255, 255, 255, 0.5); 
}
.game-wrap-1 .text span {
      color: rgba(255, 255, 255, 0.8); 
}
.game-wrap-1 .text .btn {
      display: block; 
}
.game-wrap-1 .team-logo {
    width: 90px;
    position: relative; 
}
.game-wrap-1 .team-logo .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
     border-radius: 50%; 
}
.game-wrap-1 .team-logo .img.img-2 {
    left: 1px;
    z-index: -1; 
}
.game-wrap-1 .team-name {
    width: calc(100% - 90px); 
  }
.p-4 {
    padding: 1rem !important;
}
.p-2 {
    padding: 0.5rem !important;
}
@media (min-width: 992px) {
    .pb-lg-0, .py-lg-0 {
        padding-bottom: 0 !important;
    }
}
@media (min-width: 992px) {
    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}

/*event carousel starts*/
/* one-at-a-time carousel */
.lcb-carousel-2col{position:relative;max-width:100%}
.lcb2-track-wrap{overflow:hidden;padding-left:40px;padding-right:0px;}
.lcb2-track{display:flex;transition:transform .45s ease}
.lcb2-slide{min-width:100%;padding:8px;box-sizing:border-box}
.lcb2-nav{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    z-index:5;
    width:40px;
    height:40px;
    border-radius:50%;
    border:0;
    cursor:pointer;
    background:transparent;
    font-weight:bold;
    color:white;
    
    font-size:24px;
    line-height:40px;
    text-align:center;
}
.lcb2-prev{left:8px}
.lcb2-next{right:8px}
.lcb2-nav:hover{
    background:white;
    color:black;
}

/* keep your image box look */
.team-logo .img.img-2{
    width:65px;
    height:65px;
    background-size:cover;
    background-position:center;
    border-radius:32px;
}

/* timer text sizes like your sample */
.lcb2-timer {
    margin-top:15px;
}
.lcb2-timer .time{
    font-weight:600;
    font-size:24px;
    line-height:1;
    margin-left:20px;
    margin-right:20px;
    color:white;
    text-align:center;
}
.lcb2-timer .time span{
    display:block;
    font-weight:400;
    font-size:11px;
}
/*event carousel ends*/
.btn.btn-primary {
    background: #F4A41E !important;
    border: 1px solid #F4A41E !important;
    color: #000000 !important;
    font-size: 14px;
    font-family: 'Poppins';
}
.btn.btn-primary:hover {
    border: 1px solid #000000 !important;
    background: #000000 !important;
    color: #fff !important;
}
.btn {
      display: inline-block;
      font-weight: 400;
      color: #212529;
      text-align: center;
      vertical-align: middle;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      background-color: transparent;
      border: 1px solid transparent;
      padding: 0.375rem 0.75rem;
      font-size: 1rem;
      line-height: 1.5;
      border-radius: 0.25rem;
      -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
      transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
      -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
      transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
      transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; 
}
.block-20 {
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    display: block;
    width: 100%;
    height: 270px;
    box-shadow: 0 17px 18px rgb(39 92 141 / 10%);
}
.blog-entry .text {
    position: relative;
    width: 100%;
    height: 65px;
    margin: 0 auto;
}
.blog-entry .topp {
    position: absolute;
    top: -74px;
    left: 0;
    background: #fff;
}
.blog-entry span.day {
    font-size: 50px;
    font-weight: 300;
    color: #000000;
    line-height: 1;
    font-family: 'Poppins';
}

.blog-entry span.yr, .blog-entry span.mos {
    display: block;
    font-size: 13px;
    line-height: 1.4;
    color: rgba(0, 0, 0, 0.8);
    font-family: 'Poppins';
}
.blog-entry .text .heading {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 600;
    font-family: 'Poppins';
}
/*causes section start*/
.service-block-two .inner-box:hover .shape-one {
    transform: scale(1);
    webkit-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    transition-delay: 300ms;
}
.service-block-two .inner-box:hover .shape-two {
    opacity: 0.4;
    transform: scale(1);
    webkit-transition-delay: 600ms;
    -ms-transition-delay: 600ms;
    transition-delay: 600ms;
}
.service-block-two .inner-box {
    min-height: 331px;
    position: relative;
    overflow: hidden;
    font-family:'poppins';
    padding: 45px 45px;
    border-radius: 6px;
    background-color: #f5f5f5;
    box-shadow :0 17px 18px rgb(39 92 141 / 10%);
}
.service-block-two .inner-box .shape-one {
    content: '';
    width: 250px;
    height: 250px;
    background: #0060ff;
    border-radius: 50%;
    position: absolute;
    top: -120px;
    opacity: 0.4;
    right: -120px;
    transform: scale(0);
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
}
.service-block-two .inner-box .shape-two {
    content: '';
    width: 373px;
    height: 373px;
    background: #0060ff;
    border-radius: 50%;
    position: absolute;
    top: -180px;
    right: -180px;
    z-index: 1;
    opacity: 0;
    transform: scale(0);
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
}
.service-block-two .inner-box:before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 50%;
    opacity: 0;
    z-index: -1;
    background-color: #141d38;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    transition: all 600ms ease;
}
.service-block-two .inner-box:hover {
    overflow: hidden;
    padding: 35px 45px;
    border-radius: 6px;
    background-color: #fff;
    position: sticky;
    cursor: pointer;
}
.service-block-two .inner-box:hover::before {
    height: 100%;
    opacity: 1;
}
.service-block-two .inner-box .shape-two{
    background-color: #0060ff;
}
.service-block-two .inner-box .shape-one{
    background-color: #0060ff;
}
.serviceweb{
    color: #02275e;
    font-weight: bold;
    font-size: 27px;
    margin: 20px 0px;
    white-space: nowrap;
}
.service-block-two .inner-box .icon-box, .service-block-two .inner-box h5 a, .service-block-two .inner-box .servicewi{
    color: white;
    font-weight: bold;
    font-size: 27px;
    white-space: nowrap;
}
.web-icon {
    position: absolute;
    top: 9px;
    left: 43px;
}
.service-block-two .inner-box:hover .icon-box, .service-block-two .inner-box:hover h5 a, .service-block-two .inner-box:hover .text {
    color: #ffffff;
}
.service-block-two .inner-box:hover .icon-box, .service-block-two .inner-box:hover h5 a, .service-block-two .inner-box:hover .serviceweb {
    color: #ffffff;
}
.service-block-two .inner-box:hover .icon-box, .service-block-two .inner-box:hover h5 a, .service-block-two .inner-box:hover .text {
    color: white;
    font-weight: 500;
    position: relative;
}
.service-block-two .inner-box .icon-box, .service-block-two .inner-box h5 a, .service-block-two .inner-box .text{
    line-height: 1.6;
    color:#0a0a0a;
    text-align: justify;
    word-spacing: -1.5px;
    word-break: break-word;
}


.service-block-two .inner-box:hover .icon-box, .service-block-two .inner-box:hover h5 a, .service-block-two .inner-box:hover .serviceweb {
    color: #fff;
    font-weight: bold;
    font-size: 27px;
    white-space: nowrap;
    top: -10px;
    position: relative;
    margin: 20px 0px;
}

/*causes section End*/
/*impact section starts*/

      img {
        height: auto;
        max-width: 100%;
        vertical-align: middle;
      }
    
      .card-main {
        display: flex;
        flex-wrap: wrap;
        font-family: 'poppins';
        list-style: none;
        margin: 0;
        padding: 0;
      }
    
      .cards_a:hover {
        color: #000 !important;
      }
    
      .cards__items {
        display: flex;
        padding: 1rem;
      }
    
      @media (min-width: 40rem) {
        .cards__items {
          width: 50%;
        }
      }
    
      @media (min-width: 56rem) {
        .cards__items {
          width: 33.3333%;
        }
      }
    
      .card-sec {
        background-color: white;
        border-radius: 0.25rem;
        box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.25);
        display: flex;
        flex-direction: column;
        overflow: hidden;
        padding: 15px;
        min-height: 500px;
        max-height: 501px;
    
      }
    
      .card-sec:hover .card__image {
        filter: contrast(100%);
      }
    
      .card__contents {
        display: flex;
        flex: 1 1 auto;
        flex-direction: column;
      }
    
      .card__image {
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
        filter: contrast(70%);
        overflow: hidden;
        position: relative;
        transition: filter 0.5s cubic-bezier(0.43, 0.41, 0.22, 0.91);
      }
    
      .card__image::before {
        content: "";
        display: block;
        padding-top: 56.25%;
      }
    
      @media (min-width: 40rem) {
        .card__image::before {
          padding-top: 66.6%;
        }
      }
    @media (max-width:360px) {
      .card-sec {padding: 10px;}
    
      
    }
      .card__image--fence {
        /* background-image: url(https://live.staticflickr.com/65535/49318090251_648f6034f2_b.jpg); */
      }
    
      .card__image--river {
        /* background-image: url(https://live.staticflickr.com/65535/49318094566_a41115fcf5_b.jpg); */
      }
    
      .card__image--record {
        /* background-image: url(https://4.bp.blogspot.com/-6CAJGb5dL1c/V5pq_uhppoI/AAAAAAAACEA/egD7MX1c5q8G4E-iPC_j4p3mXlpu3VR7gCLcB/s1600/Youth%2BX.png); */
      }
    
      .card__titles {
        color: #fdfdfd;
        font-size: 18px;
        padding: 10px 10px;
        font-weight: 600;
        letter-spacing: 2px;
        background: #4d67dd;
        width: 85%;
        text-transform: uppercase;
        position: relative;
        top: -20px;
        white-space: nowrap;
      }
    
      .card__titles::after {
        content: "";
        position: absolute;
        left: -1px;
        top: 0;
        margin-left: 100%;
        width: 0;
        height: 100%;
        border-bottom: 55px solid transparent;
        border-top: 0 solid transparent;
        border-left: 35px solid black;
        border-left-color: #4d67dd;
        font-size: 0;
        line-height: 0;
      }
    
       .card__titles1 {
        color: #fdfdfd;
        font-size: 18px;
        padding: 10px 10px;
        font-weight: 600;
        letter-spacing: 2px;
        background: #4d67dd;
        width: 85%;
        text-transform: uppercase;
        position: relative;
        top: -20px;
        white-space: nowrap;
      }
      .card__titles1::after {
        content: "";
        position: absolute;
        left: -1px;
        top: 0;
        margin-left: 100%;
        width: 0;
        height: 100%;
        border-bottom: 55px solid transparent;
        border-top: 0 solid transparent;
        border-left: 35px solid black;
        border-left-color: #4d67dd;
        font-size: 0;
        line-height: 0;
      }      
      .card__titles2 {
        color: #fdfdfd;
        font-size: 18px;
        padding: 10px 10px;
        font-weight: 600;
        letter-spacing: 2px;
        background: #fbcb07;
        width: 85%;
        text-transform: uppercase;
        position: relative;
        top: -20px;
        white-space: nowrap;
      }
    
      .card__titles2::after {
        content: "";
        position: absolute;
        left: -1px;
        top: 0;
        margin-left: 100%;
        width: 0;
        height: 100%;
        border-bottom: 55px solid transparent;
        border-top: 0 solid transparent;
        border-left: 35px solid black;
        border-left-color: #fbcb07;
        font-size: 0;
        line-height: 0;
      }
    
      .card__titles3 {
        color: #fdfdfd;
        font-size: 18px;
        padding: 10px 10px;
        font-weight: 600;
        letter-spacing: 2px;
        /* background: #1c4f9c; */
        background: #dd5947;
        width: 85%;
        text-transform: uppercase;
        position: relative;
        top: -20px;
        white-space: nowrap;
      }
    
      .card__titles3::after {
        content: "";
        position: absolute;
        left: -1px;
        top: 0;
        margin-left: 100%;
        width: 0;
        height: 100%;
        border-bottom: 55px solid transparent;
        border-top: 0 solid transparent;
        border-left: 35px solid black;
        /* border-left-color: #1c4f9c; */
        border-left-color: #dd5947;
        font-size: 0;
        line-height: 0;
      }
    
    
      .card__texts {
        /* flex: 1 1 auto; */
        /* font-size: 0.875rem; */
        line-height: 28px;
        font-size: 16px;
        word-spacing: 0.5px;
        text-align: justify;
        padding: 0px;
        word-break: break-word;
      }
/*impact section ends*/
/* blog cards */
    .blog-cards {
        display: flex;
        box-shadow: 0 2px 6px rgb(0 34 45 / 35%);
        flex-direction: column;
        margin: 1rem auto;
        margin-bottom: 50px;
        background: #fff;
        line-height: 1.4;
        transition: 0.4s;
        font-family: 'poppins';
        border-radius: 5px;
        overflow: hidden;
        z-index: 0;
    }

    .blog-cards .photo:hover {
        /*transform: scale(1.3) rotate(3deg);*/
    }

    .meta {
        position: relative;
        z-index: 0;
        height: 200px;
    }

    .blog-cards:hover,
    .photo:hover {
        /* box-shadow: 2px 2px 8px 0px #2c70d7; */
        transition: 0.4s;
    }

    .blog-cards .photo {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-size: contain!important; 
        background-position: center;
        transition: transform .2s;
    } 
    .blog-cards-1a {
        background-size: 100% 100% !important;
        background-repeat: no-repeat !important;
    }

    .blog-cards p:first-of-type {
        margin-top: 1.25rem;
    }

    .blog-cards .description .read-more {
        text-align: right;
    }
.blog-cards .description {
    padding:2rem;
}
    .blog-cards p,
    .description p {
        padding-top: 20px;
        position: relative;
        font-family: "Poppins" !important;
        font-size: 15px;
        line-height: 28px;
        letter-spacing: 0.2px;
    }

    .blog-cards.description {
        padding: 2rem;
        background: #fff;
        position: relative;
        z-index: 1;
    }

    .description h3 {
        margin: 0;
        font-size: 25px;
    }

    .description h2 {
        font-size: 1rem;
        font-weight: 300;
        text-transform: uppercase;
        color: grey;
        margin-top: 5px;
    }

    .read-more {
        text-align: right;
    }

    .read-more a {
        color: blue;
        display: inline-block;
        position: relative;
    }

    .read-more a:after {
        content: "\f061";
        font-family: FontAwesome;
        margin-left: -10px;
        opacity: 0;
        vertical-align: middle;
        transition: margin .3s, opacity .3s;
    }

    .read-more a:hover:after {
        margin-left: 5px;
        opacity: 1;
    }

    p {
        position: relative;
        margin: 1rem 0 0;
    }

    p:first-of-type {
        margin-top: 1.25rem;
    }

    .description p:before {
        content: "";
        position: absolute;
        height: 6px;
        background: #ffc53f;
        width: 85px;
        top: 0.25rem;
        /* margin-bottom: 26px; */
        border-radius: 3px;
    }
   

    .blog-cards .description .read-more a {
        color: #005398;
        display: inline-block;
        font-size: 14px;
        position: relative;
        margin-top: 30px;
        margin-bottom: 10px;
    }

    p:hover .details {
        left: 0%;
    }

    .blog-cards .meta {
        position: relative;
        z-index: 0;
        height: 420px;
    }

    .description h1 {
        font-size: 30px;

    }

    @media (min-width: 640px) {
        .blog-cards .description {
            flex-basis: 70%;
            background: #fff;
            position: relative;
            z-index: 1;
            padding: 20px;
        }

        .blog-cards.alt .description:before {
            left: inherit;
            right: -40px;
            transform: skew(353deg);
        }

        .blog-cards .description:before {
            /*transform: skewX(351deg);*/
            content: "";
            background: #fff;
            width: 110px;
            position: absolute;
            /*left: -55px;*/
            top: 0;
            bottom: 0;
            z-index: -1;
        }

        .blog-cards.alt {
            flex-direction: row-reverse;
        }

        .blog-cards {
            flex-direction: row;
            width: 90%;
            height: 450px;
        }

        .blog-cards.alt .details {
            padding-left: 25px;
        }

        .blog-cards .meta {
            flex-basis: 30%;
            height: auto;
        }

    }

    @media (max-width:578px) {
        .blog-cards .photo:hover {
            /*transform: rotate(0.2deg);*/
        }
    }
    /*blog cards ends*/
/*Navigation Style Starts*/

  @import  url(https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,700,800);

  *,
  html,
  body,
  div,
  dl,
  dt,
  dd,
  ul,
  ol,
  li,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  pre,
  form,
  label,
  fieldset,
  input,
  p,
  blockquote,
  th,
  td {
    margin: 0;
    padding: 0;
  }

  article,
  aside,
  figure,
  footer,
  header,
  hgroup,
  nav,
  section {
    display: block;
  }

  * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  html {
    -webkit-font-smoothing: antialiased;
  }

  a {
    text-decoration: none;
  }



  body {
    color: #374147;
    font: 14px "Open Sans", Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    line-height: 1;
    width: 100%;
  }

  nav {
    background: #1c4f9c;
    padding: 10px 10px;

  }

  .menu {
    display: block;
    text-align: center;
    margin-top:10px;
  }

  .menu li {
    display: inline-block;
    position: relative;
    z-index: 100;
  }

  .menu li:first-child {
    margin-left: 0;
  }

  .menu li a {
    font-weight: 400;
    text-decoration: none;
    padding: 6px 9px;
    font-family: 'poppins';
    display: block;
    color: #fff;
    font-size: 15px;
    transition: all 0.2s ease-in-out 0s;
  }

  .menu li a:hover,
  .menu li:hover>a {
    color: #fff;
    background: #0c5ea3;
  }

  .menu ul {
    visibility: hidden;
    opacity: 0;
    margin: 0;
    padding: 0;
    width: 200px;
    position: absolute;
    left: 0px;
    background: #fff;
    z-index: 99;
    transform: translate(0, 20px);
    transition: all 0.2s ease-out;
  }

  .menu ul:after {
    bottom: 100%;
    left: 10%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 6px;
    margin-left: -6px;
  }

  .menu ul li {
    display: block;
    float: none;
    background: none;
    margin: 0;
    padding: 0;
  }

  .menu ul li a {
    font-size: 14px;
    text-align: left;
    display: block;
    color: #797979;
    padding-left: 10px;
    background: transparent;
    line-height: 12pt;
    border-bottom: 1px solid #e2e1e1;
  }

  .menu ul li a:hover,
  .menu ul li:hover>a {
    background: #1c4f9c;
    color: #f9c910;
  }

  .menu li:hover>ul {
    visibility: visible;
    opacity: 1;
    transform: translate(0, 0);
    /* width: 300px; */
    /*jan 9  */
    width: max-content;
    min-width: 180px;
    max-width: 216px;
  }

  .menu ul ul {
    /* left: 300px; */
    left: 100%;
    top: 0px;
    visibility: hidden;
    opacity: 0;
    transform: translate(20px, 20px);
    transition: all 0.2s ease-out;
  }

  .menu ul ul:after {
    left: -6px;
    top: 10%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #fff;
    border-width: 6px;
    margin-top: -6px;
  }

  .menu li>ul ul:hover {
    visibility: visible;
    opacity: 1;
    transform: translate(0, 0);
  }

  .responsive-menu {
    display: none;
    width: 100%;
    padding: 10px 15px;
    background: #1c4f9c;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
  }

  .responsive-menu:hover {
    background: #1c4f9c;
    color: #fff;
    padding: 10px 15px;
    text-decoration: none;
  }

  a.homer {
    background: #005398;
  }

  @media (min-width: 768px) and (max-width: 979px) {
    .mainWrap {
      width: 768px;
    }

    .menu ul {
      top: 37px;
    }

    .menu li a {
      font-size: 13px;
      font-family: 'poppins';
    }

    a.homer {
      background: #374147;
    }
  }

  @media (max-width: 767px) {
    .mainWrap {
      width: auto;
      padding: 50px 20px;
    }

    .menu {
      display: none;
    }

    .responsive-menu {
      display: block;
    }

    nav {
      margin: 0;
      background: none;
    }

    .menu li {
      display: block;
      margin: 0;
    }

    .menu li a {
      background: #fff;
      color: #797979;
    }

    .menu li a:hover,
    .menu li:hover>a {
      background: #005398;
      color: #fff;
    }

    .menu ul {
      visibility: hidden;
      opacity: 0;
      top: 0;
      left: 0;
      width: 100%;
      transform: initial;
    }

    .menu li:hover>ul {
      visibility: visible;
      opacity: 1;
      position: relative;
      transform: initial;
    }

    .menu ul ul {
      left: 0;
      transform: initial;
    }

    .menu li>ul ul:hover {
      transform: initial;
    }
  }
  input#search_word {
    border-radius: 6px;
    width: 96px;
}
  /* .donate-btnn{
    background: none;
    border: none;
    padding: 8px 15px;
  } */
  /* .donate-btnn a{
    border-radius: 20px;
    border: none;
    padding: 8px 15px;
    background: #f9c910;
    color:#005398 !important;
    font-weight: 600 !important;
} */
.fa-reorder{
    float: right;
    font-size: 30px;
    border: 1px solid white;
    padding: 5px 10px;
    border-radius: 5px;
}
  @media (max-width: 480px) {
    .menu{
      background: #005398;
    }
  }
/*Navigation Style ends*/
 .font-texts{
  width: 100%;
  overflow-x: scroll;
 overflow-y: scroll;;
}

.font-texts{
//overflow : scroll;
  width: 100%;
  overflow-x: scroll;
  overflow-y: scroll;
  scroll-snap-type: y mandatory;
}

.font-texts{
//overflow : scroll;
  //width: 1000%;
  //aspect-ratio: 3/1;
  //padding: 40px 0;
  //margin: auto;
  //border: solid black 2px;
  //overflow-x: scroll;
  //overflow-y: scroll;
  //scroll-snap-type: y mandatory;
}

a, a:hover, a:focus, a:active, footer a.text-link:hover, strike, .post-meta span a:hover, footer a.text-link,
    ul.meta-post li a:hover, ul.cat li a:hover, ul.recent li h6 a:hover, ul.portfolio-categ li.active a, ul.portfolio-categ li.active a:hover, ul.portfolio-categ li a:hover, ul.related-post li h4 a:hover, span.highlight, article .post-heading h3 a:hover,
    .navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > li > a:hover, .navbar .nav > li > a:focus, .navbar .nav > .active > a:focus {
        color: #1c4f9c;
    }

    .navbar-brand span {
        color: #1c4f9c;
    }

    header .nav li a:hover,
    header .nav li a:focus,
    header .nav li.active a,
    header .nav li.active a:hover,
    header .nav li a.dropdown-toggle:hover,
    header .nav li a.dropdown-toggle:focus,
    header .nav li.active ul.dropdown-menu li a:hover,
    header .nav li.active ul.dropdown-menu li.active a {
        color: #1c4f9c;
    }

    .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > .active > a:hover,
    .navbar-default .navbar-nav > .active > a:focus {
        color: #1c4f9c;
    }

    .navbar-default .navbar-nav > .open > a,
    .navbar-default .navbar-nav > .open > a:hover,
    .navbar-default .navbar-nav > .open > a:focus {
        color: #1c4f9c;
    }

    .dropdown-menu > .active > a,
    .dropdown-menu > .active > a:hover,
    .dropdown-menu > .active > a:focus {
        color: #1c4f9c;
    }

    .custom-carousel-nav.right:hover, .custom-carousel-nav.left:hover,
    .dropdown-menu li:hover,
    .dropdown-menu li a:hover,
    .dropdown-menu li > a:focus,
    .dropdown-submenu:hover > a,
    .dropdown-menu .active > a,
    .dropdown-menu .active > a:hover,
    .pagination ul > .active > a:hover,
    .pagination ul > .active > a,
    .pagination ul > .active > span,
    .flex-control-nav li a:hover,
    .flex-control-nav li a.active {
        background-color: #1c4f9c;
    }

    .pagination ul > li.active > a, .pagination ul > li.active > span, a.thumbnail:hover, input[type=text].search-form:focus {
        border: 1px solid #1c4f9c;
    }

    textarea:focus, input[type=text]:focus, input[type=password]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=date]:focus, input[type=month]:focus, input[type=time]:focus, input[type=week]:focus, input[type=number]:focus, input[type=email]:focus, input[type=url]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=color]:focus, .uneditable-input:focus {
        border-color: #1c4f9c;
    }

    input:focus {
        border-color: #1c4f9c;
    }

    #sendmessage {
        color: #1c4f9c;
    }

    .pullquote-left {
        border-color: #55565a;
    }

    .pullquote-right {
        border-right: 5px solid #1c4f9c;
    }

    .cta-text h2 span {
        color: #1c4f9c;
    }

    ul.clients li:hover {
        border: 4px solid #1c4f9c;
    }

    .box-bottom {
        background: #1c4f9c;
    }

    .btn-dark:hover, .btn-dark:focus, .btn-dark:active {
        background: #1c4f9c;
        border: 1px solid #1c4f9c;
    }

    .btn-theme {
        border: 1px solid #1c4f9c;
        background: #1c4f9c;
    }

    .modal.styled .modal-header {
        background-color: #1c4f9c;
    }

    .post-meta {
        border-top: 4px solid Helper::GeneralSiteSettings("style_color1");
    }

    .post-meta .comments a:hover {
        color: #1c4f9c;
    }

    .widget ul.tags li a:hover {
        background: #1c4f9c;
    }

    .recent-post .text h5 a:hover {
        color: #1c4f9c;
    }

    .pricing-box-alt.special .pricing-heading {
        background: #1c4f9c;
    }

    #pagination a:hover {
        background: #1c4f9c;
    }

    .pricing-box.special .pricing-offer {
        background: #1c4f9c;
    }

    .icon-square:hover,
    .icon-rounded:hover,
    .icon-circled:hover {
        background-color: #1c4f9c;
    }

    [class^="icon-"].active,
    [class*=" icon-"].active {
        background-color: #1c4f9c;
    }

    .fancybox-close:hover {
        background-color: #1c4f9c;
    }

    .fancybox-nav:hover span {
        background-color: #1c4f9c;
    }

    .da-slide .da-link:hover {
        background: #1c4f9c;
        border: 4px solid #1c4f9c;
    }

    .da-dots span {
        background: #1c4f9c;
    }

    #featured .flexslider .slide-caption {
        border-left: 5px solid #1c4f9c;
    }

    .nivo-directionNav a:hover {
        background-color: #1c4f9c;
    }

    .nivo-caption, .caption {
        border-bottom: #1c4f9c 5px solid;
    }

    footer {
        background: #1c4f9c;
    }
    .footerbtn {
        background:#f9c910;
        border: 0px solid #f3a31e;
        color: #10356c;
        padding:3px 5px 3px 5px;
    }
    .footerbtn:hover {
        background:#10356c;
        border: 0px solid #f3a31e;
        color: #f9c910;
        padding:3px 5px 3px 5px;
    }
    #sub-footer {
        background: #55565a;
    }

    .site-top {
        background: #1c4f9c;
    }

    ul.cat li .active {
        color: #1c4f9c;
    }

    .box-gray .icon .fa, h4, .heading {
        color: #1c4f9c;
    }

    .flex-caption {
        background-color: #55565a;
    }

    .flex-caption .btn-theme {
        background: #1c4f9c;
    }

    .flex-caption .btn-theme:hover {
        background: #fff;
        color: #1c4f9c;
    }

    .btn-info {
        background: #1c4f9c;
        border-color: #55565a;
    }

    .btn-info:hover {
        background: #55565a;
    }

    .flex-control-paging li a.flex-active {
        background: #1c4f9c;
    }

    .flex-control-paging li a {
        background: #55565a;
    }

    .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > .active > a:hover,
    .navbar-default .navbar-nav > .active > a:focus {
        background: transparent;
    }

    .navbar-default .navbar-nav > .open > a,
    .navbar-default .navbar-nav > .open > a:hover,
    .navbar-default .navbar-nav > .open > a:focus {
        background: transparent;
    }

    #inner-headline {
        background: #55565a;
    }

    .navbar .nav li .dropdown-menu {
        background: #1c4f9c;
    }
    .navbar .nav li .dropdown-menu li:hover {
        background: #55565a;
    }

    @media (max-width: 767px) {
        header .navbar-nav > li {
            background: #1c4f9c;
        }

        .dropdown-menu {
            background: #1c4f9c;
        }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a {
            color: #fff;
        }

        header .nav li a:hover,
        header .nav li a:focus,
        header .nav li.active a,
        header .nav li.active a:hover,
        header .nav li a.dropdown-toggle:hover,
        header .nav li a.dropdown-toggle:focus,
        header .nav li.active ul.dropdown-menu li a:hover,
        header .nav li.active ul.dropdown-menu li.active a {
            color: #fff;
        }

        .navbar .nav > li > a {
            color: #fff;
        }

        .navbar-default .navbar-nav > .active > a,
        .navbar-default .navbar-nav > .active > a:hover,
        .navbar-default .navbar-nav > .active > a:focus {
            background-color: #1c4f9c;
            color: #fff;
        }

        .navbar-default .navbar-nav > .open > a,
        .navbar-default .navbar-nav > .open > a:hover,
        .navbar-default .navbar-nav > .open > a:focus {
            background-color: #1c4f9c;
            color: #fff;
        }

    }

    .navbar .nav > li:hover > a,.pagination > li > a,.pagination > li > a:hover,.pagination > li > a:active ,.pagination > li > a:focus {
        color: #1c4f9c;
    }

    .content-row-bg {
        background: #55565a;
    }
    #content .contacts p .fa,  #content .contacts address .fa{
        background: #1c4f9c;
    }


    .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
        background-color: #1c4f9c;
        border-color: #1c4f9c;
    }
    ::-webkit-scrollbar-thumb {
        background: #55565a;
    }
    ::-webkit-scrollbar-thumb:hover {
        background: #1c4f9c;
    }
.site-top{
    position: relative;
    z-index: 1050;
    /* background: rgb(253 176 0 / 88%) !important; */
    background: rgb(204 219 231) !important;
}
#menu{
    position: fixed;
    right: 0;
    top:0;
    left: 0;
    z-index: 1030;
}
    .navbar-brand img{
         width:90px;
         margin-right: 5px;
         position: relative;
         z-index: 1050;
         filter: drop-shadow(0 0 0.25rem white);
        }

    header .navbar-nav>li {
    padding-bottom: 10px !important;
    padding-top: 5px !important;
}
    .donate-btn {margin-top: 15px;}

    header .navbar {min-height: 54px;}
    @media(max-height:767px){
        header .navbar {min-height: 54px;}
        .navbar-toggle {margin:20px}
    }
    @media(max-width:1300px){
        header .navbar {
        min-height: 74px;
}
    }

 #show-div{
        display: none;
    }
    @media  only screen and (max-width: 1300px) {
      
    #hide-div{
        display: none !important;
    }
    #show-div{
        display: block;
    }
 
}
/* setting css */
::-webkit-scrollbar-track {
   background:none !important;
}
::-webkit-scrollbar {
    width: 0px !important;
}


ul.dropdown-menu.active {
    position: absolute;
    top: 40px !important;
}

@media (max-width:1300px) {


ul.dropdown-menu.thirdmenu.active {
    position: relative;
}
.navbar-nav {
    border-top: none; 
    float: left;
    width: auto;
}
ul.submenu-1.fourthmenu.active {
    position: relative !important;
    left: 0px !important;
}
ul.submenu-1 {
    position: relative !important;
    left: 0px !important;
}

.navbar-collapse {
    position: absolute;
    background: #1c4f9c;
    top: 53px;
    left: 0px;
    height: 32rem;
    width: 36%;
}




}
@media (max-width:768px) {
ul.dropdown-menu.thirdmenu {
    position: relative;
}
ul.nav.navbar-nav {
    margin: unset !important;
}


header ul.nav li {
    border: none;
    margin: 0;
    /* padding: 10px 4px; */
}
header .navbar-nav>li  {
 padding:0px !important;
}

}

@media (max-width:768px) {
.navbar-collapse {
    width: 65%;
}
ul.dropdown-menu.thirdmenu.active {
    left: 0px;
    top: 0px !important;
}
ul.submenu-1.fourthmenu.active {
     top: 0px !important;
}
ul.submenu-1 {
 top:0px !important;
}
ul.nav.navbar-nav {
    position: relative !important;
    left: 4px !important;
}
table{
width :100% !important;
table-layout:auto !important;
}

div#wrapper {
margin: -10px !important;
}
a.navbar-brand {
    width: 74px;
    margin: auto;
    /* bottom: 0px; */
    padding: 8px;
}
}


            .search-field input {
                background: url("assets/frontend/img/search.png") top left no-repeat;
                height: 30px;
                margin: 0px;
                border: 1px solid #fff;
                border-radius: 30px;
                background-position: center left 11%;
                padding: 20px 0px 20px 51px;
                position: absolute;
            }

            .search-field input img {
                padding: 10px;
            }

            .search-section1 {
                margin-top: 10px;
            }

            .list-item {
                display: flex;
            }

            /* .donate-btn{
    padding: 12px 45px;
    color: black;
    border-radius: 30px;
    background-color: #F9C910;
    font-size: 15px;
    font-weight: 700;
    margin-left: 23rem;
} */
            ::placeholder {
                color: white;
                font-size: 15px;
            }

            .search-field:focus {
                border: 1px solid #fff !important;
            }

            @media (max-width:1440px) {}

        

        .input-group .form-control {
    width: 39%;
    margin-bottom: 0px;
}

.note {
  color: #ccc;
  margin: 50px 25px 75px;
}
.note em {
  font-weight: bold;
  font-style: normal;
  color: #fff;
}
aside {
  margin-left: 25px;
}

.sidebar #leftside-navigation ul {
  margin: 0;
  padding: 0;
  min-width: 350px;
  max-width: 550px;
  display: inline-block;
}
.sidebar #leftside-navigation ul li {
  display: block;
  width: 100%;
  vertical-align: middle;
  background: #1c4f9c !important;
    font-family: 'Poppins';
  list-style-type: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.sidebar #leftside-navigation ul li.open > a > i {
  transform: rotate(90deg);
}
.sidebar #leftside-navigation ul li.open > a > i:not(:hover) {
  color: #f3ff09;
}
.sidebar #leftside-navigation ul li a {
  position: relative;
  display: block;
  color: #fff;
  text-decoration: none;
  width: 100%;
  padding: 14px 60px 14px 25px;
  box-sizing: border-box;
  font-size: 18px;
  line-height: 22px;
  outline: 0;
}
.sidebar #leftside-navigation ul li a:hover {
  color: #f3ff09;
}
.sidebar #leftside-navigation ul li a span {
  display: inline-block;
}
.sidebar #leftside-navigation ul li a i {
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: block;
  position: absolute;
  touch-action: manipulation;
}
.sidebar #leftside-navigation ul li a i:hover {
  background-color: #1c4f9c;
  color: #000;
}
.sidebar #leftside-navigation ul li a i .fa-angle-left,
.sidebar #leftside-navigation ul li a i .fa-angle-right {
  padding-top: 3px;
}
.sidebar #leftside-navigation ul ul {
  display: none;
  background-color: rgba(0, 0, 0, 0.2);
}
.sidebar #leftside-navigation ul ul li {
  border-bottom: none;
}
.sidemenu-sec{
    position:absolute;
    height: 100vh;
    overflow: auto !important;
    left:-25px;
    /* top:75px; */
}
i.fa.fa-bars.leftmenutrigger.toogleicon {
    position: absolute;
    right: 126px;
}


@media (max-width:1300px) {
    .input-group {
        display: block;
    padding: 16px;
  }
  button.btn.btn-outline-success.nav-btn.donate-btn {
    position: relative;
    bottom: 61px !important;
    float: right;
    right: 50px !important;
}
input#search_word {
    width: 162px;
}

}       
.footer-copyright{
        /* background-color: #1c4f9c; */
        background-color: #10356c;
        font-family: 'poppins';
        color:#fff;
        /* border-top: 1px solid white; */
}
.text-center p{
        padding: 10px;
        margin: 0;
        font-size: 13px;
}
footer ul.link-list li a:hover {
            color: #F9C910 !important;
            text-decoration: none;
}