/*  *Theme Name: Boxall Profile
 *  *Version: 1.1
 *  *Text Domain: wpmix
 *  *Author: Trcreative*/
/* Base style */  
html {
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  font-family: "Mulish", sans-serif;
  overflow-x: hidden;
  font-size: 1.6rem;
  line-height: 1.6;
  padding: 0;
  font-weight: 400;
  color: #505759;
}

b, strong {
  font-weight: 700;
}

.btn {
  cursor: pointer;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 1.4rem 2rem;
  border-radius: 10rem;
  min-width: 20.8rem;
  border-width: 0.2rem;
  font-family: "Mulish", sans-serif;
}
.btn.btn-large {
  min-width: 34.5rem;
  padding: 2rem 2rem;
}
.btn.btn-navy {
  border-color: #00263E;
  color: #fff;
  background-color: #00263E;
}
.btn.btn-navy:hover, .btn.btn-navy:active, .btn.btn-navy:focus {
  background-color: #fff;
  color: #00263E;
  border-color: #00263E;
}
.btn.btn-navy-border {
  border-color: #00263E;
  color: #00263E;
  background-color: transparent;
}
.btn.btn-navy-border:hover, .btn.btn-navy-border:active, .btn.btn-navy-border:focus {
  background-color: #00263E;
  color: #fff;
  border-color: #00263E;
}
.btn.btn-navy-border:hover svg path, .btn.btn-navy-border:active svg path, .btn.btn-navy-border:focus svg path {
  fill: #fff !important;
}
.btn.btn-white-border {
  border-color: #fff;
  color: #fff;
  background-color: transparent;
}
.btn.btn-white-border:hover, .btn.btn-white-border:active, .btn.btn-white-border:focus {
  background-color: #fff;
  color: #00263E;
  border-color: #fff;
}
.btn.btn-white {
  border-color: #fff;
  color: #00263E;
  background-color: #fff;
}
.btn.btn-white:hover, .btn.btn-white:active, .btn.btn-white:focus {
  background-color: #00263E;
  color: #fff;
  border-color: #00263E;
}
.btn.btn-cyan {
  border-color: #51BBAD;
  color: #fff;
  background-color: #51BBAD;
}
.btn.btn-cyan:hover, .btn.btn-cyan:active, .btn.btn-cyan:focus {
  background-color: #51BBAD;
  color: #fff;
  border-color: #51BBAD;
}

h1, h2, h3, h4 {
  font-family: "Mulish", sans-serif;
  font-weight: 700;
  color: #00263E;
}

h1, h2 {
  font-size: 5.2rem;
  margin-bottom: 2rem;
}

h3 {
  font-size: 2.4rem;
}

h4 {
  font-size: 2rem;
}

