html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}
article,aside,details,figcaption,figure,footer,header,main,menu,nav,section{display:block}summary{display:list-item}
audio,canvas,progress,video{display:inline-block}progress{vertical-align:baseline}
audio:not([controls]){display:none;height:0}[hidden],template{display:none}
a{background-color:transparent}a:active,a:hover{outline-width:0}
abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}
b,strong{font-weight:bolder}dfn{font-style:italic}mark{background:#ff0;color:#000}
small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sub{bottom:-0.25em}sup{top:-0.5em}figure{margin:1em 40px}img{border-style:none}
code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}hr{box-sizing:content-box;height:0;overflow:visible}
button,input,select,textarea,optgroup{font:inherit;margin:0}optgroup{font-weight:bold}
button,input{overflow:visible}button,select{text-transform:none}
button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}
button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}
button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}
fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em}
legend{color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}
[type=checkbox],[type=radio]{padding:0}
[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}
[type=search]{-webkit-appearance:textfield;outline-offset:-2px}
[type=search]::-webkit-search-decoration{-webkit-appearance:none}
::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}
.btn-info {
    color: #fff;
    background-color: #04668c !important;
    border-color: #0378a6 !important;
}
.page-link{
	color:#353535;
}
body
{
font-family: 'Fira Sans', sans-serif;
color:#353535;
}
@font-face {
    font-family: 'ballparkweiner';
    src: url('../fonts/ballpark_free_font_by_sheiisperfect-webfont.woff2') format('woff2'),
         url('../fonts/ballpark_free_font_by_sheiisperfect-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
p{    color: #353535;font-size: 16px;}
html{box-sizing:border-box}
*,*:before,*:after{box-sizing:inherit} 	
ul,li, ol{list-style:none;padding:0px;margin:0px;color: #353535;font-size: 16px;}
.bg-gradient{
	background: -webkit-linear-gradient(to bottom, #006c9b 0%,#006c9b 50%,#004563 51%,#004563 71%,#004563 100%);
    background: -o-linear-gradient(to bottom, #006c9b 0%,#006c9b 50%,#004563 51%,#004563 71%,#004563 100%);
    background: -ms-linear-gradient(to bottom, #006c9b 0%,#006c9b 50%,#004563 51%,#004563 71%,#004563 100%);
    background: linear-gradient(to bottom, #006c9b 0%,#006c9b 50%,#004563 51%,#004563 71%,#004563 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0378a6', endColorstr='#04668c',GradientType=0 );
}
.btn-blue{
    background: -webkit-linear-gradient(to bottom, #0378a6 0%,#0378a6 50%,#04668c 51%,#04668c 71%,#04668c 100%);
    background: -o-linear-gradient(to bottom, #0378a6 0%,#0378a6 50%,#04668c 51%,#04668c 71%,#04668c 100%);
    background: -ms-linear-gradient(to bottom, #0378a6 0%,#0378a6 50%,#04668c 51%,#04668c 71%,#04668c 100%);
    background: linear-gradient(to bottom, #0378a6 0%,#0378a6 50%,#04668c 51%,#04668c 71%,#04668c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0378a6', endColorstr='#04668c',GradientType=0 );
}
.btn-blue:hover{
    background: -webkit-linear-gradient(top, #f85032 0%,#f16f5c 50%,#f6290c 51%,#f02f17 71%,#e73827 100%);
    background: -o-linear-gradient(top, #f85032 0%,#f16f5c 50%,#f6290c 51%,#f02f17 71%,#e73827 100%);
    background: -ms-linear-gradient(top, #f85032 0%,#f16f5c 50%,#f6290c 51%,#f02f17 71%,#e73827 100%);
    background: linear-gradient(to bottom, #f85032 0%,#f16f5c 50%,#f6290c 51%,#f02f17 71%,#e73827 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85032', endColorstr='#e73827',GradientType=0 );
}
.bg-white-smoke{background-color:#f2f2f2;}
	.bg_linear{
		background: rgba(2,123,171,1);
background: -moz-linear-gradient(top, rgba(2,123,171,1) 0%, rgba(0,64,92,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(2,123,171,1)), color-stop(100%, rgba(0,64,92,1)));
background: -webkit-linear-gradient(top, rgba(2,123,171,1) 0%, rgba(0,64,92,1) 100%);
background: -o-linear-gradient(top, rgba(2,123,171,1) 0%, rgba(0,64,92,1) 100%);
background: -ms-linear-gradient(top, rgba(2,123,171,1) 0%, rgba(0,64,92,1) 100%);
background: linear-gradient(to bottom, rgba(2,123,171,1) 0%, rgba(0,64,92,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#027bab', endColorstr='#00405c', GradientType=0 );
	}
.redmore{
	padding: 8px 20px;
    display: inline-block;
    margin:0px;
	font-size:15px;
	color:#fff;
	box-shadow: 0px 1px 0px 3px #f2f2f2;
}
/********************Top Header section start css here ***************************/
.top-header-section {
    display: block;
    width: 100%;
border-bottom: solid 1px #e6e4e4;
}
.top-header-section ul{
display: block;
    width: 100%;
    text-align: right;
}
.top-header-section ul li{
display: inline-block;
    text-align: center;
border-right: solid 1px #e4e4e4;
    padding: 1px 10px;

}
.top-header-section ul li:first-child{border-left: solid 1px #e4e4e4;}
.top-header-section ul li a{
text-decoration: none;
color: #404040;
font-size: 11px;
text-transform: uppercase;
vertical-align: middle;
font-weight:400;
}
.top-header-section ul li a.small-blue{
background-color: #0378a6;
color: #fff !important;
padding: 3px 9px;
}
.top-header-section ul li a.small-blue:hover{
background-color: #d83030;
}
.top-header-section ul li a:hover{
color: #d83030;
}
/********************Top Header section end css here ***************************/
/********************Header logo section start css here ***************************/
.header-logo-section {
    display: block;
    background: #fff;
}
.header-logo-section .logo-left{
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
   float: left;
    padding: 5px 0px;
}

.header-logo-section .logo-left .ashoka-logo{
    border-right: solid 1px rgb(0 0 0 / 0.10);
    padding-right: 4px;
margin-right:8px;
}
.header-logo-section .logo-left .ashoka-logo a img{width:50px;    margin-right: 5px;}
.header-logo-section .logo-left .site-logo a img{}
.header-logo-section .logo-left div a img{}
.header-logo-section .logo-right{
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    float: right;
    padding: 14px 0px;
}
.header-logo-section .logo-right .other-logo{
margin-left:20px;
}

.hvr-float-shadow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}
.hvr-float-shadow:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
}
.hvr-float-shadow:hover{
    -webkit-transform: translateY(-5px);
    transform: translateY(-2px);
}
.bg-bt-fs{
	    background: rgb(187 255 190 / 65%);
    font-weight: 600;
    font-size: 16px;
}
.margin-box{
	display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
    margin-top: 10px;
}
.custom-select-width{
	width: 140px !important;
}
.designation-title{font-size:12px;line-height:5px;}
.search-container {
    width: 25%;
}
.form-container{
	width: 74%;
    display: flex;
    justify-content: start;
}

.margin-box .form-group{
	margin-right:15px;
}
.pagination-flex{
	display: flex;
    align-items: center;
    justify-content: space-between;
}
.bg-bt-fs-light{    background: rgb(232 255 233);
    font-weight: 600;
    font-size: 16px;}
.bg-grey{
	    background: #f7f7f7;
		font-size:15px;
		font-weight:400;
}
/********************Header logo section end css here ***************************/
/********************menu section start css here ***************************/
.main-menu {
  display:block;
  position:relative;
 background: -webkit-linear-gradient(to bottom, #0378a6 0%,#0378a6 50%,#04668c 51%,#04668c 71%,#04668c 100%);
    background: -o-linear-gradient(to bottom, #0378a6 0%,#0378a6 50%,#04668c 51%,#04668c 71%,#04668c 100%);
    background: -ms-linear-gradient(to bottom, #0378a6 0%,#0378a6 50%,#04668c 51%,#04668c 71%,#04668c 100%);
    background: linear-gradient(to bottom, #0378a6 0%,#0378a6 50%,#04668c 51%,#04668c 71%,#04668c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0378a6', endColorstr='#04668c',GradientType=0 );
}
.container-menu {
  width:80%;
  margin:0 auto;
}
.main-menu:before,.main-menu:after{
  display: table;
  line-height: 0;
  content: "";
}
.core-menu {
    overflow:hidden;
}
.core-menu li {
  list-style:none;
  display:inline-block;
  cursor:pointer;
}

.core-menu li a {
          display: inline-block;
    padding: 12px 16px;
    color: #fff;
    font-weight: 400;
    position: relative;
    font-size: 15px;
    
}
.core-menu li a i.fa.fa-home {
    font-size: 19px;
}
.core-menu li a.line_bg1:after{
content: "";
    position: absolute;
    background-image: url(../img/line-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 48px;
    width: 2px;
    top: 0px;
    right: 0px;
}
.core-menu li a.line_bg:before{
content: "";
    position: absolute;
    background-image: url(../img/line-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 48px;
    width: 2px;
    top: 0px;
    left: 0px;
}


.core-menu li a:hover {
  background:#0374a1;
text-decoration: none;

}
li span.toggle {
    position: absolute;
    right: 0px;
}
.toggle:before {
  content:"\f107";
  font:normal normal normal 14px/1 FontAwesome;
}
.core-menu li ul.dropdown{
 position:absolute;
  width:260px;
  background:#04668c;
  text-align:left;
  display:none;
height:auto;
    z-index: 99;
	padding-bottom:6px;
}

.core-menu li ul.dropdown li {
  display:inline-block;
	width:100%;
}
.core-menu li ul.dropdown li a {
    display:block;
    padding:5px 5px 5px 15px;
    border-bottom: solid 1px #005f84;
    font-size: 15px;
	    text-transform: capitalize;
}

.core-menu li ul.dropdown li .dropdown2 {
      position: absolute;
background: #0378a6;
    width: 520px;
    text-align: left;
    display: none;
    top: 0;
    height: auto;
    left: 260px;padding-bottom:17px;
}
.core-menu li ul.dropdown li .dropdown2 li {
display: inline-block;
    width: 245px;
    background: #0378a6;
    margin-right: -4px;
    border-right: solid 1px rgb(4 112 154 / 83%);
    vertical-align: top;
	
    
  }
.core-menu li ul.dropdown li .dropdown2 li ol.dropdown2-haf li a:hover{background: #04668c !important;}
.core-menu li ul.dropdown li .dropdown2 li ol.dropdown2-haf li a {
  display: block;
   padding:5px 9px;
    border-bottom: solid 1px #04709a;
border-right: transparent;
    font-size: 15px;
height: auto;
}
.core-menu li ul.dropdown li a span.toggle2 {
  position:absolute;
  right:0;
  margin-right:20px;
}
.core-menu li ul.dropdown li a span.toggle2:before {
  content:"\f105";
  font:normal normal normal 14px/1 FontAwesome;
}
.core-menu li ul.dropdown li a:hover,.core-menu li ul.dropdown li .dropdown2 li ol li a:hover{
padding-left:12px;
    transition-property: padding-left;
    transition-duration: .3s;
    transition-timing-function: linear, ease-in;
}
.search_btn{
	float: right;
	display:inline-block;
	position:relative;
}
.search_btn i{
	 color: #fff;
    border: solid 1px #237a9c;
    /* padding: 11px 15px; */
    font-size: 0px;
    margin: 0px;
    border-radius: 5px;
    cursor: pointer;
    background: #014d6b;
    background-image: url(../img/search.png);
    background-repeat: no-repeat;
    line-height: 23px;
    width: 40px;
    height: 40px;
    background-position: center;
	

}
.search_btn i:hover{
	background-color:#d83030;
}
.search-box{
      background: #ffffff;
    position: absolute;
    top: 54px;
    right: 8.9%;
    width: 350px;
    height: 65px;
    line-height: 58px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    border-top: 4px solid #04668c;
    display: none;
    z-index: 999;
}

.search-box:before{
 content: "";
    position: absolute;
    top: -22px;
    right: 14px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 9px solid transparent;
    border-bottom: 9px solid #fff;
}

.search-box input[type="text"]{
  width: 69%;
    padding: 4px 10px;
    margin-left: 12px;
    border: 1px solid #0378a6;
    outline: none;
    display: inline-block;
}

.search-box input[type="button"]{
  width: 75px;
  padding: 5px 0;
  
  margin-left: 6px;
 color:#fff;
  outline: none;
  cursor: pointer;
}

/********************menu section end css here ***************************/
/********************banner section start css here ***************************/
.carousel-inner img {
    width: 100%;
    height: 100%;
  }
 .carousel-control-prev-icon,.carousel-control-next-icon{
	 background-image: url("../img/left-right.png");
 }
 .carousel-control-next-icon,.right-icon{
	 transform: rotate(180deg);
 }
 .carousel-control-next-icon, .carousel-control-prev-icon {
    
    width: 42px;
    height: 42px;
    
}
.carousel-caption{
	text-align: left;
	left: 11.5%;
	top: 100px;
}
.carousel-control-next, .carousel-control-prev{
	    width: 6%;
}
.carousel-caption h1 {
    font-size: 3.7rem;
 font-weight: 900;
     letter-spacing: 1px;
 }
 .carousel-caption h1,.carousel-caption p{color:#fff;}
 .carousel-indicators{
	 bottom: 15px;
 }
.carousel-indicators li{
	    width: 15px;
    height: 15px;
	border-radius:50%;
	bottom: 15px;
}
ul.my-news-ticker-6 li {
 
 position: absolute;
 width: 100%;
 height: 100%;
 margin: 0;
 text-align: center;
 /* Starting position */
 -moz-transform:translateX(100%);
 -webkit-transform:translateX(100%);	
 transform:translateX(100%);
 /* Apply animation to this element */	
 -moz-animation: example1 50s linear infinite;
 -webkit-animation: example1 50s linear infinite;
 animation: example1 50s linear infinite;
}
/* Move it (define the animation) */
@-moz-keyframes example1 {
 0%   { -moz-transform: translateX(100%); }
 100% { -moz-transform: translateX(-100%); }
}
@-webkit-keyframes example1 {
 0%   { -webkit-transform: translateX(100%); }
 100% { -webkit-transform: translateX(-100%); }
}
@keyframes example1 {
 0%   { 
 -moz-transform: translateX(100%); /* Firefox bug fix */
 -webkit-transform: translateX(100%); /* Firefox bug fix */
 transform: translateX(100%); 		
 }
 100% { 
 -moz-transform: translateX(-100%); /* Firefox bug fix */
 -webkit-transform: translateX(-100%); /* Firefox bug fix */
 transform: translateX(-100%); 
 }
}
/********************Banner section end css here ***************************/
/********************latest news section start css here ***************************/
.latest-news{
	display:block;
	width:100%;
	position:relative;
	padding:20px 0px 20px 0px;
}
.latest-news .latest-news-center{
	background: #fff;
    position: relative;
    height: 45px;
    border: 2px solid #336a82;
    border-radius: 5px;
    line-height: 45px;
    overflow: hidden;
    
}
.latest-news .latest-news-center .news-ticker-label{
    padding: 7px;
    width: auto;
    float: left;
    margin-right: 15px;
    line-height: normal;
    color: #fff;
    font-size: 21px;
    line-height: 27px;
    display: inline-block;
    font-variant-caps: petite-caps;
	}
	.latest-news .latest-news-center .news-ticker-label img{ margin-right: 7px;
    vertical-align: middle;
    width: 23px;}
	.latest-news .latest-news-center .news-ticker-box {
   
	
    overflow: hidden;
    font-size: 15.5px;
    color: #434343;
    font-weight: 500;
}
.latest-news .latest-news-center .news-ticker-box span{
	text-decoration: underline;
}
	.latest-news .latest-news-center .news-ticker-controls{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 0;
    top: 0;
    height: 41px;
    justify-content: center;
    width: 90px;
    align-items: center;
		}
		.latest-news .latest-news-center .news-ticker-controls span img{
			
			cursor:pointer;
		}
		.latest-news .latest-news-center .news-ticker-controls span{
			margin:0px 2px;
		}
	
/********************latest news section end css here ***************************/
/********************deshboard section start css here ***************************/
.deshboard-section {
 display:block;
 width:100%;
 padding:30px 0;
 background-image:url(../img/deshboard-icon/bg.png);
 background-color:#fff
}
.deshboard-section .card {
 order:0;
 margin-bottom:30px;
 margin-top:30px;
 border-radius:6px;
 color:#333;
 background:#fff;
 width:100%;
 border:solid 2px #f7f7f7
}
.deshboard-section .card .card-header {
 margin:0 15px;
 padding:10px 0;
 position:relative;
 text-align:right;
 background:0 0;
 border-bottom:solid 2px #f7f7f7
}
.deshboard-section .card .card-header p {
 color:#535353;
 font-size:18px;
 font-weight:500;
 line-height:24px
}
.deshboard-section .card .card-header h3 {
 color:#006c9b;
 font-size:51px;
 font-weight:300;
 line-height:38px
}
.deshboard-section .card .card-header .card-icon {
 border-radius:7px;
 background-color:#999;
 padding:15px;
 margin-top:0px;
 margin-right:0;
 float:left;
 box-shadow:0 4px 1px 0 #f2f2f2;
 width:90px;
 height:90px;
 text-align:center
}
.deshboard-section .card .card-header .card-icon img {
 margin-top:-4px
}
.deshboard-section .card .card-footer {
 padding:.5rem 1rem;
 background-color:transparent;
 border-top:transparent;
 text-align:right
}
.deshboard-section .card .card-footer a {
 color:#004563;
 font-weight:300;
 font-size:15px
}
.deshboard-section .card .card-footer a img {
 vertical-align:unset;
 -webkit-filter:brightness(0) invert(1);
 filter:brightness(0) invert(1)
}
.deshboard-section .card .card-footer a:hover {
 text-decoration:none
}
.deshboard-section .card:hover {
 box-shadow:2px 2px 7px 0 #f2f2f2;
 transition:all .7s ease 0s
}


/********************deshboard section end css here ***************************/
.events-section{
	display:block;
	padding:40px 0px;
	width:100%;
	background-color:#015c80;
	
}
.events-section .latest-release{
	display: block;
    width: 100%;
    /* border-radius: 7px; */
    /* border-bottom: solid 1px #d6d6d6; */
    background-color: #fff;
    min-height: 533px;
    overflow: hidden;
    box-shadow: 0 14px 28px rgb(255 255 255 / 15%), 0 10px 10px rgb(255 255 255 / 15%);
}
.readonly_btn{
	    color: #fff;
    text-decoration: none;
    font-size: 15px;
    text-align: center;
    display: block;
    padding: 5px 20px;
    font-family: 'ballparkweiner';
    font-weight: 100;
    text-transform: capitalize;
}
.readonly_btn:hover{
	color:#fff;
}
.events-section .latest-release a.redmore{
	padding: 10px 25px;
    display: inline-block;
    margin: 15px;
	font-size:12px;
	color:#fff;
	box-shadow: 0px 1px 0px 3px #f2f2f2;
}
.events-section .latest-release .box-header{
	color: #ffff;
    text-align: center;
    padding: 13px;
    /* border-top-left-radius: 7px; */
    /* border-top-right-radius: 7px; */
    font-size: 24px;
}
.events-section .latest-release .box-body {
    display: block;
	width:100%;
    
   
}
.events-section .latest-release .box-body .box-row{
	border-bottom: solid 1px #f2f2f2;
	display: flex;
    align-items: flex-start;
    width: 100%;
	padding: 10px 17px;
}
.redmore:hover{  border: solid 1px #04668c;
    color: #04668c !important;
	background:transparent;
    transition-duration: .3s;
    transition-timing-function: linear, ease-in;}
.width65{
	width: 61%;
    margin-bottom: 9px;
    padding-right: 10px;
    display: inline-block;
}
.mr0{margin-right:4px !important}
.events-section .latest-release .box-body .box-row .date-box{
	    text-align: center;
    color: #fff;
    padding: 12px 7px;
    font-size: 30px;
    font-weight: 200;
    line-height: 13px;
    margin-right: 10px;
	width: 55px;
	background: rgb(4 102 140 / 82%);

}
.linear_btn_bg{
	background: rgba(241,243,245,1);
background: -moz-linear-gradient(top, rgba(241,243,245,1) 0%, rgba(0,69,99,1) 82%, rgba(0,69,99,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(241,243,245,1)), color-stop(82%, rgba(0,69,99,1)), color-stop(100%, rgba(0,69,99,1)));
background: -webkit-linear-gradient(top, rgba(241,243,245,1) 0%, rgba(0,69,99,1) 82%, rgba(0,69,99,1) 100%);
background: -o-linear-gradient(top, rgba(241,243,245,1) 0%, rgba(0,69,99,1) 82%, rgba(0,69,99,1) 100%);
background: -ms-linear-gradient(top, rgba(241,243,245,1) 0%, rgba(0,69,99,1) 82%, rgba(0,69,99,1) 100%);
background: linear-gradient(to bottom, rgba(241,243,245,1) 0%, rgba(0,69,99,1) 82%, rgba(0,69,99,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f3f5', endColorstr='#004563', GradientType=0 );
}
.events-section .latest-release .box-body .box-row .date-box span{
	font-size:15px;
	font-weight:500;
}
.events-section .latest-release .box-body .box-row .comment-section{
	display: flex;
    flex-direction: column;
    width: 150px;
    background: rgb(242 242 242 / 34%);
    padding: 7px;
    border-radius: 7px;
    font-size: 11px;
    color: #000000;
    text-align: center;
    box-shadow: 0 5px 22px rgb(0 0 0 / 9%), 0 4px 6px rgb(0 0 0 / 8%);
}
.events-section .latest-release .box-body .box-row .comment-section button {
	    border: transparent;
    border-radius: 7px;
    color: #fff;
    margin-bottom: 5px;
	background: rgb(4 102 140 / 82%);

}
.events-section .latest-release .box-body .box-row .link-box-dics a{
	    color: #353535;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    display: inline-block;
}
.events-section .latest-release .box-body .box-row .link-box-dics a:hover{
	color: #d83030;
}
/********************about us section start css here ***************************/
.aboutus-section{
	display:block;
	width:100%;
	padding:55px 0px;
	background-color:#fff;
}
.aboutus-section .heading{	
    margin-bottom: 24px;
}
.aboutus-section .heading .small-title{
	color: #d83030;
    display: block;
    font-style: italic;
    font-size: 23px;
    font-weight: 500;
    line-height: 20px;
}
.aboutus-section .heading h1{
	    font-size: 38.59px;
    font-weight: 600;
    line-height: 39px;
    display: inline-block;
    color: #04668c;
    position: relative;
}
.aboutus-section .heading h1:after{
	content: "";
    width: 64px;
    height: 4px;
    background-image: url(../img/bg-line.jpg);
    background-repeat: no-repeat;
    position: absolute;
    right: 8px;
    bottom: -7px;
}
.aboutus-section .heading h1 span{
	font-size: 48.59px;
    display: block;
}
.aboutus-section p strong{
	    font-size: 19.5px;
    font-weight: 500;
    font-style: italic;
}
.aboutus-section p{
	font-size:15.6px;
	color:#353535;
}
.aboutus-section a{
	margin-top:15px;
}
/********************about us section end css here ***************************/
.header-title{
	    font-size: 35.9px;
    display: inline-block;
    color: #04668c;
    font-weight: 500;
	position:relative;
}
.header-title span{
	color: #d83030;
    font-size: 23px;
    font-style: italic;
    padding-right: 5px;
	position:relative;
}

.header-title:after{
	position:absolute;
	content: "";
    width: 64px;
    height: 4px;
    background-image: url(../img/bg-line.jpg);
    background-repeat: no-repeat;
    position: absolute;
    right: 8px;
    bottom: -7px;
}
/********************Divisions  section start css here ***************************/
.divisions-section{
	display:block;
	width:100%;
	padding:40px 0px;
	background-color:#000;
} 
.divisions-section .divisions-logo-box {
	display: flex;
    padding:44px 0px 6px 0px;
	justify-content: space-between;
    align-items: center;
	    overflow: hidden;

}

.divisions-section .divisions-logo-box .slick-slide{
	width: 220px !important;
}
.divisions-section .divisions-logo-box .child-box{
	background-color: #fff;
    padding: 20px;
    /* border-radius: 7px; */
    width: 19%;
    box-shadow: 0 14px 28px rgb(255 255 255 / 15%), 0 10px 10px rgb(255 255 255 / 15%);
}
.divisions-section .divisions-logo-box .child-box .title{text-align:center;}
.divisions-section .divisions-logo-box .child-box .title a{
	text-align: center;
    color: #000;
    font-family: 'Coda Caption', sans-serif;
    font-size: 21.8px;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: -3px;
    line-height: 11px;
}
.divisions-section .divisions-logo-box .child-box .title a span{
	display:block;
}

.divisions-section .divisions-logo-box .child-box .title a:hover{
	color:#fff;
}
.divisions-section .divisions-logo-box .child-box:hover{
	background-color:#d83030;
	transition-duration: .3s;
    transition-timing-function: linear, ease-in;
}
/********************Divisions us section end css here ***************************/
.galley-with-twitter-section{
	display:block;
	width:100%;
	padding:50px 0px;
	background-color:#fff;
}
.gallary-box{
	margin-top:40px; margin-bottom:20px;
	display:block;
	width:100%;
	box-shadow: 0 14px 28px rgb(253 253 253 / 25%), 0 10px 10px #eaeaea;
}
#myCarousel .list-inline {
    white-space:nowrap;
    overflow-x:auto;
}

#myCarousel .carousel-indicators {
    position: static;
    left: initial;
    width: initial;
    margin-left: initial;
    background-color: #000105;
    padding: 5px;
    border: transparent !important;
}

#myCarousel .carousel-indicators > li {
        width: initial;
    height: initial;
    text-indent: initial;
    border-radius: 7px;
    border: solid 2px #fff;
	overflow: hidden;
}

#myCarousel .carousel-indicators > li.active img {
    opacity: 0.7;
}
.twitter-box{
	margin-top:40px;
	display:block;
	width:100%;
	overflow:auto;
	height:492px;
	box-shadow: 0 14px 28px rgb(253 253 253 / 25%), 0 10px 10px #eaeaea;
}


/***********************************************************/
.subscribe-section{
	display:block;
	padding:50px 0px;
	width:100%;
	background-color:#015c80;
	
}
.subscribe-section .middile-section{
	background:#fff;
	padding: 40px;
	border-radius:5px;
	width:90%;
	margin:0 auto;
	    box-shadow: 0 14px 28px rgb(255 255 255 / 15%), 0 10px 10px rgb(255 255 255 / 15%);
}
.subscribe-section .middile-section .heading-title{
	margin-bottom:60px;
	margin-top:10px;
	position:relative;
	display:block;
}
.subscribe-section .middile-section .heading-title h2{
	display: block;
    text-align: center;
    font-size: 35px;
    color: #04668c;
    font-weight: 600;
    line-height: 30px;
	position:relative
}
.subscribe-section .middile-section .heading-title h2 span{
	    color: #d83030;
    font-style: italic;
    font-size: 25px;
    text-align: center;
}
.subscribe-section .middile-section .heading-title h2:after{
	content: "";
    width: 64px;
    height: 4px;
    background-image: url(../img/bg-line.jpg);
    background-repeat: no-repeat;
    position: absolute;
    right: 46%;
    bottom: -15px;
}
.subscribe-section .middile-section form .marge-group{
	position: relative;
    width: 100%;
}
.subscribe-section .middile-section form .marge-group  .placeholder-icon{
	    position: absolute;
    right: 11px;
    top: 0px;
    line-height: 45px;
}
.subscribe-section .middile-section form .form-group .form-control{
	border: solid 1px #0378a6;
    padding: 15px;
    height: 47px;
    line-height: 47px;
}
.subscribe-section .middile-section form .form-group .custom-control{
	border: solid 1px #0378a6;
    height: 47px;
    line-height: 47px;
}
.subscribe-section .middile-section form .form-group .form-control::placeholder {
  color: #0378a6;
  opacity: 1; /* Firefox */
  font-size:16px;
  font-weight:600;
}

.subscribe-section .middile-section form .form-group .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #0378a6;
 font-size:16px;
  font-weight:600;
}

.subscribe-section .middile-section form .form-group .form-control::-ms-input-placeholder { /* Microsoft Edge */
 color: #0378a6;
 font-size:16px;
  font-weight:600;
}
.subscribe-section .middile-section form .form-group .custom-control-label {
       position: relative;
    margin-bottom: 0;
    vertical-align: top;
    padding-left: 41px;
    color: #0378a6;
    font-size: 16px;
    font-weight: 600;
    line-height: 41px;
}
.subscribe-section .middile-section form .form-group .custom-control-label::before {
   position: absolute;
   top: 6px;
    left: -8px;
    display: block;
    pointer-events: none;
    content: "";
    background-color: #eaf1f4;
    border: #0378a6 solid 1px;
    width: 32px;
    height: 32px;
}
.subscribe-section .middile-section form .form-group .custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #004563;
}
.subscribe-section .middile-section form .form-group  .custom-control-label::after {
    position: absolute;
    top: 6px;
    left: -8px;
    display: block;
    display: block;
    width: 32px;
    height: 32px;
    content: "";
   
}
.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;z-index:9999;
	-ms-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    -webkit-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    transition:all 300ms ease;
}
.main-menu-fixed{
	position: fixed;
    top: 90px;
    left: 0;
    width: 100%;z-index:9999;
	-ms-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    -webkit-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    transition:all 300ms ease;
}


/************************************/
.site-ralative-section {
    display: block;
    width: 100%;
    background: #fff;
    padding: 30px 0px;
}
.site-ralative-section .site-logo{
	display:flex;
	width:100%;
	justify-content:space-between;
	    padding: 27px 0px 0px 0px;
}
.site-ralative-section .site-logo .logoimg{
	width:130px;
	height:98px;
	
	
}
.leftarrow,.rightarrow{
	
    display: inline-block;
    margin-left:5px;
    box-shadow: 0px 1px 0px 3px #f2f2f2;
	padding: 3px 10px;
}
.rightarrow img{
	transform: rotate(180deg);
}
.leftarrow img,.rightarrow img{
	width:10px;
}
/**************************************/
/******************************************/
.aboutus-section-inner{
	display:block;
	width:100%;
	
}
ul.bullet-list li{
	position: relative;
    width: 100%;
    display: block;
    padding-left: 23px;
    margin-bottom: 8px;
        color: #353535;
    font-size: 16px;
}
ul.bullet-list li a{color: #099400;
    font-size: 15px;}
ul.bullet-list li:before{
        content: "";
    width: 10px;
    height: 10px;
    background-image: url(../img/bullet-icon.png);
    background-repeat: no-repeat;
    position: absolute;
    left: 0px;
    top: 8px;
	}
ul.bullet-list ol{
	position: relative;
    width: 100%;
    display: block;
    padding-left: 45px;
    margin-bottom: 8px;
    color: #353535;
    font-size: 16px;
}
ul.bullet-list ol:before{
        content: "";
    width: 10px;
    height: 10px;
    background-image: url(../img/bullet-icon.png);
    background-repeat: no-repeat;
    position: absolute;
    left: 22px;
    top: 8px;
	}
.header-title-about{
	color: #04668c;
    font-size: 29.5px;
    font-weight: 700;
	position:relative;
	display:inline-block;
	    margin-bottom: 22px;
		    margin-top: 15px;
}
.header-title-about:after {
    position: absolute;
    content: "";
    width: 48px;
    height: 4px;
    background-image: url(../img/bg-line.jpg);
    background-repeat: no-repeat;
    position: absolute;
    right: 0px;
    bottom: 0px;
	
}
.lest-side-navlink {
   display: block;
    width: 100%;
    /* background-color: rgba(0,0,0,.05); */
    border: 1px solid rgb(222 226 230 / 53%);
    margin-top: 22px;
}
.lest-side-navlink h3{
	    background:#04668c;
    color: #fff;
    font-size: 19px;
    padding: 10px 10px;
    margin-bottom: 0px;
}
.lest-side-navlink ul{
	 display: block;
    width: 100%;
    background: rgb(248 248 248 / 52%);
}
.lest-side-navlink ul li{
	   
}
.lest-side-navlink ul li a{
	 padding: 7px 10px;
    line-height: 16px;
    display:block;
	border-top: 1px dotted rgb(222 226 230 / 80%);
	color: #353535;
    font-size: 15px;
}

.lest-side-navlink ul li a:hover,.lest-side-navlink ul li a.active{
	    background: #3388ad;
    color: #fff;
		padding-left:7px;
		transition-property: padding-left;
    transition-duration: .5s;
    transition-timing-function: linear, ease-in;
	text-decoration:none;
}
/******************************************/
/******************************************/
.inner-page-section{
	display:block;
	width:100%;
	padding:30px 0px 80px 0px;
}

.header-title-inner{
	color: #04668c;
    font-size: 29.5px;
    font-weight: 700;
	position:relative;
	display:inline-block;
	    margin-bottom: 22px;
		    margin-top: 15px;
}
.header-title-inner:last-word{
	font-family: 'ballparkweiner';
}
.inner-page-section p{
	
}
.margin-top-30{margin-top:25px;}
.margin-bottom-0{margin-bottom:0px;}
.signature{
	font-size: 14px;
    color: #0378a6;
}
.inner-page-section p a{
	color:#04668c;
	font-weight:600;
}
.header-title-inner:after {
    position: absolute;
    content: "";
    width: 48px;
    height: 4px;
    background-image: url(../img/bg-line.jpg);
    background-repeat: no-repeat;
    position: absolute;
    right: 0px;
    bottom: 0px;
	
}
.inner-page-section .table-small{
min-width:750px;	
}
.inner-page-section .table td, .table th{
    vertical-align: middle;	
}
.inner-page-section .table tr td a{color:#353535;}
.inner-page-section .table tr td a:hover{color:green;}
.contact-list-senior ul li{
	margin-bottom:8px;
}
.header-title-inner-small {
    color: #04668c;
    font-size: 18px;
    font-weight: 500;
    position: relative;
    display: inline-block;
    margin-bottom: 13px;
    margin-top: 0px;
	position:relative;
}
.header-title-inner-small:after{
    content: "";
    width: 40px;
    height: 2px;
    background-image: url(../img/bg-line.jpg);
    background-repeat: no-repeat;
    position: absolute;
    right: 0px;
    bottom: -1px;
}
.contact-list-senior ul li a{
	display: block;
    padding: 10px 15px;
    background: #f2f2f2;
    color: #212529;
    border: 1px solid #dee2e6;
    font-size: 15px;
    font-weight: 500;
	text-decoration:none;
}
.contact-list-senior ul li a i{
	    float: right;
    padding-top: 6px;
}
.contact-list-senior ul li a:hover{
	background:#04668c ;
	color:#fff;
	transition-duration: .3s;
    transition-timing-function: linear, ease-in;
}
.pdf-download-list{
	    display: block;
		width:100%;
}
.pdf-download-list a{
	display: inline-block;
    padding: 8px 10px;
    background: rgb(248 248 248 / 53%);
    border: solid 1px rgb(239 239 239);
    color: #353535;
    font-size: 15px;
	margin-bottom:10px;margin-right:10px;
}
.pdf-download-list a:hover{background: rgb(3 120 166);
    color: #fff;
    text-decoration: none;}
.pdf-download-list a img{margin-right:5px;padding:5px;}
/******************************************/
/******************************************/
.inner-banner-section{
	    width: 100%;
    display: block;
    margin: 0px;
    padding: 0px;
    position: relative;
}
.inner-banner-section img{max-width:100%;    display: flex;
    margin: 0 auto;}
.inner-banner-section .overlap-section {
    position: absolute;
    top: 0px;
    width: 100%;
    padding: 50px 0px 0px 0px;
}
.inner-banner-section .overlap-section h2{
	font-size: 55.30px;
    font-weight: 700;
    color: #fff;
    line-height: 40px;
}
.inner-banner-section .overlap-section .breadcrumb{
	    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .0rem 0rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: transparent;
    border-radius: 0px;
}
.inner-banner-section .overlap-section .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #ffffff;
    content: "/";
}
.inner-banner-section .overlap-section .breadcrumb li a{
	    color: #dedede;
}
.breadcrumb-item.active{
	color: #fff;
}
iframe.map {
    height: 98.5%;
    border: 1px solid #dee2e6;
    width: 100%;
}
iframe.full{
	width:100%;
	height:1200px;
}
.office-table tr td img{width:40px;}
/******************************************/
/**************************************/
.footer {
    background-color: #101010;
    width: 100%;
    display: block;
}
.footer .footer-col{
	display: block;
    width: 100%;
    
    padding-bottom: 5px;
	/* border-right: solid 1px #626262; */
	height: 94.8%;
}
.border-right-1{border-right: solid 1px #626262;margin-top: 30px;}
.border-right-0{border-right: transparent !important;margin-top: 30px;}
.footer .footer-col h4{
	
color: #fff;
font-size: 20px;
font-weight: 600;
height: 47px;

}
.footer .footer-col .phone-section div strong{
font-weight:400;
color:#fff;
}
.footer .footer-col .phone-section h5,.footer .footer-col .email-section h5,.footer .footer-col .officers-section h5{
color: #fff;
font-size: 19px;
display: inline-block;
margin-top: 10px;
margin-bottom:0px;
}
.footer .footer-col ul li a,.footer .footer-col .officers-section ol li a,.footer .footer-col .address,.footer .footer-col .phone-section div{
	color: #c4c4c4;
    font-size: 15px;
    line-height: 25px;
    text-transform: capitalize;
    font-weight: 400;
	display:block;
}
.footer-col .officers-section ol li a{
	text-decoration: underline;
}
.footer .footer-col ul li a:hover,.footer .footer-col .officers-section ol li a:hover{
	padding-left: 5px;
    transition-property: padding-left;
    transition-duration: .5s;
    transition-timing-function: linear, ease-in;
	color:#fff;
}
.footer-bottom,.footer-copyright{
	display:block;
	width:100%;
	
	background-color:#000000;
}
.footer-bottom p,.footer-copyright p{
	text-align:center;
	color:#c4c4c4;
	padding:0px;
	margin:0px;	
	font-size: 14px;
}
.border-top-padding{border-top: solid 1px rgb(98 98 98 / 40%);
    padding: 13px 0px;}
	

/**************************************/

/* Slider */
.customer-logos{
	    padding: 27px 0px 0px 0px;
}
.slick-slide {
	
    margin: 0px 5px;
	width: 126px !important;
    height: 98px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: block;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: block;
}
.slick-slide.dragging img
{
    pointer-events: block;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility:visible;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: block;
}
button.slick-prev.slick-arrow,button.slick-next.slick-arrow{
	    border: transparent;
    position: absolute;
    top: -50px;
    right: 0px;
    font-size: 0px;
    display: inline-block;
   background-image: url(../img/nextbg1.png);
    height: 35px;
    width: 33px;
    background-repeat: no-repeat;
    background-position: center;
	   
		border:transparent;
}

button.slick-next.slick-arrow{
	right: 36px;
    background-image: url(../img/nextbg.png);
}


#btn-top {
  display: inline-block;
  background-color: #d83030;
  height:45px;
    width: 45px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 220px;
  right: 40px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  
  
}
#btn-top::after {
  content: "";
  background-image: url(../img/btn-top.png);
    height:45px;
    width: 45px;
    background-repeat: no-repeat;
    background-position: center;
	position:absolute;
	left:0px;
}
#btn-top:hover {
  cursor: pointer;
  background-color: #04668c;
}
#btn-top:active {
  background-color: #555;
}
#btn-top.show {
  opacity: 1;
  visibility: visible;
}

/********************************************/
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #head-mobile {
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	    background: #0378a6;
}

#cssmenu:after,
#cssmenu>ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}


#cssmenu {
	
	background: #333
}

#cssmenu>ul>li {
	float: left
}

#cssmenu>ul>li>a {
	padding: 17px;
	font-size: 14px;
	text-decoration: none;
	color: #fff;
	font-weight: 300;
}

#cssmenu>ul>li:hover>a,
#cssmenu ul li.active a {
	color: #fff
}

#cssmenu>ul>li:hover,
#cssmenu ul li.active:hover,
#cssmenu ul li.active,
#cssmenu ul li.has-sub.active:hover {
	background: #005779!important;
	-webkit-transition: background .3s ease;
	-ms-transition: background .3s ease;
	transition: background .3s ease;
}

#cssmenu>ul>li.has-sub>a {
	padding-right: 30px
}

#cssmenu>ul>li.has-sub>a:after {
	position: absolute;
	top: 22px;
	right: 11px;
	width: 8px;
	height: 2px;
	display: block;
	background: #ddd;
	content: ''
}

#cssmenu>ul>li.has-sub>a:before {
	position: absolute;
	top: 19px;
	right: 14px;
	display: block;
	width: 2px;
	height: 8px;
	background: #ddd;
	content: '';
	-webkit-transition: all .25s ease;
	-ms-transition: all .25s ease;
	transition: all .25s ease
}

#cssmenu>ul>li.has-sub:hover>a:before {
	top: 23px;
	height: 0
}

#cssmenu ul ul {
	position: absolute;
	left: -9999px
}

#cssmenu ul ul li {
	height: 0;
	-webkit-transition: all .25s ease;
	-ms-transition: all .25s ease;
	background: #025b7d;
	transition: all .25s ease
}

#cssmenu ul ul li:hover {}

#cssmenu li:hover>ul {
	left: auto
}

#cssmenu li:hover>ul>li {
	height: 35px
}

#cssmenu ul ul ul {
	margin-left: 100%;
	top: 0
}

#cssmenu ul ul li a {
	border-bottom: 1px solid rgba(150, 150, 150, 0.15);
	padding: 11px 15px;
	width: 170px;
	font-size: 12px;
	text-decoration: none;
	color: #ddd;
	font-weight: 400;
}

#cssmenu ul ul li:last-child>a,
#cssmenu ul ul li.last-item>a {
	border-bottom: 0
}

