@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: rgb(66,72,173); 
	background: -moz-linear-gradient(left, rgba(66,72,173,1) 0%, rgba(54,105,243,1) 47%, rgba(66,72,173,1) 100%); 
	background: -webkit-linear-gradient(left, rgba(66,72,173,1) 0%,rgba(54,105,243,1) 47%,rgba(66,72,173,1) 100%);  
	background: linear-gradient(to right, rgba(66,72,173,1) 0%,rgba(54,105,243,1) 47%,rgba(66,72,173,1) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4248ad', endColorstr='#4248ad',GradientType=1 );
	padding: 7px 0px;
}
#top-sec small{
	color: #fff;
	
}
#top-sec p{
	margin: 0px;
	color: #fff;
	position: relative;
}

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

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

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

.dsa-btn a{
	color: #fff;
	padding: 8px 30px;
	font-size: 16px;
	font-weight: 700;
	background: #001b45;
	transition: .3s ease-in;
    -webkit-transition: .3s ease-in;
    -moz-transition: .3s ease-in;
}
.dsa-btn a:hover, .dsa-btn a:focus{
	color: #fff;
	background: #44933e;
}
#header{
	background: rgb(49,78,42); 
	background: -moz-linear-gradient(left, rgba(49,78,42,1) 1%, rgba(77,183,72,1) 53%, rgba(49,78,42,1) 100%); 
	background: -webkit-linear-gradient(left, rgba(49,78,42,1) 1%,rgba(77,183,72,1) 53%,rgba(49,78,42,1) 100%);
	background: linear-gradient(to right, rgba(49,78,42,1) 1%,rgba(77,183,72,1) 53%,rgba(49,78,42,1) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#314e2a', endColorstr='#314e2a',GradientType=1 );
}

#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: #001b45;
}
.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: #3c7736;
    border-radius: 5px;
}

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

.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*/
#sub-banner{
	background-image: url(../images/dsa-sub-banner.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	width:100%;
	height: 224px;
	position: relative;
	
}
#sub-banner:before{
	content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(255,255,255,0.1);
}
.sub-bg{
	width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    position: relative;
}
.sub-bg h3{
	margin: 0px;
    padding: 12px 0px;
    color: #fff;
	font-weight: 900;
    font-family: 'Montserrat', sans-serif;
    background: rgb(0,27,69);
    background: -moz-linear-gradient(left, rgba(0,27,69,0) 0%, rgba(0,27,69,1) 51%, rgba(0,27,69,0) 100%);
    background: -webkit-linear-gradient(left, rgba(0,27,69,0) 0%,rgba(0,27,69,1) 51%,rgba(0,27,69,0) 100%);
    background: linear-gradient(to right, rgba(0,27,69,0) 0%,rgba(0,27,69,1) 51%,rgba(0,27,69,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001b45', endColorstr='#001b45',GradientType=1 );
}
.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
}

/*Slider*/
#slider{
    background: url(../images/kb-cesa.jpg) no-repeat;
	background-size: cover;
	background-position: center;
	height:450px;
	position:relative;
	display:flex;
	align-items:center;
	justify-content:center;
}
#slider:before{
    position:absolute;
    content:'';
    background:rgba(0,0,0,0.3);
    top:0;
    left:0;
    right:0;
    bottom:0;
}
#slider h2{
    margin: 0;
    text-align: center;
    font-weight: 700;
    color: #fff;
    position: relative;
    font-size: 40px;
}

/*End Slider*/
#section_1{
	padding: 30px 0px;
}
#section_1 h3{
	margin: 0px;
	padding: 15px 0px;
	color: #005ea4;
}
#section_1 p{
	text-align: justify;
}

#section_1 img{
	margin-top: 15px;
    border-radius: 35px;
    border: 2px solid #414db6;
	
}

#section_2{
	background: #eaeaea;
	padding: 20px 0px 30px 0px;
}
#section_2 h3{
	margin: 0px;
	padding: 15px 0px;
	color: #005ea4;
}
#section_2 p{
	text-align: justify;
}

