/*
Theme: eLearning - Free Educational Responsive Web Template
Description: Free to use for personal and commercial use
Author: WebThemez.com
Website: http://webthemez.com
Note: Please do not remove the footer backlink (webthemez.com)--(if you want to remove contact: webthemez@gmail.com)
Licence: Creative Commons Attribution 3.0** - http://creativecommons.org/licenses/by/3.0/
*/
@import url(http://fonts.googleapis.com/css?family=Lato:400,700);
/*
*{
	padding:0;
	margin:0;
	text-decoration:none;
	list-style:none;
	box-sizing:border-box;
 }

body {
    font-family: 'Lato', sans-serif;
	*font-family:"Candal", serif;
    font-weight: normal;
	font-size:14px;
	overflow-z:hidden;
   }
/*
#ddmenu{
	background:white;
	width:100%;
 } */

/*General*/
h1, h2, h3, h5, h6 {
    font-weight: normal;
    font-family: 'Lato', sans-serif;
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 30px;
}

h2 {
    margin: 30px 0;
}

#menu ul li a{
		font-size:15px;
	 } 

/*----by sanjit  ---*/

.chkbtn{
	font-size:30px;	
	color:#02A8F4;
	float:right;
	line-height:80px;
	margin-right:40px;
	cursor:pointer;
	display:none;
	*border: 1px solid red;
}

#chk{
	display:none;
}

.dropdown-menu{
	display:flex;
	height:180px;
	padding:0;
	

 }

.dropdown-menu li{
	height:30px;	
	background:#8D8D8D;	
	
 }

/*----End sanjit 

.logo{
	float:left;	
	margin:0 5px;
	height:inherit;
	margin-left:auto;	
	display:flex;
	*border: 1px solid red;
}--*/

#menu ul{
	*position:relative;
	*border:1px solid red;
 }


#menu .active, #menu ul a:hover{
	background-color:#D2D0D0;
	border-radius:3px;
	transition:0.5s;
 }


h4 small{
	font-size:10px;
	color:#000000;
	font-weight:bold;
}

h4{
	padding:0;
	margin:20px;
	font-size:25px;
	line-height:20px;
	font-family:"lora", serif;
	letter-spacing: 3px;
	text-transform:uppercase;
	font-weight:bold;
	color:#1F05BA;
	*border:1px solid red;
}

.navbar-toggle {
    background-color: rgba(0, 0, 0, 0.89);
}

blockquote {
    font-style: italic;
    font-family: Georgia;
    color: #999;
    margin: 30px 0 30px;
}

label {
    color: #777;
}

/* Header */
#head {
    background: #181015 url( ../images/banner4.jpg) no-repeat;
	background-size: cover;
    min-height: 520px;
    text-align: center;
    color: white;
    font-weight: 300;
    position: relative;
    border-top: 1px solid #0b9ff3;
    background-position-x: center;
}

    #head.secondary {
        height: 100px;
        min-height: 100px;
        padding-top: 0px;
    }

    #head .lead {
        font-size: 44px;
        margin-bottom: 6px;
        color: white;
        line-height: 1.15em;
    }

    #head .tagline {
        color: rgba(255,255,255,0.75);
        margin-bottom: 25px;
    }

        #head .tagline a {
            color: #fff;
        }

    #head .btn {
        margin-bottom: 10px;
    }

    #head .btn-default {
        text-shadow: none;
        background: transparent;
        color: rgba(255,255,255,.5);
        -webkit-box-shadow: inset 0px 0px 0px 3px rgba(255,255,255,.5);
        -moz-box-shadow: inset 0px 0px 0px 3px rgba(255,255,255,.5);
        box-shadow: inset 0px 0px 0px 3px rgba(255,255,255,.5);
        background: transparent;
    }

        #head .btn-default:hover,
        #head .btn-default:focus {
            color: rgba(255,255,255,.8);
            -webkit-box-shadow: inset 0px 0px 0px 3px rgba(255,255,255,.8);
            -moz-box-shadow: inset 0px 0px 0px 3px rgba(255,255,255,.8);
            box-shadow: inset 0px 0px 0px 3px rgba(255,255,255,.8);
            background: transparent;
        }

        #head .btn-default:active,
        #head .btn-default.active {
            color: #fff;
            -webkit-box-shadow: inset 0px 0px 0px 3px #fff;
            -moz-box-shadow: inset 0px 0px 0px 3px #fff;
            box-shadow: inset 0px 0px 0px 3px #fff;
            background: transparent;
        }


