/* Header area
================================================== */
.header {
  position: relative;
}

.site-navigation {
  background: #005b9e;
  padding: 0 calc(24px / 2);
  position: sticky;
  top: 0;
  z-index: 100;
  left: 0;
  right: 0;
  padding-left: 20px;
}

.header-one .navbar-collapse {
  padding-left: 0;
}

@media (max-width: 991px) {
  .navbar-collapse.collapse {
    overflow-y: auto;
  }
}

.site-navigation ul.navbar-nav > li {
  padding-left: 0;
  padding-right: 30px;
  align-items: center;
}

/* @media (max-width: 991px) {
  .header-one,
.header-one .site-navigation{
    display: none;
  }
} */

@media (max-width: 991px) {
  .header-one ul.navbar-nav > li {
    padding-right: 0;
  }
}

/* .header-one .logo-area {
  padding: 20px 0;
} */

@media (max-width: 991px) {
  .header-one .logo-area {
    display: none;
  }
}

.navbar-fixed {
  z-index: 9999;
  position: fixed;
  width: 100%;
  top: 0;
}

.header-two {
  background: #fff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
  padding: 15px 0;
}

.header-two .navbar-fixed {
  background-color: #fff;
}

ul.navbar-nav > li > a {
  /* padding: 15px 0 !important; */
  color: black;
}

@media (max-width: 991px) {
  ul.navbar-nav > li > a {
    padding: 1px 0 !important;
  }

  .navbar-nav {
    margin-bottom: 15px;
  }
}

ul.navbar-nav > li:hover > a {
  color: #ed1c24 !important;
}

/*-- Logo --*/

.header-two .logo img {
  height: 30px;
}

/* header right */
.header-right {
  float: right;
}

ul.top-info-box {
  list-style: none;
  margin: 0;
  padding: 0;
  float: right;
}

@media (max-width: 767px) {
  ul.top-info-box {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
  }
}

ul.top-info-box li {
  position: relative;
  float: left;
  margin-left: 0;
  border-right: 1px solid #dedede;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  /* padding-right: 25px;
  margin-right: 25px; */
}

@media (max-width: 767px) {
  ul.top-info-box li {
    border: 0;
    text-align: center;
    margin: 0;
    flex: 0 0 50%;
    padding: 0;
    margin-top: 10px;
  }
}

@media (max-width: 400px) {
  ul.top-info-box li {
    border: 0;
    text-align: center;
    margin: 0;
    flex: 0 0 100%;
    margin-top: 10px;
  }
}

ul.top-info-box li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}

ul.top-info-box li.last {
  border-right: 0;
}

ul.top-info-box li .info-box span.info-icon {
  font-size: 20px;
  display: inline-block;
  text-align: center;
  margin: 2px 5px 0 0;
  position: relative;
}

ul.top-info-box li .info-box .info-box-content {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  flex-direction: column;
}

ul.top-info-box li .info-box .info-box-title {
  font-size: 14px;
  margin-bottom: 8px;
  line-height: normal;
}

ul.top-info-box li .info-box .info-box-subtitle {
  margin: 0;
  line-height: normal;
  font-size: 15px;
  font-weight: 700;
  color: #111;
}

/*-- Search start --*/
ul.top-info-box > li.nav-search {
  cursor: pointer;
  padding-left: 30px;
  margin-left: 30px;
}

ul.top-info-box > li.nav-search:before {
  position: absolute;
  content: "";
  background: #ddd;
  left: 0;
  width: 1px;
  height: 40px;
  top: 50%;
  margin-top: -10px;
}

ul.top-info-box > li.nav-search i {
  font-size: 20px;
  top: 10px;
  position: relative;
  cursor: pointer;
  color: #999;
}

.navbar {
  border-radius: 0;
  border: 0;
  margin-bottom: 0;
}

.navbar-toggler {
  margin: 10px 0;
  padding: 6px;
  border-radius: 0;
  font-size: 1rem;
  color: #005b93;
}

.navbar-toggler:focus {
  outline: 0;
}

.navbar-dark .navbar-toggler-icon,
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* ul.navbar-nav>li:hover>a,
ul.navbar-nav>li.active>a {
  color: #ed1c24;
  position: relative;
} */

ul.navbar-nav > li {
  padding: 0 13px;
  /* position: relative; */
}

.topnav .navbar-nav .dropdown-item.active,
.topnav .navbar-nav .dropdown-item:hover {
  color: #46d3fd !important;
}

@media (max-width: 1200px) {
  .topnav .navbar-nav .nav-link {
    /* padding: 0 30px; */
    /* font-size: 17px !important; */
    /* position: relative; */
    font-weight: bold;
  }
}

@media (max-width: 1200px) {
  ul.navbar-nav > li {
    padding: 0 30px;
  }

  ul.navbar-nav > li .nav-link {
    font-size: 12px;
  }
}

.header-two .navbar-nav > .header-lang {
  top: -4px;
}

@media (max-width: 991px) {
  .header-two ul.navbar-nav > li {
    padding: 0;
    width: 100%;
  }
}

ul.navbar-nav > li:last-child {
  padding-right: 0;
}

ul.navbar-nav > li:last-child:after {
  background: none;
}

ul.navbar-nav > li > a:hover,
ul.navbar-nav > li > a:focus {
  background: none;
}

ul.navbar-nav > li > a i {
  font-weight: 700;
}

@media (max-width: 991px) {
  ul.navbar-nav > li > a i {
    float: right;
    background: #222;
    padding: 6px 10px;
    margin-top: 7px;
  }

  .header-two ul.navbar-nav > li > a i {
    color: #fff;
  }

  .header-two ul.navbar-nav > li.active > a i,
  .header-two ul.navbar-nav > li > a.active i {
    color: #ed1c24;
  }
}

ul.navbar-nav > li > a:after,
ul.navbar-nav > li > a:after {
  display: none;
}

/* navbar css */
ul.navbar-nav > li > a {
  font-family: "Gobold", sans-serif;
  color: #005b9e !important;
  text-rendering: optimizeLegibility;
  font-weight: 500 !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0;
  line-height: 40px;
  font-size: 1.3em !important;
  transition: 350ms;
}

.navbar-light ul.navbar-nav > li > a {
  color: #000 !important;
  font-size: 13px;
}

/* Dropdown */
.topnav .navbar-nav .dropdown-item,
.topnav .navbar-nav .item-career:hover {
  color: red;
}

.topnav .navbar-nav .dropdown-item,
.topnav .navbar-nav .item-activity:hover {
  color: #005b9e;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -2px;
  border-radius: 0;
}

.dropdown-submenu > a:after {
  display: block;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  float: right;
  margin-top: 0;
  margin-right: -5px;
  border: 0;
}

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

.menu-one {
  text-align: left;
  background: #fff;
  /* z-index: 100; */
  min-width: 200px;
  border-radius: 0;
  border: 0;
  padding: 30px 90px;
  margin: 0;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.menu-two {
  text-align: left;
  background: #fff;
  /* z-index: 100; */
  min-width: 200px;
  border-radius: 0;
  border: 0;
  padding: 30px 90px;
  margin: 0;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.menu-three {
  text-align: left;
  background: #fff;
  /* z-index: 100; */
  min-width: 200px;
  border-radius: 0;
  border: 0;
  padding: 30px 90px;
  margin: 0;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

@media (max-width: 991px) {
  .dropdown-menu {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05);
  }
}

.dropdown-menu-large {
  min-width: 400px;
}

.dropdown-menu-large > li > ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.dropdown-menu-large > li > ul > li > a {
  padding-left: 0;
}

.dropdown-menu-large > li > ul > li.active > a {
  color: #ff1919 !important;
}

.navbar-nav > li > .dropdown-menu a {
  background: none;
}

.topnav .dropdown-item {
  font-family: "Gobold", sans-serif;
  display: block;
  font-size: 15px;
  text-transform: uppercase;
  line-height: normal;
  text-decoration: none;
  padding: 5px 0;
  /* border-bottom: 1px solid #e5e5e5; */
  color: #333333;
  letter-spacing: 0.8px;
  font-weight: 400;
}

.badge-soft-warning {
  color: inherit;
  background-color: rgba(241, 180, 76, 0.18);
}

/* .topnav .navbar-nav .nav-link {
  font-size: 14px;
  position: relative;
  padding: 1rem 1.3rem;
} */

.topnav .navbar-nav .dropdown.active > a {
  color: #005b9e;
  background-color: transparent;
}

@media (max-width: 991px) {
  .dropdown-menu li a {
    padding: 12px 0;
  }
}

.dropdown-menu li:last-child > a {
  border-bottom: 0;
}

.dropdown-menu li a:hover,
.dropdown-menu li a:focus {
  color: #ed1c24;
}

@media (min-width: 991px) {
  ul.nav li.dropdown:hover ul.dropdown-menu {
    display: block;
  }
}

@media (min-width: 991px) {
  ul.nav li.dropdown ul.dropdown-menu li.dropdown-submenu .dropdown-menu {
    left: 100%;
    top: 0;
    display: none;
  }

  ul.nav li.dropdown ul.dropdown-menu li.dropdown-submenu:hover .dropdown-menu {
    display: block;
  }
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > .dropdown-menu > .active > a {
  background: none;
  color: #ed1c24;
}

/* Get a quote */
.header-lang .btn-primary {
  padding: 12px 25px !important;
  font-size: 13px;
  border-radius: 3px;
  line-height: normal;
  text-transform: capitalize;
  color: #fff;
  margin-top: 5px;
}

@media (max-width: 1200px) {
  .header-lang .btn-primary {
    padding: 12px !important;
  }
}

@media (max-width: 991px) {
  .header-lang .btn-primary {
    padding: 12px 30px !important;
  }
}

.header-lang .btn-primary:hover {
  background: #272d33;
  color: #ed1c24 !important;
}

ul.navbar-nav > li.header-lang:hover > a:after {
  position: relative;
  content: no-close-quote;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 9999999;
  right: 0;
  bottom: 0;
}

#preloader-status {
  height: 100%;
  width: 100%;
  background: url(../images/water-2.gif);
  background-repeat: no-repeat;
  background-position: center;
  /* position: absolute;
    left: 50%;
    top: 50%; */
  margin-left: 36px;
  margin-right: 0px;
  margin-top: -23px;
}

/*--------------------------------------------------------------
    # Notice Section
    --------------------------------------------------------------*/

/* .policies{
      float: right;
    }

    text{ 
      border: 1px solid rgba(50,50,50,.125);
      vertical-align: middle;
      font-size: 15px;
      color: rgb(255, 0, 30);
      margin: 0;
      width:100%;
      animation: marquee 15s linear infinite;
      display: inline-block;
      padding-right: 10px;
    }
   
  
  /* div:after {
    content:'';
    top:0;
    transform:translateX(100%);
    width:100%;
    position: fixed;
    display: inline-block;
    z-index:1;
    animation: slide 15s infinite;
     
  } */

/* animation */

@keyframes slide {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(100%);
  }
}

.widget ul {
  padding-left: 0;
}

.widget ul li {
  padding-left: 0;
  padding-top: 10px;
  list-style-type: none;
  text-align: center;
}

.widget li i {
  background: #f4f4f4 none repeat scroll 0 0;
  display: inline-block;
  border: 1px solid #e7e7e7;
  border-radius: 50%;
  color: #bf3654;
  font-size: 16px;
  height: 45px;
  line-height: 43px;
  margin-right: 10px;
  text-align: center;
  width: 45px;
}

@media (min-width: 768px) {
  section {
    padding: 40px 0;
  }
}

section h4.section-subheading {
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 50px;
  text-transform: none;
  /* font-family:Droid Serif,Helvetica Neue,Helvetica,Arial,sans-serif; */
}

.topheader {
  padding: 5px 0;
  /* font-family: 'Montserrat', serif; */
  /* background-image:url("../images/jata2.jpg"); */
  background-image: transparent;
  height: 90px;
}

@media (max-width: 768px) {
  .topheader {
    display: none;
  }
}

.right {
  float: right;
}

.register-box {
  display: block;
  border-radius: 5px;
  float: right;
  background: #ff1919;
  font-size: 15px;
  margin-top: 20px;
  margin-right: 20px;
}

.register-box a {
  color: rgba(255, 255, 255, 0.956);
  text-decoration: none;
  padding: 0 7px;
}

.display-date {
  display: flex;
  justify-content: right;
  align-items: right;
}

.display-time {
  display: flex;
  align-items: right;
}

#mask {
  position: relative;
  width: 380px;
  height: 40px;
  font-size: 27px;
  font-weight: 500;
  /* font-family: 'Lobster Two', cursive; */
  line-height: 60px;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2),
    0px 2px 0px rgba(255, 255, 255, 0.3);
  background-image: -webkit-radial-gradient(
    center 10px,
    80px 100px,
    #111111 50%,
    #0099ff 51%
  );

  background-size: 40px 110px;

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation-name: wave-animation;
  -webkit-animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
}

