/** // Home Page Start // **/

.main-header {
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
}
.header-section.fixed .main-header {
    position: fixed;
    top: 0;
    z-index: 99999999;
    width: 100%;
    border-bottom: 2px solid var(--secound-color);
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
}
.online-box-mob {
    display: none;
}

/* <<< Banner Section >>> */
.banner-item {
    /* height: 520px; */
}

/* <<< Facility Box Section >>> */
.facility-box {
    border: 8px solid var(--first-color);
}
.facility-box span i {
    font-size: 58px;
    color: var(--white-color);
}
.facility-box:hover {
    border-top: 8px solid var(--first-color);
    border-bottom: 8px solid var(--first-color);
    border-left: 3px solid var(--first-color);
    border-right: 3px solid var(--first-color);
    background-color: var(--white-color) !important;
}
.facility-box:hover span i, .facility-box:hover h5 , .facility-box:hover p {
    color: var(--first-color) !important;
}

/* <<< About Us Section >>> */
.aboutus-image {
    height: 900px;
    margin: -9% 0 0 -23%;
    position: relative;
    z-index: -1;
}

/* <<< Placement Section >>> */
.placement-our-image, .placement-story-image {
    height: 460px;
}
.placement-our-image img, .placement-story-image img {
    object-fit: contain;
    transform: scale(1);
}
.placement-our-image:hover img, .placement-story-image:hover img {
    transform: scale(1.1);
}

