
/*====================
1. Google fonts
======================
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');
*/

/*====================
1. Local fonts
======================*/
@font-face {
  font-family: 'Noto Sans';
  src: url('../fonts/NotoSans-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Noto Sans';
  src: url('../fonts/NotoSans-Italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Noto Sans';
  src: url('../fonts/NotoSans-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Noto Sans';
  src: url('../fonts/NotoSans-BoldItalic.woff2') format('woff2');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

/*====================
2. Theme variables
======================*/

:root {
  --body-font: "Noto Sans", sans-serif;
  --heading-font: "Noto Sans", sans-serif;
  --theme-color: #08933f;
  --theme-color2: #5fbc15;
  --theme-bg-light: #F6F6F6;
  --theme-color-light: rgba(0, 152, 255, .1);
  --theme-color-light2: rgba(0, 152, 255, .25);
  --body-text-color: #000000;
  --color-white: #ffffff;
  --color-dark: #03204B;
  --color-green: #15D4C9;
  --color-blue: #0049D0;
  --color-skyblue: #00BFFF;
  --color-yellow: #FBA707;
  --color-gray: #ECECEC;
  --color-red: #F05454;
  --box-shadow: 0 0 20px 5px rgb(0 0 0 / 5%);
  --box-shadow2: 0 0 15px rgba(0, 0, 0, 0.17);
  --transition: all .5s ease-in-out;
  --transition2: all .3s ease-in-out;
  --border-info-color: rgba(0, 0, 0, 0.08);
  --border-info-color2: rgba(0, 0, 0, 0.05);
  --border-white-color: rgba(255, 255, 255, 0.08);
  --border-white-color2: rgba(255, 255, 255, 0.05);
  --footer-bg: #03204B;
  --footer-text-color: #F5FAFF;
}

 

/*====================
3. General css
======================*/

*,
*:before,
*:after {
  box-sizing: inherit;
}

.dfs_design {
    display: flex;
    justify-content: center;
    gap: 2rem;
    align-items: center;
}

* {
  scroll-behavior: inherit !important;
}

svg.headingclr path {
    stroke: #162f6a;
}

.site-title-tagline svg.me-2.headingclr path {
    stroke: #162f6a;
}

.site-title-tagline svg.me-2.headingclr {
    /* color: #162f6a; */
    /* font-weight: 700; */
    /* line-height: 29px; */
}

.digital_img {
    /* display: flex; */
    /* justify-content: center; */
    /* gap: 29px; */
    /* align-items: center; */
}

.digital_img img {
    width: 130px;
}

.main-navigation {
    border-top: 1px solid #ebeaea;
    box-shadow: 0 4px 8px 0 rgba(35, 35, 47, .08);
    border-bottom: 2px solid #162f6a;
}

ul.nav.nav-tabs.custom-tabs {max-width: 100%;display: flex;align-items: center;}

html,
body {
  height: auto;
  width: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: var(--body-font);
  font-style: normal;
  font-size: 16px;
  font-weight: normal;
  color: var(--body-text-color);
  line-height: 1.8;
}

a {
  color:  var(--color-dark);
  display: inline-block;
}

a,
a:active,
a:focus,
a:hover {
  outline: none;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  text-decoration: none;
}

a:hover {
  color: var(--color-blue);
}

ul {
  margin: 0;
  padding: 0;
}

.dfs_language {
    display: flex;
    justify-content: end;
    gap: 10px;
    align-items: center;
}

li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color:  var(--color-dark);
  margin: 0px;
  font-weight: 600;
  font-family: var(--heading-font);
  line-height: 1.2;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 35px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 17px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

p {
  margin: 0px;
}

.img,
img {
  max-width: 100%;
}
  
h4 {
  font-size: 17px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

p {
  margin: 0px;
}

.img,
img {
  max-width: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  height: auto;
}

img {}

.coaching-areaes img {
    width: 100%;
    height: 255px;
    border-radius: 5px;
}

label {
  color: #999;
  cursor: pointer;
  font-weight: 400;
}

*::-moz-selection {
  background: #d6b161;
  color: var(--color-white);
  text-shadow: none;
}

::-moz-selection {
  background: #555;
  color: var(--color-white);
  text-shadow: none;
}

::selection {
  background: #555;
  color: var(--color-white);
  text-shadow: none;
}

*::-moz-placeholder {
  color: #999;
  font-size: 16px;
  opacity: 1;
}

*::placeholder {
  color: #999;
  font-size: 16px;
  opacity: 1;
}




/*===================
4. Theme default css
======================*/

.bg {
  background: var(--theme-bg-light);
}

.bg-2{
  background: var(--theme-color-light);
}



/*====================
5. Margin & padding
======================*/

.pt-0 {
  padding-top: 0px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-120 {
  padding-top: 120px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.coaching-areaes {
    padding: 40px 0;
    border-bottom: 1px solid #eee;
}

.pb-40 {
  padding-bottom: 40px;
}

.partner-area.bg.pt-40.pb-40 {
    padding: 20px 0;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-120 {
  padding-bottom: 120px;
}

.py-80 {
  padding: 80px 0;
}

.py-90 {
  padding: 90px 0;
}

.py-100 {
  padding: 100px 0;
}

.py-110 {
  padding: 110px 0;
}

.py-120 {
  padding: 120px 0;
}

.mt-0 {
  margin-top: 0px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-120 {
  margin-top: 120px;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-120 {
  margin-bottom: 120px;
}

.my-80 {
  margin: 80px 0;
}

.my-90 {
  margin: 90px 0;
}

.my-100 {
  margin: 100px 0;
}

.my-110 {
  margin: 110px 0;
}

.my-120 {
  margin: 120px 0;
}







/*====================
7. Bs custom css
======================*/

/* custom form */
.form-group {
  margin-bottom: 0px;
}

.form-group .form-label{
  color: var(--color-dark);
}

.form-group .form-control,
.form-group .form-select{
  padding: 14px 20px 14px 20px;
  border-radius: 20px;
  background-color: var(--color-white);
  color: var(--color-dark);
  border-color: var(--border-info-color);
}

.form-group .form-control::placeholder{
  color: var(--body-text-color);
}

.form-group .form-control:focus,
.form-group .form-select:focus{
  border-color: #162f6a;
  box-shadow: none;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center !important;
  gap: 8px;
  border-radius: 12px 12px 0 0;
  border: 2px solid #ebeaea;
  border-bottom: 3px solid #162f6a !important;
}

.form-group .form-icon{
  position: relative;
}

.form-group .form-icon i{
  position: absolute;
  top: 38px;
  left: 20px;
  color: var(--theme-color);
  z-index: 1;
}

.form-group .form-icon .form-control,
.form-group .form-icon .form-select{
  padding-left: 50px;
}

.form-check{
  margin-bottom: 20px;
}

.form-check .form-check-input{
  border-radius: 6px;
  margin-top: 6.5px;
  border-color: var(--border-info-color);
}

.form-check .form-check-label{
  color: var(--color-dark);
}

.form-check .form-check-input:checked{
  background-color: var(--theme-color);
  border-color: var(--theme-color)
}

.form-check .form-check-input:focus{
  border-color: var(--theme-color);
  box-shadow: 0 0 0 .25rem var(--theme-color-light2);
}



/*====================
8. Container
======================*/

@media (min-width: 1200px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
     max-width: 1200px; 
  }
}
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1400px;
    }
}



/*====================
9. Nice select css
======================*/

.nice-select{
  width: 288px;
  border: none;
  height: 54px;
  line-height: 54px;
  border-radius: 20px;
  font-weight: 500;
  font-size: 19px;
  color: var(--color-dark);
  margin-bottom: 20px;
  border-color: var(--border-info-color);
}

.nice-select::after{
  width: 9px;
  height: 9px;
  right: 80px;
  margin-top: -6.5px
}

.nice-select:focus{
  border-color: var(--theme-color);
  box-shadow: 0 0 0 .25rem var(--theme-color-light2);
}

.nice-select .list{
  width: 100%;
  border: none;
  border-radius: 15px;
  padding: 10px;
  box-shadow: var(--box-shadow);
}

.nice-select .option.focus,
.nice-select .option.selected.focus,
.nice-select .option:hover {
  border-radius: 10px;
  background: var(--theme-bg-light);
  color: var(--theme-color);
}

.form-icon .nice-select{
  padding-left: 22px;
  margin-top: 20px;
}



/*===================
10. Play btn
=====================*/

.play-btn {
  display: inline-block;
  padding: 0;
  height: 75px;
  width: 75px;
  line-height: 75px;
  font-size: 20px;
  text-align: center;
  background: var(--theme-color);
  color: var(--color-white) !important;
  position: absolute;
  border-radius: 50%;
  z-index: 1;
}

.play-btn i::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: var(--theme-color);
  border-radius: 50px;
  animation: ripple-wave 1s linear infinite;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: all 0.5s ease-in-out;
}

@keyframes ripple-wave {
  0% {
    opacity: 0.8;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}
.text-content {
    text-align: justify;
}

.dark-item  a { 
    color: #fff;
}
.dark-item .field-content {
    display: flex;
    gap: 10px;
}
/*====================
11. Site title css
======================*/

.site-heading {
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}

.site-title-tagline {
  display: inline-block;
  text-transform: capitalize;
  font-size: 20px;
  position: relative;
  z-index: 1;
  color: #162f6a;
  font-style: normal;
  font-weight: 700;
  line-height: 29px;
}

.site-title-tagline::before{
  content: "";
  /* position: absolute; */
  right: 0;
  top: 0;
  height: 100%;
  width: 50%;
  background: var(--theme-color2);
  border-radius: 0 50px 50px 0;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 100%);
  z-index: -1;
}

.site-title-tagline.light{
  background: var(--color-white);
}

.site-title {
  font-weight: 700;
  text-transform: capitalize;
  font-size: 20px;
  color: var(--color-dark);
  margin-bottom: 0;
}

.site-title span{
  color: var(--theme-color2);
}

.site-heading p {
  margin-top: 15px;
}

.heading-divider {
  display: inline-block;
  position: relative;
  border-bottom: 4px solid var(--theme-color);
  width: 90px;
  height: 4px;
  border-radius: 50px;
}

.heading-divider:after {
  content: '';
  position: absolute;
  left: 0;
  top: -1px;
  height: 6px;
  width: 15px;
  border-radius: 0px;
  background-color: var(--color-white);
  -webkit-animation: heading-move 5s infinite linear;
  animation: heading-move 5s infinite linear;
}

@-webkit-keyframes heading-move {
  0% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateX(75px);
  }
  100% {
    transform: translateX(-1px);
  }
}

@keyframes heading-move {
  0% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateX(75px);
  }
  100% {
    transform: translateX(-1px);
  }
}



/*====================
12. Theme button
======================*/

.theme-btn,
.theme-btn2 {
  font-size: 16px;
  color: var(--color-white);
  padding: 10px 20px;
  transition: all 0.5s;
  text-transform: capitalize;
  position: relative;
  border-radius: 18px;
  font-weight: 500;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  border: none;
  background: #214d76;
  box-shadow: var(--box-shadow);
  z-index: 1;
}

.theme-btn::before,
.theme-btn2::before {
  content: "";
  height: 300px;
  width: 300px;
  background: var(--color-dark);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%) scale(0);
  transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: -1;
}

.theme-btn:hover{
  color: var(--color-white);
}

.theme-btn:hover::before,
.theme-btn2:hover::before {
  transform: translateY(-50%) translateX(-50%) scale(1);
}

.theme-btn i,
.theme-btn2 i{
  margin-left: 8px;
  transform: rotate(-40deg);
  transition: var(--transition2);
}

.theme-btn:hover i,
.theme-btn2:hover i{
  transform: rotate(0deg);
}

.theme-btn span,
.theme-btn2 span {
  margin-right: 5px;
}

.theme-btn2{
  background: #abacab;
  color: var(--color-white);
}

.theme-btn2::before {
  background: var(--color-dark);
}

.theme-btn2:hover{
  color: var(--color-white);
}



/*====================
14. Navbar css
======================*/

.navbar {
  background: transparent;
  padding-top: 0;
  padding-bottom: 0;
  z-index: 4;
}

.navbar.fixed-top {
  position: fixed;
  background: var(--color-white);
  box-shadow: var(--box-shadow2);
  animation: slide-down 0.7s;
}
.navbar .nav-item .dropdown-menu { 
    min-width: 100% !important;
    width: fit-content !important;
}


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

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

.navbar .navbar-brand .logo-display {
  display: block;
}

.navbar .navbar-brand .logo-scrolled {
  display: none;
}

.navbar.fixed-top .navbar-brand .logo-display {
  display: none;
}

.navbar.fixed-top .navbar-brand .logo-scrolled {
  display: block;
}

.navbar-brand {
  margin-right: 0;
}

.navbar-brand img {
  width: 280px;
  padding: 5px 0;
}

.navbar .dropdown-toggle::after {
  display: inline-block;
  margin-left: 5px;
  vertical-align: baseline;
  font-family: 'Font Awesome 6 Pro';
  content: "\f107";
  font-weight: 600;
  border: none;
  font-size: 14px;
}

@media all and (min-width: 992px) {

  .navbar .nav-item .nav-link {
    margin-right: 0px;
    padding: 0;
    border-right: none;
    font-size: 16px;
    position: relative;
    color: #150202;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    /* width: 180px; */
  }

  .navbar.fixed-top .nav-item .nav-link{
    color: var(--color-dark);
  }

  .navbar .nav-item  .navbar .nav-item:hover .nav-link {
    color: #162f6a;
  }

  .navbar .nav-item .nav-link::before{
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px; 
    width: 0px;
    height: 5px;
    background: #162f6a;
    border-radius: 0px;
    transition: var(--transition);
  }

  .navbar .nav-item .nav-link.active::before, .navbar  .nav-link::before{
    width: 100%;
  }

  .navbar .nav-item:last-child .nav-link {
    margin-right: 0;
  }

  .navbar .nav-item .dropdown-menu {
    display: block;
    padding: 0;
    margin-top: 0;
    left: 0;
    border-radius: 15px;
    border: none;
    background: var(--color-white);
    width: 180px;
    box-shadow: var(--box-shadow);
    opacity: 0;
    visibility: hidden;
    transition: var(--transition2);
    background: #ffffff;
    display: block;
    list-style: none;
    -webkit-padding-start: 0;
    padding-inline-start: 0;
    top: 58px;
    border-radius: 0 0 6px 6px;
    background: rgba(0, 0, 0, .7);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    -ms-border-radius: 0 0 6px 6px;
    -o-border-radius: 0 0 6px 6px;
    overflow: hidden;
    /* width: 100% !important; */
  }

  .navbar .nav-item .dropdown-menu::before{
    content: "";
    position: absolute;
    left: 50px;
    right: 50px;
    top: 0;
    border-top: none;
    border-radius: 50px;
  }

  .navbar .nav-item .dropdown-menu .dropdown-item {
    font-size: 15px;
    padding: 10px 10px !important;
    font-weight: 500;
    color: #ffffff;
    position: relative;
    overflow: hidden;
    border-radius: 0;
    /*text-transform: capitalize;*/
    transition: var(--transition2);
    z-index: 1;
    /* margin-top: -10px; */
    /* display: flex; */
    /* align-items: center; */
    /* margin-bottom: -6px; */
  }

a.dropdown-item:hover {
    background: #d2dfff;
}

  .navbar .nav-item .dropdown-menu .dropdown-item:hover {
    background: #d2dfff;
    color: #333;
    padding: 10px;
    border-radius: 0;
  }

  .navbar .nav-item .dropdown-menu .dropdown-item::before {
    content: "\f061";
    position: absolute;
    font-family: "Font Awesome 6 Pro";
    left: -15px;
    top: 6px;
    color: #ffffff;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition2);
    z-index: -1;
    display: none;
  }

  .navbar .nav-item .dropdown-menu .dropdown-item:hover::before {
    left: 0;
    opacity: 1;
    visibility: visible;
    color: #333;
  }

  .navbar .nav-item:hover .dropdown-menu {
    transition: .3s;
    opacity: 1;
    visibility: visible;
    top: 100%;
    transform: rotateX(0deg);
  }

  .navbar .dropdown-menu-end {
    right: 0;
    left: auto;
  }

  .navbar .dropdown-menu.fade-down {
    top: 80%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
  }

  .navbar .dropdown-menu.fade-up {
    top: 140%;
  }

  /* nav right */
  .nav-right {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-left: 30px;
  }

  .nav-right-link {
    position: relative;
    font-size: 20px;
    color: var(--color-dark);
    border: none;
    top: -8px;
    padding-right: 0;
    background: transparent;
    transition: var(--transition);
  }

  .nav-right-link:hover {
    color: var(--theme-color);
  }

  .navbar.fixed-top .nav-right-link{
    color: var(--color-dark);
  }

  .navbar.fixed-top .nav-right-link:hover{
    color: var(--theme-color);
  }

  .nav-right .call-wrap{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 7px;
  }

  .nav-right .call-wrap .icon{
    width: 45px;
    height: 45px;
    line-height: 46px;
    border-radius: 50px;
    background: var(--theme-color);
    color: var(--color-white);
    text-align: center;
    font-size: 18px;
    margin-top: 5px;
  }

  .nav-right .call-wrap .content span{
   color: var(--theme-color);
   font-weight: 500;
  }

  .nav-right .call-wrap .content h6 a{
    color: var(--color-dark);
    font-weight: 800;
  }

  .nav-right .sidebar-btn span{
    display: block;
    width: 24px;
    border-bottom: 3px solid var(--color-dark);
    border-radius: 50px;
    margin-top: 6px;
    margin-left: auto;
    transition: var(--transition);
  }

  .nav-right .sidebar-btn span:first-child{
    width: 10px;
    margin-top: 0;
  }

  .nav-right .sidebar-btn span:nth-child(3){
    width: 15px;
  }

  /* navbar light */
  .navbar.light .nav-item .nav-link{
    color: var(--color-white);
  }

  .navbar.light.fixed-top .nav-item .nav-link{
    color: var(--color-dark);
  }

  .navbar.light .nav-item .nav-link.active,
  .navbar.light .nav-item:hover .nav-link {
    color: var(--theme-color);
  }

  .navbar.light .nav-right-link{
    color: var(--color-white);
  }

  .navbar.light.fixed-top .nav-right-link{
    color: var(--color-dark);
  }

  .navbar.light .nav-right-link:hover{
    color: var(--theme-color);
  }

  .navbar.light .nav-right .sidebar-btn span{
    border-color: var(--color-white);
  }

  .navbar.light.fixed-top .nav-right .sidebar-btn span{
    border-color: var(--color-dark);
  }
}

@media all and (max-width: 1199px) {
  .navbar .nav-item .nav-link {
    margin-right: 15px;
  }

  .nav-right {
    margin-left: 25px;
  }

  .nav-btn{
    display: none;
  }

  .nav-right .sidebar-btn,
  .nav-right .call-wrap{
    display: none;
  }
}


/* navbar mobile menu */
.navbar .mobile-menu-right {
  display: none;
}

@media all and (max-width: 991px) {
  .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navbar-brand img {
    width: 130px;
  }

  .navbar .offcanvas{
    width: 300px;
  }

  .navbar .offcanvas-header .btn-close{
    background: var(--theme-color2);
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50px;
    color: var(--color-white);
    font-size: 18px;
    box-shadow: none;
    opacity: 1;
  }

  .navbar .offcanvas-brand{
    width: 150px;
  }

  .navbar .nav-item .nav-link {
    color:  var(--color-dark);
    font-weight: 700;
    margin-right: 0px;
    transition: var(--transition);
  }

  .navbar .nav-item .nav-link:hover {
    color: var(--theme-color);
  }

  .navbar .nav-item .dropdown-menu {
    border-radius: 15px;
  }

  .navbar .nav-item .dropdown-toggle::after {
    float: right;
    margin-top: 2.5px;
  }

  .navbar-toggler {
    padding: 0;
    border: none;
  }

  .navbar-toggler:focus {
    outline: none;
    box-shadow: none;
  }

  .navbar-toggler span{
    display: block;
    width: 22px;
    border-bottom: 3px solid var(--color-dark);
    border-radius: 50px;
    margin-top: 5px;
  }

  .navbar-toggler span:first-child{
    margin-top: 0;
  }

  .navbar-toggler span:nth-child(2){
    width: 15px;
  }

  .navbar .mobile-menu-right {
    display: flex;
    align-items: center;
    gap: 20px;
  }

  .navbar .mobile-menu-right .nav-right-link {
    background: transparent;
    border: none;
    font-size: 20px;
    color: var(--color-dark);
  }

  .navbar .mobile-menu-right .nav-right-link:hover{
    color: var(--theme-color);
  }

  .nav-right {
    display: none;
  }

  /* navbar light */
  .navbar.light .navbar-toggler span{
    border-color: var(--color-white);
  }

  .navbar.light.fixed-top .navbar-toggler span{
    border-color: var(--color-dark);
  }

  .navbar.light .mobile-menu-right .nav-right-link {
    color: var(--color-white);
  }

  .navbar.light.fixed-top .mobile-menu-right .nav-right-link {
    color: var(--color-dark);
  }

  .navbar.light .mobile-menu-right .nav-right-link:hover{
    color: var(--theme-color);
  }
}



/*==============================
15. Navbar multi level dropdown
================================*/

.navbar .nav-item .dropdown-submenu {
  position: relative;
}

.navbar .nav-item .dropdown-submenu .dropdown-menu::before {
  display: none;
}

.navbar .nav-item .dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 15px;
  top: 8px;
  font-weight: 600;
}

.navbar .nav-item .dropdown-submenu a:hover {
  background: transparent;
  color: var(--color-white);
}

.navbar .nav-item .dropdown-submenu a:focus{
  background: transparent;
}

.navbar .nav-item .dropdown-submenu .dropdown-menu {
  top: 120%;
  left: 100%;
  opacity: 0;
  visibility: hidden;
}

.navbar .nav-item .dropdown-submenu:hover .dropdown-menu {
  top: 0;
  opacity: 1;
  visibility: visible;
}

@media all and (max-width: 991px) {
  .navbar .nav-item .dropdown-menu .dropdown-item{
    color: var(--color-dark)
  }

  .navbar .nav-item .dropdown-submenu .dropdown-menu {
    margin: 0 17px;
  }

  .navbar .nav-item .dropdown-submenu .dropdown-menu {
    opacity: unset;
    visibility: unset;
  }

  .navbar .nav-item .dropdown-submenu a::after {
    top: 3px;
  }

  .navbar .nav-item .dropdown-submenu a:hover {
    color: var(--theme-color);
  }
}



/*============================
16. Navbar mega menu
==============================*/

@media all and (min-width: 992px){
  .nav-item.mega-menu {
    position: static;
  }
  
  .navbar .nav-item.mega-menu .dropdown-menu{
    width: 98.2%;
    left: 12px;
  } 

  .navbar .mega-menu .mega-content{
    padding: 12px;
  }

  .navbar .mega-menu .mega-menu-title{
    font-size: 17px;
    margin-bottom: 15px;
    color: var(--color-dark);
  }

  .navbar .mega-menu-img img{
    border-radius: 15px;
  }

  .navbar .nav-item.mega-menu .dropdown-menu .dropdown-item{
    padding-left: 0;
  }

  .navbar .nav-item.mega-menu .dropdown-menu .dropdown-item::before{
    left: 0;
  }

  .navbar .nav-item.mega-menu .dropdown-menu .dropdown-item:hover{
    padding-left: 15px;
  }

  /* mega-menu small */
  .navbar .nav-item.mega-menu.small {
    position: relative;
  }

  .navbar .mega-menu.small .dropdown-menu{
    width: 340px;
    left: 50%;
    transform: translateX(-50%);
  } 
}


@media all and (max-width: 991px){
  .navbar .mega-menu-img{
    display: none;
  }

  .navbar .mega-menu .mega-content h5{
    margin: 15px 0;
  }
}



/* ======================
17. Search popup
====================== */
 
.search-popup {
  /* position: fixed; */
  /* left: 0; */
  /* top: 0; */
  /* height: 100vh; */
  /* width: 100%; */
  /* z-index: 99999; */
  /* margin-top: -540px; */
  /* transform: translateY(-100%); */
  /* background-color: rgba(0, 0, 0, .95); */
  /* transition: all 1500ms cubic-bezier(0.860, 0.000, 0.070, 1.000); */
  /* transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000); */
}
 
.search-active .search-popup {
  transform: translateY(0%);
  margin-top: 0;
}
 
.search-popup .close-search {
  position: absolute;
  left: 0;
  right: 0;
  top: 75%;
  border: none;
  margin: 0 auto;
  margin-top: -200px;
  border-radius: 50px;
  text-align: center;
  background: var(--theme-color2);
  text-align: center;
  width: 50px;
  height: 50px;
  color: var(--color-white);
  font-size: 20px;
  cursor: pointer;
  box-shadow: var(--box-shadow);
  transition: all 500ms ease;
  opacity: 0;
  visibility: hidden;
}
 
.search-active .search-popup .close-search {
  visibility: visible;
  opacity: 1;
  top: 50%;
  transition-delay: 1500ms;
}
 
.search-active .search-popup .close-search span{
  transition: var(--transition);
}
 
.search-active .search-popup .close-search:hover span{
  transform: rotate(180deg);
}
 
#views-exposed-form-search-page-1 form {
  position: relative;
  /* max-width: 700px; */
  /* top: 50%; */
  /* left: 15px; */
  /* right: 15px; */
  /* margin: -35px auto 0; */
  /* transform: scaleX(0); */
  /* transform-origin: center; */
  /* transition: all 300ms ease; */
  display: flex;
}
 
.search-active .search-popup form {
  transform: scaleX(1);
  transition-delay: 1200ms;
}
 
.search-popup .form-group {
  position: relative;
  margin: 0px;
  overflow: hidden;
}
#views-exposed-form-search-page-1 {
	width: 75%;
    border-bottom: 3px solid #162F6A;
    border-radius: 10px 10px 0px 0px;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    display: inline-flex;
    align-items: center;
    margin: 0 auto;
}

