@charset "utf-8";
/* CSS Document */

body,html{
  		width:100%;
}
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic');

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	overflow-x: hidden !important;
	color: #838282;
	background:#f2f2f1;
}

ul{
	padding: 0;
	margin: 0;
	list-style: none;
}

a{ 
	text-decoration: none;
	color: #2f2f2f;  
}

a:focus{
	outline: none;
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600; 
  font-family: 'Open Sans', sans-serif;
  color:#4e4e4e;
}

h1{
  font-size: 36px;
  color:#fff;
}

h2{
  font-size: 18px;
}

h3{
  font-size: 16px;
  color: #787878;
  font-weight: 400;
  line-height: 24px;
}
.cf:before, .cf:after {
	content: '';
	display: block;
	clear: both;
}
.cf {
	display: block;
	text-align:justify;
}
.cf {
 *display: block;
	_display: block;
 *zoom:1;
}

img{
 border:none;
}
/* ----------------------------------------------------------- */
/*  HEADER START
/* ----------------------------------------------------------- */
.logo-section{
	width:100%;
	padding:10px;
	background:#fff;
	}
.logo-section h1{
	margin:20px 0px 0px 0px;
	padding:0;
	float:right;
	text-transform:uppercase;
	}
.logo-section h1 a{
	color:#fff;
	background:#ff7d03;
	padding:8px 15px;
	text-decoration:none;
	border-radius:4px;
	font-size:15px;
	margin:0;
	}
.logo-section  .col-md-5{
	margin-top:10px;
	}
.logo-section p{
	color:#504f4f;
	}
.logo-section h1 a:hover{
	background:#fff;
	color:#ff7d03;
	}
.logo-section span{
	color:#842a2b;
	font-weight:600;
	font-size:15px;
	}
#search{
	margin-top:10px;
	float:right;
	}
#search input[type="text"] {
    border-top: 1px solid #3293a3;
	border-left: 1px solid #3293a3;
	border-bottom: 1px solid #3293a3;
	border-right: 0px solid #3293a3;
    font-size:16px;
    color: #b0b0b0;
    padding:6px 15px;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
	position:relative;
	background:#f7f7f7;
	font-weight:normal;
	border-top-left-radius:4px;
	border-bottom-left-radius:4px;
	width:85%;
	float:left;
    }
#search button[type="submit"] {
	background: #f7f7f7;
	border: medium none;
	color: #15174f;
	height: auto;
	width:auto;
	padding:9px 10px;
	border-top-right-radius:4px;
	border-bottom-right-radius:4px;
	border-top-left-radius:0px;
	border-bottom-left-radius:0px;
	float:left;
	font-size:16.5px;
	margin-top:1px;
	border:0px solid #fff;
}


#search input[placeholder] {
   color:#b0aeae !important;
   font-size:16px;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color:    #b0aeae !important;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #b0aeae !important;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #b0aeae !important;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #b0aeae !important;
}

/*............START MENU SECTION............*/

.menu-section{
	width:100%;
	background:#f0474c;
	box-shadow:0px 2px 10px 0px #585858;
	position:relative;
	z-index:9999;
	}
.navbar-right{
	margin-right:0;
	padding-top:0px;
	}
.navbar-right a {
    color: #fff;
    font-size: 25px;
    border-radius: 0px;
    width: 50px;
    height: 50px;
    float: left;
    text-align: center;
    margin-left: 10px;
}
.navbar-right a:last-child{
	}
.navbar-right .fa:hover{
	color:#f0474c;
	}
.navbar-nav > li > a:hover, .navbar-nav > li > a:focus {
    background: #852a2b;
    background-color: #852a2b !important;
    color: #fff;
}
.navbar-nav > li >  a{
	color:#fff;
	}
.navbar-nav > .active > a, .navbar-nav > .active > a:hover, .navbar-nav > .active > a:focus{
	background:#852a2b;
	color:#fff;
	}
.navbar-nav > li > ul{
	display:none;
	position:absolute;
	background:#f0474c;
	color:#fff;
	min-width:250px;
	}
.navbar-nav > li > ul > li > ul{
	display:none;
	position:absolute;
	background:#f0474c;
	color:#fff;
	min-width:250px;
	left:250px;
	}
.navbar-nav > li:nth-child(2):hover > ul{
	display:block;
	}
.navbar-nav > li > ul > li:hover > ul{
	display:block;
	}
.navbar-nav > li:nth-child(3):hover > ul{
	display:block;
	}
.navbar-nav > li:nth-child(4):hover > ul{
	display:block;
	}
.navbar-nav > li:nth-child(5):hover > ul{
	display:block;
	}
.navbar-nav > li:nth-child(6):hover > ul{
	display:block;
	}
.navbar-nav > li:nth-child(7):hover > ul{
	display:block;
	}
.navbar-nav > li > ul > li{
	float:left;
	width:100%;
	border-bottom:1px dotted #fff;
	}
.navbar-nav > li > ul > li:last-child{
	border-bottom:0px;
	}
.navbar-nav > li > ul > li > a{
	color:#fff;
	padding:6px 10px;
	float:left;
	width:100%;
	text-decoration:none;
	}
.navbar-nav > li > ul > li > a:hover, .navbar-nav > li > ul > li > a:focus {
    background: #852a2b;
    color: #fff;
	border-bottom:1px solid #ff7d03;
}

.navbar-nav > li > ul > li > ul > li{
	float:left;
	width:100%;
	border-bottom:1px dotted #fff;
	}
.navbar-nav > li > ul > li > ul > li:last-child{
	border-bottom:0px;
	}
.navbar-nav > li > ul > li > ul > li > a{
	color:#fff;
	padding:6px 10px;
	float:left;
	width:100%;
	text-decoration:none;
	}
