.text-primary {
  color: #e31d2a !important;
}
.text-secondary {
  color: #263e84 !important;
}
.text-tomato {
  color: #f6414e !important;
}
.text-dark-grey {
  color: #37496c !important;
}
.text-blue {
  color: #4c6ec3 !important;
}
.bg-light-tomato{
  background-color: #F8D03B!important;
}
.bg-secondary {
  background-color: #263e84 !important;
}
.bg-secondary-light {
  background-color: #D7EFF9 !important;
}
.bg-grey {
  background-color: #ddd !important;
}
.bg-light {
  background-color: #EDFCFF !important;
}
.bg-tomato {
  background-color: #f6414e !important;
}
.bg-blue {
  background-color: #4c6ec3 !important;
}
.bg-green {
  background-color: #84c686 !important;
}
.bg-yellow {
  background-color: #fdd447 !important;
}
.bg-sky_blue {
  background-color: #68bad2 !important;
}

/* Typography */
body {
  font-family: "Poppins", sans-serif;
  color: #343434;
  font-weight: 400;
  line-height: 1.6em;
}
@media (max-width: 575px) {
  body {
    font-size: 13px;
  }
}

.sec-space {
  padding-top: 90px;
  padding-bottom: 90px;
}
.sec-space-small {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 991px) {
  .sec-space {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .sec-space {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

img {
  max-width: 100%;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  line-height: 1.3em;
}

h1, h2, h3 {
  color: #263e84;
}

h1 {
  font-size: 2em;
  font-weight: 700;
}
@media (max-width: 1199px) {
  h1 {
    font-size: 2.6em;
  }
}
@media (max-width: 991px) {
  h1 {
    font-size: 2.2em;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 1.8em;
  }
}

h2 {
  font-size: 3em;
  font-weight: 700;
}
@media (max-width: 1199px) {
  h2 {
    font-size: 2.4em;
  }
}
@media (max-width: 991px) {
  h2 {
    font-size: 2em;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 1.7em;
  }
}
@media (max-width: 575px) {
  h2 {
    font-size: 1.4em;
  }
}

h3 {
  font-size: 2em;
  font-weight: 600;
}
@media (max-width: 1199px) {
  h3 {
    font-size: 1.8em;
  }
}
@media (max-width: 767px) {
  h3 {
    font-size: 1.5em;
  }
}
@media (max-width: 575px) {
  h3 {
    font-size: 1.4em;
  }
}

h4 {
  font-size: 1.8em;
  font-weight: 600;
}
@media (max-width: 1199px) {
  h4 {
    font-size: 1.6em;
  }
}
@media (max-width: 767px) {
  h4 {
    font-size: 1.4em;
  }
}
@media (max-width: 575px) {
  h4 {
    font-size: 1.3em;
  }
}

h5 {
  font-size: 1.4em;
  font-weight: 600;
}
@media (max-width: 1199px) {
  h5 {
    font-size: 1.2em;
  }
}
@media (max-width: 575px) {
  h5 {
    font-size: 1.1em;
  }
}

.text-big {
  font-size: 1.4em;
}
@media (max-width: 1199px) {
  .text-big {
    font-size: 1.2em;
  }
}
@media (max-width: 767px) {
  .text-big {
    font-size: 1.1em;
  }
}

.btn {
  font-size: 1em;
}
.btn-primary {
  background-color: #e31d2a;
  border: none;
  padding: 10px 20px;
  font-weight: 500;
  border-radius: 6px;
  text-transform: uppercase;
  transition: all 0.3s ease;
  letter-spacing: 0.5px;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  background-color: #263e84;
  color: #fff;
  border: none;
  box-shadow: none;
  outline: none;
}
.btn-link {
  color: #e31d2a;
  text-decoration: none;
  padding-bottom: 3px;
  transition: all 0.3s ease;
}
.btn-link img {
  transform: translateX(0);
  transition: all 0.3s ease;
}
.btn-link:hover {
  color: #263e84;
}
.btn-link:hover img {
  transform: translateX(5px);
}
.btn-book-now {
  min-width: 250px;
}

/* ----- Video Frame ----- */
.video_frame {
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  border: 1px solid #263e84;
}

/* ----- Form ----- */
.form-control {
  border: 1px solid #263e84;
  min-height: 45px;
  border-radius: 4px;
  color: #263e84;
  font-weight: 600;
}
.form-control::placeholder {
  color: #263e84;
}
.form-control:focus {
  border: 1px solid #e31d2a;
  box-shadow: none;
}
@media (max-width: 575px) {
  .form-control {
    font-size: 13px;
  }
}

/* ----- Backgrounds ----- */
.bg_1 {
  background-color: #DB0C1E;
}
.sec-mobile{
  display: none;
}
/* ----- Aaccordion ----- */
.accordion-item {
  background-color: transparent;
  border: none;
}
.accordion-item:first-of-type, .accordion-item:last-of-type {
  border-radius: 0;
}
.accordion-item:first-of-type .accordion-button, .accordion-item:last-of-type .accordion-button {
  border-radius: 0;
}
.accordion-item:not(:first-of-type) {
  border-top: 1px solid #ddd;
}
.accordion-button {
  color: #263e84;
  font-size: inherit;
  font-weight: 600;
  padding: 15px 0;
}
.accordion-button span {
  margin-right: 10px;
  color: #e31d2a;
}
.accordion-button:after {
  width: 35px;
  height: 35px;
  background-color: #e31d2a;
  border-radius: 50%;
  background-position: center;
  background-size: 22px;
  background-image: url(../icons/plus-white.svg);
}
@media (max-width: 767px) {
  .accordion-button:after {
    width: 26px;
    height: 26px;
  }
}
.accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
  color: #263e84;
}
.accordion-button:not(.collapsed):after {
  background-image: url(../icons/minus-white.svg);
}
.accordion-button:focus, .accordion-button:active {
  box-shadow: none;
}
@media (max-width: 767px) {
  .accordion-button {
    font-size: 20px;
  }
  .sec-mobile{
    display: block;
  }
}
@media (max-width: 575px) {
  .accordion-button {
    font-size: 16px;
  }
}
.accordion-body {
  background-color: #e31d2a;
  color: #fff;
  padding: 30px 40px;
  position: relative;
}
.accordion-body p {
  color: #343434;
  color: #fff;
  font-weight: 400;
  text-align: justify;
}
.accordion-body p:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .accordion-body p {
    font-size: 14px;
  }
}
.accordion-body:after {
  content: "";
  position: absolute;
  right: -41px;
  bottom: -41px;
  border: 40px solid transparent;
  border-left: 40px solid #fff;
  transform: rotate(45deg);
}
@media (max-width: 767px) {
  .accordion-body {
    padding: 20px;
  }
}
.accordion-collapse {
  position: relative;
}
.accordion-collapse:before {
  content: "";
  border: 15px solid transparent;
  border-bottom: 15px solid #e31d2a;
  position: absolute;
  top: -29px;
  left: 40px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: all 0.3s ease;
}
.accordion-collapse.show:before {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* ----- Social Icons ----- */
ul.social-icons {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
ul.social-icons li a {
  width: 30px;
  height: 30px;
  border-radius: 8px;
  border: 2px solid #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
ul.social-icons li a:hover, ul.social-icons li a:focus, ul.social-icons li a:active {
  background-color: #e31d2a;
  border-color: #e31d2a;
}
ul.social-icons li:not(:last-child) {
  margin-right: 15px;
}

.up-down {
  animation: up-down linear 3s;
  animation-iteration-count: infinite;
}

@keyframes up-down {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, -15px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.hero-anim div:nth-child(1) {
  animation: hero_ani1 linear 4s;
  animation-iteration-count: infinite;
}
.hero-anim div:nth-child(3) {
  animation: hero_ani1 linear 2s;
  animation-iteration-count: infinite;
}
.hero-anim div:nth-child(5) {
  animation: hero_rounded linear 9s;
  animation-iteration-count: infinite;
}

@keyframes hero_ani1 {
  0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(10px, 0);
  }
  50% {
    transform: translate(10px, 10px);
  }
  75% {
    transform: translate(0, 10px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes hero_rounded {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
#counter {
  transform: translateY(-200px);
}

/* ----- Header Style ----- */
@media (max-width: 991px) {
  .fixed-top {
    position: relative;
    background-color: #fffcf0;
    /* border-bottom: 1px solid #ddd; */
  }
  .fixed-top.navbar_fixed {
    position: fixed;
    top: 0;
  }
}

.navbar-expand-xl .navbar-nav .nav-item:not(:last-child) {
  margin-right: 40px;
}

@media (max-width: 1199px) {
  .navbar-expand-xl .navbar-nav .nav-item:not(:last-child) {
    margin-right: 0;
  }
}
.navbar-expand-xl .navbar-nav .nav-item .btn.btn-primary.active {
  background-color: #e31d2a;
  border: none;
}
.navbar-expand-xl .navbar-nav .nav-item .btn.btn-primary.active:hover, .navbar-expand-xl .navbar-nav .nav-item .btn.btn-primary.active:focus {
  background-color: #263e84;
}
@media (max-width: 1199px) {
  .navbar-expand-xl .navbar-nav .nav-item:last-child {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar-expand-xl .navbar-nav .nav-item:not(:first-child) {
    border-top: 1px solid #ddd;
  }
}
.navbar-expand-xl .navbar-nav .nav-link {
  color: #343434;
  position: relative;
  overflow: hidden;
}
.navbar-expand-xl .navbar-nav .nav-link.active, .navbar-expand-xl .navbar-nav .nav-link:hover {
  color: #e31d2a;
}
@media (min-width: 992px) {
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-expand-xl .navbar-nav .show > .nav-link {
  color: #e31d2a;
}
.navbar-expand-xl > .container {
  position: relative;
}

.navbar_fixed {
  position: fixed;
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #ddd; 
  top: 0;
  z-index: 9999;
}
.navbar_fixed .container:after {
  display: none;
}
@media (max-width: 575px) {
  .navbar-brand img {
    width: 175px;
  }
}
.navbar .navbar-toggler {
  padding: 3px 8px;
}
@media (max-width: 575px) {
  .navbar .navbar-toggler-icon {
    width: 1.2em;
    height: 1.2em;
  }
}
.navbar .navbar-toggler:focus {
  box-shadow: none;
}

/* ----- Hero Banner ----- */
.hero-banner-box{
  display: grid;
  grid-template-columns: 220px 1fr 1fr;
  align-items: center;
  background-color: #F8D03B;
  padding: 30px;
  border-radius: 16px;
}
.hero-banner-box .form-control{
  font-size: 12px;
}
.hero-btm{
  padding-top: 30px;
  padding-bottom: 30px;
}
.key-feature{
  display: flex;
  column-gap: 75px;
  align-items: center;

}
.key-feature h4{
  color: #285F98;
  font-weight: 700;
  text-transform: uppercase;
}
.key-feature ul{
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 19px;
  align-items: center;
  background-color: #285F98;
  padding: 5px 15px;
}
.key-feature ul li{
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: capitalize;
}
.empower img {
  width: 100%;
}
@media (max-width: 991px) {
  .hero-banner {
    min-height: inherit;
  }
  .hero-btm{
    padding: 0;
  }
  .key-feature ul{
    grid-template-columns: repeat(2, 1fr);
    padding: 25px;
    border-radius: .375rem;
  }
  .key-feature ul li{
    text-align: center;
    padding-bottom: 15px;
  }
  .key-feature{
   display: grid;
  }
  .key-feature h4{
    text-align: center;
    margin-bottom: 20px;
  }
  .hero-banner-box {
    display: grid;
    grid-template-columns: 220px 1fr;
    align-items: center;
    background-color: rgb(248, 208, 59);
    padding: 50px 40px;
    border-radius: 16px;
}
.form-box{
  grid-column: 1 /-1;
  grid-row: 2;
}
}
@media (max-width: 567px) {
  .key-feature ul{
    grid-template-columns: repeat(1, 1fr);
    padding: 25px;
    border-radius: .375rem;
  }
  .hero-banner-box {
    display: grid;
    grid-template-columns: 30% 1fr;
    align-items: center;
    background-color: rgb(248, 208, 59);
    padding: 50px 40px;
    border-radius: 16px;
    grid-gap: 30px;
}
.banner-heading h1{
  font-size: 1.4em;
}

  .hero-banner:before {
    content: "";
    width: 100%;
    height: 100%;
    background: white;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.7) 60%, rgba(104, 186, 210, 0.8) 100%);
    position: absolute;
    top: 0;
    left: 0;
  }
  .hero-banner > .container {
    z-index: 9;
    position: relative;
  }
}
.hero-btm-sec {
  background-color: #143173;
  padding: 40px 60px;
  border-radius: 15px;
  z-index: 9;
  position: relative;

}

.hero-btm-sec > .row > div:last-child {
  background: url(../images/v-line.png) no-repeat left top;
  padding-left: 50px;
}
@media (max-width: 991px) {
  .hero-btm-sec > .row > div:last-child {
    padding-left: 15px;
    background: none;
    border-top: 2px dashed #fff;
  }
  .hero-btm{
    padding-top: 50px;
  }
  .empower img{
    width: 100%;
  }
  .mb-md-0{
     margin-bottom: 3rem !important;
  }

}
@media (max-width: 575px) {
  .hero-btm-sec > .row > div:last-child {
    border-top: 1px dashed #fff;
  }
}
@media (max-width: 991px) {
  /* .hero-btm-sec {
    margin-top: 50px;
  } */

}
@media (max-width: 767px) {
  .hero-btm-sec {
    padding: 30px;
  }
  .form-box{
    display: none;
  }
  .empower img{
    width: 100%;
  }
  
  .mb-md-0{
     margin-bottom: 1rem !important;
  }
}
@media(min-width: 1600px){
  .hero-banner {
    background: url("../images/home-banner.jpg") no-repeat;
    background-size: auto 100%;
    width: 100%;
    width: 1320px;
    margin: auto;
    display: flex;
    position: relative;
}


}
@media(min-width:1400px){
  .hero-banner {
    background: url("../images/home-banner.jpg") no-repeat;
    background-size: auto 100%;
    width: 100%;
    width: 1320px;
    margin: auto;
    display: flex;
    position: relative;
}

}
/* ----- Counter Box ----- */
.counter_box {
  display: flex;
  align-items: center;
  gap: 30px;
}
.counter_box_img {
  flex: 0 0 140px;
  max-width: 140px;
  height: 140px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}
.counter_box_img img {
  width: 85px;
}
@media (max-width: 1199px) {
  .counter_box_img {
    flex: 0 0 100px;
    max-width: 100px;
    height: 100px;
  }
  .counter_box_img img {
    width: 65px;
  }
}
@media (max-width: 767px) {
  .counter_box_img {
    width: 100%;
    flex: 0 0 75px;
    max-width: 75px;
    height: 75px;
  }
  .counter_box_img img {
    width: 45px;
  }
}
.counter_box_text h2, .counter_box_text p {
  color: white;
}
.counter_box_text p {
  margin-bottom: 0;
  text-align: justify;
}
/*--- Programme Box ----*/
.program{
  background-color: #F8D03B;
  display:  flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding:  70px;
  position: relative;
}
.program-wrap{
  display: flex;
  align-items: center;
  flex-direction: column;
 
}

.program-box{
  background-color: #070858;
  padding: 0 10px;
  border-radius: 50%;
  height: 120px;
  width: 120px;
  line-height: 22px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  text-align: center;
  color: #fff;
}
.program-content p{
  position: relative;
  display: flex;
  font-weight: 700;
  color: #070858;
  align-items: center;
  width: 154px;
  text-align: center;
  justify-content: center;
  font-size: 20px;

}
.program-heading{
  background-color: #070858;
  padding: 8px 10px;
  text-align: center;
}
.program-heading h3{
  color: #fff;
}

@media(max-width: 991px){
  .program{
    justify-content: center;
  }
  .program-wrap{
    width: 50%;
    margin-bottom: 20px;
  }

}
@media(max-width:767px){
  .program{
    justify-content: center;
  }
  .program-wrap{
    width: 100%;
    margin-bottom: 20px;
  }

}
@media(max-width:567px){
  .program-wrap{
    width: 100%;
    margin-bottom: 20px;
  }
  .program-wrap:first-child::before{
    display: none;
  }
  .program-wrap:last-child::after{
    display: none;
  }
}
/* ----- Free Session Form ----- */
.freeSession_form {
  background-color: #EDFCFF;
  padding: 30px 40px;
  border: 1px solid #263e84;
  border-radius: 8px;
}
.freeSession_form ul {
  list-style: none;
  padding: 0;
  margin: 15px 0 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.freeSession_form ul li {
  position: relative;
}
.freeSession_form ul li input {
  width: 100%;
  height: 100%;
}
.freeSession_form ul li label {
  width: 50px;
  min-height: 30px;
  border-radius: 4px;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #263e84;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  color: #263e84;
  cursor: pointer;
  transition: all 0.3s ease;
}
.freeSession_form ul li label:hover {
  color: #fff;
  background-color: #263e84;
}
@media (max-width: 575px) {
  .freeSession_form ul li label {
    width: 40px;
    font-size: 13px;
  }
}
@media (max-width: 1199px) {
  .freeSession_form {
    padding: 20px;
  }
}

/* ----- Slick Slider ----- */
.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.slick-slider {
  margin: 0 -12px;
}
.slick-slider.bullet_space {
  padding-bottom: 50px;
}
.slick-slide {
  margin: 0 15px;
}
.slick-track {
  display: flex;
}
.slick-arrow {
  border: 2px solid #000;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.slick-arrow img {
  filter: grayscale(1);
  width: 25px;
}
.slick-disabled {
  opacity: 0.3;
}
.slick-next, .slick-prev {
  transform: translateY(-40px);
}
.slick-next img, .slick-prev img {
  width: 25px;
}
.slick-next:before, .slick-prev:before {
  display: none;
}
.slick-next {
  right: -50px;
}
.slick-prev {
  left: -50px;
  transform: translateY(-40px) rotate(180deg);
}
.slick-dots {
  bottom: 0;
}
.slick-dots li button:before {
  font-size: 52px;
}

/* ----- USP Slider ----- */
.usp-item {
  text-align: center;
  padding: 30px 40px;
  border: 1px solid #e31d2a;
  min-height: 100%;
  border-radius: 6px;
}
.usp-item-blue {
  border-color: #4c6ec3;
}
.usp-item-icon {
  margin-bottom: 15px;
}
.usp-item-icon img {
  max-height: 45px;
}
.usp-item p {
  margin-bottom: 0;
  max-width: 250px;
  margin: auto;
}
@media (max-width: 991px) {
  .usp-item {
    padding: 15px;
  }
}
@media (max-width: 575px) {
  .usp-item {
    padding: 10px;
  }
}

/* ----- Why Choose Section ----- */
.why-column-space {
  padding-top: 90px;
  padding-bottom: 90px;
}
.why-column-space p {
  text-align: justify;
}
@media (max-width: 991px) {
  .why-column-space {
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .why-column-space {
    padding-top: 50px;
  }
}

/* ------ Progress Box ----- */
.progress_box {
  padding: 15px 25px;
  position: relative;
  min-height: 100%;
  overflow: hidden;
  border: 2px solid #e31d2a;
  border-radius: 10px;
}
.progress_box_blue {
  border: 2px solid #143173;
}
.progress_box_inner h2 {
  line-height: 100%;
}
.progress_box_inner:before {
  transform: translateY(-100%);
}
.progress_box_inner:after {
  width: calc(100% - 40px);
  transform: translateX(-100%);
}
.progress_box:hover .progress_box_inner:before {
  transform: translateY(0);
}
.progress_box:hover .progress_box_inner:after {
  transform: translateX(0);
}
.progress_text {
  margin-top: 15px;
}
.progress_text p:last-child, .progress_text ul {
  margin-bottom: 0;
}
.progress_text ul > li {
  display: grid;
  grid-template-columns: 30px 1fr;
}
.progress_text ul > li span {
  margin-top: 1px;
}
.progress_text ul > li:not(:last-child) {
  margin-bottom: 7px;
}
.progress_img .img_end {
  position: absolute;
  right: 0;
  bottom: 0;
}
.progress_img .img_start {
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 991px) {
  .progress_img .img_start {
    left: inherit;
    right: 0;
  }
}
@media (max-width: 575px) {
  .progress_img img {
    max-width: 80px;
    opacity: 0.2;
  }
}

/* ----- Coach Slider ----- */
.coach-slider {
  padding-bottom: 15px;
  cursor: all-scroll;
}
.coach-item {
  max-width: 325px;
  margin: auto;
}
.coach-item img {
  width: 140px;
  max-width: 100%;
  border-radius: 15px;
}
@media (max-width: 575px) {
  .coach-item img {
    width: 100px;
  }
}
.coach-item > div {
  transform: translateY(15px);
  transition: all 0.3s ease;
}
.coach-item.slick-center img {
  transform: translateY(0);
  opacity: 1;
}
.coach-item.slick-center > div {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: all 0.3s ease;
}

/* ----- Testimonial ----- */
.testimonial-heading{
  margin: auto;
  width: 900px;;
}
.testimonial-slider {
  width: 850px;
  max-width: 100%;
  margin: auto;
}
.testimonial-slider .slick-arrow {
  background-color: #e31d2a;
  border: none;
  width: 80px;
  height: 80px;
  z-index: 99;
}
.testimonial-slider .slick-arrow img {
  width: 70px;
}
.testimonial-slider .slick-prev {
  transform: translateY(-115px) rotate(180deg);
  left: -30px;
}
.testimonial-slider .slick-next {
  transform: translateY(-115px);
  right: -30px;
}
.testimonial-item-btm {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  margin: -22px auto 0;
  z-index: 9;
}
.testimonial-item-btm img {
  max-width: 70px;
  margin: 0 auto;
  border-radius: 8px;
  display: inline-block;
  border: 1px solid #263e84;
}
.testimonial-item-btm p small {
  display: block;
  margin-top: -3px;
}
.testimonial-wrap {
  background-color: #fff;
  border: 1px solid #263e84;
  border-bottom: 5px solid #263e84;
  padding: 10px;
  border-radius: 10px;
  text-align: center;
  position: relative;
  min-height: 100%;
  overflow: hidden;
}
.testimonial-wrap ul {
  list-style-type: none;
  padding: 0;
  margin: 0 0 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.testimonial-wrap:before, .testimonial-wrap:after {
  content: "";
  width: 40px;
  height: 30px;
  background: url(../images/quote-left.jpg) no-repeat center/cover;
  position: absolute;
  left: 10px;
  top: 10px;
  opacity: 0.35;
}
.testimonial-wrap:after {
  background: url(../images/quote-right.jpg) no-repeat center/cover;
  top: inherit;
  bottom: 10px;
  left: inherit;
  right: 10px;
}
.testimonial-text {
  max-width: 600px;
  margin: 0 auto 30px;
}
@media(max-width:991px){
  .testimonial-heading{
    width: 535px;
  }
  .testimonial-row{
    padding: 0 40px;
  }
}
@media (max-width: 767px) {
  .testimonial-text {
    font-size: 0.9em;
  }
}
.testimonial-row > div {
  padding-bottom: 100px;
}
@media(max-width:567px) {
  .testimonial-heading{
    width: 400px;
  }
}

/* ----- SSE Section ----- */
.sse-sec {
  background: #D7EFF9 url(../images/sse-bg.jpg) no-repeat center/cover;
}
@media (max-width: 575px) {
  .sse-sec img {
    max-width: 200px;
  }
}
.sse-text h2 {
  margin-left: -240px;
  margin-top: -40px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
@media (max-width: 1399px) {
  .sse-text h2 {
    margin-left: -200px;
  }
}
@media (max-width: 1199px) {
  .sse-text h2 {
    margin-left: -160px;
  }
}
@media (max-width: 991px) {
  .sse-text h2 {
    margin-top: inherit;
    margin-left: -120px;
  }
}
@media (max-width: 767px) {
  .sse-text h2 {
    margin-left: inherit;
  }
}
.sse-text ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.sse-text ul li span {
  background-color: #fff;
  color: #e31d2a;
  padding: 5px 15px;
  font-weight: 600;
  display: inline-block;
  font-size: 1.2em;
}
@media (max-width: 991px) {
  .sse-text ul li span {
    font-size: 13px;
  }
}
.sse-text ul li:not(:last-child) {
  margin-bottom: 15px;
}

/* ----- Agree ----- */
.agree_column {
  padding: 30px;
  border-radius: 10px;
  min-height: 100%;
  border: 1px solid #ddd;
  border-bottom: 5px solid #e31d2a;
}

/* ----- Client Logos ----- */
.client-slider.slick-initialized .slick-slide {
  display: flex;
  align-items: center;
  height: inherit;
}
.client-logo img {
  margin: auto;
  max-width: 230px;
  max-height: 70px;
}
@media (max-width: 991px) {
  .client-slider {
    padding-bottom: 30px;
  }
}

/* ----- Footer ----- */
footer {
  padding-top: 70px;
  padding-bottom: 50px;
}
footer ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
footer ul li a {
  color: #343434;
  text-decoration: none;
  transition: all 0.3s ease;
}
footer ul li a span {
  width: 40px;
  display: inline-block;
}
footer ul li a:hover, footer ul li a:focus {
  color: #e31d2a;
}
footer ul li:not(:last-child) {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  footer {
    padding-top: 50px;
  }
}

/*# sourceMappingURL=style.css.map */