#views-exposed-form-search-page-1 .form-item .search-box{
    width: 100%;
    height: auto;
    border: 0;
    border-radius: 0;
    line-height: normal;
     outline-offset: -2px;
    -webkit-appearance: textfield; 
	padding: 10px;  
}
#views-exposed-form-search-page-1 .form-item {
    margin: 0;
    border-right: 1px solid #ccc;
    
}
#views-exposed-form-search-page-1 .form-item .search-box:focus-visible {
    outline-offset: unset;  
    border: none;
    outline: none;
} 
 
#views-exposed-form-search-page-1 .form-item .search-box::placeholder {
    color: #000 !important;
    font-size: 20px !important;
}
 
#views-exposed-form-search-page-1 .form-item .search-box::placeholder{
  color: var(--color-white);
  font-size: 40px;
}
 
#views-exposed-form-search-page-1 .form-item .form-submit {
  position: absolute;
  right: 5px;
  top: 0;
  border-radius: 0;
  background: transparent;
  text-align: center;
  font-size: 20px;
  color: #162f6a;
  height: 48px;
  width: 50px;
  border: none;
  cursor: pointer;
  transition: all 500ms ease;
  border-left: 1px solid #eee;
}
 
#views-exposed-form-search-page-1 .form-item .form-submit:hover{  
  color: var(--theme-color);
}


