@import url("https://fonts.googleapis.com/css2?family=Crimson+Text:wght@400;600&family=Merriweather:ital,wght@1,700;1,900&family=Source+Sans+Pro:wght@200;300;400;600;700;900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&family=Roboto:wght@100;300;400;500;700;900&display=swap');

:root {
  --heading-font: "Merriweather", serif;
  --regular-font: " Source Sans Pro", sans-serif;
  --cursive-font: " Crimson Text", serif;
  --font-h1: 40px;
  --font-h2: 35px;
  --font-h3: 30px;
  --font-h4: 24px;
  --font-h5: 20px;
  --font-h6: 18px;
  --font-regular: 17px;
  --font-small: 14px;
  --font-xs-small: 12px;
  --weight-100: 100;
  --weight-200: 200;
  --weight-300: 300;
  --weight-400: 400;
  --weight-500: 500;
  --weight-600: 600;
  --weight-700: 700;
  --weight-800: 800;
  --weight-900: 900;
  --logo-clr: #d21e06;
  --font-clr-dark-rglr: rgb(34, 34, 34);
  --font-clr-dark-light: rgb(70, 70, 70);
  --font-clr-white-rglr: rgb(255, 255, 255);
  --font-clr-white-light: rgb(240, 240, 240);
  --trans-fast: all .1s ease;
  --trans-nrml: all .2s ease;
  --trans-slow: all .35s ease;
  --border-radius-5px: 5px;
  --border-radius-10px: 10px;
  --border-radius-15px: 15px;
  --border-radius-20px: 20px;
  --border-radius-30px: 30px;
  --border-radius-circle: 50%;
  --box-shadow-nrml: 0 5px 10px -3px rgba(0, 0, 0, 0.1);
  --box-shadow-rglr: 0 5px 15px -3px rgba(0, 0, 0, 0.12);
  --box-shadow-lg: 0 4px 25px -3px rgba(0, 0, 0, 0.15);
}

h1 {
    font-size: var(--font-h1);
    font-weight: var(--weight-600);
    color: var(--font-clr-dark-rglr);
    font-family: var(--heading-font);
    text-transform: capitalize;
    line-height: 1;
}

h2 {
    font-size: var(--font-h2);
    font-weight: var(--weight-600);
    color: var(--font-clr-dark-rglr);
    font-family: var(--sanreg-font);
    text-transform: uppercase;
    color: #008dd2;
}

h3 {
    font-size: var(--font-h4);
    font-weight: var(--weight-500);
    color: var(--font-clr-dark-rglr);
    text-transform: capitalize;
    font-family: var(--regular-font);
}

p {
    font-size: var(--font-regular);
    font-family: var(--robtop-font);
    color: var(--font-clr-dark-light);
    line-height: 1.6;
}

body {
  height: 400hv;
}

::-webkit-scrollbar {
  width: 15px;
}

::-webkit-scrollbar-track {
  background: rgb(241, 241, 241);
}

::-webkit-scrollbar-thumb {
  background: #ef7f1a;
}

#navbar {
  background-color: #272e38;
  position: fixed;
  z-index: 12;
  width: 100%;
  transition: all 0.5s ease;
}
#navbar .navbar .nav-left img {
    width: 160px;
    position: relative;
    top: 5px;
}
#navbar .navbar .nav-right .toggle {
  display: none;
}
#navbar .navbar .nav-right .nav-top ul {
  display: flex;
  list-style: none;
  gap: 30px;
  padding: 0;
  margin: 0;
  align-items: center;
  justify-content: end;
}
.top-nav li a{
    font-size:17px !important;
}
.top-nav{
    margin-bottom: 15px !important;
}
#navbar .navbar .nav-right ul .nav-item a {
  font-size: 19px;
  color: #fff;
  transition: var(--trans-slow);
  text-decoration: none;
}
#navbar .navbar .nav-right .nav-top ul .nav-item a:hover {
  color: #ef7f1a;
}
#navbar .navbar .nav-right .nav-top ul .nav-item a .actv {
  color: #ef7f1a !important;
}
#navbar .navbar .nav-right .nav-top ul .hro-btom a {
  padding: 5px 15px 8px;
  background-color: #ef7f1a;
  color: #ffffff;
  transition: var(--trans-slow);
  border-radius: var(--border-radius-30px);
  font-size: 15px;
}
#navbar .navbar .nav-right .nav-top ul .hro-btom a:hover {
  background-color: #f9f9f8;
  color: #ef7f1a;
}

#navbar .navbar .nav-right .nav-top ul .nav-item a.actv {
  color: #ef7f1a;
}

.nn-tt {
  padding: 8px 0 16px;
}

.new-class {
  position: fixed !important;
  transition: all 0.5s ease;
}

#index-1 {
  z-index: 0;
  position: relative;
  top: 70px;
}
.swiper-pagination {
bottom: 30px !important;
}
#index-1 .index-1 .index-1-inner .swiper-slide-1 {
  display: flex;
}
#index-1 .index-1 .index-1-inner .swiper-slide-1 .slide-1-left {
  width: 35%;
  position: relative;
}
#index-1 .index-1 .index-1-inner .swiper-slide-1 .slide-1-left .slide-1-left-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
}
#index-1 .index-1 .index-1-inner .swiper-slide-1 .slide-1-left .slide-1-left-txt h1 {
  line-height: 55px;
}
#index-1 .index-1 .index-1-inner .swiper-slide-1 .slide-1-right {
  width: 65%;
}
#index-1 .index-1 .index-1-inner .swiper-slide-1 .slide-1-right img {
  width: 100%;
}

.index-1-pag .swiper-button-next {
  width: 40px;
  height: 45px;
  background-color: #272e38;
  transition: var(--trans-nrml);
}
.index-1-pag .swiper-button-next:after {
  font-size: 20px;
  color: #fff;
}
.index-1-pag .swiper-button-next:hover {
  background-color: #ef7f1a;
}
.index-1-pag .swiper-button-prev {
  width: 40px;
  height: 45px;
  background-color: #272e38;
  transition: var(--trans-nrml);
}
.index-1-pag .swiper-button-prev:after {
  font-size: 20px;
  color: #fff;
}
.index-1-pag .swiper-button-prev:hover {
  background-color: #ef7f1a;
}
.index-1-pag .swiper-pagination-bullet {
  background: #ef7f1a;
}
.index-1-pag .swiper-pagination-bullet-active {
  background: #ef7f1a;
}