.panel {
    margin-bottom: 0px;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.panel-body {
    padding: 0px;
}

.btn-action, .btn-primary {
    color: #FFEFD7;
    background-image: -webkit-linear-gradient(top, #0ecfec 0%, #09bed9 100%);
    background-image: linear-gradient(to bottom, #0ecfec 0%, #09bed9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0ecfec22', endColorstr='#09bed900', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    border: 0 none;
}

    .btn-action:hover, .btn-primary:hover {
        background: #04a0b7;
    }

.slideUp {
    top: -100px;
}

.navbar-inverse {
    background: #fff;
}

.navbar-inverse {
    border: none;
}

    .navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-nav > .open ul > a {
        color: #797979;
        font-size: 15px;
        font-weight: 700;
    }

        .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
            background: none;
            color: #0b9ff3 !important;
        }

    .navbar-inverse .navbar-nav > .active > a {
        background: none;
        color: #0b9ff3;
    }

    .navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-nav > .open ul > a {
        text-align: left;
    }
/* Highlights*/
.highlight {
    margin-top: 40px;
}

.h-caption {
    text-align: center;
}

    .h-caption i {
        display: block;
        font-size: 54px;
        color: #0b9ff3;
        margin-bottom: 36px;
    }

    .h-caption h4 {
        color: #382526;
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 20px;
    }

div.hbox {
    background: #fff;
    padding: 10px 15px;
}

.h-body {
}

.jumbotron {
    background-color: #E0E0E0;
}

.page-header {
    border-bottom: 1px solid #15c008;
}

.page-title {
    margin-top: 20px;
    font-weight: 300;
    color: #15c008;
}

.text-muted {
    color: #888;
}

.breadcrumb {
    background: none;
    padding: 0;
    margin: 30px 0 0px 0;
}

ul.list-spaces li {
    margin-bottom: 10px;
}

/* Helpers */
.container-full {
    margin: 0 auto;
    width: 100%;
}

.top-space {
    margin-top: 60px;
}

.top-margin {
    margin-top: 20px;
}

.circle {
    background: rgb(214, 214, 214);
    width: 95px;
    height: 95px;
    border-radius: 90px;
    line-height: 95px;
    margin: 0 auto 20px;
}

img {
    max-width: 100%;
}

    img.pull-right {
        margin-left: 10px;
    }

    img.pull-left {
        margin-right: 10px;
    }

#map {
    width: 100%;
    height: 280px;
}

#social {
    margin-top: 50px;
    margin-bottom: 50px;
}

    #social .wrapper {
        width: 340px;
        margin: 0 auto;
    }

.sidebar {
    padding-top: 36px;
    padding-bottom: 30px;
}

    .sidebar .panel {
        margin-bottom: 20px;
    }

    .sidebar h1, .sidebar .h1, .sidebar h2, .sidebar .h2, .sidebar h3, .sidebar .h3 {
        margin-top: 20px;
    }