/*====================
19. Main section css 
======================*/

.main {
  margin-top: 0rem;
}



/*====================
20. Hero css 
======================*/

.hero-single {
  padding:0;
  background-position: center !important;
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

/* .hero-single::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -0.5px;
  background: linear-gradient(to bottom right, rgba(2, 81, 112, 1) 0%, rgba(55, 173, 184, 0) 64%);
  z-index: -1;
} */

.hero-single .hero-content {
  height: 100%;
}

.hero-single .hero-content .hero-sub-title {
  color: #096b19;
  font-size: 20px;
  letter-spacing: 3px;
  font-weight: 500;
  text-transform: uppercase;
  background: #f6f6f6;
  border-radius: 50px;
  display: flex;
  align-items: center;
  gap: 5px;
  width: fit-content;
  padding: 5px 10px 5px 10px;
  position: relative;
  z-index: 1;
}

.hero-single .hero-content .hero-sub-title::before{
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50%;
  background: #ecf4f0;
  border-radius: 0 50px 50px 0;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 20% 100%);
  z-index: -1;
}

.hero-single .hero-content .hero-title {
  color: var(--color-white);
  font-size: 60px;
  font-weight: 600;
  margin: 20px 0;
  text-transform: capitalize;
}

.hero-single .hero-content .hero-title span{
  color: transparent;
  -webkit-text-stroke: 3px var(--color-white);
}

.hero-single .hero-content p {
  color: var(--color-white);
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 20px;
}

.hero-single .hero-content .hero-btn {
  display: flex;
  justify-content: start;
  gap: 1rem;
  margin-top: 35px;
}

@media all and (max-width: 1199px) {
  .hero-single .hero-content .hero-title {
    font-size: 37px;
  }
}

