/* 
Theme Name:		 oceanwpchild
Theme URI:		 http://childtheme-generator.com/
Description:	 oceanwpchild is a child theme of OceanWP, created by ChildTheme-Generator.com
Author:			 Nuvew
Author URI:		 http://childtheme-generator.com/
Template:		 oceanwp
Version:		 1.0.0
Text Domain:	 oceanwpchild
*/


/* inter-300 - latin */
@font-face {
    font-display: swap; 
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    src: url('./fonts/inter-v18-latin-300.woff2') format('woff2'); 
  }

  /* inter-500 - latin  */
  @font-face {
    font-display: swap; 
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    src: url('./fonts/inter-v18-latin-500.woff2') format('woff2'); 
  }

  /* inter-600 - latin */
  @font-face {
    font-display: swap; 
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    src: url('./fonts/inter-v18-latin-600.woff2') format('woff2'); 
  }
  /* inter-700 - latin */
  @font-face {
    font-display: swap; 
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    src: url('./fonts/inter-v18-latin-700.woff2') format('woff2'); 
  }
  /* inter-800 - latin */
  @font-face {
    font-display: swap; 
    font-family: 'Inter';
    font-style: normal;
    font-weight: 800;
    src: url('./fonts/inter-v18-latin-800.woff2') format('woff2'); 
  }
  /* inter-900 - latin */
  @font-face {
    font-display: swap; 
    font-family: 'Inter';
    font-style: normal;
    font-weight: 900;
    src: url('./fonts/inter-v18-latin-900.woff2') format('woff2'); 
  }



:root {
    --blue: #1e90ff;
    --white: #ffffff;
    --header-font: 'Poppins', sans-serif;
    --paragraph-font: 'Poppins', sans-serif;
    --placeholdercolor: #000;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}
body {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    font-family: var(--paragraph-font);
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
section + section {
    margin-top: 30px;
}
.clear {
    clear: both;
}
.alignleft, .alignright, .aligncenter {
    margin-bottom: 10px;
}
.alignnone {
    margin-bottom: 10px;
}
.alignleft {
    float: left;
    margin-right: 15px;
    margin-top: 0;
}
.alignright {
    float: right;
    margin-left: 15px;
    margin-top: 0;
}
.aligncenter {
    display: block;
    margin: 0 auto 15px auto;
}
iframe, img {
    max-width: 100%;
    border: none;
}
img {
    height: auto;
}
a {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    text-decoration: none;
    transition: 0.5s;
    outline: none;
}
h1, h2, h3, h4, h5, h6 {
    font-family: serif;
    font-family: var(--header-font);
    font-weight: 700;
    margin: 0 0 20px 0;
    padding: 0;
}
p, li, ul, ol, blockquote {
    font-family: sans-serif;
    font-family: var(--paragraph-font);
    font-weight: 400;
    margin: 0 0 10px 0;
    padding: 0;
}
p {
    margin: 0 0 20px 0;
}
li.menu-item {
    list-style: none;
}
a:visited {
    color: inherit;
}
a:hover {
    text-decoration: none;
}
a, a:hover, input[type="submit"], button {
    outline: 0;
}
button, html [type="button"], [type="reset"], [type="submit"], select, input[type="search"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    border-radius: 0
}
input::-webkit-input-placeholder {
    color: var(--placeholdercolor);
}
input::-moz-placeholder {
    color: var(--placeholdercolor);
}
input:-ms-input-placeholder {
    color: var(--placeholdercolor);
}
input:-moz-placeholder {
    color: var(--placeholdercolor);
}
html {
    scroll-behavior: smooth;
}
.container {
    width: 100%;
    max-width: 1760px;
    margin: 0 auto;
}
.d-none, .hide {
    display: none !important;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.clear {
    clear: both;
}
.clear-left {
    clear: left;
}
.clear-right {
    clear: right;
}
/**/
@media screen and (min-width: 992px) {
    .header-sticky {
        display: none !important;
    }
}
.header-sticky {
    background: #141414;
    padding: 10px;
    display: none;
}
.header-sticky.fixed-header {
    display: block;
    position: fixed;
    top: 0;
    width: 100%;
    padding: 10px 2%;
    z-index: 9999;
}
.header-sticky .sicky-cnt {
    width: 25%;
    float: left;
    text-align: center;
    font-size: 15px;
    color: #c4c9b2;
    padding: 0 8px;
}
.header-sticky .mobile_src_nav, .header-sticky .showhide {
    display: block;
}
.header-sticky .mobile_src_nav {
    background: transparent;
}
.mobile_src_nav {
	display: none;
	width: 100%;
	float: left;
	position: relative;
	padding: 10px 0;
	background-color: #0d3b62;
}
.mobile_src_nav .container {
	position: relative;
}
#site-logo #site-logo-inner a img {
    opacity: 100% !important;
}


/**/
/**/
.cmn-btn {
    background-color: var(--blue);
    color: #fff;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s;
}
/**/


#outer-wrap {
    background-color: #fff;
    min-height: 100vh;
}
#floatingMenu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: -99999;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.floatingMenu-list {
    position: fixed;
    top: 0;
    right: -400px;
    z-index: 5;
    background: #6ba2b8;
    width: 100%;
    max-width: 400px;
    height: 100vh;
    padding: 25px;
    overflow-y: auto;
    box-sizing: border-box;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
#floatingMenu.openMenushadow {
    z-index: 99999;
}
#cloaseFloatingMenu {
    text-align: right;
    font-size: 50px;
    line-height: 1;
    font-weight: 700;
    display: block;
    clear: both;
    color: #ffffff;
    background: none;
    border: none;
    margin: 0 0 0 auto;
}
#cloaseFloatingMenu2 {
    width: 100vw;
    height: 100%;
    font-size: 0px !important;
    background-color: rgba(0, 0, 0, 0.5);
    border: none;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
#floatingMenu.openMenushadow #cloaseFloatingMenu2 {
    opacity: 1;
}
#floatingMenu.openMenu .floatingMenu-list {
    right: 0;
}
.floatingMenuInner li {
    position: relative;
}
.floatingMenuInner a {
    color: #fff;
    letter-spacing: 0.4px;
    font-family: 'Asap', sans-serif;
    font-weight: 500;
    padding: 4px 0;
    font-size: 18px;
    display: block;
    line-height: 1;
    border-bottom: 1px solid #222222;
}
.floatingMenuInner .sub-menu {
    display: none;
}
.floatingMenuInner .menu-item-has-children>a:after {
    content: '';
    width: 10px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 15px;
    right: 6px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.floatingMenuInner .menu-item-has-children>a:before {
    content: '';
    width: 2px;
    height: 10px;
    position: absolute;
    top: 11px;
    right: 10px;
    display: block;
    opacity: 1;
    background-color: #fff;
}
.floatingMenuInner li.openSubMenu.menu-item-has-children>a::before {
    opacity: 0;
}
.togsearch .screen-reader-text {
	font-size: 0;
}
.togsearch input {
	width: 100%;
	float: left;
	padding: 17px 20px 16px 20px;
	text-transform: uppercase;
	line-height: normal;
	background-color: transparent;
	font-family: 'Poppins', sans-serif;
	font-style: italic;
	color: #fff !important;
	font-size: 16px;
	border: 0;
	outline: none;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-color: #013183;
}
.togsearch .search-submit {
	position: absolute;
	top: 18px;
	right: 15px;
	width: 18px;
	height: 20px;
	border: none;
	background: url(images/sprite_icons.png) no-repeat;
	background-position: -54px 0px;
	text-indent: -9999px;
	padding: 0;
	cursor: pointer;
}
/* Top Menu Section Ends */

#top-bar-wrap{ display: none;}
#site-header{
    border-bottom: none;
    position: absolute;
    width: 100%;
    background-color: transparent;
    border-bottom: 0;
    z-index: 100;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
#top-bar-wrap {
    border-bottom: none;
}
.topmenu ul#main-menu li.search-toggle-li{
    display: none;
}
#site-logo {
    float: none !important;
}
#site-header-inner {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-top: 26px;  
}
.topmenu {
    margin-left: auto;
}
.main-menu {
    margin: 0;
    display: flex;
    align-items: center; 
    justify-content: flex-start;
    position: relative;
}

