@import url(http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,700,300,600,800,400);

body, html{
	font-family: 'Lato', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #5a5a5a;
}

/*h1{
	text-transform: uppercase;
}*/
h1 strong{
	font-weight: 900;
}
h2{
	
	line-height:32px;
	margin:  0;
}
h3{
font-size: 18px;
font-weight: 900;
}
h4{
	text-transform: uppercase;
}
h5{
	text-transform: uppercase;
	
	line-height: 20px;
}



p{
	font-family: 'Open Sans', sans-serif;
}
p.intro{
	font-size: 14px;
	margin: 12px 0 0;
	line-height: 24px;
	font-family: 'Open Sans', sans-serif;
}
a{     color: #c5c4c3;}
a:hover,
a:focus{
	text-decoration: none;
	color: #fff;
}


.makeright{

float:right; !important}


.section-title hr{
	border-color: #7b0099;
	border-width: 4px;
	width: 60px;
	float: left;
	clear: both;
}
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }
ul, ol{
	padding: 0;
	webkit-padding: 0;
	moz-padding: 0;
}
/* Navigation */
a { text-decoration: none; }

#main {
  width: 100%;
  display: block;
  float: left;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}

.navigation {
  display: block;
  margin: 30px 0;
  background: #fff;

 
}


.navigation ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: block;
}

.navigation li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
  font-size: 17px;
  color: #def1f0;
}

.navigation li a {
  padding: 10px 12px;
  font-size: 15px;
  color: #df3840;
  display: inline-block;
  outline: 0;
  font-weight: 400;
}


.equipd{
padding:10px 52px 10px 51px !important;
}

.navigation li:hover ul.dropdown { display: block; z-index:200; }

.navigation li ul.dropdown {
  position: absolute;
  display: none;
 /* width: 230px;*/
  background: #00695b;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  padding-top: 0;
}

.navigation li ul.dropdown li {
  display: block;
  list-style-type: none;
}

.navigation li ul.dropdown li a {
     padding: 10px 18px 10px 20px;
    font-size: 13px;
    color: #fff;
    display: block;
    font-weight: 400;
}

.navigation li ul.dropdown li:last-child a { border-bottom: none; }

.navigation li:hover a {

    background: #df3840;
    color: #fff !important;

}

.navigation li:first-child:hover a { border-radius: 3px 0 0 3px; }

