 .title h2{
     font-size: 25px;
     margin-top: 0px;
     margin-bottom: 15px;
     line-height: 40px;
	 font-weight:500;
	 color:#00bae1;
	 letter-spacing:-1px !important;
}
 .title h2 span{
     font-size: 25px;
     font-weight:500;
     color: #0f3661;
     line-height: 40px; 
}
.division{
	padding:20px 0px 20px 0px;
	}
	 .con-title{
     text-align: center;
     margin-bottom: 40px;
}
 .con-title h2{
     font-size: 33px;
     margin-top: 0px;
     margin-bottom: 15px;
     line-height: 40px;
	 font-weight:500;
	 color:#00bae1;
	 letter-spacing:-1px !important;
}
 .con-title h2 span{
     font-size: 33px;
     font-weight:500;
     color: #0f3661;
     line-height: 40px; 
}
 .con-title p{
     font-size: 14px;
     color: #3f444a;
     font-weight: 300;
}
/* testimonial start ****/
.clv_testimonial_wrapper{
	position: relative;
	background:url(../uploads/testi_bg.jpg) no-repeat center;
	background-size: cover;
	z-index: 1;
	padding: 90px 0px 60px;
}
.clv_testimonial_wrapper:before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: -1;
}
.index_v1 .testimonial_slider{
	margin-top: 25px;
}
.testimonial_slide{
	position: relative;
	padding: 20px;
	display: flex;
	align-items: center;    
	background-color: #ffffff;
	border-radius: 10px;
	z-index:1;
}
.testimonial_slider .swiper-slide{   
	padding: 40px 100px;
}
.testimonial_slide .rounded_quote{
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	display: inline-block;
	position: absolute;
	top: -40px;
	left: -40px;
	background-color: #00bae1;
	border-radius: 100%;
}
.testimonial_slide .bg_quote{
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
}
.testimonial_slide .client_img img{
	border-radius: 10px;
}
.testimonial_slide .client_message{
	padding: 10px 20px;
	padding-right: 10px;
}
.testimonial_slide .client_message > p{
	margin: 0;
	margin-bottom: 5px;
}
.testimonial_slide .client_message > h3{
	font-size: 22px;
	font-weight: 700;
	text-transform: capitalize;
	color: #222222;
}
.testimonial_slide .client_message > h3 > span{
	font-size: 15px;
	font-weight: 400;
	color: #757575;
	margin-left: 20px;
	position: relative;
}
.testimonial_slide .client_message > h3 > span:before{
	content: "";
	width: 7px;
	height: 1px;
	background-color: #757575;
	position: absolute;
	top: 50%;
	left: -10px;
	transform: translateY(-50%);
}
.testimonial_slider .slider_arrow{
	position: absolute;
	bottom: 60px;
	right: 150px;
	font-size: 17px;
	cursor: pointer;
	color: #b1b1b1;
	transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
	z-index: 1;
}
.testimonial_slider .slider_arrow:hover{
	color: #00bae1;
}
.testimonial_slider .slider_arrow.left_arrow{
	right: 180px;
}
/*** testimonial end **/