@keyframes wave-animation {
  0% {
    background-position: 200px 10px;
  }

  50% {
    background-position: 100px -20px;
  }

  100% {
    background-position: 0px -40px;
  }
}

q

/*-- Banner --*/
#pageHeading {
  width: 100%;
  height: 260px;
  background: url("../images/banner/10001.gif") 0px 0px repeat-x;
  margin-bottom: 105px;
}

#pageHeading.pageGallery {
  height: auto;
}

#pageHeading .inner {
  /* max-width: 1500px; */
  height: 100%;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  /* margin-bottom: 40px; */
}

#pageHeading .inner img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  object-fit: cover !important;
  /* left: 50%; */
  /* margin-left: -750px; */
}

#pageHeading .inner .txtInner {
  /* background:url("../images/banner/index2.jpg") 0px 0px no-repeat; */
  width: 100%;
  height: 260px;
  position: relative;
}

/* #pageHeading.business .inner .txtInner {background:url("/Images/common/pageHeading_layer2.png") 0px 0px no-repeat;}
#pageHeading.irInfo .inner .txtInner {background:url("/Images/common/pageHeading_layer3.png") 0px 0px no-repeat;}
#pageHeading.career .inner .txtInner {background:url("/Images/common/pageHeading_layer4.png") 0px 0px no-repeat;}
#pageHeading.contact .inner .txtInner {background:url("../images/banner/bg-white.jpg") 0px 0px no-repeat;} */
#pageHeading .inner .copy {
  font-family: "Gobold";
  font-weight: 700;
  margin-top: -260px;
  height: 260px;
  line-height: 260px;
  color: #fff;
  padding: 0 20px;
  position: relative;
}

#pageHeading .inner .copy p {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  vertical-align: middle;
  line-height: 51px;
  max-width: 100%;
}

#pageHeading .inner .copy strong {
  margin-bottom: 10px;
  font-size: 60px;
  line-height: 75px;
  /* margin-bottom: 10px; */
  font-size: 60px;
  line-height: 75px;
  text-transform: uppercase;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  vertical-align: middle;
  font-family: "Gobold";
  font-weight: 500;
}

#pageHeading .inner .copy span {
  font-size: 0.8125rem;
  line-height: 1.5;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  font-weight: 300;
  text-align: justify;
  font-family: "Poppins";
}

.curve-edge-img {
  border-radius: 10px;
}

@media all and (min-width: 768px) {
  #pageHeading {
    /* margin-bottom: 60px; */
    background: white;
  }

  #pageHeading .inner .copy {
    padding: 0;
    width: 79vw;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 860px) {
  #pageHeading .inner .copy {
    padding-left: 5px;
    padding-top: 20px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 500px) {
  #list-group-men {
    padding-left: 5px;
    padding-top: 20px;
    padding-right: 30px;
  }
}

.txtInner {
  background-image: linear-gradient(
    90deg,
    #000 -26%,
    #005b9e 17%,
    #005b9e00 55%
  );
}

@media screen and (max-width: 860px) {
  .txtInner {
    background-image: linear-gradient(
      90deg,
      #000 -26%,
      #005b9e 17%,
      #005b9e00 100%
    );
  }
}

/*Contact Page
============================*/
.contact-add {
  padding: 60px 40px;
}

/* .contact-add .contact-person .single-info{
text-align: center} */

.contact-field h2,
.map-heading h2 {
  color: #464646;
  font-size: 22px;
  font-weight: bold;
  line-height: 32px;
  margin: 0 10px 30px;
  padding-bottom: 16px;
  position: relative;
  text-transform: uppercase;
}

.contact-info h3 {
  color: #464646;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  padding: 30px 0;
}

.contact-info i {
  margin-right: 10px;
}

.contact-field input {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #e5e5e5;
  margin-bottom: 30px;
  padding: 10px;
  width: 100%;
}

.contact-field .message-input {
  display: inline-block;
  width: 100%;
}

.single-input-field textarea {
  border: 1px solid #e5e5e5;
  width: 100%;
  height: 200px;
  padding: 10px;
}

.single-input-fieldsbtn input[type="submit"] {
  background: #f98f01 none repeat scroll 0 0;
  color: #fff;
  margin-top: 20px;
  text-transform: uppercase;
  border-color: #f98f01;
}

.single-input-fieldsbtn input[type="submit"]:hover {
  background: #000;
  transition: all 0.4s ease-in-out 0s;
  border-color: #000;
}

.contact-field {
  display: inline-block;
}

.single-input-field h4 {
  color: #464646;
  text-transform: capitalize;
  font-size: 14px;
}

.contact-person {
  padding: 0px 20px;
}

.contact-person h1 {
  color: #464646;
  font-size: 22px;
  font-weight: bold;
  line-height: 50px;
  text-transform: uppercase;
  margin-bottom: 20px;
  position: relative;
}

.single-info h2 {
  color: #464646;
  font-size: 14px;
  font-weight: bold;
  text-transform: capitalize;
  margin-bottom: 10px;
  margin-top: 30px;
}

/*---------------------------------------
  ABOUT & TEAM MEMBERS               
-----------------------------------------*/
.bg-dark {
  background-color: #005b9e !important;
}

.about-image,
.team-image {
  width: 100%;
  height: 100%;
  max-height: 635px;
  min-height: 475px;
  object-fit: cover;
}

.team-thumb {
  background: #ed1c24;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  padding: 22px 32px 32px 32px;
}

#myCarousel .carousel-control-next,
#myCarousel .carousel-control-prev {
  top: auto;
  bottom: 0.5rem;
  background: transparent;
  border: transparent;
  padding-bottom: 20px;
}

#myCarousel .carousel-control-prev {
  right: 4rem;
  left: auto;
}

/* .carousel-control-next-icon, .carousel-control-prev-icon {
  background-color: #020000;
  background-size: 50% 50%;
  border-radius: 100px;
  width: 3rem;
  height: 3rem;
} */

#myCarousel .carousel-control-next-icon,
#myCarousel .carousel-control-prev-icon {
  background-color: #020000;
  background-size: 50% 50%;
  border-radius: 100px;
  width: 3rem;
  height: 3rem;
}

#myCarousel .carousel-control-next-icon,
#myCarousel .carousel-control-prev-icon {
  color: #005b9e;
  cursor: pointer;
}

/* //11.Why Choose Us Section */
.project-sec .item {
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
  transition: all 0.4s ease-in-out 0s;
}

.project-sec .item:hover .project-hoverlay {
  visibility: visible;
  opacity: 1;
  transform: scaleX(1);
}

.project-hoverlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: #005b9e;
  transition: all 0.4s ease-in-out 0s;
  visibility: hidden;
  opacity: 0;
  transform: scaleX(0);
}

.project-sec .item:hover .project-text a {
  top: 0;
}

.project-text {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}

.project-text a {
  background: #fff none repeat scroll 0 0;
  border-radius: 100%;
  color: #f98f01;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  margin-bottom: 15px;
  position: relative;
  top: -150px;
  width: 50px;
}

.project-text h3 {
  color: #fff;
  text-transform: uppercase;
}

.project-sec .item img {
  width: 100%;
}

.why-choose-sec .single-intro {
  padding: 50px 45px;
  color: #fff;
  text-align: center;
}

.why-choose-sec .inner-box {
  padding: 0;
  position: relative;
}

.why-choose-sec .inner-box:nth-child(1) {
  background: #005b9e none repeat scroll 0 0;
}

.why-choose-sec .inner-box:nth-child(2) {
  background: #005b9e none repeat scroll 0 0;
}

.why-choose-sec .inner-box:nth-child(3) {
  background: #005b9e none repeat scroll 0 0;
}

.why-choose-sec .inner-box::before {
  box-shadow: 7px -15px 50px 0px #000;
  content: "";
  height: 100%;
  right: 0;
  position: absolute;
  top: 0;
  width: 2px;
}

.why-choose-sec .inner-box:last-child::before {
  display: none;
}

.why-choose-sec .single-intro h1 {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}

.single-intro > p {
  margin-bottom: 0;
}

/* internship Section
--------------------------------*/

.hire-sec {
  background: linear-gradient(#00000099, rgba(0, 0, 0, 0.6)),
    url(../images/hiring.jpg) fixed center center;
  background-size: contain;
  padding: 80px 0;
}

.hire-sec .internship-title {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  padding: 0 30px;
}

#internship .internship-text {
  color: #fff;
  padding: 0 30px;
  font-size: 14px;
}

#internship .internship-btn-container {
  text-align: center;
  padding-top: 20px;
}

.hire-sec .internship-btn {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 20px;
  border-radius: 2px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

#internship .internship-btn:hover {
  background: #005b9e;
  border: 2px solid #005b9e;
}

