﻿@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&display=swap');



body {
    font-size: 16px;
    color: #000;
    overflow-x: hidden;
    font-weight: 400;
    font-family: "DM Sans", sans-serif;
    background: #fff;
}

body.customize-support header{
    top: 32px;
}

input, select, button, label {
    font-weight: 400;
    font-family: "DM Sans", sans-serif;
}

.modal{
    background: rgba(0, 0, 0, 0.8);
    align-content: center;
}

.material-symbols-outlined.fill {
    font-variation-settings:
    'FILL' 1
}

@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot');
    src: url('../fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/fontawesome-webfont.woff2') format('woff2'),
         url('../fonts/fontawesome-webfont.woff') format('woff'),
         url('../fonts/fontawesome-webfont.ttf') format('truetype'),
         url('../fonts/fontawesome-webfont.svg#fontawesome-webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}

a {
    transition: all ease .5s;
    text-decoration: none;
    color: #000;
    cursor: pointer;
}

button {
    transition: all ease .5s;
}

button {
    outline: 0 !important;
box-shadow: none;
    border: none;
    padding: 0
}

button:focus {
    box-shadow: none
}
.buttons{
    display: inline-flex;
    flex-flow: row wrap;
    gap: 5px 15px;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6,
.display-1, .display-2, .display-3, .display-4, .display-5, .display-6 {
    color: #0D0D0E;
    font-family: "Merriweather", serif;
    font-weight: 400;
}

h1, .h1, .display-1 {
    font-size: 48px;
    font-weight: bold;
    line-height: 1.16;
}

h2, .h2, .display-2 {
    font-size: 40px;
    font-weight: 400;
    line-height: 1.2;
}

h3, .h3, .display-3 {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.3;
}

h4, .h4, .display-4 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.3;
}

h5, .h5, .display-5 {
    font-size: 21px;
    font-weight: 400;
    line-height: 1.5;
}

h6, .h6, .display-6 {
    font-size: 21px;
    line-height: 1.5;
}

p {
    color: #0D0D0E;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.8;
    margin: 0 0 15px 0;
    font-family: "DM Sans", sans-serif;
}

p.big {
    font-size: 24px;
    line-height: 1.8em;
}

p.bigger {

}

p.small {
    font-size: 18px;
    line-height: 1.5;
}

p.smaller {
    font-size: 16px;
    line-height: 1.5;
}

p:last-child {
    margin-bottom: 0;
}

img {
    max-width: 100%;
    height: auto;
}

.btn {
    display: inline-block;
    color: #0D0D0E;
    font-size: 18px;
    font-weight: 600;
    line-height: 62px;
    padding: 0px 25px;
    border-radius: 90px;
    border: 2px solid #FDA740;
    text-align: center;
    transition: all .3s;
    position: relative;
    font-family: "DM Sans", sans-serif;
}

.btn i {
    color: #FDA740;
    margin-right: 7px;
    margin-top: -2px;
    vertical-align: middle;
}

.btn:hover i {
    color: #fff;
}

.btn-default {
    background: none;
    border-color: #3BB1A1;
    background: none;
    color: #0D0D0E;
}

.btn-default:hover,
.btn-default.active {
    border-color: #3BB1A1;
    background: #3BB1A1;
    color: #fff;
}

.btn-secondary {
    border-color: #FDA740;
    background: none;
    color: #0D0D0E;
}

.btn-secondary:hover {
    border-color: #FDA740;
    background: #FDA740;
    color: #0D0D0E;
}

.btn-primary {
    border-color: #EB678F;
    background: none;
    color: #0D0D0E;
}

.btn-primary:hover {
    border-color: #EB678F;
    background: #EB678F;
    color: #0D0D0E;
}

.btn-info {
    border-color: #75BAFF;
    background: none;
    color: #0D0D0E;
}

.btn-info:hover {
    border-color: #75BAFF;
    background: #75BAFF;
    color: #0D0D0E;
}

.btn-dark {
    border-color: #FFFFFF;
    background: none;
    color: #0D0D0E;
}

.btn-dark:hover {
    border-color: #0D0D0E;
    background: #0D0D0E;
    color: #fff;
}

.section-title .display-6 {
    font-family: "Merriweather", serif;
    font-family: "DM Sans", sans-serif;
    font-family: "Caveat", cursive;
    color: #3BB1A1 !important;
    font-size: 25px;
}
.has-background-color-beige .section-title .display-6,
.has-background-color-wit .section-title .display-6 {
    color: #3BB1A1 !important;
}

.section-title .display-1 {
    margin-bottom: 20px;
    color: #0D0D0E;
    font-size: 50px;
    font-weight: bold;
}

.section-title .display-1 span {
    position: relative;
    z-index: 2;
}

.section-title .display-1 span::before {
    content: '';
    position: absolute;
    bottom: 5px;
    background-color: #FDA740;
    height: 23px;
    width: 102%;
    left: -1%;
    z-index: -1;
}

.section-title .display-2 {
    margin-bottom: 20px;
    color: #0D0D0E;
    font-size: 40px;
    font-weight: bold;
}

.section-title .display-2 span {
    position: relative;
    z-index: 2;
}

.section-title .display-2 span::before {
    content: '';
    position: absolute;
    bottom: 2px;
    background-color: #FDA740;
    height: 20px;
    width: 102%;
    left: -1%;
    z-index: -1;
}

ul.list {
    display: inline-block;
    width: 100%;
    padding: 0;
    margin: 0;
    padding-left: 20px;
    color: #23819F;
    font-size: 17px;
    line-height: 1.6;
    font-weight: 400;
    margin-bottom: 40px;
}

ul.list li {
    margin-bottom: 10px;
    min-height: 28px;
    position: relative;
}

ul.list li::marker {
    font-size: 14px;
}

.hover-animate {
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.hover-animate:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

body.single-post img{
    border-radius: 20px;
}
body.single-post .info {
    padding: 0;
    margin-bottom: 30px;
}
body.single-post .your-support .section-title{
    margin-bottom: 20px;
}
body.single-post .your-support .section-title .display-2 {
    font-size: 30px;
    text-align: left;
    margin-bottom: 10px;
}
body.single-post .your-support .section-title .display-2 + p{
    text-align: left;
}
body.single-post .your-support.ask-question{
    padding-bottom: 20px;
}

/*** HEADER ***/
header {
    width: 100%;
    padding: 22px 0px;
    transition: .3s;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    background: #fffbf5;
}

header .btn {
    margin-left: 40px;
}

header.fixed {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    background: #DEE3E5;
    background: #fffbf5;
    padding: 15px 0px 0px 0px;
}

header.fixed:after {
    opacity: 0;
}

header .navbar {
    padding: 0px 15px 20px 15px;
    border-bottom: 1px solid #f5f0ec;
}

header .navbar-brand {
    margin: 0;
}

header .navbar-brand img {
    height: 117px;
    transition: .3s;
}

header.fixed .navbar-brand img {
    height: 70px;
}

.navbar-light .navbar-nav>.nav-item {
    margin-left: 25px;
	display:inline-block;
    vertical-align: top;
	position:relative;
}

header .navbar-nav>.nav-item>.nav-link {
    color: #3BB1A1;
    font-size: 18px;
    font-weight: 400;
    position: relative;
    padding: 7px 0px;
    line-height: 30px;
    position: relative;
    font-family: "DM Sans", sans-serif;
}

.navbar-nav li.dropdown:hover ul.sub-menu {
	display:block;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

header .navbar-nav>.nav-item:hover>.nav-link,
header .navbar-nav>.nav-item.active>.nav-link,
.navbar-light .navbar-nav>.nav-item.menu-item-has-children:hover>.nav-link,
.navbar-light .navbar-nav>.nav-item.menu-item-has-children.active>.nav-link {
	color:#447f85!important;
}

.navbar-light .navbar-nav>.nav-item:hover>.nav-link::before,
.navbar-light .navbar-nav>.nav-item.active>.nav-link::before,
.navbar-light .navbar-nav>.nav-item.current_page_item>.nav-link::before,
.navbar-light .navbar-nav>.nav-item.current_page_parent>.nav-link::before {
}
 
.navbar-light .navbar-nav>.nav-item>.nav-link::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    width: 0px;
    height: 4px;
    background: #447f85;
    transition: all .3s;
    border-radius: 9px;
}

ul.sub-menu {
    min-width:255px;
    width: 100%;
    border: none;
    text-align: left;
    margin: auto;
    background: none;
    margin-top: 0px;
    display: block;
    
    list-style: none;
    margin: 0;
    background: 0 0;
    padding: 0;
    position: absolute;
    left: 0px;
    min-width: 250px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border-radius: 10px !important;
    background: #BAE8D7;
    padding: 0px 0px;
}

.navbar-light .navbar-nav>.nav-item>ul.sub-menu li {
	width:100%;
    position: relative;
}

.navbar-light .navbar-nav>.nav-item>ul.sub-menu li:first-child>a {
    border-radius: 10px 10px 0px 0px !important;
}

.navbar-light .navbar-nav>.nav-item>ul.sub-menu li:last-child>a {
    border-radius: 0px 0px 10px 10px !important;
}

.navbar-light .navbar-nav>.nav-item>ul.sub-menu li a.nav-link {
    transition: all .3s;
    display: inline-block;
    clear: both;
    margin: 0px;
	width:100%;
	position:relative;
    line-height: 60px;
    padding: 0px 25px !important;
    font-size: 16px;
    text-align: left;
    font-weight: 400;
    color: #447F85!important;
    border: none;
    white-space: break-spaces;
    font-family: "DM Sans", sans-serif;
}

.navbar-light .navbar-nav>.nav-item>ul.sub-menu li:hover>a,
.navbar-light .navbar-nav>.nav-item>ul.sub-menu li.active>a {
	color:#fff!important;
    background: #3BB1A1 !important;
}

.navbar-collapse {
}

/*** MAIN SIDEMENU ***/
.main-sidemenu-btn {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    min-width: 40px;
}

.main-sidemenu-btn:hover {
    color: #fff;
}

.main-sidemenu-btn span {
    height: 3px;
    width: 100%;
    background: #3BB1A1;
    display: inline-block;
    margin: 3px auto;
    float: right;
    transition: all .3s;
    border-radius: 70px;
}

.main-sidemenu-btn div {
    display: inline-block;
    min-width: 25px;
}

.main-sidemenu {
	position:fixed;
	top:0px;
    left: -150%;
    min-width: 370px;
    max-width: 370px;
	-webkit-transition: all 0.45s;
    transition: all 0.45s;
	height:100%;
	z-index: 9999999;
	overflow:hidden;
	overflow-y:auto;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
    padding: 30px 30px 10px;
    background: #fff;
}

.main-sidemenu.intro {
	left:0px;
}

.main-sidemenu .logo img {
    height: 35px;
}

.main-sidemenu-overlay {
    background: transparent;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    transition: all .45s ease-in-out;
    z-index: 9999;
}

.main-sidemenu-overlay.active {
    opacity: 1;
    visibility: visible;
    background: rgba(65, 65, 65, 0.6);
}

.main-sidemenu a.CloseBtn {
    color: #000;
    font-size: 20px;
    margin: 0;
    position: relative;
    z-index: 99;
    cursor: pointer;
    top: 15px;
    right: 0;
    border-radius: 0px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 60px;
    float: right;
}

.main-sidemenu a.CloseBtn:before,
.main-sidemenu a.CloseBtn:after {
    content: '';
    display: block;
    width: 20px;
    height: 1px;
    background-color: currentColor;
    position: absolute;
    left: 50%;
    top: 50%;
}

.main-sidemenu a.CloseBtn:before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -moz-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

.main-sidemenu a.CloseBtn:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -moz-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

.main-sidemenu ul.main-menu ul {
	padding: 0;
}

.main-sidemenu ul.main-menu li {
	list-style:none;
	display:inline-block;
	width:100%;
}

.main-sidemenu ul.main-menu {
	padding-left:0px;
	margin-top:50px;
}

.main-sidemenu ul.main-menu>li {
    margin-bottom: 10px;
}

.main-sidemenu ul.main-menu>li>a {
    display: inline-block;
	width:100%;
    color: #3BB1A1;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    padding: 7px 0px;
    position: relative;
}

.main-sidemenu ul.main-menu li:hover>a,
.main-sidemenu ul.main-menu li.active>a {
	background:none;
    color: #447f85;
}

.main-sidemenu ul.main-menu>li:hover>a::before,
.main-sidemenu ul.main-menu>li.active>a::before {
}

.main-sidemenu ul.main-menu>li>a::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    width: 0px;
    height: 4px;
    background: #447f85;
    transition: all .3s;
    border-radius: 9px;
}

.main-sidemenu ul.main-menu li.menu-item-has-children {
    cursor: pointer;
}

.main-sidemenu ul.main-menu li.menu-item-has-children>a {
    pointer-events: none;
    cursor: pointer;
    position: relative;
}

.main-sidemenu ul.main-menu li.menu-item-has-children:hover>a {
    color: #447f85 !important;
}

.main-sidemenu ul.main-menu li.menu-item-has-children>a:after {
    content: '';
    display: inline-block;
    border-top-width: 1px;
    border-top-style: solid;
    border-left-width: 1px;
    border-left-style: solid;
    transform: translate(-50%, -50%) rotate(135deg);
    opacity: .8;
    transition: all .3s ease;
    background: none !important;
    position: absolute;
    top: 50%;
    right: 0;
    margin: auto;
    width: 8px;
    height: 8px;
    visibility: visible;
    border-radius: 0;
    color: inherit;
    border-top-width: 3px;
    border-left-width: 3px;
}

.main-sidemenu ul.main-menu li.menu-item-has-children ul.sub-menu {
    opacity: 1;
    visibility: visible !important;
    position: relative !important;
    left: 0 !important;
    -webkit-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    transform: translateY(0) !important;
    padding: 10px 0px !important;
    display: none !important;
    top: 0 !important;
    border-radius: 4px !important;
    background: #BAE8D7;
}

.main-sidemenu ul.main-menu li.current ul.sub-menu {
    display: block !important;
    pointer-events: auto;
}

.main-sidemenu ul.main-menu li.menu-item-has-children ul.sub-menu li {
    margin: 0;
}

.main-sidemenu ul.main-menu li.menu-item-has-children ul.sub-menu li>a {
    display: inline-block;
    font-size: 15px;
    line-height: 40px;
    padding: 0px 25px;
    color: #447F85;
    font-weight: 400;
    position: relative;
    width: 100%;
    font-family: "DM Sans", sans-serif;
}

.main-sidemenu ul.main-menu li.menu-item-has-children ul.sub-menu li:hover>a,
.main-sidemenu ul.main-menu li.menu-item-has-children ul.sub-menu li.current_page_item>a,
.main-sidemenu ul.main-menu li.menu-item-has-children ul.sub-menu li.active>a {
    color: #fff !important;
    background: #3BB1A1 !important;
}

.main-sidemenu ul.main-menu li.menu-item-has-children ul.sub-menu li>a:hover:before,
.main-sidemenu ul.main-menu li.menu-item-has-children ul.sub-menu li.active>a:before {
    opacity: 1;
    margin-left: 0;
}


/*** BANNER ***/
.banner {
    position: relative;
    background: #fffbf5;
    padding: 250px 0px 50px 0px;
}

.banner p {
    margin-bottom: 30px;
}

.breadcrumb {
    margin-bottom: 20px !important;
    color: #3BB1A1;
    font-size: 14px;
}

.breadcrumb a {
    color: #3BB1A1;
    position: relative;
}

.breadcrumb a {
    color: #3BB1A1;
    background-image: linear-gradient(transparent calc(100% - 3px), #3BB1A1 calc(100% - 3px), #3BB1A1 calc(100% - 2px), transparent 2px);
    background-repeat: no-repeat;
    will-change: background-size;
    transition: background-size 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    background-size: 0% 100%;
}

.breadcrumb a:hover {
    background-size: 100% 100%;
}

/* .breadcrumb a:before {
    content: "";
    background: #3BB1A1;
    height: 1px;
    width: 0%;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .3s;
}

.breadcrumb a:hover::before,
.breadcrumb a.active::before {
    width: 100%;
} */

.breadcrumb .breadcrumb_last {
    color: #0D0D0E;
}

.breadcrumb i {
    color: #eee6d8;
    padding: 4px 8px 0px 5px;
    font-size: 15px;
}

ul.page-numbers {
    background: none;
    border: none;
    gap: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    list-style: none;
    display: flex;
    gap: 10px;
}

ul.page-numbers>li {
    background: none;
    border: none;
    display: flex;
}

ul.page-numbers li.black a {
    color: #447F85 !important;
}

ul.page-numbers li .page-numbers {
    background: none;
    border: none;
    display: flex;
    padding: 0px 10px 0px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #447F85;
    text-align: center;
    font-size: 18px;
    line-height: 42px;
    font-weight: 600;
}

ul.page-numbers li:hover>a,
ul.page-numbers li.active>a {
    color: #0D0D0E !important;
}


/*** PHOTOS ***/
.photos {
    position: relative;
    padding-bottom: 100px;
}

.photos::before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    background: #fffbf5;
    width: 100%;
    height: 44%;
    pointer-events: none;
}

.photos .row {
    position: relative;
    z-index: 2;
}

.photos .radius {
    border-radius: 20px !important;
    object-fit: cover;
    margin: 10px 0px;
}

.photos .img1 {
    aspect-ratio: 1 / 1.2;
    bottom: -50px;
    position: relative;
}

.photos .img2,
.photos .img3 {
    aspect-ratio: 1 / .7;
}

.photos .img4 {
    aspect-ratio: 1 / .7;
    bottom: -50px;
    position: relative;
}


/*** WHAT CAN DO ***/
.what-can-do {
    position: relative;
    padding: 120px 0px 120px 0px;
}



.what-can-do::before {
    content: '';
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    background: #fffbf5;
    width: 100%;
    height: 17%;
    pointer-events: none;
}

.what-can-do.has-background-color-wit::before {
    display: none;
}

.what-can-do .row {
    position: relative;
    z-index: 2;
}

.what-can-do .section-title {
    margin-bottom: 40px;
}

.what-can-do .spacing-column>div:nth-child(2) {
    text-align: center;
}

.what-can-do .spacing-column>div:last-child {
    text-align: right;
}

.what-can-do .bg {
    display: inline-block;
    width: 93%;
    background: #BAE8D7;
    border-radius: 20px;
    height: calc(100% - 20px);
    margin-bottom: 20px;
    padding: 40px 50px 64px 50px;
    position: relative;
    text-align: left;
    display: flex;
    flex-direction: column;
}

.what-can-do .bg .btn-default:hover {
    color: #0D0D0E;
}

.what-can-do .bg .align {
    position: absolute;
    top: 0px;
    right: 14px;
}
.what-can-do .bg .display-3 {
    padding-right: 40px;
}

.what-can-do .bg.bg2 {
    background: #FEC6D3;
}

.what-can-do .bg.bg3 {
    background: #C6E1FF;
}

.what-can-do .bg .display-3 {
    padding-right: 70px;
}

.what-can-do .bg p {
    font-size: 20px;
    margin-top: 40px;
    margin-bottom: 35px;
}
.what-can-do .buttons {
    margin-top: auto;
}

.what-can-do.spacing {
    padding: 120px 0px 120px 0px;
}

.what-can-do.spacing::before {
    display: none;
}

.photos.inner::before {
    display: none;
}

/*** YOUR SUPPORT ***/
.your-support {
    padding: 100px 0px 115px 0px;
    background: #fffbf5;
}

.your-support .section-title .display-2 {
    margin: 0px 0px 40px 0px;
}

.your-support p {
    margin: 0px 0px 30px 0px;
}
.your-support .display-6{
    margin-bottom: 0;
}
.your-support .gform_wrapper {
    margin-top: 20px;
}

.your-support .bg {
    display: inline-block;
    width: 100%;
    background: #FDA740;
    border-radius: 20px;
    margin-bottom: 20px;
    padding: 50px 50px 50px 60px;
}

.your-support .display-3 {
    margin: 0px 0px 30px 0px;
}

.your-support label {
    margin: 0px 0px 8px 0px;
    color: #0D0D0E;
    font-size: 20px;
    font-weight: 600;
}

.your-support .form-group {
    margin-bottom: 30px;
}

.your-support .bg-group {
    display: inline-block;
    width: 100%;
    position: relative;
}

.your-support .bg-group span {
    display: inline-block;
    color: #447F85;
    font-size: 20px;
    position: absolute;
    top: 10px;
    left: 15px;
    font-family: "Merriweather", serif;
}

.your-support .bg-group .form-control {
    padding-left: 40px;
}

.your-support .form-control {
    background: #fff;
    border-radius: 8px;
    padding: 10px 15px;
    margin-bottom: 0px;
    height: 50px;
    color: #0D0D0E;
    font-size: 18px;
    border: 1px solid #FFD9B8;
    font-weight: 400;
    font-style: italic;
}

.your-support textarea.form-control {
    height: 166px;
    resize: none;
}

.your-support .form-control::placeholder {
    color: #0D0D0E;
    color: rgba(13, 13, 14,.4);
}

.your-support .form-control:focus {
    color: #0D0D0E;
    outline: 0;
    box-shadow: none;
    background: #fff;
}

.your-support select.form-control {
    background: #fff url(../images/select-arrow.png) 97% 50% no-repeat !important;
}

.your-support .logos {
    display: inline-block;
    vertical-align: middle;
    min-width: 170px;
}

.gfield--width-half .btn{
    margin-left: auto;
}

.your-support .logos img {
    display: inline-block;
    max-height: 60px;
    margin-right: 20px;
}

.your-support .form-check {
    display: inline-block;
    vertical-align: top;
    margin-right: 40px;
}

.your-support .form-check label {
    color: #0D0D0E;
    font-size: 18px;
    font-weight: 400;
    font-family: "DM Sans", sans-serif;
    margin: 0px;
}

.your-support .form-check .form-check-input {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    margin-right: 15px;
    position: relative;
    top: -5px;
    box-shadow: none !important;
    outline: none !important;
}

.your-support .form-check .form-check-input:checked[type=radio] {
    --bs-form-check-bg-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e);
}