#index-2 {
  margin-top: 125px;
}
#index-2 .index-2 .index-2-inner .index-2-txt {
  width: 70%;
  margin-left: auto;
  text-align: center;
  margin-right: auto;
}
#index-2 .index-2 .index-2-inner .index-2-txt p {
  font-size: 17px;
}
#index-2 .index-2 .index-2-inner .index-2-txt h2 {
  padding-bottom: 10px;
}
#index-2 .index-2 .index-2-inner .index-2-txt h2 span {
  color: #ef7f1a;
}
#index-2 .index-2 .index-2-inner .index-2-txt h5 {
  margin-top: 40px;
}
#index-2 .index-2 .index-2-inner .index-2-txt h5 .left-cot {
  position: relative;
  top: -15px;
  right: -11px;
}
#index-2 .index-2 .index-2-inner .index-2-txt h5 .rig-cot {
  top: 10px;
  position: relative;
  left: -10px;
}
#index-2 .index-2 .index-2-inner .index-2-txt h5 .rig-cot img {
  transform: rotateZ(183deg);
}
#index-2 .index-2 .index-2-inner .index-2-txt .index-2-inner-txt {
  display: flex;
  justify-content: space-around;
  padding-top: 20px;
  text-align: left;
}
#index-2 .index-2 .index-2-inner .index-2-txt .index-2-inner-txt ul {
  list-style: none;
}
#index-2 .index-2 .index-2-inner .index-2-txt .index-2-inner-txt ul li {
  padding-bottom: 5px;
}
#index-2 .index-2 .index-2-inner .index-2-txt .index-2-inner-txt ul li i {
  color: #ef7f1a;
  padding-right: 10px;
}
#index-2 .index-2 .index-2-inner .index-2-txt .index-2-btom {
  margin-top: 40px;
}
#index-2 .index-2 .index-2-inner .index-2-txt .index-2-btom a {
  text-decoration: none;
  border: 1px solid #272e38;
  padding: 10px 25px;
  color: #ffffff;
  background: #272e38;
  transition: var(--trans-nrml);
}
#index-2 .index-2 .index-2-inner .index-2-txt .index-2-btom a:hover {
  background-color: #ef7f1a;
  border: 1px solid #ef7f1a;
}

#index-3 {
  margin-top: 70px;
  background-color: #f9f9f8;
  padding: 70px 0 50px;
  background-image: url(../image/index-back.jpeg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}
#index-3::after {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: rgba(0, 0, 0, 0.6901960784);
}
#index-3 .index-3 .index-3-inner .index-3-left span {
  color: #ef7f1a;
  padding-bottom: 15px;
  font-family: var(--cursive-font);
  font-size: var(--font-h6);
}
#index-3 .index-3 .index-3-inner .index-3-left h2 {
  margin-top: 15px;
  margin-bottom: 10px;
  color: #fff;
}
#index-3 .index-3 .index-3-inner .index-3-left p {
  line-height: 30px;
  color: #fff;
}
#index-3 .index-3 .index-3-inner .index-3-right .index-3-right-right .index-3-right-inner .about-info {
  position: relative;
}
#index-3 .index-3 .index-3-inner .index-3-right .index-3-right-right .index-3-right-inner .about-info .index-3-icon {
  height: 100px;
  width: 100px;
  line-height: 100px;
  font-family: "Poppins", sans-serif;
  background: #ef7f1a;
  text-align: center;
  border-radius: 100px;
  font-size: 40px;
  left: 0;
  position: absolute;
  top: 30px;
  transition: var(--trans-nrml);
}
#index-3 .index-3 .index-3-inner .index-3-right .index-3-right-right .index-3-right-inner .about-info .index-3-icon i {
  color: #fff;
}
#index-3 .index-3 .index-3-inner .index-3-right .index-3-right-right .index-3-right-inner .about-info .index-3-icon img {
  width: 45px;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
#index-3 .index-3 .index-3-inner .index-3-right .index-3-right-right .index-3-right-inner .about-info .index-3-icon:hover {
  background: #008dd2;
}
#index-3 .index-3 .index-3-inner .index-3-right .index-3-right-right .index-3-right-inner .about-info .index-3-right-txt {
  margin: 0 0 30px 60px;
  padding: 35px 20px 35px 70px;
  background: #fff;
  box-shadow: var(--box-shadow-rglr);
  transition: var(--trans-nrml);
}
#index-3 .index-3 .index-3-inner .index-3-right .index-3-right-right .index-3-right-inner .about-info .index-3-right-txt h4 {
  font-size: 20px;
  position: relative;
  margin: 10px 0;
  color: #ef7f1a;
  font-family: var(--cursive-font);
}
#index-3 .index-3 .index-3-inner .index-3-right .index-3-right-right .index-3-right-inner .about-info .index-3-right-txt p {
  margin-bottom: 0;
  position: relative;
  font-size: var(--font-small);
}
#index-3 .index-3 .index-3-inner .index-3-right .index-3-right-right .index-3-right-inner .about-info .index-3-right-txt:hover .index-3-icon {
  background: #008dd2;
}