/*
20.Footer Section
======================*/
/* .footer-sec {
  background: white none repeat scroll 0 0;
  
}
.footer-sec h2 {
color: #fff;
font-size: 20px;
margin-bottom: 10px;
position: relative;
text-transform: uppercase;
padding-bottom: 10px;
margin-bottom: 20px;
font-family: "Gobold", sans-serif;

}
.footer-sec h2:before {
border-left: 3px solid #ed1c24;
top: 4px;
content: "";
position: absolute;
height: 18px;
left: -7px;
}
.footer-sec p {
  color: #fff;
  font-family: "Gobold", sans-serif;
  font-size: 14px;
  letter-spacing: 1px;

}

.footer-wedget-one i {
border-radius: 100%;
color: #ed1c24;
float: left;
font-size: 18px;
height: 40px;
line-height: 40px;
margin-right: 10px;
text-align: center;
transition: all 0.4s ease-in-out 0s;
width: 40px;
}
.footer-wedget-one i:hover{background:#000;color:#fff;border-color:#000; transition: all 0.4s ease-in-out 0s;}
.footer-wedget-one ul {
  margin-top: 15px;
  list-style: none;
}

.footer-wedget-four li i {
  display: inline-block;
  margin-right: 10px;
  list-style: none;
}
.ft-menu ul {
  padding: 0px 20px;
  list-style: none;
}
.ft-menu h2 {
  display: inline-block;
  text-align: left;
}
.footer-wedget-four li {
color: #fff;
padding-top:10px;
list-style: none;
font-family: "Gobold", sans-serif;
font-size: 14px;
letter-spacing: 1px;


}
.footer-wedget-two li{padding-bottom:10px; list-style: none;}
.footer-wedget-two li a {
color: #fff;
text-transform: capitalize;
display: inline-block;
 transition: all 0.4s ease-in-out 0s;
 list-style: none;
 font-family: "Gobold", sans-serif;
 font-size: 14px;
 letter-spacing: 1px;
 

}
.footer-wedget-two li a i {
  margin-right: 10px;
}
.footer-wedget-two li a:before{content: '\f105'; 
   font-family: 'FontAwesome';
  color: #ed1c24;
  padding-right:10px}

.footer-wedget-newsletter form {
  background: #525459 none repeat scroll 0 0;
  margin-top: 35px;position:relative
}
.footer-wedget-newsletter input[type="email"] {
background: #525459 none repeat scroll 0 0;
border: 1px solid #525459;
color: #fff;
padding: 10px 46px 10px 10px;
width: 100%;
text-transform: capitalize;
}
.footer-wedget-newsletter input[type="submit"] {
background: #ed1c24 none repeat scroll 0 0;
border: 1px solid #ed1c24;
color: #fff;
top: 0;
padding: 10px;
position: absolute;
right: 0;
}
.footer-bottom-sec {
  background: #fff  none repeat scroll 0 0;
  padding: 15px 0;
}
.footer-bottom-sec p {
color: #fff;
font-weight: 500px;
margin: 0;
text-align: center;

} */

/* The End */

/*
20.Footer Section
======================*/
.footer-sec {
  background: white none repeat scroll 0 0;
}

.footer-sec h2 {
  color: #fff;
  font-size: 20px;
  position: relative;
  text-transform: uppercase;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-family: "Gobold", sans-serif;
}

.footer-sec h2:before {
  border-left: 3px solid #ed1c24;
  top: 4px;
  content: "";
  position: absolute;
  height: 18px;
  left: -7px;
}

.footer-sec p {
  color: #fff;
  font-size: 14px;
  letter-spacing: 1px;
}

.footer-left {
  background-color: whitesmoke;
  justify-content: center;
  position: relative;
  align-content: center;
  /* display: flex; */
}

.footer-left .footer-wedget-one li i {
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
  list-style: none;
}

.footer-left .footer-wedget-one li {
  color: #005b9e;
  padding-top: 10px;
  list-style: none;
  font-size: 14px;
  letter-spacing: 1px;
  /* text-align: center; */
}

.footer-wedget-one {
  padding: 30px 0;
}

.footer-wedget-one p {
  color: #005b9e;
  font-size: 14px;
  letter-spacing: 1px;
  /* text-align: center; */
}

.footer-wedget-one img {
  max-width: 80%;
  align-content: center;
  display: flex;
  object-fit: cover;
  object-position: center center;
}

.footer-wedget-one h3 {
  color: #005b9e;
  font-size: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  /* text-align: center; */
}

#back-to-top {
  right: 40px;
  top: auto;
  z-index: 10;
  display: none;
}

#back-to-top .btn:focus {
  outline: 0;
  box-shadow: none;
}

@media (max-width: 767px) {
  #back-to-top {
    right: 15px;
  }
}

#back-to-top.position-fixed {
  bottom: 20px;
}

#back-to-top .btn.btn-primary {
  width: 36px;
  height: 36px;
  line-height: 36px;
  background: rgb(236, 33, 33);
  border-radius: 3px;
  color: white;
  font-weight: 700;
  font-size: 16px;
  padding: 0;
}

@media (max-width: 767px) {
  #back-to-top .btn.btn-primary {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
  }
}

#back-to-top .btn.btn-primary:hover {
  color: #fff;
}

/* .footer-wedget-one i {
border-radius: 100%;
color: #ed1c24;
float: left;
font-size: 18px;
height: 40px;
line-height: 40px;
margin-right: 10px;
text-align: center;
transition: all 0.4s ease-in-out 0s;
width: 40px;
}
.footer-wedget-one i:hover{background:#000;color:#fff;border-color:#000; transition: all 0.4s ease-in-out 0s;}
.footer-wedget-one ul {
  margin-top: 15px;
  list-style: none;
} */

.footer-right {
  background-color: #005b9e;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 80px;
  padding-right: 50px;
  padding-left: 50px;
}

.footer-right .footer-wedget-four li i {
  display: inline-block;
  margin-right: 10px;
  list-style: none;
}

.ft-menu ul {
  padding: 0px 20px;
  list-style: none;
}

.ft-menu h2 {
  display: inline-block;
  text-align: left;
}

.footer-right .footer-wedget-four li {
  color: #fff;
  padding-top: 10px;
  list-style: none;
  font-family: "Gobold", sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
}

.footer-right .footer-wedget-two li {
  padding-bottom: 10px;
  list-style: none;
}

.footer-right .footer-wedget-two li a {
  color: #fff;
  text-transform: capitalize;
  display: inline-block;
  transition: all 0.4s ease-in-out 0s;
  list-style: none;
  font-size: 14px;
  letter-spacing: 1px;
}

.footer-right .footer-wedget-two li a i {
  margin-right: 10px;
}

.footer-right .footer-wedget-two li a:before {
  content: "\f105";
  /* fa-angle-right */
  font-family: "FontAwesome";
  color: #ed1c24;
  padding-right: 10px;
}

/* .footer-right .footer-wedget-three {
  left: -50px;
} */
.footer-right .footer-wedget-three li {
  padding-bottom: 10px;
  list-style: none;
}

.footer-right .footer-wedget-three li a {
  color: #fff;
  text-transform: capitalize;
  display: inline-block;
  transition: all 0.4s ease-in-out 0s;
  list-style: none;
  font-size: 14px;
  letter-spacing: 1px;
}

.footer-right .footer-wedget-three li a i {
  margin-right: 10px;
}

.footer-right .footer-wedget-three li a:before {
  content: "\f105";
  /* fa-angle-right */
  font-family: "FontAwesome";
  color: #ed1c24;
  padding-right: 10px;
}

.footer-bottom-sec {
  background: white none repeat scroll 0 0;
  padding: 15px 0;
}

.footer-bottom-sec p {
  color: #fff;
  font-weight: 500px;
  margin: 0;
  text-align: center;
}

/* .footer-right .footer-wedget-four {
  left: -50px;
} */
.footer-wedget-four .wedget-four {
  left: 153px;
  top: 63px;
  position: absolute;
}

.wedget-four p {
  color: #fff;
  font-family: "Gobold", sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  position: absolute;
  text-align: justify;
}

/* The End */

.link-bawah .list-group-item {
  border: 0px solid transparent;
  padding: 0.4em;
  font-size: 12px;
  font-weight: 600;
  color: #6c757d !important;
  background: transparent !important;
}

@keyframes fadeIn {
  from {
    top: 20%;
    opacity: 0;
  }

  to {
    top: 100;
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  from {
    top: 20%;
    opacity: 0;
  }

  to {
    top: 100;
    opacity: 1;
  }
}

.wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  animation: fadeIn 1000ms ease;
  -webkit-animation: fadeIn 1000ms ease;
}

h1 {
  /* font-size: 50px; */
  font-family: "Poppins", sans-serif;
  margin-bottom: 0;
  line-height: 1;
  /* font-weight: 700; */
  text-align: center;
}

.dot {
  color: #4febfe;
}

h4 {
  text-align: center;
  margin: 18px;
  font-family: "Muli", sans-serif;
  font-weight: normal;
}

/*---------------------------------------
  NEWS & EVENTS               
-----------------------------------------*/

.news,
.related-news {
  background: var(--section-bg-color);
}

.news-thumb {
  position: relative;
}

.news-category {
  background: var(--white-color);
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  padding: 4px 12px;
  display: inline-block;
}

.news-text-info {
  margin: 0 20px;
}

.news-title {
  margin-top: 15px;
  margin-bottom: 15px;
}

.news-title-link {
  color: var(--title-color);
  display: inline-block;
}

.news-title-link:hover {
  color: var(--dark-color);
}

.portfolio-image,
.news-image {
  display: block;
  transition: transform 0.6s ease-out;
}

.news-image-hover {
  display: inline-block;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  padding-bottom: 4px;
  height: 100%;
}

.news-image-hover::after {
  content: "";
  width: 0;
  height: 4px;
  bottom: 0;
  position: absolute;
  left: auto;
  right: 0;
  z-index: -1;
  transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  background: #198754;
}

.news-image-hover-warning::after {
  background: #ffc107;
}

.news-image-hover-primary::after {
  background: #0d6efd;
}

.news-image-hover-success::after {
  background: #198754;
}

.news-image-hover:hover::after {
  width: 100%;
  left: 0;
  right: auto;
  z-index: 9;
}

.image-popup:hover .portfolio-image,
.news-image-hover:hover .news-image {
  transform: scale(1.02);
}

.news-two-column {
  min-height: 18rem;
  margin-bottom: 16px;
}

.news-two-column .news-image {
  width: 100%;
  height: 18rem;
  object-fit: cover;
  max-width: 100%;
  border-radius: 0.25rem 0rem 0rem 0.25rem;
}

@media screen and (max-width: 450px) {
  .news-two-column .news-image {
    width: 100%;
    height: 18rem;
    object-fit: cover;
    max-width: 100%;
    border-radius: 0.25rem 0.25rem 0rem 0rem;
  }
}

.news-date {
  color: #74788d !important;
  padding-bottom: 10px;
}

.news-detail {
  padding-right: 20px;
}

.social-share-link,
.social-share-link + span {
  color: rgba(255, 255, 255, 0.65);
}

.grid {
  position: relative;
  margin: 0 auto;
  padding: 1em 0 1em;
  width: 100%;
  list-style: none;
  text-align: center;
}

/* Common style */
.grid figure {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 1%;
  height: 260px;
  width: 100%;
  background: #005b9e;
  text-align: center;
  cursor: pointer;
}

@media (min-width: 576px) {
  /* Common style */
  .grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 10px 1%;
    height: 400px;
    width: 31%;
    background: #005b9e;
    cursor: pointer;
  }
}

.grid figure img {
  position: relative;
  display: block;
  min-height: 100%;
  opacity: 0.8;
}

.grid figure figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
  pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

.grid figure h2 {
  word-spacing: -0.15em;
  font-weight: 300;
}

.grid figure h2 span {
  font-weight: 800;
}

.grid figure h2,
.grid figure p {
  margin: 0;
}

.grid figure p {
  letter-spacing: 1px;
  font-size: 68.5%;
  text-align: right;
}

.grid figure h4 {
  letter-spacing: 1px;
  text-align: right;
  margin: 10px 0;
  font-size: 1rem;
  font-style: 400;
}

.shadowed-header {
  text-shadow: 5px 4px 10px #000000;
}

/* Individual effects */

.grid-index {
  position: relative;
  margin: 0 auto;
  padding: 1em 0 1em;
  width: 100%;
  list-style: none;
  text-align: center;
  left: -8px;
}

