@charset "utf-8";
/*
* Copyright (c) 2018 ITAcumens
*/
@import url('https://fonts.googleapis.com/css?family=Lato:400,700,900');
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800');


@import url(bootstrap.css);
@import url(bs-slider.css);
@import url(animate.css);
@import url(ekko-lightbox.css);
@import url(owl.carousel.css);
@import url(owl.theme.css);
@import url(font-awesome.css);
@import url(accord-tab.css);




*{margin:0px; padding: 0px; outline: none !important;}

body{
	font-weight: normal;
	font-size: 15px;
	overflow-x: hidden;
	line-height: 28px;
	font-family: 'Lato', sans-serif;
}
#top-sec{
	background: #252f3f;
	padding: 7px 0px;
	border-bottom: 1px solid #fff;
}
#top-sec small{
	color: #fff;
	
}
#top-sec p{
	margin: 0px;
	color: #fff;
	position: relative;
padding-right:10px;
}

#top-sec p a{
	color: #fff;
	text-decoration: none;
	
}
.phone:before{
	content: '\f095';
    position: relative;
    display: inline-block;
    left: -5px;
    top: 2px;
    color: #fff;
    font-size: 17px;
    font-family: fontAwesome;
}

.email:before{
	content: '\f003';
    position: relative;
    display: inline-block;
    left: -6px;
    color: #ffffff;
    font-size: 15px;
    font-family: fontAwesome;
}
.email{
float:left;
}

.no_pad{
padding:0px !important;
}

#head-sec{
	padding: 8px 0px 5px 0px;
	background: #252f3f;
}
.dsa-btn{
	text-align: center;
    margin-top: 8px;
}

.dsa-btn a{
	color: #fff;
	padding: 8px 15px;
	font-size: 15px;
	font-weight: 700;
	background: #fbb500;
	transition: .3s ease-in;
    -webkit-transition: .3s ease-in;
    -moz-transition: .3s ease-in;
	box-shadow: 0px 3px #bc7a0f;
	/*width: 350px;*/
	margin-top: 20px;
}
.dsa-btn a:hover, .dsa-btn a:focus{
	color: #fff;
	background: #bc7a0f;
	box-shadow: 0px 3px #fbb500;
}
#header{
	background: #162030;
}

#header .menu .navbar{
	margin-bottom: 0px;
}
.menu ul li a{
	color: #fff;
	text-decoration: none;
	padding: 15px 20px;
	transition: .3s ease-in;
    -webkit-transition: .3s ease-in;
    -moz-transition: .3s ease-in;
}
.menu .nav > li > a:hover, .menu .nav > li > a:focus {
    text-decoration: none;
    background-color: transparent;
	color: #eee;
}
.menu .dropdown-menu.single {
    min-width: 200px;
    border: 0px;
    padding: 15px;
}

.menu .dropdown-menu.single.dpt_wdth {
    min-width: 466px;
}

.menu .dropdown-header {
    white-space: normal;
}

.dropdown-large {
    position: static !important;
}

.dropdown-menu-large {
    /* margin-left: 16px;
  margin-right: 16px;*/
    padding: 20px 0px;
    width: 100%;
    border: 0px;
}

.dropdown-menu-large>li>ul,
.menu .dropdown-menu.single>li>ul {
    padding: 0;
    margin: 0;
}

.dropdown-menu-large>li>ul>li,
.menu .dropdown-menu.single>li>ul>li {
    list-style: none;
}

.dropdown-menu-large>li>ul>li>a,
.menu .dropdown-menu.single>li>ul>li>a {
    display: block;
    padding: 5px 20px;
    clear: both;
    position: relative;
    font-weight: 300;
    line-height: 1.428571429;
    color: #333333;
    white-space: normal;
    font-size: 15px;
}

.dropdown-menu-large>li>ul>li>a:before,
.menu .dropdown-menu.single>li>ul>li>a:before {
    content: '\f0da';
    position: absolute;
    left: 10px;
    font-family: fontAwesome;
}