@media all and (max-width: 991px) {
  .hero-single .hero-content .hero-title {
    font-size: 50px;
  }
}

@media all and (max-width: 767px) {
  .hero-single .hero-content .hero-sub-title {
    font-size: 18px;
  }

  .hero-single .hero-content .hero-btn {
    gap: 1rem;
  }
}


/* hero-slider */
.hero-slider .owl-nav {
  margin-top: 0px;
}

.hero-slider .owl-nav button i{
  display: inline-block;
  height: 35px;
  width: 35px;
  line-height: 35px;
  color: #ffffff;
  font-size: 18px;
  text-align: center;
  background: #000;
  border-radius: 2px;
  cursor: pointer;
  transition: var(--transition);
}

.hero-slider .owl-nav button:hover i{
  background: #000;
  color: var(--color-white);
}

.hero-slider .owl-nav .owl-prev {
  left: 40px;
}

.hero-slider .owl-nav .owl-next {
  right: 40px;
}

.hero-slider .owl-nav .owl-prev,
.hero-slider .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.hero-slider .owl-dots {
  position: absolute;
  left: 90%;
  bottom: 32px;
  transform: translateX(-50%);
  /* display: none; */
  background: #d2dfff;
  display: flex;
  align-items: center;
  padding: 10px;
  gap: 10px;
  border-radius: 10px;
}

.hero-slider .owl-dots .owl-dot span {
  display: flex;
  width: 15px;
  height: 15px;
  background-color: #5279d7;
  border-radius: 50px;
  border: 1px solid #162f6a;
  transition: var(--transition);
  align-items: center;
  gap: 12px;
}

.hero-slider .owl-dots .owl-dot.active span {
  background-color: #162f6a;
  border-radius: 0px !important;
  width: 15px;
  height: 15px;
}


@media all and (max-width: 1199px) {
  .hero-slider .owl-nav .owl-prev,
  .hero-slider .owl-nav .owl-next {
    top: unset;
    bottom: 45px;
  }

  .hero-slider .owl-nav .owl-prev {
    left: unset;
    right: 120px;
  }

  .hero-slider .owl-nav .owl-next {
    right: 40px;
  }
}




/* ===================
22. About css 
====================== */
.about-img img {
    width: 100%;
	border: 2px solid #ebeaea; 
	border-bottom: 6px solid #162f6a;
    object-fit: contain;
}

.about-img h5 {
    font-size: 1.2em; 
    margin-top: 10px;
    text-align: center;
    font-weight: 700;
	margin-bottom: 10px;
}

.about-img p {
    font-size: 1.2em; 
    text-align: center;
    color: #150202;
    margin-bottom: 10px;
}
.about-item {
    border: 1px solid #0a2f63;
   /*  padding: 35px 20px; */
    border-radius: 6px;
    text-align: center;
    background: #ffffff;
    transition: 0.3s;
}

.about-item:hover {
    background: #f4f7fc;
    border-color: #0a2f63;
    box-shadow: 0 4px 12px rgba(0,0,0,0.07);
}

.about-item .icon {
    font-size: 36px;
    color: #0a2f63;
    margin-bottom: 5px;
}

.about-item h6 {
    font-size: 16px;
    font-weight: 700;
    margin: 0;
}

.about-item a {
    color: #150202;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
}

.about-item:hover a {
    color: #0a2f63;
}

.about-left{
  position: relative;
  margin-right: 20px;
}

/* .about-img .img-1{
  margin-top: -8%;
  border-radius: 70px 70px 0px 70px;
} */

.about-img .shape{
  border-radius: 0;
  position: absolute;
  left: 0;
  bottom: -4%;
  width: 48%;
}

/* .about-img .img-2{
  margin-bottom: -8%;
  border-radius: 0px 70px 70px 70px;
} */

.about-right {
  position: relative;
  display: block;
}


.about-content {
  /* background: var(--theme-color-light); */
  /* border-radius: 30px; */
  /* padding: 20px; */
  margin-top: 25px;
  margin-bottom: 25px;
}

.about-item{
  display: inline-block;
  text-align: center;
  /* padding: 12px 8px; */
  min-height: 60px;
  border: .5px solid #162f6a;
  background: #fff;
  transition: all .3s 
ease;
  color: #150202;
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  box-shadow: 0 1px 2px 0 rgba(35, 35, 47, .06), 0 4px 8px 0 rgba(35, 35, 47, .08);
  border-radius: 2px;
  -webkit-border-radius: 2px;
  width: 100% !important;
}

.about-item .icon{

  color: #000;
}

.about-item .icon img{
  width: 35px;
}

.about-item .content{
  flex: 1;
}

.about-item .content h6{
  color: #0c3c7c;
  margin-bottom: 0;
  font-size: 20px;
  margin-top: 0;
}

.about-text{
  color: #150202;
  text-align: justify;
}


@media all and (max-width: 991px) {
  .about-left{
    margin-top: 150px;
  }
  .about-right {
    margin-top: 180px;
  }
}

@media all and (max-width: 767px) {
  .about-title {
    font-size: 30px;
  }
  .about-left{
    margin-top: 0px;
    margin-right: 0px;
  }
  .about-img .img-1{
    margin-top: 0;
  }
  .about-right {
    margin-top: 100px;
  }
}





/*====================
42. Testimonial css 
======================*/

.testimonial-area {
  position: relative;
}

.testimonial-bg{
  background: var(--color-dark);
  z-index: 1;
  padding: 40px 0;
}

.testimonial-bg::before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  background-image: url(../img/shape/04.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: .15;
  z-index: -1;
}

.testimonial-item {
  background: var(--color-white);
  padding: 15px;
  border-radius: 10px;
}




/*====================
53. Scroll top css
======================*/

#scroll-top {
    position: fixed;
    bottom: -20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    border-radius: 50px;
    color: var(--color-white);
    background-color: #162f6a;
    cursor: pointer;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    box-shadow: var(--box-shadow2);
    transition: var(--transition);
    opacity: 0;
    visibility: hidden;
    transform: rotate(0deg);
    z-index: 1;
}

#scroll-top:hover{
  transform: rotate(0);
}

#scroll-top.active{
  opacity: 1;
  visibility: visible;
  bottom: 20px;
}


@media all and (min-width: 768px) and (max-width: 1199px) {
  #scroll-top.active {
    bottom: 100px;
  }
}



/*====================
54. Footer css 
======================*/

.footer-area {
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: #162f6a;
  color: #fff;
}

.footer-shape img{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 65%;
  opacity: .05;
}

.footer-widget {
  position: relative;
}

.footer-widget-box.about-us{
  margin-right: 50px;
}

.footer-widget-box p {
  color: var(--color-white);
  padding-right: 18px;
  margin-bottom: 0px;
}

.footer-logo img {
  width: 340px;
  margin-bottom: 15px;
  border-radius: 6px;
}

.footer-widget-title {
  color: var(--color-white);
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-size: 21px;
  z-index: 1;
}

.footer-widget-title::before{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 20px;
  height: 3px;
  background: var(--theme-color);
  border-radius: 50px;
}

.footer-list {
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
  margin-left: 20px;
}

.footer-list li a {
  color: var(--color-white);
  transition: var(--transition);
  position: relative;
  margin-left: -20px;
}

.footer-list li a i {
  margin-right: 5px;
  color: var(--theme-color);
  opacity: 0;
  transition: var(--transition);
}

.footer-list li a:hover {
  margin-left: -20px !important;
  color: #ffffff;
}

.footer-list li a:hover i{
  opacity: 1;
}

.footer-social {
  display: flex;
  gap: 15px;
  justify-content: end;
}

.footer-social li a i {
  height: 26px;
  width: 26px;
  line-height: 27px;
  text-align: center;
  border-radius: 50px;
  background: var(--color-white);
  color: var(--theme-color);
  transition: var(--transition);
}

.footer-social li a i:hover {
  background: var(--theme-color);
  color: var(--color-white);
}

.footer-contact li {
  position: relative;
  display: flex;
  justify-content: start;
  gap: 10px;
  color: var(--footer-text-color);
  font-size: 16px;
  margin-bottom: 12px;
}

.footer-contact .icon{
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: var(--theme-color);
  border-radius: 50px;
  text-align: center;
}

.footer-contact .content{
  flex: 1;
}

.footer-contact .content h6{
  color: var(--color-white);
  margin-bottom: 5px;
}

.footer-contact .content a{
  color: var(--color-white);
}

.footer-newsletter h6{
  color: var(--color-white);
  margin-bottom: 20px;
}

.footer-newsletter .newsletter-form .form-group{
  position: relative;
}

.footer-newsletter .newsletter-form .form-control {
  padding: 15px 140px 15px 50px;
  border-radius: 50px;
  box-shadow: none;
  border: none;
  outline: none;
}

.footer-newsletter .newsletter-form .theme-btn {
  position: absolute;
  right: 0px;
  top: 5px;
  border-radius: 50px;
  padding: 7px 15px;
}

.footer-newsletter .newsletter-form .theme-btn span{
  margin-right: 0;
  margin-left: 5px;
}


@media all and (max-width: 1199px) {
  .footer-widget-box {
    margin-bottom: 50px;
  }

  .footer-list li a{
    font-size: 14px;
  }
}

@media all and (max-width: 991px) {
  .footer-widget-wrap {
    padding-bottom: 0px;
  }

  .footer-list li a{
    font-size: 16px;
  }

  .copyright .footer-menu {
    float: left;
    margin-top: 20px;
    text-align: left;
  }

  .copyright .footer-menu li {
    margin-left: 0;
    margin-right: 15px;
  }
}

@media all and (max-width: 767px) {
  .footer-widget-wrap {
    padding-bottom: 0px;
  }

  .footer-social {
    justify-content: flex-start;
    margin-top: 20px;
  }
}


/* footer light */
.footer-area.light{
  background: var(--theme-bg-light);
}

