.page-wrapper {
    top: 0px;
    position: relative;
}


	.header-middle h5{
		/**font-family: "Open Sans",sans-serif;**/
		font-family: "Barlow", sans-serif;
		text-transform: uppercase;
	}
	.my-bg-dark{
		background:#030734;
		--bs-table-bg: #030734;
		--bs-table-striped-bg: #030734;
		--bs-table-active-bg: #030734;
		--bs-table-hover-bg: #030734;
	}
/**.logo_container h5{font-size:2em}**/
.logo_container h5{
	font-size: 24px;
	font-weight: 900;
	color: #444444;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.mob-tab-show{
	  display:none !important;
  }
.onlymobile {
    display: none;
}
@media (min-width: 768px) and (max-width: 1024px) {
	.header-middle .container{
		max-width: 100% !important;
	}
	.navbar-brand img {
		max-width: 100%;
	}
	.header-wrap .header-middle .navbar-brand .logo-light{width:auto !important;}
  .mob-tab-hide{
	  display:none !important;
  }  
  .mob-tab-show{
	  display:block !important;
  }
}
@media only screen and (max-width: 767px) {
  /**.logo_container h5{font-size:1.25rem}**/
  .logo_container h5{
	/**font-size:18px;**/
	font-size: 17px;
	letter-spacing: 1px;
	line-height: 1.2em;
  }
  .navbar-brand img {
		max-width: 100%;
	}
	.header-wrap .header-middle .navbar-brand .logo-light{width:auto !important;}
  .mob-tab-hide{
	  display:none !important;
  }
  
  .mob-tab-show{
	  display:block !important;
  }
  .nodisplaymobile {
        display: none;
    }
    .onlymobile {
        display: block !important;
    }
}

/********Modal********/
.btn-close{
    width: 0.5em;
    height: 0.5em;
}
/********Modal*******/

#newsticker-demo{position:relative;}
#newsticker-demo .pp-post-item{
	background: #fff;
    border-radius: 5px;
    border: 1px solid #ddd;
    padding: 5px;
    height: calc(100% - 10px);
}
#newsticker-demo .newsnav{position: absolute;top: 0;right: 0;}
#newsticker-demo .pp-post-item .pp-post-img{width:70px;}
#newsticker-demo .pp-post-item .pp-post-img img{}
#newsticker-demo .pp-post-item .pp-post-info span{font-size:12px;}
#newsticker-demo .pp-post-item .pp-post-info h6 {
    font-size: 12px;
    line-height: 1.3;
    font-weight: normal;
    margin-bottom: 0;
	height:50px;
	overflow:hidden;
}
#newsticker-demo .pp-post-item .pp-post-info h6 a {
    color: #000;
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
#newsticker-demo .pp-post-item .pp-post-info .anchpdf{
	font-size:12px;
	font-weight:700;
	color:#000;
}
/**********For Mobile**********/
#newsticker-demo-mob{position:relative;}
#newsticker-demo-mob .pp-post-item{background: #fff;
    border-radius: 5px;
    border: 1px solid #ddd;
    padding: 5px;
    height: calc(100% - 10px);}
#newsticker-demo-mob .newsnav{position: absolute;top: 0;right: 0;}
#newsticker-demo-mob .pp-post-item .pp-post-img{width:70px;}
#newsticker-demo-mob .pp-post-item .pp-post-img img{}
#newsticker-demo-mob .pp-post-item .pp-post-info span{font-size:12px;}
#newsticker-demo-mob .pp-post-item .pp-post-info h6 {
    font-size: 12px;
    line-height: 1.3;
    font-weight: normal;
    margin-bottom: 0;
	height:50px;
	overflow:hidden;
}
#newsticker-demo-mob .pp-post-item .pp-post-info h6 a {
    color: #000;
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
#newsticker-demo-mob .pp-post-item .pp-post-info .anchpdf{
	font-size:12px;
	font-weight:700;
	color:#000;
}
/**********For Mobile End*********/
#awards-demo{position:relative;padding-top:35px;margin-top:-45px}
#awards-demo .newsnav{position: absolute;top: 0;right: 0;}
#awards-demo .pp-post-item{
	background: #fff;
    border-radius: 5px;
    border: 1px solid #ddd;
    padding: 5px;
	/**height:calc(100% - 10px);**/
	height:auto;
}
#awards-demo .pp-post-item .pp-post-info h6 {
    font-size: 16px;
    line-height: 1.3;
    font-weight: bold;
    margin-bottom: 0;
}
#awards-demo .pp-post-item .pp-post-info h6 a {
    color: #000;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 1.3em;
}
#awards-demo .pp-post-item .pp-post-img img{
	max-height: 100px;
	height:100%;
	width: 100%;
	object-fit: cover;
}
#awards-demo button{
	background: #00a9a4;
    border: 0;
    color: #fff;
}
#awards-demo .pp-post-item{min-height:117px;}
#awards-demo .pp-post-item .pp-post-info p{
overflow:hidden;
display:-webkit-box;
-webkit-line-clamp:3;
-webkit-box-orient:vertical;
line-height: 1.3em;
min-height: 62.65px;    
}
#show_hide_password{position:relative;}
#show_hide_password .input-group-addon{
	position: absolute;
    right: 1.6px;
    bottom: 1.6px;
    background: #cecece;
    width: 35px;
    text-align: center;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