.navigation li ul.dropdown li:hover a { background: #cacaca; }

.navigation li ul.dropdown li:first-child:hover a { border-radius: 0; }

.navigation li:hover .arrow-down { border-top: 5px solid #fff; }

.arrow-down {
     width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #df3840;
    position: relative;
    top: 14px;
    right: -13px;
    content: '';
}
 @media only screen and (max-width:767px) {


.iconhead{
float:left;
}

.navigation {
  background: #fff;
  width: 220px;
  height: 100%;
  display: block;
  position: fixed;
  left: -220px;
  top: 0px;
  /*transition: left 0.3s linear;*/
  margin: 0;
  border: 0;
  border-radius: 0;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
}

.navigation.visible {
  left: 0px;
  transition: left 0.3s linear;
  z-index:2;
}

.nav_bg {
  display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    margin: 0;
    position: fixed;
    top: 32px;
    left: 13px;
    background: #df3840;
    padding: 12px 0 0 10px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    z-index: 2;
}

.nav_bar {
  display: inline-block;
  vertical-align: middle;
      height: 40px;
	  width:40px;
  cursor: pointer;
  margin: 0;
}

.nav_bar span {
  height: 2px;
  background: #fff;
     margin: 3px 0px;
  display: block;
  width: 20px;
}

.equipd{
padding:10px 15px  !important;
}


.nav_bar span:nth-child(2) { width: 20px; }

.nav_bar span:nth-child(3) { width: 20px; }

.navigation ul { padding-top:95px; }

.navigation li { display: block; }

.navigation li a {
  display: block;
  color: #df3840;
  font-weight: 500;
}

.navigation li:first-child:hover a { border-radius: 0; }

.navigation li ul.dropdown { position: relative; }

.navigation li ul.dropdown li a {
  background: #a2a5a4 !important;
  border-bottom: none;
  color: #fff !important;
}

.navigation li:hover a {
  background:#b7bbbb;
  color: #fff !important;
}

.navigation li ul.dropdown li:hover a {
  background: #fff!important;
  color: #000 !important;
}

.navigation li ul.dropdown li a { padding: 10px 10px 10px 20px; font-size:14px; }

.navigation li:hover .arrow-down { border-top: 5px solid #fff; }

.arrow-down {
  border-top: 5px solid #505050;
  position: absolute;
  top: 20px;
  right: 10px;
}

.opacity {
    background: rgba(0, 0, 0, 0.05);
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
}
 @media only screen and (max-width:1199px) {

.container { width: 96%; }
}
/* Home Style */
#tf-home{
	/*background: url(../img/ban.jpg);*/
	background-size: cover;
	background-position: center;
	/*background-attachment: fixed;*/
	background-repeat: no-repeat;
	color: #cfcfcf;
}

.tfhome1{
background: url(../img/ban1.jpg) !important;
	background-size: cover !important;
	background-position: center !important;
	/*background-attachment: fixed;*/
	background-repeat: no-repeat !important;
}


.tfhome2{
background: url(../img/ban2.jpg) !important;
	background-size: cover !important;
	background-position: center !important;
	/*background-attachment: fixed;*/
	background-repeat: no-repeat !important;
}



#tf-home .overlay{
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.73) 17%, rgba(0,0,0,0.66) 35%, rgba(0,0,0,0.55) 62%, rgba(0,0,0,0.4) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.8)), color-stop(17%,rgba(0,0,0,0.73)), color-stop(35%,rgba(0,0,0,0.66)), color-stop(62%,rgba(0,0,0,0.55)), color-stop(100%,rgba(0,0,0,0.4))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#66000000',GradientType=0 ); /* IE6-9 */
	height: 750px;
	background-attachment: fixed;
}
#tf-home p.lead{
	color: #000;
}

.content{
	position: relative;
	padding: 12% 0 0;
}

.contentban{
    position: relative;
    padding: 8% 4% 8%;
    background: rgba(255, 255, 255, 0.64);
    margin: 5% 0;
    text-align: left;
    color: #000;
    border-top: 5px solid #df3840;
}

.contentban1{
   position: relative;
    padding: 8% 4% 8% 10%;
    /* background: rgba(255, 255, 255, 0.64); */
    margin: 5% 0;
    text-align: left;
    color: #ffee0d;
    /* border-top: 5px solid #df3840; */
}


.contentban2 {
    position: relative;
    padding: 6% 4% 7%;
    margin: 5% 0;
    text-align: left;
    color: #fff !important;
}


.contentban1 h1{
font-size:47px;
}


.contentban1 p{
color:#fff !important;
}

.contentban2 h1{
font-size:47px;
}


.contentban2 p{
color:#fff !important;
}





.color{
	color: #fcac45;
}

a.fa.fa-angle-down {
	padding: 10px 15px;
	color: #fff;
	border: 2px solid #b4b4b4;
	border-radius: 50%;
	font-size: 24px;
	margin-top: 200px;
	transition: all 0.5s;
}
a.fa.fa-angle-down:hover{
	background: #fcac45;
	color: #ffffff;
	border: 2px solid #fcac45;
}
/* About Section */
#tf-about{
	padding: 50px 0 50px;
}

.abtimg{
padding-top:0px;
}
ul.about-list{ margin: 30px 0 0 ;}
ul.about-list li{
	display: block;
	font-size: 16px;
	line-height: 30px;
	font-family: 'Open Sans', sans-serif;
}
ul.about-list li span{ 
	margin-right: 10px;
}

/* Team Section */
#tf-faculty{
	background: url(../img/03.jpg);
	background-size: cover;
	background-position: center;
	/*background-attachment: fixed;*/
	background-repeat: no-repeat;
	color: #ffffff;
}
#tf-faculty .overlay{
	
	background-attachment: fixed;
	padding: 80px 0;
}
.section-title.center{
	padding: 30px 0;
}
.section-title h2,
.section-title.center h2{
	font-weight: 400;
	color:#000;
}
.section-title.center .line{
	border-top: 2px solid #df3840;
	height: 10px;
	width: 90px;
	text-align: center;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 10px;
}