.aligncenter, img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.fullwidth-section .container {
    line-height: 22px;
}
.border-title {
    *position: relative;
    float: left;
    clear: both;
    width: 100%;
}
.ds-keyfeatures {
    color: #fff;
}
.mp-section {
    padding-top: 30px;
    background: rgba(0, 0, 0, 0) linear-gradient(100deg, #0B9FF3, #0B9FF3) repeat scroll 0 0;
}
.mp-section {
    background: transparent linear-gradient(100deg,#686868,#686868) repeat scroll 0 0!important;
}
.dt-sc-hr-invisible {
    float: left;
    width: 100%;
    margin: 20px 0;
    display: block;
    clear: both;
}



.fa1 {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa1-3x {
    font-size: 3em;
}
.content-items h4 {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 0;
    margin-top: 5px;
	}

#courses h3{
	font-size:20px;
	font-weight:bold;
	*border:1px solid red;
 }


/* End Sanjit */
.featured-box {
    padding: 20px;
    border: solid 1px #ddd;
    background: rgb(240, 240, 240);
    margin-bottom: 20px;
}

    .featured-box .text {
        padding-left: 80px;
    }

    .featured-box h3 {
        margin: 0 0 5px 0;
    }

    .featured-box i {
        position: absolute;
        display: inline-block;
        color: #0b9ff3;
        border: solid 2px #0b9ff3;
        background: #fff;
        padding: 0px;
        border-radius: 50px;
        width: 24px;
        height: 24px;
        margin: 0px;
        width: 60px;
        height: 60px;
        text-align: center;
        line-height: 60px;
    }

footer {
    border-top: 1px solid #e5e5e5;
    background: #ECECEC;
}

.social {
    margin: 20px 0;
}

    .social a {
        font-size: 32px;
        margin: 0 10px;
        color: #8c8c8c;
    }

        .social a:hover {
            color: #0b9ff3;
        }
/* Footer */
.footer1 {
    background: #fff;
    padding: 30px 0 0 0;
    font-size: 12px;
    color: #999;
}

    .footer1 a {
        color: #ccc;
    }

        .footer1 a:hover {
            color: #fff;
        }

    .footer1 .panel {
        margin-bottom: 30px;
    }

    .footer1 .panel-title {
        font-size: 17px;
        font-weight: bold;
        color: #ccc;
        margin: 0 0 20px;
    }

    .footer1 .entry-meta {
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        margin: 0 0 35px 0;
        padding: 2px 0;
        color: #888888;
        font-size: 12px;
        font-size: 0.75rem;
    }

        .footer1 .entry-meta a {
            color: #333333;
        }

        .footer1 .entry-meta .meta-in {
            border-top: 1px solid #ccc;
            border-bottom: 1px solid #ccc;
            padding: 10px 0;
        }

.follow-me-icons {
    font-size: 30px;
}

    .follow-me-icons i {
        float: left;
        margin: 0 10px 0 0;
        color: #0b9ff3;
    }

.footer2 {
    background: #060a1b;
    padding: 15px 0;
    color: #777;
    font-size: 12px;
}

    .footer2 a {
        color: #aaa;
    }

        .footer2 a:hover {
            color: #fff;
        }

    .footer2 p {
        margin: 0;
    }



.panel-simplenav {
    margin-left: -5px;
}

    .panel-simplenav a {
        margin: 0 5px;
    }

#services .fa {
    color: #0b9ff3;
}
/* carousel */
#quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 30px 0px 0px;
}

    /* Control buttons  */
    #quote-carousel .carousel-control {
        background: none;
        color: #222;
        font-size: 2.3em;
        text-shadow: none;
        margin-top: 30px;
    }
        /* Previous button  */
        #quote-carousel .carousel-control.left {
            left: -12px;
        }
        /* Next button  */
        #quote-carousel .carousel-control.right {
            right: -12px !important;
        }
    /* Changes the position of the indicators */
    #quote-carousel .carousel-indicators {
        right: 50%;
        top: auto;
        bottom: 0px;
        margin-right: -19px;
    }
        /* Changes the color of the indicators */
        #quote-carousel .carousel-indicators li {
            background: #c0c0c0;
        }

        #quote-carousel .carousel-indicators .active {
            background: #333333;
        }

    #quote-carousel img {
        width: 250px;
        height: 100px;
    }


footer ul li {
    list-style: none;
}

#map-canvas {
    height: 100%;
    margin: 0px;
    padding: 0px;
}



.isotopeWrapper article {
    margin-bottom: 30px;
}


.iconColor .fa {
    color: #ee0c45;
}


.portfolio-items article img {
    width: 100%;
}

.fancybox-overlay {
    background: rgba(0, 0, 0, 0.64);
}

/*Da Slider*/
.da-slider {
    width: auto;
    height: auto;
    max-height: initial;
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
}

.da-slide h2 {
    text-align: center;
    top: 15%;
	font-size: 45px;
    font-weight: bold;
}

.da-slide p {
    text-align: center;
    top: 40%;
    font-size: 25px;
}

.da-arrows span {
    position: absolute;
    top: 45%;
}

.da-dots span.da-dots-current:after {
    content: '';
    background: #0b9ff3;
}

.team-member {
    padding-top: 5px;
    margin-bottom: 15px;
}

.team-heading {
    display: block;
    width: 100%;
}

.member-img {
    overflow: hidden;
}

    .member-img img {
        border-radius: 182px;
        border: 1px solid rgb(218, 218, 218);
    }

