﻿body
{
    margin: 0;
    padding: 0;
    font-family: 'Open Sans' , sans-serif;
    background-color: White;
}

/*
 * Pulse animation
*/
@keyframes pulse_animation {
	0% { transform: scale(1); }
	50% { transform: scale(1.1);}
	100% { transform: scale(1); }
}
.header_strip
{
    background-color: #0a1c2c;
    height: auto;
    min-height: 30px;
    color: White;
    margin: 0 auto;
}
.social
{
    padding: 10px 0;
    text-align: center;
    border-right: 1px solid #4561a5;
    font-size: 18px;
}
.header_strip i
{
    margin: 5px;
    cursor: pointer;
}
.social span
{
    font-size: 15px;
}
.social a{color:White;}
.header
{
    background-color: #152641;
    padding: 10px 0;
    font-family: 'Proxima Nova Alt Rg';
    color: White;
}
.logo
{
    margin: 0 auto;
    display: block;
}
.header h1
{
    font-family: 'Proxima Nova Rg';
    text-align: center;
    font-size: 40px;
    margin: 0;
    text-transform:uppercase;
}
.header h3
{
    font-family: 'Proxima Nova Alt Lt';
    text-align: center;
    margin: 0;
    font-size: 21px;
}
.navbar-default
{
    background-color: #152641;
    border-color: #152641;
    border-bottom: 2px solid #2b3f6b;
}
.menubar ul.navbar-nav li a
{
    color: #fff;
    font-size: 14px;
    padding: 1em 1.4em;
    margin: 0;
    border: 0;
    border-bottom: 2px solid transparent;
}
.menubar ul.navbar-nav li.last
{
    position: absolute;
    right: 0;
    background: #ff6600;
}
.menubar ul.navbar-nav li a:hover, .mainmenu-area ul.navbar-nav li a.active
{
    background: #111;
    border: 0;
    border-bottom: 0;
    color: #FFF;
    border-bottom: 2px solid #205fb2;
}
.navbar-collapse
{
    padding-left: 0;
    padding-right: 0;
}
.menubar .nav > li > a:focus
{
    color: #FFF;
    border: 0;
    border-bottom: 0;
}

.menubar ul.navbar-nav li ul.dropdown-menu
{
    background: #8f05a2;
}

.navbar-toggle
{
    border: none;
}
.navbar-toggle .icon-bar
{
    background-color: White;
}
.navbar-collapse.in{overflow:hidden;}
.banner
{
    position: relative;
    height: auto;
}
.enquiry_andapply_frame
{
    height: auto;
    width: 100%;
    position: absolute;
    top: 80px;
}
.enquiry_box
{
    height: auto;
    width: 100%;
    border: 1px solid #d3d7dc;
    background-color: White;
    max-width: 400px;
    padding: 10px 20px;
    margin: 0 auto;
    opacity:0.7;
}
.enquiry_box input[type="text"], textarea
{
    border: none;
    border-bottom: 1px solid #e2e2e2;
    padding: 2px 5px;
    outline: none;
    display: block;
    width: 100%;
    margin: 5px 0;
}
.enquiry_box input[type="text"]:active, .enquiry_box input[type="text"]:focus, .enquiry_box textarea:focus
{
    border-bottom: 1px solid #fab0c3;
}
.submit_btn
{
    color: White;
    font-size: 18px;
    background-color: #233354;
    padding: 5px 0px;
    display: block;
    width: 100%;
    margin: 10px auto;
    text-transform: uppercase;
    outline: 0;
    border: none;
    text-decoration: none !important;
}

.news_pain
{
    height: auto;
    background-color: #ef114c;
    padding: 10px 0;
    margin: -50px;
    position: relative;
    z-index: 99999;
}
.news_pain h2
{
    color: White;
    text-align: center;
    font-family: 'Proxima Nova Alt Lt';
}
.news_pain span
{
    text-transform: uppercase;
    color: White;
    font-size: 11px;
    margin: 0 auto;
    display: block;
}
.news_frame
{
    width: 100%;
    height: 100px;
    border-left: 2px dotted #cb0338;
    border-right: 2px dotted #cb0338;
}
.news
{
    padding: 5px;
}
.news h4
{
    text-transform: uppercase;
    color:Black;
    margin-top: 0;
}
.news a
{
    color: Yellow;
    text-decoration: none;
}
.apply_frame
{
    text-align: center;
}
.apply_online
{
    color: White;
    font-size: 25px;
    background-color: #233354;
    padding: 10px 20px;
    display: inline-block;
    margin: 25px auto;
    text-decoration: none !important;
}
.apply_online:hover
{
    color: White;
}
.navigation_frame
{
    background-color: White;
    padding: 10px 0;
}
.navigations
{
}
.navigations h2
{
    color: #495877;
    font-weight: normal;
}


.navigations P
{
    color: #495877;
    font-family: 'Proxima Nova Rg';
    font-size: 16px;
    text-align: justify;
}
.navigation
{
height: 130px;
    width: 130px;
    background-color: #e6e7ec;
    border-radius: 50%;
    text-align: center;
    padding: 42px;
    font-size: 42px;
    cursor: pointer;
    color: #8d8f95;
    transition: 0.3s all ease-in-out;
    margin: 0 auto;
}
.navigation:hover
{
    animation-name: pulse_animation;
    animation-duration: 1000ms;
    transform-origin: 70% 70%;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}