#cssmenu ul ul li:hover>a,
#cssmenu ul ul li a:hover {
	color: #fff
}

#cssmenu ul ul li.has-sub>a:after {
	position: absolute;
	top: 16px;
	right: 11px;
	width: 8px;
	height: 2px;
	display: block;
	background: #025b7d;
	content: ''
}

#cssmenu ul ul li.has-sub>a:before {
	position: absolute;
	top: 13px;
	right: 14px;
	display: block;
	width: 2px;
	height: 8px;
	background: #025b7d;
	content: '';
	-webkit-transition: all .25s ease;
	-ms-transition: all .25s ease;
	transition: all .25s ease
}

#cssmenu ul ul>li.has-sub:hover>a:before {
	top: 17px;
	height: 0
}

#cssmenu ul ul li.has-sub:hover,
#cssmenu ul li.has-sub ul li.has-sub ul li:hover {
	background: #025b7d;
}

#cssmenu ul ul ul li.active a {
	border-left: 1px solid #0378a6
}

#cssmenu>ul>li.has-sub>ul>li.active>a,
#cssmenu>ul ul>li.has-sub>ul>li.active>a {
	border-top: 1px solid #333
}
#cssmenu{display:none;}
@media screen and (max-width:899px) {
#main-menu{display:none;}
	.logo {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 46px;
		text-align: center;
		padding: 10px 0 0 0;
		float: none
	}
	
	nav {
		width: 100%;
	}
	#cssmenu{display:block;}
	#cssmenu {
		width: 100%;
		
	}
	#cssmenu ul {
		width: 100%;
		display: none
	}
	#cssmenu ul li {
		width: 100%;
		border-top: 1px solid #444
	}
	#cssmenu ul li:hover {
		background: #363636;
	}
	#cssmenu ul ul li,
	#cssmenu li:hover>ul>li {
		height: auto
	}
	#cssmenu ul li a,
	#cssmenu ul ul li a {
		width: 100%;
		border-bottom: 0
	}
	#cssmenu>ul>li {
		float: none
	}
	#cssmenu ul ul li a {
		padding-left: 25px
	}
	#cssmenu ul ul li {
		background: #025b7d !important;
	}
	#cssmenu ul ul li:hover {
		background: #034f6c !important
	}
	#cssmenu ul ul ul li a {
		padding-left: 35px
	}
	#cssmenu ul ul li a {
		color: #fff;
		background: none
	}
	#cssmenu ul ul li:hover>a,
	#cssmenu ul ul li.active>a {
		color: #fff
	}
	#cssmenu ul ul,
	#cssmenu ul ul ul {
		position: relative;
		left: 0;
		width: 100%;
		margin: 0;
		text-align: left
	}
	#cssmenu>ul>li.has-sub>a:after,
	#cssmenu>ul>li.has-sub>a:before,
	#cssmenu ul ul>li.has-sub>a:after,
	#cssmenu ul ul>li.has-sub>a:before {
		display: none
	}
	#cssmenu #head-mobile {
		display: block;
		padding: 23px;
		color: #fff;
		font-size: 14px;
		font-weight: 300
	}
	.button {
		    width: 55px;
    height: 46px;
    position: absolute;
    right: 31px;
    top: -72px;
    cursor: pointer;
    z-index: 12399994;

	}
	.button:after {
		position: absolute;
		top: 22px;
		right: 20px;
		display: block;
		height: 4px;
		width: 20px;
		border-top: 2px solid #0378a6;
		border-bottom: 2px solid #0378a6;
		content: ''
	}
	.button:before {
		-webkit-transition: all .3s ease;
		-ms-transition: all .3s ease;
		transition: all .3s ease;
		position: absolute;
		top: 16px;
		right: 20px;
		display: block;
		height: 2px;
		width: 20px;
		background: #0378a6;
		content: ''
	}
	.button.menu-opened:after {
		-webkit-transition: all .3s ease;
		-ms-transition: all .3s ease;
		transition: all .3s ease;
		top: 23px;
		border: 0;
		height: 2px;
		width: 19px;
		background: #0378a6;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg)
	}
	.button.menu-opened:before {
		top: 23px;
		background: #0378a6;
		width: 19px;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg)
	}
	#cssmenu .submenu-button {
		position: absolute;
		z-index: 99;
		right: 0;
		top: 0;
		display: block;
		border-left: 1px solid #0378a6;
		height: 46px;
		width: 46px;
		cursor: pointer
	}
	#cssmenu .submenu-button.submenu-opened {
		background: #00b8ff
	}
	#cssmenu ul ul .submenu-button {
		height: 34px;
		width: 34px
	}
	#cssmenu .submenu-button:after {
		position: absolute;
		top: 22px;
		right: 19px;
		width: 8px;
		height: 2px;
		display: block;
		background: #fff;
		content: ''
	}
	#cssmenu ul ul .submenu-button:after {
		top: 15px;
		right: 13px
	}
	#cssmenu .submenu-button.submenu-opened:after {
		background: #fff
	}
	#cssmenu .submenu-button:before {
		position: absolute;
		top: 19px;
		right: 22px;
		display: block;
		width: 2px;
		height: 8px;
		background: #fff;
		content: ''
	}
	#cssmenu ul ul .submenu-button:before {
		top: 12px;
		right: 16px
	}
	#cssmenu .submenu-button.submenu-opened:before {
		display: none
	}
	#cssmenu ul ul ul li.active a {
		border-left: none
	}
	#cssmenu>ul>li.has-sub>ul>li.active>a,
	#cssmenu>ul ul>li.has-sub>ul>li.active>a {
		border-top: none
	}
}
.profile-box img{
	    padding: 0px;
    background: #04668c;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border: 2px solid #04668c;

}
.profile-disc{
	padding-bottom: 10px;
    background: #f7f7f7;

}
.profile-disc p{
	padding: 10px;
	    padding-bottom: 4px;
		padding-top: 7px;
    margin-bottom: 6px;
    border-bottom: solid 1px #dddd;
}
.nav-tabs .nav-link{
	color:#04668c;
	font-weight:600;
}
.nav-tabs .nav-link.active,.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    color: #fff;
    background-color: #04668c;
    border-color: #0378a6 #dee2e6 #fff;
}
.tab-pane{
	    padding-top: 20px;
}
  #demo {
  height:100%;
  position:relative;
  overflow:hidden;
}