h5, h6 {
  font-size: 1.8rem;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a, a:hover {
  text-decoration: none;
  color: inherit;
}

p {
  margin-bottom: 3rem;
}

main p a {
  color: #00263E;
}
main p a:hover {
  color: #00263E;
}

main h3, main h4, main h5 {
  margin-bottom: 2rem;
}
main ol, main ul {
  margin-bottom: 4rem;
}
main ol li, main ul li {
  margin-bottom: 0.5rem;
}

.transition {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

.radius {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.transformCenter {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.row {
  margin: 0 -1.5rem;
}
.row div[class^=col-] {
  padding: 0 1.5rem;
}

.container, .container-fluid {
  padding: 0 1.5rem;
}

.bg-teal {
  background-color: #51BBAD !important;
}

hr {
  border-top-color: #505759;
  opacity: 0.3;
  margin: 3rem 0;
}

.main-logo-white {
  display: none;
}

.swiper-pagination-bullet-active {
  background-color: #51BBAD;
}
main p a{
	text-decoration: underline;
}
/* End Base style */
.sec-pad-top-md {
  padding-top: 8rem;
}

.sec-pad-bottom-md {
  padding-bottom: 7rem;
}

.bg-light {
  background-color: #fff !important;
  padding: 2.4rem 0;
}
.bg-light .navbar-toggler {
  border-color: transparent;
  color: #fff;
}
.bg-light .navbar-toggler:focus {
  outline: 0;
  box-shadow: none;
}
.bg-light .navbar-toggler-icon {
  background-image: none;
  width: 3rem;
  height: 3rem;
  position: relative;
}
.bg-light .navbar-toggler-icon span {
  position: absolute;
  height: 0.3rem;
  width: 100%;
  top: 50%;
  left: 0px;
  margin-top: -0.15rem;
  background: #00263E;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.bg-light .navbar-toggler-icon span:nth-of-type(1) {
  margin-top: -0.9rem;
}
.bg-light .navbar-toggler-icon span:nth-of-type(3) {
  margin-top: 0.7rem;
}
.bg-light .navbar-toggler[aria-expanded=true] .navbar-toggler-icon span:nth-of-type(1) {
  margin-top: -0.8rem;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 2rem;
}
.bg-light .navbar-toggler[aria-expanded=true] .navbar-toggler-icon span:nth-of-type(3) {
  margin-top: 0.6rem;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 0.6rem;
  left: 0;
}
.bg-light .navbar-toggler[aria-expanded=true] .navbar-toggler-icon span:nth-of-type(2) {
  display: none;
}
.bg-light .navbar-nav .menu-item {
  margin: 0 1.4rem;
  padding: 1rem 0;
}
.bg-light .navbar-nav .menu-item a {
  color: #00263E;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Mulish", sans-serif;
  display: block;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.bg-light .navbar-nav .menu-item:hover > a, .bg-light .navbar-nav .menu-item.current_page_item > a {
  color: #51BBAD;
}
.bg-light .navbar-nav .menu-item:last-child {
  margin-right: 0;
}
.bg-light .navbar-nav .menu-item:first-child {
  margin-left: 0;
}
.bg-light .navbar-nav .menu-item.btn-navy {
  min-width: 0;
  padding: 1.1rem 2rem;
}
.bg-light .navbar-nav .menu-item.btn-navy a {
  color: #fff;
  font-weight: 700;
}
.bg-light .navbar-nav .menu-item.btn-navy:hover a {
  color: #00263E;
}
.bg-light .navbar-nav .menu-item.menu-item-has-children {
  position: relative;
}
.bg-light .navbar-nav .menu-item.menu-item-has-children .sub-menu {
  position: absolute;
  min-width: 20rem;
  padding: 2rem 1.5rem;
  top: 100%;
  left: -1.5rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.12);
}
.bg-light .navbar-nav .menu-item.menu-item-has-children .sub-menu li {
  margin: 0;
  padding: 0;
}
.bg-light .navbar-nav .menu-item.menu-item-has-children .sub-menu li a {
  display: block;
  padding: 0.5rem 0;
}
.bg-light .navbar-nav .menu-item.menu-item-has-children:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  z-index: 99;
}

.hero-sec {
  color: #fff;
  padding-top: 7rem;
  overflow: hidden;
}
.hero-sec .container {
  max-width: 127rem;
}
.hero-sec p {
  font-size: 1.8rem;
  margin-bottom: 5.5rem;
}
.hero-sec .hero-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.hero-sec .hero-content h1, .hero-sec .hero-content h2, .hero-sec .hero-content h3 {
  color: #fff;
}
.hero-sec .hero-img img {
  width: 100%;
  height: auto;
  -webkit-box-shadow: 0 0.4rem 6rem rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0.4rem 6rem rgba(0, 0, 0, 0.4);
  box-shadow: 0 0.4rem 6rem rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 4%;
  -moz-border-radius: 4%;
  border-radius: 4%;
}
.hero-sec.stack .hero-content {
  text-align: center;
}
.hero-sec.stack .hero-btns .btn {
  margin-bottom: 1rem;
}
.hero-sec.stack .hero-img {
  width: 100%;
  margin-bottom: -28rem;
  width: 80%;
  margin-bottom: -17rem;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}
.hero-sec.side {
  padding-top: 3.5rem;
}
.hero-sec.side .hero-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.hero-sec.side .hero-content {
  text-align: left;
  width: 40%;
  padding-bottom: 4rem;
}
.hero-sec.side .hero-img {
  width: 60%;
}
.hero-sec.side .hero-btns {
  margin-left: -0.7rem;
}
.hero-sec.side .hero-btns .btn {
  margin: 0.7rem;
}
.hero-sec.side .hero-img {
  margin-bottom: -10.6rem;
}

.sec-title {
  width: 100%;
  max-width: 91rem;
  margin: auto;
  margin-bottom: 6.5rem;
}
.sec-title .title-tag {
  display: inline-block;
  background-color: rgba(124, 204, 108, 0.4);
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  -webkit-border-radius: 3rem;
  -moz-border-radius: 3rem;
  border-radius: 3rem;
  color: #00263E;
  padding: 0.5rem 1.3rem;
  margin-bottom: 1.5rem;
}
.sec-title h2 {
  font-size: 5.2rem;
  margin-bottom: 1rem;
  color: #00263E;
}
.sec-title p {
  margin-bottom: 0;
  font-size: 1.8rem;
  max-width: 67.5rem;
	margin-left: auto; 
	margin-right: auto;
}

.featured-sec {
  padding: 5rem 0;
}

.featured-single {
  margin-bottom: 6rem;
}
.featured-single p {
  font-size: 1.6rem;
}
.featured-single .thumb img {
  width: 100%;
  display: block;
  height: auto;
}
.featured-single .thumb.shadow img {
  -webkit-box-shadow: 0 0.4rem 6rem rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0.4rem 6rem rgba(0, 0, 0, 0.4);
  box-shadow: 0 0.4rem 6rem rgba(0, 0, 0, 0.4);
}
.featured-single .thumb.radius {
  -webkit-border-radius: 3rem;
  -moz-border-radius: 3rem;
  border-radius: 3rem;
}
.featured-single .thumb.radius img {
  -webkit-border-radius: 3rem;
  -moz-border-radius: 3rem;
  border-radius: 3rem;
}
.featured-single .f-content {
  padding-left: 4rem;
}
.featured-single .f-content h2 {
  color: #505759;
  font-weight: 400;
  font-size: 3.6rem;
  margin-bottom: 1.5rem;
}
.featured-single .f-content hr {
  border-top-color: #505759;
  opacity: 0.3;
  margin: 4rem 0;
}
.featured-single.odd .f-content {
  padding-right: 4rem;
  padding-left: 0;
}

main {
  min-height: 80vh;
}
main ul li {
  padding-left: 3rem;
  background-image: url(images/ic_check.svg);
  background-position: left top 0.1rem;
  background-repeat: no-repeat;
  background-size: 2.2rem;
  margin-bottom: 1rem;
  font-size: 1.6rem;
  color: #00263E;
}

.icon-sec {
  padding: 6rem 0;
}
.icon-sec .iconbox-single {
  margin-bottom: 4rem;
}
.icon-sec .iconbox-single .info {
  padding-left: 3rem;
  padding-right: 3rem;
}
.icon-sec .iconbox-single h3 {
  font-size: 2.4rem;
  margin-bottom: 3.5rem;
}

.ratings span {
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  background: url(images/ic_star.svg) no-repeat center;
  background-size: 100%;
  margin: 0 0.2rem;
}

.testimonial-sec {
  background-color: #3EB1C8;
  padding: 15rem 0;
}
.testimonial-sec h2 {
  margin-bottom: 7.5rem;
  padding-right: 15rem;
}

.testimonial-single {
  background-color: #fff;
  -webkit-border-radius: 1.6rem;
  -moz-border-radius: 1.6rem;
  border-radius: 1.6rem;
  padding: 3.5rem;
}
.testimonial-single .ratings {
  margin-bottom: 4rem;
}
.testimonial-single .quote {
  padding-bottom: 3rem;
  min-height: 18.6rem;
}
.testimonial-single .quote p {
  margin-bottom: 0;
}
.testimonial-single .t-author .thumb {
  width: 6.2rem;
}
.testimonial-single .t-author .thumb img {
  display: inline-block;
  width: 6.2rem;
  height: 6.2rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  object-fit: cover;
}
.testimonial-single .t-author .info {
  width: calc(100% - 6.2rem);
  padding-left: 1.5rem;
}
.testimonial-single .t-author .info h3 {
  font-size: 2.4rem;
  margin-bottom: 0.2rem;
}

.slider-wrap {
  position: relative;
}
.slider-wrap .swiper-button-next,
.slider-wrap .swiper-button-prev {
  width: 6.2rem;
  height: 6.2rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  transform: none;
  top: auto;
  bottom: 100%;
  margin-bottom: 6.5rem;
  left: auto;
  right: 0;
}
.slider-wrap .swiper-button-prev {
  right: 7.7rem;
}
.slider-wrap .swiper-button-next:after, .slider-wrap .swiper-button-prev:after {
  color: #505759;
  font-size: 1.6rem;
  font-weight: 700;
}

.footer-get-started {
  background-color: #8A1338;
  padding: 9rem 0;
  color: #fff;
}
.footer-get-started h2 {
  color: #fff;
  font-size: 3.6rem;
}
.footer-get-started p {
  font-size: 1.8rem;
}

.footer-bottom {
  background-color: #51BBAD;
  color: #fff;
}
.footer-bottom p {
  font-size: 1.4rem;
}
.footer-bottom h3 {
  font-size: 1.4rem;
  color: #fff;
}
.footer-bottom .footer-left {
  padding-top: 3rem;
  padding-bottom: 9rem;
  padding-left: 9rem;
  padding-right: 9rem;
}
.footer-bottom .footer-left .widget:first-child {
  margin-bottom: 3rem;
}
.footer-bottom .footer-left img:first-child {
  margin-top: 3rem;
}
.footer-bottom .footer-right {
  background-color: rgba(3, 74, 54, 0.2);
  min-height: 100%;
}
.footer-bottom .footer-right .btn {
  padding: 1rem 2rem;
}
.footer-bottom .footer-right .footer-item.top {
  background-color: rgba(3, 74, 54, 0.2);
  padding: 7rem;
  padding-bottom: 3rem;
}
.footer-bottom .footer-right .footer-item.top h3 {
  margin-bottom: 1.5rem;
}
.footer-bottom .footer-right .footer-right-bottom {
  padding: 7rem;
}
.footer-bottom .footer-right .footer-right-bottom h3 {
  margin-bottom: 2rem;
}
.footer-bottom .footer-right #menu-footer-menu {
  column-count: 2;
  margin-bottom: 5rem;
}
.footer-bottom .footer-right #menu-footer-menu li {
  margin-bottom: 0.3rem;
}
.footer-bottom .footer-right #menu-footer-menu li a {
  font-size: 1.4rem;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link {
  background-color: transparent !important;
}

.evidence-sec {
  position: relative;
  padding: 9rem 0;
}
.evidence-sec .bg-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.evidence-sec .bg-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.evidence-sec .container {
  position: relative;
  z-index: 9;
}
.evidence-sec h2, .evidence-sec h3, .evidence-sec h4, .evidence-sec p {
  color: #fff;
}
.evidence-sec p {
  font-size: 1.8rem;
}
.evidence-sec .btns .btn {
  margin: 1rem;
}

.counter-sec {
  background-color: #8A1338;
  padding: 7rem 0;
  color: #fff;
}
.counter-sec h2, .counter-sec h3, .counter-sec h4 {
  color: #fff;
}
.counter-sec h2 {
  font-size: 3.6rem;
}
.counter-sec p {
  font-size: 1.8rem;
  color: #fff;
}
.counter-sec .swiper {
  padding-bottom: 5rem;
}
.counter-sec .swiper .swiper-pagination {
  bottom: 2rem;
}
.counter-sec span.swiper-pagination-bullet {
    background-color: #fff;
    width: 1.5rem;
    height: 1.5rem;
    margin: 0 1rem !important;
}

.counter-single {
  text-align: center;
}
.counter-single div[class^=counter-] {
  font-size: 7.4rem;
  line-height: 8rem;
  color: #fff;
  font-family: "Mulish", sans-serif;
  font-weight: 700;
  margin-bottom: 1rem;
}
.counter-single h3 {
  font-size: 1.8rem;
  color: #fff;
  padding-bottom: 4rem;
  background: url(images/Star.svg) no-repeat center bottom 0.5rem;
  background-size: 13.6rem;
}

.page-title-sec {
  padding: 6.5rem 0;
  color: #fff;
  background-color: #51BBAD;
}
.page-title-sec p, .page-title-sec h1, .page-title-sec h2 {
  color: #fff;
}
.page-title-sec p {
  margin-bottom: 3rem;
  font-size: 1.8rem;
  text-transform: uppercase;
}

.accordion-sec {
  padding-top: 6rem;
  padding-bottom: 12rem;
}

.accordion {
  width: 100%;
  max-width: 75rem;
  margin: auto;
  margin-bottom: 7rem;
}
.accordion .accordion-body {
  padding: 1rem 0;
}
.accordion .accordion-header {
  margin: 0;
}
.accordion .accordion-header button {
  position: relative;
  font-size: 2.4rem;
  color: #505759;
  font-weight: 700;
  font-family: "Mulish", sans-serif;
  padding: 2rem;
  padding-left: 0;
  padding-right: 4rem;
  display: block;
}
.accordion .accordion-header button:focus {
  box-shadow: none;
  outline: 0;
}
.accordion .accordion-button:not(.collapsed) {
  background-color: transparent;
}
.accordion .accordion-button::after {
  position: absolute;
  right: 1.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(0deg);
  -moz-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
  background-image: url(images/arrow-down.svg);
}
.accordion .accordion-button[aria-expanded=true]::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.full-width-content {
  padding: 6rem 0;
}
.full-width-content h2 {
  font-weight: 400;
  font-size: 3.6rem;
}

.content-column.one_half {
  padding-right: 1.5rem;
}

.content-column.one_half.last_column {
  padding-right: 1.5rem;
}

.image-box-sec {
  padding-top: 5rem;
  padding-bottom: 12rem;
}
.image-box-sec .img-box {
  margin-bottom: 5rem;
}
.image-box-sec .img-box h3 {
  font-weight: 400;
  font-size: 3.6rem;
  margin-bottom: 2rem;
}
.image-box-sec .img-box .thumb {
  -webkit-border-radius: 3rem;
  -moz-border-radius: 3rem;
  border-radius: 3rem;
  position: relative;
  padding-bottom: 56%;
  overflow: hidden;
}
.image-box-sec .img-box .thumb img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image-box-sec .img-box .thumb span {
  font-size: 2.4rem;
  color: #fff;
  font-weight: 700;
  padding: 4rem 2rem;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.wp-block-quote p {
  font-style: italic;
}

#the-post .container, .post-footer .container {
  max-width: 106rem;
}

.post-wrap {
  padding-top: 7rem;
  padding-bottom: 16rem;
}
.post-wrap .post-title {
  width: 100%;
  max-width: 73rem;
  margin: auto;
  margin-bottom: 5rem;
}
.post-wrap .post-title p {
  font-size: 1.8rem;
  line-height: 2.8rem;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
.post-wrap .post-title h1 {
  font-size: 3.6rem;
  margin-bottom: 1.5rem;
}
.post-wrap .post-title .the-date {
  font-size: 1.6rem;
}
.post-wrap .featured-image {
  width: 100%;
  max-width: 75.2rem;
  margin: auto;
}
.post-wrap .featured-image img {
  width: 100%;
  margin-bottom: 5rem;
  height: auto;
}
.post-wrap .post-content h2, .post-wrap .post-content h3, .post-wrap .post-content h4 {
  font-size: 1.6rem;
  margin-bottom: 2rem;
  line-height: 2.6rem;
  color: #505759;
}
.post-wrap .post-content .wp-block-image {
  margin-bottom: 2.4rem;
}
.post-wrap .post-footer .container {
  border-top: 0.1rem solid #F6F5F8;
  padding: 2.4rem 0;
}
.post-wrap .post-footer .container a {
  color: #00263E;
}

section#posts-wrap {
  padding-top: 5rem;
  padding-bottom: 20rem;
}

.aside-bar-cat h3 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
.aside-bar-cat .filter-wrap {
  margin-bottom: 4rem;
}
.aside-bar-cat .filter-wrap a {
  font-size: 1.6rem;
  color: #00263E;
  display: block;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
  position: relative;
  line-height: 1.2;
}
.aside-bar-cat .filter-wrap a:before {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #000;
  position: absolute;
  top: 0.7rem;
  left: 0;
}

.post-single-wrap {
  margin-bottom: 3rem;
}
.post-single-wrap .thumb {
  position: relative;
  padding-bottom: 48%;
  -webkit-border-radius: 2rem 2rem 0 0;
  border-radius: 2rem 2rem 0 0;
  overflow: hidden;
}
.post-single-wrap .thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post-single-wrap .info {
  padding: 2.5rem;
  margin-bottom: 4rem;
}
.post-single-wrap .info h3 {
  min-height: 11.2rem;
}
.post-single-wrap .info h3 a {
  font-size: 1.8rem;
  color: #505759;
}
.post-single-wrap .info .excerpt {
  min-height: 20rem;
}

ul.navigation li {
  padding-left: 0;
  background-image: none;
}

.pricing-sec {
  padding: 5rem 0;
}

.pricing-table-wrap .swiper {
  padding-top: 6rem;
}
.pricing-table-wrap .swiper-slide {
  height: auto;
}
.pricing-table-wrap .pricing-slider-wrap:not(:nth-of-type(1)) {
  display: none;
}

.price-single-wrap {
  background-color: #F6F5F8;
  padding: 4rem 2.2rem;
  min-height: 100%;
  -webkit-border-radius: 1.6rem;
  -moz-border-radius: 1.6rem;
  border-radius: 1.6rem;
  position: relative;
  padding-bottom: 23rem;
}
.price-single-wrap.top-b-0 {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.price-single-wrap span.reco {
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  background-color: rgba(124, 204, 108, 0.4);
  font-size: 1.4rem;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  padding: 2rem;
  font-weight: 700;
  text-align: center;
}
.price-single-wrap .p-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 2rem 2.2rem;
  padding-bottom: 8rem;
  text-align: center;
}
.price-single-wrap .p-top {
  text-align: center;
  margin-bottom: 4rem;
}
.price-single-wrap .p-top h3 {
  font-size: 3.6rem;
  margin-bottom: 0.6rem;
}
.price-single-wrap .p-top p {
  margin-bottom: 2rem;
}
.price-single-wrap .p-top p.price {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: -2rem;
}
.price-single-wrap .p-top p.price sup {
  font-size: 1.8rem;
  line-height: 1;
  color: #00263E;
  font-weight: 700;
  margin-left: 2rem;
  margin-right: 0.5rem;
}
.price-single-wrap .p-top p.price span.amount {
  font-size: 5.2rem;
  font-weight: 700;
  line-height: 1;
  color: #00263E;
}
.price-single-wrap .p-features h3 {
  font-size: 1.6rem;
  margin-bottom: 1rem;
  color: #505759;
}
.price-single-wrap .p-features ul li {
  background-image: url(images/check.svg);
  background-position: left top 0.7rem;
  font-size: 1.4rem;
}
.price-single-wrap .p-features p {
  font-size: 1.4rem;
  margin-bottom: 2rem;
}
.price-single-wrap .btn {
  width: 100%;
}

select.form-control {
  height: 3.8rem;
  background-color: #fff;
  -webkit-border-radius: 0.4rem;
  -moz-border-radius: 0.4rem;
  border-radius: 0.4rem;
  margin-bottom: 3.3rem;
  font-size: 1.6rem;
  color: #505759;
  border-color: #fff;
  padding-left: 1.5rem;
  padding-right: 3rem;
  background-image: url(images/sort-arrows-couple-pointing-up-and-down.png);
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1.2rem;
}
select.form-control:focus {
  box-shadow: none;
  outline: 0;
  border-color: #fff;
}

.filter-pricing {
  padding-bottom: 2rem;
  margin-bottom: -6rem;
  position: relative;
  z-index: 99;
}
.filter-pricing label {
  white-space: nowrap;
  margin-right: 2rem;
}
.filter-pricing select {
  border-color: #F6F5F8;
  margin-bottom: 0;
  width: 15.6rem;
}
.filter-pricing select:focus {
  border-color: #F6F5F8;
}

span.bg-text {
  background-color: #F6F5F8;
  border-radius: 1.2rem;
  padding: 1rem 4rem;
}

body.error404 #content {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
body.error404 #content h1 {
  font-size: 10rem;
}

