/* online fonts family
======================================
font-family: 'Nunito Sans', sans-serif;
font-family: 'Oswald', sans-serif;
font-family: 'Cabin', sans-serif;
*/

@import url("https://fonts.googleapis.com/css?family=Calibri:400,700,400italic,700italic");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.12.1/css/fontawesome.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css");
@import url("https://fonts.googleapis.com/css?family=Cabin:400,500,600,700|Nunito+Sans:200,300,400,600,700,800,900|Oswald:300,400,500,600,700&display=swap");

body, html {
  overflow-x: hidden;
  font-family: 'Calibri' !important;
}
/*23-04-2025*/
.dir_wrpr .cus_dir_wrpr_inr   {
   padding: 50px;
   background: #28a1d5 !important;
   font-size: 20px !important;
   color: #ffffff !important;
   font-weight: 600;
   text-decoration: none;
   border-radius: 5px;
}
.dir_wrpr .cus_dir_wrpr_inr .dir_top i{
  color: #fff !important;
} 

.dir_wrpr .cus_dir_wrpr_inr h4.font-weight-bold{
  color: #fff !important;
}
.dir_top.my-2.cus_dir_top {
    display: flex;
    align-content: center;
    align-items: center;
}

.cus_pdf-box-c{
  padding: 50px;
  background: #28a1d5 !important;
  font-size: 20px !important;
  color: #ffffff !important;
  font-weight: 600;
  text-decoration: none;
  border-radius: 5px;
}
/*-------------------------------------x---------------------------*/



.top-navigation {
  width: 100%;
}

.full-width {
  width: 100%;

}

.navbar-brand img {
  width: 100%;
}

.navbar-brand {
  width: 100%;
}

.logo:after {
  position: absolute;
  background-color: inherit;
  content: '';
  width: 112%;
  height: 100%;
  transform: skew(-25deg);
  z-index: 1;
  top: 0;
  left: -20px;
  background: #fff;
  min-height: 80px;
}

.top-navigation {
  background: #009fd7;
  min-height: 80px;
}

.header-logo {
  position: relative;
}

.header-logo .navbar-brand {
  position: relative;
}

.header-logo .navbar-brand img {
  position: absolute;
  z-index: 2;
  top: 0;
  width: 100%;
  max-width: 300px;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding: 24px 10px 10px 10px;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  border-bottom: 2px solid transparent;
  transition: all .3s;
  margin-bottom: 20px;
}

.navbar-expand-lg {
  padding: 0;
}

.navbar-expand-lg .navbar-nav .nav-link:hover, .navbar-expand-lg .navbar-nav .active .nav-link {
  border-bottom: 2px solid #fff;
  transition: all .3s;
}

/* .text-box {
    position: absolute;
    top: 50%;
    left: 0;
    color: #fff;
    text-align: left;
    transform: translateY(-50%);
    width: 50%;
}
.text-box h1 {
    background: #000000b8;
    font-size: 30px;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 1px;
    padding: 25px 30px;
} */

.banner .item {
  height: 100vh;
  position: relative;
}

.banner .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner .item .cover {
  padding: 75px 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
}

.banner .item .cover .header-content h1 {
  position: relative;
  padding: 20px 20px 20px 40px;
  overflow: hidden;
  width: 50%;
  background: #000000ad;
}

.banner .item .cover .header-content .line {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  border: 9px solid #fff;
  -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
  clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}

.banner .item .cover .header-content h2 {
  font-weight: 300;
  font-size: 35px;
  color: #fff;
}

.banner .item .cover .header-content h1 {
  font-size: 29px;
  font-weight: bold;
  margin: 5px 0 20px;
  word-spacing: 0;
  color: #fff;
  font-family: 'Nunito Sans', sans-serif;
  text-transform: capitalize;
}

.banner .item .cover .header-content h4 {
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  color: #fff;
}

.banner .owl-item.active h1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}

.banner .owl-item.active h2 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}

.banner .owl-item.active h4 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}

.banner .owl-item.active .line {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.3s;
}

.banner .owl-nav .owl-prev {
  position: absolute;
  left: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}

.banner .owl-nav .owl-prev span {
  font-size: 1.6875rem;
  color: #fff;
}

.banner .owl-nav .owl-prev:focus {
  outline: 0;
}

.banner .owl-nav .owl-prev:hover {
  background: #000 !important;
}