.green{
  background-color:#6fb936;
}
.thumb{
margin-bottom: 30px;
}
.light-box-thumb{
    padding: 15px;
    background: #f8f8f8;
	max-width: 100%;
    border-radius: 5px;
    box-shadow: 0 3px 5px rgb(0 0 0 / 15%);
    -webkit-transition: all .3s;
    transition: all .3s;
	overflow:hidden;
} 
.light-box-thumb a img{
-webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
	overflow:hidden;
}
.fancybox-overlay.fancybox-overlay-fixed {
    background: rgb(0 0 0 / 91%);
}
.light-box-thumb a{
text-decoration:none;
}
.light-box-thumb a:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
	filter:grayscale(100%);
}
.light-box-title {
    text-align: center;
    margin-top: 15px;
    color: #000;
    text-decoration: none;
	    font-family: 'ballparkweiner';
}	
.small-td{
	width:125px;
	
}
.btn-outline-secondary:hover{
	color:#fff !important;
}
.card-custom{
	    margin-bottom: 5px;
    border-bottom: transparent;
}
.text-black{color:#000;}
	.card-header-custom{padding:0.25rem .25rem}
/**********************************************/
@media only screen and (max-width: 1199px) {
  .core-menu li a{
	  padding:12px 15px;
	  font-size: 12px;
  }
 
}

@media (min-width:1051px)and (max-width: 1199px) {
 .container,
 .container-lg,
 .container-md,
 .container-sm {
  max-width:96%
 }
}
@media (min-width:900px)and (max-width: 1050px) {
 .container,
 .container-lg,
 .container-md,
 .container-sm {
  max-width:98%
 }
}
@media only screen and (max-width: 991px) {
   .core-menu li a{
	  padding:12px 11px;
	  font-size: 12px;
  }
.core-menu li ul.dropdown li a,.core-menu li ul.dropdown li .dropdown2 li ol.dropdown2-haf li a{
	font-size:12px;
}
.search-box{
	top: 55px;
right: 14.9%;
}
.header-logo-section .logo-right{
	display:none;
}
.divisions-section .divisions-logo-box .child-box .title a{
	font-size: 14.8px;
}
.twitter-box{
	height: 294px;
}
.header-title{
	font-size: 20.9px;
}
.subscribe-section .middile-section .heading-title h2 span,.aboutus-section .heading .small-title{font-size: 20px;}
.subscribe-section .middile-section .heading-title h2,.aboutus-section .heading h1{font-size: 24px;}
.aboutus-section .heading h1 span{font-size: 35px;}
.carousel-caption h1 {
font-size: 2.7rem;}	
.carousel-caption{
	top: 20%;
}
}
@media only screen and (max-width: 768px) {
	.divisions-section .divisions-logo-box .child-box{
		padding: 13px;
	}
	.divisions-section .divisions-logo-box .child-box .title a{
		font-size: 14.8px;
line-height: 17px;
display: block;
	}
}
@media only screen and (max-width: 767px) {
	.header-logo-section .logo-left {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    float: left;
    padding: 12px 0px;
    width: 58%;
}
#btn-top{
	right:5px;
}
.subscribe-section .middile-section{
	    padding: 10px;
		width: 100%;
    margin: 0 auto;
    display: block;
}
.border-right-1{
	border-right: none;
}
.footer .footer-col h4{
    font-size: 17px;
    height: 16px;
}
.footer .footer-col .phone-section h5, .footer .footer-col .email-section h5, .footer .footer-col .officers-section h5{
	font-size: 16px;
}
.footer-bottom p, .footer-copyright p{
	    text-align: center;
    color: #c4c4c4;
    padding: 0px;
    margin: 0px;
    font-size: 13px;
}
.border-top-padding{
	     padding: 8px 12px;
}
.top-header-section ul li a{
	    font-size: 8px;
}
.top-header-section ul li{
	padding: 0px 3px;
}
.aboutus-section .rowdiv{
	display:flex;
	flex-direction:column-reverse;
}
.redmore{
	    padding: 5px 8px;
		    font-size: 13px;
}
.slick-list.draggable{
	height: 98px;
overflow: hidden;
}
.button {
    width: 55px;
    height: 46px;
    position: absolute;
    right: 0px;
    top: -54px;
    cursor: pointer;
    z-index: 12399994;
}
.events-section .latest-release{
	margin-bottom:20px;
}
.twitter-box{
	height:350px;
}
.twitter-box img{
	width:100%;
}
.inner-banner-section .overlap-section .breadcrumb li{
	font-size:13px;
}
.inner-banner-section .overlap-section{
	padding: 19px 0px 0px 0px;
}
.inner-banner-section .overlap-section h2{
	    font-size: 23.3px;
    font-weight: 700;
    color: #fff;
    line-height: 9px;
}
.divisions-section .divisions-logo-box .child-box .title a{
	letter-spacing:-1px;
}
.header-logo-section .logo-left .ashoka-logo a img {
    width: 21px;
    margin-right: 5px;
}
.form-container {
    width: 100%;
    display: flex;
    justify-content: start;
    flex-direction: column;
}
.search-container {
    width: 100%;
    margin-top: 10px;
}
.btn-info{
	margin-bottom: 10px;
    margin-right: 0px !important;
}
.carousel-caption h1 {
    font-size: 23px;
    font-weight: 400;
}
.carousel-caption p {
    font-size: 9px;
    font-weight: 300;
}
.carousel-caption{
	top: 4%;
	left: 5.5%;
}
.latest-news .latest-news-center .news-ticker-label{
	font-size:0px;
}
.latest-news .latest-news-center .news-ticker-controls span img{width:10px;}
.latest-news .latest-news-center .news-ticker-controls{width:45px;}
}
@media only screen and (max-width: 420px) {
.top-header-section ul li a.small-blue{
	padding: 2px 4px;
}
.inner-banner-section img{
	height: 70px;
}
	.divisions-section .divisions-logo-box{
		flex-direction: column;
	}
	.divisions-section .divisions-logo-box .child-box{
		
	}
	.divisions-section .divisions-logo-box .child-box .title a {
    
}
.header-logo-section .logo-left{
	width: 87%;
}
.button{
	right: 0px;
}



.carousel-indicators{bottom: -5px;}
.carousel-indicators li {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    bottom: 15px;
}

.inner-banner-section .overlap-section h2 {
    font-size: 16.3px;
    font-weight: 500;
    color: #fff;
    line-height: 3px;
}
.inner-banner-section .overlap-section .breadcrumb li {
    font-size: 10px;
}
.pdf-download-list a{
	display:block;
}
.inner-page-section {
    padding: 5px 0px 20px 0px;
}
.header-title-inner:after {
    width: 44px;
    height: 2px;
    left: 0px;
    bottom: -5px;
}
.header-title-inner {
    font-size: 18.5px;
    font-weight: 500;
}

}
