/* @import url('https://fonts.googleapis.com/css2?family=Anta&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Anta&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap'); */
/* *{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
} */
@import url('https://fonts.googleapis.com/css2?family=Libre+Franklin:ital,wght@0,100..900;1,100..900&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

body {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  font-family: "Libre Franklin", sans-serif;
  font-size: 16px;
}
p{
  font-family: "Libre Franklin", sans-serif;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
  font-family: "Libre Franklin", sans-serif;
}

.container-fluid {
  width: 94%;
}

ul {
  list-style-type: none;
}

.top--header {
  clear: both;
  overflow: hidden;
  border: none;
}

.side-kerning {
  background: #fff;
  padding: 0.20rem 0;
}


.top1 {
  background: #053960;
  padding:0;
}
p {
    color: #000000 !important;
}
.ltn__category-item-5 a span {
    display: block;
    color: #000;
    
}
.top--header-data a {
  color: #fff;
  letter-spacing: 1px;
  transition-duration: .5s;
  font-size: 16px;
}
.top--header-data {
  margin: 0 30px;
  font-size: 14px;
}
.enquirybtn {
    height: 30px;
    padding-top: 0px;
    padding-inline: 10px;
    background: #1f4396;
    border-radius: 20px;
    color: white;
    
}
#pulse{
    animation: flash 1.2s linear infinite;
}
@keyframes flash {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1;
	}
}
.fnt-small {
  display: flex;
  justify-content: stretch;
  align-items: center;
  font-family: "Anta", sans-serif;
}

.fnt-small i {
  font-weight: 100;
  font-size: 16px;

}

.ltn__main-menu li:hover {
  background: #053960;
}

.ltn__main-menu li:hover>a {
  color: #fff;
}
.ltn__main-menu ul li{
  display: flex;
  align-items: center;
  height: 50px;
}
.ltn__main-menu > ul > li > a {
  border-right: 1px solid #a4a3a394;
  border-right-width: 1px;
  height: 35px;
  line-height: 15px;
}
.font a {
  font-weight: 600;
  letter-spacing: 0.03rem;
  margin: 0 0.08rem;
}
.facilities-text p {
  height: 125px;
  overflow: hidden;
  font-size: 18px;
}
.font {
  margin: 0 0.75rem;
}

.ltn__slide-item-2 {
  min-height: 600px;
  height: 600px;
}

.ln--menu--bar {
  /* background: #000; */
  background: #087cbf;
  /* background: linear-gradient(106deg, rgb(203 0 18 / 84%) 0%, rgb(163 35 48) 44%, rgb(195 19 35) 86%); */

}

.ltn__main-menu>ul>li>a {
  padding: 10px 15px;
  color: #fff;
  font-size: 17px;

}

.ltn__main-menu>ul {
  justify-content: left;
}
.inner--pages ul{
    list-style-type:inherit;
    color:#000;
}
.inner--pages p{
    margin:0;
}
.inner--pages ul li{
    list-style-type:inherit;
    margin-top:0;
}
.tab-content ul{
    list-style-type:inherit;
    color:#000;
}
.tab-content p{
    margin:0;
}
.tab-content ul li{
    list-style-type:inherit;
    margin-top:0;
}
.tab-content ol{
    list-style-type: auto;
    color:#000;
}
.tab-content ol li{
    list-style-type:inherit;
    margin-top:0;
}

