@import url(https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&amp;subset=latin-ext);

html{
    backface-visibility: hidden;
}
body {
    background: #fff;
    font-family: 'Roboto-regular', sans-serif;
    font-weight: 300;
    color: #454545; font-size:15px;
    line-height: 26px;
    overflow: hidden;
}
body#myNav{
    overflow: hidden;
}
#wrapp{
    overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
}
*{
    outline: none!important;
}
.Light49{ font-family:'Raleway', sans-serif; font-size:49px;}
a {
    color: #45aed6;
    -webkit-transition: color 400ms, background-color 400ms;
    -moz-transition: color 400ms, background-color 400ms;
    -o-transition: color 400ms, background-color 400ms;
    transition: color 400ms, background-color 400ms;
}
a:hover,
a:focus {
    text-decoration: none;
    color: #2a95be;
}
hr {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #fff;
}
.ing{
    cursor: pointer;
}
.gradiant {
    background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
    background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
    background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
}
.gradiant-horizontal {
    background-image: -moz-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
    background-image: -webkit-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
    background-image: -ms-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
}
.section-header {
    margin-bottom: 50px;
}
.section-header .section-title {
    font-size: 36px;
    color: #454545;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 20px;
    margin: 0 0 20px;
    font-family: 'Raleway', sans-serif;
    font-weight:500;
}
.section-header .section-title:before {
    content: "";
    position: absolute;
    width: 140px;
    bottom: 0;
    left: 50%;
    margin-left: -70px;
    height: 1px;
    background: #ee2e84;
}
.section-header .section-title:after {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    bottom: -11px;
    left: 50%;
    margin-left: -12px;
    border: 5px solid #fff;
    border-radius: 20px;
    background: #ee2e84;
}
.btn {
    border-width: 0;
    border-bottom-width: 3px;
    border-radius: 3px;
}
.btn.btn-primary {
    background: #ee2e84;
    border-color: #ee2e84;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus {
    background: #ff4b9a;
}
.column-title {
    margin-top: 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
    position: relative;
}
.column-title:after {
    content: " ";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 40%;
    border-bottom: 1px solid #45aed6;
}
ul.nostyle {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}
ul.nostyle i {
    color: #45aed6;
}
.scaleIn {
    -webkit-animation-name: scaleIn;
    animation-name: scaleIn;
}
.modal.in .modal-dialog {
    transform: none; /*translate(0px, 0px);*/
}

@-webkit-keyframes scaleIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes scaleIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}
/*************************
*******Header******
**************************/
#header{
    font-family: 'Raleway', sans-serif;
}
.overlay-menu {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 9000;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-y: hidden;
    transition: 0.5s;
    color: #fff;
}
.overlay-menu h1, .overlay-menu h2, .overlay-menu h3, .overlay-menu h4, .overlay-menu h5{
    color: #fff;
}
.overlay-menu-content {
    margin-top:10%;
}
.overlay-menu-content ul .dropdown-header{
    padding: 10px 0;
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
}
.overlay-menu-content ul li{
}
.overlay-menu-content ul{
    list-style-type: none;
    padding: 0;
}
.overlay-menu-content .bottom-lang ul{
    list-style-type: none;
    padding: 0;
}

.overlay-menu-content .bottom-lang ul > li > a > img{
    max-width: 16px;
    transition: all ease 0.5s;
}
.overlay-menu-content .bottom-lang ul > li > a > img:hover{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.overlay-menu-content .bottom-lang ul > li{
    display: inline-block;
    margin-right: 5px;
    overflow: hidden;
}
.overlay-menu-content .bottom-lang{

}

.overlay-menu .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    z-index: 100;
}

@media screen and (max-height: 450px) {
    .overlay-menu {overflow-y: auto;}
    .overlay-menu a {font-size: 20px}
    .overlay-menu .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}
.small-nav{
    background: #3c3f44;
}
.nav-delimiter{
    background: url(../images/menu-delimiter.png) no-repeat;
    background-size: cover;
    height:7px;
}
.small-nav-button{
    font-size: 20px;
    cursor: pointer;
    color: #e4e4e4;
    padding: 15px 0;
}
.small-nav .navbar{
    padding:0 15px;
    padding-left: 0;
}
.small-nav .navbar-default a{
    cursor:pointer;
}

.small-nav .nav .open>a,
.small-nav .nav .open>a:hover,
.small-nav .nav .open>a:focus,
.small-nav .navbar-default .navbar-nav>li>a:hover,
.small-nav .navbar-default .navbar-nav>li>a:focus{
    color: #8c8c8c;
    background: none;
}
.small-nav .navbar-default .navbar-nav > li > a{
    color: #e4e4e4;
}
.small-nav .navbar-default{
    background:none;
    border:none;
    margin:0;
}
.langselector .inactivelink img{
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
.langselector .inactivelink{
    pointer-events: none;
    cursor: default;
}
/****** LOGIN MODAL ******/
.small-nav .modal-dialog{
    top:25%;
}
.usermodal-container {
    padding: 30px;
    max-width: 350px;
    width: 100% !important;
    background-color: #F7F7F7;
    margin: 0 auto;
    border-radius: 2px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    font-family: "Raleway",sans-serif;
}
.student-container{
    max-width: 500px;
}

.student-container .tab-content{
    border: none;
    padding: 0;
}
.student-container .nav-tabs > li{

}
.student-container .nav-tabs{
    margin-bottom: 15px;
    text-align:center;
    border: 0;
}
.student-container .nav-tabs>.active>a,
.student-container .nav-tabs>li:nth-child(even)>a{
    background: #ee2e84;
    border-color: #af2261;
}
.student-container .nav-tabs>li:nth-child(odd)>a{
    background: #92278f;
    border-color: #752072;
}
.student-container .nav-tabs>li>a{
    color: #fff;
    border: none;
    border-radius: 0;
}
.student-container .nav-tabs>li>a:hover,
.student-container .nav-tabs>li>a:hover,
.student-container .nav-tabs>.active>a:hover,
.student-container .nav-tabs>.active>a:focus,
.student-container .nav-tabs>li>a:focus{
    background: #737373;
    border-color: #646464;
    color: #fff;
    cursor: pointer;
}

.usermodal-container h1 {
    text-align: center;
    font-size: 1.8em;
    font-family: "Raleway",sans-serif;
}

.usermodal-container input[type=submit] {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    position: relative;
}

.usermodal-container input[type=text], input[type=password], select {
    height: 44px;
    font-size: 16px;
    width: 100%;
    margin-bottom: 10px;
    -webkit-appearance: none;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-top: 1px solid #c0c0c0;
    /* border-radius: 2px; */
    padding: 0 8px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.usermodal-container input[type=text]:hover, input[type=password]:hover {
    border: 1px solid #b9b9b9;
    border-top: 1px solid #a0a0a0;
    -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}

.usermodal {
    text-align: center;
    font-size: 14px;
    font-family: 'Arial', sans-serif;
    font-weight: 700;
    height: 36px;
    padding: 0 8px;
}

.usermodal-submit {
    /* border: 1px solid #3079ed; */
    border: 0;
    color: #fff;
    text-shadow: 0 1px rgba(0,0,0,0.1);
    background-color: #41d6de;
    padding: 17px 0;
    font-family: "Raleway",sans-serif;
    font-size: 14px;
    /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#4787ed)); */
}

.usermodal-submit:hover {
    /* border: 1px solid #2f5bb7; */
    border: 0;
    text-shadow: 0 1px rgba(0,0,0,0.3);
    background-color: #309ea4;
    /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#357ae8)); */
}

.usermodal-container > a {
    text-decoration: none;
    color: #666;
    font-weight: 400;
    text-align: center;
    display: inline-block;
    opacity: 0.6;
    transition: opacity ease 0.5s;
}

.usermodal-help{
    font-size: 12px;
}

.main-nav .mega-dropdown-menu{
    margin: 0;
    border: 1px solid #ccc;
}

.main-nav .navbar{
    margin:0;
}
.main-nav .navbar-default{
    background: none;
    border: none;
    padding: 15px;
}
.main-nav .navbar-brand {
    width: 70px;
    height: 50px;
    background-size: 50px;
}
.main-nav .navbar-default .nav-logo img{
    max-width: 187px;
}

.menu-padding .nav-logo img{
    max-width: 160px!important;
}
.menu-padding{
    background: #f3f3f3;
    padding: 0 15px!important;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}
.main-nav .navbar-brand{
    display: none;
    padding: 5px;
    width: 120px;
}
.main-nav .tab-content{
    border: none;
}
.main-nav .big-icn-menu .nav-tabs {
    display: inline-block;
    border-bottom: none;
    padding-top: 15px;
    font-weight: bold;
}
.lang-list{
    display: none!important;
}
.bbs-collapsed:after{
    content: "\f102"!important;
    transition: display .5s ease;
    -webkit-transition: display .5s ease;
    -moz-transition: display .5s ease;
    -o-transition: display .5s ease;
}
/* Main bar */
.main-nav .navbar-default .navbar-nav .main-menu-item:nth-child(odd) > a:hover,
.main-nav .navbar-default .navbar-nav .main-menu-item:nth-child(odd) > a:focus,
.main-nav .navbar-default .navbar-nav .main-menu-item:nth-child(odd) .open > a{
    background: #92278f;
    color: #fff;
}
.main-nav .navbar-default .navbar-nav .main-menu-item:nth-child(even) > a:hover,
.main-nav .navbar-default .navbar-nav .main-menu-item:nth-child(even) > a:focus,
.main-nav .navbar-default .navbar-nav .main-menu-item:nth-child(even) .open > a{
    background: #13b4bd;
    color: #fff;
}
.main-nav .navbar-default .navbar-nav .main-menu-item:nth-child(3n+0) > a:hover,
.main-nav .navbar-default .navbar-nav .main-menu-item:nth-child(3n+0) > a:focus,
.main-nav .navbar-default .navbar-nav .main-menu-item:nth-child(3n+0) .open > a{
    background: #ed217b;
    color: #fff;
}
.main-nav li:nth-child(odd) .dropdown-menu{
    border-top: 3px solid #92278f;
}
.main-nav li:nth-child(even) .dropdown-menu{
    border-top: 3px solid #13b4bd;
}
.main-nav li:nth-child(3n+0) .dropdown-menu{
    border-top: 3px solid #ed217b;
}
.main-nav .navbar-default .navbar-nav .main-menu-item > a{
    border-right: 1px solid #e6e6e6;
    font-size: 14px;
    padding: 20px 15px;
    text-transform: uppercase;
    font-weight: 700;
    color: #545454;
    letter-spacing: 1px;
    margin-top: 10px;
    position:relative;
    padding-right: 30px!important;
}
.main-nav .navbar-default .navbar-nav .main-menu-item > a:after{
    font-family: "FontAwesome", cursive;
    content: '\f103';
    position: absolute;
    right: 10px;
    font-size: 14px;
    top: 20px;
    transition: display .5s ease;
    -webkit-transition: display .5s ease;
    -moz-transition: display .5s ease;
    -o-transition: display .5s ease;
}
.main-nav .mega-dropdown { position: static !important; }
.main-nav .mega-dropdown-menu {
    padding: 20px 15px 15px;
    text-align: center;
    width: 100%;
}
.main-nav .menu-padding .navbar-nav .main-menu-item > a{
    margin-top: 0;
}
.special-menu-item:hover{
    background: none!important;
}
/* Dropdown With Icons */
.main-nav .big-icn-menu ul > li {
    -webkit-transition: all .5s ease-in-out,padding .5s ease-in-out;
    -moz-transition: all .5s ease-in-out,padding .5s ease-in-out;
    transition: all .5s ease-in-out,padding .5s ease-in-out;
}
.main-nav .big-icn-menu ul > li:nth-child(odd):hover{
    background: #13b4bd24;
}
.main-nav .big-icn-menu ul > li:nth-child(even):hover{
    background: #92278f21;
}
.main-nav .big-icn-menu ul > li:last-child{
    border-right: 1px solid #efefef;
}
.main-nav .big-icn-menu ul > li{
    display: inline-block;
    padding: 15px 30px;
    border-left: 1px solid #efefef;
}
.main-nav .big-icn-menu .nav-list > li > a{
    color: #000;
    text-align: center;
}
.main-nav .big-icn-menu .nav-list > li > a > img{
    display: block;
    margin: auto;
}
.main-nav .big-icn-menu .nav-list > li > a > span{
    display: block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2px;
}

/* Dropdown without icons */
.main-nav .no-icn-menu > li:nth-child(even) > ul > .dropdown-header{
    border-color: #92278f;
}
.main-nav .no-icn-menu > li:nth-child(odd) > ul > .dropdown-header{
    border-color: #13b4bd;
}
.main-nav .no-icn-menu > li:nth-child(3n+0) > ul > .dropdown-header{
    border-color: #ed217b;
}
.main-nav .no-icn-menu > li > ul > .dropdown-header{
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: #000;
    letter-spacing: 2px;
    border-bottom: 2px solid;
    margin-bottom: 15px;
    padding-left: 5px;
    margin-top: 15px;
}
.main-nav .no-icn-menu > li > ul{
    list-style-type: none;
}
.main-nav .no-icn-menu > li > ul > li > a{
    text-decoration: none;
    color: #1b1b1b;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 5px 10px;
    padding-left: 3px;
}

.main-nav .dropdown-small .nav-list{
    padding: 0 15px;
}
.main-nav .dropdown-small .nav-list > li:nth-child(1n+0) > a:hover,
.main-nav .no-icn-menu > li:nth-child(1n+0) > ul > li > a:hover,
.main-nav .no-icn-menu > li:nth-child(1n+0) > ul > li > a:focus{
    background: #92278f;
    color: #fff;
}
.main-nav .dropdown-small .nav-list > li:nth-child(3n+0) > a:hover,
.main-nav .no-icn-menu > li:nth-child(3n+0) > ul > li > a:hover,
.main-nav .no-icn-menu > li:nth-child(3n+0) > ul > li > a:focus{
    background: #13b4bd;
    color: #fff;
}
.main-nav .dropdown-small .nav-list > li:nth-child(5n+0) > a:hover,
.main-nav .no-icn-menu > li:nth-child(5n+0) > ul > li > a:hover,
.main-nav .no-icn-menu > li:nth-child(5n+0) > ul > li > a:focus{
    background: #ed217b;
    color: #fff;
}

.main-nav .no-icn-menu > li > ul > li{
    text-align: left;
}
.main-nav .dropdown-small::before{
    padding: 15px;
    position: absolute;
    top: -32px;
    height: 32px;
    content: "";
    width: 100%;
}
.main-nav .dropdown-small::after{
    font-family: "FontAwesome", cursive;
    content: '\f0d8';
    position: absolute;
    right: 50px;
    font-size: 62px;
    top: -25px;
}
.main-nav li:first-child .dropdown-small::after{
    left: 50px;
}
.main-nav li:first-child .dropdown-small{
    left:0;
}
.main-nav li:nth-child(odd) .dropdown-small::after{
    color: #92278f;
}
.main-nav li:nth-child(even) .dropdown-small::after{
    color: #13b4bd;
}
.main-nav li:nth-child(3n+0) .dropdown-small::after{
    color: #ed217b;
}
.main-nav .dropdown-small{
    min-width:450px;
    top:131%;
}
.main-nav .dropdown-small .nav-list > li {
    border: none;
    display: block;
}
.main-nav .dropdown-small .nav-list > li > a{
    text-align: left;
    text-decoration: none;
    color: #1b1b1b;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 5px 10px;
    padding-left: 3px;
}
/* Dropdown menu combined*/
.menu-combined li > a{
    font-size:13px;
}
.menu-combined ul{
    padding: 0;
}
.menu-combined{
    list-style-type: none;
    padding: 0;
}
.menu-combined .nav-list > li > a > span{
    font-size: 18px;
    margin-left: 15px;
}
.menu-combined .nav-list > li > a{
    display: block;
}
.menu-combined .nav-list > li:nth-child(odd) > a:hover{
    background: #92278f!important;
    color: #fff!important;;
}

.menu-combined .nav-list > li:nth-child(even) > a:hover{
    background: #13b4bd!important;;
    color: #fff!important;;
}

.menu-combined .nav-list > li:nth-child(3n+0) > a:hover{
    background: #ed217b!important;;
    color: #fff!important;;
}
#main-slider {
    overflow: hidden;
}
#main-slider .item {
    height: 700px;
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
}
#main-slider .slider-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
}
#main-slider .slider-inner h2 {
    font-size: 40px;
    line-height: 1;
    font-family: 'Raleway', sans-serif;
    color: #fff;
}