#index-4 {
  margin: 70px 0 0;
}
#index-4 .index-4 .index-4-inner-txt {
  width: 58%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-bottom: 30px;
}
#index-4 .index-4 .index-4-inner-txt h2 {
  padding-bottom: 10px;
}
#index-4 .index-4 .index-4-inner-txt h2 span {
  color: #ef7f1a;
}
#index-4 .index-4 .index-4-inner .index-4-slid {
  position: relative;
}
#index-4 .index-4 .index-4-inner .index-4-slid .index-4-slid-img {
  position: relative;
  z-index: -1;
  height: 500px;
}
#index-4 .index-4 .index-4-inner .index-4-slid .index-4-slid-img img {
  width: 100%;
}
#index-4 .index-4 .index-4-inner .index-4-slid .index-4-slide-txt {
  opacity: 0;
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  width: 75%;
  transition: var(--trans-slow);
  transition-delay: 0.2s;
}
#index-4 .index-4 .index-4-inner .index-4-slid .index-4-slide-txt .ind-4-txt p {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #fff;
}
#index-4 .index-4 .index-4-inner .index-4-slid .bg-over-lay {
    backdrop-filter: blur(20px);
    z-index: -1;
    position: absolute;
    left: 30px;
    right: 30px;
    top: 30px;
    bottom: 30px;
    width: auto;
    height: auto;
    transition: all 0.3s ease;
    transform: scaley(0);
}
#index-4 .index-4 .index-4-inner .index-4-slid:hover .bg-over-lay {
  transform: scaley(1);
}
#index-4 .index-4 .index-4-inner .index-4-slid:hover .index-4-slide-txt {
  top: 50%;
  opacity: 1;
}
#index-4 .index-4 .index-4-inner .index-4-slid .slid-logo {
  border-radius: 10px;
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  text-align: center;
  z-index: 2;
  top: 80%;
  padding: 10px;
}
#index-4 .index-4 .index-4-inner .index-4-slid .slid-logo img {
  width: 60px;
}
#index-4 .index-4 .index-4-inner .index-4-slid .slid-logo h3 {
  color: #fff;
  margin-top: 20px;
}
#index-4 .index-4 .index-4-inner .index-4-slid:after {
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2901960784);
  z-index: -1;
}
#index-4 .index-4 .index-4-inner .index-4-btom .swiper-button-next {
  width: 40px;
  height: 45px;
  background-color: #272e38;
  transition: var(--trans-nrml);
}
#index-4 .index-4 .index-4-inner .index-4-btom .swiper-button-next:after {
  font-size: 20px;
  color: #fff;
}
#index-4 .index-4 .index-4-inner .index-4-btom .swiper-button-next:hover {
  background-color: #ef7f1a;
}
#index-4 .index-4 .index-4-inner .index-4-btom .swiper-button-prev {
  width: 40px;
  height: 45px;
  background-color: #272e38;
  transition: var(--trans-nrml);
}
#index-4 .index-4 .index-4-inner .index-4-btom .swiper-button-prev:after {
  font-size: 20px;
  color: #fff;
}
#index-4 .index-4 .index-4-inner .index-4-btom .swiper-button-prev:hover {
  background-color: #ef7f1a;
}

#index-5 {
  background: #f9f9f8;
  padding: 100px 0 70px;
}
#index-5 .index-5 .index-5-top-text {
  padding: 0px 0 60px;
}
#index-5 .index-5 .index-5-top-text h2 span {
  color: #ef7f1a;
}
#index-5 .index-5 .index-5-top-text p {
  font-family: var(--cursive-font);
  font-size: var(--font-h6);
}
#index-5 .index-5 .index-5-inner {
  display: flex;
}
#index-5 .index-5 .index-5-inner .index-5-left {
  width: 66.6%;
}
#index-5 .index-5 .index-5-inner .index-5-left .index-5-left-inn {
  display: flex;
  overflow: hidden;
}
#index-5 .index-5 .index-5-inner .index-5-left .index-5-left-inn .ind--5-left-top {
  width: 50%;
  overflow: hidden;
  transition: var(--trans-slow);
}
#index-5 .index-5 .index-5-inner .index-5-left .index-5-left-inn .ind--5-left-top img {
  width: 100%;
  height: 300px;
}
#index-5 .index-5 .index-5-inner .index-5-left .index-5-left-inn .ind--5-left-top:hover {
  transform: scale(1.1);
}
#index-5 .index-5 .index-5-inner .index-5-left .index-5-left-inn .ind-5-left-bot {
  width: 50%;
  height: 300px;
  padding: 80px 50px 50px;
  display: table;
  position: relative;
  background: #fff;
  z-index: 1;
  box-shadow: inset 0px 0px 13px 1px rgba(84, 84, 84, 0.1411764706);
}
#index-5 .index-5 .index-5-inner .index-5-left .index-5-left-inn .ind-5-left-bot span {
  color: #ef7f1a;
  padding-bottom: 15px;
  font-family: var(--cursive-font);
    font-size: 22px;
  
}
#index-5 .index-5 .index-5-inner .index-5-left .index-5-left-inn .ind-5-left-bot p {
  margin-top: 20px;
}
#index-5 .index-5 .index-5-inner .index-5-left .index-5-left-inn .ind-5-left-bot .ind-5-btom {
  bottom: 30px;
  position: absolute;
  right: 30px;
  align-items: center;
}
#index-5 .index-5 .index-5-inner .index-5-left .index-5-left-inn .ind-5-left-bot .ind-5-btom a {
  color: #000000;
  padding-bottom: 15px;
  font-family: var(--cursive-font);
  font-size: var(--font-regular);
  text-decoration: none;
  transition: var(--trans-nrml);
}
#index-5 .index-5 .index-5-inner .index-5-left .index-5-left-inn .ind-5-left-bot .ind-5-btom a i {
  font-size: 13px;
  transition: var(--trans-slow);
}
#index-5 .index-5 .index-5-inner .index-5-left .index-5-left-inn .ind-5-left-bot .ind-5-btom a:hover {
  color: #ef7f1a;
}
#index-5 .index-5 .index-5-inner .index-5-left .index-5-left-inn .ind-5-left-bot .ind-5-btom a:hover i {
  transform: translateX(6px);
}
#index-5 .index-5 .index-5-inner .index-5-right {
  width: 33.3%;
  overflow: hidden;
}
#index-5 .index-5 .index-5-inner .index-5-right .index-5-right-inn .ind--5-left-top {
  overflow: hidden;
  transition: var(--trans-slow);
}
#index-5 .index-5 .index-5-inner .index-5-right .index-5-right-inn .ind--5-left-top img {
  width: 100%;
  height: 300px;
}
#index-5 .index-5 .index-5-inner .index-5-right .index-5-right-inn .ind--5-left-top:hover {
  transform: scale(1.1);
}
#index-5 .index-5 .index-5-inner .index-5-right .index-5-right-inn .ind-5-left-bot {
  height: 300px;
  padding: 80px 50px 50px;
  display: table;
  position: relative;
  background: #fff;
  z-index: 1;
  box-shadow: inset 0px 0px 13px 1px rgba(84, 84, 84, 0.1411764706);
}
#index-5 .index-5 .index-5-inner .index-5-right .index-5-right-inn .ind-5-left-bot span {
  color: #ef7f1a;
  padding-bottom: 15px;
  font-family: var(--cursive-font);
    font-size: 22px;
  
}
#index-5 .index-5 .index-5-inner .index-5-right .index-5-right-inn .ind-5-left-bot p {
  margin-top: 20px;
}
#index-5 .index-5 .index-5-inner .index-5-right .index-5-right-inn .ind-5-left-bot .ind-5-btom {
  bottom: 30px;
  position: absolute;
  right: 30px;
  align-items: center;
}
#index-5 .index-5 .index-5-inner .index-5-right .index-5-right-inn .ind-5-left-bot .ind-5-btom a {
  color: #000000;
  padding-bottom: 15px;
  font-family: var(--cursive-font);
  font-size: var(--font-regular);
  text-decoration: none;
  transition: var(--trans-nrml);
}
#index-5 .index-5 .index-5-inner .index-5-right .index-5-right-inn .ind-5-left-bot .ind-5-btom a i {
  font-size: 13px;
  transition: var(--trans-slow);
}
#index-5 .index-5 .index-5-inner .index-5-right .index-5-right-inn .ind-5-left-bot .ind-5-btom a:hover {
  color: #ef7f1a;
}
#index-5 .index-5 .index-5-inner .index-5-right .index-5-right-inn .ind-5-left-bot .ind-5-btom a:hover i {
  transform: translateX(6px);
}