.dropdown-menu-large>li ul>li>a:hover,
.dropdown-menu-large>li ul>li>a:focus,
.menu .dropdown-menu.single>li ul>li>a:hover,
.menu .dropdown-menu.single>li ul>li>a:focus {
    text-decoration: none;
    color: #fff;
    background-color:#162030;
    border-radius: 5px;
}

.dropdown-menu-large .disabled>a,
.dropdown-menu-large .disabled>a:hover,
.dropdown-menu-large .disabled>a:focus {
    color: #162030;
}

.dropdown-menu-large .disabled>a:hover,
.dropdown-menu-large .disabled>a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed;
}

.dropdown-menu-large .dropdown-header {
    color: #001b45;
    font-size: 18px;
    padding: 3px 0px;
    font-weight: 700;
}




@media (min-width: 768px){
	.menu .navbar-brand{display:none;}
	.menu .navbar-nav{
		text-align: center;
		width: 100%;
		float: left;
	}
	.menu .navbar-nav > li {
    	float: none;
    	display: inline-block;
		
  	}
  	.menu .navbar-nav li:hover .dropdown-menu.single{
  	    display:block;
  	}
}

/*End Menu*/

#banner{
	background-image: url(../images/datti-slider-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	width:100%;
	height: 347px;
	position: relative;
	
}
#banner:before{
	content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(27, 72, 139, 0.9);
}


.slider-top{
	margin-top: 0px;
}

.slider-top .item{
	border: 8px solid #fff;
}
.item_1{
	border-radius: 5px;
    border: 10px solid #ffbd06 !important;
}
.slider-top img{
	width: 100%;
    border-radius:0px;
    border: 0px solid #ffbd06;
}
.slider-top h1{
	margin: 0px;
    color: #ffbd05;
    margin-top: 40px;
    line-height: 45px;
    letter-spacing: 2px;
    font-weight: 600;
    margin-left: 20px;
}
.datti_btn{
	background: #fff;
    border: 0px;
    border-radius: 0px;
    padding: 10px 30px;
    color: #000;
    text-decoration: none;
    font-weight: 900;
    margin: 20px 0px 81px 62px;
}
#datti_abt_sec{
	padding: 60px 0px 20px 0px;
}

#datti_abt_sec img{
	width: 100%;
	border: 10px solid #ffbd05;
	
}
#datti_abt_sec h3, #datti_contact h3{
	margin: 0px;
    padding: 0px 0px 15px 0px;
	color: #005ea4;
	font-weight: 600;
	font-size: 23px;
}

#datti_abt_sec p{
	text-align: justify;
}
#datti_abt_sec ul li{
	position: relative;
	padding-left: 20px;
	text-align: justify;
}

#datti_abt_sec ul li:before{
	content: "\f111";
    position:absolute;
    display: inline-block;
    font-size: 10px;
    color: #005ea4;
    left: 0px;
    top: 0px;
    font-family: fontAwesome;
}

#datti_object{
	border-top: 2px solid #eee;
    padding: 30px 0px 20px 0px;
    background: #eee;
}
#datti_object h3{
	margin: 0px;
    padding: 0px 0px 15px 0px;
	color: #005ea4;
	font-weight: 600;
	font-size: 23px;
	line-height: 31px;
}

#datti_object ul li{
	position: relative;
	padding-left: 20px;
	text-align: justify;
}
#datti_object ul li:before{
	content: "\f111";
    position: absolute;
    display: block;
    font-size:8px;
    color: #005ea4;
    left: 0;
    font-family: fontAwesome;
}

#datti_object img{
	width: 100%;
	border: 10px solid #ffbd05;
}

