@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

:root {
--golden-color: #e4d00a; /*e0b64e*/
--black-color: #000000;
--para-color: #505050;
--white-color: #ffffff;
--heading-color: #212529;
}

/* ---------- Webkit Browsers (Chrome, Safari, Edge, Brave) ---------- */
::-webkit-scrollbar {
width: 12px;
/* Vertical scrollbar */
height: 0;
/* Horizontal scrollbar */
}

::-webkit-scrollbar-track {
background: #f1f1f1;
/* Track color */
}

::-webkit-scrollbar-thumb {
background: #888;
/* Thumb color */
}

::-webkit-scrollbar-thumb:hover {
background: #555;
/*Default css start*/
}

body {
font-family: "Poppins", sans-serif;
line-height: 1.8;
}

p {
font-size: 15px;
color: var(--para-color);
}

a {
text-decoration: none;
outline: none;
color: var(--black-color);
transition: ease-in-out all 0.2s;
}

a:hover {
color: var(--golden-color);
}

ul {
display: block;
padding-left: 17px;
}

ul li {
list-style: none;
color: var(--para-color);
font-size: 15px;
}

ul li::marker {
color: var(--black-color);
}

h1, h2, h3, h4, h5, h6 {
font-family: "Inter", sans-serif;
font-weight: 600;
color: var(--heading-color);
}

h1 {
font-size: 39px;
}

h2 {
font-size: 36px;
margin: 0 0 30px 0;
}

table {
font-size: 14px;
}

.mb-80 {
margin-bottom: 80px;
}

.pt-80 {
padding-top: 80px !important;
}

.pb-80 {
padding-bottom: 80px !important;
}

.lead {
font-weight: 500;
font-size: 16px;
}
/*.page-wrapper { background-color: #f7fffe; }*/
.sub-title {
color: var(--golden-color);
font-size: 16px;
margin: 0;
font-weight: 500;
}

.btn-custom {
background-color: var(--black-color);
color: var(--white-color);
display: inline-block;
font-size: 16px;
font-weight: 500;
line-height: normal;
border-radius: 30px;
padding: 12px 30px;
margin: 30px 0 0 0;
transition: ease-in-out all 0.2s;
outline: none;
border: none;
}

.btn-custom:hover {
background-color: var(--golden-color);
color: var(--black-color);
}
/*Top header css start*/
.top-header {
padding: 7.5px 0;
/*background-color: #ffffff; */
}

.top-header .social-media {
display: block;
padding: 0;
margin: 0;
}

.top-header .social-media li {
list-style: none;
display: inline-block;
margin: 0 0 0 5px;
}

.top-header .social-media li a {
color: var(--black-color);
font-size: 18px;
margin: 0 0 0 5px;
border: none;
width: auto;
height: auto;
}

.top-header .social-media li a:hover {
background-color: transparent;
}

.top-header p {
margin: 0;
}

.top-header p a {
color: var(--black-color);
}

.ul-bullets li {
list-style: disc;
}

.ul-bullets li::marker {
color: var(--golden-color);
font-size: 16px;
}

.ul-bullets-ab li {
list-style: lower-latin;
}

.ul-bullets-ab li::marker {
color: var(--golden-color);
font-size: 16px;
}

/*Slider Section css start*/
/*.carousel-inner { position: relative; }
.carousel-inner::before { content:''; position: absolute; z-index: 2; top: 0; bottom: 0; left: 0; right: 0; }*/
.carousel-inner .carousel-item .carousel-caption {
background: var(--black-color);
background: linear-gradient(90deg, rgba(0, 0, 0, 0.87) 0%, rgba(0, 0, 0, 0.48) 70%, rgba(255, 255, 255, 0) 100%);
display: flex;
align-items: start;
top: 0;
bottom: 0;
left: 0;
right: 0;
width: 100%;
padding: 0;
flex-direction: column;
justify-content: center;
text-align: start;
}

.carousel-inner .carousel-item .carousel-caption p.lead {
color: var(--white-color);
margin-bottom: 0;
font-weight: 500;
font-size: 16px;
position: relative;
z-index: 9;
}

.carousel-inner .carousel-item .carousel-caption h1 {
font-size: 48px;
font-weight: 800;
color: var(--golden-color);
margin: 60px 0 24px 0;
width: 100%;
display: block;
position: relative;
z-index: 9;
}

.carousel-inner .carousel-item .carousel-caption h1 small {
font-size: 30px;
position: relative;
z-index: 9;
}

.carousel-inner .carousel-item .carousel-caption h1 span {
color: var(--white-color);
font-size: 54px;
font-weight: 600;
line-height: 0.9;
text-shadow: 4px 4px 2px rgba(0,0,0,0.6);
position: relative;
z-index: 9;
}
/*-webkit-text-stroke: 2px #b458da; -webkit-text-fill-color: transparent; */
.carousel-inner .carousel-item .carousel-caption .btn-custom {
background-color: var(--golden-color);
color: var(--black-color);
}

.carousel-inner .carousel-item .carousel-caption .btn-custom:hover {
background-color: var(--black-color);
color: var(--golden-color);
}

.carousel-control-next, .carousel-control-prev {
width: auto;
}

.carousel-control-next-icon {
border-radius: 60px 0 0 60px;
}

.carousel-control-prev-icon {
border-radius: 0 60px 60px 0;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
width: 50px;
height: 70px;
background-color: var(--black-color);
background-size: 45% 45%;
}

/*Slider section 2 start*/
.slider-section {
padding: 80px 0;
position: relative;
}

.slider-section .shape-1 {
position: absolute;
top: 0;
right: 0;
z-index: -1;
max-width: 680px;
}

.slider-section .slider-content {
padding-right: 45px;
}

.slider-section .slider-content h1 {
font-size: 60px;
color: var(--black-color);
font-weight: 700;
margin: 0 0 15px 0;
line-height: 1.3;
}

.slider-section .slider-content h1 span {
color: var(--golden-color);
}

.slider-section .slider-content h2 span {
color: var(--black-color);
}

.slider-section .slider-image {
display: flex;
align-items: center;
margin: 0 0 0 auto;
justify-content: end;
position: relative;
}

.slider-section .slider-image img {
box-shadow: 0px 5px 24px 6px rgba(0, 0, 0, 0.06);
border-radius: 5px;
}

.slider-section .slider-image .slider-img-2 {
position: absolute;
bottom: -90px;
left: -50px;
border: 10px solid var(--white-color);
max-width: 420px;
height: 280px;
border-radius: 5px;
}

.slider-section .slider-image .slider-img-2 img {
height: 100%;
width: 100%;
object-fit: cover;
object-position: center;
box-shadow: 0px 5px 24px 6px rgba(0, 0, 0, 0.06);
}

.slider-btn {
position: absolute;
left: 50%;
}

.slider-content .tags {
padding: 0;
margin: 30px 0 30px 0;
display: flex;
justify-content: end;
}

.slider-content .tags li {
border: 1px solid #81b84d;
font-size: 13px;
border-radius: 30px;
display: inline;
padding: 6px 15px;
color: #81b84d;
margin: 0 10px 0 0;
}

.mobile-banner {
display: none;
}

.leadership-team {
margin-top: 50px;
}

/*Service section css start*/
.service-section {
padding: 80px 0 0 0;
background-color: transparent;
}

.service-section h2 {
margin: 0 0 20px 0;
}

.service-section .lead {
font-size: 18px;
margin: 0 0 30px 0;
}

/*Why choose us section css start*/
.why-choose-section {
background: url('../image/shape-4.png') no-repeat right center fixed;
padding: 80px 0;
}

.why-choose-section h5 {
font-size: 16px;
margin: 0 0 5px 0;
color: var(--black-color);
}

.why-choose-section h6::after {
left: 210px;
}

.why-choose-section h6::before {
left: 235px;
}

.why-choose-ul {
display: block;
padding: 0;
}

.why-choose-ul img {
border-radius: 10px;
height: 80px;
}

.why-choose-ul p {
font-size: 15px;
}

.why-choose-ul h5 {
color: var(--black-color);
margin: 0;
}

.why-choose-ul li {
margin: 0 0 30px 0;
border-bottom: none;
padding: 0 0 15px 0;
}

.why-choose-ul li .wh-icon {
padding: 5px;
position: relative;
width: 120px;
height: 120px;
border: none;
background-color: var(--white-color);
border-radius: 10px;
display: flex;
align-items: center;
justify-content: center;
backdrop-filter: blur(6px);
box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, #3c404326 0px 1px 3px 1px;
}

.why-choose-ul li .wh-icon .number {
display: none;
position: absolute;
z-index: 10;
right: -20px;
top: -20px;
width: 47px;
height: 47px;
border-radius: 50%;
background-color: var(--golden-color);
color: #fff;
display: -webkit-box;
display: -ms-flexbox;
display: none;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
font-size: 16px;
border: 2px solid #D2F3F1;
}

.consult-form {
background-color: var(--white-color)ab;
padding: 45px 30px;
background-color: var(--white-color)ab;
box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, #3c404326 0px 1px 3px 1px;
border-radius: 10px;
}

.consult-form h4 {
margin: 0 0 30px 0;
font-size: 24px;
}

.consult-form p {
margin: 0 0 30px 0;
}

.form-floating > .form-control, .form-floating > .form-select {
padding: 15px 24px;
border-radius: 30px;
border: 2px solid #e9e9e9;
background-color: #fcffff;
}

.form-floating > label {
left: 10px;
padding: 12px;
font-size: 15px;
}

.form-floating > .form-control, .form-floating > .form-select {
height: calc(3.2rem + 2px);
}

.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
padding-top: 20px;
padding-bottom: 15px;
border-color: var(--golden-color);
outline: 0;
box-shadow: 0 0 0 .25rem rgb(9 196 182 / 15%);
background-color: #fcffff;
}

.form-select {
background-position: right 1.3rem center;
}

.consult-form h6 {
margin: 0 0 10px 0;
font-size: 18px;
color: var(--golden-color);
font-weight: 500;
}

.consult-form h6 sup {
top: -2px;
}

.consult-form h6 sup .mandatory {
font-size: 16px;
color: #f00;
}

.form-check {
padding-left: 30px;
margin-bottom: 5px;
}

.form-check .form-check-input {
float: left;
margin-left: -30px;
}

.form-check label {
font-size: 15px;
font-weight: 500;
cursor: pointer;
}

.form-check-input {
width: 20px;
height: 20px;
margin-top: 4px;
background-color: var(--golden-color);
border: 1px solid rgb(9 196 182);
cursor: pointer;
}

.form-check-input:focus {
border-color: var(--golden-color);
outline: 0;
box-shadow: 0 0 0 .25rem rgb(9 196 182 / 15%);
}