.navbar-nav > li > ul > li > ul > li > a:hover, .navbar-nav > li > ul > li > ul > li > a:focus {
    background: #852a2b;
    color: #fff;
	border-bottom:1px solid #ff7d03;
}
.dropdown-submenu .dropdown-menu{
top:0px !important;
}

.dropdown-submenu:after {
    content:'';
    position:absolute;
    top:12px;
    left:210px;
    width:0;
    height:0;
    border:5px solid transparent;
    border-left:7px solid #CBCBCB;
}
.dropdown-submenu:before {
    content:'';
    position:absolute;
    top:12px;
    left:211px;
    width:0;
    height:0;
    border:5px solid transparent;
    border-left:7px solid #CBCBCB;
}
.dropdown-menu{
padding:0px !important;
}

/*............END MENU SECTION............*/

/* ----------------------------------------------------------- */
/*  HEADER END
/* ----------------------------------------------------------- */







/* ----------------------------------------------------------- */
/*  MAIN SLIDER START
/* ----------------------------------------------------------- */
.bann-area{
	float:left;
	width:100%;
	margin-top:20px;
	background:#eac050;
	}
.bann-area .col-md-8{
	padding-left:10px;
	padding-right:10px;
	}
.carousel {
	text-align:center;
	padding:10px 0px;
	}
.carousel img{
	width:100%;
	overflow:hidden;
	}
	
.carousel-inner:after {
    content: '';
    line-height: 0;
    font-size: 0;
    width: 0;
    height: 0;
    border-top: 3vw solid transparent;
    border-bottom: 50vw solid #eac050;
    border-left: 15vw solid transparent;
    border-right: 0 solid #fff;
    position: absolute;
    top: -50px;
    right: 0;
}

.carousel-control {
	width:37px;
	height:41px;
	bottom:0;
	top:50%;
	position:absolute;
	display:inline-block;
	}
.carousel-control.left {
	background:url(../img/prev.png) no-repeat left center;
	left:5%;
	}
.carousel-control.right {
	background:url(../img/next.png) no-repeat left center;
	right:5%;
	}
.banner-container {
	position:relative;
	text-align:left;
	float:none;
	display:inline-block;
	text-align:center;
	width:100%;
	background:#4c2d4c;
	height:100%;
	margin:0 auto;
	}
.banner-container .col-md-2{
	padding:18px 0px;
	}
.banner-caption {
    position: absolute;
	margin:0 auto;
	top: 25%; 
	width:100%;
	left:0;
}

.bantext {
	border-radius:3px;
	width:60%;
	display:inline-block;
	float:none;
	display:inline-block;
	padding:50px 0px;
	text-align:center;
	background:rgba(0, 0, 0, .5);
	position:relative;
	}
.contact {
	text-align:center;
	font-size:14px;
	color:#fff;
	float:left;
	width:100%;
	margin-bottom:0px;
	padding:20px;
	}

.contact h1 {
	font-size:55px;
	color:#fff;
	margin:5px 0 30px;
	padding:0px;
	font-weight:600;
	text-transform:uppercase;
	text-align:center;
	letter-spacing:4px;
	}
.contact h2 {
	font-size:21px;
	color:#fff;
	margin:5px 0 10px;
	padding:0px;
	font-weight:500;
	background:url(assets/images/line.png) no-repeat bottom center;
	padding-bottom:70px;
	letter-spacing:4px;
	text-align:center;
	}
.contact h2 span{
	padding:6px 20px;
	background:rgba(41, 22, 111, .8);
	}
.chief{
	float:none;
	display:inline-block;
	text-align:center;
	width:100%;
	margin-top:4vw;
	}
.chief img{
	float:none;
	display:inline-block;
	text-align:center;
	width:120px;
	height:120px;
	border-radius:50%;
	border:3px solid #fff;
	}
.chief h1{
	font-size:24px;
	color:#852a2b;
	text-align:center;
	margin-bottom:0px;
	text-transform:uppercase;
	font-family:"Times New Roman", Times, serif;
	}
.chief h1 span{
	font-size:22px;
	color:#852a2b;
	text-align:center;
	text-transform:uppercase;
        font-family: 'Open Sans', sans-serif;
	margin-top:0px;
	}
.chief p{
	text-align:center;
	line-height:1.5;
	font-size:13px;
	color:#852a2b;
	margin-left:-70px;
	}
	
/* ----------------------------------------------------------- */
/*  MAIN SLIDER END
/* ----------------------------------------------------------- */







/* ----------------------------------------------------------- */
/*  PRINCIPLE SECTION START
/* ----------------------------------------------------------- */

.principle-section{
	width:100%;
	padding:30px 0px;
	background:#f0f0f0;
	float:left;
	}
.principle-section iframe{
	width:100% !important;
	height:300px !important;
	}
._2p3a{
	width:100% !important;
	}

.principle{
	width:100%;
	}
.principle .col-md-12{
	padding:0;
	}
.principle h1{
	text-align:center;
	margin-bottom:20px;
	color:#85292e;
	font-size:42px;
	font-weight:600;
	text-transform:uppercase;
	font-family:"Times New Roman", Times, serif;
	}
.principle h2{
	text-align:center;
	margin-bottom:20px;
	color:#85292e;
	font-size:34px;
	font-weight:normal;
	text-transform:uppercase;
	font-family:"Times New Roman", Times, serif;
	background:url(../img/line.jpg) no-repeat bottom center;
	padding-bottom:45px;
	}
.principle h3{
	text-align:center;
	margin-top:0px;
	font-size:18px;
	margin-bottom:15px;
	color:#fff;
	background:#ed3338;
	font-weight:400;
	font-family:"Times New Roman", Times, serif;
	float:left;
	border-left:10px solid #fff;
	border-right:10px solid #fff;
	width:100%;
	}