.blue_bg{
	background: rgb(66,72,173); 
	background: -moz-linear-gradient(left, rgba(66,72,173,1) 0%, rgba(54,105,243,1) 47%, rgba(66,72,173,1) 100%); 
	background: -webkit-linear-gradient(left, rgba(66,72,173,1) 0%,rgba(54,105,243,1) 47%,rgba(66,72,173,1) 100%);  
	background: linear-gradient(to right, rgba(66,72,173,1) 0%,rgba(54,105,243,1) 47%,rgba(66,72,173,1) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4248ad', endColorstr='#4248ad',GradientType=1 );
    border-radius: 30px;
    padding: 5px 25px;
    margin-top: 10px;
    color: #fff;
    margin-bottom: 13px;
}
.blue_bg small{
	font-size: 15px !important;
}
.blue-img img{
	border-radius: 30px;
	width: 100%;
}
#section_3{
	padding: 20px 0px 30px 0px;
}
#section_3 h3{
	margin: 0px;
	padding: 15px 0px;
	color: #005ea4;
}
#section_3 p{
	text-align: justify;
}
.section_con{
	border: 1px solid #ddd;
    display: block;
    overflow: hidden;
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;
    padding-top: 20px;
	border-radius: 5px;
}
.section_con img{
	width: 100%;
    border-radius: 20px;
}

.section_con h4{
	font-size: 16px;
    line-height: 25px;
    color: #4059ed;
	font-weight: 700;
	margin: 0px;
}
.section_con a{
	color: #ee1d41;
	text-decoration: none;
	font-weight: 700;
}

#section_4{
	background: #eaeaea;
	padding: 20px 0px 0px 0px;
	
}
#section_4 h3{
	margin: 0px;
	padding: 15px 0px;
	color: #005ea4;
}
#section_4 ul{
	margin-top: 10px;
}
#section_4 ul li{
	position: relative;
	text-align: justify;
	padding-bottom: 20px;
	padding-left: 20px;
    line-height: 21px;
	
}
#section_4 p{
	text-align: justify;
}
#section_4 ul li:before{
	content: "\f111";
    position: absolute;
    display: block;
    font-size: 10px;
    color: #504f4f;
    left: 0;
    font-family: fontAwesome;
}

.left-bdr:after{
	content: '';
    position: absolute;
    height: 90%;
    top: 15px;
    right: 40px;
    border-right: 1px solid #797878;
	
}
#section_5{
	padding: 20px 0px 10px 0px;
}
#section_5 h3{
	margin: 0px;
	padding: 15px 0px;
	color: #005ea4;
}
#section_5 p{
	text-align: justify;
	font-weight: 800;
}
.location{
	position: relative;
	padding-left: 15px !important;
}
.location:before{
	content: '\f041';
    position: absolute;
    display: block;
    left: -7px;
    top: 1px;
   color: #005ea4;
    font-size: 19px;
    font-family: fontAwesome;
}
.blue_bg_1{
	margin: 30px 30px 22px 40px;
    background: rgb(66,72,173);
    background: -moz-linear-gradient(left, rgba(66,72,173,1) 0%, rgba(54,105,243,1) 47%, rgba(66,72,173,1) 100%);
    background: -webkit-linear-gradient(left, rgba(66,72,173,1) 0%,rgba(54,105,243,1) 47%,rgba(66,72,173,1) 100%);
    background: linear-gradient(to right, rgba(66,72,173,1) 0%,rgba(54,105,243,1) 47%,rgba(66,72,173,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4248ad', endColorstr='#4248ad',GradientType=1 );
    padding: 20px 10px 11px 0px;
    border-radius: 40px;
    color: #fff;
}
.blue_bg_1 p{
	text-align: center !important;
}
.phone_1, .email_1{
	position: relative;
	font-weight: 500 !important;
	font-size: 16px!important;
}
.phone_1:before{
	content: '\f095';
    position: relative;
    display: inline-block;
    left: -10px;
    top: 2px;
    color: #fff;
    font-size: 18px;
    font-family: fontAwesome;
}

.email_1:before{
	content: '\f003';
    position: relative;
    display: inline-block;
    left: -10px;
    color: #ffffff;
    font-size: 16px;
    font-family: fontAwesome;
}

#section_6{
	padding: 10px 0px 30px 0px;
}
#section_6 h3{
	margin: 0px;
	padding: 15px 0px;
	color: #005ea4;
}
#section_6 p{
	text-align: justify;
}
#section_6 img{
	border-radius: 25px;
	padding-top: 10px;
	width: 100%;
}