.form-check-input:checked {
background-color: var(--golden-color);
border-color: var(--golden-color);
}

.consult-form label sup {
top: -2px;
}

.consult-form label sup .mandatory {
font-size: 16px;
color: #f00;
}

/*Section three css start*/
.section-three {
padding: 80px 0 0 0;
}

.section-three .col-xl-3, .section-three .col-lg-3, .section-three .col-md-6 {
display: flex;
flex-wrap: wrap;
}

.section-three h6 {
margin: 0 0 30px 0;
}

.section-three h6::after {
display: none;
}

.section-three h6::before {
display: none;
}
/* .section-three .col-xl-4, .section-three .col-lg-4, .section-three .col-md-4 { display: flex; flex-wrap: wrap; align-items: center;} */
.section-three-card {
background-color: var(--white-color);
text-align: center;
padding: 45px 24px;
width: 100%;
border-bottom: 3px solid #e0b64e;
-webkit-box-shadow: 0px 5px 24px 6px rgba(0, 0, 0, 0.06);
box-shadow: 0px 5px 24px 6px rgba(0, 0, 0, 0.06);
position: relative;
border-radius: 5px;
}

.section-three-card-image {
border-radius: 10px;
}

.section-three-card-image img {
border-radius: 10px;
height: 250px;
width: 100%;
object-position: center;
object-fit: cover;
}

.section-three-card-content {
padding: 0;
}

.section-three-card-content-header {
margin: 0 0 10px 0;
max-width: 180px;
}

.section-three-card-content-header h1 {
font-size: 42px;
position: relative;
font-weight: 700;
}

.section-three-card-content-header h1::after {
content: "\F4FE";
font-family: bootstrap-icons !important;
color: var(--heading-color);
font-size: 42px;
top: 8px;
font-weight: 900;
position: relative;
left: -4px;
}

.section-three-card-content-header .btn-outline-dark {
border-radius: 100%;
height: 35px;
width: 35px;
text-align: center;
border-color: #717171;
color: #717171;
font-size: 15px;
display: flex;
align-items: center;
align-content: center;
justify-content: center;
}

.section-three-card-content-header .btn-outline-dark:hover {
background-color: transparent;
color: #81b84d;
border-color: #81b84d;
}

.section-three-card-content-header .btn-outline-dark:focus {
box-shadow: none;
border-color: var(--black-color);
color: var(--black-color);
background-color: transparent;
}

.section-three-card-content h4 {
font-size: 16px;
margin: 0;
}

.section-three-card-content p {
margin: 0;
position: relative;
padding: 0;
font-size: 14px;
min-height: 115px;
}
/* .section-three-card-content p::before { content: ''; height: 4px; width: 4px; border-radius: 100%; position: absolute; z-index: 1; top: 8px; background-color: #01375d; left: 0; } */
.section-three-card-content .course-detail {
display: block;
padding-left: 0;
margin: 15px 0 0 0;
min-height: 55px;
}

.section-three-card-content .course-detail li {
font-size: 14px;
margin: 0 0 7.5px 0;
position: relative;
padding: 0 0 0 15px;
}

.section-three-card-content .course-detail li::before {
content: "\f192";
font-family: 'FontAwesome';
position: absolute;
top: 3px;
left: 0;
color: #b458da;
font-size: 10px;
}

.section-three-card-content-btn {
display: flex;
gap: 15px;
justify-content: start;
margin: 20px 0 10px 0;
}

.section-three-card-content-btn .course-btn {
padding: 7px 15px;
border: 2px solid #b458da;
color: var(--black-color);
border-radius: 30px;
width: 50%;
display: inline-block;
text-align: center;
font-weight: 450;
font-size: 15px;
transition: ease-in-out all 0.2s;
}

.section-three-card-content-btn .course-btn:hover {
background-color: #b458da;
color: var(--white-color);
border-color: #b458da;
}

.section-three-card-content-btn .course-btn-2 {
padding: 7px 15px;
border: 2px solid var(--black-color);
color: var(--white-color);
background-color: var(--black-color);
border-radius: 30px;
width: 50%;
display: inline-block;
text-align: center;
font-weight: 450;
font-size: 15px;
transition: ease-in-out all 0.2s;
}
/*Section four css start*/
.section-four {
margin: 80px 0 0 0;
padding: 70px 0;
background: linear-gradient(90deg, rgb(31 36 109) 30%, rgb(182 88 219) 100%);
position: relative;
}
/* .section-four::after {content: url(../image/shape-9.png); position: absolute; z-index: 1; top: 15%; bottom: auto; left: -25px;} */
.section-four h6 {
color: var(--white-color);
font-size: 21px;
font-weight: 450;
}

.section-four h1 {
color: var(--white-color);
position: relative;
margin: 0 0 30px 0;
}

.section-four p {
color: var(--white-color);
position: relative;
}

.section-four p span {
padding-left: 30px;
}

.section-four p span::before {
content: "\f10d";
font-size: 27px;
font-family: "FontAwesome";
position: absolute;
top: -20px;
left: 0;
}

.section-four-ul {
padding: 0;
display: block;
position: relative;
}

.section-four-ul li {
color: var(--white-color);
font-size: 16px;
margin: 0 0 20px 0;
position: relative;
padding: 0 0 0 30px;
}

.section-four-ul li::before {
content: "\f00c";
font-family: 'FontAwesome';
position: absolute;
top: 0;
left: 0;
color: #81b84d;
font-size: 18px;
}

.section-four .cm-photos img {
border-radius: 10px;
height: 550px;
width: 100%;
object-fit: cover;
}

.service-detail {
padding: 80px 0;
background: var(--white-color) url(../image/service-bg.png) no-repeat right bottom fixed;
}

/*Section five css start*/
.section-five {
padding: 80px 0;
}

.section-five .section-five-card {
background-color: var(--white-color);
border-radius: 10px;
box-shadow: 0px 7px 43px 0px rgba(0, 0, 0, 0.08);
padding: 15px;
text-align: center;
position: relative;
border: 1px solid #e9e9e9;
}

.section-five .col-xl-4, .section-five .col-lg-4, .section-five .col-md-4 {
display: flex;
flex-wrap: wrap;
}

.section-five .section-five-card::after {
content: url(../image/shap-10.png);
position: absolute;
z-index: 1;
top: 0;
bottom: auto;
left: 0;
width: 200px;
}

.section-five .section-five-card img {
width: 100%;
border-radius: 10px;
margin: 0 auto;
position: relative;
z-index: 9;
}

.section-five .section-five-card p {
margin: 0;
}

.section-five .section-five-card h4 {
font-size: 21px;
color: var(--black-color);
margin: 15px 0 5px 0;
}

/*Section six css start*/
.section-six {
margin: 80px 0 0 0;
}

.section-six h2 {
margin: 0 0 15px 0;
}

.section-six .lead {
font-weight: 450;
font-size: 16px;
margin: 0 0 45px 0;
}

.testimonial {
margin: 0 20px 0;
}

.testimonial .testimonial-content {
padding: 30px 30px 30px 60px;
margin-bottom: 35px;
background: #fff;
border: 1px solid #e9e9e9;
position: relative;
border-radius: 10px;
}

.testimonial .testimonial-content:after {
content: "";
display: inline-block;
width: 20px;
height: 20px;
background: #e9e9e9;
position: absolute;
bottom: -10px;
left: 22px;
transform: rotate(45deg);
z-index: -1;
}

.testimonial-content .testimonial-icon {
width: 50px;
height: 45px;
background: #81b84d;
text-align: center;
font-size: 22px;
color: #fff;
line-height: 42px;
position: absolute;
top: 37px;
left: -19px;
}

.testimonial-content .testimonial-icon:before {
content: "";
border-bottom: 16px solid #548625;
border-left: 18px solid transparent;
position: absolute;
top: -16px;
left: 1px;
}

.testimonial p {
margin: 0;
}

.testimonial h5 {
display: block;
font-size: 18px;
font-weight: 600;
color: var(--black-color);
text-transform: capitalize;
margin: 0 0 5px 0;
}

.testimonial h5 small {
font-size: 15px;
font-weight: 400;
color: #81b84d;
}

.owl-theme .owl-controls {
margin-top: 20px;
}

.owl-theme .owl-controls .owl-page span {
background: #ccc;
opacity: 1;
transition: all 0.4s ease 0s;
}

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
background: #81b84d;
}

.placement-stats {
background-image: url('../image/placement-bg.jpg');
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
margin: 80px 0 0 0;
padding: 60px 30px 80px 30px;
border-radius: 10px;
}

.placement-stats h1 {
font-size: 30px;
color: var(--white-color);
margin: 0 0 15px 0;
}

.placement-stats p {
color: var(--white-color);
margin: 0 0 30px 0;
font-weight: 500;
font-size: 16px;
}

.placement-stats .count {
text-align: center;
display: inline-block;
width: 100%;
}

.placement-stats .count h2 {
font-size: 36px;
color: var(--white-color);
margin: 0 0 10px 0;
}

.placement-stats .count h3 {
margin: 0;
color: #81b84d;
font-size: 24px;
}

.placement-stats span {
font-size: 36px;
font-weight: 600;
color: var(--white-color);
text-align: center;
display: inline-block;
width: 150px;
position: relative;
margin: 0 auto;
}

.placement-stats span::after {
content: '\f00c';
font-family: 'FontAwesome';
position: absolute;
top: 0;
left: auto;
color: var(--white-color);
font-size: 18px;
;
margin-left: 30px;
}

/*Hiring partner section start*/
.hiring-partner {
margin-top: -27px;
}

.hiring-partner h1 {
display: inline-block;
padding: 10px 30px;
text-align: center;
border: 1px solid #161616;
background-color: var(--white-color);
font-size: 21px;
border-radius: 30px;
}

.hiring-partner .hiring-partner-div {
border: 1px solid #e9e9e9;
border-radius: 10px;
margin: 0 10px;
margin-top: 20px;
}

.hiring-partner .hiring-partner-div img {
border-radius: 10px;
}

.inner-slider {
padding: 0;
border-radius: 0;
overflow: hidden;
width: 100%;
height: 345px;
display: flex;
flex-wrap: wrap;
align-items: center;
background-color: #0b0b0b;
background-image: url(../image/header-pattern.png);
background-repeat: no-repeat;
background-size: cover;
position: relative;
}

.inner-slider-content {
margin: 0;
position: relative;
z-index: 2;
padding: 0;
display: block;
width: 100%;
}

.inner-slider-content h1 {
position: relative;
color: var(--white-color);
font-size: 48px;
font-weight: 500;
margin: 0 0 15px 0;
}

.inner-slider-content h2 {
position: relative;
color: var(--golden-color);
padding: 0;
font-weight: 500;
font-size: 30px;
margin: 0;
}

