.widget-title { width: 100%; display: table; text-align: center;}
.widget-title h3 { color: #000000; display: inline-block;}
.widget-title h3 strong { color: #fabe08; font-weight: 700;}
.widget-title span { font-size: 20px; display: block; color: #000000; }
.text-left { text-align: left;}
/*== HEADER CSS START ==*/
.header { width: 100%; display: table; background: #005c41; border-bottom: 2px solid #deb928;}
.logo { padding: 0px 0;}
.logo img { position: absolute; top: 0px; z-index: 100; }
.logo_right_area { text-align: right; padding: 10px 0;}
.logo_right_area span { font-size: 25px; color: #ffffff; padding-top: 48px; display: block;}
.logo_right_area span > strong { font-size: 25px; color: #e65258;}

/*== BANNER CSS START ==*/
.dsu-main-content { width: 100%; position: relative;}
.bannerBox { background-image: url(../images/banner.jpg); height: 562px;}
.parallax { position: relative; min-height: 100%; background-size: cover; background-repeat: no-repeat; background-position: center top; z-index: 1;}
.dsu-form { width: 308px; float: right; padding:18px 0; 
}
.frmBg { text-align: center; padding: 8px 10px; background: #f6ecd7;}
.frmBg span { font-size: 16px; color: #0b1129;}
.applyBox {
    width: 320px;
    display: table;
    float: right;
	  
}

.contact_fild { padding: 5px 8px; background: rgba(247,198,50,0.8); margin-bottom: 15px;}
.contact-fild-box .form-control { background: rgba(255,255,255,0.8); color: #202020;  border: 0px; border-radius: 0px;    font-size: 13px;}
.form-group {
    margin-bottom: 0px;
}
.btn_submit { background: #f6ecd7; color: #473e37; border-radius: 8px;  font-size: 22px; width: 100%; font-weight: 700; position: relative;}
.btn_submit:after { position: absolute; top: -13px; margin-left: -58px; content: ""; border-left: 15px solid transparent; border-right: 15px solid transparent; border-bottom: 25px solid #f6ecd7;}
.btn_submit:hover {background: #005c41; color: #FFF;}
.btn_submit:hover:after {  border-bottom-color: #005c41;  }

.contact-fild-box { margin-bottom: 8px;}
.contact-fild-box.text-center { margin-bottom: 0px;}
.form-control { height: 35px;}
.cd-intro {
  
}

.dsu-intro { position: relative;}


.dsu-addmission {margin-top: 55%;}
.dsu-addmission h2 span { color: #FFF; }
.dsu-addmission h2 {
    color: #fabe08;
    font-size: 34px;
    font-weight: 700;
	    line-height: 38px;
    padding: 10px 10px;
   position: relative;
    display: block;}

.dsu-addmission h2:after { background: #005c41;
    position: absolute;
    top: 0px;
    content: "";     opacity: 0.8;
   
/*additional skew transform*/
-webkit-transform:translate(-95%) skewX(-20deg);
transform:translate(-95%) skewX(-20deg);
       width: 766%;
    height: 102px;
       left: 400px;
    z-index: -1;}    
   

.dsu-addmission small { color: #FFF; font-size: 14px; display: table; padding-left: 80px;}
.formIDfid { padding: 10px 10px;}
/*== BANNER CSS end ==*/


/*== SEC1 css start ==*/
.sec1 { width: 100%; display: table; padding: 40px 0; position: relative; background: url(../images/sec1bg.png) no-repeat #FFF; background-size: 100%; }
.sec1Head { text-align: center;}
.sec1Head p { margin-top: 30px; padding: 0 40px;}
.borderbd { color: #000; font-size: 16px;}
/*== SEC2 css start ==*/
.sec2 { width: 100%; display: table; padding: 40px 0; background: url(../images/row2bg.jpg); background-repeat: repeat; position: relative;}
.sec2 .widget-title h3 { color: #FFF; text-transform: none;}
.sec2 .widget-title h3 strong { color: #FFF;}

.sec2Head { width: 100%; display: table;}

/*== SEC3 css start ==*/
.sec3 { width: 100%; display: table; padding: 40px 0; }




/*== SEC2 css start ==*/
.sec4 { background: url(../images/sec4bg.jpg);  background-repeat: repeat; padding: 20px 0 30px; width: 100%; display: table;} 
.sec2Head { width: 100%; float: left; display: block; margin-top: 20px;}
.sec2Head .content h3 { font-size: 18px; color: #040404; margin-bottom: 8px; font-weight: 700;}
.infraicon { padding: 15px 10px; text-align: center; background: #f5c330; height: 250px; position: relative;     transition: all 0.3s ease-in-out}

.content { margin-top: 8px;}	
.client_area .owl-nav .owl-prev, .client_area .owl-nav .owl-next {
    position: absolute;
    top: 45%;
    display: block;
    line-height: 30px;
    background: none;
    text-align: center;
}
.infraicon:hover h3, .infraicon:hover p { color: #FFF; }
.infraicon:hover { cursor: pointer; background: #00462a; box-shadow: 0 25px 30px rgba(0, 0, 0, 0.1);
    -ms-transform: translateY(-0px);
    transform: translateY(-0px); }
.infraicon:before,
.infraicon:after {
  content: '';
  position: absolute;
  width:100%;
  height:100%;
  z-index: -1;
  top:0;
  left:0;
  -webkit-transition: all .4s ease-in-out;
     -moz-transition: all .4s ease-in-out;
      -ms-transition: all .4s ease-in-out;
       -o-transition: all .4s ease-in-out;
          transition: all .4s ease-in-out;
}
.infraicon:before {
  border-left:2px solid #f5c330;
  border-right: 2px solid #f5c330;
  transform: scale(1,0);
    -webkit-transform:scale(1,0);
    -moz-transform:scale(1,0);
    -ms-transform:scale(1,0);
    -o-transform:scale(1,0);
}
.infraicon:after {
  border-top:2px solid #f5c330;
  border-bottom: 2px solid #f5c330;
  transform: scale(0,1);
    -webkit-transform:scale(0,1);
    -moz-transform:scale(0,1);
    -ms-transform:scale(0,1);
    -o-transform:scale(0,1);
}
.infraicon:hover:before,
.infraicon:hover:after {
  transform: scale(1);
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1);
    -o-transform:scale(1);
}



.infraicon:hover .ser-icon img { animation-name: fadeInUp; animation-duration: .75s; animation-iteration-count: 1; animation-timing-function: ease;}	

.client_area .owl-theme .owl-nav [class*=owl-] { font-size: 50px; background: transparent; color: #ededed; margin: 0px; padding: 0px;}
.client_area .owl-theme .owl-nav [class*=owl-]:hover {background: transparent;  color: #000; }
	
.client_area .owl-nav .owl-prev { left: -25px;}
.client_area .owl-nav .owl-next { right: -25px;}
/*== SEC3 css start ==*/



/* =======================
    :: 24.0 gallery area css
    ======================== */
.galleryBox .container-fluid { padding: 0 0;}	
.gallery_area { padding-top: 20px;}    
.gallery_area .single_gallery_item {
	display: inline-block; 
	float: left;
	width: 100%;
	position: relative;
	z-index: 1;
}
/*.gallery_area .single_gallery_item.four-column {
	margin-bottom: 30px;
	width: 100%;
}
.gallery_area.four-column .pagination {
	padding-top: 20px;
}*/
.gallery_area .single_gallery_item .hover_overlay {
	background-color: rgba(0, 0, 0, 0.7);
	height: 92%;
	left: 4%;
	position: absolute;
	top: 4%;
	-webkit-transition-duration: 350ms;
	transition-duration: 350ms;
	width: 92%;
	border-radius: 3px;
	-webkit-transform: scale(0, 0);
	transform: scale(0, 0);
}
.gallery_area .single_gallery_item:hover .hover_overlay {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}
.gallery_area .single_gallery_item .gallery_info h5,  .gallery_area .single_gallery_item .gallery_info p {
	color: #fff;
	position: absolute;
	text-align: center;
	top: 30%;
	width: 100%;
	height: auto;
}
.gallery_area .single_gallery_item .gallery_info p {
	top: 45%;
}
/*.gallery_area .single_gallery_item:hover .gallery_info h5 {
	-webkit-animation: fadeInLeft 800ms ease-in-out;
	animation: fadeInLeft 800ms ease-in-out;
}
.gallery_area .single_gallery_item:hover .gallery_info p {
	-webkit-animation: fadeInRight 800ms ease-in-out;
	animation: fadeInRight 800ms ease-in-out;
}
.gallery_area .single_gallery_item:hover .links {
	-webkit-animation: fadeInDown 800ms ease-in-out;
	animation: fadeInDown 800ms ease-in-out;
}*/
.gallery_area .single_gallery_item .links > a > i {
	color: #fff;
	font-size: 15px;
}
.gallery_area .single_gallery_item .links > a:hover {
	background-color: #ca393e;
}
.gallery_area .single_gallery_item .links > a {
	background-color: #ca393e;
	border-radius: 50%;
	display: inline-block;
	height: 35px;
	line-height: 35px;
	text-align: center;
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	width: 35px;
}
.gallery_area .single_gallery_item img {
	height: auto;
	max-width: 100%; border: 2px solid #9d2f2e;
}
.gallery_area .single_gallery_item .links {
	text-align: center;
    top: 40%;
    position: absolute;
    right: 45%;
    margin-right: 0;
    width: auto;
    z-index: 99;
    overflow: hidden;
}

.gallery_area .single_gallery_item .links > h5 { color: #FFF; font-size: 22px;}

.gallery_info > h5 {
	letter-spacing: 1px;
	text-transform: uppercase;
}
.gallery_area .pagination {
	padding-top: 50px;
}
.gallery_area.column .pagination {
	padding-top: 20px;
}
/*== galleryBox css start ==*/
.galleryBox { width: 100%; display: table; padding: 40px 0;}
#gallery-memeber .owl-theme .owl-dots, .owl-theme .owl-nav { text-align: left !important;}
	
.sec3 .owl-nav .owl-prev, .sec3 .owl-nav .owl-next {
    position: absolute;
    top: 42%;
    display: block;
    line-height: 30px;
    background: none;
    text-align: center;
}	
.sec3 .owl-theme .owl-nav [class*=owl-] {padding: 6px 16px; font-size: 22px;}
.sec3 .owl-theme .owl-nav [class*=owl-]:hover { background: #00462a;}
	
.sec3 .owl-nav .owl-prev { left: -50px;}
.sec3 .owl-nav .owl-next { right: -50px;}






.aluminBox { background: url(../images/aluminbg.jpg); background-size: 100%;   background-repeat: no-repeat; padding: 40px 0; width: 100%; display: table;}
.aluminphoto { display: inline-block; float: left; }
.aluminheading { background: #FFF; padding: 8px; display: inline-block; position: relative; border-radius: 5px;     margin: 17px 25px; }
.aluminheading span {    font-weight: 600; color: #00462a; font-size: 18px; display: block; margin-bottom: 5px; }
.aluminheading em { color: #00462a; font-size: 14px; }

.resultsbx { width: 100%; display: table; background: #f4c22f; position: relative; }
.resultsbx:after { width: 50%; right: 0px; position: absolute; content: ""; background: #dca814; height: 100%; border-left: 2px solid #FFF;  }

.teacherleft { text-align: right; font-size: 22px; line-height: 19px; padding: 15px 20px; color: #FFF; padding-right: 50px; }
.teacherright { text-align: left; font-size: 22px; line-height: 19px;  padding: 15px 20px;    padding-left: 50px; color: #FFF; position: relative; z-index: 5;  }
.teacherleft span { display: inline-block; width: 40px; height: 40px; float: left; }
.teacherleft span img {    padding-top: 9px;}
.teacherleft span + span { margin-left: 15px; font-weight: 600; text-align: left; display: inline-block; line-height: 30px; width: auto; height: auto; }

.aluminBox .owl-nav .owl-prev, .aluminBox .owl-nav .owl-next {
    position: absolute;
    top: 25%;
    display: block;
    line-height: 30px;
    background: none;
    text-align: center;
}	
.aluminBox .owl-theme .owl-nav [class*=owl-] {padding: 6px 16px; font-size: 22px;}
.aluminBox .owl-theme .owl-nav [class*=owl-]:hover { background: #00462a;}
	
.aluminBox .owl-nav .owl-prev { left: -50px;}
.aluminBox .owl-nav .owl-next { right: -50px;}




/*== Footer css start ==*/
.footer { width: 100%; display: table; padding: 8px 0; background: #00462a; color: #FFF; text-align: center;} 

.header-row { position: relative; }
.location { color: #FFF;
    font-size: 24px;
    position: absolute;
    left: 41%;
    font-weight: 600;
    /* top: 37px; */
    border-left: 1px solid #FFF;
    padding: 37px 10px;
    margin-top: 3px; 
  text-shadow: #000 3px 3px 0px;}