#datti_object  h5{
	text-align: center;
	font-size: 15px;
	color: #005ea4;
	font-weight: 600;
}
#yel_pad{
	background: #ffbe00;
	padding: 16px 0px;
}
#yel_pad h4{
	margin: 0px;
	text-align: center;
	color: #fff;
	font-weight: 600;
}
#datti_sec_2{
	padding: 30px 0px 20px 0px;
}
#datti_sec_2 h3{
	margin: 0px;
    padding: 0px 0px 25px 0px;
    color: #005ea4;
    font-weight: 600;
    font-size: 24px;
    text-align: center;
}
#owl-demo img{
	border-radius: 10px;
    border: 4px solid #ffbd06;
}
#datti_sec_2 p{
	font-style: italic;
}
.news img{
	border-radius: 14px;
	
}
#table_con{
	padding: 20px 0px 30px 0px;
}
#table_con h5{
	margin: 0px;
    line-height: 25px;
    padding-bottom: 15px;
    font-size: 16px;
    color: #0075ce;
    font-weight: 600;
}
#table_con h3{
	margin: 0px;
    padding: 0px 0px 7px 0px;
	color: #005ea4;
	font-weight: 600;
	font-size: 23px;
	padding-top: 30px;
}
#table_con p{
	text-align: justify;
}

#table_con table {
    
    border-collapse: collapse;
    width: 100%;
}

#table_con thead{
	background: #ffbe02;
    color: #fff;
}

#table_con td, th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

#table_con tr:nth-child(even) {
    background-color: #dddddd;
}
#ong_proj{
	padding: 30px 0px 20px 0px;
    background: #eee;
}
#ong_proj h3{
	margin: 0px;
    padding: 0px 0px 7px 0px;
	color: #005ea4;
	font-weight: 600;
	font-size: 23px;
}
#ong_proj p{
	text-align: justify;
}
#news_slide_2{
	margin-top: 25px;
}

#news_slide_3{
	margin-top: 20px;
}
#ong_proj ul li{
	position: relative;
	padding-left: 20px;
	text-align: justify;
}
#ong_proj ul li:before{
	content: "\f111";
    position: absolute;
    display: block;
    font-size:8px;
    color: #005ea4;
    left: 0;
    font-family: fontAwesome;
}

#datti_contact{
	padding: 30px 0px 20px 0px;
	background: #eee;
    
}
#datti_contact li{
	position: relative;
	padding-left: 20px;
	text-align: justify;
}
#datti_contact ul li:before{
	content: "\f111";
    position: absolute;
    display: block;
    font-size:10px;
    color: #005ea4;
    left: 0;
    font-family: fontAwesome;
}



#datti_contact h3{
	margin: 0px;
    padding: 0px 0px 7px 0px;
	color: #005ea4;
	font-weight: 600;
	font-size: 23px;
}
#datti_contact p{
	text-align: justify;
}

#fotter{
	background-image: url(../images/dati_fot-bg.jpg);
	min-height: auto;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	color: #fff;
	padding: 30px 0px 15px 0px;
}
#fotter h3{
	margin: 0px;
	padding-bottom: 20px;
	font-size: 24px;
}
#fotter:before{
	content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(37, 47, 63, 0.93);
}
.location {
    position: relative;
    padding-left: 20px;
}
.location:before {
    content: '\f041';
    position: absolute;
    display: block;
    left: 0px;
    top: 1px;
    color: #fff;
    font-size: 19px;
    font-family: fontAwesome;
	
}
.phone1{
	position: relative;
	padding-left: 20px;
}
.phone1:before{
	content: '\f095';
    position: absolute;
    display: inline-block;
    left: 0px;
    top: 2px;
    color: #fff;
    font-size: 17px;
    font-family: fontAwesome;
}
.phone1 a{
	text-decoration: none;
	color: #fff;
}
.tn_ran{
	padding-top: 10px;
}