.footer-area.light .footer-widget-title{
  color: var(--color-dark);
  font-weight: 800;
}

.footer-area.light .footer-widget-box p{
  color: var(--body-text-color);
}

.footer-area.light .footer-newsletter h6{
  color: var(--color-dark);
  font-weight: 700;
}

.footer-area.light .newsletter-form .form-control{
  color: var(--color-dark);
  border-bottom-color: var(--body-text-color);
}

.footer-area.light .newsletter-form .form-control::placeholder{
  color: var(--body-text-color);
}

.footer-area.light .newsletter-form .form-control:focus{
  border-bottom-color: var(--theme-color);
}

.footer-area.light .footer-list li a{
  color: var(--body-text-color);
}

.footer-area.light .footer-list li a:hover{
  color: var(--theme-color);
}

.footer-area.light .footer-contact .content h6{
  color: var(--color-dark);
  font-weight: 700;
}

.footer-area.light .footer-contact .content a{
  color: var(--body-text-color);
}

.footer-area.light .footer-social li a i{
  background: var(--color-dark);
  color: var(--color-white);
}

.footer-area.light .footer-social li a i:hover{
  background: var(--theme-color);
}

.footer-area.light .copyright{
  border-top-color: var(--border-info-color);
}

.footer-area.light .copyright .copyright-text{
  color: var(--body-text-color);
}

/*--end--footer-css--*/


li.nav-item {
    padding: 0;
    width: 33.3%; 
    display: flex;
    align-items: center;
}

li.nav-item.dropdown:hover {
    background: #d2dfff;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    height: 50px;
    width: 180px;
}

li.nav-item.dropdown {
    margin: 0 10px;
    width: 160px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    height: 50px;
    width: 180px;
}

.custom-tabs li.nav-item {
    max-width: 100%;
    /* border: 1px solid #162f6a; */
}
.navbar .nav-item .nav-link { 
 padding: 17px 25px; 
}
.navbar .nav-item .nav-link:last-child {
    border: none;
}

.nav-link.active {
}

.team-social-wrap {
    display: none;
}

ul#myTab li.nav-item {
    padding-bottom: 1px !important;
}

ul#myTab li.nav-item button {
    background: #e3e3e3;
    margin: 0 1px;
    color: #454942;
    font-weight: 600;
    padding: 8px 36px;
    font-size: 19px;
}

ul#myTab li.nav-item button.active {
    background: #08933f;
    color: #fff;
}

ul.lst-scroller li {
    color: #000000;
    border-bottom: 1px solid #e9e9e9;
    padding: 6px 0;
    list-style: inside;
    padding-left: 16px;
    cursor: pointer;
    transition: 0.2s ease;
}

ul.lst-scroller {
    height: 260px;
    overflow: auto;
    list-style: disc;
}


ul.lst-scroller li:hover {
    margin-left: 15px;
}

.coaching-img img {
    width: 100%;
    height: 166px;
}

ul.dropdown-menu.fade-down li {
    /* border-bottom: 1px solid #e1e1e1; */ 
    display: flex;
    align-items: center;
}

ul.dropdown-menu.fade-down li:last-child {
    border: none;
}
/*---slider-persona--*/
.contain {
    /* background: #e3eeffcf; */
    /* border-radius: 20px; */
    /* box-shadow: rgb(0 0 0 / 2%) 0px 18px 50px -10px; */
    padding: 15px 0 0 0;
}

.contain .item {
  align-items: center;
  display: grid;
  justify-content: center;
}
.icon_persona {justify-content: center;align-items: center;gap: 25px;padding: 5px 0;/* background: #ebeaea; */margin-top: -18px;/* border-radius: 20px 20px 0 0; */margin-bottom: 20px;/* border-bottom: 2px solid #fff; */}

.icon_persona svg#Layer_1 {
    width: 50px;
    fill: #17426a;
}

.icon_persona h5 {
    display: inline-block;
    text-transform: capitalize;
    font-size: 20px;
    /* position: relative; */
    z-index: 1;
    color: #162f6a;
    font-style: normal;
    font-weight: 700;
    line-height: 29px;
}
.item.img_persona img {
    border: 1px solid #fff !important;
    border-radius: 50% !important;
    width: 200px !important;
    height: 200px;
    background-color: #a3bbf3;
}

.item.img_persona h5 {
    text-align: center;
    margin-top: 10px;
    font-size: 20px;
}
.icon_sec.owl-theme .owl-nav [class*='owl-']:hover {
    background: none !important;
    color: #FFF;
    text-decoration: none;
}
.icon_sec .owl-nav {
    display: flex;
    justify-content: space-around;
}
.icon_sec div#owl-carousel {
    display: grid;
}

.icon_sec .owl-dots {
    margin-top: -31px;
}

.icon_sec button.owl-prev {
    position: relative;
    left: 30px !important;
}

.icon_sec button.owl-prev span {
    font-size: 20px;
    color: #162f6a;
    font-weight: bold;
}

.icon_sec button.owl-next span {
    font-size: 20px;
    color: green;
    font-weight: bold;
}


.icon_sec button.owl-next {
    position: relative;
    left: -20px !important;
}
.custom-slider.swiper{
   height: 248px;
    background: #000;   
}
.custom-slider.swiper img{ 
	height:100% !important;  
}
/*---anoonucment-play-pause--*/
 .announcement-bar{
        background:#dcdcdc;
        padding:8px 15px;
        display:flex;
        align-items:center;
        justify-content:space-between;
        font-family:Arial, sans-serif;
        border-top:1px solid #ccc;
        border-bottom:1px solid #ccc;
    }

    .left-label{
        font-weight:bold;
        color:#003366;
        font-size:16px;
        display:flex;
        align-items:center;
        gap:8px;
        min-width:160px;
    }

    .left-label i{
        font-size:18px;
    }

    .marquee-box{
        width:100%;
        overflow:hidden;
        white-space:nowrap;
        font-size: 15px;
    }

.marquee-text {
  display: inline-block;
  white-space: nowrap;
  /* animation: marquee 12s linear infinite; */
  color: #150202;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;

  will-change: transform;
}
.marquee-text a{
	color: #150202;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 0 5px 0 0;
    text-decoration: none;
	font-size: 1.2rem !important;
	cursor: pointer;
} 

    /* Play Pause Button (Right Side) */
    .controls-btn{
        width:32px;
        height:32px;
        border:1px solid #000;
        display:flex;
        align-items:center;
        justify-content:center;
        cursor:pointer;
        font-size: 18px;
        background:#fff;
        border: none;
        outline: none;
        background: rgba(0, 0, 0, 0);
        width: 20px;
        height: 20px;
        color: #162f6a;
        font-weight: 400 !important;
		float:right; 
    }

.btn_marquees .views-element-container{
	float: left;
    width: 96%;
    max-width: 100%;
} 
    /*--about---*/
    .about-quote-section {
    background: #ebeaea;
    padding: 30px 0;
}

.quote-profile-img {
    width: 260px;
    height: 260px;
    border-radius: 50%;
    object-fit: cover;
}

.quote-text-box {
    padding-left: 30px;
}

.quote-mark {
    margin-bottom: -10px;
    font-size: 2.4rem !important;
    color: #162f6a;
    display: block;
    max-height: 40px;
    font-family: Material Symbols Outlined;
}

.quote-text {
    font-size: 22px;
    color: #162f6a;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: -.12px;
}

.quote-divider {
    margin-top: 20px;
    border: 0;
    border-bottom: 1px solid #162f6a;
}

.event-name {
    font-size: 16px;
    margin: 0;
    color: #162f6a;
    font-style: normal;
    font-weight: 500;
    text-transform: uppercase;
}

.event-date {
    font-size: 14px;
    margin: 0;
    color: #162f6a;
    font-style: normal;
    font-weight: 500;
    text-transform: uppercase;
}

.event-btn {
    display: inline-flex;
    align-items: center;
    padding: 10px 12px;
    gap: 8px;
    outline: none;
    border-radius: 4px;
    color: #162f6a;
    background-color: #fff;
    border: 1px solid #162f6a;
    font-size: 0.8rem;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: .12px;
    text-decoration: none;
}

.event-btn:hover {
    background: #0a2d5e;
    color: #fff;
    transition: 0.3s;
}
/* Common */
.section-title {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}
.section-title h3 {
    display: inline-block;
    text-transform: capitalize;
    font-size: 20px;
    position: relative;
    z-index: 1;
    color: #162f6a;
    font-style: normal;
    font-weight: 700;
    line-height: 29px;
}

.title-icon {
    width: 40px;
}

/* Tabs */
.custom-tabs .nav-link {
    font-weight: 500;
    font-size: 16px;
    padding: 10px 68px;
    background: #fff;
    border: 1px solid #162f6a;
    border-radius: 0 !important;
    border-bottom: 1px solid #162f6a;
    color: #150202;
	width:100%; 
}

.custom-tabs .nav-link:hover {
    border: 1px solid #162f6a;
}
.custom-tabs .nav-link.active {
    background-color: #162f6a !important;
    color: #fff;
    font-weight: 600;
}

/* List box */
.custom-tab-box {
    border: 1px solid #eeeeee7a;
    background: #fff;
    margin-top: 0px;
    overflow-y: auto;
    height: 230px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}

/* Scrollable Box */
.custom-scroll {
    max-height: 400px;
    overflow-y: auto;
}

/* Chrome, Edge, Safari */
.custom-scroll::-webkit-scrollbar {
    width: 6px;              /* Thin scrollbar */
}

.custom-scroll::-webkit-scrollbar-track {
    background: transparent; /* No background */
}

.custom-scroll::-webkit-scrollbar-thumb {
    background: #2a4fbf;     /* Blue scrollbar */
    border-radius: 10px;     /* Rounded edges */
}

.custom-scroll::-webkit-scrollbar-thumb:hover {
    background: #1b3a93;     /* Dark blue on hover */
}

