@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: -5px;
    top: 2px;
    color: #fff;
    font-size: 16px;
    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;
    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: #409432;
    border-radius: 5px;
}

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

.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-bar .navbar-nav li:hover .dropdown-menu.single{
  	    display:block;
  	}
}

@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;
    padding: 5px 10px;
    z-index: 50;
}

/*Slider*/
#slider{
    background: url(../images/prk-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.4);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
#slider h2{
    margin: 0;
    text-align: center;
    font-weight: 700;
    color: #fff;
    font-size: 40px;
    z-index:5;
}

/*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;
}

.new_img {
    float: right;
}

#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;
}

.table p {
    margin: 0px;
}

#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;
}

.news_evn {
    margin: 0px;
    padding-bottom: 20px;
    font-size: 28px;
    color: #386330;
}

#fotter a,
#fotter a:hover,
#fotter a:focus {
    text-decoration: none;
}

#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;
    position: relative;
}


/*
.top_btn_1:before, .top_btn_1:after {
    top: 248px;
    width: 46.2%;
}
*/

.top_btn_1:before {
    content: '';
    position: absolute;
    width: 520px;
    right: 83px;
    top: 21px;
    display: block;
    border-top: 1px solid #fff;
}

.top_btn_1:after {
    content: '';
    position: absolute;
    width: 510px;
    left: 84px;
    top: 20px;
    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: 40px 0px 0px 0px;
}

.parakkai ul li {
    padding-bottom: 10px;
}

.parakkai ul {
    margin: 0px;
}

.ul_mar {
    margin: 0px;
}

#dept_sec_1 h3 {
    margin: 0px;
    padding: 15px 0px;
    color: #005ea4;
}

#dept_sec_1 p {
    text-align: justify;
}

#dept_sec_1 img {
    border-radius: 25px;
    width: 100%;
}

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

#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 {
    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: 25px 0px 20px 0px;
    background: #eee;
}

#dept_sec_4 h3 {
    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;
}

.parakkai h3 {
    margin: 0px;
    padding: 0px 0px 20px;
    font-size: 18px;
    color: #000;
}

.parakkai h2 {
    margin: 0px;
    padding: 0px 0px 15px 0px;
    font-size: 24px;
    color: #005ea4;
}

.ftrc_txt {
    padding-top: 20px;
}

#dept_sec_5 {
    padding: 30px 0px 20px;
}

#dept_sec_10 {
    padding: 20px 0px 20px 0px;
    background: #eee;
}

.parakkai p {
    text-align: justify;
}

.parakkai ul li {
    position: relative;
    padding-left: 15px;
    text-align: justify;
}

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

.parakkai thead {
    background: #3479b7;
}

.parakkai th {
    padding: 15px 35px;
    font-size: 20px;
    color: #fff;
}

.td_id_1 {
    padding: 10px 25px!important;
}

.td_id {
    border-bottom: 1px solid #5a5858;
    padding: 10px 20px 10px 0px !important;
}

.photos_bg {
    padding: 15px 10px 10px;
    margin-top: 20px;
    border: 1px solid #3579b8;
    border-radius: 3px;
    margin-bottom: 30px;
}

.photos_bg img {
    padding-bottom: 10px;
}

.photos_bg figcaption {
    line-height: 20px;
}

#dept_sec_9 {
    padding: 30px 0px 20px 0px;
}

.photos_btn {
    text-align: center;
    margin-bottom: 2px;
    margin-top: 8px;
    padding: 7px 9px;
    border: 1px solid #3479b7;
    border-radius: 3px;
}

.photos_btn a {
    text-decoration: none;
    font-size: 16px;
    color: #000;
}

.photos_btn a:hover,
.photos_btn a:focus  {
    color: #000;
    /*background: #3479b7;*/
}

.photos_btn:hover,
.photos_btn:focus {
    color: #fff;
    background: #3479b7;
}

.email {
    padding-left: 15px;
}

.tbl_wid th {
    text-align: center !important;
    font-size: 15px !important;
    vertical-align: middle !important;
}

.tbl_wid th p {
    /* text-align: center !important; */
    font-size: 15px !important;
    vertical-align: middle !important;
}

.tbl_wid td p {
    text-align: left!important;
    font-size: 15px !important;
    vertical-align: middle !important;
}

.tbl_wid td {
    vertical-align: middle !important;
}

#dept_sec_6 {
    padding: 30px 0px 20px 0px;
    background: #eee;
}