/**** blog start *****/
.clv_blog_wrapper{
	background-color: #fdfaff;
	padding-top: 90px;
}
.blog_slider{
	margin-top: 25px;
}
.clv_blog_wrapper .blog_slider .blog_slide{
	position: relative;
	border-radius: 10px;
}
.clv_blog_wrapper .blog_slider .blog_slide .blog_content{
	padding: 25px 30px;
	background-color: #ffffff;
	border-radius: 0px 0px 10px 10px;
}
.clv_blog_wrapper .blog_slider .blog_slide > .blog_image > img{
	width: 100%;
	border-radius: 10px;
}
.clv_blog_wrapper .blog_slider .blog_slide > .blog_image{
	position: relative;
	z-index: 1;
}
.clv_blog_wrapper .blog_slider .blog_slide > .blog_image:before {
	content: "";
	background-color: #ffffff;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0.2;
	transform: scale(0);
	transition: all 0.5s ease-in-out;
}
.clv_blog_wrapper .blog_slider .blog_slide:hover > .blog_image:before{
	transform: scale(1);
	opacity: 0;
}
.blog_slide .blog_content .blog_date{
	font-size: 15px;
	font-weight: 400;
	color: #888;
	margin-bottom: 6px;
	text-transform: capitalize;
}
.blog_slide .blog_content .blog_title{
	font-size: 22px;
	font-weight: 600;
	color: #222222;
	margin-bottom: 10px;
	text-transform: capitalize;
	transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
}
.blog_slide .blog_content .blog_title > a{
	color: #222222;
	transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
}
.blog_slide .blog_content .blog_title:hover > a{
	color: #fec007;
}
.blog_slide .blog_content .blog_user{
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.blog_slide .blog_content .blog_user .user_name{
	display: flex;
	align-items: center;
	margin-right: 20px;
}
.blog_slide .blog_content .blog_user .user_name > img{
	width: 30px;
	height: 30px;
	border-radius: 100%;
}
.blog_slide .blog_content .blog_user .user_name > a{
	font-size: 15px;
	text-transform: capitalize;
	margin-left: 20px;
	display: inline-block;
	position: relative;
}
.blog_slide .blog_content .blog_user .user_name > a:before{
	content: "";
	display: block;
	width: 5px;
	height: 1px;
	background-color: #757575;
	position: absolute;
	top: 50%;
	left: -10px;
	transform: translateY(-50%);
}
.blog_slide .blog_content .blog_user .comment_block span{
	color: #fec007;
}
.blog_slide .blog_content > a{
	text-transform: capitalize;
	color: #f44027;
	transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
}
.blog_slide .blog_content > a:hover{
	color: #fec007;
	letter-spacing: 1px;
}
.blog_slide .blog_content > p{
	margin-bottom: 4px;
}
.clv_blog_wrapper .blog_slider .slider_arrow{
	width: 60px;
	height: 60px;
	outline: none;
	border: 2px solid #e2e2e2;
	border-radius: 50%;
	color: #e2e2e2;
	font-size: 40px;
	display: inline-block;
	cursor: pointer;
	position: absolute;
	top: 50%;
	left: -100px;
	transform: translateY(-50%);
	z-index: 1;
	transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
}
.clv_blog_wrapper .blog_slider .slider_arrow:hover{
	border-color: #fec007;
	color: #fec007;
}
.clv_blog_wrapper .blog_slider .slider_arrow.right_arrow{
	left: auto;
	right: -100px;
}
.clv_blog_wrapper .blog_slider .slider_arrow > svg{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.clv_blog_wrapper .blog_slider .slider_arrow > svg > path{
	transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
}
.clv_blog_wrapper .blog_slider .slider_arrow:hover > svg > path{
	fill: #fec007;
}
/** blog end ***/

.clv_heading{
	text-align: center;
	margin-bottom: 30px;
}
.clv_heading h3{
	font-size: 40px;
	color: #fec007;
	font-weight: 700;
	text-transform: capitalize;
}
.clv_heading.white_heading h3{
	color: #ffffff;
}
.clv_heading.white_heading p{
	color: #ffffff;
}
.clv_heading > .clv_underline{
	margin: 7px 0px;
}

.clv_section {
	padding: 60px 0px;
}
/**footer**/
 .wed-hom-footer{
    /* margin-top: 60px;
     */
     padding: 80px 0px 65px 0px;
     background: #121921;
}
 .wed-hom-footer h4{
     font-size: 16px;
     color: #fff;
     padding-bottom: 25px;
}
 .wed-hom-footer p{
     font-size:14px;
     color: #ddd;
}
 .wed-hom-footer p a{
     font-size:14px;
     color: #ddd;
}
 .wed-foot-link{
     border-top: 0px groove #ddd;
     border-bottom: 1px groove #999;
     padding: 35px 0px;
    /* margin-top: 35px;
     */
}
 .wed-foot-link ul{
}
 .wed-foot-link ul li{
     width: 50%;
     float: left;
}
 .wed-foot-link ul li a{
     color: #ddd;
     font-size: 13px;
}
 .wed-foot-link div{
     border-right: 1px groove #999;
}
 .wed-foot-link div:last-child{
     border-right:0px solid #ddd;
     ;
}
 .wed-video2{
     padding: 50px 0px;
     background: #f1f1f1;
}
 .wed-foot-link-1{
     padding-top: 25px;
}
 .wed-foot-link-1 ul{
     position: relative;
     overflow: hidden;
}
 .wed-foot-link-1 ul li{
     float: left;
     padding-right: 8px;
}
 .wed-foot-link-1 ul li a{
}
 .wed-foot-link-1 ul li a i{
     width: 32px;
     height: 32px;
     text-align: center;
     border: 1px solid #6f6f6f;
     border-radius: 20px;
     padding: 8px;
     color: #c5c5c5;
}
 .wed-foot-link-1 ul li a img{
     width: 140px;
}
 .wed-rights{
     background: #070d14;
}
 .wed-rights p{
     text-align: center;
     margin-bottom: 0px;
     padding: 8px;
     color: #adadad;
     font-size: 13px;
}
 .sprite-android{
     background: url(../images/sprite.png) no-repeat -12px -15px;
}
 .sprite-ios{
     background: url(../images/sprite.png) no-repeat -170px -15px;
}
 .sprite{
     width: 157px;
     height: 55px;
     display: inline-block;
}
 .sprite-call{
     width: 110px;
     height: 120px;
     display: inline-block;
     background: url(../images/sprite.png) no-repeat -22px -116px;
    /* margin-top: 51px;
     */
     float: left;
}
 .man-drop{
     position: relative;
     background: #fff;
     padding: 18px;
     border-radius: 2px;
    /* display: none;
     */
     position: absolute;
     width: 80%;
     margin-left: -35%;
     margin-top: 20px;
     box-shadow: 0px 6px 20px -1px hsla(0, 0%, 1%, 0.22);
     display:none;
}
 .man-drop ul{
}
 .man-drop ul li{
     width: 29%;
     padding-bottom: 10px;
     border-bottom: 1px solid #dfdfdf;
     margin: 5px;
}
 .man-drop ul li a{
     color: #333;
     vertical-align: middle;
     font-size: 15px;
     font-weight: 500;
     display: block;
     padding: 5px;
     text-overflow: ellipsis;
     white-space: nowrap;
     overflow: hidden;
}
 .man-drop ul li a img{
     width: 32px;
}
 .man-drop{
}
 .man-drop:after {
     border-color: #333;
     border-top-color: #1f4363;
     border-width: 9px;
     margin-left: -9px;
}
 .man-drop:before{
     top: -12px;
     left: 48%;
    /* border: solid rgb(0, 0, 0);
     */
     content: " ";
     height: 15px;
     width: 28px;
     position: absolute;
     pointer-events: none;
     background: url(../images/sprite.png) no-repeat -335px -15px;
}
 .desk-hide{
     display:none;
}
 .mob-close{
     display:none;
}
 .mob-close{
     position: fixed;
     top: 9px;
     font-size: 17px;
     border: 1px solid #fff;
     padding: 3px 7px 0px 7px;
     border-radius: 2px;
     background: #fff;
     color: #803e88;
     right: 15px;
     cursor: pointer;
}
 .wed-sel-filter{
}
 .wed-filter{
     position: relative;
     overflow: hidden;
     padding-top: 130px;
     width: 70%;
     margin: 0 auto;
     text-align: center;
}
 .wed-filter h1{
     color: #fff;
}
 .wed-filter p{
     color: #fff;
}
 .cen-filter{
}
 .cen-filter ul{
     position: relative;
     overflow: hidden;
     margin-bottom: 0px;
}
 .cen-filter ul li{
     width: 31.555%;
     border: 1px solid #dfdfdf;
     margin: 5px;
     float: left;
}
 .cen-filter ul li a{
     color: #333;
     vertical-align: middle;
     font-size: 15px;
     font-weight: 500;
     display: block;
     padding: 10px;
     text-overflow: ellipsis;
     white-space: nowrap;
     overflow: hidden;
     text-align: left;
}
 .cen-filter ul li a:hover{
     background:#dfdfdf;
}
 .cen-filter ul li a:focus{
     background:#dfdfdf;
}
 .cen-filter ul li a img{
     width: 32px;
}
 .cen-filter{
}
 .wed-filt-change{
     position: relative;
     background: #fff;
     padding: 3% 27px 41% 27px;
     border-radius: 2px;
    /* display: none;
     */
    /* width: 70%;
     */
     margin-top: 20px;
     box-shadow: 0px 6px 20px -1px hsla(0, 0%, 1%, 0.22);
    /* display:none;
     */
     margin-bottom: 100px;
}
 .wed-filt-nav{
     width: 100%;
     border-top: 1px solid #dfdfdf;
     margin-top: 20px;
     padding-top: 20px;
     display:none;
}
 .wed-filt-nav ul{
}
 .wed-filt-nav ul li{
     float: left;
     width: 50%;
}
 .wed-filt-nav ul li a{
     background: #2e2b44;
}
 .wed-filt-nav ul li a:hover{
     background: #342e65;
     color:#fff;
}
 .wed-filt-nav ul li a:focus{
     color:#fff;
}
 .wed-filt-nav ul li:nth-child(1) a{
}
 .wed-filt-nav ul li:nth-child(2) a{
}
 .cen-filter{
     -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
     transition:all 0.5s ease;
}
 .fil-2{
     transform: scale(0);
}
 .fil-3{
     transform: scale(0);
}
 .fil-4{
     transform: scale(0);
}
 .fil-5{
     transform: scale(0);
}
 .filt-eff{
     transform: scale(0);
}
 .filt-eff-1{
     transform: scale(1);
}
 .wed-sel-filter{
     position:absolute;
    /* min-height: 250px;
     */
     width: 94%;
}
 .wed-sel-filter h4{
     text-align: left;
     color: #607D8B;
     padding-left: 6px;
}
 .wed-sel-filter form input[type="submit"]{
     background: #342e65;
     color: #fff;
     font-size: 16px;
     padding: 10px 42px;
     border-radius: 2px;
     border: 0px;
}

.our-team{
	padding:25px;
	border:1px solid #eeeeef;
	border-radius:7px;
	margin-bottom:20px;
	text-align:center;
}

.our-team img{
	width:150px;
	height:150px;
	border-radius:50%;
	margin-bottom:10px;
	border:1px solid #ddd;
	padding:3px;
  }
.our-team  h5{
	text-align:center;
}
.our-team .profile { margin-top:20px; font-size:10pt; }

 .pg-inn{
     background: #fff;
    /* border: 1px solid #333;
     */
     padding: 70px 15px;
}
/* = 18.STUDENT DASHBOARD 
/*-------------------------------------------------*/
 .stu-db{
     position: relative;
    /* overflow: hidden;
     */
     background: #f7f8f9;
}
 .udb{
     padding: 0px 25px;
     position: relative;
     overflow: hidden;
}
 .udb-sec{
     position: relative;
     overflow: hidden;
     margin-bottom: 35px;
     background: #fff;
     padding: 25px;
     border-radius: 2px;
     box-shadow: 0px 5px 18px -11px rgba(150,150,150,0.6);
     border: 1px solid #f3f2f2;
}
 .udb-sec h4{
     padding-bottom: 10px;
     border-bottom: 1px solid #eeeeef;
     margin-bottom: 15px;
     text-transform: uppercase;
     color: #203245;
}
 .udb-sec h4 img{
     margin-right: 10px;
     vertical-align: bottom;
     width:24px;
}
 .udb-sec p{
}
 .udb-cour{
}
 .sdb-cours{
     position: relative;
     overflow: hidden;
     padding-top: 25px;
}
 .sdb-cours ul{
}
 .sdb-cours ul li{
     width: 50%;
     float: left;
     padding-right: 15px;
     margin-bottom: 15px;
}
/*=================Table===============*/
 .pro-con{
     padding: 35px 50px;
}
 .pro-con-table{
     border: 1px solid #f7f8f9;
     padding: 5px 15px;
     margin-top: 25px;
}
 .pro-con-table tr{
     line-height: 50px;
	 
}
 .pro-con-table tr:hover{
     background:#f3f3f3;
}
 .pro-con-table th{
     font-weight: 600;
     padding: 10px;
     background:#f3f3f3;
}
 .pro-con-table td{
     padding: 10px;
     font-size: 13px;
}

.widget-title {
    background: #404040;
    height: 36px;
}

.widget.blue {
    border: 1px solid #4A8BC2;
}
.widget.blue .widget-title {
    background: #4A8BC2;
}

.widget-body {
    padding: 15px 15px;
}
.widget-body .table {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}
.widget-title > h4 {
    float: left;
    font-size: 16px;
    font-weight: normal;
    padding: 10px 11px 10px 15px;
    line-height: 12px;
    margin: 0;
    font-family: 'MyriadPro-Regular';
	color:#fff;
}

.widget-title > h4 i {
    font-size: 14px;
    margin-right: 2px;
}

/*=============== Lemon Gallery ===================*/
.lemon-gallery  {
    float: left;
    text-align: center;
    width: 100%;
}
.gallery-selectors {
    background: #000 none repeat scroll 0 0;
    display: inline-block;
    margin-bottom: -5px;
    padding: 20px 110px;
}
.gallery-selectors a {
    color: #fff;
    float: left;
    font-family: montserrat;
    font-size: 14px;
    padding: 10px 20px;
    text-transform: uppercase;
}
.lemon-gallery-carousel{
    float: left;
    margin: 30px 0 -30px;
    width: 100%;
}
.lemon-gallery.merged-grids .lemon-gallery-carousel{margin:0 0 -30px}
.gallery-slide {
    float: left;
    overflow: hidden;
    width: 100%;
}
.gallery-slide ul {
    float: left;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.gallery-slide li {
    display: inline-block;
    margin:0px -2px -6px;
}
.lemon-gallery.merged-grids .gallery-slide li{width: 20%;}
.lemon-gallery.merged-grids .gallery-slide li:first-child:nth-last-child(1),
.lemon-gallery.merged-grids .gallery-slide li:first-child:nth-last-child(1) ~ li{width:100%;}
.lemon-gallery.merged-grids .gallery-slide li:first-child:nth-last-child(2),
.lemon-gallery.merged-grids .gallery-slide li:first-child:nth-last-child(2) ~ li{width:50%;}
.lemon-gallery.merged-grids .gallery-slide li:first-child:nth-last-child(3),
.lemon-gallery.merged-grids .gallery-slide li:first-child:nth-last-child(3) ~ li{width:33.334%;}
.lemon-gallery.merged-grids .gallery-slide li:first-child:nth-last-child(4),
.lemon-gallery.merged-grids .gallery-slide li:first-child:nth-last-child(4) ~ li{width:25%;}
.lemon-gallery.merged-grids .gallery-slide li:first-child:nth-last-child(5),
.lemon-gallery.merged-grids .gallery-slide li:first-child:nth-last-child(5) ~ li{width:20%;}
.lemon-gallery.merged-grids .gallery-img{margin:0}
.gallery-img {
    float: left;
    position: relative;
    width: 100%;
    margin-bottom:30px;
}
.gallery-img > img {
    -webkit-transition:all 4s ease 0s;
    -moz-transition:all 4s ease 0s;
    -ms-transition:all 4s ease 0s;
    -o-transition:all 4s ease 0s;
    transition:all 4s ease 0s;
    width: 100%;
}
.gallery-img:hover > img{
    -webkit-filter:grayscale(1);
    filter:grayscale(1);
}
.gallery-img:before{
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index:1;
}
.gallery-img:hover:before{opacity:0.7}
.gallery-hover {
    left: 0;
    padding: 10px 30px;
    position: absolute;
    top: 50%;
    width: 100%;
    z-index:2;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.gallery-hover > i {
    color: #fff;
    float: left;
    font-family: 'Playball', cursive;
    font-size: 16px;
    font-style: normal;
    line-height: 20px;
    width: 100%;
    opacity:0;
    -webkit-transform:translateY(50px);
    -moz-transform:translateY(50px);
    -ms-transform:translateY(50px);
    -o-transform:translateY(50px);
    transform:translateY(50px);
    -webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1); /* older webkit */
    -webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
    -moz-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
    -o-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
    transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275); /* easeOutBack */

    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); /* older webkit */
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275);
    -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275);
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275); /* easeOutBack */

    -webkit-transition-delay:0.3s;
    -moz-transition-delay:0.3s;
    -ms-transition-delay:0.3s;
    -o-transition-delay:0.3s;
    transition-delay:0.3s;
}
.gallery-hover > h4 {
    color: #fff;
    float: left;
    font-size: 18px;
    margin: 10px 0 20px;
    width: 100%;
    opacity:0;
    -webkit-transform:translateY(50px);
    -moz-transform:translateY(50px);
    -ms-transform:translateY(50px);
    -o-transform:translateY(50px);
    transform:translateY(50px);
    -webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1); /* older webkit */
    -webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
    -moz-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
    -o-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
    transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275); /* easeOutBack */

    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); /* older webkit */
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275);
    -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275);
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275); /* easeOutBack */
    
    -webkit-transition-delay:0.5s;
    -moz-transition-delay:0.5s;
    -ms-transition-delay:0.5s;
    -o-transition-delay:0.5s;
    transition-delay:0.5s;
}
.gallery-img:hover .gallery-hover > i,
.gallery-img:hover .gallery-hover > h4{
    opacity:1;    
    -webkit-transform:translateY(0);
    -moz-transform:translateY(0);
    -ms-transform:translateY(0);
    -o-transform:translateY(0);
    transform:translateY(0);
}
.gallery-hover > a{
    display:inline-block;
    -webkit-transform:scale(0);
    -moz-transform:scale(0);
    -ms-transform:scale(0);
    -o-transform:scale(0);
    transform:scale(0);
    -webkit-transition-delay:0.7s;
    -moz-transition-delay:0.7s;
    -ms-transition-delay:0.7s;
    -o-transition-delay:0.7s;
    transition-delay:0.7s;
}
.gallery-img:hover .gallery-hover > a{
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1);
    -o-transform:scale(1);
    transform:scale(1);
}


