@import url('https://fonts.googleapis.com/css2?family=Capriola&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Love+Ya+Like+A+Sister&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Love+Ya+Like+A+Sister&display=swap');

/* CSS Document */
body{ margin:0px; padding:0px; font-family:"Capriola", sans-serif;}

ul, li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.centered {
    text-align: center;
}



button, a:hover, a:focus, a:visited {
    text-decoration: none;
    outline: none !important;
}

/* Top Section css Starts here */
.top-section{
	background:#c9dde2;
}
.top-section .top-data {
    height: 70px;
    line-height: 70px;
}

.top-section .top-data .lt-top-section {
    display: flex;
    padding: 0px 0px 0px 30px;
}

.top-section .top-data .lt-top-section ul {
    display: flex;
    flex-direction: row;
}

.top-section .top-data .lt-top-section ul li {
    margin-right: 15px;
}

.top-section .top-data .lt-top-section ul li a {
    color: #385469;
    font-size: 15px;
    font-family: "Source Sans 3", sans-serif;
    font-weight: 500;
    transition: all 0.2s ease;
}

.top-section .top-data .lt-top-section ul li a i{
    color: #ffffff;
    font-size: 12px;
    background: #F39F5F;
    max-width: 50px;
    display: inline-flex;
    border-radius: 50px;
    padding: 5px;
    margin-right: 6px;
	
}

.top-section .top-data .lt-top-section ul li a:hover{
	color:#F39F5F;
}

.rt-top-section ul {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-end;
    padding-right: 50px;
}

.rt-top-section ul li {
    margin-left: 20px;
}

.rt-top-section ul li a i {
    font-size: 20px;
    color: #385469;
	transition: all 0.2s ease;
}

.rt-top-section ul li a:hover i{
	color:#F39F5F;
}


.rt-top-section ul li {
    width: 100%;
    max-width: 40px;
    border-radius: 50%;
    height: 50px;
    text-align: center;
    line-height: 40px;
    margin: 15px 10px 0px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.rt-top-section ul li a {
    width: 100%;
    border-radius: 50%;
    border: 1px solid #f39f5f;
}


.rt-top-section ul li a:hover {
    background: #c37438;
    color: #ffffff;
}

.rt-top-section ul li a:hover i {
    color: #ffffff;
}




.curve-div {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);

    overflow: hidden;
}

.curve-div svg{
    display: block;
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 40px;
    width: auto;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}



/* Top Section css Ends here */


.navbar.navbar-expand-lg.navbar-light.bg-light {
    background: #ffffff !important;
    box-shadow: 0 13px 35px -12px rgb(35 35 35 / 10%);
    padding: 0px 15px;
}

.navbar-nav.cust-navig .nav-item {
    margin-right: 20px;
}

.navbar-nav.cust-navig .nav-item a {
    font-size: 19px;
    color: #514462 !important;
    padding: 22px 0px !important;
    font-family: "Source Sans 3", sans-serif;
	transition: all 0.2s ease;
}

.navbar-nav.cust-navig .nav-item a:hover {
    color: #F39F5F !important;
}

.navbar-nav.cust-navig {
    padding: 0px 0px 0px 20px;
}



/* Slider Styles Starts here */
.slider-sec {
    padding: 90px 0px 30px 25px;
}

.slider-sec .lte-heading-content .lte-subheader {
    color: #F39F5F;
    font-family: "Love Ya Like A Sister", cursive;
    text-transform: uppercase;
    letter-spacing: 4px;
    line-height: 1rem;
    font-size: 20px;
}

.slider-sec .lte-heading-content .lte-header {
    font-size: 64px;
    color: #385469;
    padding: 20px 0px  0px 0px;
}

.slider-sec .lte-heading-content .lte-header span {
    color: #F39F5F;
}


.lte-heading-content p {
    font-size: 20px;
    line-height: 1.5em;
    font-family: "Source Sans 3", sans-serif;
    color: #385469B2;
    margin: 25px 0px 10px 0px;
}

.btns-start-call {
    display: flex;
    flex-direction: row;
    margin: 80px 0px 0px 0px;
}

.btns-start-call .lt-btn {
    width: 100%;
    max-width: 210px;
    margin-right: 30px;
}

.btns-start-call .lt-btn a{
    background: #F39F5F;
    padding: 12px 24px 12px 24px;
    border-radius: 22px;
    min-width: 210px;
    display: flex;
    text-align: center;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: auto;
    min-height: 50px;
    color: #ffffff;
    transition: all 0.2s ease;
}

.btns-start-call .lt-btn a:hover{
	background:#23527c;
}

.btns-start-call .lt-btn a i {
    margin-left: 10px;
}


.btns-start-call .rt-btn {
    width: 100%;
    max-width: 280px;
    margin-left: 30px;
}

.btns-start-call .rt-btn a {
    font-size: 23px;
    font-weight: 400;
    color: #385469;
	transition: all 0.2s ease;
}

.btns-start-call .rt-btn a i {
    background: #bfd7db;
    width: 48px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    border-radius: 50%;
    color: #ffffff;
    font-size: 20px;
}

.btns-start-call .rt-btn a i:hover{
	background:#385469;
}
/* Slider Styles Ends here */


/* Counter Styles Starts here */
.counter-sec {
    margin: 180px 0px;
}


.counter
{
    text-align: center;
}

.counter-count
{
    font-size: 50px;
    font-weight: bold;
    position: relative;
    color: #000000;
    text-align: center;
    display: inline-block;
}




.counter-sec .counter-box {
    background: url(../images/countup-bg.png) #f4eee5 no-repeat;
    background-size: contain;
    border-radius: 100px;
    padding: 120px 25px 90px 25px;
    width: 100%;
    max-width: 1220px;
    margin: 0px auto;
	position:relative;
}

.counter-sec .counter-box .counter-list .count-up {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-right: 4px dashed rgba(112,166,177,0.4);
    padding: 0px 20px;
}

.counter-sec .counter-box .counter-list .count-up h2{
    font-size: 120px;
    font-weight: 400;
    font-family: "Love Ya Like A Sister", cursive;
    color: #70A6B1;
}

.k-txt {
    font-size: 105px;
    font-weight: 400;
    font-family: "Love Ya Like A Sister", cursive;
    color: #70A6B1;
}

.counter-sec .counter-box .counter-list .count-up h3 {
    margin: 0px 0 4px 18px;
    font-size: 30px;
    line-height: 40px;
    color: #385469;
}

.counter-sec .counter-box .counter-list .count-up p {
    font-size: 16px;
    color: #385469;
    margin: 14px 0px;
    opacity: 0.7;
    line-height: 28px;
    text-align: center;
    letter-spacing: 0px;
    font-family: "Source Sans 3", sans-serif;
    font-weight: 500;
}

.counter-sec .counter-box .counter-top-img {
    position: absolute;
    top: -105px;
    right: 140px;
}

.counter-sec .counter-box .counter-bottom-img {
    position: absolute;
    bottom: 0px;
    left: -20px;
}

.counter-sec .counter-box .counter-list22 .count-up {
    border-right: 0px !important;
}

.slider-sec.home-about-sec .lte-heading-content .btns-start-call {
    margin: 0px;
}

/* Counter Styles Ends here */



/* Home-About Styles start here */
.slider-sec.home-about-sec .lte-heading-content p {
    font-size: 16px;
    width: 85%;
}

