/*   
Theme Name: frumin 2022
Theme URI: 
Description: This is an exclusive, fully SEO optimized Wordpress theme.
Author: 
Author URI: 
*/

body,html{
    height: 100%
}
body {
    width: 100%;
    font-size: 16px;
    line-height: 2;
    overflow-x: hidden;
    position: relative;
    color: #1f1f1f;
    font-family: 'Poppins', sans-serif;
}

* {margin:0;padding:0;}
img {max-width: 100%;height: auto;}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    position: relative;
    z-index: 1;
    text-transform: capitalize;
    line-height: 1.25;
    font-weight: 700;
}


/*** default placeholder ***/
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #243665;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #243665;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #243665;
}
:-moz-placeholder { /* Firefox 18- */
    color: #243665;
}

/*** default placeholder End***/
.hide{display: none;}
:focus{outline: 0;outline: none;}

a {
    color: #081b33;
}

p:last-child{
    margin-bottom: 0
}
p:first-child {
    margin-bottom: 1rem;
}
a:focus { 
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important;
}

a, .btn, input, select, textarea, button, img{
    outline: 0 !important;
    box-shadow: none;
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {

}

select{
    color: rgba(0,0,0,0);
    text-shadow: 0 0 0 #000;
}

a img{
    outline: 0;
}


/* btn sec */
.btn, .elm-button {
    display: inline-block;
    padding: 14px 20px 10px;
    width: auto;
    min-width: 170px;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    color: #00274c;
    cursor: pointer;
    border-radius: 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 100%;
    text-transform: uppercase;
    color: #fff;
    border: 0px solid transparent;
}
.btn.btn-gray {
    background-color: #7BCBBF;
    color: #243665;
}
.btn.btn-gray:hover {
    background: #243665;
    color: #fff;
}
.btn.btn-gray:hover:before {
    border-color: #7BCBBF;
}
.btn.btn-blue {
    background-color: #243665;
    color: #e6e7e9;
}
.btn.btn-blue:hover {
    background: #e6e7e8;
    color: #243665;
}
.btn.btn-blue:hover:before {
    border-color: #243665;
}
.btn.btn-large {
    font-size: 25px;
    min-width: 185px;
}
.btn.btn-xlarge {
    font-size: 30px;
    min-width: 240px;
}
.btn:before {
    content: "";
    position: absolute;
    top: 2px;
    left: 3px;
    right: 3px;
    bottom: 2px;
    border: 4px solid;
    width: auto;
    pointer-events: none;
    transition: 0.2s ease all;
}
.buttonstop>a:nth-child(2) {
    margin-left: 5px;
}
.btn:hover:before {
    top: -1px;
    left: 0px;
    right: 0px;
    bottom: -1px;
}
.elm-button{
    line-height: 24px !important;
    height: 56px;
    padding: 15px 55px; 
    background: #ad5e27;
    border: none;
}
.btn.br-gg:before {
    border-color: #f4f4f4;
}
.elm-wrapper {
    margin-top: 2rem;
}
.btn-full{
    min-width: 90%;
}

.elm-button:active, .elm-button:focus {
    background: #bd7e52;
    color: #ffffff;
}

.btn.focus, .btn:focus {
    /*    border: 1px solid #0c2850;
        color: #ffffff;
        background-color: #fff;*/
}

b, strong { 
    color: #000;
    font-weight: 600;
}

input, select, textarea{
    outline: 0;
    -webkit-border-radius: 0;
    box-shadow: none;
}

[type=submit]{
    cursor: pointer;
}

a:hover, a:focus {
    text-decoration: none;
}
p:empty {
    display: none;
}
.titles {
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
}
.title{
    color: #112239;
}

.heading{
    color: #00121f;
}

h1, .h1 {
    font-size: 40px; 
}

h2, .h2 {
    font-size: 35px;
}

h3, .h3 {
    font-size: 30px;
}

h4, .h4 {
    font-size: 24px;
}

h5, .h5 {
    font-size: 20px;
}

h6, .h6 {
    font-size: 18px;
}

/* reset css */
.alignnone {
    margin: 5px 20px 20px 0;
}

.static-page-details h1 {
    font-size: 35px;
}

.static-page-details h2 {
    font-size: 32px;  
}

.static-page-details, .content-area {
    padding-right: 28px;
    letter-spacing: normal;
}

.static-page-details .wp-image-wrap img {
    padding: 5px;
    border: 1px solid #ccc;
} 

.static-page-details h2 a {
    display: inline;
}
ul.menu-top li .aligncenter, div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
} 
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important; }

