﻿@import url('https://fonts.googleapis.com/css?family=EB+Garamond:400,500,600,700,800|Rubik:300,400,500,700,900');

html, body {
    width: 100%;
    height: 100%;
}
body{
    background: #fff;
    font-size: 15px;
    color: #595959;
    font-family: 'Rubik', sans-serif;
    line-height: 1.6;
}

h1, h2, h3, h4 {
    font-family: 'EB Garamond', serif;
    font-weight: 600;
    color: #000000;
}
h4 {
    font-size: 20px;
}
a {
    color: #72aee0;
    -webkit-transition: all 0.43s;
    -moz-transition: all 0.43s;
    transition: all 0.43s;
}
a:hover, a:focus, button:focus, .slick-slide:focus {
    text-decoration: none;
    outline: none;
}
.p-0 {
    padding:0;
}
.m-0 {margin: 0;}.mt-2 {margin-top: 20px;}.mt-3 {margin-top: 30px;}.mt-4 {margin-top: 40px;}.mt-5 {margin-top: 50px;}.mt-6 {margin-top: 60px;}.mt-7 {margin-top: 70px;}
.row.no-gutters {
    margin-left: 0;
    margin-right: 0;
}
.row.no-gutters [class^="col-"]{
    padding-left: 0;
    padding-right: 0;
}
.btn.theme-btn {
    background: #eea4cc;
    border: 1px solid #eea4cc;
    color: #ffffff;
    font-size: 14px;
    border-radius: 3px;
    padding: 6px 20px 4px;
    display: inline-block;
    min-width: 100px;
    font-weight: 200;
    letter-spacing: 1px;
}

.btn.white-btn {
    background:#ffffff;
    color: #eea4cc;
    border: 1px solid #ffffff;
}
.btn.theme-btn:hover {
    background: #f996a8;
    color: #fff;
}
.btn.theme-btn.white-btn:hover {
    background:none;
    color: #ffffff;
}
.section-padding {
    padding-top: 70px;
    padding-bottom: 70px;
}
.section-heading {
    padding-bottom: 25px;
    margin-bottom: 40px;
    position:relative;
}
.section-heading::before {
    position: absolute;
    background: url("../images/heading-border.png");
    content: "";
    width: 53px;
    height: 4px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}
.section-heading.white-text::before {
    background: url("../images/heading-border2.png");
}
.section-heading h1, .section-heading h2 {
    margin: 0;
    color: #000000;
    font-size: 2.5em;
    text-align: center;
}
.section-heading.white-text h1, .section-heading.white-text h2 {
    color: #ffffff;
}
.top-text-area {
    margin-bottom:40px;
}
.top-text-area p {
    text-align: center;
    font-size: 14px;
    max-width: 600px;
    margin: 0 auto 10px;
}

/*---------------------------------------------------------
                          Header 
-----------------------------------------------------------*/

header#header {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 99;
}
header#header.fixed {
    position: fixed;
    top:0;
    -webkit-animation:drfadeDown 0.45s;
	-moz-animation:drfadeDown 0.45s;
	-ms-animation:drfadeDown 0.45s;
	-o-animation:drfadeDown 0.45s;
	animation:drfadeDown 0.45s;
	-webkit-animation-iteration-count:1;
	-moz-animation-iteration-count:1;
	-ms-animation-iteration-count:1;
	-o-animation-iteration-count:1;
	animation-iteration-count:1;
    z-index: 999;
}

@-webkit-keyframes drfadeDown{
	0%{
		opacity:0;
		-webkit-transform:translateY(-100%);
		-moz-transform:translateY(-100%);
		-o-transform:translateY(-100%);
		transform:translateY(-100%);
	}
	100%{
		opacity:1;
		-webkit-transform:translateY(0);
		-moz-transform:translateY(0);
		-o-transform:translateY(0);
		transform:translateY(0);
	}
}
@keyframes drfadeDown{
	0%{
		opacity:0;
		-webkit-transform:translateY(-100%);
		-moz-transform:translateY(-100%);
		-o-transform:translateY(-100%);
		transform:translateY(-100%);
	}
	100%{
		opacity:1;
		-webkit-transform:translateY(0);
		-moz-transform:translateY(0);
		-o-transform:translateY(0);
		transform:translateY(0);
	}
}
nav.navbar.navbar-default {
    background: none;
    border: none;
    border-radius: 0;
    margin-bottom:0;
}
header#header.fixed .navbar.navbar-default {
    background: #ffffff;
    box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.3);
}