.ess-sec {
  padding-top: 20rem;
  padding-bottom: 11rem;
}
.ess-sec h2 {
  font-size: 2.4rem;
  margin-bottom: 4rem;
  line-height: 1.4;
}
.ess-sec .ess-single {
  margin-bottom: 4rem;
}
.ess-sec .ess-single .thumb {
  position: relative;
  padding-bottom: 67%;
  margin-bottom: 3.5rem;
}
.ess-sec .ess-single .thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.course-sec {
  padding-top: 13rem;
  padding-bottom: 9rem;
  background-color: #EAF0F0;
}
.course-sec h2 {
  font-size: 2.4rem;
  margin-bottom: 4rem;
  line-height: 1.4;
}
.course-sec .course-single {
  margin-bottom: 4rem;
  position: relative;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  border-radius: 2rem;
  overflow: hidden;
}
.course-sec .course-single:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(255, 255, 255, 0), #00263E);
  z-index: 2;
}
.course-sec .course-single a {
  font-size: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9;
}
.course-sec .course-single .thumb {
  position: relative;
  padding-bottom: 102%;
  margin-bottom: 3.5rem;
}
.course-sec .course-single .thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.course-sec .course-single .info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 6;
  padding-bottom: 2.5rem;
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}
.course-sec .course-single .info h3, .course-sec .course-single .info p {
  color: #fff;
}
.course-sec .course-single .info h3 {
  font-size: 2.4rem;
  margin-bottom: 4rem;
}
.course-sec .course-single .info p {
  margin-bottom: 0;
}