.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; 
}
.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
    opacity: 1;
    color: #800000;
}/* reset default */

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

/* nav top menu css */
ul {
    list-style: none;
    padding: 0;
    margin: 0; 
}

ul.menu-top li {
    display: inline-block;
    position: relative;
    margin-left: 10px;
}

.menu-top li a {
    padding: 18px 19px;
    display: flex;
    align-items: center;
    text-decoration: none;
    position: relative;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 12px;
    text-transform: uppercase;
    z-index: 1;
    border: 2px solid #fff;
    color: #e6e7e8;
    min-width: 170px;
    justify-content: center;
    font-weight: 600;
    transition: 0.3s ease all;
}

/* Display the dropdown */
ul.menu-top li:hover>ul {
    display: block;  
}

ul.menu-top li:hover li {
    float: none;
}

ul.menu-top li:hover li a:hover {
    background: #ffffff;
    color: #000000;
    font-weight: 600;
}

.menu-top li.current-menu-parent .sub-menu>li.current-menu-item>a {
    background: #ffffff;
    color: #2a55ca;
}
.menu-top .sub-menu > li {
    border-bottom: none;
}

.menu-top .sub-menu > li:last-child {
    border-bottom: none;
}


.menu-top li ul li {
    border-top: 0;
    display: block;
    margin: 0;
}

/* Displays second level dropdowns to the right of the first level dropdown */
ul.menu-top ul ul {
    left: 100%;
    top: 0;
    position: absolute;
}

ul.menu-top li .sub-menu li {
    padding: 0;
    display: block;
    width: 100%;    
    /*    border-bottom: 1px solid rgba(255, 255, 255, 0.3215686274509804);*/
}

ul.menu-top li:hover li a:hover:before {
    border-left: 1px solid #2853c7 !important;
    border-bottom: 1px solid #2853c7 !important;
}

.menu-top {
    position: relative;
    width: 100%;
    transition: all ease-in-out 0.2s;
    display: flex;
} 

.menu-top ul li {
    display: inline-block;
    position: relative;
}

.menu-top ul {
    text-align: left;
}
.menu-top li:first-child { 
    padding-left: 0;
    margin-left: 0;
}

.menu-top li:last-child {margin-right: 0;padding-right: 0px;}

.menu-top li a:hover {
    color: #00274c;
    background: #e6e7e8;
}
.menu-top .sub-menu {
    background-color: #ad5e27;
    min-width: 222px;
    text-align: left;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
}

.menu-top > li > ul.sub-menu:before {
    content: "";
    position: absolute;
    top: -10px;
    left: 0px;
    border-bottom: 10px solid rgba(42, 85, 202, 0.97);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    width: 0;
    height: 0;
    opacity: 1;
    z-index: 5;
    display: none;
}

ul.menu-top li .sub-menu li a {
    font-size: 14px;
    padding: 8px 5px 8px 20px;
    line-height: 22px;
    margin: 0;
    color: #ffffff;
    border: none;
    font-weight: 400; 
    /*    border-bottom: 1px solid rgba(255, 255, 255, 0.11);*/
    text-shadow: none; 
    filter: inherit;
}