.arr-rig {
  position: relative;
}
.arr-rig::after {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #fff;
  border-width: 15px;
  z-index: 99;
  margin-top: -10px;
}

.arr-lef::after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #fff;
  border-width: 15px;
  z-index: 99;
  margin-top: -10px;
}

.arr-top:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 15px;
  z-index: 99;
  margin-left: -10px;
}

#index-6 {
  margin: 60px 0;
}
#index-6 .index-6 .index-6-txt {
  text-align: center;
  padding-bottom: 40px;
}
#index-6 .index-6 .index-6-inner .index-6-content {
  display: flex;
}
#index-6 .index-6 .index-6-inner .index-6-content .ind-6-top .content-gall .cont-gall-inn {
  overflow: hidden;
  transition: var(--trans-slow);
  border-radius: var(--border-radius-10px);
}
#index-6 .index-6 .index-6-inner .index-6-content .ind-6-top .content-gall .cont-gall-inn img {
  width: 100%;
  height: 280px;
  transition: var(--trans-slow);
}
#index-6 .index-6 .index-6-inner .index-6-content .ind-6-top .content-gall .cont-gall-inn:hover img {
  transform: scale(1.1);
}
#index-6 .index-6 .index-6-inner .index-6-content .ind-6-bot .content-gall .cont-gall-inn {
  overflow: hidden;
  transition: var(--trans-slow);
  border-radius: var(--border-radius-10px);
}
#index-6 .index-6 .index-6-inner .index-6-content .ind-6-bot .content-gall .cont-gall-inn img {
  width: 100%;
  height: 575px;
  transition: var(--trans-slow);
}
#index-6 .index-6 .index-6-inner .index-6-content .ind-6-bot .content-gall .cont-gall-inn:hover img {
  transform: scale(1.1);
}
#index-6 .index-6 .index-6-inner .view {
  text-align: center;
  margin-top: 50px;
}
#index-6 .index-6 .index-6-inner .view a {
  text-decoration: none;
  border: 1px solid #272e38;
  padding: 10px 25px;
  color: #ffffff;
  background: #272e38;
  transition: var(--trans-nrml);
  letter-spacing: 1px;
}
#index-6 .index-6 .index-6-inner .view a:hover {
  background-color: #ef7f1a;
  border: 1px solid #ef7f1a;
}

#footer {
  background: #272e38;
}
#footer .footer {
  padding: 50px 0 20px;
}
#footer .footer .footer-inner {
  margin-left: auto;
  text-align: center;
  width: 90%;
  margin-right: auto;
}
#footer .footer .footer-inner .footer-top {
  border-bottom: 1px solid #979797;
  padding-bottom: 15px;
  display: none;
}
#footer .footer .footer-inner .footer-top .footer-top-inner img {
  width: 200px;
}
#footer .footer .footer-inner .footer-middle {
  border-bottom: 1px solid #979797;
  padding: 40px 0;
}
#footer .footer .footer-inner .footer-middle .footer-mid-in ul {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0;
}
#footer .footer .footer-inner .footer-middle .footer-mid-in ul li {
  padding: 0 15px;
}
#footer .footer .footer-inner .footer-middle .footer-mid-in ul li a {
  text-decoration: none;
  color: #fff;
  font-size: var(--font-h6);
  transition: var(--trans-slow);
}
#footer .footer .footer-inner .footer-middle .footer-mid-in ul li a:hover {
  color: #ef7f1a;
}
#footer .footer .footer-inner .footer-bott {
  padding-top: 30px;
}
#footer .footer .footer-inner .footer-bott .log img {
  width: 250px;
}
#footer .footer .footer-inner .footer-bott .footer-bot-inn {
  display: flex;
  justify-content: center;
  gap: 25px;
  margin-top: 10px;
}
#footer .footer .footer-inner .footer-bott .footer-bot-inn .sos {
  color: #fff;
  transition: var(--trans-slow);
  font-size: 24px;
}
#footer .footer .footer-inner .footer-bott .footer-bot-inn .sos a {
    color: #fff;
}
#footer .footer .footer-inner .footer-bott .footer-bot-inn .sos a:hover {
    color: #ef7f1a;
}
#footer .footer .footer-inner .footer-bott .footer-bot-inn .sos:hover {
  color: #ef7f1a;
}
#footer .footer .footer-inner .footer-bott .copy-rit {
  padding-top: 15px;
}
#footer .footer .footer-inner .footer-bott .copy-rit p {
  color: #fff;
}
#footer .footer .footer-inner .footer-bott .copy-rit p span {
  color: #ef7f1a;
}
#footer .footer .footer-inner .footer-bott .copy-rit p a {
  text-decoration: none;
}

#page-top {
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 60px;
  position: relative;
  z-index: 0;
  padding: 10px 0;
  height: 400px;
}
#page-top .page-top .page-inner {
  position: absolute;
  top: 72%;
  z-index: 1;
  color: #fff;
}
#page-top .page-top .page-inner .page-inner-top h2 {
  color: #fff;
}
#page-top .page-top .page-inner .page-inner-btom a {
  text-decoration: none;
  color: #fff;
}
#page-top::before {
  position: absolute;
  display: block;
  content: " ";
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 50%, rgb(28, 74, 101) 100%);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}

.contact-top {
  background-image: url(../image/top-banner5.jpg) !important;
}

#contact {
  margin-bottom: 60px;
}
#contact .contact .contact-inner .con-left {
  padding: 30px;
}
#contact .contact .contact-inner .con-left .cont-lef-inn {
  padding: 30px 30px;
  height: 240px;
  box-shadow: var(--box-shadow-rglr);
}
#contact .contact .contact-inner .con-left .cont-lef-inn .con-head i {
  margin-bottom: 10px;
  font-size: 44px;
  color: #ef7f1a;
}
#contact .contact .contact-inner .con-left .cont-lef-inn .con-bot li {
  list-style: none;
  padding-bottom: 10px;
}
#contact .contact .contact-inner .con-left .cont-lef-inn .con-bot li i {
  padding-right: 7px;
}
#contact .contact .contact-inner .con-left .cont-lef-inn .Social {
  padding-top: 15px;
}
#contact .contact .contact-inner .con-left .cont-lef-inn .Social a {
  color: #000000;
}
#contact .contact .contact-inner .con-left .cont-lef-inn .Social a i {
  font-size: 25px;
}