.navbar.navbar-default .navbar-brand {
    height: auto;
    padding: 10px 0;
    margin: 0;   
}
.navbar.navbar-default .navbar-brand img.logo-img{
    height: 68px;
}
.navbar.navbar-default .navbar-brand img.logo-icon {
    display: none;
}
#header.fixed .navbar.navbar-default .navbar-brand img.logo-icon {
    display: block;
}
#header.fixed .navbar.navbar-default .navbar-brand img.logo-img {
    display: none;
}
header#header.fixed .navbar.navbar-default .navbar-brand img{
    height: 56px;
}

header#header.fixed .navbar.navbar-default .navbar-brand {
    padding: 8px 0;
}
.navbar.navbar-default .navbar-nav li a {
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    padding: 6px 0;
    border-bottom: 2px solid transparent;
    margin: 28px 25px;
   
}

header#header.fixed .navbar.navbar-default .navbar-nav>li>a {
    margin: 18px 25px;
}

.navbar.navbar-default .navbar-nav>li.active>a {
    color: #000000;
    background: none;
}
.navbar.navbar-default .navbar-nav>li>a:hover, .navbar.navbar-default .navbar-nav>li.active>a:hover, .navbar.navbar-default .navbar-nav>li.dropdown:hover>a {
    color: #72aee0;
    border-color: #72aee0;
}

.navbar.navbar-default .navbar-nav ul.dropdown-menu {
    background: #72aee0;
    border: none;
    border-radius: 0;
    padding: 20px;
    display: block !important;
    visibility:hidden;
    opacity:0;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: all 0.3s;
    -moz-animationtransition: all 0.3s;
    transition: all 0.3s;
}
.navbar.navbar-default .navbar-nav ul.dropdown-menu li a {
    color: #fff;
    padding: 12px 10px;
    margin: 0;
    font-size: 16px;
    color: #ffffff;
}
.navbar.navbar-default .navbar-nav ul.dropdown-menu li a:hover {
    background:none;
}
.navbar.navbar-default .navbar-nav>li:hover > a.dropdown-toggle + ul.dropdown-menu {
    display: block !important;
    opacity:1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
}



/*---------------------------------------------------------
                          Home Banner 
-----------------------------------------------------------*/



.mainSlider {
    font-size: 18px;
    position: relative;
}
.mainSlider::before {
    position: absolute;
    content: "";
    background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0));
    width: 100%;
    height: 260px;
    top: 0;
    left: 0;
    z-index: 9;
}

.mainSlider .item {
    background-image: url("../images/slide-mobile.jpg");
    background-position: center;
    background-size: cover;
    position: relative;
    min-height: 52em;
}

.mainSlider .inner-column {
    padding-top: 15em;
}
.mainSlider .text h1 {
    color: #000000;
    font-size: 3.8em;
    font-weight: 800;
    /*text-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);*/
}
.mainSlider .text h2 {
    font-size: 2.8em;
    color: #000000;
}
.mainSlider .text h3 {
    color: #000000;
    font-size: 2em;
}
.mainSlider .text p {
    color: #000000;
    font-size: 1.4em;
}
.mainSlider .text .btn.theme-btn {
    margin-top: 20px;
}
ul.slick-dots {
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
}
ul.slick-dots li {
    display: inline-block;
    list-style: none;
    margin: 0 3px;
}
ul.slick-dots li button {
    background: #ccc;
    border: none;
    font-size: 0;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    padding: 0;
}
ul.slick-dots li.slick-active button {
    background: #fff;
}


/*---------------------------------------------------------
                          About 
-----------------------------------------------------------*/
#about {
    position: relative;
}

#about::before {
    background-image: url("../images/about-bg.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    background-size: auto 80%;
    background-position: left bottom -20%;
}

