﻿@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css')
body
{
    font-family: 'Roboto', sans-serif;
}

ul.top-list li {
    float: left;
    padding-right: 14px;
}
ul.top-list {
    list-style: none;
}
ul.skip-list li {
    float: right;
    padding-right: 15px;
}
ul.skip-list {
    list-style: none;
}
.top-menu {
    background: #022632;
    padding: 5px;
}
ul.top-list li a,ul.skip-list li a
{
    color:#fff;
    font-size:12px;
    letter-spacing: 1px;
    text-decoration: none;
}
.navbar-inverse {
    background-color: #0090c2 !important;
    border-bottom: 1px solid #ffffff !important;
    border-radius: 0px !important;
    border: 0px !important;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #016183 !important;
}
@media (min-width: 768px){
.navbar-nav>li>a {
    padding-top: 4px !important;
    padding-bottom: 1px !important;
}
}
.navbar-nav>li>a
{
    line-height: 31px !important;
    color: #fff !important;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 13px;
}
.navbar
{
   min-height: 37px !important;
}

ul.dropdown-menu li {
    border-bottom: 1px #b5b5b5 dashed;
    padding: 4px 0;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    background-color: #016183 !important;
}
ul.dropdown-menu li a:hover {
    color: #016183;
    /* font-weight: 600 !important; */
}



/*-----------------slider code---------------*/
.carousel-control .glyphicon-chevron-right, .fa-angle-right, .carousel-control .icon-next {
    right:30%;
    margin-right: -10px;
}
.carousel-control .glyphicon-chevron-left, .fa-angle-left, .carousel-control .icon-next {
    left:30%;
    margin-left: -10px;
}
.carousel-control .glyphicon-chevron-left, .fa-angle-left, .carousel-control .glyphicon-chevron-right, .fa-angle-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px;
    font-size: 25px;
    background: black;
    padding: 0;
    width: 40px !important;
    height: 40px !important;
    font-size: 20px !important;
    line-height: 38px;
}
.slider-box {
    position: relative;
    top: -20px;
}
/*---------cm-box------------*/
.cm-box {
    width: 87%;
    background: #fff;
    height: 105px;
    padding: 0px 10px 0px;
    margin: 0px auto;
    position: relative;
    top: -75px;
    border: 2px solid #d6d6d6;
}
.cm-box img {
    /* width: 100%; */
    /* height: 100px; */
    /* object-fit: contain; */
    /* float: right; */
}
.pad-0 {
    border-right: 1px solid #ddd;
}
/*--why-choose--*/
.why_choose{
  /*background: #2a3740; */
  padding: 20px 0px 20px;
  background: url(../images/grain-bg.jpg);
  margin-top: -18px;
}
.why_choose .sec_middle_title {
    padding-bottom: 53px;

}
.main_sub_heading{
  font-size: 30px; 
  font-weight:600; 
  color: #fff; 
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 70px;
}
.choose_outer{
  position: relative;
  background: #ffffff;
  text-align: center;
  padding: 12px 15px;
  z-index: 1;
  margin: 0 0 20px 0px;
  transition: 0.3s;
}
.choose_outer::after {
  content: "";
  position: absolute;
  width: 1px;
  background: #0090c2;
  left: -6px;
  top: 40px;
  bottom: 40px;
}
.choose_outer::before {
  content: "";
  position: absolute;
  width: 1px;
  background: #0090c2;
  right: -6px;
  top: 40px;
  bottom: 40px;
}