#show_hide_password .input-group-addon a{
	display: block;
    line-height: 2.3em;
}
.login-form-wrap .login-body .form-group input{
	padding:5px 37px 5px 15px;
}
.mbannrtxt{
	max-width: 400px;
    font-size: 2rem;
    text-shadow: 0px 6px 8px #000;
    font-family: 'Noto Sans Display', sans-serif;
    float: right;
    text-align: center;
    line-height: 1.3em;
    background: #00000078;
    padding: 1rem;
}
.hmeabout{background:#030734;}
.hmeabout .hero-shape-four{    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    z-index: -1;
}
.hmeabout .content-title.style1 h2{color:#00a9a4;}
.hmeabout .content-title.style1 p{color:#fff;}
.testimonial-wrap{
	background:url('images/testi-bg.jpg');
	background-position:center center;
	background-size:cover;
}
.testimonial-wrap .section-title h2{
    font-size: 30px;
}
.testimonial-card.style3{
	
}
/******Start Blink Animation******/
.blinking {
    -webkit-animation: 1s blink ease infinite;
    -moz-animation: 1s blink ease infinite;
    -ms-animation: 1s blink ease infinite;
    -o-animation: 1s blink ease infinite;
    animation: 1s blink ease infinite;
  }
  @keyframes "blink" {
    from,
    to {opacity: 0;}
    50% {opacity: 1;}
  }
  @-moz-keyframes blink {
    from,
    to {opacity: 0;}
    50% {opacity: 1;}
  }
  @-webkit-keyframes "blink" {
    from,
    to {opacity: 0;}
    50% {opacity: 1;}
  }
  @-ms-keyframes "blink" {
    from,
    to {opacity: 0;}
    50% {opacity: 1;}
  }
  @-o-keyframes "blink" {
    from,
    to {opacity: 0;}
    50% {opacity: 1;}
  }
/******end Blink Animation******/
.fancybox-slide--pdf .fancybox-content{max-width:880px;}

.chairman-pro{
    display: inline-block;
    width: 100%;
    position: relative;
    margin-bottom: 10px;
}
.pro-pic{
    text-align: center;
    width: 100%;
    display: block;
    margin: auto;
    margin-bottom: 8px;
}
.pro-pic img{
   /** width: 50%;**/
    margin: auto;
    /**margin-top: -15px;**/
    border: 2px solid #00a9a4;
    border-radius: 100%;
    height: 170px;
    width:170px;
    object-fit: contain;
}
.chairman-info{
    width: 50%;
    background: #e0ede9;
    padding: 10px 12px;
    border-radius: 4px;
    margin: auto;
}
.chairman-info h3{
    text-align: center;
    background: #030734;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    border-radius: 4px;
    text-transform: uppercase;
    margin-bottom:0px;
}
.chairman-info h5{text-align: center;font-size: 18px;margin-bottom: 0;}

@media only screen and (max-width: 767px) {
  .chairman-info{
     padding: 8px 12px;  
  }
  .mbannrtxt {
	  text-align:center;
    font-size:1.6rem;
  }
  
  #awards-demo .awards-jcarousellite p{
	line-height:1.5em !important;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
.myscrolbr{
	max-height: 450px;
    overflow-y: scroll;
}
.myscrolbr::-webkit-scrollbar {
  width: 0.5em;
}
 
.myscrolbr::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
 
.myscrolbr::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}
.mybtnreg{padding:8px 25px 10px 25px !Important;}
@media only screen and (max-width: 768px) {
  #awards-demo {
	margin-top:-45px;
	margin-bottom:30px;
  }
}
.mr-3{margin-right:10px;}

.onlymobile{
	display:none;
} 
@media only screen and (max-width: 767px) {
.onlymobile{
	display:block !important;
} 
.nodisplaymobile{
	display:none;
}
}
.hidden{
  display: none;
}
#clients{
	background: #eeeffb;
    padding: 25px 0 0 0;
    display: block;
    position: relative;
}
.clientsitem{
	background-color: #fff;
	border-radius: 5px;
	margin: 10px 0 25px;
	position: relative;
	box-shadow: 0 0px 15px rgb(0 0 0 / 7%);
	z-index: 1;
	padding: 0px;
	max-width:200px;
}