.lemon-gallery .style2 .gallery-img:hover:before,
.lemon-gallery .style3 .gallery-img:hover:before{opacity:0.9}
.lemon-gallery .style2 .gallery-img:before{
    background-clip: content-box;
    padding: 10px;
}
.lemon-gallery .style3 .gallery-img::before {
    background-clip: content-box;
    padding: 30px;
}
.lemon-gallery .style3 .gallery-hover > h4 {
    margin-bottom: 30px;
    padding-bottom: 20px;
    position: relative;
}
.lemon-gallery .style3 .gallery-hover > h4::before {
    background: white none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 3px;
    left: 50%;
    margin-left: -35px;
    position: absolute;
    width: 70px;
}
.lemon-gallery .style3 .gallery-hover a img{width:30px}


.gallery-img:before,
.gallery-hover > a,
{    -webkit-transition:all 0.25s linear;
    -moz-transition:all 0.25s linear;
    -ms-transition:all 0.25s linear;
    -o-transition:all 0.25s linear;
    transition:all 0.25s linear;
}
@media (max-width:980px){
.lemon-gallery.merged-grids .gallery-slide li{width:33.334%!important}
.gallery-slide li{width:50%;vertical-align:top}
}
@media (max-width:767px){
.lemon-gallery.merged-grids .gallery-slide li{width:50%!important}
.gallery-slide li{width:100%}
}
@media (max-width:480px){
.lemon-gallery.merged-grids .gallery-slide li{width:100%!important}
}