.inner-slider-content h5 {
color: var(--white-color);
font-size: 21px;
margin: 0;
font-weight: 400;
max-width: 60%;
}

.inner-slider-content p.lead {
font-size: 18px;
color: var(--white-color);
font-weight: 450;
}


.inner-slider.contact-slider .inner-slider-content h1 {
color: var(--black-color);
}

.inner-slider.contact-slider .inner-slider-content h5 {
color: var(--black-color);
font-size: 21px;
margin: 0;
font-weight: 400;
max-width: 60%;
line-height: 1.5;
}

.contact-slider {
background-image: url("../images/contact-slider.jpg");
}

.contact-slider::before {
content: '';
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background-color: var(--white-color)40;
backdrop-filter: blur(3px);
z-index: 1;
}

.about-slider {
background-image: url("../images/about-slider.jpg");
}

.about-slider::before {
content: '';
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background-color: var(--black-color)4d;
backdrop-filter: blur(3px);
z-index: 1;
}

.service-banner {
background-image: url("../image/service-banner.jpg");
position: relative;
}

.service-banner::before {
content: '';
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background-color: var(--black-color)12;
backdrop-filter: blur(12px);
z-index: 1;
}

.blog-slider {
background-image: none;
background-color: transparent;
height: auto;
padding: 0;
}

.blog-slider p {
margin: 0 0 45px 0;
}

.blog-slider h1 {
display: block;
}

.breadcrumb {
margin: 0;
align-items: center;
position: relative;
z-index: 1;
bottom: 0;
left: 0;
}

.breadcrumb .breadcrumb-item {
color: var(--black-color);
font-size: 13px;
}

.breadcrumb .breadcrumb-item a {
color: var(--white-color);
font-size: 13px;
transition: ease-in-out all 0.2s;
}

.breadcrumb .breadcrumb-item a:hover {
color: var(--golden-color);
}

.breadcrumb .breadcrumb-item::before {
font-size: 12px;
color: var(--white-color);
content: '\F285';
font-family: bootstrap-icons !important;
top: 2px;
position: relative;
}

.breadcrumb .breadcrumb-item:first-child::before {
display: none;
}

.breadcrumb-item.active {
color: var(--golden-color);
font-size: 13px;
}

.inner-slider-content .fees-detail ul {
display: flex;
margin: 0;
gap: 30px;
padding: 0;
}

.inner-slider-content .fees-detail ul li {
border-right: 1px solid var(--white-color);
padding-right: 30px;
}

.inner-slider-content .fees-detail ul li:last-child {
border-right: none;
}

.inner-slider-content .fees-detail ul li h5 {
color: #81b84d;
font-size: 21px;
margin: 0 0 5px 0;
}

.inner-slider-content .fees-detail ul li p {
margin: 0;
color: var(--white-color);
font-size: 18px;
}

.inner-slider-content .fees-detail ul li p a {
color: var(--white-color);
}

.contact-detail {
padding: 80px 0 0 0;
}

.contact-detail .heading h3 {
margin: 0 0 30px 0;
}

.contact-map {
margin: 0 0 -51px 0;
}

.contact-detail-border {
display: flex;
align-items: center;
min-width: 100%;
width: 100%;
background-color: transparent;
padding: 0 0 30px 0;
border-radius: 0;
transition: ease-in-out all 0.2s;
margin: 0 0 30px 0;
border-bottom: 1px solid #00000015;
gap: 20px;
}

.contact-detail-border:last-child {
border-bottom: none;
padding-bottom: 0;
margin-bottom: 0;
}

.contact-detail-border i {
color: #030303;
}

.contact-detail-border h4 {
font-size: 18px;
color: #030303;
margin: 0;
}

.contact-detail-border p {
margin: 0;
}

.contact-detail-border p a {
color: #666666;
transition: ease-in-out all 0.2s;
}

.contact-detail-border p a:hover {
color: var(--golden-color);
}

.contact-detail-border .contact-icon {
margin: 0;
min-height: 80px;
min-width: 80px;
height: 80px;
width: 80px;
border-radius: 8px;
display: flex;
align-items: center;
justify-content: center;
background-color: #fff9f1;
box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, #3c404326 0px 1px 3px 1px;
}

.contact-detail-border .contact-icon i {
font-size: 30px;
}

aside {
position: -webkit-sticky;
position: sticky;
top: 30px;
}

.aside-card {
background-color: var(--white-color);
border-radius: 10px;
padding: 24px;
border: 1px solid #e3e3e3;
position: relative;
margin-bottom: 30px;
}
/*box-shadow: rgba(0, 0, 0, 0.12) 0px 6px 16px;*/
.aside-card h4 {
font-size: 16px;
margin: 7.5px 0 0 0;
}

.aside-card h4 a {
color: var(--black-color);
font-size: 16px;
position: relative;
padding: 0 0 0 20px;
font-weight: 450;
}

.aside-card h4 a::before {
content: "\f192";
font-family: 'FontAwesome';
position: absolute;
top: 3px;
left: 0;
color: #b458da;
font-size: 12px;
}

.aside-card h4 a:hover {
color: #b458da;
transition: ease-in-out all 0.2s;
}

.aside-card h4:first-child {
margin-top: 0;
}

.aside-card ul {
padding: 0;
margin: 0 0 0 15px;
display: inline-block;
}

.aside-card ul li {
list-style: none;
display: inline-block;
border-bottom: none;
width: 100%;
margin: 0 0 3px 0;
}

.aside-card ul li a {
color: #717171;
font-size: 15px;
font-weight: 500;
display: inline-block;
height: 100%;
width: 100%;
transition: ease-in-out all 0.2s;
position: relative;
padding-left: 15px;
}

.aside-card ul li a::before {
color: #211f54;
content: "\f111";
font-family: "Font Awesome 5 Free";
font-weight: 900;
font-size: 5px;
position: absolute;
top: 10px;
left: 0;
}

.aside-card ul li a:hover {
color: #00b6f2;
}

.course-overview {
padding: 30px 24px;
background: #f6fafd;
border-radius: 10px;
}

.course-overview h3 {
margin: 0 0 15px 0;
color: var(--black-color);
font-size: 24px;
font-weight: 700;
}

.course-overview p b {
color: #81b84d;
font-size: 16px;
font-weight: 600;
}

.course-curriculam {
background-color: transparent;
margin: 45px 0 0 0;
}

.course-curriculam img {
height: 350px;
object-fit: cover;
object-position: center;
width: 100%;
margin: 0 0 20px 0;
border-radius: 10px;
}

.course-curriculam h3 {
margin: 0 0 15px 0;
color: var(--black-color);
font-size: 24px;
font-weight: 700;
}

.course-curriculam-list {
display: inline-block;
margin: 0;
padding: 0 0 0 15px;
}

.course-curriculam-list li {
list-style: none;
padding-left: 20px;
position: relative;
font-size: 15px;
}

.course-curriculam-list li::before {
font-size: 13px;
color: #81b84d;
content: "\f14a";
font-family: "Font Awesome 5 Free";
top: 2px;
left: 0;
font-weight: 900;
position: absolute;
}

.addPoints {
padding: 30px 0 0 0;
}

.addPointsDetails {
background-color: var(--white-color);
border: 1px solid #e3e3e3;
padding: 24px 15px;
border-radius: 5px;
margin: 0;
}
/*box-shadow: 0 0 20px rgba(217, 217, 217, 0.7);background-image: url("../image/home/bg-pattern.png"); background-position: center left; background-size: cover;*/
.addPoints h3 {
font-size: 24px;
font-weight: 700;
color: var(--black-color);
margin: 0 0 15px 0;
}

.addPointsDetails h4 {
font-size: 18px;
text-align: center;
margin: 0;
color: #030303;
font-weight: 450;
line-height: 28px;
}

.addPointsDetails p {
text-align: center;
color: #111a3a;
font-size: 14px;
}

.addPointsDetails p b {
font-weight: 600;
}

.addPointsDetailsButton {
color: #3d6cdb;
text-align: center;
font-weight: 500;
display: block;
font-size: 16px;
transition: ease-in-out all 0.2s;
}

.addPointsDetailsButton:hover {
color: #030d4a;
letter-spacing: 0.25px;
}

.event-img {
border-radius: 10px;
padding: 15px;
overflow: hidden;
box-shadow: inset 0 0 18px -8px var(--golden-color);
}

.event-img img {
width: 100%;
height: 220px;
object-fit: cover;
object-position: center;
border-radius: 10px;
}

.faq-section {
padding: 80px 0;
}

.faq-section h1 {
margin: 0 0 20px 0;
}

.faq-section .lead {
font-size: 18px;
margin: 0 0 24px 0
}

.accordion .accordion-item {
background-color: var(--white-color)ab;
padding: 0 24px 5px 24px;
border-radius: 0;
margin-bottom: 0;
border: none;
border-top: none;
margin: 0 0 15px 0;
border-radius: 10px;
box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, #3c404326 0px 1px 3px 1px;
}

.accordion .accordion-item .accordion-button {
background-color: transparent;
font-weight: 450;
border-radius: 0;
border: none;
font-size: 21px;
padding: 24px 0;
}

.accordion .accordion-item:last-of-type .accordion-button.collapsed {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}

.accordion .accordion-item .accordion-button:focus {
z-index: 3;
border-color: transparent;
outline: 0;
box-shadow: none;
border: none;
}

.accordion .accordion-item .accordion-button:not(.collapsed) {
color: var(--black-color);
background-color: var(--white-color)00;
box-shadow: none;
}

.accordion .accordion-item .accordion-body {
padding: 0 0 15px 0;
}

.accordion .accordion-item .accordion-body p {
font-size: 16px;
margin: 0;
}

.accordion .accordion-item .accordion-body ul {
display: inline-block;
margin: 0;
padding: 0 0 0 15px;
}

.accordion .accordion-item .accordion-body ul li {
list-style: none;
padding-left: 0;
list-style: disc;
position: relative;
font-size: 15px;
}

/*Call to action css start*/
.cta-section {
background: url(../images/home/shape-3.png) no-repeat left center var(--white-color);
background-color: #f7fffe;
background-size: cover;
padding: 45px;
border-radius: 15px;
margin: 80px 0;
display: flex;
align-items: center;
justify-content: space-between;
gap: 50px;
box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, #3c404326 0px 1px 3px 1px;
}

.cta-section h2 {
margin: 0;
font-size: 36px;
}

.cta-section .lead {
color: var(--white-color);
font-size: 21px;
margin: 0 0 30px 0;
}

.detailSection2 {
padding: 45px 0;
background-color: var(--white-color);
}

.detailSection2Content {
display: block;
width: 100%;
}

