body {
  font-weight: 400;
  font-size: 15px;
  color: #222;
}

h1 {
  font-size: 40px;
  font-weight: bold;
}

h2 {
  font-size: 34px;
  font-weight: 700;
}

h3 {
  font-size: 26px;
  font-weight: 600;
}

h4 {
  font-size: 20px;
  font-weight: 600;
}

h5 {
  font-size: 16px;
  font-weight: 600;
}

small {

  font-size: 80%;
}

big {
  font-size: 130%;
  color: #777;
}

p {
  padding: 0 0 20px 0;
  margin: 0;
}

.cta-section {
  background: #d0614d;
  color: #fff;
  text-align: center;
}

.cta-section .btn {
  background: #fff;
  color: #ff6700;
  text-transform: capitalize;
}

.btn-main {
  background: #d0614d;
  color: #fff;
  padding: 13px 35px !important;
  font-weight: 600;
  min-width: 240px;
  font-size: 16px;
  border-radius: 10px;
  transition: all 0.5s;
  text-transform: capitalize;
}

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

.fadeUp {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
  -ms-transform: translate(0, 50px);
  transform: translate(0, 50px);
}

.fadeUp.in-view {
  opacity: 1;
  transform: translateX(0) translateY(0) translateZ(0);
  transition: opacity 1.5s ease 0s, transform 1.5s ease 0s;
}

.fadeLeft {
  opacity: 0;
  -webkit-transform: translate(-50px, 0);
  -ms-transform: translate(-50px, 0);
  transform: translate(-50px, 0);
}

.fadeLeft.in-view {
  opacity: 1;
  transform: translateX(0) translateY(0) translateZ(0);
  transition: opacity 1.5s ease 0s, transform 1.5s ease 0s;
}

.fadeRight {
  opacity: 0;
  -webkit-transform: translate(50px, 0);
  -ms-transform: translate(50px, 0);
  transform: translate(50px, 0);
}

.fadeRight.in-view {
  opacity: 1;
  transform: translateX(0) translateY(0) translateZ(0);
  transition: opacity 1.5s ease 0s, transform 1.5s ease 0s;
}

.fadePopup {
  opacity: 0;
  -webkit-transform: scale(0.3);
  -ms-transform: scale(0.3);
  transform: scale(0.3);
}

.fadePopup.in-view {
  opacity: 1;
  transform: scale(1);
  transition: opacity 1.5s ease 0s, transform 1.5s ease 0s;
}

.liststyle ul {
  margin-bottom: 20px;
  margin-left: 0;
  list-style: none;
}

.liststyle ul li {
  width: 100%;
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}

.liststyle ul li:after {
  content: '';
  height: 20px;
  width: 20px;
  position: absolute;
  left: 0;
  top: 1px;
  background-image: url(images/check.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px auto;
}
.rounded-10 {
  border-radius: 10px;
}

a {
  text-decoration: none !important;
}

a:hover {
  color: #000;
}

.gap-2 {
  gap: 10px;
}

.wpcf7-spinner {
  position: absolute;
  right: 3px;
  top: 12px;
}

textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.form-control {
  height: 80px;
  resize: none;
  font-size: 14px;
  padding: 10px;
}

.container {
  max-width: 1300px !important;
}

.si-container {
  padding-left: 15px;
  padding-right: 15px;
}

#sinatra-header-inner {
  padding: 15px 0;
}

#sinatra-header-inner .sinatra-nav>ul>li>a {
  font-weight: 400;
  color: #000;
}

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

#accordionExample {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.widget.si-entry p {
  margin-top: 0;
}

#sinatra-footer .sinatra-footer-column {
  padding-top: 40px;
  padding-bottom: 20px;
}

#sinatra-copyright a:hover,
#sinatra-copyright .sinatra-social-nav>ul>li>a .si-icon.bottom-icon,
#sinatra-copyright .sinatra-nav>ul>li.current-menu-item>a,
#sinatra-copyright .sinatra-nav>ul>li.current-menu-ancestor>a,
#sinatra-copyright .sinatra-nav>ul>li:hover>a {
  color: #ee7b66;
}