/*-------------------------------------------------*/
/* GALLERY
/*-------------------------------------------------*/
 .bot-gal {
}
 .h-gal {
     position: relative;
     overflow: hidden;
}
 .h-gal ul {
     margin-bottom: 0px;
}
 .h-gal ul li {
     float: left;
     display: inline-block;
    /* margin: 0px 15px 14px 0px;
     */
     width: 33.333%;
}
 .h-gal ul li img {
     width: 100%;
     padding: 5px;
}
 .h-vid {
}
 .h-vid iframe {
     width: 100%;
     border: 0px;
     height: 200px;
} .materialboxed {
     display: block;
     cursor: -webkit-zoom-in;
     cursor: zoom-in;
     position: relative;
     transition: opacity .4s;
     -webkit-backface-visibility: hidden;
}
 .materialboxed:hover:not(.active) {
     opacity: .8;
}
 .materialboxed.active {
     cursor: -webkit-zoom-out;
     cursor: zoom-out;
}
 #materialbox-overlay {
     position: fixed;
     top: 0;
     right: 0;
     bottom: 0;
     left: 0;
     background-color: #292929;
     z-index: 1000;
     will-change: opacity;
}
 .materialbox-caption {
     position: fixed;
     display: none;
     color: #fff;
     line-height: 50px;
     bottom: 0;
     left: 0;
     width: 100%;
     text-align: center;
     padding: 0% 15%;
     height: 50px;
     z-index: 1000;
     -webkit-font-smoothing: antialiased;
}
 .carousel.scrolling .carousel-item .materialboxed, .carousel .carousel-item:not(.active) .materialboxed {
     pointer-events: none;
}
.ed-pho-gal{}
.ed-pho-gal ul{}
.ed-pho-gal ul li{
	float:left;
	width:20%;
}
/*-------------------------------------------------*/
/* = 29.CONTACT US 
/*-------------------------------------------------*/
 .pg-contact{
}
 .new-con {
     text-align: center;
}
 .new-con h2 {
     color: #203a8d;
     text-transform: uppercase;
     margin-top: 8px;
     font-size: 24px;
     font-weight: 700;
}
 .new-con h2 span {
     color: #13293D;
}
 .new-con h4 {
     text-transform: uppercase;
     padding-bottom: 12px;
     color: #13293D;
     font-weight: 700;
}
 .new-con p {
}
 .new-con p a {
     color: #848080;
}
 .new-con img {
     margin: 0 auto;
     display: block;
     width: 32px;
}
 .new-con h2 span {
     color: #13293D;
     text-transform: uppercase;
     margin-top: 8px;
     font-size: 24px;
     font-weight: 700;
}
 .contact-map {
     margin: 0px;
}
 .contact-map iframe {
     width: 100%;
     height: 550px;
     border: 0px;
     margin-bottom: -5px;
     display: block;
     pointer-events: none;
     position: relative;
    /* IE needs a position other than static */
}
 .contact-map iframe.clicked {
     pointer-events: auto;
}
 .overlay-contact {
     position: relative;
     background-color: white;
     width: 40%;
     border-radius: 5px;
     box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.29);
     margin-top: -590px;
     border: 5px #1f4363;
     border-style: dashed;
     overflow: hidden;
     padding-bottom: 15px;
}
 .map-head {
     text-align: center;
     text-transform: uppercase;
     padding: 0px 0px 15px 0px;
}
 .map-head p {
     margin-bottom: 0px;
     display: inline-block;
     font-size: 18px;
     color: #13293D;
     font-weight: 700;
}
 .map-head p:before {
     content: '';
     position: absolute;
     width: 50px;
     height: 1px;
    /* background: #13293D;
     */
     margin-left: 4%;
     margin-top: 27px;
}
 .map-head p:after {
     content: '';
     position: absolute;
     width: 50px;
     height: 1px;
    /* background: #13293D;
     */
     margin-left: 0px;
     margin-top: 11px;
     left: 50%;
     margin-top: 27px;
}
 .map-head h2 {
     margin-top: 0px;
     text-transform: uppercase;
     margin-bottom: 0px;
     font-size: 38px;
     padding: 8px 0px;
     color: #203a8d;
     line-height: 42px;
}
 .footer-part-form {
}
 .footer-part-form ul {
     padding: 25px 25px 5px 25px;
}
 .footer-part-form ul li {
     list-style-type: none;
     margin-bottom: 8px;
}
 .footer-part-form ul li input {
     width: 95%;
     padding: 6px 10px;
    /* padding-left: 15px;
     */
     border: 1px solid #eae8e8;
     margin-bottom: 10px;
     font-size: 14px;
     box-sizing: border-box;
}
 .footer-part-form ul li textarea {
     width: 97.5%;
     padding: 6px;
     border: 1px solid #eae8e8;
     resize: none;
     height: 90px;
}
 .footer-part-form ul li input[type="submit"] {
     background: #203a8d;
     border: 0px solid #c4c4c4;
     color: #fff;
     width: 100%;
     letter-spacing: 1px;
     font-weight: 700;
}
/*-------------------------------------------------*/
 .n-form-com{
}
 .n-form-com form input, select, textarea{
     border: 1px solid #cecece;
     height: 45px;
     background: #fff;
     border-radius: 2px;
     margin-bottom: 4px;
     padding: 0px 15px;
     box-sizing: border-box;
     font-size: 14px;
     color: #000;
}
 .n-form-com form input::placeholder{
     color:#000 
}
 .n-form-com form label{
     font-size: 14px;
     color: #333333;
     font-weight: 600;
}
 .n-form-com form input[type="submit"]{
     color:#fff;
     display: block;
     width: 100%;
}
 .admiss-form{
     padding: 0px 50px;
}
 .admiss-form h4{
     font-size: 24px;
     font-weight: 800;
}
 .admiss-form p{
}
 .admiss-form-tit{
}
 .admiss-form-tit h4{
}
 .admiss-form-tit p{
}
 .select-wrapper {
     position: relative;
     border: 1px solid #cecece;
     height: 45px;
     background: #fff;
     border-radius: 2px;
     margin-bottom: 4px;
     padding: 0px 15px;
     box-sizing: border-box;
     font-size: 16px;
}
 .select-dropdown{
     font-size: 14px;
     margin-top: 7px;
}
 .waves-input-wrapper {
     border-radius: 0.2em;
     vertical-align: bottom;
}
 .waves-input-wrapper .waves-button-input {
     position: relative;
     top: 0;
     left: 0;
     z-index: 1;
}
.form-group .code{
	margin-right:-26px;!important;
	}