#main-slider .slider-inner p {
    margin-top: 20px;
    font-size: 16px;
    line-height:25px;
    font-family: 'Raleway', sans-serif;
    color: #fff;
}

#main-slider .slider-inner h2 > span > div {
    display: block;
    width: 300%;
    background: #13b3bc;
    height: 1px;
    margin-top: 2px;
    position: absolute;
}
#main-slider .slider-inner h2 > span {
    display: block;
    width: 15%;
    background: #13b3bc;
    height: 5px;
    margin-top: 10px;
    position: relative;
}
#main-slider .slider-inner .btn {
    margin-top: 20px; background:#963194; border:3px solid #963194; border-radius:0;
}
#main-slider .slider-inner .btn.btn-primary{ padding:10px 46px; font-size:22px;}
#main-slider .slider-inner .btn.btn-primary:hover{ background: #b93cb7;}
#main-slider .owl-prev,
#main-slider .owl-next {
    position: absolute;
    top: 50%;
    background-color: rgba(0, 0, 0, 0.2);
    color: #fff;
    font-size: 30px;
    display: inline-block;
    margin-top: -35px;
    height: 70px;
    width: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 100px;
    z-index: 5;
    -webkit-transition: background-color 400ms;
    transition: background-color 400ms;
}
#main-slider .owl-prev:hover,
#main-slider .owl-next:hover {
    background-color: #45aed6;
}
#main-slider .owl-prev {
    left: -35px;
    text-indent: 14px;
}
#main-slider .owl-next {
    right: -35px;
    text-indent: -14px;
}
#main-slider .owl-theme .owl-controls .owl-pagination {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
}
#main-slider .owl-theme .owl-controls .owl-page {
    display: inline-block;
}
#main-slider .owl-theme .owl-controls .owl-page:hover span {
    background: none repeat scroll 0 0 #ed267f;
    padding: 10px;
}
#main-slider .owl-theme .owl-controls .owl-page.active span {
    background: none repeat scroll 0 0 #1db5bd;
    padding: 10px;
}
#main-slider .owl-theme .owl-controls .owl-page span {
    background: none repeat scroll 0 0 rgb(150, 49, 148);
    border-radius: 20px;
    display: block;
    margin: 5px 7px;
    opacity: 0.8;
    width: 16px;
    height: 16px;
}
#bar {
    width: 0%;
    max-width: 100%;
    height: 4px;
    background: linear-gradient(to right, #963395, #1db5bd, #ed267f);
}
#progressBar {
    margin-top: -4px;
    position: relative;
    z-index: 999;
    width: 100%;
    background: rgba(0, 0, 0, 0.1);
}

#features {
    padding: 100px 0;
}
#features .media.service-box:first-child {
    margin-top: 80px;
}

.media.service-box {
    margin: 25px 0; text-align:center;
}


.media.service-box .pull-left {
    width:100%; padding-bottom:25px;
}
.media.service-box .pull-left > i {
    font-size: 42px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    width: 64px;
    border-radius: 100%;
    color: #4c4c4c;
    -webkit-box-shadow: inset 0 0 0 1px #d7d7d7;
    transition: background-color 400ms, background-color 400ms;
    position: relative;
}
.media.service-box .pull-left > i:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    margin-top: -10px;
    right: -10px;

}

.media-body h4{ margin-bottom:15px; font-family: 'Raleway', sans-serif; font-size:22px; color:#454545;}
.media-body p{ line-height:20px;}
.media.service-box:hover .pull-left > i {
    /*  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
      background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
      background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
    */  color: #000;
    box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8);
    -webkit-box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8);
}
#testimonial{
    background: url(../images/testimonialbg.jpg);
    background-size: cover;
    padding-top: 75px;
}
#testimonial .slick-img-block{
}
#testimonial .slick-block .slick-slider{
    background:#fff url(../images/slick-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center top;
}
#testimonial .slick-block{
    padding-bottom:75px;
}
#testimonial4{
    overflow: hidden;
    min-height: 375px;
    position: relative;
}
#testimonial4 .carousel-inner{
    width: 75%;
    margin: auto;

}
#testimonial4 .carousel-inner:hover{
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
#testimonial4 .carousel-inner:active{
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
#testimonial4 .carousel-inner .item{
    overflow: hidden;
    padding-top: 50px;
}

.testimonial4_indicators .carousel-indicators{
    left: 0;
    margin: 0;
    width: 100%;
    font-size: 0;
    height: 20px;
    bottom: 15px;
    padding: 0 5px;
    cursor: e-resize;
    overflow-x: auto;
    overflow-y: hidden;
    position: absolute;
    text-align: center;
    white-space: nowrap;
}
.testimonial4_indicators .carousel-indicators li{
    padding: 0;
    width: 10px;
    height: 10px;
    border: none;
    text-indent: 0;
    margin: 2px 3px;
    cursor: pointer;
    display: inline-block;
    background: #963395;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators .active{
    padding: 0;
    width: 10px;
    height: 10px;
    border: none;
    margin: 2px 3px;
    background-color: #4f1c4e;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar{
    height: 3px;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb{
    background: #eeeeee;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.testimonial4_control_button .carousel-control{
    top: 175px;
    opacity: 1;
    width: 40px;
    bottom: auto;
    height: 40px;
    font-size: 10px;
    cursor: pointer;
    font-weight: 700;
    overflow: hidden;
    line-height: 38px;
    text-shadow: none;
    text-align: center;
    position: absolute;
    background: transparent;
    border: 2px solid #963395;
    color: #963395;
    text-transform: uppercase;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.6s cubic-bezier(0.3,1,0,1);
    transition: all 0.6s cubic-bezier(0.3,1,0,1);
}
.testimonial4_control_button .carousel-control.left{
    left: 7%;
    right: auto;
}
.testimonial4_control_button .carousel-control.right{
    right: 7%;
    left: auto;
}
.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover{
    color: #fff;
    background: #4f1c4e;
    border: 2px solid #4f1c4e;
}

.testimonial4_header{
    top: 0;
    left: 0;
    bottom: 0;
    width: 550px;
    display: block;
    margin: 30px auto;
    text-align: center;
    position: relative;
}
.testimonial4_header h4{
    color: #ffffff;
    font-size: 30px;
    font-weight: 600;
    position: relative;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.testimonial4_slide{
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 70%;
    margin: auto;
    padding: 20px;
    position: relative;
    text-align: center;
}
.testimonial4_slide img {
    top: 0;
    left: 0;
    right: 0;
    width: 150px;
    height: 150px;
    margin: auto;
    display: block;
    color: #963395;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
    position: relative;
}

.testimonial4_slide p {
    color: #000;
    font-size: 16px;
    margin: 40px 0 20px 0;
}

.testimonial4_slide h4 {
    color: #963395;
    font-size: 24px;
    font-weight: bold;
}


@media only screen and (max-width: 480px){
    .testimonial4_control_button .carousel-control{
        display: none;
    }
    .testimonial4_header{
        width: 95%;
    }
    .testimonial4_header h4{
        font-size: 20px;
    }
    .testimonial4_slide{
        width: 98%;
        padding: 5px;
    }
}

@media (min-width: 481px) and (max-width: 767px){
    .testimonial4_control_button .carousel-control.left{
        left: 2%;
    }
    .testimonial4_control_button .carousel-control.right{
        right: 2%;
    }
    .testimonial4_header{
        width: 95%;
    }
    .testimonial4_slide{
        width: 98%;
        padding: 5px;
    }
}

@media (min-width: 768px) and (max-width: 991px){
    .testimonial4_control_button .carousel-control.left{
        left: 5%;
    }
    .testimonial4_control_button .carousel-control.right{
        right: 5%;
    }
}

@-webkit-keyframes psBoxShadowEffect_2{
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        -webkit-box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #ffffff, 0 0 0 10px rgba(255,255,255,0.5);
    }
    100% {
        -webkit-box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 5px 5px #ffffff, 0 0 0 5px rgba(255,255,255,0.5);
        -webkit-transform: scale(1.5);
        opacity: 0;
    }
}
@keyframes psBoxShadowEffect_2{
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #ffffff, 0 0 0 10px rgba(255,255,255,0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 5px 5px #ffffff, 0 0 0 5px rgba(255,255,255,0.5);
        transform: scale(1.5);
        opacity: 0;
    }
}
#teachers-section {
    padding: 87px 0 87px 0;
}

#teachers-section a{
    background: #ed217b;
    color: #fff;
    border-radius: 30px;
    padding: 5px 25px;
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
    margin: auto;
    margin-top: 25px;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