#fotter ul li a{
	position: relative;
    color: #fff;
    text-decoration: none;
    padding-left: 15px;
    line-height: 18px;
}
#fotter ul li a:before{
	content: '\f101';
    position: absolute;
    display: inline-block;
    left: 0px;
    top: 0px;
    color: #fff;
    font-family: fontAwesome;
}
#copy_right{
	padding: 12px 0px;
	background: #000;
	color: #fff;
}


#copy_right  a{
	color: #fff;
	text-decoration: none;
}
.menu ul{
	
}

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
	padding: 5px 10px;
	z-index: 50;
}
.sbt_btn {
    background: #162030;
    color: #fff;
    border: 0px;
    text-transform: uppercase;
    padding: 9px 30px;
    font-weight: 600;
    margin-top: 5px;
    transition: .3s ease-in;
    -webkit-transition: .3s ease-in;
    -moz-transition: .3s ease-in;
}
.sbt_btn:hover, .sbt_btn:focus {
    background: #252f3f;
}
.frm_hgt .form-control {
    height: 42px;
}

.nav_cnt{
	text-align: center;width: 100%;
}
.nav_cnt li{
	display: inline-block; float: none;
}
.gall{
	text-align: center;
}

@media (min-width: 768px){
.modal-dialog.cform{
    width: 800px;
    margin: 30px auto;
}
}



/*new media Quary*/

@media screen and (min-width:768px) {
	.menu .navbar-brand{
		display: none;
	}
}