.about_us .img-box {
    text-align: center;
}
.about_us .img-box img {
    display: inline-block;
    max-width: 368px;
}
.about_us .text p span {
    font-size: 18px;
}

.about_us ul.nav.nav-tabs {
    margin-bottom: 25px;
}
.about_us ul.nav.nav-tabs li {
    float: none;
    display: inline-block;
    margin: 0 22px -2px 0;
}
.about_us ul.nav.nav-tabs li a {
    background: none;
    border-width: 0 0 4px 0;
    border-color: transparent;
    padding: 0 0 10px;
    color: #999999;
    font-size: 18px;
}
.about_us ul.nav.nav-tabs li a:hover, .about_us ul.nav.nav-tabs li a:focus {
    background: none;
}
.about_us ul.nav.nav-tabs li.active a {
    border-color: #72aee0;
    color: #333333;
}

.about_us #OurMission ul {
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 20px;
}
.about_us #OurMission ul li {
    margin-bottom: 15px;
    list-style: none;
    position: relative;
    padding-left: 26px;
}
.about_us #OurMission ul li::before {
    content: "\f006";
    font-family: FontAwesome;
    color: #72aee0;
    margin-right: 10px;
}
.about_us .button-box {
    margin-top: 20px;
}



/*---------------------------------------------------------
                        Our Programs 
-----------------------------------------------------------*/

.ourprograms {
    background-size: cover;
    background-position: top 30% center;
    background-attachment:fixed;
    position:relative;
    display: table;
    width: 100%;
    height: 100%;
    z-index:1;
    
}
.ourprograms::before {
    position: absolute;
    content:"";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../images/trame-bg.png) repeat transparent 0 0;
    background-attachment: fixed;
    z-index: -1;
}
body.open-programs .ourprograms {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999998
}
body.open-programs {
    overflow-y:hidden;
}
.ourprograms-column{
    display: table-row;
    height: 100%;
}
.ourprograms-column .item {
    display:table-cell;
    position: relative;
    vertical-align:middle;
    width:33.33333%;
    height:100%;
    border-right: 2px dashed #fff;
    position:relative;
    font-size:14px;
    overflow:hidden;
    transition: width 0.45s;
}
.ourprograms-column .item:last-child {
    border-right: none;
}
.ourprograms-column .item .panel-box {
    height: 100%;
    width: 100%;
    display: table;
    vertical-align: middle;
    padding: 0 20px;
        visibility: visible;
    opacity: 1;
    cursor: pointer;
    transition: all 0.35s;
}
.ourprograms-column .item.info_open .panel-box {
    visibility: hidden;
    opacity: 0;
}
.ourprograms-column .item .panel-box .panel-head {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.ourprograms-column .item h2 {
    color: #fff;
    font-size: 3.6em;
    margin-bottom: 20px;
    text-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}
.ourprograms-column .item .panel-box p {
    color: #fff;
    font-size: 18px;
    margin-bottom: 30px;
}
.ourprograms-column .item .panel-box p span {
    font-size: 1.6em;
    line-height: 0;
}
.ourprograms-column .item:hover {
    background: rgba(220, 165, 195, 0.8);
}

.ourprograms-column.close-tab .item {
    width: 25%;
    max-width: 25%;
    font-size: 10px;
    overflow:hidden;
    
}
.ourprograms-column .item.info_open {
    width: 50%;
    max-width: 50%;
    font-size: 14px;
}
.ourprograms-column .item.info_open, .ourprograms-column .item.info_open:hover {
    background:rgba(0, 0, 0, 0.4);
}

.ourprograms button.close {
    position: absolute;
    top: 0;
    right: 0;
    color:#eea4cc;
    z-index: 999999;
    height: 60px;
    width: 50px;
    opacity:1;
}
.ourprograms-column .item .content {
    background: rgba(255, 255, 255, 0.9);
    text-align: left;
    position: absolute;
    top: 100%;
    transition: top 0.45s ease-in-out;
    opacity:0;
    height: 100%;
}
.ourprograms-column .item.info_open .content {
    top: 0;
    opacity:1;
    overflow: auto;
    transition-delay: 0.3s;
}
.ourprograms-column .item .content .title {
    position: -webkit-sticky;
    position: -ms-sticky;
    position: sticky;
    top: 0;
    background: #fff;
    padding: 20px 15px;
}
.ourprograms-column .item .content .title h3{
    margin: 0;
    text-transform: uppercase;
    font-size: 18px;
}
.ourprograms-column .item .content .text{
    padding: 30px 25px;
}
.ourprograms-column .item .content .text strong {
    font-weight: 500;
    color: #333;
}
.ourprograms-column .item .content .text p + h4 {
    margin-top: 25px;
}
.ourprograms-column .item .content .text img + p {
    margin-top: 20px;
}
.ourprograms-column .item .content .text ul.list.number {
    list-style: decimal;
}
.ourprograms-column .item .content .text ul li {
    margin-bottom: 12px;
}
.ourprograms-column .open-detail {
    background: #ffffff;
    width: 52px;
    height: 52px;
    line-height: 52px;
    font-size: 20px;
    border-radius: 50%;
    color: #999999;
    margin: auto;
    transition: all 0.45s;
}
.ourprograms-column .item:hover .open-detail {
    box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.4);
    transform:rotate(360deg);
    color: #eea4cc;
}
.ourprograms-column .item:hover .open-detail .fa-plus:before {
    content:"\f00c";
}