.detailSection2Content h3 {
font-size: 30px;
font-weight: 700;
margin: 0 0 15px 0;
color: #f1aa4d;
}

.detailSection2Content p {
color: #444444;
font-size: 16px;
font-weight: 450;
}

.detailSection2Content .detailSection2Button {
padding: 8px 30px;
color: #3d47ad;
display: inline-block;
border: 2px solid #3d47ad;
background-color: var(--white-color);
transition: ease-in-out all 0.2s;
font-size: 16px;
margin: 30px 0 0 0;
font-weight: 450;
border-radius: 30px;
}

.detailSection2Content .detailSection2Button:hover {
color: var(--white-color);
border-color: #3d47ad;
background-color: #3d47ad;
}

/*Modal popup css start*/
.modal-content {
box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 10px;
border-radius: 10px;
border: none !important;
}

.modal-body {
padding: 30px 24px;
}

.btn-close {
position: absolute;
right: 20px;
top: 20px;
}

.map {
background-color: var(--white-color)ab;
box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, #3c404326 0px 1px 3px 1px;
border-radius: 10px;
padding: 24px 24px 16px 24px;
}

.map iframe {
border-radius: 10px;
height: 450px;
width: 100%;
height: 575px;
}

@keyframes pulse {
0% {
transform: scale(1);
opacity: 1;
}

100% {
transform: scale(1.5);
opacity: 0;
}
}

.video-section {
margin-top: 30px;
}

.video-section a {
position: relative;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0px 7px 43px 0px rgba(0, 0, 0, 0.08);
}

.video-section a img {
height: 480px;
object-fit: cover;
object-position: center;
border-radius: 10px;
box-shadow: 0 0 20px -5px rgb(0 0 0 / 20%);
width: 100%;
}

.video-section a .play-button {
position: absolute;
width: 80px;
height: 80px;
background-color: var(--black-color);
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
transition: background-color 0.3s ease;
}

.video-section a .play-button:hover {
background-color: var(--black-color);
}

.video-section a .play-button::before {
content: '';
position: absolute;
width: 80px;
height: 80px;
background-color: var(--black-color);
border-radius: 50%;
animation: pulse 1.5s infinite;
}

.video-section a .triangle {
width: 0;
height: 0;
border-left: 20px solid white;
border-top: 12px solid transparent;
border-bottom: 12px solid transparent;
}

.founders-section {
margin: 80px 0 0 0;
position: relative;
/*box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, #3c404326 0px 1px 3px 1px;
    background: #fff9f100 url(../image/shape-20.png) no-repeat right bottom;*/
/*background-attachment: fixed;*/
}

.founders-section .founder-image {
border-radius: 10px;
}

.founders-section .founder-image img {
height: 380px;
object-fit: cover;
object-position: top;
width: 100%;
border-radius: 15px;
box-shadow: 0px 7px 43px 0px rgba(0, 0, 0, 0.08);
}

.founders-section .founder-content h3 {
margin: 10px 0 0 0;
font-size: 15px;
color: #81b84d;
position: relative;
padding-left: 60px;
}

.founders-section .founder-content h3::before {
content: "";
position: absolute;
left: 0;
right: 0;
top: 10px;
width: 45px;
height: 1px;
background-color: #81b84d;
}

.founders-section .founder-content h4 {
margin: 0 0 15px 0;
text-transform: uppercase;
font-size: 15px;
color: var(--black-color);
}

.founders-section .founder-content p {
margin: 0 0 5px 0;
}

#myRegistrationModal .modal-body h3 span {
background-color: #81b84d;
padding: 0 5px;
border-radius: 5px;
color: var(--white-color);
}

.our-projects {
width: 100%;
margin: 0px auto;
overflow: hidden;
}

.project-section {
margin: 80px 0;
}

.project-page-detail {
border-radius: 10px;
}

.project-page-detail img {
border-radius: 10px;
height: 350px;
width: 100%;
object-fit: cover;
object-position: center;
}

.certificate-section {
margin: 80px 0;
}

.certificate-sectionh2 {
margin: 0 0 30px 0;
}

.certificate-section .certificate-detail {
border-radius: 5px;
overflow: hidden;
border: 2px solid #d1d1d1;
}

.certificate-section .certificate-detail img {
border-radius: 5px;
box-shadow: 2px 2px 30px 1.5px #4d4b8f14;
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transition: .3s ease-in-out;
transition: .3s ease-in-out;
height: 450px;
width: 100%;
object-fit: cover;
object-position: center;
}

.certificate-section .certificate-detail img:hover {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}

.hero-section {
position: relative;
z-index: 1;
padding: 80px 0;
background-color: rgb(255, 249, 236);
}

.hero-section h6 {
color: #1e56a3;
font-size: 16px;
margin: 0;
font-weight: 500;
}

.hero-content {
 position: relative;
 z-index: 1;
 padding: 80px 0;
 background-color: rgb(255, 249, 236);
}

.hero-content h2 {
font-size: 36px;
font-weight: 700;
line-height: 1.2;
margin: 0 0 24px 0;
}

.hero-content h2 span {
color: var(--golden-color);
}

.hero-content .lead {
font-size: 16px;
margin: 0;
}

.hero-section .card {
min-width: 100%;
width: 100%;
border: none;
background-color: var(--white-color)ab;
border-radius: 10px;
transition: ease-in-out all 0.2s;
box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, #3c404326 0px 1px 3px 1px;
}

.hero-section .card .card-body {
padding: 20px 15px;
min-height: 280px;
}

.hero-section .card .card-body p {
margin: 0;
font-size: 14px;
}

.hero-section .card .card-body h5 {
font-size: 18px;
}

.hero-section .card .card-body .card-icon {
width: 80px;
height: 80px;
min-height: 80px;
min-width: 80px;
display: flex;
align-items: center;
justify-content: center;
background-color: #e6fffc;
box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, #3c404326 0px 1px 3px 1px;
border-radius: 100%;
margin: 0 0 15px 0;
}

.hero-section .card .card-body .card-icon img {
height: 50px;
}

.brand-section {
background-color: var(--white-color);
padding: 80px 0;
}

.brand-section .item .brand-card {
padding: 4px;
}

.brand-section .item .brand-logo {
background-color: var(--white-color);
border: 1px solid #dfdfdf;
padding: 15px 10px;
border-radius: 5px;
}

.brand-section .item .brand-logo img {
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transition: .3s ease-in-out;
transition: .3s ease-in-out;
}

.brand-section .item .brand-logo:hover img {
-webkit-transform: scale(1.15);
transform: scale(1.15);
}

/*============== Progress section css start ==============*/
.process-section {
background-color: #f7fffe;
position: relative;
z-index: 1;
padding: 100px 0 0 0;
}

.process-section hr {
background-color: rgb(107 110 113);
}

.process-card {
background-color: transparent;
width: 100%;
margin: 0;
position: relative;
z-index: 1;
}

.process-card .process-thumb {
min-height: 215px;
height: 215px;
display: flex;
align-items: center;
font-size: 8rem;
-webkit-text-stroke: 1px rgba(9 196 182);
-webkit-text-fill-color: transparent;
font-weight: 700;
line-height: 10.5rem;
padding: 30px;
border: 1px solid var(--golden-color);
border-radius: 10px;
text-align: center;
justify-content: center;
}

.process-card:hover .process-thumb {
border: none;
}

.process-card .process-text h3 {
font-size: 21px;
margin: 20px 0;
color: var(--black-color);
}

.process-card .process-thumb::before {
content: '';
background-repeat: no-repeat;
position: absolute;
top: 0;
left: 0;
aspect-ratio: 16 / 9;
width: 95%;
background-image: var(--bg-image);
background-size: cover;
overflow: hidden;
opacity: 0;
transition: opacity 0.5s;
border-radius: 8px;
}

.process-card:hover .process-thumb::before {
content: '';
background-repeat: no-repeat;
position: absolute;
top: 0;
left: 0;
aspect-ratio: 16/9;
width: 95%;
background-image: var(--bg-image);
background-size: cover;
overflow: hidden;
opacity: 1;
transition: opacity 0.5s;
border-radius: 8px;
}

.process-card p {
margin: 0;
}





/*========== Service section css start ==============*/
.inphog-team-section {
padding: 80px 0;
background-color: #fff9f1;
}

.inphog-team-card, .inphog-team-card .team-thumb {
position: relative;
z-index: 1;
border-radius: 12px
}

#service-slider .item {
padding: 4px;
}

.inphog-team-card {
-webkit-transition: 350ms;
transition: 350ms;
background-color: transparent;
/*padding: 24px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, #3c404326 0px 1px 3px 1px;*/
}

.inphog-team-card .inphog-team-thumb {
width: 100%;
margin-bottom: 15px
}

.inphog-team-card .inphog-team-thumb img {
width: 100%;
border-radius: 5px;
height: 260px;
object-fit: cover;
box-shadow: 0px 5px 24px 6px rgba(0, 0, 0, 0.06);
}

.inphog-team-card .inphog-team-content {
padding-right: 0;
}

.inphog-team-card .inphog-team-content h6 {
margin: 0;
}


.box_news {
position: relative;
display: block;
color: #555;
border-radius: 10px;
box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, #3c404326 0px 1px 3px 1px;
margin: 0 0 24px 0;
min-height: 170px;
padding: 24px;
}

.box_news a {
color: var(--black-color);
font-size: 15px;
font-weight: 400;
margin: 10px 0 0 0;
display: block;
transition: ease-in-out all 0.2s;
}

.box_news:hover a {
color: var(--golden-color);
}

.box_news p {
margin: 0;
height: 47px;
overflow: hidden;
font-size: 14px;
}

.box_news figure {
overflow: hidden;
margin: 0;
display: flex;
gap: 15px;
}

.box_news figure figcaption {
text-align: center;
background-color: transparent;
width: 60px;
height: 60px;
min-height: 60px;
min-width: 60px;
padding: 5px 10px;
font-size: 12px;
color: var(--black-color);
line-height: 1.1;
border-radius: 0 10px 0 10px;
box-shadow: inset 0 0 18px -8px var(--golden-color);
}

.box_news figure figcaption strong {
display: block;
font-size: 21px;
}

.box_news h4 {
font-size: 18px;
height: 45px;
margin: 5px 0 0 0;
display: inline-block;
overflow: hidden;
}

.box_news h4 a {
color: var(--black-color);
font-weight: 450;
font-size: 18px;
margin: 0;
}

.box_news:hover h4 a {
color: var(--golden-color);
transition: 0.3s ease-in-out;
}

.box_news ul {
padding: 0;
margin: 0
}