.product-sec {
  padding-top: 13rem;
  padding-bottom: 9rem;
}
.product-sec .swiper {
  padding: 0 3.5rem;
  padding-bottom: 4rem;
}
.product-sec .swiper .swiper-slide {
  height: auto;
}
.product-sec .swiper-button-next, .product-sec .swiper-button-prev {
  top: 40%;
}
.product-sec h2 {
  font-size: 2.4rem;
  margin-bottom: 4rem;
  line-height: 1.4;
}
.product-sec .swiper-button-next:after, .product-sec .swiper-button-prev:after {
  font-size: 2.5rem;
  color: #00263E;
}
.product-sec .swiper-pagination-bullet-active {
  background-color: #00263E;
}
.product-sec .product-single {
  min-height: 100%;
}
.product-sec .product-single .btn {
  position: absolute;
  bottom: 0;
  left: 0;
  min-width: 14.5rem;
  font-size: 1.4rem;
  padding: 1rem 2rem;
}
.product-sec .product-single .thumb {
  position: relative;
  padding-bottom: 96%;
  margin-bottom: 2rem;
}
.product-sec .product-single .thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-sec .product-single .info h3 {
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 993px) {
  .filter-wrap h3 .filter-close {
    display: none;
  }

  .filter-toggler-mobile {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 117rem;
  }
	.bg-light .navbar-nav .menu-item.mobile-visible{
		display: none;
	}
}
@media only screen and (max-width: 1199px) {
  .bg-light {
    padding: 1.2rem 0;
    min-height: 8.4rem;
  }
	.bg-light .navbar-nav .menu-item.login a{
		color: #00263E!important;
	}
  #navbarSupportedContent {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #51BBAD;
    z-index: 999;
    transition: none;
    padding-top: 8.4rem;
    padding-bottom: 2rem;
  }
  #navbarSupportedContent #top-menu {
    height: 100%;
    overflow-y: auto;
  }

  .admin-bar #navbarSupportedContent {
    top: 3.2rem;
  }

  .bg-light .navbar-nav .menu-item.btn-navy {
    padding: 0.7rem 1.3rem;
    margin-right: 0.8rem;
  }

  .navbar .container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }

  #top-menu-right {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  #top-menu-right li:first-child {
    display: none;
  }

  .navbar-brand img {
    width: 15.7rem;
  }

  .navbar-brand,