/*---------------------------------------------------------
                          Gallery 
-----------------------------------------------------------*/
ul.galleryTabs {
    padding-left: 0;
    margin-bottom: 40px;
    text-align: center;
}
ul.galleryTabs li {
    display: inline-block;
    margin: 0 5px;
}
ul.galleryTabs li button {
    background: none;
    border: none;
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
    display: block;
    padding: 4px 2px;
    border-radius: 0;
}
ul.galleryTabs li button.active {
    border-bottom: 2px solid;
}

.gallery_grid {
    display: inline-block;
    width: 100%;
    padding-left: 0;
}
.gallery_grid li {
    list-style: none;
    float: left;
    width: 33.33333%;
    padding: 4px;
    position: relative;
}

.gallery_grid li img {
    height:300px;
    width:100%;
    object-fit:cover;
}
.gallery_grid a.item:hover{
    transform: scale(1.05);
}


/*---------------------------------------------------------
                          FAQ 
-----------------------------------------------------------*/

.faq_section {
    background: #f7f7f7;
}

.faq_section a.panel-heading {
    display: block;
    font-weight: 500;
    font-size: 14px;
    padding: 6px 32px 4px 0;
    position:relative;
    background: none;
}
.faq_section a.panel-heading.collapsed::before {
    position: absolute;
    content:"\f067";
    font-family:FontAwesome;
    right: 20px;
    top: 8px;
    font-size: 12px;
    color: #333;

}
.faq_section a.panel-heading::before {
    position: absolute;
    content:"\f068";
    font-family:FontAwesome;
    color: #333;
    right: 20px;
    top: 6px;

}
.faq_section .panel.panel-default {
    background: none;
    border: none;
    margin: 0 0 4px;
    padding: 0 0 3px;
    box-shadow: none;
    border-bottom: 1px solid #dedede;
    border-radius: 0;
}
.faq_section .panel.panel-default .panel-body {
    border: none;
    padding: 0;
}
.faq_section .panel.panel-default .panel-body p{
    font-size: 14px;
}


/*---------------------------------------------------------
                          Activities 
-----------------------------------------------------------*/
.our_activities {
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}
.activitieSlider .item {
    padding: 0 15px;
}
.our_activities .box {
    background: #ffffff;
    box-shadow: 0 0 16px -3px rgba(0, 0, 0, 0.3);
    margin: 20px 0;
    border-radius: 10px;
    overflow:hidden;
}

