@charset "utf-8";
/* CSS Document */

::selection {
  color: var(--bs-white);
  background: var(--bs-primary);
}

/*----
Main Menu ----*/
.stellarnav{position: relative; margin-left: auto;}
.stellarnav a{color: var(--bs-dark); font-family: var(--bs-heading-font);}
.stellarnav ul{margin: 0; padding: 0;}
.stellarnav li{list-style: none; display: block; margin: 0; padding: 0; position: relative; line-height: normal;}
.stellarnav li a{padding: 6px 20px; display: block; text-decoration: none; color: var(--bs-dark); box-sizing: border-box; position: relative; text-transform: capitalize;}
.stellarnav li a:hover{color: var(--bs-dark); }
.stellarnav > ul > li > a:hover, .stellarnav > ul > li:hover > a, .stellarnav > ul > li.current-menu-item > a, .stellarnav > ul > li.current-menu-parent > a{color: var(--bs-dark);}
.stellarnav > ul > li > a{padding: 0 20px; position: relative; color: var(--bs-dark); border: none; font-weight: 700; position: relative;}
.stellarnav > ul > li > a:before {content:""; display:block;position:absolute; bottom:0; left:0; right:0; height:4px; background:var(--bs-primary); opacity:0; -moz-transition:all 0.3s;-o-transition:all 0.5s;-webkit-transition:all 0.5s;transition:all 0.5s;}
.stellarnav > ul > li > a:hover:before, .stellarnav > ul > li:hover > a:before, .stellarnav > ul > li.current-menu-item > a:before {opacity:1; bottom:0;}
.stellarnav > ul > li > a:hover{text-decoration: none; color: var(--bs-primary);}
.stellarnav ul ul{top: auto; width: 275px; position: absolute; z-index: 9900; text-align: left; display: none; background: var(--bs-white); padding:  6px 0;}
.stellarnav li li{display: block;}
.stellarnav ul ul ul{top: 0; left: 275px}
.stellarnav > ul > li:hover > ul > li:hover > ul{opacity: 1; visibility: visible; top: 0}
.stellarnav > ul > li.drop-left > ul{right: 0}
.stellarnav li.drop-left ul ul{left: auto; right: 275px}
.stellarnav.dark{background: var(--bs-secondary)}
.stellarnav.dark a{color: var(--bs-secondary)}
.stellarnav.dark ul ul{background: var(--bs-secondary)}
.stellarnav.dark li a{color: var(--bs-secondary)}
.stellarnav.fixed{position: fixed; width: 100%; top: 0; left: 0; z-index: 9999}
body.stellarnav-noscroll-x{overflow-x: hidden}
.stellarnav li.has-sub > a:after{content: '\f107'; font-family:  var(--fa-family,var(--fa-style-family,"Font Awesome 7 Free")); font-weight: 900; margin-left: 10px; display: inline-block; position: relative; font-size: 14px;}
.stellarnav li li.has-sub > a:after{ content: '\f105'; font-family:  var(--fa-family,var(--fa-style-family,"Font Awesome 7 Free")); font-weight: 900; position: absolute; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); right: 12px;}
.stellarnav li.drop-left li.has-sub > a:after{float: left; margin-right: 10px; border-left: 0; border-top: 3px solid transparent; border-bottom: 3px solid transparent; border-right: 3px solid var(--bs-secondary)}
.stellarnav.hide-arrows li.has-sub > a:after, .stellarnav.hide-arrows li li.has-sub > a:after, .stellarnav.hide-arrows li.drop-left li.has-sub > a:after{display: none}
.stellarnav .menu-toggle, .stellarnav .close-menu, .stellarnav .call-btn-mobile, .stellarnav .location-btn-mobile{display: none; text-decoration: none}
.stellarnav .dd-toggle{display: none; position: absolute; top: 0; right: 0; padding: 0; width: 50px; height: 50px; z-index: 9999; border: 0}
.stellarnav.desktop.hide-arrows li.has-sub a{padding-right: 15px}
.stellarnav.mobile > ul > li > a.dd-toggle{padding: 0}
.stellarnav li.call-btn-mobile, .stellarnav li.location-btn-mobile{display: none}
.stellarnav svg{fill: currentColor; width: 1em; height: 1em; position: relative; top: 2px}
.stellarnav a.dd-toggle .icon-plus{box-sizing: border-box; transition: transform .3s; width: 100%; height: 100%; position: relative; vertical-align: middle; display: inline-block; position: relative; background: var(--bs-primary);}
.stellarnav a.dd-toggle .icon-plus:before{content: '\f107'; font-family:  var(--fa-family,var(--fa-style-family,"Font Awesome 7 Free")); font-weight: 900; display: block;  position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); color: var(--bs-white);}
.stellarnav li.open > a.dd-toggle .icon-plus:before{content: '\f00d'; font-family:  var(--fa-family,var(--fa-style-family,"Font Awesome 7 Free")); font-weight: 900; color: var(--bs-white);}
.stellarnav.light a.dd-toggle .icon-plus:before{border-color: var(--bs-black)}
.stellarnav.light a.dd-toggle .icon-plus:after{border-color: var(--bs-black)}
.stellarnav.dark a.dd-toggle .icon-plus:before{border-color: var(--bs-black)}
.stellarnav.dark a.dd-toggle .icon-plus:after{border-color: var(--bs-black)}
.stellarnav .icon-close{box-sizing: border-box; width: 30px; height: 30px; position: relative; display: flex; align-items: center; margin-left: 0; margin-right: 0}
.stellarnav .icon-close:before{content: ''; display: block; width: 30px; height: 0; border-bottom: solid 3px var(--bs-secondary); position: absolute; top: auto; transform: rotate(45deg)}
.stellarnav .icon-close:after{content: ''; display: block; width: 30px; height: 0; top: auto; border-bottom: solid 3px var(--bs-secondary); position: absolute; transform: rotate(-45deg)}
.stellarnav.light .icon-close:before{border-color: var(--bs-black)}
.stellarnav.light .icon-close:after{border-color: var(--bs-black)}
.stellarnav.dark .icon-close:before{border-color: var(--bs-black)}
.stellarnav.dark .icon-close:after{border-color: var(--bs-black)}
.stellarnav .menu-toggle, .stellarnav .call-btn-mobile, .stellarnav .location-btn-mobile{padding: 0; box-sizing: border-box}
.stellarnav .close-menu{padding: 0 24px}
.stellarnav .menu-toggle span.bars{display: inline-block; margin-right: 0; position: relative; top: 0; margin-right: 0;}
.stellarnav .menu-toggle span.bars span{display: block; width: 32px; height: 3px; border-radius: 6px; background: var(--bs-black); margin: 0 0 5px}
.stellarnav .menu-toggle span.bars span:last-child{margin-bottom: 0}
.stellarnav .full{width: 100%}
.stellarnav .half{width: 50%}
.stellarnav .third{width: 33%; text-align: center}
.stellarnav .location-btn-mobile.third{text-align: center}
.stellarnav .location-btn-mobile.half{text-align: right}
.stellarnav.light .third, .stellarnav.light .half{border-left: 1px solid rgba(0,0,0,0.2)}
.stellarnav.light.left .third, .stellarnav.light.left .half{border-bottom: 1px solid rgba(0,0,0,0.2)}
.stellarnav.light.right .third, .stellarnav.light.right .half{border-bottom: 1px solid rgba(0,0,0,0.2)}
.stellarnav.light .third:first-child, .stellarnav.light .half:first-child{border-left: 0}
.stellarnav.dark .third, .stellarnav.dark .half{border-left: 1px solid rgba(0,0,0,0.2)}
.stellarnav.dark.left .third, .stellarnav.dark.left .half{border-bottom: 1px solid rgba(0,0,0,0.2)}
.stellarnav.dark.right .third, .stellarnav.dark.right .half{border-bottom: 1px solid rgba(0,0,0,0.2)}
.stellarnav.light.left .menu-toggle, .stellarnav.light.right .menu-toggle{border-bottom: 0}
.stellarnav.dark.left .menu-toggle, .stellarnav.dark.right .menu-toggle{border-bottom: 0}
.stellarnav.dark .third:first-child, .stellarnav.dark .half:first-child{border-left: 0}
.stellarnav.light .menu-toggle span.bars span{background: var(--bs-black)}
.stellarnav.dark .menu-toggle span.bars span{background: var(--bs-black)}
.stellarnav.light .menu-toggle span.bars span:nth-child(1){ width: 24px;}
.stellarnav.light .menu-toggle span.bars span:nth-child(3){ width: 18px;}
.stellarnav.mobile{position: static}
.stellarnav.mobile.fixed{position: static}
.stellarnav.mobile ul{position: relative; display: none}
.stellarnav.mobile.active{padding-bottom: 0}
.stellarnav.mobile.active > ul{display: block}
.stellarnav.mobile ul{text-align: left}
.stellarnav.mobile > ul > li{display: block}
.stellarnav.mobile > ul > li > a{padding-top: 15px; padding-right: 15px; padding-bottom: 15px; padding-left: 15px}
.stellarnav.mobile ul{background: rgba(221,221,221,1)}
.stellarnav.mobile ul ul{position: relative; opacity: 1; visibility: visible; width: auto; display: none; -moz-transition: none; -webkit-transition: none; -o-transition: color 0 ease-in; transition: none;}
.stellarnav.mobile ul ul ul{left: auto; top: auto}
.stellarnav.mobile li.drop-left ul ul{right: auto}
.stellarnav.mobile li a{border-bottom: 1px solid rgba(0,0,0,0.2)}
.stellarnav.mobile > ul{border-top: 1px solid rgba(0,0,0,0.2)}
.stellarnav.mobile.light li a{border-bottom: 1px solid rgba(0,0,0,0.2)}
.stellarnav.mobile.light > ul{border-top: none;}
.stellarnav.mobile li a.dd-toggle{border: 0}
.stellarnav.mobile.light li a.dd-toggle{border: 0; background: rgba(0,0,0,0.05)}
.stellarnav.mobile .menu-toggle, .stellarnav.mobile .dd-toggle, .stellarnav.mobile .close-menu, .stellarnav.mobile .call-btn-mobile, .stellarnav.mobile .location-btn-mobile{display: flex; align-items: center; border: none;}
.stellarnav.mobile li.call-btn-mobile{border-right: 1px solid rgba(0,0,0, .1); box-sizing: border-box}
.stellarnav.mobile li.call-btn-mobile, .stellarnav.mobile li.location-btn-mobile{display: inline-block; width: 50%; text-align: center}
.stellarnav.mobile li.call-btn-mobile.full, .stellarnav.mobile li.location-btn-mobile.full{display: block; width: 100%; border-right: 0; text-align: left}
.stellarnav.mobile.light ul{background: var(--bs-white)}
.stellarnav.mobile.dark ul{background: var(--bs-white)}
.stellarnav.mobile.dark ul ul, .stellarnav.mobile.light ul ul{background: var(--bs-white); padding: 0}
.stellarnav.mobile.light li.call-btn-mobile{border-right: 1px solid rgba(0,0,0, .1)}
.stellarnav.mobile.top{position: absolute; width: 100%; top: 0; left: 0; z-index: 9999}
.stellarnav.mobile li.has-sub > a:after, .stellarnav.mobile li li.has-sub > a:after, .stellarnav.mobile li.drop-left li.has-sub > a:after{display: none}
.stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul{position: fixed; top: 0; bottom: 0; width: 100%; overflow-x: hidden; overflow-y: auto; -webkit-overflow-scrolling: touch; z-index: 500}
.stellarnav.mobile.right > ul{right: 0}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu{display: flex; text-align: right; align-items: center; justify-content: flex-end; height: 80px;}
.stellarnav.mobile.left > ul{left: 0}
.stellarnav.mobile.right .location-btn-mobile.half, .stellarnav.mobile.right .call-btn-mobile.half, .stellarnav.mobile.right .close-menu.half{text-align: center}
.stellarnav.mobile.right .location-btn-mobile.third, .stellarnav.mobile.right .call-btn-mobile.third, .stellarnav.mobile.right .close-menu.third{text-align: center}
.stellarnav.mobile.left .location-btn-mobile.half, .stellarnav.mobile.left .call-btn-mobile.half, .stellarnav.mobile.left .close-menu.half{text-align: center}
.stellarnav.mobile.left .location-btn-mobile.third, .stellarnav.mobile.left .call-btn-mobile.third, .stellarnav.mobile.left .close-menu.third{text-align: center}
.stellarnav.mobile.left .menu-toggle.half, .stellarnav.mobile.left .menu-toggle.third, .stellarnav.mobile.right .menu-toggle.half, .stellarnav.mobile.right .menu-toggle.third{text-align: left}
.stellarnav.mobile.left .close-menu.third span, .stellarnav.mobile.right .close-menu.third span{display: none}
@media only screen and (max-width : 768px){
.stellarnav{overflow: hidden; display: block}
.stellarnav ul{position: relative; display: none}
}
@media only screen and (max-width : 420px){.stellarnav.mobile .call-btn-mobile.third span, .stellarnav.mobile .location-btn-mobile.third span{display: none}
}