.navbar-toggler {
    z-index: 9999999;
  }

  html.mobile-menu-open {
    overflow: hidden;
  }
  html.mobile-menu-open .bg-light .navbar-toggler-icon span {
    background-color: #fff;
  }
  html.mobile-menu-open .main-logo-white {
    display: block;
  }
  html.mobile-menu-open .main-logo {
    display: none;
  }
  html.mobile-menu-open .navbar-brand,
html.mobile-menu-open .navbar-toggler {
    position: fixed;
    z-index: 99999;
  }
  html.mobile-menu-open .navbar-toggler {
    top: 56px;
    right: 48px;
  }
  html.mobile-menu-open .navbar-brand {
    top: 51px;
  }
  html.mobile-menu-open #top-menu-right {
    position: fixed;
    z-index: 99999;
    top: 53px;
    right: 94px;
  }

  .bg-light .navbar-nav .menu-item:hover > a, .bg-light .navbar-nav .menu-item.current_page_item > a,
.bg-light .navbar-nav .menu-item a {
    color: #ffffff;
  }

  .bg-light .navbar-nav .menu-item {
    margin: 0;
    padding: 0;
  }

  #top-menu {
    padding: 1.8rem;
  }

  .bg-light .navbar-nav .menu-item.menu-item-has-children .sub-menu {
    position: relative;
    opacity: 1;
    visibility: visible;
    z-index: 1;
    background-color: transparent;
    width: 100%;
    box-shadow: none;
    top: 0;
    left: 0;
    padding: 0;
    display: none;
  }
  .bg-light .navbar-nav .menu-item.menu-item-has-children .sub-menu li a {
    font-size: 2.4rem;
    color: #fff;
    padding: 1.4rem 0;
    font-weight: 400;
    border-bottom: none;
  }

  .bg-light .navbar-nav .menu-item.menu-item-has-children > a {
    position: relative;
  }
  .bg-light .navbar-nav .menu-item.menu-item-has-children > a:before {
    content: "";
    width: 3.2rem;
    height: 3.2rem;
    background: url(images/angle-down.svg) no-repeat center;
    background-size: 1.6rem;
    position: absolute;
    top: 50%;
    margin-top: -1.6rem;
    right: 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
  }
  .bg-light .navbar-nav .menu-item.menu-item-has-children.mobile-submenu-open > a:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .bg-light .navbar-nav .menu-item.menu-item-has-children.mobile-submenu-open .sub-menu {
    display: block;
  }

  .bg-light .navbar-nav > .menu-item:not(.btn) a {
    font-size: 2.4rem;
    font-weight: 700;
    display: block;
    padding: 1.4rem 0;
    border-bottom: 0.1rem solid rgba(255, 255, 255, 0.3);
  }
}
@media only screen and (max-width: 992px) {
  .navbar .container {
    max-width: 100%;
  }

  html.mobile-menu-open .navbar-toggler {
    right: 15px;
  }

  html.mobile-menu-open #top-menu-right {
    right: 62px;
  }

  html.mobile-menu-open .navbar-brand {
    top: 23px;
  }

  html.mobile-menu-open .navbar-toggler {
    top: 23px;
  }

  html.mobile-menu-open #top-menu-right {
    top: 21px;
  }

  h1, h2, .sec-title h2 {
    font-size: 3.8rem;
  }

  .featured-single .thumb {
    margin-bottom: 3rem;
  }

  .featured-single {
    margin-bottom: 3rem;
  }

  .footer-bottom .footer-left,