.navigations h4
{
    font-weight: bold;
    color: #233354;
    text-align: center;
}.navigations a{text-decoration:none;}

.nav-tabs > li > a:hover
{
    border-color: #f46088 #f46088 #f46088;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover
{
    color: #f46088;
    cursor: default;
    background-color: #fff;
    border: 1px solid #f46088;
    border-bottom-color: transparent;
    font-weight: bold;
}
.nav-tabs
{
    border-bottom: 1px solid #f46088;
}
.panel-default > .panel-heading
{
    color: #333;
    background-color: #ffffff;
    border-color: #fff;
}
.tab_p
{
    position: relative;
}
.nav_btn_frame
{
    background-color: rgba(255,255,255,0.7);
    height: auto;
    position: absolute;
    bottom: 0;
    width: 100%;
opacity:0;
transition:0.3s all ease-in-out;
}
.gal_nav_icon_left
{
    height: 25px;
    width: 25px;
    background-image: url(../images/navigation.jpg);
    float: right;
    margin: 0 5px;
    cursor:pointer;
}
.gal_nav_icon_right
{
    height: 25px;
    width: 25px;
    background-image: url(../images/navigation.jpg);
    float: right;
    margin: 0 5px;
    cursor:pointer;
    transform: rotate(-180deg);
}
.vid_nav_icon_left
{
    height: 25px;
    width: 25px;
    background-image: url(../images/navigation.jpg);
    float: right;
    margin: 0 5px;
    cursor:pointer;
}
.vid_nav_icon_right
{
    height: 25px;
    width: 25px;
    background-image: url(../images/navigation.jpg);
    float: right;
    margin: 0 5px;
    cursor:pointer;
    transform: rotate(-180deg);
}
.tab-content:hover .nav_btn_frame
{
    opacity:1;
}
.facilities_frame
{
    height: auto;
    min-height: 80px;
    width: 100%;
    background-image: url('../images/facilities.jpg');
    text-align: center;
    padding: 20px 0;
}

.facilities_frame h1
{
    position: relative;
    color: White;
    display: inline-block;
    text-transform: uppercase;
}
.facilities_frame h1:after
{
    content: "";
    bottom: 0;
    position: absolute;
    height: 5px;
    width: 50px;
    display: inline-block;
    background-color: #ef114c;
    -ms-transform: translate(-50%, 10px); /* IE 9 */
    -webkit-transform: translate(-50%, 15px); /* Safari */
    transform: translate(-50%, 10px);
}
.facility_icon {
    height: 130px;
    width: 130px;
    text-align: center;
    background-color: #ef114c;
    color: White;
    font-size: 45px;
    padding: 35px;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.3s all ease-in-out;
    border: 5px solid rgba(255, 255, 255, .5);
    margin: 20px auto;
}
.facility_icon:hover
{
    opacity: 1; /*Reflection*/
    -webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(.7, transparent), to(rgba(0,0,0,0.4))); /*Glow*/
    -webkit-box-shadow: 0px 0px 20px rgba(255,255,255,0.8);
    -moz-box-shadow: 0px 0px 20px rgba(255,255,255,0.8);
    box-shadow: 0px 0px 20px rgba(255,255,255,0.8);
    transform: scale(1.05);
}
.facilities_frame h4
{
    color: White;
    display: inline-block;
}
.view_all
{
    color: Yellow;
    font-size: 20px;
    text-decoration: none;
}
.page
{
    color: #1f335a;
    padding: 20px 0;
}
.page_content_text
{
    font-size: 30px;
}
.footer
{
    background-color: #162440;
    padding: 20px 0 0 0;
    margin: 0 auto;
}
.footer h2
{
    color: #96b6f9;
    font-family: 'Proxima Nova Alt Lt';
    border-bottom: 1px solid #96b6f9;
    text-transform: uppercase;
}
ul.footer_menu
{
    list-style: none;
    margin: 0;
    padding: 0;
    color: #96b6f9;
}
ul.footer_menu li
{
    display: inline-block;
    width: 45%;
    margin: 5px;
}
ul.footer_menu li a
{
    text-decoration: none;
    color: #96b6f9;
}
.footer span
{
    color: #96b6f9;
    text-align: justify;
}
.footer .social
{
    text-align: left;
    border-right: none;
}
.footer .social i
{
    margin: 5px;
    font-size: 18px;
    color: #96b6f9;
}

.copyright
{
    border-top: 1px dashed #96b6f9;
    padding: 15px 0;
    color: White;
}
@media (max-width:1250px)
{
    .news_pain
    {
        margin: 0 auto;
    }
}
@media (max-width:1120px)
{
    .enquiry_andapply_frame
    {
        position: relative;
        top: 0;
    }
}
@media(min-width:758px)
       {.nav li:hover .dropdown-menu
{
    display: block;
    border: 0;
    border-bottom: 0;
}}
@media (max-width: 767px){
.navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: White;}
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
    color: #fdd;
    background-color: transparent;
}
}