*{
    padding: 0;
    margin: 0;
    font-family: nunito, sans-serif;
}
body{
    overflow: hidden;
}
html{
    overflow-x: hidden;
}
.hidden{
    opacity: 0;
}
.invisible{
    display: none;
}
.visible{
    display: block;
}
a.visible{
    display: inline-block;
}
#respMenu li:hover ul.sub-menu ul.sub-menu, #respMenu li:hover ul.sub-menu li:hover ul.sub-menu ul.sub-menu{
    display: none;
}
#respMenu li:hover ul.sub-menu, #respMenu li:hover ul.sub-menu li:hover ul.sub-menu, #respMenu li:hover ul.sub-menu li:hover ul.sub-menu li:hover ul.sub-menu{
    display: block;
}
.main-menu .logo{
    margin-bottom: 15px;
    margin-top: 15px;
}
.ace-responsive-menu>li>a {
    font-size: 16px;
    font-weight: 400;
}

.core-section{
    padding: 30px;
}

.intro-section .intro-content{
    padding: 60px 125px 30px 30px;
}
.intro-section .intro-content h1{
    font-size: 25px;
    font-weight: 600;
    line-height: 30px;
    color: #2a8bbb;
    margin-bottom: 25px;
}
.intro-section .intro-content .title{
    font-size: 44px;
    font-weight: 600;
    line-height: 45px;
    margin-bottom: 25px;
}
.intro-section .intro-content .title span{
    color: #2a8bbb;
}
.intro-section .intro-content p{
    font-size: 16px;
    text-align: justify;
}
.intro-section .intro-image.one img{
    border-radius: 40px 0px 40px 40px;
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    animation: rollFromLeft 1s ease-in-out forwards;
}
.intro-section .intro-image.two img{
    border-radius: 0px 40px 40px 40px;
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    animation: rollFromRight 1s ease-in-out forwards;
}
@keyframes rollFromLeft {
    from {clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);}
    to {clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);}
}
@keyframes rollFromRight {
    from {clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);}
    to {clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);}
}
.intro-section .intro-box{
    background-color: #2a8bbb;
    padding: 10px 30px;
    border-radius: 40px 0px 40px 40px;
    margin-top: 10px;
}

.why-section{
    background-color: #2a8bbb;
}
.why-section h2{
    color: white;
    font-size: 44px;
    font-weight: 600;
    line-height: 45px;
    margin-bottom: 30px;
}
.why-section p{
    font-size: 16px;
    color: white;
    margin-bottom: 40px;
}
.why-section .why-card{
    position: relative;
    height: 375px;
    border-radius: 40px 0px 40px 40px;
    border: 1px solid white;
    transition: background-color 0.75
}
.why-section .why-card .card-content,
.why-section .why-card .icon {
    position: relative;
    z-index: 1;
}
.why-section .why-card:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: white;
    bottom: 10px;
    right: 10px;
    border-radius: 50%;
    transform: scale(0);
    transform-origin: bottom left;
    transition: transform 0.5s ease;
    z-index: 0;
}
.why-section .why-card .card-content{
    padding: 40px 25px;
}
.why-section .why-card .icon{
    position: relative;
    width: 60px;
    height: 60px;
    background-color: white;
    border-radius: 50%;
    bottom: 70px;
    left: 10px;
}
.why-section .why-card i{
    position: absolute;
    font-size: 30px;
    top: 25%;
    left: 25%;
    color: #2a8bbb;
}
.why-section .why-card h3, .why-section .why-card p{
    font-size: 16px;
    color: white;
}
.why-section .why-card h3{
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 25px;
}
.why-section .why-card:hover:before{
    transform: scale(1);
    border-radius: 40px 0px 40px 40px;
}
.why-section .why-card:hover h3, .why-section .why-card:hover p{
    color: #2a8bbb;
}
.why-section .why-card:hover .icon{
    border: 1px solid #2a8bbb;
}

.programs-section h2.title{
    font-size: 44px;
    font-weight: 600;
    line-height: 45px;
    border: none;
    text-align: center;
    margin-bottom: 50px;
}
.programs-section h2.title span{
    color: #2a8bbb;
}
.programs-section a{
    text-decoration: none;
}
.programs-section a .program-card{
    padding: 25px;
    border-radius: 10px;
    transition: all 0.3s ease;
}
.programs-section a .program-card h3{
    font-size: 22px;
    color: #2a8bbb;
    text-align: center;
}
.programs-section a .program-card{
    background-color: #c7e0f7;
}
.programs-section a .program-card:hover{
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
    transform: translateY(-3px);
}
.programs-section a .program-card .program-image{
    padding: 10px 60px;
}
.programs-section a .program-card .program-image .image-wrapper{
    background-color: #2a8bbb;
    border-radius: 15px;
}

