
*
{
  padding: 0;
  margin: 0;
}

body{
  font-family: 'Source Sans Pro', !important;
}
h1, h2, h3, h4, h5, h6 {
     font-family: 'Source Serif Pro', serif !important;
}
h1, h2 {
    text-transform: uppercase;
    font-weight: 800;
}
.head-bg
{
  background-image: linear-gradient(to right, #2c6aaa, #376aad, #426aaf, #4b6ab1, #556ab3);
  color: white;

}




.head .header-logo
{
    height: 4rem;
    width: 4rem;
}

.head h6
{
    text-align: end;
}

.head .sec2
{
   justify-content:space-between;
}

.head .sec2 h3
{
    margin-top: 1.5rem;
}

.head i
{
    font-size: 19px;
}

/*.head .sec2 .logo
{
    margin-top: -2rem;
}*/

.head .menu ul li
{
   list-style: none;
   padding: .875rem 2.6rem;

}
.menu ul li a.active,
.menu ul li:hover {
  background-color: #2c5aaa;
}

.head .menu ul li a
{
   list-style: none;
   text-decoration: none;
   color: white;
   text-transform: uppercase;
   font-size: 0.9rem;
   letter-spacing: 2px;
}


.menu ul
{
    justify-content: space-between;
}

.section2,.section5,.section6
{
    text-align: center;


}

.padding
{
  padding: 5rem;
}
.section2 p
{
  font-size: 18px;
}

.sec8-h2{
    text-align: center;
    margin-top: 5rem;
}

.section3,.section4
{
    margin-top: 5rem;
}

.section6 ul li
{
    list-style: none;

}

.section6 h5
{
  text-align: center;

}


.section6 .dances
{
    border: 1px solid black;
    justify-content: space-between;
    margin-top: -1rem;

}



/*......accordion......

.accordion {
    position: relative;
    margin: 60px auto;
    width: 80%;
  }

  .accordion

  [id*="open-accordion"], [id*="close-accordion"] {

    border-bottom: 1px solid #fff;
    line-height: 40px;
    height: 40px;
    display: block;
    margin: 0 auto;
    position: relative;
    width: 99%;

  }

  .accordion

  [id*="close-accordion"] {
    display: none;
  }

   .accordion a {
    color: #fff;
    font-size: 1.25em;
    font-weight: normal;
    padding-left: 2%;
    text-decoration: none;
    text-shadow: none;
  }

  .accordion [id*="open-accordion"]:after, [id*="close-accordion"]:after {
    content: "";
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid rgba(255, 255, 255, 0.6);
    position: absolute;
    right: 5px;
    top: 15px;
    z-index: 999;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
  }

  .target-fix {
    display: block;
    top: 0;
    left: 0;
    position: fixed;
  }

  .accordion-content {
    background: #fff;
    height: 0;
    margin: -1px auto 0;
    padding: 0 2.5%;
    position: relative;
    overflow: hidden;
    width: 90%;
    transition: all 0.1s ease;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
  }

  .accordion span:target ~ .accordion-content {
    display: block;
    height: auto;
    padding-bottom: 25px;
    padding-top: 10px;
  }

  .accordion span:target ~ [id*="close-accordion"] {
    display: block;
  }

  .accordion span:target ~ [id*="open-accordion"] {
    display: none;
  }

  .accordion span:target ~ [id*="close-accordion"]:after {
    border-top: 10px solid #333;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }

  accordion end.......*/

.footer
{
    justify-content: space-between;
}
.txt-gradient {

background-image: linear-gradient(to right, #007aff, #c063d9, #f55ba2, #fe7270, #eb9553, #e49850, #de9b4e, #d79d4d, #e58251, #eb6764, #e34f7f, #ca469e);  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


/*.tabs {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
.tabs li {
  padding: 10px;


  cursor: pointer;
  transition: 0.2s;

}
.tabs li.active,
.tabs li:hover {

  border-bottom: 1px solid #6670dc !important;
  border-bottom: #6670dc;
}
.content {

}
.content > div {
  padding: 20px;
}
.content > div:not(:first-child) {
  display: none;
}
*/

.section6 .content .dance{
  justify-content: space-between;
}

form
{
  box-shadow: rgb(50 50 93 / 25%) 0px 6px 12px -2px, rgb(0 0 0 / 30%) 0px 3px 7px -3px;
  padding: 3rem 1rem 5rem 1rem;
  background-color: white;
}

.section7 button
{

  float: right;
  background-color: #ff4b51;
  box-shadow: 0px 4px 10px 0px #00000060;
}

.section7 label
{
  font-size: 14px;
}

.section8 button
{

 background-color: white !important;
}

.section8 .box-shadow
{

  box-shadow: rgba(0, 0, 0, 0.32) 0px 1px 4px;

}

.section1 img
{
  /*height: 25rem;*/
  width: 29rem;
}

.section1 p
{
   font-size: 18px;
   width: 29rem;
}


@font-face {
  font-family: NotoSerif;
  src: url("../fonts/NotoSerif-Bold");
}
.NotoSerif-font {
 font-family: NotoSerif !important;
 font-size: 76px;
}


.section1 button
{
  background-color: #ff4b51;
  font-size: 17px;
  box-shadow: 0px 4px 10px 0px #00000060;
}

.send-mail button
{
  background-color: #ff4b51;
  box-shadow: 0px 4px 10px 0px #00000060;
}


.send-mail
{
  background-color: white;
}
.send-mail .borders
{

  box-shadow: rgb(50 50 93 / 25%) 0px 6px 12px -2px, rgb(0 0 0 / 30%) 0px 3px 7px -3px;
}


.section9 .address
{
  font-size: 19px;
  margin-top: 1rem;
  color: white;
  border-radius: 100%;
  padding: 10px;
  background: linear-gradient(to right top, #c94da9, #b856b9, #a35fc8, #8868d3, #6670dc);
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;

}

.section9 .icon-size
{
  font-size: 20px;
  color: #c94da9;

  border-radius: 100%;
  padding: 10px;

}






.section9 iframe
{
  margin-top: 8rem;
}

.section5 .cards .cards-img
{
  height: 5rem;
  width: 5rem;
  margin-top: -4rem;
  background-color: white;
  align-items: center;
   justify-content: center;
   margin-left: auto;
   margin-right: auto;
}

.section5 .cards
{
  margin-top: 5rem;
}

.cards .col-lg-3
{
  height: 20rem;
  width: 26rem;
}
.cards p
{
  font-size: 20px;
}

.section6 img {
  height: 15rem;
  width: 15rem;
 /* object-fit: cover;*/
}



.bg-color
{
  background-color: #fafafa;
}


.carousel-control-prev-icon,
.carousel-control-next-icon  {
  filter: brightness(0);
}
.carousel-indicators [data-bs-target] {
  background-color: #000 !important;
}




.bg-color-blue
{
  background-color: #6670dc;
}

.bg-color-lightblue
{
  background-color: #f1f1f9;
}
.bg-color-secondary {
    background-color: #f7f7f7;
}


@media(max-width:768px) {
  .head-bg {
    display: none;
  }
  .head .menu ul li a
  {
    font-size: 12px;
  }
  .head .menu ul li 
  {
    padding: 0.75rem 1rem;
  }
  .banner-quotes
  {
    font-size: 1rem !important;
  }
  .carousel-item {
    padding: 23px 0 58px 0;
  }
 
}

.element-item {
  position: relative;
  float: left;
  margin: 5px;
  padding: 0;
  overflow: hidden;
  cursor: pointer;
}

.filters-button-group button {
  background-color: unset;
  border:unset;
}
.tabs li .is-checked {
  border-bottom: 1px solid #6670dc !important;
}



@import url("https://fonts.googleapis.com/css?family=Lato:400,400i,700");


.wrapper {
  background-color: #F5F5F5;
  display: flex;
  
  flex-direction: column;
  margin: 50px 0;
}



.wrapper h1 {
  margin-bottom: 20px;
}

.wrapper .container {
 
  color: black;
  margin-top: 10px;
 
  
  
}

.question {
 
  font-size: 15px !important;
  font-weight: 500 !important;
  padding: 10px;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.question::after {
  content: "\002B";
  font-size: 1.5rem;
  position: absolute;
  right: 10px;
  transition: 0.2s;
  color: #ff4b51; 
  top: 0;
  
}

.question.active::after {
  transform: rotate(45deg);
}

.answercont {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s;
}

.answer {
  padding: 0 20px 20px;
  line-height: 1.5rem;
}
#homeVideo button.btn.btn-default {
  background: black;
  border-radius: 50%;
  position: absolute;
  right: 0;
  z-index: 5;
  color: white;
}
.txt-xl {
  font-size: 40px;
}
.txt-lg {
  font-size: 20px;
}
.bg-red {
  background-color: #ff4b51;
}
.txt-sm {
  font-size: 12px;
}
.txt-base {
  font-size: 14px;
}
.new-tag {
  text-transform: capitalize;
  letter-spacing: 1px;
  line-height: 1.7;
  top: -7px;
  font-size: 10px;
}
@media (min-width: 576px) {
.modal-dialog {
  max-width: 900px !important;
}
}
.text-left {
  text-align: left;
}
.modal {
  text-align: left;
}
.font-bold {
  font-weight: 700;
}
.section6 .modal img {
  width: 240px;
  height: 240px;
  margin: 30px auto;
  object-fit: contain;
}
.tab-active {
  border-bottom: 2px solid #ff4b51;
  font-weight: 600;
}
.cursor-pointer {
  cursor: pointer;
}
.leading-loose {
  line-height: 1.9;
}
.shadow-sm {
 box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
}
.rounded-lg {
  border-radius: 20px;
}
.learn-card-img-2 {
  top: -116px;
  left: 215px;
}
.learn-card-img-3 {
  bottom: -12px;
  right: 54px;
}
.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%; 
    z-index: 99;
    max-height: 52px;
}
.object-cover {
  object-fit: cover;
}
@media(max-width: 576px) {
  .section6 img {
  height: 9rem;
  width: 9rem;
}
}
.carousel-inner.home-slider {
  height: 600px;
}
.font-weight-bolder {
  font-weight: 700;
}
@media(max-width: 768px) {
  .carousel-inner.home-slider {
  height: auto;
}
}