.banner .owl-nav .owl-next {
  position: absolute;
  right: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}

.banner .owl-nav .owl-next span {
  font-size: 1.6875rem;
  color: #fff;
}

.banner .owl-nav .owl-next:focus {
  outline: 0;
}

.banner .owl-nav .owl-next:hover {
  background: #000 !important;
}

.banner:hover .owl-prev {
  left: 0px;
  opacity: 1;
}

.banner:hover .owl-next {
  right: 0px;
  opacity: 1;
}

.banner .owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  position: absolute;
  width: 100%;
  bottom: 20px;
}

.banner .owl-theme .owl-dots .owl-dot span {
  width: 40px !important;
  height: 3px !important;
  border-radius: 0 !important;
}

.banner .owl-theme .owl-dots .owl-dot.active span, .banner .owl-theme .owl-dots .owl-dot:hover span {
  background: #02c61a !important;
}

.text-green {
  color: #018e1b;
}

.banner .owl-theme .owl-nav {
  margin: 0 !important;
}

.certification-wrapper {
  background: #009fd7;
  color: #fff;
  font-size: 22px;
  font-style: italic;
  padding: 10px 0;
}

.certificate-unit-wrap .nav-tabs {
  display: flex;
  justify-content: center;
  align-items: center;
}

.certificate-unit-wrap {
  padding-top: 20px;
  padding-bottom: 20px;
}

.certificate-unit-wrap .nav-tabs .nav-item.show .nav-link, .certificate-unit-wrap .nav-tabs .nav-link.active {
  color: #ffffff;
  background-color: #009fd7;
  border-color: #009fd7 #009fd7 #009fd7;
}

.certificate-unit-wrap .nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  color: #009fd7;
  text-transform: capitalize;
  font-weight: 400;
}

.certificate-unit-wrap .nav-tabs {
  border-bottom: 1px solid #009fd7;
}

.cert-list-inner-hdng {
  margin: 15px 0;
  font-weight: 600;
}

.cert-list-inner-list .table td, .cert-list-inner-list .table th {
  padding: 5px 10px;
  vertical-align: top;
  border-bottom: 1px solid #dee2e6;
  border-top: none;
}

.cert-list-inner-list .table tr:last-child td {
  border-bottom: none;
  border-top: none;
}

.cert-list-inner-list .table tr td:first-child {
  color: #000;
  font-weight: bold;
  text-align: center;
  font-size: 30px;
  vertical-align: middle;
}

.cert-list-inner-list .table tr td:last-child, .cert-list-inner-list .table tr td:last-child a, .cert-list-inner-list .table tr td:last-child a:hover, .cert-list-inner-list .table tr td:last-child a:focus {
  vertical-align: middle;
  color: #000;
  text-decoration: none;
  height: 100%;
}

.post-img img {
  width: 60% !important;
}

.post-img {
  text-align: center;
}

.env-poient-wrapper img {
  width: 100%;
}

.env-poient-wrapper {
  position: relative;
  overflow: hidden;
  margin-top: 0px;
  background-repeat: no-repeat;
  background-position: center;

}

.env-poient-inner {
  /* position: absolute; */
  position: relative;
  height: 100%;
  background: #0000006b;
  padding: 100px 0;
}

.icon-wrapper img {
  width: 40%;
}

.icon-wrapper h3 {
  color: #fff;
}

.icon-wrapper p {
  color: #fff;
}

.get-in-touch-inner img {
  width: 100%;
}

.icon-wrapper .icon {
  background: #5dae0e;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 5px solid #e1e1e1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  margin-bottom: 30px;
}

.social-image img {
  width: 100%;
}

.social-image {
  margin: 0 -15px !important;
}

.social-text {
  padding: 60px 70px;
}

.social-text p {
  font-size: 18px;
}

.social-text h3 {
  font-weight: bold;
  margin-bottom: 20px;
}

.social-text a, .social-text a:hover, .social-text a:focus {
  color: #055dad;
  font-style: italic;
  text-decoration: none;
  font-weight: bold;
}

.directors-msg-wrappwe {
  margin-top: 0;
}

.icon-card {
  background: #fff;
  padding: 100px 30px 20px;
  min-height: 360px;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-top: 55px;
}

.icon-avater img {
  width: 100%;
  transform: scale(1.1, 1.1);
}