.testimonials-section h2.title{
    font-size: 44px;
    font-weight: 600;
    line-height: 45px;
    border: none;
    text-align: center;
    margin-bottom: 50px;
}
.testimonials-section h2.title span{
    color: #2a8bbb;
}
.testimonials-section .testimony-card{
    padding: 25px;
    border: 1px solid #2a8bbb;
    border-radius: 40px 0px 40px 40px;
}
.testimonials-section .testimony-card h3{
    color: #2a8bbb;
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 20px;
}
.testimonials-section .testimony-card h3 span{
    color: black;
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    border-bottom: 2px solid #FF9800;
}
.testimonials-section .testimony-card p{
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
}
.testimonials-section .testimony-card p i{
    color: #FF9800;
}

.cta-section{
    background-color: #FF9800;
    margin-top: 20%;
    padding-bottom: 70px;
}
.cta-section .cta-image{
    position: relative;
    will-change: transform;
}
.cta-section .cta-image img{
    position: absolute;
    bottom: -185px;
}
.cta-section .cta-content{
    text-align: center;
}
.cta-section .cta-content h2{
    font-size: 33px;
    font-weight: 600;
    line-height: 40px;
    color: white;
    margin-bottom: 30px;
}
.btn.btn-cta{
    border-radius: 0px 40px 40px 40px;
    color: #2a8bbb;
    background-color: white;
    border: 1px solid white;
    padding: 10px 25px;
    transition: all 0.3s ease;
}
.btn.btn-cta:hover{
    color: white;
    background-color: #2a8bbb;
}

.blogs-section h2.title{
    color: #2a8bbb;
    font-size: 44px;
    font-weight: 600;
    line-height: 45px;
    border: none;
    margin-bottom: 50px;
}
.blogs-section .event-card{
    padding: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.2);
}
.blogs-section .event-card a{
    text-decoration: none;
}
.blogs-section .event-card .event-content{
    padding: 10px 0px;
}
.blogs-section .event-card p.event-date{
    font-size: 14px;
    color: #2a8bbb;
    font-weight: 600;
}
.blogs-section .event-card h3{
    color: #2a8bbb;
    font-size: 22px;
    font-weight: 600;
}
.blogs-section .event-card img{
    border-radius: 0px 40px 40px 40px;
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    animation: rollFromLeft 1s ease-in-out forwards;
}
.blogs-section .event-card p.event-text{
    font-size: 16px;
    color: black;
    font-weight: 500;
}
.blogs-section .event-card .date-box{
    background-color: #2a8bbb;
    padding: 10px;
    border-radius: 5px;
}
.blogs-section .event-card .date-box .event-date.two{
    color: white;
    font-size: 25px;
    font-weight: 600;
    text-align: center;
}
.blogs-section .event-card .event-content.two{
    padding: 5px;
}
.blogs-section .event-card .event-content.two h3{
    margin-top: 18px;
    font-size: 22px;
}
.blogs-section a.more-link{
    text-decoration: none;
    color: #2a8bbb;
    font-weight: 600;
}

.beyond-section{
    background-color: #FF9800;
}
.beyond-section h2.title{
    color: white;
    font-size: 44px;
    font-weight: 600;
    line-height: 45px;
    border: none;
    margin-bottom: 50px;
}
.beyond-section .beyond-content p{
    font-size: 16px;
    color: white;
}
.beyond-section a{
    text-decoration: none;
}
.beyond-section a .beyond-card{
    padding: 10px;
    border: 1px solid white;
    border-radius: 0px 40px 40px 40px;
    text-align: center;
    height: 400px;
}
.beyond-section a .beyond-card h3, .beyond-section a .beyond-card p{
    color: white;
}
.beyond-section a .beyond-card h3{
    font-size: 22px;
}
.beyond-section a .beyond-card p{
    font-size: 16px;
}
.beyond-section a .beyond-card img{
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    animation: rollFromLeft 1s ease-in-out forwards;
    border-radius: 0px 40px 40px 40px;
}