.section-title.center hr {
	    border-top: 4px solid rgba(123, 0, 153, 0.44);
	width: 40px;
	text-align: center;
	margin-top: 10px;
	position: relative;
	left: 17%;
}
#team{ margin: 0 auto}
#team .item{
    padding: 0;
    margin: 15px;
    color: #FFF;
    text-align: center;
}

img.img-circle.team-img {
	width: 120px;
	height: 120px;
	border: 4px solid transparent;
	transition: all 0.5s;
}
#tf-team .item .thumbnail:hover>img.img-circle.team-img{
	border: 4px solid #FCAC45;
}
#tf-team .thumbnail {
	background: transparent;
	border: 0;
}

#tf-team .thumbnail .caption {
	padding: 9px;
	color: #F2F2F2;
}

.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	filter: Alpha(Opacity=1);
	opacity: 1;
	-webkit-border-radius: 0;
	-moz-border-radius: 20px;
	border-radius: 0;
	background: #cacaca;
	transition: all 0.5s;
}

.owl-theme .owl-controls .owl-page.active span, 
.owl-theme .owl-controls.clickable .owl-page:hover span {
	filter: Alpha(Opacity=100);
	opacity: 1;
    background: #9536ac;
}
.owl-theme .owl-controls .owl-page.active span{
	    background: #a56ab3;
}

/* Services Section */
#tf-courses{
	padding: 30px 0;
	
}

.space{
	margin-top: 40px;
}

#tf-services i.fa {
	font-size: 40px;
	border: 4px solid #FCAC45;
	width: 100px;
	height: 100px;
	padding: 27px 25px;
	margin-bottom: 10px;
	border-radius: 50%;
	transition: all 0.5s;
}

#tf-services i.fa.fa-mobile{
	font-size: 50px;
	padding: 20px 25px;
}

#tf-services .service:hover>i.fa{
	background: #FCAC45;
	color: #ffffff;
}

/* Clients Section */
#tf-alumni{
	background: url(../img/04.jpg);
	background-size: cover;
	background-position: center;
	
	background-repeat: no-repeat;
	
	

   
    /* background-attachment: fixed; */
    background-repeat: no-repeat;
    background-color: #eee;
	
}

#tf-alumni .overlay{
    background: linear-gradient(to bottom, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%);
	padding: 80px 0;
	background-attachment: fixed;
}

#clients .item{
    padding: 0;
    
    color: #FFF;
    text-align: center;
}


#clients .item img{
   width: 227px;
   
    padding: 5px;
	
}

.owl-theme .owl-controls {
   
    visibility: hidden;
}