#sinatra-footer .sinatra-footer-column .si-widget {
  margin-bottom: 20px;
}

.si-sidebar-inner .wp-block-latest-posts__list .wp-block-latest-posts__featured-image {
  position: absolute;
  left: 0;
  top: 5px;
  width: 50px;
}

.si-sidebar-inner #block-25 .wp-block-categories-list li a,
.si-sidebar-inner .wp-block-latest-posts__list .wp-block-latest-posts__post-title {
  font-size: 12px;
  line-height: 1.4;
  display: inline-flex;
}

.si-sidebar-inner .wp-block-latest-posts__list li {
  position: relative;
  padding-left: 60px;
}

.si-sidebar-inner .widget-title:before {
  content: '';
  width: 4px;
  left: -15px;
  height: 30px;
  position: absolute;
  top: -4px;
  background-color: #ee7b66;
}

.si-sidebar-inner .widget-title {
  font-size: 20px !important;
  position: relative;
  color: #000;
  overflow: inherit;
}

.entry-meta-elements {
  font-size: 12px;
}

.type-post .entry-title {
  font-size: 26px;
}

body.si-blog-horizontal .site-main,
body.single-post .site-main {
  background-color: #f1f1f1;
}

.content-area .entry-meta {
  background-color: #fff;
  padding: 10px;
  border-radius: 10px;
}

.sinatra-sidebar-style-2 #secondary .widget-title:after,
.sinatra-sidebar-style-3 #secondary .widget-title:after {
  right: 0;
}

.si-sidebar-container .wp-block-search .wp-block-search__label {
  display: none;
}

.accordion .card-header:after {
  position: absolute;
  content: '';
  right: 15px;
  top: 16px;
  height: 15px;
  width: 15px;
  background-position: center center;
  background-size: 15px auto;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 253 144"><path d="M126.829 0.179958C131.346 0.179958 135.862 1.90452 139.305 5.3464L247.667 113.709C254.561 120.603 254.561 131.779 247.667 138.669C240.777 145.56 229.603 145.56 222.709 138.669L126.829 42.7837L30.9485 138.666C24.0553 145.556 12.8824 145.556 5.99252 138.666C-0.904069 131.776 -0.90407 120.599 5.99252 113.706L114.353 5.34304C117.798 1.90062 122.314 0.179958 126.829 0.179958Z" fill="black"/></svg>');
}

.accordion .card-header.collapsed:after {
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 253 144"><path d="M126.829 143.837C131.346 143.837 135.862 142.113 139.305 138.671L247.667 30.3076C254.561 23.4144 254.561 12.2382 247.667 5.34777C240.777 -1.54268 229.603 -1.54268 222.709 5.34776L126.829 101.233L30.9485 5.3511C24.0553 -1.53935 12.8824 -1.53935 5.99252 5.35109C-0.904069 12.2415 -0.90407 23.4177 5.99252 30.311L114.353 138.674C117.798 142.116 122.314 143.837 126.829 143.837Z" fill="black"/></svg>');
}

.accordion .card-title {
  font-weight: 600;
  padding-right: 30px;
}

#sinatra-primary-nav {
  justify-content: center;
}

.btn {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.4;
  min-height: 50px;
  padding: .5em 2em;
  display: inline-flex;
	justify-content:center;
  align-items: center;
	gap:6px;
  border-radius: 6px;
  box-shadow: none !important;
}

.btn-primary {
  background-color: #004bcf;
  color: #fff;
  border-color: #004bcf;
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: #0141b3;
  color: #fff;
  border-color: #0141b3;
}

.btn-white {
  background-color: #fff;
  color: #0c51af;
  border-color: #0c51af;
}

.btn-white:hover,
.btn-white:focus {
  background-color: #f1f1f1;
  color: #0c51af;
  border-color: #0c51af;
}