.reg-form-wrapper{
    padding: 0px 50px;
}
.reg-form-wrapper .header, .reg-faq-wrapper .header, .how-apply-section .header{
    padding: 10px 0px;
    background-color: #2a8bbb;
    border: none;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    margin-bottom: 25px;
}
.reg-form-wrapper .header h2.heading, .reg-faq-wrapper .header h2.heading, .how-apply-section .header h3.heading{
    color: white;
    font-size: 44px;
    font-weight: 600;
    line-height: 45px;
    text-align: center;
}
.form-area, .faq-area{
    padding: 15px 20px;
}
.form-area label{
    color: #2a8bbb;
    font-size: 16px;
    font-weight: 500;
}
.form-area .form-control{
    border-color: #FF9800;
    color: #FF9800;
}
.form-area .form-control::placeholder{
    color: #FF9800;
}
.reg-faqs .accordion-item {
    border: none;
    border-bottom: 1px solid #2a8bbb;
}
.reg-faqs .accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 1em 0;
    color: #2a8bbb;
    font-size: 16px;
    font-weight: 400;
    border: none;
    background: none;
    outline: none;
}
.reg-faqs .accordion button:hover,
.reg-faqs .accordion button:focus {
    cursor: pointer;
}
.reg-faqs .accordion button:hover::after,
.reg-faqs .accordion button:focus::after {
    cursor: pointer;
}
.reg-faqs .accordion button .accordion-title {
    padding: 1em 1.5em 1em 0;
}
.reg-faqs .accordion button .icon {
    display: inline-block;
    position: absolute;
    top: 18px;
    right: 0;
    width: 22px;
    height: 22px;
    border-radius: 22px;
}
.reg-faqs .accordion button .icon::before {
    display: block;
    position: absolute;
    content: '';
    top: 9px;
    left: 5px;
    width: 10px;
    height: 2px;
    background: currentColor;
}
.reg-faqs .accordion button .icon::after {
    display: block;
    position: absolute;
    content: '';
    top: 5px;
    left: 9px;
    width: 2px;
    height: 10px;
    background: currentColor;
}
.reg-faqs .accordion button[aria-expanded='true'] {
    color: #03b5d2;
}
.reg-faqs .accordion button[aria-expanded='true'] .icon::after {
    width: 0;
}
.reg-faqs .accordion button[aria-expanded='true'] + .accordion-content {
    opacity: 1;
    max-height: 100%;
    transition: all 200ms linear;
    will-change: opacity, max-height;
}
.reg-faqs .accordion .accordion-content {
    padding: 0px 5px;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
}
.reg-faqs .accordion .accordion-content p {
    font-size: 16px;
    font-weight: 300;
    margin: 2em 0;
}
.reg-faqs .faq-wrapper{
    padding: 0px 15px;
}
.reg-faqs .faq-wrapper h3{
    width: 100%;
    display: table;
    font-size: 16px;
    font-weight: 400;
    color: #2a8bbb;
    text-align: left !important;
    margin: 0;
    padding-bottom: 15px;
    line-height: 1.3;
    font-weight: 600;
}
.reg-faqs .faq-wrapper p,
.reg-faqs .faq-wrapper ul li{
    width: 100%;
    display: table;
    font-size: 16px;
    color: #000;
    font-weight: 400;
    line-height: 1.6;
    text-align: justify;
    margin-bottom: 10px;
}
.reg-faqs .faq-wrapper p span{
    background-color: #2a8bbb;
    color: white;
}
.hr-line {
    display: table;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    border-right-style: initial;
    border-bottom-style: initial;
    border-left-style: initial;
    border-right-color: initial;
    border-bottom-color: initial;
    border-left-color: initial;
    border-width: 1px 0px 0px;
    border-image: initial;
    border-top: 1px dashed rgb(16, 55, 109);
}
.hr-line.white{
    border-top: 1px solid white;
}
.btn.btn-contact{
    border-radius: 0px 40px 40px 40px;
    color: white;
    background-color: #2a8bbb;
    border: 1px solid #2a8bbb;
    padding: 10px 35px;
    transition: all 0.3s ease;
}
.btn.btn-contact:hover{
    color: #2a8bbb;
    background-color: white;
}

.footer-section .footer-widget {
    padding: 25px 10px;
}
.footer-section .footer-widget h2{
    font-size: 33px;
    font-weight: 600;
    line-height: 40px;
    color: #2a8bbb;
}
.footer-section .footer-widget .footer-social a:not(:last-child){
    margin-right: 15px;
}
.footer-section .footer-widget .footer-social a i{
    font-size: 25px;
}
.footer-section .footer-widget .footer-link.one{
    margin-top: 10px;
}
.footer-section .footer-widget .footer-link.two{
    margin-top: 50px;
}
.footer-section .footer-widget .footer-link li, .footer-section .footer-widget .contact-link li{
    margin-bottom: 10px;
}
.footer-section .footer-widget .footer-link li a, .footer-section .footer-widget .contact-link li a{
    text-decoration: none;
    color: black;
}
.footer-section .footer-widget .contact-link li a{
    font-weight: 600;
}
.footer-section .footer-widget .contact-link li i{
    color: #2a8bbb;
}
.footer-section .copyright-wrap a{
    text-decoration: none;
}