#teachers-section a:hover{
    background: #ff4b9a;
}
#teachers-section .view-all:hover{
    background: #d138cc;
    border-color: #a631a3;
}
#teachers-section .view-all{
    border-radius: 0;
    padding: 15px 100px;
    background: #92278f;
    border-color: #882886;
}

.profiles .card {
    box-shadow: -3px 2px 12px rgb(232, 232, 232);
    background-color: #FFFFFF;
    color: #252422;
    margin-bottom: 20px;
    position: relative;
    z-index: 1; }
.card-user .image {
    border-radius: 8px 8px 0 0;
    height: 150px;
    position: relative;
    overflow: hidden; }
.card-user .image img {
    width: 100%; }
.card-user .image-plain {
    height: 0;
    margin-top: 110px; }
.card-user .author {
    text-align: center;
    text-transform: none;
    margin-top: -65px; }
.card-user .author .title {
    color: #403D39; }
.card-user .author .title small {
    color: #ccc5b9; }
.card-user .avatar {
    width: 100px;
    height: 110px;
    border-radius: 50%;
    position: relative;
    margin-bottom: 15px; }
.card-user .avatar.border-white {
    border: 5px solid #FFFFFF; }
.card-user .avatar.border-gray {
    border: 5px solid #ccc5b9; }
.card-user .title {
    font-weight: 600;
    line-height: 24px; }
.card-user .description {
    margin-top: 10px; }
.card-user .description .fa{
    color: #92278f;
    cursor: pointer;
}
.alert-labeled{
    padding: 0px;
}

.alert-labeled-row{
    display: table-row;
    padding: 0px;
}

.alert-labelled-cell{
    padding: 10px;
    display: table-cell;
    vertical-align: middle;
}

.alert-labeled .close > *{
    padding:10px;
    display: table-cell;
    vertical-align: middle;
}

.alert-label{
    vertical-align: middle;
    background: #BCE8F1;
    width: auto;
    padding: 10px 15px;
    height: 100%;
    font-size:1.1em;
}
.card-user .content {
    min-height: 200px; }
.card-user.card-plain .avatar {
    height: 190px;
    width: 190px; }


.firstinfo {
    flex-direction: row;
    z-index: 2;
    position: relative;
}

.firstinfo img {
    border-radius: 5%;
    width: 120px;
    height: 120px;
}

.firstinfo .profileinfo {
    padding: 0 20px;
}

.firstinfo .profileinfo h1 {
    font-size: 1.2em;
}

.firstinfo .profileinfo h3 {
    font-size: 1.2em;
    color: #00bcd4;
}

.firstinfo .profileinfo p.bio {
    padding: 10px 0px;
    color: #5A5A5A;
    line-height: 1.2;
}

@keyframes animatop {
    0% {
        opacity: 0;
        bottom: -500px;
    }
    100% {
        opacity: 1;
        bottom: 0px;
    }
}

@keyframes animainfos {
    0% {
        bottom: 10px;
    }
    100% {
        bottom: -42px;
    }
}

@keyframes rotatemagic {
    0% {
        opacity: 0;
        transform: rotate(0deg);
        top: -24px;
        left: -253px;
    }
    100% {
        transform: rotate(-30deg);
        top: -24px;
        left: -78px;
    }
}

.t-search{
    padding: 40px 15px!important;
}
.t-search .section-title{
    color: #000000!important;
}
#search-teacher{
    background: url(../images/bg1.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 0;
    border-top: 1px solid #e6e6e6;
}
#search-teacher .section-title{
    color: #fff;
}
#search-teacher .custom-overlay{
    padding:75px 0;
}
#custom-search-input {
    margin:0;
    margin-top: 10px;
    padding: 0;
}

#custom-search-input .search-query {
    padding-right: 13px;
    padding-right: 4px \9;
    padding-left: 13px;
    padding-left: 4px \9;
    /* IE7-8 doesn't have border-radius, so don't indent the padding */

    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 6px;
    height: 60px;
    border: 6px solid #ececec;
    font-size: 20px;
    color:#042337;
    font-family:'Raleway', sans-serif;
}

#custom-search-input button {
    border: 0;
    background: none;
    /** belows styles are working good */
    padding: 2px 5px;
    margin-top: 2px;
    position: relative;
    left: -28px;
    /* IE7-8 doesn't have border-radius, so don't indent the padding */
    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #92278f;
    font-size: 20px;
}

.search-query:focus + button {
    z-index: 3;
}

#custom-search-input .input-group-btn {
    position: absolute;
    font-size: 0;
    white-space: nowrap;
    right: 20px;
    top: 15px;
    z-index: 1000;
}
.divider {
    margin-top: 50px;
    margin-bottom: 50px;
    background-image: -moz-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
    background-image: -webkit-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
    background-image: -ms-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
    width: 95%;
    height: 1px;
}
.progress {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #eeeeee;
}
.progress .progress-bar.progress-bar-primary {
    background-image: -moz-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
    background-image: -webkit-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
    background-image: -ms-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
    -webkit-box-shadow: none;
    box-shadow: none;
}
.nav.main-tab {
    background: #eee;
    border-bottom: 3px solid #222534;
    border-radius: 3px 3px 0 0;
}
.nav.main-tab > li > a {
    color: #272727;
}
.nav.main-tab > li.active > a {
    background: #222534;
    color: #45aed6;
}
.nav.main-tab > li:first-child > a {
    border-radius: 3px 0 0 0;
}
.nav.main-tab > li:last-child > a {
    border-radius: 0 3px 0 0;
}
.tab-content {
    border: 1px solid #eee;
    border-top: 0;
    padding: 20px 20px 10px;
    border-radius: 0 0 3px 3px;
}
.panel-default {
    border-color: #eee;
}
.panel-default > .panel-heading img{
    margin: auto;
}
.students-menu{
    column-count: 2;
}
.panel-default > .panel-heading {
    background-color: #fff;
    border-color: #eee;
}
.panel-default > .panel-heading .panel-title {
    font-size: 14px;
    font-weight: normal;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #eee;
}
#statistics {
    padding: 87px 0 87px;
    background: #132125 url(../images/bg3.jpg) no-repeat 0 0;
    background-size: cover;
    color: #fff;
}
#statistics h1,
#statistics h2,
#statistics h3,
#statistics h4 {
    color: #fff;
}
#statistics strong {
    display: block;
    margin-bottom: 30px; font-size:22px; font-family: 'Raleway', sans-serif;
}
.animated-number {
    display: inline-block;font-family: 'Raleway', sans-serif;
    width: 180px;
    height: 180px;
    font-size: 29px;
    line-height: 180px;
    border: 5px solid #fff;
    border-radius: 100px;
    margin-bottom: 20px;
}

#announce {
    padding: 87px 0 87px 0; background:#f6f6f6; overflow:hidden;
}
#announce .view-all:hover{
    background: #d138cc;
    border-color: #a631a3;
}
#announce .view-all{
    border-radius: 0;
    padding: 15px 100px;
    background: #92278f;
    border-color: #882886;
}
#announce .announce-post {
    padding: 15px; background:#fff;
}
#announce .announce-post .item {
    height: 200px; }

#owl-example .item{ margin:15px;}



#announce .announce-post .post-format {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 34px;
    text-align: center;
    color: #fff;
    background: #222534;
    border: 3px solid #fff;
    border-radius: 100px;
}
#announce .announce-post.announce-large .entry-thumbnail {
    margin: -15px -15px 15px;
    position: relative;
}
#announce .announce-post.announce-large .entry-thumbnail img{
    max-width:100%;
    height: 255px;
}

#announce .announce-post.announce-large .post-format {
    width: 66px;
    height: 66px;
    line-height: 60px;
    position: absolute;
    right: 20px;
    bottom: -33px;
}
#announce .announce-post.announce-large .post-format > i {
    font-size: 20px;
}
#announce .announce-post.announce-large .entry-date {
    font-size: 12px;font-family: 'Raleway', sans-serif;
    display: block;
    margin-bottom: 5px; text-align:center;
    text-transform: uppercase;
    color: #45aed6;
}
#announce .announce-post.announce-large .entry-title {
    margin-top: 0;
    font-size: 18px;
    line-height: 1;
    margin-bottom: 15px;
}
#announce .announce-post.announce-large .entry-title a {
    color: #92278f;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: normal;
    font-family: 'Roboto-regular', sans-serif;
}
#announce .announce-post.announce-large .entry-title a:hover {
    color: #45aed6;
}
#announce .announce-post.announce-media {
    margin-bottom: 30px;
}
#announce .announce-post.announce-media .entry-thumbnail {
    margin: -15px 15px -15px -15px;
    position: relative;
}
#announce .announce-post.announce-media .post-format {
    position: absolute;
    top: 20px;
    right: -10px;
}
#announce .announce-post.announce-media .entry-date {
    font-size: 12px;
    display: block;
    margin-bottom: 5px;
    text-transform: uppercase;
    color: #45aed6;
}
#announce .announce-post.announce-media .entry-title {
    margin-top: 0;
    font-size: 18px;
    line-height: 1;
    margin-bottom: 15px;
}
#announce .announce-post.announce-media .entry-title a {
    color: #64686d;
}
#announce .announce-post.announce-media .entry-title a:hover {
    color: #45aed6;
}
#announce .announce-post .entry-meta {
    margin-top: 20px;
    border-top: 1px solid #eee;
    padding-top: 15px;
}
#announce .announce-post .entry-meta > span {
    display: inline-block;
    margin-right: 10px;
    color: #999;
}
#announce .announce-post .entry-meta > span > a {
    color: #999;
}
#announce .announce-post .entry-meta > span > a:hover {
    color: #45aed6;
}
#announce .btn.btn-primary{ font-family: 'Raleway', sans-serif; font-size:15px; margin-top:20px; padding:10px 30px;}

#program {
    padding: 87px 0 87px 0; background:#f6f6f6; overflow:hidden;
}
#program .view-all:hover{
    background: #d138cc;
    border-color: #a631a3;
}
#program .view-all{
    border-radius: 0;
    padding: 15px 100px;
    background: #92278f;
    border-color: #882886;
}
#program .announce-post {
    padding: 15px; background:#fff;
}
#program .announce-post .item {
    height: 200px; }

#owl-example .item{ margin:15px;}



#program .announce-post .post-format {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 34px;
    text-align: center;
    color: #fff;
    background: #222534;
    border: 3px solid #fff;
    border-radius: 100px;
}
#program .announce-post.announce-large .entry-thumbnail {
    margin: -15px -15px 15px;
    position: relative;
}
#program .announce-post.announce-large .entry-thumbnail img{ max-width:100%;}

#program .announce-post.announce-large .post-format {
    width: 66px;
    height: 66px;
    line-height: 60px;
    position: absolute;
    right: 20px;
    bottom: -33px;
}
#program .announce-post.announce-large .post-format > i {
    font-size: 20px;
}
#program .announce-post.announce-large .entry-date {
    font-size: 12px;font-family: 'Raleway', sans-serif;
    display: block;
    margin-bottom: 5px; text-align:center;
    text-transform: uppercase;
    color: #45aed6;
}
#program .announce-post.announce-large .entry-title {
    margin-top: 0;
    font-size: 18px;
    line-height: 1;
    margin-bottom: 15px;
}
#program .announce-post.announce-large .entry-title a {
    color: #92278f;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: normal;
    font-family: 'Roboto-regular', sans-serif;
}
#program .announce-post.announce-large .entry-title a:hover {
    color: #45aed6;
}
#program .announce-post.announce-media {
    margin-bottom: 30px;
}
#program .announce-post.announce-media .entry-thumbnail {
    margin: -15px 15px -15px -15px;
    position: relative;
}
#program .announce-post.announce-media .post-format {
    position: absolute;
    top: 20px;
    right: -10px;
}
#program .announce-post.announce-media .entry-date {
    font-size: 12px;
    display: block;
    margin-bottom: 5px;
    text-transform: uppercase;
    color: #45aed6;
}
#program .announce-post.announce-media .entry-title {
    margin-top: 0;
    font-size: 18px;
    line-height: 1;
    margin-bottom: 15px;
}
#program .announce-post.announce-media .entry-title a {
    color: #64686d;
}
#program .announce-post.announce-media .entry-title a:hover {
    color: #45aed6;
}
#program .announce-post .entry-meta {
    margin-top: 20px;
    border-top: 1px solid #eee;
    padding-top: 15px;
}
#program .announce-post .entry-meta > span {
    display: inline-block;
    margin-right: 10px;
    color: #999;
}
#program .announce-post .entry-meta > span > a {
    color: #999;
}
#program .announce-post .entry-meta > span > a:hover {
    color: #45aed6;
}
#program .btn.btn-primary{ font-family: 'Raleway', sans-serif; font-size:15px; margin-top:20px; padding:10px 30px;}