.box_news ul li {
display: inline-block;
font-weight: 400;
color: var(--para-color);
font-size: 13px;
border-right: 1px solid var(--golden-color)3d;
padding: 0 10px 0 0;
}

.box_news ul li a {
color: var(--para-color);
display: inline;
font-weight: 400;
font-size: 13px;
}

.box_news ul li:last-child {
border-right: none;
padding: 0 0 0 5px;
}

.box_news_middle {
border-radius: 10px;
overflow: hidden;
display: block;
position: relative;
box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, #3c404326 0px 1px 3px 1px;
}

.box_news_middle figure {
height: 100%;
margin: 0;
min-height: 465px;
height: 465px;
position: relative;
}

.box_news_middle figure img {
min-height: 465px;
height: 465px;
width: 100%;
object-fit: cover;
object-position: center;
}

.box_news_wrapper {
position: absolute;
top: 0;
bottom: 0;
right: 0;
left: 0;
background-color: transparent;
display: flex;
align-items: end;
justify-content: center;
padding: 24px;
text-align: center;
background-image: linear-gradient(360deg, #f7fffe 0%, #0000 100%);
}

.box_news_wrapper p {
color: var(--black-color);
font-size: 16px;
font-weight: 450;
margin: 0;
}

.box_news_wrapper h1 {
color: var(--black-color);
margin: 0 0 15px 0;
font-size: 30px;
}

/*============ Team section css start ============= */


.team-section .cssbuttons-io-button {
width: 180px;
}

.team-card {
position: relative;
z-index: 1;
overflow: hidden;
border-radius: 12px;
margin: 35px 5px;
}

.team-card:nth-child(2) {
margin-top: 30px;
}

.team-card img {
border-radius: 12px;
-webkit-transition-duration: 350ms;
transition-duration: 350ms;
width: 100%;
}

.team-card::after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border-radius: 12px;
background: -webkit-gradient(linear, left top, left bottom, from(rgba(96, 31, 235, 0)), to(#1e56a3));
background: linear-gradient(180deg, rgba(96, 31, 235, 0) 0%, #1e56a3 100%);
z-index: 10;
opacity: 0;
visibility: hidden;
-webkit-transition-duration: 350ms;
transition-duration: 350ms;
}

.team-card .team-member-info {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
padding: 0 20px 24px;
opacity: 0;
visibility: hidden;
-webkit-transition-duration: 350ms;
transition-duration: 350ms;
z-index: 100;
text-align: center;
}

.team-card .team-member-info h4 {
font-size: 18px;
color: var(--white-color);
margin-bottom: 0;
}

.team-card .team-member-info span {
color: #F7F7FC;
font-size: 12px;
}

.team-card.middle-team-card .team-member-info h4 {
font-size: 24px;
margin-bottom: 6px;
}

.team-card.middle-team-card .team-member-info span {
font-size: 16px;
}

.team-card:hover img, .team-card:focus img {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}

.team-card:hover::after, .team-card:hover .team-member-info, .team-card:focus::after, .team-card:focus .team-member-info {
opacity: 1;
visibility: visible;
}

.client-section {
padding: 80px 0 0 0;
}

.client-section h2 {
margin: 0 0 20px 0;
}

.client-section .lead {
margin: 0 0 18px 0;
font-size: 18px;
}

.client-section .client-logo-card {
padding: 0;
margin: 12px 0;
}

.client-section .client-logo {
overflow: hidden;
background-color: var(--white-color)00;
padding: 24px 30px;
border-radius: 10px;
box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, #3c404326 0px 1px 3px 1px;
}

.client-section .client-logo img {
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transition: .3s ease-in-out;
transition: .3s ease-in-out;
}

.client-section .client-logo:hover img {
-webkit-transform: scale(1.15);
transform: scale(1.15);
}

.owl-nav button {
 position: absolute;
 top: -40px;
 transform: translateY(-50%);
 background-color: transparent !important;
 color: var(--black-color) !important;
 width: 35px;
 height: 35px;
 border-radius: 0;
 display: flex;
 align-items: center;
 justify-content: center;
 font-size: 18px !important;
 border: none;
 transition: ease-in-out all 0.2s;
 border-radius: 5px;
 border: 1px solid #000000 !important;
}

.owl-nav button:hover {
color: var(--white-color) !important;
background-color: var(--black-color) !important;
border-color: var(--black-color) !important;
}

.owl-nav button:focus {
outline: none;
}

.owl-nav button.owl-prev {
left: auto;
right: 50px;
}

.owl-nav button.owl-next {
right: 0;
}

.owl-dots {
text-align: center;
padding-top: 0px;
}

.owl-dots button.owl-dot {
width: 12px;
height: 12px;
border-radius: 50%;
display: inline-block;
background: #ccc;
margin: 0 3px;
}

.owl-dots button.owl-dot.active {
background-color: var(--golden-color);
}

.owl-dots button.owl-dot:focus {
outline: none;
}

.testimonial-section {
padding: 80px 0;
background: #fff9f100 url('../image/home/circles.png') no-repeat center center;
background-size: contain;
}

#client-testimonial .item {
padding: 2px;
}

.testimonial-box {
display: flex;
align-items: start;
gap: 15px;
position: relative;
padding: 24px 15px;
background: #ffffff29;
border-radius: 5px;
border: 1px solid #dfdfdf;
}

.testimonial-box .testimonial-icon {
min-height: 125px;
min-width: 125px;
height: 125px;
width: 125px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 10px;
box-shadow: 0px 5px 24px 6px rgba(0, 0, 0, 0.06);
position: relative;
}

.testimonial-box .testimonial-icon::after {
content: "\f6b0";
font-family: bootstrap-icons !important;
font-size: 30px;
color: #f83636;
line-height: normal;
top: -10px;
right: -10px;
position: absolute;
z-index: 999;
background-color: #ffffff29;
border-radius: 5px;
backdrop-filter: blur(6px);
}

.testimonial-box .testimonial-box-footer .user-img {
width: 115px;
height: 115px;
min-width: 115px;
min-height: 115px;
border-radius: 10px;
position: relative;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}

.testimonial-box .text .quote {
position: absolute;
top: -25px;
z-index: 999999;
left: -25px;
background-color: #f7fffe;
height: 70px;
width: 70px;
display: none;
align-items: center;
justify-content: center;
border-radius: 15px;
}

.testimonial-box .text .quote i {
color: var(--black-color);
font-size: 60px;
}

.testimonial-box .testimonial-box-footer {
margin: 0;
}

.testimonial-box .scroll-height-1 {
font-size: 14px;
height: 250px;
overflow-y: scroll;
padding-right: 5px;
}

.testimonial-box .scroll-height-1::-webkit-scrollbar {
width: 3px;
height: auto;
background-color: #F5F2E9;
border-radius: 100px;
}

.testimonial-box .testimonial-designation h6 {
margin-bottom: 0;
font-size: 16px;
font-style: italic;
}

.testimonial-box .testimonial-designation h6 small {
color: var(--golden-color);
font-size: 12px;
font-style: italic;
font-weight: normal;
}

.testimonial-box .testimonial-designation ul {
margin: 10px 0 0 0;
}

.testimonial-box .testimonial-designation ul li {
list-style: disc;
font-size: 12px;
}


#technical-testimonial .testimonial-box .scroll-height-1 {
font-size: 14px;
height: 157px;
overflow-y: scroll;
padding-right: 5px;
}

#technical-testimonial .testimonial-box .scroll-height-1::-webkit-scrollbar {
width: 3px;
height: auto;
background-color: #F5F2E9;
border-radius: 100px;
}

.soon-page {
min-height: 640px;
height: 100%;
width: 100%;
background: #e3e3e3;
background: linear-gradient(90deg, rgba(227, 227, 227, 1) 0%, rgba(189, 189, 255, 1) 50%, rgba(227, 227, 227, 1) 100%);
color: var(--white-color);
display: flex;
align-items: center;
justify-content: center;
text-align: center;
}

.soon-page .display-4 {
color: var(--black-color);
font-weight: 600 !important;
}

.contact-section {
z-index: 1;
background-color: var(--white-color)ab;
border-radius: 10px;
overflow: hidden;
padding: 0;
margin: 60px 0 0 0;
position: relative;
box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, #3c404326 0px 1px 3px 1px;
}

.social-links {
padding: 0;
margin: 15px 0 0 0;
display: flex;
gap: 10px;
}

.social-links a {
height: 38px;
width: 38px;
border: 1px solid var(--black-color);
border-radius: 8px;
color: var(--black-color);
text-align: center;
font-size: 14px;
transition: ease-in-out all 0.2s;
display: flex;
align-items: center;
justify-content: center;
}

.social-links a:hover {
border-color: var(--black-color);
background-color: var(--black-color);
color: var(--white-color);
}

.contact-section .contact-detail-card {
padding: 24px 0 24px 30px;
}

.contact-section .contact-detail-card p {
margin: 0 0 5px 0;
}

.contact-section .contact-detail-card p a {
color: var(--para-color);
font-size: 16px;
transition: ease-in-out all 0.2s;
}

.contact-section .contact-detail-card p a:hover {
color: #1e56a3;
}

.contact-section .contact-detail-card .contact-detail-card-part {
margin: 0 0 40px 0;
}

.about-section {
padding: 60px 0 80px 0;
}

.about-section .abt-content p.lead {
font-size: 16px;
font-weight: normal;
margin: 0;
}

.about-section .abt-content h1 {
font-size: 48px;
}


.timeline-section {
margin: 80px 0 0 0;
background-color: #fff9ec;
padding: 80px 0;
}

.timeline-section img {
border-radius: 5px;
}

.timeline-section p.lead {
font-size: 16px;
}

.timeline {
position: relative;
padding: 0 0 30px 15px;
overflow: hidden;
}

.timeline::after {
content: "";
position: absolute;
width: 4px;
background: #e0b64e;
top: 0;
bottom: 0;
left: 50%;
margin-left: -2px;
border-radius: 100px;
/*background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(224 182 78) 50%, rgba(0, 0, 0, 0) 100%);*/
}

.timeline-step {
position: relative;
width: 100%;
opacity: 0;
transform: translateY(100px);
transition: all 0.5s ease-in-out;
left: 0 !important;
text-align: left !important;
}

.timeline-step.visible {
opacity: 1;
transform: translateY(0);
}

.timeline-step .timeline-step-header .timeline-step-header-detail {
position: relative;
}

.timeline-step .timeline-step-header .timeline-step-header-detail h2 {
font-size: 36px;
margin: 0;
font-weight: 800;
-webkit-text-stroke: 1px #d22827;
-webkit-text-fill-color: transparent;
font-family: "Poppins", sans-serif;
}

.timeline-step .timeline-step-header .timeline-step-header-detail h4 {
margin: 10px 0 15px 0;
font-size: 21px;
font-weight: 600
}