#dept_sec_7 {
    padding: 30px 0px 20px 0px;
}

#dept_sec_8 {
    padding: 30px 0px 20px 0px;
    background: #eee;
}


/*new event section style*/

#new_event_page {
    padding: 30px 0px;
}

.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;
}

.newltr_con h3 {
    color: #386330;
    font-size: 24px;
    padding-top: 0px;
    padding-bottom: 20px;
    margin: 0px;
}

.newltr_con p {
    text-align: justify;
    font-size: 15px;
    color: #444444;
    line-height: 22px;
    padding-bottom: 8px;
    margin-bottom: 0px;
}

.newltr_con a {
    color: #386330;
    font-size: 15px;
    transition: .3s ease-in;
    -webkit-transition: .3s ease-in;
    -moz-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    text-decoration: none;
}

.news_brdr {
    border-radius: 20px;
}

#news_rd_mr {
    position: relative;
    padding: 45px 0px;
    text-align: justify;
}

#news_rd_mr p {
    font-size: 15px;
}


/*
.news_tle {
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    text-transform: uppercase;
    background: #294a81;
    padding: 10px 25px 10px 15px;
    border-top-right-radius: 50px;
    margin: 0px 0px 0px 0px;
    display: block;
    
    position: relative;
text-align:left;
}
*/

.news_desc {
    text-align: justify;
    font-size: 15px;
    line-height: 25px;
    padding-top: 18px;
}

#news_rd_mr img {
    width: 100%;
}

.news_tle-1 {
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    line-height: 24px;
    text-transform: uppercase;
    background: #294a81;
    padding: 10px;
    border-top-right-radius: 50px;
    margin: 0px 0px 0px 0px;
    display: block;
    /* padding-right: 50px; */
    position: relative;
}

.button-right {
    float: right;
    margin-bottom: 25px;
    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);
    border: 0px solid rgb(49, 78, 42) !important;
}

.news_tle {
    color: #386330;
    font-weight: 500;
    font-size: 24px;
    line-height: 27px;
    margin: 0px 0px 0px 0px;
    display: block;
    /* padding-right: 50px; */
    position: relative;
    text-align: left;
}

#news_rd_mr p {
    font-size: 15px;
}

#news_rd_mr img {
    width: 100%;
}

#news_rd_mr {
    position: relative;
    padding: 45px 0px;
    text-align: justify;
}

.fnt_siz {
    font-size: 22px;
    color: #386330;
}

.fnt_siz1 {
    font-size: 14px !important;
}

@media(min-width:998px) {
    .nws_img {
        float: right;
    }
}

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

.cr_frm button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: #fff;
    border: 0;
    opacity: 1;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
}

.cr_frm .modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    background: #3479b7;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    font-family: 'Ubuntu', sans-serif;
}

.cr_frm .modal-header .close {
    margin-top: -25px;
    margin-right: -25px;
}

.cr_frm .modal-body {
    position: relative;
    padding: 15px;
    overflow: hidden;
}

.td_bg {
    background: #3479b8;
    color: #fff;
    font-weight: 700;
    vertical-align: middle !important;
}


/*new media Quary*/

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