a.top-navigate {
    display: inline-block;
    background-color: #FF9800;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, 
    opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
    text-decoration: none;
    z-index: 1000;
}
a.top-navigate::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
}
a.top-navigate:hover {
    cursor: pointer;
    background-color: #f5645a;
}
a.top-navigate:active {
    background-color: #f5645a;
}
a.top-navigate.show {
    opacity: 1;
    visibility: visible;
}

.float-container {
    position: fixed;
    top: 36%;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    z-index: 99
}
.float-container a {
    z-index: 99;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50px;
    height: 50px;
    margin-right: -1px;
    margin-bottom: 10px;
    padding: 10px 15px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    color: white;
    border-color: #46b8da;
    border-radius: 5px 0 0 5px;
    background-color: #f5645a;
    -webkit-box-shadow: 0 2px 4px #2a8bbb;
    box-shadow: 0 2px 4px #2a8bbb;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-family: sans-serif;
}
.float-container a:hover {
    margin-right: 0;
    background-color: #2a8bbb;
    -webkit-box-shadow: 0 2px 4px #f5645a;
    box-shadow: 0 2px 4px #f5645a;
}
.side-icon i{
    font-size: 20px;
}

.inner-hero.about{
    background-image: url('../images/bg/about-bg.jpg');
}
.inner-hero.school{
    background-image: url('../images/bg/about2-bg.jpg');
}
.inner-hero.advisory{
    background-image: url('../images/bg/about-bg.jpg');
}
.inner-hero.album{
    background-image: url('../images/bg/gallery-bg.jpg');
}
.inner-hero.blogging{
    background-image: url('../images/bg/blogs-bg.jpg');
}
.inner-hero.careers{
    background-image: url('../images/bg/careers-bg.jpg');
}
.inner-hero.contact{
    background-image: url('../images/bg/about-bg.jpg');
}
.inner-hero.learning1{
    background-image: url('../images/bg/learning3-bg.jpg');
}
.inner-hero.learning2{
    background-image: url('../images/bg/about-bg.jpg');
}
.inner-hero.learning3{
    background-image: url('../images/bg/learning-bg.jpg');
}
.inner-hero.learning4{
    background-image: url('../images/bg/learning2-bg.jpg');
}
.inner-hero.why{
    background-image: url('../images/bg/about-bg.jpg');
}
.inner-hero.inquiry{
    background-image: url('../images/bg/about-bg.jpg');
}
.inner-hero.faqs{
    background-image: url('../images/bg/about-bg.jpg');
}
.inner-hero.admissions{
    background-image: url('../images/bg/about-bg.jpg');
}
.inner-hero.blog1{
    background-image: url('../images/blogs/blog1-bg.jpg');
}
.inner-hero.blog2{
    background-image: url('../images/blogs/blog2-bg.jpg');
}
.inner-hero.blog3{
    background-image: url('../images/blogs/blog3-bg.jpg');
}

.inner-hero{
    height: 525px;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
}
.inner-hero .hero-content{
    height: 525px;
    padding: 232px 0px;
    background-color: rgba(0, 0, 0, 0.5);
}
.inner-hero .hero-content h1{
    color: white;
    font-size: 45px;
    font-weight: 600;
    line-height: 50px;
}
.inner-hero .hero-content .breadcrumb li, .inner-hero .hero-content .breadcrumb a{
    text-decoration: none;
    font-weight: 500;
    color: white;
}
.breadcrumb-item+.breadcrumb-item::before {
    color: white;
}

.about-section .about-content{
    padding: 100px 0px;
}
.about-section .about-content h2.title{
    font-size: 44px;
    font-weight: 600;
    line-height: 45px;
    border: none;
    margin-bottom: 40px;
}
.about-section .about-content h2.title span{
    color: #2a8bbb;
}
.about-section .about-content p{
    font-size: 16px;
    text-align: justify;
}
.about-section .about-content p a{
    cursor: pointer;
}
.about-section .about-image{
    padding: 0px 25px;
}

.core-values{
    background-color: #2a8bbb;
}
.core-values h2.title{
    color: white;
    font-size: 44px;
    font-weight: 600;
    line-height: 45px;
    text-align: center;
    border: none;
    margin-bottom: 40px;
}
.core-values p.bottom-phrase{
    color: white;
    font-size: 16px;
    font-weight: 500;
} 
.core-values .value-content .value-card h3, .core-values .value-content .value-card p{
    color: white;
}
.core-values .value-content .value-card h3{
    font-size: 22px;
    margin-bottom: 15px;
}
.core-values .value-content .value-card p{
    font-size: 16px;
}
.core-values .value-content .hr-line.white{
    margin: 0px;
    margin-bottom: 25px;
}