.principle img{
	border-left:10px solid #fff;
	border-right:10px solid #fff;
	border-top:10px solid #fff;
	}
.principle h3 span{
	float:left;
	padding:6px 6px;
	}
.principle h3 span1{
	float:right;
	font-weight:300;
	font-size:13px;
	background:#4c2d4c;
	padding:12px 25px;
	}
.principle p span{
	text-align:center !important;
	margin-top:0px;
	color:#85292e;
	font-size:16px;
	width:100%;
	float:none;
	display:inline-block;
	}
.principle p{
	text-align:justify;
	font-size:13px;
	background:#fff;
	padding:10px 10px;
	margin-bottom:0px;
	line-height:1.6;
	}
.principle a{
	text-align:justify;
	font-size:13px;
	line-height:1.5;
	padding:5px 15px;
	float:none;
	display:inline-block;
	border-radius:2px;
	color:#fff;
	background:#000;
	text-decoration:none;
	font-style:italic;
	margin-bottom:0px;
	text-align:right;
	font-weight:600;
	}
.principle p a .fa{
	margin-left:10px;
	}

.white{
	text-align:justify;
	background:#fff;
	padding:20px;
	box-shadow:0px 3px 10px 0px #ddd;
	}
.light-back {
    background-color: #b7b5b5;
	padding:20px;
	box-shadow:0px 3px 10px 0px #ddd;
	text-align:justify;
	color:#fff !important;
}
.light-back h1{
	color:#fff !important;
	}
.light-back a{
	color:#000 !important;
	}
.principle-connect{
	float:none;
	display:inline-block;
	text-align:center;
	width:100%;
	background:#000;
	}
.principle-connect p{
	color:#fff;
	text-align:center;
	}
.principle-connect:hover img{
	opacity:.5;
	}
.principle-connect:hover .principle-social{
	display:block;
	}
.principle-social{
	display:none;
	position:absolute;
	bottom:0px;
	width:100%;
	z-index:999;
	float:none;
	bottom:30px;
	text-align:center;
	padding:6px 0px;
	}
.principle-social .fa{
	border-radius:50%;
	width:32px;
	height:32px;
	color:#ff7d01;
	background:#fff;
	font-size:14px;
	float:none;
	display:inline-block;
	text-align:center;
	padding:10px;
	margin-right:10px;
	}
.principle-social span{
	color:#fff;
	font-size:16px;
	text-align:center;
	margin-bottom:10px;
	float:none;
	font-weight:600;
	display:inline-block;
	width:100%;
	}
.principle-social p{
	text-align:center !important;
	color:#fff !important;
	}



/* ----------------------------------------------------------- */
/*  MAIN SLIDER END
/* ----------------------------------------------------------- */




/* ----------------------------------------------------------- */
/*  FEATURE SECTION START
/* ----------------------------------------------------------- */


#feature {
  background:#f0f0f0;
  background-size:cover;
  padding:30px 0px;
  float:none;
  display:inline-block;
  text-align:center;
  width:100%;
}

.features{
  padding: 0;
}
#feature .center{
	padding-bottom:0px;
	}
.feature-wrap {
  margin-bottom: 15px;
  overflow: hidden;
}
#feature h1{
  margin-top: 10px;
  margin-bottom:35px;
  font-weight:600;
  color:#85292e;
  font-size:38px;
  text-transform:uppercase;
  font-family:"Times New Roman", Times, serif;
  text-align:center;
  padding-bottom:15px;
}
.feature-wrap h2{
  margin-top: 10px;
  margin-bottom:10px;
  font-weight:normal;
  color:#fff;
  text-transform:uppercase;
  font-family: 'Montserrat', sans-serif;
}
.feature-wrap h3{
  margin-top: 10px;
  margin-bottom:0px;
  font-weight:400 !important;
  font-family: 'Open Sans', sans-serif;
  color:#fff;
  font-size:14px;
}

.feature-wrap .pull-left {
  margin-right: 25px;
}
.feature-wrap  img{
	float:none;
	display:inline-block;
	text-align:center;
	}

.feature-wrap i{
  font-size: 48px;
  height: 110px;
  width: 75px;
  margin: 0px;
  line-height: 75px;
  text-align:center;
  background: none;
  color: #fff;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
  float: left;
  margin-right: 10px;
}

.enquirys-form input {
width: 100%;
padding: 12px 4%;
background: #fff;
border-radius: 0px;
color: black;
font-size: 13px;
border-radius: 2px;
margin-bottom:15px;
border:2px solid #ddd;
}

.enquirys-form textarea {
width: 100%;
padding: 10% 1%;
background: FFF;
border-radius: 0px;
border:2px solid #ddd;
color: black;
padding-top: 10px;
font-size: 14px;
}
.enquirys-form .submit {
border-radius: 0px;
border:2px solid #ddd;
color: #fff;
float:none;
display:inline-block;
text-align:center;
padding:10px 40px;
margin-top:-15px;
border-radius:4px;
background:#85292e;
width:auto !important;
font-size: 14px;
}


/* ----------------------------------------------------------- */
/*  FEATURE SECTION END
/* ----------------------------------------------------------- */




/* ----------------------------------------------------------- */
/*  COUNTER SECTION START
/* ----------------------------------------------------------- */
#counters-section
{
	text-align:center;
	width:100%;
	background:#fff;
	float:left;
	padding:50px 0px;
	position:relative;
}
#counters-section h2{
	text-align:center;
	margin-bottom:20px;
	color:#85292e;
	font-size:34px;
	font-weight:normal;
	text-transform:uppercase;
	font-family:"Times New Roman", Times, serif;
	background:url(../img/line1.png) no-repeat bottom center;
	padding-bottom:45px;
	}
.our-skill{
	display: inline;
	float: left;
	width: 100%;
}
#counters-section .col-md-2{
	width:20%;
	padding:0;
	}