#program {
    padding: 87px 0 87px 0; background:#f6f6f6; overflow:hidden;
}
#announce .thumbnail{
    border: none;
}
/***********************
********* Footer ******
************************/
.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display:none;
}
#map{
}
#map .panel .panel-heading,
#map .panel{
    margin:0;
    padding:0;
    border-radius: 0;
}
#map .panel .panel-heading .nav-tabs > li{
    padding:0;
    margin:0;
    border-radius: 0;
}
#map .panel .panel-heading .nav-tabs > li > a,
#map .panel .panel-heading .nav-tabs,
#map .panel .panel-heading,
#map .panel{
    border: none;
    border-radius: 0;
    margin: 0;
}
#map .panel .panel-body{
    padding:0;
    background: none;
    border-radius: 0;
}
#map .panel .tab-content{
    border: none;
    padding: 0;
}

#map .panel .panel-heading .nav-tabs > li:nth-child(odd) > a,
#map .panel .panel-heading .nav-tabs > li:nth-child(odd) > a:active,
#map .panel .panel-heading .nav-tabs > li:nth-child(odd) > a:hover,
#map .panel .panel-heading .nav-tabs > li:nth-child(odd) > a:focus{
    background: #92278f;
    color: #fff;
}

#map .panel .panel-heading .nav-tabs > li:nth-child(even) > a,
#map .panel .panel-heading .nav-tabs > li:nth-child(even) > a:active,
#map .panel .panel-heading .nav-tabs > li:nth-child(even) > a:hover,
#map .panel .panel-heading .nav-tabs > li:nth-child(even) > a:focus{
    background: #13b4bd;
    color: #fff;
}

#map .panel .panel-heading .nav-tabs > li:nth-child(3n+0) > a,
#map .panel .panel-heading .nav-tabs > li:nth-child(3n+0) > a:active,
#map .panel .panel-heading .nav-tabs > li:nth-child(3n+0) > a:hover,
#map .panel .panel-heading .nav-tabs > li:nth-child(3n+0) > a:focus{
    background: #ed217b;
    color: #fff;
}
.extra-info{
    margin-top: 15px;
    border-top: 1px solid #585858;
    padding: 15px 15px;
    color:#f5f5f5;
}
#events {
    padding: 87px 0 87px;
    background: #132125 url(../images/bg.jpg) no-repeat 0 0;
    background-size: cover;
    color: #fff;
}
#events h1,
#events h2,
#events h3,
#events h4 {
    color: #fff;
}
#events strong {
    display: block;
    margin-bottom: 30px; font-size:22px; font-family: 'Raleway', sans-serif;
}
.events {
    display: inline-block;font-family: 'Raleway', sans-serif;
    width: 180px;
    height: 180px;
    font-size: 29px;
    line-height: 180px;
    border: 5px solid #fff;
    border-radius: 100px;
    margin-bottom: 20px;
}
.event-list {
    list-style: none;
    font-family: 'Lato', sans-serif;
    margin: 0px;
    padding: 0px;
    column-count: 2;
}
.event-list > li {
    box-shadow: 0px 0px 5px rgb(51, 51, 51);
    box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.7);
    padding: 0px;
    margin: 0px 0px 20px;
}
.event-list > li > time {
    display: inline-block;
    width: 100%;
    color: rgb(255, 255, 255);
    background-color: rgb(197, 44, 102);
    padding: 5px;
    text-align: center;
    text-transform: uppercase;
}
.event-list > li:nth-child(even) > time {
    background-color: rgb(165, 82, 167);
}
.event-list > li > time > span {
}
.event-list > li > time > .day {
    display: block;
    font-size: 46pt;
    font-weight: 100;
    line-height: 1;
}
.event-list > li time > .month {
    display: block;
    font-size: 24pt;
    font-weight: 900;
    line-height: 1;
}
.event-list > li > img {
    width: 100%;
}
.event-list > li > .info {
    padding-top: 5px;
    text-align: center;
}
.event-list > li > .info > .title {
    font-size: 17pt;
    font-weight: 700;
    margin: 0px;
}
.event-list > li > .info > .desc {
    font-size: 13pt;
    font-weight: 300;
    margin: 0px;
}
.event-list > li > .info > ul {
    display: table;
    list-style: none;
    margin: 10px 0px 0px;
    padding: 0px;
    width: 100%;
    text-align: center;
}
.event-list > li > .info > ul > li {
    display: table-cell;
    cursor: pointer;
    color: rgb(30, 30, 30);
    font-size: 11pt;
    font-weight: 300;
    padding: 3px 0px;
}
.event-list > li > .info > ul > li > a {
    display: block;
    width: 100%;
    color: rgb(30, 30, 30);
    text-decoration: none;
}

.event-list > li:nth-child(even) > .info:hover,
.event-list > li:nth-child(odd) > .info:hover,
.event-list > li:nth-child(3n+0) > .info:hover {
    cursor: pointer;
    opacity: 0.7;
}
.event-list > li:nth-child(even) > .info {
    background-color: rgb(237, 33, 123);
    overflow: hidden!important;
}
.event-list > li:nth-child(odd) > .info {
    background-color: rgb(19, 180, 189);
    overflow: hidden!important;
}
.event-list > li:nth-child(3n+0) > .info {
    background-color: rgb(146, 39, 143);
    overflow: hidden!important;
}

@media (min-width: 768px) {
    .event-list > li {
        position: relative;
        display: block;
        width: 100%;
        height: 120px;
        padding: 0px;
    }
    .event-list > li > time,
    .event-list > li > img  {
        display: inline-block;
    }
    .event-list > li > time,
    .event-list > li > img {
        width: 120px;
        float: left;
    }
    .event-list > li > time,
    .event-list > li > img {
        width: 120px;
        height: 120px;
        padding: 0px;
        margin: 0px;
    }
    .event-list > li > .info {
        position: relative;
        height: 120px;
        text-align: left;
        padding-right: 40px;
    }
    .event-list > li > .info > .title,
    .event-list > li > .info > .desc {
        padding: 0px 10px;
    }
    .event-list > li > .info > ul {
        position: absolute;
        left: 0px;
        bottom: 0px;
    }
    .event-list > li > .social {
        position: absolute;
        top: 0px;
        right: 0px;
        display: block;
        width: 40px;
    }
    .event-list > li > .social > ul {
        border-left: 1px solid rgb(230, 230, 230);
    }
    .event-list > li > .social > ul > li {
        display: block;
        padding: 0px;
    }
    .event-list > li > .social > ul > li > a {
        display: block;
        width: 40px;
        padding: 10px 0px 9px;
    }
}





@media only screen and (min-width: 768px) {
    #footer .social-icons {
        float: right;
    }
}
.form-control {
    box-shadow: none;
    -webkit-box-shadow: none;
}
@media (min-width: 768px) and (max-width:999px) {
    #main-menu.navbar-default .navbar-nav > li > a{ padding-left:8px; padding-right:8px; font-size:15px;}
    #meet-team .team-member{ margin-bottom:25px;}
    #meet-team .team-member .team-img, #meet-team .team-member .team-info h3 { text-align:center;}
    #meet-team .team-member .team-info span { text-align:center; display:block;}

}

@media (max-width:767px) {
    #meet-team .team-member{ margin-bottom:25px;}
    #meet-team .team-member .team-img, #meet-team .team-member .team-info h3 { text-align:center;}
    #meet-team .team-member .team-info span { text-align:center; display:block;}
    #blog .blog-post{ margin-bottom:20px;}

}

@media (max-width:500px){
    #blog .blog-post.blog-large .entry-thumbnail img, .team-img img{ width:100%;}
    .animated-number{ height:130px; width:130px; line-height:130px; font-size:22px;}
    #statistics strong{ font-size:17px;}
    #blog .blog-post.blog-large .entry-thumbnail{ padding-top:0px;}
}

.flags a{
    margin-left: 15px;
    color: #9d5994;
    padding: 5px;
}
.flags img{
    width: 40px;
    height: 30px;
    border: 1px solid #f9f9f9;
    box-shadow: -3px 3px 10px #d2d2d2;
}
.flags [class*="col-"]:hover a{
    background: #92278f;
    color: #fff;
}
.flags{
    text-align: left;
    margin-bottom: 15px;
}
#global-header{
    background-size: cover!important;
}
#global-header .absolute h1{
    color: #fff!important;
}
#global-header .absolute p a{}
#global-header .absolute p {
    color: #fff;
    text-transform: uppercase;
}
#global-header .absolute p a::after{
    content: '\003e';
    padding-left: 10px;
}
#global-header .absolute p a:last-child::after{
    content: '';
}
#global-header .absolute{
    padding: 30px 0 30px 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#fcb10100,endColorstr=#fcb10100)";
}
#global-header .program-card{
    display: block;
    border-top: 5px solid #ed217b;
    padding: 15px;
    margin-top: 35px;
    background: #fff;
}
#global-header .program-card .col-xs-4{
    font-weight:bold;
    font-size:16px;
}
#global-header .program-card .col-xs-8{}
.modal-open.container-1600{
    width:100%;
}

#content-section{
    background-attachment: fixed!important;;
    background-position: center!important;;
    background-repeat: no-repeat!important;;
    background-size: cover!important;
    padding: 75px 0;
    padding-top: 35px;
    min-height: 750px;
}
#content-section .news-box .dist {
    font-weight: bold;
    padding: 5px;
    vertical-align: top;
    display: inline-block;
    text-transform: uppercase;
}
#content-section .news-box .panel-footer i:hover {
    background: #929292;
}
#content-section .news-box .panel-footer i {
    padding: 7px 10px;
    border-radius: 5px;
    min-width: 33px;
    text-align: center;
}
#content-section .news-box .fa-facebook {
    color:#fff;
    background: #3b5998;
}
#content-section .news-box .fa-twitter {
    color:#fff;
    background:#00aced;
}
#content-section .news-box .fa-google-plus {
    color:#fff;
    background: #dd4b39;
}
#content-section .news-box .fa-linkedin {
    color:#fff;
    background: #2196F3;
}

#content-section .news-box.BodyListed .panel .panel-body p{
    min-height:150px;
    color: #000;
}
#content-section .news-box.BodyListed .panel .panel-body h2 {
    margin-bottom: 35px;
    color: #13b3bc;
}
#content-section .news-box.BodyListed .panel .panel-body h2 span label{
    position: relative;
    right: 0;
    display: block;
    margin-top: -2px;
    height: 6px;
    background: rgb(146, 39, 143);
    width: 40%;
}
#content-section .news-box.BodyListed .panel .panel-body h2 span{
    position:absolute;
    display:block;
    height: 2px;
    background: rgb(146, 39, 143);
    width: 60%;
    margin-top: 10px;
}
#content-section .news-box .panel{
    box-shadow: -3px 2px 12px rgb(232, 232, 232);
    border-radius: 0;
}
#content-section .news-box{
    margin-bottom: 35px;
}
#content-section .news-box .panel-footer .text-right a{
    background: #ed217b;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    display: inline-block;
}
#content-section .news-box .panel-footer .text-right a:hover{
    background: rgb(146, 39, 143);
}
#content-section .news-box .panel-footer{
    line-height: 20px;
}

.sidebar-box{
    margin-bottom:25px;
    border: none;
}
.sidebar-box .panel-heading {
    border:none;
    border-radius: 0;
}
.sidebar-box .panel-heading h3{
    color: #fff;
    text-align: center;
}

.sidebar-box .panel {
    border:none;
    box-shadow: none;
}
.sidebar-box .panel-body {
    border: none;
    max-height: 1322px;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 0 15px;
}
.sidebar-box .panel-body::-webkit-scrollbar              { width: 5px;background: transparent; }
.sidebar-box .panel-body::-webkit-scrollbar-corner      { background: transparent; }
.sidebar-box .panel-body::-webkit-scrollbar-track        { background: #f5f5f5; }
.sidebar-box .panel-body::-webkit-scrollbar-track-piece  { background: transparent; }

.sidebar-box .panel-body::-webkit-resizer                { background: transparent; }

.sidebar-box .panel-body::-webkit-scrollbar-button {
    background: #f5f5f5;
}
.sidebar-box .panel-body::-webkit-scrollbar-thumb {
    background: rgb(237, 33, 123);
}
.sidebar-box .panel-heading {
    background-color: rgb(237, 33, 123);
    overflow: hidden!important;
}

.sidebar-box .sidebar-item{
    margin-bottom: 2px;
    background: #f5f5f5;
    border-bottom: 1px solid #efefef;
    box-shadow: 0px 1px 3px #efefef;
    padding: 10px 0;
}
.sidebar-box .sidebar-item .img .block{
    height: 130px;
    width: 130px;
    overflow: hidden;
    background-position: center top!important;
    background-size: cover!important;
    border-radius: 5px;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 0%);
}
.sidebar-box .sidebar-item .img{
    text-align:center;
}
.sidebar-box .sidebar-item .details{}
.sidebar-box .sidebar-item .details blockquote h4{
    color: #92278f;
}
.sidebar-box .sidebar-item .details blockquote p{
    font-size: 1.2rem;
}
.sidebar-box .sidebar-item .details blockquote{
    margin: 0;
}
.sidebar-box .sidebar-item .fa-eye{
    cursor: pointer;
    color: #ec217c;
}