.vision-mission .vision-wrapper{
    padding: 50px 25px;
}
.vision-mission h2.title{
    font-size: 44px;
    font-weight: 600;
    line-height: 45px;
    border: none;
    margin-bottom: 40px;
}
.vision-mission h2.title span{
    color: #2a8bbb;
}
.vision-mission .vision-content p{
    font-size: 16px;
    margin-bottom: 40px;
}
.vision-mission .vision-image{
    padding-top: 20px;      
}

.founder-section .founder-image{
    padding: 0px 125px;
    text-align: center;
}
.founder-section .founder-image.one img{
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    animation: rollFromLeft 1s ease-in-out forwards;
}
.founder-section .founder-image.two img{
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    animation: rollFromRight 1s ease-in-out forwards;
}
.founder-section h2.title{
    font-size: 44px;
    font-weight: 600;
    line-height: 45px;
    border: none;
    margin-bottom: 40px;
}
.founder-section h2.title span{
    color: #2a8bbb;
}
.founder-section .founder-info{
    padding: 15px 30px;
}
.founder-section .founder-image-wrapper h3{
    font-size: 44px;
    font-weight: 600;
    line-height: 45px;
    border: none;
    text-align: center;
    margin-bottom: 10px;
}
.founder-section .founder-image-wrapper h4{
    font-size: 25px;
    text-align: center;
    color: #2a8bbb;
    font-weight: 600;
}
.founder-section .founder-info p{
    font-size: 16px;
    text-align: justify;
}

.core-section .gallery-section img{
    border-radius: 0px 40px 40px 40px;
}

.career-section .career-content{
    padding: 100px 0px;
}
.career-section .career-content h2.title{
    font-size: 44px;
    font-weight: 600;
    line-height: 45px;
    border: none;
    margin-bottom: 40px;
}
.career-section .career-content h2.title span{
    color: #2a8bbb;
}
.career-section .career-content p{
    font-size: 16px;
    text-align: justify;
}
.career-section .career-content p a{
    cursor: pointer;
}
.career-section .career-image{
    padding: 0px 50px;
}

.opening-section h2.title{
    font-size: 44px;
    font-weight: 600;
    line-height: 45px;
    border: none;
    text-align: center;
    margin-bottom: 50px;
}
.opening-section h2.title span{
    color: #2a8bbb;   
}
.opening-section .opening-card{
    padding: 25px;
    border: 1px solid #2a8bbb;
    border-radius: 40px 0px 40px 40px;
}
.opening-section .opening-card h3{
    color: #2a8bbb;
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 20px;
}
.opening-section .opening-card p{
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
}
.opening-section .opening-card a{
    text-decoration: none;
}

.core-section.reg-faqs h2.school{
    color: #2a8bbb;
    font-size: 44px;
    font-weight: 600;
    line-height: 45px;
    border: none;
    margin-top: 25px;
    margin-bottom: 25px;
}
.core-section.reg-faqs p, .core-section.reg-faqs ul li{
    font-size: 16px;
}
.core-section.reg-faqs ul li{
    margin-bottom: 10px;
}
.core-section.reg-faqs ul li a{
    text-decoration: none;
}

.core-section.philoshopy-section{
    background-color: #2a8bbb;
}

.method-section h2.title{
    font-size: 44px;
    font-weight: 600;
    line-height: 45px;
    border: none;
    margin-top: 25px;
    margin-bottom: 25px;
}
.method-section h2.title span{
    color: #2a8bbb;
}
.method-section h3{
    font-size: 22px;
    color: #FF9800;
    font-weight: 600;
    margin-bottom: 25px;
}
.method-section p, .method-section ul li{
    font-size: 16px;
    text-align: justify;
}
.method-section .method-image{
    padding: 0px 50px;
}
.method-section .method-image.one img, .method-section .method-image.three img{
    border-radius: 0px 40px 40px 40px;
}
.method-section .method-image.two img, .method-section .method-image.four img{
    border-radius: 40px 0px 40px 40px;
}
.method-section .method-content{
    padding: 50px 0px;
}

.why-gatik h2.title{
    font-size: 44px;
    font-weight: 600;
    line-height: 45px;
    border: none;
    margin-top: 25px;
    margin-bottom: 25px;
}
.why-gatik h2.title span{
    color: #2a8bbb;
}
.why-gatik .why-image{
    padding: 10px 100px;
}
.why-gatik .why-image img{
    border-radius: 40px 0px 40px 40px;
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    animation: rollFromRight 1s ease-in-out forwards;
}
.why-gatik .why-content{
    padding: 30px 0px;
}
.why-gatik .why-content p{
    text-align: justify;
}

.program-section .program-header{
    border: 2px solid #2a8bbb;
    border-radius: 0px 40px 40px 40px;
}
.program-section h2.title{
    font-size: 35px;
    font-weight: 600;
    line-height: 45px;
    border: none;
    color: #2a8bbb;
    text-align: center;
    margin-bottom: 25px;
}
.program-section p.head{
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    line-height: 35px;
}
.reg-faqs p.text{
    font-weight: 300;
}