/* Gallery Section 
==============================*/
#tf-works{
	padding: 0px 0;
}
.categories{ 
	padding: 10px 0;
}
ul.cat li{
	display: inline-block;
}
#tf-works li.pull-right {
	margin-top: 10px;
}
ol.type li{
	display: inline-block;
	margin-left: 20px;
}
ol.type li:after{
	content: ' | ';
	margin-left: 20px;
}
ol.type li:last-child:after { content: ''; }
ol.type li a{ color: #222222}
ol.type li a.active { font-weight: 700; }
.isotope-item { z-index: 2 }
.isotope-hidden.isotope-item { z-index: 1 }
.isotope,
.isotope .isotope-item {
    /* change duration value to whatever you like */
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.isotope-item {
    margin-right: -1px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.isotope {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}
.portfolio-item{
	margin-bottom: 30px;
}
.portfolio-item .hover-bg{
	height: 260px;
	overflow: hidden;
	position: relative;
}

.hover-bg .hover-text {
	position: absolute;
	text-align: center;
	margin: 0 auto;
	color: #ffffff;
	background: rgba(0, 0, 0, 0.66);
	padding: 25% 0;
	height: 100%;
	width: 100%;
	opacity: 0;
    transition: all 0.5s;
}
.hover-bg .hover-text>h4{
	opacity: 0;
	-webkit-transform: translateY(100%);
            transform: translateY(100%);
            transition: all 0.3s;
}
.hover-bg:hover .hover-text>h4{
	opacity: 1;
    -webkit-backface-visibility:hidden;
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
.hover-bg .hover-text>i{
	opacity: 0;
	-webkit-transform: translateY(0);
            transform: translateY(0);
            transition: all 0.3s;
}
.hover-bg:hover .hover-text>i{
	opacity: 1;
    -webkit-backface-visibility:hidden;
   -webkit-transform: translateY(100%);
            transform: translateY(100%);
}
.hover-bg:hover .hover-text{
	opacity: 1;
}
#tf-works i.fa {
	height: 30px;
	width: 30px;
	border: 1px solid #FCAC45;
	font-size: 20px;
	padding: 5px;
	border-radius: 50%;
	color: #FCAC45;
}
/* Testimonials Section */
#tf-testimonials{
	<!--background: url(../img/05.jpg);-->
	background-size: cover;
	background-position: center;
	/*background-attachment: fixed;*/
	background-repeat: no-repeat;
	    color: #797777;
}

#tf-testimonials .overlay{
	/*background: -moz-linear-gradient(top,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.73) 17%, rgba(0,0,0,0.66) 35%, rgba(0,0,0,0.55) 62%, rgba(0,0,0,0.4) 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.8)), color-stop(17%,rgba(0,0,0,0.73)), color-stop(35%,rgba(0,0,0,0.66)), color-stop(62%,rgba(0,0,0,0.55)), color-stop(100%,rgba(0,0,0,0.4))); 
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%);
	background: -o-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); 
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); 
	background: linear-gradient(to bottom,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#66000000',GradientType=0 ); */
	padding: 80px 0;
	background-attachment: fixed;
}
#testimonial {
	padding: 30px 0;
}
#testimonial .item{
    display: block;
    width: 100%;
    height: auto;
}

#testimonial .item p {
	font-weight: 400;
	margin: 30px 0;
    color: #191919;
}
/* Contact Section */
#tf-contact{
	padding: 80px 0;
	color:#fff;
}

label {
	float: left;
	font-size: 12px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
}
#tf-contact .form-control {
	display: block;
	width: 100%;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

#tf-contact .form-control:focus {
	border-color: inherit;
	outline: 0;
	-webkit-box-shadow: transparent;
	box-shadow: transparent;
}

button.btn.tf-btn.btn-default {
	float: right;
	background: #FCAC45;
	border: 0;
	border-radius: 0;
	padding: 10px 40px;
	color: #ffffff;
	text-transform: uppercase;
}

.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn:focus, 
.btn:active:focus, 
.btn.active:focus, 
.btn.focus, 
.btn:active.focus, 
.btn.active.focus {
	outline: thin dotted;
	outline: none;
	outline-offset: none;
}
/* Footer */
nav#footer{
	    background: #303135;
	color: #ffffff;
	padding: 20px 0 15px 0;
	
}
nav#footer .fnav{ vertical-align: middle;}
ul.footer-social li{
	display: inline-block;
	margin-right: 10px;
}
nav#footer p{
	font-size: 12px;
	margin-top: 10px;
}
#footer i.fa {
	height: 30px;
	width: 30px;
	border: 2px solid #8c8c8c;
	font-size: 20px;
	padding: 4px 5px;
	border-radius: 50%;
	color: #8c8c8c;
	transition: all 0.5s;
}
#footer i.fa:hover{
	background: #FCAC45;
	border-color: #FCAC45;
	color: #ffffff;
	
	
	}
	/* form styles*/
	