.ltn__header-sticky .site-logo img{
  width: 100px;
}
.ltn__header-sticky .header--images img{
width: 100px !important;
height:auto;
}
.bg-overlay-theme-black-60:before {
background: none !important;
}
.testimony_btn_color button{
    background: #087cbf;
    padding: 10px 25px;
    color: #fff;
}
.d_column .tab-content table tr td{
    border:1px solid #ccc;
    padding: 5px;
    color:#000;
}
.d_column .tab-content table tr td p{
    margin-bottom:0;
}
.header--images {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.header--images img:first-child {
  width: 26%;
  height: auto;
}

.header--images img:nth-child(2) {
  width: 50%;
}

ul.announcements li {
  display: inline-block;
  margin: 0 0.35rem;
}

.heading--annouse {
  display: flex;
  align-items: center;
  justify-content: center;
}

.heading--annouse h2 {
  color: #fff;
  font-size: 23px;
  text-align: center;
  padding: 5px;
  margin: 0;
  font-weight: 500;
  letter-spacing: 0.05rem;
  font-family: 'Nunito Sans', sans-serif;
}
.section-bg-2 li{
  margin-top: 0;
}

ul.announcements {
  margin: 0;
  display: flex;
  align-items: center;
}

.padd-60 {
  padding: 60px 0;
}

h2.headding {
  font-size: 35px;
  margin: 0;
  position: relative;
  display: inline-block;
  font-family: "poppins", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05rem;
}

h2.headding::before {
  position: absolute;
  bottom: -20px;
  left: 50%;
  content: '';
  width: 301px;
  height: 12px;
  /* background: #000; */
  background: url(../images/divider.png)no-repeat;
  background-size: contain;
  transform: translate(-50%, -50%);
  border-radius: 30px;
}

/* h2.headding::after {
  position: absolute;
  top: 50%;
  left: 120%;
  content: '';
  width: 60px;
  height: 2px;
  background: #000;
  transform: translate(-50%, 0);
} */

/* Buttons*/
.mybtn a {
  color: #fff !important;
  background-color: #c3102f;
  padding: 1.05rem 25px;
  font-size: 15px;
  line-height: 0;
  margin-bottom: 0;
  display: inline-block;
  border-radius: 7px;
  transition-duration: .5s;
  position: relative;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  font-size: 12px;
  color: #646464;
  font-weight: 700;
  transition: all 0.4s ease;
  display: inline-flex;
  align-items: center;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  transform: perspective(1px) translateZ(0);
}

.mybtn a::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  border-radius: 4px;
  transform: scaleX(0);
  transform-origin: 100% 50%;
  transition-property: transform;
  transition-duration: 0.5s;
  transition: all 0.3s;
  transition-timing-function: ease-out;
  z-index: -1;
}

.mybtn a:hover {
  color: #ffffff !important;
  outline: 0;
  text-decoration: none;
}

.mybtn a:hover::before {
  background: #0c0c0c;
  transform: scaleX(1);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  border: 0;
  outline: 0;
}

/* .button:hover {
  transition-duration: .5s;
  background: rgb(79 49 157);
  color: #fff !important;
} */

.date--stamp {
  font-size: 16px;
  color: #4e4e4e;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: left;
}

.gallery-warrap h2 {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.06rem;
  margin: 0;
}

.gallery-warrap {
  padding: 20px;
  border: none;
  background: #ffff;
  margin: 0.75rem 0;
}

.gallery-warrap img {
  transition: all 0.3s ease-in;
}

.gallery-warrap:hover img {
  transform: scale(1.1) !important;
}

.images img {
  aspect-ratio: 4/2;
  object-fit: contain;
}

/*  */
.facilities-box {
  padding: 20px;
  text-align: center;
  background: #ffff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  margin: 0.75rem 0;
}

.facilities-box h2 {
  font-size: 20px;

  position: relative;
  display: inline-block;
}

/* .facilities-box h2::before{
  position: absolute;
  top: 50%;
  right: 90%;
  content: '';
  width: 60px;
  height: 2px;
  background: #000;
  transform: translate(-50%, 0);
}
.facilities-box h2::after{
  position: absolute;
  top: 50%;
  left: 130%;
  content: '';
  width: 60px;
  height: 2px;
  background: #000;
  transform: translate(-50%, 0);
} */
.facilities-text {
  text-align: justify;
  margin: 0.75rem 0;
  padding: 0px;
  background: #fff;
}