.border-top_bottom {display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; 
  z-index: -1; 
  transition: 0.3s;
  border: 1px solid #e7e7e7;
  box-shadow: 0px 0px 22px rgba(0,0,0,0.1);
}
.choose_outer:hover{background: #0090c2;}
.choose_outer:hover h3{color: #FFF ;}
.choose_outer:hover p{color: #FFF ;}
.border-top_bottom::after {
  content: "";
  position: absolute;
  height: 1px;
  background: #0090c2;
  width: auto;
  left: 60px;
  right: 60px;
  bottom: -6px;
}
.border-top_bottom::before {
  content: "";
  position: absolute;
  height: 1px;
  background: #0090c2;
  width: auto;
  left: 60px;
  right: 60px;
  top: -6px;
}
.choose_outer figure{
  display: flex;
  width: 90px;
  height: 90px;
  background: #fff;
  border-radius: 80px;
  align-items: center;
  justify-content: center;
  padding: 15px;
  background: #fff;
  margin:0 auto;
  box-shadow: 0px 0px 22px rgba(0,0,0,0.1);
}
.choose_outer h3{
  color: #000;
  font-size: 17px;
  font-weight: 500;
  margin-top: 20px;
  letter-spacing: 1px;
  margin-bottom: 20px;
  text-transform: capitalize;
  cursor: pointer;
}
.choose_outer p{
  color: #424242;
  /*margin-bottom: 10px;*/
  font-size: 13px;
  line-height: 1.5;
}
/*--why-choose--*/
h4.txt-abut:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 5px;
    background: #0090c2;
    left: 10%;
    transform: translateX(-50%);
    top: -16px;
}

h4.txt-abut:before {
    content: '';
    position: absolute;
    width: 100px;
    height: 1px;
    background: #0090c2;
    left: 10%;
    transform: translateX(-50%);
    top: -14px;
}
h4.txt-abut {
    font-size: 30px;
    color: #202e31;
    position: relative;
    font-weight:600;
}
.title-heading h5 {
    font-size: 15px;
    color: #777777;
    font-weight: 600;
}
.about-txt p {
    font-size: 14px;
    text-align: justify;
    line-height: 24px;
    color: #000;
    letter-spacing: 1px;
}
.about-box {
    padding: 30px 30px;
}
a.view-more {
    border: 1px solid #fc3406;
    padding: 8px 15px;
    border-radius: 30px;
    color: #fc3406;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 12px;
    /* float: right; */
    /* margin-top: 30px; */
    top: 37px;
    position: relative;
    text-decoration: none;
}
a.view-more:hover {
    background: #fc3406;
    color: #fff;
    text-decoration: none;
}
h4.txt-abut span {
    color: #0090c2;
    font-weight: 600;
}
ul.demo1 {
    margin-top: -10px;
    list-style: none;
    position: relative;
    left: -25px;
}
ul.demo1 li {
    padding: 11px 0px 0px;
    border-bottom: 1px dashed #ddd;
}
ul.demo1 li a {
    color: #000000;
    letter-spacing: 1px;
    font-size: 14px;
    text-decoration: none;
    display: flex;
}
ul.demo1 li a:before {
    content: '\f138 ';
    font-family: FontAwesome;
    padding-right: 10px;
    color: #0090c2;
}
.panel-default>.panel-heading {
    color: #fff !important;
    background-color: #0090c2 !important;
    border-color: #ddd;
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px !important;
    color: inherit;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.scrollbar
{
	/* margin-left: 30px; */
	float: left;
	height: 220px;
	width: 100%;
	/* background: #F5F5F5; */
	overflow-y: AUTO;
	margin-bottom: 25px;
}
#style-4::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

#style-4::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

#style-4::-webkit-scrollbar-thumb
{
	background-color: #f1f0f0;
	border: 2px solid #e8e8e8;
}
.latest-news-box {
    padding: 50px 20px;
    background: url(../images/bg1.jpg);
    background-size: cover;
}
ul.demo1 li a:hover {
    color: #132573;
}
img.gallery-img
{width: 100%;height: 286px;border: 2px solid #132573;padding: 2px;object-fit: cover;}
.sliders-box {
    position: relative;
    top: 30px;
}
.imp-links {
    background: url(../images/link.jpg);
    background-size: cover;
    padding: 10px;
    margin: 10px 0px;
    border: 1px solid #c1c1c1;
}
.inner-box {
    border: 1px #fffbfb dashed;
    padding: 10px;
    text-align: center;
}
.inner-box h5 i {
    font-size: 40px;
    color: #ffffff;
    margin-bottom: 4px;
}
.inner-box h4 a {
    color: #ffffff;
    text-align: center;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-decoration: none;
}
.inner-box h4 {
    min-height: 30px;
}
.links-box {
    padding: 50px 0px;
}
ol.footer-links li a {
    font-size: 13px;
    color: #929090;
    border-right: 1px solid #4a4a52;
    padding-right: 10px;
    /* line-height: 16px; */
}
ol.footer-links li {
    float: left;
    padding: 0px 12px;
    line-height: 29px;
}
ol.footer-links {
    list-style: none;
}
.footer-box {
    background: #022632;
    /* border-top: 2px solid #2e2e3a; */
}
.copywrite {
    background: #021920;
    border-top: 1px solid #3f3f4c;
    padding: 14px 0 0;
    margin-bottom: 0;
}
.copywrite p {
    color: #929090;
    font-size: 13px;
    /* line-height: 34px; */
}

  .search-box {
    position: relative;
    top: 25px;
}

.bg1
{
    background: #8a0900 !important;
}
.bg2
{
    background: #39a2f5 !important;
}
.bg3
{
    background: #138018 !important;
}
.bg4
{
    background: #ce7c02 !important;
}

.panel-default>.panel-heading a {
    color: #fff;
    text-decoration: none;
}


.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  {
      .cm-box
      {
          height:auto;
      }
      .pad-0
      {
          border-right:1px solid #fff;
      }
      
.search-box {
    position: relative;
    top: 7px !important;
}
  }
  
@media only screen and (max-width:991px) 
{
    .search-box {
    position: relative;
    top: 7px !important;
}
 .cm-box
      {
          height:auto;
      }
      .pad-0
      {
          border-right:1px solid #fff;
      }
}

.cmministerdiv
{float: left;width: 100%;background: #fff;border: 2px solid #dad8d8;margin-top: -70px;z-index: 9999;position: relative;}
.cmministerdiv .col-sm-3
{
    padding-left:7.5px;
    padding-right:7.5px;
    border-right: 1px solid #bbbbbb;
    padding-top: 4px;
    padding-bottom: 4px;
}

.logo img
{
    width: 85px;
    float: left;
    margin-right: 15px;
    margin: 0;
    margin-top: 0px;
    margin-right: 9px;
}
.logo1 img
{
    width: 83px;
    float: right;
    margin-right: 15px;
    margin-top: 5px;
}
.logo-text h1
{
    font-size: 21px;
    line-height: 22px;
    font-weight: 700;
    width: 95%;
    text-transform: uppercase;
    margin-top: 7px;
    color: #fc4f27;
    text-align: left;
}

.logo-text span
{
    font-weight: 200;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-transform: capitalize;
    color: #000000;
}

.carousel-inner>.item>img{
    width: 100% !important;
    /* height: 400px !important; */
}

.copy-right img {
    width: 80px;
    background: #fff;
    padding: 5px 7px;
    border-radius: 30px;
}

body
{

font-family: 'Titillium Web', sans-serif !important;
}

.about-txt li{
    font-size: 14px;
    text-align: justify;
    line-height: 24px;
    color: #000;
    letter-spacing: 1px;
}
.cm-img{
    border-radius: 50%;
    width: 80px !important;
    height: 80px !important;
    /* min-width: fit-content; */
    object-fit: cover;
}

.dropdown-menu>li>a{
    font-weight: 600 !important;
    color: #022632 !important;
}

.card {
    min-height: 300px;
    padding: 10px 0px;
    background: #ffffff;
    border: 2px solid #0090c2;
    overflow: hidden;
}

.lock {
    width: 50px;
    margin: 0 auto;
    position: absolute;
    top: 5px;
    left: 20px;
    right: 16%;
    /* border: 2px solid #ccc; */
    width: 70px;
    height: 66px;
    border-radius: 50%;
    padding: 8px 10px;
    background: #ffffff;
    border: 3px solid #0090c2;
}
.lock img{
    width: 100%;
}

.form-container {
    max-width: 500px;
    width: 90%;
    padding: 15px 25px;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    border-top: 3px solid #0090c2;
    border-bottom: 3px solid #067095;
}
.form-container h2 {
    text-align: center;
    margin-top: 25px;
    margin-bottom: 30px;
    color: #0090c2;
    font-weight: 800;
    font-size: 20px;
    border: 1px solid #0090c2;
    padding: 6px;
    width: 60%;
    border-radius: 20px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
    position: relative;
}
.form-container h2:before {
    content: '';
    width: 55px;
    height: 1px;
    background: #0090c2;
    position: absolute;
    /* border-bottom: 10px solid red; */
    bottom: 17px;
    left: -56px;
    border-radius: 10px;
}
.form-container h2:after {
    content: '';
    width: 55px;
    height: 1px;
    background: #0090c2;
    position: absolute;
    /* border-bottom: 10px solid red; */
    bottom: 17px;
    right: -56px;
    border-radius: 10px;
}
.form-group {
    position: relative;
    margin-bottom: 20px;
}
.form-group input {
    width: 100%;
    padding: 10px;
    border: 1px solid #2337a530;
    border-radius: 4px;
    font-size: 16px;
    /* margin-top: 10px; */
    transition: border-color 0.3s ease;
    border-radius: 7px;
    background: #fff;
    color: #000;
    text-indent: 50px;
}
.form-group label {
    position: absolute;
    left: 12px;
    top: 12px;
    font-size: 14px;
    color: #858c95;
    transition: top 0.3s ease, font-size 0.3s ease, color 0.3s ease;
}
.form-group label .fa {
    font-size: 15px;
    padding-right: 12px;
    margin-left: 8px;
    border-right: 1px solid #cbcbcb;
    margin-right: 10px;
    color: #0090c2;
}
.submit-button {
    display: block;
    width: 100%;
    margin-bottom: 8px;
    padding: 10px;
    background-color: #0090c2;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    /* background-color: #dc4c64; */
    color: #fff;
    box-shadow: 0 4px 9px -4px #0090c2;
}
.fa-refresh:before{
    color: #0090c2;
}
.pad-0{
    padding: 0px;
}
.form-control{
    color: #000 !important;
    margin-bottom: 15px !important;
    border: 1px solid #7e969f !important;
}

/* Style 7
   ----------------------------- */
   .seven h1 {
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    color: #fc4f27;
    letter-spacing:1px;
    text-transform: uppercase;
    display: grid;
    grid-template-columns: 1fr max-content 1fr;
    grid-template-rows: 27px 0;
    grid-gap: 10px;
    align-items: center;
    padding: 0px 20px;
    margin-top: 0px;
    }
    
    .seven h1:after,.seven h1:before {
        content: " ";
        display: block;
        border-bottom: 1px solid #0090c2;
        border-top: 1px solid #0090c2;
        height: 5px;
        background-color:#f8f8f8;
    }
    
    /* completd */
    .mandatory{
        color: red;
    }
    input[type=file]{
        width: 70%;
        float: left;
        margin-right: 5px;
    }

    table.dataTable > thead > tr > th{
        background: #0090c2;
        color: #fff;
        border: 1px solid #ccc;
    }
    table.dataTable > tbody > tr > td{
        border: 1px solid #ccc;
    }
    .buttons-copy{
        background: #9C27B0 !important;
    color: #fff !important;
    border: 1px solid !important;
    }
    .buttons-csv{
        
        background: #673ab7 !important;
    color: #fff !important;
    border: 1px solid !important;
    }
    .buttons-excel{
        
        background: #3f51b5 !important;
    color: #fff !important;
    border: 1px solid !important;
    }
    .buttons-pdf{
        
        background: #e91e63 !important;
    color: #fff !important;
    border: 1px solid !important;
    }
    .buttons-print{
        
        background: #ff5722 !important;
    color: #fff !important;
    border: 1px solid !important;
    }