/* <<< Testimonials Section >>> */
.testimonials-section {
    background-image: url(../images/banner/test-bg-image.jpeg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.testimonials-heading {
    margin: 0 auto;
}
.testimonial-slider {
    margin: 0 -15px;
}
.testimonials-slider-box {
    padding: 0 15px;
}
.testimonials-slider-head {
    border-bottom: 2px solid #ddd;
}
.testimonials-slider-head-image {
    width: 95px;
    height: 95px;
}
.testimonials-slider-head-quote {
    width: 50px;
}
.testimonials-slider-review p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
}

/* <<< Testimonials and Brand Slider Dots and Arrows >>> */
.testimonials-section .testimonials-slider-row .slick-slider .slick-dots, .brand-section .slick-slider .slick-dots {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: -70px;
    width: 100%;
    gap: 12px;
}
.testimonials-section .testimonials-slider-row .slick-slider .slick-dots li, .brand-section .slick-slider .slick-dots li {
    height: 24px;
    width: 24px;
    border-radius: 2px;
    border: 1px solid transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}
.testimonials-section .testimonials-slider-row .slick-slider .slick-dots li button, .brand-section .slick-slider .slick-dots li button {
    height: 10px;
    width: 10px;
    background: var(--white-color);
    font-size: 0;
    border-radius: 2px;
}
.testimonials-section .testimonials-slider-row .slick-slider .slick-dots li.slick-active, .brand-section .slick-slider .slick-dots li.slick-active {
    border-color: var(--first-color);
}
.testimonials-section .testimonials-slider-row .slick-slider .slick-dots li.slick-active button, .brand-section .slick-slider .slick-dots li.slick-active button {
    background: var(--first-color);
}
.testimonials-section .testimonials-slider-row .slick-slider .slick-arrow, .testimonials-section .testimonials-slider-row .slick-slider .slick-arrow, .brand-section .slick-slider .slick-arrow, .brand-section .slick-slider .slick-arrow {
    position: absolute;
    width: 80px;
    height: 40px;
    font-size: 15px;
    border-radius: 4px;
    border: 1px solid #e8e8e8;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white-color);
}
.testimonials-section .testimonials-slider-row .slick-slider .slick-prev.slick-arrow, .brand-section .slick-slider .slick-prev.slick-arrow {
    top: -85%;
    right: 12%;
}
.testimonials-section .testimonials-slider-row .slick-slider .slick-next.slick-arrow, .brand-section .slick-slider .slick-next.slick-arrow {
    top: -85%;
    right: 5%;
}
.testimonials-section .testimonials-slider-row .slick-slider .slick-prev.slick-arrow::before, .testimonials-section .testimonials-slider-row .slick-slider .slick-next.slick-arrow::before, 
.brand-section .slick-slider .slick-prev.slick-arrow::before, .brand-section .slick-slider .slick-next.slick-arrow::before {
    content: '';
    position: absolute;
}
.brand-section .slick-slider .slick-next.slick-arrow:hover, .brand-section .slick-slider .slick-prev.slick-arrow:hover {
    background-color: var(--first-color);
    color: var(--white-color);
}
/* <<< Choose Section >>> */
.choose-box:hover {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.choose-box-image {
    width: 80px;
    height: 80px;
}
.choose-box h5::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -8px;
    height: 3px;
    background-color: var(--first-color);
    width: 50%;
}

/* <<< Brand Logo Section >>> */
.brand-section {
    background-image: url(../images/banner/test-bg-image.jpeg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 120px 0 120px;
}
.brand-section .brand-block .brand-item {
    padding: 20px;
    border: 1px solid #EAEAEC;
    border-radius: clamp(4px, 0.417vw, 16px);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 12px;
    cursor: pointer;
    transform: scale(1);
}
.brand-section .brand-block .brand-item:hover img {
    transform: scale(1.1);
}
.brand-section .brand-block .brand-item:hover {
    border: 1px solid var(--first-color);
}
.testimonials-section .testimonials-slider-row .slick-slider .slick-dots li, .brand-section .slick-slider .slick-dots li, .testimonials-section .testimonials-slider-row .slick-slider .slick-dots li button, .brand-section .slick-slider .slick-dots li button, 
.testimonials-section .testimonials-slider-row .slick-slider .slick-arrow, .testimonials-section .testimonials-slider-row .slick-slider .slick-arrow, .brand-section .slick-slider .slick-arrow, .brand-section .slick-slider .slick-arrow, 
.brand-section .brand-block .brand-item, .brand-section .brand-block .brand-item:hover img, .brand-section .brand-block .brand-item:hover
.brand-section .slick-slider .slick-prev.slick-arrow, .brand-section .slick-slider .slick-next.slick-arrow  {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}
/** // Home Page End // **/

/** // About Us Page Start // **/
.about-us-box-1, .about-us-box-2, .about-us-box-3 {
    width: 65%;
    height: 280px;
    margin: 0 auto;
}
.about-us-box-2 {
    width: 32%;
    height: 120px;
    position: absolute;
    top: -28%;
    left: -3%;
}
.about-us-box-3 {
    width: 38%;
    height: 180px;
    position: absolute;
    right: 1%;
    bottom: -40%;
}
.about-us-right {
    margin-top: -80px;
}
.about-us-right p {
    font-size: 17px;
    line-height: 26px;
}
/** // About Us Page End // **/

/** // Courses page Start // **/   
.courses-box:hover {
    background: var(--third-color);
}   
.courses-icon-box  {
    height: 56px;
}
.courses-icon-box h6 {
    font-size: 15px;
}
.courses-icon-image {
    width: 60px;
    height: 40px;
}
.courses-icon-image img {
    object-fit: contain;
}
.courses-points li {
    font-size: 14px;
    line-height: 18px;
    padding: 5px 0;
}
.courses-points li i {
    padding-right: 6px;
}
/** // Courses Page End // **/      

/** // Contact Us Page Start // **/
.contactus-section .contactus-wrapper .contactus-details-col .contactus-details-block .contactus-icon-box {
    width: clamp(32px, 2.5vw, 60px);
    height: clamp(32px, 2.5vw, 60px);
    display: grid;
    align-items: center;
    justify-content: center;
    background: #004439;
    border-radius: clamp(4px, 0.417vw, 16px);
}
.contactus-section .contactus-wrapper .contactus-details-col .contactus-details-block .contactus-icon-box svg {
    color: var(--white-color) !important;
}
.contactus-input-block svg, .signup-form-block svg, .signup-form-block i {
    position: absolute;
    top: 20%;
    left: 4%;
}
.login-input-block i, .login-input-block svg {
    top: 10px;
    left: 20px;
}
.contactus-details-block a:hover {
    color: var(--first-color);
}
/** // Contact Us Page end // **/

/** // Placement Page Start // **/
.place-supp-section, .certificate-section, .addmission-section, .login-section, .signup-section, .contactus-section {
    background-image: url(../images/banner/lining-design-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.place-supp-image-box-1 {
    width: 200px;
    height: 200px;
    border-right: 16px solid var(--white-color);
    border-bottom: 16px solid var(--white-color);
    border-top: 1px solid var(--first-color);
    border-left: 1px solid var(--first-color);
    position: absolute;
    left: -12%;
    top: -12%;
}
.place-supp-image-box-2 {
    width: 90%;
    height:540px;
    margin: 0 auto;
    border: 4px solid var(--fifth-color);
}
/** // Placement Page End // **/

/** // All Diploma Pages Start // **/
.dip-detail-right-box h6 {
    font-size: 16px;
}
.dip-detail-right-box ul {
    width: 100%;
}
.diploma-btn a {
    background-color: var(--secound-color);
}
.dip-detail-left ul li span i, .dip-detail-right-box ul li i {
    color: var(--secound-color);
}
/** // All Diploma Pages End // **/