#contact-2 {
  margin-bottom: 80px;
}
#contact-2 .contact-2 .contact-2-inner {
  display: flex;
  gap: 30px;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  padding: 70px 30px 50px;
  background: #008dd2;
  border-radius: 10px;
  align-items: center;
  justify-content: space-between;
}
#contact-2 .contact-2 .contact-2-inner .con-2-left {
  width: 30%;
}
#contact-2 .contact-2 .contact-2-inner .con-2-left h2 {
  color: #fff;
  line-height: 50px;
}
#contact-2 .contact-2 .contact-2-inner .con-2-left p {
  color: #fff;
}
#contact-2 .contact-2 .contact-2-inner .con-2-left .form-row .form-group {
  display: flex;
  justify-content: space-between;
}
#contact-2 .contact-2 .contact-2-inner .con-2-left .form-row .form-group .form-group-inner {
  width: 49%;
}
#contact-2 .contact-2 .contact-2-inner .con-2-left .form-row .form-group .form-group-inner label {
  font-family: var(--cursive-font);
  padding-bottom: 5px;
  color: #fff;
  padding-top: 10px;
}
#contact-2 .contact-2 .contact-2-inner .con-2-left .form-row .form-group .form-group-inner label span {
  color: red;
}
#contact-2 .contact-2 .contact-2-inner .con-2-left .form-row .form-group .form-group-inner .form-control {
  width: 100%;
  padding: 12px 10px;
  background-color: #ffffff;
  color: #060606;
  border-radius: 0;
  border: none;
  -moz-appearance: none;
  -webkit-appearance: none;
          appearance: none;
  border: 1px solid rgba(255, 255, 255, 0.39);
  max-width: -webkit-fill-available;
}
#contact-2 .contact-2 .contact-2-inner .con-2-left .form-row .form-group2 {
  margin-top: 15px;
}
#contact-2 .contact-2 .contact-2-inner .con-2-left .form-row .form-group2 label {
  font-family: var(--cursive-font);
  padding-bottom: 10px;
  color: #fff;
}
#contact-2 .contact-2 .contact-2-inner .con-2-left .form-row .form-group2 .form-control {
  width: 100%;
  padding: 10px 10px;
  background-color: #ffffff;
  color: #060606;
  border-radius: 0;
  border: none;
  -moz-appearance: none;
  -webkit-appearance: none;
          appearance: none;
  border: 1px solid rgba(255, 255, 255, 0.39);
  max-width: -webkit-fill-available;
}

.large {
  width: 65% !important;
}
.large .submit {
  margin-top: 40px;
  float: right;
}
.large .submit a {
  padding: 8px 20px;
  border: 1px solid #272e38;
  letter-spacing: 1px;
  font-size: 18px;
  background: #272e38;
  color: #fff;
  transition: var(--trans-nrml);
  text-decoration: none;
}
.large .submit a:hover {
  background: #ef7f1a;
  border: 1px solid #ef7f1a;
  color: #fff;
}

#map {
  position: relative;
}
.chat {
  position: relative;
  z-index: 0;
}
.chat::before {
  z-index: -1;
  position: absolute;
  content: " ";
  top: -75px;
  left: 12px;
  height: 130px;
  width: 130px;
  background-image: url(../image/chat2.png);
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.3;
}

.about-top {
  background-image: url(../image/top-banner1.jpg) !important;
}

#about {
  margin-bottom: 50px;
}
#about .about .about-inner {
  align-items: center;
  justify-content: center;
}
#about .about .about-inner .about-inner-left {
  width: 45%;
}
#about .about .about-inner .about-inner-left .abt-left-inner img{
        width: 90%;
}
#about .about .about-inner .about-inner-left .abt-left-inner .abt-left-txt span {
  color: #ef7f1a;
  margin-bottom: 15px;
  font-family: var(--cursive-font);
  font-size: var(--font-regular);
  border-left: 2px solid;
  padding-left: 10px;
}
#about .about .about-inner .about-inner-left .abt-left-inner .abt-left-txt h2 {
  margin-top: 20px;
  line-height: 55px;
}
#about .about .about-inner .about-inner-left .abt-left-inner .abt-left-txt p {
  margin-top: 20px;
}
#about .about .about-inner .about-inner-left .abt-left-inner .abt-left-img {
  padding-top: 30px;
  display: none;
}
#about .about .about-inner .about-inner-left .abt-left-inner .abt-left-img img {
  width: 100%;
  height: 250px;
}

#about2 {
  margin: 100px 0 50px;
}
#about2 .about2 .about2-txt {
  text-align: center;
  margin-bottom: 45px;
}
#about2 .about2 .about2-inner {
  align-items: center;
}
#about2 .about2 .about2-inner .about2-left .about2-left-inn {
  text-align: end;
  position: relative;
  padding-right: 60px;
  margin-bottom: 35px;
}
#about2 .about2 .about2-inner .about2-left .about2-left-inn img {
  width: 100%;
}
#about2 .about2 .about2-inner .about2-left .about2-left-inn .abt2-cont {
  box-shadow: var(--box-shadow-lg);
  padding: 30px 35px 30px 35px;
}
#about2 .about2 .about2-inner .about2-left .about2-left-inn .abt2-cont h4 {
  font-size: 20px;
  position: relative;
  margin: 10px 0;
  color: #ef7f1a;
  font-family: var(--cursive-font);
}
#about2 .about2 .about2-inner .about2-left .about2-left-inn .abt2-cont p {
  margin-bottom: 0;
  position: relative;
}
#about2 .about2 .about2-inner .about2-left .about2-left-inn .abt-cont-count {
  position: absolute;
  right: -6px;
  top: 22%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#about2 .about2 .about2-inner .about2-left .about2-left-inn .abt-cont-count span {
  font-size: 35px;
  border: 1px solid #009dba;
  border-radius: 50%;
  padding: 22px 28px;
  background: #009dba;
  color: #fff;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.28);
}
#about2 .about2 .about2-inner .about2-left .about2-left-inn .cont-left {
  position: absolute;
  left: -6px;
  top: 22%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#about2 .about2 .about2-inner .about2-left .added {
  text-align: start;
  padding-left: 60px;
  padding-right: 0;
}
#about2 .about2 .about2-inner .about2-left .noadd {
  padding: 0;
  margin: 0;
}

