/********** Template CSS **********/
:root {
/* --primary: #010066;
  --secondary: #010066; */
  --primary: #005DAC;
  --secondary: #005DAC;
  --light: #eef9ff;
  --dark: #005DAC;
}

body::-webkit-scrollbar {
  width: 0.5em;
}

body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
  background-color: var(--primary);
  outline: 1px solid var(--primary);
}

h1,
h2,
.font-weight-bold {
  font-weight: 700 !important;
}

h3,
h4,
.font-weight-semi-bold {
  font-weight: 600 !important;
}

h5,
h6,
.font-weight-medium {
  font-weight: 500 !important;
}
a {
  text-decoration: none;
  color: #010066;
}

.btn {
  font-family: "Lato", sans-serif;
  font-weight: 600;
  transition: 0.5s;
}

.btn-primary,
.btn-secondary {
  background: var(--secondary);
  color: #ffffff;
  border: 1px solid #005DAC;
}
.btn:focus {
  box-shadow: unset;
}

.btn-primary:hover {
  background: var(--secondary);
  border-color: var(--secondary);
}

.btn-secondary:hover {
  background: var(--primary);
  border-color: var(--primary);
}

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

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

.btn-lg-square {
  width: 46px;
  height: 46px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.btn-search {
  box-shadow: #adabab 0px 0px 7px;
  background: #f9f9f9;
  border-radius: 28px;
  padding: 10px 15px;
  margin: 10px 0;
  border-color: transparent;
}

.back-to-top {
  position: fixed;
  display: none;
  right: 45px;
  bottom: 45px;
  z-index: 99;
}

.top-shape::before {
  position: absolute;
  content: "";
  width: 35px;
  height: 100%;
  top: 0;
  left: -17px;
  background: var(--primary);
  transform: skew(40deg);
}

.navbar-light .navbar-nav .nav-link {
  font-family: "Lato", sans-serif;
  padding: 2px 15px;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  outline: none;
  transition: 0.5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
  padding: 2px 15px;
}
.sticky-top .header-top {
  display: none !important;
}
.navbar-brand img {
  padding: 10px 0;
}

.navbar-expand-lg .navbar-nav {
  color: #fff;
  background-color: #005DAC;
  border-bottom: 5px solid #A90D2C;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
  color: #005DAC;
  background-color: #fff;
  /* border-bottom: 5px solid #fff100; */
}

@media (max-width: 991.98px) {
  .navbar-light .navbar-nav .nav-link,
  .sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 10px 10px;
  }
}

.carousel-item .carousel-caption {
  top: 50%;
  transform: translate(0, -50%);
  text-align: left;
  right: unset;
  left: 10%;
  z-index: 1;
}
.carousel-caption h2 {
  color: #005DAC;
  font-weight: 500 !important;
  text-transform: uppercase;
  text-shadow: 1px 1px 4px #B4B7C2;
  letter-spacing: 4px;
}

@media (max-width: 576px) {
  .carousel-caption h5 {
    font-size: 12px;
    font-weight: 500 !important;
  }

  .carousel-caption h2 {
    font-size: 18px;
    font-weight: 600 !important;
  }
}

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

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 3rem;
  height: 3rem;
}

@media (min-width: 991.98px) {
  .banner {
    position: relative;
    margin-top: -90px;
    z-index: 1;
  }
}
.section-title h3 {
  color: #005DAC;
}
.section-title-w h3 {
  color: #ffffff;
}
.section-title h5::before {
  position: absolute;
  content: "";
  width: 45px;
  height: 3px;
  right: -55px;
  bottom: 11px;
  background: var(--primary);
}

.section-title h5::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 3px;
  right: -75px;
  bottom: 11px;
  background: var(--secondary);
}

/* Custom css new 2022 August */

.bg-gradient-footer {
  background: #221e1f;
  /* background: linear-gradient(0deg, #000034 0%, #020254 100%); */
  font-size: 13px;
}

.btn-clsa {
  color: #005DAC;
  background-color: transparent;
  border: 2px solid #005DAC;
  border-radius: 60px;
}
.btn-clsa:hover {
  color: #fff;
  background-color: #005DAC;
  border: 2px solid #005DAC;
}
.btn-clsa-sr {
  color: #fff;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 60px;
}
.btn-clsa-sr:hover {
  color: #005DAC;
  background-color: #fff;
  border: 2px solid #fff;
}
.border-r {
  border-right: 2px solid #005DAC;
  line-height: 0px;
}
.bg-top {
  border-bottom: 1px solid #ededed;
}
.top-bar a {
  text-decoration: none;
  color: #005DAC;
}
.top-bar a:hover {
  color: #005DAC;
}
.social-icon-border {
  border: 2px solid;
  border-radius: 60px;
  padding: 2px 7px;
}
.footer-p a {
  text-decoration: none;
  color: #fff;
}