.main-menu .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 200px;
    background-color: #fff;
    margin: 0;
}
.main-menu li {
    position: relative;
    margin: 0;
}
.main-menu>li {
    margin: 0px 25px;
}
.main-menu li:hover>.sub-menu {
    display: block;
}
.main-menu .sub-menu .sub-menu {
    top: 0;
    left: 100%;
}
.main-menu .sub-menu a {
    display: block;
    padding: 10px 15px;
    border-bottom: 1px solid #eee;
}
.main-menu .sub-menu a:hover {
    background-color: #f5f5f5;
}
.dekstopMenuBtn {
    padding: 10px 20px;
    border: 2px solid #ccc;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
.dekstopMenuBtn span.line {
    width: 15px;
    height: 2px;
    background-color: #000;
    border-radius: 2px;
    display: block;
}
.dekstopMenuBtn span.line.line-2 {
    margin: 2px 0;
}
.main-menu-mobile li {
    position: relative;
    margin: 0 0 10px;
    list-style: none;
}
.main-menu-mobile a {
    display: block;
    font-family: 'Inter';
    font-weight: 600;
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: 0px;
    position: relative;
    color: #ffffff;
}
.main-menu-mobile a:hover{
    color: #0d3b61;
}
.main-menu-mobile .drop {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 25px;
    background-image: url(images/plus.png);
    background-color: transparent;
    background-size: auto 20px;
    background-position: center right;
    background-repeat: no-repeat;
    border: none;
    outline: none;
}
.main-menu-mobile .drop.open {
    background-image: url(images/minus.png);
    width: 25px;
}
/* wide Manu */

.topmenu ul li a{
    font-family: 'Inter';
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    letter-spacing: -1px;
    margin: 0;
    color: #0d3b61;
}
.main-menu .menu-item a:hover, .topmenu ul li.current-menu-item a{
    color: #6ba2b8;
}

a.donate-btn {
    font-family: 'Inter';
    font-weight: 600;
    font-size: 26px;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #417021;
    padding: 20px 36px 17px;
    border-radius: 7px;
    line-height: 1;
    letter-spacing: -1px;
    margin: 0;
    color: #fff;
    display: inline-block;
}
a.donate-btn:hover {
	background-color: #0d3b61;
    color: #fff;
}

.top-btn {
    margin-left: 24px;
}

.topmenu ul li.wide-menu {
	position: static;
}
.topmenu ul li.wide-menu ul.sub-menu {
	position: absolute;
	left: 0;
	top: 100%;
	width: 500px;
	background-color: #f1f1f1;
	padding: 0;
	z-index: 999;
	display: none;
}
.topmenu ul li.wide-menu:hover ul {
	display: block;
}
.topmenu ul li.wide-menu ul li {
	width: 50%;
	margin: 0px;
	float: left;
	border: 0
}
.topmenu ul li.wide-menu ul li a {
	text-transform: capitalize;
	font-size: 14px;
	padding: 10px 10px;
	width: 100%;
	float: left;
	border: 0;
	background-color: transparent;
	transition-duration: 0.5s;
}
.topmenu ul li.wide-menu ul li a:hover {
    background-color: #f5f5f5;
	color: #000;
}
.topmenu ul li.wide-menu ul li ul.sub-menu {
	position: inherit;
	top: inherit;
	left: inherit;
	padding: 0 0 0 10px;
	width: 100%;
}
.topmenu ul li.wide-menu ul li ul li {
	width: 100%;
	margin: 0 0px;
	float: left;
	padding: 5px 0;
}
.topmenu ul li.wide-menu ul li ul li:last-child {
	border-bottom: 0;
}
.topmenu ul li.wide-menu ul li ul li a {
	width: 100%;
	font-weight: normal;
}
/* wide Manu */
/* Accordion */
.accordion {
    display: flex;
    flex-direction: column;
    gap: 10px; 
    max-width: 1000px;
    margin: 0 auto;
}
.accordion-section-content {
    display: none;
    background-color: #999;
    transition: all 0.3s ease-in-out 0s;
}
.accordion-section.accordien-active .accordion-section-content {
    padding: 10px;
    border-radius: 0 0 5px 5px;
    display: block;
}
.accordion-section .accordion-heading {
    background-color: #ccc;
    padding: 10px 15px;
    margin: 0;
    cursor: pointer;
    /* background-image: url(images/plus.png); */
    background-image: url(images/bottom-arrow-angle.png);
    background-size: 25px auto;
    background-position: center right 20px;
    background-repeat: no-repeat;
}
.accordion-section.accordien-active .accordion-heading {
    background-image: url(images/right-arrow-angle.png);
}
.accordion-section .accordion-heading {
    border-radius: 5px;
}
.accordion-section.accordien-active .accordion-heading {
    border-radius: 5px 5px 0 0;
}
/* Accordion */
/* tabs */
.tab-btn, .tab-btn:hover {
    padding: 15px 30px;
    border-radius: 5px;
    background-color: #f9f9f9;
    border: 1px solid #999;
    top: -2px;
    position: relative;
    outline: none;
}
.tab-btn:hover {
    background-color: #f6f6f6;
}
.tab-btn.tab-btn-active {
    background-color: #f2f2f2;
    border-color: #f2f2f2;
    top: 2px;
    border-radius: 5px 5px 0 0;
}
.tab-content-area {
    background-color: #f2f2f2;
    padding: 20px;
    border-radius: 0 5px 5px 5px;
}
.tab-pane {
    display: none;
}
.tab-pane.tab-pane-active {
    display: block;
}
/* tabs */

/* Single Post */
.post-prev-next {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
}
.post-prev-next>div {
    width: 100%;
}
/* single Post */
/* single People */
.related-people {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
    flex: 1 1 auto;
}
.related-people .related-post {
    width: 100%;
    max-width: calc((100% / 3) - 7px);
    padding: 15px;
    background-color: #f3f3f3;
}
/* single People */

a:focus {
    outline: none !important;
}


/* Banner Styles */


.banner-sctn{
    position: relative;
    padding: 165px 0 100px;
    background-image: url(images/hmbanner-bg-img.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}
.banner-sctn::before{
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 176px;
    background-image: url(images/hmban-bottom-img.webp);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}
.banner-sctn::after{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 1407px;
    background-image: url(images/hmbanner-layer022425.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.hmban-blk{
    display: flex;
    justify-content: start;
    position: relative;
    z-index: 1;
}
.hmban-rgt {
    width: 39.3%;
}
.hmban-lft {
    width: 47%;
    padding: 158px 0 0 30px;
    padding-bottom: 0;
    margin-right: 110px;
}
.hmban-rgt-img img{
    display: block;
    width: 100%;
}
.hmban-lft h1{
    font-family: 'Inter';
    font-weight: 600;
    font-size: 72px;
    line-height: 1;
    letter-spacing: -1.44px;
    margin: 0 0 55px 0;
    color: #0d3b61;
}
.hmban-lft h1 strong{
    color: #6ba2b8;
    font-weight: 900;
    font-size: 144px;
    letter-spacing: -3.34px;
    line-height: 1;
}
.hmban-itm-lst{
    display: flex;
    justify-content: start;
    gap: 10px;
}
.hmban-itm h4{
    font-family: 'Inter';
    font-weight: 800;
    font-size: 20px;
    line-height: 1;
    letter-spacing: -0.4px;
    margin: 0;
    color: #0d3b61;
    text-transform: uppercase;
}
.hmban-itm-icn {
    width: 78px;
    height: 72px;
    background-color: #f0f6f8;
    border-radius: 10px;
    margin: 0 auto 25px;
    position: relative;
}
.hmban-itm {
    padding: 26px 32px 19px;
    text-align: center;
    border: 4px solid rgb(107, 162, 184);
    background-color: rgb(255, 255, 255);
    border-radius: 8px;
    width: 28.4%;
}
.hmban-itm-icn::before{
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-image: url(images/hmban-icn1.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 47px;
    height: 51px;
}
.hmban-itm-icn.one::before{
    background-image: url(images/hmban-icn2.png);
    width: 49px;
    height: 49px; 
}
.hmban-itm-icn.high::before{
    background-image: url(images/hmban-icn3.png);
    width: 41px;
    height: 41px;
}

/* Footer Styles */

.site-footer .container{
    width: 100%;
    max-width: 1440px;
    margin: auto;
}

#footer-bottom #footer-bottom-menu {
    float: none;
}
#footer-widgets{display: none;}
#footer-bottom {
    background-color: #ffffff;
    padding: 184px 0 75px;
    position: relative;
    color: #fff;
}
#footer-bottom::before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-image: url(images/ftr-top-layer.webp);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 176px;
    z-index: 1;
}
#footer-bottom::after{
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-image: url(images/footer-layer.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 1217px;
    opacity: 56%;
    visibility: visible;
}
#footer-bottom #footer-bottom-menu, #footer-bottom #copyright {
    padding: 0;
    width: 100%;
}
#footer-bottom #footer-bottom-menu ul li a{
    font-family: 'Inter';
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    letter-spacing: -1px;
    margin: 0;
    color: #0d3b61;
}
#footer-bottom #footer-bottom-menu ul {
    display: flex;
    justify-content: center;
    margin: 0;
    list-style: none;
    margin: 0 auto 25px;
    padding: 0;
    text-align: center;
}
#footer-bottom #footer-bottom-menu li {
    float: none;
    padding: 2px 38px;
    border-right: 2px solid #0d3b61;
    margin-bottom: 0px;
}
#footer-bottom #footer-bottom-menu li:last-child{
    border-right: none;
    padding-right: 0;
}
#footer-bottom #footer-bottom-menu li:first-child{
    padding-left: 0;
}
#footer-bottom #footer-bottom-menu li:after{
    display: none;
}
.footer-btm-blk {
    display: flex;
        justify-content: flex-end;
        align-items: center;
        margin-bottom: 30px;
}
.ftrscl-iconslst {
    font-size: 0;
	display: flex;
    justify-content: center;
}
.footer-btm-sec{
    border-top: 3px solid #0d3b61;
    padding: 48px 45px 60px;
    border-bottom: 3px solid #0d3b61;
    margin-bottom: 52px !important;
}
.ftrscl-icons h4{
    font-family: 'Inter';
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    letter-spacing: -1px;
    margin: 0 0 10px;
    color: #0d3b61; 
    text-align: center;
}
.ftrscl-iconslst a {
    display: inline-block;
    width: 63px;
    height: 61px;
    background-image: url(images/hm-sprites.webp);
    background-repeat: no-repeat;
    font-size: 0;
    margin: 0 5px;
}
.ftrscl-iconslst a.facebook {
    background-position: -10px -10px;
}
.ftrscl-iconslst a.facebook:hover {
    background-position: -10px -99px;
}
.ftrscl-iconslst a.instagram {
    background-position: -93px -10px;
}
.ftrscl-iconslst a.instagram:hover {
    background-position: -93px -99px;
}
.ftrscl-iconslst a.twitter {
    background-position: -177px -10px;
}
.ftrscl-iconslst a.twitter:hover {
    background-position: -177px -99px;
}
/* .ftrbtm-btn a{
    font-family: 'Inter';
    font-weight: 600;
    font-size: 20px;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #f3c200;
    border: 1px solid #f3c200;
    padding: 18px 31px;
    border-radius: 7px;
    line-height: 1;
    letter-spacing: -1px;
    margin: 0;
    color: #0d3b61 !important; */
    display: inline-block;
}
.ftrbtm-btn a:hover {
    background-color: #0d3b61;
    color: #fff !important;
}
.ftrbtm-rit-img img {
    width: 100%;
    display: block;
}
.ftrbtm-lst {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.footer-btm-rgt {
    width: 26.5%;
}
.ftr-logo {
    width: 319px;
}
.ftrscl-icons {
    width: 16.8%;
}
.ftrbtm-itm {
    margin: 0px 3.25%;
}
.footer-btm-sec p{
    font-family: 'Inter';
    font-weight: 300;
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: -0.36px;
    margin: 0 0 0px;
    color: #0d3b61; 
    text-align: center;
}
#copyright p.copy {
    margin-bottom: 0;
}
#copyright p, #copyright p a {
    font-family: 'Inter';
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    color: #0d3b61;
    margin-bottom: 30px;
    letter-spacing: -1px;
    text-align: left;
	text-transform:capitalize;
	text-align:center;
}
#footer-bottom #copyright {
    float: none;
    text-align: center;
    padding-right: 0;
}
#footer-bottom #copyright {
    padding-left: 0!important;
}
#footer-bottom #footer-bottom-menu a:hover {
    color: #6ba2b8;
}
#footer-bottom a:hover {
    color: #6ba2b8;
}
div#footer-bottom-inner {
    position: relative;
    z-index: 1;
}