.btn-secondery {
  background-color: #222;
  color: #fff;
  border-color: #222;
}

.btn-secondery:hover,
.btn-secondery:focus {
  background-color: #000;
  color: #fff;
  border-color: #000;
}
.btnico{
	display:inline-flex;
	padding:0;
	border:none !important;
	outline:none !important;
	box-shadow:none !important;
	background-color:transparent !important;
}
.aapCard{
	border-radius:15px;
}
input[type=date], input[type=email], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], textarea{
	border-radius:30px;
	font-size:14px;
	min-height:50px;
}
.aapWrap{
	z-index:1;
}
input{
	outline:none !important;
	box-shadow:none !important;
}
.fc table:not(.variations):not(.shop_table) {
    margin: 0;
}
.fc table:not(.variations):not(.shop_table) td, .fc table:not(.variations):not(.shop_table) th {
    padding: 0px;
}
.fc table table:not(.variations):not(.shop_table) td, .fc table table:not(.variations):not(.shop_table) th{
	padding:4px 0;
}
table table:not(.variations):not(.shop_table) td{
	background-color:#fff;
}
.fc .fc-daygrid-day-top {
    justify-content: center;
}
.fc table a{
	color:#000;
}
table, .fc-daygrid-body{
	width:100% !important;
}
.fc .fc-daygrid-body-natural .fc-daygrid-day-events {
    margin-bottom: 0;
}
.fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
    min-height: inherit;
}
.fc .fc-daygrid-day-number {
    padding: 0;
}
.fc .fc-toolbar-title, #attendanceSummery h3 {
    font-size: 16px;
}
.fc .fc-daygrid-day.fc-day-today {
    background-color: #e8f0ff;
}
.fc-daygrid-block-event .fc-event-time, .fc-daygrid-block-event .fc-event-title {
    padding: 1px;
    font-size: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fc .fc-col-header-cell-cushion {
    display: block;
    padding: 2px 4px;
    text-align: center;
}
.fc .fc-scrollgrid-section-header.fc-scrollgrid-section-sticky>* {
    top: -15px;
}
.attSummInfoCount{
	display:inline-flex;
	min-width:22px;
	height:22px;
	border-radius:3px;
	align-items:center;
	justify-content:center;
	color:#fff;
	padding:2px;
}


@media (min-width: 1200px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1240px;
  }
}

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

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

@media screen and (max-width: 767px) {
.aapCard{
	border-radius:20px 20px 0 0;
}
.aapCardLogo{
	position:absolute;
	width:100%;
	left:0;
	top:20%;
}
	.aapCardLogo img{
		filter: invert(1) brightness(800%);
	}
  section.cta-section h2 {
    font-size: 24px;
  }

  h2 {
    font-size: 24px;
  }

  h1 {
    font-size: 24px;
  }

  big {
    font-size: 122%;
    color: #777;
  }

  .btn-main {
    background: #d0614d;
    color: #fff;
    padding: 10px 10px;
    font-weight: 500;
    font-size: 14px;
    min-width: 160px;
    border-radius: 10px;
    transition: all 0.5s;
    text-transform: capitalize;
  }

  #sinatra-header-inner .si-btn {
    padding: 6px 10px;
    font-size: 13px;
    white-space: nowrap;
    min-height: 40px;
  }

  .si-header-widgets .si-header-widget,
  .si-header-widgets .si-header-widget.si-header-widget__button {
    padding-left: 5px;
    padding-right: 5px;
  }

  #sinatra-header-inner>.si-container {
    flex-wrap: nowrap;
  }

  #sinatra-header-inner .si-header-element {
    margin-left: 0;
  }

  #sinatra-header-inner .si-mobile-nav {
    margin-left: 15px;
  }

  .si-header-element.si-header-widgets {
    display: flex;
    flex-wrap: nowrap;
  }

  .site .si-flex-row .col-md {
    max-width: 100%;
    text-align: center;
  }

}