.footer-bottom .footer-right .footer-item.top,
.footer-bottom .footer-right .footer-right-bottom {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .footer-bottom .container {
    padding: 0;
    max-width: 100%;
  }

  body .is-layout-flex {
    justify-content: center;
  }

  .filter-pricing {
    margin-bottom: -1rem;
  }

  .pricing-table-wrap .swiper {
    padding-bottom: 7rem;
  }

  iframe {
    width: 100%;
  }

  .filter-wrap {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    z-index: 99999999;
    margin-bottom: 0 !important;
    padding: 3rem 1.5rem;
    overflow-y: auto;
    display: none;
  }
  .filter-wrap h3 {
    font-size: 2.4rem;
    color: #000;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 4rem;
  }
  .filter-wrap h3 .filter-close {
    cursor: pointer;
  }

  .aside-bar-cat .filter-wrap a {
    font-size: 2.4rem;
    margin-bottom: 1.5rem;
  }

  .filter-toggler-mobile {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-left: -0.2rem;
    margin-right: -0.2rem;
  }
  .filter-toggler-mobile a {
    width: calc(50% - 0.4rem);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 2.1rem 4rem;
    color: #00263E;
    font-size: 1.4rem;
    text-transform: uppercase;
    background-color: #F6F5F8;
    font-weight: 700;
    margin: 0 0.2rem;
  }
  .filter-toggler-mobile a svg {
    margin-left: 1rem;
    position: relative;
    top: -0.1rem;
  }

  .ess-sec, .course-sec, .product-sec {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .course-sec .course-single .info {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .course-sec .course-single .info h3 {
    margin-bottom: 3rem;
  }

  .aside-bar-cat .filter-wrap a:before {
    top: 1.2rem;
  }
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 2.8rem;
    line-height: 3.8rem;
  }

  h2 {
    font-size: 4rem;
    line-height: 5rem;
  }

  .sec-title h2 {
    font-size: 4rem;
    line-height: 5rem;
  }

  .hero-sec p {
    margin-bottom: 3.5rem;
  }

  .btn.btn-large {
    min-width: 28rem;
    padding: 1.2rem 2rem;
  }

  .hero-sec.stack .hero-img {
    margin-bottom: -3rem;
    margin-top: 2rem;
  }

  .counter-sec {
    padding: 5rem 0;
  }

  .counter-sec h2 {
    font-size: 3.6rem;
    line-height: 4.6rem;
  }

  .featured-single.odd .f-content {
    padding-right: 0;
  }

  .featured-single .f-content {
    padding-left: 0;
  }

  .testimonial-sec h2 {
    margin-bottom: 4rem;
    padding-right: 0;
    font-size: 4rem;
    line-height: 5rem;
  }

  .testimonial-sec {
    padding: 5rem 0;
  }
  .testimonial-sec .swiper-slide {
    width: 31.2rem;
  }
  .testimonial-sec .slider-wrap .swiper-button-next, .testimonial-sec .slider-wrap .swiper-button-prev {
    display: none;
  }

  .testimonial-single .ratings {
    text-align: center;
  }

  .testimonial-single .quote p {
    font-weight: 700;
  }

  .t-author {
    flex-direction: column;
  }
  .t-author .thumb {
    margin-bottom: 1rem;
  }

  .testimonial-single .t-author .thumb,
.testimonial-single .t-author .info {
    width: 100%;
    text-align: center;
  }

  .evidence-sec {
    padding: 5rem 0;
  }

  .footer-bottom .footer-left {
    padding-bottom: 3rem;
  }

  .footer-bottom .footer-right #menu-footer-menu {
    column-count: 1;
  }

  .hero-sec.side .hero-content {
    text-align: center;
    width: 100%;
    padding-bottom: 0rem;
  }
  .hero-sec.side .hero-content .hero-btns {
    display: none !important;
  }

  .hero-sec.side .hero-img {
    width: 100%;
    margin-bottom: -3rem !important;
  }

  .sec-title {
    margin-bottom: 3.5rem;
  }

  .featured-single .thumb {
    margin-bottom: 2rem;
  }

  .icon-sec {
    padding: 5rem 0;
  }
.icon-sec span.swiper-pagination-bullet {
    width: 1.5rem;
    height: 1.5rem;
    margin: 1rem 1rem!important;
}
.icon-sec .swiper-pagination {
    bottom: -1rem;
}
  .accordion .accordion-header button {
    line-height: 3rem;
  }

  .accordion-sec,
.full-width-content,
.image-box-sec {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .image-box-sec .img-box .thumb span {
    font-size: 1.6rem;
    padding: 2rem 1rem;
  }

  .featured-single:last-child {
    margin-bottom: 0 !important;
  }

  .post-single-wrap {
    margin-bottom: 3rem;
    max-width: 29.1rem;
    margin: auto;
    margin-bottom: 3rem;
    -webkit-box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.12);
    -webkit-border-radius: 2rem;
    border-radius: 2rem;
  }

  section#posts-wrap {
    padding-top: 5rem;
    padding-bottom: 1rem;
  }

  .post-wrap .featured-image {
    width: auto;
    max-width: none;
    margin: 0 -2rem;
  }

  .post-wrap .post-footer .container a {
    color: #505759;
    margin-left: 1rem;
    text-decoration: underline;
    font-weight: 700;
  }

  .post-wrap {
    padding-top: 5rem;
    padding-bottom: 4rem;
  }

  span.bg-text {
    display: inline-block;
    padding: 1rem 2rem;
  }

  .bg-text > span {
    display: block;
  }

  body.error404 #content h1 {
    font-size: 7rem;
  }

  .product-sec .swiper-button-next, .product-sec .swiper-button-prev {
    display: none;
  }

  .product-sec .swiper {
    padding-left: 0;
    padding-right: 0;
  }
  .product-sec .swiper .swiper-slide {
    width: 26rem;
  }
}