/* Common style */
.grid-index figure {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 3px;
  height: 300px;
  width: 100%;
  background: black;
  text-align: center;
  cursor: pointer;
}

@media (min-width: 576px) {
  /* Common style */
  .grid-index figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 3px;
    height: 32vh;
    width: 26vw;
    background: black;
    cursor: pointer;
  }
}

.grid-index figure img {
  position: relative;
  display: block;
  min-height: 100%;
}

.grid-index figure figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.grid-index figure figcaption::before,
.grid-index figure figcaption::after {
  pointer-events: none;
}

.grid-index figure figcaption,
.grid-index figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid-index figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

.grid-index figure h2 {
  word-spacing: -0.15em;
  font-weight: 300;
}

.grid-index figure h2 span {
  font-weight: 800;
}

.grid-index figure h2,
.grid-index figure p {
  margin: 0;
}

.grid-index figure p {
  letter-spacing: 1px;
  font-size: 68.5%;
  text-align: right;
}

.grid-index figure h4 {
  letter-spacing: 1px;
  text-align: right;
  margin: 10px 0;
  font-size: 1.125rem;
  font-style: 400;
}

.shadowed-header {
  text-shadow: 5px 4px 10px #000000;
}

/* Individual effects */

/*---------------*/
/*****Effect Lily *****/
/*---------------*/

figure.effect-lily img {
  max-width: none;
  width: -webkit-calc(100% + 40px);
  width: calc(100% + 50px);
  opacity: 1;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-40px, 0, 0);
  transform: translate3d(-40px, 0, 0);
  object-fit: cover;
  object-position: top center !important;
  background-repeat: no-repeat;
}

figure.effect-lily .gallery-icon {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  padding: 5px 12px;
  background: #005b9e;
  color: #fff;
  opacity: 0;
  -webkit-transform: perspective(1px) scale3d(0, 0, 0);
  transform: perspective(1px) scale3d(0, 0, 0);
  transition: all 400ms;
}

figure.effect-lily .gallery-icon {
  opacity: 1;
  -webkit-transform: perspective(1px) scale3d(1, 1, 1);
  transform: perspective(1px) scale3d(1, 1, 1);
}

figure.effect-lily figcaption {
  text-align: left;
}

figure.effect-lily figcaption > div {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 2em;
  width: 100%;
  height: 35%;
}

figure.effect-lily h2,
figure.effect-lily p {
  -webkit-transform: translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0);
}

figure.effect-lily h2 {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}

figure.effect-lily p {
  color: rgba(255, 255, 255, 1);
  opacity: 0;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
  transition: opacity 0.2s, transform 0.35s;
}

figure.effect-lily:hover img {
  opacity: 0.8;
}

figure.effect-lily:hover p {
  opacity: 1;
}

figure.effect-lily:hover img,
figure.effect-lily:hover h2,
figure.effect-lily:hover p {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

figure.effect-lily:hover p {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
}

.contactcont {
  background-color: white;
  color: black;
  border-radius: 20px;
  box-shadow: 0 5px 10px 0 rgb(0, 0, 0, 0.25);
  margin: 20px 20px;
  padding: 10px 10px;
}

.question {
  font-size: 1.2rem;
  font-weight: 600;
  padding: 20px 80px 20px 20px;
}

/* .question::after {
  content: "\002B";
  font-size: 2.2rem;
  position: absolute;
  right: 20px;
  transition: 0.2s;
}

.question.active::after {
  transform: rotate(45deg);
} */

/* .answercont {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s;
} */

.answer {
  padding: 0 20px 20px;
  line-height: 1.5rem;
}

.question.active + .answercont {
}

@media screen and (max-width: 790px) {
  html {
    font-size: 14px;
  }

  .contact {
    width: 80%;
  }
}

.we-are-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  width: 100%;
  height: 900px;
  margin-top: 30px;
  padding-bottom: 40px;
  transition: all 0.8s ease;
  animation: expand 0.8s ease forwards;
  padding: 0 55px;
}

@media screen and (max-width: 860px) {
  .we-are-block {
    height: 2200px;
    padding: 0;
    margin-top: 40px;
  }
}

@media screen and (max-width: 500px) {
  .we-are-block {
    height: 2300px;
    padding: 0;
    margin-top: 40px;
  }
}

#vision-section {
  width: 100%;
  height: 50%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  position: relative;
  background: #dadada;
}

@media screen and (max-width: 860px) {
  #vision-section {
    flex-direction: column;
    justify-content: space-between;
  }
}

.vision-image {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 820px;
  height: 100%;
  overflow: hidden;
  animation: slideIn 1.5s ease-in-out forwards;
}

@media screen and (max-width: 860px) {
  .vision-image {
    position: relative;
    width: 100%;
    height: 40%;
  }
}

@media screen and (max-width: 747px) {
  .vision-image {
    height: 35%;
  }
}

@media screen and (max-width: 644px) {
  .vision-image img {
    position: absolute;
    right: -220px;
  }
}

.vision-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-evenly;
  width: 40%;
  height: 80%;
  margin-left: 850px;
  margin-right: 12px;
  z-index: 2;
}

/* @media screen and (max-width: 1353px) {
  .vision-info {
    margin-left: 400px;
    width: 60%;
    background: #ffffff99;
    padding: 0px 0px 0px 25px;
  }
} */

@media screen and (max-width: 1238px) {
  .vision-info {
    margin-left: 340px;
    width: 100%;
  }
}

@media screen and (max-width: 1111px) {
  .vision-info {
    margin-left: 270px;
  }
}

@media screen and (max-width: 910px) {
  .vision-info {
    margin-left: 150px;
  }
}

@media screen and (max-width: 860px) {
  .vision-info {
    margin: 0px 0px 0px 0px !important;
    padding: 0px 40px 0px 40px !important;
    width: 100%;
    height: 60%;
    align-items: center;
  }
}

@media screen and (max-width: 747px) {
  .vision-info {
    height: 65%;
  }
}

.vision-info h2 {
  color: #005b9e;
  font-size: 40pt;
  text-align: left;
  font-family: "Gobold", sans-serif;
  transform: translateY(100px);
  animation: slideUp 0.8s ease forwards 0.5s;
  text-transform: capitalize;
}

@media screen and (max-width: 860px) {
  .vision-info h2 {
    text-align: center;
  }
}

.vision-info p {
  color: #005b9e;
  font-size: 14pt;
  text-align: left;
  font-family: "Gobold", sans-serif;
  font-weight: 300;
  transform: translateY(300px);
  animation: slideUp 0.8s ease-in-out forwards 0.8s;
}

@media screen and (max-width: 860px) {
  .vision-info p {
    text-align: center;
  }
}

.vision-info a {
  background-color: #005b9e;
  color: white;
  width: 180px;
  text-align: center;
  padding: 15px 0px 15px 0px;
  font-size: 14pt;
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}

.vision-info a:hover {
  background: #404140;
  color: white;
  box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
  transform: translateY(10px);
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  z-index: -10;
  background-color: #fff;
}

@keyframes slideIn {
  0% {
    transform: translateX(500px) scale(0.2);
  }

  100% {
    transform: translateX(0px) scale(1);
  }
}

@keyframes slideUp {
  0% {
    transform: translateY(300px);
  }

  100% {
    transform: translateY(0px);
  }
}

@keyframes expand {
  0% {
    transform: translateX(1400px);
  }

  100% {
    transform: translateX(0px);
  }
}

/* Rounded tabs */

@media (min-width: 576px) {
  .rounded-nav {
    border-radius: 50rem !important;
  }
}

@media (min-width: 576px) {
  .rounded-nav .nav-link {
    border-radius: 50rem !important;
  }
}

.card-job {
  height: 233px !important;
  display: flex !important;
  justify-content: center;
  border-radius: calc(0.9rem - 1px);
  border-top: 3px solid var(--cyan) !important;
  box-shadow: -1px 1px 3px #a7a7a7 !important;
}

.job-post {
  display: block;
  padding-bottom: 20px;
}

.job-post h1 {
  font-size: 50px;
  font-family: "Gobold", sans-serif;
  margin-bottom: 0;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}

.job-post p {
  font-size: 14px;
  line-height: 1.4rem;
  font-weight: 400;
  text-align: center;
}

.title-job {
  font-size: 14px;
  font-weight: 600 !important;
  padding-top: 20px;
  padding-bottom: 10px;
}

.job-desc {
  font-size: 0.8rem;
  line-height: 1.4rem;
  font-weight: 400;
  text-align: justify;
}

.profile {
  padding-top: 10px;
}

.name {
  font-weight: 700;
}

.title-dept {
  font-size: 12px;
  font-weight: 500;
  padding: 10px 0;
  font-style: italic;
}

.designation {
  font-size: 0.84rem;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 10px;
}

.card-title-border {
  height: 0.2rem;
  width: 5.6rem;
  background-color: #000;
  border-radius: 20px;
}

.card-title {
  font-family: "Poppins";
}

/* Sidebar nav */
.sidebar ul.nav-tabs {
  border: 0;
}

.sidebar ul.nav-tabs li {
  width: 100%;
}

.sidebar ul.nav-tabs li a {
  color: #303030;
  border-radius: 0;
  padding: 15px 0;
  padding-left: 0;
  font-weight: 400;
  border-bottom: 1px solid #ddd;
  display: block;
  transition: 400ms;
}

.sidebar ul.nav-tabs li.active a,
.sidebar ul.nav-tabs li:hover a {
  color: #ff1919;
}

.sidebar ul.nav-tabs li {
  color: #303030;
  line-height: normal;
}

.sidebar ul.nav-tabs li:last-child a {
  border-bottom: 0;
}

/* Service menu */
.sidebar ul.service-menu li {
  width: 100%;
}

.sidebar ul.service-menu li a {
  background-color: #f4f4f4;
  padding: 15px 20px;
  border: 0;
  margin-bottom: 8px;
  position: relative;
  transition: 400ms;
  display: block;
}

.sidebar ul.service-menu li.active a,
.sidebar ul.service-menu li:hover a {
  background: #ffb600;
  color: #fff;
  cursor: pointer;
}

.sidebar .widget-title {
  font-size: 16px;
  font-weight: 700;
  position: relative;
  margin: 0 0 30px;
  /* padding-left: 15px; */
  text-transform: uppercase;
  /* border-left: 3px solid #ff1919; */
}

.widget-sidebar {
  padding-top: 20px;
}

/* Recent News */
.widget-sidebar.recent-posts .widget-title {
  margin-bottom: 35px;
}

.widget-sidebar.recent-posts ul li {
  border-bottom: 1px solid #dadada;
  padding-bottom: 15px;
  margin-bottom: 17px;
}