@media (max-width: 767px){
	#datti_abt_sec ul li{
		padding-left: 15px;
		padding-bottom: 10px;
	}
	#datti_abt_sec ul li::before {
		left: 0px;
	}
	body{
		font-size: 14px;
	}
	p{
		line-height: 24px;
	}
	
	#top-sec{
		text-align: center;
	}
	#top-sec p{
		text-align: center;
		width: 100%;
	}
	.hd_mob{
		text-align: center;
		margin: auto;
	}
	.dsa-btn{
		margin-top: 0px;
	}
	
	.menu .navbar-brand{
		color: #fff;
		font-size:14px;
		padding: 5px 0px;
		height: 30px;
	}
		.menu .navbar{
		   min-height: 30px;
		   }
	.menu .navbar-toggle{
		margin-right: 0px;
		padding: 5px 10px;
		margin: 4px 0px;
	}
	.menu .navbar-toggle .icon-bar{
		border:1px solid #fff;
	}
	.menu ul li a{
		padding: 5px 5px;
	}
	
	#tcsa-sec_1{
		padding: 20px 0px 15px 0px;
	}
	#tcsa-sec_1 h3{
		font-size: 18px;
		line-height: 23px;
	}
	#tcsa_sec_2 h3{
		padding: 0px 0px 15px;
		font-size: 20px;
	}
	#tcsa_sec_2{
		padding: 20px 0px 0px 0px;
	}
	#tcsa_sec_3{
		padding: 20px 0px 0px 0px;
	}
	#tcsa_sec_3 h3{
		padding: 5px 0px 15px 0px;
		font-size: 20px;
	}
	.img_icon{
		width: 70% !important;
		 margin-top: 7px;
	}
	.left-bdr::after {
		border-right: none;
	}
	.tcsa-con h4{
		font-size: 16px;
		margin: 0px;
		padding: 0px 0px 5px 0px;
	}
	#tcsa_sec_3 p{
		margin: 0px;
	}
	.prag_1{
		padding-top: 10px !important;
	}
	#tcsa_sec_3 img{
		margin-bottom: 20px;
		border-radius: 10px;
	}
	#tcsa_sec_4{
		padding: 20px 0px 25px 0px;
	}
	#tcsa_sec_4 h3{
		padding: 0px 0px 10px 0px;
		font-size: 20px;
	}
	.blue_bg_2{
		margin-top: 20px;
		margin-left: 0px;
		border-radius: 10px;
	}
	.bdr{
		border-top:none;
		margin-top: 0px;
	}
	#fotter h3{
		text-align: left;
		margin-top: 20px;
		padding-bottom: 15px;
		font-size: 20px;
	}
	#fotter ul li{
		text-align: left;
	}
	.pad{
		padding: 0px;
	}
	.top_btn_1::before {
		width: 110px;
	}
	.top_btn_1::after {
		width: 110px;
	}
	.social{
		text-align: center;
	}
	.social img{
		width: 32px;
		
	}
	.social ul{
		margin: 0px;
		padding-top: 10px;
	}
	#fotter{
		padding-bottom: 15px;
	}
	.social_1{
		text-align: center;
	}
	.menu .navbar-brand{
		color: #fff;
	}
	#dept_sec_1{
		padding: 15px 0px 0px 0px;
	}
	#dept_sec_1 h3{
		padding: 0px 0px 8px 0px;
		font-size: 18px;
		line-height: 22px;
	}
	#dept_sec_1 ul li{
		line-height: 24px;
	}
	#dept_sec_1 ul{
		margin: 0px;
	}
	#dept_sec_2 h3{
		padding: 0px 0px 20px 0px;
		font-size: 18px;
		line-height: 22px;
	}
	#dept_sec_3 h3{
		padding: 0px 0px 13px 0px;
		font-size: 18px;
		line-height: 22px;
	}
	#dept_sec_3 img{
		border-radius: 8px;
	}
	#dept_sec_4{
		padding: 20px 0px 20px 0px;
	}
	#dept_sec_4 h3{
		padding: 0px 0px 13px 0px;
		font-size: 18px;
		line-height: 22px;
	}
	.ramnath_addres{
		margin: 0px;
		padding: 20px;
		border-radius: 10px;
	}
	.ramanath_phone{
		margin-top: 10px;
		padding: 13px 15px;
		border-radius: 10px;
	}
	.pad1{
		padding: 0px;
	}
	.pad1 ul{
		margin: 0px;
	}
	.menu ul li a{
		padding: 6px 0px;
	}
	#dept_sec_1 img{
		margin-bottom: 20px;
	}
	.dsa-btn a{
		padding: 5px 15px;
		font-size: 13px;
	}
	#datti_abt_sec{
		padding: 20px 0px 20px 0px;
	}
	#datti_abt_sec img{
		margin-bottom: 20px;
		border: 5px solid #ffbd05;
		margin-top: 10px;
	}
	#datti_abt_sec h3{
		font-size: 17px;
		padding: 0px 0px 15px 0px;
		line-height: 24px;
	}
	bodya{
		font-size: 14px;
	}
	p{
		font-size: 14px;
	}
	#datti_abt_sec ul li{
		padding-left: 15px;
		line-height: 24px;
	}
	.ul_mar{
		margin: 0px;
	}
	.quic{
		padding-top: 10px;
	}
	.cont{
		padding-top: 5px;
	}
	#datti_abt_sec ul li::before {
		left: 0px;
		font-size: 8px;
		top:0px;
	}
	.slider-top img{
		width: 100%;
		border-radius: 0px;
		border: 3px solid #ffbd06;
	}
	.pad_1{
		padding: 0px;
	}
	.pad_2{
		padding: 0px;
	}
	#datti_sec_2{
		padding: 20px 0px 20px 0px;
	}
	#datti_contact{
		padding: 20px 0px 20px 0px;
	}
	#fotter{
		padding: 23px 0px 10px 0px;
	}
	#datti_object h3{
		font-size: 17px;
        line-height: 24px;
	}
	#datti_sec_2 h3{
		font-size: 20px;
		padding: 0px 0px 25px 0px;
	}
	.jst{
		text-align: justify;
	}
	#fotter h3{
		margin-top: 10px;
		padding-bottom: 5px;
	}
	#copy_right{
		padding: 10px 0px;
		text-align: center;
		line-height: 23px;
		font-size: 13px;
	}
	.co_cent{
		text-align: center;
	}
	.dsa-btn a{
		margin-bottom: 10px;
	}
	.co_cent2{
		text-align: center !important;
	}
	#top-sec p{
		font-size: 13px;
	}
	#copy_right{
		font-size: 12px;
	}
	.menu ul{
	padding-left:0px;
}

	#datti_contact ul li::before {
		font-size: 9px;
		top:0px;
	}
	.nav_cnt{
	text-align: left !important;width: 100%;
}
.nav_cnt li{
	display: block !important; float: none !important;
}
	
	#owl-demo img{
		width: 100%;
		height: auto;
	}
	#fotter h3{
		font-size: 18px;
		padding-bottom: 15px;
	}
	.modal-footer{
		text-align: center;
	}
	.sbt_btn{
		padding: 4px 20px;
		font-size: 14px;
	}

	
	

}