.abt-img {
  position: absolute !important;
  width: 100% !important;
  height: 100% !important;
}
.img-wrap-b::after {
  position: relative;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  transition: all 0.25s ease-out;
  background-color: #A90D2C;
  top: -25px;
  left: -25px;
}
.img-wrap-b::before {
  position: relative;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  transition: all 0.25s ease-out;
  background-color: #005DAC;
  bottom: -25px;
  right: -25px;
}
.section-padding {
  padding-right: 25px;
}
.abt-img-r {
  right: 25px;
}

/* Services Section */
.content {
  position: relative;
  width: 100%;
  height: 400px;
  margin: auto;
  overflow: hidden;
}
.content:after {
  width: 100%;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000000b0;
  height: 100%;
}
.content .service-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-weight: 700;
  text-align: center;
  color: white;
  z-index: 1;
  transition: top 0.5s ease;
}
.content:hover .service-content {
  top: -20px;
  color: transparent;
}
.content .content-overlay {
  background: #005DAC;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.content:hover .content-overlay {
  opacity: 1;
  z-index: 1;
}

.content-image {
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: center;
}

.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details {
  top: 50%;
  left: 50%;
  opacity: 1;
  z-index: 1;
}

.content-details h3 {
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}

.content-details p {
  color: #fff;
  font-size: 0.8em;
}

.fadeIn-top {
  top: 20%;
}

/* product section */
.products .card {
  border: none;
  border-radius: 10px;
  box-shadow: 0 0 5px rgb(0 0 0 / 15%);
  height: 100%;
}
.products .item {
  padding: 10px 0;
}
.owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.owl-nav button.owl-prev {
  left: 0;
}
.owl-nav button.owl-next {
  right: 0;
}

.owl-dots {
  text-align: center;
  padding-top: 15px;
}
.owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: #ccc;
  margin: 0 3px;
}
.owl-dots button.owl-dot.active {
  background-color: #000;
}
.owl-dots button.owl-dot:focus {
  outline: none;
}
.owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.38) !important;
}
.products span {
  font-size: 70px;
  position: relative;
  top: -5px;
}
.owl-nav button:focus {
  outline: none;
}
.owl-carousel .owl-stage {
  display: flex;
}
.owl-carousel .owl-item {
  display: flex;
  flex: 1 0 auto;
  justify-content: center;
}

/* team section */
.team-members {
  box-shadow: 0 0 5px rgb(0 0 0 / 15%);
  color: #9e9e9e;
  margin: 60px 5px 20px;
  max-width: 90%;
  min-width: 233px;
  position: relative;
  text-align: center;
  width: 100%;
  background-color: #ffffff;
  border-radius: 5px;
}
.team-members .team-content {
  position: relative;
  padding: 0px 20px 20px;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}

.team-members img {
  border-radius: 100%;
  width: 200px !important;
  height: 200px;
  position: relative !important;
  top: -50px;
  display: initial !important;
  object-fit: cover;
}
.team-members h3 {
  color: #3c3c3c;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
  margin: 10px 0 5px;
  letter-spacing: 2px;
  color: #000;
}

.team-members h5 {
  font-weight: 400 !important;
  margin: 0;
  opacity: 0.5;
  font-size: 18px;
  letter-spacing: 1px;
}