.form-group .form-control{
	font-size:14px;
	}
.form-group .phone{
	margin:0 auto !important;
	width:55%;
	}
	 .wed-sel-filter form input[type="file"]{
     background: #342e65;
     color: #fff;
     font-size: 16px;
     padding: 10px 42px;
     border-radius: 2px;
     border: 0px;
}
 .btn-file{
     color: #fff;
     background: #e74715;
     background: -webkit-linear-gradient(to top, #d83d0c, #FF5722);
     background: linear-gradient(to top, #d83d0c, #FF5722);
     padding: 4px 34px;
     line-height: 32px;
     border-radius: 3px;
     text-transform: uppercase;
     font-weight: 500;
     font-size: 14px;
	 position: relative;
	 overflow: hidden;
	 vertical-align: middle;
	 margin-top:-20px;
}
 .n-form-com form input[type="file"]{
     color:#fff;
     display: block;
     width: 100%;
}

input[type="file"], .fileupload-new .input-append .btn-file {
    border: 1px solid #fff;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    -webkit-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    -o-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    box-shadow: none !important;
}
.widget-tabs .nav-tabs > .active > a  {
    color: #555555;
    cursor: default;
    background-color: #fff;
}
.btn-file {
}

.btn-file > input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  font-size: 23px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(-300px, 0) scale(4);
  direction: ltr;
}