#content-section .program-content{
    border-top: 5px solid #ed217b;
    padding: 15px;
    margin-top: 35px;
    background: #fff;
}
#content-section .program-menu {
    margin-top:35px;
}
#content-section .program-menu a{
    display: block;
    padding: 15px;
    border:3px solid #fff;
    background: none;
    margin-bottom: 15px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size:18px;
    font-weight: bold;
}
#content-section .program-menu a:hover,
#content-section .program-menu a:first-child{
    background-color: rgb(19, 180, 189);
    border-color: rgb(16, 149, 156);
    color: #fff;
}
#content-section .about-menu {
    margin-top:35px;
}

#content-section .about-menu a{
    display: block;
    padding: 15px;
    border:3px solid #515151;
    background: none;
    margin-bottom: 15px;
    color: #515151;
    text-align: center;
    text-transform: uppercase;
    font-size:18px;
    font-weight: bold;
}

#content-section .about-menu .active:nth-child(even) > a,
#content-section .about-menu a:nth-child(even):hover {
    color: #fff!important;
    background: rgb(237, 33, 123);
    border-color: rgb(184, 26, 95)!important;
}
#content-section .about-menu .active:nth-child(odd) > a,
#content-section .about-menu a:nth-child(odd):hover {
    color: #fff;
    background: rgb(19, 180, 189);
    border-color: rgb(16, 149, 156);
}
#content-section .about-menu .active:nth-child(3n+1) > a,
#content-section .about-menu a:nth-child(3n+0):hover {
    color: #fff;
    background: rgb(146, 39, 143);
    border-color: rgb(116, 31, 113);
}

#content-section .program-trail{
    background: #3c3f44;
    padding: 15px;
    text-align: center;
}
#content-section .program-trail ul{
    list-style-type: none;
    padding:0;
    column-count: 8;
    border:none;
}
#content-section .program-trail ul > li{

    margin-bottom: 10px;
    min-height: 105px;
    max-height: 105px;
}
#content-section .program-trail ul > li > a > i,
#content-section .program-trail ul > li > a > span{
    display:block;
    text-align: center;
    border:none;
}
#content-section .program-trail ul > li > a > span{
    margin-top: 5px;
    border:none;
}
#content-section .program-trail ul > li > a{
    border:none;
    display: block;
    color: #fff;
    font-size: 16px;
    text-decoration: none!important;
}
#content-section .program-trail ul > li:nth-child(odd) > a:hover {
    color: rgb(237, 33, 123);
}
#content-section .program-trail ul > li:nth-child(even) > a:hover {
    color: rgb(19, 180, 189);
}
#content-section .program-trail ul > li:nth-child(3n+0) > a:hover {
    color: rgb(146, 39, 143);
}

#content-section .profile-contact form button{
    margin-top:15px;
}
#content-section .profile-contact form input
{
    margin-bottom:15px;
}
#content-section .profile-contact{
    border-top: 5px solid #ed217b;
    padding: 15px;
    margin-top: 35px;
    background: #fff;
}
#professor-login-modal .modal-dialog,
#student-login-modal .modal-dialog,
#announcementModal .modal-dialog{
    width: 600px;
    height: 600px;
    left: 50%;
    top: 50%;
    margin-left: -300px;
    margin-top: -300px;
}
#announcementModal .modal-dialog .modal-body{
    background-size: cover!important;
    background-position: center top!important;
    min-height: 300px;
}
#announcementModal .modal-dialog .modal-header{
    background-color: transparent;
    border-bottom: none;
}
#announcementModal .modal-dialog .modal-header h1{
    color: #93298e;
}
#announcementModal .modal-dialog .modal-footer button{
    background-color: rgb(146, 39, 143);
    border-color: rgb(126, 34, 123);
}

#announcementModal .modal-dialog .modal-footer{
    border: none;
}
.modal-backdrop.in{
    opacity: 0.7;
    z-index: 999;
}
.modal.in .modal-dialog{
    z-index: 9999;
}

#testimonialModal .modal-dialog{
    width: 600px;
    height: 600px;
    left: 50%;
    top: 50%;
    margin-left: -300px;
    margin-top: -300px;
}
#testimonialModal .modal-dialog .modal-body{
    min-height: 300px;
    text-align: left;
}
#testimonialModal .modal-dialog .modal-header{
    background-color: rgb(237, 33, 123);
}
#testimonialModal .modal-dialog .modal-header h1{
    color: #fff;
}
#testimonialModal .modal-dialog .modal-footer button{
    background-color: rgb(146, 39, 143);
    border-color: rgb(126, 34, 123);
}

#testimonialModal .modal-dialog .modal-footer{
    border: none;
}












#schedule{
}
#schedule .panel .panel-heading,
#schedule .panel{
    margin:0;
    padding:0;
    border-radius: 0;
    box-shadow: none;
}
#schedule .panel .panel-heading .nav-tabs > li{
    padding:0;
    margin:0;
    border-radius: 0;
}
#schedule .panel .panel-heading .nav-tabs > li > a,
#schedule .panel .panel-heading .nav-tabs,
#schedule .panel .panel-heading,
#schedule .panel{
    border: none;
    border-radius: 0;
    margin: 0;
}
#schedule .panel .panel-body{
    padding:0;
    background: none;
    border-radius: 0;
}
#schedule .panel .tab-content{
    border: none;
    padding: 0;
}

#schedule .panel .panel-heading .nav-tabs > li:nth-child(odd) > a,
#schedule .panel .panel-heading .nav-tabs > li:nth-child(odd) > a:hover{
    background: #92278f;
    color: #fff;
}

#schedule .panel .panel-heading .nav-tabs > li:nth-child(even) > a,
#schedule .panel .panel-heading .nav-tabs > li:nth-child(even) > a:hover{
    background: #13b4bd;
    color: #fff;
}

#schedule .panel .panel-heading .nav-tabs > li:nth-child(3n+0) > a,
#schedule .panel .panel-heading .nav-tabs > li:nth-child(3n+0) > a:hover{
    background: #ed217b;
    color: #fff;
}
#schedule .panel .panel-heading .nav-tabs > .active a,
#schedule .panel .panel-heading .nav-tabs > li:nth-child(odd) > a:focus,
#schedule .panel .panel-heading .nav-tabs > li:nth-child(even) > a:focus,
#schedule .panel .panel-heading .nav-tabs > li:nth-child(3n+0) > a:focus,
#schedule .panel .panel-heading .nav-tabs > li:nth-child(odd) > a:active,
#schedule .panel .panel-heading .nav-tabs > li:nth-child(even) > a:active,
#schedule .panel .panel-heading .nav-tabs > li:nth-child(3n+0) > a:active{
    background: #adadad!important;
    color: #000!important;
}
#schedule .table-responsive thead > tr > th{
    border-bottom: none;
}

#schedule .table-responsive thead > tr > th:nth-child(odd){
    background: #4d8cdb;
    color: #fff;
}
#schedule .table-responsive thead > tr > th:nth-child(even){
    background: #3967a0;
    color: #fff;
}
#schedule .table-responsive tr > th:first-child{
    background: #4d8cdb;
    color: #fff;
}

#schedule .table-responsive tbody > tr > td:nth-child(even){
    background: #9e9e9e2e;
}
#schedule .timetable{
    border: 1px solid #ddd;
}
#schedule .table-responsive{
    margin-top: 35px;
}


.sapt-imp{
    background: #ed217b;
    color: #fff;
}
.sapt-imp h5{
    color: #fff;
}

.sapt-par{
    background: rgb(19, 180, 189);
    color: #fff;
}
.sapt-par h5{
    color: #fff;
}

#profile {
    margin-top: 45px;
}
#profile h3{
    margin-bottom: 10px;
}
#profile .team-member {
    padding: 13px;
    background: #eeeeee;
    border: 2px solid #eeeeee;
    transition: border-color 400ms;
    -webkit-transition: border-color 400ms;
}
#profile .team-member .team-img {
    margin: -15px -15px 0 -15px;
}


#profile .team-member .team-info {
    /*  padding-bottom: 10px;
      border-bottom: 1px solid #dbdbdb;
      margin-bottom: 10px;*/
}

#profile .team-info h3{ margin-bottom:0px;}

#profile .panel-profile .panel-heading {
    height: 150px;
    background-size: cover;
}
#profile .panel-profile-img {
    max-width: 100px;
    margin-top: -70px;
    margin-bottom: 5px;
    border: 3px solid #fff;
    border-radius: 100%;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}
#profile .mb10{ margin-bottom:10px}

#profile .team-member button{
    background: #ed217b;
    color: #fff;
    border-radius: 30px;
    padding: 5px 25px;
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
    display: block;
    margin: auto;
    margin-top: 25px;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

#profile .team-member button:hover{
    background: #ff4b9a;
}
.slide-up-container {
    overflow: hidden;
    top: 0;
}
.slide-up-item.active {
    display: block;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.slide-up-item {
    font-size: 14px;
    color: #fff;
    position: absolute;
    cursor: pointer;
    display: none;
    top: 0;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background: rgba(80, 80, 80, 0.50);
}
.slide-up-item a > span > b {
    color:#2a95be;
}
.slide-up-item a > span {
    padding: 12px 5px;
    color: #fff;
}
.slide-up-item a > strong {
    padding: 12px 5px;
    display: inline-block;
    background: #903394;
    color: #fff;
}
.responder{
    box-shadow: 3px 3px 13px #d4d4d4;
}
.admission-card-banner {
    display: flex;
    position: relative;
    overflow: hidden;
    background-color: #fff;
    background-size: cover;
    border-radius: 5px;
}
.admission-card-banner .card-body {
    background-size: cover;
    position: relative;
    z-index: 10;
}
/* overlay effects */
.admission-card-banner .overlay-cover {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    width: 100%;
}
.admission-card-banner .overlay {
    background-color: rgba(0,0,0,0.65);
    z-index: 10;
    padding: 1.25rem;
    color: #fff;
    position: relative;
    margin: auto;
    width: 80%;
    bottom: -20%;
}
.admission-card-banner.active{
    -webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
    filter: grayscale(100%);
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.admission-card-banner.active:hover{
    -webkit-filter: grayscale(0%); /* Chrome, Safari, Opera */
    filter: grayscale(0%);
}
.overlay .btn-warning{
    background-color: #ed217b;
    border-color: #c31c66;
}
.overlay .btn-warning:hover{
    background-color: #f92381;
    border-color: #d51f6f;
}
.overlay .card-title{
    color: #fff;
    text-transform: uppercase;
}
.center-text-info{
    text-align: center;
    background: url("../images/bg5.jpg");
    background-position: center top;
    background-size: cover;
    font-size: 32px;
}
.center-text-info .over-overlay{
    z-index: 10;
    color: #fff;
    position: relative;
}
.center-text-info .overlay{
    background-color: rgba(0,0,0,0.65);
    z-index: 10;
    color: #fff;
    padding: 150px 0;
    position: relative;
    line-height: 1.2em;
}

.image-large img{
    width:100%;
}
.image-large{
    overflow: hidden;
}
/*footer*/
.col_white_amrc { color:#FFF;}
footer { width:100%; background-color:#3c3f44; min-height:250px; padding: 10px 15px 25px 15px;}
.pt2 { padding-top:40px ; margin-bottom:20px ;}
footer p { font-size:13px; color:#CCC; padding-bottom:0px; margin-bottom:8px;}
.mb10 { padding-bottom:15px ;}
.footer_ul_amrc {  list-style-type:none ; font-size:14px; padding-left: 20px; }
.footer_ul_amrc li {padding:0px 0px 5px 0px;}
.footer_ul_amrc li a{ color:#CCC;}
.footer_ul_amrc li a:hover{ color:#fff; text-decoration:none;}
.fleft { float:left;}
.padding-right { padding-right:10px; }

.footer_ul2_amrc {margin:0px; list-style-type:none; padding:0px;}
.footer_ul2_amrc li p { display:table; }
.footer_ul2_amrc li a:hover { text-decoration:none;}
.footer_ul2_amrc li i { margin-top:5px;}

.bottom_border { border-bottom:1px solid #525252; padding-bottom:20px;}

.logo_footer { text-align: center  }
.lineborder{
    width: 35%;
    height: 2px;
    margin-top: 10px;
    display: block;
    background: #ed217a;
}
.inlined-footer-link{
    display: inline-block!important;
}
#events-card-list {}
.events-card {
    width: 100%;
    background-size: cover!important;
    background-position: left!important;
    background-repeat: no-repeat!important;
    display: inline-block;
    border-radius: 8px;
    -webkit-box-shadow: 0 8px 12px 0 rgba(31, 122, 230, 0.17);
    box-shadow: 0 8px 12px 0 rgba(31, 122, 230, 0.17);
    margin-bottom: 15px;
}
#events-card-list .color-overlay {
    border-radius: 8px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(42, 159, 255, 0.2)), color-stop(60%, #212120), to(#212120));
    background: linear-gradient(to right, rgba(42, 159, 255, 0.2) 0%, #212120 50%, #212120 100%);
    background-blend-mode: multiply;
}

#events-card-list h1,
#events-card-list h2,
#events-card-list h3 {
    font-family: "Montserrat", helvetica, arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 1;
    font-weight: 400;
}

#events-card-list .events-content {
    width: 50%;
    display: block;
    position: relative;
    float: right;
    padding-right: 1em;
}
#events-card-list .events-content .events-title {
    color: #ffffff;
    margin-bottom: .25em;
    opacity: .75;
}
#events-card-list .events-content .events-info {
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #2a9fff;
    line-height: 1;
    margin: 0;
    font-weight: 700;
    opacity: .5;
    margin-bottom: 10px;
}
#events-card-list .events-content .events-info-location:before {
    font-family: "FontAwesome", cursive;
    content: "\f124";
    color: #fff;
    opacity: 1;
    margin-right: 10px;
}
#events-card-list .events-content .events-info-location {
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #2a9fff;
    line-height: 1;
    margin: 0;
    font-weight: 700;
    opacity: .5;
    margin-bottom: 10px;
}
#events-card-list .events-content .events-info-duration:before {
    font-family: "FontAwesome", cursive;
    content: "\f017";
    color: #fff;
    opacity: 1;
    margin-right: 10px;
}
#events-card-list .events-content .events-info-duration {
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #2a9fff;
    line-height: 1;
    margin: 0;
    font-weight: 700;
    opacity: .5;
    margin-bottom: 10px;
}
#events-card-list .events-content .events-header {
    margin-bottom: 2em;
}
#events-card-list .events-content .events-desc {
    font-weight: 300;
    opacity: .84;
    margin-bottom: .8em;
    min-height: 125px;
}