#counters-section .col-md-2:last-child{
	margin-right:0;
	}
#counters-section .col-md-2 img{
	width:100%;
	}

.our-skill-content{
	display: inline;
	float: left;
	width: 100%;
	margin-top: 10px;
}
.our-skill-content .col-md-3{
	border-right:4px solid #fff;
	}
.our-skill-content .col-md-3:last-child{
	border-right:0px solid #fff;
	}
.our-skill-content p
{
	margin-bottom:10px !important;
}

.our-skill-content p span{
	font-size:22px;
	color:#1f9bde;
	font-family: 'Open Sans', sans-serif;
}
.our-skill-content span{
	color:#fff;
	}
.our-skill-content .progress {
  height: 250px; 
  border-radius:0px;
  margin-bottom: 10px;
}

.our-skill-content .progressbar-back-text,
.our-skill-content .progressbar-front-text {
  font-size: 32px;
  font-family: 'Open Sans', sans-serif;
  height: 100%;
  font-weight:600;
  line-height:400px; 
  left:0; 
}

.progress-title {
  font-size: 16px;
  font-weight: 600;
  left: 20px;
  line-height: 19px;
  position: absolute;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  top: 40px;
  text-align:left;
  width:90%;
}
.progress-title .fa{
	float:right;
	font-size:50px;
	margin-top:-15px;
	}

.six-sec-ease-in-out {
    -webkit-transition: width 6s ease-in-out;
    -moz-transition: width 6s ease-in-out;
    -ms-transition: width 6s ease-in-out;
    -o-transition: width 6s ease-in-out;
    transition: width 6s ease-in-out;
	border-radius:0px;
}
.light{
	background:#04aef8;
	padding:0px 25px;
	position:relative;
	}
.medium{
	background:#4053bd;
	padding:0px 25px;
	position:relative;
	}
.dark{
	background:#ff7b01;
	padding:0px 25px;
	position:relative;
	}
.light .progressbar-front-text {
  background:url(../img/icon.png) no-repeat left 45px bottom 38px;
}
.medium .progressbar-front-text {
  background:url(../img/icon1.png) no-repeat left 60px bottom 38px;
}

/* ----------------------------------------------------------- */
/*  COUNTER SECTION END
/* ----------------------------------------------------------- */




/* ----------------------------------------------------------- */
/*  WHY-US SECTION START
/* ----------------------------------------------------------- */


#why-us-section{
  background:#fff;
  padding:50px 0px;
  float:left;
  width:100%;
  font-family: 'Open Sans', sans-serif;
  }
.why-us{
	float:left;
	width:100%;
	}
.why-us h1{
	text-align:left;
	margin-bottom:10px;
	color:#000;
	font-weight:normal;
	font-size:18px;
	font-weight:700;
	}
.why-us h2{
	text-align:center;
	margin-bottom:20px;
	color:#000;
	text-transform:uppercase;
	font-weight:normal;
	font-size:26px;
	font-weight:700;
	}
.why-us .margin-bottom{
	text-align:center;
	}
.why-us p{
	text-align:justify;
	margin-bottom:10px;
	font-weight:normal;
	line-height:1.5;
	font-size:14px;
	}
.why-us img{
	max-width:100%;
	border:1px solid #04aef8;
	}
.read{
	text-align:right;
	margin-bottom:0px;
	color:#4256b8;
	font-weight:600;
	float:none;
	text-decoration:none;
	font-style:italic;
	font-size:13px;
	width:100%;
	display:inline-block;
	}
.why-shadow{
    text-align: justify;
    background: #f8f8f8;
    padding: 5px 20px 20px;
    box-shadow: 0px 3px 10px 0px #ddd;
}

/* ----------------------------------------------------------- */
/*  WHY-US SECTION END
/* ----------------------------------------------------------- */


	
	

/* ----------------------------------------------------------- */
/*  WELCOME SECTION START
/* ----------------------------------------------------------- */
#welcome-section{
  background:#fff;
  padding:60px 0px;
  float:left;
  display:inline-block;
  text-align:center;
  background:url(../img/parallax.jpg) no-repeat center center;
  background-size:cover;
  background-attachment:fixed;
  width:100%;
  font-family: 'Open Sans', sans-serif;
  }
.welcome{
	float:none;
	width:100%;
	display:inline-block;
    text-align:center;
	}
.welcome h1{
	text-align:center;
	margin-bottom:10px;
	color:#fff;
	font-size:42px;
	line-height:1.6;
	font-weight:700;
	}
.welcome a{
	text-align:center;
	margin-bottom:10px;
	color:#fff;
	font-weight:600;
	float:none;
	padding:10px 50px;
	display:inline-block;
	background:#ff7d01;
	text-decoration:none;
	font-style:italic;
	border-radius:4px;
	font-size:18px;
	}
/* ----------------------------------------------------------- */
/*  WELCOME SECTION END
/* ----------------------------------------------------------- */






/* ----------------------------------------------------------- */
/*  WHY-US SECTION START
/* ----------------------------------------------------------- */


#teacher-section{
  background:#fff;
  padding:30px 0px 60px;
  float:left;
  width:100%;
  font-family: 'Open Sans', sans-serif;
  }
.teacher{
	float:left;
	width:100%;
	}
.teacher h1{
	text-align:center;
	margin-bottom:20px;
	color:#85292e;
	font-size:34px;
	font-weight:normal;
	text-transform:uppercase;
	font-family:"Times New Roman", Times, serif;
	background:url(../img/line1.png) no-repeat bottom center;
	padding-bottom:45px;
	}
.teacher h2{
	margin-bottom:20px;
	color:#000;
	font-weight:normal;
	font-size:18px;
	font-weight:700;
	margin:5px 0px;
	text-align:center;
	}