#section_6 h5{
	font-size: 16px;
	font-weight: 600;
	line-height: 20px;
}


#fotter{
	background-image: url(../images/dsa-fot-bg.jpg);
	
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}
#fotter:before{
	position: absolute;
	content: '';
	width: 100%;
	height:100%;
	background: #001b45;
	opacity: .7;
}

.bdr{
	border-top: 1px solid #cecbcb;
    z-index: 50;
    position: relative;
    margin-top: 40px;
	
}
.fot-bdr{
	margin-top: 40px;
    padding: 30px 10px;
    border: 2px solid #fff;
}
#fotter h3{
	margin: 0px;
    margin-top: 35px;
    color: #fff;
    font-weight: 500;
    padding-bottom: 20px;
	text-align: right;
	font-family: 'Montserrat', sans-serif;
}
#fotter ul li{
	position: relative;
	text-align: right;
	
}
#fotter ul li a{
	position: relative;
	text-align: right;
	color: #fff;
	text-decoration: none;
	font-weight: 500;
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
}

.top_btn_1 {
    border: 1px solid #fff;
    display: inline-block;
    padding: 8px 25px;
	text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 16.5px;
    margin-top: 10px;
    transition: .3s ease-in;
    -moz-transition: .3s ease-in;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
}



.top_btn_1:before, .top_btn_1:after {
    top: 248px;
    width: 46.2%;
}
.top_btn_1:before {
    content: '';
    position: absolute;
    width: 46%;
    left: 3px;
    top: 241px;
    display: block;
    border-top: 1px solid #fff;
}
 .top_btn_1:after {
    content: '';
    position: absolute;
    width: 46%;
    right: 4px;
    top: 241px;
    display: inline-block;
    border-top: 1px solid #fff;
}


.top_btn_1:hover, .top_btn_1:focus {
    text-decoration: none;
    color: #005ea4;
    background: #fff;
}
.copyright{
	color: #fff;
    padding-top: 18px;
}
.copyright a{
	color: #fff;
	text-decoration: none;
}


/* Thanjavur sub page*/


#tcsa-sec_1{
	padding: 30px 0px 30px 0px;
}
#tcsa-sec_1 h3{
	margin: 0px;
	padding: 15px 0px;
	color: #005ea4;
}
#tcsa-sec_1 p{
	text-align: justify;
}
#tcsa-sec_1 img{
	border-radius: 25px;
	padding-top: 10px;
	width: 100%;
}

#tcsa_sec_2{
	background: #eaeaea;
	padding: 20px 0px 30px 0px;
}
#tcsa_sec_2 h3{
	margin: 0px;
	padding: 15px 0px;
	color: #005ea4;
}
#tcsa_sec_2 ul li{
	position: relative;
	text-align: justify;
	padding-bottom: 20px;
	padding-left: 20px;
    line-height: 21px;
}

#tcsa_sec_2 ul li:before{
	content: "\f111";
    position: absolute;
    display: block;
    font-size: 10px;
    color: #3b4079;
    left: 0;
    font-family: fontAwesome;
}

#tcsa_sec_3{
	padding: 20px 0px 30px 0px;
}
#tcsa_sec_3 h3{
	margin: 0px;
	padding: 15px 0px;
	color: #005ea4;
}
#tcsa_sec_3 p{
	text-align: justify;
}
#tcsa_sec_3 img{
	width: 100%;
}
.tcsa-con h4{
	font-weight: 600;
}
.tcsa-con p{
	font-weight: 600;
	
}
.blue-color{
	color: #015ea4 !important;
}
.prag_1{
	line-height: 30px !important;
    padding-top: 25px !important;
}
.tcsa-img{
	padding: 20px 0px;
}
.tcsa-img img{
	border-radius: 20px;
}
#tcsa_sec_4{
	padding: 20px 0px 30px 0px;
	background: #eaeaea;
}
#tcsa_sec_4 h3{
	margin: 0px;
	padding: 15px 0px;
	color: #005ea4;
}
#tcsa_sec_4 p{
	text-align: justify;
}