.our_activities .box .text {
    padding: 16px 15px 10px;
    min-height: 138px;
}
.our_activities .box .text h3 {
    font-size: 18px;
    margin-top: 0;
}
.our_activities .box .text h3 a {
    color:#000000;
}
.our_activities .box .text p {
    font-size: 13px;
    list-style: none;
    margin-bottom: 10px;
}
.our_activities .box .text strong {
    font-weight: 500;
    color: #333;
}
.slick-prev.slick-arrow, .slick-next.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #ffffff;
    border: none;
    font-size: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    z-index:99;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
}

.slick-prev.slick-arrow {
    left:-50px;
}
.slick-next.slick-arrow {
    right:-50px;
}

.slick-prev.slick-arrow::before, .slick-next.slick-arrow::before {
    position: absolute;
    content:"\f104";
    font-family: FontAwesome;
    color: #eea4cc;
    left: 0;
    top: 0;
    z-index: 999;
    font-size: 26px;
    line-height: 40px;
    width: 40px;
    text-align: center;
}
.slick-next.slick-arrow::before {
    content: "\f105";
}



.activitiesModal button.close {
    position: absolute;
    top: 8px;
    right: 8px;
    opacity: 1;
}

.activitiesModal .modal-content {
    border-radius: 0;
    border: none;
}
.activitiesModal .modal-body {
    padding: 24px;
}

.activitiesModal .img img {
    width: 100%;
}

.activitiesModal .text p {
    font-size: 14px;
}







/*---------------------------------------------------------
                          Blog 
-----------------------------------------------------------*/
.our_blog .img {
    border-radius: 10px;
    overflow: hidden;
}
.our_blog .img img {
    height: 225px;
    width: 100%;
    object-fit: cover;
}
.our_blog .box .text {
    margin-top:15px;
}
.our_blog .box .text h3 a {
    color:#000000;
}
.our_blog .box .text p {
    color: #696969;
}
.our_blog .entry-meta {
    margin: 0 0 8px 0;
}
.our_blog .entry-meta, .our_blog .entry-meta a {
    color: #666;
    font-weight: 600;
    font-size: 12px;
}
a.btn.read-more {
    color: #72aee0;
    font-weight: 500;
    padding: 0;
    border-radius: 0;
}
a.btn.read-more:hover, a.btn.read-more:focus {
    outline: none;
}

/*---------------------------------------------------------
                          Academic 
-----------------------------------------------------------*/
.academic_process .box {
    height: 380px;
    position: relative;
    background-position: center;
    background-size: cover;
}
.academic_process .box::before {
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.45s;
    -moz-transition: all 0.45s;
    transition: all 0.45s;
}
.academic_process .box:hover::before {
    background: rgba(0, 0, 0, 0.7);
}

/*.box.feebox h3, .box.applybox h3 {
    position: absolute;
    right: -10px;
    margin: 0;
    background: #eea4cc;
    color: #ffffff;
    padding: 8px 42px;
    top: 100px;
    font-size: 26px;
    text-transform: uppercase;
    z-index: 99;
    transition: all 0.45s;
}
.box.applybox h3 {
    background: #72aee0;
    top: 40px;
    left: -10px;
    right: auto;
}
.box.feebox:hover h3 {
    right:0;
}
.box.applybox:hover h3 {
    left:0;
}

.academic_process .box.feebox .text {
    position: relative;
    top: 150px;
    padding: 30px;
    text-align: right;
    max-width: 400px;
    margin-left: auto;
    opacity:0;
    transform: translateY(30px);
    transition: all 0.45s;
}

.academic_process .box.applybox .text {
    position: relative;
    top: 100px;
    padding: 30px;
    text-align: left;
    max-width: 400px;
    opacity:0;
    transform: translateY(30px);
    transition: all 0.45s;
}
.academic_process .box.feebox:hover .text, .academic_process .box.applybox:hover .text {
    transform: translateY(0);
    opacity:1;
}
*/
.academic_process .box .text {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    max-width: 400px;
    transform: translate(-50%, -50%);
}

.academic_process .box .text p {
    color:#ffffff;
}




/*---------------------------------------------------------
                          Contact 
-----------------------------------------------------------*/