.about-experienced .experienced-box {
    display: flex;
    flex-direction: row;
    margin: 35px 0px;
}

.rt-slider-cnt img {
    width: 100%;
    max-width: 85%;
    margin: 0px auto;
    text-align: center;
    display: block;
}

.about-experienced .experienced-box .lt-experienced {
    margin: 0px 40px 0px 0px;
}
.about-experienced .experienced-box .lt-experienced img {
    max-width: 100px;


}

/* Home-About Styles ends here */

/* Our-Programs starts here */
.our-programs {
    background: url(../images/programs-bg.png) #eff5f6 no-repeat;
    padding: 0px 0px 70px 0px;
}

.our-programs .container-fluid {
    width: 100%;
    max-width: 1270px;
}

.program-heading {
    padding: 50px 0px 48px 0px;
    width: 100%;
    text-align: center;
}

.program-heading h4 {
    font-size: 16px;
    color: #F39F5F;
    margin-bottom: 12px;
    display: inline-block;
    font-weight: 500;
    letter-spacing: 4px;
    line-height: 1em;
    font-family: "Love Ya Like A Sister", cursive;
}

.program-heading h2 {
    color: #385469;
    font-size: 54px;
    font-weight: 400;
    letter-spacing: 0px;
}

.program-box {
    padding: 60px 30px 70px;
    background: #ffffff;
    margin-right: 25px;
    width: 100%;
    max-width: 31%;
    border-radius: 70px;
	position:relative;
}

.program-box.program-box1 {
    background: #f4eee5;
}

.col-md-4.program-box.program-box2 {
    margin: 0px !important;
    width: 33% !important;
    background: #70a6b1;
}

.program-box h3 {
    width: 100%;
    text-align: center;
    font-size: 40px;
    margin: 4px 0 18px;
    line-height: 48px;
    font-weight: 400;
    letter-spacing: 0px;
    font-family: "Capriola", sans-serif;
}

.program-box h4 {
    text-align: center;
    font-size: 22px;
    margin: 0 0 16px 0;
    line-height: 28px;
    width: 100%;
    font-weight: 400;
    color: #F39F5F;
	font-family: "Capriola", sans-serif;
}


.program-box ul {
    list-style: none;
    margin: 0;
    padding: 0 0 0 0;
    position: relative;
    display: inline-block;
    text-align: left;
    width: 100%;
}

.program-box ul li {
    padding: 8px 0px;
    margin: 0 0 0 0;
    font-size: 16px;
    line-height: 24px;
    font-family: "Source Sans 3", sans-serif;
    color: #385469;
    letter-spacing: 0px;
    opacity: 0.8;
}

.program-box ul li i {
    margin-right: 10px;
    font-size: 16px;
    color: #F39F5F;
    width: 15px;
}

.program-box .program-img img {
    max-width: 180px;
    max-height: 220px;
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.program-box.program-box2 h4, .col-md-4.program-box.program-box2 ul li{
    color: #ffffff;
}


.program-box .lte-btn {
    position: absolute;
    left: 50%;
    bottom: 0%;
    transform: translate(-50%, 50%);
    width: 50px;
    height: 50px;
    padding: 0px;
    background: #F39F5F;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    border-radius: 40%;
    color: #ffffff;
	transition: all 0.2s ease;
}

.program-box .lte-btn:hover{
	background:#385469;
}
/* Our-Programs ends here*/


/* Daily Schedule starts here */
.daily-schedule-cnt{
	padding: 90px 0px 120px 0px;
	background:url(../images/schedule-bg.png) no-repeat;
	background-position: center center;
}
.daily-schedule-cnt .container-fluid {
    width: 100%;
    max-width: 1270px;
}

.program-heading {
    padding: 0px 0px 48px 0px;
    width: 100%;
    text-align: center;
}

.program-heading h4 {
    font-size: 16px;
    color: #F39F5F;
    margin-bottom: 12px;
    display: inline-block;
    font-weight: 500;
    letter-spacing: 4px;
    line-height: 1em;
    font-family: "Love Ya Like A Sister", cursive;
}

.program-heading h2 {
    color: #385469;
    font-size: 54px;
    font-weight: 400;
    letter-spacing: 0px;
}

.daily-schedule-cnt .schedule-lt-img {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding-right: 60px;
}


.schedule-img-box {
    text-align: center;
}

.daily-schedule-cnt .schedule-lt-img h3 {
    font-weight: 500;
    font-family: "Love Ya Like A Sister", cursive;
    font-size: 30px;
    color: #385469;
	margin: 15px 20px 0px 0px;
}

.schedule-rt-cnt .schedule-box {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}

.schedule-rt-cnt .schedule-box .schedule-rt-img {
    width: 100%;
    max-width: 50px;
	position:relative;
}

.schedule-rt-cnt .schedule-box .schedule-rt-img:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 80%;
    top: 45px;
    right: 22px;
    border: 1px dashed #f39f5f;
}

.schedule-rt-cnt .schedule-box .schedule-rt-img22:after {
    border: 0px;
}

.schedule-rt-cnt .schedule-box .schedule-time {
    font-size: 22px;
}

.schedule-rt-cnt .schedule-box .schedule-cnt {
    font-size: 14px;
    color: #385649;
    opacity: 0.7;
}


/* Daily Schedule ends here */

/* What do we feed styles starts here */
.what-do-we-feed{}
.what-do-we-feed .bg-whatdo {
    background: url(../images/menu-border.png) no-repeat;
    height: auto;
    padding: 120px 0px 100px 0px;
    width: 100%;
    max-width: 1280px;
    background-size: cover;
    position: relative;
    margin-bottom: 80px;
}


.lt-food-wahtdo {
    width: 100%;
    max-width: 500px;
    margin: 0px auto 60px auto;
}

.lt-food-wahtdo h3 {
    padding: 40px 0px 26px 0px;
    margin: 0px 0px 20px 0px;
    background-image: url(../images/menu-bg-01.png);
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
}

.whatdo-listing .check {
    padding-left: 95px;
}

.whatdo-listing .check li {
    padding: 8px 0px;
    margin: 0 0 0 0;
    font-size: 16px;
    line-height: 24px;
    font-family: "Source Sans 3", sans-serif;
    color: #385469;
    letter-spacing: 0px;
    opacity: 0.8;
}

.whatdo-listing .check li i {
    margin-right: 10px;
    color: #F39F5F;
    font-size: 16px;
    width: 15px;
}

.rt-food-wahtdo h3 {
	background-image: url(../images/menu-bg-02.png);
}


.lt-food-wahtdo1 h3 {
	background-image: url(../images/menu-bg-03.png);
}


.rt-food-wahtdo1 h3 {
	background-image: url(../images/menu-bg-04.png);
}


.img-lunch-breakfast {
    position: absolute;
    top: 35%;
    width: 100%;
    max-width: 420px;
    left: 32%;
}
/* What do we feed styles ends here */


/* Book Your Seat starts here */
/*.book-your-seat {
    background: url(../images/parallax.jpg) no-repeat;
    height: 100vh;
    background-size: cover;
    background-attachment: scroll;
	padding:220px 0px 220px 0px;
}*/




