@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 0px;
    font-size: 15px;
    font-weight: 700;
    background: #001b45;
    transition: .3s ease-in;
    -webkit-transition: .3s ease-in;
    -moz-transition: .3s ease-in;
    width: 130px;
    margin-bottom: 10px;
}

.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 18px;
    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: #386631;
    border-radius: 5px;
}

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

.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*/


/*Slider*/


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

#slider {
    background: url(../images/tcesa-slide.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(255, 255, 255, 0.2);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#slider h2 {
    margin: 0;
    text-align: center;
    font-weight: 700;
    color: #005ea4;
    font-size: 40px;
    z-index: 5;
}


/*End Slider*/


/*Latest News Section*/

#news {
    clear: both;
    background: #fff;
    height: 40px;
    line-height: 40px;
}

#news .news_txt {
    background: #3d58cf;
    position: relative;
}

#news .news_txt:before {
    content: "";
    position: absolute;
    right: -20px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 20px solid #3d58ce;
    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*/

#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: 3px 10px;
    z-index: 60;
}

#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: 30px 0px 40px 0px;
}

#section_3 h3 {
    margin: 0px;
    padding: 15px 0px;
    font-weight: 700;
    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;
    min-height: 300px;
}

.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 h4{
    text-align: center;
}

.left-bdr:after {
    content: '';
    position: absolute;
    height: 94%;
    top: 15px;
    right: 0px;
    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;
    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: 28px;
    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 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 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: 25px 0px 20px 0px;
    background: #eee;
}

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

.phone_1 a,
.email_1 a {
    color: #fff;
    text-decoration: none;
}

.sub_tle {
    padding-top: 15px;
}

#section_3 .table thead {
    background: #414ab2;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

#section_3 .table td {
    vertical-align: middle;
}

.num_lst {
    margin-left: 30px;
}

.acty_tab.nav-pills {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    justify-content: center;
}

.acty_tab.nav-pills li {
    width: 30%;
    display: flex;
    float: none;
    padding: 5px 15px 15px 0px;
}

.acty_tab.nav-pills li a {
    border: 1px solid #414ab2;
    color: #414ab2;
    font-size: 17px;
    width: 100%;
    font-weight: 600;
    line-height: 24px;
    transition: .3s ease-in
}

.nav-pills.acty_tab>li.active>a,
.nav-pills.acty_tab>li.active>a:hover,
.nav-pills.acty_tab>li.active>a:focus,
.nav-pills.acty_tab a:hover,
.acty_tab.nav-pills a:focus {
    background: #414ab2;
    color: #fff;
}

.cnt_img_lst {
    display: flex;
    list-style: none;
    flex-wrap: wrap;
}

.cnt_img_lst li {
    width: 33.333%;
    padding: 10px;
}

.cnt_img_lst li img {
    width: 100%;
}

.cnt_img_lst li figcaption {
    background: #326630;
    color: #fff;
    padding: 10px;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
}

.acty_tab_tle{
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    color: #414ab2;
    padding: 15px 0px 10px;
}

@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) {
    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-toggle .icon-bar {
        border: 1px solid #fff;
    }
    .menu .navbar-toggle {
        margin-right: 0px;
    }
    #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;
    }
    .blue-color {
        text-align: center !important;
    }
    .assi {
        text-align: center !important;
    }
    .prag_1 {
        padding-top: 10px !important;
    }
    #tcsa_sec_3 img {
        text-align: center;
        margin: 0px auto 10px auto;
        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;
    }
    .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;
    }
    .dsa-btn a {
        padding: 7px 0px;
        font-size: 12px;
    }
    #news .news_txt h3 {
        text-align: center;
        font-size: 17px;
    }
    .news_txt h3 {
        line-height: 30px;
        font-size: 15px;
    }
    #tcsa-sec_1 img {
        margin-top: 12px;
    }
    .pad1 {
        padding: 0px;
    }
    .pad1 ul {
        margin: 0px;
    }
    .tcsa-con {
        text-align: center;
    }
    .tcsa-con p {
        text-align: center;
    }
}

@media (min-width:375px) and (max-width:667px) {
    .pad {
        padding: 0px 15px;
    }
}

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

@media (min-width:480px) and (max-width:520px) {
    .img_icon {
        width: 40% !important;
        margin-top: 15px;
    }
    .top_btn_1::before {
        width: 180px;
    }
    .top_btn_1::after {
        width: 180px;
    }
}

@media screen and (max-width: 520px){
    .acty_tab.nav-pills li{
        width: 100%;
        padding-right: 0px;
        padding-bottom: 5px;
    }
    
    .cnt_img_lst li{
        width: 100%;
    }
}

@media (min-width:521px) and (max-width:767px) {
    .cnt_img_lst li{
        width: 50%;
    }
    
    .acty_tab.nav-pills li{
        width: 49%;
        padding: 5px 10px 15px 10px;
    }
    
    .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;
    }
    .blue_bg_2 {
        width: 300px;
    }
    .fot_wid {
        float: left;
        width: 100%;
    }
    .fot-bdr {
        width: 60%;
        margin-bottom: 20px;
    }
}

@media (min-width:767px) and (max-width:991px) {
    .top_mob {
        width: 33%;
        float: left;
    }
    .top_mob2 {
        width: 45%;
        float: left;
        text-align: center;
    }
    .top_mob3 {
        width: 21%;
        float: left;
        text-align: left;
    }
    .dsa-btn {
        margin-top: 0px;
        text-align: center;
    }
    .hd_mob3 {
        width: 100%;
    }
    .dsa-btn {
        margin-top: -10px;
    }
    .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: 25%;
    }
    .top_btn_1::before {
        width: 310px;
    }
    .top_btn_1::after {
        width: 310px;
    }
    .social {
        width: 30%;
        float: left;
    }
    .social_1 {
        width: 60%;
        float: left;
        margin: auto;
        text-align: center;
    }
    .social img {
        width: 80%;
        text-align: left;
    }
    .fot_wid2 {
        width: 24%;
        float: left;
    }
    .fot_wid3 {
        width: 50%;
        float: left;
    }
}

@media (min-width:992px) and (max-width:1200px) {
    .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;
    }
    .dsa-btn a {
        padding: 8px 0px;
        font-weight: 700;
        font-size: 14px;
        width: 250px;
    }
}