.widget-sidebar.recent-posts ul li:last-child {
  border: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.widget-sidebar.recent-posts .posts-thumb img {
  width: 90px;
  height: 70px;
  object-fit: cover;
}

.widget-sidebar.recent-posts .post-info .entry-title {
  font-size: 13px;
  /* font-weight: 600; */
  line-height: 20px;
  margin: 0;
}

.widget-sidebar.recent-posts .post-info .entry-title a {
  color: #303030;
  text-align: justify;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  overflow: hidden !important;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}

.widget-sidebar.recent-posts .post-info .entry-title a:hover {
  color: #ff1919;
}

.widget-sidebar.recent-posts .post-date {
  font-weight: 400;
  color: #999;
  text-transform: capitalize;
}

.timeline {
  width: 100%;
  background-color: transparent;
  color: black;
}

.timeline ul {
  list-style-type: none;
  /* border-left:2px solid #094a68; */
  padding: 10px 5px;
}

.timeline ul li {
  padding: 20px 25px;
  position: relative;
  cursor: pointer;
  transition: 0.5s;
}

/* .timeline ul li span{
	display:inline-block;
	background-color:#1685b8;
	border-radius:25px;
	padding:2px 5px;
	font-size:15px;
	text-align:center;
} */
.timeline ul li .content h3 {
  color: #34ace0;
  font-size: 17px;
  padding-top: 5px;
}

.timeline ul li .content p {
  padding: 5px 0px 15px 0px;
  font-size: 15px;
}

/* .timeline ul li:before{
	position:absolute;
	content:'';
	width:10px;
	height:10px;
	background-color:#34ace0;
	border-radius:50%;
	left:-11px;
	top:28px;
	transition:.5s;
} */
.timeline ul li:hover {
  background-color: #eee;
}

/* .timeline ul li:hover:before{
	background-color:#0F0;
	box-shadow:0px 0px 10px 2px #0F0;
} */
@media (max-width: 300px) {
  .timeline {
    width: 100%;
    padding: 30px 5px 30px 10px;
  }

  .timeline ul li .content h3 {
    color: #34ace0;
    font-size: 15px;
  }
}

#carouselISO .carousel-control-next,
#carouselISO .carousel-control-prev {
  top: auto;
  bottom: 0.5rem;
  background: transparent;
  border: transparent;
  padding-bottom: 20px;
  padding-top: 20px;
}

#carouselISO .carousel-control-prev {
  right: 4rem;
  left: auto;
}

/* .carousel-control-next-icon, .carousel-control-prev-icon {
  background-color: #020000;
  background-size: 50% 50%;
  border-radius: 100px;
  width: 3rem;
  height: 3rem;
} */

#carouselISO .carousel-control-next-icon,
#carouselISO .carousel-control-prev-icon {
  background-color: #020000;
  background-size: 40% 40%;
  border-radius: 100px;
  width: 2rem;
  height: 2rem;
}

#carouselISO .carousel-control-next-icon,
#carouselISO .carousel-control-prev-icon {
  color: #005b9e;
  cursor: pointer;
}

.gallery-image {
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  object-fit: cover;
}

.gallery-image img {
  height: 200px;
  width: 272px;
  transform: scale(1);
  transition: transform 0.4s ease;
  display: block;
}

.img-box {
  box-sizing: content-box;
  margin: 10px;
  height: 100%;
  width: 100%;
  overflow: hidden;
  display: inline-block;
  color: white;
  position: relative;
  background-color: white;
  cursor: pointer;
}

.tm-image {
  width: 450px !important;
}

.tm-image-lg {
  width: 500px !important;
}

.caption {
  position: absolute;
  bottom: 5px;
  left: 20px;
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.transparent-box {
  height: 250px;
  width: 350px;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  left: 0;
  transition: background-color 0.3s ease;
}

.img-box:hover img {
  transform: scale(1.1);
}

.img-box:hover .transparent-box {
  background-color: rgba(0, 0, 0, 0.5);
}

.img-box:hover .caption {
  transform: translateY(-20px);
  opacity: 1;
}

.img-box:hover {
  cursor: pointer;
}

.caption > p:nth-child(2) {
  font-size: 0.8em;
}

.opacity-low {
  opacity: 0.5;
}

/* Popup Styling */
.img-popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}

.img-popup img {
  max-width: 500px;
  width: 100%;
  opacity: 0;
  height: auto;
  transform: translateY(-100px);
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  -o-transform: translateY(-100px);
  position: absolute;
}

.close-btn {
  width: 35px;
  height: 30px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  top: 80px;
  right: 20px;
  cursor: pointer;
}

.close-btn .bar {
  height: 4px;
  background: #333;
}

.close-btn .bar:nth-child(1) {
  transform: rotate(45deg);
}

.close-btn .bar:nth-child(2) {
  transform: translateY(-4px) rotate(-45deg);
}

.opened {
  display: flex;
}

.opened img {
  animation: animatepopup 1s ease-in-out 0.8s;
  -webkit-animation: animatepopup 0.3s ease-in-out forwards;
}

@keyframes animatepopup {
  to {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
}

@media screen and (max-width: 880px) {
  .gallery-image .img-box-holder:nth-child(3n + 1) {
    margin-left: 16px;
  }
}

.gallery-csr {
  float: right;
}

.btn-csr {
  float: right;
  margin-bottom: 20px;
  margin-right: 20px;
}

/* News Single
================================================== */
.tags-area {
  margin: 20px 0;
  float: right;
}

.post-tags a {
  border: 1px solid #dadada;
  color: #7c7c7c;
  display: inline-block;
  font-size: 12px;
  padding: 3px 10px;
  margin-left: 3px;
}

.post-tags a:hover {
  background: #ff1919;
  color: #fff;
  border: 1px solid transparent;
}

/* Post social */
.post-social-icons > li {
  display: inline-block;
}

.post-social-icons a i {
  margin-left: 5px;
  font-size: 12px;
  width: 28px;
  height: 26px;
  line-height: 26px;
  color: #fff;
  text-align: center;
}

.post-social-icons a i.fa-facebook-f {
  background: #41578a;
}

.post-social-icons a i.fa-twitter {
  background: #64bae2;
}

.post-social-icons a i.fa-google-plus {
  background: #c0343d;
}

.post-social-icons a i.fa-linkedin {
  background: #3397b6;
}

blockquote {
  padding: 25px;
  padding-left: 25px;
  margin: 20px 0;
  background: #f9f9f9;
  position: relative;
  border-left: 3px solid #ffb600;
  padding-left: 40px;
}

.csr-gallery {
  display: grid;
  /* grid-template-columns:repeat(6,100px); */
  grid-template-rows: repeat(5, 100px);
}

.csr-item {
  margin: 0.2em;
}

.small:hover {
  opacity: 0.5;
}

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

.feature {
  grid-row: 1 / span 4;
  grid-column: 1 / span 6;
}

.post-body {
  padding: 20px 15px;
}

.post-meta {
  padding: 10px 10px;
}

.post-author {
  padding-left: 10px;
}

.post-cat {
  padding-left: 10px;
}

.post-meta-date {
  padding-left: 10px;
}

.entry-title {
  padding: 0 20px;
}

.entry-title h2 {
  font-weight: 600;
}

.entry-content {
  padding-left: 20px;
  padding-right: 10px;
  padding-top: 10px;
}

.entry-content p {
  text-align: justify;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #005b9e;
}

.gallery-cat-title {
  font-size: 15px;
  margin: 0 0 7px 0;
  font-weight: 600;
  text-align: center;
}

.breadcrumb-site {
  background: white;
  width: 100%;
}

.breadcrumb-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-right: 1rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  padding-top: 1.75rem;
  list-style: none;
  width: 100%;
  top: 433px;
  border-bottom: #dadada 1px solid;
  border-top: none;
  margin: 0 25px 0 25px;
  margin-left: 0px;
  margin-right: 0px;
}

.bc-icons .breadcrumb-item + .breadcrumb-item::before {
  content: none;
}

.bc-icons .breadcrumb-item.active {
  color: #eeeeee;
}

.bc-icons-2 .breadcrumb-item + .breadcrumb-item::before {
  content: none;
}

.bc-icons-2 .breadcrumb-item.active {
  color: #455a64;
}

.light-font .breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
}

.light-font .breadcrumb-item.active {
  color: #cfd8dc;
}

.dark-font .breadcrumb-item + .breadcrumb-item::before {
  color: #000;
}

.dark-font .breadcrumb-item.active {
  color: #455a64;
}

.filter-sidebar-left {
  margin-bottom: 20px;
}

.title-left {
  font-size: 16px;
  border-bottom: 3px solid #010101;
  margin-bottom: 20px;
}

.title-left h3 {
  font-weight: 700;
}

.list-group-item {
  border: none;
  padding: 5px 20px;
  font-size: 13px;
}

.text-muted {
  padding: 10px 0px;
}

.list-group-item[data-toggle="collapse"]::after {
  width: 0;
  height: 0;
  position: absolute;
  top: calc(52% - 12px);
  right: 10px;
  content: "";
  -webkit-transition: top 0.2s, -webkit-transform 0.2s;
  transition: top 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, top 0.2s;
  transition: transform 0.2s, top 0.2s, -webkit-transform 0.2s;
  font-family: FontAwesome;
  content: "\f105";
}

.list-group-tree .list-group-collapse .list-group {
  margin-left: 25px;
  border-left: 0.8px solid #ced4da;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.list-group-tree .list-group-item.active {
  color: #d33b33;
  background-color: #fff;
}

.list-group-tree .list-group-collapse .list-group > .list-group-item::before {
  position: absolute;
  top: 14px;
  left: 0;
  content: "";
  width: 8px;
  height: 1px;
  background-color: #ced4da;
}

.list-group-tree .list-group-item:hover {
  color: #d33b33;
  background-color: #ced4daaa;
  outline: 0;
}

.carousel {
  position: relative;
}

.carousel-item img {
  /* object-fit: cover; */
  max-height: 580px;
  /* height: 100%; */
}

#carousel-thumbs {
  background: #f0f0f0;
  padding: 0 50px;
}

#carousel-thumbs img:hover {
  opacity: 100%;
}

#carousel-thumbs img {
  opacity: 80%;
  border: 3px solid transparent;
  cursor: pointer;
  height: 100%;
  max-height: 125px;
  width: 100%;
  max-width: 225px;
}

#carousel-thumbs .selected img {
  opacity: 100%;
  height: 100%;
  max-height: 125px;
  width: 100%;
  max-width: 225px;
}

.carousel-control-prev,
.carousel-control-next {
  width: 5rem;
}

.carousel-control-prev-icon {
  background-image: url("../images/before.svg") !important;
}

.carousel-control-next-icon {
  background-image: url("../images/next.svg") !important;
}

.csr-control-prev-icon {
  background-image: url("../images/before.svg") !important;
}

.csr-control-next-icon {
  background-image: url("../images/next.svg") !important;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: inline-block;
  /* width: 30px; */
  /* height: 30px; */
  width: 1.5rem;
  height: 1.5rem;
  background: no-repeat 50%/100% 100%;
  background-image: none;
  top: 25%;
}

.csr-control-next-icon,
.csr-control-prev-icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: no-repeat 50%/100% 100%;
  background-image: none;
}

.owl-theme .owl-nav [class*="owl-"] {
  background: none !important;
  margin: 10px;
  padding: 4px 0px !important;
}

.owl-prev {
  position: absolute;
  left: -40px;
  bottom: 50%;
}

.owl-next {
  position: absolute;
  right: -40px;
  bottom: 50%;
}

#carousel-thumbs .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgba(0,0,0,.60)' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

#carousel-thumbs .carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%60000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}

.indicators {
  width: max-content;
  height: 20px;
  margin: 20px auto 0px;
  display: flex;
}

.indicators .indicator {
  background: darkgray;
  height: 10px;
  width: 10px;
  margin: 2px;
  border-radius: 50%;
}

.indicators .indicator:nth-child(1) {
  background: dimgray;
}