#events-card-list .btn {
    padding: .8em 2em;
    background-color: rgba(255, 255, 255, 0.2);
    color: white;
}

#events-card-list .btn-outline {
    background-color: transparent;
    border: 3px solid #ffffff;
    float: right;
}

#events-card-list .btn::before {
    font-family: 'FontAwesome', cursive;
    content: '\f101';
    vertical-align: middle;
    font-size: 1.5em;
    padding-right: .5em;
}

#events-card-list .btn-outline:hover {
    border-color: #92278f;
    color: #92278f;
    -webkit-box-shadow: 0px 1px 8px 0px rgba(245, 199, 0, 0.2);
    box-shadow: 0px 1px 8px 0px rgba(245, 199, 0, 0.2);
}

#events-card-list .events-share {
    padding: 1em;
    display: inline-block;
    width: 15%;
}

#events-card-list .events-share__icon i {
    font-size: 1.2em;
    margin-left: .5em;
    color: #ffffff;
    mix-blend-mode: lighten;
    opacity: .4;
}

#events-card-list .events-share__icon i:hover {
    opacity: 1;
    mix-blend-mode: lighten;
}

@media (max-width: 1000px) {
    #events-card-list .events-content {
        width: 50%;
        max-width: 95%;
    }
}
@media (max-width: 800px) {

}
@media (max-width: 600px) {
    #events-card-list .events-card, .events-card:nth-child(2), .events-card:nth-child(3) {
        background-position: 50% 0%;
        background-size: cover;
    }

    #events-card-list .color-overlay {
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(42, 159, 255, 0.2)), color-stop(60%, #212120), to(#212120));
        background: linear-gradient(to bottom, rgba(42, 159, 255, 0.2) 0%, #212120 60%, #212120 100%);
    }

    #events-card-list .events-content {
        padding-bottom: 15px;
        width: 90%;
    }

    #events-card-list .events-share {
        display: block;
        width: 100%;
    }
    #events-card-list .events-content .events-info-duration,
    #events-card-list .events-content .events-info-location,
    #events-card-list .events-content .events-info,
    #events-card-list .events-content .events-title{
        opacity: 1;
    }
}



.gallery-cell {
    width: 25%;
    margin-right: 10px;
    counter-increment: gallery-cell;
}

/* cell number */
.gallery-cell:before {
    display: block;
    text-align: center;
    line-height: 200px;
    font-size: 80px;
    color: white;
}

.container-1600{
    width: 100%;
}

#ConsentCard{
    position: fixed;
    bottom: 0;
    left:0;
    right:0;
    padding:0;
    border-radius: 0;
    z-index: 3000;
}

.consentCard ul{
    list-style-type: none;
    padding: 0;
}
.consentCard ul > li > a{
    text-decoration: none;
}
.consentCard ul > li{
    padding:5px 0;
}
.consentCard ul a,
.consentCard .btn{
    -webkit-transition: all 150ms ease-out;
    -moz-transition: all 150ms ease-out;
    -o-transition: all 150ms ease-out;
    transition: all 150ms ease-out;
}

.defaultStyle .modal-lg{
    width: 1024px;
    margin: 5% auto;
}
.modal-open{
    overflow: hidden!important;
}
.defaultStyle .modal-open .modal{
    background: rgba(0, 0, 0, 0.72);
    z-index: 20000;
}
.defaultStyle .modal-header{
    border-bottom: none;
}
.defaultStyle .modal-content{
    border-radius: 0;
}
.defaultStyle .modal-body{
    height: 70vh;
    overflow-y: scroll;
}

/**DEFAULT STYLE - CONSENT BOX**/
.defaultStyle .panel{
    margin: 0;
    border-radius: 0;
    background: #252525;
    border: none;
    color: #fff;
}

.defaultStyle span > i{
    color: #4278bc;
}

.defaultStyle .denie{
    background: #c9302c;
    border-color: #b42b27;
    color: #fff;
}
.defaultStyle .denie:hover{
    background: #ae2a26;
    border-color: #8e221f;
}
.defaultStyle .accept{
    background: #4278bc;
    border-color: #3d70af;
    color: #fff;
}
.defaultStyle .accept:hover{
    background: #38659f;
    border-color: #2b4e7a;
}
/**DEFAULT STYLE - MODAL BOX**/
.defaultStyle .modal-content{
    background: #fff;
}
.defaultStyle .modal-header{
    background: #f3f3f3;
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .defaultStyle .modal-lg{
        margin: 0!important;
        width: 100%!important;
    }
    .defaultStyle .modal-footer{
        position: absolute;
        width: 100%;
        bottom: 0;
    }
    .defaultStyle .modal-dialog {
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
    }

    .defaultStyle .modal-content {
        height: auto;
        min-height: 100%;
        border-radius: 0;
    }
}

/* Small devices (portrait tablets and large phones, width between 600px and 900px) */
@media only screen and (min-width: 601px) and (max-width: 900px) {
    .defaultStyle .modal-lg{
        margin: 0!important;
        width: 100%!important;
    }
    .defaultStyle .modal-footer{
        position: absolute;
        width: 100%;
        bottom: 0;
    }
    .defaultStyle .modal-dialog {
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
    }

    .defaultStyle .modal-content {
        height: auto;
        min-height: 100%;
        border-radius: 0;
    }
}

/* Medium devices (landscape tablets, small laptops, width between 901px and 1280px) */
@media only screen and (min-width: 901px) and (max-width: 1280px) {
    .defaultStyle .modal-lg{
        margin: 0!important;
        width: 100%!important;
    }
    .defaultStyle .modal-footer{
        position: absolute;
        width: 100%;
        bottom: 0;
    }
    .defaultStyle .modal-dialog {
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
    }

    .defaultStyle .modal-content {
        height: auto;
        min-height: 100%;
        border-radius: 0;
    }
}

.drive-list-view .name {
    width: 60%
}

.drive-list-view .name.truncate {
    max-width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.drive-list-view .type {
    width: 15px
}

.drive-list-view .date,
.drive-list-view .size {
    max-width: 60px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.drive-list-view a {
    color: #494d55
}

.drive-list-view a:hover {
    color: #40babd
}

.theme-2 .drive-list-view a:hover {
    color: #6dbd63
}

.theme-3 .drive-list-view a:hover {
    color: #497cb1
}

.theme-4 .drive-list-view a:hover {
    color: #ec6952
}

.drive-list-view td.date,
.drive-list-view td.size {
    color: #a2a6af
}

#custom-page img{
    max-width: 100%;
    margin-bottom: 15px;
}
*[id^="custom-page"]{
    padding: 50px 0;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    background-position: center top;
}
.page-body p,
.page-body span{
    font-weight: normal;
}
.single_caption h1,
.single_caption h2{
    color: #fff;
}
.single_caption{
    max-width: 90%;
    left:30px;
    bottom: 20px;
    position: absolute;
    background: rgba(0,0,0,.4);
    padding: 15px 20px;
}
.single_banner_inner{
    padding: 50px 0;
    min-height:450px;
    position: relative;
}
#global-banner{
    background-size: cover !important;
}

.m-b-60{
    margin-bottom: 60px;
}

.bg-brand-warning {
    background: #cc69dd;
}
.bg-brand-warning-med {
    background: #c063d0;
}
.bg-brand-warning-darker {
    background: #ab58b9;
}
.bg-brand-warning-darkest {
    background: #7f4189;
}
.bg-brand-warning-darkest h1,
.bg-brand-warning-darkest h2,
.bg-brand-warning-med h1,
.bg-brand-warning-med h2,
.bg-brand-warning-darker h1,
.bg-brand-warning-darker h2,
.bg-brand-warning h1,
.bg-brand-warning h2,
.bg-brand-warning-darkest p,
.bg-brand-warning-med p,
.bg-brand-warning-darker p,
.bg-brand-warning p{
    color: #fff!important;
}

.text-warning {
    color: #cc69dd;
}
.text-warning-darker {
    color: #c063d0;
}
.text-big{
    font-size: 8em;
    font-weight: 800;
    margin: 0;
    line-height: .9em!important;
    text-transform: uppercase;
}
.triangle-right {
    position: absolute!important;
    top: 20%;
    z-index: 1000;
    right: -9%;
    font-size: 2em;
}

.btn-white {
    background-color: #fff;
    transition: .5s;
    color: #000;
}
.btn-circle {
    width: 60px;
    height: 60px;
    line-height: 70px;
    padding: 0;
    border-radius: 50%;
    border: none;
}
.inner-container-small {
    padding-bottom: 3em;
    padding-top: 4em;
    padding-left: 3em;
    padding-right: 3em;
}
.btn-black {
    background-color: #000;
    transition: .5s;
    color: #fff;
}
.overlay-light {
    background: url(../images/overlay_diagonal_light.png)repeat;
    width: 100%!important;
    height: 100%!important;
    min-height: 100%!important;
    z-index: 0;
    overflow: hidden;
}
.bg-white {
    background: #fff;
    color: #000;
}
.inner-container {
    padding: 5em;
}
.bg-white [class*="accent-rule-short"], .modal [class*="accent-rule-short"] {
    border-top: 1px solid rgba(0, 0, 0, 0.2) !important;
}
.accent-rule-short {
    width: 70px;
    height: 1px;
    position: relative;
    margin: 0 auto 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.35);
}
.text-callout {
    font-size: 2.75em;
    font-weight: 300;
    line-height: 1.1em;
    margin-bottom: 1em;
}
#custom-page .nav-tabs li {
    background-color: #e0e5e6;
    border-radius: 0;
    color: #fff;
}
#custom-page .nav-tabs.nav-justified > li > a {
    border-bottom: 0!important;
}
#custom-page .nav-tabs .large a {
    font-size: 18px!important;
    line-height: 1!important;
}
#custom-page .nav-tabs .large a,
#custom-page .heading-progress h4 {
    text-transform: uppercase;
}
#custom-page .navbar-custom a,
#custom-page .nav-tabs .large a,
#custom-page .text-callout, .text-big,
#custom-page .circle-text {
    font-family: "Open Sans Condensed",Arial,sans-serif;
    margin-top: 0;
}
@media (min-width: 768px) {
    #custom-page .nav-tabs li > a {
        border: 1px solid #fff;
    }
}
#custom-page .nav-tabs li > a {
    color: #8b9ea2;
    padding: 1em;
    font-weight: 700;
}
#custom-page .nav-tabs > li > a:hover {
    border: 1px solid #fff;
    background-color: #6f868b;
    border-radius: 0;
    color: #fff;
}
#custom-page .nav-tabs > li.active > a,
#custom-page .nav-tabs > li.active > a:hover,
#custom-page .nav-tabs > li.active > a:focus {
    color: #fff;
    background-color: #4d5d60;
    border: 1px solid #fff;
    border-radius: 0;
    font-weight: 700;
}