.gallery-top {
  background-image: url(../image/top-banner2.jpg);
}

#photo-gallery .photo-gallery .photo-gallery-inner .photo-inner img {
  width: 100%;
  cursor: pointer;
  height: 100%;
}
#photo-gallery .photo-gallery .photo-gallery-inner .photo-inner{
    height:100%;
}

.media-top {
  background-image: url(../image/top-banner3.jpg);
}

#media {
  margin-bottom: 60px;
}
#media .media .media-inner .media-content .media-cont-list {
  box-shadow: var(--box-shadow-lg);
}
#media .media .media-inner .media-content .media-cont-list .media-cont-top {
  padding: 10px;
}
#media .media .media-inner .media-content .media-cont-list .media-cont-top img {
  width: 100%;
  border-radius: 10px;
}
#media .media .media-inner .media-content .media-cont-list .media-cont-bot {
    padding: 10px 20px 40px;
}
#media .media .media-inner .media-content .media-cont-list .media-cont-bot .dt {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #ef7f1a;
}
#media .media .media-inner .media-content .media-cont-list .media-cont-bot p {
  margin: 0;
  color: #ef7f1a;
  font-family: var(--cursive-font);
}
#media .media .media-inner .media-content .media-cont-list .media-cont-bot .txt h4 {
  font-size: 20px;
  position: relative;
  margin: 10px 0;
  font-family: var(--cursive-font);
}
#media .media .media-inner .media-content .media-cont-list .media-cont-bot .txt p {
  color: #000000;
  font-family: var(--regular-font);
  margin-top: 6px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
      font-size: 15px;
}
#media .media .media-inner .media-content .media-cont-list .media-cont-bot .txt .txt-bot {
  margin-top: 30px;
  text-align: end;
}
#media .media .media-inner .media-content .media-cont-list .media-cont-bot .txt .txt-bot a {
  text-decoration: none;
  border: 1px solid #272e38;
  padding: 8px 19px;
  color: #ffffff;
  background: #272e38;
  transition: var(--trans-nrml);
}
#media .media .media-inner .media-content .media-cont-list .media-cont-bot .txt .txt-bot a:hover {
  background-color: #ef7f1a;
  border: 1px solid #ef7f1a;
}

.details-top {
  background-image: url(../image/details.jpg);
}

#details {
  margin-bottom: 60px;
}
#details .details {
  width: 60%;
}
#details .details .details-inner img {
  width: 100%;
}
#details .details .details-txt {
  margin-top: 30px;
  border-left: 2px solid #ef7f1a;
  padding-left: 25px;
}
#details .details .details-txt .dt {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #ef7f1a;
}
#details .details .details-txt .dt p {
  margin: 0;
  color: #ef7f1a;
  font-family: var(--cursive-font);
}
#details .details .details-txt h4 {
  font-size: 20px;
  position: relative;
  margin: 10px 0;
  font-family: var(--cursive-font);
}

#admission2 {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.91);
  width: 100%;
  height: 100%;
}
#admission2 .admission2 {
  max-width: 800px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
#admission2 .admission2 .admission2-txt {
  color: #fff;
  text-align: center;
  padding: 25px 0;
  background: #ef7f1a;
}
#admission2 .admission2 .admission2-txt h3 {
  color: #fff;
  font-family: var(--heading-font);
}
#admission2 .admission2 .admission2-inner {
  flex-wrap: wrap;
  background: #fff;
  padding: 40px;
  justify-content: center;
  gap: 10px;
}
#admission2 .admission2 .admission2-inner .adm-form .adm-row {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
#admission2 .admission2 .admission2-inner .adm-form .adm-row .adm-group {
  width: 48%;
  margin-bottom: 0;
}
#admission2 .admission2 .admission2-inner .adm-form .adm-row .adm-group label {
  display: block;
  padding-bottom: 6px;
  font-weight: normal;
}
#admission2 .admission2 .admission2-inner .adm-form .adm-row .adm-group label span {
  color: red;
}
#admission2 .admission2 .admission2-inner .adm-form .adm-row .adm-group .adm-control {
  width: 100%;
  padding: 12px 10px;
  background-color: #fcfdff;
  color: #060606;
  border-radius: 0px;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid rgba(0, 0, 0, 0.1215686275);
  max-width: -webkit-fill-available;
  width: -moz-available;
}
#admission2 .admission2 .admission2-inner .adm-form .adm-row .full-length {
  width: 100%;
}
#admission2 .admission2 .admission2-inner .adm-form .bton {
  margin-top: 35px;
}
#admission2 .admission2 .admission2-inner .adm-form .bton a {
  text-decoration: none;
  border: 1px solid #272e38;
  padding: 10px 28px;
  color: #ffffff;
  background: #272e38;
  transition: var(--trans-nrml);
  letter-spacing: 1px;
  font-size: 18px;
}
#admission2 .admission2 .admission2-inner .adm-form .bton a:hover {
  color: #ffffff;
  border: 1px solid #ef7f1a;
  background-color: #ef7f1a;
}
#admission2 .admission2 .cos {
  height: 35px;
  width: 35px;
  position: absolute;
  top: -20px;
  right: -34px;
  background: rgba(239, 127, 26, 0);
  cursor: pointer;
  border-radius: 50px;
  border: 1px solid #ef7f1a;
}
#admission2 .admission2 .cos .cos-inner span {
  height: 2px;
  width: 20px;
  background-color: rgb(239, 127, 26);
  position: absolute;
  top: 16px;
  left: 7px;
  transition: all 0.3s ease;
  transform: rotateZ(135deg);
}
#admission2 .admission2 .cos .cos-inner span:nth-child(2) {
  top: 16px;
  left: 7px;
  transform: rotateZ(225deg);
}
#admission2 .admission2 .cos:hover span {
  transform: rotateZ(316deg) !important;
}
#admission2 .admission2 .cos:hover span:nth-child(2) {
  transform: rotateZ(43deg) !important;
}

.full-length {
  width: 100% !important;
}

.service-top {
  background-image: url(../image/top-bnr.jpg);
}

ul.tabs {
  margin: 0;
  padding: 0;
  list-style: none;
  height: 54px;
  width: 100%;
  margin-bottom: 0;
  background: #fafafa;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

ul.tabs li {
  float: left;
  margin: 0;
  cursor: pointer;
  padding: 15px 20px;
  background-color: #ef7f1a;
  color: #fff;
  overflow: hidden;
  position: relative;
  transition: var(--trans-nrml);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3411764706);
}
ul.tabs li i {
  padding-right: 10px;
}