@media (min-width: 1200px) {
.stellarnav > ul > li:after{ content: ''; display: table; clear: both;}
.stellarnav > ul > li{ float: left;}
.stellarnav > ul > li + li{ margin-left: 32px}
.stellarnav > ul > li > a{ line-height: 54px; padding:  0; display: flex; align-items: center;}
}

.menu-toggle, .stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu{ text-transform: uppercase; font-weight: 700;}
/*---- 
Main Menu ----*/

/*---- 
Accordion Menu ----*/
.mainNav {width:100%;}
/* First Level */
.mainNav ul {margin:0; padding:0; list-style:none; /*border-bottom:1px solid #444*/ font-weight:500;}
.mainNav ul li {border-top:1px solid rgba(0,0,0,0.2); }
.mainNav > ul >  li{ border:none; border-bottom:1px solid rgba(0,0,0,0.2);}
.mainNav ul  li a:hover, .mainNav ul  li.current-menu-item a{ color:var(--bs-primary);}
.mainNav ul li a {color:var(--bs-dark); display:block; font-size:18px; line-height:normal; padding:14px 20px 14px 20px; text-decoration:none;}
.mainNav ul li a:hover {color:var(--bs-primary); text-decoration:none; }
/* Second Level */
.mainNav ul ul {border-bottom:none}
.mainNav ul ul li a {color:var(--bs-dark); display:block; line-height:normal; padding:12px 16px 12px 30px; }
.mainNav ul ul li a:hover {color:var(--bs-primary);}
/* Third Level */
.mainNav ul ul ul {border-top:1px solid rgba(0,0,0,0.2);}
.mainNav ul ul ul li {border:none; }
.mainNav ul ul ul li a {padding:12px 24px; }
/* Accordion Button */
ul li.has-subnav .accordion-btn {color:var(--bs-white);  background:none;  font-size:16px; }
/*----
Accordion Menu ----*/