ul.menu-top li .sub-menu li a:last-child{
    border-bottom: none;
}
.topheaderleft {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.flexouter {
    display: flex;
    align-items: center;
}
img.img-fluid.logoimg {
    max-width: 350px;
}
.headersocial svg {
    width: 50px;
    height: 50px;
}
.headersocial {
    padding-top: 10px;
    padding-right: 8px;
}
.menu-header {
    position: relative;
    /*    width: 100%;*/
    margin-bottom: 0;
    transition: all ease-in-out .2s;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.menu-header > ul > li > ul {
    transform: translateY(1.3rem);
    transition: all linear 0.1s;
    top: 100%;
    position: absolute;
    list-style: none;
    z-index: 1;
    margin: 0;
    padding: 0;
    transition: all linear 0.1s;
}

.menu-top .sub-menu > li.current_page_parent ul li a:hover {
    background: #ffffff;
    color: #2a55ca;
}

.menu-top .sub-menu li.current-menu-parent > a {
    background: #ffffff;
    color: #2a55ca; 
}

.menu-top li.current-menu-parent .sub-menu > li.current-menu-item > a:after {

}

header#header.small-header .menu-header > ul > li > ul {
    padding-top: 0;
    transition: all linear 0.1s;
}

.menu-header .sub-menu {
    visibility: hidden; 
}

.menu-header ul li:hover>ul {
    opacity: 1;
    /*    transform: translateY(0);*/
    display: block;
    visibility: visible;   
} 

header#header.small-header .menu-top > li > a {

}
.small-header .menu-header > ul > li > ul.sub-menu {
    transform: translateY(17px);
}

/* menu nav end */

.fullwidth {
    position: relative;
    /*    float: left;
        width: 100%;*/
}

.section-pd, .common-padding {
    padding: 40px 0;
}
div.wpcf7 .wpcf7-form .form-control {
    border-bottom: 1px solid rgba(172,172,172,.35);
    padding: 10px 10px;
    font-size: 14px;
    color: #7e7c7c;  
}

div.wpcf7 .wpcf7-form .wpcf7-text.wpcf7-email.form-control {
    text-transform: none;
}

div.wpcf7 .wpcf7-form .form-control:focus {
    border-bottom: 1px solid #3a98e8;  
}

.wpcf7 .wpcf7-response-output {
    border: 0 none !important;
    font-size: 11px;
    line-height: 1.3;
    position: absolute;
    left: 0;
    bottom: -25px;
    right: 0;
    color: #ca2222;
    font-weight: 400;
    width: 100%;
    background: #fff;
    padding: 3px !important;
    max-width: 450px;
    margin: auto !important;
    text-align: center;
}

.form-control, .form-control:focus {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #dadada;
    border-radius: 0;
    box-shadow: none;
    padding: .4rem 0rem;
    font-size: 0.9rem;
    height: 50px;
}

.wpcf7-form-control-wrap {
    display: inline-flex;
    width: 100%;
}

.wpcf7 .wpcf7-not-valid-tip {
    color: #fff;
    font-weight: normal;
    display: block;
    position: absolute;
    bottom: 1px;
    right: 1px;
    font-size: 9px;
    background-color: #b30000;
    padding: 1px 5px;
    border-radius: 5px 0 0 0;
    line-height: normal;
    text-transform: capitalize;
}

.form-banner-404 .wpcf7 .wpcf7-not-valid-tip{
    padding: 2px 5px;
}

.wpcf7{position: relative;}

div.wpcf7 .ajax-loader {
    margin-left: auto;
    margin-right: auto;
    opacity: 1;
    z-index: 1;
    display: block;
}

.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok {
    color: #00772c;
}

textarea {
    resize: none;
    height: 7rem !important;
}

[type=submit], [type=submit]:focus {
    cursor: pointer;
    box-shadow: none; 
} 


.title span {
    color: #12699c;
    display: inline-block;
}

.center-line .title:after {
    right: 0;
}

div#html5-close {
    background-image: url(img/lightbox-close.png);
    background-size: auto;
    width: 31px;
    height: 34px;
    background-repeat: no-repeat;
}

div#html5-close img {
    display: none;
}
.list-style ul li {
    position: relative;
    padding-left: 20px;
}

.list-style ul {
    position: relative;
    margin-bottom: 15px;
    margin-left: 0;
}

.list-style ul li:after {content: '';position: absolute;width: 6px;height: 6px;top: 12px;left: 0;border-radius: 50%;}

/**********************/
.contact-btn-div {
    width: 170px;
    position: relative;
}

span.ajax-loader{
    position: absolute;
    bottom: -20px;
    margin: auto !important;
    left: 0;
    right: 0;
    visibility: hidden;
}
.btn-wrap {
    position: relative;
    width: 170px;
}
div.wpcf7 .ajax-loader.is-active {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    transform: translateX(0);
    background-image: url(img/loader-w.svg);
    background-color: #000000;
    height: 100%;
    width: 100%;
    background-size: 22px;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 0;
}
div.wpcf7 .ajax-loader.is-active {
    visibility: visible;
}
.uc{text-transform: uppercase;}