.sticky-footer {
          position: fixed;
          width: 100%;
          height: auto;
          bottom: 0;
          box-sizing: border-box;
          background: #fff !important;
          z-index: 9999;
          padding: 0px 15px;
        }

        .custom-title
        {
          color: #00263e;
          font-size: 20px;
          font-weight: 600;
        }

        .custom-title-small
        {
          color: #2a4a5e;
          font-size: 15px;
        }

        .btn-custom-color
        {
          color: #fff;
          background-color: #7CCC6C;
          font-size: 14px;
          border: 2px solid #5EAB4E;
        }

        .btn-custom-color:hover
        {
          background: #5EAB4E;
          border: 2px solid #5EAB4E;
          color: #fff;
        }

		.btn-custom-color svg
        {
          fill: #fff !important;
        }

        .btn-custom-color:hover svg
        {
          fill: #fff !important;
        }
		
		.btn-custom-color:focus-visible {
			color: #fff !important;
			background-color: #5EAB4E !important;
			border-color: #5EAB4E !important;
			outline: 0;
			box-shadow: var(--bs-btn-focus-box-shadow);
		}

		.btn-custom-color:checked+.btn-custom-color, .btn-custom-color.active, .btn-custom-color.show, .btn-custom-color:first-child:active, :not(.btn-check)+.btn-custom-color:active {
				color: #fff !important;
				background-color: #5EAB4E !important;
				border-color: #5EAB4E !important;
			}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.btn-custom-color {
    font-size: 9px;
  }
}

@media only screen and (min-width: 601px) and (max-width: 991px) {
	.btn-custom-color {
    font-size: 9px;
  }
}



        @media only screen and (max-width: 600px) {
          .custom-title
        {
          text-align: center;
        }

        .custom-title-small
        {
          text-align: center;
          margin: 5px 0px 8px 0px !important;
          font-size: 12px;
        }

        .custom-title
        {
          font-size: 14px;
          margin-bottom: 0px 0px !important;
        }
			
		.btn-custom-color
        {
          padding: 7px 20px;
        }

        }

/*# sourceMappingURL=style.css.map */