/*---- 
Slick SLider ----*/
.slick-slider{position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none;  user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }
.slick-list{position: relative; display: block; overflow: hidden; margin: 0; padding: 0; }
.slick-list:focus{outline: none; }
.slick-list.dragging{cursor: pointer; cursor: hand; }
.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0);  -o-transform: translate3d(0, 0, 0);  transform: translate3d(0, 0, 0); }
.slick-track{position: relative; top: 0; left: 0; display: block; margin-left: auto; margin-right: auto; }
.slick-track:before,.slick-track:after{display: table; content: ''; }
.slick-track:after{clear: both; }
.slick-loading .slick-track{visibility: hidden; }
.slick-slide{display: none; float: left; height: 100%; min-height: 1px; }
[dir='rtl'] .slick-slide{float: right; }
.slick-slide img{display: block; }
.slick-slide.slick-loading img{display: none; }
.slick-slide.dragging img{pointer-events: none; }
.slick-initialized .slick-slide{display: block; }
.slick-loading .slick-slide{visibility: hidden; }
.slick-vertical .slick-slide{display: block; height: auto; border: 1px solid transparent; }
.slick-arrow.slick-hidden {display: none; }

.slick-loading .slick-list{background: #fff url(../images/theme-img/ajax-loader.gif) center center no-repeat; }
.slick-prev, .slick-next{font-size: 0; line-height: 0; position: absolute; top: 50%; display: block; width: 50px; height: 50px; padding: 0; -webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); transform: translate(0, -50%); cursor: pointer; color: transparent; border: none; outline: none; z-index: 100; background: var(--bs-white); border-radius: 50%; color: #000; box-shadow:  rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus{color: #fff; outline: none; background: var(--bs-secondary); }
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before{opacity: 1; }
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before{opacity: 1; }
.slick-prev:before, .slick-next:before{font-family:  var(--fa-family,var(--fa-style-family,"Font Awesome 7 Free")); font-weight: 900; font-size: 24px; line-height: 1; opacity: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; z-index: 100;}
.slick-prev{left: -12px; }
[dir='rtl'] .slick-prev{right: 0px; left: auto; }
.slick-prev:before{content: '\f104'; }
[dir='rtl'] .slick-prev:before{content: '\f105'; }
.slick-next{right: -12px; }
[dir='rtl'] .slick-next{right: auto; left: 15px; }
.slick-next:before{content: '\f105'; }
[dir='rtl'] .slick-next:before{content: '\f104'; }
/* Dots */
.slick-dotted.slick-slider{margin-bottom: 0; }
.slick-dots{position: relative; margin-top: 30px; margin-left: auto; margin-right: auto; display: flex; width: 100%; padding: 0; margin-bottom: 0; list-style: none; text-align: center; display: flex; align-items: center; justify-content: center; position: relative; width: 160px;}
.slick-dots:after{ background-color: #cee1f7; position: absolute; top: 2px; left: 0; right: 0; bottom: 2px; border-radius: 30px; content: ''; z-index: 1;}
.slick-dots li{position: relative; display: inline-block; margin: 0; padding: 0; cursor: pointer; text-align: center;  flex: 1 1 auto; text-align: center;  z-index: 2;}
.slick-dots li button{font-size: 0; line-height: 0; display: block; width: 100%; height: 14px; border-radius: 50px; margin: 0; padding: 0; cursor: pointer; color: transparent; border: 0; outline: none; background: none;}
.slick-dots li button:hover, .slick-dots li button:focus{outline: none; }
.slick-dots li button:hover:before, .slick-dots li button:focus:before{ background: #fff; }
.slick-dots li.slick-active button{ background: var(--bs-primary);}
/*----
Slick SLider ----*/

/*----
Custom Accordion ----*/
.accordionjs .acc_section { position: relative; z-index: 10; margin-top: 0; overflow: hidden; padding: 0;  border-radius: 20px; background:  #f4f9fc; border: 1px solid #bbd6f4;}
.accordionjs .acc_section + .acc_section{ margin-top: 24px;}
.accordionjs .acc_section .acc_head {cursor: pointer; }
.accordionjs .acc_section .acc_head span{ display:  flex; position: relative; padding: 24px 35px 24px 60px; background-image: url(../images/question-mark.png); background-position: 15px  center; background-repeat: no-repeat; font-weight: 800;}
.accordionjs .acc_section .acc_content { padding: 20px 20px 20px 60px; border-top: 1px solid #e0e4e8;}
.accordionjs .acc_section .acc_head span:after{ content: '\f107'; right: 20px; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); position: absolute; font-family:  var(--fa-family,var(--fa-style-family,"Font Awesome 7 Free")); font-weight: 900; font-size:  14px;}
.accordionjs .acc_section.acc_active > .acc_head span:after{ content: '\f106';}
.accordionjs .acc_section.acc_active{ background: #fff; box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;}
/*----
Custom Accordion ----*/

.aligncenter,.gallery-item a{display: block}
.alignleft{float: left; margin-right: 15px; margin-bottom: 10px}
.alignright{float: right; margin-left: 15px; margin-bottom: 10px}
.aligncenter{margin-left: auto; margin-right: auto}
.wp-caption{max-width: 100%;padding: 4px}
.entry-caption, .gallery-caption, .wp-caption .wp-caption-text{font-style: italic; font-size: 12px; font-size: .857142857rem; line-height: 2;}
.full-img { position: relative;}
.full-img img{ width: 100%; height: auto; position: relative; z-index: 2;}

#page{ overflow: hidden; padding-top: 0;}
.ratio .full-img{min-width: initial; position: absolute; top: 0; right: 0; bottom: 0; left: 0; overflow: hidden; flex: 0 0 auto; display: flex;}
.ratio .full-img img{flex: 1 1 auto; align-self: center; justify-self: center; object-fit: cover; height: 100%; min-width: 100%; width: auto;}
.image-fit{min-width: initial; position: relative; overflow: hidden; flex: 0 0 auto; display: flex;}
.image-fit img{flex: 1 1 auto; align-self: center; justify-self: center; object-fit: cover; height: 100%; min-width: 100%; width: auto;}
.color-fff{ color: var(--bs-white);}
.title-uppercase h1, .title-uppercase h2, .title-uppercase h3, .title-uppercase h4, .title-uppercase h5, .title-uppercase h6{ text-transform: uppercase;}
.title-primary h1, .title-primary h2, .title-primary h3, .title-primary h4, .title-primary h5, .title-primary h6{ color: var(--bs-primary);}
.title-secondary h1, .title-secondary h2, .title-secondary h3, .title-secondary h4, .title-secondary h5, .title-secondary h6{ color: var(--bs-secondary);}
.title-dark h1, .title-dark h2, .title-dark h3, .title-dark h4, .title-dark h5, .title-dark h6{ color: var(--bs-dark);}
h6:last-child, h5:last-child, h4:last-child, h3:last-child, h2:last-child,  h1:last-child, p:last-child, ul:last-child,  ol:last-child{ margin-bottom: 0;}


/*----
Custom Site Style ----*/
.header{ background-color: var(--bs-white); padding: 0 3.7%; height: 140px; position: fixed; top: 0; right: 0; left: 0; z-index: 1000; display: flex; align-items: center; -moz-transition:all 0.5s ease; -webkit-transition:all 0.5s ease; -o-transition:all 0.5s ease; transition:all 0.5s ease;}
.header .logo{ width: 13.8%;}
.header .btn-div{ display: flex; align-items: center; gap: 16px; margin-left: auto;}
.header.fixed-header{box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;}

.wrapper{ padding-top: 140px; position: relative; z-index: 10; overflow: hidden;}
.section{ padding: 80px 0;}
.section-line-gray{ background-color: #f8f8f8; background-image: url(../images/line-bg.png); background-position: center;}
.section-blue{ background-color: var(--bs-blue);}
.section-sky{ background-color: #f4f9fc;}

.home-banner{ background-image: url(../images/banner-bg.png); background-color: var(--bs-sky); background-position: right; background-repeat: no-repeat;}
.line-title{ padding-left: 16px; border-left: 6px solid var(--bs-primary);}
.btn span:last-child{ margin-left: auto;}

.donation-form{ background-color: rgba(255,255,255,0.7); border-radius: 16px; box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;}
.donation-form .btn{ justify-content: center; font-weight: 800; border-radius: 10px; display: flex;}
.donation-form .input-group-text{ background-color: transparent; border-right: none; font-size: 1.125rem; border-color: var(--bs-body-color);}
.donation-form .form-control{ padding-left: 0; border-left: none;}
.reccuring-opt{ padding: 6px; background-color: #cfe5fd; border-radius: 16px; display: flex;}
.reccuring-opt .item{width: 50%; flex:  0 0 auto; }
.reccuring-opt input[type=radio]{ display: none;}
.reccuring-opt input[type=radio] + label{ color: #4f6f9c; font-weight: 700; border: 1px solid #cfe5fd; background-color: #cfe5fd; border-radius: 16px; display: flex; align-items: center; height: 50px; justify-content: center; cursor: pointer;}
.reccuring-opt input[type=radio]:checked + label{ background-color: #fff; border-color: #b4d3f3; color: var(--bs-body-color);}

.ServiceSlider .item{ padding: 0 16px; display: flex; align-items: center; justify-content: center; align-items: center; text-align: center;}
.ServiceSlider .item h2 small{ font-style: 38.46%;}
.ServiceSlider .item h2, .ServiceSlider .item h2 h3{ margin-bottom: 0;}
.ServiceSlider .item img{ height: 52px; width: auto; display: block; margin: 0 auto 16px;}
.ServiceSlider .slick-track .slick-slide + .slick-slide .item{ border-left: 1px dashed #d8d8d8;}

.why-items .item{ position: relative; padding-left: 36px;}
.why-items .item:before{ height: 16px; width: 16px; position: absolute; background-color: var(--bs-primary); border-radius: 30px; content: ''; left: 0; top: 10px;}

.category-box{ background-color: var(--bs-sky); border-radius: 16px; border: 1px solid var(--bs-sky-dark); text-align: center;}
.category-box .content{ display: flex; flex-direction: column; text-align: center; align-items: center; justify-content: center; border-bottom: 1px solid var(--bs-sky-dark);}
.category-box .content h4 + span{ margin-bottom: 16px;}
.category-box .content h4{ text-transform: uppercase;}
.category-box .content img{ height: 54px; width: auto; margin: 0 auto 16px;}
.category-box .content .btn { align-items: center; justify-content: center;}
.category-box [class*=col-]{ padding: 16px; text-align: center;}
.category-box [class*=col-] + [class*=col-]{border-left: 1px solid var(--bs-sky-dark);}
.CategorySlider .item .category-box + .category-box{ margin-top: 30px;}

.price-slider{ position: relative; padding: 0 80px; width: 100%; max-width: 1260px; margin-right: auto; margin-left: auto;}
.price-slider:after{background: linear-gradient(90deg,rgba(27, 75, 115, 1) 0%, rgba(8, 47, 80, 1) 25%, rgba(8, 47, 80, 1) 50%, rgba(8, 47, 80, 1) 75%, rgba(27, 75, 115, 1) 100%); height: 10px; position: absolute; left: 0; right: 0; z-index: 1;content: ''; top: 50%; margin-top: -5px;}
.PriceSlider{ margin: 0 -10px; position: relative; z-index: 2;}
.PriceSlider .item{ padding:24px 12px 0 12px; position: relative;}
.PriceSlider .item .content{ text-align: center; display: flex; align-items: center; flex-direction: column; padding: 48px 10px; position: relative; background-color: #082f50; border-radius: 20px; z-index: 1;}
.PriceSlider .item  .icon{ height: 48px; width: 48px; position: absolute; top: 0; left: 50%; margin-left: -24px; display: flex; align-items: center; justify-content: center; z-index: 2;}
.PriceSlider .item .price{ font-weight: 700;}
.PriceSlider .item .price small{ font-weight: 400; font-size: 83.3333%;}

.faq-section .container{ padding-top: 80px; padding-bottom: 80px;}
.footer{ background-color: #f8f8f8; text-align: center;}
.footer-top{ border-bottom: 2px solid #ddeaf9;}
.footer-top .logo{ background-color: #fff; width: 370px; padding: 20px; display: flex; align-items: center; justify-content: center; margin: 0 auto; border-radius: 0 0 20px 20px;}
.footer-links{ padding: 70px 0 100px; display: flex; align-items: center; justify-content: center; text-align: center; gap: 48px; flex-wrap: wrap;}
.footer-links a{ display: flex; align-items: center; flex-direction: column; gap: 10px; color: var(--bs-body-color); text-decoration: none; white-space: nowrap;}
.footer-links a .icon{ height: 47px; display: flex; align-items: center;}
.footer-bottom{ padding: 30px 0; font-size: 14px; text-align: center;}

.content-area{ padding: 5px 0; border-top: 5px solid #f4f9fc;}
.page-footer{ border-top: 5px solid #ddeaf9; padding: 40px 3.7%; background-color: #fff; display: flex; align-items: center; text-align: center;}
.page-footer .footer-logo{ width: 13.8%; margin-right: 3%;}
.page-footer .menu{ margin-left: auto; padding: 0; list-style: none; display: flex; align-items: center; gap: 12px;}
.page-footer .menu a{ color: var(--bs-body-color); text-decoration: none;}
.page-footer .menu a:hover{ color: var(--bs-primary);}
input.btn{ font-weight: 700; font-family: var(--bs-heading-font);}

.box-radio{ display: flex; flex-direction: column;}
.box-radio input[type=radio], .box-radio input[type=checkbox]{ display: none;}
.box-radio input[type=radio] + label, .box-radio input[type=checkbox] + label{ display: flex; padding: 40px 24px; text-align: centere; display: flex; flex-direction: column; background-color: #f4f9fc; border: 2px solid #f4f9fc; border-radius: 15px; cursor: pointer; text-align: center; position: relative; flex-grow: 1; justify-content: center; -moz-transition:all 0.5s ease; -webkit-transition:all 0.5s ease; -o-transition:all 0.5s ease; transition:all 0.5s ease;}
.box-radio input[type=radio] + label .content, .box-radio input[type=checkbox] + label .content{ padding: 16px 0; display: flex; flex-direction: column; align-items: center; justify-content: center;}
.box-radio input[type=radio]:checked + label, .box-radio input[type=checkbox]:checked + label{ border-color: #42ba7d;}
.box-radio input[type=radio] + label:after, .box-radio input[type=checkbox] + label:after{ background-image: url(../images/check.png); background-size: 100%; background-position: center; background-repeat: no-repeat; position: absolute; height: 35px; width: 35px; top: -17px; right: -17px; content: ''; opacity: 0; -moz-transition:all 0.5s ease; -webkit-transition:all 0.5s ease; -o-transition:all 0.5s ease; transition:all 0.5s ease;}
.box-radio input[type=radio]:checked + label:after, .box-radio input[type=checkbox]:checked + label:after{ opacity: 1;}
.box-radio h4{ text-align: center; margin-bottom: 5px;}
.box-radio img{ height: 83px; width: 78px; margin: 0 auto;}
.box-radio ul{ margin: 0; padding: 0; list-style: none; display: flex; flex-direction: column; gap: 2px; border-radius: 10px; overflow: hidden;;}
.box-radio ul li{ background-color: var(--bs-primary); color: #fff; padding: 8px 10px; font-size: 28px; font-family: var(--bs-heading-font); font-weight: 700; }
.box-radio ul li small{ font-weight: 400; font-size: 60.71%;}
.caution-text{text-align: center;}
.caution-text span{ color: #ea1f1f; background: url(../images/caution.png) no-repeat 12px center #fef8f8; border-radius: 6px; padding: 8px 20px 8px 40px; display: inline-flex; text-align: center;}

.custom-amount .row{ background-color: #f2f5f9;}
.custom-amount .row select{ background-color: transparent; border-radius: 0; border-color: transparent;}
.custom-amount .form-control{ color: #000; font-weight: 700; font-family: var(--bs-heading-font); font-size: 24px; padding: 12px 20px;}
.custom-amount.no-border .form-control, .custom-amount.no-border .form-control:focus{ border-color: transparent; border-radius: 0; background-color: transparent;}
.custom-amount.no-border [class*=col-] + [class*=col-]{ border-left: 1px solid #d9dce0;}
.category-field .form-control, .category-field .form-control:focus, .custom-amount .form-control, .custom-amount .form-control:focus{ border-color: #99a0aa;}
.category-field .input-group .form-control{ border-right: none;}
.category-field .input-group .input-group-text{ background: none; border-color: #99a0aa; border-left: none; color: #bcbcbc;}
.total{background-color: #f1f8f4; padding: 20px; display: flex; gap: 16px; font-weight: 500; align-items: center;}
.total h3 small{ display: block; font-size: 44%;}
.total h3{ font-size: 37px;}
.total .flex-grow-1{ padding-left: 16px; border-left: 2px solid #fff;}
.total span{ color: #696e77;}

.radio-sm-block .box-radio input[type=radio] + label, .radio-sm-block .box-radio input[type=checkbox] + label{ border-color: #e0eefd; padding: 16px;}
.radio-sm-block .box-radio input[type=radio]:checked + label, .radio-sm-block .box-radio input[type=checkbox]:checked + label{ border-color: #42ba7d;}
.radio-sm-block .box-radio input[type=radio] + label .icon, .radio-sm-block .box-radio input[type=checkbox] + label .icon{ width: 40px; height: 40px; display: flex; align-items: center; margin: 0 auto;}
.radio-sm-block .box-radio input[type=radio] + label .icon img, .radio-sm-block .box-radio input[type=checkbox] + label .icon img{ width: auto; height: auto;}

.custom-amount .mt-2 > a{ font-size: 12px;}

.about-icon-row [class*=col-]{ display: flex; flex-direction: column; gap: 16px;}
.about-icon-row [class*=col-] img{ height: 58px; width: auto; margin: 0 auto 10px; display: block;}
.about-icon-row [class*=col-] h3{ margin-bottom: 0;}
.content-list-style ul{ padding: 0; list-style: none; display: flex; flex-direction: column; gap: 10px;}
.content-list-style ul li{ padding-left: 32px; background-image: url(../images/bullet.png); background-position: left; background-repeat: no-repeat; padding-left: 24px;}


.quote-content:before{ background-color: #f4f9fc; height: 150px; left: 0; right: 0; top: 0; z-index: -1; pointer-events: none; content: ''; position: absolute;}
.quote-content [class*=col-]{ padding-top: 48px;}
.quote-content [class*=col-]:before{ top: 0; left: 50%; transform: translateX(-50%); -ms-transform: translateX(-50%); -moz-transform: translateX(-50%); background-image: url(../images/quote.png); background-position: center; background-repeat: no-repeat; background-size: 100%; content: ''; position: absolute; height: 95px; width: 95px;}
.quote-content .content{ background-color: #fff; border-radius: 20px; box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; overflow: hidden;}
.quote-content .content blockquote{ padding: 70px; font-style: italic;}
.quote-content .content cite{ display: block; background-color: var(--bs-primary); color: #fff; font-weight: 700; display: flex; justify-content: center; padding: 30px; font-style: normal;}

.about-section-image{ position: absolute; left: 0; z-index: 1; width: 28%; top: 70%; transform: translateY(-70%); -ms-transform: translateY(-70%); -moz-transform: translateY(-70%);  pointer-events: none;}
/*----
Custom Site Style ----*/


@media (min-width: 320px) {
body{font-size: calc(0.9375rem + ((1vw - 3.2px) * 0.0926));}
.h1-56{ font-size: calc(2.1875rem + ((1vw - 3.2px) * 0.8125));}
h2, .PriceSlider .item .price{font-size: calc(1.875rem + ((1vw - 3.2px) * 0.625));}
h3{font-size: calc(1.5rem + ((1vw - 3.2px) * 0.5));}
h4{font-size: calc(1.1875rem + ((1vw - 3.2px) * 0.3125));}
h5{font-size: calc(1.0625rem + ((1vw - 3.2px) * 0.1875));}
.font-18{font-size: calc(0.9375rem + ((1vw - 3.2px) * 0.2778));}
.font-20{font-size: calc(0.9375rem + ((1vw - 3.2px) * 0.463));}
.font-24, .donation-form .btn{font-size: calc(0.9375rem + ((1vw - 3.2px) * 0.8333));}
.h1-56 h1, .h2-56 h2{font-size: calc(2rem + ((1vw - 3.2px) * 1.5625));}
.ServiceSlider .item h2{ font-size: calc(2.1875rem + ((1vw - 3.2px) * 2.3438));}
.h1-60 h1, .h2-60 h2{font-size: calc(2rem + ((1vw - 3.2px) * 2.1875));}
.h2-36 h2 {font-size: calc(1.5rem + ((1vw - 3.2px) * 1.1111));}
.font-30{font-size: calc(1rem + ((1vw - 3.2px) * 1.2963));}
}

@media (min-width: 1400px) {
body{ font-size: 16px;}
h1{font-size: 48px;}
h2, .PriceSlider .item .price{font-size: 40px;}
h3{font-size: 32px;}
h4{font-size: 24px;}
h5{font-size: 20px;}
.font-18{font-size: 18px;}
.font-20{ font-size: 20px;}
.font-24, .donation-form .btn{ font-size: 24px;}
.h2-36 h2 {font-size: 36px;}
.font-30{font-size: 30px;}
}

@media (min-width: 1400px) {
.h1-56 h1, .h2-56 h2{font-size: 52px;}
.ServiceSlider .item h2{ font-style: 65px;}
.h1-60 h1, .h2-60 h2{font-size: 60px;}
}

@media (min-width: 576px) {
}

@media (min-width: 768px) {
.section-price .btn{ gap: 30px;}
}

@media (min-width: 992px) {
.faq-section .container{ background-image: url(../images/faq-bg.png); background-position: bottom right; background-repeat: no-repeat;}
.about-icon-row [class*=col-] + [class*=col-]:before{ border-left: 3px dashed #cfdbe2; position: absolute; top: 84px; left: 0; bottom: 0; content: '';}
}

@media (min-width: 1200px) {
.radio-sm-block [class*=col-]{ width: 20%;}
}

@media (min-width: 1400px) {	
}