ul.tabs li:hover {
  background-color: #fbd747;
  color: #000;
}

ul.tabs li.active {
  background-color: #008dd2;
  color: #fff;
  display: block;
}

.tab_content {
  padding: 40px 30px 40px;
  display: none;
  background: #fff;
  box-shadow: 0px 6px 7px 0px rgba(0, 0, 0, 0.231372549);
}
.tab_content p {
  padding-bottom: 0px;
}
.tab_content p span {
  color: #ef7f1a;
  padding-right: 5px;
}

.tab_content2 {
  padding: 40px 30px 40px;
  display: none;
  background: #fff;
  box-shadow: 0px 6px 7px 0px rgba(0, 0, 0, 0.231372549);
}
.tab_content2 p {
  padding-bottom: 10px;
}

.tab_drawer_heading {
  display: none;
}

#course2 {
  margin-bottom: 60px;
}
#course2 .course2 .course2-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: space-around;
}
#course2 .course2 .course2-inner .course2-left {
  width: 100%;
}
#course2 .course2 .course2-inner .course2-right {
  width: 26%;
}
#course2 .course2 .course2-inner .course2-right .course2-right-inner .c2-ri-field .ce-ri-img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: #329552;
  position: relative;
  z-index: 0;
  height: 200px;
}
#course2 .course2 .course2-inner .course2-right .course2-right-inner .c2-ri-field .ce-ri-img .swiper-slide {
  justify-content: center !important;
  gap: 0;
  display: block !important;
}
#course2 .course2 .course2-inner .course2-right .course2-right-inner .c2-ri-field .ce-ri-img iframe {
  height: 190px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  vertical-align: middle;
}
#course2 .course2 .course2-inner .course2-right .course2-right-inner .c2-ri-field .c2-ri-txt {
  color: #fff;
  padding: 0px 15px 20px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background: #329552;
}
.gennomic-inner {
  width: 100%;
  gap: 40px;
  display: flex;
}

.gog {
  width: 25%;
}

.gennomic-tab {
  display: grid !important;
  width: initial !important;
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  height: auto !important;
  width: 100% !important;
}

.genomic-tab-container {
  width: 70%;
  padding: 40px 20px;
  box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.1);
}

.genomic-content {
  width: 100%;
  padding: 0;
  box-shadow: none;
}

.genomic-content h4 {
  font-size: 20px;
  position: relative;
  margin: 10px 0;
  color: #ef7f1a;
  font-family: var(--cursive-font);
}

.map-iiner {
  height: 450px;
}

.toggle {
  position: relative;
  width: 60px;
  height: 44px;
  background: #272e38;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  overflow: hidden;
  display: none;
  top: 0px;
  right: 1rem;
  padding-top: 25px;
  padding-left: 13px;
  z-index: 9;
}

.toggle span:nth-child(2) {
  transform: translateY(9px);
  width: 28px;
  left: 12px;
  height: 2px !important;
}

.toggle span:nth-child(1) {
  transform: translateY(-10px);
  width: 24px;
  left: 12px;
  height: 2px !important;
}

.toggle span {
  position: absolute;
  width: 35px;
  height: 2px;
  background: #ef7f1a;
  border-radius: 10px;
  transition: 0.5s;
}

.visible {
  position: absolute;
  background-color: #272e38;
  width: 35%;
  right: 0%;
  height: 100vh;
  padding-top: 10px;
  z-index: 0;
  display: grid;
  transition: all 0.15s;
  -webkit-animation: mymove 2s;
  animation: mymove 2s;
  z-index: 2;
  position: fixed;
  color: #fff;
  margin-top: 18px;
}

@-webkit-keyframes mymove {
  0% {
    left: -20rem;
  }
  100% {
    left: 0rem;
  }
  0% {
    left: -20rem;
  }
}

@keyframes mymove {
  0% {
    left: -20rem;
  }
  100% {
    left: 0rem;
  }
  0% {
    left: -20rem;
  }
}
.toggle.active span:nth-child(2) {
  width: 40px;
  transform: translateY(0) rotate(315deg);
  transition-delay: 0.25s;
}

.toggle.active span:nth-child(3) {
  transform: translateX(60px);
}

.toggle.active span:nth-child(1) {
  width: 40px;
  transform: translatey(0) rotate(220deg);
  transition-delay: 0.125s;
}

.nav-log {
  display: none;
}
.nav-log img {
  width: 200px;
}

.top-log {
  display: none;
}
.top-log img {
  width: 200px;
}

.media-content:first-child {
  padding-top: 0;
}

#photo-gallery {
  margin-bottom: 60px;
}




#success-pop {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.66);
  display: none;
  z-index: 10000000000000000;
  transition: all 1s;
}
#success-pop .inner-success {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px 20px 30px;
  background: #fff;
}
#success-pop .inner-success .su-i {
  text-align: center;
}
#success-pop .inner-success .su-i img {
  width: 220px;
}
#success-pop .inner-success .su-bt {
  text-align: center;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
}
#success-pop .inner-success .su-bt p {
  width: 278px;
  font-size: 15px;
  letter-spacing: 0.2px;
  margin-bottom: 2rem;
}
#success-pop .inner-success .su-bt a {
  color: white;
  letter-spacing: 0.55px;
  font-size: 17px;
  padding: 8px 22px;
  background-color: green;
}

.inner-success23 {
  background-color: white;
  padding: 0rem 1rem 2rem 1rem;
}


.hero-bton {
    margin-top: 30px;
}
.hero-bton a {
    text-decoration: none;
    border: 1px solid #272e38;
    padding: 10px 25px;
    color: #ffffff;
    background: #272e38;
    transition: var(--trans-nrml);
}
.hero-bton a:hover {
    background-color: #ef7f1a;
    border: 1px solid #ef7f1a;
}




#client {
    margin:60px 0;  
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.box {
    width: 100%;
    height: 100%;
    transition: .3s;
    padding: 10px 6px;
}
.box-inner {
    box-shadow: -1px 2px 8px 0px #00000040;
}
.box-inner img {
    width: 100%;
    padding: 0 5px;
}
.client{
    overflow: hidden;
}
.client-top-text{
    margin-bottom: 0px;
    width: 58%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 30px;
    text-align: center;
}
.box:hover {
    transform: scale(1.08);
}
.Client-top {
  background-image: url(../image/top-banner1.jpg) !important;
}