.contact-us h3 {
    margin-top: 0;
    margin-bottom: 26px;
}
.map iframe {
    display: block;
    width: 100%;
    height:400px;
}
section#contact {
    background: #f7f7f7;
}
form#contactForm .form-control {
    background: none;
    border: 1px solid #e0e0e0;
    box-shadow: none;
    border-radius: 0;
    font-size: 12px;
}
form#contactForm input.form-control {
    height: 42px;
}



/*---------------------------------------------------------
                          Footer 
-----------------------------------------------------------*/
.footer {
    background: #060817;
}
.footer h3 {
    color: #ffffff;
    font-weight: 400;
    padding-bottom: 12px;
    margin-bottom: 20px;
    font-size: 18px;
    position: relative;
}
.footer h3::before {
    position: absolute;
    background: #72aee0;
    content: "";
    width: 30px;
    height: 2px;
    bottom: 0;
}
.footer p, .footer a {
    color: #8a8a8a;
    font-size: 14px;
}
.footer ul {
padding-left: 0;
margin-bottom:0;

}
.footer ul li {
margin-bottom:10px;
list-style:none;
}
.footer ul.social {
    margin-top:20px;
}
.footer ul.social li {
    display: inline-block;
    margin-right: 5px;
}
.footer ul.social li a {
    background: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.5);
    width: 35px;
    display: block;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
}
.footer ul.social li a:hover {
    background: #fff;
    color: #060817;
    box-shadow: 0 0 20px -3px rgba(0, 0, 0, 0.3);
}
.footer .box.quick-links ul {
    column-count: 2;
}
.footer .box.quick-links li a {
    text-transform: uppercase;
}
.footer .box.contact p strong {
    display: block;
    color: #c1c1c1;
    font-weight: 500;
}


.copyright {
    background: #040510;
    text-align: center;
    padding: 34px 15px 22px;
    position: relative;
    border-top: 1px solid #121425;
}
.copyright a.page-scroll {
    background: #72aee0;
    width: 68px;
    height: 68px;
    display: inline-block;
    font-size: 36px;
    line-height: 60px;
    margin-bottom: 12px;
    position: absolute;
    top: -28px;
    color: #ffffff;
    left: 50%;
    border-radius: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}
.copyright p {
    color: #ffffff;
    opacity: 0.6;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 0;
}


/*---------------------------------------------------------
                      Social Action 
-----------------------------------------------------------*/
.social-action.whatsapp, .social-action.scroll-top {
    position: fixed;
    bottom: 30px;
    right: -200px;
    background: #72aee0;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    font-size: 36px;
    color: #ffffff;
    cursor:pointer;
    z-index:99999;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s ease-out;
}

.social-action.scroll-top:hover {
    background: #fff;
    color: #72aee0;
    box-shadow: 0 0 20px -3px rgba(0, 0, 0, 0.3);
}

.social-action.whatsapp {
    bottom: 100px;
    background: #eea4cc;
    transition-delay: 0.1s;
}
.social-action.whatsapp:hover {
    background: #fff;
    color: #eea4cc;
    box-shadow: 0 0 20px -3px rgba(0, 0, 0, 0.3);
}
.social-action.whatsapp.open {
    right: 20px;   
}
.social-action.scroll-top.open {
    right: 20px;
}




.innerSection {
    margin-top: 92px;
}
.innerSlider .item {
    padding: 80px 0 30px;
    background-size: cover;
    background-position: center;
    position: relative;
}
.innerSlider .item::before {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0.4);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.breadcrumb {
    margin: 0;
}
.breadcrumb ul {
    padding: 0;
    margin: 0;
}
.breadcrumb ul li {
    display: inline-block;
    margin-right: 4px;
    font-size: 13px;
}
.breadcrumb ul li::after {
    content: "/";
    vertical-align: middle;
    margin-left: 6px;
    color: #bbb;
}
.breadcrumb ul li:last-child::after {
    content: "";
}


.our_blog.all-post {
    padding-bottom: 30px;
}

.our_blog.all-post .row {
    display: flex;
    flex-wrap: wrap;
}
.our_blog.all-post .box {
    margin-bottom: 40px;
}