.team-members p {
  margin: 0 0 20px;
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.btn-team {
  background: lightgrey;
  border-radius: unset;
  padding: 10px 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.bg-team {
  background-image: linear-gradient(180deg, #205875 55%, transparent 45%);
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  .img-wrap-b::after {
    display: none;
  }
  .img-wrap-b::before {
    display: none;
  }
  .abt-img-r {
    right: unset;
  }
  .carousel-item .carousel-caption {
    /* top: 0; */
    left: 0 !important;
    right: 0;
    bottom: 0;
    z-index: 1;
    text-align: justify !important;
  }
}

/* ----------Custom css--------- */

/* ----------Breadcrumb--------- */
.ct_breadcrumb.page-header {
  padding-top: 12rem;
  padding-bottom: 6rem;
  /*background: linear-gradient(rgba(0, 29, 35, .8), rgba(0, 29, 35, .8)), url(img/header_img.jpg) center center no-repeat;*/
  background-size: cover;
}
.ct_breadcrumb.breadcrumb-item.active {
  color: var(--bs-breadcrumb-item-active-color);
  color: #A90D2C !important;
}
.ct_breadcrumb.text-white {
  text-decoration: none;
}
.ct_breadcrumb a.text-white {
  text-decoration: none;
}
.ct_breadcrumb li.breadcrumb-item.text-primary.active {
  color: #E2AFA5 !important;
}
.ct_breadcrumb .container.text-center {
  margin-bottom: -5%;
}
.ct_breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #fff !important;
}
.ct_breadcrumb h3.text-white.slideInDown.mb-2 {
  font-weight: 700 !important;
  font-size: 32px;
  text-transform: uppercase;
}

/* ----------Sidebar--------- */
ul#sidebars {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul#sidebars li {
  background: #dff0fa;
  margin-bottom: 10px;
}

ul#sidebars li a {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-decoration: none;
  position: relative;
  color: #6a7173;
}

ul#sidebars li.active a,
ul#sidebars li a:hover {
  color: #fff;
}

ul#sidebars li a:before {
  content: "";
  width: 0;
  height: 100%;
  background: #005DAC;
  position: absolute;
  z-index: 0;
  transition: all 0.4s ease;
}

ul#sidebars li.active a::before,
ul#sidebars li a:hover::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #005DAC;
  position: absolute;
  z-index: 0;
  transition: all 0.4s ease;
}

ul#sidebars li a img {
  width: 60px;
  height: 60px;
  background: #005DAC;
  margin-right: 15px;
  position: relative;
  padding: 10px;
}

ul#sidebars li a p {
  margin: 0;
  position: relative;
  line-height: 1.3;
  font-size: 14px;
  padding-right: 10px;
}

/* ----------Inner pages--------- */
.contact_info {
  background-color: #005DAC !important;
}
button.btn.btn-primary.contact_btn {
  background-color: #005DAC !important;
  font-weight: 400 !important;
  border-radius: 5px;
  padding: 10px 30px;
}

/*
iframe.ifrm_map {
    margin-bottom: 5%!important;
}*/

li.li_gap {
  list-style: none;
}
.li_gap svg {
  margin-right: 2%;
  font-size: 12px;
}
.corner_ra,
.corner_rad {
  border-radius: 10px;
}

.corner_rad_img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.corner_rad:hover {
  box-shadow: 5px 5px 10px #bfbbbb;
  transition: 0.4s;
}

.rightt {
  float: right;
  margin-left: 1em;
}
button.btn.btn-secondary.btn-sm.btn_team {
  background-color: transparent;
  margin-top: 6%;
  color: #005DAC;
  border: 2px solid #005DAC;
}
button.btn.btn-secondary.btn-sm.btn_team:hover {
  background-color: #005DAC;
  margin-top: 6%;
  color: #ffffff;
  border: 2px solid #005DAC;
}
.content1 {
  padding-top: 0px !important;
}
.modal-header.header1 {
  border: 0px !important;
}
pan.sub_title_team {
  color: #979393;
}
.ct_card_shadow {
  box-shadow: 0 0 5px 0px rgb(0 0 0 / 20%), 0px 1px 10px 0 rgb(0 0 0 / 5%);
  height: 100%;
}
.ct_downloads .text-center {
  font-weight: 700;
  font-size: 13.5px;
  color: #5d5e60;
}
span.sub_title_team {
  font-size: 13px;
}
button.btn.btn-primary.contact_btn {
  margin-top: 3%;
}
h3.mb-3.ct_title {
  font-size: 1.5em;
  margin-bottom: 3% !important;
  margin-top: 1.3%;
}

.error {
  font-size: 12px;
  color: #A90D2C;
}

.site-search {
  color: white !important;
}

div#carousel-1 p.card-text {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: justify;
}

.bg-gradient-footer a,
.contact_info a {
  color: #fff !important;
}

.line-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.contact-details {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 991.98px) {
  .contact-details {
    justify-content: space-around;
    text-align: center;
  }
  .contact-details li {
    margin-bottom: 0.5em;
  }
  .contact-details li:last-child {
    margin-bottom: 0;
  }
  .navbar-collapse {
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  .contact-details {
    justify-content: space-between;
  }
}
@media (max-width: 499.98px) {
  .contact-details {
    flex-direction: column;
  }
}
