@import url('https://fonts.googleapis.com/css2?family=Salsa&display=swap');

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust    : 100%;
    box-sizing: border-box;
}
body{
    font-family: 'Salsa', cursive;
    width: 100%;
    min-height: 100%;
}
a{
    text-decoration: none;
}
button:focus:not(:focus-visible) {
  outline: 0;
  border: 0 !important;
  box-shadow: none;
}
li.nav-item {
    color: #343434;
    font-weight: 500; 
    padding-left: 10px;
}
.nav-link{
  color: #686868;
}
.nav-item{
 display: inline-block;
color: rgb(64 210 162);
text-decoration: none;
}
.nav-item::after {
content: '';
display: block;
width: 0;
height: 2px;
background: rgb(64 210 162);
transition: width .3s;
}

.nav-item:hover::after {
width: 100%;
transition: width .3s;
}
img.topicon {
    width: 34px;
    padding: 5px;
}
span.topaddress {
    padding-top: 5px;
    color:#8f7777 !important;
}
.banner-bg-shape{
    position: absolute;
    top: 62px;
    left: 0;
    right: 0;
    z-index: 1;
}
img.white-image {
    display: block;
    max-width: 100%;
}
.banner-bg-shape2{
    position: absolute;
    bottom: -75px;
    left: 0;
    right: 0;
    z-index: 1;
}
.carousel-caption{
    padding-bottom: 7.25rem;
}
h5.school {
    font-size: 50px;
    color:#555;
}
p.make {
    font-size: 20px;
}
.vert-move {
    position: absolute;
    bottom: 0px;
    left: 0%;
    top: 120%;
}
.vert-move3 {
    position: absolute;
    bottom: 0px;
    left: 3%;
}
.vert-move1 {
    position: absolute;
    bottom: 55%;
    right: 0%;
}


.vert-move img {
    width: 230px;
}
.vert-move1 img {
    width: 200px;
}
.vert-move3 img {
    width: 200px;
}
.box{
  color: rgb(255, 255, 255);
  padding: 25px;
  font-weight: 500;
  font-size: 15px;
  background: #359492;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 0;
  box-shadow: -5px 5px 0 rgb(17 110 99 / 13%) !important;
}
h2.number {
    text-align: center;
    position: relative;
    top: -45px;
    color: #fff!important;
    background:#80d7c0;
    border: 2px solid #fff;
    z-index: 9999;
}
.heading {
    text-align: center;
    padding-bottom: 10px;
    padding-top: 20px;
}
span.inner-sub.st-1 {
    font-size: 35px;
    color: #f66;
}
.mission{
    color: #555;
}

.animation {
    position: relative;
    left: -10px;
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
.animation {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-30px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-30px); }
}
.animation-two {
    position: relative;
    bottom: 50px;
    float: right;
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
.animation-two {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-30px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-30px); }
}

.animation img {
    width: 200px;
}
.animation-two img {
    width: 200px;
}
.cloud{
    position: relative;
    bottom: 36%;
    left: -60px;
}
.shape{
    position: relative;
    bottom: 90%;
    left: -60px;
}

.shape1{
    position: relative;
    top: 20%;
    float: right;
    left: 264px;
}
.navbar-light .navbar-toggler{
  border: 0;
}
.twenty-one {
    background: transparent;
    color: #ff6666;
    border: 2px solid #ff6666;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    transition: color 400ms;
    height: 37px;
    width: 133px;
}

.twenty-one::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ff6666;
    z-index: -1;
    transition: transform 400ms ease-out;
    transform: scaleX(0);
    transform-origin: left;
}

.twenty-one:hover::before {
   transform: scaleX(1);
}
.breadcrumb-item+.breadcrumb-item::before {
  color: #ffffff !important;
}
.twenty-one:hover {
    color: #fff;
}
.counter-box {
    display: block;
    background: url(../images/yellow-cloud.png) no-repeat;
    align-items: center;
    text-align: center;
    background-repeat: no-repeat;
    min-height: 200px;
    background-size: contain;
    background-position: center;
}