h2.box--header {
  background: #ae002d;
  padding: 5px 20px;
  color: #fff;
  font-weight: 100;
  border-bottom: 2px solid #f00;
  font-size: 21px;
  background: rgb(18, 56, 130);
  background: linear-gradient(117deg, rgba(18, 56, 130, 1) 0%, rgba(35, 79, 152, 1) 49%, rgba(21, 48, 135, 1) 94%);
  border-radius: 5px;
}

.box-content {
  overflow: hidden;
  height: 230px;
  border: 1px solid #b3b3b3;
}

.date-box {
  width: 8%;
  position: relative;
  float: left;
  display: inline-block;
  border-radius: 5px;
  margin-bottom: 0px;
}

.date {
  width: 100%;
  text-align: center;
  font-weight: 500;
  line-height: 0;
}

.date-box p {
  margin-bottom: 0px;
  font-size: 14px;
}

.date p {
  font-size: 21px;
  line-height: 12px;
  color: #1d77ff;
  font-weight: 700;
}

.month {
  width: 100%;
  text-align: center;
  font-weight: 700;
  font-size: 10px;
  padding-top: 20px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #ffffff;
  position: relative;
  line-height: 0;
}

.month:after {
  position: absolute;
  content: "";
  bottom: 9px;
  left: 0px;
  right: 0px;
  margin: auto;
  width: 30px;
  height: 2px;
  background-color: #334878;
}

.year {
  text-align: center;
  position: absolute;
  top: 5px;
  right: -19px;
  transform: rotate(-90deg);
  font-weight: 700;
  color: #f2972e;
  font-size: 14px;
}

.notice-body-text {
  width: 92%;
  display: inline-block;
  padding-left: 25px;
  /* border-bottom: 1px dashed #ddd; */
  padding-bottom: 0px;
}

.notice-body-text a {
  color: #000 !important;
}

.box-content ul li {
  padding: 10px 0;
  position: relative;
  cursor: pointer;
}

.box-content ul li::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  content: '';
  background: #000;
  border-radius: 30px;
}

.noticeboard .nav-link {
  display: block;
  padding: 0.5rem 0.86555rem;
  font-size: 16px;
  font-weight: bold;
  background: #132A52;
  color: #fff;
  border-top-left-radius: 0rem;
  border-top-right-radius: 0rem;
  border-right: 1px solid #ffff;
  border: none;
}

.noticeboard .nav-link.active {
  color: #fff;
  background-color: #ae002d;
  /* border-color: #0074e4 #0074e4 #0074e4; */
  border: none;
}

.notice-board {
  min-height: 400px;
}
.brs-portfolio-categories-item__img{
    height: 163px;
}
.brs-portfolio-categories-item{
    margin:0.75rem 0;
}
.footer-top-area {
  background: url("../images/footer-banner.jpg") #000000eb;
  background-blend-mode: multiply;
  background-size: cover;
}
.footer-widget .footer-title {
  font-weight: 500;
  letter-spacing: 0.05rem;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
}
.section-bg-7 {
  background-color: #161726 !important;
}
.inner--pages table tr td {
    border: 1px solid #ccc;
    padding: 5px;
}
.inner--pages table tr td p {
    margin-bottom:0px;
}
.ltn__main-menu li ul li, .ltn__main-menu .sub-menu li {
    padding: 6px 12px 6px 30px;
}
.quicklinks ul li a {
  color: #000;
  display: block;
  border-bottom: 1px solid #ddd;
  padding: 0px 0px;
}

.quicklinks h2,
.notice-board-box h2 {
  padding: 0.5rem 0.86555rem;
  margin: 0;
  font-size: 16px;
  text-transform: uppercase;
  background: rgb(205 64 50);
  color: #fff;
  margin: 0;
  font-weight: 100;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: left;
}

.quicklinks ul li {
  margin-top: 8px;
}


/* .prinicipal-msg h2 {
  color: #ffffff;
  background: #122f57;
  margin-bottom: 0;
  padding: 9px 12px;
  text-align: left;
  font-size: 20px;
  border-bottom: 2px solid #f2f1ef;
  font-weight: 500;
} */
.prinicipal-msg h2 {
  font-size: 27px;
  font-weight: bolder;
  font-family: "poppins ", sans-serif;
  text-transform: uppercase;
  background: #08134c;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: block;
  text-align: left;
}