/* Firefox support */
.custom-scroll {
    scrollbar-width: thin;
    scrollbar-color: #2a4fbf transparent;
}
/* Scrollable Box */
.scroll-list-dark {
    max-height: 400px;
    overflow-y: auto;
}

/* Chrome, Edge, Safari */
.scroll-list-dark::-webkit-scrollbar {
    width: 6px;              /* Thin scrollbar */
}

.scroll-list-dark::-webkit-scrollbar-track {
    background: transparent; /* No background */
}
.scroll-list-dark::-webkit-scrollbar-thumb {
    background: #d2dfff;     /* Blue scrollbar */
    border-radius: 10px;     /* Rounded edges */
}

.scroll-list-dark::-webkit-scrollbar-thumb:hover {
    background: #1b3a93;     /* Dark blue on hover */
}

/* Firefox support */
.scroll-list-dark {
    scrollbar-width: thin;
    scrollbar-color: #d2dfff transparent;
}

.list-item {
    padding: 10px 20px;
    font-size: 15px;
    border-bottom: 1px solid #a3bbf3;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    color: #150202;
}
.list-item:hover {
    background: #f3f7ff;
}
.arrow {
    font-size: 17px;
    color: #162f6a;
}

/* VIEW MORE BUTTON */
.view-btn {
    background: #0d2d67;
    color: #fff;
    border: none;
    padding: 10px 24px;
    border-radius: 4px;
    font-weight: 600;
}

/* RIGHT BOX */
/* .right-box {
    background: #0d2d67;
    padding: 25px;
    border-radius: 6px;
} */

.section-title-white {
    display: flex;
    align-items: center;
    gap: 10px;
}
.section-title-white h3 {
    display: inline-block;
    text-transform: capitalize;
    font-size: 20px;
    position: relative;
    z-index: 1;
    color: #162f6a;
    font-style: normal;
    font-weight: 700;
    line-height: 29px;
}
.scroll-list-dark1 {
  background-color: #fff;
  padding: 10px 24px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  height: 300px;
  overflow-y: auto;
}

.dark-item1 {
    color: #150202;
    padding: 18px 0;
    border-bottom: 1px solid rgb(98 98 98 / 55%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 15px;
}
.dark-item1:hover {
    opacity: 0.7;
}

.arrow-blue {
    font-size: 17px;
    color: #fff;
}
.scroll-list-dark {
  background-color: #162f6a;
  padding: 10px 24px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  height: 280px;
  overflow-y: auto;
}

.dark-item {
    color: #fff;
    padding: 8px 0;
    border-bottom: 1px solid rgb(255 255 255);
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
}
.dark-item:hover {
    /* opacity: 0.7; */
}

.arrow-white {
    font-size: 17px;
    color: #fff;
}

.view-btn-light {
    background: #fff;
    color: #0d2d67;
    padding: 10px 24px;
    border: 1px solid #0d2d67;
    border-radius: 4px;
    font-weight: 600;
}
section.key-offerings-area.py-5 {
    background: #d2dfff;
    padding: 40px 0 !important;
}
.lang-wrapper {
    position: relative;
    display: inline-block;
    padding: 0 8px;
    border-right: 1px solid #162f6a;
    border-left: 1px solid #162f6a;
}

.lang-icon {
    font-size: 20px;
    font-weight: bold;
    color: #162F6A;
    cursor: pointer;
    line-height: 1.1;
    text-align: center;
}

.lang-dropdown {
    position: absolute;
    top: 40px;
    left: -20px;
    width: 110px;
    max-height: 230px;
    overflow-y: auto;
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    border-radius: 4px;
    display: none;
    z-index: 999;
}

.lang-dropdown ul {
    list-style: none;
    margin: 0;
    padding: 0px 0px 0 0px;
}

.lang-dropdown ul li {
    padding: 0;
    font-size: 14px;
    cursor: pointer;
    /* border-bottom: 1px solid #eee; */
    text-align: center;
}

.lang-dropdown ul li:hover {
    background: #162f6a;
    color: #fff;
}
.btn_marquees {
    align-items: center;
    justify-content:end;
    
}

.access-icon svg {
    transition: 0.3s ease;
}
.access-icon:hover svg {
    transform: scale(1.1);
}

.my_cl_btn {
    background: none;
    border: none;
    font-size: 22px;
}

.access-btn {
    width: 100%;
    background: #f5f5f5;
    border: none;
    padding: 12px;
    border-radius: 10px;
    text-align: center;
    transition: 0.3s;
}
.access-btn:hover {
    background: #e0e0e0;
    transform: translateY(-3px);
}
.access-btn svg, .access-btn i {
    margin-bottom: 5px;
}
.offcanvas-header {
    display: flex;
    align-items: center;
    padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
    justify-content: space-between;
}

.custom-slider {
    width: 100%;
    max-width: 600px;
    position: relative;
    margin: 0;
    overflow: hidden;
    border-radius: 15px;
}

.slides {
    display: flex;
    transition: 0.5s ease;
}

.slide {
    min-width: 100%;
}

.slide img {
    width: 100%;
    display: block;
    border-radius: 15px;
}

/* Navigation Arrows */
.custom-slider .nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #0000005e;
    color: #fff;
    border: none;
    padding: 2px 10px;
    border-radius: 2px;
    cursor: pointer;
    font-size: 12px;
    z-index: 10;
}

.custom-slider .prev {left: 10px;}
.custom-slider .next { right: 10px; }

/* Play / Pause Button */
.play-pause {
    position: absolute;
    bottom: 25px;
    left: 90%;
    transform: translateX(-50%);
    background: #0000007d;
    color: #fff;
    border: none;
    padding: 1px 7px;
    font-size: 10px;
    border-radius: 2px;
    cursor: pointer;
    z-index: 20;
}
.testimonial-item iframe#twitter-widget-0 {
    height: 200px !important;
}
.gov-logos.mt-4 {
    display: flex;
    justify-content: end;
    gap: 10px;
}

img.gov-img {}

img.gov-img {
    width: 140px;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
}

p.last-updated.mt-3 {}

p.last-updated.mt-3 {
    color: #fff;
}

p.footer-note.mt-4 {
    color: #fff;
}

h5.footer-title {}

h5.footer-title {
    color: #fff;
    margin-bottom: 20px;
}
.footer-top {
    padding: 40px 0;
}
.sociallink {
    gap: 10px;
}
.partner-wrapper .partner-card {
    background: #fff;
    padding: 30px 25px;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 120px;
    transition: 0.3s ease;
    height: 100px;
    box-shadow: rgba(35, 35, 47, 0.06) 0px 1px 2px 0px, rgba(35, 35, 47, 0.08) 0px 4px 8px 0px;
    padding: 10px;
    background: rgb(255, 255, 255);
    border-width: 1px !important;
    border-style: solid !important;
    border-color: rgb(235, 234, 234) !important;
    border-image: initial !important;
    border-radius: 4px !important;
}

.partner-wrapper .partner-card img {
    max-height: 100px;
    object-fit: contain;
}

.partner-wrapper .partner-card:hover {
    /* transform: translateY(-3px); */
    /* box-shadow: 0 6px 25px rgba(0,0,0,0.12); */
}

/* Custom Arrows */
.partner-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    /* background: #fff; */
    width: 38px;
    height: 38px;
    /* border-radius: 50%; */
    display: flex;
    justify-content: center;
    align-items: center;
    /* box-shadow: 0 4px 15px rgba(0,0,0,0.15); */
    cursor: pointer;
    z-index: 10;
}

.partner-prev {left: -40px;}
.partner-next {right: -40px;}

.partner-nav i {
    font-size: 25px;
    color: #333;
}
.position-relative.marging_part {
    margin: auto;
    max-width: 1200px;
}
/* Dots */
.dots {
    position: absolute;
    bottom: 20px;
    left: 70%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    z-index: 9;
    bottom: 18px;
    /* right: 194px; */
    width: max-content;
    background: rgb(210, 223, 255);
    padding: 10px;
    border-radius: 8px;
}

.dot {
    width: 12px;
    height: 12px;
    background: #162f6a;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.3s;
    border: 1px solid #162f6a;
}

.dot.active {
    background: #ff6600;
    width: 10px !important;
    height: 10px !important;
    z-index: 9;
    bottom: 18px;
    right: 185px;
    width: max-content;
    background: rgb(82, 121, 215);
    padding: 4px;
    border-radius: 0px;
    border: 1px solid #162f6a;
}
.hero-section {
    position: relative;
    z-index: 1;
}
.controls-btn1 {
    position: absolute;
    bottom: 30px;
    right: 55px;
    width: 36px;
    height: 36px;
    background: rgb(0 0 0 / 41%);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 999;
    font-size: 17px;
    transition: .3s;
    color: #fff;
}

.controls-btn1:hover {
    background: #162f6a;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
}
.mt-2.themeColorOuter.gap-3 {
    display: flex;

}
button#resetAll {
    width: 100%;
    margin: 20px auto;
    background-color: #162f6a;
    color: rgb(0 0 0) !important;
    height: auto !important;
    border-radius: 10px !important;
    padding: 8px !important;
}
button#resetAll  p {
    color: #fff;
}

/*--new-css--*/


#views-exposed-form-search-page-1  .form-submit { 
    position: relative; 
    margin-left: -35px;
    margin-top: 20px;
    cursor: pointer;
}
.region.region--page-banner {
    position: relative;
} 

#block-dfs-site-branding {
    margin-bottom: 0;
    display: inline;

}

#block-dfs-searchform{
 margin-bottom: 0;
}
.inner-page{
	margin-top:40px; 
	margin-bottom:20px; 
}

