﻿/***************************************************************************************************
* Project Name 		    : Learning
* Module Name		    : 
* File Type             : CSS 
* File Name     		: Styles.css 
* Created by 			: Thamotharan
* Created date		    : 29 November 2016

 Modification  History
* Modified by 			:
* Modified date 		:
* Modification	 1		:	
****************************************************************************************************/
body {
}

#divBannerImages {
    margin-bottom: 20px;
}

.divContentTitle h3 {
    color: #8B4513;
    font-weight: bold;
}

.divHeader .header-logo .navbar {
    background: none;
    border: none;
}

.divHeader {
    background-image: url(../Images/BG.png);
    background-repeat: repeat;
    width: 100%;
}

#divTitle h3 {
    font-size: 18px;
    font-family: verdana,geneva,sans-serif;
}

.divBG {
    background: #FFEBCD;
}

#divMainContents {
    width: 100%;
    padding: 10px;
}

#divContentImage {
    padding-left: 0px !important;
    max-height: 420px;
}

#divContents {
    padding-top: 20px;
}

#navHomeCantact {
    margin-top: 50px;
}


/*#divContentHead
{
    color:#0db2ff;
}
.divFacilities
{
    background-color:Black;
   
    color:White;
    padding:10px;
}*/

.float-left {
    float: left;
}

.float-right {
    float: right !important;
}

a.text-style-none {
    text-decoration: none;
    background: #000;
}

.bg-black {
    background-color: Black;
    color: White;
}

.header-banner li {
    font-size: 20px;
    color: White;
}

#divEditor div {
    padding-bottom: 10px;
}

.requireFieldIndicator {
    color: Red;
}

#loading {
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.8;
    z-index: 1001;
}

.LoadingCenter {
    z-index: 1000;
    margin: 300px auto;
    padding: 10px;
    width: 130px;
    background: rgb(255,255,255);
    border-radius: 10px;
}

.NavHeading {
    background-color: #ec008c;
    width: 100%;
}

.icon-bar {
    background-color: #ec008c !important;
}

.divContentHeader {
    background-image: url(../Images/event.png);
    background-repeat: repeat-x;
    background-size: cover;
    width: 100%;
    height: 400px;
    font-family: Verdana;
}

.divContactTool {
    border: 1px solid #ec008c;
}

.divHomeGallary {
    border: 1px solid #ec008c;
    border-radius: 25px;
    height: 207px;
}

.divHomeGallaryImage {
    border: 1px solid #0263B0;
    border-radius: 25px;
}

.divServiceText {
    text-decoration: none;
    font-family: Verdana;
    font-size: 16px;
    color: Black; /* border-bottom-width: thin;     border-bottom-style: dashed;*/
    padding-top: 3px;
    padding-bottom: 3px;
}


.divGallaryImage {
    border: 2px solid #0263B0;
}

.activelnk {
    color: #0263B0;
    background-color: #0263B0;
}

@media (max-width:590px) {
    #divFooter {
        height: 70px !important;
    }
}