/* .prev,
.next {
  position: absolute;
  font-size: 20px;
  border: none;
  padding: 15px 5px;
  color: white;
  background-color: #1f1f1f;
  cursor: pointer;
}
.prev:focus,
.next:focus {
  outline: none;
}
.prev:hover,
.next:hover {
  background: powderblue;
}
.next {
  display: block;
  right: 5px;
  top: 150px;
}
.prev {
  display: block;
  left: 5px;
  top: 150px;
}
.before,
.after {
  position: absolute;
  display: block;
  height: 165px;
  width: 200px;
  padding-top: 100px;
  background: darkgray;
  border-radius: 2px;
  font-size: 40px;
  box-shadow: 0px 15px 10px -10px lightgray;
  margin-top: 20px;
}
.before {
  margin-left: -180px;
}
.after {
  margin-left: 260px;
} */

.announcement-notice {
  margin: 0px 20px 16px 0px;
  padding: none;
  width: 100%;
  /* height: 24.5vh; */
  display: flex;
  flex-direction: column;
}

/*--announcement block--*/

.tender-notice {
  margin: 0px 20px 16px 0px;
  padding: none;
  width: 100%;
  /* height: 25vh; */
  display: flex;
  flex-direction: column;
}

/*--announcement block--*/

.announcement_events_group {
  order: 2;
  overflow-y: auto;
  overflow-x: hidden;
}

.thin-scrollbar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #f5f5f5;
}

.thin-scrollbar::-webkit-scrollbar {
  width: 8px;
  background-color: #f5f5f5;
}

.thin-scrollbar::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  background-color: #d2d2d2;
}

.announcement_events {
  padding: 12px 0px 10px 00px;
  /* margin-right: 20px; */
}

#event_text {
  color: white;
  font-size: 13px;
  line-height: 24px;
}

#event_date_text {
  color: whitesmoke;
  font-size: 12px;
  line-height: 22px;
}

.top-management {
  margin-left: 80px;
  margin-right: 80px;
  padding-right: 35px;
  padding-left: 45px;
}

@media screen and (max-width: 860px) {
  .top-management {
    padding: 0;
    margin-top: 80px;
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 500px) {
  .top-management {
    padding: 0;
    margin-top: 80px;
    margin-left: 0;
    margin-right: 0;
  }
}

.lisence {
  padding-left: 3.5rem;
  padding-right: 2.5rem;
  padding-top: 0px;
}

@media screen and (max-width: 860px) {
  .lisence {
    padding: 0;
    margin-top: 80px;
  }
}

@media screen and (max-width: 500px) {
  .lisence {
    padding: 0;
    margin-top: 80px;
  }
}

.news {
  padding-left: 60px;
  padding-right: 50px;
}

@media screen and (max-width: 860px) {
  .news {
    padding: 0;
    margin-top: 90px;
  }
}

@media screen and (max-width: 500px) {
  .news {
    padding: 0;
    margin-top: 90px;
  }
}

.gallery {
  padding-left: 60px;
}

@media screen and (max-width: 860px) {
  .gallery {
    padding: 0;
    margin-top: 90px;
  }
}

@media screen and (max-width: 500px) {
  .gallery {
    padding: 0;
    margin-top: 90px;
  }
}

.professional {
  padding-left: 60px;
  padding-right: 50px;
}

@media screen and (max-width: 860px) {
  .professional {
    padding: 0;
    margin-top: 90px;
  }
}

@media screen and (max-width: 500px) {
  .professional {
    padding: 0;
    margin-top: 90px;
  }
}

.internship {
  margin-left: 60px;
  margin-right: 55px;
}

@media screen and (max-width: 860px) {
  .internship {
    padding: 0;
    margin: 90px 0 0 0;
  }
}

@media screen and (max-width: 500px) {
  .internship {
    padding: 0;
    margin: 90px 0 0 0;
  }
}

.staff {
  margin-left: 60px;
  margin-right: 55px;
}

@media screen and (max-width: 860px) {
  .staff {
    padding: 0;
    margin: 90px 0 0 0;
  }
}

@media screen and (max-width: 500px) {
  .staff {
    padding: 0;
    margin: 90px 0 0 0;
  }
}

.contact-form-sec {
  margin-left: 40px;
  margin-right: 35px;
}

@media screen and (max-width: 860px) {
  .contact-form-sec {
    padding: 0;
    margin: 90px 0 0 0;
  }
}

@media screen and (max-width: 500px) {
  .contact-form-sec {
    padding: 0;
    margin: 90px 0 0 0;
  }
}

@media screen and (max-width: 860px) {
  .contact-add {
    padding: 0;
  }
}

@media screen and (max-width: 500px) {
  .contact-add {
    padding: 0;
  }
}

@media screen and (max-width: 860px) {
  .contact-person {
    padding: 0;
  }
}

@media screen and (max-width: 500px) {
  .contact-person {
    padding: 0;
  }
}

.announcement {
  margin-left: 40px;
  margin-right: 50px;
}

@media screen and (max-width: 860px) {
  .announcement {
    padding: 0;
    margin-top: 90px;
    margin-left: 0px;
    margin-right: 0px;
  }
}

@media screen and (max-width: 500px) {
  .announcement {
    padding: 0;
    margin-top: 90px;
  }
}

#list-group-men {
  padding-left: 40px;
  padding-right: 30px;
}

@media screen and (max-width: 860px) {
  #list-group-men {
    padding-left: 25px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 500px) {
  #list-group-men {
    padding-left: 25px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 860px) {
  .banner-poster {
    /* margin-top: 40px; */
  }
}

@media screen and (max-width: 500px) {
  .banner-poster {
    /* margin-top: 40px; */
  }
}

@media screen and (max-width: 500px) {
  .footer-wedget-one img {
    object-fit: cover;
    object-position: center center;
    margin-left: 22px;
  }
}

@media screen and (max-width: 1200px) {
  .footer-wedget-one img {
    max-width: 100%;
    height: 8vh;
    align-content: center;
    display: flex;
    object-fit: cover;
    object-position: center center;
    margin-left: 10px;
  }
}

@media screen and (max-width: 860px) {
  .footer-wedget-four .wedget-four {
    left: 153px;
    top: 63px;
    position: absolute;
  }
}

@media screen and (max-width: 760px) {
  .footer-wedget-four .wedget-four {
    top: 41px;
    position: absolute;
    left: 146;
  }
}

@media screen and (max-width: 950px) {
  .footer-wedget-four .wedget-four {
    top: 59px;
    position: absolute;
    left: 153px;
  }
}

@media screen and (min-width: 930px) {
  .footer-wedget-four .wedget-four {
    width: 60%;
    top: 59px;
    left: 153px;
  }
}

@media screen and (max-width: 1080px) {
  .footer-wedget-four .wedget-four {
    top: 161px;
    position: absolute;
    left: 12px;
  }
}

@media screen and (max-width: 320px) {
  .footer-right {
    padding-bottom: 110px;
    padding-top: 33px;
  }
}

@media screen and (max-width: 412px) {
  .footer-right .footer-wedget-three {
    left: 0px;
  }
}

@media screen and (max-width: 575px) {
  .langTab {
    display: none;
  }
}

@media screen and (max-width: 860px) {
  .footer-right .footer-wedget-three {
    left: -14px;
  }

  .footer-right .footer-wedget-four {
    left: -20px;
  }
}

.organisationalChart {
  margin-left: 60px;
  margin-right: 60px;
}

@media screen and (max-width: 860px) {
  .organisationalChart {
    padding: 0;
    margin-top: 90px;
    margin-left: 0px;
    margin-right: 0px;
  }
}

@media screen and (max-width: 500px) {
  .organisationalChart {
    padding: 0;
    margin-top: 90px;
  }
}

.activities {
  position: relative;
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
}

video {
  display: inline-block;
  background: black;
  width: 100%;
  object-position: center center;
}

@media screen and (min-device-width: 1920px) {
  .announcement-notice {
    margin: 0px 20px 16px 0px;
    padding: none;
    width: 100%;
    /* height: 300px; */
    display: flex;
    flex-direction: column;
  }

  /*--announcement block--*/
}

@media screen and (min-device-width: 768px) and (max-device-width: 810px) {
  .announcement-wall {
    margin-left: 20px;
  }
}