#block-dfs-breadcrumbs{
	position: absolute;
    top: 5em;
	left: 40px; 
    z-index: 99;

}
#block-dfs-breadcrumbs ol{
}
#block-dfs-breadcrumbs ol li{
    float: left;
    margin-right: 10px;
    border-right: 1px solid;
    font-size: 1em;
    color: #fff;
    text-decoration: none;
    line-height: 10px;
    font-weight: 600;
    padding-right: 10px;
}
#block-dfs-breadcrumbs ol li:last-child{
	border-right: none; 
}
#block-dfs-breadcrumbs ol li a{
	font-size: 1em;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}


.block-menu-wise-breadcrumb-block {
    position: absolute;
    top: 5em;
    /* z-index: 99; */
    margin-left: 50px;
}
.block-menu-wise-breadcrumb-block ul{
	    margin-left: 20px; 
}
.block-menu-wise-breadcrumb-block ul li{
	    float: left;
    margin-right: 10px;
    border-right: 1px solid;
    font-size: 1em;
    color: #fff;
    text-decoration: none;
    line-height: 10px;
    font-weight: 600;
    padding-right: 10px;
}
.block-menu-wise-breadcrumb-block ul li:last-child{
	border-right: none;  
}
.block-menu-wise-breadcrumb-block ul li a{
    font-size: 1em;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}

#block-dfs-page-title {
    position: absolute;
    top: 5em;
   /*  z-index: 99; */
    margin-top: 20px;
    margin-left: 30px;
}
#block-dfs-page-title .title { 
    line-height: normal;
    font-size: 2em;
    color: #fff;
    font-weight: 700; 
    margin-left: 40px;
}

#block-dfs-mainnavigation-2, #block-dfs-footer-2 { 
    background-color: #162f6a;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    padding: 0px 10px;
    width: 80%;
    left: 10%;
    /* top: 26em; */
    /* position: absolute; */
    margin-top: -30px;

}
#block-dfs-mainnavigation-2 ul, #block-dfs-footer-2 ul{
    padding: 10px;
    margin-bottom: 0;
    display: inline-block;
}
#block-dfs-mainnavigation-2 ul li, #block-dfs-footer-2 ul li{
   display: inline-block !important;
    padding: 0 !important;
}
#block-dfs-mainnavigation-2 ul li a, #block-dfs-footer-2 ul li a{ 
    white-space: nowrap;
    width: auto;
    text-decoration: none;
    font-size: 1rem;
    padding: 14px;
    display: flex;
    align-items: center;
    color: #fff;
    position: relative;
    line-height: 1;
}
#block-dfs-mainnavigation-2 ul li a.active, #block-dfs-footer-2 ul li a.active {     
	position: relative;
    background: #162f6a url(https://dea.gov.in/themes/dea_dbim/images/active-dots.svg) no-repeat left 8px center;
    color: #fff;
    font-weight: 700; 
	padding-left: 28px; 
}

.alphabetBox{
    /* display: flex; */
    padding: 8px 24px;
    justify-content: start;
    overflow-x: auto;
    gap: 8px;
    align-items: center;
    border-radius: 4px;
    background: #ebeaea;
    margin-bottom: 37px;
    margin-top: 37px;  
	text-align: center;
}
.alphabetBox button{
    color: #162f6a;
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 400;
    display: inline-block;
    padding: 0 10px;
    line-height: normal;
    letter-spacing: -.1px;
    text-transform: capitalize;
    background-color: rgba(0, 0, 0, 0);
    border: none;
}

.path-ministry-directory .view-directory .form-item-alpha, .path-connect-directory .view-directory .form-item-alpha{
	display:none !important; 
}
.path-ministry-directory .view-directory table thead, .path-connect-directory .view-directory table thead{
    display: none;	
}
.path-ministry-directory .view-directory table tbody tr, .path-connect-directory .view-directory table tbody tr{
	padding: 16px 20px;
    border-bottom: .5px solid #5279d7;  
	border-top: none;
    border-left: none;
    border-right: none;

}
#pageLimitSelect {
    width: 150px;
    position: absolute;
	padding: 8px 12px;
    right: 150px;
}
.path-ministry-directory .view-directory .view-filters, .path-connect-directory .view-directory .view-filters{ 
    display: flex;
    width: 100%;
    padding-bottom: 25px;   
}

.view-directory .views-exposed-form .form-actions{
	top: 85px;
    position: absolute;  
    right: 5px;
}
.views-exposed-form .form-actions .form-submit { 
    color: #3d4043;
    font-size: 1.1rem;
	background: none;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: .6px;
    min-width: 122px;
    border-radius: 6px;
    border: 1px solid #3d4043 !important;
    padding: 8px 12px;
    gap: 4px;
}
.view-empty {
    clear: both;
}

.persona-swiper {
  padding: 20px 40px; /* space for arrows */
}

.img_persona {
  text-align: center;
  max-width: 250px;
  margin: auto;
  padding: 0px 10px 0 50px;
}
   
   
.img_persona img {
  width: 100%;
  max-width: 240px;
  height: auto;
  object-fit: contain;
  margin: 0 auto 10px;
}

.persona-swiper .swiper-button-prev,
.persona-swiper .swiper-button-next {
  color: #0a58ca;
  top: 50%;
  transform: translateY(-50%);
}

.persona-swiper .swiper-button-prev {
  left: 0;
}

.persona-swiper .swiper-button-next {
  right: 0;
}
.img_persona h5 {
  font-size: 16px;
  font-weight: 600;
  margin-top: 0px;  
  padding-top: 5px;   
  color: #0a1a44;
}

.img_persona a img, .img_persona img {
    background: #a3bbf3;
    overflow: hidden;
    border-radius: 50%;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: medium !important;
}

.custom-slider {
  width: 100%;
  overflow: hidden;
}

.custom-slider .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
}

.keep-file-size span {  
  display: inline-block;
  background: url("../img/PDF_file_icon.svg") no-repeat left center;   
  background-size: 14px 14px;
  padding-left: 22px;
}

.partner-wrapper .view-content {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding-bottom: 10px;
}

.partner-swiper {
  width: 100%;
  padding: 20px 40px;
}

.partner-swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.partner-swiper img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

/* Optional arrow color */
.partner-swiper .swiper-button-prev,
.partner-swiper .swiper-button-next {
  color: #000;
}

/* Pagination dots */
.partner-swiper .swiper-pagination-bullet {
  background: #999;
}
.partner-swiper .swiper-pagination-bullet-active {
  background: #000;
}

/*photo media*/

/* ===== SLIDER WRAPPER ===== */
.custom-slider {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 220px; /* ðŸ”´ CONTROL SLIDER HEIGHT HERE */
}

/* ===== TRACK ===== */
.custom-slider .view-content {
  display: flex;
  flex-wrap: nowrap;
  height: 100%;
  transition: transform 0.6s ease-in-out;
}

/* ===== EACH SLIDE ===== */
.custom-slider .slide {
  min-width: 100%;
  height: 100%;
  flex-shrink: 0;
}

/* ===== FIX INNER DRUPAL WRAPPERS ===== */
.custom-slider .slide > div,
.custom-slider .slide > div > div {
  display: flex;
  gap: 8px;
  height: 100%;
}

/* ===== IMAGE WRAPPER ===== */
.custom-slider .slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
h2.node__title.teaser__title a {
    display: none;
}
.about-img .cards{ 
}


.view-our-parteners .partner-swiper ul.swiper-wrapper li{ 
    padding: 10px;
	width:165px !important;
    border-radius: 4px !important;
    border: 1px solid #ebeaea !important;
    background: #fff;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px!important;
    -ms-border-radius: 4px!important;
    -o-border-radius: 4px!important;
    box-shadow: 0 1px 2px 0 rgba(35, 35, 47, .06), 0 4px 8px 0 rgba(35, 35, 47, .08);
}

.view-our-parteners .partner-swiper ul.swiper-wrapper li img {  
    height: 85px;
    width: 226px;
    object-fit: contain;
}


.recentdocuments .country-item { 
    min-height: 140px;
    min-height: 155px !important;
    box-shadow: rgba(35, 35, 47, 0.08) 0px 6px 12px 0px, rgba(35, 35, 47, 0.06) 0px 2px 4px 0px;
    border-width: 0.5px;
    border-style: solid;
    border-color: rgb(22, 47, 106);
    border-image: initial;
    padding: 24px !important;
    border-radius: 4px !important;
}


.announcement-bar {
  background: #f8fbff;
  padding: 10px;
}