.single-blog .box {
    background: #ffffff;
}
.single-blog .box .img img {
    height: 350px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.single-blog .text {
    margin: 30px auto 0;
    padding: 0 15px;
    text-align: justify;
}
.single-blog .text h4 {
    margin-top: 25px;
}
.single-blog .text h5 {
    margin-bottom: 0;
    color:#333333;
}
.single-blog .text ul li {
    margin: 8px 0;
}
.single-blog .author img.user {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 10px;
}
.single-blog .entry-meta {
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 18px;
    padding-bottom: 10px;
    display: inline-block;
    width: 100%;
}
.single-blog .entry-meta .author {
    float: left;
}
.single-blog .entry-meta .entry-date {
    float: right;
    margin-top: 24px;
    font-weight: normal;
}
.single-blog .entry-meta, .single-blog .entry-meta a {
    color: #666;
    font-weight: 500;
}




/*===========================================================
                     RESPONSIVE PART 
============================================================*/

@media only screen and (max-width: 1440px) {
    .mainSlider {
        font-size:18px;
    }
}

@media only screen and (max-width: 1366px) {
    .navbar.navbar-default .navbar-nav li a {
        font-size: 16px;
    }
    .mainSlider {
        font-size:16px;
    }
    .mainSlider .item {
        min-height: 42em;
    }
    .mainSlider .inner-column {
    padding-top: 13em;
}
}

@media only screen and (max-width: 1280px) {
    .navbar.navbar-default .navbar-nav li a {
        font-size: 16px;
    }
    .mainSlider {
        font-size: 14px;
    }
    .ourprograms-column .item h2 {
        font-size: 3em;
    }
    .slick-prev.slick-arrow {
        left: -15px;
    }
    .slick-next.slick-arrow {
        right: -15px;
    }

}
@media only screen and (max-width: 1199px) {
    .navbar.navbar-default .navbar-nav li a {
        margin: 28px 14px;
    }
    header#header.fixed .navbar.navbar-default .navbar-nav>li>a {
        margin: 18px 14px;
    }
    .slick-prev.slick-arrow {
        left: -5px;
    }
    .slick-next.slick-arrow {
        right: -5px;
    }
    .mainSlider {
        font-size: 10px;
    }
}

@media only screen and (max-width: 991px) {
    .navbar.navbar-default .navbar-brand img.logo-img {
        height: 56px;
    }
    .navbar.navbar-default .navbar-nav li a {
        font-size: 14px;
    }
    .ourprograms-column .item h2 {
        font-size: 2.2em;
    }
    .ourprograms-column .item .panel-box p {
        font-size: 14px;
    }
    .faq_section .img-box img {
        width: 100%;
        height: 200px;
        object-fit: cover;
        margin-bottom: 30px;
    }


    body.open-programs {
        overflow-y: auto;
    }
    body.open-programs .ourprograms {
        position: relative;
    }
    .ourprograms {
        height: auto;
    }
    .ourprograms-column .item {
        display: block;
        width: 100%;
        height: 400px;
        border-bottom: 2px dashed #fff;
        border-right: none;
    }
    .ourprograms-column .item.info_open, .ourprograms-column.close-tab .item {
        width: 100%;
        max-width: 100%;
    }
    .box.applybox h3 {
        left: 0;
    }
    .box.feebox h3 {
        right: 0;
    }
    .academic_process .box.applybox .text, .academic_process .box.feebox .text {
        opacity: 1;
        transform: translateY(0);
    }
    .single-blog .box .img img {
        height: 250px;
    }
    .innerSection {
        margin-top: 76px;
    }
    .gallery_grid li img {
        height: 165px;
    }
    .our_activities .container {
        padding: 0;
    }

    .our_blog .img img {
        height: 138px;
    }


}