.faq-section h2.title{
    color: #2a8bbb;
    font-size: 40px;
    font-weight: 600;
    border: none;
    margin-bottom: 30px;
}
.faq-section .faq-wrapper h3{
    width: 100%;
    display: table;
    font-size: 21px;
    font-weight: 400;
    color: #2a8bbb;
    text-align: left !important;
    margin: 0;
    padding-bottom: 15px;
    line-height: 1.3;
    font-weight: 600;
}
.faq-wrapper ul{
    padding: 0px 25px;
}
.faq-section .faq-wrapper p,
.faq-section .faq-wrapper ul li{
    width: 100%;
    display: table;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    text-align: justify;
    margin-bottom: 10px;
}
.faq-section .faq-wrapper p span{
    background-color: #2a8bbb;
    color: white;
}
.hr-line{
    display: table;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px dashed #2a8bbb;
}
.faq-wrapper a{
    color: #2a8bbb;
    text-decoration: none;
}
.faq-wrapper a:hover{
    color: #2a8bbb
}
.reg-faqs img{
    border-radius: 40px 0px 40px 40px;
}
.accordion-button{
    color: #2a8bbb;
    font-size: 18px;
    font-weight: 500;
}

.intro-content h3.subtitle, .blog-lists h3{
    font-size: 22px;
    color: #FF9800;
    font-weight: 600;
}
.share-card{
    padding: 60px 20px;
}
.share-card .share-list{
    text-align: center;
    padding: 15px;
    border: none;
    border-top: 1px solid #2a8bbb;
    border-bottom: 1px solid #2a8bbb;
}
.share-card .share-list h2, .blog-lists h2{
    color: #2a8bbb;
    font-size: 22px;
    font-weight: 600;
}
.share-card .share-list ul, .share-card .share-list ul li{
    display: inline-block;
}
.share-card .share-list ul li a i{
    font-size: 25px;
}
.blog-lists .event-card{
    padding: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.2);
}
.blog-lists .event-card a{
    text-decoration: none;
}
.blog-lists .event-card .event-content{
    padding: 10px 0px;
}
.blog-lists .event-card p.event-date{
    font-size: 14px;
    color: #2a8bbb;
    font-weight: 600;
}
.blog-lists .event-card h3{
    color: #2a8bbb;
    font-size: 22px;
    font-weight: 600;
}
.blog-lists .event-card img{
    border-radius: 0px 40px 40px 40px;
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    animation: rollFromLeft 1s ease-in-out forwards;
}
.blog-lists .event-card p.event-text{
    font-size: 16px;
    color: black;
    font-weight: 500;
}

.btn.btn-tabs{
    padding: 10px 20px;
    margin-bottom: 10px;
    border: 1px solid #2a8bbb;
    width: 100%;
    text-align: left;
    font-size: 18px;
    font-weight: 600;
}
.btn.btn-tabs:hover, .btn.btn-tabs.active{
    background-color: #2a8bbb;
    color: white;
}