.icon-avater {
  border: 7px solid #009fd7;
  border-radius: 500px;
  width: 188px;
  height: 190px;
  overflow: hidden;
  text-align: center;
  margin: auto;
  top: -100px;
  margin-bottom: 15px;
  position: absolute;
}

.icon-card h3 {
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.icon-card p {
  font-size: 14px;
}

.icon-card p a, .icon-card p a:hover, .icon-card p a:focus {
  font-weight: bold;
  color: #055dad;
  text-decoration: none;
  font-style: italic;
}

.gloster-about img {
  width: 20%;
}

.gloster-about {
  color: #fff;
  padding-top: 60px;
}

.btn-border {
  border: 2px solid #fff;
  color: #fff;
  border-radius: 40px;
  padding: 5px 25px;
}

.btn-border:hover {
  border: 2px solid #fff;
  color: #009fd7;
  background: #fff;
  border-radius: 40px;
  padding: 5px 25px;
}

.product-heading h3 {
  font-weight: bold;
  margin-bottom: 20px;
  position: relative;
}

.line {
  width: 80px;
  background: #858585;
  height: 3px;
  margin: auto;
}

.our-products-wrapper {
  padding: 50px 0;
}

.product-heading {
  margin-bottom: 50px;
}

.snip1577 {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 100%;
  color: #fff;
  text-align: left;
  font-size: 16px;
  background: #000;
  height: 295px;
  margin-bottom: 25px;
}

.snip1577 *, .snip1577:before, .snip1577:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.snip1577 img {
  max-width: 100%;
  width: 100%;
  backface-visibility: hidden;
  vertical-align: top;
  object-fit: cover;
  height: 100%;
}

.snip1577:before, .snip1577:after {
  position: absolute;
  top: 20px;
  right: 20px;
  content: '';
  background-color: #fff;
  z-index: 1;
  opacity: 0;
}

.snip1577:before {
  width: 0;
  height: 1px;
}

.snip1577:after {
  height: 0;
  width: 1px;
}

.snip1577 figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 15px 20px;
}

.snip1577 h3, .snip1577 h4 {
  margin: 0;
  font-size: 1.1em;
  font-weight: normal;
  opacity: 0;
}

.snip1577 h4 {
  font-size: .8em;
  text-transform: uppercase;
}

.snip1577 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.snip1577:hover img, .snip1577.hover img {
  zoom: 1;
  filter: alpha(opacity=20);
  -webkit-opacity: 0.2;
  opacity: 0.2;
}