.team-socials {
    margin: 15px 0;
    display: block;
    text-align: center;
}

    .team-socials i {
        width: 35px;
        height: 35px;
        position: relative;
        display: inline-block;
        text-align: center;
        font-size: 18px;
        color: #C7C7C7;
    }

        .team-socials i:hover {
            color: #0b9ff3;
        }


#head.secondary {
    height: 100px;
    min-height: 100px;
    padding-top: 0px;
    background: #181015 url(../images/bg_header_new.jpg) 0px -232px no-repeat;
    background: #0b9ff3;
    background-size: cover;
    text-align: left;
}

.btn {
    background: #00bfff;
    color: #fff;
}

.footer2 a {
	padding:4px 8px;
	}

/**
  KEY FEATURES ALIGNMENT
*/

.content-img {
    position: absolute;
    left: 0;
    top: -7px;
    width: 50px;
 }
 
.content-items {
	position: relative;
	margin-bottom: 30px;
	padding-left: 60px;
   }
/*-----------new-----------------*/
#menu .column {
        width:auto;
        padding:0;
        border:none;
        display:block;
    }



/*------------------end New---------------*/

/* Small devices (tablets, up to 768px) */
@media screen and (max-width: 768px) {
    /* Make the indicators larger for easier clicking with fingers/thumb on mobile */
	/*-------------Res New -------*/
#resmenu{
	display:block;
 }
	

	/*----------------End New--------*/
	.content-img {
		position: relative;
		left: 0;
		top: -7px;
		width: 50px;}
	.content-items {
		position: relative;
		margin-bottom: 30px;
		padding-left: 60px;
	}

	#head h2{		
		font-size:35px;		
	}
	
	#head p{
		font-size:25px;
	}

	#menu ul{
		display:absolute;
		display:block;
		margin:50px 0;
		line-height:90px;
		*border:1px solid red;
	  }

	.footer2 p{
		padding:0;
		margin:0;
		margin-bottom:15px;
		*line-height:45px;
        text-align: center;
    }

   .footer2 .text-right{
	font-size:10px;
	*border:1px solid red;
 } 
	/* by sanjit ---
	.chkbtn{
		display:block;
		*border:1px solid red;
	}*/
	 #menu ul{
		position:fixed;
		width:100%;
		height:100vh;
		background:#02A8F4;
		top:80px;
		left:-100%;
		text-align:center;	
		transition:all .5s;
	  }	

	#menu ul li a{
		font-size:16px;
	 } 

	#menu ul:hover, #menu ul a.active{
		background:block;
		color:#0082e6;
	 }
/* #ddmenu .logo{
	font-size:15px;
	padding-left:10px;
	*border:1px solid red;
  }

	


	 by sanjit ---*/
/* ---1--
	#ddmenu .chkbtn{
		font-size:32px;		
		position:relative;
		width:40px;
		height:36px;
		text-align:center;
		cursor:pointer;
		-moz-user-select: none;
        -webkit-user-select: none;
		background-color:#EEE;
		border-radius:3px;
		margin-bottom:6px;
		margin-right:35px;
		margin-left:auto;
		display:block;
		
	}
	
	#ddmenu .chkbtn::before{
		content:"";
		position:absolute;
		top:0.25em;
		left:4px;
		width:1em;
		height:0.125em;
		border-top: 0.375em double #205081;
        border-bottom: 0.125em solid #205081;
        box-sizing: content-box;
	}

	#ddmenu .chkbtn-active{
		background-color: #205081;
	}

	#ddmenu .chkbtn-active::before{
		border-color: #EEE;
	}

	#menu {
		*border:1px solid red;
	}

	#subj h1 span{
		font-size:25px;
	 }
	 #subj h4 span{
		font-size:20px;
	 }
	#subj h2 a{
		font-size:20px;
	 }

	 #subj h2 span{
		font-size:20px;
	 }*/
/* --2--	
	.content-area{
		top:0;
		left:0;
		position:relative;
	}
	 
	#features .content-img{
		position: absolute;
		left: 0;
		top: -7px;
		width: 0px;
		border:1px solid red;
	}

	#features .content-items{
		*position: relative;
		margin-bottom: 40px;
		padding-left: 60px;
		*border:1px solid red;
	}
	*/
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
#menu {
	display: none;
}
#resmenu{
	display: block;
}
}