.box1{background: rgba(19, 179, 188, 0.60);}
.box2{background: rgba(146, 39, 143, 0.60);}
.box3{background: rgba(236, 33, 124, 0.60);}



#author a{
    color: #fff;
    text-decoration: none;

}

.contact-widget a:hover,
.contact-widget a:hover h3{
    color: #581879;
}
.contact-widget h3,
.contact-widget a{
    color: #fff;
}
.contact-widget i{
    padding: 25px 0;
}
#about-us-accordion .panel{
    border: none;
    border-radius: 0;
    box-shadow: none;
    /* margin: 0 30px 10px 30px;*/
    overflow: hidden;
    position: relative;
}
#about-us-accordion .panel-heading{
    padding: 0;
    border: none;
    border-radius: 0;
    position: relative;
}
#about-us-accordion .panel-title a{
    display: block;
    padding: 15px 20px;
    margin: 0;
    background: #ec217c;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #fff;
    border-radius: 0;
    position: relative;
}
#about-us-accordion .panel-title a.collapsed{ background: #92278f;}
#about-us-accordion .panel-title a:before,
#about-us-accordion .panel-title a.collapsed:before{
    content: "\f068";
    font-family: fontawesome;
    width: 30px;
    height: 30px;
    line-height: 25px;
    border-radius: 50%;
    background: #ec217c;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    text-align: center;
    border: 3px solid #fff;
    position: absolute;
    top: 10px;
    right: 14px;
}
#about-us-accordion .panel-title a.collapsed:before{
    content: "\f067";
    background: #c135bd;
    border: 4px solid #771f75;
}
#about-us-accordion .panel-title a:after,
#about-us-accordion .panel-title a.collapsed:after{
    content: "";
    width: 17px;
    height: 7px;
    background: #fff;
    position: absolute;
    top: 22px;
    right: 0;
}
#about-us-accordion .panel-title a.collapsed:after{
    width: 19px;
    background: #771f75;
}
#about-us-accordion .panel-body{
    border-left: 3px solid #ec217c;
    border-top: none;
    background: #fff;
    /*font-size: 15px;*/
    color: #1c2336;
    line-height: 27px;
    position: relative;
}
#about-us-accordion .panel-body:before{
    content: "";
    height: 3px;
    width: 50%;
    background: #ec217c;
    position: absolute;
    bottom: 0;
    left: 0;
}
#about-us-accordion .panel-body p{
    padding: 10px;
}
.fb-profile{
    padding: 15px;
    background: #fff;
    border: 1px solid #f9f9f9;
    box-shadow: -3px 3px 20px #d2d2d2;
    border-top: none;
    margin-top: 70px;
    margin-bottom: 50px;
    border-radius: 0 0 3px 3px;
}

.biography > h1{
    padding-bottom: 10px;
    border-bottom: 1px solid #dddfe2;
}
.biography{
    padding: 15px;
    background: #fff;
    border: 1px solid #f9f9f9;
    box-shadow: -3px 3px 20px #d2d2d2;
    border-top: none;
    margin-bottom: 50px;
    border-radius: 0 0 3px 3px;
}
.fb-profile .fb-image-lg{
    z-index: 0;
    width: 100%;
    height: 375px;
    background-position: center center!important;
    background-size: cover!important;
    margin-bottom: 10px;
    border: 1px solid #e0e0e0;
}
.fb-image-profile
{
    margin: -90px 10px 0px 50px;
    z-index: 9;
    width: 228px;
    height: 228px;
    background-position: center top!important;
    background-size: cover!important;
    display:inline-block;
}
.fb-profile-text{
    display:inline-block;
    vertical-align: top;
}
.fb-profile-text > h1{
    display: inline-block;
}
.fb-profile-text .description .fa{
    cursor: pointer;
    color: #92278f;
}
.fb-profile-text > h3{
    margin-top: 0;
}
.profile-button a{
    border-radius: 0!important;
    margin-top:0!important;
}
.profile-button{
    padding:15px;
}
.partner-flags > li > a{
    color: #92278f;
    margin-left: 10px;
}
.partner-flags > li:hover{
    background: #fff;
}
.partner-flags > li{
    border: none;
    padding: 10px 15px;
    background: #eeeeee;
    margin-bottom:10px;
}
.partner-flags{
    padding: 0;
    list-style-type: none;
}






.animate {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.info-card {
    width: 100%;
    border: 1px solid rgb(215, 215, 215);
    position: relative;
    font-family: 'Lato', sans-serif;
    margin-bottom: 20px;
    overflow: hidden;
    min-height: 350px;
}
.info-card > img {
    width: 100px;
    margin-bottom: 60px;
}
.info-card .info-card-details,
.info-card .info-card-details .info-card-header  {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: -100%;
    left: 0;
    padding: 15px;
    background: rgb(255, 255, 255);
}
.info-card .info-card-details::-webkit-scrollbar {
    width: 8px;
}
.info-card .info-card-details::-webkit-scrollbar-button {
    width: 8px;
    height: 0px;
}
.info-card .info-card-details::-webkit-scrollbar-track {
    background: transparent;
}
.info-card .info-card-details::-webkit-scrollbar-thumb {
    background: rgb(160, 160, 160);
}
.info-card .info-card-details::-webkit-scrollbar-thumb:hover {
    background: rgb(130, 130, 130);
}

.info-card .info-card-details .info-card-header {
    height: auto;
    bottom: 100%;
    padding: 10px 5px;
}
.info-card:hover .info-card-details {
    bottom: 0px;
    overflow: auto;
    padding-bottom: 25px;
}
.info-card:hover .info-card-details .info-card-header {
    position: relative;
    bottom: 0px;
    padding-top: 45px;
    padding-bottom: 25px;
}
.info-card .info-card-details .info-card-header h1{
    color: rgb(62, 62, 62);
    font-size: 22px;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0 !important;
    padding: 0 !important;
}

/* Important part */
.modal-dialog{
    overflow-y: initial !important
}
.modal-body{
    overflow-y: auto;
}

.home-specs .entry-header,
.owl-item .caption .entry-header{
	min-height: 250px;
}
.home-specs .entry-content p,
.owl-item .caption .entry-content p{
	min-height: 130px;
}

#importantModal .modal-dialog{
    width: 600px;
    min-height: 600px;
    left: 50%;
    top: 50%;
    margin-left: -300px;
    margin-top: -300px;
}
#importantModal .modal-footer,
#importantModal .modal-header{
    border:none;
}
.owl-item .entry-header h2{
    min-height: 60px;
}
.owl-item .entry-content p{
    min-height:130px
}
.sticky{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    border-bottom: 1px solid #e6e6e6!important;
}

.btn-breadcrumb{
    width: 100%;
    background-color: #fff;
    border-radius: 0;
    border: solid 1px #ccc;
    margin-top: 15px;
    text-transform: capitalize;
}
.btn-breadcrumb .btn.btn-primary:hover{
    background: #e6e6e6!important;
    color: #000;
}
.btn-breadcrumb .btn.btn-primary{
    background: #fff!important;
    color:#454545!important;
}
.btn-breadcrumb .btn{
    border-color: transparent; border: 0px solid transparent;
    border-right: 1px solid transparent !important;
    font-size: 11px;
}
.breadcrumb-default{ background-color: #f5f5f5; }

.btn-breadcrumb .btn:last-child {font-weight: bold;}
.btn-breadcrumb .btn:last-child:after{margin-left: -2px;}
.btn-breadcrumb .btn:last-child:before{margin-left: -1px;}

.btn-breadcrumb .btn-derecha{
    float: right;
    margin-right: 0px;
    padding: 6px 10px 6px 10px !important;
    margin-left: 0px !important;
    border-radius: 0px !important;
}
.btn-breadcrumb .btn-derecha:first-child {
    border-top-right-radius: 2px !important;
    border-bottom-right-radius: 2px !important;
}

.btn-breadcrumb .btn-derecha:after, .btn-breadcrumb .btn-derecha:before{
    content: none !important;
}

.btn-breadcrumb .btn:after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 13px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 10px solid white;
    position: absolute;
    top: 50%;
    margin-top: -14px;
    margin-left: 0px;
    left: 100%;
    z-index: 3;
}
.btn-breadcrumb .btn:before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 13px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 10px solid rgb(173, 173, 173);
    position: absolute;
    top: 50%;
    margin-top: -14px;
    margin-left: 1px;
    left: 100%;
    z-index: 3;
}

/** The Spacing **/
.btn-breadcrumb .btn {padding:6px 12px 6px 24px;}
.btn-breadcrumb .btn:first-child {padding:6px 6px 6px 10px;}
.btn-breadcrumb .btn:last-child {padding:6px 18px 6px 24px;}