.cmn-btn{
    display: inline-block;
    font-family: 'Inter';
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    letter-spacing: -0.4px;
    color: #0d3b61;
    margin: 0 0 0px 0;
    padding: 17px 28px;
    background-color: #ffffff;
    border: 4px solid #78aabe;
    border-radius: 8px;
}
.cmn-btn:hover{
    color: #78aabe;
    border-color: #0d3b61;
}


/* Home Testimonials Section */

.hm-testimonials .container{
    width: 100%;
    max-width: 1440px;
    margin: auto;
}
.testi-reviews-btn{
    text-align: center;
}
.testi-reviews-btn a{
    padding: 17px 42px;
}
.hm-testimonials{
    padding: 0px 0 63px;
    position: relative;
}
.hm-testimonials-tit{position: relative;}
.hm-testimonials-tit:before {
    content: "";
    position: absolute;
    background-image: url(images/hm-testi-bfr.webp);
    background-repeat: no-repeat;
    background-size: contain;
    width: 42px;
    height: 270px;
    top: -260px;
    left: 0;
}
.hm-testimonials h2{
    font-size: 70px;
    font-family: "Inter";
    font-weight: 600;
    line-height: 1;
    letter-spacing: -1.4px;
    color: #0d3b61;
    margin: 0 0 45px;
}
.hm-testimonials h2 small{
    font-size: 48px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -0.955px;
    text-transform: capitalize;
    background: linear-gradient(to bottom, rgba(107,161,183,1) 0%,rgba(125,185,232,0) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.hmtesti-item{
    background-color: #fff;
    border-radius: 8px;
    padding: 25px 20px 50px;
    position: relative;
    box-shadow: 0px 0px 51px 0px rgba(0, 0, 0, 0.08);
    width: 100%;
}
.hmtesti-item h5{
    font-size: 24px;
    font-family: 'Inter';
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.48px;
    text-transform: capitalize;
    color: #6ba2b8;
    margin: 0 0 18px;
    padding: 0 0 22px;
    position: relative;
}
.hmtesti-item h5:before{
    content: "";
    position: absolute;
    border-bottom: 1px solid #6aa0b6;
    width: 70px;
    bottom: 0;
    left: 0;
}
.hmtesti-item p{
    font-size: 18px;
    font-family: 'Inter';
    font-weight: 300;
    line-height: 1.66;
    letter-spacing: -0.36px;
    color: #0d3b61;
    margin: 0 0 50px;   
}
.hmtesti-btn a{
    font-size: 20px;
    font-family: 'Inter';
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.4px;
    color: #0d3b61;
    text-transform: capitalize;
    margin: 0 0 0px; 
    display: inline-block;
    padding: 0 20px 0 0;
    position: relative;
    text-decoration: none;
}
.hmtesti-btn a:hover{
    color: #6ba2b8;
}
.hmtesti-btn a:hover:before{
    background-position: -11px -220px;
}
.hmtesti-list.owl-carousel .owl-stage{
   display: flex;
}
.hmtesti-list.owl-carousel .owl-item{
    display: flex;
}
.hmtesti-btn a:before{
    content: "";
    position: absolute;
    background-image: url(images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position: -11px -179px;
    width: 9px;
    height: 15px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.hmtesti-list.owl-carousel {
    padding: 82px 72px 0px;
    position: relative;
}
.hmtesti-list .owl-stage-outer{
    padding: 0 0 45px;
}
.hmtesti-list.owl-carousel:before{
    content: "";
    position: absolute;
    background-color: #6ba2b8;
    border-radius: 8px;
    width: 100%;
    height: 55.2%;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.hmtesti-btn{
    position: absolute;
    left: 20px;
    bottom: 30px;
}
.hmtesti-list .owl-nav {
    display: flex;
    margin: auto;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 23%;
    bottom: auto;
    z-index: 0;
}
.hmtesti-list .owl-nav button { 
    width: 57px; 
    height: 57px; 
    margin: 0; 
    background: transparent !important; 
    background-image: url(images/hm-sprites.webp) !important; 
    background-repeat: no-repeat !important;
    position: relative;
}
.hmtesti-list .owl-nav button.owl-prev { 
    background-position: -260px -11px !important;
    left: -1.5%;
}
.hmtesti-list .owl-nav button.owl-prev:hover { 
    background-position: -260px -99px !important;
}
.hmtesti-list .owl-nav button.owl-next { 
    background-position: -333px -11px !important;
    right: -1.5%;
}
.hmtesti-list .owl-nav button.owl-next:hover { 
    background-position: -333px -99px !important;
}
.hmtesti-list .owl-nav button span { font-size: 0px;}
.hmtesti-list.owl-carousel .owl-nav{display: flex;}



/* Home Blog Section */

.hm-blog-sec .container{
    width: 100%;
    max-width: 1440px;
    margin: auto;
}
.hm-blog-sec {
    padding: 63px 0 240px;
    position: relative;
    margin: 0;
}
.hm-blog-sec:before{
    content: "";
    position: absolute;
    background-image: url(images/hm-blg-sec-bfr.webp);
    background-repeat: no-repeat;
    background-size: contain;
    width: 12.3%;
    height: 80.3%;
    right: 0;
    bottom: 60px;
    opacity: 30%;
    z-index: 2;
}
.hm-blog-sec .container{
    padding: 0 95px;
}
.blg-itm {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0 0 72px;
    gap: 92px;
}   
.blg-post-cnt {
    width: 73%;
}
.post-img-blk {
    width: 8.5%;
}
.post-img img{
    display: block;
    width: 100%;
}
.post-btm-cnt{
    margin: 0 0 10px;
}
.post-btm-cnt h3{
    margin: 0;
	display:inline-block;
}
.post-btm-cnt h3 a, .dt-rm .post-date{
    font-size: 36px;
    font-family: 'Inter';
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.72px;
    color: #78aabe;
    margin: 0; 
    text-decoration: none;
}
.post-btm-cnt .dt-rm{display:inline-block;}
.blg-post-cnt:hover .post-btm-cnt h3 a, .blg-post-cnt:hover .dt-rm .post-date{
    color: #0d3b61;
}
.post-btm-cnt {
    display: flex;
    align-items: center;
	flex-wrap:wrap;
    gap: 10px;
}
.post-cnt p{
    font-size: 18px;
    font-family: 'Inter';
    font-weight: 300;
    line-height: 1.66;
    letter-spacing: -0.36px;
    color: #0d3b61;
    margin: 0;  
}
.blog-list {
    position: relative;
    z-index: 1;
}
.blog-list::before{
    content: "";
    position: absolute;
    border-left: 6px dotted rgb(0, 66, 104, 0.3);
    left: 12%;
    top: 0;
    bottom: 0;
    margin: auto;
}
.hm-blog-sec h2 {
    font-size: 70px;
    font-family: "Inter";
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: -1.4px;
    color: #0d3b61;
    margin: 0 0 78px;
}
.hm-blog-btn a{
    padding: 17px 32px;
    margin: 0 0 0 10px;
}
.hm-blog-btn {
    position: relative;
    z-index: 1;
}

/* Banner Bottom Section */

.hmbnrbtm-sec {
    padding: 0;
    position: relative;
    margin: 0;
}
/* .hmbnrbtm-sec:before {
    content: "";
    width: 1117px;
    height: 329px;
    background: url(images/bnrbtm-bfr.webp) no-repeat;
    background-size: contain;
    position: absolute;
    right: 0%;
    left: 5.3%;
    bottom: -68px;
    margin: auto;
} */
/* .hmbnrbtm-sec::after {
    content: "";
    width: 1077px;
    height: 264px;
    background: url(images/donate-bfr.webp) no-repeat;
    background-size: contain;
    position: absolute;
    right: 11.3%;
    left: 0;
    top: 0px;
    margin: auto;
} */
.hmbnrbtm-sec .container {
    max-width: 1670px;
    margin: 0 0 0 auto;
}
/* .hmbnrbtm-blk {
    display: flex;
    justify-content: space-between;
    align-items: end;
    position: relative;
} */
.hmbnrbtm-lft {
    width: 31%;
}
.hmbnrbtm-lft h2 small {
    font-family: "Inter";
    font-weight: 900;
    font-size: 48px;
    line-height: 1;
    letter-spacing: -0.96px;
    color: #0d3b61;
    display: block;
    margin-bottom: 22px;
    background: linear-gradient(0deg, rgba(107, 162, 184, 0) 0%, rgba(107, 161, 183, 1) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.hmbnrbtm-lft h2 strong {
    font-family: "Inter";
    font-weight: 900;
    font-size: 120px;
    line-height: 1;
    letter-spacing: -2.4px;
    color: #6ba2b8;
}
.hmbnrbtm-lft h2 {
    font-family: "Inter";
    font-weight: 600;
    font-size: 70px;
    line-height: 1.1;
    letter-spacing: -1.4px;
    color: #0d3b61;
    margin-bottom: 42px;
}
.hmbnrbtm-lft p {
    font-family: "Inter";
    font-weight: 600;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: -0.4px;
    color: #0d3b61;
    margin-bottom: 25px;
}
.hmbnrbtm-lft a.cmn-btn {
    padding: 16px 30px 17px;
    color: #0d3b61;
}
.hmbnrbtm-lft a.cmn-btn:hover {
    border-color: #0d3b61;
    color: #78aabe;
    background-color: #0d3b61;
}
.hmbnrbtm-ryt {
    width: 65.4%;
    position: relative;
    padding: 60px 0 0 55px;
    margin-bottom: -9px;
}
.hmbnrbtm-ryt::before{
    content: "";
    width: 100%;
    height: 55.1%;
    background-color: #6ba1b7;
    border-radius: 8px;
    position: absolute;
    top: 0;
    right: 0;
}
.hmbnrbtm-rytlst.owl-carousel .owl-stage{
    display: flex;
    padding: 0 0 10px 5px !important;
}
.hmbnrbtm-rytlst.owl-carousel .owl-item {
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.08);
}
.hmbnrbtm-rytlst.owl-carousel .hmbnrbtm-itm {
    padding: 67px 20px 73px 22px;
}
.hmbnrbtm-rytlst.owl-carousel .hmbnrbtm-itm h4 {
    font-family: "Inter";
    font-weight: 600;
    font-size: 28px;
    line-height: 1.28;
    letter-spacing: -0.56px;
    color: #0d3b61;
    margin-bottom: 30px;
    min-height: 143px;
}
.hmbnrbtm-rytlst.owl-carousel .hmbnrbtm-itm p{
    font-family: "Inter";
    font-weight: 300;
    font-size: 20px;
    line-height: 1.8;
    letter-spacing: -0.4px;
    color: #0d3b61;
    margin-bottom: 0px;
}
.hmbnrbtm-rytlst.owl-carousel .hmbnrbtm-itm .hmbnrbtm-itmbtn {
    text-align: end;
    position: absolute;
    bottom: 13px;
    right: 29px;
}
.hmbnrbtm-rytlst.owl-carousel .hmbnrbtm-itm .hmbnrbtm-itmbtn a{
    font-size: 0;
    width: 57px;
    height: 57px;
    display: inline-block;
    background: url(images/hm-sprites.webp) no-repeat -333px -11px;
}
.hmbnrbtm-rytlst.owl-carousel .owl-item:hover{
    background-color: #0d3b61;
}
.hmbnrbtm-rytlst.owl-carousel .owl-item:hover .hmbnrbtm-itm p, .hmbnrbtm-rytlst.owl-carousel .owl-item:hover .hmbnrbtm-itm h4{
    color: #6ba1b7;
}


.hmbnrbtm-blk {
    display: flex;
    justify-content: space-between;
    align-items: end;
    position: relative;
    padding-top: 265px;
}
.hmbnrbtm-blk::before {
    content: "";
    width: 1077px;
    height: 264px;
    background: url(images/donate-bfr.webp) no-repeat;
    background-size: contain;
    position: absolute;
    left: 4%;
    top: 0;
    margin: auto;
    pointer-events: none;
}

/* Home Donation Section */

.hmdonation-sec{
    padding: 12px 0 115px;
}
.hmdonation-sec .container {
    max-width: 1680px;
    margin: 0;
    padding: 0 1.8% 0 7.7%;
}
.hmdonation-blk {
    display: flex;
    justify-content: space-between;
    position: relative;
    padding-top: 285px;
}
.hmdonation-blk:before {
    content: "";
    width: 1117px;
    height: 329px;
    background: url(images/bnrbtm-bfr.webp) no-repeat;
    background-size: contain;
    position: absolute;
    right: 5.8%;
    top: 0;
    margin: auto;
}
.hmdonation-lft {
    width: 44.6%;
}
.hmdonation-lft img{
    width: 100%;
    display: block;
}
.hmdonation-ryt {
    width: 53.1%;
    text-align: right;
    padding-top: 56px;
}
.hmdonation-ryt h2 small {
    font-family: "Inter";
    font-weight: 900;
    font-size: 48px;
    line-height: 1;
    letter-spacing: -0.96px;
    color: #0d3b61;
    display: block;
    margin-bottom: 8px;
    background: linear-gradient(0deg, rgba(107, 162, 184, 0) 0%, rgba(107, 161, 183, 1) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.hmdonation-ryt h2 {
    font-family: "Inter";
    font-weight: 600;
    font-size: 70px;
    line-height: 1.14;
    letter-spacing: -1.7px;
    color: #0d3b61;
    margin-bottom: 24px;
}
.hmdonation-ryt p {
    font-family: "Inter";
    font-weight: 600;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: -0.5px;
    color: #0d3b61;
    margin-bottom: 10px;
}
.hmdonation-ryt h6 {
    font-family: "Inter";
    font-weight: 700;
    font-size: 24px;
    line-height: 1.25;
    letter-spacing: -0.68px;
    color: #6ba2b8;
    margin-bottom: 20px;
}
.hmdonate-btn a {
    border: 0;
    text-transform: uppercase;
    display: inline-block;
}
.hmdonate-btn a.cmn-btn:hover {
    background-color: #0d3b61;
    color: #f3c200;
}

/* Home Next Step Section */

.hm-nextstep-section{
    padding: 185px 0 0px;
    margin: 0 0 -276px 0;
    position: relative;
    z-index: 3;
}

.hm-nextstep-section .container{
    max-width: 1440px;
    width: 100%;
    margin: auto;
}
.nxt-stp-sec-list {
    display: flex;
    justify-content: start;
    /* gap: 71px; */
}
  .nxt-stp-left-sec {
    width: 51.8%;
    position: relative;
    padding: 0 60px 0 12px;
    margin-right: 24px;
}
.nxt-stp-lft-topimg{
    position: absolute;
    top: -100px;
    left: 100px;
    z-index: 1;
}
.nxt-step-btn {
    margin: 45px 0 0 0;
}
.nxt-stp-lft-topimg img {
    border-radius: 15px;
}
.nxt-stp-lft-midimg img{
    display: block;
    width: 100%;
    margin: 0;
    padding: 10px;
    background-color: #fafafa;
    border-radius: 5px;
    box-shadow: 0px 0px 51px 0px rgba(0, 0, 0, 0.08);
}
.nxt-stp-lft-bottomimg img{
    display: block;
    margin: 0;
}
.nxt-stp-lft-midimg{
    position: relative;
    border-radius: 5px;

}
.nxt-stp-lft-bottomimg {
    position: absolute;
    bottom: 47px;
    right: 0;
    width: 145px;
    height: 145px;
    background-color: #0d3b61;
    border-radius: 20px;
    padding: 33px 33px 34px 32px;
}
.nxt-stp-rgt-sec {
    width: 43.8%;
}
.nxt-stp-rgt-sec h2{
    font-family: 'Inter';
    font-weight: 600;
    font-size: 70px;
    line-height: 1.3;
    letter-spacing: -1.4px;
    color: #0d3b61;
    margin: 0 0 8px 0;
}
.nxt-stp-rgt-sec h2 small{
    font-family: 'Inter';
    font-weight: 900;
    font-size: 48px;
    line-height: 1.8;
    letter-spacing: -0.9px;
    display: block;
    text-indent: 320px;
    background: linear-gradient(0deg, rgba(107,162,184,0) 0%, rgba(107,161,183,1) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  
}
.nxt-stp-rgt-sec h2 strong{
    font-family: 'Inter';
    font-weight: 900;
    font-size: 120px;
    line-height: 0.7;
    letter-spacing: -2.4px;
    color: #6ba2b8;
}
.nxt-stp-rgt-sec p{
    font-family: 'Inter';
    font-weight: 600;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: -0.4px;
    color: #0d3b61;
    margin: 0 0 32px 0;
    padding-left: 7px;
}
.nxt-stp-rgt-sec p strong{
text-transform: uppercase;
font-weight: 600;
}

/* Home About Section */


.hm-about-section .container{
    width: 100%;
    max-width: 1440px;
    margin: auto;
}
.hm-about-section{padding: 355px 0 40px;background-image: url(images/about-sec-bg-img.webp);background-repeat: no-repeat;background-size: cover;background-position: center;position: relative;z-index: 0;}
  .hm-about-section::after{
    position: absolute;
    content: "";
    background: linear-gradient(180deg, rgba(13,59,97,1) 50%, rgba(107,162,184,1) 50%);
    width: 100%;
    height: 32%;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
}
.hm-about-section .container{
    max-width: 1710px;
    width: 100%;
    margin: 0 auto 0 0;
}
.about-sec-list::after{
    position: absolute;
    content: "";
    background-image: url(images/about-before-img.webp);
    background-repeat: no-repeat;
    background-size: contain;
    width: 42px;
    height: 263px;
    top: -140px;
    right: 98px;
    z-index: 1;
}
.about-sec-list{
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: flex-start;
}
.about-sec-rgt h2{
    font-family: 'Inter';
    font-weight: 600;
    font-size: 70px;
    line-height: 1.3;
    letter-spacing: -1.4px;
    color: #0d3b61;
    text-align: right;
    margin: 0 0 112px 0;
    padding: 0 86px 0 0px;
}
.about-sec-rgt h2 small{
    font-family: 'Inter';
    font-weight: 900;
    font-size: 48px;
    line-height: 2;
    letter-spacing: -0.9px;
    display: block;
    background: linear-gradient(0deg, rgba(107,162,184,0) 0%, rgba(107,161,183,1) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.about-sec-rgt h2 strong{
    font-family: 'Inter';
    font-weight: 900;
    font-size: 140px;
    line-height: 0.7;
    letter-spacing: -2.4px;
    color: #6ba2b8;

}
.about-sec-rgt h2 b {
    font-weight: 600;
    padding: 0 55px 0 0;
}
.about-sec-rgt p{
    font-family: 'Inter';
    font-weight: 600;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: -0.4px;
    color: #0d3b61;
    margin: 0 0 28px 0;
}
.about-sec-rgt p strong{
    text-transform: uppercase;
    font-weight: 600;
}
.about-sec-rgt-cnt {
    width: 93%;
    margin: 0 0px -120px auto;
    border-radius: 20px;
    background-color: #f6f6f6;
    text-align: center;
    padding: 80px 125px 50px;
} 
.about-sec-lft-img img {
    width: 100%;
    display: block;
    margin: 0;
}
.about-sec-left {
    width: 43%;
}
.about-sec-rgt{
    width: 50%;
    padding-top: 117px;
}
.about-sec-tit {
    margin: 0 0 0 -45px;
}

/* One Hour Section */

.hm-onehour-section {
    padding: 0px 0 5px;
    position: relative;
    margin: 0;
}
.hm-onehour-section .container{
    width: 100%;
    max-width: 1440px;
    margin: auto;
}
.onehour-tit {
    position: relative;
    padding-top: 362px;
}
.onehour-tit::after{
    position: absolute;
    content: "";
    background-image: url(images/hour-before-img.webp);
    background-repeat: no-repeat;
    background-size: contain;
    width: 1077px;
    height: 264px;
    top: 83px;
    left: 0;
}
/* .hm-onehour-section::after{
    position: absolute;
    content: "";
    background-image: url(images/hour-before-img.webp);
    background-repeat: no-repeat;
    background-size: contain;
    width: 1077px;
    height: 264px;
    top: 87px;
    left: 235px;
} */
.onehour-list {
    display: flex;
    justify-content: space-between;
}
.onehour-lft {
    width: 52.1%;
    padding-right: 50px;
}
.onehour-rgt {
    width: 48%;
}
.hm-onehour-section h2{
    font-family: 'Inter';
    font-weight: 600;
    font-size: 70px;
    line-height: 1.1;
    letter-spacing: -1.4px;
    color: #0d3b61;
    margin: 0 0 46px 0;
    display: inline-block;
    text-align: right;
}
.hm-onehour-section h2 small{
    font-family: 'Inter';
    font-weight: 900;
    font-size: 48px;
    line-height: 0.8;
    letter-spacing: -0.9px;
    display: block;
    background: linear-gradient(0deg, rgba(107,162,184,0) 0%, rgba(107,161,183,1) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: left;
}
.hm-onehour-section h2 strong{
    font-family: 'Inter';
    font-weight: 900;
    font-size: 140px;
    line-height: 0.4;
    letter-spacing: -2.4px;
    color: #6ba2b8;
}
.onehour-lft p{
    font-family: 'Inter';
    font-weight: 600;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: -0.4px;
    color: #0d3b61;
    margin: 0 0 40px 0;
}
.onehour-lft p strong{
    text-transform: uppercase;
    font-weight: 600;
}
.onehour-lft h3{
    font-family: 'Inter';
    font-weight: 600;
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: -0.6px;
    color: #0d3b61;
    margin: 0 0 20px 0;
}
.onehour-rgt p{
    font-family: 'Inter';
    font-weight: 600;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: -0.4px;
    color: #0d3b61;
    margin: 0 0 75px 0;
}
.hour-btn .cmn-btn {
    position: relative;
    padding: 17px 28px 17px 60px;
    
}
.hour-btn {
    margin: 0 0 40px 0;
}
.hour-btn .cmn-btn::after{
    position: absolute;
    content: "";
    background-image: url(images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position: -49px -179px;
    width: 30px;
    height: 34px;
    left: 17px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.onehour-lft .hm-btn .cmn-btn{margin: 0 9px 15px 0;}
.onehour-rgt-img {
    position: relative;
    text-align: center;
    margin: auto;
    width: 58.1%;
}
.onehour-rgt-img img {
    margin-top: -107px;
    display: inline-block;
    /* width: 100%; */
    z-index: 1;
    position: relative;
}
.onehour-rgt-img::after {
    position: absolute;
    content: "";
    background-color: #dadada;
    width: 624px;
    height: 624px;
    left: -27%;
    /* top: 0; */
    right: 0%;
    bottom: 0px;
    margin: 0 auto 0;
    border-radius: 50%;
    z-index: 0;
    /* text-align: center; */
}
.ftrbtm-btn {
    font-size: 0;
    line-height: 0;
    margin-bottom: 27px;
}
br{display: block;}
.srcbox form input {
    color: #fff !important;
}
.srcbox input {
    width: 100% !important;
    display: inline !important;
    padding: 6px 30px 6px 13px !important;
    line-height: normal !important;
    background-color: #203a5a !important;
    font-family: 'Outfit', sans-serif;
    font-style: italic;
    color: #fff !important;
    font-size: 16px !important;
    border: 1px solid #fff !important;
    min-height: 40px !important;
}
.srcbox input::placeholder{
    color: #fff !important;
}
.srcbox .close_search {
    width: 17px;
    height: 17px;
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-image: url(images/sprite_icons.png);
    background-repeat: no-repeat;
    background-position: 0 -22px;
    cursor: pointer;
}
.srcshow {
    display: block;
    width: 18px;
    height: 18px;
    cursor: pointer;
    float: left;
    background: url(images/sprite_icons.png) no-repeat left top;
    background-position: -54px 0;
    text-indent: -9999px;
}
.hdr-src {
    transition: 0.5s;
    cursor: pointer;
    display: none;
    width: 18px;
    height: 18px;
    margin-top: 6px;
}
.srcbox {
    z-index: 99999995;
    background-color: #636466;
    position: absolute;
    top: -6px;
    right: 0;
    width: 0;
    overflow: hidden;
    height: 40px;
}
.ftrbtm-btn a.donate-btn:hover {
    color: #fff !important;
}


/* Innerpages Styling */

.page_default .container{
    max-width: 1440px;
}


.page_bnr {
    padding: 240px 0 265px;
    background-image: url(images/page-bnr.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.page_bnr::before{
    content: "";
    width: 100%;
    height: 176px;
    background-image: url(images/page-bnr-bfr.webp);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
}

.page_bnr::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 1407px;
    background-image: url(images/page-bnr-bfr-image.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: top center;
}
.genpg-rite.full-width {
    width: 100%;
}

.page_default {
    position: relative;
    z-index: 1;
}
.page_content{
    padding: 190px 0 150px;
    position: relative;
}
.page_content::before{
    content: "";
    width: 644px;
    height: 196px;
    position: absolute;
    left: 4%;
    top: -15px;
    pointer-events: none;
    background: url(images/page-default-bfr-image.webp) 0% 0% / contain no-repeat;
    margin: auto;

}


.genpg-lft {
    width: 31.3%;
    max-width: 450px;
    float: right;
}

.genpg-rite {
    width: 61.85%;
    float: left;
}

.page_bnr .page_title h1,.page_bnr .page_title h2 {
    font-family: 'Inter';
    font-size: 80px;
    line-height: 1.1;
    font-weight: 900;
    letter-spacing: -1.6px;
    margin: 0 0 70px;
    color: #6ba2b8;
    position: relative;
    display: inline-block;
    text-align: center;
    width: 100%;
    z-index: 1;
}



.inrpg-breadcrumbs {
    color: #0d3b61;
    text-align: center;
    margin: 0 0 0;
    font-family: 'Inter';
    font-weight: 600;
    font-size: 20px;
    letter-spacing: -0.4px;
    line-height: 1.1;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-transform: uppercase;
}
.inrpg-breadcrumbs a:hover{
    color: #6ba2b8;
}
.inrpg-breadcrumbs .current-item{
    color: #6ba2b8;
}


.genpg-rite h1,
.genpg-rite h2,
.genpg-rite h3,
.genpg-rite h4,
.genpg-rite h5,
.genpg-rite h6 {
    font-family: 'Inter';
    color: #0d3b61;
    font-weight: 600;
    margin: 0 0 25px;
    line-height: 1.2;

}

.genpg-rite h1,.genpg-rite h2 {
    font-size: 60px;
    line-height: 1.16;
    font-family: 'Inter';
    color: #0d3b61;
  
    letter-spacing: -1.6px;
}

.genpg-rite h1 strong,.genpg-rite h2 strong{
    font-weight: 600;
    color: #6ba2b8;
}

.genpg-rite h3 {
    font-size: 50px;
    letter-spacing: -1px;
}

.genpg-rite h4 {
    font-size: 40px;
    letter-spacing:-0.8px;
}

.genpg-rite h5 {
    font-size: 30px;
    letter-spacing: -0.5px;
}

.genpg-rite h6 {
    font-size: 26px;
}



.genpg-rite p,.genpg-rite li {
    font-family: 'Inter';
    font-weight: 600;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: -0.4px;
    color: #0d3b61;
    margin: 0 0 30px 0;
    list-style: none;
}

.genpg-rite a {
    color: #6ba2b8;
    text-decoration: none;
}

.genpg-rite li {
    margin: 0 0 20px;
    position: relative;
    padding-left: 25px;
}
.genpg-rite ul li::before{
    content: "";
    width: 8px;
    height: 8px;
    background-color: #6ba2b8;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    left: 1px;
    margin: auto;
}

.genpg-rite ol {
    list-style-position: inside;
}

.genpg-rite ol li {
    list-style: decimal;
}

.genpg-rite li a {
    text-decoration: none;
}

.genpg-rite li a:hover,.genpg-rite a:hover {
    color: #113762;
}

.genpg-rite ol,.genpg-rite ul {
    margin: 0 0 45px 0;
    list-style-position: inside;
}

.page_default .genpg-rite li ul {
    padding: 15px 0 0 10px;
    margin: 0;
  }


.post_single .post-dt,.post_single .meta-author,.post_single .post-category {
    display: inline-block;
}

.genpg-rite ol li:before {
    position: absolute;
    counter-increment: my-sec-counter;
    content: "" counter(my-sec-counter) "" ".";
    color: #2456a6;
    left: 0;
    top: 0;
    background-color: transparent;
    background-image: none;
}

.genpg-rite ol,.genpg-rite ul {
    margin: 0 0 30px 0;
    list-style-position: inside;
    padding-left: 0px;
}

.genpg-rite ol {
    counter-reset: my-sec-counter;
}

.genpg-rite ol li {
    list-style: none;
}


.page_default .genpg-rite ul li > ul li { list-style-type: none; }

.page_default .genpg-rite ul li > ul li > ol li { list-style-type: decimal; }

.page_default .genpg-rite ul li > ul li:before { display: none; }

.page_default .genpg-rite ul li > ol li { list-style-type: decimal; }

.page_default .genpg-rite ul li > ol li:before { display: none; }

.page_default .genpg-rite ul li > ol li > ul li { list-style-type: disc; }



.genpg-rite .clr-cont {
    color: #6ba2b8;
}



/* Common image */

.genpg-rite .page-image{
    background-image: url(images/about-image-bg.webp);
    background-position: left 20px top;
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    justify-content: end;
    padding: 105px 0 33px ;
    margin: 25px 0 60px;
}
.genpg-rite .page-image .cmn-blk-img{
    width: 68.6%;


}
.genpg-rite .page-image img{
    border: 10px solid #ffffff;
    border-radius: 8px;
    box-shadow: 0px 0px 51px 0px rgba(0, 0, 0, 0.08);
    position: relative;
    display: block;
    width: 100%;
}








/* give page */

.genpg-rite .page-image.give-image{
    padding: 75px 0 65px 0px;
    margin: 10px 0 20px;
    background-image: url(images/give-image-bg.webp);
    background-position: top left;

}
.genpg-rite .page-image.give-image .cmn-blk-img{
    width: 74%;
}

.genpg-rite .page-bottom-link{
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.genpg-rite .page-bottom-link a.cmn-btn{
    color: #0d3b61;
}
.genpg-rite .page-bottom-link a.cmn-btn:hover{
    color: #6ba2b8;
    border-color: #78aabe;
}




/* Inner-About Page Start */


.genpg-rite .inr-btm-cntblk {
    padding:0 30px 0 98px;
    position: relative;
    margin-top: 70px;
}

.genpg-rite .inr-btm-cntblk::before{
    content: '';
    position: absolute;
    background-image: url(images/contct-lft.webp);
    background-size:contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 42px;
    height: 142px;
    left: 0;
    top: 0;
    bottom: 0px;
    margin: auto;
}

.genpg-rite .inr-btm-cntblk h2{
    letter-spacing:-1.2px;
    font-weight:900;
    color: #6ba2b8;
}

.genpg-rite .inr-btm-cntblk p{
    color: #6ba2b8;
    margin-bottom:0px;
}


/* Program page */

.genpg-rite .inr-prgrm-top-blk {
    display: flex;
    justify-content: space-between;
    position: relative;
    padding:0 0 269px;
    margin-bottom: 40px;
}


.genpg-rite .inr-prgrm-top-blk:before {
    content: "";
    width: 651px;
    height: 856px;
    background: url(images/prgrm-bfr.webp) no-repeat;
    background-position:top left;
    background-size: contain;
    position: absolute;
    left: 15.5%;
    bottom: 0;
    margin: auto;
}

.genpg-rite .prgrm-top-blk-lft {
    width: 47%;
    position: relative;
}

.genpg-rite .prgrm-top-blk-rgt {
    width: 47.5%;
    position: relative;

}

.genpg-rite .page-image.prgrm-top-blk-img{
    padding: 32px 0 0;
    position: relative;
    background-image: none;
    margin: 10px 0 20px;
}
.genpg-rite .page-image.prgrm-top-blk-img .cmn-blk-img{
    width: 100%;
}

.genpg-rite .prgrm-top-blk-img img{
    width: 100%;
    display: block;
}

.genpg-rite .inr-prgrm-btm-blk h3{
    text-align: center;
    font-weight: 900;
    font-size: 48px;
    line-height: 1;
    letter-spacing: -0.96px;
    color: #0d3b61;
    display: block;
    margin-bottom: 22px;
    background: linear-gradient(0deg, rgba(107, 162, 184, 0) 0%, rgba(107, 161, 183, 1) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 25px;
}

.genpg-rite .inr-prgrm-lst{
    column-count:3;
    gap: 50px;
}

.genpg-rite .inr-prgrm-lst .prgrm-itm{
    display: inline-block;
    width: 100%;
    border-radius: 8px;
    background-color: #ffffff;
    box-shadow: 0px 0px 51px 0px #00000014;
    padding: 72px 53px 30px;
    margin-bottom: 50px;
    min-height: 591px;
}

.genpg-rite .prgrm-itm h6 a{
    line-height: 1.38;
    letter-spacing: -0.5px;
    color: #0d3b61;
}

.genpg-rite .prgrm-itm p{
    font-weight: 300;
    letter-spacing:-0.4px;
    line-height: 1.75;
}
.genpg-rite .prgrm-itm p:last-child {
    margin: 0;
}

.genpg-rite .prgrm-itm:hover{
    background-color: #0d3b61;
}

.genpg-rite .prgrm-itm:hover h6 a,
.genpg-rite .prgrm-itm:hover p{
    color: #6ba2b8;
}

/* resources page */

.page_content.resources_pg::before{
    width: 654px;
    height: 867px;
    left: 8.3%;
    top: 10px;
    background: url(images/resrces-pg-bg.webp) 0% 0% / contain no-repeat;
}

.genpg-rite .page-image.resrce-img{
    padding: 40px 0 70px;
    position: relative;
    justify-content: start;
    background-image: none;
}
.genpg-rite .page-image.resrce-img .cmn-blk-img{
    width: 74%;
}

.genpg-rite .resrces-blk-cnt{
    padding-left: 235px;
}


.genpg-rite .accordion {
    display: flex;
    flex-direction: column;
    gap:0px;
    width: 100%;
    margin:0;
}

.genpg-rite .accordion-section h5{
    margin-bottom: 0px;
}

.genpg-rite .accordion-section h5 a {
    font-size: 40px;
    line-height: 1.1;
    letter-spacing: -0.8px;
    color: #0d3b61;
    display:inline-block;
    font-weight: 700;
    text-transform:capitalize;
    margin-bottom: 0px;
    position: relative;
    padding:30px 98px 45px 0;
}

.genpg-rite .accordion-section-title.active{
    color: #6ba2b8;
    padding:30px 98px 12px 0;
}

.genpg-rite .accordion-section-title.active::before {
    display: block;
}

.genpg-rite .accordion-section-title.active::after{
    display: none;
}

.genpg-rite .accordion-section-title::before {
    content: '';
    position: absolute;
    background-image: url(images/accordion-arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 25px;
    height: 15px;
    right: 3px;
    top: 15px;
    bottom: 0px;
    margin: auto;
    display: none;
}

.genpg-rite .accordion-section:last-child .accordion-section-title::after{
    display: none;
}

.genpg-rite .accordion-section-title::after{
    content: '';
    position: absolute;
    background-color:#6ba2b8;
    width: 350px;
    height: 2px;
    left: 0;
    bottom: 0;
    margin: auto;
}
.genpg-rite .accordion-section p{
    font-size: 18px;
    line-height:1.6;
    letter-spacing:-0.36px;
    font-weight:500;
}

.genpg-rite .accordion-section-content{
    background: transparent;
}

.genpg-rite .page-image.acrdn-img{
    margin: 60px 0 20px;
    padding: 0px;
    background-image: none;
    justify-content: start;
}

.genpg-rite .page-image.acrdn-img .cmn-blk-img {
    width: 76.4%;
}




/* Testimonials page */

.genpg-rite .testimonials{
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    justify-content: center;
    padding-top:15px ;
}
.genpg-rite .testimonials .testi-item{
    width: 31%;
    border-radius: 8px;
    background-color: #ffffff;
    box-shadow: 0px 0px 51px 0px rgba(0, 0, 0, 0.08);
    padding: 45px 25px 50px;
}
.genpg-rite .testi-item h5{
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    color: #6ba2b8;
    letter-spacing: -0.48px;
    margin: 0 0 15px;
    padding: 0 0 20px;
    position: relative;

}
.genpg-rite .testi-item h5::before{
    content: "";
    width: 70px;
    height: 1px;
    background-color: #6ba2b8;
    position: absolute;
    bottom: 0px;
    left: 0px;
    margin: auto;
}
.genpg-rite .testi-item p{
    font-weight: 500;
    font-size: 18px;
    line-height: 1.65;
}




/* Blog page */


.genpg-rite .content-area{width: 100%;padding: 0px;border: 0;float: none;}
.genpg-rite .blog-entry.post .thumbnail{
    width: 27.5%;
    padding: 5px 0 0;
    margin: 0 0  0;
}

.genpg-rite .blog-entry.post  .blog-entry-header{
    width: 67%;
    margin-bottom: 0px;
}

.page_default.blogpg .genpg-rite #content-wrap{
    padding: 20px 0px 0 !important ;
}


.genpg-rite .blg-post-top{
    display: flex;
    justify-content: space-between;
    margin: 0 0 20px;}

.blogpg .genpg-rite .entries {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    gap: 30px;
}

.genpg-rite .entries .blog-entry{
    width: 48.3%;
    box-shadow: 0px 0px 51px 0px rgba(0, 0, 0, 0.08);
    background-color: #ffffff;
    border-radius: 8px;
    padding: 40px 25px 80px;
    margin: 0 ;
    position: relative;
    border-bottom: 0px;
}
.genpg-rite .entries .blog-entry:hover{
    background-color: #0d3b61;
}

.genpg-rite .blog-entry.post .blog-entry-header h4.entry-title{
    line-height: 1;
}
.genpg-rite .blog-entry.post .blog-entry-header .entry-title a {
    font-size: 26px;
    line-height: 1.35;
    color: #0d3b61;
}

.genpg-rite .blog-entry.post .post-content p{
    font-weight: 300;
    font-size: 18px;
    line-height: 1.66;
    letter-spacing: -0.72px;

}
.genpg-rite .blog-entry.post .post-content .post-meta{
    font-family: 'Inter';
    font-weight: 300;
    font-size: 18px;
    line-height: 1.66;
    letter-spacing: 0px;
    color: #0d3b61;
    margin: 0 0 5px;

}
.genpg-rite .blog-entry.post .post-content p:last-child{
    margin-bottom: 25px;
}
.genpg-rite .blog-entry.post .post-content .blog-entry-readmore{
    position: absolute;
    bottom: 50px;
    left: 25px;
}
.genpg-rite .blog-entry.post .post-content .blog-entry-readmore a{
    font-family: 'Inter';
    font-weight: 600;
    font-size: 24px;
    letter-spacing: -0.48px;
    line-height: 1;
    padding: 0;
    border: 0 ;

}

.genpg-rite .entries .blog-entry:hover .entry-title a,
.genpg-rite .entries .blog-entry:hover .post-content .post-meta,
.genpg-rite .entries .blog-entry:hover .post-content p{
    color: #6ba2b8;
    transition-duration:0s ;
}
.genpg-rite .entries .blog-entry:hover .blog-entry-readmore a{
    color: #ffffff;
    transition-duration: 0s;
}
 

.page_default.blogpg .genpg-rite ul.page-numbers{
    margin:30px 0 0;
    text-align: center;
    padding: 0px;
    display: flex;
    justify-content: center;
    gap: 15px;
    align-items: center;
}
.page_default.blogpg .genpg-rite .page-numbers li{
    margin: 0px;
    padding: 0px;
    
}

.page_default.blogpg .genpg-rite .page-numbers li a ,.page_default.blogpg .genpg-rite .page-numbers li span.current{
    font-family: 'Inter';
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0px;
    color: #0d3b61;
    background-color: #ffffff;
    width: 42px;
    height: 42px;
    min-width: 0px;
    border: 4px solid #77a9bd;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    margin: 0px;
}
.page_default.blogpg .genpg-rite .page-numbers li::before{
    display: none;
}
.page_default.blogpg .genpg-rite .page-numbers li span.current{
    background-color: #0d3b61;
    border-color: #0d3b61;
    color: #6ba2b8;
}
.page_default.blogpg .genpg-rite .page-numbers li a.prev,
.page_default.blogpg .genpg-rite .page-numbers li a.next{
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    border: 0px;
    background-color: transparent;
    background-position: center;
    background-size: contain;

}
.page_default.blogpg .genpg-rite .page-numbers li a.prev i,
.page_default.blogpg .genpg-rite .page-numbers li a.next i ,
.page_default.blogpg .genpg-rite .page-numbers li a.prev span,
.page_default.blogpg .genpg-rite .page-numbers li a.next span{
    display: none;
}
.page_default.blogpg .genpg-rite .page-numbers li a.prev{
    background-image: url(images/left-arrow.png);

}
.page_default.blogpg .genpg-rite .page-numbers li a.next{
    background-image: url(images/right-arrow.png);

}
.page_default.blogpg .genpg-rite .page-numbers li span{
    border: 0px;
    color: #abc6d1;
}

.genpg-rite .page-navi {
    display: flex;
    justify-content: space-between;
    margin: 40px 0 0;
}
.genpg-rite .page-navi .page-navi-block a{
    display: inline-block;
    font-family: 'Inter';
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    letter-spacing: -0.4px;
    color: #0d3b61;
    margin: 0 0 0px 0;
    padding: 18px 25px 17px 45px;
    background-color: #ffffff;
    border: 4px solid #78aabe;
    border-radius: 8px;
    background-image: url(images/left-arrow.png);
    background-repeat: no-repeat;
    background-position: center left 26px;
    background-size: auto;
}
.genpg-rite .page-navi .page-navi-block.page-navi-nxt a{
    padding: 18px 65px 17px 40px; 
    background-image: url(images/right-arrow.png);
    background-position: center right 25px;

}
.genpg-rite .page-navi .page-navi-block a:hover{
    background-color: #78aabe;
}

/* Sidebars */

.genpg-lft h4.widget-title{
    font-family: 'Inter';
    font-size: 27px;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: 0px;
    color: #6ba2b8;
    margin: 0 0 30px;
    text-align: center  ;
    border: 0px;
    padding:0px;
}

.genpg-lft .blg-sdbr {
    padding: 0 90px 50px;
    border-right:  6px dotted #abc6d1;
    border-left:  6px dotted #abc6d1;

}
.genpg-lft .blg-sdbr .rss-feed-btn a{
    display: block;
    text-align: center;
    font-weight: 500;
}
.genpg-lft .blg-sdbr .rss-feed-btn a:hover{
    border-color: #6ba2b8;
}


.genpg-lft .blg-sdbr .sidebar-box{
    margin-bottom: 40px;
}
.genpg-lft .blg-sdbr .sidebar-box.widget_archive{
    margin: 0 ;
}
.genpg-lft .blg-sdbr .sidebar-box.widget_search input[type="search"],
.genpg-lft .blg-sdbr .sidebar-box.widget_archive select{

    padding: 15px 40px 15px 25px !important;
    font-family: 'Inter';
    font-weight: 500;
    font-size: 20px !important;
    color: #0d3b61;
    letter-spacing: -0.4px;
    outline: none;
    line-height: 120%;
    background-image: url(images/blgtopbar-arrow.webp);
    background-position: right 45px center;
    background-repeat: no-repeat;
    background-color: #ffffff;
    border: 4px solid #6ba2b8;
    border-radius: 10px;
    position: inherit !important;
    opacity: 1 !important;
    width: 100% !important;
    appearance: none !important;
    height: 100% !important;
    text-transform: capitalize;
}

.genpg-lft .blg-sdbr .sidebar-box .theme-select {
    display: none !important;
}
.genpg-lft .blg-sdbr .sidebar-box.widget_archive select{
    background-image: url(images/archive-bottom-arrow.png);
    background-repeat: no-repeat;
    background-position: center right 25px;
    background-size: auto;
}



/*  Testimonials  Sidebar */

.genpg-lft .page_sdbr{
    padding: 50px 50px 90px;
    position: relative;
    box-shadow: 0px 0px 51px 0px rgba(0, 0, 0, 0.08);
    background-color: #ffffff;
    border-radius: 8px;
    margin: 0 0 50px;
}
.genpg-lft .page_sdbr .sidebar-box {
    margin: 0px;
}
.genpg-lft .page_sdbr .sdbr-top-image{
    padding-right: 85px;
    margin: 0 0 45px;
    position: relative;
}
.genpg-lft .page_sdbr .sdbr-top-image::before{
    content: "";
    width: 42px;
    height: 100%;
    background-image: url(images/sidebar-image-bfr.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 0;
    bottom: 0px;
    margin: auto;
}
.genpg-lft .page_sdbr .sdbr-top-image img{
    border-radius: 8px;
    display: block;
    width: 100%;
}
.genpg-lft .page_sdbr .sdbr-cont p{
    font-family: 'Inter';
    font-size: 18px;
    font-weight: 500;
    line-height: 1.65;
    letter-spacing: -0.36px;
    color: #0d3b61;
    margin-bottom: 30px;
}
.genpg-lft .page_sdbr .sdbr-cont h5{
    font-family: 'Inter';
    font-size: 25px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.5px;
    color: #6ba2b8;
    margin: 0px;
    position: absolute;
    bottom: 55px;
    left: 50px;
}

/* Menu Sidebar */

.genpg-lft .menu-sdbr{
    padding: 0 50px 40px;
    border-right:  6px dotted #abc6d1;
    border-left:  6px dotted #abc6d1;
    text-align: center ;
}
.genpg-lft .menu-sdbr ul{
    margin: 0px;
}
.genpg-lft .menu-sdbr li{
    margin: 0 0 20px;
}
.genpg-lft .menu-sdbr li:last-child{
    margin: 0px;
}
.genpg-lft .menu-sdbr li a{
    font-family: 'Inter';
    font-size: 27px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0px;
    color: #6ba2b8;
    display: inline-block;
    position: relative;

}
.genpg-lft .menu-sdbr li a:hover, .genpg-lft .menu-sdbr li.current-menu-item a {color: #f2c303;}

.genpg-lft .give-now-btn{
    text-align: center;
}
.genpg-lft .give-now-btn a{
    font-family: 'Inter';
    font-size: 26px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.52px;
    color: #ffffff;
    background-color: #008000;
    border-radius: 8px;
    display: inline-block;
    position: relative;
    padding: 20px 40px 19px;

}
.genpg-lft .give-now-btn a:hover{
    background-color: #0d3b61;
}


/* --------- */

.fw{
    float: left;
    width: 100%;
}

.genpg-lft .menu-sdbr ul.sub-menu li a {font-size: 20px;font-weight: 400;}
.genpg-lft .menu-sdbr ul.sub-menu li {margin: 0 0 7px;}
.genpg-lft .menu-sdbr ul.sub-menu {padding-top: 10px;}
.genpg-lft .page_sdbr .sidebar-review-lst.owl-carousel .sdbr-cont h5{position: static;}
.genpg-lft .menu-sdbr li.current-menu-item ul.sub-menu li a {color: #6ba2b8;}
.genpg-lft .menu-sdbr li ul.sub-menu li.current-menu-item a, .genpg-lft .menu-sdbr li.current-menu-item ul.sub-menu li a:hover {color: #f2c303;}