.counter-box p {
    margin: 5px 0 0;
    padding: 0;
    color: #ff6666;
    font-size: 18px;
    font-weight: 500
}

.counter-box i {
    font-size: 60px;
    margin: 0 0 15px;
    color: #fff;
}

.counter {
    display: block;
    font-size: 32px;
    font-weight: 700;
    color: #ff6666;
    line-height: 28px;
    padding-top: 70px;
}

.counter-box.colored p,
.counter-box.colored i,
.counter-box.colored .counter {
    color: #666;
}
section.counterup {
  margin-top: -104px;
  margin-left: 20px;
  margin-right: 20px;
  background-color: #eaf2ff;
  padding: 40px;
  border-radius: 30px;
  box-shadow: -5px 5px 0 rgb(17 110 99 / 13%) !important;
}
.counterupto{
    background-color: #eaf2ff;
    border-radius: 230px;
}
.counterupto {
  border-radius: 80px;
}
.air {
    position: relative;
}
.single-choose {
  text-align: center;
  margin-bottom: 30px;
  color: rgb(255, 255, 255);
  padding: 25px;
  font-weight: 500;
  font-size: 15px;
  background: #ffffff;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 0;
  box-shadow: -5px 5px 0 rgb(17 110 99 / 13%) !important;
}
.single-choose .icon {
    margin-bottom: 20px;
}
.text {
  position: absolute;
  top: 45%;
  left: 10%;
}
i.cl{
    display: inline-block;
    height: 60px;
    width: 60px;
    line-height: 60px;
    background-color: #359492;
    color: #ffffff;
    font-size: 35px;
    border-radius: 50px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.content {
    color: #555;
}
.coresrc{
    box-sizing: border-box;
    position: relative;
    display: inline;
}
.Core img{
    position: relative;
    width: 150px;
    top: -540px;
    left: 18px;
    z-index: 1;
    -webkit-animation: bounceleft .9s ease infinite alternate;
}
.Core1 {
    position: relative;
    top: -429px;
    z-index: -1;
    -webkit-animation: bounceleft .9s ease infinite alternate;
}
.Core2 {
    position: absolute;
    top: -490px;
    left: 400px;
    z-index: -1;
    z-index: 3px !important;
    -webkit-animation: bounceleft .9s ease infinite alternate;
}
@-webkit-keyframes bounceleft {
    0% {
        text-shadow:
                    0 5px 0 #ccc,
                    0 2px 3px rgba(0, 0, 0, 1);  
    }
    100% {
      transform:translate(-30px);
      text-shadow:  0 50px 0 black,
                    0 0px 20px rgba(0, 0, 0, .8);
    }
  }
  .single-tour span {
    font-size: 12px;
    color: #727272;
}
.single-tour p {
  font-size: 15px;
  margin-top: 10px;
}
  section.counterup1 {
    padding: 40px;
}
.single-tour {
    background-color: #fdeee9;
    padding: 45px 30px 30px;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 30px;
}
.single-tour h3 {
    display: inline-block;
    margin-bottom: 0;
    background-color: #fccfbf;
    color: #ff6666;
    font-size: 20px;
    border-radius: 5px;
    padding: 10px 35px;
    width: 100%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.single-tour h3:hover{
    color: #fff;
    background-color: #359492;
}
.single-tour .image {
    margin-top: 25px;
    margin-bottom: 25px;
}

.new_footer_area {
    background: #fbfbfd;
}


.new_footer_top {
    padding: 120px 0px 270px;
    position: relative;
      overflow-x: hidden;
}
.new_footer_area .footer_bottom {
    padding-top: 5px;
    padding-bottom: 50px;
}
.footer_bottom {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    color: #7f88a6;
    padding: 27px 0px;
}
.new_footer_top .company_widget p {
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    color: #6a7695;
    margin-bottom: 20px;
}
.new_footer_top .company_widget .f_subscribe_two .btn_get {
    border-width: 1px;
    margin-top: 20px;
}
.btn_get_two:hover {
    background: transparent;
    color: #5e2ced;
}
.btn_get:hover {
    color: #fff;
    background: #6754e2;
    border-color: #6754e2;
    -webkit-box-shadow: none;
    box-shadow: none;
}
a:hover, a:focus, .btn:hover, .btn:focus, button:hover, button:focus {
    text-decoration: none;
    outline: none;
}



.new_footer_top .f_widget.about-widget .f_list li a:hover {
    color: #5e2ced;
}
.new_footer_top .f_widget.about-widget .f_list li {
    margin-bottom: 11px;
}
.f_widget.about-widget .f_list li:last-child {
    margin-bottom: 0px;
}
.f_widget.about-widget .f_list li {
    margin-bottom: 15px;
}
.f_widget.about-widget .f_list {
    margin-bottom: 0px;
}
.new_footer_top .f_social_icon a {
    width: 44px;
    height: 44px;
    line-height: 43px;
    background: transparent;
    border: 1px solid #e2e2eb;
    font-size: 24px;
}
.f_social_icon a {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    font-size: 14px;
    line-height: 45px;
    color: #858da8;
    display: inline-block;
    background: #ebeef5;
    text-align: center;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.ti-facebook:before {
    content: "\e741";
}
.ti-twitter-alt:before {
    content: "\e74b";
}
.ti-vimeo-alt:before {
    content: "\e74a";
}
.ti-pinterest:before {
    content: "\e731";
}

.btn_get_two {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #5e2ced;
    border-color: #5e2ced;
    color: #fff;
}

.btn_get_two:hover {
    background: transparent;
    color: #5e2ced;
}

.new_footer_top .f_social_icon a:hover {
    background: #5e2ced;
    border-color: #5e2ced;
  color:white;
}
.new_footer_top .f_social_icon a + a {
    margin-left: 4px;
}
.new_footer_top .f-title {
    margin-bottom: 30px;
    color: #263b5e;
}
.f_600 {
    font-weight: 600;
}
.f_size_18 {
    font-size: 18px;
}
h1, h2, h3, h4, h5, h6 {
    color: #4b505e;
}
.new_footer_top .f_widget.about-widget .f_list li a {
    color: #6a7695;
}


.new_footer_top .footer_bg {
    position: absolute;
    bottom: 0;
    background: url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEigB8iI5tb8WSVBuVUGc9UjjB8O0708X7Fdic_4O1LT4CmLHoiwhanLXiRhe82yw0R7LgACQ2IhZaTY0hhmGi0gYp_Ynb49CVzfmXtYHUVKgXXpWvJ_oYT8cB4vzsnJLe3iCwuzj-w6PeYq_JaHmy_CoGoa6nw0FBo-2xLdOPvsLTh_fmYH2xhkaZ-OGQ/s16000/footer_bg.png") no-repeat scroll center 0;
    width: 100%;
    height: 266px;
}

.new_footer_top .footer_bg .footer_bg_one {
    background: url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEia0PYPxwT5ifToyP3SNZeQWfJEWrUENYA5IXM6sN5vLwAKvaJS1pQVu8mOFFUa_ET4JuHNTFAxKURFerJYHDUWXLXl1vDofYXuij45JZelYOjEFoCOn7E6Vxu0fwV7ACPzArcno1rYuVxGB7JY6G7__e4_KZW4lTYIaHSLVaVLzklZBLZnQw047oq5-Q/s16000/volks.gif") no-repeat center center;
    width: 330px;
    height: 105px;
  background-size:100%;
    position: absolute;
    bottom: 0;
    left: 30%;
    -webkit-animation: myfirst 22s linear infinite;
    animation: myfirst 22s linear infinite;
}

.new_footer_top .footer_bg .footer_bg_two {
    background: url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhyLGwEUVwPK6Vi8xXMymsc-ZXVwLWyXhogZxbcXQYSY55REw_0D4VTQnsVzCrL7nsyjd0P7RVOI5NKJbQ75koZIalD8mqbMquP20fL3DxsWngKkOLOzoOf9sMuxlbyfkIBTsDw5WFUj-YJiI50yzgVjF8cZPHhEjkOP_PRTQXDHEq8AyWpBiJdN9SfQA/s16000/cyclist.gif") no-repeat center center;
    width: 88px;
    height: 100px;
  background-size:100%;
    bottom: 0;
    left: 38%;
    position: absolute;
    -webkit-animation: myfirst 30s linear infinite;
    animation: myfirst 30s linear infinite;
}



@-moz-keyframes myfirst {
  0% {
    left: -25%;
  }
  100% {
    left: 100%;
  }
}

@-webkit-keyframes myfirst {
  0% {
    left: -25%;
  }
  100% {
    left: 100%;
  }
}

@keyframes myfirst {
  0% {
    left: -25%;
  }
  100% {
    left: 100%;
  }
}

/*************footer End*****************/


.footer-section {
    background: #71d3d1;
    padding-top: 45px;
  }
  .footer-cta {
    border-bottom: 1px solid #373636;
  }
  .single-cta i {
    color: #359492;
    font-size: 30px;
    float: left;
    margin-top: 8px;
  }
  .cta-text {
    padding-left: 15px;
    display: inline-block;
  }
  .cta-text h4 {
    color: #359492;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 2px;
  }
  .cta-text span {
    color:rgb(80 79 79);
    font-size: 15px;
  }
  .footer-content {
    position: relative;
    z-index: 2;
  }
  .footer-pattern img {
    position: absolute;
    top: 0;
    left: 0;
    height: 330px;
    background-size: cover;
    background-position: 100% 100%;
  }
  .footer-logo {
    margin-bottom: 30px;
  }
  .footer-logo img {
      max-width: 200px;
  }
  .footer-text p {
    margin-bottom: 14px;
    font-size: 14px;
        color: rgb(80 79 79);
    line-height: 28px;
  }
  .footer-social-icon span {
    color:#359492;
    display: block;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 20px;
  }
  .footer-social-icon a {
    color: #fff;
    font-size: 16px;
    margin-right: 15px;
  }
  .footer-social-icon i {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
  }
  .facebook-bg{
    background: #3B5998;
  }
  .twitter-bg{
    background: #55ACEE;
  }
  .google-bg{
    background: #DD4B39;
  }
  .footer-widget-heading h3 {
    color: #359492;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
  }
  .footer-widget-heading h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 2px;
    width: 50px;
    background: #359492;
  }
  .footer-widget ul li {
    display: inline-block;
    width: 50%;
    margin-bottom: 12px;
  }
  img.img-fluid.footer-top {
    position: relative;
    top: 72px;
    z-index: 1;
}
  .footer-widget ul li a:hover{
    color: #359492;
  }
  .footer-widget ul li a {
    color:  rgb(80 79 79);
    text-transform: capitalize;
  }
  .subscribe-form {
    position: relative;
    overflow: hidden;
  }
  .subscribe-form input {
    width: 100%;
    padding: 14px 28px;
    background: #2E2E2E;
    border: 1px solid #2E2E2E;
    color: #fff;
  }
  .subscribe-form button {
      position: absolute;
      right: 0;
      background: transparent;
      padding: 13px 20px;
      border: 0;
      top: 0;
  }
  .subscribe-form button i {
    color: #fff;
    font-size: 22px;

    transform: rotate(-6deg);
  }
  .copyright-area{
    background: #202020;
    padding: 25px 0;
  }
  .copyright-text p {
    margin: 0;
    font-size: 14px;
    color: #878787;
  }
  .copyright-text p a{
    color: #359492;
  }
  .footer-menu li {
    display: inline-block;
    margin-left: 20px;
  }
  .footer-menu li:hover a{
    color: #ff5e14;
  }
  .footer-menu li a {
    font-size: 14px;
    color: #878787;
  }

  .tf-feedback {
    background: url(../images/kid2.png) center center no-repeat;
    background-size: cover;
    margin-bottom: -35px;
}
.item-fb {
    background-image: url(../images/shape5.png);
    background-repeat: no-repeat;
    background-position: center center;
    padding: 60px 50px 57px;
    height: 387px;
    width: 433px;
}

/* about */
.about-page {
    background:rgb(255 102 102 / 87%);
    height: 555px;
    padding-top: 83px;
}
.about-page .header-text .breadcrumb{
    min-height: 540px;
    text-align: center;
}
.text h1{
    color: #ffffff;
    margin: 0;
}
.breadcrumb .breadcrumb-item a {
    text-decoration: none;
    color: #ffffff;
}
.breadcrumb .breadcrumb-item.active {
    color: #ffffff;
    font-weight: 500;
}
.aboutcloud {
    position: absolute;
    top: 72px;
    left: 0;
    transform: rotate(180deg);
    z-index: 0;
}
.header-text {
    padding-top: 129px;
}
.align-items-center {
    align-items: center!important;
}
.who-we-are-content span {
    font-size: 20px;
    color: #359492;
    font-weight: 600;
    font-family: "Sacramento", cursive;
}
.who-we-are-content h3 {
    font-size: 45px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.who-we-are-content p{
    color: #797878;
}
.who-we-are-content .who-we-are-list {
    padding-left: 0;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.who-we-are-content .who-we-are-list li {
    list-style-type: none;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    color: #1b0238;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-top: 20px;
    padding-left: 40px;
    padding-top: 5px;
}
.who-we-are-content .who-we-are-list li span {
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #ffffff;
    background-color: #359492;
    border-radius: 50px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.card {
    background: #287bff;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    width: 320px;
    height: 332px;
    border: 0px;
    margin-top: 32px;
    margin-bottom: 35px;
    border-radius: 20px;
    border-bottom-left-radius: 160px;
    border-bottom-right-radius: 160px;
    box-shadow: 0 8px 0 #fff, inset 0 -15px 0 rgba(255, 255, 255, 0.24), 0 20px 0 rgba(0, 0, 0, 0.15);
    overflow: hidden;
     
}
a.navbar-brand img{
    width: 160px;
    z-index: 100;
}

.card:nth-child(1) {
    background: linear-gradient(to bottom, #68f0f3, #359492);
}

.card .icon {
        position: relative;
        top: -106px;
        left: 85px;
        width: 140px;
        height: 120px;
        background: #eaf2ff;
        border-bottom-left-radius: 100px;
        border-bottom-right-radius: 100px;
        box-shadow: 0 15px 0 rgba(0, 0, 0, 0.1), inset 0 -8px 0 #fff;
        z-index: 100;
        display: flex;
        justify-content: center;
        align-items: flex-start;
}

.card .icon::before {
    content: "";
    position: absolute;
    top: 0;
    left: -50px;
    width: 50px;
    height: 50px;
    background: transparent;
    border-top-right-radius: 50px;
    box-shadow: 15px -15px 0 15px #eaf2ff;
}

.card .icon::after {
    content: "";
    position: absolute;
    top: 0;
    right: -50px;
    width: 50px;
    height: 50px;
    background: transparent;
    border-top-left-radius: 50px;
    box-shadow: -15px -15px 0 15px #eaf2ff;
}

.card .icon img {
  color: #fff;
  object-fit: cover;
  position: relative;
  font-size: 6em;
  z-index: 1000;
  --ionicon-stroke-width: 24px;
  border-radius: 50%;
  height: 124px;
  width: 124px;
}


.card .content {
    position: absolute;
    width: 100%;
    padding: 30px;
    padding-top: 150px;
    text-align: center;
}

.card .content h2 {
    font-size: 1.8em;
    color: #fff;
    margin-bottom: 15px;
}

.card .content p {
    color: #fff;
    line-height: 1.5em;
}
.single-teacher-content{
    margin-top: 70px;
}
.single-teacher-content span {
    font-size: 16px;
    color: #359492;
    font-weight: 600;
}
.single-teacher-content h3 {
    font-size: 35px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.single-teacher-content h3 a {
    color: #1b0238;
}

/* class */

.blog-card {
  
  height: 300px;
  display: flex;
  flex-direction: column;
  margin: 1rem auto;
  box-shadow: rgb(0 0 0 / 35%) 0px 3px 7px -1px;
  margin-bottom: 1.6%;
  background: #fff;
  line-height: 1.4;
  border-radius: 5px;
  overflow: hidden;
  z-index: 0;
}
.blog-card a {
  color: inherit;
}
.blog-card a:hover {
  color: #5ad67d;
}
.blog-card:hover .photo {
  transform: scale(1.3) rotate(3deg);
}
.blog-card .meta {
  position: relative;
  z-index: 0;
  height: 200px;
}
.blog-card .photo {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.2s;
}
.blog-card .details,
.blog-card .details ul {
  margin: auto;
  padding: 0;
  list-style: none;
}
.blog-card .details {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100%;
  margin: auto;
  transition: left 0.2s;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 10px;
  width: 100%;
  font-size: 0.9rem;
}
.blog-card .details a {
  -webkit-text-decoration: dotted underline;
          text-decoration: dotted underline;
}
.blog-card .details ul li {
  display: inline-block;
}
.blog-card .details .author:before {
  margin-right: 10px;
  content: "";
}
.blog-card .details .date:before {
  margin-right: 10px;
  content: "";
}
.blog-card .details .tags ul:before {
  content: "";
  margin-right: 10px;
}
.blog-card .details .tags li {
  margin-right: 2px;
}
.blog-card .details .tags li:first-child {
  margin-left: -4px;
}
.blog-card .description {
  padding: 1rem;
  background: #fff;
  position: relative;
  z-index: 1;
}
.blog-card .description h1 {
  line-height: 1;
  margin: 0;
  font-size: 1.7rem;
}
.blog-card .description h2 {
  font-size: 1rem;
  font-weight: 300;
  text-transform: uppercase;
  color: #a2a2a2;
  margin-top: 5px;
}
.blog-card .description .read-more {
  text-align: right;
}
.blog-card .description .read-more a {
  color: #eb6025;
}
.blog-card .description .read-more a:after {
  content: "";
  margin-left: -10px;
  opacity: 0;
  vertical-align: middle;
  transition: margin 0.3s, opacity 0.3s;
}
.blog-card .description .read-more a:hover:after {
  margin-left: 5px;
  opacity: 1;
}
.blog-card p {
  position: relative;
  margin: 1rem 0 0;
}
.blog-card p:first-of-type {
  margin-top: 1.25rem;
}
.blog-card p:first-of-type:before {
  content: "";
  position: absolute;
  height: 5px;
  background:#eb6025;
  width: 35px;
  top: -0.75rem;
  border-radius: 3px;
}
.blog-card:hover .details {
  left: 0%;
}
@media (min-width: 640px) {
  .blog-card {
    flex-direction: row;
    max-width: 1000px;
  }
  .blog-card .meta {
    flex-basis: 40%;
    height: auto;
  }
  .blog-card .description {
    flex-basis: 60%;
  }
  .blog-card .description:before {
    transform: skewX(-3deg);
    content: "";
    background: #fff;
    width: 30px;
    position: absolute;
    left: -10px;
    top: 0;
    bottom: 0;
    z-index: -1;
  }
  .blog-card.alt {
    flex-direction: row-reverse;
  }
  .blog-card.alt .description:before {
    left: inherit;
    right: -10px;
    transform: skew(3deg);
  }
  .blog-card.alt .details {
    padding-left: 25px;
  }
}



/* gallery */


.tf-section.tf-discovery-2 {
  padding-top: 225px;
  padding-bottom: 127px;
  margin-top: 80px;
}
.tf-discovery-2 {
  background-image: url(../images/back.png);
  background-repeat: no-repeat;
  opacity: 0.8;
  background-position: center center;
  background-size: cover;
}
.jus-c-center {
  justify-content: center;
}
.title-heading.st-2 {
  padding: 0 26%;
  text-align: center;
  margin-bottom: 50px;
}
.title-heading .sub-heading {
  font-size: 20px;
  line-height: 2;
  text-transform: capitalize;
  margin-bottom: 13px;
  font-weight: 600;
}
.title-heading .sub-heading .inner-sub.st-1 {
  padding: 0 15px;
}
.title-heading .title {
  line-height: 1.2;
  letter-spacing: -1.3px;
  text-transform: capitalize;
  color: #ff6666;
}
.clr-pri-1 {
  color: #ff6666;
}

element.style {
  visibility: visible;
  animation-duration: 800ms;
  animation-delay: 0.3ms;
}
.sc-discovery-2 {
  background-image: url(../images/back1.png);
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  padding: 50px 26px 30px;
  margin: 0 -3px;
  height: 385px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sc-discovery-2 .box-feature {
  margin-bottom: 14px;
}
.sc-discovery-2 .box-content .title {
  letter-spacing: -0.7px;
}
.sc-discovery-2 .box-content .title a{
  letter-spacing: -0.7px;
  color: #2c4073 !important;
}
.sc-discovery-2 .box-content .wrap {
  margin-bottom: 11px;
  color: #898989;
}
.sc-discovery-2 .box-content .fl-btn {
  margin: 0 auto;
}
.game{
  width: 120px;
}
.tf-feedback1 {
  background: url(../images/back3.png) center center no-repeat;
  background-size: cover;
  background-position: center;
  padding: 65px 0 150px;
  margin-bottom: -35px;
}

.tf-feedback2 {
  background: url(../images/back4.png) center center no-repeat;
  background-size: cover;
  padding: 37px 0 4px;
  margin-bottom: -35px;
}
.tf-feedback3 {
  background: url(../images/back5.png) center center no-repeat;
  background-size: cover;
  padding: 37px 0 4px;
  margin-bottom: -35px;
}


.main .container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1rem;
  justify-content: center;
  align-items: center;
}
.main .gallery {
  color: #252a32;
  border-radius: 2px;
  background: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
}
.main .card-image {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 70%;
  background: #ffffff;
}
.main .card-image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.clr-pri-2{
  color: #969595;
  font-size: 20px;
  margin-top: 15px;
}
@media only screen and (max-width: 600px) {
  .main .container {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1rem;
  }
}

/* contact */

.content-container {
  margin:0 20px;
  padding-top:2%;
  padding-right:5%;
  padding-bottom:10%;
  padding-left: 5%;
  max-height:100%;
  border-radius: 60px;
  background-color: #71d3d1;
 }
 
 
 
 
 /************ BEGIN FORM  ***************/
 input[type=text], select, textarea {
   width: 100%;
   padding: 12px;
   border: 1px solid #ccc;
   border-radius: 35px;
   resize: vertical;
 }
 
 label {
   padding: 12px 12px 12px 0;
   display: inline-block;
 }
 
 input[type=submit] {
   margin-top:10px;
   background-color: #359492;
   color: white;
   font-weight:bold;
   padding: 12px 20px;
   border: none;
   border-radius: 35px;
   cursor: pointer;
   float: right;
 }
 
 input[type=submit]:hover {
   background-color: #71d3d1;
 }
 
 .form-container {
   border-radius: 30px;
   background-color: #ffffff;
   padding: 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
 }
 
 .col-25 {
   float: left;
   width: 25%;
   margin-top: 6px;
 }
 
 .col-75 {
   float: left;
   width: 75%;
   margin-top: 6px;
 }
 .contact-information h3 {
  margin-bottom: 25px;
  font-size: 25px;
}
.contact-information .contact-list {
  padding-left: 0;
  margin-bottom: 25px;
  list-style-type: none;
}
.contact-information .contact-list li {
  margin-bottom: 12px;
  position: relative;
  padding-left: 25px;
}
.contact-information .contact-list li a {
  display: inline-block;
  font-weight: 500;
  color: #7d849d;
  position: relative;
}
.contact-information .contact-list li i {
  position: absolute;
  left: 0;
  top: 2px;
  color: #6fcfcd;
  font-size: 20px;
}
.contact-information .contact-list li span {
  font-weight: 500;
  color: #84849d;
}
.contact-information .opening-hours {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.contact-information .opening-hours li {
  margin-bottom: 10px;
  color: #7d849d;
}
 .row:after {
   content: "";
   display: table;
   clear: both;
 }
 @media screen and (max-width: 600px) {
   .col-25, .col-75, input[type=submit] {
     width: 100%;
     margin-top: 0;
   }
   input[type=submit] {
     margin-top: 10px;
   }
    }
/* responsive */

@media only screen and (max-width: 600px) {
  .vert-move1 {
    position: absolute;
    bottom: 459px;
    right: 0%;
    left: 172px;
}
.vert-move1 img{
  display: none;
}
.box {
  margin-bottom: 15px;
}
.vert-move{
  display: none;
}
.mission {
  color: #555;
}
.shape1 {
  position: relative;
  top: 5%;
  float: right;
  left: -29px;
}
.air {
  position: relative;
  top: -103px;
}
.counter{
  color: #555;
}
.counter-box p{
  color: #555;
}
.Core2 {
  position: absolute;
  top: -490px;
  left: 150px;
}
span.inner-sub.st-1 {
  font-size: 20px;
}
.Core img {
  position: relative;
  top: -591px;
  width: 100px;
}
.vert-move3 {
  position: absolute;
    bottom: 458px;
    left: 159px;
}
.header-img {
  position: absolute;
  top: 143px;
  width: 276px;
  border-bottom: 4px solid #fff;
  left: 138px;
}
.single-teacher-content span {
  font-size: 16px;
}
.card {
  margin-left: 9px;
}
.navbar{
  z-index: 9999;
}
img.img-fluid.footer-top {
  position: relative;
  top: 20px !important;
  z-index: 1;
}
.header-img {
  position: absolute;
  top: 390px;
  width: 276px;
  border-bottom: 4px solid #4b505e;
  left: 80px;
}

.title-heading.st-2 {
  padding: 0 6%;
  margin-top: 103px;
}
.sc-discovery-2 {
  margin-bottom: 34px;
}
.tf-discovery-2{
  margin-top: -332px !important;
}
.content-container {
  margin: 0 auto;
  padding-top: 12%;
  padding-right: 5%;
  padding-bottom: 10%;
  padding-left: 5%;
}
.form-container {
  margin-top: 45px;
}
.animation-two{
  display: none;
}
.text {
  top: 21%;
}
.blog-card {
  margin: 25px !important;
}
.who-we-are-content h3 {
  font-size: 30px;
}

.cta-text h4 {
  margin: 14px 0;
}
.footer-widget-heading h3 {
  margin: 40px 0;
}
section.counterup1 {
  margin-top: 0px;
}
a.navbar-brand img {
  width: 125px;
}
.who-we-are-content .who-we-are-list li {
  font-size: 14px;
}
.Core img {
  display: none;
}
}
@media (max-width: 1199px){
  .vert-move1 img {
    width: 160px;
  }
  .vert-move1 {
    bottom: 78%;
}
.vert-move img {
  width: 180px;
}
.vert-move {
  top: 41%;
}
.footer-widget-heading h3 {
  margin-top: 30px;
}
section.counterup1 {
  margin-top: 0;
}
.text {
  top: 40%;
}
.blog-card {
  margin: 50px;
  height: 525px;
}
img.img-fluid.footer-top {
  top: 60px;
}
.Core img {
  width: 122px;
  top: -353px;
  left: 18px;
}
.animation-two {
  top: -20%;
  bottom: 50px;
  left: -127%;
}
}

.box h3 {
  color: #fff;
}
.box1 h3 {
  color: #fff;
}
.box2 h3 {
  color: #fff;
}
.item {
  position: relative;
}