@media (min-width:320px) and (max-width:479px){
	.img_icon {
    width: 40% !important;
    margin-top: 15px;
    }
	.top_btn_1::before {
		width: 110px;
	}
	.top_btn_1::after {
		width: 110px;
	}
	.menu ul{
	padding-left: 0px;
}
	.item_1 {

    border-radius: 2px;
    border: 3px solid #ffbd06 !important;
    margin-bottom: 15px;

}


     
}

@media (min-width:480px) and (max-width:520px){
	.menu ul{
	padding-left: 0px;
}
	.item_1 {

    border-radius: 2px;
    border: 3px solid #ffbd06 !important;
    margin-bottom: 15px;

}
	#datti_abt_sec img{
		width: 70%;
	}

	
      
}
	
@media (min-width:521px) and (max-width:767px){
	
	.top_btn_1::before {
		width: 210px;
	}
	.top_btn_1::after {
		width: 210px;
	}
	#tcsa-sec_1 img{
		width: 50%;
	}
	.prof_fl{
		float: left;
		width: 30%;
	}
	.prof_fl_2{
		float: left;
		width: 70%;
	}
	.tcsa-con{
		padding-top: 20px;
		margin-left: -20px;
	}
	.img_icon{
		width: 88% !important;
	}
	.wid_1{
		width: 50%;
		float: left;
	}
	.abt_img{
		width: 50%;
		text-align: center;
		margin: auto;
	}
	#dept_sec_3 h3{
		padding: 0px 0px 20px 0px;
	}
	.gal_fl{
		width:50%;
		float:left;
	}
	.con_fl{
		width: 80%;
		float: left;
	}
	.con_fl_2{
		width: 50%;
		float: left;
	}
	.ramanath_phone{
		margin-top: 110px;
	}
	.fot_wid{
		width: 100%;
		float: left;
	}
	.fot-bdr{
		width: 50%;
		margin-bottom: 20px;
	}
	.fot_wid2{
		width: 50%;
		float: left;
	}
	.fot_wid3{
		width: 50%;
		float: left;
	}
	.top_btn_1::before {
		width: 260px;
	}
	.top_btn_1::after {
		width: 260px;
	}
	.erode_addres{
		margin: 10px 0px 20px 0px;
	}
	.dat_ab_1{
		width:50%;
		text-align: center;
		margin: auto;
	}
	#datti_abt_sec{
		padding: 30px 0px 20px 0px;
	}
	.pad_1{
		width: 50%;
       float: left;
	}
	.pad_2{
		width: 50%;
       float: left;
	}
	.menu ul{
	padding-left: 0px;
}
	.item_1 {

    border-radius: 2px;
    border: 3px solid #ffbd06 !important;
    margin-bottom: 15px;
		margin-right: 20px;

}
	.hd_mob2 img{
		width: 80%;
		margin: auto;
	}


      
}


