*
{
    padding:0;
    margin:0;
    box-sizing:border-box;
} 
img 
{
    width:auto;
    max-width: 100%;
}
@font-face { 
    font-family: 'fontawesome-webfont';
    src: url('../fonts/fontawesome-webfont.ttf');
    src: url('../fonts/fontawesome-webfont.woff') format('woff'), url('../fonts/fontawesome-webfont.eot'), url('../fonts/fontawesome-webfont.woff2') format('woff2');
}

@font-face { 
    font-family: 'ProximaNova-Regular';
    src: url('../fonts/ProximaNova-Regular.ttf');
    src: url('../fonts/ProximaNova-Regular.woff') format('woff'), url('../fonts/ProximaNova-Regular.eot'), url('../fonts/ProximaNova-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face { 
    font-family: 'Proxima-Nova-Semibold';
    src: url('../fonts/Proxima-Nova-Semibold.ttf');
    src: url('../fonts/Proxima-Nova-Semibold.woff') format('woff'), url('../fonts/Proxima-Nova-Semibold.eot'), url('../fonts/Proxima-Nova-Semibold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face { 
    font-family: 'ProximaNova-Bold';
    src: url('../fonts/ProximaNova-Bold.ttf');
    src: url('../fonts/ProximaNova-Bold.woff') format('woff'), url('../fonts/ProximaNova-Bold.eot'), url('../fonts/ProximaNova-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face { 
    font-family: 'ProximaNova-Extrabld';
    src: url('../fonts/ProximaNova-Extrabld.ttf');
    src: url('../fonts/ProximaNova-Extrabld.woff') format('woff'), url('../fonts/ProximaNova-Extrabld.eot'), url('../fonts/ProximaNova-Extrabld.woff2') format('woff2');
    font-style: normal;
    font-display: swap;
}
@font-face { 
    font-family: 'ProximaNova-Black';
    src: url('../fonts/ProximaNova-Black.ttf');
    src: url('../fonts/ProximaNova-Black.woff') format('woff'), url('../fonts/ProximaNova-Black.eot'), url('../fonts/ProximaNova-Black.woff2') format('woff2');
    font-style: normal;
    font-display: swap;
}

@font-face { 
	font-family: 'ProximaNovaA-Bold';
	src: url('../fonts/ProximaNovaA-Bold.ttf');
	src: url('../fonts/ProximaNovaA-Bold.woff') format('woff'), url('../fonts/ProximaNovaA-Bold.eot'), url('../fonts/ProximaNovaA-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face { 
    font-family: 'OpenSans-Regular';
    src: url('../fonts/OpenSans-Regular.ttf');
    src: url('../fonts/OpenSans-Regular.woff') format('woff'), url('../fonts/OpenSans-Regular.eot'), url('../fonts/OpenSans-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body
{
	font-family: 'ProximaNova-Regular';
    color: #043359;
}
h1, h2, h3, h4, h5, h6
{
	margin: 0px 0px 20px 0px;
	padding: 0px;
}
h1 {
    color: #a2f4e0;
    text-transform: uppercase;
    font-size: 50px;
    font-family: 'ProximaNova-Extrabld';
}
h2 {
    font-family: 'ProximaNova-Bold';
    font-size: 30px;
    color: #04345a;
    text-transform: uppercase;
}
h3 {
    font-family: 'Proxima-Nova-Semibold';
    font-size: 24px;
    font-weight: 600;
    color: #04345a;
    text-transform: uppercase;
}
h4 {
    font-family: 'Proxima-Nova-Semibold';
    font-size: 22px;
    font-weight: 600;
    color: #04345a;
    text-transform: uppercase;
}
h5 {
    font-family: 'Proxima-Nova-Semibold';
    font-size: 20px;
    font-weight: 600;
    color: #04345a;
    text-transform: uppercase;
}
h6 {
    font-family: 'Proxima-Nova-Semibold';
    font-size: 19px;
    font-weight: 600;
    color: #04345a;
    text-transform: uppercase;
}
p
{
	color: #043359;
    font-family: 'ProximaNova-Regular';
    font-size: 18px;
}


.bottom-to-top  a{
    background: #A3D547;
    display: block;
    padding: 10px;
    border: 2px solid #fff;
    border-radius: 50%;
}
.bottom-to-top  a:hover{
    background:#000;
}
.bottom-to-top a i {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
   
}
.bottom-to-top {
    position: fixed;
    bottom: 40px;
    right: 15px;
    width: 44px;
    height: auto;
    text-align: center;
    opacity: 0;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-transform: translateY(-150px);
    transform: translateY(-150px);
    z-index: 9999;
}
.bottom-to-top.show {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}


#scrollbutton {
    position: fixed;
    bottom: 90px;
    right: 20px;
    width: auto;
    height: auto;
    z-index: 999;
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    transition: all .2s linear;
}
#scrollbutton.show {
    display: inline-block;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    transition: all .2s linear;
}
#scrollbutton a {
    background: #a2f4e0;
    display: inline-block;
    position: relative;
    color: #043459;
    text-decoration: none;
    line-height: 0;
    padding: 10px 14px;
    overflow: hidden;
    border-radius: 6px;
    font-size: 22px;
}
#scrollbutton a:hover {
    background: #fffc00;
    color: #043459; 
}
#scrollbutton a span
{
    position: relative;
    top: -1.6px;
}

.wrapper
{
	max-width:1416px;
	margin:auto;
	padding: 0px 60px;
	/*border:1px solid red;*/
} 
.wrapper_inner 
{
	max-width:1180px;
	margin:auto;
	padding: 0px 0px;
}



/* style started */
.header
{
    width: 100%;
    background-color: transparent;
    height: auto; 
    position: fixed;
    position: absolute;
    z-index: 9999;
    top: 0;
    left: 0;
}
.header_main
{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
} 
.header_main_left
{

}
.header_main_right
{
    flex: 1;
    display: flex;
    justify-content: end;
    flex-wrap: wrap;
}
.header_main_right ul 
{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: end;
}
.header_main_right ul li
{
    margin: 0px 15px;
}
.header_main_right ul li a
{
    font-family: 'Proxima-Nova-Semibold';
    font-weight: 600;
    color:#ffffff;
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: none;
}
.header_main_right ul li a:hover 
{
    color:#a2f4e0;
}
.main_menu-fixed
{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 9999;
    -webkit-transform-origin: top; 
    transform-origin: top; 
    -webkit-animation: navtrans 0.3s ease-in;
    animation: navtrans 0.3s ease-in; 
    -webkit-transition: all 0.2s linear; 
    transition: all 0.2s linear; 
    background-color: #fff;
    box-shadow: 0px 0px 6px rgb(0 0 0 / 35%);
}
@-webkit-keyframes navtrans
{
    0%{-webkit-transform: translateY(-100%);}
    100%{-webkit-transform: translateY(0%);}
}
@keyframes navtrans
{
    0%{transform: translateY(-100%);}
    100%{transform: translateY(0%);}
}
.header_main_left a
{
    display: block;
}

.follow_btn
{
    margin-left: 15px;
}
.follow_btn a
{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    height: 48px;
    min-width: 185px;
    background-color: #a2f4e0;
    border-radius: 30px;
    text-decoration: none;
    font-family: 'Proxima-Nova-Semibold';
    text-transform: uppercase;
    font-size: 18px;
    color: #043459;
    transition: All .3s ease;
    -webkit-transition: All .3s ease;
    -moz-transition: All .3s ease;
}
.follow_btn a:hover 
{
    background-color: #fffc00;
    color: #043459;
}
.follow_btn form input[type="submit"]
{
    filter: none !important;
}

.banner_main, .banner_img
{
    height: auto;
    width: 100%;
}
.banner
{
    height: 700px;
    width: 100%;
    clear: both;
    overflow: hidden; 
}
.banner_main_sec
{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
}
.banner_img img
{
    height: 700px;
    width: 100%;
    object-fit: cover;
    object-position: top;
}
.banner_text
{
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    right: 0px;
    z-index: 999;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    max-width: 1200px;
    margin: auto;
    right: 0;
} 
.banner_main:before
{
    content: '';
    position: absolute;
    top: 0px;
    height: 200px;
    background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(4,52,90,1) 100%);
    opacity: .85;
    width: 100%;
    left: 0;
    z-index: 9;
}
/*.banner_main_sec:before
{
    content: '';
    position: absolute;
    bottom: 0px;
    width: 100%;
    left: 0;
    z-index: 9;
    background-image: url(../images/banner-whitebar.png);
    background-repeat: no-repeat;
    background-position: bottom;
    height: 150px;
    background-size: cover;
    opacity: 0;
}*/
.banner_whiteshade
{
    position: absolute;
    bottom: -1px;
    left: 0px;
    z-index: 9; 
    width: 100%;
}
.banner_whiteshade img 
{
    width: 100%;
}
.banner_main
{
    position: relative;
}
.banner_main_sec:before
{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: hwb(206deg 5% 77% / 50%);
    top: 0px;
    left: 0px;
}
.banner_text h1, .banner_text .h1
{
    color: #fffc00;
    text-transform: uppercase;
    text-align: center;
    font-size: 46px;
    line-height: 36px;
    font-family: 'ProximaNova-Extrabld';
    margin-bottom: 18px;
    filter: drop-shadow(0px 0px 26px #14232fcc);
    position: relative;
}
.banner_text h2
{
    color:#a2f4e0;
    text-transform: uppercase;
    text-align: center;
    font-size: 64px;
    line-height: 54px;
    font-family: 'ProximaNova-Extrabld';
    margin-bottom: 18px;
    filter: drop-shadow(0px 0px 26px rgb(42 37 20 / 90%));
    position: relative;
}
.banner_text p 
{
    color:#fffc00;
    font-size: 26px;
    text-align: center;
    font-family: 'ProximaNova-Bold';
    filter: drop-shadow(0px 0px 26px rgb(16 14 14 / 90%));
    line-height: 22px;
    padding-bottom: 0px;
    position: relative;
}
.banner_text:before
{
    transform: translateY(-50%);
    width: 100%;
    content: '';
    position: absolute;
    top: 50%;
    left: 0px;
    right: 0px;
    background-image: url(../images/home-banner-back-min.png);
    background-repeat: no-repeat;
    height: 333px;
    background-size: 1200px;
}

.banner .slick-dots
{
    bottom: 160px;
    z-index: 999;
}
.banner .slick-dots li
{
    width: 17px;
    height: 17px;
    margin: 0 7.5px;
}
.banner .slick-dots li button
{
    width: 17px;
    height: 17px;
    background: transparent;
    border-radius: 50%;
    border:2px solid #a2d8cb;
}
.banner .slick-dots li.slick-active button
{
    width: 17px;
    height: 17px;
    background: #a2d8cb;
    border-radius: 50%;
    border:2px solid #a2d8cb;
}
.banner .slick-dots li.slick-active button:before
{
    opacity: 0 !important;
} 
.inner_banner
{
    width: 100%;
    height: 470px;
    clear: both;
    overflow: hidden;
}
.inner_banner_main
{
    width: 100%;
    height: auto;
    position: relative;
}
.inner_banner_main:before
{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: rgb(13 39 59 / 50%);
}
.inner_banner_img
{
    width: 100%;
    height: auto;
}
.inner_banner_img img 
{
    height: 470px;
    width: 100%;
    object-fit: cover;
}
.inner_banner_text
{
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    right: 0px;
    z-index: 999;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    max-width: 1200px;
    margin: auto;
    right: 0;
}
.inner_banner_text h1
{
    text-align: center;
    color: #a2f4e0;
    text-transform: uppercase;
    font-size: 34px;
    font-family: 'ProximaNova-Extrabld';
    margin-bottom: 0px;
}
footer
{
    width: 100%;
    height: auto;
    background-size: cover !important;
    background-position: center;
    position: relative;
    background-color: rgb(8 23 36 / 95%);
    background-blend-mode: multiply;
}
.footer_top
{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 70px;
}
.footer_top_left
{
    width: 40%;
    padding-right: 65px;
}
.footer_top_left a
{
    display: block;
}
.footer_top_left p 
{
    padding-left: 10px;
    font-family: 'ProximaNova-Regular';
    color: #fff;
    font-size: 18px;
    line-height: 1.6;
    padding-top: 25px;
}
.footer_top_center
{
    width: 30%;
    padding-right: 30px;
}
.h2_icon
{
    font-family: 'Proxima-Nova-Semibold';
    font-size: 24px;
    font-weight: 600;
    color: #a2f4e0;
    text-transform: uppercase;
    position: relative;
    padding-left: 50px;
    display: flex;
    align-items: center;
    min-height: 40px;
    margin-bottom: 20px;
}
.h2_icon:before
{
    content: '';
    position: absolute;
    left: 0px;
    width: 32px;
    height: 32px;
    top: 0px;
    background: url('../images/dog-icon.png') no-repeat;
}
.footer_text ul
{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}
.footer_text ul li
{
    padding-bottom: 27px;
}
.footer_text ul li:last-child
{
    padding-bottom: 0px;
}
.footer_text ul li a
{
    font-family: 'Proxima-Nova-Semibold';
    color: #ffffff;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: none;
}
.footer_text ul li a:hover
{
    color: #a2f4e0;
}
.footer_top_right
{
    width: 30%;
    padding-right: 0px;
}
.footer_last h3
{
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Proxima-Nova-Semibold';
    color: #fff;
    font-weight: 600;
    margin-bottom: 10px;
}
.footer_last p 
{
    font-size: 18px;
   /* text-transform: uppercase;*/
    font-family: 'ProximaNova-Regular';
    color: #fff;
    line-height: 36px;
    max-width: 300px;
}
.footer_last a
{
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    font-family: 'ProximaNova-Regular';
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    margin-top: 11px;
}
.footer_last a img
{
    margin-right: 15px;
}
.mobisocialicon img
{
	display:none;
}
.mobisocialicon i
{
	margin-right: 15px;
    font-size: 25px;
    width: 19px;
    text-align: center;
	color:#a2f4e0;
}
.footer_last a:hover
{
    color: #a2f4e0;
}
.footer_middle
{
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 40px;
}
.footer_middle_left
{
    width: 70%;
}
.footer_middle_right
{
    width: 30%;
}
.footer_middle_left h2, .footer_middle_right h2
{
    margin-bottom: 10px;
}
.footer_middle_left p 
{
    padding-left: 10px;
    color: #fff;
    font-size: 18px;
    font-family: 'ProximaNova-Regular';
    padding-bottom: 20px;
}
.footer_middle_left form
{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.footer_middle_left form input[type="name"],
.footer_middle_left form input[type="email"],
.footer_middle_left form input[type="text"]
{
    height: 48px;
    min-width: 230px;
    max-width: 230px;
    border: 1px solid #a2f4e0;
    border-radius: 5px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    background-color: transparent;
    outline: none;
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    margin-right: 30px;
    font-size: 20px;
    font-family: 'ProximaNova-Regular';
}
.footer_middle_left form input::placeholder
{
    color: #fff;
    font-family: 'ProximaNova-Regular';
}
.footer_middle_left form input[type="submit"]
{
    min-width: 220px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    background-color: #a2f4e0;
    border-radius: 30px;
    text-decoration: none;
    font-family: 'Proxima-Nova-Semibold';
    text-transform: uppercase;
    font-size: 18px;
    color: #043459;
    transition: All .3s ease;
    -webkit-transition: All .3s ease;
    -moz-transition: All .3s ease;
    cursor: pointer;
    outline: none;
    border:none;
}
.footer_middle_left form input[type="submit"]:hover {
    background-color: #fffc00;
    color: #043459;
}  
.footer_middle_right ul 
{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-left: 50px;
    padding-top: 10px;
}
.footer_middle_right ul li
{
    margin-right: 20px;
}
.footer_middle_right ul li a
{
    width: 35px;
    height: 35px;
    border-radius: 50px;
    background: #a2f4e0;
    display: flex;  
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #232727;
    font-size: 18px;
}
.footer_middle_right ul li a:hover
{ 
    background:#fffc00;
}
.footer_bottom
{
    width: 100%;
    height: auto;
    border-top: 2px solid #2f4346;
    padding-top: 30px;
    padding-bottom: 30px;
}
.footer_bottom p
{
    font-family: 'OpenSans-Regular';
    color:#ffffff;
    text-align: center;
    font-size: 18px;
}
.fundation
{
    width: 100%;
    height: auto;
    padding-top: 70px;
    padding-bottom: 30px;
}
.fundation_inner
{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.fundation_inner_left
{
    width: 50%;
}
.fundation_inner_right
{
    width: 50%;
}
.h2_icon_darkblue
{
    font-family: 'ProximaNova-Bold';
    font-size: 30px;
    color:#04345a;
    text-transform: uppercase;
    position: relative;
    padding-left: 50px;
    display: flex;
    align-items: center;
    min-height: 50px;
    margin-bottom: 15px;
}
.h2_icon_darkblue:before
{
    content: '';
    position: absolute;
    left: 0px;
    width: 40px;
    height: 41px;
    top: 0px;
    background: url('../images/dog-dark.png') no-repeat;
}
.fundation_inner_right img
{
    width: 100%;
}
.fundation_inner_left p
{
    color: #04345a;
    font-size: 21px;
    font-family: 'Proxima-Nova-Semibold';
    font-weight: 600;
    line-height: 1.3;
    padding-bottom: 17px;
}
.fundation_inner_left ul
{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    padding-bottom: 5px;
}
.fundation_inner_left ul li
{
    position: relative;
    padding-left: 40px;
    font-size: 17.9px;
    font-family: 'Proxima-Nova-Semibold';
    color: #04345a;
    font-weight: 600;
    margin-bottom: 16px;
}
.fundation_inner_left ul li:before
{
    content: '';
    position: absolute;
    left: 0px;
    width: 30px;
    height: 30px;
    background-image: url(../images/check-list.png);
    background-repeat: no-repeat;
    top: -7px;
    background-size: cover;
}
.fundation_inner_left h6
{
    color: #04345a;
    font-size: 17.9px;
    font-family: 'Proxima-Nova-Semibold';
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 30px;
    text-transform: initial;
}
.btn_default
{
    min-width: 185px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    background-color: #a2f4e0;
    border-radius: 30px;
    text-decoration: none;
    font-family: 'Proxima-Nova-Semibold';
    text-transform: uppercase;
    font-size: 18px;
    color: #043459;
    transition: All .3s ease;
    -webkit-transition: All .3s ease;
    -moz-transition: All .3s ease;
    cursor: pointer;
    outline: none;
    filter: drop-shadow(0px 6px 6px #0000000f);
    background-blend-mode: screen;
}
.btn_default:hover
{
    background-color: #fffc00;
    color: #043459;
}
.grant_sec
{
    width: 100%;
    height: auto;
    position: relative;
}
.grant_sec img
{
display: block;
	width:100%;
}
.grant_shade
{
    position: absolute;
    width: 100%;
    top: -1px;
    left: 0px;
}
.grant_div
{
    width: 100%;
    height: 70px;
    background-color: #fff;
    margin-top: -70px;
    position: relative;
    border-top-right-radius: 17px;
    border-top-left-radius: 17px;
}
.grant_content
{
    width: 100%;
    height: auto;
    min-height: 400px;   
    padding-top: 40px;
    text-align: center;
    padding-left: 70px;
    padding-right: 70px;
    padding-bottom: 85px;
}
.grant_content h2 
{
    display: inline-flex;
    margin-bottom: 45px;
}
.grant_content_inner
{
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
}
.grant_content_inner_text
{
    flex:1;
    text-align: left;
    position: relative;
    padding-bottom: 48px;
}
.grant_content_inner_text h3 
{
    color: #04345a;
    font-size: 30px;
    text-transform: uppercase;
    font-family: 'ProximaNova-Bold'; 
    font-weight: bold;
}
.grant_content_inner_text p
{
    color: #04345a;
    font-family: 'ProximaNova-Regular';
    font-size: 18px;
    line-height: 1.5;
    padding-bottom: 0px;
}
.grant_content_inner_text .description
{
	padding-bottom: 35px;
}
.grant_content_inner .grant_content_inner_text:first-child p
{
    max-width: 345px;
}
.grant_content_inner .grant_content_inner_text:last-child p
{
    max-width: 445px; 
} 
.grant_content_inner_text a 
{
    position: absolute;
    bottom: 0px;
    left: 0px;
    filter: none;
}
.parter_sec
{
    width: 100%;
    height: auto;
    position: relative;
}
.parter_sec:before
{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: rgb(0 0 0 / 50%);
}
.parter_sec .grant_shade
{
    top: initial;
    bottom: -1px;
}
.parter_div
{
    width: 100%;
    height: 70px;
    background-color: #fff;
    border-bottom-right-radius: 17px;
    border-bottom-left-radius: 17px;
    position: absolute;
    top: 0px;
    left: 0;
    max-width: 1180px;
    margin: auto;
    right: 0;
}
.parter_sec img
{
    display: block;
}
.parter_sec_content
{
    height: auto;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 1180px;
    right: 0;
    margin: auto;
    text-align: center;
    z-index: 1;
}
.parter_sec_content h2
{
    font-family: 'ProximaNova-Black';
    font-size: 48px;
    color: #fffc00;
    text-align: center;
    max-width: 880px;
    margin: auto;
    text-transform: uppercase;
    filter: drop-shadow(6px 0px 16px rgb(0 0 0 / 36%));
    margin-bottom: 40px;
}
.parter_sec_content a 
{
    font-size: 20px;
    min-width: 280px;
}
.home_contact_se
{
    width: 100%;
    height: auto;
    padding-top: 55px;
    padding-bottom: 20px;
    text-align: center;
}
.home_contact_se h2 {
    display: inline-flex;
    margin-bottom: 35px;
}
.home_contact_se form 
{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.home_contact_se form p
{
    display: flex;
    flex-direction: column;
    text-align: left;
    margin-bottom: 30px;
    align-items: flex-start;
    height: auto;
}
.home_contact_se form p br 
{
    display: none;
}
.home_contact_se form p:first-child,
.home_contact_se form p:nth-child(2)
{
    width: 48.8%;
}
.home_contact_se form p:nth-child(3)
{
    width: 48.8%;
}
.home_contact_se form p:nth-child(4)
{
    width: 100%;
}
.home_contact_se form p:nth-child(5),
.home_contact_se form p:nth-child(6)
{
    width: 100%;
    text-align: center;
    margin-bottom: 0px;
}
.home_contact_se form p label
{
    color: #043359;
    font-family: 'ProximaNova-Regular';
    font-size: 18px;
    margin-bottom: 15px;
}
.home_contact_se form p input[type="text"],
.home_contact_se form p input[type="email"]  
{
    outline: none;
    width: 100%;
    height: 48px;
    border:1px solid #707070;
    border-radius: 5px;
    color: #043359;
    font-family: 'ProximaNova-Regular';
    font-size: 18px; 
    padding-left: 20px;
    padding-right: 20px;
}
.home_contact_se form p textarea
{
    color: #043359;
    font-family: 'ProximaNova-Regular';
    font-size: 18px; 
    padding-left: 20px;
    padding-right: 20px;
    border:1px solid #707070;
    border-radius: 5px;
    width: 100%;
    outline: none;
    padding-top: 15px; 
    resize: none;
    height: 95px;
}
.home_contact_se form p input[type="submit"],
.home_contact_se .wpcf7-submit
{
    min-width: 180px;
    max-width: 180px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    background-color: #a2f4e0;
    border-radius: 30px;
    text-decoration: none;
    font-family: 'Proxima-Nova-Semibold';
    text-transform: uppercase;
    font-size: 18px;
    color: #043459;
    transition: All .3s ease;
    -webkit-transition: All .3s ease;
    -moz-transition: All .3s ease;
    cursor: pointer;
    outline: none;
    border: none;
    filter: drop-shadow(0px 6px 6px #0000000f);
    background-blend-mode: screen;
    margin: auto;
}
.home_contact_se form p:last-child input
{ 
    margin: auto;
    margin-top: 5px;
}
.home_contact_se form p input[type="submit"]:hover,
.home_contact_se .wpcf7-submit:hover
{
    background-color: #fffc00;
    color: #043459;
}
.home_contact_se form p .wpcf7-form-control-wrap {
    width: 100%;
}
.home_contact_se form p .wpcf7-spinner,
.contact-form-sec form .wpcf7-spinner
{
    /*margin-left: auto !important;
    margin-right: auto !important;*/
   /* margin-top: 5px !important;*/
}
.wpcf7-not-valid-tip
{
    font-size: 16px;
    padding-top: 4px;
    font-family: 'ProximaNova-Regular';
}
.wpcf7 form .wpcf7-response-output {
    margin: 0;
    padding: 0.2em 1em;
    margin-left: auto !important;
    margin-right: auto !important;
    display:none;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    display: block;
}


.foo_img
{
    position: relative;
    top: -1px;
}
.innerpage_sec
{
    width: 100%;
    height: auto;
    padding-top: 20px;
    padding-bottom: 55px;
    /*text-align: center;*/
}
.innerpage_sec .container {
    max-width: 1180px;
    margin: auto;
    padding: 0px 0px;
}
.contact_title_sec h2 {
    display: inline-flex;
    margin-bottom: 20px;
}
.contact_title_sec p
{
    text-align: center;
    font-family: 'ProximaNova-Regular';
    font-size: 18px;
    color: #043359;
    line-height: 1.5;
    max-width: 600px;
    margin: auto; 
    padding-bottom: 0px !important;
} 
.contact-form-sec, .grantcontact-form-sec
{
    width: 100%;
    height: auto; 
    padding-top: 40px;
}
.contact-form-sec form, .grantcontact-form-sec form
{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.contact-form-sec form p, .grantcontact-form-sec form p 
{
    display: flex;
    flex-direction: column;
    text-align: left;
    margin-bottom: 25px;
    width: 48.8%;
    padding-bottom: 0px !important;
}
.contact-form-sec form p label, .grantcontact-form-sec form p label
{
    color: #043359;
    font-family: 'ProximaNova-Regular';
    font-size: 18px;
    margin-bottom: 0px;
	text-align:left;
}
.contact-form-sec form p input[type="text"],
.contact-form-sec form p input[type="email"],
.contact-form-sec form p input[type="tel"],
.grantcontact-form-sec form p input[type='text'],
.grantcontact-form-sec form p input[type='email'],
.grantcontact-form-sec form p input[type='tel'],
.grantcontact-form-sec form p input[type='date'],
.grantcontact-form-sec form p input[type='number'],
.grantcontact-form-sec form p select
{
    outline: none;
    width: 100%;
    height: 48px;
    border: 1px solid #707070;
    border-radius: 5px;
    color: #043359;
    font-family: 'ProximaNova-Regular';
    font-size: 18px;
    padding-left: 20px;
    padding-right: 20px; 
    margin-top: 12px;
}
.grantcontact-form-sec form p select
{
	appearance: none;
	background-repeat: no-repeat;
    background-position: 97% 50% !important;
    background: url(../images/select-down.png) no-repeat;
}
.contact-form-sec form p:nth-child(8)
{
    width: 100%;
}
.contact-form-sec form p textarea, .grantcontact-form-sec form p textarea 
{
    color: #043359;
    font-family: 'ProximaNova-Regular';
    font-size: 18px;
    padding-left: 20px;
    padding-right: 20px;
    border: 1px solid #707070;
    border-radius: 5px;
    width: 100%;
    outline: none;
    padding-top: 15px;
    height: 95px;
    margin-top: 12px;
    resize: none;
}
.grantcontact-form-sec form p textarea 
{
	height:48px;
}
.grantcontact-form-sec form p .wpcf7-list-item 
{
	margin-left:0px !important;
}
.grantcontact-form-sec form p:nth-child(18),
.grantcontact-form-sec form p:nth-child(19),
.grantcontact-form-sec form p:nth-child(20),
.grantcontact-form-sec form p:nth-child(21),
.grantcontact-form-sec form p:nth-child(22),
.grantcontact-form-sec form p:nth-child(23)
{
	width:100% !important;
}
.grantcontact-form-sec form p:nth-child(19)
{
	
}
.grantcontact-form-sec form p:nth-child(31)
{
	width: 100% !important;
    flex-direction: initial;
    flex-wrap: wrap;
}
.grantcontact-form-sec form p:nth-child(31) > label
{
	width:33.33% !important;
	margin-bottom:10px !important;
}
.contact-form-sec form p:nth-child(77),
.contact-form-sec form p:nth-child(8)
{
    width: 100%;
    text-align: center;
    margin-bottom: 0px;
}
.contact-form-sec form p br 
{
	display:none;
}

.contact-form-sec form p input[type="submit"],
.grantcontact-form-sec form p input[type='submit'],
.contact-form-sec .wpcf7-submit,
.grantcontact-form-sec .wpcf7-submit
{
    min-width: 180px;
    max-width: 180px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    background-color: #a2f4e0;
    border-radius: 30px;
    text-decoration: none;
    font-family: 'Proxima-Nova-Semibold';
    text-transform: uppercase;
    font-size: 18px;
    color: #043459;
    transition: All .3s ease;
    -webkit-transition: All .3s ease;
    -moz-transition: All .3s ease;
    cursor: pointer;
    outline: none;
    border: none;
    filter: drop-shadow(0px 6px 6px #0000000f);
    background-blend-mode: screen;
    margin: auto;
    margin-top: 5px;
}
.contact-form-sec form p input[type="submit"]:hover,
.grantcontact-form-sec form p input[type="submit"]:hover,
.contact-form-sec .wpcf7-submit:hover,
.grantcontact-form-sec .wpcf7-submit:hover
{
    background-color: #fffc00;
    color: #043459;
}
.grantcontact-form-sec form p:nth-child(6)-
{
    width: 100%;
}
.grantcontact-form-sec form p:nth-child(7)-
{
    align-items: center;
    width: auto;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}
.grantcontact-form-sec form p:nth-child(7)- label
{
    position: relative;
    left: 40px;
}
.grantcontact-form-sec form p:nth-child(9)-
{ 
    width: 100%;
    margin-bottom: 0px;
}
.grantcontact-form-sec form p br 
{
    display: none;
}
.grantcontact-form-sec form p:nth-child(9)- .wpcf7-spinner
{ 
    display: block;
    margin: 0px auto; 
    margin-top: 11px;
}
.grantcontact-form-sec form h3
{
	width:100%;
}

.header_main_right > ul > li.current-menu-item > a
{
    color: #a2f4e0;
    display:inline-block; 
    margin:0;
    text-transform:uppercase;
}
.header_main_right > ul > li.current-menu-item > a:after
{
    display:block;
    content: '';
    border-bottom: solid 3px #a2f4e0;  
    transform: scaleX(0);  
    transition: transform 250ms ease-in-out;
    position: relative;
    top: 15px;
}
.header_main_right > ul > li.current-menu-item > a:after
{
    transform: scaleX(1);
} 
.header_main_right > ul > li:hover > a
{
    color: #a2f4e0;
}
.header_main_right > ul > li > a:hover
{
    color: #a2f4e0;
    display:inline-block; 
    margin:0;
    text-transform:uppercase;
}
.header_main_right > ul > li > a:after
{
    display:block;
    content: '';
    border-bottom: solid 3px #a2f4e0;  
    transform: scaleX(0);  
    transition: transform 250ms ease-in-out;
    position: relative;
    top: 15px;
}
.header_main_right > ul > li > a:hover:after
{
    transform: scaleX(1);
}
.newsletter-form form label br
{
    display: none;
}
.newsletter-form form .es-field-wrap
{
    margin-bottom: 0px;
}
.newsletter-form .es_subscription_message.success {
    color: #008000;
    padding: 10px; 
    font-size: 18px;
    font-family: 'ProximaNova-Regular';
    display: inline-block;
    border: 1px solid #008000;
}
.header_main_right ul li
{
    position: relative;
}
.header_main_right > ul > li > ul
{
    display: none;
    position: absolute;
    width: 285px;
    padding: 12px 20px 10px 20px;
    background: #a2f4e0;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    left: 0px;
    top: 34px;
}
.header_main_right > ul > li > ul > li
{
    margin: 0px;
} 
.header_main_right > ul > li > ul > li > a
{
    color: #043459;
    font-size: 16px;
    font-family: 'ProximaNova-Regular';
    text-transform: uppercase;
    padding: 14px 0px;
    display: block;
    border-bottom: 1px solid #74bcb9;
    font-weight: normal; 
}  
.header_main_right > ul > li > ul > li:last-child > a 
{ 
    border-bottom: none; 
}
.header_main_right > ul > li:hover > ul.sub-menu
{
    display: block; 
}
.header_main_right >ul > li > .sub-menu:before 
{
    left: 30px;
    content: '';
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #a2f4e0;
    position: absolute;
    top: -13px;
}
.header_main_right > ul > li > ul > li > a:hover
{
    color:#000080;
}   
.main_menu-fixed .header_main_right > ul > li > a
{
    color: #043459;  
}
.inner_banner
{
    width: 100%;
    height: 470px;
    clear: both;
    overflow: hidden;
}
.inner_banner_main
{
    width: 100%;
    height: auto;
    position: relative;
}
.inner_banner_main:before
{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: rgb(13 39 59 / 50%);
}
.inner_banner_img
{
    width: 100%;
    height: auto;
}
.inner_banner_img img 
{
    height: 470px;
    width: 100%;
    object-fit: cover;
}
.inner_banner_text
{
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    right: 0px;
    z-index: 999;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    max-width: 1200px;
    margin: auto;
    right: 0;
}
.inner_banner_text h1
{
    text-align: center;
    color: #a2f4e0;
    text-transform: uppercase;
    font-size: 34px;
    font-family: 'ProximaNova-Extrabld';
    margin-bottom: 0px;
}
/*.banner_whiteshade
{
    position: absolute;
    bottom: -2px;
    left: 0px;
    z-index: 9;
}*/
.inner_banner_text p 
{
    font-family: 'Proxima-Nova-Semibold';
    color: #fff;
    font-size: 24px;
    text-align: center;
    padding-top: 24px;
    max-width: 900px;
    margin: auto;
}

.page-template header .wrapper, .page-template-default header .wrapper
{
    max-width: 1180px;
    padding: 0px 0px;
}
.common-left-main-left
{
    padding-right: 0px;
}

.common-left-main .wp-block-columns,
.common-right-main .wp-block-columns
{
    gap:0px !important;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center !important;
    flex-wrap: wrap !important;
    margin-bottom: 0px !important; 
    text-align: left;
} 
.common-left-main-left h2,
.common-right-main-left h2  
{
    font-family: 'ProximaNova-Bold';
    font-size: 30px;
    color: #04345a;
    text-transform: uppercase;
    position: relative;
    padding-left: 50px;
    display: flex;
    align-items: center;
    min-height: 50px;
    margin-bottom: 20px;
}
.common-left-main-left h2:before,
.common-right-main-left h2:before {
    content: '';
    position: absolute; 
    left: 0px;
    width: 40px;
    height: 41px;
    top: 0px;
    background: url(../images/dog-dark.png) no-repeat;
}
.common-left-main-left p,
.common-right-main-left p 
{
    color: #04345a;
    font-size: 18px;
    font-family: 'Proxima-Nova-Semibold';
    font-weight: 600;
    line-height: 1.4;
    padding-bottom: 25px;
    padding-right: 80px;
}
.common-right-main-left p 
{ 
    padding-right: 0px;
}

.common-left-main-left ul,
.common-right-main-left ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    padding-bottom: 5px;
}
.common-left-main-left ul li,
.common-right-main-left ul li {
    position: relative;
    padding-left: 40px;
    font-size: 18px;
    font-family: 'Proxima-Nova-Semibold';
    color: #04345a;
    font-weight: 600;
    margin-bottom: 16px;
}
.common-left-main-left ul li:before,
.common-right-main-left ul li:before {
    content: '';
    position: absolute;
    left: 0px;
    width: 30px;
    height: 30px;
    background-image: url(../images/check-list.png);
    background-repeat: no-repeat;
    top: -7px;
    background-size: cover;
}
.common-left-main-left h6,
.common-right-main-left h6 {
    color: #04345a;
    font-size: 18px;
    font-family: 'Proxima-Nova-Semibold';
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 30px;
    text-transform: initial;
    padding-right: 80px;
} 
.common-right-main-left h6 {
    padding-right: 0px;
} 

.common-left-main-left .wp-block-button__link,
.common-right-main-left .wp-block-button__link,
.btndonate input[type="submit"]
{
    min-width: 185px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #a2f4e0;
    border-radius: 30px;
    text-decoration: none;
    font-family: 'Proxima-Nova-Semibold';
    text-transform: uppercase;
    font-size: 18px;
    color: #043459;
    transition: All .3s ease;
    -webkit-transition: All .3s ease;
    -moz-transition: All .3s ease;
    cursor: pointer;
    outline: none;
    filter: drop-shadow(0px 6px 6px #0000000f);
    background-blend-mode: screen;
    border:none !important;
}
.common-left-main-left .wp-block-button__link:hover,
.common-right-main-left .wp-block-button__link:hover,
.btndonate input[type="submit"]:hover
{
    background-color: #fffc00;
    color: #043459; 
}
.common-left-main-img figure,
.common-right-main-img figure
{
    margin-bottom: 0px;
}
.common-right-main
{
    margin-top: 75px;
}

/* about page */

.about_ourteam_sec
{
    width: 100%;
    height: auto;
    text-align: center;
    margin-top: 20px; 
}
.about_ourteam_sec h2 
{
    display: inline-flex;
    margin-bottom: 35px;
    font-family: 'ProximaNova-Bold';
    font-size: 30px;
    color: #04345a;
    text-transform: uppercase;
    position: relative;
    padding-left: 50px;
    align-items: center;
    min-height: 50px;
}
.about_ourteam_sec h2:before {
    content: ''; 
    position: absolute;
    left: 0px;
    width: 40px;
    height: 41px;
    top: 0px;
    background: url(../images/dog-dark.png) no-repeat;
}
.about_ourteam_inner
{
    display: flex;
    flex-wrap: wrap;
    margin-left: -1.25%;
    margin-right: -1.25%;
}
.about_ourteam_box
{
    height: auto;
    width: 30.83%;
    margin-left: 1.25%;
    margin-right: 1.25%;
    margin-bottom: 70px;
}
.about_ourteam_box figure
{
	height: 350px;
    position: relative;
    overflow: hidden;
}
.about_ourteam_box figure img 
{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
}
.about_ourteam_text
{
    width: 100%;
    height: auto;
    padding-top: 23px;
    text-align: left;
}
.about_ourteam_text h3, .about_ourteam_text h3 a 
{
    font-size: 20px;
    text-transform: uppercase;
    color:#04345a; 
    font-family: 'ProximaNova-Bold';
    margin-bottom: 10px;
    text-decoration: none;
}
.about_ourteam_text h4 
{
    font-size: 18px;
    text-transform: uppercase;
    color:#04345a; 
    font-family: 'ProximaNova-Regular';
    margin-bottom: 20px;
    font-weight: 500;
}
.about_ourteam_text p 
{ 
    color: #04345a;
    font-size: 18px;
    font-family: 'ProximaNova-Regular';
    line-height: 1.4;
    margin-bottom: 18px;
    padding-bottom: 0px !important;
    height: 52px;
    overflow: hidden;
}
.about_ourteam_text a
{
    color: #04345a;
    font-family: 'ProximaNova-Bold';
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
}
.about_ourteam_text a:hover 
{
    color: #a2f4e0;
}
.about_ourteam_load
{
    width: 100%;
    height: auto;
    text-align: center;
}
.about_ourteam_load a
{
    min-width: 180px;
    max-width: 180px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    background-color: #a2f4e0;
    border-radius: 30px;
    text-decoration: none;
    font-family: 'Proxima-Nova-Semibold';
    text-transform: uppercase;
    font-size: 18px;
    color: #043459;
    transition: All .3s ease;
    -webkit-transition: All .3s ease;
    -moz-transition: All .3s ease;
    cursor: pointer;
    outline: none;
    border: none;
    filter: drop-shadow(0px 6px 6px #0000000f);
    background-blend-mode: screen;
    margin: auto;
}
.about_ourteam_load a:hover
{
    background-color: #fffc00;
    color: #043459;
}
.detail_ourteam
{
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    margin-bottom: 50px;
}
.detail_ourteam_left
{
    width: 30%;
}
.detail_ourteam_right
{
    width: 70%;
    height: auto;
    padding-left: 60px;
    text-align:left;
}
.detail_ourteam_left figure img
{
    display: block;
    width: 100%;
} 
.detail_ourteam_left figure
{
    border: 4px solid #a2f4e0;
    box-shadow: 5px 5px 5px rgb(4 52 90 / 50%);
}
.detail_ourteam_right h2
{
    font-size: 24px;
    text-transform: uppercase;
    color: #04345a;
    font-family: 'ProximaNova-Bold';
    margin-bottom: 10px;
    text-decoration: none;
}
.detail_ourteam_right h3 
{
    font-size: 20px;
    text-transform: uppercase;
    color: #04345a;
    font-family: 'ProximaNova-Regular';
    margin-bottom: 20px;
    font-weight: 500;
}
.detail_ourteam_right p 
{
    color: #04345a;
    font-size: 18px;
    font-family: 'ProximaNova-Regular';
    line-height: 1.4;
    margin-bottom: 15px;
}


.whi_full_sha_sec
{
    width:100%;
    height:auto;
    margin-top:75px;
    position:relative;
}
.whi_full_sha_sec .wp-block-group__inner-container
{
    width:100%;
}
.whi_full_sha_sec .wp-block-group__inner-container img
{
    width:100%;
    display:block;
    max-height:440px;
    object-fit:cover;
    object-position:center;
}
.whi_full_sha_sec .wp-block-group__inner-container figure:first-child 
{
    position: absolute;
    top: -2px;
    width: 100%;
    left: 0;
}
.whi_full_sha_sec:before {
    content: '';
    width: 1180px;
    height: 70px;
    background-color: #fff;
    position: absolute;
    border-top-right-radius: 22px;
    border-top-left-radius: 22px;
    left: 0;
    bottom: 0px;
    right: 0;
    margin: auto;
}
.common-right-main-img.common-right-main-imgheight img {
    height: auto;
}
.innerpage_sec.innerfullwidth_sec
{
    padding-bottom:20px;
}
.fulimgfund
{
    width:100%;
    height:auto;
    position:relative;
    margin-top:70px;
}
.fulimgfund figure:first-child
{
    position: absolute;
    top: -1px;
    left: 0;
}
.fulimgfund figure:last-child
{
    position: absolute;
    bottom: -1px;
    left: 0;
}
.fulimgfund img 
{
    display:block;
    width:100%;
}
.fulimgfund .wp-block-image
{
    margin-bottom:0px;
}
.become_sec
{
    width: 100%;
    height: auto;
    margin-top: 45px;
    text-align: center;
}
.become_sec h2 {
    display: inline-flex;
    margin-bottom: 25px;
    font-family: 'ProximaNova-Bold';
    font-size: 30px;
    color: #04345a;
    text-transform: uppercase;
    position: relative;
    padding-left: 60px;
    align-items: center;
    min-height: 50px;
}
.become_sec h2:before {
    content: '';
    position: absolute;
    left: 0px;
    width: 40px;
    height: 41px; 
    top: 0px;
    background: url(../images/dog-dark.png) no-repeat;
}
.become_sec p 
{
    max-width: 845px;
    margin: auto;
    line-height: 1.5;
    margin-bottom:35px;
    color: #04345a;
    font-size: 18px;
    font-family: 'Proxima-Nova-Semibold';
}
.become_sec .wp-block-group__inner-container, .content-empty-sec .wp-block-group__inner-container
{
    max-width:1180px;
    margin:auto; 
} 
.become_sec h3
{
    display: flex;
    margin-bottom: 23px;
    font-family: 'ProximaNova-Bold';
    font-size: 30px;
    color: #04345a;
    text-transform: uppercase;
    position: relative;
    padding-left: 60px;
    align-items: center;
    min-height: 50px;
}
.become_sec h3:before {
    content: '';
    position: absolute;
    left: 0px;
    width: 40px;
    height: 41px;
    top: 0px;
    background: url(../images/dog-dark.png) no-repeat;
}
.become_sec ul
{
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-align: left !important;
}
.become_sec ul li
{
    font-family: 'Proxima-Nova-Semibold' !important;
    font-size: 24px !important;
    padding-left: 45px !important;
    margin-bottom:30px !important;
    position:relative !important;
    text-transform:uppercase !important;
}
.become_sec ul li:before
{
    content:'' !important;
    position:absolute !important;
    top:-4px !important;
    left:0px !important;
    width:34px !important;
    height:29px !important;
/*    background-image:url('http://174.129.160.230/maryjanecarvel/wp-content/uploads/2022/07/doggy-icon.png');
*/    background: url(../images/doggy-icon.png) no-repeat !important;
}
.become_sec h4 
{ 
    font-size: 19.96px;
    padding-left: 45px;
    margin-bottom: 25px;
    padding-top: 5px;
    text-transform:uppercase;
}
.become_sec form 
{
    text-align: left;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.become_sec select 
{
    min-width: 435px;
    height: 48px;
    outline: none;
    border-radius: 35px;
    border: 2px solid #a2f4e0;
    padding-left: 20px;
    padding-right: 20px;
    appearance: none;
    font-size: 19.96px;
    font-family: 'Proxima-Nova-Semibold';
    color: #04345a;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: none; 
   /* background-image: url(http://174.129.160.230/maryjanecarvel/wp-content/uploads/2022/07/select-down.png);*/
    background-repeat: no-repeat;
    background-position: 90% 50% !important;
    background: url(../images/select-down.png) no-repeat;
} 
.become_sec input 
{
     min-width: 185px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #a2f4e0;
    border-radius: 30px;
    text-decoration: none;
    font-family: 'Proxima-Nova-Semibold';
    text-transform: uppercase;
    font-size: 18px;
    color: #043459;
    transition: All .3s ease;
    -webkit-transition: All .3s ease;
    -moz-transition: All .3s ease;
    cursor: pointer;
    outline: none;
    filter: drop-shadow(0px 6px 6px #0000000f);
    background-blend-mode: screen;
    border: none;
    position: relative;
    left: -20px; 
}
.become_sec input:hover 
{
    background-color: #fffc00;
    color: #043459;
} 
.contact_title_sec
{
    text-align: center;
}
.innerpage_sec p 
{
    padding-bottom: 25px; 
    line-height: 1.4;
}
.innerpage_sec ul 
{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    padding-bottom: 5px;
}
.innerpage_sec ul li 
{
    position: relative;
    padding-left: 40px;
    font-size: 18px;
    font-family: 'Proxima-Nova-Semibold';
    color: #04345a;
    font-weight: 600;
    margin-bottom: 16px;
}
.innerpage_sec ul li:before
{
    content: '';
    position: absolute;
    left: 0px;
    width: 30px;
    height: 30px;
    background-image: url(../images/check-list.png);
    background-repeat: no-repeat;
    top: -7px;
    background-size: cover; 
}
.innerpage_sec ol
{
    position: relative;
    padding-left: 30px;
    display: block;
    clear: both;
    overflow: auto;
    padding-top:5px;
}
.innerpage_sec ol li
{
    font-size: 18px;
    font-family: 'Proxima-Nova-Semibold';
    color: #04345a;
    font-weight: 600;
    margin-bottom: 16px;
    padding-left: 12px;
}
.innerpage_sec ol li::marker 
{
    font-weight: normal;
} 
.content-empty-sec
{
    margin-top: 60px;
    width: 100%;
}
.content-empty-sec p 
{
    font-family: 'Proxima-Nova-Semibold';
}
.follow_btn a  
{
    display: none !important;
}
.header_main_right > ul > li.current_page_parent > a {
    color: #a2f4e0;
    display: inline-block;
    margin: 0;
    text-transform: uppercase;
}
.header_main_right > ul > li.current_page_parent > a:after {
    transform: scaleX(1);
}
.header_main_right > ul > li.current_page_parent > ul > li.current-menu-item > a
{
    color: #000080; 
}
.mobile_hamber
{
    display: none;
} 
.wpcf7-form-control-wrap.recaptcha {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.menu-icon-p
{
    display: none;
}
.foo_img {
    width: 100%;
}
.follow_btn form input[type="submit"] {
    padding-top: 2px;
}
.footer_middle_left form input[type="submit"] {
    padding-top: 2px;
} 
.blog-section.about_ourteam_sec .about_ourteam_box figure
{
    position: relative;
    height: 225px; 
}
.blog-section.about_ourteam_sec .about_ourteam_box figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blog-section.about_ourteam_sec .about_ourteam_box {
    box-shadow: 0px 0px 7px rgb(0 0 0 / 35%);
    margin-bottom: 2.5%;
}
.blog-section.about_ourteam_sec .about_ourteam_box .about_ourteam_text
{
    padding: 20px; 
}
.blog-section.about_ourteam_sec .about_ourteam_box .about_ourteam_text a:hover {
    color: #000;
}
.blog-single-sec .blog-full
{
    display: flex;
    flex-wrap: wrap;
}
.blog-single-sec .blog-full .blog-left
{ 
    width: 75%;
}
.blog-single-sec .blog-full .blog-right
{ 
    width: 25%;
    padding-left: 40px;
}
.blog-single-sec .blog-full .blog-left .blg-img img
{
    height: auto;
    display: block;
    margin-bottom: 20px;
}
.blog-single-sec .blog-full .blog-left .blog-des p
{
    padding-bottom: 25px;
    font-size: 18px;
    line-height: 1.4;
} 
.blog-single-sec .blog-full .blog-left .atr
{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
.blog-single-sec .blog-full .blog-left .atr a
{
    margin-right: 5px;
    text-decoration: underline;
    font-family: 'Proxima-Nova-Semibold';
    font-size: 16px;
    color: #043359;
}
.blog-single-sec .blog-full .blog-left .atr a:hover
{
    text-decoration: none;
}
.blog-single-sec .blog-full .blog-right .side-bar form .hdr-search-form
{
    display: flex;
    flex-wrap: nowrap;
    position: relative;
}
.blog-single-sec .blog-full .blog-right .side-bar form .hdr-search-form input[type='text']
{
    outline: none;
    width: 100%;
    height: 40px;
    border: 1px solid #707070;
    border-radius: 5px;
    color: #043359;
    font-family: 'ProximaNova-Regular';
    font-size: 16px;
    padding-left: 15px;
    padding-right: 45px;
}
.blog-single-sec .blog-full .blog-right .side-bar form .hdr-search-form .search-icon
{
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
}
.blog-single-sec .blog-full .blog-right .side-bar form .hdr-search-form .search-icon button
{ 
    font-size: 20px;
    background: transparent !important;
    outline: none;
    border: none !important;
    cursor: pointer;
}
.blog-single-sec .blog-full .blog-right .side-bar form
{
    margin-bottom: 20px;
    display: none; 
}
.blog-single-sec .blog-full .blog-right .side-bar .sidebar_side_block h2
{
    line-height: 22px;
    margin-bottom: 10px;
}
.blog-single-sec .blog-full .blog-right .side-bar .sidebar_side_block ul
{
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 13px;
}
.blog-single-sec .blog-full .blog-right .side-bar .sidebar_side_block ul li 
{
    margin-bottom: 5px;
}
.blog-single-sec .blog-full .blog-right .side-bar .sidebar_side_block ul li a
{
    color: #043359;
    font-family: 'ProximaNova-Regular';
    font-size: 16px;
    text-decoration: none;
}
.blog-single-sec .blog-full .blog-right .side-bar .sidebar_side_block ul li a:hover
{
    text-decoration: underline;
}
.captadiv, .captadiv > .cf7sr-g-recaptcha
{
    width: 100%;
    text-align: center;
}
.captadiv
{
    margin-bottom: 25px;
}
.captadiv > .cf7sr-g-recaptcha > div
{
    margin: auto;
}
.captasubmit
{
    width: 100%;
    text-align: center;
    position: relative;
}
.contact-form-sec .captasubmit
{
	margin-top:25px;
}
.captasubmit .wpcf7-spinner
{
    position: absolute;
    top: 10px;
}
.captasubmit .wpcf7-submit
{
    margin-top: 0px !important;
}
.page-id-497 .home_contact_se
{
    display: none !important;
}

@media screen and (min-width:782px)
{
    .common-left-main-left,
    .common-right-main-left
    {
        flex:initial;
        width: 50%;
    }
    .common-left-main-img,
    .common-right-main-img
    {
        flex:initial;
        width: 50%;
    }
    .common-right-main-img
    {
        padding-right: 30px;
    } 
    .common-right-main-left
    {
        padding-left: 30px;
    }
    .common-right-main-img img 
    {
        object-fit: cover;
        border-top-right-radius: 35px !important;
        border-bottom-right-radius: 35px !important;
        object-position: right;
    } 
    .common-left-main-img img 
    {
        border-top-left-radius: 35px !important;
        border-bottom-left-radius: 35px !important;
    }
} 

@media screen and (max-width:1500px) and (min-width: 782px)
{
    .common-right-main-img img 
    {
        height: 550px; 
    } 
}

@media screen and (min-width: 1200px)
{
    .header_main_right > ul > li > a {
    letter-spacing: 0.2px;
}
    .grant_content_inner {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
    .grant_content_inner_text {
    flex: initial;
    text-align: left;
    position: relative;
    padding-bottom: 48px;
    margin-right: 0px;
}
}

@media screen and (max-width:1200px)
{
    .become_sec .wp-block-group__inner-container, .content-empty-sec .wp-block-group__inner-container {
    max-width: initial;
    margin: auto 30px;
}
    .grant_div
    {
        margin-top: -69px;
    }
    .innerpage_sec .container
    {
        max-width: 100%;
    margin: auto;
    padding: 0px 30px;
    }
    .become_sec {
    padding-left: 30px;
    padding-right: 30px;
}
    .inner_banner_text p {
    padding-left: 30px;
    padding-right: 30px;
}
    .page-template header .wrapper, .page-template-default header .wrapper {
        max-width: 100%;
        padding: 0px 30px;
    }
    .wrapper {
        max-width: 100%;
        padding: 0px 30px;
    }
    .banner_text 
    {
        padding: 0px 30px;
    }
    .banner_text h1, .banner_text .h1 
    {
        line-height: 48px;
    }
    .fundation 
    {
        padding-left: 30px !important;
    }
    .fundation_inner_left {
        padding-right: 20px;
    }
    .wrapper_inner {
    max-width: initial;
    margin: auto 30px;
    padding: 0px 0px;
}
.parter_div {
    width: initial;
    height: 70px;
    position: absolute;
    top: -1px;
    left: 0;
    max-width: initial;
    margin: auto 30px;
    right: 0;
}
    .header_main_right ul li {
    margin: 0px 10px;
}
.follow_btn {
    margin-left: 10px;
}
.footer_middle_left form input[type="name"], .footer_middle_left form input[type="email"], .footer_middle_left form input[type="text"] {
    min-width: 215px;
    max-width: 215px;
} 
.commonleft
{
    padding-left: 30px !important;
}
.commonright
{
    padding-right: 30px !important;
}
.whi_full_sha_sec:before {
    content: '';
    height: 70px;
    left: 0;
    bottom: 0px;
    right: 0;
    margin: auto 30px;
    width: initial;
}
.about_ourteam_box figure img {
    height: auto;
}
.whi_full_sha_sec {
    margin-top: 35px; 
    position: relative;
}
	

}

@media screen and (min-width:1024px) and (max-width: 1199px)
{
	.about_ourteam_box figure {
    height: 300px;
    position: relative;
    overflow: hidden;
}
    .about_ourteam_box figure img {
    height: 100%;
}
    .footer_top_left {
    width: 35%;
    padding-right: 30px;
}
.footer_top_right {
    width: 35%;
    padding-right: 0px;
} 
.footer_middle_left {
    width: 65%;
}
.footer_middle_right {
    width: 35%;
}
    .footer_middle_left form input[type="name"], .footer_middle_left form input[type="email"], .footer_middle_left form input[type="text"] {
    min-width: 180px;
    max-width: 180px;
}
    .footer_middle_left form input[type="submit"] 
    {
        min-width: 200px; 
    }
    .follow_btn .btndonate input[type="submit"] 
    {
        min-width: 170px;
    }
    .header_main_right ul li {
    margin: 0px 8px;
}
    .header_main_left a img 
    {
        width: 150px;
    } 
    .footer_top {
    padding-top: 10px;
}
.detail_ourteam_right {
    padding-left: 35px;
}
.detail_ourteam_left figure img {
    display: block;
    width: 100%;
    height: auto;
} 

}  

@media screen and (max-width: 1023px)
{
	.about_ourteam_box figure {
    height: 200px;
    position: relative;
    overflow: hidden;
}
	.about_ourteam_box figure img {
    height: 100%;
}
    .whi_full_sha_sec:before {
    content: '';
    height: 30px;
    left: 0;
    bottom: -1px;
    right: 0;
    margin: auto 30px;
    width: initial;
}
    .detail_ourteam_right {
    padding-left: 35px;
}
.detail_ourteam_left figure img {
    display: block;
    width: 100%;
    height: auto;
} 
.detail_ourteam {
    margin-top: 35px;
    margin-bottom: 0px;
}
    .mobile_hamber {
    display: flex;
    margin-left: 20px; 
}
.header.main_menu-fixed .mobile_hamber ul li {
    background: #04345a;
}
    .mobile_hamber ul li 
    {
        margin: 0px 0px;
        background: #fff;
        height: 4px;
        width: 30px;
        margin-bottom: 5px;
    } 
    .mobile_hamber ul
    { 
        flex-direction: column;
        justify-content: center;
    }
    .mobile_hamber ul li:last-child 
    {
        margin-bottom: 0px;
    } 
    .header_main_right ul.menu 
    {
        display: none;
    }
    .header_main_left a img 
    {
        width: 150px;
        height: auto;
    } 
    .footer_top_left {
    width: 100%;
    padding-right: 0px;
    padding-bottom: 15px;
    text-align: center;
}
.footer_top_left p {
    padding-left: 0px;
    padding-top: 15px;
} 
.footer_top_center {
    width: 50%;
    padding-right: 30px;
}
.footer_top_right {
    width: 50%;
    padding-right: 0px;
}
.footer_top {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 50px;
}
.footer_middle_left {
    width: 100%;
}
.footer_middle_right {
    width: 100%;
    margin-top: 20px;
}
.footer_middle_left form {
    flex-wrap: initial;
} 
.banner {
    height: 550px;
}
.banner_img img
{
    height: 550px;
}
.footer_middle_right ul {
    padding-left: 0px;
}
.banner .slick-dots {
    bottom: 100px;
} 
.fundation_inner_left {
    padding-right: 0px;
}
.fundation_inner_left {
    width: 100%;
}
.fundation {
    padding-left: 30px !important;
    padding-right: 30px;
}
.fundation_inner_right {
    width: 100%;
    margin-top: 35px;
}
.fundation_inner_right img {
    width: 100%;
    border-radius: 40px;
}
.grant_content_inner_text {
    flex: 100%;
    text-align: center;
    position: relative;
    padding-bottom: 0px;
}
	.grant_content_inner .grant_content_inner_text:last-child p{
		margin:0 auto
	}
.grant_content_inner .grant_content_inner_text:first-child p {
    max-width: 100%;
}
.grant_content_inner_text a {
    position: relative;
    bottom: 0px;
    left: 0px;
}
.grant_content_inner_text p {
    padding-bottom: 0px;
}
.grant_content_inner_text .description {
    padding-bottom: 25px;
}
.grant_content_inner_text {
    margin-bottom: 30px;
}
.grant_content_inner_text:last-child {
    margin-bottom: 0px; 
}
.parter_sec > img:first-child 
{
    height: 550px;
    object-fit: cover;
} 
.parter_sec_content h2 {
    padding-left: 20px;
    padding-right: 20px;
}
.control-label {
    cursor: pointer;
    position: absolute;
    right: 0px;
    top: 10px;
    width: 30px;
    text-align: right;
    align-items: end;
    height: 30px;
    justify-content: end;
}
.control-label:after {
    font-size: 25px;
    content: "\f105";
    color: #fff;
    font-family: 'fontawesome-webfont';
    transition-duration: 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
} 
.menuselected .control-label {
    transform: rotate(90deg); 
    transition-duration: 0.5s;
}

header.header_open .header_main_right .menu
{
    position: fixed;
    display: flex;
    flex-direction: column;
    justify-content: start;
    width: 100%;
    height: 100%;
    background: #043459;
    top: 0;
    left: 0;
    z-index: 99; 
    padding-top: 90px;
}
.header_main_right ul.menu > li {
    margin: 0px 4%;
    width: 92%;
    padding: 14px 0px;
    border-bottom: 1px solid #74bcb9;
}
.header_main_right > ul.menu > li > ul {
    display: none;
    position: static;
    width: initial;
    padding: 0px;
    background: transparent;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    left: 0px;
    top: 34px;
    flex-direction: column;
}
.header_main_right >ul.menu > li > .sub-menu:before
{
    display: none;
} 
.header_main_right > ul.menu > li > ul > li {
    margin: 0px;
    padding: 0px 20px;
}
.header_main_right > ul.menu > li > ul > li > a {
    color: #fff;
    font-size: 16px;
    font-family: 'ProximaNova-Regular';
    text-transform: uppercase;
    padding: 14px 0px;
    display: block;
    border-bottom: 1px solid #74bcb9;
    font-weight: normal;
}
.main_menu-fixed.header_open .header_main_right > ul > li > a {
    color: #fff;
}
.main_menu-fixed.header_open .header_main_right > ul > li.current-menu-item > a {
    color: #a2f4e0;
}
.main_menu-fixed.header_open .header_main_right ul.menu > li.current-menu-parent > a
{
    color: #a2f4e0;
} 
.header_main_right > ul.menu > li > ul > li > a:last-child
{
    border-bottom: none;
    padding-bottom: 5px;
}
.menu-icon-p.icons {
    position: fixed;
    top: 20px;
    right: 15px; 
    z-index: 9999;
    width: 30px;
    cursor: pointer;
    display: none;
}
.menu-icon-p .menu-icon {
    height: 2px;
    width: 30px;
    background: transparent;
    cursor: pointer;
    margin: 20px 0px;
    position: relative;
}
.menu-icon-p .menu-icon:before {
    background: #fff;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    transition: background ease 0.1s, bottom ease 0.1s 0.1s, transform ease 0.1s;
    width: 30px;
    transform: rotate(45deg);
    top: 0;
}
.menu-icon-p .menu-icon:after {
    background: #fff;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    transition: background ease 0.1s, top ease 0.1s 0.1s, transform ease 0.1s;
    width: 30px;
    z-index: 99;
    transform: rotate(-45deg);
    bottom: 0;
}
.header_open .menu-icon-p
{
    display: block;
}
.header_main_right > ul.menu > li:hover > ul.sub-menu {
    display: none;
}
.header_open .header_main_right ul.menu > li.menuselected > ul.sub-menu
{
    display: block;
}
.header_main_right > ul > li > a:after
{
    display: none !important;
}
.header_main_right > ul > li.current_page_parent > a {
    color: #a2f4e0;
}
.header_main_right > ul > li.current_page_parent > ul.sub-menu > li.current-menu-item > a {
    color: #a2f4e0;
} 
.common-left-main-left, .common-right-main-left {
    flex: initial;
    width: 100%;
    flex-basis: initial !important;
}
.common-left-main-img, .common-right-main-img {
    flex: initial;
    width: 100%;
    flex-basis: initial !important;
    margin-top: 35px !important;
}
.common-right-main-img
{
    margin-top: 0px !important;
    margin-bottom: 35px !important;
}
.common-right-main {
    padding-left: 30px;
    padding-right: 30px; 
}
.common-right-main-img {
    padding-right: 0px;
}
.common-right-main-img img {
    height: auto;
    width: 100%;
    border-radius: 45px !important;
} 
.commonright {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.commonleft {
    padding-left: 0px !important;
}
.common-left-main
{
    padding-left: 30px;
    padding-right: 30px;
}
.common-left-main-img img {
    border-top-left-radius: 35px !important;
    border-bottom-left-radius: 35px !important;
    width: 100%;
    border-radius: 50px !important;
}
.common-left-main-left p, .common-right-main-left p
{
    padding-right: 0px;
} 
.fundation {
    padding-left: 30px !important;
} 
.whi_full_sha_sec .wp-block-group__inner-container figure:nth-child(2) img
{
    min-height: 250px; 
}
.blog-single-sec .blog-full .blog-right {
    width: 27%;
    padding-left: 30px;
}
.blog-single-sec .blog-full .blog-left {
    width: 73%;
}

}

@media screen and (min-width:768px) and (max-width: 850px)
{
    .blog-section.about_ourteam_sec .about_ourteam_box figure {
    position: relative;
    height: 160px;
}
    .blog-section.about_ourteam_sec .about_ourteam_box .about_ourteam_text {
    padding: 15px;
}
.blog-single-sec .blog-full .blog-right {
    width: 30%;
    padding-left: 30px;
}
.blog-single-sec .blog-full .blog-left {
    width: 70%;
}

}
@media screen and (max-width:768px)
{

}

@media screen and (max-width:767px)
{
	.contact-form-sec .captasubmit {
    margin-top: 10px;
}
	.mobisocialicon i
{
	margin-right: 10px;
    font-size: 25px;
    width: 19px;
    text-align: center;
	color:#a2f4e0;
}
.about_ourteam_box figure {
    height: 300px;
    position: relative;
}
.about_ourteam_box figure img {
    height: 100%;
}
	
.blog-details h1 {
    font-size: 30px;
}
.blog-details h2, .innerpage_sec h2 {
    font-size: 26px;
    line-height: 26px;
}
.blog-details h3, .innerpage_sec h3 {
    font-size: 23px;
}
.blog-details h4, .innerpage_sec h4 {
    font-size: 22px;
}
.blog-details h5, .innerpage_sec h5 {
    font-size: 20px;
}
.blog-details h6, .innerpage_sec h6 {
    font-size: 19px;
}
.blog-single-sec .blog-full .blog-right .side-bar .sidebar_side_block h2 {
    font-size: 26px;
}
    .blog-section.about_ourteam_sec .about_ourteam_box figure {
    position: relative;
    height: 195px;
}
.banner_text:before 
{
    opacity: 0;
}
    .inner_banner_text p {
    padding-left: 15px;
    padding-right: 15px;
} 
.innerpage_sec {
    padding-top: 30px;
    padding-bottom: 30px;
}
.innerpage_sec.innerfullwidth_sec {
    padding-bottom: 0px;
}
    .common-left-main {
    padding-left: 15px;
    padding-right: 15px;
}
.common-left-main-left h2, .common-right-main-left h2 {
    font-size: 21px;
    padding-left: 0;
    min-height: 50px;
    margin-bottom: 15px;
    line-height: 28px;
}
.common-left-main-left p, .common-right-main-left p 
{
    padding-bottom: 15px;
    padding-right: 0px;
}
.common-left-main-left h2:before, .common-right-main-left h2:before {
    content: '';
    width: 30px;
    height: 30px;
    background-size: contain;
}
    .inner_banner_img img {
    height: 270px;
    display: block;
}
.inner_banner {
    height: 270px; 
}
    .inner_banner_text h1 {
    font-size: 30px;
}
.page-template header .wrapper, .page-template-default header .wrapper {
        max-width: 100%;
        padding: 0px 15px;
    }
    .wrapper {
        max-width: 100%;
        padding: 0px 15px;
    }
    .banner_text 
    {
        padding: 0px 15px;
    }
    .fundation 
    {
        padding-left: 15px !important;
    }
    .wrapper_inner {
    max-width: initial;
    margin: auto 15px;
    padding: 0px 0px;
}
.parter_div {
    max-width: initial;
    margin: auto 15px;
}
.header_main_left a img {
    width: 100px;
}
.btndonate input[type="submit"] {
    min-width: 170px;
    height: 44px;
    font-size: 16px;
}
.mobile_hamber {
    margin-left: 10px;
} 
.banner_text h1, .banner_text .h1 {
    line-height: 32px;
    font-size: 30px;
    margin-bottom: 12px;
    filter: none !important;
}
.banner_text h2 {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 12px;
    filter: none !important;
} 
.banner_text p {
    font-size: 20px;
    text-align: center;
    line-height: 24px;
    filter: none !important;
}
.banner_img img {
    height: auto;
    width: 100%;
    object-fit: cover;
    object-position: top;
}
.banner_main_sec:before {
    content: '';
    background-color: hwb(206deg 5% 77% / 0%);
    opacity: 0;
}
.banner_text {
    position: static;
    top: 0%;
    transform: translateY(-0%);
    -webkit-transform: translateY(-0%);
    -moz-transform: translateY(-0%);
    max-width: 1200px;
    margin: auto;
    right: 0; 
    padding-top: 30px;
}
.banner {
    height: auto;
}
.banner_whiteshade {
   display: none; 
}
.banner .slick-dots {
    bottom: -20px;
}
.fundation {
    padding-left: 15px !important;
    padding-right: 15px;
}
.fundation {
    padding-top: 30px;
    padding-bottom: 30px;
}
.h2_icon_darkblue:before {
    content: '';
    position: absolute;
    left: 0px;
    width: 30px;
    height: 30px;
    top: 0px;
    background-size: contain;
}
.h2_icon_darkblue {
    font-size: 26px;
    position: relative;
    padding-left: 43px;
    min-height: 50px;
    margin-bottom: 15px;
    line-height: 28px;
}
.fundation_inner_left p {
    font-size: 18px;
    padding-bottom: 15px;
}
.fundation_inner_left ul li {
    position: relative;
    padding-left: 0px;
    font-size: 16px;
    margin-bottom: 15px;
}
.fundation_inner_left h6 {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
}
.btn_default {
    min-width: 170px;
    height: 44px;
    font-size: 16px;
}
.grant_div {
    width: 100%;
    height: 30px;
    margin-top: -29px;
}
.grant_content {
    width: 100%;
    height: auto;
    min-height: 400px;
    padding-top: 30px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 35px;
}
.grant_content h2 {
    display: inline-flex;
    margin-bottom: 20px;
    min-height: 35px;
}
.grant_content_inner_text h3 {
    font-size: 24px;
    margin-bottom: 10px;
}
.parter_div {
    height: 30px;
}
.fundation_inner_right img {
    width: 100%;
    border-radius: 25px;
}
.parter_sec_content h2 {
    font-size: 28px;
    margin-bottom: 25px;
    filter: drop-shadow(6px 0px 4px rgb(0 0 0 / 36%));
    filter: none;
}
.parter_sec:before
{
    height: 98%;
}
.parter_sec > img:first-child {
    height: 203px;
    object-fit: cover;
    object-position: center;
    width: 100%;
}
.parter_sec .wrapper_inner:nth-child(1)
{

}
.parter_sec .wrapper_inner:nth-child(2)
{

}
.parter_sec .wrapper_inner:nth-child(3)
{
    position: relative;
    background: #fff;
    margin: 0px;
}
.parter_sec_content {
    position: static;
    top: 50%;
    transform: translateY(-0%);
    padding-top: 30px;
    padding-bottom: 0px;
}
.parter_sec_content a {
    font-size: 18px;
    min-width: 250px;
    box-shadow: none;
    filter: none;
}
.parter_sec .grant_shade {
    display: none;
}
.home_contact_se {
    width: 100%;
    height: auto;
    padding-top: 35px;
    padding-bottom: 20px;
}
.home_contact_se h2 {
    margin-bottom: 25px;
    min-height: 35px; 
}
.home_contact_se form p:first-child, .home_contact_se form p:nth-child(2) {
    width: 100%;
}
.home_contact_se form p label {
    font-size: 18px;
    margin-bottom: 5px;
}
.home_contact_se form p input[type="text"], .home_contact_se form p input[type="email"] {
    width: 100%;
    height: 44px;
    font-size: 18px;
    padding-left: 15px;
    padding-right: 15px;
}
.home_contact_se form p {
    margin-bottom: 15px;
}
.home_contact_se form p:nth-child(3) {
    width: 100%;
}
.home_contact_se form p input[type="submit"] {
    min-width: 175px;
    max-width: 175px; 
    height: 44px;
    font-size: 16px;
}
.footer_top_center {
    width: 100%;
    padding-right: 0px;
    padding-bottom: 25px;
}
.h2_icon:before {
    content: '';
    left: 0px;
    width: 28px;
    height: 28px;
    top: 0px;
    background-size: contain;
}
.h2_icon {
    font-size: 22px;
    padding-left: 40px;
    min-height: 30px;
    margin-bottom: 15px;
}
.footer_top {
    padding-bottom: 30px;
    padding-top: 25px;
}
.footer_text ul li {
    padding-bottom: 15px;
}
.footer_text ul li a {
    font-size: 16px;
}
.footer_top_right {
    width: 100%;
    padding-right: 0px;
}
.footer_last p {
    font-size: 16px;
    line-height: 36px;
}
.footer_last h3 {
    font-size: 16px;
    margin-bottom: 10px;
}
.footer_last a {
    font-size: 16px;
    margin-top: 11px;
}
.footer_last a img {
    margin-right: 10px;
}
.footer_middle_left p {
    padding-left: 0px;
    font-size: 16px;
    padding-bottom: 15px;
}
.footer_middle_left form {
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
}
.footer_middle_left form input[type="name"], .footer_middle_left form input[type="email"], .footer_middle_left form input[type="text"] {
    min-width: 320px;
    max-width: 320px;
    height: 44px;
    margin: 0px; 
    margin-bottom: 15px;
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px;
} 
.footer_middle_left form input[type="submit"] {
    min-width: 205px;
    height: 44px; 
    font-size: 16px;
} 
.footer_middle_right ul {
    padding-left: 0px;
    padding-top: 5px;
}
.footer_middle_right ul li {
    margin-right: 15px;
}
.footer_bottom {
    padding-top: 20px;
    padding-bottom: 20px;
} 
.header.main_menu-fixed .mobile_hamber ul li {
    background: #04345a;
}
.common-left-main-left h2, .common-right-main-left h2 {
    line-height: initial;
}
.common-right-main {
    margin-top: 35px;
}
.common-right-main {
    padding-left: 15px;
    padding-right: 15px;
}
.whi_full_sha_sec:before {
    content: '';
    height: 30px; 
}
.about_ourteam_sec h2 {
    margin-bottom: 20px;
    font-size: 26px;
    padding-left: 43px;
    min-height: 28px;
}
.about_ourteam_sec h2:before {
    content: '';
    left: 0px;
    width: 30px;
    height: 30px;
    top: 0px; 
    background-size: contain;
}
.whi_full_sha_sec:before {
    content: '';
    height: 30px;
    margin: auto 15px;
    width: initial;
}
.about_ourteam_box {
    height: auto;
    width: 47.5%;
    margin-left: 1.25%;
    margin-right: 1.25%;
    margin-bottom: 30px;
}
.about_ourteam_text h4 {
    font-size: 18px;
    margin-bottom: 10px; 
}
.about_ourteam_load a {
    min-width: 180px;
    max-width: 180px;
    height: 44px; 
    font-size: 16px;
}
.common-left-main-left .wp-block-button__link, .common-right-main-left .wp-block-button__link, .btndonate input[type="submit"] {
    min-width: 185px;
    height: 44px; 
    font-size: 16px;
}
.common-left-main-left h2, .common-right-main-left h2 {
    min-height: initial;
}
.detail_ourteam_right {
    padding-left: 0px;
    width: 100%;
    padding-top: 30px;
}
.detail_ourteam_right h3 {
    margin-bottom: 15px;
} 
.detail_ourteam_left {
    width: 50%;
}
.inner_banner_text p {
    font-size: 20px;
    padding-top: 10px;
    line-height: 1.4;
}
.common-left-main-left ul li, .common-right-main-left ul li
{
    line-height: 21px !important;
}
.common-left-main-left ul li:before, .common-right-main-left ul li:before 
{
    top: -6px !important;
} 
.become_sec {
    margin-top: 35px;
    padding-left: 15px;
    padding-right: 15px;
}
.become_sec h2 {
    display: inline-flex;
    margin-bottom: 20px;
    font-size: 26px;
    padding-left: 43px;
    align-items: center;
    min-height: initial;
}
.become_sec h2:before {
    content: '';
    left: 0px;
    width: 30px;
    height: 30px;
    background-size: contain;
}
.become_sec p {
    margin: auto;
    margin-bottom: 30px;
    padding-bottom: 0px !important;
    padding-left: 15px;
    padding-right: 15px;
}
.become_sec h3 {
    margin-bottom: 20px;
    font-size: 26px;
    padding-left: 43px;
    min-height: initial;
}
.become_sec h3:before {
    content: '';
    left: 0px;
    width: 30px;
    height: 30px;
    top: 0px;
    background-size: contain;
}
.become_sec ul li:before {
    content: '' !important;
    top: -4px !important;
    left: 0px !important;
    width: 30px !important;
    height: 29px !important;
    background-size: contain !important;
}
.become_sec ul li {
    font-size: 20px !important;
    padding-left: 45px !important;
    margin-bottom: 25px !important;
    position: relative !important;
}
.become_sec h4 {
    font-size: 19.96px;
    padding-left: 45px;
    margin-bottom: 20px;
    padding-top: 0px;
}
.become_sec select {
    min-width: 100%;
    height: 48px;
    outline: none;
    border-radius: 35px;
    border: 2px solid #a2f4e0;
    padding-left: 20px;
    padding-right: 20px;
    appearance: none;
    font-size: 18px;
    border-top-right-radius: 35px;
    border-bottom-right-radius: 35px;
    border-right: 2px solid #a2f4e0;
    background-position: 93% 50% !important;
}
.become_sec form {
    text-align: center;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
.become_sec form table
{
    width: 100%;
    margin-bottom: 15px;
}
.become_sec input
{
    position: relative;
    left: 0px;
}
.contact_title_sec h2 {
    display: inline-flex;
    margin-bottom: 20px;
    line-height: initial;
    min-height: initial;
}
.contact-form-sec {
    width: 100%;
    height: auto;
    padding-top: 30px;
}
.innerpage_sec .container {
    max-width: 100%;
    margin: auto;
    padding: 0px 15px;
}
.contact-form-sec form p, .grantcontact-form-sec form p {
    display: flex;
    flex-direction: column;
    text-align: left;
    margin-bottom: 15px;
    width: 100%;
    padding-bottom: 0px !important;
}
.contact-form-sec form p input[type="text"], .contact-form-sec form p input[type="email"], .contact-form-sec form p input[type="tel"],
.grantcontact-form-sec form p input[type="text"], .grantcontact-form-sec form p input[type="email"], .grantcontact-form-sec form p input[type="tel"] {
    outline: none;
    width: 100%;
    height: 48px;
    border: 1px solid #707070;
    border-radius: 5px;
    color: #043359;
    font-family: 'ProximaNova-Regular';
    font-size: 18px;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 5px;
}
.contact-form-sec .wpcf7-form-control-wrap.recaptcha,
.grantcontact-form-sec .wpcf7-form-control-wrap.recaptcha 
{
    position: relative;
    width: 100%;
    margin-bottom: 15px;
}
.innerpage_sec {
    padding-bottom: 0px;
}
.newsletter-form form .es-field-wrap {
    width: 100%;
}
.footer_middle_left form input[type="name"], .footer_middle_left form input[type="email"], .footer_middle_left form input[type="text"] {
    min-width: 100%;
    max-width: 100%;
    }
    .whi_full_sha_sec .wp-block-group__inner-container figure:nth-child(2) img {
    min-height: 120px;
}
.inner_banner_text
{
    top: 63%;
}
.become_sec .wp-block-group__inner-container, .content-empty-sec .wp-block-group__inner-container {
    max-width: initial;
    margin: auto 15px;
}
.content-empty-sec {
    margin-top: 35px;
    width: 100%;
}
.blog-single-sec .blog-full .blog-right {
    width: 100%;
    padding-left: 0px;
}
.blog-single-sec .blog-full .blog-left {
    width: 100%;
}
.blog-single-sec
{
    padding-top: 30px;
}


}   

@media screen and (max-width:499px)
{
	.about_ourteam_sec h2 {
    text-align: left;
}
	.about_ourteam_box figure {
    height: auto;
    position: relative;
    overflow: hidden;
}
	.about_ourteam_box figure img {
    height: 100%;
}
    .blog-section.about_ourteam_sec .about_ourteam_box {
    margin-bottom: 20px;
}
    .about_ourteam_box {
    height: auto;
    width: 97.5%;
    margin-left: 1.25%;
    margin-right: 1.25%;
    margin-bottom: 30px;
}
    .whi_full_sha_sec:before {
    height: 20px;
}
}

.contact-form-sec form p select
{
	outline: none;
    width: 100%;
    height: 48px;
    border: 1px solid #707070;
    border-radius: 5px;
    color: #043359;
    font-family: 'ProximaNova-Regular';
    font-size: 18px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 12px !important;
    appearance: none;
	background-repeat: no-repeat;
    background-position: 97% 50% !important;
    background: url(../images/select-down.png) no-repeat;
}
.grant_content_inner_text ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    padding-bottom: 5px;
}
.grant_content_inner_text ul li {
    position: relative;
    padding-left: 40px;
    color: #04345a;
    margin-bottom: 10px;
	
    font-family: 'ProximaNova-Regular';
    font-size: 18px;
}
.grant_content_inner_text ul li:last-child 
{
	margin-bottom:0px;
}
.grant_content_inner_text ul li:before {
    content: '';
    position: absolute;
    left: 0px;
    width: 26px;
    height: 26px;
    background-image: url(../images/check-list.png);
    background-repeat: no-repeat;
    top: -1px;
    background-size: cover;
}

@media screen and (max-width:1023px)
{
	.grant_content_inner_text ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    padding-bottom: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
}

@media screen and (max-width:767px)
{
	.contact-form-sec form p select
	{
		padding-left: 15px;
    	padding-right: 15px;
	}
	.grantcontact-form-sec form p:nth-child(31) > label {
    width: 100% !important;
    margin-bottom: 15px !important;
}
}
.page-id-572 .innerpage_sec
{
	padding-top: 30px;
    padding-bottom: 30px;
}

.page-id-572 .innerpage_sec h3
{
	text-align: center;
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
    line-height: 32px;
    margin-bottom: 0;
}
.page-id-572 .home_contact_se
{
	display:none !important;
}

.newsletter-form .es_subscription_message.success
{
    border: 1px solid #a2f4e0 !important;
    color: #a2f4e0 !important;
}


.banner_main .slick-track .banner_main_sec:last-child
{
    display: none !important;
}
@media screen and (max-width: 767px)
{
    .banner_img img {
        height: 350px;
        width: 100%;
    }
    .banner_text h1, .banner_text .h1
    {
        color: #04345a !important;
    }
    .banner_text p
    {
        color: #04345a !important; 
    }
    .banner_text h2
    {
        text-shadow: 0 0 #04345a !important;
    }
}