#client-page {
  margin-bottom: 6rem;
}
#client-page .client-page .client-page-inner {
  width: 100%;
  margin: 0;
}
#client-page .client-page .client-page-inner .client-link img {
  width: 100%;
  box-shadow: var(--box-shadow-rglr);
  transition: var(--trans-nrml);
}
#client-page .client-page .client-page-inner .client-link img:hover {
  filter: grayscale(0);
}
.career-top {
  background-image: url(../image/top-bnr.jpg);
}

#career {
  margin: 4rem 0 4rem;
}
#career .career {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
#career .career .career-inner {
  border: 1px solid rgba(14, 81, 172, 0.3215686275);
  padding: 40px 30px 60px;
  position: relative;
  margin: 40px 0;
  z-index: 0;
}
#career .career .career-inner::after {
  content: " ";
  position: absolute;
  display: block;
  top: 0;
  right: -2px;
  height: 100px;
  width: 100%;
  z-index: -1;
  background-image: url(../image/img-blue-right.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
}
#career .career .career-inner::before {
  content: " ";
  position: absolute;
  display: block;
  bottom: 0;
  left: -2px;
  height: 100px;
  width: 100%;
  z-index: -1;
  background-image: url(../image/img-blue-left.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
}
#career .career .career-inner .career-chld .career-chld-top h3 {
  color: #0e51ac;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
#career .career .career-inner .career-chld .career-chld-top p span {
  color: #ef7f1a;
}
#career .career .career-inner .career-chld .career-chld-top li {
  list-style: none;
  line-height: 30px;
}
#career .career .career-inner .career-chld .career-chld-top li span {
  padding-right: 5px;
  color: #ef7f1a;
}
#career .career .career-inner .career-chld .career-chld-top h4 {
  font-size: 20px;
  position: relative;
  margin: 10px 0;
  color: #ef7f1a;
  font-family: var(--cursive-font);
}
#career .career .career-inner .career-chld .career-chld-top .sep {
  color: #000000;
  font-family: var(--regular-font);
}
#career .career .career-inner .career-chld .career-chld-top .sep span {
  color: #ef7f1a;
}
#career .career .career-inner .career-chld .career-chld-bot {
  margin-top: 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#career .career .career-inner .career-chld .career-chld-bot a {
  text-decoration: none;
  border: 1px solid #272e38;
  padding: 8px 25px 12px;
  color: #ffffff;
  background: #272e38;
  transition: var(--trans-nrml);
  letter-spacing: 1px;
}
#career .career .career-inner .career-chld .career-chld-bot a:hover {
  background-color: #ef7f1a;
  border: 1px solid #ef7f1a;
}

#applynow {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.91);
  width: 100%;
  height: 100%;
}
#applynow .applynow {
  max-width: 650px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  background: #fff;
}
#applynow .applynow .applynow-txt {
  background: #ef7f1a;
  text-align: center;
  padding: 25px 0;
}
#applynow .applynow .applynow-txt h3 {
  color: #fff;
}
#applynow .applynow .applynow-inner {
  padding: 0px 40px 40px;
}
#applynow .applynow .applynow-inner .frm-row .form-group .form-control {
  height: 40px;
}
#applynow .applynow .applynow-inner .frm-row .form-group .form-control:focus {
  border-color: #ef7f1a;
  box-shadow: none;
}
#applynow .applynow .applynow-inner .bton {
  margin-top: 30px;
  text-align: center;
}
#applynow .applynow .applynow-inner .bton a {
    text-decoration: none;
    border: 1px solid #272e38;
    padding: 6px 25px 10px;
    color: #ffffff;
    background: #272e38;
    transition: var(--trans-nrml);
    letter-spacing: 1px;
    font-size: 18px;
}
#applynow .applynow .applynow-inner .bton a:hover {
  background-color: #ef7f1a;
  border: 1px solid #ef7f1a;
}
#applynow .applynow .coss {
  height: 35px;
  width: 35px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: rgba(238, 238, 238, 0);
  cursor: pointer;
  border-radius: 50px;
  border: 1px solid #ffffff;
}
#applynow .applynow .coss .coss-inner span {
  height: 2px;
  width: 20px;
  background-color: rgb(255, 255, 255);
  position: absolute;
  top: 16px;
  left: 7px;
  transition: all 0.3s ease;
  transform: rotateZ(135deg);
}
#applynow .applynow .coss .coss-inner span:nth-child(2) {
  top: 16px;
  left: 7px;
  transform: rotateZ(225deg);
}
.gallery {
  margin: 3rem 0 4rem;
}
.gallery .gallery-inner .gallery-item .image-item .image-item-inn {
  position: relative;
  padding: 15px;
  box-shadow: var(--box-shadow-lg);
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/pattern.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.gallery .gallery-inner .gallery-item .image-item .image-item-inn a {
  text-decoration: none;
}
.gallery .gallery-inner .gallery-item .image-item .image-item-inn a img {
  width: 100%;
}
.gallery .gallery-inner .gallery-item .image-item .image-item-inn a .img-inn-txt {
  padding: 25px 15px 15px 0;
}
.gallery .gallery-inner .gallery-item .image-item .image-item-inn a .img-inn-txt h5 {
  margin: 0;
  font-size: 16px;
}
.gallery .gallery-inner .gallery-item .image-item .image-item-inn a .img-count {
  position: absolute;
  top: 15px;
  right: 15px;
}
.gallery .gallery-inner .gallery-item .image-item .image-item-inn a .img-count p {
  margin: 0;
  padding: 10px 15px;
  background: rgb(0, 141, 210);
  color: var(--font-clr-white-rglr);
}
.gallery .gallery-inner .gallery-item .image-item .image-item-inn a .img-count p i {
  padding-right: 5px;
}
.gallery .gallery-inner .gallery-item .image-item .image-item-inn a .view-more {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3803921569);
  transition: var(--trans-slow);
  z-index: 0;
  transform: scale(0);
}
.gallery .gallery-inner .gallery-item .image-item .image-item-inn a .view-more p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  opacity: 0;
  transition: var(--trans-slow);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  background: rgba(0, 0, 0, 0.2588235294);
  padding: 15px 20px;
  font-size: 14px;
}
.gallery .gallery-inner .gallery-item .image-item .image-item-inn:hover .view-more {
  transform: scale(1);
}
.gallery .gallery-inner .gallery-item .image-item .image-item-inn:hover .view-more p {
  opacity: 1;
}
/*# sourceMappingURL=style.css.map */