@media screen and (min-device-width: 768px) and (max-device-width: 810px) {
  .banner {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (min-device-width: 768px) and (max-device-width: 810px) {
  .announcement-wall {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (min-device-width: 768px) and (max-device-width: 810px) {
  .activities {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (min-device-width: 768px) and (max-device-width: 810px) {
  .corporate-vid {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 500px) {
  .single_list {
    padding: 30px;
  }
}

@media screen and (max-width: 810px) {
  .single_list {
    padding: 30px;
  }
}

.property_certificates {
  margin-top: 90px;
  margin-left: 50px;
  margin-right: 50px;
}

@media screen and (max-width: 860px) {
  .property_certificates {
    padding: 0;
    margin-top: 90px;
  }
}

@media screen and (max-width: 500px) {
  .property_certificates {
    padding: 0;
    margin-top: 90px;
  }
}

.light-gray {
  /* background-color:#f1f1f1;
    text-align:center; */
  background: white;
  text-align: center;
  background-size: cover;
}

.partner-logo {
  /* -webkit-filter: grayscale(1);
    filter: grayscale(1);
    background-blend-mode: multiply; */
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  margin: 2% 1%;
  border-radius: 100px;
}

.partner-logo img {
  opacity: 100%;
  width: 400px !important;
  height: 100%;
  max-height: 200px !important;
  object-fit: cover;
  object-position: center center !important;
}

/* line 2, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_section_title.scss */
.section_title h3 {
  font-size: 26px;
  font-weight: 400;
  color: #303030;
  position: relative;
  z-index: 0;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 0px;
  line-height: 58px;
  font-family: "Gobold", sans-serif;
}

/* line 12, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_section_title.scss */
.section_title h3 span {
  color: #ff2424;
}

@media (max-width: 767px) {
  /* line 2, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_section_title.scss */
  .section_title h3 {
    font-size: 30px;
    line-height: 36px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 2, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_section_title.scss */
  .section_title h3 {
    font-size: 36px;
    line-height: 42px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 2, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_section_title.scss */
  .section_title h3 {
    font-size: 35px;
    line-height: 42px;
  }
}

@media (max-width: 767px) {
  /* line 27, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_section_title.scss */
  .section_title h3 br {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 27, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_section_title.scss */
  .section_title h3 br {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 27, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_section_title.scss */
  .section_title h3 br {
    display: none;
  }
}

/* line 39, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_section_title.scss */
.section_title .devider {
  position: relative;
  margin-top: -2px;
  padding-bottom: 10px;
}

/* line 42, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_section_title.scss */
.section_title .devider span {
  width: 85px;
  height: 2px;
  background: #e66543;
  display: inline-block;
  margin: 0 3px;
}

/* line 49, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_section_title.scss */
.section_title .devider span:last-child {
  background: #303030;
  width: 14px;
}

/* line 55, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_section_title.scss */
.section_title.white_title h3 {
  color: #fff;
}

.accordion-group .card-header .btn {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 13px 15px;
  padding-bottom: 10px;
}

/* GALLERY */
.gallery-cert {
  display: grid;
  grid-gap: 5px;
  grid-template-columns: repeat(auto-fit, minmax(350px, 3fr));
  grid-template-rows: auto;
  justify-items: center;
  align-items: center;
}

figure img {
  width: 100%;
  height: 100%;
  object-fit: fill;
  object-position: center center;
  border-radius: 8px;
  box-shadow: var(--shadow-elevation-high);
  cursor: pointer;
}

/* .helplines {
    width: 60%;
    margin-left: 20px;
  }

  @media screen and (max-width: 860px) {
    .helplines {
      width: 100%;
      margin-left: 20px;

    }
  }
  
  @media screen and (max-width: 500px) {
    .helplines {
      width: 100%;
      margin-left: 20px;
    }
  } */
  
.carousel-indicators li {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  /* width: 10px; */
  /* height: 10px; */
  width: 0.5rem;
  height: 0.5rem;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  /* background-color: black; */
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
  border-radius: 50%;
}

figure.effect-romeo {
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

figure.effect-romeo img {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, 0, 300px);
  transform: translate3d(0, 0, 300px);
}

figure.effect-romeo:hover img {
  opacity: 0.6;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

figure.effect-romeo figcaption::before,
figure.effect-romeo figcaption::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  height: 1px;
  background: #fff;
  content: "";
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

figure.effect-romeo:hover figcaption::before {
  opacity: 0.5;
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
  transform: translate3d(-50%, -50%, 0) rotate(45deg);
}

figure.effect-romeo:hover figcaption::after {
  opacity: 0.5;
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
  transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}

figure.effect-romeo h2,
figure.effect-romeo p {
  position: absolute;
  top: 60%;
  left: 0;
  width: 100%;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  color: white;
  font-family: "Gobold", sans-serif;
  text-transform: uppercase;
}

figure.effect-romeo h2 {
  -webkit-transform: translate3d(0, -50%, 0) translate3d(0, -150%, 0);
  transform: translate3d(0, -50%, 0) translate3d(0, -150%, 0);
}

figure.effect-romeo p {
  padding: 0.25em 2em;
  -webkit-transform: translate3d(0, -50%, 0) translate3d(0, 150%, 0);
  transform: translate3d(0, -50%, 0) translate3d(0, 150%, 0);
}

figure.effect-romeo:hover h2 {
  -webkit-transform: translate3d(0, -50%, 0) translate3d(0, -100%, 0);
  transform: translate3d(0, -50%, 0) translate3d(0, -100%, 0);
}

figure.effect-romeo:hover p {
  -webkit-transform: translate3d(0, -50%, 0) translate3d(0, 100%, 0);
  transform: translate3d(0, -50%, 0) translate3d(0, 100%, 0);
}

.section-title {
  margin-bottom: 15px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ffffff;
  border: 1px solid #dee2e6;
  border-left: 5px solid red;
}

.news-carousel .owl-nav {
  position: absolute;
  width: auto;
  height: 30px;
  top: 315px;
  right: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1;
}

.news-carousel .owl-nav .owl-prev,
.news-carousel .owl-nav .owl-next {
  position: relative;
  width: 30px;
  height: 30px;
  margin: 0 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #31404b;
  background: transparent;
  border: 1px solid #31404b;
  font-size: 16px;
  transition: 0.3s;
}

.news-carousel .owl-nav .owl-prev:hover,
.news-carousel .owl-nav .owl-next:hover {
  color: whitesmoke;
  background: #005b9e;
  border-color: #005b9e;
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 30px;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #1e2024);
  z-index: 1;
}

@media (min-width: 768px) {
  .news-lg {
    height: 350px;
  }

  .news-lg .border {
    border-left: none !important;
  }
}

@media (max-width: 767.98px) {
  .news-lg .border {
    border-top: none !important;
  }
}

/* .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: flex;
} */

/** information **/
.information {
  background: transparent;
  padding-top: 40px;
  padding-bottom: 0px;
}

.information .ourheading {
  padding-bottom: 50px;
}

.information .ourheading h2 {
  padding-bottom: 25px;
  font-family: "Gobold";
  text-transform: uppercase;
}

.heading_container h2 {
  font-family: "Gobold";
  text-transform: uppercase;
  letter-spacing: 1px;
}

.heading_privacy_notice h2 {
  font-family: "Gobold";
  text-transform: uppercase;
  letter-spacing: 1px;
}

.privacy-notice-desc {
  max-width: 95% !important;
}
.privacy-notice-desc p {
  font-size: 14px !important;
}

.privacy-notice-desc ol {
  font-size: 14px !important;
}
.privacy-list {
  padding-left: 0px !important;
}

.heading_vid h2 {
  font-family: "Gobold";
  text-transform: uppercase;
  letter-spacing: 1px;
}

.information .detail-box {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 0;
}

.white_ll {
  color: #495057;
  font-weight: 500;
}

.carousel-caption {
  position: inherit;
}

.information_box {
  background: #fff;
  box-sizing: border-box;
  padding: 0px 20px 30px 20px;
  margin-bottom: 50px;
  border-radius: 50px;
}

.information_box figure {
  margin: 0;
  margin-top: 20px;
}

.information_box figure img {
  margin-top: -30px;
  height: 40vh;
  object-fit: cover;
  box-shadow: 2px -3px 5px #d5d5d5;
}

.information_box h2 {
  line-height: 32px;
  padding-top: 25px;
  padding-bottom: 15px;
  font-weight: 500;
  color: #fff;
  font-family: "Gobold";
  text-transform: uppercase;
}

.information_box p {
  color: #050000;
  font-size: 15px;
  line-height: 28px;
}

.csrvid {
  background: transparent;
  padding: 20px 0;
}

.csrvid .csrvid_box video {
  margin: 0;
}

.csrvid .csrvid_box video video {
  width: 100%;
}

/* .csrvid .csrvid_box::before {
position: absolute;
content: "";
left: 15px;
border-top: 20px;
height: 20px;
background: #005b9e;
width: 77%;
top: -5px;
}
.csrvid .csrvid_box::after {
position: absolute;
content: "";
left: 10px;
height: 80%;
background: #005b9e;
width: 20px;
top: -5px;
} */

.csrvid_text {
  text-align: center;
  background: #ddd;
  padding: 20px;
  margin-left: -102px;
  margin-right: 50px;
  margin-top: 94px;
  margin-left: -73px;
}

.csrvid_text h2 {
  color: #6e6d70;
  line-height: 40px;
  font-family: "Gobold";
  text-transform: uppercase;
}

.csrvid_text p {
  padding-top: 20px;
}

.introCsr .detail-box {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 45px 0;
}

.introCsr .detail-box p {
  margin-top: 5px;
  font-size: 14px;
}

.introCsr .detail-box a {
  display: inline-block;
  padding: 10px 35px;
  background-color: #005b9e;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid transparent;
  margin-top: 35px;
}

.introCsr .detail-box a:hover {
  background-color: transparent;
  border-color: #005b9e;
  color: #005b9e;
}

.introCsr .img-container .col-sm-6 {
  padding: 0;
}

.introCsr .img-container .img-box-csr {
  margin: 15px;
  position: relative;
}

.introCsr .img-container .img-box-csr img {
  width: 14vw;
  height: 22vh;
  object-fit: cover;
}

.introCsr .img-container .img-box-csr a {
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  border: 2px solid #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.introCsr .img-container .img-box-csr a img {
  width: 20px;
}

.csrIntro {
  background: transparent;
}

.csrIntro .csrIntro_box {
  padding: 15px;
}

.csrIntro .csrIntro_box figure {
  margin: 0;
}

.csrIntro .csrIntro_box figure img {
  width: 100%;
  height: 400px !important;
  object-fit: cover;
  object-position: center center;
  border-radius: 0px;
}

.csrIntro .csrIntro_box::before {
  position: absolute;
  content: "";
  left: 15px;
  border-top: 20px;
  height: 20px;
  background: #005b9e;
  width: 73%;
  top: -5px;
}

.csrIntro .csrIntro_box::after {
  position: absolute;
  content: "";
  left: 10px;
  height: 80%;
  background: #005b9e;
  width: 20px;
  top: -5px;
}

.csrIntro_text {
  text-align: center;
  background: #ddd;
  padding: 20px;
  margin-left: -102px;
  margin-right: 50px;
}

.csrIntro_text h3 {
  color: #6e6d70;
  line-height: 40px;
  font-size: 30px;
}

.csrIntro_text p {
  color: #6e6d70;
}

.icon-bar {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1000;
}

.icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

.icon-bar button {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  border: none;
}

.icon-bar a:hover {
  background-color: red;
}

.icon-bar button:hover {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

.music {
  background: #005b93;
  color: white;
}

.comment {
  background: #71ceea;
  color: white;
}

.user-counter {
  background: #252d46;
  color: white;
}

.player {
  width: 20px;
  height: 20px;
  /* background: blue; */
}

.navbar-brand-box .navbar-toggler {
  display: none;
}

ul.top-info-box li.header-lang {
  bottom: 20px;
  height: 60px;
}

ul.top-info-box li.header-user {
  bottom: 17px;
}

ul.top-info-box div.header-setting {
  bottom: 12px;
}

.navbar-navigation .navbar-brand-box {
  margin-top: -59px;
  margin-left: 35px;
}

.navbar-brand-box {
  margin-top: -63px;
  padding-top: 20px;
  margin-left: 36px;
}

.topnav {
  margin-top: 42px;
  /* margin-left: -323px !important; */
}

.public-info-item {
  display: flex;
  width: 50%;
  float: left;
  margin-bottom: 30px;
}

.public-info-detail a {
  font-family: "Gobold";
  text-transform: uppercase;
  letter-spacing: 1px;
}

.public-info-detail a {
  color: #495057;
}

.public-info-detail a:hover {
  color: #71ceea;
}

.heading_container {
  margin-left: 30px !important;
}

.heading_privacy_notice {
  margin-left: 0px !important;
}

.heading_vid {
  margin-right: 30px !important;
}

.navbar-nav {
  width: 100% !important;
}

.navbar-navigation {
  width: 100% !important;
}

ul.navbar-nav > li {
  padding: 0 0px !important;
}

.topnav .navbar-nav .nav-link {
  position: relative;
  padding: 1rem 0.5rem !important;
}

#topnav-menu-content {
  margin-left: 20px !important;
}

/* 
.fa-bars{
  color: #005b9e !important;
} */

@media (min-width: 360px) and (max-width: 480px) {
  ul.top-info-box {
    list-style: none;
    margin: 0;
    padding: 0;
    float: right;
    display: block;
  }

  ul #myTab {
    display: block;
  }

  ul.top-info-box li.header-lang {
    bottom: 33px;
    right: 12px;
  }

  ul.top-info-box li.header-user {
    bottom: 22px;
    right: 12px;
  }

  ul.top-info-box div.header-setting {
    bottom: 9px;
    right: 9px;
  }

  .navbar-navigation .navbar-brand-box {
    margin-top: 0px;
    margin-left: 16px;
    padding-top: 5px;
    padding-left: 0.5rem;
  }

  .navbar-toggler {
    margin-top: 10px;
    font-size: 1.3rem !important;
    display: block !important;
    float: right !important;
  }

  .topnav {
    right: 307px;
    left: -321px;
    margin-top: 80px;
    margin-left: 7px;
  }

  .topnav .dropdown .dropdown-menu {
    min-width: 342px !important;
  }

  .navbar-brand-box .navbar-toggler {
    display: block;
  }

  #preloader-status {
    margin-left: 0px;
    margin-top: 0px;
    height: 86%;
  }

  .dropdown-megamenu {
    width: 93% !important;
  }

  .breadcrumb-page {
    width: 100% !important;
    margin: 0px !important;
    padding-left: 30px;
    padding-right: 20px;
  }

  .intro-img {
    margin: 0px !important;
    height: 230px !important;
    object-fit: cover;
    object-position: center center;
    width: 100%;
  }

  .intro-body {
    padding: 0px 15px !important;
  }

  .main-timeline {
    margin-bottom: 30px !important;
  }

  #pageHeading .inner .copy strong {
    font-size: 45px !important;
  }

  .banner-main-2 {
    height: 65vmin !important;
    object-fit: cover;
    object-position: center center;
    overflow: hidden;
  }

  .banner-descp {
    padding: 0.5rem !important;
  }

  .banner-descp h3 {
    font-size: 12px !important;
  }

  .banner-descp p {
    font-size: 11px !important;
  }

  .btn-news {
    height: 2.8rem !important;
  }

  .btn-announcement {
    font-size: 13px !important;
    padding: 0px 6px;
  }

  .announcement-wall .wall-one {
    border-radius: 0px;
  }

  .announcement-wall .wall-two {
    border-radius: 0px;
  }

  .announcement-notice {
    height: 14.8rem !important;
  }

  .tender-notice {
    height: 14.8rem !important;
  }

  .public-info-detail h5 {
    font-size: 13px !important;
  }

  .announcements {
    padding-right: 12px !important;
  }

  .tenders {
    padding-left: 12px;
  }

  .single-cta {
    text-align: left;
    display: flex;
    flex-direction: row;
    width: 100% !important;
  }

  .single-cta i {
    font-size: 30px !important;
  }

  .cta-text h4 {
    font-size: 16px !important;
  }

  .footer-up {
    padding: 0px 20px !important;
  }

  .footer-content {
    flex-direction: column !important;
  }

  .visitor-counter {
    flex-direction: column !important;
  }

  .header_information {
    background-color: #005b9e !important;
  }

  .comp-img {
    top: 60px !important;
    width: 90% !important;
  }

  .top-text {
    color: white !important;
  }

  .mdi {
    color: white !important;
  }

  .noti-icon i {
    color: white !important;
  }

  .topnav .navbar-nav .nav-link {
    padding: 0px !important;
  }

  .footer-menu {
    text-align: center !important;
  }

  .footer-menu li {
    margin-left: 10px !important;
  }

  .icon-bar button {
    padding: 3px !important;
  }

  .icon-bar a {
    padding: 3px !important;
  }

  .faq {
    height: 100px !important;
    width: 100px !important;
  }

  .faq-sec {
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-right: auto;
    margin-left: auto;
  }

  .contact-page {
    flex-direction: column !important;
  }

  .map-sec iframe {
    width: 100%;
  }

  .contact-person {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .address-sec {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .checbox-certify {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .job-post p {
    text-align: justify !important;
  }

  .job-post-desc {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .career-view {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .card-job {
    height: 200px !important;
    margin-bottom: 1.5rem !important;
  }

  .logo-partner {
    margin-left: 0px !important;
    padding-left: 0px !important;
  }

  .regular {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .block{
      width: 100% !important;
  }

  .vendor-block{
      width: 100% !important;
  }

  .csr-container{
    max-width: 100% !important;
  }

  .carouselPre {
    grid-auto-columns: calc((100% - 1 * 10px) / 1);
    padding-left: 0px !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  
  .dropdown-megamenu{
    width: 94vw !important;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: unset !important;
  }

  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .collapse:not(.show) {
    display: none !important;
  }

  .logo span.logo-sm{
    display: inline-block;
  }

  .logo span.logo-lg{
    display: none !important;
  }
  
  .navbar-brand-box {
    display: flex;
    margin-top: -28px !important;
  }
  

  .navbar-toggler {
    margin-top: 10px;
    font-size: 1.3rem !important;
    display: block !important;
    float: right !important;
  }

  .topnav {
    display: block;
    margin-top: 55px !important;
    overflow-y: auto;
  }

  .topnav .topnav-menu {
    margin: 0;
    padding: 0;
    top: 22px !important;
  }

  .navbar-navigation .navbar-brand-box {
    margin-left: 0px !important;
  }

  .navbar-navigation {
    width: 100% !important;
  }

  .banner-main-2 {
    height: 45vh !important;
  }

  .banner-poster {
    margin-top: 0px !important;
  }

  .banner-descp {
    bottom: 55px !important;
  }

  .banner-descp h3 {
    font-size: 15px !important;
  }

  .banner-descp p {
    font-size: 13px !important;
  }

  .megamenu {
    max-width: 35% !important;
    margin-right: 35px !important;
  }

  .announcement-wall {
    display: flex;
    flex-direction: column-reverse !important;
  }

  .wall-two {
    max-width: 100% !important;
  }

  .announcement-notice {
    height: 21.5vh !important;
  }

  .tender-notice {
    height: 21.5vh !important;
  }

  .public_info {
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }

  .carouselPre {
    grid-auto-columns: calc((100% - 2 * 10px) / 2);
    padding-left: 0px !important;
  }

  .csr-container{
    max-width: 100% !important;
  }

  .csr-heading{
    margin-left: 35px !important;
  }

  .third-block{
    height: 200px !important;
  }

  .intro-img {
    margin: 0px !important;
    height: 500px !important;
    object-fit: cover;
    object-position: center center;
    width: 100%;
  }

  .intro-body {
    padding: 0px 15px !important;
  }

  .main-timeline {
    margin-bottom: 30px !important;
  }

  .breadcrumb-page {
    width: 100% !important;
    margin: 0px !important;
    padding-left: 30px;
    padding-right: 20px;
  }

  .btn-news {
    height: 2.8rem !important;
    padding: 0.2rem 0.45rem !important;
  }

  .btn-announcement {
    font-size: 13px !important;
    padding: 0px 6px;
  }

  .public-information {
    max-width: 100%;
  }

  .csr-section {
    max-width: 94% !important;
  }

  .announcements {
    padding-right: 0.25rem;
    max-width: 100% !important;
  }

  .tenders {
    padding-left: 0.25rem !important;
    max-width: 100% !important;
  }

  .header_information {
    background-color: #005b9e !important;
  }

  .comp-img {
    top: 50px !important;
    width: 100% !important;
    left: 0px !important;
  }

  .top-text {
    color: white !important;
  }

  .mdi {
    color: white !important;
  }

  .noti-icon i {
    color: white !important;
  }

  .topnav .navbar-nav .nav-link {
    padding: 0px !important;
  }

  .contact_card {
    width: 240px !important;
    height: 240px !important;
  }

  .faq {
    height: 60px !important;
    width: 60px !important;
  }

  .contact-page {
    flex-direction: column !important;
  }

  .cont-form {
    max-width: 100% !important;
  }

  .address-sec {
    max-width: 100% !important;
  }
  .map-sec {
    max-width: 100% !important;
  }

  .map-sec iframe {
    width: 100% !important;
  }

  .contact-person {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .job-post p {
    text-align: justify !important;
  }

  .job-post-desc {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .career-view {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .card-job {
    height: 200px !important;
    margin-bottom: 1.5rem !important;
  }

.card-job {
  height: 200px !important;
  margin-bottom: 1.5rem !important;
}

.media-gallery{
  max-width: 50% !important;
}

.logo-partner{
  margin-left: 0px !important;
  padding-left: 0px !important;
}

.regular{
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.partner{
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.menu-one {
padding: 30px 60px !important;
}

.menu-two {
  padding: 30px 60px !important;
}

.menu-three {
padding: 30px 60px !important;
}


}

@media (min-width: 1024px){
    
  .media-gallery{
    max-width: 50% !important;
  }

  .logo-partner {
    margin-left: 0px !important;
    padding-left: 0px !important;
  }

  .regular {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .partner {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
}

@media (min-width: 1024px) {

  .dropdown-megamenu {
    left: -44px !important;
    right: 20px !important;
    width: 110vw;
  }

  /* .noti-icon i {
    color: grey !important;
  } */

  .tender-notice {
    height: auto !important;
  }

  .announcement-notice {
    height: auto !important;
  }

  .carouselPre {
    grid-auto-columns: calc((100% - 4 * 10px) / 4);
  }

  .intro-img {
    height: 500px !important;
    width: 100% !important;
    object-fit: cover;
    object-position: center center;
  }

  .intro-body {
    padding: 0px 60px !important;
  }

  .banner-main-2 {
    height: 35rem !important;
    object-fit: cover;
    object-position: center center;
    overflow: hidden;
  }

  .btn-news {
    height: 3rem !important;
    /* padding: 0.2rem 0.45rem !important; */
    padding: 0px !important;
  }

  .announcement-wall .wall-one {
    border-radius: 8px;
  }

  .announcement-wall .wall-two {
    border-radius: 8px;
  }

  .btn-announcement {
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    overflow: hidden !important;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    font-size: 14px;
    /* box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1); */
  }

  .announcements {
    padding-right: 0.25rem;
  }

  .tenders {
    padding-left: 0.25rem !important;
  }

  .faq {
    height: 100px !important;
    width: 100px !important;
  }

  .map-sec iframe {
    width: 100%;
    height: 100%;
  }

  .regular {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
}

@media (min-width: 1224px) {
  .carouselPre {
    grid-auto-columns: calc((100% - 1 * 10px) / 4);
  }

  .single-cta {
    text-align: left;
    display: flex;
    justify-content: center;
    flex-direction: row;
  }

  .faq {
    height: 100px !important;
    width: 100px !important;
  }

  .map-sec iframe {
    width: 100%;
    height: 100%;
  }
}

.image-overlay {
  visibility: hidden;
  position: absolute;
  bottom: 0;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5);
  /* Black see-through */
  color: #f1f1f1;
  width: 100%;
  transition: 0.5s ease;
  color: white;
  /* padding: 10px 20px 10px 20px; */
  text-align: center;
  cursor: context-menu;
}

.visibility-unset {
  visibility: unset;
}

.btn-custom-read-more {
  color: gray;
  background-color: whitesmoke;
  border-color: whitesmoke;
}

.btn-custom-read-more:hover {
  color: #fff;
  background-color: #71ceea;
  border-color: #abd8e6;
}

/* Tooltip container */
/* .tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
} */

/* Tooltip text */
.custome-tooltiptext {
  visibility: hidden;
  width: auto;
  /* background-color: #555; */
  background: linear-gradient(#ffffff 10%, #005b9e 90%);
  color: #fff;
  text-align: center;
  border-radius: 6px;

  /* Position the tooltip text */
  position: absolute;
  z-index: 1;
  bottom: 80%;
  left: 50%;
  margin-left: -45px;

  /* Fade in tooltip */
  opacity: 0;
  transition: opacity 0.3s;
}

/* Tooltip arrow */
.custome-tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #005b9e transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.comingsoon:hover .custome-tooltiptext {
  visibility: visible;
  opacity: 1;
}

.truncate-1{
  text-align: justify;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  overflow: hidden !important;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}

.truncate-2 {
  text-align: justify;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  overflow: hidden !important;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}

.truncate-3 {
  text-align: justify;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  overflow: hidden !important;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}

.truncate-4 {
  text-align: justify;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  overflow: hidden !important;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
}