.book-your-seat {
    background: url(../images/parallax.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 120px 0px 120px 0px;
}

.book-seat-sec {
    width: 100%;
    max-width: 851px;
    background: #FFFFFF;
    border: 50px solid #f3b485;
    margin: 0px auto;
    border-radius: 40px;
    padding: 30px;
}


.book-seat-sec .program-heading h1 {
    color: #F39F5F;
    font-size: 70px;
}
/* Book Your Seat ends here */


/* Our Teacher styles starts here */
.our-teacher {
    padding: 80px 0px;
}

.our-teacher .container-fluid {
    width: 100%;
    max-width: 1270px;
}

.teacher-box{
    margin: 0 -1px -1px 0;
    margin-top: 0;
    padding: 40px 40px 30px;
    position: relative;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-clip: border-box;
    overflow: hidden;
    text-align: center;
}


.teacher-box a {
    margin: 0 auto;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    max-width: auto;
    width: 100%;
    height: auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-clip: border-box;
    position: relative;
    z-index: 3;
    display: block;
}
.teacher-box a img {
    margin: 0 auto;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    max-width: auto;
    width: 100%;
    height: auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-clip: border-box;
    position: relative;
    z-index: 3;
    display: block;
}


.teacher-box a:before {
    content: "";
    display: block;
    border: 4px dashed #70a6b1;
    top: -10px;
    right: -15px;
    bottom: 80px;
    left: -15px;
    position: absolute;
    z-index: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-clip: border-box;
    -webkit-animation: spinner 20250ms infinite linear;
    -moz-animation: spinner 20250ms infinite linear;
    -o-animation: spinner 20250ms infinite linear;
    animation: spinner 20250ms infinite linear;
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.teacher-box a:hover:before {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}

.teacher-headings {
    margin: 40px 0px 0px 0px;
}

.teacher-headings h3 {
    color: #385469;
    font-size: 25px;
    font-weight: 400;
	transition: all 0.2s ease;
}

.teacher-headings h3:hover{
	color:#F39F5F;
}

.teacher-headings p {
    font-size: 15px;
    color: #385469;
    opacity: 0.7;
    margin: 0px;
}


@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Our Teacher styles ends here */





/* Our Prices styles start here*/
.our-price-cnt {
    background: url(../images/price-bg.png) #f4eee5 no-repeat;
    padding: 90px 0px;
    background-position: -150px -50px;
}

.our-price-cnt .container-fluid {
    width: 100%;
    max-width: 1270px;
}



.our-price-cnt .lt-our-price .program-heading {
    text-align: left;
	padding:0px;
}


.our-price-cnt .lt-our-price .program-heading p {
    font-size: 16px;
    line-height: 24px;
    font-family: "Source Sans 3", sans-serif;
    color: #385469;
    letter-spacing: 0px;
    opacity: 0.7;
    padding: 30px 0px 0px 0px;
}

.our-price-progress {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.our-price-progress .our-price-box {
    width: 100%;
    max-width: 460px;
    display: flex;
    flex-direction: column;
    margin-bottom: 25px;
}

.our-price-progress .our-price-box .progress {
    border: 1px dashed #385469b0;
    width: 100%;
    max-width: 410px;
    display: flex;
    flex-direction: row;
}

.our-price-progress .our-price-box .our-price-txt {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 6px;
    font-size: 22px;
    font-weight: 400;
    color: #385469;
}


.our-price-progress .progress-value {
    animation: load 3s normal forwards;
    box-shadow: 0 10px 40px -10px #fff;
    border-radius: 100px;
    background: #f0ad4e;
    height: 6px;
    width: 0;
}


.our-price-progress .progress {
    background: rgba(255,255,255,0.1);
    justify-content: flex-start;
    border-radius: 100px;
    align-items: center;
    position: relative;
    padding: 0 5px;
    display: flex;
    height: 20px;
    width: 500px;
}

.our-price-progress .progress-value {
    animation: load 3s normal forwards;
    box-shadow: 0 10px 40px -10px #fff;
    border-radius: 100px;
    background: #f0ad4e;
    height: 6px;
    width: 0;
}


.our-price-progress .progress-value1 {
    animation: load1 3s normal forwards;
    box-shadow: 0 10px 40px -10px #fff;
    border-radius: 100px;
    background: #f0ad4e;
    height: 6px;
    width: 0;
}

.our-price-progress .progress-value2 {
    animation: load2 3s normal forwards;
    box-shadow: 0 10px 40px -10px #fff;
    border-radius: 100px;
    background: #f0ad4e;
    height: 6px;
    width: 0;
}


@keyframes load {
  0% { width: 0; }
  100% { width: 92%; }
}


@keyframes load1 {
  0% { width: 0; }
  100% { width: 75%; }
}


@keyframes load2 {
  0% { width: 0; }
  100% { width: 63%; }
}

.basic-sec {
    background: #ffffff;
    border-radius: 30px 30px 0px 0px;
    height: auto;
    padding: 0px;
}

.basic-sec .price {
    margin: 0px auto;
    text-align: center;
}

.basic-sec img {
    border-radius: 30px 30px 0px 0px;
}

.basic-sec .price {
    margin: 0px auto;
    text-align: center;
    font-size: 50px;
    color: #385469;
    font-weight: 400;
}

.basic-sec .price sup {
    font-size: 25px;
    padding-right: 6px;
}

.basic-sec .price span {
    font-size: 22px;
    color: #70A6B1;
    display: block;
}

.price-listing .check li {
    padding: 8px 0px 8px 15px;
    margin: 0 0 0 0;
    font-size: 16px;
    line-height: 24px;
    font-family: "Source Sans 3", sans-serif;
    color: #385469;
    letter-spacing: 0px;
    opacity: 0.8;
}

.price-listing .check li i {
    margin-right: 10px;
    color: #F39F5F;
    font-size: 16px;
    width: 15px;
}


.price-listing a {
    background: #F39F5F;
    padding: 12px 24px 12px 24px;
    border-radius: 22px;
    min-width: 210px;
    display: flex;
    text-align: center;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: auto;
    min-height: 50px;
    color: #ffffff;
    transition: all 0.2s ease;
    width: 100%;
    max-width: 230px;
    margin: 10px auto 0px  auto;
}

.price-listing a i{
	margin-left:10px;
}

.price-listing a:hover{
	background: #c16b2b;
}
/* Our Prices styles ends here*/



/* Our Advantages styles starts here */
.our-advantage-sec{ padding:80px 0px;}






.lte-inner {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	margin-bottom:30px;
}


.lte-inner i {
    font-size: 35px;
	color:#999999;
}

.lte-inner i:before {
    padding: 30px;
    background: #f4eee5 !important;
    width: 100%;
    display: block;
    border-radius: 30%;
}


.lte-inner .lte-descr {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 15px;
    margin-left: 0px;
    margin-inline-end: 0;
}

.lte-inner .lte-icon-contesnt .lte-header.lte-h4 {
    font-size: 26px;
    line-height: 1.1em;
}


.lte-inner .lte-icon-contesnt {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 4px;
    margin-left: 22px;
    margin-inline-start: 22px;
    margin-inline-end: 0;
	font-size: 16px;
    line-height: 24px;
    font-family: "Source Sans 3", sans-serif;
    color: #385469;
    letter-spacing: 0px;

}

/* Our Advantages styles ends here */


/*Our Photos styles start here */
.our-photos-sec{ padding:0px 0px 70px 0px;}
.our-photos-sec .galler-img a img {
    border-radius: 40px;
	transition: all 0.4s ease;
}


.our-photos-sec .galler-img a img:hover {
    border-radius: 100px;
}
/*Our Photos styles ends here */


/* News Letter styles starts here */
.news-letter-sec {
    padding: 80px 0px;
}

.news-letter-sec .container {
    width: 100%;
    max-width: 1000px;
    margin: 0px auto;
    background: #F4EEE5;
    padding: 130px 15px 79px 15px;
    border-radius: 40px;
	position:relative;
}

.news-letter-sec .newletter-form {
    text-align: center;
    margin: 0px auto;
}


.news-letter-sec .container .program-heading {
    padding: 0px 0px 20px 0px;
}



.news-letter-sec .newletter-form p {
    font-size: 14px;
    color: #385469;
    opacity: 0.7;
    margin: 0px 0px 15px 0px;
    font-weight: 400;
}



.newletter-form .search {
  width: 100%;
  position: relative;
  display: flex;
}

.newletter-form .searchTerm {
    width: 100%;
    padding: 16px 0px 16px 20px;
    height: 50px;
    color: #9DBFAF;
    background: #ffffff;
    border-radius: 22px;
    outline: 0px;
    border: none;
}

.newletter-form .searchTerm:focus{
  color: #00B4CC;
}

.newletter-form .searchButton {
    width: 40px;
    height: 40px;
    border: 0px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    cursor: pointer;
    font-size: 15px;
    position: absolute;
    right: 10px;
    top: 4px;
	background-color: #F39F5F;
	transition: all 0.2s ease;
}
.newletter-form .searchButton:hover{
	background: #ef7f29;
}

.social-links {
    display: flex;
    flex-direction: row;
    margin: 35px 0px 0px 0px;
    align-items: center;
}

.social-links span {
    margin-right: 20px;
}

.social-links  li {
    position: relative;
    margin-right: 6px;
    display: inline-block;
}

.social-links  li a {
    position: relative;
    color: #ffffff;
    font-size: 18px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    background-color: #F39F5F;
	transition: all 0.2s ease;
}

.social-links  li a:hover {
    background: #ef7f29;
}

.news-tp-img {
    position: absolute;
    top: -130px;
    left: -150px;
}

.news-tp-img1 {
    position: absolute;
    bottom: -90px;
    left: 0px;
}

.news-tp-img2 {
    position: absolute;
    top: 120px;
    right: -120px;
}

.news-tp-img3 {
    position: absolute;
    right: 0px;
    bottom: -200px;
}



.news-tp-img img,
.news-tp-img1 img,
.news-tp-img2 img
{
  position: relative;
  -webkit-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  -o-transform: translateY(-30px);
  transform: translateY(-30px);
  animation-name: floating_1;
  animation-duration: 3s;
  animation-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  animation-iteration-count: infinite;
}
.lte-floating-2 img {
  animation-name: floating_2;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
}
.lte-floating-3 img {
  animation-name: floating_3;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}
@keyframes floating_1 {
  0% {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes floating_2 {
  0% {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
  }
  50% {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes floating_3 {
  0% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  50% {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
}
.lte-spinning-1 img {
  position: relative;
  margin-top: -60px;
  animation-name: spinning_1;
  animation-duration: 3s;
  animation-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  animation-iteration-count: infinite;
}
@keyframes spinning_1 {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  33% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  66% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
/* News Letter styles ends here */




/* New Footer Styles starts here */

.footer-sec {
    margin: 40px 0px 0px 0px;
    padding: 80px 0px 0px 0px;
}

.lt-footer-cnt {
    margin-bottom: 15px;
}

.lt-footer-cnt .ft-cnt p {
    font-size: 16px;
    line-height: 24px;
    font-family: "Source Sans 3", sans-serif;
    color: #385469;
    letter-spacing: 0px;
    padding: 15px 0px 0px 0px;
    opacity: 0.8;
	transition: all 0.2s ease;
}

.lt-footer-cnt .ft-phone a {
    font-size: 18px;
    color: #385460;
    transition: all 0.2s ease;
    margin-right: 15px;
}

.lt-footer-cnt .ft-phone a i {
    background: #F39F5F;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #ffffff;
    margin-right: 10px;
    transition: all 0.2s ease;
}

.lt-footer-cnt .ft-phone a:hover i{
	background: #ef7f29;
}


.ct-footer-cnt .ft-listing {
    width: 100%;
    max-width: 100%;
    display: inline-block;
}

.ct-footer-cnt h3, .rt-footer-cnt h3 {
    font-size: 22px;
    color: #385469;
    margin-bottom: 25px;
}

.ct-footer-cnt .ft-listing li {
    padding: 5px 0px;
}

.ct-footer-cnt .ft-listing li a {
    font-size: 14px;
    font-weight: 400;
    color: #385469;
    opacity: 0.7;
	transition: all 0.2s ease;
}
.ct-footer-cnt .ft-listing li a:hover, .ct-footer-cnt .ft-listing li.active a{
	color:#F39F5F;
}



.ft-our-gallery ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.ft-our-gallery ul li {
    margin-bottom: 10px;
}


.ft-our-gallery ul li a img {
    border-radius: 8%;
	transition: all 0.4s ease;
}

.ft-our-gallery ul li a img:hover{
	    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}
/* New Footer Styles ends here */


/* Slider Styles Ends here */

.main-logo {
    width: 100%;
    max-width: 250px;
}


.home-page-cnt .auto-content {
    width: 100%;
    max-width: 1145px;
    margin: 0px auto;
    padding: 0px 15px;
}


.home-page-cnt .auto-content p {
    font-size: 24px;
    text-align: center;
    line-height: 1.6em;
}

.about-section{
	padding: 92px 0px 46px;
	position:relative;
}

.about-section .color-layer {
    position: absolute;
    right: 230px;
    top: 160px;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    background-color: #fff9ce;
}


.about-section .content-column {
    position: relative;
    margin-bottom: 30px;
}

.about-section .image-column .inner-column {
    position: relative;
    text-align: right;
    padding-right: 30px;
    padding-bottom: 22px;
}

.about-section .image-column .image {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    display: inline-block;
}


.auto-container {
    position: static;
    max-width: 1242px;
    padding: 0px 15px;
    margin: 0 auto;
}


.sec-title-two {
    position: relative;
    z-index: 1;
    margin-bottom: 60px;
}

.about-section .content-column .sec-title-two {
    margin-bottom: 25px;
}

.about-section .content-column .dark-text {
    position: relative;
    color: #0c0d24;
    font-size: 20px;
    line-height: 1.7em;
    margin-bottom: 22px;
}

.sec-title-two h2 {
    color: #b8aec8;
    font-size: 48px;
    line-height: 1.1em;
    font-weight: 700;
    font-family: 'Glory', sans-serif;
}



.trib {
    background-image:url(../images/back.jpg);
    height: 57vh;
    /* background-position: center; */
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}


.trib p {
    color: #ffffff;
    font-weight: 900;
    line-height: 1.1em;
    font-size: 61px;
    text-align: center;
    font-size: 77px;
    padding: 7%;
}


.sec-title-three {
    position: relative;
    z-index: 1;
    margin-bottom: 60px;
}

.bold-text {
    color: #0c0d24;
    font-size: 20px;
    line-height: 1.6em;
    margin-bottom: 3%;
    margin-top: 2%;
}












.courses-section-three {
    position: relative;
    padding: 100px 0px 70px;
}

.sec-title-three h2 {
    color: #b8aec8;
    font-size: 48px;
    line-height: 1.1em;
    font-weight: 700;
    font-family: 'Glory', sans-serif;
}

.sec-title-three h2 span {
    position: relative;
}

.sec-title-three h2 span:before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    right: 0px;
    width: 138px;
    height: 8px;
    background:url(../images/pattern-16.png);
    background-repeat: no-repeat;
}


.feature-block-six {
    position: relative;
    margin-bottom: 30px;
}

.feature-block-six .inner-box {
    position: relative;
    overflow: hidden;
    height: 243px;
    text-align: center;
    border-radius: 15px;
    padding: 35px 7px 35px;
    box-shadow: 0px 0px 34px rgb(0 0 0 / 5%);
    background-color: #ffffff;
}

.feature-block-six .inner-box .overlay-box {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    z-index: 1;
}


.feature-block-six .inner-box .icon {
    position: relative;
    width: 120px;
    height: 120px;
    color: #ff4379;
    margin: 0 auto;
    font-size: 52px;
    text-align: center;
    line-height: 116px;
    border-radius: 50%;
    margin-bottom: 15px;
    background-color: #9c27b00f;
    filter: grayscale(60%);
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

.feature-block-six .inner-box .icon img {
    width: 43%;
}

.feature-block-six .inner-box h4 {
    color: #0c0d24;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    font-family: 'Glory', sans-serif;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

.feature-block-six .inner-box:hover .icon {
    transform: rotateY(180deg);
}


.feature-block-six .inner-box:hover h4 {
    color: #43b97d;
}







.features {
    background: #bfb6ce1a;
    padding-top: 4%;
}

.features .second {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 40px);
    max-width: 1290px;
    margin: 66px auto 0;
    padding-bottom: 41px;
}

.features .second .col {
    position: relative;
    flex-basis: calc(33.33% - 34px);
    margin: 0 50px 58px 0;
}



.newsletter-section-three {
    position: relative;
    margin-top: 30px;
    padding: 100px 0px 100px;
    background-color: #edf9ff;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.newsletter-section-three.style-two {
    background: none;
}



.newsletter-section-three .inner-container {
    position: relative;
}

.newsletter-section-three .title-box {
    position: relative;
    margin-bottom: 40px;
    text-align: center;
}

.newsletter-section-three h2 {
    margin-bottom: 15px;
    color: #b8aec8;
    font-weight: 500;
    line-height: 1.3em;
    font-size: 43px;
    margin-top: 15px;
    font-family: 'Glory', sans-serif;
}

.newsletter-section-three .inner-container .newsletter-form-three {
    position: relative;
    max-width: 610px;
    margin: 0 auto;
}

.newsletter-form-three .form-group {
    position: relative;
    display: block;
    z-index: 1;
    margin-bottom: 0px;
}

.newsletter-form-three .form-group .icon {
    position: absolute;
    left: 22px;
    top: 28px;
    z-index: 1;
    color: #bfc2c4;
    font-size: 20px;
    line-height: 1em;
}


.newsletter-form-three .form-group input[type="text"], .newsletter-form-three .form-group input[type="tel"], .newsletter-form-three .form-group input[type="email"], .newsletter-form-three .form-group textarea {
    position: relative;
    width: 100%;
    line-height: 28px;
    padding: 10px 30px 10px 60px;
    height: 75px;
    color: #0c0d24;
    display: inline-block;
    font-size: 18px;
    border-radius: 10px;
    background: none;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    border: 1px solid #bfc2c4;
    font-family: 'Glory', sans-serif;
}


.newsletter-form-three .form-group input[type="submit"], .newsletter-form-three .form-group button {
    position: absolute;
    right: 4px;
    top: 4px;
    width: 88px;
    height: 66px;
    color: #000000;
    font-size: 16px;
    cursor: pointer;
    border-radius: 10px;
    padding: 15px 10px;
    background-color: #f1b2dc;
    text-transform: uppercase;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}



.footer-style-three.style-two {
    background-color: #F4EEE5;
    border-top: 1px solid #00000003;
}


.footer-style-three .icon-layer-one {
    position: absolute;
    left: 5%;
    top: 50%;
    width: 62px;
    height: 57px;
    background-repeat: no-repeat;
}

.footer-style-three .icon-layer-three {
    position: absolute;
    right: 8%;
    bottom: 15%;
    width: 75px;
    z-index: +999;
    height: 75px;
    background-repeat: no-repeat;
}


.footer-style-three .icon-layer-four {
    position: absolute;
    left: 0px;
    bottom: 50px;
    width: 315px;
    height: 187px;
    background-repeat: no-repeat;
}

.footer-style-three .icon-layer-five {
    position: absolute;
    right: 0px;
    bottom: 140px;
    width: 285px;
    height: 174px;
    background-repeat: no-repeat;
}


.footer-style-three .widgets-section {
    position: relative;
    padding-bottom: 40px;
}


.footer-style-three .footer-widget {
    position: relative;
    z-index: 1;
    padding-left: 15px;
    margin-bottom: 30px;
}


.footer-style-three .logo-widget .logo {
    position: relative;
    margin-bottom: 25px;
}

.logo img {
    width: 158px;
}

.footer-style-three {
    position: relative;
}

.footer-style-three .logo-widget .social-box {
    position: relative;
}

.footer-style-three .logo-widget .social-box li {
    position: relative;
    margin-right: 6px;
    display: inline-block;
}

.footer-style-three .logo-widget .social-box li a {
    position: relative;
    color: #ffffff;
    font-size: 18px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    background-color: #55acee;
}

.footer-style-three .logo-widget .social-box li a::before {
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    transition: all 600ms ease;
    display: inline-block;
}

.footer-style-three.style-two .footer-widget h4, .footer-style-three.style-two .contact-list li, .footer-style-three.style-two .link-list li a, .footer-style-three.style-two .footer-bottom .copyright, .footer-style-three .contact-list li a:hover, .footer-style-three.style-two .upper-box .title-column h2, .footer-style-three.style-two .upper-box .title-column .text {
    color: #2f2349;
}

.footer-style-three .footer-widget h4 {
    color: #0c0d24;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 15px;
    font-family: 'Glory', sans-serif;
}



.footer-style-three .contact-list li {
    position: relative;
    font-size: 16px;
    color: #0c0d24;
    line-height: 1.5em;
    margin-bottom: 15px;
}


.footer-style-three .contact-list li a {
    position: relative;
    color: #9e64e7;
    font-size: 18px;
    display: block;
    font-family: 'Glory', sans-serif;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.footer-style-three .contact-list li a:hover {
    color: #0c0d24;
}

.footer-style-three .contact-list li:first-child {
    font-size: 20px;

    opacity: 0.90;
}

.footer-style-three .contact-list {
    position: relative;
}

.footer-style-three .contact-list li {
    font-size: 18px !important;
}

.footer-style-three .link-list li {
    position: relative;
    margin-bottom: 10px;
}



.footer-style-three .footer-bottom {
    position: relative;
    padding: 25px 0px;
    border-top: 1px solid #dee0e4;
}

.footer-style-three .footer-bottom .copyright {
    position: relative;
    color: #0c0d24;
    opacity: 0.80;
    font-size: 18px;
    text-align: center;
    font-family: 'Glory', sans-serif;
}















.contentbox2 h2 {
    position: inherit;
    top: 26%;
    left: 29%;
    padding: 7% 0 2%;
    color: black!important;
    font-weight: 700!important;
    line-height: 1em!important;
    margin-bottom: 60px!important;
    font-size: 68px!important;
    font-family: 'Glory', sans-serif!important;
    text-align: center!important;
}


.topsec {
    padding: 0% 0 2%;
}

.topsec h3 {
    padding: 1% 0;
    color: #b8aec8;
    font-weight: 700;
}

.topsec p {
    font-size: 21px;
    /* margin: 20px 0 0 40px; */
    color: #000000;
    line-height: 1.4;
}

.banner-section-four {
    position: relative;
    padding-top: 0px;
    overflow: hidden;
}

.program-section .inner-container {
    position: relative;
}

.program-block {
    position: relative;
    margin-bottom: 30px;
}

.program-block .inner-box {
    position: relative;
    padding: 38px 30px 45px;
    border-radius: 12px;
    background-color: #f0e9f9;
}

.program-section .program-block:nth-child(2) .inner-box {
    background-color: #ffe9f0;
}


.program-section .program-block:nth-child(3) .inner-box {
    background-color: #ebffd4;
}

.program-block .inner-box h4 {
    position: relative;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.3em;
    margin-bottom: 12px;
    font-family: 'Glory', sans-serif;
}












.banner-section-three {
    position: relative;
    overflow: hidden;
    padding-bottom: 50px;
}

.banner-section-three .image-column {
    position: relative;
}

.banner-section-three .image-column .inner-column {
    position: relative;
    padding-left: 30px;
    padding-bottom: 80px;
    margin-right: -140px;
}

.banner-section-three .image-column .icon-layer-four {
    position: absolute;
    left: -10px;
    bottom: 50px;
    width: 69px;
    height: 69px;
    z-index: 1;
}

.banner-section-three .image-column .icon-layer-five {
    position: absolute;
    right: -100px;
    top: 0px;
    width: 105px;
    height: 104px;
    z-index: 1;
}

.banner-section-three .image-column .image {
    position: relative;
    display: inline-block;
}

.banner-section-three .image-column .image-two {
    position: absolute;
    right: 0px;
    bottom: 0px;
    box-shadow: 0px 20px 15px rgba(0,0,0,0.15);
}

.image .shrink {
    display: inline-block;
    max-width: 60%;
}

.admission-section .image-column .inner-column {
    position: relative;
}

.admission-section .image-column .image {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    display: inline-block;
    margin: auto;
    text-align: center;
    display: block;
}


.pricing-section {
    position: relative;
    overflow: hidden;
    padding: 130px 0px 40px;
}

.pricing-section .inner-container {
    position: relative;
}


.pricing-section .pattern-layer-five {
    position: absolute;
    right: -170px;
    top: 80px;
    z-index: 1;
    width: 105px;
    height: 104px;
    background-repeat: no-repeat;
}

.price-block {
    position: relative;
}

.price-block .inner-box {
    position: relative;
    height: 612px;
    text-align: center;
    padding: 35px 15px 60px;
    background-color: #f7c4c438;
}


.price-block .inner-box .icon-box {
    position: relative;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    line-height: 110px;
    text-align: center;
    display: inline-block;
    background-color: #ffffff;
}



.price-block .inner-box h4 {
    position: relative;
    font-weight: 700;
    color: #06092d;
    line-height: 1.3em;
    margin-top: 25px;
    margin-bottom: 1px;
    min-height: 61px;
}

.price-block .inner-box .price-list {
    position: relative;
    min-height: 228px;
}


.price-block .inner-box .price-list li:last-child {
    margin-bottom: 0px;
}

.price-block .inner-box .btn-box {
    position: relative;
    margin-top: 10px;
}



.price-block .inner-box .btn-box .started-btn {
    position: relative;
    color: #ffffff;
    font-size: 16px;
    padding: 12px 26px;
    border-radius: 5px;
    background: #fd6390;
    /* border: 1px solid #43b97e; */
}











.admission-section {
    position: relative;
}

.admission-section .image-column {
    position: relative;
    margin-bottom: 30px;
}

.admission-section .image-column .image {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    display: inline-block;
    margin: auto;
    text-align: center;
    display: block;
}

.admission-section .content-column .sec-title-three {
    margin-bottom: 25px;
}








.team-block {
    position: relative;
    margin-bottom: 30px;
}

.team-block .inner-box {
    position: relative;
    text-align: center;
    padding: 35px 35px;
    border-radius: 8px;
    background-color: #ffffff;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.10);
}

.team-block .inner-box .image {
    position: relative;
    overflow: hidden;
}

.team-block .inner-box .lower-content {
    position: relative;
    padding-top: 30px;
}


.team-block .inner-box .image img {
    position: relative;
    width: 70%;
    margin: auto;
    display: block;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    transition: all 600ms ease;
}

.team-section-two {
    position: relative;
    overflow: hidden;
    background-color: #fff;
}

.team-section-two .inner-container {
    position: relative;
}

.team-section-two .pattern-layer-five {
    position: absolute;
    right: -170px;
    top: 80px;
    z-index: 1;
    width: 105px;
    height: 104px;
    background-repeat: no-repeat;
}

.team-section-two .inner-container .color-layer {
    position: absolute;
    right: -140px;
    top: -50px;
    width: 490px;
    height: 490px;
    border-radius: 50%;
    background-color: #ffe00c;
}

.team-block .inner-box:hover .image img {
    opacity: 0.7;
    transform: scale(1.05,1.05) rotate(2deg);
}



.team-block .inner-box .lower-content {
    position: relative;
    padding-top: 30px;
}

.team-block .inner-box .lower-content h5 {
    position: relative;
    font-weight: 700;
    line-height: 1.2em;
}

.team-block .inner-box .lower-content .designation {
    position: relative;
    color: #06092d;
    font-size: 16px;
    margin-top: 10px;
}

.team-block .inner-box .lower-content h5 a {
    position: relative;
    color: #06092d;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.team-block .inner-box .lower-content h5 a:hover {
    color: #43b97e;
}


















.team-section-two2  .inner-box {
    box-shadow: 0px 0px 35px rgb(0 0 0 / 5%);
    padding: 35px 13px;
}


.banner-section-four {
    position: relative;
    padding-top: 0px;
    overflow: hidden;
    padding-bottom: 20px;
}


.sec-title {
    position: relative;
    margin-bottom: 28px;
}


.sec-title h2 {
    position: relative;
    color: #06092d;
    font-weight: 700;
    line-height: 1.2em;
    margin-top: 18px;
    font-size: 46px;
    font-family: 'Glory', sans-serif;
}

.sec-title .text {
    position: relative;
    color: #06092d;
    font-weight: 400;
    line-height: 1.7em;
    margin-top: 25px;
    font-size: 20px;
}


.paradown {
    color: #f4a4d1!important;
    font-size: 24px!important;
    line-height: 1.6em!important;
    font-weight: 600;
}






























.admission-section .color-circle {
    position: absolute;
    right: 10%;
    top: 10%;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    display: inline-block;
    background-color: #fff9ce;
}

.admission-section .pattern-layer-one {
    position: absolute;
    right: 10%;
    top: 65%;
    width: 74px;
    height: 59px;
    background-repeat: no-repeat;
}



/* Leading The Way Css starts here*/

.leading-the-way .container-fluid {
    width: 100%;
    max-width: 1240px;
}

.leading-the-way {
    padding: 50px 0px;
}

.leading-the-way .program-heading {
    text-align: left;
    padding: 0px 0px 15px 0px;
}

.leading-the-way .program-heading h2 {
    font-size: 30px;
}


.leading-the-way .leading-listing-cnt p {
    font-size: 16px;
    line-height: 24px;
    font-family: "Source Sans 3", sans-serif;
    color: #385469;
    letter-spacing: 0px;
    opacity: 0.7;
    padding: 15px 0px 0px 0px;
}


.leading-the-way .leading-listing-cnt li {
    font-size: 16px;
    font-family: "Source Sans 3", sans-serif;
    color: #385469;
    letter-spacing: 0px;
    opacity: 0.7;
    line-height: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}
.leading-the-way .leading-listing-cnt li:before {
    display: inline-block;
    content: '';
    -webkit-border-radius: 0.375rem;
    border-radius: 0.375rem;
    height: 0.45rem;
    width: 0.45rem;
    margin-right: 0.5rem;
    background-color: #F39F5F;
}

.leading-the-way .leading-listing-cnt h4 {
    font-size: 22px;
    margin: 20px 0px 0px 0px;
}

.leading-the-way .leading-listing-cnt .btns-start-call {
    margin: 15px 0px 0px 0px;
}

.cust-accord{}


.cust-accord .card .card-header h2:focus-visible {
    margin: 0px;
    padding: 0px;
    outline: 0px;
    border: 0px;
}

.cust-accord .card .card-header h2 button:focus {
    border: 0px;
    outline: 0px !important;
    box-shadow: none !important;
    text-decoration: none;
}

.cust-accord .card .card-header h2 button:hover {
    text-decoration: none !important;
}


.cust-accord .card .card-body {
    font-size: 16px;
    line-height: 24px;
    font-family: "Source Sans 3", sans-serif;
    color: #385469;
    letter-spacing: 0px;
    opacity: 0.7;
}
/* Leading The Way Css ends here*/




/* Finnish Education styles starts here */

.slider-sec.finnish-sec {
    background: url(../images/price-bg.png) #e6e6e6 no-repeat;
    padding: 90px 0px;
    background-position: 0px;
}

.slider-sec.finnish-sec .lte-heading-content h4 {
    font-size: 18px;
}

.slider-sec.finnish-sec .lte-heading-content p {
    font-size: 16px;
    line-height: 1.5em;
    font-family: "Source Sans 3", sans-serif;
    color: #385469B2;
    margin: 15px 0px 10px 0px;
}

.rte-cnt-finnish-edu .finnish-cnt {
    margin-bottom: 35px;
}

.rte-cnt-finnish-edu .finnish-cnt:last-child{
	margin:0px;
}


.book-your-seat.finnish-edu-boxes .edu-box1 {
    background: #ffffff;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: auto;
    min-height: 100px;
    margin: 0px 20px 0px 0px;
    width: 100%;
    max-width: 30%;
    text-align: center;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.book-your-seat.finnish-edu-boxes .edu-box1:last-child {
    margin: 0px;
    width: 100%;
    max-width: 33.3%;
}

/* Finnish Education styles ends here */



/* Open A School styles starts here */
.our-photos-sec.open-a-school-sec .container-fluid {
    width: 100%;
    max-width: 1240px;
    padding: 100px 0px 120px 0px;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.lt-open-a-class-boxes img {
    border-radius: 100px;
}


.lt-open-a-class-boxes.rt-open-a-class-boxes {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}


.lt-open-a-class-boxes {
    position: relative;
}

.lt-open-a-class-boxes .open-top-position {
    position: absolute;
    right: 10px;
    bottom: -90px;
}


.lt-open-a-class-boxes.rt-open-a-class-boxes h3 {
    font-size: 30px;
    color: #385469;
    margin-bottom: 15px;
}

.lt-open-a-class-boxes.rt-open-a-class-boxes p {
    font-size: 16px;
    line-height: 1.5em;
    font-family: "Source Sans 3", sans-serif;
    color: #385469B2;
    margin: 15px 0px 10px 0px;
}



.open-scool-icons {
    background: #d4dae1;
    padding: 120px 0px;
}


.open-scool-icons .container-fluid {
    width: 100%;
    max-width: 1240px;
}

.open-scool-icons .brand {
}

 
.open-scool-icons .brand .brand-box a {
    background: #fff;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    height: auto;
    min-height: 140px;
    width: 100%;
    max-width: 140px;
    margin: 0px auto 15px auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 70% auto;
    transition: all 0.3s ease;
    cursor: pointer;
}
 
 
.open-scool-icons .brand .brand-box a:hover {
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.4), 0 0 0 10px #f05f75;
}


.open-scool-icons .brand .brand-box span {
    font-size: 14px;
    text-align: center;
    margin: 10px auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
  
/* Open A School styles ends here */


/* Our Enablers styles starts here */
.our-price-cnt.our-enablers-sec .basic-sec .price {
    font-size: 18px;
    padding: 15px 20px;
}

.our-price-cnt.our-enablers-sec .basic-sec {
    padding: 0px 0px 16px 0px;
    height: auto;
    min-height: 468px;
}

.our-price-cnt.our-enablers-sec .basic-sec img {
    width: 100%;
    max-width: 40vh;
    margin: 0px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px 0px;
}


.our-price-cnt.our-enablers-sec .basic-sec .price-listing p {
    padding: 8px 22px;
    margin: 0 0 0 0;
    font-size: 16px;
    line-height: 26px;
    font-family: "Source Sans 3", sans-serif;
    color: #385469;
    letter-spacing: 0px;
    opacity: 0.8;
    text-align: justify;
}
/* Our Enablers styles ends here */


/* Our Valued Customers styles Starts here */

.carousel_se_03{
    overflow: hidden;
}


.carousel_se_03 .product-grid3{
  border:none;
  box-shadow: none;
}


.carousel_se_03  .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 42%;
    right: -40px;
    padding: 0px 5px !important;
    background: rgb(255, 255, 255);
    display: inline-block;
    transform: translateY(-50%);
    border-radius: 5px;
    font-size: 32px;
    line-height: 32px;
    color: #a5ca34;
    box-shadow: 0 0 8px rgba(0,0,0,.25);
}
.carousel_se_03  .owl-carousel .owl-nav button.owl-next:hover {
    background:#a5ca34;
    color: #fff;
}
.carousel_se_03  .owl-carousel .owl-nav button.owl-prev {
   position: absolute;
    top: 42%;
    left: -40px;
    padding: 0px 5px !important;
    background: rgb(255, 255, 255);
    display: inline-block;
    transform: translateY(-50%);
   border-radius: 5px;
   font-size: 32px;
    line-height: 32px;
    color: #a5ca34;
    box-shadow: 0 0 8px rgba(0,0,0,.25);
}
.carousel_se_03  .owl-carousel .owl-nav button.owl-prev:hover {
    background:#a5ca34;
    color: #fff;
}
.carousel_se_03 .owl-arrow .owl-nav {
  position: absolute;
  top: 0;

  right: 0;
  font-size: 1.8rem;
}

.carousel_se_03 .owl-arrow .owl-nav .owl-prev,
.carousel_se_03 .owl-arrow .owl-nav .owl-next {
  display: inline-block;
  transition: all 0.6s ease-in-out;
  color: #a5ca34;
}

.carousel_se_03 .round_icon_img i{
   font-size: 70px;
    color: #a5ca34;

}

.carousel_se_03 .btn-primary{
  background:#a5ca34; 
  border-color: #a5ca34;
}

.carousel_se_03 .btn-primary:hover, .carousel_se_03 .btn-primary:focus, .carousel_se_03 .btn-primary:active{
  background:#708e15; 
}

.our-valued-customers {
    padding: 15px 0px 30px 0px;
}

.our-valued-customers .owl-stage-outer .owl-item .item .round_icon_img img {
    width: 100%;
    max-width: 60%;
}



.our-valued-customers .main_services.text-center p {
    font-size: 14px;
    color: #06092d;
}

.our-valued-customers .main_services.text-center p:hover{
	color:#43b97e;
}

.our-valued-customers h2 {
    margin-bottom: 30px;
}
/* Our Valued Customers styles Ends here */





/* Gallery Styles starts here */
#image-gallery .modal-footer{
  display: block;
}

.thumb{
  margin-top: 15px;
  margin-bottom: 15px;
}           

/* Gallery Styles ends here */



/* Media Queris Styles Starts here */

@media only screen and (max-width: 1024px) {
.navbar-nav.cust-navig .nav-item a {
    font-size: 16px;
}


.slider-sec .lte-heading-content .lte-header {
    font-size: 34px;
}

.lte-heading-content p {
    font-size: 15px;
}

.btns-start-call {
    display: flex;
    flex-direction: column;
    margin: 20px 0px 0px 0px;
}

.btns-start-call .rt-btn {
    width: 100%;
    max-width: 280px;
    margin-left: 0px;
    margin-top: 30px;
}

.slider-sec {
    padding: 30px 0px 30px 25px;
}

.news-tp-img2, .news-tp-img {
    display: none;
}

}


@media only screen and (max-width: 767px) {

.btns-start-call {
    display: flex;
    flex-direction: row;
    margin: 20px 0px 30px 0px;
}


.rt-slider-cnt img {
    width: 100%;
    max-width: 100%;
    margin: 0px auto 30px auto;
    text-align: center;
    display: block;
}

.program-heading h2 {
    font-size: 22px;
}

.book-seat-sec .program-heading h1 {
    font-size: 40px;
}

.our-price-cnt .lt-our-price .program-heading {
    text-align: left;
    padding: 0px 20px;
}

.leading-the-way .col-lg-8.col-md-12.col-sm-12.col-ms-12.col-xs-12 {
    margin: 20px 0px 0px 0px;
}

.news-letter-sec {
    padding: 0px;
}

.ct-footer-cnt h3, .rt-footer-cnt h3 {
    font-size: 22px;
    color: #385469;
    margin-bottom: 5px;
    margin-top: 25px;
}

.ft-our-gallery ul {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

}


@media only screen and (max-width: 560px) {

.ft-our-gallery ul {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    width: 100%;
}

.ft-our-gallery ul li a img {
    width: 100%;
    max-width: 80%;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.rt-footer-cnt h3 {
    margin-bottom: 22px;
}

.btns-start-call {
    display: flex;
    flex-direction: column;
    margin: 20px 0px 30px 0px;
}


.top-section .top-data {
    height: auto;
    line-height: 40px;
}

.top-section .top-data .lt-top-section ul {
    display: flex;
    flex-direction: column;
}

.navbar-nav.cust-navig .nav-item a {
    padding: 10px 0px !important;
}

.news-tp-img3 {
    display: none;
}

.about-experienced .experienced-box {
    display: flex;
    flex-direction: column;
    margin: 35px 0px;
    align-items: center;
    justify-content: center;
}

.about-experienced .experienced-box .rt-experienced {
    margin: 0px auto;
    text-align: center;
    padding: 15px 0px 0px 0px;
}

.program-heading h2 {
    font-size: 18px;
}

.book-seat-sec .program-heading h1 {
    font-size: 30px;
}


.slider-sec.finnish-sec .lte-heading-content h4 {
    font-size: 14px;
    line-height: 24px;
}

.book-your-seat.finnish-edu-boxes .edu-box1, .book-your-seat.finnish-edu-boxes .edu-box1:last-child {
    background: #ffffff;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: auto;
    min-height: 100px;
    margin: 10px auto;
    width: 100%;
    max-width: 90%;
    text-align: center;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}


.our-photos-sec.open-a-school-sec .container-fluid {
    width: 100%;
    max-width: 1240px;
    padding: 40px 0px 20px 0px;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.lt-open-a-class-boxes .open-top-position {
    position: absolute;
    right: 10px;
    bottom: -90px;
    display: none;
}

.lt-open-a-class-boxes img {
    border-radius: 100px;
    width: 100%;
    max-width: 90%;
    margin: 0px auto 15px auto;
    text-align: center;
    display: block;
}

.our-photos-sec.open-a-school-sec .program-heading {
    padding: 0px 0px 16px 0px;
}

.lt-open-a-class-boxes.rt-open-a-class-boxes {
    width: 100%;
    max-width: 90%;
    padding: 0px 15px;
    margin: 0px auto;
}

.lt-open-a-class-boxes.rt-open-a-class-boxes h3, .lt-open-a-class-boxes.rt-open-a-class-boxes h4 {
    font-size: 20px;
    text-align: center;
    margin: 0px auto;
}

.lt-open-a-class-boxes.rt-open-a-class-boxes  p {
    font-size: 15px;
    text-align: center;
    padding: 0px 10px;
}



.our-photos-sec.open-a-school-sec .container-fluid .row {
    margin: 0px;
}

.our-price-cnt.our-enablers-sec {
    padding: 40px 0px;
}

.our-price-cnt.our-enablers-sec .rt-our-price .basic-sec {
    min-height: auto;
    overflow: hidden;
    margin-bottom: 30px;
}

.news-letter-sec .container {
    width: 100%;
    max-width: 90%;
    margin: 30px auto;
    background: #F4EEE5;
    padding: 30px 15px 40px 15px;
    border-radius: 40px;
    position: relative;
}


.news-letter-sec .newletter-form p {
    font-size: 13px;
}

.newletter-form .search {
    width: 100%;
    position: relative;
    display: flex;
    max-width: 95%;
    margin: 0px auto;
}

.social-links {
    display: flex;
    flex-direction: row;
    margin: 35px 0px 0px 40px;
    align-items: center;
}

.footer-sec {
    margin: 40px 0px 0px 0px;
    padding: 40px 0px 0px 0px;
}

.news-tp-img1 {
    position: absolute;
    bottom: -90px;
    left: 0px;
    display: none;
}

.news-tp-img1 {.footer-sec
    display: none;
}

.our-teacher {
    padding: 80px 0px 0px 0px;
}

.our-valued-customers h2 {
    margin-bottom: 15px;
    font-size: 20px;
}

}
/* Media Queris Styles Ends here */