.form-style-5{
 

	float:right;
}
.form-style-5 fieldset{
    border: none;
}
.form-style-5 legend {
    font-size: 1.4em;
    margin-bottom: 10px;
}
.form-style-5 label {
    display: block;
    margin-bottom: 3px;
}
.form-style-5 input[type="text"],
.form-style-5 input[type="date"],
.form-style-5 input[type="datetime"],
.form-style-5 input[type="email"],
.form-style-5 input[type="number"],
.form-style-5 input[type="search"],
.form-style-5 input[type="time"],
.form-style-5 input[type="url"],
.form-style-5 textarea,
.form-style-5 select {
  
  background: rgba(255,255,255,.1);
    border: none;
    font-size: 14px;
    margin: 0;
    outline: 0;
    padding: 11px;
    width: 48%;
    margin-right: 2%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    background-color: #fff;
    color: #7d7d7d;
    -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
    box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
    margin-bottom: 14px;
    float: left;
    
}

.form-style-5 textarea{
width:98%;
}


.form-style-5 input[type="text"]:focus,
.form-style-5 input[type="date"]:focus,
.form-style-5 input[type="datetime"]:focus,
.form-style-5 input[type="email"]:focus,
.form-style-5 input[type="number"]:focus,
.form-style-5 input[type="search"]:focus,
.form-style-5 input[type="time"]:focus,
.form-style-5 input[type="url"]:focus,
.form-style-5 textarea:focus,
.form-style-5 select:focus{
    background: #d2d9dd;
}
.form-style-5 select{
    -webkit-appearance: menulist-button;
    height:42px;
}
.form-style-5 .number {
    background: #1abc9c;
    color: #fff;
    height: 30px;
    width: 30px;
    display: inline-block;
    font-size: 0.8em;
    margin-right: 4px;
    line-height: 30px;
    text-align: center;
    text-shadow: 0 1px 0 rgba(255,255,255,0.2);
    border-radius: 15px 15px 15px 0px;
}

.form-style-5 input[type="submit"],
.form-style-5 input[type="button"]
{
       position: relative;
    display: block;
    padding: 8px 37px;
    border-radius: 35px;
    color: #FFF;
    margin: 0 auto;
    background: #df3840;
    font-size: 18px;
    text-align: center;
    font-style: normal;
    /* width: 100%; */
    border: none;
    border-width: 1px 1px 3px;
    margin-bottom: 10px;
    float: right;
    margin-right: 14px;
}
.form-style-5 input[type="submit"]:hover,
.form-style-5 input[type="button"]:hover
{
            background: #fff;
			color:#df3840;
}

	
	
	/*  tab panel  */
	
ul.resp-tabs-list,
p {
  margin: 0px;
  padding: 0px;
}

.resp-tabs-list li {
  font-weight: 600;
  font-size: 13px;
  display: inline-block;
  padding: 13px 15px;
  margin: 0;
  list-style: none;
  cursor: pointer;
  float: left;
}

.resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  clear: left;
}

h2.resp-accordion {
  cursor: pointer;
  padding: 5px;
  display: none;
}

.resp-tab-content {
  display: none;
  padding: 15px;
}

.resp-tab-active {
  border: 1px solid #c1c1c1;
  border-bottom: none;
  margin-bottom: -1px !important;
  padding: 12px 14px 14px 14px !important;
}

.resp-tab-active {
  border-bottom: none;
  background-color: #fff;
}

.resp-content-active,
.resp-accordion-active { display: block; }

.resp-tab-content { border: 1px solid #c1c1c1; }

h2.resp-accordion {
  font-size: 13px;
  border: 1px solid #c1c1c1;
  border-top: 0px solid #c1c1c1;
  margin: 0px;
  padding: 10px 15px;
}

h2.resp-tab-active {
  border-bottom: 0px solid #c1c1c1 !important;
  margin-bottom: 0px !important;
  padding: 10px 15px !important;
}

h2.resp-tab-title:last-child {
  border-bottom: 12px solid #c1c1c1 !important;
  background: blue;
}

/*-----------Vertical tabs-----------*/


.arrow{
    font-size: 24px;
    color: #7b0099;
}


.resp-vtabs ul.resp-tabs-list {
  float: left;
  width: 30%;
}

.resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 15px 15px !important;
    margin-bottom: 0;
    margin-right: 7px !important;
    cursor: pointer;
    float: none;
    background-color: #fff;
    margin-bottom: 7px !important;
	text-align: left;
}