.our-defence-owl .owl-nav > div.disabled {
    opacity: 0.5;
}
.owl-dots {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
}
.owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    margin: 3px;
    background-color: #ccc;
}
.owl-dot.active {
    background-color: #a17051;
}
.owl-dot span {
    width: 100%;
    height: 100%;
}
.owl-portfolio .owl-nav .owl-prev span {
    background-image: url(img/arrow.svg);
}
.owl-nav > div.disabled span {
    opacity: 0.5;
    cursor: default; 
}
/* code add in css */
img[src*=".svg"] {width: 100%;}
svg path { 
    transition : fill 200ms ease-out;
    -webkit-transition :fill 200ms ease-out;
    -moz-transition : fill 200ms ease-out;
    -o-transition :  fill opacity 200ms ease-out;

}

/*************************************/
.wpa::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: rgba(255, 255, 255, 0.9);
    font-size: 15px;
}
.wpa::-moz-placeholder { /* Firefox 19+ */
    color: rgba(255, 255, 255, 0.9);
    font-size: 15px;
}
.wpa:-ms-input-placeholder { /* IE 10+ */
    color: rgba(255, 255, 255, 0.9);
    font-size: 15px;
}
.wpa:-moz-placeholder { /* Firefox 18- */
    color: rgba(255, 255, 255, 0.9);
    font-size: 15px;
}
/**********COntact Page CSs***********/
.wpcf7 form.sent .wpcf7-response-output {
    background: #fff;
    color: green;
    border: 1px solid green !important;
}
/******Header Fix******/
#header {
    position: static;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    background: rgb(36, 54,101);
    padding: 30px 5px;
}

/******************************mailchimp*********************************************/
.cstmgroup {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 6px;
    max-width: 560px;
}
#mc_embed_signup input#mc-embedded-subscribe {
    background-color: rgb(123 203 191);
    color: #243665;
    margin-bottom: 0px;
    height: auto;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    max-width: 200px;
    border-radius: 0px;
    padding: 12px;
    flex: 0 0 100%;
}
#mc_embed_signup .mc-field-group input#mce-EMAIL::placeholder {
    color: #fff;
}
#mc_embed_signup .cstmgroup .mc-field-group {
    flex: 0 0 100%;
    max-width: calc(100% - 235px);
    width: 100%;
    padding-bottom: 0px;
}
#mc_embed_signup #mc-embedded-subscribe-form .cstmgroup div.mce_inline_error {
    position: absolute;
    margin-bottom: 0px;
    background: transparent;
    bottom: -2px;
    font-size: 10px;
    right: 5px;
}
#mc_embed_signup .cstnrespon div.response {
    margin: 0px;
    padding: 0px;
    font-size: 13px;
    text-align: center;
    width: 100%;
}
#mc_embed_signup div#mce-responses.cstnrespon {
    position: absolute;
    width: 96%;
    padding: 0px 5px;
    margin: 0px;
    bottom: 0px;
    top: auto;
    display: block;
    text-align: center;
    background: #e6e7e8;
    left: 3%;
}
div#mce-error-response {
    background: #e6e7e8;
}
#mc_embed_signup .mc-field-group input#mce-EMAIL {
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
    font-weight: 600;
    text-align: center;
    font-size: 18px;
    letter-spacing: 1px;
}
.frmtxt p {
    margin-bottom: 0px;
    text-align: center;
    color: #fff;
    line-height: 20px;
}

#mc_embed_signup #mce-EMAIL {
    background-color: rgb(123 203 191);
    color: #243665;
    margin-bottom: 0px;
    height: auto;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    max-width: 320px;
    border-radius: 0px;
    padding: 12px;
    flex: 0 0 100%;
} 

#mc_embed_signup span.wpcf7-spinner {
    margin: 0;
}

#mc_embed_signup .wpcf7-response-output {
    background: transparent !important;
}