@media (min-width:768px) and (max-width:991px){
	.top_mob{
		width: 33%;
        float: left;
		font-size: 13px;
		line-height: 20px;
	}
	.top_mob2{
		width: 45%;
        float: left;
		text-align: center;
		font-size: 13px;
		line-height: 20px;
	}
	.top_mob3{
		width: 21%;
        float: left;
		text-align: center;
		font-size: 13px;
		line-height: 20px;
	}
	#top-sec{
		padding: 10px 0px;
	}
	.dsa-btn{
		margin-top: 0px;
		text-align: center;
	}
	.hd_mob3{
		width: 100%;
	}
	.dsa-btn{
		margin-top: -20px;
	}
	.prof_fl{
		width:20%;
		float: left;
	}
	.left-bdr::after {
		border-right: none;
	}
	.prag_1{
		padding-top: 0px !important;
	}
	.tcsa-img img{
		border-radius: 8px;
	}
	.blue_bg_2{
		margin-top: 60px;
        margin-left: 0px;
		border-radius: 10px;
		padding: 10px;
	}
	.pad{
		padding: 0px;
	}
	.fot_wid{
		width: 40%;
	}
	.top_btn_1::before {
		width: 310px;
	}
	.top_btn_1::after {
		width: 310px;
	}
	.social{
		width: 30%;
		float: left;
	}
	.social_1{
		width: 64%;
		float: left;
		margin: auto;
		text-align: center;
	}
	.pad1 ul{
		margin: 0px;
	}
	.social img{
		width: 80%;
		text-align: left;
	}
	.fot_wid2{
		width: 33%;
		float: left;
	}
	.fot_wid3{
		width: 22%;
		float: left;
	}
	.gal_fl{
		width: 32%;
	}
	#dept_sec_3 img{
		border-radius: 5px;
	}
	.ramnath_addres{
		border-radius: 10px;
	}
	.con_fl{
		width:90%;
		float: left;
	}
	.dsa-btn{
		margin-bottom: 10px;
	}
	.co_cent1{
		width: 73%;
		text-align: left;
		font-size: 12px;
	}
	.co_cent2{
		width: 25%;
        text-align: right;
		font-size: 12px;
	}
	#copy_right{
		padding: 8px 0px;
	}
	#datti_abt_sec{
		padding: 30px 0px 20px 0px;
	}
	.dat_ab_1{
		width: 100%;
		text-align: center;
	}
	.dat_ab_1 img{
		width: 60% !important;
		margin:20px auto !important;
	}
	.dat_ab_1 img{
		margin-bottom: 15px;
	}
	.menu ul{
		padding-left: 0px;
	}
	#copy_right p{
		font-size: 13px;
	}
	.item_1 {

    border-radius: 2px;
    border: 3px solid #ffbd06 !important;
    margin-bottom: 15px;
		margin-right: 20px;

}
	#owl-demo img{
		width: 330px;
	}
	
	.modal-dialog.cform {

    width: 500px;
    margin: 30px auto;

}

	.modal-footer{
		text-align: center;
	}
	.hd_mob2 img{
		margin-left: -25px;
	}
	.dsa-btn a{
		padding: 7px 30px;
		font-size: 13px;
	}
	
	
	

}


@media (min-width:992px) and (max-width:1200px){
	.dsa-btn{
		margin-top: 10px;
	}
	.hd_mob{
		width: 13%;
		padding: 0px;
		text-align: center;
	}
	.hd_mob2{
		width: 61%;
		float: left;
	}
	.hd_mob3{
		width: 13%;
		float: left;
	}
	.fot_wid2{
		text-align: left;
		width: 30%;
		float: left;
	}
	.fot_wid3{
		width: 22%;
        float: left;
	}
	.top_mob{
		font-size: 13px;
		width: 30%;
		float: left;
	}
	.top_mob2{
		font-size: 13px;
		width: 45%;
		float: left;
	}
	.top_mob3{
		font-size: 13px;
		width: 25%;
		float: left;
	}
	.social_1{
		width: 75%;
		float: left;
	}
	.social{
		width: 20%;
		text-align: center;
		margin: auto;
	}
	.slider-top img{
		border-radius: 0px !important;
        border: 0px solid #ffbd06 !important;
	}
	.co_cent1{
		width: 70%;
	}
	.co_cent2{
		width: 30%;
	}
	
	.menu ul{
	padding-left: 50px;
}
	.hidd_tab{
		display: none;
	}
	.item_1{
		width: 90%;
		border: 4px solid #ffbd06 !important;
	}
	#copy_right {
		font-size: 13px;
	}
	#owl-demo img{
		width: 300px;
	}
	#fotter{
		padding: 30px 0px 15px 0px;
	}
	.modal-dialog.cform {

    width: 650px;
    margin: 30px auto;

}
	.modal-footer{
		text-align: center;
	}


}	