.timeline-step .timeline-step-body p {
position: relative;
}

.timeline-step .timeline-step-body ul li {
list-style: disc;
}

.timeline-step::before {
content: "";
position: absolute;
top: 24px;
width: 20px;
height: 20px;
background: rgb(225 185 84);
border-radius: 50%;
transform: translateY(-50%);
left: -10px;
}

.timeline::after {
left: 15px;
}

.timeline-step {
width: 100%;
left: 0 !important;
text-align: left;
padding: 0 0 15px 30px;
}

/*.timeline-step .timeline-step-body {
min-height: 420px;
    }*/

.timeline-step:first-child {
border-top: none;
}

#timeline-preview-image {
transition: opacity 0.4s ease-in-out;
}

.sticky-sidebar {
position: sticky;
top: 120px;
margin-top: 0;
}

.hero-content .sticky-sidebar img {
border-radius: 10px;
}

.usecase-section {
padding: 100px 0 0 0;
}

#usecase-slider .item {
padding: 5px 0 5px 5px;
}

#usecase-slider .owl-dots {
text-align: center;
top: -50px;
position: relative;
}

.usecase-card {
display: flex;
gap: 24px;
padding: 0 15px 0 0;
}

.usecase-card .column-25 {
flex: 0 0 40%;
max-width: 40%;
}

.usecase-card .column-25 .usecase-card-img {
box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, #3c404326 0px 1px 3px 1px;
padding: 20px;
border-radius: 15px;
}

.usecase-card .column-25 .usecase-card-img img {
overflow: hidden;
border-radius: 15px;
width: 100%;
object-fit: cover;
object-position: center;
height: 620px;
}

.usecase-card .column-70 {
flex: 0 0 60%;
max-width: 60%;
position: relative;
}

.usecase-card .column-70 .usecase-card-text {
display: flex;
align-items: center;
min-height: 560px;
max-height: 560px;
position: absolute;
top: 7%;
left: -80px;
right: 0;
border-radius: 15px;
padding: 30px 0 30px 30px;
background-color: #f7fffe;
}

.usecase-card .column-70 .usecase-card-text p {
font-size: 15px;
}

.usecase-card .column-70 .usecase-card-text p:last-child {
margin: 0;
}

.usecase-card .column-70 .usecase-card-text p.lead {
font-size: 15px;
margin: 0 0 10px 0;
}

.usecase-card .column-70 .usecase-card-text ul {
margin: 0 0 20px 0;
}

.usecase-card .column-70 .usecase-card-text ul li {
font-size: 15px;
list-style: disc;
}

.usecase-card .column-70 .usecase-card-text ul li::marker {
color: var(--hoverColor);
}

.usecase-card .column-70 .usecase-card-text ul li b {
color: var(--hoverColor);
font-weight: 550;
}

.usecase-card .column-70 .usecase-card-text h5 {
font-size: 24px;
color: var(--black-color);
margin: 10px 0;
}

.usecase-card .column-70 .usecase-card-text h5:first-child {
margin-top: 0;
}

.career-section {
padding: 100px 0;
}

.career-section .consult-form {
border-radius: 15px;
padding: 45px 30px;
}

.career-section ul li {
list-style: disc;
}

.career-section ul li b {
color: var(--black-color);
font-weight: 600;
}

.upload-btn-wrapper {
cursor: pointer;
position: relative;
overflow: hidden;
display: inline-block;
width: 100%;
}

.upload-btn-wrapper .btn {
cursor: pointer;
width: 100%;
border: 1px solid #e9e9e9;
color: var(--heading-color);
background-color: white;
padding: 10px 24px;
border-radius: 10px;
font-size: 15px;
text-align: start;
}

.upload-btn-wrapper .btn i {
font-size: 21px;
}

.upload-btn-wrapper input[type=file] {
font-size: 100px;
position: absolute;
left: 0;
top: 0;
opacity: 0;
}

/*=================== Blog css Start =====================*/
.post, .post-categories span {
box-shadow: rgba(60,64,67,.3) 0 1px 2px 0,#3c404326 0 1px 3px 1px
}

.blog-detail-section {
padding: 60px 0
}

.blog-detail-section aside {
position: -webkit-sticky;
position: sticky;
top: 120px
}

.post {
background-color: var(--white-color)ab;
margin: 0;
border: 1px solid #ddd;
padding: 24px;
border-radius: 15px;
border: none
}

.post .post-thumbnail {
position: relative;
overflow: hidden;
border-radius: 15px
}

.post .post-thumbnail a {
display: block
}

.post .post-thumbnail img {
width: 100%;
border-radius: 15px;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
-webkit-transform: scale(1) translateX(0) rotate(0);
-ms-transform: scale(1) translateX(0) rotate(0);
transform: scale(1) translateX(0) rotate(0);
height: 280px;
object-fit: cover;
object-position: center center
}

.post:hover .post-thumbnail img {
-webkit-transform: scale(1.1) translateX(0) rotate(2deg);
-ms-transform: scale(1.1) translateX(0) rotate(2deg);
transform: scale(1.1) translateX(0) rotate(2deg)
}

.post .post-thumbnail .post-meta {
background: #000;
background: linear-gradient(180deg,rgba(0,0,0,0) 0,#000 100%);
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: auto;
border-radius: 8px;
opacity: 1;
visibility: visible;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
pointer-events: none;
padding: 30px 15px 10px;
border-bottom: 0;
margin: 0;
display: flex;
justify-content: space-between;
align-items: end
}

.post .post-thumbnail .post-meta span {
display: flex;
gap: 5px;
color: #fff;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
font-size: 13px
}

.post .post-thumbnail:hover .post-meta {
opacity: 1;
visibility: visible
}

.post-categories {
margin-top: 15px
}

.post-categories span {
display: inline-block;
padding: 5px 15px;
color: var(--golden-color);
background-color: #f7fffe;
border-radius: 5px;
font-weight: 400;
margin: 0 2px 5px 0;
font-size: 13px;
text-align: center;
line-height: 1.6
}

.post-categories a:hover {
background-color: var(--blueColor);
color: #fff
}

.post:hover h5 {
color: var(--hoverColor)
}

.post .post-body h5, .post h5 {
transition: .2s ease-in-out
}

.post .post-body {
margin: 10px 0 0
}

.post .post-body p {
margin: 0;
font-size: 15px;
display: -webkit-box;
-webkit-line-clamp: 2; /* Change to 1, 2, 3 as needed */
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}

.post .post-body h5 {
font-size: 21px;
margin-bottom: 10px;
color: #030303;
display: -webkit-box;
-webkit-line-clamp: 1; /* Change to 1, 2, 3 as needed */
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}

.post:hover .post-body h5 {
color: var(--golden-color)
}

.post-meta {
margin-bottom: 50px
}

/*============ Blog Sidebar ===================== */
.sidebar-widget .media {
margin-bottom: 30px;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: center;
display: flex
}

.sidebar-widget .media:last-child {
margin-bottom: 0
}

.sidebar-widget .media > a {
display: block;
width: 130px;
min-width: 130px;
border-radius: 8px;
margin-right: 15px;
overflow: hidden;
border: 1px solid #ddd
}

.sidebar-widget .media img {
width: 100%;
border-radius: 8px;
height: 100px;
object-fit: cover;
object-position: center
}

.sidebar-widget .media h6 {
margin: 0 0 5px;
font-size: 16px
}

.sidebar-widget .media h6 a {
color: #030303;
transition: .2s ease-in-out
}

.sidebar-widget .media:hover h6 a {
color: var(--golden-color)
}

.sidebar-widget h5 {
font-size: 24px;
margin-bottom: 30px
}

.sidebar-widget p {
margin-bottom: 0;
font-size: 13px
}

.tags a {
display: inline-block;
font-size: 13px;
padding: 3px 12px;
border: 1px solid rgba(0,0,0,.1);
color: #848486;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
background-color: #fff;
margin: 2px 2px 2px 0;
border-radius: 30px;
text-decoration: none
}

.tags a:hover {
background-color: #f5f5f5;
border-color: rgba(0,0,0,.1);
color: #848486;
-webkit-box-shadow: none;
box-shadow: none
}


/*================== Blog Detail Page Start ==================*/
.post-single {
background-color: var(--white-color)ab;
box-shadow: rgba(60, 64, 67, 0.3) 0 1px 2px 0, #3c404326 0 1px 3px 1px;
margin-bottom: 0;
padding-right: 30px;
margin-bottom: 30px;
margin-right: 30px;
padding: 24px;
border-radius: 15px;
}

.post-single .post-content h1 {
font-size: 36px;
margin: 0 0 15px 0;
}

.post-single h2 {
font-size: 36px;
margin: 0 0 15px 0;
}

.post-single .post-content h2 {
font-size: 36px;
margin: 0 0 15px 0;
}

.post-single .post-content h3 {
font-size: 30px;
margin: 0 0 15px 0;
}

.post-single .post-content h4 {
font-size: 27px;
margin: 0 0 15px 0;
}

.post-single .post-content h5 {
font-size: 18px;
margin: 0 0 15px 0;
}

.post-single .post-content h6 {
font-size: 16px;
margin: 0 0 15px 0;
}

.post-single .post-content h2 {
font-size: 30px;
}

.post-single .post-content h2 strong {
font-weight: 600;
}

.post-single .post-content p {
font-size: 15px;
}

.post-single .post-content p.lead,
.post-single .post-content strong,
.post-single .post-content b {
font-size: 16px;
color: var(--golden-color);
line-height: 1.5;
font-weight: 500;
}

.post-single .post-content blockquote {
position: relative;
padding: 20px;
margin: 20px 0;
border-left: 3px solid var(--black-color);
font-size: 16px;
font-style: italic;
}

.post-single .post-content ul li {
list-style: disc;
font-size: 15px;
}

.post-single .post-categories {
margin-bottom: 15px;
}

.post-single .post-meta {
margin-bottom: 0;
}

.post-single .post-meta span,
.post-single .post-meta span i {
margin-right: 10px;
font-size: 14px;
color: var(--headingColor);
}

.post-single .post-thumbnail {
position: relative;
margin-bottom: 10px;
display: flex;
align-items: center;
justify-content: center;
}

.post-single .post-thumbnail img {
border-radius: 15px;
max-height: 450px;
}

.post-single .post-date-time {
display: flex;
align-items: center;
justify-content: space-between;
}

.post-single .post-date-time .post-categories a {
display: inline-block;
padding: 5px 15px;
color: var(--paraColor);
background-color: #eef9ff;
border-radius: 5px;
font-weight: normal;
margin: 0;
font-size: 13px;
text-align: center;
line-height: 1.6;
max-width: 480px;
}

.post-single .media {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-bottom: 20px;
}

.post-single .media img {
width: 50px;
border-radius: 50%;
}

.post-single .media p {
margin-bottom: 0;
}

.about-author {
margin: 0 30px 30px 0;
border-radius: 15px;
padding: 24px;
background-color: var(--white-color)ab;
box-shadow: rgba(60, 64, 67, 0.3) 0 1px 2px 0, #3c404326 0 1px 3px 1px;
}

.about-author h4 {
margin-bottom: 30px;
}

.about-author-inner {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}

.about-author-content {
flex: 1;
}

.about-author-content p {
text-align: justify;
}

.about-author-content h5 {
margin-bottom: 15px;
}

.social-media {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin: 0;
}

.social-media li {
margin: 0;
}

.about-author .social-media {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin: 20px 0 0;
}

.about-author .social-media li a {
background-color: #f3f3f3;
border: 0;
color: #515151;
width: 40px;
height: 40px;
font-size: 14px;
transition: ease-in-out all 0.2s;
}

.about-author .social-media li a:hover {
background-color: var(--blueColor);
color: #fff;
}

.social-media a {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-right: 15px;
width: 30px;
height: 30px;
border-radius: 50%;
border: 1px solid #1d2228;
color: #1d2228;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}

.social-media a:hover {
background-color: #85b72c;
border-color: #85b72c;
color: #fff;
}

.social-media li a i {
margin: 0;
}

.about-author img {
width: 140px;
border-radius: 15px;
margin-right: 20px;
}

.comments-list {
background-color: var(--white-color)ab;
box-shadow: rgba(60, 64, 67, 0.3) 0 1px 2px 0, #3c404326 0 1px 3px 1px;
margin: 0 30px 30px 0;
border-radius: 15px;
padding: 24px;
}

.comments-list ul {
margin: 0;
}

.comments-list h5 {
margin-bottom: 30px;
}

.comments-list .comment-item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}

.comments-list .comment-item .comment-body {
position: relative;
flex: 1;
}

.comments-list .comment-item img {
width: 65px;
margin-right: 20px;
border-radius: 8px;
}

.comments-list .comment-item h6 {
margin-bottom: 15px;
}

.comments-list .comment-item span {
display: inline-block;
margin-bottom: 15px;
color: #848486;
font-size: 13px;
line-height: 21px;
position: absolute;
top: 4px;
right: 0;
}

.comments-list .comment-item p {
margin-bottom: 0;
text-align: justify;
}

.comments-list li {
margin-bottom: 0;
}

.comments-list li:last-child {
margin-bottom: 0;
padding-bottom: 0;
border-bottom: 0;
}

.comment-form {
background-color: var(--white-color)ab;
box-shadow: rgba(60, 64, 67, 0.3) 0 1px 2px 0, #3c404326 0 1px 3px 1px;
margin: 0 30px 0 0;
border-radius: 15px;
padding: 24px;
}

.comment-form .btn-custom {
margin: 0;
}

.comment-form h4 {
margin-bottom: 30px;
}

.reply-link {
color: #1d2228;
font-family: "Playfair Display", sans-serif;
font-weight: 600;
}

.reply-link:hover {
color: #729e25;
}

.connect-section {
padding: 60px 0 0 0;
}

.connect-section h1.display-1 {
font-weight: 600;
color: var(--black-color);
}

.connect-section h3 {
margin: 0 0 30px 0;
}

.connect-section h5 {
color: #030303;
margin: 0 0 30px 0;
}

.events-section {
padding: 0 0 80px 0;
}

.events-section h1 {
margin: 0 0 30px 0;
}

.events-section h2 {
margin: 30px 0 20px 0;
}

.events-section .events-list li {
list-style: disc;
}

.events-section .events-list li::marker {
color: var(--golden-color);
}

.events-section .events-list li b {
color: var(--black-color);
font-weight: 500;
}

.events-section p.lead {
font-weight: 500;
color: var(--golden-color);
font-size: 18px;
}

.events-section .events-img {
border-radius: 10px;
padding: 24px;
background-color: var(--white-color)ab;
box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, #3c404326 0px 1px 3px 1px;
}

.events-section .events-img img {
border-radius: 10px;
height: 320px;
width: 100%;
object-fit: cover;
}

#imtex-bangalore-2022 .item {
padding: 2px;
}