@media (max-width: 767px) {
    .fnt_siz {
        font-size: 18px;
        color: #386330;
        text-align: left;
        line-height: 23px;
    }
    .news_evn {
        font-size: 22px;
        text-align: center;
    }
    .news_tle {
        font-size: 19px;
        margin: 20px 0px 20px 0px;
    }
    body {
        font-size: 14px;
    }
    p {
        line-height: 24px;
        font-size: 14px;
    }
    .newltr_con h3 {
        font-size: 18px;
        line-height: 24px;
        padding-bottom: 15px;
    }
    .newltr_con p {
        font-size: 14px;
    }
    .newltr_con a {
        font-size: 14px;
    }
    #news_rd_mr {
        padding: 20px 0px;
    }
    #new_event_page {
        padding: 20px 0px;
    }
    .newltr_con {
        padding-bottom: 10px;
        margin-bottom: 0px;
    }
    .parakkai h3 {
        font-size: 20px;
        padding: 0px 0px 15px 0px;
    }
    .parakkai th {
        padding: 8px 35px;
        font-size: 16px;
    }
    .parakkai ul {
        margin-bottom: 0px;
    }
    .photos_bg {
        margin-top: 20px;
        padding: 15px 20px 10px;
    }
    #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: 6px 0px;
    }
    .dsa-btn a {
        padding: 5px 15px;
        font-size: 14px;
    }
    #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;
    }
    .parakkai ul li {
        padding-left: 15px;
    }
    #dept_sec_2 h3 {
        padding: 0px 0px 15px 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: 16px;
        line-height: 20px;
    }
    .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;
    }
    #dept_sec_1 img {
        margin-bottom: 20px;
    }
    .parakkai h2 {
        padding: 0px 0px 13px 0px;
        font-size: 18px;
    }
    .ftrc_txt {
        padding-top: 0px;
    }
    #dept_sec_3 h3 {
        font-size: 16px;
        line-height: 18px;
    }
    .curr {
        padding-top: 15px !important;
    }
    .top_btn_1 {
        padding: 4px 25px;
        font-size: 14px;
    }
    .top_btn_1::before {
        right: 79px;
    }
    .top_btn_1::after {
        left: 79px;
    }
    .copyright {
        font-size: 13px;
        padding-top: 15px;
        line-height: 24px;
    }
    .tbl_wid th p {
        font-size: 14px !important;
    }
    #dept_sec_5 {
        padding: 20px 0px 20px;
    }
    .tbl_wid td p {
        font-size: 14px !important;
    }
    #dept_sec_6 {
        padding: 20px 0px 20px 0px;
    }
    #dept_sec_7 {
        padding: 20px 0px 20px 0px;
    }
    .parakkai ul li {
        padding-bottom: 8px;
    }
    #dept_sec_8 {
        padding: 20px 0px 20px 0px;
    }
    #dept_sec_9 {
        padding: 20px 0px 20px 0px;
    }
    .pht_wid {
        text-align: center;
    }
    .pht_wid img {
        width: 100%;
        margin: auto;
    }
    .photos_bg {
        width: 70%;
        margin: 25px auto 20px auto;
    }
    .abt_img {
        padding-top: 10px;
    }
    .photos_btn {
        padding: 3px 9px;
    }
}

@media (min-width:375px) and (max-width:667px) {
    .pad {
        padding: 0px 15px;
    }
    #dept_sec_1 img {
        margin-bottom: 20px;
    }
}

@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;
    }
    #dept_sec_1 img {
        margin-bottom: 20px;
    }
}

@media (min-width:480px) and (max-width:520px) {
    .news_evn {
        padding-bottom: 10px;
    }
    .nws_img1 img {
        width: 85%;
        margin: 15px auto 20px;
    }
    #dept_sec_1 img {
        width: 70%;
    }
    .img_icon {
        width: 40% !important;
        margin-top: 15px;
    }
    .top_btn_1::before {
        width: 180px;
    }
    .top_btn_1::after {
        width: 180px;
    }
    #dept_sec_1 img {
        margin-bottom: 20px;
    }
    .photos_bg {
        width: 50%;
    }
    .mar_top {
        width: 80%;
        margin: auto;
    }
}

@media (min-width:521px) and (max-width:767px) {
    .news_evn {
        padding-bottom: 10px;
    }
    .nws_img1 img {
        width: 85%;
        margin: 15px auto 20px;
    }
    .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: 50%;
        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: 30%;
        float: left;
    }
    .fot_wid3 {
        width: 70%;
        float: left;
    }
    .top_btn_1::before {
        width: 260px;
    }
    .top_btn_1::after {
        width: 260px;
    }
    .pht_wid {
        width: 100%;
        float: left;
        text-align: center;
    }
    .photos_bg {
        width: 40% !important;
        margin: 20px auto 0px;
    }
    .mar_top {
        width: 100%;
        float: left;
        margin-top: 20px;
    }
    .photos_btn {
        padding: 2px 10px;
        width: 60%;
        margin: 13px auto;
    }
}