@media only screen and (max-width: 1650px){
    
}
@media only screen and (max-width: 1425px){
    .cta-section {
        margin-top: 25%;
    }
}
@media only screen and (max-width: 1365px){
    .intro-section .intro-content {
        padding: 20px 70px 30px 30px;
    }
    .why-section .why-card .card-content {
        padding: 25px 30px;
    }
    .why-section .why-card h3 {
        margin-bottom: 15px;
    }
    .why-section .why-card .icon {
        width: 50px;
        height: 50px;
        bottom: 45px;
    }
    .why-section .why-card i {
        font-size: 20px;
        top: 30%;
        left: 30%;
    }
    .programs-section a .program-card {
        padding: 20px 10px;
    }
    .testimonials-section .testimony-card {
        height: 313px;
    }
    .cta-section {
        margin-top: 25%;
    }
    .cta-section .cta-image img {
        bottom: -185px;
    }
    .cta-section .cta-content h2, .footer-section .footer-widget h2 {
        font-size: 30px;
    }
    .intro-section .intro-content h1 {
        font-size: 22px;
    }
    .intro-section .intro-content .title, .why-section h2, .programs-section h2.title, .testimonials-section h2.title, .blogs-section h2.title, .beyond-section h2.title,
    .reg-form-wrapper .header h2.heading, .reg-faq-wrapper .header h2.heading, .how-apply-section .header h3.heading, .about-section .about-content h2.title,
    .core-values h2.title, .vision-mission .vision-wrapper h2.title, .career-section .career-content h2.title, .opening-section h2.title, .method-section h2.title,
    .why-gatik h2.title, .founder-section .founder-info h2, .founder-section h2.title {
        font-size: 36px;
    }
    .intro-section .intro-content p, .why-section p, .why-section .why-card .card-content p, .testimonials-section .testimony-card p, .blogs-section .event-card p.event-text,
    .beyond-section .beyond-content p, .beyond-section a .beyond-card p, .core-section.reg-faqs p, .core-section.reg-faqs ul li, 
    .about-section .about-content p, .core-values .value-content .value-card p, .core-values p.bottom-phrase, .vision-mission .vision-content p, .founder-section .founder-info p,
    .career-section .career-content p, .opening-section .opening-card p, .method-section p, .method-section ul li, .why-gatik .why-content p, .why-gatik .why-content ul li,
    .footer-section .footer-widget .footer-link li a, .footer-section .footer-widget .contact-link li a{
        font-size: 15px;
    }
    .inner-hero.about h1{
        font-size: 40px;
    }
    .about-section .about-image {
        padding: 0px 10px;
    }
    .vision-mission .vision-image {
        padding-top: 15px;
    }
    .founder-section .founder-image{
        padding: 15px 90px;
    }
}
@media only screen and (max-width: 1280px){
    .programs-section a .program-card {
        padding: 10px;
    }
    .programs-section a .program-card .program-image {
        padding: 10px 20px;
    }
    .founder-section .founder-image{
        padding: 15px 110px;
    }
    .cta-section {
        margin-top: 18%;
    }
}
@media only screen and (max-width: 1024px){
    .intro-section .intro-content {
        padding: 10px;
    }
    .intro-section .intro-content h1 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .intro-section .intro-box {
        padding: 5px 20px;
    }
    .cta-section .cta-content h2, .footer-section .footer-widget h2, .intro-section .intro-content .title, .why-section h2, .programs-section h2.title, .testimonials-section h2.title, .blogs-section h2.title, .beyond-section h2.title,
    .reg-form-wrapper .header h2.heading, .reg-faq-wrapper .header h2.heading, .how-apply-section .header h3.heading, .about-section .about-content h2.title,
    .core-values h2.title, .vision-mission .vision-wrapper h2.title, .career-section .career-content h2.title, .opening-section h2.title, .method-section h2.title,
    .why-gatik h2.title, .founder-section .founder-info h2, .founder-section h2.title {
        font-size: 33px;
    }
    .intro-section .intro-content p, .why-section p, .why-section .why-card .card-content p, .testimonials-section .testimony-card p, .blogs-section .event-card p.event-text,
    .beyond-section .beyond-content p, .beyond-section a .beyond-card p, .core-section.reg-faqs p, .core-section.reg-faqs ul li, .vision-mission .vision-content p,
    .about-section .about-content p, .core-values .value-content .value-card p, .core-values p.bottom-phrase, .vision-mission .vision-content p, .founder-section .founder-info p,
    .career-section .career-content p, .opening-section .opening-card p, .method-section p, .method-section ul li, .why-gatik .why-content p, .why-gatik .why-content ul li, 
    .core-values p.bottom-phrase, .reg-faqs .faq-wrapper h3, .intro-content h3.subtitle, .blog-lists h3 {
        font-size: 14px;
    }
    .testimonials-section .testimony-card h3, .why-section .why-card h3, .programs-section a .program-card h3, .cta-section .cta-content h2, .footer-section .footer-widget h2,
    .core-values .value-content .value-card h3, .blogs-section .event-card .date-box .event-date.two, .blogs-section .event-card .event-content.two h3,
    .blogs-section .event-card h3, .founder-section .founder-image-wrapper h3 {
        font-size: 20px;
    }
    .intro-section .intro-content .title{
        margin-bottom: 15px;
    }
    .why-section .why-card .card-content {
        padding: 15px 15px;
    }
    .why-section .why-card .icon {
        width: 45px;
        height: 45px;
        bottom: 30px;
        left: 5px;
    }
    .why-section .why-card i {
        left: 25%;
    }
    .testimonials-section .testimony-card {
        height: 350px;
    }
    .cta-section {
        margin-top: 16%;
    }
    .beyond-section a .beyond-card {
        height: 360px;
    }
    .footer-section .footer-widget .f-contact p,.footer-section .footer-widget .footer-link li a, .footer-section .footer-widget .contact-link li a, .footer-section .copyright-wrap{
        font-size: 12px;
    }
    .menu-toggle {
        float: right;
        width: auto;
        background: #f5645a;
    }
    .inner-hero.about h1{
        font-size: 33px;
    }
    .about-section .about-image {
        padding: 10px 0px;
    }
    .vision-mission .vision-content p {
        margin-bottom: 20px;
    }
    .founder-section .founder-image{
        padding: 15px 90px;
    }
}
@media only screen and (max-width: 900px){
    .intro-section .intro-image{
        padding: 30px 60px;
    }
    .intro-section .intro-box{
        display: none;
    }
    .intro-section .intro-content h1 {
        font-size: 25px;
    }
    .cta-section .cta-content h2, .footer-section .footer-widget h2, .intro-section .intro-content .title, .why-section h2, .programs-section h2.title, .testimonials-section h2.title, .blogs-section h2.title, .beyond-section h2.title,
    .reg-form-wrapper .header h2.heading, .reg-faq-wrapper .header h2.heading, .how-apply-section .header h3.heading, .about-section .about-content h2.title,
    .core-values h2.title, .vision-mission .vision-wrapper h2.title, .career-section .career-content h2.title, .opening-section h2.title, .method-section h2.title,
    .why-gatik h2.title, .founder-section .founder-info h2, .founder-section h2.title {
        font-size: 33px;
    }
    .intro-section .intro-content p, .why-section p, .why-section .why-card .card-content p, .testimonials-section .testimony-card p, .blogs-section .event-card p.event-text,
    .beyond-section .beyond-content p, .beyond-section a .beyond-card p, .core-section.reg-faqs p, .core-section.reg-faqs ul li, .vision-mission .vision-content p,
    .about-section .about-content p, .core-values .value-content .value-card p, .core-values p.bottom-phrase, .vision-mission .vision-content p, .founder-section .founder-info p,
    .career-section .career-content p, .opening-section .opening-card p, .method-section p, .method-section ul li, .why-gatik .why-content p, .why-gatik .why-content ul li, 
    .core-values p.bottom-phrase, .reg-faqs .faq-wrapper h3, .founder-section .founder-image-wrapper h3 {
        font-size: 14px;
    }
    .testimonials-section .testimony-card h3, .why-section .why-card h3, .programs-section a .program-card h3, .cta-section .cta-content h2, .footer-section .footer-widget h2,
    .core-values .value-content .value-card h3, .blogs-section .event-card .date-box .event-date.two, .blogs-section .event-card .event-content.two h3,
    .blogs-section .event-card h3, .intro-content h3.subtitle, .blog-lists h3 {
        font-size: 20px;
    }
    .about-section .about-image {
        padding: 0px;
    }
    .why-section .why-card .card-content {
        padding: 25px 25px;
    }
    .why-section .why-card {
        height: 330px;
    }
    .testimonials-section .testimony-card {
        height: 100%;
    }
    .cta-section .cta-image img {
        position: relative;
        bottom: 50px;
    }
    .beyond-section a .beyond-card {
        height: 405px;
    }
    .reg-form-wrapper {
        padding: 0px 20px;
    }
    .cta-section .cta-content h2, .footer-section .footer-widget h2 {
        font-size: 22px;
    }
    .footer-section .copyright-logo{
        margin-bottom: 15px;
    }
    .inner-hero.about h1 {
        font-size: 27px;
    }
    .custom-xs-order-1 {
        order: 1;
    }
}
@media only screen and (max-width: 768px){
    
}
@media only screen and (max-width: 600px){
    .menu-toggle {
        width: 100%;
    }
    .logo-link{
        padding: 0px 60px;
    }
    .logo-link img{
        width: 100%;
    }
    .hero-section, .intro-image.one, .intro-image.two{
        display: none;
    }
    .intro-section .intro-image {
        padding: 0px 40px;
    }
    .intro-section .intro-content h1 {
        font-size: 20px;
    }
    .why-section .why-card {
        height: 300px;
    }
    .programs-section a .program-card .program-image {
        padding: 10px 100px;
    }
    .beyond-section a .beyond-card {
        height: 100%;
    }
    .footer-section .copyright-wrap{
        font-size: 10px;
    }
    .core-values .value-content img{
        width: 30%;
    }
    .vision-mission .vision-image {
        padding-top: 0px;
    }
    .cta-section {
        margin-top: 60%;
        padding: 0px;
        margin-bottom: 15px;
    }
    .cta-section .cta-image img {
        bottom: 220px;
    }
    .cta-section .cta-content {
        margin-top: -200px;
    }
    .inner-hero .hero-content {
        padding: 120px 0px;
    }
    .about-section .about-content, .vision-mission .vision-wrapper, .founder-section .founder-image, .intro-section .intro-content,
    .founder-section .founder-info, .footer-section .footer-widget, .career-section .career-content, .reg-form-wrapper,
    .method-section .method-image, .why-gatik .why-image, .why-gatik .why-content, .about-section .about-image,
    .program-section .program-header {
        padding: 20px 0px;
    }
    .career-section .career-image {
        padding: 0px;
    }

}
@media only screen and (max-width: 400px){
    
}