#dmtx-2023 .item {
padding: 2px;
}

#mtx-connect-kolhapur-2023 .item {
padding: 2px;
}

#imtex-bangalore-2024 .item {
padding: 2px;
}

#elecrama-event-2025 .item {
padding: 2px;
}

.pagination {
gap: 5px;
}

.page-link {
padding: 0;
height: 45px;
width: 45px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 100%;
box-shadow: inset 0 0 18px -8px var(--golden-color);
background-color: #E8F6F5;
border: none;
color: var(--black-color);
}

.page-link:hover {
z-index: 2;
color: var(--white-color);
background-color: var(--golden-color);
}

.page-link:focus {
border-color: var(--golden-color);
outline: 0;
box-shadow: inset 0 0 18px -8px var(--golden-color);
background-color: #E8F6F5;
color: var(--golden-color);
}

.page-item.active .page-link {
color: #fff;
background-color: var(--golden-color);
border-color: var(--golden-color);
}

.page-item:first-child .page-link {
border-radius: 100%;
border: 1px solid var(--golden-color);
color: var(--golden-color);
box-shadow: none;
background-color: transparent;
font-size: 18px;
transition: ease-in-out all 0.2s;
}

.page-item:last-child .page-link {
border-radius: 100%;
border: 1px solid var(--golden-color);
color: var(--golden-color);
box-shadow: none;
background-color: transparent;
font-size: 18px;
transition: ease-in-out all 0.2s;
}

.page-item:last-child:hover .page-link, .page-item:last-child:hover .page-link {
box-shadow: inset 0 0 18px -8px var(--golden-color);
}


.icci-stats-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 24px;
}

.icci-stats-detail {
padding: 45px 24px;
border-radius: 12px;
margin: 0;
text-align: center;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
background: rgb(255,234,244);
background: linear-gradient(0deg, rgba(255,234,244,1) 0%, rgba(253,239,246,0.8827906162464986) 100%);
border: 2px solid rgb(255,234,244);
}

.icci-stats-detail h1 {
font-weight: 700;
font-size: 42px;
color: #211f54;
position: relative;
margin: 0 0 15px 0;
}

.icci-stats-detail h1::after {
color: var(--black-color);
content: "\F4FE";
font-family: bootstrap-icons !important;
font-weight: 900 !important;
font-size: 36px;
top: 4px;
position: relative;
left: -5px;
}

.icci-stats-detail h1 span {
color: #00af79;
margin: 0 0 0 10px;
}

.icci-stats-detail h6 {
font-weight: 700;
font-size: 18px;
margin: 0;
}

.icci-stats-detail p {
margin: 0;
}

.gradient-1 {
background: rgb(255,234,244);
background: linear-gradient(0deg, rgba(255,234,244,1) 0%, rgba(253,239,246,0.8827906162464986) 100%);
border: 2px solid rgb(255,234,244);
}

.gradient-2 {
background: rgb(230,255,245);
background: linear-gradient(0deg, rgba(230,255,245,1) 0%, rgba(240,255,249,0.8827906162464986) 100%);
border: 2px solid rgb(230,255,245);
}

.gradient-3 {
background: rgb(222,222,255);
background: linear-gradient(0deg, rgba(222,222,255,1) 0%, rgba(240,240,255,0.8799894957983193) 100%);
border: 2px solid rgb(222,222,255);
}

.gradient-4 {
background: rgb(178,230,255);
background: linear-gradient(0deg, rgba(178,230,255,1) 0%, rgba(221,244,255,0.8799894957983193) 100%);
border: 2px solid rgb(178,230,255);
}

.gradient-5 {
background: rgb(247, 247, 252);
background: linear-gradient(0deg, rgba(227, 244, 254, 1) 0%, rgba(247, 247, 252, 1) 100%);
border: 2px solid rgb(227,244,254);
}
/*=========== Footer section css start ============*/
footer {
padding: 60px 0 15px 0;
background: #2b2a29;
box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, #3c404326 0px 1px 3px 1px;
}
/*050010*/
footer .footer-logo {
width: 250px;
margin: 0 0 24px 0;
}

footer p {
color: #d1d1d1;
font-size: 14px;
display: -webkit-box;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}

footer p i {
color: var(--golden-color);
font-size: 21px;
}

footer p a {
color: var(--white-color);
margin: 0;
display: inline-block;
transition: ease-in-out all 0.2s;
}

footer p a:hover {
color: #e0b64e;
}

.footer-list {
padding: 0 0 0 20px;
}

.footer-list li {
list-style: disc;
}

.footer-list li::marker {
color: #e0b64e;
}

.footer-list li a {
color: #d1d1d1;
margin: 0 0 5px 0;
transition: ease-in-out all 0.2s;
position: relative;
padding: 0;
font-size: 14px;
}

.footer-list li a:hover {
color: #e0b64e;
}

footer h4 {
font-size: 18px;
margin: 0 0 15px 0;
color: var(--white-color);
}

footer h5 {
font-size: 16px;
margin: 0 0 10px 0;
color: var(--golden-color);
}

footer .social-links {
padding: 0;
margin: 15px 0 0 0;
display: flex;
gap: 10px;
}

footer .social-links a {
height: 38px;
width: 38px;
border: 1px solid var(--golden-color);
border-radius: 0;
color: var(--golden-color);
text-align: center;
font-size: 16px;
transition: ease-in-out all 0.2s;
display: flex;
align-items: center;
justify-content: center;
border-radius: 5px;
}

footer .social-links a:hover {
border-color: var(--golden-color);
background-color: var(--golden-color);
color: var(--white-color);
}

.bootom-footer {
margin: 30px 0 0 0;
text-align: center;
padding: 15px 0 0 0;
border-top: 1px solid var(--white-color)40;
}

.bootom-footer p {
margin: 0;
}

.bootom-footer p a {
margin: 0;
}

/*=========== Mobile footer section css start ============*/
footer .accordion-flush .accordion-body {
padding: 15px 0 0 10px;
background-color: #f7fffe;
}

footer .accordion-flush .accordion-item {
background-color: transparent;
border: none;
margin: 0;
padding: 0;
box-shadow: none;
}

footer .accordion-flush .accordion-item .accordion-button {
font-size: 16px;
background-color: #f7fffe;
color: var(--black-color);
font-weight: 600;
padding: 10px 0;
border-radius: 0;
border: none;
border-bottom: 1px solid var(--white-color)1c;
}