.marquee-wrapper {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.marquee-track {
  display: flex;
  gap: 60px;
  list-style: none;
  margin: 0;
  padding: 0;

  width: max-content;
  white-space: nowrap;

  animation: marquee-move 15s linear infinite; 
  will-change: transform;
}

/* Pause */
.marquee-track.marquee-paused {
  animation-play-state: paused;
}

.marquee-track li {
  white-space: nowrap;
}

/* 🔥 KEY FIX */
@keyframes marquee-move {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}


 


.about-area.py-5{
	background: #ebeaea;  
}
.aboutUsMinistry{
	background: #fff;
    padding: 50px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    position: relative;  
}
.hero-swiper .swiper-toggle {
    position: absolute;
    right: 100px;
    bottom: 10px;
    z-index: 99;
    color: #fff;
    font-size: 1.25em;
    cursor: pointer;
    width: 40px;
    height: 40px;
    text-align: center;
    background: #150202;
    border-radius: 50%;
	border: none;

} 
.playPauseButton { 
    position: absolute;
	margin-top:10px;
    left: 50%;
    z-index: 99; 
    color: #fff;
    font-size: .75em; 
    cursor: pointer;
    width: 25px;
    height: 26px;
    text-align: center;
    background: #162F6A;
    padding: 0;
    transform: translate(-50%, 50%);
}
.about-content .col-lg-4 a {
    color: #150202;
    padding: 15px 8px; 
    display: block;
    transition: 350ms ease;
    -webkit-transition: 350ms ease;
    line-height: 22px;
} 
.about-content .col-lg-4 a:hover { 
    background: #162F6A;
    color: #fff;
} 
.about-content .col-lg-4 .about-item a:hover .content h6 {
  color: #fff;
} 
.about-content .col-lg-4 .about-item a:hover .icon svg {  
    filter: brightness(100);
}
.modal-backdrop{
	z-index: 0;
}
.modal-backdrop.show {
    /* opacity: unset; */
}
.profile-card{
    display: flex;
    justify-content: center;
    position: relative;
 
}
.cardmb-5 {
    margin-bottom: 3rem !important;
}

.ministerInfo {
    text-align: center;
    padding: 0 25px 6px;
    border-bottom: 2px solid #5279d7;
}
.ministerInfoPhoto {
    width: 125px;
    height: 125px;
    display: inline-block;
    border: 1px solid #fff;
    overflow: hidden;
    border-radius: 50% 50%;
    text-align: center;
    background: #fff;
    border: 2px solid #000;
    margin-bottom: 5px;
}
.ministerInfoDesignation {
    color: #162f6a;
    font-size: 1em;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: .7px;
}
.ministerInfoName {
    color: #150202;
    font-size: 1.375em;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin: 10px 0;
}
.hierarchy-wrapper .row {
    display: flex;
    justify-content: center;
    position: relative;
}
.modal-body .buttonType2 a{ 
display: inline-block !important; 
}
.modal-body {
    padding: 0 50px 40px !important;
} 
.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-dialog {
    position: relative;
    width: 42%;
    margin-top: 13%;
    pointer-events: none;
}
.modal.show .modal-dialog {
    transform: none;
}
.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px);
	z-index: 999;
}  
 .ministerPost {
    color: #214aab;
    font-size: 0.75em;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: .7px;
    text-transform: uppercase;
	margin-top: 38px; 
}
.leftPartSection h2 { 
    font-size: 1.5em;
    color: #162f6a;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 10px;
}
.ministerProfilePhoto {
    position: relative;
    margin-bottom: 5px;
    text-align: center;
}
.ministerProfilePhoto img {
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
    padding: 11px;
    background: #fff;
    border-radius: 20px;
	width: 300px; 
}
.profileName {
    font-size: 1.45em;
    font-weight: 600;
    text-align: center;
    color: #162f6a;
    padding: 5px 0;
    display: block;
    width: 100%;
}
.viewButton {
    display: inline-block;
    color: #162f6a;
    font-size: 0.875em;
    border-radius: 5px;
    /* overflow: hidden; */
    background: #d2dfff;
    position: relative;
}
.viewButton a {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    background: #d2dfff;
    padding: 8px 10px;
    color: #162f6a;
    text-transform: uppercase;
}
.ministerProfileDescription .row:first-child {
    border-top: 1px solid #e1e1e1;
    padding-top: 2px;
    margin-top: 2px;
}

.ministerProfileDescription .row {
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 3px;
    padding-bottom: 3px;
}
.ministerProfileDescription .row {
    margin-left: 0;
    margin-right: 0;
}
.ministerProfileDescription .row .col-md-3 {
    background: #d2dfff;
    border-radius: 5px;
}
.ministerProfileDescription .profileLabel {
     padding: 10px 10px;
    font-size: 1em;
    font-weight: normal;
    color: #162f6a;
    text-align: left;
    margin: 0;
    font-weight: 600;
}

.ministerProfileDescription .profileDescription {
    padding: 10px 10px; 
    font-size: 1em;
    font-weight: 500;
    color: #232323;
    text-align: left;
    margin: 0;
    font-weight: normal;
}
.profileDescription {
    font-size: 1em;
    font-weight: 500;
    color: #232323;
    text-align: center;
    margin-bottom: 10px;
    line-height: normal;
}
.ministerProfileDescription .paragraph .field__label{
	display:none;
}
.ministerProfileDescription .paragraph .field--name-field-session .field__item {
/*     background: #d2dfff;
    border-radius: 5px; */
}
.ministerProfileDescription .paragraph .field--name-field-session{
    display: inline-block;
    width: 25%;
    background: #d2dfff;
    border-radius: 5px;
    padding: 10px 10px;
    text-align: left;
	float: left;
    font-size: 1em;
    font-weight: normal;
    color: #162f6a;
    text-align: left;
    margin: 0;
    font-weight: 600;
}
.ministerProfileDescription .field__item{
	clear: both;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}
.ministerProfileDescription .paragraph .field {
	  display: inline-block;
}
.ministerProfileDescription .paragraph .field--name-field-position{ 
    display: inline;
    float: right;
    width: 75%;
    padding-left: 20px; 
}
.twoPartSection h3 { 
    font-size: 1.25em;
    color: #214aab;
    line-height: 1.5;
    font-weight: 400;
    margin-bottom: 15px;
}
.hobbies {
    background: #a3bbf3;
    padding: 20px;
    margin-bottom: 15px;
    color: #232323;
    box-shadow: none;
    border-radius: 10px;
}
.hobbies p {
    font-size: 1.125em;
    line-height: normal;
    text-align: center;
    font-weight: 600;
    margin-bottom: 10px;
}
.hobbies p:last-child {
    margin: 0;
}
.grayBox {
    background-color: #d2dfff;
    padding: 25px;
    margin-bottom: 25px;
    border-radius: 10px;
    border: 1px solid #d2dfff;
}
.grayBox p {
    font-size: 1em;
}
.grayBox p  {
    padding-left: 18px;
    margin-bottom: 12px;
    line-height: 1.5;
    position: relative;
    color: #000;
    border-radius: 5px;
}
.grayBox p::before {
    position: absolute;
    left: 0;
    top: 2px;
    font-family: 'FontAwesome';
    content: "\f105";
    font-size: 0.9em;
    color: #848484;
}

.profileLabel .viewButton a::before {
  content: "\f08e"; /* arrow-up-right-from-square */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: inline-block;
  margin-right: 6px;
}
.path-photo-album .node-page-photo-album img { 
    height: 250px;
    object-fit: cover;
    border-radius: 10px;
    overflow: hidden;
}
.path-photo-album .node-page-photo-album ul li {
  height: 260px;          /* adjust as needed */
  overflow: hidden;
  display: flex;
  flex-direction: column;
}


.path-photo-album .node-page-photo-album ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 30px; 
}
.photo-view-icon{ 
}
/* 
body.screen-mobile.screen-short .hero-swiper {
  height: 60dvh;
  min-height: 320px;
}

body.screen-mobile.screen-tall .hero-swiper {
  height: 75dvh;
}

body.screen-mobile.orientation-landscape .hero-swiper { 
  height: 45dvh;
}
body.screen-tablet.screen-short .hero-swiper {
  height: 55dvh;
}
body.screen-tablet.screen-tall .hero-swiper {
  height: 65dvh;
}
body.screen-desktop.screen-short .hero-swiper {
  height: calc(100vh - 120px);
  min-height: 420px;
}
body.screen-desktop.screen-tall .hero-swiper {
  height: 75vh;
}
body.screen-large.screen-short .hero-swiper {
  height: calc(100vh - 140px); 
  min-height: 460px;
}
body.screen-large.screen-tall .hero-swiper {
  height: 80vh;
}
body.orientation-landscape .hero-swiper {
  max-height: 85vh;
}

body.orientation-portrait .hero-swiper {
  max-height: 90vh;
}
body.toolbar-fixed.screen-short .hero-swiper {
  height: calc(100vh - 160px);
}

 */


mark {
  background: #ffeb3b;
  padding: 2px 4px;
  border-radius: 3px;
}

.view-directory .view-filters form {
    justify-content: end;
    margin: 0px;
    width: 100%; 
    display: flex;
}


.view-directory .view-filters form .form-item{
	width:100%;
	max-width:250px; 
	/* display:contents; */ 
	margin-right:15px;
	
}
.view-directory .view-filters form .form-item-combine{
	display: flex;
    justify-content: left;
    max-width: 100%;
}
select.form-select {
    height: 43px;
    border: 1px solid #cccccc;
    border-radius: 6px;
    font-size: 0.875em;
    line-height: 26px;
    padding: 5px;
    width: 100%;
    color: #000;
}
.view-filters .views-exposed-form .js-form-item input, .view-filters .views-exposed-form .js-form-item select {
    height: 42px;
    border-radius: 5px;
    border: 1px solid #214aab;
	margin: 0;
    background-image: none;
    padding: 8px 16px;
}


.view-directory .form-item-items-per-page .form-item__label{
	display:none;
}
#views-exposed-form-search-page-1 .form-actions{

} 
#views-exposed-form-search-page-1 .form-actions .form-submit{ 
    vertical-align: middle; 
    margin: 0;
    position: relative;
    appearance: none;
    border: none;
    background: url(../img/search-record.svg) no-repeat center top 0;
    text-indent: -9999px;
    width: 25px;
    height: 25px;
    color: #000;
    max-width: 25px;
    border: none !important;
    min-width: 25px;
    padding: 25px 0px 0px 40px;
    display: inline-block;  
}
#block-dfs-footer ul {
    
}
#block-dfs-footer ul li { 
   display: inline-block;
    width: 30%;
    margin-right: 10px;
    line-height: 40px;
} 


.path-work-allocation
.views-exposed-form
.form-item-field-section-name-value::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../img/search-record.svg) no-repeat center top 0; 
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
/* Default hidden state */
.navbar .dropdown-menu {
  opacity: 0;
  visibility: hidden;
  transform: rotateX(-90deg);
  transition: .3s ease;
  display: block;            /* IMPORTANT */
}

/* Bootstrap show class */
.navbar .dropdown-menu.show {
  opacity: 1;
  visibility: visible;
  transform: rotateX(0deg);
}

/* Also allow hover + TAB */
.navbar .nav-item:hover > .dropdown-menu,
.navbar .nav-item:focus-within > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: rotateX(0deg);
}

.modal{
	overflow-x: hidden;
    overflow-y: hidden;
}