.teacher p{
	text-align:center;
	margin-bottom:0px;
	font-weight:normal;
	line-height:1.5;
	font-size:14px;
	}
.tech{
	float:left;
	width:100%;
	background:#f8f8f8;
	padding:8px 0px;
	position:relative;
	border-top:0px;
	border:1px solid #ddd;
	}
.tech:last-child{
	}
.teacher img{
	max-width:100%;
	}
.teacher .read{
	text-align:right;
	margin-bottom:10px;
	color:#4256b8;
	font-weight:600;
	float:right;
	text-decoration:none;
	font-style:italic;
	font-size:13px;
	}
.teacher .col-md-3{
	padding:0;
	width:20%;
	}

.social{
	display:none;
	position:absolute;
	bottom:0px;
	width:100%;
	z-index:999;
	float:none;
	bottom:90px;
	text-align:center;
	padding:6px 0px;
	}
.social .fa{
	border-radius:50%;
	width:32px;
	height:32px;
	color:#ff7d01;
	background:#fff;
	font-size:14px;
	float:none;
	display:inline-block;
	text-align:center;
	padding:10px;
	margin-right:10px;
	}
.teacher .col-md-3{
	background:#000;
	}
.teacher .col-md-3:hover .tech{
	background:#000;
	 color:#fff !important
	}
.teacher .col-md-3:hover .tech h2{
	 color:#fff !important
	}
.teacher .col-md-3:hover .social{
	display:block;
	}
.teacher .col-md-3:hover img{
	display:block;
	opacity:.5;
	}
.tech .fa{
	position:absolute;
	z-index:9999;
	left:45%;
	top:-21px;
	font-size:30px;
	color:#fff;
	display:none;
	}
.teacher .col-md-3:hover .tech .fa{
	display:block;
	}
.margin-bottom{
	margin-bottom:30px !important;
	text-align:center !important;
	color:#812b2a;
	background:none !important;
	}

/* ----------------------------------------------------------- */
/*  WHY-US SECTION END
/* ----------------------------------------------------------- */


.footer iframe{
	border:10px solid #897689;
	}



/* ----------------------------------------------------------- */
/*  EVENT SECTION START
/* ----------------------------------------------------------- */


#event-section{
  background:#fff;
  padding:30px 0px 30px;
  float:left;
  width:100%;
  font-family: 'Open Sans', sans-serif;
  }
#event-section1{
  background:#f8f8f8;
  padding:15px 0px 0px;
  float:left;
  width:100%;
  border:1px solid #ccc;
  font-family: 'Open Sans', sans-serif;
  }
.event{
	float:left;
	width:100%;
	}
.event h1{
	text-align:center;
	margin-bottom:0px;
	color:#000;
	margin-top:0px;
	text-transform:uppercase;
	font-weight:normal;
	font-size:19px;
	font-weight:700;
	}
.red{
     color:red;
    }
.event h2{
	color:#000;
	font-weight:normal;
	font-size:15px;
	font-weight:700;
	margin:10px 0px 10px 0px;
	text-align:justify;
	}
.event p{
	text-align:justify;
	margin-bottom:0px;
	font-weight:normal;
	line-height:1.5;
	font-size:13px;
	}
.event img{
	border:15px solid #f8f8f8;
	border-bottom:0px;
	}
.event-inner{
	float:left;
	width:100%;
	padding:20px 5px;
	}
.event-shadow{
    text-align: justify;
    background: #f8f8f8;
	float:left;
	width:100%;
    padding: 0px 20px 20px;
    height: 197px;
    box-shadow: 0px 3px 10px 0px #ddd;
}
.event .team1{
	min-height:232px;
	}	
.event .margin-bottoms{
	text-align:center;
	padding-top:25px;
	background:url(../img/line2.png) no-repeat bottom center;
	}
.dp-upcoming-calendar {
    float: left;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 6px;
    width: 42px;
    height: 45px;
	margin-top:13px;
    background-image: url(../img/calendar-icon.gif);
    background-repeat: no-repeat;
    padding: 0px;
}
.dp-upcoming-calendar-background {
    width: 34px;
    height: 12px;
    margin-bottom: 0px;
    margin-right: 0px;
    margin-top: 6px;
    margin-left: 4px;
    padding: 0px;
}
.dp-upcoming-text-month {
    color: #FFFFFF;
    padding: 0px;
    font-family: arial,sans-serif;
    font-weight: bold;
    font-size: 11px;
    line-height: 1em;
    text-align: center;
    position: relative;
    margin-top: -12px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    text-transform: uppercase;
}
.dp-upcoming-text-day {
    margin: 0px;
    font-family: arial,sans-serif;
    font-weight: bold;
    font-size: 1.3em;
    line-height: 1.4em;
    width: 42px;
    text-align: center;
    padding: 0px;
    margin-top: -2px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
}
/*..................THUMB SLIDER..................*/


/*-- flexisel --*/
#flexiselDemo1, #flexiselDemo2, #flexiselDemo3, #flexiselDemo4 {
	display: none;
}
.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
}
.nbs-flexisel-ul {
	position: relative;
	width: 9999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}
.nbs-flexisel-inner {
	overflow: hidden;
	margin: 0 auto;
}
.nbs-flexisel-item {
	float: left;
	margin:0px;
	padding:0px;
}
.nbs-flexisel-item > img {
	
	positon: relative;
	margin-top:10px;
	margin-bottom: 10px;
	max-width:250px;
	max-height:250px;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
}

.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
	width: 22px;
	height: 22px;
	position: absolute;
	z-index: 100;
	cursor:pointer;
}
.nbs-flexisel-nav-left {
	right:13%;
	top: -1% !important;
	background:url(../img/prev1.png) no-repeat;
}
.nbs-flexisel-nav-right {
	right:1%;
	top: -1% !important;
	background:url(../img/next1.png) no-repeat;
}
.nbs-flexisel-nav-left:hover {
	right:13%;
	top: -1% !important;
	background:url(../img/prev1_hover.png) no-repeat;
}
.nbs-flexisel-nav-right:hover {
	right:1%;
	top: -1% !important;
	background:url(../img/next1_hover.png) no-repeat;
}
/*-- flexisel --*/