@media (min-width:768px) and (max-width:991px) {
    #news_rd_mr {
        padding: 45px 0px 20px;
    }
    #new_event_page {
        padding: 30px 0px 10px;
    }
    .newltr_con h3 {
        font-size: 20px;
        padding-bottom: 13px;
    }
    .hd_mob2 {
        padding-left: 0px;
    }
    .hd_mob2 img {
        margin-left: -5px;
    }
    .dsa-btn a {
        padding: 5px 20px;
        font-size: 14px;
    }
    .parakkai h2 {
        font-size: 22px;
    }
    .ftrc_txt {
        padding-top: 0px;
    }
    .top_mob {
        width: 33%;
        float: left;
        font-size: 14px;
        line-height: 18px;
    }
    .top_mob2 {
        width: 45%;
        float: left;
        text-align: center;
        font-size: 14px;
        line-height: 18px;
    }
    .top_mob3 {
        width: 21%;
        float: left;
        text-align: left;
        font-size: 14px;
        line-height: 18px;
    }
    .dsa-btn {
        margin-top: 0px;
        text-align: center;
    }
    .hd_mob3 {
        width: 100%;
    }
    .dsa-btn {
        margin-top: -20px;
        margin-left: 30px;
    }
    .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: 100%;
        float: left;
    }
    .fot-bdr {
        width: 50%;
        float: left;
    }
    .top_btn_1::before {
        width: 310px;
    }
    .top_btn_1::after {
        width: 310px;
    }
    .social {
        width: 100%;
        float: left;
        text-align: center;
        margin: 8px 0px 13px 0px;
    }
    .social_1 {
        width: 100%;
        font-size: 13px;
        float: left;
        margin: auto;
        text-align: center;
    }
    .social img {
        width: 100%;
        text-align: center;
    }
    #fotter h3 {
        text-align: left;
    }
    #fotter ul li {
        text-align: left;
    }
    #fotter ul {
        margin: 0px;
    }
    .fot_wid2 {
        width: 25%;
        float: left;
        text-align: left;
    }
    .fot_wid3 {
        width: 75%;
        float: left;
    }
    .pad1 {
        width: 50%;
        float: left;
    }
    .top_btn_1 {
        margin-top: 20px;
        padding: 4px 27px;
        font-size: 14px;
    }
    .copyright {
        padding-top: 8px;
    }
    .gal_fl {
        width: 32%;
    }
    #dept_sec_3 img {
        border-radius: 5px;
    }
    .ramnath_addres {
        border-radius: 10px;
    }
    .con_fl {
        width: 50%;
        float: left;
    }
    .con_fl_2 {
        width: 50%;
        float: left;
    }
    .ramanath_phone {
        margin-top: 150px;
        border-radius: 10px;
    }
    .menu ul li a {
        padding: 15px 3px;
        font-size: 11px;
    }
    #top-sec small {
        font-size: 12px;
    }
    #top-sec p a {
        font-size: 13px;
    }
    #dept_sec_9 {
        padding: 30px 0px 30px 0px;
    }
    .abt_img {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    .abt_img img {
        width: 50% !important;
        margin: auto;
    }
    .sm_wid {
        width: 100%;
    }
    .pht_wid {
        width: 100%;
        float: left;
        text-align: center;
    }
    .photos_bg {
        width: 40% !important;
        margin: 20px auto 0px;
    }
    .mar_top {
        width: 100%;
        float: left;
        margin-top: 20px;
    }
    .photos_btn {
        padding: 2px 10px;
        width: 60%;
        margin: 13px auto;
    }
}

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

@media (min-width:992px) and (max-width:1200px) {
    #news_rd_mr {
        padding: 30px 0px;
    }
    .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: 20%;
        float: left;
    }
    .fot_wid3 {
        width: 55%;
        float: left;
    }
    .blue_bg_2 {
        border-radius: 10px;
    }
    .top_btn_1::before {
        width: 450px;
    }
    .top_btn_1::after {
        width: 450px;
    }
    .con_fl {
        width: 50%;
        float: left;
    }
    .con_fl_2 {
        width: 40%;
        float: left;
    }
    .ramanath_phone {
        margin-top: 120px;
        border-radius: 10px;
    }
    .ramnath_addres {
        border-radius: 10px;
    }
    .menu ul li a {
        padding: 15px 10px;
        font-size: 13px;
    }
    .social_1 {
        width: 78%;
        float: left;
        font-size: 13px;
    }
    .social {
        width: 22%;
        float: left;
    }
    .social ul {
        margin: -6px auto 0px auto;
    }
    #fotter {
        padding-bottom: 20px;
    }
    #dept_sec_9 {
        padding: 30px 0px 30px 0px;
    }
    .top_mob {
        width: 33%;
        float: left;
        text-align: left;
        font-size: 13px;
    }
    .top_mob2 {
        width: 45%;
        float: left;
        text-align: center;
        font-size: 13px;
    }
    .top_mob3 {
        width: 22%;
        float: left;
        font-size: 13px;
    }
    .hd_mob2 {
        padding-left: 0px;
    }
    .ftrc_txt {
        padding-top: 0px;
    }
}

@media (min-width: 992px) {
    .modal-dialog {
        width: 850px;
        margin: 30px auto;
    }
}