/*new styles for news and events*/

#inner_con {
    padding: 40px 0px;
}
.inn_tle {
    margin: 0px;
    color: #005ea4;
    font-size: 27px;
    padding-bottom: 20px;
    font-weight: 700;
}

.newltr_con {
    border-bottom: 1px solid #ddd;
    display: block;
    float: left;
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.newltr_con img {
    width: 100%;
    height: auto;
}
.news_brdr {
    border-radius: 20px;
}
.newltr_con h3 {
    color: #005ea4;
    font-size: 23px;
    padding-top: 0px;
    padding-bottom: 20px;
    margin: 0px;
}
.newltr_con h3:after {
    content: '';
    position: relative;
    display: block;
    width: 60px;
    top: 10px;
    border-top: 4px solid #005ea4;
    border-radius: 20px;
}
.newltr_con p {
    text-align: justify;
    font-size: 15px;
    color: #444444;
    line-height: 22px;
    padding-bottom: 8px;
    margin-bottom: 0px;
}
.newltr_con a {
    color: #005ea4;
    font-size: 15px;
    transition: .3s ease-in;
    -webkit-transition: .3s ease-in;
    -moz-transition: .3s ease-in;
    -o-transition: .3s ease-in;
}

#news_rd_mr p {
    font-size: 15px;
    text-align: justify;
    margin-bottom: 20px;
}
#news_rd_mr {
    position: relative;
    padding: 45px 0px;
}
#owl-demo1 img{
	border-radius: 10px;
	border:5px solid #005ea4;
	width: 100%;
	margin-top: 10px;
}
.button-right {
    margin-bottom: 30px;
    border: 1px solid #fbb500;
    background: #fbb500;
	transition: all .5s ease;
}
.button-right:hover{
	background: #bc7a0f;
	border:1px solid #bc7a0f;
}
/*Latest News Section*/
#news{
	clear:both;
	background:#fff;
	height:40px;
	line-height:40px;
}

#news .news_txt{
	background:#55256d;
	position: relative;
}

#news .news_txt:before {
    content: "";
    position: absolute;
    right: -20px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 20px solid #55256d;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
  }

#news .news_txt h3{
	margin:0px;
	padding:0px 0px 0px 30px;
	font-size:18px;
	color:#fff;
	font-weight:700;
	line-height:40px;
}

.TickerNews{
	width: 100%;
	padding-left: 15px;
}
.ti_wrapper{
	width: 100%;
	position: relative;
	overflow: hidden;
}
.ti_slide{
	width: 30000px;
	position: relative;
	left: 0;
	top: 0;
}
.ti_content{
	width: 8000px;
	position: relative;
	float:left;
}
.ti_news{
	float:left;
	font-weight:500;
}
.ti_news a{
	display: block;
	margin-right: 10px;
	color:#4d4d4d;
	text-decoration: none;
}


/*End Latest News Section*/
@media(min-width:1024px){
	.flt-rt{float:right;}
}

#workshop .modal-header{
    border-bottom:none;
    padding:0;
}
#workshop  .close{
    background:#252f3f;
    color:#fff;
    opacity:1;
    width:30px;
    height:30px;
    border-radius:50px;
    margin-top:-15px;
    margin-right:-15px;
}