.your-support .form-check .form-check-input:checked {
    background: #fff;
    border-color: #fff;
}

.your-support .form-check .form-check-input:checked:after {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #3BB1A1;
}


.your-support p a {
    color: #3BB1A1;
    background-image: linear-gradient(transparent calc(100% - 3px), #3BB1A1 calc(100% - 3px), #3BB1A1 calc(100% - 2px), transparent 2px);
    background-repeat: no-repeat;
    will-change: background-size;
    transition: background-size 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    background-size: 0% 100%;
}

.your-support p a:hover {
    background-size: 100% 100%;
}
/*** LATEST NEWS ***/
.latest-news {
    padding: 90px 0px 60px 0px;
}

.latest-news .spacing-column>:nth-child(3n + 1) {
    text-align: left;
}

.latest-news .spacing-column>:nth-child(3n + 2) {
    text-align: center;
}

.latest-news .spacing-column>:nth-child(3n + 3) {
    text-align: right;
}
.row.spacing-column {
    --bs-gutter-x: 3rem;
}
.blog-box {
    display: inline-block;
    width: 100%;
    text-align: left;
    height: calc(100% - 20px);
    margin-bottom: 20px;
    border-radius: 8px;
    background: #fff;
    overflow: hidden;
    position: relative;
    transition: all .3s;
    box-shadow: 0px 0px 50px #447F8526;
    border-radius: 20px 20px 0px 0px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
}

.blog-box .text p{
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.blog-box .btn{
    align-self: end;
    margin-left: auto;
}
.blog-box:hover .btn-default {
    border-color: #3BB1A1;
    background: #3BB1A1;
    color: #fff;
}
.blog-box:hover .text h3{
    color: #fff;
}
.blog-box:hover:not(.sidewide) .text h3{
    color: #3BB1A1;
}

.blog-box .img {
    display: inline-block;
    width: 100%;
}

.blog-box .img img {
    display: inline-block;
    width: 100%;
    aspect-ratio: 1 / .6;
    object-fit: cover;
}

.blog-box .text {
    display: flex;
    flex-flow: row wrap;
    height: 100%;
    width: 100%;
    padding: 40px 40px 50px 40px;
    position: relative;
}
.blog-box .text h3{
    transition: all .3s;
}

.blog-box .label.yellow {
    background: #FDA740;
}

.blog-box .label.light-green {
    background: #BAE8D7;
    color: #0D0D0E;
}

.blog-box .label.light-pink {
    background: #FEC6D3;
    color: #0D0D0E;
}

.blog-box .label {
    display: inline-block;
    background: #C6E1FF;
    color: #0D0D0E;
    font-size: 14px;
    border-radius: 99px;
    line-height: 24px;
    min-width: 85px;
    text-align: center;
    font-family: "DM Sans", sans-serif;
    position: absolute;
    top: -13px;
    left: 37px;
    padding: 0px 15px;
}

.blog-box .text .display-3 {
    color: #0D0D0E;
    font-size: 24px;
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 30px;
}

.blog-box .text p {
    padding-right: 10px;
}

.blog-box .btn-default {
    float: right;
    margin-top: 20px;
}


/*** ACTIVITIES ***/
.activities {
    padding: 120px 0px 125px 0px;
}

.activities .radius {
    border-radius: 20px !important;
    object-fit: cover;
    margin: 10px 0px;
}

.activities .img1 {
    aspect-ratio: 1 / 1;
}

.activities .img2 {
    aspect-ratio: 1 / 1.1;
}

.activities .img4 {
    aspect-ratio: 1 / 1;
}

.activity-box {
    display: inline-block;
    width: 100%;
    padding: 30px 30px 20px 0px;
    border-bottom: 1px solid #F0EBE8;
    position: relative;
}

/* .activity-box .icon {
    position: absolute;
    bottom: 40px;
    right: 0px;
    width: 30px;
    height: 30px;
    line-height: 27px;
    color: #3BB1A1;
    font-size: 16px;
    text-align: center;
    border: 2px solid #3BB1A1;
    border-radius: 50%;
} */

.activity-box .icon {
    position: absolute;
    bottom: 40px;
    right: 0px;
    border-radius: 50%;
    border: 2px solid #3cb1a2;
    width: 30px;
    height: 30px;
    line-height: 24px;
    text-align: center;
    transition: all .3s;
}

.activity-box:hover .icon {
    background: #3cb1a2;
}
.activity-box:hover h3 {
    color: #3cb1a2;
}

.activity-box:hover .icon img {
    filter: invert(2) brightness(6);
}

.activity-box .tag {
    display: inline-block;
    background: #C6E1FF;
    color: #0D0D0E;
    font-size: 14px;
    border-radius: 99px;
    line-height: 24px;
    min-width: 85px;
    text-align: center;
    font-family: "DM Sans", sans-serif;
    padding: 0px 15px;
    margin-bottom: 15px;
}

.activity-box .tag.light-green {
    background: #BAE8D7;
}

.activity-box .tag.light-pink {
    background: #FEC6D3;
}

.activity-box .display-3 {
    font-size: 24px;
    margin-top: 15px;
}

.activities .btn-default {
    margin-top: 40px;
}

.activities p a {
    color: #3BB1A1;
    background-image: linear-gradient(transparent calc(100% - 3px), #3BB1A1 calc(100% - 3px), #3BB1A1 calc(100% - 2px), transparent 2px);
    background-repeat: no-repeat;
    will-change: background-size;
    transition: background-size 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    background-size: 0% 100%;
}

.activities p a:hover {
    background-size: 100% 100%;
}


/*** INFO ***/
.info {
    padding: 120px 0px 120px 0px;
}

.info.bginfo {
    background: #fffbf5;
}

.info .bottom {
    margin-bottom: 130px;
}

.info .imgstyle {
    display: inline-block;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
}

.info .imgstyle img {
    display: inline-block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 1.2;
}

.info .owl-dots {
    position: absolute;
    bottom: 45px;
    left: -2px;
    background: #fff;
    border-radius: 0px 90px 90px 0px !important;
    padding: 14px 25px 10px 15px;
}

.info .video-carousel-div .owl-dots {
    bottom: 120px;
}

.info .owl-dots::before,
.info .owl-dots::after {
    content: "";
    position: absolute;
    left: 0px;
    width: 25px;
    height: 25px;
    background: url(../images/shape-1.svg) bottom left no-repeat;
    background-size: contain;
    display: block;
}

.info .owl-dots::before {
    top: -25px;
    left: 2px;
    transform: scaleY(-1);
}

.has-background-color-beige .owl-dots{
    background: #FFFBF5 !important;
}
.has-background-color-beige .info .owl-dots::before,
.has-background-color-beige .info .owl-dots::after {
    background: url(../images/shape-1b.svg) bottom left no-repeat;
}

.info .owl-dots::after {
    top: 100%;
    
    margin-top: -1px;
    left: 2px;
}

.info .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 4px;
    background: none;
    border: 2px solid #F0EBE8;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 50%;
}

.info .owl-theme .owl-dots .owl-dot.active span,
.info .owl-theme .owl-dots .owl-dot:hover span {
    background: #FDA740;
    border-color: #FDA740;
}

.info p {
    margin-bottom: 25px;
}

/* .info p a {
    color: #3BB1A1;
    position: relative;
}

.info p a:before {
    content: "";
    background: #3BB1A1;
    height: 1px;
    width: 0%;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .3s;
}

.info p a:hover::before,
.info p a.active::before {
    width: 100%;
} */

.info p a {
    color: #3BB1A1;
    background-image: linear-gradient(transparent calc(100% - 3px), #3BB1A1 calc(100% - 3px), #3BB1A1 calc(100% - 2px), transparent 2px);
    background-repeat: no-repeat;
    will-change: background-size;
    transition: background-size 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    background-size: 0% 100%;
}

.info p a:hover {
    background-size: 100% 100%;
}

.info .btn-default {
    margin-top: 15px;
}


/*** FOOTER ***/
.footer {
    background: #3BB1A1;
    padding: 50px 0px;
}

.footer .logo {
    display: inline-block;
    margin: 0;
}

.footer .logo img {
    height: 120px;
    transition: .3s;
}

.footer p {
    color: #fff;
    font-weight: 400;
    margin: 0px;
    position: relative;
}
.footer a{
    color: #fff;
}
.footer a:hover {
    text-decoration: underline;
}

.footer ul {
    display: inline-block;
    width: 100%;
    list-style:none;
    padding: 0px;
    margin: 5px 0px 0px 0px;
}

.footer ul li {
    display: inline-block;
    margin: 0px 0px 0px 30px;
}

.footer ul li a {
    display: inline-block;
    color: #fff;
    font-size: 18px;
}

.footer ul li a:hover {
    text-decoration: underline;
}

.footer .social a {
    display: inline-block;
    width: 40px;
    line-height: 36px;
    border: 2px solid #FFFFFF;
    color: #fff;
    font-size: 17px;
    border-radius: 50%;
    text-align: center;
    margin-right: 10px;
    margin-top: 10px;
}

.footer .social a:hover {
    background: #fff;
    color: #3BB1A1;
}

.footer ul li img {
    max-height: 60px;
}


/*** COPYRIGHT ***/
.copyright {
    padding: 30px 0px;
    background: #fff;
}

.copyright p {
    color: #2C5A5F;
    font-size: 15px;
}

.copyright p a:first-child {
    margin-left: 60px;
}

.copyright p a {
    display: inline-block;
    margin: 0px 30px;
    color: #2C5A5F;
}

.copyright p a:hover {
    color: #C06244;
}


/*** PAGE BANNER ***/
.page-banner {
    position: relative;
    background: #fffbf5;
    padding: 0px 0px 50px 0px;
}



/*** WHAT WE DO ***/
.what-we-do {
    padding: 120px 0px;
}

.caption-text {
    color: #B1B1B1;
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 30px;
    font-style: italic;
    margin: 15px 0px;
}


.video-box {
    display: inline-block;
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.video-box .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    background: #3bb1a1;
    border-radius: 14px;
    color: #fff;
    transition: all .3s;
    width: 100px;
    text-align: center;
    line-height: 63px;
    font-size: 28px;
    transform: translate(-50%, -50%);
}

.video-box .play-btn:hover {
    background: #3bb1a1;
    transform: scale(1.05) translate(-50%, -50%);
}

.video-box::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #FDA740;
    mix-blend-mode: multiply;
    border-radius: 8px;
    opacity: 0.68;
}

.video-box>img {
    display: inline-block;
    width: 100%;
    aspect-ratio: 1 / .6 !important;
    object-fit: cover;
}


.video-modal .modal-body,
.video-modal .modal-content {
    border: none;
    border-radius: 0px;
    padding: 0px;
}

.modal button.btn-close {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
    color: #fff;
    filter: invert(1);
    opacity: 1;
}


/*** OUR TEAM ***/
.our-team {
    padding: 0px 0px 70px 0px;
}

.our-team .section-title {
    margin-bottom: 60px;
}

.our-team .spacing-column>div:nth-child(1n) {
    text-align: left;
}

.our-team .spacing-column>div:nth-child(2n) {
    text-align: center;
}

.our-team .spacing-column>div:nth-child(3n) {
    text-align: center;
}

.our-team .spacing-column>div:nth-child(4n) {
    text-align: right;
}

.team-box {
    display: inline-block;
    width: 94%;
    margin-bottom: 60px;
    text-align: center;
}

.team-box .display-3 {
    color: #0D0D0E;
    font-size: 18px;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 5px;
}

.team-box p {
    color: #0D0D0E;
    font-size: 15px;
    font-weight: 400;
}

/** Ask question ***/
.your-support.ask-question {
    background: none;
    padding: 0px 0px 100px 0px;
}

.your-support.ask-question .section-title {
    margin-bottom: 50px;
}

.photos.inner .img4 {
    aspect-ratio: 1 / 1.5;
}


/*** page-banner blogs-banner ***/
.page-banner.blogs-banner {
    padding-bottom: 350px;
    position: relative;
    background: none;
}

.page-banner.blogs-banner::before {
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    background: #fffbf5;
    width: 100%;
    height: 600px;
    pointer-events: none;
}

.page-banner.blogs-banner .row {
    position: relative;
    z-index: 2;
}


.latest-news.blogspage {
    margin-top: -300px;
}

.latest-news.blogspage .blog-box {
    height: calc(100% - 40px);
    margin-bottom: 40px;
}

.link-normal {
    color: #3BB1A1;
    font-size: 18px;
    font-weight: 600;
}

.link-normal .icon {
    display: inline-block;
    bottom: 40px;
    right: 0px;
    border-radius: 50%;
    border: 2px solid #3cb1a2;
    width: 30px;
    height: 30px;
    line-height: 23px;
    text-align: center;
    margin-right: 15px;
    transition: all .3s;
}

.link-normal:hover .icon {
    background: #3cb1a2;
}

.link-normal:hover .icon img {
    filter: invert(2) brightness(6);
}

.link-normal img {
}

.link-normal.right {
    margin-left: 40px;
}

.link-normal.right .icon {
    margin-right: 0px;
    margin-left: 15px;
}


/*** BLOG SIDEWIDE ***/
.blog-sidewide {
    padding: 0px 0px 120px 0px;
}
.blog-sidewide.activity {
    padding: 40px 0px 40px 0px;
}

.blog-sidewide hr {
    float: left;
    width: 100%;
    margin: 0px;
    opacity: 1;
    border-top: 1px solid #F0EBE8;
}

.blog-box.sidewide {
    border-radius: 20px;
    transition: all .3s;
    padding: 50px 50px;
    box-shadow: none;
    height: inherit;
    margin: 0px;
    float: left;
    background: none;
    width: 100% !important;
}

.blog-box.sidewide * {
    transition: all .3s;
}

.blog-box.sidewide .img {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.blog-box.sidewide .img img {
    display: inline-block;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    object-fit: cover;
}

.blog-box.sidewide .text {
    display: inline-block;
    width: 100%;
    padding: 0px 0px 0px 40px;
    position: relative;
}

.blog-box.sidewide .label {
    position: relative;
    left: 0;
    top: 0;
    margin: 0px 0px 20px 0px;
}

.blog-box.sidewide .text .display-3 {
    margin: 10px 0px;
}

.blog-box.sidewide .text p {
    margin-bottom: 20px;
}

.blog-box.sidewide .text .down-info {
    display: flex;
    align-items: start;
}

.blog-box.sidewide .text .down-info p {
    margin-bottom: 10px;
}

.blog-box.sidewide .text .down-info p span {
    color: #75BAFF;
    display: inline-block;
    min-width: 100px;
}

.blog-box.sidewide:hover,
.blog-box.sidewide.active {
    background: #3BB1A1;
}

.blog-box.sidewide:hover .text .display-3,
.blog-box.sidewide.active .text .display-3 {
    color: #fff;
}

.blog-box.sidewide:hover .text p,
.blog-box.sidewide.active .text p {
    color: #fff;
}

.blog-box.sidewide:hover .text p span,
.blog-box.sidewide.active .text p span {
    color: #fff !important;
    opacity: .5;
}

.blog-box.sidewide:hover .text .btn-default {
    border-color: #fff;
    color: #fff;
}

.blog-box.sidewide:hover .text .btn-default,
.blog-box.sidewide.active .text .btn-default {
    border-color: #fff;
    color: #fff;
}

.blog-box.sidewide:hover .text .btn-default:hover,
.blog-box.sidewide.active .text .btn-default:hover {
    border-color: #fff;
    color: #000;
    background: #fff;
}


.blog-box.sidewide.orange .text .down-info p span {
    color: #FDA740;
}

.blog-box.sidewide.pink .text .down-info p span {
    color: #EB678F;
}

.blog-box.sidewide.green .text .down-info p span {
    color: #3BB1A1;
}

/*** BLOG ARTICLE PAGE BANNER ***/
.page-banner.blog-article-banner {
    padding-bottom: 0px;
    position: relative;
    background: #fffbf5;
}

/*** BLOG ARTICLE ***/
.blog-article {
    padding: 50px 0px 120px 0px;
    position: relative;
    background: none;
}

.blog-article::before {
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    background: #fffbf5;
    width: 100%;
    height: 250px;
    pointer-events: none;
}

.blog-article .row {
    position: relative;
    z-index: 2;
}

.blog-article img {
    border-radius: 20px;
}

.blog-article .tag {
    display: inline-block;
    background: #FDA740;
    color: #0D0D0E;
    font-size: 14px;
    border-radius: 99px;
    line-height: 24px;
    min-width: 85px;
    text-align: center;
    font-family: "DM Sans", sans-serif;
    padding: 0px 15px;
}

.blog-article .section-title {
    margin-bottom: 70px;
}

.blog-article p {
    margin-bottom: 30px;
}


.blog-article .your-support .form-check {
    display: inline-block;
    vertical-align: top;
    margin-right: 0px;
    width: 48%;
}

.blog-article .your-support select.form-control {
    background: #fff url(../images/select-arrow2.png) 97% 50% no-repeat !important;
    background-size: 17px auto !important;
}

.blog-article .your-support {
    background: none;
}

.blog-article .your-support .display-3 {
    margin: 0px 0px 20px 0px;
}

.blog-article .your-support .bg {
    padding: 50px 50px 40px 50px;
}


.blog-article .last-hr {
    border-color: #F0EBE8;
    float: left;
    width: 100%;
    opacity: 1;
    margin-top: 100px;
}


/**/
.page-banner {
    padding-top: 190px;
}







