.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}

.btn-secondary {
  background-color: #fe9110;
  border-color: #fe9110;
}
.btn-secondary:hover {
  background-color: #f4ac27 !important;
  border-color: #f4ac27 !important;
}
.text-primary {
  color: #fe9110 !important;
}
.slick-slider .slick-prev,
.slick-slider .slick-next {
  color: var(--bs-white);
  height: 50px;
  width: 50px;
  transition: 0.5s;
  animation-delay: 0.2;
  opacity: 0.1;
  top: 30% !important;
  color: #485ea6 !important;
  font-size: 40px !important;
  font-weight: 800 !important;
}

.slick-slider .slick-prev:hover,
.slick-slider .slick-next:hover {
  height: 60px;
  width: 60px;
  transition: 0.5s;
  animation-delay: 0.2;
  opacity: 1;
}

body {
  background: #071c40;
  font-family: Poppins !important;
  overflow-x: hidden;
  letter-spacing: 0 !important;
}
h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
  font-family: Poppins;
}

/** banner start**/

.top_head {
  color: #fff;
  text-align: center;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 0;
}
.top_head a,
.top_head span {
  color: #52788e !important;
  text-align: center;
  font-size: 10px;
}
.top_head.align-items-center {
  display: block;
  background: linear-gradient(
    180deg,
    rgb(7, 28, 64) 0%,
    rgba(1, 17, 35, 0.1) 81%,
    rgb(7, 28, 64, 0) 100%
  );
  /* padding: 12.3rem; */
  height: 3rem;
}
.top_head a,
.top_head span {
  display: inline-block;
}
.overlaygradient {
  background: rgb(9, 43, 84);
  background: linear-gradient(
    180deg,
    rgba(7, 28, 64, 1) 0%,
    rgba(23, 60, 105, 0.3087359943977591) 81%,
    rgba(7, 28, 64, 0.9894082633053222) 100%
  );
}
.section-overlay {
  /** background: rgb(9,43,84);
	background: linear-gradient(180deg, rgba(9,43,84,1) 0%, rgba(9,43,84,1) 35%, rgba(0,212,255,0.05383403361344541) 100%);
	*/
  background: rgb(9, 43, 84);
  background: linear-gradient(
    180deg,
    rgba(7, 28, 64, 1) 0%,
    rgba(23, 60, 105, 0.1) 81%,
    rgba(7, 28, 64, 10) 100%
  );
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
}
/** .navbar-light
{
	 background:#163357;
}
*/
.ktig-container h1.text-primary {
  margin-bottom: 0 !important;
}
.hero-section h1,
h1.text-primary {
  color: #fff !important;
  font-family: poppins !important;
  font-weight: 600;
}
.hero-section h4 {
  color: #fff;
  font-family: poppins;
  font-weight: 500;
}
.video-wrap {
  z-index: -100;
}
.custom-video {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.navbar-collapse .btn.btn-primary {
  background: none;
}
.navbar-collapse .btn.btn-primary:hover {
  background: #fff;
}
.social_listtop a {
  height: inherit !important;
}
.social_listtop span {
  padding-bottom: 3px;
  text-align: left;
  font-size: 13px;
  color: #ffffff !important;
}
.sticky-top .social_listtop span {
  font-size: 10px;
}

.navbar-collapse .btn-secondary,
.navbar-collapse .btn-secondary:hover {
  background: none !important;
  padding: 0 !important;
  border: none !important;
  margin-right: 8px !important;
  font-size: 12px !important;
  color: #fe8c11 !important;
}
.navbar-collapse .btn-secondary:hover {
  color: #ffffff !important;
}
.navbar-collapse .btn-md-square {
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: left;
  font-weight: normal;
  width: 160px;
  height: 20px;
  text-align: left !important;
  border-radius: 15px !important;
  border: 1px solid #52788e;
}
.navbar-collapse .fas {
  font-size: 10px;
  color: #52788e;
}

/*---------------------------------------
  HERO        
-----------------------------------------*/
.hero-section {
  position: relative;
  overflow: hidden;
  /* padding-top: 100px;
  height: calc(100vh - 51px); */
}

.hero-section small {
  color: var(--white-color);
  text-transform: uppercase;
}

.hero-section .section-overlay {
  z-index: 2;
  /* opacity: 0.45; */
}

.hero-section .container {
  position: relative;
  z-index: 2;
  height: 100%;
  padding-bottom: 50px;
}

.hero-section .container .row {
  height: 100%;
}

.bg-light {
  background-image: linear-gradient(to top, hsla(180, 100%, 9%, 0), #0a2b54);
}
.owl-item {
  border-radius: none !important;
  border: none !important;
}
.owl-item img {
  width: 100% !important;
  height: 100% !important;
  display: block;
  margin: auto;
  border-radius: 0 !important;
  border: none !important;
}
.text-right {
  text-align: right;
  font-size: 14px;
}

/*** Spinner Start ***/
/*** Spinner ***/
#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
  z-index: 99999;
  background-image: linear-gradient(to top, hsla(180, 100%, 9%, 0), #0a2b54);
}

#spinner.show {
  transition: opacity 0.5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}
/*** Spinner End ***/

.back-to-top {
  position: fixed;
  right: 30px;
  bottom: 20px;
  transition: 0.5s;
  z-index: 99;
  border-color: #fe9110 !important;
  background: #fe9110 !important;
}

.back-to-top:hover,
.back-to-top:focus {
  background: none !important;
}

/*** Button Start ***/
.btn {
  font-weight: 600;
  transition: 0.5s;
}

.btn-square {
  width: 32px;
  height: 32px;
}

.btn-sm-square {
  width: 34px;
  height: 34px;
}

.btn-md-square {
  width: 44px;
  height: 44px;
}

.rounded-circle.back-to-top {
  width: 56px;
  height: 56px;
  background: none !important;
  border: 1px solid #ffffff24 !important;
}
.rounded-circle.back-to-top:hover {
  background: #fe9110 !important;
}
.btn-xl-square {
  width: 66px;
  height: 66px;
}
.rounded-circle {
  background: #fe9110 !important;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square,
.btn-xl-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
}

.btn.btn-primary {
  color: var(--bs-white);
}

.btn.btn-primary:hover {
  background: var(--bs-secondary);
  border: 1px solid #fe9110;
}

.btn.btn-secondary {
  color: var(--bs-white);
}

.btn.btn-secondary:hover {
  background: var(--bs-primary);
  border: 1px solid var(--bs-primary);
}
/*** Topbar Start ***/

/*** Navbar ***/
.navbar-light .navbar-nav .nav-link {
  position: relative;
  margin-right: 25px;
  padding: 7px 0;
  color: var(--bs-white);
  font-size: 13px;
  font-weight: 400;
  outline: none;
  transition: 0.5s;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:focus-visible {
  color: #fe9110 !important;
}
.navbar-light .navbar-nav .dropdown-toggle {
  color: #ffffff !important;
}
.dropdown-item {
  font-size: 13px;
  color: #142749;
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link.active {
  color: #fe9110;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
  padding: 7px 0;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light
  .navbar-nav
  .dropdown-toggle
  .navbar-light
  .navbar-nav
  .nav-link.active {
  color: #fe9110;
}

.navbar-light .navbar-brand img {
  /* max-height: 111px  !important; */
  transition: 0.5s;
  /* max-width: 60%; */
  height: 65px;
}

.sticky-top.navbar-light .navbar-brand img {
  max-height: 45px;
  margin: auto;
  transition: 0.5s;
}

.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  vertical-align: middle;
  margin-left: 8px;
}

.dropdown .dropdown-menu a:hover {
  background: #fe9110;
  color: #ffffff;
}

.navbar .nav-item:hover .dropdown-menu {
  transform: rotateX(0deg);
  visibility: visible;
  background: var(--bs-light);
  transition: 0.5s;
  opacity: 1;
  font-size: 14px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .single-hero-slide {
    height: 240px !important;
  }

  .directs_details .directors_photo {
    width: 85% !important;
    margin: auto !important;
  }
  .detailview_wrap {
    display: block !important;
  }
  .eventdetail_inner .service-single__left-item {
    width: 100% !important;
    display: block !important;
  }
  .eventdetail_inner .service-single__left-item img {
    display: block;
    width: 50%;
  }
  .homebannerwrap {
    padding-top: 5rem !important;
    padding-bottom: 2rem !important;
  }
  .homebannerwrap .slide h2 {
    font-size: 30px !important;
  }
  .homebannerwrap .slide p {
    font-size: 14px !important;
  }

  .homebannblk .single-hero-slide .slick-track {
    top: 115px !important;
  }
  .homebannblk .single-hero-slide .slick-track h2 {
    font-size: 36px !important;
  }
  .homebannblk .single-hero-slide .slick-track p {
    font-size: 16px !important;
  }
  .homebannblk .innercontain {
    margin-top: 0px !important;
  }
  .innercontain {
    margin-top: 90px !important;
  }
  .bloglist_contain {
    padding-bottom: 0 !important;
  }

  .single-hero-slide .hero-slides-content h2 {
    font-size: 30px !important;
  }
  .boardlist_inner {
    width: 50% !important;
    padding-top: 30px;
    margin-top: 0 !important;
  }
  /* .boardlist_inner .boardlist 
      {
        width: 50%;
      } */
  .partners_logo {
    width: 25%;
  }
}
@media (max-width: 991.98px) {
  .cvuploadwrap {
    padding-top: 0 !important;
    background: none !important;
  }
  .backtopboard {
    margin-top: 0 !important;
  }
  .job_destial_tiles2 {
    display: inline-block !important;
  }
  .job_destial_tiles2 .col-7 {
    width: 100% !important;
  }

  .homebannerwrap {
    height: 100% !important;
    padding-bottom: 3rem !important;
  }

  .details_board_title {
    display: none !important;
  }
  .board_details .service-item .pe-3 {
    margin: auto;
  }
  .directs_details .directors_title {
    border-left: none !important;
  }
  .board_details .small_caption {
    text-align: left !important;
  }
  .directs_details .directors_title h2 {
    font-size: 30px !important;
  }
  .success_title {
    padding-top: 30px !important;
  }
  .directs_details .directors_title {
    justify-content: center !important;
  }
  .directs_details .directors_photo {
    margin: auto !important;
    justify-content: center !important;
    display: block !important;
    width: 85% !important;
    border-right: 5px solid #071b3d !important;
  }
  .directs_details .directors_title h3 {
    font-size: 30px !important;
    padding-top: 15px;
  }
  .success_title {
    text-align: center !important;
  }
  .mob_pt {
    padding-top: 0px !important;
  }
  .boardmbers_inn .row.mt-5.mp-0.pb-5.g-4 {
    padding-top: 0 !important;
    margin-top: 0 !important;
  }
  .boardmbers_inn
    .row.mt-5.mp-0.pb-5.g-4
    .col-md-3.boardlist_inner.mt-0.col-lg-3 {
    padding-top: 0 !important;
  }

  .cvuploadwrap form {
    padding-top: 0 !important;
    margin-top: 0 !important;
  }
  .contact.py-5 {
    padding-top: 0 !important;
  }
  .contact.py-5 .container.py-5 {
    padding-top: 30px !important;
  }
  .contact.py-5 .container.py-5 form {
    margin-top: 20px !important;
  }

  .sticky-top.navbar-light {
    position: relative;
  }
  .blog .blog-item .blog-date {
    display: none;
  }
  .show .navbar-nav .dropdown-menu {
    position: relative !important;
    border: none;
    top: 0;
    left: 0 !important;
    height: 100%;
    width: 100%;
    z-index: 99;
    display: initial !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateX(100%) !important;
    transition: all 0.3s;
  }
  .nav-item .dropdown-menu.custom-dropdown-background {
    display: none !important;
    visibility: hidden;
  }
  .dropdown-menu.m-0.custom-dropdown-background.show {
    display: inherit !important;
    visibility: visible;
  }

  .nav-item.dropdown {
    display: contents;
    padding: 10px 0;
    margin-left: 0;
    color: #ffffff;
    border-bottom: 1px solid rgba(151, 137, 137, 0.08);
  }
  .navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light);
    transition: 0.5s;
    opacity: 1;
    font-size: 14px;
  }

  .about-img .img-fluid {
    margin: auto;
    display: block;
  }
  .row.g-5.mt-5 {
    margin-top: 0 !important;
  }

  .service_caption {
    text-align: center !important;
  }
  .fileup_wrap {
    padding-top: 0 !important;
  }
  .fieldwrap {
    margin-bottom: 0 !important;
  }

  .fadeInUp {
    margin-top: 0 !important;
  }
  .blog .blog-item .blog-img {
    /* height: 9rem !important; */
    width: 100%;
  }

  .slick-slide img {
    width: 100%;
    display: block !important;
    -webkit-filter: grayscale(0%) !important;
    filter: grayscale(0%) !important;
  }

  .footer_logobar .col-lg-6.position-relative.text-center.mb-3 {
    margin-top: 0 !important;
  }
  .blog-content {
    padding: 15px !important;
  }
  /* .homebannblk .navbar
    {
        display: inline-block !important;
    } */
  .dropdown-menu.m-0.custom-dropdown-background.show {
    position: relative;
    display: inherit;
  }
  .nav-item .dropdown-menu.sub-dropdown {
    position: relative !important;
    left: 0 !important;
  }

  .container-fluid.blog_container .px-3 {
    width: 100% !important;
  }

  .navbar-light .navbar-collapse {
    background: rgb(14, 23, 60) !important;
  }
  .bloglist_contain {
    display: inline-block;
    width: 100%;
  }
  .navbar {
    z-index: 999;
  }
  .bg-breadcrumb {
    /* padding: 35px 0 15px 0 !important; */
    position: absolute !important;
    top: 30px;
  }
  .fulladdresspage .col-lg-12.col-xl-4 {
    width: 50% !important;
    margin: 0 !important;
  }
  .innercontain {
    margin-top: 120px;
  }
  .text-center.mx-auto.py-5 {
    padding-top: 2rem !important;
  }
  /* .beginblog
      {
        margin-top: 130px;
      }    */
  .footer-social-icons {
    padding-left: 0;
    padding-right: 0;
  }
  .homebannblk.feature .col-lg-9 .wow.fadeInUp {
    margin: 10px !important;
  }

  .row {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0 !important;
  }
  /* .innercontain .about-item
      {
        padding-top: 20px;
      } */
  /* .navbar-expand-lg
    {
        position: absolute;
        width: 100%;
        z-index: 99;
    } */
  .container-sm,
  .container {
    width: 100% !important;
  }
  .container-fluid.blog_container .px-3 {
    padding: 0 !important;
  }
  .vidiobg,
  .homebannerwrap {
    height: 240px !important;
  }

  .form_left,
  .form_right {
    display: none !important;
  }
  .bloglist_contain {
    display: inline-block;
    margin: 0 !important;
  }

  .bloginnerpage .bloglist_contain .col-lg-6 {
    width: 50%;
    display: inline-block;
    display: inline-block;
    padding-bottom: 20px !important;
    margin: 0 !important;
  }
  .fulladdresspage .col-lg-12.col-xl-4 {
    width: 33.33%;
  }

  .footer .position-relative img {
    margin: auto !important;
    display: block;
  }
  .hero-section h4 {
    font-size: 14px;
  }
  .kti_details_1 .display-3.text-capitalize {
    padding-left: 0 !important;
    text-align: center !important;
  }
  .service_caption,
  .kti_details_1 .about-item p {
    width: 100%;
    text-align: center;
  }
  .kti_details_1 .text-center.mx-auto.wow.fadeInUp {
    padding-left: 0;
    padding-right: 0;
  }

  .kti_details_1 .row > * {
    margin-top: 0 !important;
  }
  .ktig_services_page .about-img_border {
    display: none;
  }
  .ktig_services_page .about-img {
    margin-bottom: 20px;
  }
  .kti_details_2 .overflow-hidden .text-capitalize,
  .display-3 {
    padding-top: 0 !important;
  }

  .navbar.navbar-expand-lg .navbar-toggler .fa {
    font-size: 24px !important;
  }
  .navbar.navbar-expand-lg .navbar-toggler {
    padding: 10px 12px;
    border: 1px solid #fe9110;
    color: #fe9110;
    border-radius: 5px;
    width: auto;
    display: contents;
  }
  .ktig-container,
  .hero-section h1,
  h1.text-primary {
    display: inline;
    width: inherit;
  }
  .navbar-light .navbar-brand {
    display: inline-block;
    margin: 0;
    width: 90%;
  }
  .navbar-light .navbar-brand img {
    max-width: 95%;
  }
  .homebannblk .navbar {
    display: inline-flex;
    padding: 5px 15px 0 15px !important;
    width: 100%;
  }
  .navbar-light .navbar-brand img {
    display: block;
    margin: 0;
  }
  .social_listtop {
    display: none;
  }
  .navbar-light .navbar-collapse {
    border: 1px solid rgba(255, 255, 255, 0.38) !important;
    background: rgba(7, 27, 61) !important;
    border-radius: 5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    box-shadow: 0 0 7px #575c5f;
    padding: 15px;
  }
  .feature p br {
    display: none !important;
  }

  .navbar-light .navbar-nav .nav-link,
  .sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 10px 0;
    margin-left: 0;
    color: #ffffff;
    border-bottom: 1px solid rgba(151, 137, 137, 0.08);
  }
  .dropdown-menu.m-0.custom-dropdown-background.show {
    border-radius: 7px;
  }
  .dropdown-menu.m-0.custom-dropdown-background.show .dropdown-item {
    background: #122b54;
    font-size: 13px !important;
  }

  .navbar-light .navbar-brand img {
    max-height: 80px !important;
    padding-top: 15px;
  }
}