.resp-vtabs .resp-tabs-container {
     padding: 0px;
    background-color: #ffffff;
    /* border: 1px solid #8d6198; */
    float: left;
    width: 68%;
    min-height: 250px;
    border-radius: 4px;
    clear: none;
    text-align: left;
    box-shadow: 0px 9px 19px #a29e9e;
}

.resp-vtabs .resp-tab-content { border: none; }

.resp-vtabs li.resp-tab-active {
border: 0px solid #c1c1c1;
    /* border-right: none; */
    background-color: #c0bec1;
    position: relative;
    z-index: 1;
    margin-right: 7px !important;
    margin-bottom: 7px !important;
    padding: 14px 15px 15px 14px !important;
    border-left: 5px solid #7b0099;
    color: #ffffff;
	overflow:auto;
}

.resp-arrow {
  width: 0;
  height: 0;
  float: right;
  margin-top: 14px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 12px solid #fff;
}

h2.resp-tab-active span.resp-arrow {
  border: none;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 12px solid #fff;
}

/*-----------Accordion styles-----------*/

h2.resp-tab-active { background: #9f9ea0 !important;
    border-left: 4px solid #7b0099;
	color:#fff;}

.resp-easy-accordion h2.resp-accordion { display: block; }

.resp-easy-accordion .resp-tab-content { border: 1px solid #c1c1c1; }

.resp-easy-accordion .resp-tab-content:last-child { border-bottom: 1px solid #c1c1c1 !important; }

.resp-jfit {
  width: 100%;
  margin: 0px;
}

.resp-tab-content-active { display: block; }

h2.resp-accordion:first-child { border-top: 1px solid #c1c1c1 !important; }
/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 768px) {

ul.resp-tabs-list { display: none; }

h2.resp-accordion { display: block;
background: #cacaca;
    color: #fff; }

.resp-vtabs .resp-tab-content { border: 1px solid #C1C1C1;overflow:auto; }

.resp-vtabs .resp-tabs-container {
  border: none;
  float: none;
  width:100%;
  margin:0 auto;
  min-height: initial;
  clear: none;
}

.resp-accordion-closed { display: none !important; }

.resp-vtabs .resp-tab-content:last-child { border-bottom: 1px solid #c1c1c1 !important; }
}

/* subscription form*/

.subscribe-box{
border-radius:4px;
color:#fff;
    background: #222; 
 font-size:12px;
 line-height:20px;
 padding:1px 20px 10px;
 text-align:center;
 text-transform:none;
 font-weight:500;
 }
form.subscribe-box-form{
clear:both;
display:block;
margin:10px 0 0;
width:auto;
overflow:hidden;

}
.subscribe-box-email-field{
outline:none;
/*background:#fff url(http://1.bp.blogspot.com/-JMYdQsIa9WQ/UDZqxqqrTEI/AAAAAAAAFho/AocEv70U8K8/s1600/sprites.png) no-repeat 1px -27px;*/
color:#444;
margin:0 0 15px;
    padding: 9px 15px;
    width: 90%;
    border: none;
    float: left;

}
.subscribe-box-email-button{
outline:none;
   background-color: #847f79;
   
  color:#fff;cursor:pointer;font-weight:700;
  padding:7px;
  text-transform:none;
  float:left;
  border:none;
  font-size:16px;
  }
  
  
  .contcolr{
      background: #222;
  
  }
  
  .address p{
  font-size:15px;
  line-height:22px;
  
  }
 
  
  .awardlogo{
  font-size: 15px;
    color: #fff;
    margin: 3px 0;
	float:right;
  }
  
  
   
  .awardlogo a{
  font-size:15px;
  color:#fff;
 margin-left:5px;
  
  }
  
  
  
  
  .resp-tabs-container ul{
  list-style-type:none;
  }
  
  .lihead{
  margin-top:3px;
font-size:18px;
font-weight:600;
  }
   
  .sechead{
    color: #7b0099;
    margin-bottom: 15px;
    margin-left: 5px;
    font-size: 21px;
  }
  
  .resp-tabs-container ul  li{
  margin-left:15px;
margin-top:4px;
font-size:14px;

  }
  
  
  #tf-whydm{
  
  padding:50px 0;

      background: url(../img/sectban.jpg);
    background-size: cover;
    background-position: center;
    /* background-attachment: fixed; */
    background-repeat: no-repeat;
    color: #cfcfcf;
  
  }
  
  
  
  #tf-whyus{
  
  padding:50px 0 45px;
  background: rgba(222, 218, 218, 0.26);
 }
  
  
  
  .icon{margin:0 auto;
  float: right;
  width:50px;
  height:50px;
  color:#fff;
  background: #7b0099;
  text-align:center;
  font-size:20px;
  vertical-align:middle;
  padding-top:10px;
  }
  
  .whyuspts{
  margin-top:20px;
  
  text-align:left;
  }
  
  
   .whyuspts h3{
  margin-bottom:10px !important;
line-height:25px;  
  }
  
  
  
  
  .whydmtxt{
  
  text-align:center;
  width:90%;
  margin:0 auto;
  font-size: 14px;
  
    line-height: 34px;
    font-family: 'Open Sans', sans-serif;
  }
  
  
  .justifytxt{
     padding: 5px 8px 6px;
    margin-top: 5px;
    text-align: left;
    font-size: 13px;
    line-height: 21px;
  
  }
  
  .designation{
  font-size:13px;
        color: #958e96;
	  
  }
  
  .makeleft{
  text-align:left;
  }
  
  
  .tabsdivid{
      border-bottom: 2px dashed #cacaca;
    margin-bottom: 14px;
    padding-bottom: 10px;
  }
  
  .mainheadi{
  font-size:40px;
  }
  
  
  .testitxt{
  font-size: 15px;
    line-height: 24px;
  }
  
  
  .trophy{
  background:#cacaca;
  font-size:36px;
  width:50px;
  height:50px;
  position:fixed;
  top:200px;
  left:0;
  text-align:center;
  vertical-align:middle;
   -webkit-transition-property: width; /* Safari */
    -webkit-transition-duration: 2s; /* Safari */
    transition-property: width;
    transition-duration: 2s;
	color:#fff !important;
  }
  
  
  .tel{
  background:#cacaca;
  font-size:36px;
  width:50px;
  height:50px;
  position:fixed;
  top:255px;
  left:0;
  text-align:center;
  vertical-align:middle;
   -webkit-transition-property: width; /* Safari */
    -webkit-transition-duration: 2s; /* Safari */
    transition-property: width;
    transition-duration: 2s;
	
  }
  
  
   .tel a{
   text-decoration:none;
   color:#fff;
   }
  
  .logo{
  margin:10px;
  }
  
  .bordertop{
  
  border-bottom:1px solid #cacaca;}
  
  .containertop{
  width:100%;
  display:inline-block;
  }
  
  .section-title.center .line2 {
    border-top: 4px solid #eeeeee;
    height: 10px;
    width: 60px;
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
}


.section-title.center .line2 hr {
    border-top: 4px solid rgba(255, 255, 255, 0.44);
    width: 40px;
    text-align: center;
    margin-top: 10px;
    position: relative;
    left: 17%;
}
  
  
 .nopd{
 
 padding:0 !important;
 margin:0 !important;}
 
 
 
 .contbtn{
 margin:35px auto;
 width:100px;
 height:40px;
 background: #a9a8a4;
 text-align:center;
 padding-top:12px;
 border-radius:5px;
 
 }
 
 
 
 .contbtn: hover{
 margin:37px auto;
 width:100px;
 height:40px;
 background: #fff;
 
 
 }
 
 .contbtn a{
 color:#fff  !important;;
 font-weight:600;
 }
 
  .contbtn a:hover{
 color:#000 !important;
 
 }
 
 
 
 .conlink{
 color:#fff  !important;;
 font-weight:600;
 
 }
 
 
   .conlink{
 color:#000 !important;
 
 }
 
 .ghost-buttonnew{
     vertical-align: middle;
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    padding: 18px 0;
    color: #fff;
    /* border: 1px solid #fff; */
    text-align: center;
    outline: none;
    text-decoration: none;
    margin: 10px auto;
background: #e2cf04;
    font-weight: 600;
    line-height: 21px;
    font-size: 17px;
}
 
 
 .ghost-buttonnew:hover,
.ghost-buttonnew:active {
  background-color: #fff;
  color: #000 !important;
}

.alumnip{
text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 23px;
    width: 60%;
    margin: 0 auto;}
	
	.navbar-nav > li {
    float: left;
  
	    padding: 15px 12px;
}



		


.ghost-button {
    color: #ffffff;
    background: #df3840;
    /* border: 1px solid #009688; */
    font-size: 17px;
    padding: 8px 23px;
    font-weight: normal;
    margin: 0px 0;
    margin-right: 12px;
    display: inline-block;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    /* min-width: 120px; */
    border-radius: 19px;
}

.ghost-button:hover, .ghost-button:active {
 color:#ff0000;
 background:#fff;
}

.iconhead{


font-size:15px !important;
color:#df3840 !important;
-webkit-animation-delay: 2s;
    animation-delay: 2s;
}


.iconhead:hover{
-webkit-animation-delay: 2s;
    animation-delay: 2s;
color:#cacaca!important;

}



.floatimg1{
position:absolute;
left:0;
}

.floatimg2{
position:absolute;
right:0;
}

.phoneimg{
position: absolute;
    top: -71px;
}

.probox{
text-align:center;
color:#000;
padding-bottom:20px;
}

.prodes{
width:60%;
margin:0 20%;
}

.botli li{
padding:0 0 5px;
} 


.floatcon{
    margin: -115px 0 0;
    padding: 27px 0;
    text-align: center;
    background: #df3840;
}


.ghost-button2 {
    color: #ffffff;
    background: #df3840;
 border: 1px solid #fff; 
    font-size: 17px;
    padding: 8px 23px;
    font-weight: normal;
    margin: 0px 0;
    margin-right: 12px;
    display: inline-block;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    /* min-width: 120px; */
    margin-left:20px;
}

.ghost-button2:hover, .ghost-button2:active {
 color:#ff0000;
 background:#fff;
}

.listop:hover {
background:#fff !important;
    
}


.innerimg{
width:100%;

}

.separete{

padding: 0px 0px 30px;
    border-bottom: 2px dashed #505050;
    margin: 0px 0px 30px;
	display:inline-block;
}

.separete h3{
font-size:28px;
}



.boxtele{
background: #efefef;
    padding: 20px;
}


.prodbox {
margin:20px auto 0;
}


.prodbox p{
margin:5px auto 0;
font-size:15px;
}



.prodbox img{
width:50%;
margin:20px auto 0;
text-align:center;

}



.carmail a{

font-size:17px;
color:#df3840;
text-decoration:underline;
}


.carmail {
font-weight:600;
font-size:17px;
color:#000;

}



.genhead h4{
font-weight: 600;
    font-size: 18px;
    color: #df3840;
    padding-bottom: 7px;
    margin: 14px 0 7px;
	    text-transform: capitalize;
}



.genhead p{

    margin: 10px 0 ;
	 
}


.genminhead{
    font-size: 16px;
    font-weight: 600;
    margin: 8px 0 5px;
}



.innerpagehead{
    width: 100%;
    background: #e4e4e4;
    padding: 20px 0 30px;
}

.wrapinner{
width:85%;
margin:0 auto;
}

.visiblediv {
    display: block;
}

.hiddendiv {
    display: none;
}



.conico {
    background: #df3840;
    display: inline-block;
    width: 60px;
    height: 60px;
    font-size: 27px;
    padding: 12px 0px 10px 0px;
    border-radius: 50%;
    vertical-align: top;
    color: #fff;
	text-align:center;
}

.contctp {
    color: #000;
    padding: 7px 0px 0px 0px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
}

.addbox{
text-align:center;
padding:0px 42px;
margin:20px 0px;
}


.custom-file-upload {
        font-weight: 700;
    color: #000;
   
}