#mc_embed_signup .wpcf7-submit{
 background-color: rgb(123 203 191);
    color: #243665;
    margin-bottom: 0px;
    height: auto;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    min-width: 200px;
    border-radius: 0px;
    padding: 12px;
    flex: 0 0 100%;
    border: none;
}


/******************************mailchimp*********************************************/
/******************************Basic Css Above*********************************************/

header#header .logo-wrapper {
    padding: 10px 0px;
}

header#header .logo-wrapper img {
    max-width: 200px;
}
.header-top {
    padding-bottom: 4px;
}
/*.main-wrap {
    margin-top: 110px;
}*/

.home-landing-1 {
    background: #E6E7E9;
    padding: 0px;
}
.topdivlogo {
    background: #fff;
    padding: 30px 0px;
}
.home-landing-1 .image-wrapper {
    text-align: center;
}

.home-landing-1 h1 {
    font-size: 65px;
}

.home-landing-2 .image-wrapper {
    text-align: center;
}
footer {
    background: rgb(123,203,191);
    padding: 40px 0px;
    color: #fff;
    text-align: center;
}
.footer-col-1 {
    max-width: 1050px;
    margin: auto;
}
.footer-bottom {
    padding-top: 20px;
    padding-bottom: 30px;
}
.footer_address p {
    margin: 0;
}
.menu-footer .menu-top li a {
    color: #243665;
    border: 2px solid #243665;
}
.footer_address {
    color: #243665;
    font-weight: 700;
}
.menu-footer .menu-top li.current-menu-item a {
    background: #e6e7e8;
}
.footersocial path {
    fill: #7bcbbf;
}
.footersocial {
    margin-top: 8px;
}
.footersocial circle {
    fill: #243665;
}
.donation a.nav-link {
    background:#ffcb0b;
    color: #fff !important;
    border-radius: 0px 8px 8px 0px;
        -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/* 11th Feb */

.donation-title {
       text-align: center;
    color: #fff;
    font-size: 25px;
    width: 80%;
    display: block;
    margin: 15px auto;
    line-height: 40px;
}

.donation-title span {
    font-size: 19px;
    font-weight: 500;
}

.amount-details {
    display: none;
}

p.donate-details.last-block {
    padding-left: 15px;
}

.volunteer-title {
    background: rgb(124,204,191);
    padding:10px;
    display: block;
    width: 240px;
    text-align: center;
    margin: 20px auto 0;
    font-size: 24px;
    color: #fff !important;
    border-radius: 20px;
    text-transform: uppercase;
    font-weight: bold;
        -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
} 

.volunteer-title:hover {
      opacity: 0.7;
          -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    }
 
 .donation-title span {
    font-size: 19px;
    font-weight: 500;
}

.donate-block ul {
    list-style: none;
} 

.donate-block ul li {
display: inline-block;
    width: calc(80% / 5);
    background: rgb(124,204,191);
    padding: 4px 0;
    position: relative;
    border-radius: 5px;
    cursor: pointer;
        -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.home-landing-3{
    background:#00274cfa; 
    color: #fff;
}
 
 .donate-block ul li:last-child .usd {
    display: none !important;
}

sup.usd {
    position: absolute;
    left: -10px;
    font-size: 20px;
    opacity: 0.7;
    font-weight: bold;
    top: 20px;
}
.donate-block {
    max-width: 100%;
    text-align: center;
    display: block;
} 



.donate-block ul li a {
    font-size: 40px;
    color: #fff;
    font-weight: bold;
}

sup.usd {
    position: absolute;
    left: -12px;
    font-size: 20px;
    opacity: 0.7;
    font-weight: 500;
    top: 20px;
}

span.btn-txt {
    position: relative;
}

.donate-description-block li {
    background: transparent;
}

ul.donate-description-block li {
    background: transparent;
    margin: 0;
    padding: 0;
}

.donate-block ul {
    margin-bottom: 0;
    padding: 0;
} 

ul.donate-description-block {
    margin: 0;
}

p.donate-details {
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    opacity: 0.7;
    padding: 0;
    margin: 0;
    text-align: center;
}

.turns-info {
    width: 30px;
    position: absolute;
    left: 15px;
    top: -45px;
} 

.donation a.nav-link:hover {
    opacity: 0.7;
        -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; 
}
 

ul.donate-top-listing li:hover {
      -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    opacity: 0.7;
}


span.at-paid-for-by {
    max-width: 1000px;
}

span.at-paid-for-by {
    border: none !important;
}

.poweredby {
    display: none !important;
}

.donate-block ul li a:hover {
    color: #fff;
}



.donate-header-block {
    background: #EDFAFD;
    text-align: center;
    padding: 50px 0 0;
} 

.section-first h2 {
    margin: 0;
        padding-bottom: 20px;
}

.donataion-listing ul {
    padding: 0;
    list-style: none;
}

.donataion-listing ul li {
    list-style: auto;
    margin-left: 30px;
    padding: 5px 0;
} 


.aboutus-block {
    background: #80808017;
}

.common-padding h1 {
    font-size: 30px;
    position: relative;
}

.common-padding h1:after {
    position: absolute;
    width: 70px;
    content: '';
    height: 3px;
    background: #00274c;
    left: 0;
    top: 100%;
}

.read-more {
    background: #ffcb0b;
    padding: 9px 35px;
    color: #fff;
    border-radius: 15px;
    margin: 10px 0;
    display: block;
    width: 180px;
    text-align: center;
    border: 1px solid #ffcb0b;
    font-size: 18px;
        -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.read-more:hover {
    background: transparent;
    color: #ffcb0b;
    border: 1px solid #ffcb0b;
        -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
} 
.aboutus-block ul.issues-list {
    margin-bottom: 25px;
}

.footer-logo img {
    max-width: 250px;
}

.inner-page-heading {
    background: #e6e7e9;
    padding: 70px 0;
    display: flex;
    align-items: center;
}
.flexlogo {
    margin-right: 12%;
}
h1.inner-heading-title {
    color: #243665;
    text-align: center;
    font-size: 60px;
}
.content-block li {
    position: relative;
    margin: 6px 0;
    padding-left: 20px;
    line-height: 27px;
}

.aboutus-block .content-block li:after {
    position: absolute;
    content: '';
    width: 35px;
    height: 10px;
    background: url('/wp-content/uploads/2022/03/arrow.svg');
    left: 0;
    top: 10px;
    background-repeat: no-repeat;
    background-position: left center;
} 

.issues-list li a {
    font-size: 14px;
    font-style: italic;
    color: #000;
}

.issues-list li {
    margin: 5px 0;
}

.service_title {
    font-size: 25px;
    display: block;
    margin-top: 0px;
    position: relative;
} 
.service-list {
    padding: 20px 0px;
}
.service-list li:after {
    width: 8px !important;
    height: 8px !important;
    background: #0000008f !important;
    left: 5px !important;
}
 .footer_description {
    color: #243665;
    font-weight: 700;
}
/*h2.service_title:after {
    position: absolute;
    width: 200px;
    content: '';
    height: 3px;
    background: #00274c;
    left: 0;
    top: 100%;
    margin: 4px 0 0;
} */

.service-list li {
    font-size: 14px;
    margin: 7px 0;
    margin-left: 20px;
}

.service-list ul {
    margin: 20px 0;
}

.form-field {
    display: block;
    width: 100%;
    margin: 10px 0;
}

.checkbox-block input[type="checkbox"] {
    width: inherit;
}

.checkbox-block span.wpcf7-list-item {
    display: block;
    margin: 0;
}

/* .volunteer-block .wpcf7-submit {
    background: #ffcb0b;
    color: #fff !important;
    border-radius: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 220px;
    margin: 0px auto;
    display: block;
    font-size: 20px;
    text-transform: uppercase;
    border: 1px solid #ffcb0b;
} */

/* .volunteer-block .wpcf7-submit:hover {
    background: transparent;
    color: #ffcb0b !important;
    border: 1px solid #ffcb0b;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;

} */

.current_page_item a.nav-link {
    color: #ffcb0b;
}
.volunteer-block .col-md-6.mx-auto {
    background: #8080801f;
    padding: 30px;
}

.volunteer-block input {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    background-color: transparent;
    border: 2px solid #243665;
    color: #243665;
    font-weight: 600;
}


.logon-wrapper>img {
    max-width: 460px;
    margin: 0 auto;
}
.logon-wrapper {
    max-width: 50%;
    text-align: center;
}
.content-wrapper.home1txt {
    color: rgb(36, 54,101);
    padding: 30px;
    font-weight: 500;
    line-height: 26px;
}
img.sign {
    max-width: 110px;
    margin: 35px auto 5px;
    display: block;
}
.image-wrapper.home1img {
    margin-top: -42%;
}
.buttons-wapper {
    display: flex;
    flex-wrap: wrap;
    padding: 30px 35px 30px;
}
.buttons-wapper>div {
    flex: 0 0 100%;
    text-align: center;
    margin: 20px 0px;
}
.stars>img {
    max-width: 280px;
    margin: 35px auto;
    display: block;
}
div#slideshow_carousel {
    padding: 30px 0px;
}
div#slideshow_carousel .owl-stage {
    display: flex;
}
.itemouter {
    height: 100%;
}
.itemouter img {
    height: 100%;
    object-fit: cover;
}
.content-block {
    color: rgb(36, 54,101);
    font-weight: 500;
    line-height: 30px;
}
.hemoblock {
    padding: 30px;
}
.starsicons:before, .starsicons:after {
    content: "";
    background-image: url(/wp-content/uploads/2022/03/tealstars.png);
    display: block;
    width: 280px;
    height: 55px;
    background-size: 100%;
    background-repeat: no-repeat;
    margin: 30px auto;
    pointer-events: none;
}
.contact-block h2 {
    text-align: center;
    color: #243665;
    font-weight: 600;
    line-height: 45px;
    text-transform: initial;
    letter-spacing: 1px;
    padding: 0px 21px;
}
.blockform {
    display: flex;
    flex-wrap: wrap;
    padding: 36px 30px 0px;
    position: relative;
}
.blockform .wpcf7-form-control-wrap {
    width: 93%;
    margin-bottom: 10px;
}
.blockform input, .blockform textarea {
    border: 2px solid #243665;
    padding: 5px 10px;
    width: 100%;
    color: #243665;
    font-weight: 600;
}
.blockform input::placeholder {
    color: #243665;
    font-weight: 600;
}
.blockform input{
	text-align: center;
}
.blockform>div {
    display: flex;
    flex-wrap: wrap;
}
.blockone {
    flex: 0 0 100%;
    max-width: 35%;
}
.blocktwo {
    flex: 0 0 100%;
    max-width: 45%;
}
.blockthree {
    flex: 0 0 100%;
	max-width: 20%;
    align-items: center;
}
.blockthree>span, .frmbtn>span {
    display: block;
    width: 100%;
    position: relative;
    max-width: 200px;
    height: 65px;
    margin-top: -10px;
    color: #e6e7e9;
}
.frmbtn>span {
    margin: 0 auto;
}
.blockthree input.wpcf7-form-control.wpcf7-submit, .volunteer-block .wpcf7-submit {
    background-color: #243665;
    color: #e6e7e9;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 0;
    height: 65px;
	border: 0px;
}
.blockthree>span:before, .frmbtn>span:before {
    content: "";
    position: absolute;
    top: 2px;
    left: 3px;
    right: 3px;
    bottom: 2px;
    border: 4px solid;
    width: auto;
    pointer-events: none;
    transition: 0.2s ease all;
}
.blockthree>span:hover,
.frmbtn>span:hover {
    color: #243665;
}
.blockthree>span:hover input.wpcf7-form-control.wpcf7-submit,
.frmbtn>span:hover input.wpcf7-form-control.wpcf7-submit {
    background-color: #e6e7e9;
    color: #243665;
}
.form-field.frmbtn {
    position: relative;
}
.blockthree span.wpcf7-spinner,
.frmbtn span.wpcf7-spinner {
    position: absolute;
    top: 30%;
    transform: translateX(-50%);
    margin: 0px;
    left: 50%;
}
section.form-secc:after {
    display: none;
}
.form-secc {
    padding: 12px 0px 70px;
}
.service-list ul li a, .service-list a {
    text-decoration: underline;
    color: rgb(124,204,191);
}
.service-list ul li {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
}
.footersocial {
    display: none;
}
.footer_address {
    display: none;
}
.aboutus-block .image-block img {
    width: 100%;
    padding: 10px;
}
.aboutus-block .image-second-block img {
    width: 70%;
    padding: 5px;
    margin: 0 auto !important;
    text-align: center;
    display: block;
}


/* Blog Page */


/**********Blog Page********/

a.btn.btn-large.btn-blue.blog-btn {
    max-width: 120px;
    min-width: inherit;
    font-size: 13px;
    width: 100%;
    line-height: 2;
}

.blog-img-link {
    max-height: 270px;
    overflow: hidden;
}

.blog-img-link img {
    border-radius: 14px;
    max-height: 260px;
    width: 100%;
    height: 100%;
}

a.blog-title.title {
    font-size: 15px;
    font-weight: 700;
    margin: 10px 0 0;
    display: block;
}

.blog-content {
    font-size: 14px;
}

.blog-content-wrap {
    margin-bottom: 20px;
    clear: both;
}

.blog-btn {
    min-width: inherit !important;
    font-size: 15px;
    max-width: 140px;
    display: block;
    margin: 10px 0;
    line-height: 0;
    padding: 25px 0;
}

section.blog-posts.common-padding.abtpage {
    padding: 80px 0;
}
/* -----*/ 

.blog-posts {
    padding: 80px 0;
}

.blog-img-link {
    max-height: 270px;
    overflow: hidden;
    margin-bottom: 10px;
}

.blog-img-link img {
    max-height: 260px;
    width: 100%;
    border-radius: 10px;
}

.blog-loop a.blog-title.title {
    font-size: 18px;
    font-weight: 700;
}

.blog-content {
    font-size: 14px;
    margin-bottom: 15px;
}

.blog-btn {
    line-height: 0;
    padding: 25px 0 23px;
    max-width: 120px;
    font-size: 16px;
    min-width: inherit;
    width: 100%;
}

.recent-posts h3.sidebar-heading {
    font-size: 24px;
    text-transform: uppercase;
}

.recent-posts {
    margin-bottom: 50px;
}

.recent-posts .blog-img-link {
    min-width: 45px;
    min-height: 45px;
    height: 45px !important;
}


.blog-posts .navigation {
    display: block;
    width: 100%;
    text-align: center;
    margin: 40px 0 0;
}

.blog-posts li {
    display: inline-block;
    margin: 6px;
}

.blog-posts li.active a {
    color: #243665;
    text-decoration: underline;
    font-weight: bold;
}

a.Uncategorized {
    display: none !important;
}

.recent-posts a {
    text-transform: capitalize;
    display: block;
} 
h3.sidebar-heading {
    background: #243665;
    color: #fff;
    padding: 20px;
    border-radius: 5px;
}

.blog-content-wrap {
    margin-bottom: 35px;
}

.recentsidepost {
    display: inline-flex;
    align-items: center;
}

.latest-posts-content a.recent-title {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    display: block;
    line-height: 2;
}

.latest-posts-content {
    padding: 0 10px;
}

.latest-posts-content p {
    font-size: 12px;
    margin: 0;
    line-height: 20px;
}

.inner-sidebar {
    background: #c3c3c33d;
    padding: 15px;
    min-height: 300px;
}

.recent-posts h3.sidebar-heading {
    margin: 0;
}

div#singlepage {
    padding: 80px 0;
}

div#singlepage h2 {
    font-size: 20px;
}

.previous_post_link a {
    border: 1px solid #243665;
    padding: 10px;
    width: 100px;
    text-align: center;
    float: left;
    margin: 28px 0;
}

.topnav {
    display: block;
    width: 100%;
    clear: both;
}

.blog-single {
    clear: both;
}
.next_post_link a{
      border: 1px solid #243665;
    padding: 10px;
    width: 100px;
    text-align: center;
    float: right;
    margin: 28px 0;
} 

.previous_post_link a:hover,
.next_post_link a:hover {
    background: #243665;
    color: #fff;
}

.single-blog-img-link {
    margin: 20px 0;
}

.blog-single h1.blog-title {
    font-size: 30px;
}
.list-style ul li{list-style:disc; padding-left:0px;}

element.style {
}
.single-post a {
    text-decoration: underline;
}