.footer .text-copyright {
  color: #a1adc2 !important;
  font-size: 11px;
}
.footer .col-md-6.col-lg-6.col-xl-2 {
  margin-top: 0;
  margin: 0 auto;
  width: 30%;
  flex: max-content;
}

.group_contact .form-floating > .form-control:focus,
.group_contact .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-2rem) translateX(0.15rem);
}

::placeholder {
  font-weight: 400 !important;
}

.group_contact .form-control {
  color: #ffffff;
}

.contact {
  position: relative;
  overflow: hidden;
  /**background: linear-gradient(rgb(9,43,84, 1), rgba(9,43,84, 0)), url(../img/fact-bg.jpg); **/
  background: linear-gradient(
      180deg,
      rgba(7, 28, 64, 1) 0%,
      rgba(7, 28, 64, 0.54) 81%,
      rgb(7 28 64) 100%
    ),
    url(../img/contactbg.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.common_contact_form {
  position: relative;
  overflow: hidden;
  /**background: linear-gradient(rgb(9,43,84, 1), rgba(9,43,84, 0)), url(../img/fact-bg.jpg); **/
  background: linear-gradient(
      180deg,
      rgba(7, 28, 64, 1) 0%,
      rgba(7, 28, 64, 0.54) 81%,
      rgb(7 28 64) 100%
    ),
    url(../img/businesscontactbg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.common_contact_form form {
  border: none !important;
  background: none !important;
  padding: 0 !important;
}

.group_contact .form-floating > .form-control,
.group_contact .form-floating > .form-select {
  height: calc(2.5rem + 0px);
  padding: 0rem -0.25rem;
  background: none !important;
  border: 1px solid #ffffff;
}
.group_contact .form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 0rem 0.75rem;
  pointer-events: none;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
  line-height: 42px;
  font-size: 12px;
  color: #ffffff;
  font-weight: 400;
}

.group_contact .btn-grad,
.bannercta {
  /* background-image: linear-gradient(to right, #000428 0%, #004e92  51%, #000428  100%); */
  background-image: linear-gradient(
    to right,
    #82480a 0%,
    #ffa500 51%,
    #842a06 100%
  );
  box-shadow: 0 4px 34px #8c3527 !important;
  border: 1px solid #f09a01 !important;
  padding: 10px !important;
}

.group_contact .btn-grad,
.bannercta {
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  box-shadow: 0 0 7px #224b66;
  border-radius: 100px;
  display: block;
  border: 1px solid #425e8d;
  width: 222px !important;
  margin: auto;
  font-size: 14px;
}

.group_contact .btn-grad:hover,
.bannercta:hover {
  background-position: right center; /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
}

.group_contact input,
.group_contact select {
  font-family: Poppins;
  font-size: 12px !important;
  line-height: 30px !important;
  padding: 0rem 0.75rem !important;
  appearance: auto !important;
  background: none !important;
}
.group_contact select {
  color: #ffffff !important;
}

.form_left.btn-md-square.rounded-circle {
  position: absolute;
  margin: auto;
  margin-top: -17px;
  font-size: 11px;
  background: linear-gradient(to right, #cbcbcb, #927f94) !important;
  color: #292f4c !important;
  border: 1px solid #b6b9bd;
  /* box-shadow: 0 0 7px #224b66; */
  text-align: center;
  left: 48.3%;
}
.form_right.btn-md-square.rounded-circle {
  margin-right: -9.5rem;
  margin-top: -11rem;
  font-size: 10px;
  background: #071b3d !important;
  color: #52788e !important;
  border: 1px solid #52788e;
  box-shadow: 0 0 7px #224b66;
  display: none !important;
}
.footer-social-icons {
  border-top: 1px solid #718189;
  padding-top: 1rem;
}
.counter-item .fa,
.counter-item .fas {
  background-image: linear-gradient(to left, hsla(180, 100%, 9%, 0), #387070);
  padding: 3px 30px 3px 5px;
  font-size: 1.5rem;
  margin-left: 5px;
  color: #ffffff !important;
}
.counter-item .fs-2 {
  font-size: 3rem !important;
}

@media (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: block;
    visibility: hidden;
    top: 100%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
    border: 0;
    border-radius: 10px;
    transition: 0.5s;
    opacity: 0;
  }
  .board_details .col-lg-10 .service-item:first-child {
    margin-top: 0px !important;
  }
  .board_details .col-lg-10 .service-item {
    margin-top: 60px !important;
  }
  .socialwrap {
    display: inline-block;
    border-left: 1px solid #2e4e61;
    padding-left: 20px;
  }
  .directs_details .directors_photo {
    max-height: 440px;
  }
  .imag_wrap {
    height: 400px;
  }
  .eventdetail_inner .imag_wrap img {
    width: 100% !important;
    height: 100%;
    object-fit: cover;
    object-position: top;
  }

  .success_title {
    padding-top: 30px !important;
    padding-bottom: 20px;
  }
  .board_details .col-lg-10 .service-item,
  .details_board_title p {
    min-height: 1x;
    padding: 0 !important;
    margin-right: 110px !important;
    margin-top: 35px !important;
  }
  .board_details .col-lg-10 .service-item .pe-3 {
    padding-right: 0 !important;
    width: 45px;
  }

  .directs_details .directors_title .experiencetag {
    max-width: 400px;
  }
  .homebannerwrap .slide h2 {
    font-size: 36px !important;
  }
  .homebannerwrap .slide p {
    font-size: 18px !important;
  }
  .homebannblk .single-hero-slide .slick-track {
    top: 30vh !important;
  }
  .desktop_pt {
    padding-top: 20px !important;
  }

  .navbar-light .navbar-brand {
    width: 270px;
  }
  .navbar-light .navbar-brand img {
    margin: 0;
    height: 65px;
    display: block;
  }
  /* .ktig-container h1.text-primary
    {
      height: 75px;
    } */
  .fileupinner form {
    width: 66%;
    margin: auto;
    padding: 40px !important;
  }

  .blog .display-3 {
    padding-bottom: 20px !important;
  }
  .blog-content {
    padding: 15px;
  }
  .border_image_block {
    padding-left: 0;
  }

  .navbar-light .text-body {
    font-size: 9px;
  }
  .counter,
  .counter .container {
    padding-top: 0 !important;
  }

  .display-3 {
    font-size: 2rem;
  }

  .hero-section {
    padding-top: 150px;
    padding-bottom: 8rem;
  }
  .hero-section h1,
  h1.text-primary {
    font-size: 2.5rem;
  }
  .hero-section h4 {
    font-size: 0.9rem;
    letter-spacing: 0.37rem;
    color: #a6a0a0 !important;
  }
  .sticky-top.navbar-light .text-body {
    font-size: 9px;
  }
  /* .sticky-top.navbar-light::before
  {
 content: "";
 height: 52px;
 width: 100%;
 background: linear-gradient(to top, #071b3d, #071b3d) !important;
 position:absolute;
 top: 0;
 left: 0;
 margin-left: -3.8vw !important;
    padding-right: 100vw !important;
    z-index: -1;
  } */
  .sticky-top.navbar-light {
    background: linear-gradient(to top, #071b3d, #071b3d) !important;
    color: #fff !important;
    margin-top: 0 !important;
    transition: 0.5s;
  }
  .sticky-top.navbar-light .navbar-nav .nav-link {
    color: #fff !important;
    font-size: 11px;
  }
  .sticky-top.navbar-light .d-flex.flex-column.ps-3.pe-3.mb-3 {
    margin-bottom: 0 !important;
  }

  .text-body {
    font-size: 14px;
    text-align: center;
    color: #52788e !important;
  }
  /* .navbar-light .navbar-brand
    {
        margin-left: 13vw;
    } */
  .sticky-top .navbar-nav {
    margin-top: 20px !important;
    transition: 0.5s;
  }

  .navbar-expand-lg .navbar-nav {
    border-top: 1px solid #52788e;
    margin-top: 25px;
    transition: 0.5s;
  }
  .navbar-expand-lg .navbar-collapse {
    transition: 0.5s;
    justify-content: flex-start;
  }
  /* .navbar-expand-lg .navbar-collapse
    {
        margin-left: -52px;
       
    } */

  /* .navbar-light {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        border-top: 0;
        border-right: 0;       
        border-left: 0;       
        z-index: 999;
        margin-top: 12vh;
        transition: .5s;
    } */

  .headerwrap {
    margin: auto;
    align-content: center;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .mainheaderpage {
    display: block;
    margin: auto;
  }
  .mainheaderpage {
    display: flex;
    margin: auto;
    margin-top: 12vh;
    position: absolute;
    z-index: 999;
    left: auto;
    right: auto;
    width: 100%;
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .sticky-top.navbar-light {
    position: fixed;
    background: var(--bs-light);
    border: none;
    transform: translateY(0%);
    transition: 0.15s;
    margin-right: auto !important;
    margin-left: auto !important;
    left: auto;
    right: auto;
    transition-delay: 0.5s;
    margin: auto;
    width: 100%;
  }
  .sticky-top.navbar-light .navbar-brand {
    margin-left: 9vw;
    transition: 0.5s;
  }
  .homebannblk .single-hero-slide .slick-track h2 {
    font-size: 30px !important;
  }

  .homebannblk .single-hero-slide .slick-track p {
    font-size: 18px !important;
  }
  .contact .form_inner .col-lg-12,
  .common_contact_form .form_inner .col-lg-12 {
    margin-top: 35px;
  }
  .nav-item.dropdown:hover:before,
  .nav-item.dropdown:hover::after {
    display: none;
    opacity: 0 !important;
  }

  .nav-link.dropdown-toggle.cursor-pointer.active:hover:before,
  .nav-link.dropdown-toggle.cursor-pointer.active:hover:after {
    display: block !important;
    opacity: 1 !important;
    margin-left: 0px;
  }

  .navbar-light .navbar-nav .nav-item::before,
  .nav-link.dropdown-toggle.cursor-pointer.active::before {
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    top: -2px;
    left: 50%;
    background: #fe9110;
    transition: 0.5s;
  }

  .sticky-top.navbar-light .navbar-nav .nav-item::before {
    top: 0;
  }

  .navbar-light .navbar-nav .nav-item::after,
  .nav-link.dropdown-toggle.cursor-pointer.active::after {
    content: "";
    position: absolute;
    top: -3px;
    left: 50%;
    transform: translateX(-50%);
    /* border: 10px solid; */
    /* border-color: transparent transparent var(--bs-primary) transparent; */
    opacity: 0;
    transition: 0.5s;
    width: calc(100% - 2px);
    height: 5px;
    background: #fe9110;
    border-radius: 5px;
  }

  .navbar-light .navbar-nav .nav-item:hover::after,
  .nav-link.dropdown-toggle.cursor-pointer::after,
  .navbar-light .navbar-nav .nav-item.active::after {
    top: -3px;
    opacity: 1;
  }

  .navbar-light .navbar-nav .nav-item:hover::before,
  .nav-link.dropdown-toggle.cursor-pointer::before,
  .navbar-light .navbar-nav .nav-item.active::before {
    width: calc(100% - 2px);
    left: 1px;
  }

  .navbar-light .navbar-nav .nav-link.nav-contact::before {
    display: none;
  }
}
/*** Carousel Hero Header Start ***/
.carousel-header {
  position: relative;
  overflow: hidden;
  z-index: 3;
}

.carousel-indicators {
  display: none;
}

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

.carousel .carousel-control-prev .carousel-control-prev-icon,
.carousel .carousel-control-next .carousel-control-next-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 25px 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--bs-primary);
  transition: 0.5s;
}

.carousel .carousel-control-prev .carousel-control-prev-icon {
  left: 0;
  border-left: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 50px;
}

.carousel .carousel-control-next .carousel-control-next-icon {
  right: 0;
  border-right: 0;
  border-top-left-radius: 50px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 0;
}

.carousel .carousel-control-prev .carousel-control-prev-icon:hover,
.carousel .carousel-control-next .carousel-control-next-icon:hover {
  background: var(--bs-secondary);
}

.carousel .carousel-inner .carousel-item {
  position: relative;
}

.carousel .carousel-inner .carousel-item .carousel-caption-1 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding-top: 100px;
  display: flex;
  align-items: center;
  justify-content: end;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  background-size: cover;
}

.carousel-caption-1-content {
  text-align: end;
  padding-right: 100px;
}

.carousel-caption-1-content .carousel-caption-1-content-btn {
  display: flex;
  justify-content: end;
}

.carousel .carousel-inner .carousel-item .carousel-caption-2 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding-top: 100px;
  display: flex;
  align-items: center;
  text-align: center;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  background-size: cover;
}

.carousel-caption-2-content {
  text-align: start;
  padding-left: 100px;
}

.carousel-caption-2-content .carousel-caption-2-content-btn {
  display: flex;
  justify-content: start;
}

.group_contact form {
  padding: 5rem;
  margin-bottom: 2rem;
  border: 18px solid rgb(8, 29, 64);
  background: #4329425e;
}

@media (max-width: 992px) {
  .carousel .carousel-inner .carousel-item {
    height: 700px;
    margin-top: -100px;
  }

  .carousel .carousel-inner .carousel-item img {
    height: 700px;
    object-fit: cover;
  }

  .form_left.btn-md-square.rounded-circle,
  .form_right.btn-md-square.rounded-circle {
    display: none;
  }
  .bloginnerpage .carousel-container {
    padding: 0 !important;
  }
  .group_contact form {
    padding: 20px 10px !important;
    margin-top: 30px;
  }
  .group_contact form .form-floating {
    margin-bottom: 5px;
  }
  .footer .footer-item {
    padding-bottom: 2rem;
  }

  .carousel .carousel-inner .carousel-item .carousel-caption-1 {
    max-width: 100% !important;
    justify-content: center;
  }

  .carousel-caption-1-content {
    padding: 0 20px !important;
    text-align: center !important;
  }

  .carousel-caption-1-content .carousel-caption-1-content-btn {
    justify-content: center;
  }

  .carousel .carousel-inner .carousel-item .carousel-caption-2 {
    max-width: 100% !important;
    justify-content: center;
  }

  .carousel-caption-2-content {
    padding: 0 20px !important;
    text-align: center !important;
  }

  .carousel-caption-2-content .carousel-caption-2-content-btn {
    justify-content: center;
  }

  .carousel .carousel-control-prev .carousel-control-prev-icon,
  .carousel .carousel-control-next .carousel-control-next-icon {
    display: none;
  }
}

.modal .modal-header {
  height: 100px;
  border: none !important;
}
.modal .modal-header .btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.5em 0.5em;
  color: #000;
  background: rgba(242, 242, 242, 0.78)
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e")
    center/1em auto no-repeat;
  border: 0;
  border-radius: 10px;
  opacity: 0.5;
}

#searchModal .modal-content {
  background: rgba(13, 6, 62, 0.6);
}
/*** Carousel Hero Header End ***/

/*** Single Page Hero Header Start ***/
.aboutus_page.bg-breadcrumb {
  position: relative;
  overflow: hidden;
  background: linear-gradient(
      180deg,
      rgb(7, 28, 64) 0%,
      rgba(23, 60, 105, 0) 81%,
      rgba(7, 28, 64, 1) 100%
    ),
    url(../img/aboutuspage.jpg);

  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 0 60px 0;
  transition: 0.5s;
  position: relative;
}

.visionmission.bg-breadcrumb {
  position: relative;
  overflow: hidden;
  background: linear-gradient(
      180deg,
      rgb(7, 28, 64) 0%,
      rgba(23, 60, 105, 0) 81%,
      rgba(7, 28, 64, 1) 100%
    ),
    url(../img/achive_page.jpg);

  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 0 60px 0;
  transition: 0.5s;
  position: relative;
}

.events_inn.bg-breadcrumb {
  position: relative;
  overflow: hidden;
  background: linear-gradient(
      180deg,
      rgb(7, 28, 64) 0%,
      rgba(23, 60, 105, 0) 81%,
      rgba(7, 28, 64, 1) 100%
    ),
    url(../img/eventsbg.jpg);

  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 0 60px 0;
  transition: 0.5s;
  position: relative;
}

.Finance_partner.bg-breadcrumb {
  position: relative;
  overflow: hidden;
  background: linear-gradient(
      180deg,
      rgb(7, 28, 64) 0%,
      rgba(23, 60, 105, 0) 81%,
      rgba(7, 28, 64, 1) 100%
    ),
    url(../img/Finance-Solution.jpg);

  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 0 60px 0;
  transition: 0.5s;
  position: relative;
}
.Finance_joint_vent.bg-breadcrumb {
  position: relative;
  overflow: hidden;
  background: linear-gradient(
      180deg,
      rgb(7, 28, 64) 0%,
      rgba(23, 60, 105, 0) 81%,
      rgba(7, 28, 64, 1) 100%
    ),
    url(../img/joint_vent.jpg);

  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 0 60px 0;
  transition: 0.5s;
  position: relative;
}

.Finance_consulting.bg-breadcrumb {
  position: relative;
  overflow: hidden;
  background: linear-gradient(
      180deg,
      rgb(7, 28, 64) 0%,
      rgba(23, 60, 105, 0) 81%,
      rgba(7, 28, 64, 1) 100%
    ),
    url(../img/consulting_partner.jpg);

  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 0 60px 0;
  transition: 0.5s;
  position: relative;
}
.Finance_sponser.bg-breadcrumb {
  position: relative;
  overflow: hidden;
  background: linear-gradient(
      180deg,
      rgb(7, 28, 64) 0%,
      rgba(23, 60, 105, 0) 81%,
      rgba(7, 28, 64, 1) 100%
    ),
    url(../img/sponsership_partner.jpg);

  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 0 60px 0;
  transition: 0.5s;
  position: relative;
}

.ktig_services_page.bg-breadcrumb {
  position: relative;
  overflow: hidden;
  background: linear-gradient(
      180deg,
      rgb(7, 28, 64) 0%,
      rgba(23, 60, 105, 0) 81%,
      rgba(7, 28, 64, 1) 100%
    ),
    url(../img/Why-Choose-KTIG.jpg);

  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 0 60px 0;
  transition: 0.5s;
  position: relative;
}

.bg-breadcrumb .breadcrumb {
  position: relative;
}

.bg-breadcrumb .breadcrumb .breadcrumb-item a {
  color: var(--bs-white);
}
.menu_bg::after {
  display: none !important;
}

@media (min-width: 280px) and (max-width: 420px) {
  .featureinner .col-md-2 {
    width: 50% !important;
    margin: auto !important;
  }
}
@media (min-width: 381px) and (max-width: 540px) {
  .featureinner .col-md-2 {
    width: 33% !important;
    margin: auto !important;
  }
  .w-100 {
    width: 80% !important;
  }
  .detailview_wrap {
    display: inline-block !important;
    width: 100%;
    margin: auto;
  }
}
@media (max-width: 279px) {
  .featureinner .col-md-2 {
    width: 50% !important;
    margin: auto !important;
  }
}
@media (min-width: 541px) and (max-width: 766px) {
  .boardlist {
    width: 100%;
  }
  .eventdetail_inner .imag_wrap img {
    width: 70% !important;
  }
  .fileupinner form .input-group input {
    width: auto !important;
  }
}
@media (max-width: 540px) {
  .hero-section .mt-5 {
    margin-top: 0.5rem !important;
    font-size: 1.2rem !important;
    margin-bottom: 9px !important;
    padding-bottom: 0 !important;
  }
  .team .team-item .team-inner .team-img {
    height: 100% !important;
  }
  .fileupinner form .form-select {
    width: 75px !important;
    max-width: 75 !important;
  }
  .eventdetail_inner .imag_wrap img {
    width: 100% !important;
  }
  .boardlist_inner .boardlist_inner .team-item.p-4 {
    padding: 15px !important;
  }

  .homebannerwrap {
    padding-top: 2rem !important;
    height: 100% !important;
    padding-bottom: 2rem !important;
  }
  .homebannerwrap .slide h2 {
    font-size: 18px !important;
  }

  .contact-2 .career_jobinteam p {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    text-align: left !important;
  }
  .contact-2 .company_openings .ps-4 {
    padding-left: 0 !important;
  }
  .contact-2 .company_openings {
    padding: 0 !important;
  }
  .career_details .col-12 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .job_search_sec .col-8,
  .jobs_searching {
    width: 100% !important;
    margin: auto;
    padding: 0 !important;
  }
  .job_destial_tiles1 a {
    padding-left: 0 !important;
  }
  .job_search_sec {
    display: inline-block !important;
    width: 100%;
  }
  .career_details .service-content p {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 5px;
    margin-right: 5px;
  }
  .career_details i {
    padding-left: 0 !important;
    font-size: 10px;
  }
  .career_apply {
    width: 90px;
  }
  .group_contact form {
    border: 1px solid rgb(152, 152, 152);
    border-radius: 15px;
  }
  .detailview_wrap {
    display: inline-block !important;
  }
  .corporate .career_jobinteam {
    padding-bottom: 30px;
  }
  .contact-2 .career_jobinteam a {
    font-size: 14px;
  }
  .contact-2 .career_jobinteam p {
    font-size: 11px;
  }
  .kti_details_2 {
    padding-top: 30px;
  }
  .kti_details_2 .service-item {
    box-shadow: none !important;
    padding-top: 0 !important;
  }
  .eventdetail_inner .text-capitalize,
  .display-3 {
    font-size: 16px !important;
    padding-bottom: 20px !important;
  }
  .contact_input_wrap input {
    width: 100% !important;
    display: inline-flex !important;
  }
  .fileupinner form .form-select {
    display: inline-block;
  }
  .contact_input_wrap .input-group,
  .contact_input_wrap input {
    flex-wrap: initial !important;
  }
  /* .eventdetail_inner .service-single__left-item p
      {
     margin: 0 !important;
      } */
  .eventdetail_inner .service-single__left-item {
    width: 100% !important;
    padding-top: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .contact .form_inner p,
  .service p {
    font-size: 13px !important;
  }
  .fileup_wrap .fileupinner form {
    padding: 15px !important;
  }
  .privacyinner h3 {
    padding-top: 20px;
  }
  .partners_logo {
    width: 50%;
  }
  .feature-icon {
    width: inherit !important;
  }

  .m-text-center {
    text-align: center !important;
    padding: 0 0 20px;
  }
  .goals_rules h3 {
    font-size: 18px !important;
  }
  .goals_rules div {
    padding-top: 0;
  }
  .col-xl-9.m-auto.wow.fadeInRight,
  .col-xl-9.m-auto {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .goals_rules span {
    text-align: center !important;
    font-size: 13px !important;
  }
  .goals_rules ul {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
  }

  .goals_rules ul ol {
    padding-left: 0;
  }
  .goals_rules div {
    border-bottom: 0 !important;
  }
  .ktig_lp .img-fluid.w-100 {
    width: 90% !important;
    height: 100% !important;
  }
  .service-item p {
    text-align: justify;
  }
  .about .py-5,
  .about .fadeInRight {
    padding-left: 0;
    padding-right: 0;
  }
  /* .container-sm, .container
      {
        padding-left: 0;
        padding-right: 0;
      } */
  .group_contact .text-center.mx-auto.py-5 {
    padding-bottom: 0 !important;
  }
  .innercontain {
    margin-top: 50px;
  }
  .featureinner .col-md-2 {
    margin: auto !important;
  }
  .bg-breadcrumb h4 {
    display: none;
  }
  .blog .blog-item .blog-content a {
    display: block !important;
    margin: auto;
    text-align: center !important;
  }

  .col-lg-10,
  .wow.fadeInUp,
  .d-flex,
  .service-item,
  .col-lg-6 {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-top: 0;
  }

  .about-item h1 {
    text-align: center;
  }
  .navbar-light .navbar-brand img {
    height: 70px !important;
  }

  .container-fluid.blog_container .px-3 {
    width: 100% !important;
  }

  .home_about {
    padding-top: 0px;
  }
  .about .about-img img {
    width: 80% !important;
  }
  .blog .blog-item .blog-content .h4 {
    font-size: 15px !important;
  }
  .innercontain .about-item h4 {
    font-size: 15px !important;
  }
  .homebannblk .about .about-img {
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    margin-top: 30px !important;
  }
  .bloginnerpage .bloglist_contain .col-lg-6 {
    width: 100%;
    margin: 20px auto;
  }
  .blog .blog-item .blog-date {
    display: none !important;
  }
  .footer .col-md-6.col-lg-6.col-xl-2 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .counter .counter-counting span {
    font-size: 25px !important;
  }
  .counter .counter-item-icon {
    padding-bottom: 25px !important;
  }
  .counter .container {
    padding-top: 30px !important;
  }
  .boardlist_inner {
    margin-top: 0 !important;
  }
  .boardlist {
    width: 100%;
    /* padding-bottom: 30px !important; */
  }
  .team-img img {
    width: 100% !important;
  }
  .pb-5 {
    padding-bottom: 2rem !important;
  }
  .blog a,
  .blog p {
    text-align: justify;
  }
  .service-content .mb-0 {
    padding-bottom: 20px;
    text-align: justify;
  }
  .footer-social-icons {
    margin-top: 0 !important;
  }

  /* .bg-breadcrumb
      {
        padding-top: 40px  !important;
      } */
  .bg-breadcrumb h4 {
    font-size: 18px !important;
  }
  .contact-2 .container {
    padding-left: 0;
    padding-right: 0;
  }
  .blog-img {
    height: 13rem !important;
    min-height: 13rem !important;
  }
  .blog .blog-item .blog-img img {
    object-fit: cover !important;
  }
  .blog .blog-item .blog-img img,
  .blog .blog-item .blog-img {
    width: 100% !important;
  }
  .footer_logobar .col-lg-6.position-relative {
    margin-top: 0 !important;
    padding: 0 !important;
  }
  .backtopboard {
    display: none !important;
  }
  .success_title {
    margin-bottom: 0px !important;
    font-size: 30px !important;
  }
  .back-to-top {
    height: 40px !important;
    width: 40px !important;
  }
  .blog .blog-item .blog-date {
    top: 0px !important;
    left: 15px !important;
  }

  .footer .col-md-6.col-lg-6.col-xl-2 {
    margin: 0 !important;
  }

  .subscriptbt input {
    margin-bottom: 20px !important;
    width: 100% !important;
  }

  .content .footer_logobar {
    display: inline !important;
  }
  .hero-section h4 {
    font-size: 0.6rem;
  }
  .feature .col-md-6.col-lg-6,
  .footer .col-md-6.col-lg-6 {
    width: 50% !important;
    max-width: 50% !important;
  }
  .feature .feature-item {
    padding: 0 !important;
  }
  .feature .feature-item .feature-icon i {
    background-size: contain;
    height: 40px;
    width: 40px;
  }
  .bg-breadcrumb h4 {
    font-size: 1rem !important;
  }
  .container-fluid {
    padding-bottom: 0 !important;
  }
}

body {
  font-size: 13px;
}
@media (min-width: 541px) and (max-width: 768px) {
  .innercontain {
    margin-top: 100px;
  }
  .footer .position-relative img {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
  .boardlist_inner {
    width: 50% !important;
  }

  .partners_logo {
    width: 33%;
  }
  .homebannerwrap {
    padding-top: 3rem !important;
  }
  .homebannerwrap .slide h2 {
    font-size: 26px !important;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
  .detailview_wrap {
    display: block !important;
  }
  .board_details .col-lg-10 .service-item {
    margin-top: 0 !important;
  }

  .eventdetail_inner .service-single__left-item {
    width: 100% !important;
    display: block !important;
  }
  /* .directors_title .about-item .companynames {
    margin-bottom: 20px !important;
    padding-top: 20px !important;
  } */
  .directors_title .about-item .companynames {
    font-size: 16px !important;
  }
  .experiencetag {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .directors_title .about-item p {
    font-size: 11px !important;
    margin-bottom: 15px;
  }
  .directors_title {
    padding: 15px 0 30px;
  }
  .board_details .service-item h5 {
    font-size: 16px !important;
  }
  .boardlist_inner {
    margin-bottom: 20px !important;
  }

  .about-ktmc-events .blog-date.py-2 {
    border-top: none !important;
    margin-bottom: 40px;
  }
  .product-form {
    padding-bottom: 30px;
  }
  .about-ktmc-events .img-fluid {
    width: 100% !important;
  }
  .homebannerwrap .slide p {
    display: none !important;
  }
  .backtoboard {
    display: none !important;
  }
  .common_contact_form form {
    width: 100% !important;
    padding: 0 !important;
  }
  .homebannblk .innercontain {
    margin-top: 20px !important;
    padding-top: 0 !important;
  }
  .common_contact_form .group_contact {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .fieldwrap {
    width: 100% !important;
    margin-bottom: 0 !important;
    margin-top: 10px !important;
    padding-top: 0 !important;
  }

  .error {
    font-size: 10px !important;
  }
  .homebannblk .single-hero-slide .slick-track {
    top: 90px !important;
  }
  .homebannblk .single-hero-slide .slick-slider .slick-prev,
  .single-hero-slide .slick-slider .slick-next {
    font-size: 0 !important;
  }
  .homebannblk .single-hero-slide .slick-initialized .slick-slide,
  .homebannblk .single-hero-slide .slick-track {
    width: 100% !important;
  }
  .homebannblk .single-hero-slide .slick-track h2 {
    font-size: 18px !important;
    margin-bottom: 0 !important;
  }
  .homebannblk .single-hero-slide .slick-track p {
    font-size: 14px !important;
  }
  .contact-2 .career_jobinteam .d-flex {
    flex-wrap: inherit !important;
  }
  .blog img,
  .testimonial-item img {
    -webkit-filter: grayscale(0%) !important;
    filter: grayscale(0%) !important;
  }

  .boardmbers_inn .row.mt-5.mp-0.pb-5.g-4 {
    margin-top: 0 !important;
  }
  .section-overlay {
    height: 100% !important;
  }
  .container-fluid.blog_container .px-3 {
    width: 50%;
    margin: 0;
  }
  .finance_details_1.py-5 {
    padding-bottom: 0 !important;
  }
  .common_contact_form form {
    padding-top: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .common_contact_form {
    padding-top: 0 !important;
  }
  .goals_rules h3 {
    font-size: 18px !important;
  }
  .goals_rules span {
    font-size: 13px !important;
  }
  .directorboard {
    margin-top: 10px;
  }
  .mobile_swap2 img {
    width: 70% !important;
    margin: auto !important;
  }
  .mobile_swap {
    display: flex;
    flex-direction: column-reverse;
  }

  .kti_details_2 .service-item .pe-3,
  .kti_details_2 .service-item .h5 {
    margin: auto;
    display: block !important;
    padding-top: 15px;
  }
  .kti_details_2 .service-item .service-btn {
    align-content: center;
    margin: auto;
    display: block;
    text-align: center;
  }
  .kti_details_2 .service-btn::after {
    margin-left: -30px !important;
  }
  .kti_details_2 .service-item .h5 {
    text-align: center !important;
  }
  .footer .content.container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .text-right {
    text-align: left;
  }

  .blog-img img {
    height: 16rem;
    min-height: inherit !important;
    width: 100% !important;
    display: block;
  }

  .minfont {
    display: block;
  }
  .footer {
    padding-bottom: 20px !important;
  }
  .fulladdresspage .col-lg-12.col-xl-4 {
    width: 100% !important;
    margin-bottom: 10px !important;
    padding: 5px 15px;
  }
  .service-item .pe-4 {
    margin: auto;
    padding: 0 !important;
  }
  .company_openings {
    margin-top: 30px;
  }
  .fulladdresspage .col-lg-12.col-xl-4 .miniheight {
    min-height: auto !important;
    margin-bottom: 0 !important;
    padding: 10px !important;
    border: none !important;
    border-top: 1px solid #2b495b !important;
    width: 100% !important;
  }
  .fulladdresspage .col-lg-12.col-xl-4 {
    padding-left: 0;
    padding-right: 0;
  }
  .service-item .small_caption {
    text-align: center;
  }
  .service-item .service-btn .fa-project-diagram {
    margin: auto;
  }
  .service-item .service-btn .fa-project-diagram {
    width: 60px !important;
    height: 60px !important;
  }
  /* .service-item .col-12
      {
        border: 1px solid #11364c !important;
      } */
  /* .group_contact form
        {
            margin-top: 30px;
        } */
  .mp_0 {
    padding: 0 !important;
  }

  .blog .text-right {
    text-align: left !important;
  }
  .footer .col-md-6.col-lg-6.col-xl-2 {
    margin: 0 !important;
    flex: auto !important;
  }
  .blog-item,
  .blog a {
    margin: auto !important;
  }

  .bloginnerpage .justify-content-center {
    justify-content: left !important;
  }
  .blog-img {
    height: 13rem;
    width: 100%;
  }
  .single-hero-slide {
    height: 190px !important;
    position: absolute !important;
    top: 0;
    padding: 0 !important;
    z-index: -1;
  }
  /* .blog_container .slick-slider
        {
            width: 70% !important;
            margin: auto;
        } */

  .slick-slider .slick-prev,
  .slick-slider .slick-next {
    top: 50% !important;
    width: 20px !important;
    height: 20px !important;
    font-weight: 400 !important;
  }
  .slick-slider .slick-prev {
    left: -10px !important;
    width: 20px !important;
    height: 20px !important;
    font-weight: 400 !important;
  }
  .slick-slider .slick-next {
    right: -10px !important;
  }

  .slide,
  .slider .slide-track {
    margin: 0;
  }
  .service {
    border-bottom: 8px solid rgb(47, 100, 100) !important;
  }
  .about-item p {
    padding-left: 0;
    padding-right: 0;
    text-align: left;
    margin: 0;
  }

  .about .about-img {
    padding-bottom: 0;
  }
  .counter {
    margin: 0;
  }
  .container-fluid.service,
  .clientslide,
  .clientslide .container-fluid {
    margin: 0 !important;
    padding: 0 !important;
  }
  .counter .col-md-6 {
    max-width: 50%;
    padding: 0;
  }
  .counter-item .fs-2 {
    font-size: 2rem !important;
  }
  .feature .feature-item a.btn {
    padding: 0;
  }
  .footer .position-relative img {
    width: 16rem !important;
  }
  .group_contact .text-center.mx-auto.py-5 {
    padding-top: 0px !important;
  }
  .feature .feature-item {
    margin-bottom: 15px;
  }
  .vidiobg,
  .homebannerwrap {
    height: 190px !important;
  }
  .single-hero-slide .hero-slides-content h2 {
    font-size: 18px !important;
  }
  .section-overlay {
    margin: 0 !important;
    z-index: -1;
  }
  .single-hero-slide .hero-slides-content {
    padding-top: 70px;
  }
  .container-sm,
  .container {
    width: 100%;
    max-width: 100%;
  }

  .top_head.align-items-center {
    padding: 0 !important;
  }
  .feature .col-md-6.col-lg-6,
  .footer .col-md-6.col-lg-6 {
    width: 33.333%;
    max-width: 33.333%;
  }
  .counter,
  .counter .py-5,
  .contact,
  .footer .content.container {
    padding-top: 0 !important;
  }
  .footer .content.container {
    padding-bottom: 0 !important;
  }
  .about .py-5,
  .about .fadeInRight {
    /* padding-top: 0 !important; */
    margin-top: 0 !important;
  }
  /* .feature .pb-5, .about, .testimonial .pb-5
        {
            padding-bottom: 20px !important;
        } */
  /* .testimonial .pb-5, .blog .pb-5
        {
            padding-top: 20px !important;
        } */
  .feature {
    background-size: cover !important;
  }
  .blog .blog-item,
  .blog .blog-item .blog-img {
    padding: 0 !important;
  }
  .homebannblk .about-item p {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }
  .pt-0 {
    padding-top: 0 !important;
    margin-top: 0 !important;
  }
  .blog-content {
    padding: 15px 10px !important;
  }
  .about-item p {
    padding-bottom: 15px !important;
    font-size: 13px !important;
    margin-bottom: 0 !important;
  }
  .innercontain .mb-5 {
    margin-bottom: 1rem !important;
  }
  .about-item .mt-4 {
    margin-top: 0 !important;
  }
  .page_details_inner {
    padding-top: 0 !important;
  }
  .about .about-img img {
    width: 80% !;
  }
  .training_sect .tiledivision {
    padding-bottom: 15px !important;
  }
  .training_sect .tiledivision .h1 {
    padding-bottom: 0 !important;
  }
  .training_sect div > div {
    margin-top: 0 !important;
  }
  .blog .slick-track {
    height: inherit !important;
    margin-bottom: 0 !important;
  }

  .blog .container {
    padding-bottom: 0 !important;
  }
  .ktig_services_pag .container {
    padding-left: 0 !important;
  }

  .feature p {
    font-size: 14px;
  }
  .hero-section .mt-5 {
    margin-top: 1rem;
  }
  .about .py-5,
  .blog,
  .contact {
    padding-bottom: 0 !important;
  }
  /* .container-fluid .py-5
        {
            padding-top: 1.5rem !important;
        } */
  .footer_logobar img {
    padding-top: 30px !important;
  }
  .footer .position-relative {
    text-align: center;
    margin: auto;
  }
  .subscriptbt .btn.btn-secondary {
    width: 50%;
    margin: auto;
    position: relative !important;
    margin: 0 !important;
  }
  .subscriptbt input {
    margin-bottom: 20px !important;
  }
  .footer_logobar {
    margin: auto;
  }
  .counter div > div {
    padding-top: 0 !important;
    margin-top: 10px !important;
  }
  .about .about-img {
    margin-top: 0 !important;
  }
  .cantact_cta {
    width: 222px !important;
    font-size: 14px !important;
  }
  .group_contact .btn-grad {
    font-weight: normal !important;
    font-size: 13px;
    border-radius: 100px;
    margin: auto;
  }
  .about .fadeInLeft {
    margin-top: 10px !important;
  }
  .text-capitalize,
  .display-3 {
    font-size: 20px !important;
  }
  .group_contact form {
    margin-bottom: 1rem !important;
  }

  .footer .position-relative {
    padding-top: 0px;
    padding-bottom: 20px;
  }
  .footer .position-relative img {
    padding-bottom: 0 !important;
  }

  .testimonial .owl-nav .owl-prev {
    left: -5px !important;
  }
  .testimonial .owl-nav .owl-next {
    right: -10px !important;
  }
  .footer .mt-10 {
    margin-top: 0 !important;
  }
  .overflow-hidden .text-capitalize,
  .display-3 {
    padding-top: 40px;
  }
}
@media (max-width: 992px) {
  .bg-breadcrumb {
    padding: 60px 0 60px 0 !important;
  }
  .bg-breadcrumb h4 {
    font-size: 1.5rem !important;
  }
}
/*** Single Page Hero Header End ***/

/*** Features Start ***/
.feature .feature-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border-radius: 10px;
  transition: 0.5s;
  padding: 10px !important;
}
.text-capitalize {
  font-size: 2rem;
}
.it_icons {
  width: 50px;
  height: 50px;
}
.it_icons.feat_items_1 {
  background-image: url("../img/icons/it_icon1.png");
  background-repeat: no-repeat;
}
.it_icons.feat_items_2 {
  background-image: url("../img/icons/it_icon2.png");
  background-repeat: no-repeat;
}
.it_icons.feat_items_3 {
  background-image: url("../img/icons/it_icon3.png");
  background-repeat: no-repeat;
}
.it_icons.feat_items_4 {
  background-image: url("../img/icons/it_icon4.png");
  background-repeat: no-repeat;
}
.it_icons.feat_items_5 {
  background-image: url("../img/icons/it_icon5.png");
  background-repeat: no-repeat;
}
.it_icons.feat_items_6 {
  background-image: url("../img/icons/it_icon6.png");
  background-repeat: no-repeat;
}
.it_icons.feat_items_7 {
  background-image: url("../img/icons/it_icon7.png");
  background-repeat: no-repeat;
}
.it_icons.feat_items_8 {
  background-image: url("../img/icons/it_icon8.png");
  background-repeat: no-repeat;
}
.it_icons.feat_items_9 {
  background-image: url("../img/icons/it_icon9.png");
  background-repeat: no-repeat;
}
.it_icons.feat_items_10 {
  background-image: url("../img/icons/it_icon10.png");
  background-repeat: no-repeat;
}

.owl-next,
.owl-next {
  width: 65px;
  height: 65px;
}
.owl-next {
  background-image: url("../img/icons/next.png");
  background-repeat: no-repeat;
}
.owl-prev {
  background-image: url("../img/icons/prev.png");
  background-repeat: no-repeat;
}
/* .testimonial-carousel .owl-next i, .testimonial-carousel .owl-prev i
{
	display:none !important;
} */
.testimonial-carousel a i,
.blog .text-right {
  font-size: 14px;
  margin-right: 5px;
}
.testimonial-carousel a {
  font-size: 14px;
  color: #52788e !important;
}
.blog a,
.blog p {
  color: #ffffff !important;
}
.blog .text-right {
  display: block;
  text-align: right;
  font-size: 12px;
  color: #153744;
}
.testimonial-carousel i:hover,
.testimonial-carousel a:hover,
.blog a:hover {
  color: #ffffff !important;
}
.training_overlay {
  width: 100%;
  position: absolute;
  height: 60px;
  background: linear-gradient(
    to bottom,
    hsl(212.5deg 67.92% 20.78% / 1%),
    #071c40
  );
  top: 12.8rem;
  z-index: 1;
  margin: auto;
  left: 0;
}

/**
.feature .feature-item:hover {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
	background: linear-gradient(to top, hsl(218.5, 81.3%, 18.8%), #071b3d)
}
**/

.feature {
  position: relative;
  overflow: hidden;
  /**background: linear-gradient(rgb(9,43,84, 1), rgba(9,43,84, 0)), url(../img/fact-bg.jpg); **/
  background: linear-gradient(
      180deg,
      rgb(7, 28, 64) 0%,
      rgba(23, 60, 105, 0) 81%,
      rgba(7, 28, 64, 0) 100%
    ),
    url(../img/featuresbg.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.feature {
  padding-bottom: 5rem;
}
.feature .feature-item .feature-icon {
  width: 65px;
  height: 65px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature .feature-item .feature-icon i {
  transition: 0.5s;
  background-size: contain;
}

.feature .feature-item:hover .feature-icon i {
  transform: rotate(360deg);
}

.feature .feature-item a.btn {
  transition: 0.5s;
  font-weight: normal !important;
  font-size: 14px;
  color: #52788e !important;
  border: none !important;
  cursor: inherit;
}

.feature .feature-item:hover a.btn:hover {
  color: #fe9110 !important;
}

/*** Features End ***/

/*** About Start ***/
.about .about-img {
  position: relative;
  padding-bottom: 30px;
  margin-top: 30px;
  margin-left: 30px;
}

.about .about-img img {
  display: block;

  margin: auto;
}

.about .about-img .about-exp {
  position: absolute;
  top: 0;
  left: 0;
  padding: 25px;
  font-size: 30px;
  font-weight: bold;
  background: var(--bs-secondary);
  color: var(--bs-white);
  border: 1px solid var(--bs-secondary);
  margin-top: -30px;
  margin-left: -30px;
  border-radius: 10px;
}
/*** About End ***/

/*** Service Start ***/
.service-item {
  position: relative;
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.08);
  padding-bottom: 0 !important;
  margin: 0 !important;
}

.service {
  border-bottom: 40px solid rgb(47, 100, 100);
}

/* .service-item::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: 0;
    bottom: 0;
    border-radius: 10px;
    background: #cbd3e1;
    transition: 0.5s;
    z-index: 1;
    opacity: 0.1;
} */

.service-item:hover::after {
  width: 100%;
  height: 100%;
}

.service-item:hover .service-content,
.service-item:hover .service-btn {
  position: relative;
  z-index: 2;
}

.service-item .service-content a,
.service-item .service-content p {
  transition: 0.5s;
}

.service-item:hover .service-content a:hover {
  color: var(--bs-secondary);
}

.service-item:hover .service-content p {
  color: var(--bs-white);
}

.service-item .service-btn {
  width: 80px;
  height: 80px;
  border-radius: 50px;
  display: flex;
  align-items: top;
  justify-content: center;
  /* background: var(--bs-primary); */
  transition: 0.5s;
}

.service-item .service-btn i {
  transition: 0.5s;
}

/* .service-item:hover .service-btn {
    background: var(--bs-white);
} */

.service-item:hover .service-btn i {
  transform: rotate(360deg);
  color: var(--bs-primary) !important;
}
/*** Service End ***/

/*** Counter Start ***/
.counter {
  position: relative;
  overflow: hidden;
  /**  background: linear-gradient(rgba(25, 64, 154, 0.9), rgba(25, 64, 154, 1)), url(../img/fact-bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;**/
  background-image: linear-gradient(to bottom, hsla(180, 100%, 9%, 0), #336666);
}

.counter .counter-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.counter .counter-item .counter-item-icon .text-white {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  font-size: 1rem;
  font-family: poppins;
  font-weight: 300;
}
.counter .counter-item .counter-item-icon h4 {
  text-transform: uppercase;
}
.counter .counter-item .counter-item-icon {
  /* width: 100px;
    height: 100px; */
  border-radius: 50px;

  display: inline-flex;
  align-items: center;
  justify-content: center;
}
/*** Counter End ***/
/* .text-white
{
    color: #52788e !important; 
} */
.text-true-white {
  color: #ffffff !important;
}

/*** Products Start ***/
.product .product-item {
  border: 1px solid rgba(196, 211, 211, 0.9);
  border-radius: 10px;
}

/*** Products End ***/

/*** Blog Start ***/
.blog .blog-item {
  border-radius: 10px;
  transition: 0.5s;
  background: #0a1e40;
  transition: 0.5s;
  border: 1px solid #0f264c;
}

.blog .blog-item:hover {
  box-shadow: 0 0 45px rgba(32, 100, 218, 0.2);
}

.blog .blog-item .blog-img {
  position: relative;
  overflow: hidden;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
/* 
.blog .blog-item .blog-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    transition: 0.5s;
    z-index: 1;
} */

.blog .blog-item .blog-img img {
  transition: 0.5s;
}

.blog .blog-item:hover .blog-img img {
  transform: scale(1.2);
}

.blog .blog-item:hover .blog-img::after {
  background: rgba(0, 209, 249, 0.2);
}

.blog .blog-item .blog-date {
  position: absolute;
  top: 10px;
  left: 10px;
  border-radius: 10px;
  background: #fe9110;
  color: var(--bs-white);
  z-index: 2;
  font-size: 11px;
}
.blog img,
.testimonial-item img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.blog img:hover,
.testimonial-item img:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
.blog-content {
  background: #0c2043 !important;
}

.blog .blog-item .blog-content a {
  transition: 0.5s;
}
.blog .text-right i::before {
  color: #fe9110 !important;
}
.blog .blog-item:hover .blog-content a:hover {
  color: #ffffff !important;
}
/*** Blog End ***/

/*** Team Start ***/
.team .team-item {
  position: relative;
  overflow: hidden;
  /* background: #0a224a; */
  border: 1px solid #163260;
  border-radius: 10px;
}

.team .team-item .team-inner {
  transition: 0.5s;
}
.team .team-item:hover .team-inner {
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.2);
}

.team .team-item .team-inner .team-img {
  position: relative;
  z-index: 2;
}

.team .team-item .team-inner .team-img::after {
  content: "";
  width: 100%;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: rgba(0, 209, 249, 0.2);
  transition: 0.5s;
  z-index: 3;
}

.team .team-item:hover .team-inner .team-img::after {
  height: 100%;
}

.team .team-item .team-inner .team-img .team-share {
  position: absolute;
  left: 10px;
  bottom: 10px;
  transition: 0.5s;
  z-index: 2;
}

.team .team-item:hover .team-inner .team-img .team-share {
  opacity: 0;
}

.team .team-item .team-inner .team-img .team-icon {
  position: absolute;
  bottom: 0;
  left: -130%;
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
  display: inline-flex;
  background: #ffffffb8;
  transition: 0.5s;
  z-index: 4;
}
.directorboard {
  padding-bottom: 10px;
  font-size: 18px;
  color: #7f94a1 !important;
  font-weight: 700;
}
.teamcontent {
  background: #0f2448 !important;
  padding: 10px;
}
.teamcontent h6 {
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 5px !important;
}
.teamcontent p {
  color: #7f94a1;
  font-size: 12px;
}
.boardlist {
  display: inline-block;
  padding: 0 5px;
}

.team .team-item:hover .team-inner .team-img .team-icon {
  left: -25px;
}
/*** Team End ***/

/*** testimonial Start ***/
.testimonial .owl-nav .owl-prev {
  position: absolute;
  top: 30%;
  left: -30px;
  height: 30px;
  width: 30px;
  transition: 0.5s;
  opacity: 0.3;
}

.testimonial .owl-nav .owl-prev:hover {
  height: 40px;
  width: 40px;
  transition: 0.5s;
  opacity: 1;
}
.blog-img .img-fluid {
  height: 100%;
  width: 100%;
}
.blog-img {
  min-height: 16rem;
  width: 100%;
}

.testimonial .owl-nav .owl-next {
  position: absolute;
  top: 30%;
  right: -40px;
  color: var(--bs-white);
  height: 30px;
  width: 30px;
  transition: 0.5s;
  opacity: 0.3;
}

.testimonial .owl-nav .owl-next:hover {
  height: 40px;
  width: 40px;
  transition: 0.5s;
  opacity: 1;
}

.testimonial-carousel .owl-dots {
  display: flex;
  justify-content: center;
  margin-left: 20px;
  margin-top: 20px;
}

.testimonial-carousel .owl-dots .owl-dot {
  width: 20px;
  height: 20px;
  border-radius: 20px;
  margin-right: 15px;
  border: 1px solid #52788e;
  background: none;
  transition: 0.5s;
}

.testimonial-carousel .owl-dots .owl-dot.active {
  width: 20px;
  height: 20px;
  border-radius: 20px;
  border: 1px solid #52788e;
  background: #52788e !important;
  transition: 0.5s;
}

.testimonial-carousel .owl-dots .owl-dot span {
  position: relative;
  margin-top: 50%;
  margin-left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.testimonial-carousel .owl-dots .owl-dot span::after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 8px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #071c40;
}

@media (max-width: 992px) {
  .top_head {
    z-index: 0;
  }
  .testimonial .owl-nav .owl-prev {
    left: -15px;
  }
  .testimonial .owl-nav .owl-next {
    right: -20px;
  }
  .bg-breadcrumb ol {
    padding-top: 0 !important;
  }
  .bg-breadcrumb .py-5 {
    padding-top: 0 !important;
  }
  .about {
    padding-bottom: 1.5rem !important;
  }
}
/*** testimonial End ***/

/*** Footer Start ***/
.footer {
  position: relative;
  /* overflow: hidden;     */
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 20px;
}

.footervideobg {
  z-index: -1;
  display: flex;
}

.footervideobg .custom-video {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}

.footervideobg .content {
  position: relative;
  bottom: 0;

  color: #ffffff;
  width: 100%;
  padding: 20px;
  z-index: 999999;
}

.footer-section-overlay {
  background: rgb(7, 28, 64);
  background: linear-gradient(
    180deg,
    rgba(7, 28, 64, 10) 0%,
    rgba(85, 94, 108, 0.7) 81%,
    rgba(85, 94, 108, 0.3) 100%
  );
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.footer .position-relative img {
  width: 16rem;
  display: block;
  padding: 1.5rem 0;
}
.font-s {
  font-size: 10px;
}
.font-m {
  font-size: 10px;
  text-transform: uppercase;
  padding-left: 15px;
}
.footer-social-icons .rounded-circle {
  background: none !important;
  border: 1px solid #ffffff;
  font-size: 11px;
  width: 25px;
  height: 25px;
}
.footer-social-icons .rounded-circle:hover {
  color: #ffffff !important;
  border: 1px solid !important;
  background: #fe9110 !important;
  font-size: 11px;
  width: 25px;
  height: 25px;
  padding: 0;
}

.mt-10 {
  margin-top: 50px;
}
.fa.fa-twitter {
  font-family: sans-serif;
}
.fa.fa-twitter::before {
  content: "𝕏";
  font-size: 13px;
}
.footer .footer-item a {
  line-height: 22px;
  color: #a1adc2;
  transition: 0.5s;
  display: inline-flex;
  align-items: baseline;
}
.footer .footer-item a i,
.footer .footer-item a i::before {
  color: #ffa500;
}
.footer .footer-item a:hover i {
  color: #ffffff;
}

.footer .footer-item p {
  line-height: 35px;
}

.footer .footer-item a:hover {
  letter-spacing: 0.1px;
  color: #fe9110 !important;
}

.footer .footer-item .footer-btn a,
.footer .footer-item .footer-btn a i {
  transition: 0.5s;
}

.footer .footer-item .footer-btn a:hover {
  background: var(--bs-white);
}

.footer .footer-item .footer-btn a:hover i {
  color: var(--bs-primary) !important;
}
/*** Footer End ***/

/*** copyright Start ***/
.copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: var(--bs-dark);
}
/*** copyright end ***/

/***  clientslider start ***/

.clientslide .slider .slide-track {
  -webkit-animation: scroll 40s linear infinite;
  animation: scroll 40s linear infinite;
  display: flex;
  width: calc(250px * 14);
}
.clientslide .slide_itemlist {
  display: flex;
  padding: 12px;
  height: 100px;
  margin: auto;
  filter: drop-shadow(-3px 3px #dbdbdb);
}

.clientslide .slider {
  background: white;
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125);
  height: 100px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.clientslide .slider img {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  display: block;
  height: 100%;
  margin: auto;
  width: auto;
}
.clientslide .slider img:hover {
  -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
}

.clientslide .slider::before,
.clientslide .slider::after {
  @include white-gradient;
  content: "";
  height: 100px;
  position: absolute;
  width: 200px;
  z-index: 2;
}

.clientslide .slider::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}

.clientslide .slider::before {
  left: 0;
  top: 0;
}

.clientslide .slide-track {
  animation: scroll $animationSpeed linear infinite;
  display: flex;
  width: calc(250px * 14);
}

.clientslide .slide {
  height: 100px;
  width: 200px;
  display: inline-table;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 7));
  }
}

/***  clientslider end ***/

/***custom css ***/

.aboutus_page .top_head.align-items-center,
.ktig_services_page .top_head.align-items-center {
  height: auto;
}
.bg-breadcrumb .py-5 {
  padding-bottom: 0 !important;
}
.bg-breadcrumb ol {
  /* padding-top: 5.1rem; */
  color: 0.3rem;
  font-size: 12px;
}
.bg-breadcrumb h4 {
  font-size: 1.5rem;
  font-weight: normal;
  color: #ffffff !important;
}

.ktig_services_page .about-img {
  margin-top: 0 !important;
  /* margin-left: 0 !important; */
}
/* .ktig_services_page .about-img_border
{
    position: absolute;
    width: 11rem;
    height: 100%;
    border: 2px solid #ffffff;     
    right:70px;
    margin-top: -2.2em;
} */
.kti_details_1 .display-3.text-capitalize {
  text-align: left;
}
.service_caption {
  margin-right: 8.2rem;
  color: #fe9110 !important;
}

.kti_details_1 {
  background-image: linear-gradient(to bottom, hsla(180, 100%, 9%, 0), #336666);
}
.kti_details_2 {
  position: relative;
  overflow: hidden;
  background: linear-gradient(
      180deg,
      #346666 0%,
      rgba(23, 60, 105, 0) 81%,
      rgba(7, 28, 64, 0) 100%
    ),
    url(../img/event/ktig_service_bg.png);
  background-position-x: 0%, 0%;
  background-position-y: 0%, 0%;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
}

.kti_details_2 .service-btn::before {
  content: "";
  width: 70px;
  height: 70px;

  border-top-right-radius: 80px;
  border-bottom-right-radius: 191px;
  border-top-left-radius: 190px;
  border-bottom-left-radius: 80px;
  transform: rotate(160deg);
  position: absolute;
  z-index: 1;
  opacity: 0.5;
}

.kti_details_2 .service-btn::after {
  content: "";
  width: 55px;
  height: 55px;
  background: #5950a9;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 191px;
  border-top-left-radius: 190px;
  border-bottom-left-radius: 80px;
  transform: rotate(180deg);
  margin-left: 15px;
  position: absolute;
  z-index: -1;
  opacity: 0.2;
}
.small_caption {
  padding: 0;
  font-size: 10px;
  color: #fe9110;
}
.service-item .col-12 {
  padding: 15px;
  border: 10px solid #091f43;
  border-radius: 7px;
}
.service-item:hover .service-content .small_caption {
  color: #817e90;
}
.service-item:hover .service-content a:hover {
  color: #fe9110 !important;
}
.service-item .service-content a {
  padding-bottom: 5px;
  margin-bottom: 0 !important;
}
.service-item .small_caption {
  margin-bottom: 10px;
}

.service-item .service-btn .fa-assistive-listening-systems {
  background-image: url("../img/icons/it_icon5.png");
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  background-size: contain;
}
.service-item .service-btn .fa-recycle {
  background-image: url("../img/icons/it_icon4.png");
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  background-size: contain;
}
.service-item .service-btn .fa-project-diagram {
  background-image: url("../img/icons/it_icon3.png");
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  background-size: contain;
}

.service-item .service-btn i::before,
.service-item .service-btn i::after {
  display: none;
}

.subscriptbt input {
  background: none;
  color: #fff;
  font-size: 14px;
  height: 45px;
}
.subscriptbt .btn.btn-secondary {
  background: #fe9110;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 14px;
  margin: 4px !important;
}
.subscriptbt .btn.btn-secondary:hover {
  margin: 0 !important;
  padding: 20px !important;
}

.footer .position-relative img {
  width: 24rem;
  display: block;
  padding: 0 15px 20px 0;
  max-width: inherit;
}
.ktig_services_page .service_img img {
  border-radius: 30px !important;
}
.footer_logobar {
  padding-bottom: 20px;
}

.abouthome {
  padding-bottom: 0 !important;
}

.footerlinkbtn {
  padding: 0 15px !important;
  background: #081c41 !important;
  color: #cbc6c6 !important;
  display: block !important;
  text-align: left;
  width: fit-content;
  border-radius: 5px !important;
  font-weight: normal !important;
}
/* .footerlinkbtn i
  {
    display: none  !important;
  } */
@media (min-width: 1200px) {
  .ktig_lp .img-fluid.w-100 {
    width: 100% !important;
  }
  .bg-breadcrumb {
    padding: 45vh 0 0 0 !important;
  }
  .fileupinner form .input-group input {
    width: auto !important;
  }
  .bg-breadcrumb h4 {
    letter-spacing: 0.6rem;
    font-size: 1.2rem;
    padding-top: 30px;
    color: #3d3f8a !important;
  }
  .truncated-text {
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal; /* Ensures wrapping */
  }

  .truncated-text2 {
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal; /* Ensures wrapping */
  }
  .homebannerwrap .slick-slider {
    margin-top: 14vh !important;
  }

  .career_apply {
    padding-left: 20% !important;
  }
  .navbar .dropdown-toggle::after {
    display: none !important;
  }
  .blog .blog-item .blog-img {
    max-height: 16rem;
    width: 100%;
  }

  .goals_rules h3 {
    font-size: 1.3rem !important;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .innercontain {
    margin-top: 0px;
  }
  .common_contact_form .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .contact_input_wrap input,
  .fieldwrap .input-group input {
    width: 100% !important;
    display: inline-block;
  }
  .contact_input_wrap .input-group {
    flex-wrap: initial !important;
  }
  /* .contact_input_wrap input {
        width: 72% !important;
        max-width: 72% !important;
      } */
  .job_destial_tiles2 {
    display: inline-block !important;
  }

  .blog-img {
    height: 19rem;
  }
  .nav-item.dropdown {
    display: contents;
  }
  .truncated-text {
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal; /* Ensures wrapping */
  }

  .truncated-text2 {
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal; /* Ensures wrapping */
  }
  .mob_pt {
    padding-top: 0px !important;
  }

  .slick-slider .slick-prev {
    left: -50px !important;
  }
  .slick-slider .slick-next {
    right: -50px !important;
  }
  /* .feature {
        margin-top: 115px;
      } */

  .ktig_services_page .about-img_border {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .ktig_services_page .about-img {
    margin-bottom: 20px;
  }
  .about-ktmc-events .justify-content-center {
    justify-content: baseline !important;
  }

  .text-right {
    text-align: center;
  }
  .about-img .img-fluid {
    width: 50% !important;
  }
  .service-btn .fa-project-diagram,
  .service-item .pe-4 {
    margin: auto 0;
  }
}
@media (min-width: 991px) and (max-width: 1199px) {
  .footer .col-md-6.col-lg-6.col-xl-2 {
    width: 15.33% !important;
  }
  .boardlist_inner {
    width: 33% !important;
  }
  .eventdetail_inner .service-single__left-item {
    width: 50% !important;
    display: block !important;
  }
  .eventdetail_inner .service-single__left-item img {
    display: block;
    width: 100%;
  }
  .social_listtop {
    display: none;
  }
  .justify-content-center {
    justify-content: flex-start !important;
  }
  .homebannerwrap .slick-slider {
    margin-top: 50px !important;
  }

  .sticky-top.navbar-light .navbar-brand {
    margin-left: 2vw;
    transition: 0.5s;
  }

  .fulladdresspage .col-lg-12.col-xl-4 {
    width: 33.33%;
  }
  .form_left,
  .form_right {
    display: none !important;
  }
  .blog .blog-item .blog-content .h4 {
    font-size: 18px !important;
  }

  .cantact_cta {
    min-width: 222px;
  }
}
.text-secondary {
  color: #52788e !important;
}
.fulladdresspage .miniheight .text-secondary {
  color: #fe9110 !important;
  font-size: 20px;
}
.fulladdresspage .miniheight {
  min-height: 8.5rem;
  background: #ffffff !important;
  text-align: left;
  color: #081c41 !important;
  font-size: 13px;
}
.group_contact .form_left.btn-md-square.rounded-circle {
  color: #302b34 !important;
  display: none !important;
}
.minfont {
  font-size: 10px;
  color: #fe9110;
  padding: 15px 5px 0 !important;
  padding-bottom: 0 !important;
  margin: auto;
  text-align: center;
}
.display-3 {
  font-size: 1.7rem;
}

.page_details_inner {
  padding: 20px 0;
  margin-top: 0 !important;
}

.block_title_msg h3 {
  font-size: 18px;
}
.featureinner .col-md-2 {
  width: 20%;
  margin: 0 !important;
}
.blog .blog-item .blog-content .h4 {
  font-size: 22px;
}
.homebannblk .slick-initialized .slick-slide .px-3 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.fileupinner form {
  display: block !important;
  padding: 0px 20px 40px;
  background: #081c3e;
  margin-bottom: 120px;
  border-radius: 8px;
  border: 1px solid rgb(82, 120, 142) !important;
}
.fileupinner form div {
  max-width: 100% !important;
  margin-top: var(--bs-gutter-y);
}

.fieldwrap {
  display: inline-grid !important;
  padding: 7px 15px;
  width: 50%;
  font-size: 13px !important;
  margin-bottom: 0 !important;
}

.fieldwrap label,
.fieldwrap_msg label {
  font-size: 13px !important;
  color: #ffffff !important;
  margin-bottom: 10px !important;
}
.attachfile_input input {
  background: none !important;
  padding-left: 1.1px !important;
  border: 1px solid rgb(82, 120, 142);
  padding-top: 0.1px !important;
  border-radius: 7px;
}
.fieldwrap_msg textarea {
  background: none !important;
  font-size: 13px !important;
  color: #ffffff !important;
  border: 1px solid rgb(82, 120, 142) !important;
}
.fieldwrap input::placeholder,
.attachfile_input input::placeholder {
  color: rgb(109, 132, 144) !important;
}
.fieldwrap_msg {
  padding: 23px 15px;
}
.about-ktmc-events .blog-date.py-2 {
  color: #295e85;

  padding: 10px;
  border-top: 16px solid #1b647b;
  border-bottom: 1px solid #1b647b;
}

.golsrules {
  padding: 15px;
  display: block;
  width: 100%;
  border-bottom: 1px solid #1b647b;
  text-align: left;
}
.about-item .text-left {
  text-align: left;
}
.about-item .text-center {
  text-align: center !important;
}
.about-item p {
  text-align: left;
}

.service-item {
  width: 100% !important;
}
.brand_color {
  color: #fe9110;
  font-weight: 600;
}
.ktig_services_page .display-3,
.abouthome .display-3 {
  margin-bottom: 0.5rem !important;
}
.title_cap {
  color: #fe9110 !important;
  font-size: 16px;
}
.dropdown-item.active,
.dropdown-item:active {
  background: #fe9110 !important;
}
.eventdetail_inner .service-single__left-item img {
  border-radius: 7px !important;
}

select option {
  margin: 40px;
  color: #0b0248 !important;
}
select option:hover,
select option:focus {
  background: #fe9110 !important;
}

/* .form_inner
  {
    padding: 20px 20px 40px;
    border: 2px solid #cbcbcb;
    border-radius: 10px;
  } */

.event_pages .blog-date {
  display: none !important;
}
.boardlist_inner .btn-sm-square {
  width: 20px;
  height: 20px;
  font-size: 10px;
}
.feature-icon {
  max-width: 100px;
  display: block;
  margin: 10px;
}
.feature-icon img {
  width: 100%;
  margin: auto;
  padding: 5px;
  display: block;
}

.partners_logo {
  padding: 0;
  margin: 0;
}
.logo_listheader {
  display: inline-block;
  padding-bottom: 50px;
}

.supporting_parnerwrap {
  display: none !important;
}
.finance_details_1 .display-3 {
  text-align: left !important;
}
.finance_details_1 .fadeInUp {
  padding-left: 0 !important;
}

.fileup_wrap form .fieldwrap input,
.fileup_wrap form .fieldwrap_msg textarea,
.contact_input_wrap select,
.contact_input_wrap input {
  color: rgb(142, 166, 178) !important;
}
.fileformate_text {
  display: inline;
}
.fileup_wrap form .fieldwrap .error {
  color: rgb(233, 154, 8) !important;
  padding: 5px 0 0;
  left: 15px;
  top: 95%;
}

.fileup_wrap form .fieldwrap input:focus,
.fileup_wrap form .fieldwrap_msg textarea:focus,
.fileup_wrap form .fieldwrap input:active,
.fileup_wrap form .fieldwrap_msg textarea:active {
  color: #ffffff !important;
  border-color: 1px solid #ffffff !important;
}

.homebannblk .form_inner .countrycode,
#countryCode,
.common_contact_form #countryCode {
  width: 75px !important;
  max-width: 75px !important;
  padding-right: 0.42rem;
}
.eventdetail_inner .service-single__left-item {
  display: inline-block;
  width: 50%;
  margin: 0;
  /* max-height: 16rem; */
  padding: 20px 20px 20px 0;
}

.eventdetail_inner .imag_wrap img {
  display: flex !important;

  max-width: inherit;
  margin: auto;
}
.detailview_wrap {
  display: flex;
  width: 100%;
  margin: auto;
}
.text-truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.fileup_wrap form .fieldwrap input:active,
.fileup_wrap form .fieldwrap_msg textarea:active,
.fileup_wrap form .fieldwrap input:focus,
.fileup_wrap form .fieldwrap_msg textarea:focus {
  color: #ffffff !important;
}

@media (min-width: 768px) {
}
.group_contact .text-danger {
  color: #f4ac27 !important;
  font-size: 12px !important;
  margin-bottom: 0;
  margin-top: 2px;
  position: absolute;
}

.common_contact_form {
  padding-top: 30px;
  padding-bottom: 30px;
}

.career_details {
  background: #071c40;
  color: #ffffff !important;
  margin-bottom: 20px !important;
  margin-top: 0 !important;
  border: 1px solid #0e304f;
}

.career_details,
.career_details a,
.career_details p,
.career_details:hover a,
.career_details:hover p {
  color: #ffffff !important;
}
.career_details i {
  color: #ffffff !important ;
  margin: auto;
}
.career_apply button {
  background: #c77114 !important;
  color: #ffffff !important;
  border: 1px solid #9fafc9;
  padding-left: 25px;
  padding-right: 25px;
  font-weight: normal !important;
  font-size: 12px;
}
.job_destial_tiles1 p,
.job_destial_tiles2 p {
  color: #9fafc9 !important;
  display: block ruby;
}
.company_openings {
  border: 1px solid #133a57;
  padding: 20px 20px 5px;
  border-radius: 15px;
  margin-bottom: 10px;
}
.jobs_searching .form-control {
  padding: 7px 15px !important;
  font-size: 13px;
  margin: auto;
}

.stonenum {
  font-size: 64px;
  color: transparent !important;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgb(255, 255, 255);
}
.contact-2 .service-btn {
  position: relative;
  overflow: hidden;
  background: url(../img/icons/stonebg.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  border: 2px solid #091e41;
}
.contact-2 .company_openings {
  border: none !important;
}

.contact-2 {
  position: relative;
  overflow: hidden;
  background: linear-gradient(
      180deg,
      rgba(7, 28, 64, 1) 0%,
      rgba(7, 28, 64, 0.54) 91%,
      rgb(7 28 64) 100%
    ),
    url(../img/icons/stonebg.jpg);

  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

/* .training_sect .slick-slider button::before
{
display: none !important;
} */

.common_contact_form .group_contact {
  margin-top: 0 !important;
  font-size: 13px !important;
}
.common_contact_form .group_contact p {
  font-size: 13px !important;
}
.homebannblk .single-hero-slide .slick-track {
  margin: auto;
  align-items: center;
  justify-content: center;
}
.homebannblk .single-hero-slide .slick-track h2,
.homebannblk .single-hero-slide .slick-track p {
  color: #ffffff !important;
}

.contact .pt-5 {
  padding-top: 0 !important;
}

.directs_details .directors_photo {
  display: inline-flex;
  justify-content: end;
}
.directs_details .directors_title {
  display: inline-flex;
  justify-content: flex-start;
}
.directs_details .directors_title h3 {
  color: #ffffff !important;
  font-family: "Dancing Script", cursive; /* Apply the handwriting font */
  font-size: 50px;

  text-align: center;
  margin: 0px !important;
}
.success_title {
  color: #fe8c11 !important;
  font-family: "Dancing Script", cursive; /* Apply the handwriting font */
  font-size: 50px;
  text-align: center;
  margin-top: 20px !important;
}
.designation_text {
  color: #ffffff;
  font-size: 16px;
}
.weblinktag {
  display: block !important;

  text-decoration: none !important;
  color: #ffffff !important;
}

.weblinktag svg {
  float: left;
  margin-right: 5px;
  height: 15px;
}
.socialwrap a {
  font-size: 15px !important;
}

.listitemtag {
  list-style: circle !important;
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 0;
}

.listitemtag li {
  padding-bottom: 8px;
  font-size: 13px;
}
.listitemtag i {
  color: #495a73;
  padding: 2px;
  border-radius: 100px;
  border: 1px solid;
  font-size: 11px;
}
.subjectitletag {
  color: #ffffff;
  font-size: 1.25rem;
  padding-top: 30px;
  font-weight: 500;
}

.directs_details {
  background: #154959;
  box-shadow: 0 -23px 30px #33234a;
  border-top: 1px solid #2f7b77;
}
.directors_photo {
  transform: skew(-20deg);
  overflow: hidden;
  background: #071b3d;
  border-right: 5px solid #071b3d;
}
.directors_photo .img-fluid.w-100 {
  border: 5px solid #071b3d;
  object-fit: cover;
  object-position: top;
  transform: skew(20deg);
  width: 50% !important;
}
.directors_title .about-item p {
  text-align: center !important;
  padding: 0 !important;
}
.details_board_title {
  box-shadow: none !important;
}
.directs_details .directors_title {
  transform: skew(-20deg);
  border-left: 26px solid #184553;
}
.directs_details .directors_title .about-item {
  transform: skew(20deg) !important;
}
.details_board_title p {
  transform: rotate(-90deg);
  font-size: 60px;
  color: #173055;
  padding: 10px 20px;
  margin: auto;
  font-family: "Dancing Script", cursive;
}
.board_details .service-item {
  box-shadow: none !important;
}
.swal2-confirm {
  color: white !important;
  background: #173055 !important;
  padding: 7px 15px;
  font-size: 14px;
}
.swal2-cancel {
  padding: 7px 15px;
  font-size: 14px;
}

.bannercta {
  padding: 7px 10px;
}
.backtopboard {
  text-align: right;
  float: right;
  color: #ffffff;
  background: #0b224a;
  padding: 5px 20px;
  margin-top: -15px;
}

.showalert {
  padding: 10px;
  background-color: #ffffff !important; /* Red background */
  color: #333 !important;
  transition: opacity 0.3s ease-in-out;
  padding: 30px !important;
}
.showalert i {
  background-color: #ebebeb !important; /* Red background */
  color: #071c40 !important;
  padding-top: 15px;
  padding-bottom: 20px;
}
.no_job_wrap .pagination {
  justify-content: end;
  margin-right: 30px;
}
.no_job_wrap .active-pagnation {
  background: none !important;
}
.no_job_wrap .pagination a {
  color: #717eab;
}
.no_job_wrap .pagination .active-pagnation a {
  color: #ffffff !important;
}

.logged-in {
  background: #ffffff !important;
}
.swal2-title {
  font-size: 22px;
}
.swal2-container {
  font-size: 14px;
}
.contact_input_wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.contact_input_wrap .phone-input {
  color: rgb(255, 255, 255) !important;
}
.directors_title .designation_text {
  margin-bottom: 0px;
  font-size: 14px;
}
.directors_title .addresstag {
  color: #f6f7f8 !important;
  font-size: 10px;
  margin-bottom: 15px;
}
.directors_title .experiencetag {
  color: #f6f7f8 !important;
  font-size: 10px;
  margin-bottom: 0;
  width: 70%;
  margin: auto;
}
.addinal_paratag {
  padding-bottom: 30px;
  margin-bottom: 0;
}
.directors_title .about-item .companynames {
  color: #ffffff !important;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 0;
}
.team .team-item .team-inner .team-img {
  height: 280px;
}
.team .team-item .team-inner .team-img img {
  height: 100% !important;
  object-fit: cover !important;
  object-position: top;
}
.boardlist_inner {
  margin-bottom: 20px !important;
}

div:where(.swal2-icon).swal2-warning.swal2-icon-show {
  display: none !important;
}
.swal2-actions button {
  font-size: 13px;
  font-weight: 400;
}
.swal2-icon.swal2-success.swal2-icon-show {
  display: none !important;
}
.swal2-title {
  font-size: 15px !important;
  text-align: left !important;
  font-weight: 500;
}
.swal2-html-container {
  font-size: 15px !important;
  min-height: 80px;
  align-items: center;
  justify-items: center;
  margin: auto;
  align-content: center;
  display: flex;
  align-items: center !important;
}
.swal2-html-container p {
  margin-bottom: 15px;
  font-size: 13px;
}
.fileupinner form .form-select {
  background: none !important;
  background: none !important;
  font-size: 12px;
  color: rgb(142, 166, 178);
  padding-right: 0;
  width: 65px;
  max-width: 65px;
  padding-top: 8px;
}
.fileupinner form .input-group {
  width: 100%;
  display: flex;
}

.swal2-html-container .warnmodel {
  background-color: #f4dadd;
  border: 1px solid rgb(202, 152, 152);
  color: #555555;
  padding: 10px;
  border-radius: 5px;
  font-size: 12px;
  margin-top: 20px;
}
.swal2-html-container .warnmodel i {
  font-size: 11px !important;
}
.no_job_wrap .pagination .next.disabled a,
.no_job_wrap .pagination .previous.disabled a {
  color: #2e496a !important;
  padding: 7px 12px;
  border-radius: 7px;
  border: 1px solid;
  margin: 5px;
}
.no_job_wrap .pagination .next a,
.no_job_wrap .pagination .previous a {
  color: #fcfcfc !important;
  padding: 7px 12px;
  border-radius: 7px;
  border: 1px solid;
  margin: 5px;
}
.truncated-text {
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal; /* Ensures wrapping */
}

.truncated-text2 {
  display: -webkit-box !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal; /* Ensures wrapping */
}