@media only screen and (max-width: 768px) {
    .r-tabs .r-tabs-nav {
        display: none;
    }

    .r-tabs .r-tabs-accordion-title {
        display: block;
    }
	.list img
	{
		display:none;
	}
	.lx
	{
		width:100%;
		margin:0;
		padding:30px;
	}

}
/*----*/




@media (max-width:768px){
	.sec-1-rightr {
		margin: 1em 0 0;
		float: none;
		width: 100%;
	}

	.sec-1-right {
		margin:0;
		float: none;
		width: 100%;
	}
	
}
@media (max-width: 992px)
{
    .navbar-right .col-md-12{
        position:absolute;
    }
    .nones{
        display:none !important;
    }
    .shows{
        display:block !important;
    }
    .logo-section p {
    display: none;
}
}
.nones{
        display:block;
    }
@media (min-width: 993px){
    .shows{
        display:none !important;
    }
}
/*..................THUMB SLIDER..................*/	

/*-------------------------------------------------------- */
/*  EVENT SECTION END
/* ----------------------------------------------------------- */


	
	

/*-------------------------------------------------------- */
/*  FOOTER SECTION START
/* ----------------------------------------------------------- */



#footer-section{
  background:#4e2f4e;
  padding:30px 0px 40px;
  float:left;
  position:relative;
  width:100%;
  font-family: 'Open Sans', sans-serif;
  }
.footer{
	float:left;
	width:100%;
	}
.footer h1{
	text-align:justify;
	margin-bottom:15px;
	color:#fff;
	font-weight:normal;
	font-size:24px;
	font-weight:700;
	}
.footer p{
	text-align:justify;
	margin-bottom:10px;
	font-weight:normal;
	line-height:1.5;
	color:#fff;
	font-size:13px;
	}
.footer img{
	max-width:100%;
	}
.footer_social{
	float:left;
	width:100%;
	margin-top:10px;
	}
.footer_social a{
	background:#3b5998;
	padding:6px;
	width:30px;
	height:30px;
        border-radius:4px;
	color:#fff;
	margin-right:8px;
	float:left;
	text-align:center;
	}
.footer_social a:hover{
	background:#e4e4e4;
	padding:6px;
	width:30px;
	height:30px;
	color:#15174f;
	margin-right:8px;
	float:left;
	text-align:center;
	}
.timing{
	float:left;
	width:100%;
	}
.timing .fa{
	float:left;
	width:40px;
	font-size:30px;
	height:70px;
	padding-top:4px;
	color:#ffd13b;
	}
.timing p strong{
	font-size:16px;
	}
.timing p{
	line-height:1.6;
	}
.footer iframe{
	width:100%;
	height:185px;
	}
	
.bottm-footer{
	float:left;
	width:100%;
	padding:10px;
	background:#262425;
	border-top:1px solid #e4e4e4;  
	}
.bottm-footer p{
	color:#fff;
	text-align:center;
	font-size:14px;
	font-weight:600;
	margin:0;
	}
.bottm-footer p a{
	color:#fff;
	text-decoration:none;
	}
.footer .icon{
	margin-bottom:0px;
	height:30px;
	margin-top:-5px;
	font-size:25px;
	}

/*-------------------------------------------------------- */
/*  FOOTER SECTION END
/* ----------------------------------------------------------- */



/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
/*  PAGE SECTION END
/* ----------------------------------------------------------- */
/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
	



/*------------------------------------------------------------*/
/* ABOUT PAGE SECTION START
/*------------------------------------------------------------*/
.page-section{
	float:left;
	width:100%;
	}
.page-section p{
	text-align:justify;
	color:#2f2d2d;
	}
.page-header{
	background:#4053bd;
	padding-top:15px;
	float:left;
	width:100%;
	}
.page-header img{
	float:right;
	}
.page-header h1{
	padding-left:15px;
	margin-top:5vw;
	}

#history-section{
	float:left;
	width:100%;
	background:#fff;
	padding:30px 0px;
	}
#mvs-section{
	float:left;
	width:100%;
	background:#fff;
	padding:30px 0px 50px;
	}
#mvs-section h1 {
    text-align: center;
    margin-bottom: 20px;
    color: #000;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 26px;
    font-weight: 700;
}	
.mvs{
	float:left;
	width:100%;
	margin-top:20px;
	}
.mvs-shadow {
    text-align: justify;
    background: #f8f8f8;
    padding: 5px 20px 20px;
    box-shadow: 0px 3px 10px 0px #ddd;
}
.mvs-shadow p{
	font-size:13px;
	}

/*----------VIDEO SECTION START----------*/


#video-section{
  background:#fff;
  padding:0px 0px;
  float:left;
  display:block;
  text-align:center;
  position:relative;
  width:100%;
  font-family: 'Open Sans', sans-serif;
  }
.video{
	float:none;
	width:100%;
	display:block;
	position:relative;
	z-index:9999;
    text-align:center;
	}
.video h1{
	text-align:center;
	margin-bottom:10px;
	color:#fff;
	font-size:42px;
	line-height:1.6;
	font-weight:700;
	}
.video a{
	text-align:center;
	margin-bottom:10px;
	color:#fff;
	font-weight:600;
	float:none;
	padding:10px 50px;
	display:inline-block;
	background:#ff7d01;
	text-decoration:none;
	font-style:italic;
	border-radius:4px;
	font-size:18px;
	}