/** Default button **/
.btn-breadcrumb .btn.btn-default:after { border-left: 10px solid #fff;}
.btn-breadcrumb .btn.btn-default:hover:after {border-left: 10px solid #e6e6e6;}
.btn-breadcrumb .btn.btn-default:hover:before,
.btn-breadcrumb .btn.btn-default:before {border-left: 10px solid #adadad;}

/** Default button **/
.btn-breadcrumb .btn.btn-primary:after { border-left: 10px solid #fff;}
.btn-breadcrumb.open .btn.btn-primary:after,
.btn-breadcrumb .btn.btn-primary:focus:after,
.btn-breadcrumb .btn.btn-primary:active:after,
.btn-breadcrumb .btn.btn-primary:hover:after
{border-left: 10px solid #e6e6e6;}

.btn-breadcrumb.open .btn.btn-primary:before,
.btn-breadcrumb .btn.btn-primary:hover:before,
.btn-breadcrumb .btn.btn-primary:focus:before,
.btn-breadcrumb .btn.btn-primary:active:before,
.btn-breadcrumb .btn.btn-primary:before {border-left: 10px solid #adadad;}




.breadcrumb-default{ border: solid 1px #ddd; }

/** Info button **/
.btn-breadcrumb .btn.btn-info {background: #f72382;}
.btn-breadcrumb .btn.btn-info:hover {background: #d01d6d;}
.btn-breadcrumb .btn.btn-info:after {border-left: 10px solid #f72382;}
.btn-breadcrumb .btn.btn-info:hover:after {border-left: 10px solid #d01d6d;}

.btn-breadcrumb .btn.btn-info:hover:before,
.btn-breadcrumb .btn.btn-info:before {border-left: 10px solid #b3195e;}
.breadcrumb-info{ border: solid 1px #91154d; }

#main-menu .navbar-default{
    border-radius: 0;
}

.pinkBg {
    background-color: #96278e!important;
    background-image: linear-gradient(90deg, #ec217c, #13b3bc);
}

.intro-banner-vdo-play-btn{
    height: 30px;
    width: 60px;
    position: relative;
    /* top: 50%; */
    /* left: 50%; */
    float: right;
    top: 40px;
    right: 25px;
    text-align: center;
    margin: -30px 0 0 -30px;
    border-radius: 100px;
    z-index: 1;
    border: none;
    color: #fff;
}
.intro-banner-vdo-play-btn .ripple{
    position: absolute;
    width: 80px;
    height: 80px;
    z-index: -1;
    left: 50%;
    top: 50%;
    opacity: 0;
    margin: -40px 0 0 -40px;
    border-radius: 100px;
    -webkit-animation: ripple 1.8s infinite;
    animation: ripple 1.8s infinite;
}

@-webkit-keyframes ripple{
    0%{
        opacity:1;
        -webkit-transform:scale(0);
        transform:scale(0)
    }
    100%{
        opacity:0;
        -webkit-transform:scale(1);
        transform:scale(1)
    }
}
@keyframes ripple{
    0%{
        opacity:1;
        -webkit-transform:scale(0);
        transform:scale(0)
    }
    100%{
        opacity:0;
        -webkit-transform:scale(1);
        transform:scale(1)
    }
}
.intro-banner-vdo-play-btn .ripple:nth-child(2){
    animation-delay:.3s;
    -webkit-animation-delay:.3s
}
.intro-banner-vdo-play-btn .ripple:nth-child(3){
    animation-delay:.6s;
    -webkit-animation-delay:.6s
}


.ser-col{
    width: 100%;
    height: auto;
    text-align: center;
    padding: 20px;
    position: relative;
    background: #fff;
    border: 1px solid #f1f1f1;
    box-shadow: -3px 3px 14px #f1f1f1;
    margin-bottom: 15px;
}

.icon-col{
    width:50px;
    height:50px;
    border-radius: 50%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}
.icon-col img{
    width: 100%;
    height: 100%;
}
.circle {
    position: absolute;
    bottom: -11px;
    right: -24px;
    z-index: 99;
}

.ser-col h2{color:#777;
    margin-bottom: 20px;}

.ser-col p{color:#3e3b3b;
    margin-bottom: 20px;}

/*====== service 1 ====*/
.ser-1 .icon-col{border: solid 1px #e6e6e6;}

#program  .nav-tabs{
    border:none;
}
#program  .nav > li{
}
#program  .nav > li:last-child .btn-info{
    border:none!important;
}
#program .btn-info:hover,
#program .nav > li.active .btn-info{
    background: #fff;
    color: #92278f;
}
#program .btn-info{
    border-radius: 0;
    border: none;
    background-color: #92278f;
    border-color: #a72fa3;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    font-size: 1.5rem;
    margin: 0;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}
#program .tab-content{
    padding:0;
    margin-top:35px;
    border: none;
}
.contact a{
    display: inline-block;
    vertical-align: middle;
    padding-left: 15px;
}
.contact .fa{
    width: 24px;
    height: 24px;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    padding-top: 3px;
    vertical-align: middle;
}
.contact .location{
    background: #92278f;
}
.contact .phone{
    background: #13b4bd;
}
.contact .email{
    background: #ed217c;
}
.contact h4{
    color: #878787;
    padding-top:20px;
}
.menu-social .social-button::before,
.menu-social .social-button::after{
    display:none!important;
}
.menu-social {
    text-align: center;
    margin-top: 35px;
}
.menu-social .social-button{
    background: none;
    display: inline-block;
    width: auto;
    vertical-align: top;
    -webkit-box-shadow: -2px 3px 12px rgba(0,0,0,.175)!important;
    box-shadow: -2px 3px 12px rgba(0,0,0,.175)!important;
    padding: 10px 20px;
    color: #fff!important;
    border-radius: 3px;
}
.menu-social .social-button.facebook{
    background-color: #4267b2;
    border: 1px solid #29487d;
}
.menu-social .social-button.twitter{
    background-color: rgb(29, 161, 242);
    border: 1px solid rgb(22, 119, 180);
}
.menu-social .social-button.youtube{
    background-color: #FF0000;
    border: 1px solid #c70000;
}
.menu-social .social-button.linkedin{
    background-color: #0073b1;
    border: 1px solid #006196;
}

.schedule-selector{
    border: 1px solid #f9f9f9;
    box-shadow: -3px 3px 20px #d2d2d2;
    border-radius: 0;
}

.update-nag{
    display: block;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    height: 40px;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.2);
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
    margin-bottom: 10px;
}

.update-nag:hover{
    cursor: pointer;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.4);
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.3);
}

.update-nag > .update-split{
    background: #92278f;
    width: 33px;
    float: left;
    color: #fff!important;
    height: 100%;
    text-align: center;
}

.update-nag > .update-split > .glyphicon{
    position:relative;
    top: calc(50% - 9px)!important; /* 50% - 3/4 of icon height */
}
.update-nag > .update-split.update-success{
    background: #ed217c!important;
}

.update-nag > .update-split.update-danger{
    background: #d9534f!important;
}

.update-nag > .update-split.update-info{
    background: #13b4bd!important;
}

.update-nag > .update-text{
    line-height: 19px;
    padding-top: 11px;
    padding-left: 45px;
    padding-right: 20px;
}
.legend h3 {
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.legend h3 > span{
    display: block;
    width: 15%;
    background: #13b3bc;
    height: 5px;
    margin-top: 10px;
    position: relative;
}
.legend h3 > span > div{
    display: block;
    width: 300%;
    background: #13b3bc;
    height: 1px;
    margin-top: 2px;
    position: absolute;
}
.admission-statistics h3{
    color: #92278f;
    font-size: 3.5rem;
}
.admission-statistics p{
    font-size: 1.3rem;
}
.admission-statistics .fa{
    height: 80px;
    min-width: 80px;
    max-width: 80px;
    border-radius: 50%;
    border: 1px solid #e5e5e5;
    background: #fff;
    text-align: center;
    line-height: 80px;
    font-size: 30px;
    color: #92278f;
    display: inline-block;
}
.d-inline-block {
    display: inline-block;
}
.v-align-top{
    vertical-align: top;
}
.v-align-middle{
    vertical-align: middle;
}
.number-box{
    background: #fff;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.4);
    box-shadow: -3px 3px 12px rgb(226, 226, 226);
    padding: 10px;
    min-width: 280px;
    min-height: 150px;
    margin-top: 35px;
}
.video-present {
    padding:25px 15px;
}
.video-present h1{
    color: #fff;
    font-weight: normal;
    font-size: 4em;
}
.video-present .fa{
    font-size:6em;
    color:#fff;
}
#lightbox .modal-body{
    position: relative;
    overflow-y: auto;
    width:auto!important;
}
#lightbox{
    z-index: 999999;
}
.testimonial-slider{
    box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.1);
    padding: 25px;
    bottom: 0;
    position: relative;
}
.testimonial-slider .prevArrow,
.testimonial-slider .nextArrow {
    position: absolute;
    top: 85px;
    border: 0;
    font-size: 20px;
    background: transparent;
    color: #92278f;
    z-index: 9;
}

.testimonial-slider .prevArrow {
    right: 90px;
}

.testimonial-slider .nextArrow {
    right: 50px;
}

.testimonial-slider .slick-disabled {
    color: #e5e5e5;
}
.testimonial-slider [class*="icon"] {
    height: 90px;
    width: 90px;
    border-radius: 50%;
    background: #f9f9f9;
    color: #000;
    font-size: 25px;
    line-height: 90px;
    display: inline-block;
    text-align: center;
    margin-bottom: 25px;
}

.sick-title {
    padding: 15px 0;
}
.sick-title > span {
    display: block;
    width: 60%;
    background: #92278f;
    height: 1px;
    margin-top: 10px;
    position: relative;
}
.sick-title  > span > label {
    display: block;
    width: 40%;
    background: #92278f;
    height: 3px;
    top: -1px;
    position: absolute;
}
.custom-overlay{
    background: rgba(146, 39, 143, 0.5);
}
.custom-overlay{
    color: #fff;
    padding: 25px 15px;
}
.custom-overlay h2{
    font-size: 2.5em;
}
.btn-border{
    background: transparent;
    border: 2px solid;
    border-radius: 15px;
}
.btn-bordered-default{
    border-color: #fff;
    color: #fff;
}

.admission-card {
    margin: 60px auto;
    background: #fff;
    box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}
.admission-card .top {
    position: relative;
    height: 270px;
    width: 100%;
    overflow: hidden;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    background-position: center top!important;
    text-align: center;
}
.admission-card .top .wrapper {
    padding: 30px;
    position: relative;
    z-index: 1;
}
.admission-card .top .wrapper .heading {
    margin-top: 20px;
    font-size: 35px;
    font-weight: 400;
    color: #fff;
}
.admission-card .top .wrapper .location {
    margin-top: 20px;
    font-size: 21px;
    font-weight: 400;
    color: #fff;
}
.admission-card .top .wrapper .temp {
    margin-top: 20px;
}
.admission-card .top .wrapper .temp a {
    text-decoration: none;
    color: #fff;
}
.admission-card .top .wrapper .temp a .temp-type {
    font-size: 85px;
}
.admission-card .top .wrapper .temp .temp-value {
    display: inline-block;
    font-size: 4rem;
    font-weight: 600;
    color: #fff;
}
.admission-card .top .wrapper .temp .deg {
    display: inline-block;
    font-size: 35px;
    font-weight: 600;
    color: #fff;
    vertical-align: top;
    margin-top: 10px;
}
.admission-card .top:after {
    content: "";
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
}
.admission-card .bottom {
    padding: 0 30px;
    background: #fff;
}
.admission-card .bottom .wrapper .forecast {
    overflow: hidden;
    margin: 0;
    font-size: 0;
    padding: 0;
    padding-top: 20px;
    max-height: 155px;
}
.admission-card .bottom .wrapper .forecast a {
    text-decoration: none;
    color: #000;
}
.admission-card .bottom .wrapper .forecast .go-up {
    text-align: center;
    display: block;
    font-size: 25px;
    margin-bottom: 10px;
}
.admission-card .bottom .wrapper .forecast li {
    display: block;
    font-size: 25px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.25);
    line-height: 1em;
    margin-bottom: 30px;
}
.admission-card .bottom .wrapper .forecast li .date {
    display: inline-block;
}
.admission-card .bottom .wrapper .forecast li .condition {
    display: inline-block;
    vertical-align: middle;
    float: right;
    font-size: 25px;
}
.admission-card .bottom .wrapper .forecast li .condition .temp {
    display: inline-block;
    vertical-align: top;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 400;
    padding-top: 2px;
}
.admission-card .bottom .wrapper .forecast li .condition .temp .deg {
    display: inline-block;
    font-size: 10px;
    font-weight: 600;
    margin-left: 3px;
    vertical-align: top;
}
.admission-card .bottom .wrapper .forecast li .condition .temp .temp-type {
    font-size: 20px;
}
.admission-card .bottom .wrapper .forecast li.active {
    color: rgba(0, 0, 0, 0.8);
}
.underconstruction{
    background: url(../images/testimonialbg.jpg) no-repeat;
    background-position: center bottom;
    min-height: 100vh;
}
.underconstruction .error-wrapper{
    width: 60%;
    margin: 100px auto;
    padding: 8px;
    background: transparent;
    box-shadow: -3px 3px 25px 6px #efefef;
    border: 1px solid #efefef;
}
.admission-btn-list{}
.admission-btn-list [class*="col-"]:first-child .admission-btn{
    background: url(../images/large-admission-placeholder2.jpg) no-repeat!important;
    -webkit-background-size:cover!important;
    background-size:cover!important;
    background-position: center top!important;
}
.admission-btn-list [class*="col-"]:nth-child(2) .admission-btn{
    background: url(../images/large-admission-placeholder3.jpg) no-repeat!important;
    -webkit-background-size:cover!important;
    background-size:cover!important;
    background-position: center top!important;
}
.admission-btn-list [class*="col-"]:nth-child(3) .admission-btn{
    background: url(../images/large-admission-placeholder4.jpg) no-repeat!important;
    -webkit-background-size:cover!important;
    background-size:cover!important;
    background-position: center top!important;
}
.admission-btn-list [class*="col-"]:last-child .admission-btn{
    background: url(../images/large-admission-placeholder5.jpg) no-repeat!important;
    -webkit-background-size:cover!important;
    background-size:cover!important;
    background-position: center top!important;
}
.admission-btn{
    width: 100%!important;
    display: block;
    padding: 25px 15px;
    position: relative;
}
.admission-overlay:hover{
    background: -moz-linear-gradient(45deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.admission-overlay{
    z-index: 0;
    position:absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(45deg, rgba(0,0,0,0.25) 0%, rgba(0,0,0,0.95) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, rgba(0,0,0,0.25) 0%,rgba(0,0,0,0.95) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, rgba(0,0,0,0.25) 0%,rgba(0,0,0,0.95) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.admission-content{
    z-index: 1;
    position: relative;
    font-weight: bold!important;
    font-size: 1.3rem!important;
}
.admission-result-title{
    margin-top: 0;
    padding-top: 0;
}
.result-selector{

}
select.result-selector {
    height: 32px;
    font-size: 16px;
    cursor: pointer;
    border: none;
    outline: none;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    select.result-selector {padding-right:18px}
}

label.resultlabel {position:relative; width: 100%; margin-top: 15px;}
label.resultlabel:after {
    content: '<>';
    font: 16px "Consolas", monospace;
    color: #aaa;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    right: 8px;
    top: 2px;
    padding: 0 0 6px;
    border-bottom: 1px solid #ddd;
    position: absolute;
    pointer-events: none;
}
label.resultlabel:before {
    content: '';
    right: 0px;
    top: 0px;
    width: 42px;
    height: 32px;
    background: #f8f8f8;
    position: absolute;
    pointer-events: none;
    display: block;
}