.blue_bg_2{
	margin-top: 90px;
    margin-left: 20px;
    background: rgb(66,72,173);
    background: -moz-linear-gradient(left, rgba(66,72,173,1) 0%, rgba(54,105,243,1) 47%, rgba(66,72,173,1) 100%);
    background: -webkit-linear-gradient(left, rgba(66,72,173,1) 0%,rgba(54,105,243,1) 47%,rgba(66,72,173,1) 100%);
    background: linear-gradient(to right, rgba(66,72,173,1) 0%,rgba(54,105,243,1) 47%,rgba(66,72,173,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4248ad', endColorstr='#4248ad',GradientType=1 );
    padding: 15px;
    text-align: center;
    border-radius: 30px;
    color: #fff;
    font-weight: 600;
}
.blue_bg_2 p{
	text-align: center !important;
}

/*ramanathapuram sub page*/
#dept_sec_1{
	padding: 30px 0px 0px 0px;
}
#dept_sec_1 h3{
	margin: 0px;
	padding: 15px 0px;
	color: #005ea4;
}

#dept_sec_1 h4{
    font-size: 16px;
    margin-bottom: 15px;
}

#dept_sec_1 p{
	text-align: justify;
}
#dept_sec_1 img{
	border-radius: 25px;
	padding-top: 10px;
	width: 100%;
}
#dept_sec_1 ul li{
	position: relative;
	padding-left: 20px;
	text-align: justify;
	
}

#dept_sec_1 .table tr:nth-child(1) td,
#dept_sec_2 .table tr:nth-child(1) td{
    background: #005ea4;
    color: #fff;
    font-size: 16px;
}

#dept_sec_1 .table tr td,
#dept_sec_2 .table tr td{
    padding: 10px;
}

.table td a{
    color: #333;
    text-decoration: none;
}

#dept_sec_1 ul li:before{
	content: "\f111";
    position: absolute;
    display: block;
    font-size: 10px;
    color: #3b4079;
    left: 0;
    font-family: fontAwesome;
}
#dept_sec_2{
	padding: 10px 0px 10px 0px;
	
}

#dept_sec_2 h3{
	margin: 0px;
	padding: 15px 0px;
	color: #005ea4;
}
#dept_sec_2 p{
	text-align: justify;
}

#dept_sec_3{
	padding: 0px 0px 0px 0px;
}
#dept_sec_3 h3{
	margin: 0px;
	padding: 15px 0px;
	color: #005ea4;
}
#dept_sec_3 p{
	text-align: justify;
}
#dept_sec_3 img{
	width: 100%;
	border-radius: 15px;
}

.gl_res {
    margin-bottom: 20px;
}

#dept_sec_4{
	padding: 45px 0px 30px 0px;
	background: #eee;
}

#dept_sec_4 figure{
    margin-bottom: 25px;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
    border-radius: 10px;
}

#dept_sec_4 figure img{
    border-radius: 10px 10px 0px 0px;
}

#dept_sec_4 figure figcaption{
    background: #195ea4;
    color: #fff;
    padding: 13px;
    font-size: 18px;
    text-align: center;
    font-weight: 600;
    border-radius: 0px 0px 10px 10px;
}

#dept_sec_4 h3{
	margin: 0px;
	padding: 10px 0px;
	color: #005ea4;
}
#dept_sec_4 p{
	text-align: justify;
}
#dept_sec_4 p a{
	color: #fff;
	text-decoration: none;
}
#dept_sec_4 .location {
    position: relative;
    padding-left: 15px !important;
}

#dept_sec_4 .location:before {
    content: '\f041';
    position: absolute;
    display: block;
    left: -7px;
    top: 1px;
    color: #fff;
    font-size: 19px;
    font-family: fontAwesome;
}

.down_load a{
	background: #4CAF50;
    padding: 8px 30px;
    color: #fff;
    text-decoration: none;
    border-radius: 7px;
}