.rd-video {
    position: relative;
	z-index:9999;
}
.rd-video.rd-video-bg {
    z-index: 1;
}
.rd-video-preloader {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    transition: .3s all ease;
    background: url(../images/preloader.gif) no-repeat rgba(255, 255, 255, 0.8) center center;
    z-index: 888;
}
.rd-video video {
    margin: auto;
    position: absolute;
    opacity: 0;
	z-index:-9999;
    visibility: hidden;
}
audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}
.rd-video-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
}
.rd-video.rd-video-bg > .rd-video-wrapper, .rd-video.rd-video-bg > .rd-video-wrapper > video {
    z-index: -1;
}
.section-md-160 {
    padding-top: 10vw;
    padding-bottom: 10vw;
	background:rgba(0, 0, 0, .5);
}
.section-md-160 h2{
	text-align:center;
	margin-bottom:10px;
	color:#fff;
	font-size:42px;
	line-height:1.6;
	font-weight:700;
	}

/*----------VIDEO SECTION END----------*/




.page-container {
	margin: 0px;
	padding:0px 0px;
    }
.page-headers{
	float:left;
	width:100%;
	padding:3vw 0px;
        background:#7f0608;
	}
.page-headers h1{
	font-size:2vw;
	text-align:center;
	font-weight:600;
	font-family: 'Open Sans', sans-serif;
	color:#fff;
	text-transform:uppercase;
	margin:0;
	background:none;
	padding-bottom:10px;
	}
.page-middle{
	float:left;
	width:100%;
	margin:30px 0px;
    }
.page-middle h2{
        color:#7f0608;
       }
.page-middle p{
	font-size:14px;
	text-align:justify;
	font-weight:400;
	font-family: 'Open Sans', sans-serif;
	color:#000;
	line-height:1.6;
	}
.contact h2{
	font-size:20px;
	text-align:center;
	font-weight:600;
	font-family: 'Open Sans', sans-serif;
	color:#000;
	margin:0;
	margin-bottom:10px;
	text-transform:uppercase;
	}
.contact p{
	font-size:16px;
	text-align:center !important;
	font-weight:500;
	font-family: 'Open Sans', sans-serif;
	color:#929191;
	line-height:1.6;
	}
.page-middle iframe{
	width:100%;
	margin-top:20px;
	min-height:242px;
	}
.gallery .col-md-3{
	margin-bottom:20px;
	}
.gallery img{
	border:2px solid #13a99e;
	width:100%;
	}






.gallerypage li
{
	float:left;
	text-align:center;
        margin-bottom:20px;
}

.gallerypage li img
{
	border:2px solid #ddd;
        width:100%
}

/*
.news-panel
{
	float:left;
	width:100%;
	border-bottom:1px solid #ddd;
	margin-bottom: 10px;
  padding-bottom: 10px;
	
}

.news-panel h2
{
	font-size:14px;
	color:#706F6F;
	font-family:Verdana, Geneva, sans-serif;
	margin-bottom:5px;
	border:0px;
}

.news-panel h3
{
	font-size:14px;
	color:#706F6F;
	font-family:Verdana, Geneva, sans-serif;
	margin-bottom:5px;
}

.news-panel h3 span
{
	font-size:14px;
	color:#706F6F;
	font-family:Verdana, Geneva, sans-serif;
}

.news-panel h4
{
	font-size:12px;
	color:#706F6F;
	font-family:Verdana, Geneva, sans-serif;
	margin-bottom:5px;
}

.news-panel h4 span
{
	font-size:12px;
	color:#f00;
	font-family:Verdana, Geneva, sans-serif;
}

.news-panel p
{
	padding:5px 0px 0px 0px;
}

*/