@media only screen and (max-width: 767px) {
    body {
        font-size: 14px;
    }
    nav.navbar.navbar-default {
        padding: 0 15px;
    }
    .navbar.navbar-default .navbar-brand {
        padding: 8px 0;
    }
    .navbar-default .navbar-toggle.collapsed {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    .navbar-default .navbar-toggle {
        border: none;
        margin-top: 20px;
        margin-right: 0;
        cursor: pointer;
        z-index: 99;
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        transform: rotate(180deg);
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        transition: all 0.4s;
    }
    
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        background: none;
    }
    

    .navbar-default .navbar-toggle span.icon-bar:first-child {
        
        transform: rotate(45deg) translate(3px, 4px);
        -webkit-transition: all 0.35s;
        -moz-transition: all 0.35s;
        transition: all 0.35s;
    }
    .navbar-default .navbar-toggle span.icon-bar:nth-child(2) {
        opacity: 0;
        -webkit-transition: all 0s;
        -moz-transition: all 0s;
        transition: all 0s;
    }
    .navbar-default .navbar-toggle span.icon-bar:last-child {
        
        -webkit-transform: rotate(-45deg) translate(4px, -5px);
        -moz-transform: rotate(-45deg) translate(4px, -5px);
        transform: rotate(-45deg) translate(4px, -5px);
        -webkit-transition: all 0.35s;
        -moz-transition: all 0.35s;
        transition: all 0.35s;
    }
    .navbar-default .navbar-toggle.collapsed span.icon-bar {
        background: #72aee0;
        position: relative;
        opacity: 1;
        -webkit-transform: rotate(0) translate(0, 0);
        -moz-transform: rotate(0) translate(0, 0);
        transform: rotate(0) translate(0, 0);
        -webkit-transition: all 0.35s;
        -moz-transition: all 0.35s;
        transition: all 0.35s;
    }
    div#navbarCollapse {
        position: fixed;
        background: #fff;
        display: block;
        right: -260px;
        height: 100% !important;
        width: 100%;
        max-width: 260px;
        top: 0;
        border: none;
        padding-top: 50px;
        -webkit-transition: all 0.45s;
        -moz-transition: all 0.45s;
        transition: all 0.35s;
    }
    div#navbarCollapse.in {
        right: 0;
    }
    header#header.fixed .navbar.navbar-default .navbar-nav>li>a {
        margin: 28px 14px;
    }
    .mainSlider .item {
        min-height: 56em;
    }
    .mainSlider .inner-column {
        padding-top: 11em;
    }
    .our_blog .box {
        margin-bottom: 30px;
        max-width: 362px;
        margin-left: auto;
        margin-right: auto;
    }
    .our_blog .img img {
        height: 228px;
    }
    .our_blog .button-box.mt-4 {
        margin-top: 10px;
    }
    .footer .box.quick-links {
        padding: 28px 0;
    }

    

}

@media only screen and (max-width: 560px) {

    .mainSlider::before {
        height: 225px;
    }
    .gallery_grid li {
        width: 50%;
    }
    .activitieSlider .item {
        padding: 0 8px;
    }

}

@media only screen and (max-width: 480px) {
    
    .section-heading h1, .section-heading h2 {
        font-size: 2em;
    }
    
    .single-blog .box .img img {
        height: 150px;
    }
    ul.galleryTabs li {
        margin: 0 3px;
    }
    ul.galleryTabs li button {
        font-size: 12px;
    }
    .gallery_grid li img {
        height: 100px;
    }

}
@media only screen and (min-width: 768px) {

    .mainSlider .item {
        background-image: url("../images/slide.jpg");
    }
    .activitiesModal .modal-dialog {
        width: 550px;
    }
    
}

/*.loader {
    height: 100%;
    width: 100%;
    background: #ffffff;
    position: fixed;
    pointer-events: none;
    z-index: 9999998;
    display: table;
}

.wapper {
    display: table-cell;
    vertical-align: middle;
}
.loader .logo {
    max-width: 80px;
    margin: auto;
}
.brand {
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: 800;
    opacity: .3;
    letter-spacing: -8px;
    text-align: center;
}
.space{
  padding: 15px;
}
.brand span {
    display: inline-block;
    margin: .5rem;
    opacity: 1;
    transform-origin: center;
    animation: move .5s linear infinite;
    animation-direction: alternate;
}
@keyframes move{
  0%{
    transform: scale(0);
    opacity:0;
  }
  50%{
    transform: scale(1.3);
    opacity:1;
  }
  100%{
    transform: scale(1);
    opacity:1;
  }
}*/