.ramnath_addres{
	margin: 10px;
    padding: 25px;
    background: rgb(66,72,173);
    background: -moz-linear-gradient(left, rgba(66,72,173,1) 0%, rgba(54,105,243,1) 47%, rgba(66,72,173,1) 100%);
    background: -webkit-linear-gradient(left, rgba(66,72,173,1) 0%,rgba(54,105,243,1) 47%,rgba(66,72,173,1) 100%);
    background: linear-gradient(to right, rgba(66,72,173,1) 0%,rgba(54,105,243,1) 47%,rgba(66,72,173,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4248ad', endColorstr='#4248ad',GradientType=1 );
    border-radius: 20px;
    color: #fff;
}
.ramanath_phone{
	margin-top: 100px;
    padding: 20px;
    background: rgb(66,72,173);
    background: -moz-linear-gradient(left, rgba(66,72,173,1) 0%, rgba(54,105,243,1) 47%, rgba(66,72,173,1) 100%);
    background: -webkit-linear-gradient(left, rgba(66,72,173,1) 0%,rgba(54,105,243,1) 47%,rgba(66,72,173,1) 100%);
    background: linear-gradient(to right, rgba(66,72,173,1) 0%,rgba(54,105,243,1) 47%,rgba(66,72,173,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4248ad', endColorstr='#4248ad',GradientType=1 );
    color: #fff;
    border-radius: 20px;
}
.ramanath_phone p{
	text-align: center !important;
    position: relative;
    margin: 0px;
}
.ramanath_phone p:before{
	content: '\f095';
    position: relative;
    display: inline-block;
    left: -10px;
    top: 2px;
    color: #fff;
    font-size: 18px;
    font-family: fontAwesome;
}



/*Erode-sub page*/
#erode_sec_1{
	padding: 30px 0px 20px 0px;
}
#erode_sec_1 h3{
	margin: 0px;
	padding: 15px 0px;
	color: #005ea4;
}
#erode_sec_1 p{
	text-align: justify;
}
#erode_sec_1 img{
	border-radius: 25px;
	padding-top: 10px;
	width: 100%;
}
#erode_sec_1 ul li{
	position: relative;
	padding-left: 20px;
	text-align: justify;
	
}
#erode_sec_1 ul li:before{
	content: "\f111";
    position: absolute;
    display: block;
    font-size: 10px;
    color: #3b4079;
    left: 0;
    font-family: fontAwesome;
}

#erode_sec_2{
	padding: 10px 0px 20px 0px;
	background: #eee;
}
#erode_sec_2 h3{
	margin: 0px;
	padding: 15px 0px;
	color: #005ea4;
}
#erode_sec_2 p{
	text-align: justify;
}
#erode_sec_2 img{
	border-radius: 25px;
	padding-top: 10px;
	width: 100%;
}

#erode_sec_2 ul li{
	position: relative;
	padding-left: 20px;
	text-align: justify;
	
}
#erode_sec_2 ul li:before{
	content: "\f111";
    position: absolute;
    display: block;
    font-size: 10px;
    color: #3b4079;
    left: 0;
    font-family: fontAwesome;
}

#erode_sec_3 img{
	width: 100%;
	border-radius: 15px;
}

#erode_sec_4{
	padding: 30px 0px 20px 0px;
	
}
#erode_sec_4 h3{
	margin: 0px;
	padding: 15px 0px;
	color: #005ea4;
}

.erode_addres {
    margin: 20px 0px 20px 0px;
    padding: 25px;
    background: rgb(66,72,173);
    background: -moz-linear-gradient(left, rgba(66,72,173,1) 0%, rgba(54,105,243,1) 47%, rgba(66,72,173,1) 100%);
    background: -webkit-linear-gradient(left, rgba(66,72,173,1) 0%,rgba(54,105,243,1) 47%,rgba(66,72,173,1) 100%);
    background: linear-gradient(to right, rgba(66,72,173,1) 0%,rgba(54,105,243,1) 47%,rgba(66,72,173,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4248ad', endColorstr='#4248ad',GradientType=1 );
    border-radius: 20px;
    color: #fff;
}
#erode_sec_4 .location {
    position: relative;
    padding-left: 15px !important;
}
#erode_sec_4 .location:before {
    content: '\f041';
    position: absolute;
    display: block;
    left: -7px;
    top: 1px;
    color: #fff !important;
    font-size: 19px;
    font-family: fontAwesome;
}
.erode_map{
	border: 2px solid #005ea4;
	border-radius: 5px;
}



#fotter a, #fotter a:hover, #fotter a:focus{
 text-decoration:none;
}
.sbt_btn {
    background: #034843;
    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: #0F948F;
}
.frm_hgt .form-control {
    height: 42px;
}
@media (min-width: 768px){
.modal-dialog.cform{
    width: 800px;
    margin: 30px auto;
}
}