.snip1577:hover:before, .snip1577.hover:before, .snip1577:hover:after, .snip1577.hover:after {
  opacity: 1;
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.snip1577:hover:before, .snip1577.hover:before {
  width: 40px;
}

.snip1577:hover:after, .snip1577.hover:after {
  height: 40px;
}

.snip1577:hover h3, .snip1577.hover h3, .snip1577:hover h4, .snip1577.hover h4 {
  opacity: 1;
}

.snip1577:hover h3, .snip1577.hover h3 {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.snip1577:hover h4, .snip1577.hover h4 {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

.blog-thumb {
  background: #f7f7f7;
  padding: 34px;
  margin-bottom: 30px;
}

.blog-thumb h3 {
  font-size: 20px;
  font-weight: 600;
  color: #000;
}

.blog-thumb p {
  color: #7d7d7d;
  margin-bottom: 0;
}

.blog-thumb p a, .blog-thumb p a:hover, .blog-thumb p a:focus {
  font-style: italic;
  color: #000;
  text-decoration: none;
}

.blog-short-description {
  min-height: 72px;
  max-height: 72px;
  margin-bottom: 20px;
}

.news_events_wrapper {
  padding-bottom: 50px;
}

.snip1569 {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 100%;
  color: #ffffff;
  font-size: 16px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.snip1569 *, .snip1569 *:before, .snip1569 *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.snip1569 img {
  max-width: 100%;
  backface-visibility: hidden;
  vertical-align: top;
}

.snip1569 figcaption {
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 20px;
  right: 20px;
  background-color: #009ab6;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  opacity: 0;
}

.snip1569 i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 4em;
  z-index: 1;
}

.snip1569 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.snip1569:hover figcaption, .snip1569.hover figcaption {
  opacity: .8;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

/* Preload images */

body:after {
  content: url(../images/close.png) url(../images/loading.gif) url(../images/prev.png) url(../images/next.png);
  display: none;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  /* Background color behind image.
       This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container>.nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.get-in-touch-wrapper {
  position: relative;
  margin: 30px 0 0px 0;
  border-top: 8px solid #018e1b;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.get-in-touch-inner {
  /* position: absolute; */
  position: relative;
  width: 100%;
  height: 100%;
  background: #000000ba;
}

.get-inner-wrapper, .gloster-contact {
  position: relative;
}

.gloster-contact .card {
  /* position: absolute; */
  position: relative;
  margin-bottom: -80px;
}

.gloster-contact .card-body {
  padding: 30px 30px;
}

.card-heading h3 {
  font-size: 42px;
  margin-bottom: 30px;
}

.ftr {
  background: #3b363a;
  padding: 167px 0 50px 0;
}

.get-text-wrapper {
  position: relative;
  padding-top: 270px;
  color: #fff;
  padding-right: 100px;
}

.get-text h3 a, .get-text h3 a:hover, .get-text h3 a:focus {
  color: #fff;
  text-decoration: none;
}

.ftr-hdng {
  font-size: 22px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 20px;
}

.ftr-links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ftr-links li a, .ftr-links li a:hover, .ftr-links li a:focus {
  position: relative;
  color: #fff;
  text-decoration: none;
}

.ftr-links li {
  padding-left: 25px;
  margin-bottom: 9px;
}

.ftr-links li a::before {
  content: "\f178";
  font: normal normal normal 14px/1 FontAwesome;
  color: #fff;
  font-size: 14px;
  position: absolute;
  left: -20px;
  top: 3px;
  transition: all .3s;
}

.ftr-links li:hover a::before {
  left: -15px;
  transition: all .3s;
}

.contact-dtls-icon {
  background: #454044;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  font-size: 14px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 10px auto;
}

.contact-dtls-text {
  color: #e1dede;
  font-size: 15px;
}

.ftr-con-dtls {
  display: flex;
  align-items: center;
}

.ftr-con-dtls a, .ftr-con-dtls a:hover, .ftr-con-dtls a:focus {
  color: #e1dede;
  text-decoration: none;
}

.ftr-left {
  position: relative;
}

.ftr-left::after {
  background: #544f53;
  content: '';
  width: 1px;
  height: 270px;
  position: absolute;
  right: -15px;
  top: 32px;
}

.location {
  color: #e1dede;
  margin-top: 20px;
}

.location h3 {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.ftr-right {
  margin-bottom: 20px;
  padding-top: 20px;
}

.footer-copy {
  background: #055dad;
  padding: 15px 0;
  color: #fff;
}

.footer-copy a, .footer-copy a:hover, .footer-copy a:focus {
  color: #fff;
  text-decoration: none;
}

.pge_nme {
  height: 200px;
  background: #028e3f;
  color: #fff;
}

.overvw-text {
  padding: 60px 33px;

}

.overvw-text p {
  font-size: 16px;
}

.overvw-text h4, h5 {
  font-weight: 600;
  font-size: 19px;
}

.dir_top i {
  font-size: 32px;
  background: transparent;
  padding: 9px;
  margin-right: 5px;
  color: #009fd7;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.dir_wrpr h4 {
  font-size: 17px;
}

.dir_wrpr p {
  font-size: 14px;
}

.dir_wrpr {
  transition: all 300ms;
  margin-bottom: 5px;
}

.dir_wrpr .dir_wrpr_inr {
  background: #e8e8ff8f;
  transition: all 300ms;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -o-border-radius: 7px;
}

.dir_wrpr:hover .dir_wrpr_inr {
  box-shadow: 0px 0px 10px -3px #96959582;
  transform: translateY(-13px);
  -webkit-transform: translateY(-13px);
  -moz-transform: translateY(-13px);
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mt-100 {
  margin-top: 100px;
}

.conduct_accord h6 {
  font-size: 15px;
  letter-spacing: 0.5px;
}

.collapsible-link::before {
  content: '';
  width: 14px;
  height: 2px;
  background: rgb(255, 255, 255);
  position: absolute;
  top: calc(50% - 1px);
  right: 1rem;
  display: block;
  transition: all 0.3s;
}


.collapsible-link::after {
  content: '';
  width: 2px;
  height: 14px;
  background: rgb(255, 255, 255);
  position: absolute;
  top: calc(50% - 7px);
  right: calc(1rem + 6px);
  display: block;
  transition: all 0.3s;
}

.collapsible-link[aria-expanded='true']::after {
  transform: rotate(90deg) translateX(-1px);
}

.collapsible-link[aria-expanded='true']::before {
  transform: rotate(180deg);
}



/* ims policy */
.im_policy-wrapper .hover {
  overflow: hidden;
  position: relative;
  padding-bottom: 60%;
}

.im_policy-wrapper .hover-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  transition: all 0.4s;
}

.im_policy-wrapper .hover img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
}

.im_policy-wrapper .hover-content {
  position: relative;
  z-index: 99;
}

.im_policy-wrapper .hover-1 img {
  width: 105%;
  position: absolute;
  top: 0;
  left: -5%;
  transition: all 0.3s;
}

.im_policy-wrapper .hover-1-content {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 99;
  transition: all 0.4s;
}

.im_policy-wrapper .hover-1 .hover-overlay {
  background: rgba(0, 0, 0, 0.5);
}

.im_policy-wrapper .hover-1-description {
  transform: translateY(0.5rem);
  transition: all 0.4s;
  opacity: 0;
}

.im_policy-wrapper .hover-1:hover .hover-1-content {
  bottom: 2rem;
}

.im_policy-wrapper .hover-1:hover .hover-1-description {
  opacity: 1;
  transform: none;
}

.im_policy-wrapper .hover-1:hover img {
  left: 0;
}

.im_policy-wrapper .hover-1:hover .hover-overlay {
  opacity: 0;
}

.btn_vw {}

.mtb-100 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.w-auto {
  width: auto !important;
}

.hvr_bg_dark:hover .hover-1-content {
  background: rgba(255, 255, 255, 0.72);
}

.hvr_bg_dark:hover h3 {
  color: #010101;
}

.hvr_bg_dark p {
  color: #010101;
}

.btn-border-green {
  border: 2px solid #028e3f;
  color: #028e3f;
  border-radius: 40px;
  padding: 5px 25px;
}

.btn-border-green:hover {
  background: #028e3f;
  color: #fff;
}

.custom-numbers {
  padding-left: 2px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

/* Unordered list with custom numbers style */
ol.custom-numbers {
  list-style: none;
}

ol.custom-numbers li {
  counter-increment: my-awesome-counter;
}

ol.custom-numbers li::before {
  content: counter(my-awesome-counter) ". ";
  color: #028e3f;
  font-weight: 400;
}




ol.custom-alpha {
  list-style: none;
}

ol.custom-alpha li {
  counter-increment: my-awesome-alpha;
}

ol.custom-alpha li::before {
  content: counter(my-awesome-alpha) ". ";
  color: #028e3f;
  font-weight: 500;
}

.font-wt-700 {
  font-weight: 700;
}

textarea {
  resize: none !important;
}

.msg_wrpr {
  position: absolute;
  top: 25%;
  left: 0;
  width: 228px;
  padding: 10px;
  text-align: center;
  background: #009fd7;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border: 5px solid #eee;
  margin-left: -39px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.msg_wrpr i {
  font-size: 20px;
}

.msg_wrpr p {
  font-size: 16px;
  letter-spacing: 0.5px;
}

.line-right:after {
  content: '';
  position: absolute;
  width: 2px;
  height: 60%;
  background: #eee;
  top: 50%;
  right: 0;
  transform: translateY(-87px);
}

.md_qts, .chr_qts {
  background: #fff;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  color: #28a745;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  margin-top: -55px;
  border: 5px solid #28a745;
}

.chr_qts {
  border: 5px solid #009fd7;
  color: #009fd7;
}

.sus_rep_lst li a {
  text-decoration: none;
  display: block;
  color: rgb(29, 29, 29);
}

.sus_rep_lst li:nth-of-type(odd) {
  background-color: #d8efdd;
}

.sus_rep_lst li:nth-of-type(even) {
  background-color: #e8e8ff8f;
}

.sus_rep_lst li:nth-of-type(odd):hover {
  background-color: #bbe6c4;
}

.sus_rep_lst li:nth-of-type(even):hover {
  background-color: rgba(214, 214, 243, 0.56);
}

.dir_wrpr .blog-thumb {
  transition: all 500ms;
}

.dir_wrpr .blog-thumb:hover {
  transform: translateY(-13px);
  -webkit-transform: translateY(-13px);
  -moz-transform: translateY(-13px);
  box-shadow: 0px 0px 10px -3px #969595;
  -webkit-box-shadow: 0px 0px 10px -3px #969595;
  -moz-box-shadow: 0px 0px 10px -3px #969595;
  -o-box-shadow: 0px 0px 10px -3px #969595;
}

.overlay-dark {
  position: relative;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.overlay-dark:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.76);
  z-index: 0;
  top: 0;
  left: 0;
}

.frm_enq {
  z-index: 1;
}

.bootstrap-select .dropdown-menu {
  max-width: 100% !important;
  min-width: 100% !important;
}

.bootstrap-select>.dropdown-toggle.bs-placeholder, .bootstrap-select>.dropdown-toggle.bs-placeholder:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder:focus, .bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
  color: #999;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  background: #fff;
}

/* Hidden placeholder */
.bootstrap-select .dropdown-menu.inner li.disabled {
  display: none;
}

.bootstrap-select .dropdown-menu.inner li:first-child {
  color: red;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  overflow: hidden;
  color: #717171;
}

.overvw-text-contact {
  padding: 20px 33px;
}

.overvw-text-contact h3 {
  font-size: 20px;
  font-weight: 600;
}

.overvw-text-contact p {
  font-size: 15px;
}

.bg_classic {
  background: #e8e8ff8f;
}

.carr_inner p {
  margin-bottom: 0;
}

.car_titl {
  font-weight: 600;
  letter-spacing: 1px;
}

.brdr_light {
  border: 0.5px solid #ffffff;
}

.bg-car-primary {
  background-color: #009fd7 !important;
}

/* products */
.snip1521 {
  font-family: 'Open Sans', sans-serif;
  position: relative;
  overflow: hidden;
  margin: 10px 0;
  max-width: 100%;
  width: 100%;
  color: #000000;
  text-align: center;
  font-size: 16px;
  background-color: #ffffff;
}

.snip1521 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.snip1521 img {
  vertical-align: top;
  max-width: 100%;
  backface-visibility: hidden;
}

.snip1521 figcaption {
  position: absolute;
  background-color: #fff;
  z-index: 1;
  top: 50%;
  left: 50%;
  padding: 5px 20px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  line-height: 1.1em;
  overflow: hidden;
  height: 92px;
  display: flex;
  width: 158px;
  align-items: center;
  justify-content: space-evenly;
}

.snip1521 h3 {
  text-transform: uppercase;
  font-size: 0.9em;
  font-weight: 400;
  margin: 0;
  letter-spacing: 2px;
}

.snip1521 h3.hover {
  color: #ffffff;
  font-weight: 800;
}

.snip1521 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.snip1521:hover>img,
.snip1521.hover>img {
  opacity: 0.5;
}

.snip1521:hover figcaption,
.snip1521.hover figcaption {
  background-color: #000000;
}

.snip1521:hover .title,
.snip1521.hover .title {
  -webkit-transform: translateY(-150%);
  transform: translateY(-150%);
}



/* .snip1521:hover .hover,
.snip1521.hover .hover {
  -webkit-transform: translateY(-150%);
  transform: translateY(-150%);
} */
.snip1521 h3.hover {
  color: #ffffff;
  font-weight: 800;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 170%);
  opacity: 0;
  width: 127px;
  transition: all 500ms;
}

.snip1521:hover .hover,
.snip1521.hover .hover {
  -webkit-transform: translate(-47%, -50%);
  transform: translate(-47%, -50%);
  opacity: 1;
}



.gloster-product {
  padding: 50px 0;
}

.gloster-product ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.gloster-product ul h3 {
  margin: 0;
  margin-bottom: 10px;
}

.main-list>li>h3 {
  background: #009fd7;
  color: #fff;
  padding: 15px 15px;
  font-size: 16px;
  border-radius: 30px;
}

.list-second>li>h3 {
  background: #01ab4b;
  color: #fff;
  padding: 10px 15px;
  font-size: 15px;
  border-radius: 30px;
  margin-left: 30px;
}

.list-second>li {
  width: 95%;
}

.list-third>li {
  background: #f8f8f8;
  padding: 10px 15px;
  font-size: 14px;
  border-radius: 30px;
  margin-left: 60px;
  margin-bottom: 10px;
}

.bor-red-50 {
  border-radius: 50px;
}





/* To Dropdown navbar dropdown on hover */
.navbar-nav>li:hover>.dropdown-menu {
  display: block;
}

.dropdown-submenu {
  position: relative;

}

.third-class ul.dropdown-menu {
  left: 28px;
  top: 135%;
}

.third-class {
  left: 28px !important;
  top: 115% !important;
}

.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
  display: block;
}


.dropdown-submenu:hover>a:after {
  border-left-color: #fff;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}


.dropdown-submenu>a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: -2px;
  margin-right: 0px;
  position: absolute;
  right: 5px;
  top: 20px;
}

.dropdown-menu li a {
  display: block;
  background: #f8f8f8;
  padding: 10px 15px;
  color: #333;
  text-decoration: none;
}

.box-gap {
  margin: 15px 0px;
}




@media (max-width: 1291px) {
  .header-logo .navbar-brand {
    position: relative;
    padding: 0;
  }

  .header-logo .navbar-brand img {
    width: 225px;
  }

  .logo:after {
    width: 100%;
  }


  .top-navigation .navbar-expand-lg .navbar-toggler {
    display: block;
    position: absolute;
    z-index: 9;
    right: 0;
    top: 22px;
  }

  .top-navigation {
    background: #ffffff;
    min-height: auto;
  }

  .top-navigation .navbar-expand-lg .navbar-nav .nav-link {
    color: #000;
  }

  .top-navigation .navbar-expand-lg .navbar-collapse {
    display: none !important;
    width: 100%;
  }

  .top-navigation .navbar-collapse.show {
    display: block !important;
  }

  .top-navigation .header-logo .navbar-brand img {
    position: relative;
    top: inherit;
    width: 100%;
    margin-top: 15px;
  }

  .top-navigation .for-desktop {
    display: none !important;
  }

  .top-navigation .for-tab {
    display: block !important;
    width: 225px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .top-navigation .navbar-expand-lg .container-fluid {
    flex-wrap: wrap !important;
  }

  .top-navigation .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: column;
  }

  .top-navigation .dropdown-toggle::after {
    float: right;
    margin-right: 15px;
  }

  .top-navigation .navbar-expand-lg .navbar-nav .nav-link {
    padding: 8px 0px 8px 0px;
    color: #000;
    margin-bottom: 0;
  }

  .top-navigation .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: static !important;
    float: none;
    width: 100%;
  }

}

@media (max-width: 767px) {
  .top-navigation .navbar-expand-lg .navbar-toggler {
    top: 18px;
  }

  .top-navigation .for-tab {
    width: 180px;
  }

}


.conduct_accord .card .collapse {
  display: block !important;
}


.conduct_accord .card .card-header {
  pointer-events: none !important;
}

.conduct_accord .collapsible-link::before, .collapsible-link::after {
  content: none;
}


.announcements-post-year {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 600;
    color: #fffefe;
    padding: 5px 20px;
    border-bottom: solid 1px #a7aba9;
    background: #238e44;
    clip-path: polygon(0 0, 33% 0, 35% 100%, 0% 100%);
}

.productbox_row {
    display: flex;
    padding: 50px 0px;
    padding-bottom: 30px;
}

.year-box {
    width: 33.03%;
    padding: 10px;
}

.year-box a {
    width: 100%;
    padding: 50px;
    background: #28a1d5;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
    text-decoration: none;
    border-radius: 5px;
}

.pdf-box-c {
    border: 1px solid #d1d1d1;
    border-radius: 10px;
    padding: 40px 25px;
    background: #fff;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    margin-bottom: 15px;
}

.pdf-box-c:hover
{
  background: #f8f8f8;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
}

.pdf-caption,.pdf-des,  .pdf-caption a {
  color: #000;
  text-decoration: none;
}

.icon-box, .icon-box a, .icon-box a:hover {
  font-size: 60px;
  color: #e20c0c;  
  text-decoration: none;
}

.pdf-caption {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
    line-height: 28px;
    color: #000;
}

.pdf-yeartitle {
    font-size: 13px;
    color: #238e44;
    font-weight: 600;
}

.pdf-des {
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
}

.director-wrapper .dir_wrpr .dir_wrpr_inr p {
    text-align: justify;
}