footer .accordion-flush .accordion-item .accordion-button::after {
font-family: bootstrap-icons !important;
content: "\F4FE";
font-size: 24px;
width: auto;
height: auto;
background-image: none;
color: var(--black-color);
}

footer .accordion-flush .accordion-item .accordion-button:not(.collapsed)::after {
font-family: bootstrap-icons !important;
content: "\F2EA";
background-image: none;
transform: unset;
color: var(--golden-color);
}

footer .accordion-flush .accordion-item:not(:first-of-type) {
border-top: none;
}

footer .accordion-flush .accordion-item .accordion-button:not(.collapsed) {
color: var(--golden-color);
background-color: #f7fffe;
}

footer .accordion-flush .accordion-item:last-of-type .accordion-button.collapsed {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
border-radius: 0 !important;
}

footer .accordion-flush .accordion-body ul li::before {
display: none;
}

footer .accordion-flus .accordion-body ul li {
padding-left: 0;
}

footer .accordion-flush .accordion-item .accordion-header {
margin-bottom: 0;
border-bottom: 1px solid rgba(0,0,0,.125);
}

.donate-button {
display: inline-flex;
align-items: center;
gap: 10px;
padding: 0 24px;
font-size: 16px;
color: var(--black-color);
background: linear-gradient(135deg, var(--golden-color), #f9df90);
border: none;
border-radius: 50px;
cursor: pointer;
text-decoration: none;
position: relative;
overflow: hidden;
animation: pulse 2s infinite;
height: 45px;
transition: background 0.3s ease;
box-shadow: 0 0 0 0 rgba(255, 75, 43, 0.6);
}

.donate-button:hover {
background: linear-gradient(135deg, #f9df90, var(--golden-color));
box-shadow: 0 0 20px rgba(255, 75, 43, 0.6);
color: var(--black-color);
transition: background 0.3s ease;
}

@keyframes pulse {
0% {
box-shadow: 0 0 0 0 rgba(220, 177, 71, 0.9);
}

70% {
box-shadow: 0 0 0 10px rgba(220, 177, 71, 0.2);
}

100% {
box-shadow: 0 0 0 0 rgba(220, 177, 71, 0);
}
}

.video-button {
background: linear-gradient(135deg, #bc2c2c, #fe211e);
display: flex;
align-items: center;
justify-content: center;
padding: 0;
font-size: 30px;
color: var(--white-color);
border: none;
border-radius: 100%;
cursor: pointer;
text-decoration: none;
position: relative;
overflow: hidden;
animation: pulseVideo 2s infinite;
height: 70px;
width: 70px;
transition: ease-in-out all 0.2s;
margin: 0;
}

.video-button:hover {
background: linear-gradient(135deg, #fe211e, #bc2c2c);
box-shadow: 0 0 20px rgba(254, 33, 30, 0.6);
color: var(--white-color);
}



@keyframes pulseVideo {
0% {
box-shadow: 0 0 0 0 rgba(254, 33, 30, 0.9);
}

70% {
box-shadow: 0 0 0 10px rgba(254, 33, 30, 0.2);
}

100% {
box-shadow: 0 0 0 0 rgba(254, 33, 30, 0);
}
}

.btn-link {
color: var(--black-color);
font-size: 16px;
text-decoration: none;
}



/********************* Challenges Section css Start ***************************/
.challenges-section {
padding: 80px 0 0 0;
background: var(--white-color);
}

.challenges-section-card .challenges-icon {
display: flex;
align-items: center;
justify-content: center;
margin: 0;
text-align: center;
height: 80px;
width: 80px;
background-color: var(--golden-color);
border-radius: 0 0 0 30px;
position: absolute;
top: 0;
right: 0;
}

.challenges-section-card:hover .challenges-icon {
background-color: var(--heading-color);
}

.challenges-section-card .challenges-icon img {
width: 45px;
}

.challenges-section-card h5 {
margin: 0 0 15px 0;
font-size: 21px;
}

.challenges-section-card p {
font-size: 15px;
margin: 0;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}

.challenges-section-card {
background: linear-gradient(to top, #ffffff00, #ffffff00);
padding: 30px 24px;
border-bottom: 3px solid var(--golden-color);
-webkit-box-shadow: 0px 5px 24px 6px rgba(0, 0, 0, 0.06);
box-shadow: 0px 5px 24px 6px rgba(0, 0, 0, 0.06);
position: relative;
border-radius: 5px;
}

.challenges-section-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(to bottom, #e4d00a 0%, #e4d00a 50%, #e4d00a 100%);
transform: scaleY(0);
transform-origin: bottom;
transition: transform 0.4s ease-in-out;
z-index: -1;
}

.challenges-section-card:hover::before {
transform: scaleY(1);
}

.challenges-section-card:hover h5,
.challenges-section-card:hover p {
color: var(--white-color);
transition: color 0.4s ease-in-out;
}

.challenges-section-card a {
text-align: center;
height: 40px;
width: 40px;
border-radius: 0;
display: flex;
background-color: var(--golden-color);
-webkit-box-shadow: 0px 5px 24px 6px rgba(0, 0, 0, 0.06);
box-shadow: 0px 5px 24px 6px rgba(0, 0, 0, 0.06);
-webkit-transition: .5s ease;
-o-transition: .5s ease;
transition: .5s ease;
color: var(--heading-color);
align-items: center;
justify-content: center;
margin: 30px 0 0 0;
font-size: 21px;
}

.challenges-section-card:hover a {
background-color: var(--white-color);
}


/********************* Challenges Section css End ***************************/
.inphog-team-section .nav-pills {
 margin: 60px 0 0 0;
 gap: 15px;
}

.inphog-team-section .nav-link {
padding: 0;
}

.inphog-team-section .nav-pills .nav-link {
 padding: 0 24px;
 font-size: 18px;
 font-weight: 600;
 color: var(--black-color);
 border: 1px solid #000000;
 text-align: center;
 height: 50px;
}

 .inphog-team-section .nav-pills .nav-link.active, .inphog-team-section .nav-pills .nav-link:hover, .inphog-team-section .nav-pills .show > .nav-link {
  color: #d22827;
  background-color: transparent;
  border-color: #d22827;
 }

/*.inphog-team-section .nav-pills .nav-link:first-child {
padding-left: 0;
}*/


.custom-timeline {
position: relative;
margin: 0 auto;
}

.custom-timeline::after {
content: '';
position: absolute;
top: 0;
bottom: 0;
left: 50%;
transform: translateX(-50%);
width: 20px;
background-color: #d5d5d5;
z-index: 0;
border-radius: 15px;
}

.custom-timeline::before {
content: '';
position: absolute;
top: 0;
bottom: 0;
left: 50%;
transform: translateX(-50%);
border-left: 4px dashed white;
z-index: 1;
}


.timeline-block {
padding: 20px 40px;
position: relative;
background-color: inherit;
width: 50%;
opacity: 0;
transform: translateY(30px);
transition: all 0.6s ease-out;
}

.timeline-block.show {
opacity: 1;
transform: translateY(0);
}

.left {
left: 0;
}

.right {
left: 50%;
}

.content {
background-color: white;
padding: 20px;
border-radius: 8px;
box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.date-badge {
background: linear-gradient(to right, #dfb54d, #b48100);
color: white;
padding: 3px 20px;
border-radius: 30px;
font-size: 21px;
margin-bottom: 10px;
display: inline-block;
font-weight: 600;
}

.circle {
content: '';
position: absolute;
width: 35px;
height: 35px;
border-radius: 50%;
background-color: #d5d5d5;
top: 25px;
z-index: 999999;
}

.left .circle {
right: -9px;
}

.right .circle {
left: -9px;
}

.timeline-block.left {
text-align: right;
}

.timeline-block.right {
text-align: left;
}

.visit {
margin-top: 10px;
display: inline-block;
color: #8e2de2;
text-decoration: none;
font-weight: bold;
}

#Inphog-2008 .item .inphog-team-card .inphog-team-thumb img {
 height: 420px;
 box-shadow: none;
 border: 1px solid #e1b954;
}

#Inphog-2008 .item .inphog-team-card .inphog-team-thumb {
margin: 0;
}

#Inphog-2014 .item .inphog-team-card .inphog-team-thumb img {
 height: 420px;
 box-shadow: none;
 border: 1px solid #e1b954;
}

.establishment-progress-img a {
display: block;
cursor: pointer;
}

.establishment-progress-img img {
 border-radius: 5px;
 border: 1px solid #e1b954;
 margin: 0 0 15px 0;
}

@media screen and (max-width: 768px) {
 .custom-timeline::after {
left: 8px;
}

.timeline-block {
width: 100%;
padding-left: 30px;
padding-right: 25px;
margin-bottom: 20px;
}

.timeline-block.right {
left: 0%;
}

.left .circle, .right .circle {
left: 0px;
}

.timeline-block.left {
text-align: left;
}
}


.collab-section {
padding: 80px 0;
}

 .collab-section .nav-link {
  background-color: #fff9ec;
  color: var(--black-color);
  border: 2px solid #f7ecd3;
  margin: 0 0 24px 0;
  border-radius: 10px;
  padding: 0 30px;
  font-size: 18px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 100px;
  width: 100%;
  gap: 5px;
  line-height: normal;
 }

.collab-section .nav-link:last-child {
margin: 0;
}

.collab-section .nav-pills .nav-link.active, .collab-section .nav-pills .nav-link:hover, .collab-section .nav-pills .show > .nav-link {
background-color: var(--golden-color);
color: var(--black-color);
border-color: var(--golden-color);
}

.collab-section .nav-pills .nav-link span {
height: 30px;
width: 30px;
border: 1px solid var(--black-color);
border-radius: 100%;
display: flex;
align-items: center;
justify-content: center;
background-color: var(--black-color);
color: var(--white-color);
font-size: 16px;
line-height: normal;
}

.collab-section .tab-content .collab-img-card {
float: left;
margin: 0 24px 0 0;
border: 3px solid #f1f1f1;
border-radius: 10px;
object-fit: cover;
display: inline-block;
}

.collab-section .tab-content .collab-img-card img {
border-radius: 7px;
}

.collab-section .tab-content .collab-detail p {
text-align: justify;
}
/* Mobile: horizontal scroll */
@media (max-width: 991px) {
.scroll-nav {
display: flex;
flex-wrap: nowrap;
overflow-x: auto;
overflow-y: hidden;
gap: 16px; /* space between tabs */
scroll-behavior: smooth;
padding-bottom: 10px;
}

.scroll-nav .nav-link {
flex: 0 0 auto; /* prevent shrinking */
min-width: 220px; /* adjust width so 2-3 tabs fit */
border-radius: 15px;
text-align: center;
}

.scroll-nav::-webkit-scrollbar {
display: none; /* hide scrollbar for cleaner look */
}
}