/*** 

====================================================================
  Global Settings
====================================================================

 ***/


 body {
  font-size:18px;
  color:#837e7f;
  line-height:28px;
  font-weight:400;
  background:#ffffff;
  font-family: "Raleway", sans-serif;
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center top;
  -webkit-font-smoothing: antialiased;
}
img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .7s;
  transition-property: all;
}
.auto-container .row {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
  @media (min-width:1200px) {
  .container {
    max-width: 1200px;
    padding: 0px 15px;
  }
}

.large-container{
  max-width: 1550px;
  padding: 0px 15px;
  margin: 0 auto;
}

.container-fluid{
  padding: 0px !important;
  width: 90% !important;
}

.auto-container{
  position:static;
  max-width:1200px;
  padding:0px 15px;
  margin:0 auto;
}

.small-container{
  max-width:680px;
  margin:0 auto;
}

.boxed_wrapper{
  position: relative;
  margin: 0 auto;
  overflow: hidden !important;
  width: 100%;
  min-width: 300px;
}


a{
  font-family: 'Familjen Grotesk', sans-serif;
  text-decoration:none;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

a:hover{
  text-decoration:none;
  outline:none;
}

input,button,select,textarea{
  font-family: 'Hanken Grotesk', sans-serif;
  font-weight: 400;
  font-size: 18px;
  background: transparent;
}

::-webkit-input-placeholder {
  color: inherit;
}

::-moz-input-placeholder {
  color: inherit;
}

::-ms-input-placeholder {
  color: inherit;
}

ul,li{
  list-style:none;
  padding:0px;
  margin:0px; 
}

input{
  transition: all 500ms ease;
}

button:focus,
input:focus,
textarea:focus{
  outline: none;
  box-shadow: none;
  transition: all 500ms ease;
}

p{
  position: relative;
  font-family: "Raleway", sans-serif;
  color: #000;
  font-weight: 400;
  margin: 0px;
  transition: all 500ms ease;
}

h1,h2,h3,h4,h5,h6{
  position:relative;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  color: #043460;
  margin: 0px;
  transition: all 500ms ease;
}
/*----------------------------------------*/

/** main-header **/

.main-header{
  position:relative;
  left:0px;
  top:0px;
  right: 0px;
  z-index:999;
  width:100%;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.sticky-header{
  position:fixed;
  opacity:0;
  visibility:hidden;
  left:0px;
  top:0px;
  width:100%;
  z-index:0;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.10);
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.fixed-header .sticky-header{
  z-index:999;
  opacity:1;
  visibility:visible;
  -ms-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -op-animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -ms-animation-duration: 500ms;
  -moz-animation-duration: 500ms;
  -op-animation-duration: 500ms;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -ms-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -op-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -ms-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -op-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}



/** header-lower **/

.main-header .outer-box{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 50px;
}

.main-header .menu-area{
  position: relative;
  display: flex;
  align-items: center;
}
.header-top {
  position: relative;
  padding: 12px 50px;
  background: #203C76;
  color: #eaf6ff
}

.main-header .outer-box {
position: relative;
display: flex;
align-items: center;
justify-content: space-between;
padding: 0px 50px;
}
figure {
margin: 0px;
}
.main-header .menu-area {
position: relative;
display: flex
;
align-items: center;
}
.main-menu {
margin-right: 45px;
}
.main-menu .navbar-collapse {
padding: 0px;
display: block !important;
}
.main-menu .navigation {
margin: 0px;
}
.diff{
border-right: 1px solid white;
margin: 2px;
}
.main-menu .navigation > li {
position: inherit;
float: left;
z-index: 2;
margin: 0px 5px;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
list-style: none;
}
.profile-btn{
display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #fff!important;
  background-color: #203C76 !important;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 16px;
  border-radius: 4px;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.profile-btn:hover{
color: #fff;
}


.navbar-brand img {
max-height: 40px;
}

.navbar-nav .nav-link {
font-size: 16px;
font-weight: 500;
color: #000;
}

.navbar-nav .nav-link:hover {
color: #007bff;
}

.dropdown-menu {
border-radius: 04px;
border: 1px solid #ddd;
}

.btn-primary {
background-color: #007bff;
border-color: #007bff;
}

.btn-primary:hover {
background-color: #0056b3;
border-color: #004085;
}

.rounded-circle {
object-fit: cover;
}





.sticky-header {
position: fixed;
opacity: 0;
visibility: hidden;
left: 0px;
top: 0px;
width: 100%;
z-index: 0;
background-color: #fff;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
transition: all 500ms ease;
-moz-transition: all 500ms ease;
-webkit-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
}

.fixed-header .sticky-header {
z-index: 999;
opacity: 1;
visibility: visible;
-ms-animation-name: fadeInDown;
-moz-animation-name: fadeInDown;
-op-animation-name: fadeInDown;
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown;
-ms-animation-duration: 500ms;
-moz-animation-duration: 500ms;
-op-animation-duration: 500ms;
-webkit-animation-duration: 500ms;
animation-duration: 500ms;
-ms-animation-timing-function: linear;
-moz-animation-timing-function: linear;
-op-animation-timing-function: linear;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-ms-animation-iteration-count: 1;
-moz-animation-iteration-count: 1;
-op-animation-iteration-count: 1;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
}
.sticky {
position: fixed;
top: 0;
width: 100%;
z-index: 1000;
background-color: #fff;
box-shadow: 0px 4px 8px;
}

.sticky + .content {
padding-top: 100px; /* Add padding to account for the sticky element */
}
.header-style-two .sticky-header {
border-bottom: none;
}




/* Welcome Section Styling */
.welcome-section {
background: url('http://knowledgehub.encureit.com/wp-content/themes/hello-theme-child-master/images1/welcomebg.png') no-repeat center center;
/* background: rgb(75, 75, 203); */
background-size: cover;
padding: 50px 0;
color: #fff;
}

.text-section h1 {
font-size: 60px;
color: #fff;
}

.text-section p {
font-size: 18px;
line-height: 1.8;
color:#fff;
}

.text-warning {
color: #ffc107;
}

.image-section img {
max-width: 100%;
height: auto;
}







.about-us-section {
background-color: #f9f9f9;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
p.aboutustext {
color: black;
font-size: 20px;
}
.primary-image img {
width: 100%;
border-radius: 8px;
}

/* .secondary-image {
bottom: -20px;
right: -40px;
width: 150px;
} */
.primary-image {
height: 181%;
width: 70%;
}
.secondary-image {
bottom: 0px;
right: 42px;
width: 342px;
}

.secondary-image img {
border-radius: 50%;
/* border: 5px solid white; */
}

.btn-outline-primary {
color: #007bff;
border-color: #007bff;
}

.btn-outline-primary:hover {
background-color: #007bff;
color: white;
}

.btn-outline-secondary {
color: #6c757d;
border-color: #6c757d;
}

.btn-outline-secondary:hover {
background-color: #6c757d;
color: white;
}

.btn-warning {
background-color: #FBBC05;
border: none;
color: white;
}
h3.subheadAus {
color: black;
font-weight: 100;
}


.team-section {
background: linear-gradient(135deg, #004b93, #0074d9);
/* background: url('http://knowledgehub.encureit.com/wp-content/themes/hello-theme-child-master/images1/ownersbg2.png') no-repeat center center; */
color: white;
padding: 60px 20px;
height: 100vh;
}

.team-section h2 {
font-size: 42px;
margin-bottom: 10px;
}

.team-section p.subtitle {
font-size: 16px ;
margin-bottom: 40px;
color: rgba(255, 255, 255, 0.8);
}

.team-card {
background: white;
border-radius: 15px;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
padding: 20px;
text-align: center;
position: relative;
}

.team-card img {
width: 120px;
height: 120px;
object-fit: cover;
border-radius: 50%;
margin-bottom: 15px;
}

.team-card h4 {
margin: 10px 0 5px;
font-size: 20px;
color: #004b93;
}

.team-card p.title {
margin-bottom: 10px;
color: #6c757d;
font-size: 14px;
}

.team-card p.description {
font-size: 14px;
color: #6c757d;
overflow-x: hidden;
overflow-y: auto;
scrollbar-width: thin;
max-height: 137px;
}

.social-icons {
margin-top: 15px;
}

.social-icons a {
margin: 0 5px;
font-size: 20px;
color: #004b93;
transition: color 0.3s ease;
}

.social-icons a:hover {
color: #0074d9;
}

.divider1 {
height: 40px;
width: 7px;
background-color: #ffb400;
position: absolute;
top: 50%;
left: 0;
transform: translateY(-50%);
}
.divider2 {
height: 40px;
width: 7px;
background-color: #ffb400;
position: absolute;
top: 50%;
right: 0;
transform: translateY(-50%);
}
h2.teamhead {
color: white;
}

/* @media (min-width: 768px) {
.divider {
  left: unset;
  right: -10px;
}
} */
p.companyvision {
text-align: left;
color:#000;
font-size: 16px;
}





.services-section {
background: url('http://knowledgehub.encureit.com/wp-content/themes/hello-theme-child-master/images1/servicebg.png') no-repeat center center / cover;
padding: 80px 20px;
color: #00416a;
}

.services-section h2 {
font-size: 40px;
font-weight: bold;
color: #00416a;
}

.services-section p.subtitle {
font-size: 20px;
margin-bottom: 50px;
color: black;
}

.services-section p.subtitle span {
color: #ffb400;
font-weight: bold;
}

.service-card {
background: #ffffff;
border-radius:66px 15px 15px 15px;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
padding: 25px;
text-align: center;
transition: transform 0.3s ease-in-out;
min-height: 357px;
}
h4.serviceTitle {
color: black;
font-weight: 500;
}

.service-card:hover {
transform: translateY(-10px);
}

.service-card .icon-wrapper {
width: 60px;
height: 60px;
background: #00416a;
color: white;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto 20px;
font-size: 24px;
}

.service-card h4 {
font-size: 20px;
font-weight: bold;
margin-bottom: 15px;
/* border-bottom: 3px solid #ffb400; */
}
.service-card h4::after {
content: "";
display: block;
width: 100px;
height: 3px;
background: #ffb400;
margin: 8px auto 0;
border-radius: 3px;
}

.service-card ul {
list-style: none;
padding: 0;
margin: 0;
overflow-x: hidden;
overflow-y: auto;
scrollbar-width: thin;
max-height: 137px;
text-align: start !important;

}

.service-card ul li {
font-size: 14px;
color: #00416a !important;
margin-bottom: 8px;
font-weight: 600;
}

.service-card ul li::before {
content: "♦";
color: #ffb400;
margin-right: 5px;
}

.navigation-arrowsService {
display: flex;
justify-content: space-between;
align-items: center;
margin-top: 20px;
}

.arrow-btn {
background: #ffb400;
color: white;
border: none;
border-radius: 50%;
width: 40px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
font-size: 20px;
cursor: pointer;
transition: background 0.3s ease;
}

.arrow-btn:hover {
background: #ff9200;  
}







/* .section-title {
font-size: 2.5rem;
font-weight: bold;
color: #333;
}

.section-subtitle {
font-size: 1.2rem;
color: #555;
}

.text-warning {
color: #f58220 !important;
} */

/* .service-card {
background: #fff;
border: 1px solid #ddd;
border-radius: 8px;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
text-align: center;
padding: 20px;
transition: all 0.3s ease;
}

.service-card:hover {
transform: translateY(-10px);
}

.service-card h5 {
font-weight: bold;
color: #333;
margin-bottom: 15px;
}

.service-card ul {
list-style: none;
padding: 0;
color: #666;
font-size: 0.9rem;
} */

.owl-prev, .owl-next {
position: absolute;
top: 50%;
transform: translateY(-50%);
background-color: #f58220;
color: #fff;
border-radius: 50%;
height: 40px;
width: 40px;
display: flex;
align-items: center;
justify-content: center;
}

.owl-prev {
left: -50px;
}

.owl-next {
right: -50px;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
background:#ffc107 ;
border-radius: 50%;
color: #fff;
border: none;
padding: 0 !important;
font: inherit;
}
.owl-theme .owl-nav [class*=owl-]:hover {
background: #ff9200;
color: #FFF;
text-decoration: none;
}










.departments-section {
padding: 60px 20px;
position: relative;
background: url('http://knowledgehub.encureit.com/wp-content/themes/hello-theme-child-master/images1/departmentbg.png') no-repeat center center / cover;
height: 100vh;
display: flex
;
flex-direction: column;
justify-content: center;
}
.departmentsubtitle{
color: #000;
font-weight: 200;
}
.departments-section h3.departmentsubtitle span {
color: #FBBC05;
}

.departments-section h2 {
font-size: 40px;
color: #00416a;
font-weight: bold;
}


.departments-section p.subtitle {
font-size: 20px;
color: black;
margin-bottom: 30px;
/* margin-bottom: 50px; */
}

.departments-section p.subtitle span {
color: #ffb400;
font-weight: bold;
}


.department-card {
border-radius: 10px;
overflow: hidden;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
background: #ffffff;
transition: transform 0.3s ease;
max-height: 226px;
}

.department-card img {
width: 100%;
height: 185px;
transition: transform 0.3s ease;
}

.department-card:hover img {
transform: scale(1.1);
}

.department-card .card-title {
background: #00416a;
color: white;
text-align: center;
padding: 10px 0;
margin: 0;
font-size: 16px;
clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.wpcf7-textarea {
  height: 100px !important;
}
.owl-nav button {
background: #ffb400;
color: white;
border: none;
border-radius: 50%;
width: 40px;
height: 40px;
font-size: 20px;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
margin: 0 10px;
transition: background 0.3s ease;
}
.swiper{
  height: 347px!important;
}
.owl-nav button:hover {
background: #ff9200;
}

.more-btn {
display: inline-block;
background: #ffb400;
color: white;
border: none;
padding: 10px 20px;
border-radius: 5px;
text-align: center;
margin-top: 20px;
/* text-transform: uppercase; */
font-size: 16px;
/* font-weight: bold; */
transition: background 0.3s ease;
text-decoration: none;
}

.more-btn:hover {
background: #c67942;
color: #FFF;
}



.top-bar {
background-color: #1e3c72;
color: white;
padding: 5px 0;
font-size: 13px;
}

.top-bar a {
color: white;
text-decoration: none;
margin: 0 10px;
}

.top-bar a:hover {
text-decoration: underline;
}

.top-bar .separator {
color: white;
margin: 0 10px;
}


/* .image-stack-item-top {
position: absolute;
top: 0;
left: 10%;
z-index: 2;
border: 5px solid white;
}

.image-stack-item-bottom {
position: relative;
z-index: 1;
border: 5px solid white;
} */

.nav-tabs .nav-link.active {
color: #203C76 !important;
font-weight: 700;
border: none;
border-bottom: 4px solid #FBBC05 !important;
background-color: transparent !important;
}

.nav-tabs .nav-link {
color: #333;
border: none;
}



.app-section {
background: url('http://knowledgehub.encureit.com/wp-content/themes/hello-theme-child-master/images1/DailyAppbg.png');
padding: 89px 0;
text-align: center;
height: 90vh;
display: flex;
flex-direction: column;
justify-content: center;
flex-wrap: nowrap;
align-content: center;
background-color: #f0ebeb;
}

.app-section h2 {
font-size: 40px;
font-weight: bold;
color: #203C76;
}
.app-section p {
font-size: 14px;
color: #555;
overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: thin;
  max-height: 84px;
}


.app-section p.subtitle {
font-size: 20px;
margin-bottom: 50px;
color: black;
}

.app-section p.subtitle span {
color: #ffb400;
font-weight: bold;
}


.card {
border: none !important;
border-radius: 8px !important;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.card-title {
font-weight: bold;
color: #333;
}
.card-text {
color: #666;
}
.learn-more {
color:#FBBC05;
font-weight: bold;
text-decoration: underline;
/* border-bottom: 2px solid #FBBC05 ; */
}
.learn-more:hover {
color: #c67942;
text-decoration: underline;
}












.policy-card {
/* background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(240, 240, 240, 0.9)); */
background-size: cover;
background-position: center;
border: 1px solid #ddd;
border-radius: 12px;
padding: 25px;
text-align: center;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
transition: transform 0.3s ease, box-shadow 0.3s ease;
position: relative;
height: 305px;
}

.policy-card:hover {
transform: translateY(-5px);
box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
}

.policy-card h5 {
font-size: 20px;
font-weight: bold;
margin: 10px 0 10px;
color: #043460;
}
/* h3.policysubtitle{
color: black;
font-weight: 200;
}
.policysection h3.policysubtitle span{
color: #FBBC05;
} */
.policysection  h2 {
font-size: 40px;
color: #00416a;
font-weight: bold;
}
.policysection p.subtitle {
font-size: 20px;
margin-bottom: 50px;
color: black;
}

.policysection p.subtitle span {
color: #ffb400;
font-weight: bold;
}

.policy-card p {
font-size: 14px;
color: #555;
margin-bottom: 15px;
/* overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: thin;
  max-height: 106px; */
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: thin;
  max-height: 84px;
}

.read-more {
font-weight: bold;
color: #FBBC05;
text-decoration:underline;
/* border-bottom: 2px solid  #FBBC05 ; */
}

.read-more:hover {
text-decoration: underline;
color: #c67942;
}

.card-icon img {
width: 50px;
height: 50px;
margin-bottom: 5px;
}

.card-decoration {
position: absolute;
top: 0;
right: 0;
/* background-color: rgba(0, 128, 255, 0.15); */
height: 60px;
width: 60px;
/* border-bottom-left-radius: 100%; */
background: linear-gradient(rgba(103,199, 255,1), rgba(32,60,118,1));
border-radius: 0 10px 0 100%;
}

.card-decoration-bottom {
position: absolute;
bottom: 0;
left: 0;
/* background-color: rgba(0, 128, 255, 0.15); */
height: 60px;
width: 60px;
/* border-top-right-radius: 100%; */
background: linear-gradient(rgba(103,199, 255,1), rgba(32,60,118,1));
border-radius: 0 100% 0 10px;
}

.more-policy {
background-color:  #FBBC05;
color: white;
border: none;
padding: 10px 20px;
border-radius: 10px;
font-size: 16px;
cursor: pointer;
transition: background-color 0.3s ease;
}

.more-policy:hover {
background-color: #c67942;
}







.testimonials-section {
background: url('http://knowledgehub.encureit.com/wp-content/themes/hello-theme-child-master/images1/testimonialbg.png');
background-color: #f9f9f9;
padding: 60px 0;
position: relative;
height: 100vh;
display: flex
;
flex-direction: row;
flex-wrap: nowrap;
align-content: center;
align-items: center;

}

.testimonials-section  h2 {
font-size: 40px;
color: #00416a;
font-weight: bold;
margin-bottom: 15px;
}
.testimonials-section p {
margin-bottom: 30px;
color: #6c757d;
overflow-y: auto;
overflow-x: hidden;
scrollbar-width: thin;
max-height: 113px;
}
.testimonial-box {
background: #fff;
padding: 20px;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
border-radius: 10px;
position: relative;

}
.testimonial-box .rating {
color: #ffc107;
margin-bottom: 10px;
}
.testimonial-box img {
width: 70px;
height: 70px;
border-radius: 50%;

}

.gradient-border {
width: 150px; /* Adjust as needed */
height: 150px; /* Adjust as needed */
border-radius: 50%; /* Makes the image circular */
padding: 5px; /* Space for the border */
background: linear-gradient(to right, #007bff, #6f42c1); /* Gradient colors */
display: flex;
justify-content: center;
align-items: center;
}
.testimonial-box .author {
font-weight: 700;
}
.testimonial-box .designation {
/* color: #6c757d; */
/* color: linear-gradient(rgba(113,20, 239,1), rgba(20,117,247,1)); */
background: linear-gradient(to right, #007bff, #6f42c1); /* Blue to Purple gradient */
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.navigation-arrows {
position: absolute;
bottom: -20px;
right: 20px;
}
.navigation-arrows button {
background-color: #ffc107;
border: none;
width: 40px;
height: 40px;
border-radius: 50%;
color: #fff;
font-weight: bold;
}
.navigation-arrows button:hover {
background: #ff9800;
}
.btn-custom {
background-color: #001d74 !important;
color: #fff !important;
border-radius: 30px !important;
padding: 10px 20px !important;
font-size: 16px !important;
font-weight: 500 !important;
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.btn-custom:hover {
background-color: #002a9f;
color: #fff;
}

.testimonials-section p.subtitle {
font-size: 20px;
margin-bottom: 50px;
color: black;
font-weight: 600;
}

.testimonials-section p.subtitle span {
color: #ffb400;
font-weight: bold;
}




/* 
.gallery-section {
padding: 50px 20px;
background-color: #f9f9f9;
text-align: center;
background: url('http://knowledgehub.encureit.com/wp-content/themes/hello-theme-child-master/images1/gallerybg.png');
}
.gallery-section h2 {
font-size: 40px;
color: #00416a;
font-weight: bold;
}
.gallery-section p {
font-size: 16px;
color: #555;
margin-bottom: 30px;
}
.gallery-section .btn-group .btn {

font-size: 14px;
padding: 8px 20px;
margin: 0 5px;
}
.gallery-section img {
border-radius: 10px;
width: 100%;
height: auto;
}
.view-all {
margin-top: 20px;
display: inline-block;
color: #003366;
text-decoration: none;
font-size: 16px;
font-weight: bold;
text-align: right;
float: right;
}
.view-all:hover {
text-decoration: underline;
}


.navigation-buttons {
display: flex;
justify-content: center;
margin-top: 20px;
}
.navigation-buttons .btn {
margin: 0 10px;
border-radius: 50%;
background-color: #fbc02d;
color: #fff;
width: 50px;
height: 50px;
display: flex;
align-items: center;
justify-content: center;
border: none;
font-size: 18px;
}
.navigation-buttons .btn:hover {
background-color: #f9a825;
} */







.gallery-section2 {
  padding: 50px 20px;
  background-color: #f9f9f9;
  text-align: center;
  background: url('https://knowledgehub.encureit.com/wp-content/uploads/2025/06/—Pngtree—particle-bg-blue-color_1594002.png');
  }

.gallery-section {

background: url('https://knowledgehub.encureit.com/wp-content/uploads/2025/06/—Pngtree—particle-bg-blue-color_1594002.png');
}
.gallery-section h2 {
font-size: 40px;
color: #00416a;
font-weight: bold;
}
.gallery-section p {
font-size: 16px;
color: #555;
margin-bottom: 0px;
}
.gallery-section .btn-group .btn {

font-size: 14px;
padding: 8px 20px;
margin: 0 5px;
}
.main-image img {
width: 100%;
/* height: auto; */
height: 100%;
border-radius: 10px;
}
.thumbnails img {
cursor: pointer;
border-radius: 10px;
object-fit: cover;
height: 100%;
width: 100%;
display: block;
}
.navigation-buttons {
display: flex;
justify-content: center;
margin-top: 20px;
}
.navigation-buttons .btn {
margin: 0 10px;
border-radius: 50%;
background-color: #ffc107;
color: #fff;
width: 45px;
height: 45px;
display: flex;
align-items: center;
justify-content: center;
border: none;
font-size: 40px;
}
.navigation-buttons .btn:hover {
background-color: #ff9800;
}
.view-all {
margin-top: 20px;
display: inline-block;
color: #003366;
text-decoration: none;
font-size: 16px;
font-weight: bold;
text-align: right;
float: right;
}
.view-all:hover {
text-decoration: underline;
}
.main-image {
height: 100%;
width: 100%;
}








.blogs-section {
padding: 50px 15px;
background-color: #fdfdfd;
background: url('http://knowledgehub.encureit.com/wp-content/themes/hello-theme-child-master/images1/Blogsbg.png');
}
.blogs-header {
text-align: center;
margin-bottom: 30px;
}
.blogs-header h2 {
font-weight: bold;
}
.blogs-section h2 {
font-size: 40px;
color: #00416a;
font-weight: bold;
}
.blogs-header p {
color: #6c757d;
}
.blog-card {
border: none;
border-radius: 10px;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.blog-card img {
border-top-left-radius: 10px;
border-top-right-radius: 10px;
height: 240px;
width: 100%;
}
.blog-card .card-body {
padding: 20px;
}
.blog-card .card-title {
font-size: 18px;
font-weight: bold;
margin-bottom: 10px;
}
.blog-card .card-text {
font-size: 14px;
color: #6c757d;
margin-bottom: 15px;
overflow-y: auto;
overflow-x: hidden;
scrollbar-width: thin;
max-height: 84px;

}
.blog-card .read-more-btn {
background-color: #ffc107;
color: #fff;
border: none;
border-radius: 5px;
padding: 10px 20px;
font-size: 14px;
text-transform: uppercase;
font-weight: bold;
}
button.btn.read-more-btn:hover{
background: #c67942;
}

.view-all {
text-align: right;
margin-top: 15px;
}
.view-all a {
text-decoration: none;
color: #007bff;
border-bottom: 2px solid ;
}





@media screen and (min-width: 1024px) {
  
  .sticky {
    padding: 0px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    background-color: #fff;
    box-shadow: 0px 4px 8px;
    }#outerContainer1 {
      width: 100%;
      background: #fff;
      
      transition: all 0.3s ease;
    }
}

.enquiry-section {
padding: 50px 15px;
background-color: #f1f9ff;
/* background: url('http://knowledgehub.encureit.com/wp-content/themes/hello-theme-child-master/images1/feedbackbg.png'); */
height: 100vh;
display: flex
;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
}
.enquiry-header {
text-align: left;
margin-bottom: 30px;
}
.enquiry-section h2 {
font-size: 40px;
color: #00416a;
font-weight: bold;
}
.enquiry-header p {
color: #6c757d;
}
.form-control {
border-radius: 5px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.submit-btn {
background-color: #003366 !important;
color: #fff !important;
border: none !important;
border-radius: 5px !important;
padding: 10px 20px !important;
text-transform: uppercase !important;
font-weight: bold !important;
}
.submit-btn:hover{
color: #FFF !important;
}

.illustration img {
max-width: 100%;
}






.footer-section {
color: #fff;
padding: 15px 0px 0px 15px;
background: url('http://knowledgehub.encureit.com/wp-content/themes/hello-theme-child-master/images1/Footerbg.png');
}
.footer-section h5 {
font-weight: bold;
margin-bottom: 20px;
color:#fff ;
}
.footer-section h5::after {
content: '';
position: absolute;
left: 0;
bottom: -10px;
width: 100px;
height: 2px;
background-color: #6ab7ff;
}
.footer-section h5::before {
content: '';
position: absolute;
left: 100px;
bottom: -13px;
width: 10px;
height: 10px;
background-color: #6ab7ff;
border-radius: 50%;
}
p.footerdescription {
color: #fff;
}
.footer-section ul {
list-style: none;
padding: 0;
}
.footer-section ul li {
margin-bottom: 10px;
}
.footer-section ul li a {
text-decoration: none;
color: #fff;
}
.footer-section ul li a:hover {
text-decoration: underline;
}
.footer-section .social-icons {
margin-top: 20px;
}
.footer-section .social-icons a {
display: inline-block;
margin-right: 10px;
width: 40px;
height: 40px;
background-color: #fff;
color: #003366;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
text-decoration: none;
}
.footer-section .social-icons a:hover {
background-color: #f1f9ff;
}
.scroll-top.open {
bottom: 30px;
}
.arrow {
display: flex
;
align-content: center;
align-items: center;
flex-direction: column;
}
.scroll-top {
background-color: white;
color: red;
border: none;
padding: 10px 15px;
border-radius: 5px;
font-size: 14px;
cursor: pointer;
}
/* Scroll to Top Button Styles */
.scroll-to-top {
position: fixed;
bottom: 20px;
right: 20px;
width: 60px;
height: 60px;
background-color: #253f67; /* Hex color similar to the button */
color: white;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
cursor: pointer;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
font-family: Arial, sans-serif;
font-size: 12px;
transition: opacity 0.3s ease, visibility 0.3s ease;
visibility: hidden;
opacity: 0;

/* Hexagon Shape */
clip-path: polygon(
  50% 0%, 
  100% 25%, 
  100% 75%, 
  50% 100%, 
  0% 75%, 
  0% 25%
);
}

.scroll-to-top span {
font-size: 20px;
font-weight: bold;
}

.scroll-to-top p {
margin: 0;
color: #FFF;
}

.scroll-to-top.show {
visibility: visible;
opacity: 1;
z-index: 9999;
}





@media screen and (min-width: 320px) and (max-width:992px){
.department-card .card-title {
  margin-top: -35px;
}
}

@media screen and (min-width: 320px) and (max-width:575px){
.text-section h1 {
  font-size: 32px;
}
.text-section p {
font-size: 14px;
}
.team-section h2 {
font-size: 32px;
}
.team-section p.subtitle {
font-size: 14px;
}
.services-section h2 {
font-size: 32px;
}
.services-section p.subtitle {
font-size: 18px;
}
.departments-section h2 {
font-size: 32px;
}
.departments-section p.subtitle {
font-size: 18px;
}
.app-section h2 {
font-size: 32px;
}
.enquiry-section h2 {
font-size: 18px;
}
.policysection h2 {
font-size: 32px;
}
.policysection p.subtitle {
font-size: 18px;
}
.testimonials-section h2 {
font-size: 32px;
}
.testimonials-section p.subtitle {
font-size: 18px;
}
.gallery-section h2 {
font-size: 32px;
}
.blogs-section h2 {
font-size: 32px;
}
.enquiry-section h2 {
font-size: 32px;
}
.top-bar {
font-size: 12px;
}
.secondary-image {
bottom: 0px;
right: 42px;
width: 174px;
height: 157px;
}
.btn-custom {
margin-bottom: 11px;
}
p.footerdescription {
font-size: 16px;
}
.footer-section ul {
font-size: 16px;
}
p{
font-size: 16px;
}
.scroll-to-top {
width: 55px;
height: 55px;
}
.owl-carousel .owl-nav button.owl-next {
margin-right: 31px;
}
.owl-carousel .owl-nav button.owl-prev {
margin-left: 31px;
}
}



@media screen and (min-width: 575px) and (max-width:767px){
.btn-custom {
  margin-bottom: 11px;
}
.text-section h1 {
  font-size: 46px;
}
.text-section p {
font-size: 16px;
}
.team-section h2 {
font-size: 38px;
}
.team-section p.subtitle {
font-size: 16px;
}
.services-section h2 {
font-size: 38px;
}
.services-section p.subtitle {
font-size: 20px;
}
.departments-section h2 {
font-size: 38px;
}
.departments-section p.subtitle {
font-size: 20px;
}
.app-section h2 {
font-size: 38px;
}
.enquiry-section h2 {
font-size: 20px;
}
.policysection h2 {
font-size: 38px;
}
.policysection p.subtitle {
font-size: 20px;
}
.testimonials-section h2 {
font-size: 38px;
}
.testimonials-section p.subtitle {
font-size: 20px;
}
.gallery-section h2 {
font-size: 38px;
}
.blogs-section h2 {
font-size: 38px;
}
.enquiry-section h2 {
font-size: 38px;
}
.top-bar {
font-size: 14px;
}
.secondary-image {
bottom: 0px;
right: 42px;
width: 174px;
height: 157px;
}
.btn-custom {
margin-bottom: 12px;
}
p.footerdescription {
font-size: 16px;
}
.footer-section ul {
font-size: 16px;
}
p{
font-size: 16px;
}
.footer-section h5 {
margin-top: 15px;
}
.scroll-to-top {
width: 57px;
height: 57px;
}
}

@media screen and (min-width: 767px) and (max-width:1023px){
.text-section h1 {
  font-size: 52px;
}
.text-section p {
font-size: 16px;
}
.team-section h2 {
font-size: 40px;
}
.team-section p.subtitle {
font-size: 16px;
}
.services-section h2 {
font-size: 40px;
}
.services-section p.subtitle {
font-size: 20px;
}
.departments-section h2 {
font-size: 40px;
}
.departments-section p.subtitle {
font-size: 20px;
}
.app-section h2 {
font-size: 40px;
}
.enquiry-section h2 {
font-size: 20px;
}
.policysection h2 {
font-size: 40px;
}
.policysection p.subtitle {
font-size: 20px;
}
.testimonials-section h2 {
font-size: 40px;
}
.testimonials-section p.subtitle {
font-size: 20px;
}
.gallery-section h2 {
font-size: 40px;
}
.blogs-section h2 {
font-size: 40px;
}
.enquiry-section h2 {
font-size: 40px;
}
.top-bar {
font-size: 14px;
}
.secondary-image {
bottom: 0px;
right: 42px;
width: 174px;
height: 157px;
}
.btn-custom {
margin-bottom: 12px;
}
p.footerdescription {
font-size: 16px;
}
.footer-section ul {
font-size: 16px;
}
p{
font-size: 16px;
}
.footer-section h5 {
margin-top: 15px;
}
}



@media screen and (min-width: 1023px) and (max-width:1199px){
.text-section h1 {
  font-size: 52px;
}
.text-section p {
font-size: 16px;
}
.team-section h2 {
font-size: 40px;
}
.team-section p.subtitle {
font-size: 16px;
}
.services-section h2 {
font-size: 40px;
}
.services-section p.subtitle {
font-size: 20px;
}
.departments-section h2 {
font-size: 40px;
}
.departments-section p.subtitle {
font-size: 20px;
}
.app-section h2 {
font-size: 40px;
}
.enquiry-section h2 {
font-size: 20px;
}
.policysection h2 {
font-size: 40px;
}
.policysection p.subtitle {
font-size: 20px;
}
.testimonials-section h2 {
font-size: 40px;
}
.testimonials-section p.subtitle {
font-size: 20px;
}
.gallery-section h2 {
font-size: 40px;
}
.blogs-section h2 {
font-size: 40px;
}
.enquiry-section h2 {
font-size: 40px;
}
.top-bar {
font-size: 14px;
}
.secondary-image {
bottom: 0px;
right: 42px;
width: 174px;
height: 157px;
}
.btn-custom {
margin-bottom: 12px;
}
p.footerdescription {
font-size: 16px;
}
.footer-section ul {
font-size: 16px;
}
p{
font-size: 16px;
}
.footer-section h5 {
margin-top: 15px;
}
}
@media screen and (min-width:1200px) and (max-width:1440px){
.text-section h1 {
  font-size: 52px;
}
.text-section p {
font-size: 16px;
}
.team-section h2 {
font-size: 40px;
}
.team-section p.subtitle {
font-size: 16px;
}
.services-section h2 {
font-size: 40px;
}
.services-section p.subtitle {
font-size: 20px;
}
.departments-section h2 {
font-size: 40px;
}
.departments-section p.subtitle {
font-size: 20px;
}
.app-section h2 {
font-size: 40px;
}
.enquiry-section h2 {
font-size: 20px;
}
.policysection h2 {
font-size: 40px;
}
.policysection p.subtitle {
font-size: 20px;
}
.testimonials-section h2 {
font-size: 40px;
}
.testimonials-section p.subtitle {
font-size: 20px;
}
.gallery-section h2 {
font-size: 40px;
}
.blogs-section h2 {
font-size: 40px;
}
.enquiry-section h2 {
font-size: 40px;
}
.top-bar {
font-size: 14px;
}
.secondary-image {
bottom: 0px;
right: 92px;
width: 266px;
height: 248px;
}
.btn-custom {
margin-bottom: 12px;
}
p.footerdescription {
font-size: 16px;
}
.footer-section ul {
font-size: 16px;
}
p{
font-size: 16px;
}
.footer-section h5 {
margin-top: 15px;
}
}
@media screen and (min-width:1441px) and (max-width:1600px){
.text-section h1 {
  font-size: 52px;
}
.text-section p {
font-size: 16px;
}
.team-section h2 {
font-size: 40px;
}
.team-section p.subtitle {
font-size: 16px;
}
.services-section h2 {
font-size: 40px;
}
.services-section p.subtitle {
font-size: 20px;
}
.departments-section h2 {
font-size: 40px;
}
.departments-section p.subtitle {
font-size: 20px;
}
.app-section h2 {
font-size: 40px;
}
.enquiry-section h2 {
font-size: 20px;
}
.policysection h2 {
font-size: 40px;
}
.policysection p.subtitle {
font-size: 20px;
}
.testimonials-section h2 {
font-size: 40px;
}
.testimonials-section p.subtitle {
font-size: 20px;
}
.gallery-section h2 {
font-size: 40px;
}
.blogs-section h2 {
font-size: 40px;
}
.enquiry-section h2 {
font-size: 40px;
}
.top-bar {
font-size: 14px;
}
.secondary-image {
bottom: 0px;
right: 92px;
width: 266px;
height: 248px;
}
.btn-custom {
margin-bottom: 12px;
}
p.footerdescription {
font-size: 16px;
}
.footer-section ul {
font-size: 16px;
}
p{
font-size: 16px;
}
.footer-section h5 {
margin-top: 15px;
}
}
@media screen and (min-width:1601px) and (max-width:1919px){}
@media screen and (min-width:1920px) and (max-width:2300px){}
@media screen and (min-width:2301px) and (max-width:2560px){}




.sidetext{
  color: black !important;
  /* background-color: #FFF !important; */
  font-weight: 700 !important;
  text-align: start !important;
}
.sidetext:hover{
  color: black !important;
  background-color:#a3c0fa  !important ;
}
.dailyback{
  background: #ecf2fe !important;
}
.sidetext:active{
  background-color: #a3c0fa !important;
}

.single-post .entry-content::before, 
.single-custom_post_type .entry-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('https://knowledgehub.encureit.com/wp-content/uploads/2024/12/Group-2.png') no-repeat center;
    background-size: contain;
    opacity: 0.1;
    pointer-events: none;
}
