body {
    background: #cccccc;
}

a:hover{
    text-decoration: none;
}

.header-area {
    margin-top: 15px;
}

.logo-left img {
    margin-left: 50px;
}

.logo-right img {
    margin-right: 36px;
}

.title {
    text-align: center;
    color: #12448a;
    font-weight: bold;
}
.title2 {
    text-align: center;
    color: #04091e;
    font-weight: bold;
}
.title3 {
    text-align: center;
    color: #964184;
    font-weight: bold;
}

/*.title h2 {*/
/*    font-size: 27px;*/
/*    text-transform: uppercase;*/
/*}*/

/*.title h3 {*/
/*    margin-top: -2px;*/
/*    font-size: 30px;*/
/*    text-transform: uppercase;*/
/*    font-weight: 700;*/
/*}*/


.main-header .col-md-12.col-sm-12 {
    padding-left: 0;
    padding-right: 0;
}


.tab-content ul {
    font-size: 17px;
    font-weight: 400;
}
.main-menu {
    width: 100%;
    /*overflow: hidden;*/
    margin-top: 15px;
    /* For Safari 5.1 to 6.0 */
    /* For Opera 11.1 to 12.0 */
    /* For Firefox 3.6 to 15 */
    background: -webkit-gradient(linear, left top, left bottom, from(#194080), color-stop(#4784c4), to(#194080));
    background: linear-gradient(#194080, #4784c4, #194080);
    /* Standard syntax (must be last) */
}
.main-menu2 {
    width: 100%;
    /*overflow: hidden;*/
    /*margin-top: 15px;*/
    /* For Safari 5.1 to 6.0 */
    /* For Opera 11.1 to 12.0 */
    /* For Firefox 3.6 to 15 */
    background: -webkit-gradient(linear, left top, left bottom, from(#194080), color-stop(#4784c4), to(#194080));
    background: linear-gradient(rgba(26, 58, 16, 0.9), rgba(43, 99, 44, 0.9), rgba(26, 58, 16, 0.9));
    /* Standard syntax (must be last) */
}
.main-menu3 {
    width: 100%;
    /*overflow: hidden;*/
    margin-top: 15px;
    /* For Safari 5.1 to 6.0 */
    /* For Opera 11.1 to 12.0 */
    /* For Firefox 3.6 to 15 */
    background: -webkit-gradient(linear, left top, left bottom, from(#194080), color-stop(#4784c4), to(#194080));
    background: linear-gradient(rgba(86, 39, 78, 0.9), rgba(169, 108, 164, 0.9),rgba(95, 42, 86, 0.9));
    /* Standard syntax (must be last) */
}


.my-menu {
    background: none;
    color: #fff;
    border: 0px;
    margin-bottom: 0px;
    font-size:14px;
}

.navbar-default .cst-nav > li > a {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}

.cst-nav > li {
    position: relative;
    display: block;
    padding: 0px 0px 0px 0px;
}

.src-btn {
    background: none;
}

.cst-form .input-group > .form-control {
    width: 100%;
    border-radius: 6px;
}


.input-group .cst-corm-control {
    padding: 10px 66px;
}



.news-title {
    background: #174c95;
    display: inline-block;
    width: 12%;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    padding: 8px 11px;
    float: left;
    border-radius: 3px 0 0 3px;
}
.news-title2 {
    background: #32572c;
    display: inline-block;
    width: 12%;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    padding: 8px 11px;
    float: left;
    border-radius: 3px 0 0 3px;
}
.news-title3 {
    background: #965990;
    display: inline-block;
    width: 12%;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    padding: 8px 11px;
    float: left;
    border-radius: 3px 0 0 3px;
}
a.marq
{
    color: #292e40 !important;
    font-weight: 550;
}

.recent-news-area {
    margin-top: 10px;
}

.recent-news-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

}

.news-content {
    width: 88%;
    background: #fff;
    padding-top: 12px;
}

.news-content ul {
    list-style: none;
}

.important-link,
.event {
    background: #fff;
    border-radius: 8px;
}
.important-link2,
.event2 {
    background: #fff;
    border-radius: 8px;
}
.important-link3,
.event3 {
    background: #fff;
    border-radius: 8px;
}

.important-link h2,
.event h2 {
    background: #174c95;
    padding: 10px 20px;
    color: #fff;
    font-weight: 700;
    border-radius: 8px 8px 0 0;
    text-transform: uppercase;
    text-align: center;
    font-size: 20px;

}

.important-link2 h2,
.event2 h2 {
    background: #32572c;
    padding: 10px 20px;
    color: #fff;
    font-weight: 700;
    border-radius: 8px 8px 0 0;
    text-transform: uppercase;
    text-align: center;
    font-size: 20px;

}
.important-link3 h2,
.event3 h2 {
    background: #965990;
    padding: 10px 20px;
    color: #fff;
    font-weight: 700;
    border-radius: 8px 8px 0 0;
    text-transform: uppercase;
    text-align: center;
    font-size: 20px;

}

.important-link ul {
    list-style: none;
    padding: 17px;
    margin-top: -20px;
}

.important-link ul li {
    padding: 10px 0px 11px 10px;
    border-bottom: 1px solid #568;
}

.important-link ul li:last-child {
    border-bottom: none;
}

.important-link ul li a {
    color: #174c95;
    text-decoration: none;
    font-weight: bold;
    font-size: 15px;
}

.important-link ul li a i {
    margin-right: 10px;
}


.important-link2 ul {
    list-style: none;
    padding: 17px;
    margin-top: -20px;
}

.important-link2 ul li {
    padding: 10px 0px 11px 10px;
    border-bottom: 1px solid #568;
}

.important-link2 ul li:last-child {
    border-bottom: none;
}

.important-link2 ul li a {
    color: #54586a;
    text-decoration: none;
    font-weight: bold;
    font-size: 15px;
}

.important-link3 ul li a i {
    margin-right: 10px;
}

.important-link3 ul {
    list-style: none;
    padding: 17px;
    margin-top: -20px;
}

.important-link3 ul li {
    padding: 10px 0px 11px 10px;
    border-bottom: 1px solid #568;
}

.important-link3 ul li:last-child {
    border-bottom: none;
}

.important-link3 ul li a {
    color: #54586a;
    text-decoration: none;
    font-weight: bold;
    font-size: 15px;
}

.important-link3 ul li a i {
    margin-right: 10px;
}

.single-evn {
    padding: 10px;
}


.event img {
    width: 100%;
}

.event-content {
    border: 1px solid #a5b1d5;
    padding: 14px;
    border-top: none;
    -webkit-transition: .3s;
    transition: .3s;
}

.event-content:hover {
    border: 1px solid #032eaf;
    border-top: none;
}

.event-content h3 {
    color: #174c95;
    font-weight: bold;
    margin-top: 0px;
}

.event-content p {
    font-size: 17px;
}



/*===Slider===*/

.slider {
    margin-top: 20px;
}

/*===Content ===*/

.recent-post {
    margin-top: 20px;
}

.recent-post-body {
    padding-top: 0px;
}

.recent-post-body h4,.news-post-body h4{
    color: #174c95;
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 6px;
}

.news h2 {
    color: #174c95;
    font-size: 26px;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 20px;
}
.news-post-body h4 {
    padding-top: 9px;
    padding-bottom: 1px;
    font-size: 20px;
}
.news-post-body p {
    font-size: 16px;
    color: #434343;
}




.download h2 {
    text-align: center;
    color: #174c95;
    font-size: 26px;
    font-weight: 700;
}


/**Footer Atea*/

.footer-area {
    background: #174c95;
    color: #fff;
}
.footer-area2 {
    background: #32572c;
    color: #fff;
}
.footer-area3 {
    background: #965990;
    color: #fff;
}
li.faicon a {
    color: #fff;
}

footer ul{
    padding-left:5px;
    list-style:none;
}
.touch i {
    margin-right: 14px;
    padding: 7px 0px;
}
footer p{
    text-align : justify;
    font-size : 12px;
}
footer iframe {
    width:100%;
    position:relative;
    height:170px;
}

.footer-area h3 {
    border-bottom: 1px solid #e9e9;
    padding-bottom: 5px;
    font-weight: 700;
    text-transform: uppercase;
}


/*Form*/

.bj-form-area {
    background: #fff;
    margin-top: 80px;

}


.bj-well-title {
    text-align: center;
    margin-bottom: 50px;
}

.bj-main-form {
    border-left: 5px solid #568;
}
.bj-form-control {
    border-radius: 0;
}



.form-group.bj-main-submit-btn {
    text-align: center;
    margin-top: 27px;
}

.submit-btn {
    padding: 10px 43px;
    margin: 15px;
    background: #174C95;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
}





/*form-with bg*/

/* ==========================================
   Gallery Section
   ========================================== */

.gallery-bg {
    background-image: url(../images/gallery-bg.png);
    background-repeat: repeat-x;
    /*height: 450px;*/
    background-position: center;
    background-size: cover;

}

.gallery {
    margin-top: 25px;
    text-align: justify;
    color: #fff;
}

.gellery .row {
    margin-left: 0;
    width: 100%;
    margin-right: 0;
}


section.gallery div[class*='col-'] {
    padding: 0;
}

section.gallery .item {
    position: relative;
    /*max-height: 230px;*/
    /*overflow: hidden;*/
}

section.gallery .item a {
    background: rgba(127, 180, 1, 0.8);
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    opacity: 0;
    left: 0;
    top: 0;
}

section.gallery .item a:hover {
    opacity: 1;
}

section.gallery .item a span {
    color: #fff;
    font-size: 25px;
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 50%;
    line-height: 50px;
    display: block;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%;
}


/*.col-md-2 {*/
/*    width: 10.667%;*/
/*}*/

section.gallery .item img {
    width: 100%;
    padding-right: 10px;
    height: 200px;
    padding-bottom: 10px;
}

section.gallery .item .lb-data .lb-caption {
    font-size: 1.5em;
    font-family: 'PT Serif', serif;
}


@media (max-width: 480px) {
    section.gallery .col-custom-12 {
        width: 100% !important;
    }
    section.gallery .col-custom-12 .item {
        min-height: 200px;
    }
}

.see-more-btn {
    margin-top: 20px;
}

.gallery-btn {
    color: #fff;
    font-size: 17px;
    font-weight: 700;
}

/*code added by shakil*/

.dropdown:hover > .dropdown-menu {
    display: block !important;
}
.dropdown-menu {
    background: #386838;
}
.dropdown-menu2 {
    background: #434759;
}

.dropdown-menu > li > a {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}

.search-area {
    margin-top: 8px;
    padding-right: 0;
    padding-left: 20px;
}
.carousel .item {
    height: 100%;
}

.item img {
    /*
    position: absolute;
    top: 0;
    left: 0;
    min-height: 300px;
    */
}
.menu-holder {
    padding-left: 0px;
    margin-left: -3px;
}
.heading_old{
    font-size: 24px;
    line-height: 30px;
    font-weight: 300;
    background: #003366;
    border-top: 3px solid #002549;
    text-transform: capitalize;
    margin-bottom: 0px;
    text-align: center;
    color: #fff;
    padding: 10px;

}
.heading{
    font-size: 30px;
    line-height: 30px;
    font-weight: 300;
    /*background: #003366;*/
    /*border-top: 3px solid #002549;*/
    text-transform: capitalize;
    margin-bottom: 0px;
    text-align: center;
    color: #2E3192;
    padding: 10px;

}
.error{
    color: red !important;
}

/* To mantain the navbar at the top once it is affixed */
.affix {
    top: 0;
    width: 100%;
    z-index: 999;
    margin-top: 0;
}

/* Padding for a smoth affix */
.affix + .container-fluid {
    padding-top: 72px;
}

.well{
    background-color:#fff!important;
    border: none;
    border-radius: 0;
}
.media:first-child {
    margin-top: -15px;
}
.copyright-footer {
    background: #181818;
    overflow: hidden;
    padding-top: 6px;
}
.dev-by p a {
    color: #fff;
}
.dev-by p a:hover {
    color: #FF7F00;
    text-decoration: none;
}

/* custom inclusion of right, left and below tabs */

.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}

.tab-content > .active,
.pill-content > .active {
   display: block;
   float: right;
   width: 67%;
   border: 1px solid rgba(225, 225, 225, 0.89);
   padding: 0% 2%;
}


.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}

.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}

.tabs-left > .nav-tabs {
  float: left;
  margin-right: 28px;
  /*border-right: 1px solid #ddd;*/
}

/*.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
     -moz-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px;
}*/

.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  /*border-color: #050748;*/
}

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  /*border-color: #050748;
  *border-right-color: #050748;*/
}



.service-tab li{
  background-color: #fff;
  border-color: #333;
  border-radius: 0px;
}
.service-tab a{
  color: #fff;
  font-weight: 600;
}

/*.service-tab li:hover{
  background-color: #050748;
  border-color: 1px solid #050748;
  border-radius: 2px;
  color: #fff;
  box-shadow: 1px1px 15px;
}
*/
.nav-tabs>li>a{
  border-radius: 0;

}
.nav-tabs>li>a:hover{
  background-color: #32572c;
  border-color: 1px solid #050748;
  border-radius: 2px;
  color: #fff;
  box-shadow: 1px1px 15px;
}

/*.nav-tabs>li>a:active{
  background-color: #050748;
  border-color: 1px solid #050748;
  border-radius: 2px;
  color: #fff;
  box-shadow: 1px1px 15px;
}*/
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
    color: #fff;
    cursor: default;
    background-color: #31552b;
    border-bottom-color: transparent;
}

.tab-content h2{
      color: #333;
    font-size: 29px;
    font-weight: 500;
    line-height: 1.4em;
    letter-spacing: .5px;
}

.tab-content p{
font-size: 17px;
    color: #000;
    font-weight: 400;
    margin-bottom: 20px;

}

.colorborder-tab{

  background: #050748 none repeat scroll 0 0;
    display: block;
    height: 3px;
    position: relative;
    width: 230px;
    margin: 2px auto;
        left: 8.5%;

}

.tab-pane .active{
      display: block;
    float: right;
    width: 80%;
    border: 2px solid #000;
    padding: 0% 2%;
}

.col-md-9.service-tab {
    background: #fff;
    padding: 30px;
    margin-top: 22px;
}

.service-tab nav li a {
    color: #333;
}

.service-tab li a {
    color: #333;
    border: 1px solid #e3e3e3;
    margin-bottom: 0px !important;
}

.section_header {
    background-color: #284d20;
    color: white;
}
a.body_link {
    color: black;
}

a.body_link:hover {
    text-decoration: underline;
}