.tender li a {
  display: inline-block !important;
}

.tender .year {
  right: -22px;
}

marquee.theight {
  height: 380px;
  /* border: 1px solid #e3e1e1; */
}


.facilities-image {
  overflow: hidden;
}

.facilities-image img {
  transition-duration: .5s;
}

.facilities-box:hover .facilities-image img {
  transition-duration: .5s;
  transform: scale(1.3) rotate(4deg);
}

.height {
  height: 470px;
}

.notice-body-box .year {
  right: -29px;
  top: 6px;
}

.principal-text p {
  text-align: justify;
  color: #000;
  font-family: 'Poppins', sans-serif;
  margin: 0.75rem 0;
  font-size: 17px;
  height: 302px;
  overflow: hidden;
}

/*  */

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 29px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #6E6E6E;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: .4s;
}

.input:checked+.slider {
  background-color: #fff;
}

.input:checked+.slider:before {
  background-color: #000;
}

/* .input:focus + .slider {
    box-shadow: 0 0 0 4px rgba(21, 156, 228, 0.7);
    outline: none;
  } */

.input:checked+.slider:before {
  transform: translateX(26px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/* SVG */

.custom-shape-divider-top-1710479034 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.custom-shape-divider-top-1710479034 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 55px;
}

.custom-shape-divider-top-1710479034 .shape-fill {
  fill: #FFFFFF;
}

/* Inner Page */
.ltn__breadcrumb-area {
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
}

.page-title {
  font-size: 28px;
  margin: 0;
  font-weight: 600;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}

.screen-tbl tr th {
  border: none;
  padding: 3px 5px;
  background: #224d91;
  color: #fff;
  letter-spacing: 0.05rem;
  border-right: 1px solid #fff;
  text-align: center;
}

.screen-tbl tr td {
  text-align: center;
  border: 1px solid #8b8b8b;
  color: #000;
  letter-spacing: 0.03rem;
}

/* Students */

.student-image {
  width: 150px;
  height: 150px;
  position: relative;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 0;
  z-index: 111;
}

.student-bg {
  background: #0d35a5;
  width: 100%;
  height: 90px;
}

.student-image img {
  border-radius: 50%;
}

.student-box {
  background: #f9f9f9;
  position: relative;
  text-align: center;
  transition-duration: .5s;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.student-content {
  position: relative;
  top: -60px;
  z-index: 1;
}

.student-box:hover {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  transition-duration: .5s;
  /* box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px; */
}

.student-content h2 {
  font-weight: 600;
  font-family: 'Nunito Sans', sans-serif;
  letter-spacing: 0;
  margin: 0.75rem 0;
}

.student-content span {
  display: block;
  font-size: 19px;
}
.ltn__category-area {
  background: url(../images/banner.jpg) #000000c4;
  background-blend-mode: multiply;
  background-attachment: fixed;
  background-size: cover;
}
.brand{
  display: flex;
  justify-content: center;
}
.brand .col-lg-3{
  display: flex !important;
  width: 150px !important;
  justify-content: center !important;
}
.p.history{

}
.ltn__img-slide-item-4 .img1{

    width: 70%;
    /* margin: 0px 10px; */
    border: 2px solid #034795;
    border-radius: 4px 140px 4px 140px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
.ltn__img-slide-item-4 .img2{

  width: 70%;
  /* margin: 0px 10px; */
  border: 2px solid #034795;
  border-radius:  140px 4px 140px 4px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
.ltn__img-slide-item-4:hover img, .ltn__img-slide-item-3:hover img, .ltn__img-slide-item-2:hover img{
  transform: scale(1.05) !important;
}
.ltn__img-slide-item-4 > a, .ltn__img-slide-item-3 > a, .ltn__img-slide-item-2 > a{
  overflow: visible !important;
}

/* Responsive */
@media screen and (max-width: 1400px) {
  .ltn__slide-item-2 {
    min-height: 400px;
    height: 400px;
  }

  .ltn__header-5 .ltn__header-middle-area {
    padding: 0;
  }

  .facilities-text {
    height: 108px;
    overflow: hidden;
  }

  .top--header-data {
    margin: 0 13px;
  }

  .ltn__main-menu>ul>li {
    margin-right: 0;
  }

  .ltn__main-menu>ul>li>a {
    font-size: 14px;
    padding: 3px 13px;
  }

  .notice-board-box {
    height: 400px;
  }

  .height {
    height: 250px;
  }

  .date--stamp {
    font-size: 11px;
  }

  .gallery-warrap h2 {
    font-size: 15px;
  }
}

/* my csss*/

.hname h2 {
    margin: 0;
    position: relative;
    left: 10px;
    /* margin: 10px 0 0 5px; */
    font-size: 27px;
    font-weight: bolder;
    letter-spacing: 0.03rem;
}

.hname p {

  font-size: 14px;
  font-weight: 500;
  margin: 0 0 0px 15px;

}

.d {
    position: relative;
    transition: all 0.3s ease-in;
}

.d .l {
    /* background: #3c3939ad; */
    height: 300px;
    width: 92%;
    position: absolute;
    top: 0px;
    left: 15px;
    z-index: -1;
    visibility: hidden;
}

.d img {
  width: 100%;
  height: 300px;
  position: relative;
  z-index: 10;
}

.d:hover>a {
  background: #ae002d;
  color: #fff;
}

.d:hover>.l {
  background: #000000b3;
  padding: 0 !important;
}

.d a {
  /* position: absolute; */
  display: inline-block;
  /* top: 87%;
  z-index: 100;
  left: 13%; */
  color: #000;
  font-weight: 600;
  font-size: 20px;
  /* padding: 30px 10px; */
  background: rgb(0, 0, 0);
  background: #fff;
  transition: all 0.3s ease-in;
  width: 100%;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  text-align: center;
  border-radius: 0px 0px 10px 10px;
}
form input[type="text"],
input[type="email"],
input[type="password"],
input[type="submit"],
textarea {
  height: 35px;

}

.contact-form-box {
  padding: 20px 70px 10px;
}

.input-item.ltn__custom-icon::before {
  position: absolute;
  top: 27%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0px;
  background: #efe9e9;
  color: var(--ltn__secondary-color);
  height: 35px;
  width: 50px;
  text-align: center;
}

.input-item .nice-select {
  height: 35px;
  line-height: 20px;
}

textarea {
  min-height: 80px;

}

.gallery-warrap img {
  height: 200px !important;
  transition: all o.3s ease-in;
}

.rc {
  background: url(../img/admission-bg.jpg) left top no-repeat rgb(40 40 40 / 71%);
  background-blend-mode: multiply;
  background-size: cover;
  background-attachment: fixed;
  padding: 80px 125px;
}
.ltn__header-4 .ltn__header-middle-area.sticky-active,
.ltn__header-5 .ltn__header-middle-area.sticky-active {
  padding: 0;
}

.sticky-active.ltn__sticky-bg-white .ltn__main-menu>ul>li>a {
  color: #fff;
}

.ltn__header-4 .ltn__header-middle-area,
.ltn__header-5 .ltn__header-middle-area {
  padding: 0;
}

.ta::before {

  top: 15% !important;

}

.ic::before {
  top: 50% !important;
}

.ns::before {
  content: "\f063";
  font-size: 14px;
  position: absolute;
  top: 50%;
  height: 35px;
  right: -2px !important;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 900;
  color: var(--ltn__secondary-color);
  background: #efe9e9;
  width: 50px;
  text-align: center;
}

.btn {
  padding: 10px 20px !important;
}

.slick-list {
  /* overflow: visible !important; */
}

.slick-arrow-1:hover .slick-arrow {
  /* left: -30px !important; */
}

.ltn__copyright-area {
  padding: 10px 0;
}

.footer-top-area {
  padding: 50px 0 0 0;
}
#id {
  width:25px;
  height:25px;
  background:transparent;
  border:1px solid red;
  border-radius:50%;
  position:absolute;
  margin:0px;
  box-shadow:0px 0px 35px red;
  transition: all .1s ease-in-out;
  z-index: 10000;
  margin: -5px 0px 0px -10px;
}
.p .main-history img {
  width: 40%;
  margin: auto;
  border: 2px solid #034795;
  border-radius: 4px 150px 4px 150px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
@media (max-width:520px) and (min-width:320px) {

  .top1,
  .header--images {
    display: none;
  }

  header .d-flex {
    display: block !important;
  }

  .fnt-small {
    display: block !important;
  }

  .ltn__header-top-area .ltn__social-media ul li {
    font-size: 17px;
  }

  .top--header-data a {
    font-size: 18px;
  }

  .site-logo {
    text-align: center;
    white-space: normal;
    display: block !important;
  }

  .notice-board-box {
    margin: 0 !important;
    position: relative;
    top: 20px;
  }

  .contact-form-box {
    padding: 15px 30px 15px;
  }
  
  .d{
      margin-bottom: 70px;
  }
  .d:last-child{
      margin-bottom: 0px;
  }
  .site-logo-wrap .site-logo {
    width: 100% !important;
  }
  .aboutcon{
    margin-top: 25px;

  }
  .aboutcon p{
    text-align: justify;
    margin: 0;
  }
  .quick-links-container {
    
    margin: 0 auto;
}
.section-title-area p {
  width: 100% !important;
}
#contact-form{
  margin-bottom: 30px;
}
.testimonial p{
  width: 100% !important;
}
.rc{
  padding: 60px 0 !important;
}
.d_column{
  flex-direction: column;
}

}

/* testimonial slider */


/* 
.testimonial-slider {
  background-color: #5072a7;
  padding: 2em 2em 3em;
} */
.testimonial-title {
  color: #fff;
}
.testimonial-title h2 {
  padding-left: 0.2em;
}
.card {
  margin: 0 0.5em;
  box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
  border: none;
  height: 100%;
}
/* .carousel-control-prev,
.carousel-control-next {
  background-color: #fff;
  width: 3em;
  height: 3em;
  border-radius: 50%;
  top: 60%;
  transform: translateY(-50%);
} */

@media (min-width: 576px) {
  /* .carousel-item {
    margin-right: 0;
    flex: 0 0 33%;
    display: block;
  } */
  .carousel-inner {
    display: flex;
  }
}
@media (min-width: 768px) {
  /* .carousel-inner {
    padding: 1em;
  } */
  /* .carousel-control-prev,
  .carousel-control-next {
    opacity: 1;
    position: absolute;
    left: 1em;
    top: 90%;
    transform: translateY(-50%);
  } */
  /* .carousel-control-next {
    left: 5em;
  } */
}

/* .carousel img {
  width: 70px;
  max-height: 70px;
  border-radius: 50%;
  margin-right: 1rem;
  overflow: hidden;
}
.carousel-inner {
  padding: 1em;
}

@media screen and (min-width: 576px) {
  .carousel-inner {
    display: flex;
    width: 90%;
    margin-inline: auto;
    padding: 1em 0;
    overflow: hidden;
  }
  .carousel-item {
    display: block;
    margin-right: 0;
    flex: 0 0 calc(100% / 2);
  }
}
@media screen and (min-width: 768px) {
  .carousel-item {
    display: block;
    margin-right: 0;
    flex: 0 0 calc(100% / 3);
  }
  
.carousel-control-prev,
.carousel-control-next {
  width: 35px;
  height: 35px;
}
}
@media screen and (max-width: 768px) {
.carousel-control-prev,
.carousel-control-next {
  width: 35px;
  height: 35px;
}
.site-logo-wrap .site-logo{
  width: 100% !important;
}
}

.carousel .card {
  margin: 0 0.5em;
  border: 0;
}.carousel-control-next-icon, .carousel-control-prev-icon{
  width: 1.5rem;
  height: 1.5rem;
}

.carousel-control-prev,
.carousel-control-next {
  width: 3rem;
  height: 3rem;
  background-color: grey;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}
 */

.section-title{
  color: #fff;
}
.testimonial-slider .slick-list{
  overflow: none !important;
}
.testimonial_box-img img{
  width: 20% !important;
  border-radius: 50%;
  height:auto;
}
.recruiters .owl-item img {
    object-fit:contain;
}
.testimonial-slide{
  padding: 15px ;
}
.testimonial_box-text p{
text-align: justify;
}
.life .section-title{
  font-weight: 500;
  color: #000 ;
}
@media (max-width: 991px) {
  .tab-content>.tab-pane {
    display: block;
    opacity: 1;
  }
}
.nav-tabs .nav-item{
  margin: 0 !important;
}
.nav-tabs{
  border: none !important;
}
.ltn__counterup-item{
  margin: 0px !important;
}



/* @import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
body{
  background: #e9edd6;
  font-family: 'Poppins', sans-serif;
}
*{
  box-sizing: border-box;
} */


.nav-tabs .nav-link{
  color: #fff;
}
.quick-links-container {
  /* width: 250px; */
  background-color: #2f3e75; /* Background color similar to the one in the image */
  padding: 20px;
  border-radius: 5px;
  color: white;
  margin: 0 auto;
}

.quick-links-container h2 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
}

.quick-links {
  list-style-type: none;
}

.quick-links li {
  margin: 10px 0;
}

.quick-links a {
  color: white;
  text-decoration: none;
  font-size: 16px;
  position: relative;
}

.quick-links a:before {
  content: "➤"; /* Arrow icon */
  margin-right: 10px;
}

.quick-links a:hover {
  text-decoration: underline;
}
.nav-tabs .nav-link.active{
  color: #98453f !important;
}
.nav-tabs .nav-link {

  text-transform: uppercase;
  font-weight: 750;
  font-size: 18px;
}
.section-title-area p{
  width: 100%;
}
.owl-nav button.owl-prev {
  left: -60px;
  top: 40px;
}

.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-next {
  right: -60px;
  top: 40px;
}
.owl-theme .owl-dots .owl-dot span{
  margin: 0 !important;
}
.ltn__footer-area .widget{
  border: none !important;
}
.widget-title .title{
  font-weight: 500;
}
.about .year {
  text-align: center;
  position: absolute;
  top: 5px;
  right: -25px;
  transform: rotate(-90deg);
  font-weight: 700;
  color: #f2972e;
  font-size: 14px;
}
.about marquee{
  height: 300px !important;
}

@media screen and (max-width: 1400px) {
    .ltn__main-menu > ul > li > a{
        height: inherit !important;
        line-height: normal;
        font-size: 12px !important;
    }
    
    .ltn__main-menu ul li{
        height: inherit !important;
        padding: 10px 0;
    }
    .d img {
    height: 200px;
}
.d .l {
    /* background: #3c3939ad; */
    height: 200px;
}
    
    .ltn__header-sticky .header--images img {
    width: 75px !important;
    margin: 0 2px;
}

.hname h2{
    font-size: 19px;
}

.hname p{
    font-size: 11px;
    color: #000;
}

.ltn__header-sticky .site-logo img {
    width: 80px;
}

.responce-text{
    font-size: 21px;
}

.about .year{
    right: -30px;
}

.nav-tabs .nav-link{
    font-size: 14px;
}

marquee.theight {
    height: calc(400px - 132px);
    /* border: 1px solid #e3e1e1; */
}

}
@media screen and (min-width: 1400px) {
    .ltn__main-menu li  ul  li{
        font-size: 14px;
        height:auto;
    }
    
    ul.menu-footer > li > a {
        font-size: 16px;
    }
}


.nice-select.swal2-select {
    display: none !important;
}