.smart-green {
    width: 300px;
    margin-right: auto;
    margin-left: auto;
    background: #FFF;
    padding: 30px 30px 20px 30px;
    box-shadow: rgba(194, 194, 194, 0.7) 0 3px 10px -1px;
    -webkit-box-shadow: rgba(194, 194, 194, 0.7) 0 3px 10px -1px;
    font: 12px Arial, Helvetica, sans-serif;
    color: #666;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.smart-green h1 {
    font: 24px "Trebuchet MS", Arial, Helvetica, sans-serif;
    padding: 20px 0px 20px 40px;
    display: block;
    margin: -30px -30px 10px -30px;
    color: #FFF;
    background: #7f0608;
    text-shadow: 1px 1px 1px #272262;
    border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    border-bottom: 1px solid #272262;
}
.smart-green h1>span {
    display: block;
    font-size: 11px;
    color: #FFF;
}
.smart-green label {
    display: block;
    margin: 0px 0px 5px;
}
.smart-green label>span {
    float: left;
    margin-top: 10px;
    color: #5E5E5E;
}
.smart-green input[type="text"],
.smart-green input[type="password"],
.smart-green input[type="email"],
.smart-green textarea,
.smart-green select {
    color: #555;
    height: 24px;
    width: 96%;
    padding: 3px 3px 3px 10px;
    margin-top: 2px;
    margin-bottom: 0px;
    border: 1px solid #E5E5E5;
    background: #FBFBFB;
    outline: 0;
    -webkit-box-shadow: inset 1px 1px 2px rgba(238, 238, 238, 0.2);
    box-shadow: inset 1px 1px 2px rgba(238, 238, 238, 0.2);
    font: normal 14px/14px Arial, Helvetica, sans-serif;
}
.smart-green textarea {
    height: 80px;
    padding-top: 10px;
}
.smart-green select {
    background: url('down-arrow.png') no-repeat right, -moz-linear-gradient(top, #FBFBFB 0%, #E9E9E9 100%);
    background: url('down-arrow.png') no-repeat right, -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FBFBFB), color-stop(100%, #E9E9E9));
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    width: 100%;
    height: 30px;
}
.smart-green .button {
    background-color: #7f0608;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-border-radius: 5px;
    border: none;
    padding: 10px 25px 10px 25px;
    color: #FFF;
    text-shadow: 1px 1px 1px #7f0608;
    margin-top: 10px;
}
.smart-green .button:hover {
    background-color: #7f0608;
}	




.pdf-section li
{
	text-align:center;
}

.pdf-section li img
{
	border:2px solid #ddd;
}
	
.pdf-section p{
background:#4e2f4e !important;
color:#fff !important;
text-align:center;
padding:5px 0px;
}
.pdf-section a{
background:#f0474c!important;
color:#fff !important;
text-align:center;
border-radius:4px;
padding:5px 10px;
}



.form-panel
{
	float:left;
	width:100%;
	font-family: verdana;
	font-size:12px;
}

.controls-row
{
	float:left;
	width:100%;
	margin-bottom: 10px;
	
}

.controls-row .full-row
{
	float:left;
	width:100%;
}

.controls-row .half-row
{
	float:left;
	width:50%;
}

.controls-row .control-label
{
	float:left;
	width:140px;
	font-family: verdana;
    color: #007bcd;
	font-size:12px;
}

.controls-row .controls
{
	float:left;
	
	margin-left:10px;
}

.controls-row .control-radio
{
	float:left;
	margin-top:5px;
	margin-right:10px;
}

.controls-row input
{
	background-color: #fff;
    border: 1px solid #ccc;
	transition: border linear .2s, box-shadow linear .2s;
    padding: 4px 6px;
   
    font-size: 14px;
    line-height: 20px;
    color: #555;
}

.btn-blue
{
	background-color: #007bcd !important;
    border: 1px solid #ccc;
	transition: border linear .2s, box-shadow linear .2s;
	color: #fff !important;
}

.btn-blue:hover
{
	background-color: #014673 !important;
}

.btn-red
{
	background-color: #A80606 !important;
    border: 1px solid #ccc;
	transition: border linear .2s, box-shadow linear .2s;
	color: #fff !important;
}

.btn-red:hover
{
	background-color: #A80606 !important;
}

.controls-row select
{
	background-color: #fff;
    border: 1px solid #ccc;
	transition: border linear .2s, box-shadow linear .2s;
    padding: 4px 6px;
   
    font-size: 14px;
    line-height: 20px;
    color: #555;
}

.form-actions
{
	float:right;
}


.bs-wizard {margin-top: 40px;}

/*Form Wizard*/
.bs-wizard {border-bottom: solid 1px #e0e0e0; padding: 0 0 10px 0;}
.bs-wizard > .bs-wizard-step {padding: 0; position: relative;}
.bs-wizard > .bs-wizard-step + .bs-wizard-step {}
.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {color: #595959; font-size: 16px; margin-bottom: 5px;}
.bs-wizard > .bs-wizard-step .bs-wizard-info {color: #999; font-size: 14px;}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot {position: absolute; width: 30px; height: 30px; display: block; background: #059bff; top: 45px; left: 50%; margin-top: -15px; margin-left: -15px; border-radius: 50%;} 
/*.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {content: ' '; width: 14px; height: 14px; background: #0167ab; border-radius: 50px; position: absolute; top: 8px; left: 8px; } */
.bs-wizard > .bs-wizard-step > .progress {position: relative; border-radius: 0px; height: 8px; box-shadow: none; margin: 20px 0; background:#c3bcbc;}
.bs-wizard > .bs-wizard-step > .progress > .progress-bar {width:0px; box-shadow: none; background: #059bff;}
.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {width:100%;}
.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {width:50%;}
.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {width:0%;}
.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {width: 100%;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {background-color: #c3bcbc;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {opacity: 0;}
.bs-wizard > .bs-wizard-step:first-child  > .progress {left: 50%; width: 50%;}
.bs-wizard > .bs-wizard-step:last-child  > .progress {width: 50%;}
.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot{ pointer-events: none; }


.bs-wizard > .bs-wizard-step > .one:after {content: "1"; width: 14px; height: 14px; border-radius: 50px; position: absolute; top: 5px; left: 10px; color:#fff; opacity: 1 !important; font-weight:700;} 
.bs-wizard > .bs-wizard-step > .two:after {content: "2"; width: 14px; height: 14px; border-radius: 50px; position: absolute; top: 5px; left: 10px; color:#fff; opacity: 1 !important; font-weight:700;} 
.bs-wizard > .bs-wizard-step > .three:after {content: "3"; width: 14px; height: 14px; border-radius: 50px; position: absolute; top: 5px; left: 10px; color:#fff; opacity: 1 !important; font-weight:700;} 
.bs-wizard > .bs-wizard-step > .four:after {content: "4"; width: 14px; height: 14px; border-radius: 50px; position: absolute; top: 5px; left: 10px; color:#fff; opacity: 1 !important; font-weight:700;} 
.bs-wizard > .bs-wizard-step > .five:after {content: "5"; width: 14px; height: 14px; border-radius: 50px; position: absolute; top: 5px; left: 10px; color:#fff; opacity: 1 !important; font-weight:700;} 
.bs-wizard > .bs-wizard-step > .six:after {content: "6"; width: 14px; height: 14px; border-radius: 50px; position: absolute; top: 5px; left: 10px; color:#fff; opacity: 1 !important; font-weight:700;} 





.preview
{
	float:left;
	width:100%;
	margin-bottom:30px;
}

.preview th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica,
	sans-serif;
	color: #6D929B;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA url(images/bg_header.jpg) no-repeat;
}

.preview th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
}

.preview th.spec {	
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff url(images/bullet1.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica,
	sans-serif;
}

.preview th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa url(images/bullet2.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica,
	sans-serif;
	color: #B4AA9D;
}

.preview td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #6D929B;
}


.preview td.alt {
	background: #F5FAFA;
	color: #B4AA9D;
}
