@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:wght@300;400;600&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family:system-ui, -apple-system, BlinkMacSystemFont, 
    'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 
    'Open Sans', 'Helvetica Neue', sans-serif;

}

body {

    background-color: white;
}
table{
    display: inline-flexbox;
    width: 100% auto;
}
table tbody h3{
    width: 100%;
    text-align: center;
}


table tr th{
    padding: 5px 0px;
    background-color: #e7ab06;
    color: white;
    border: 1px solid white;
    text-align: center;
}
table tr td{
    padding: 5px 0px;
    border: 1px solid rgb(56, 56, 85);
    text-align: center;
}
*::selection {
    color: white;
    background-color: #014e94;
}

.active{
    background-color: #e6bd35;
}
.active a{
    color: white !important;
}

/* Header Top-Section css start */

.head {
    width: 100%;
    background-color: #e6bd35;
    height: 55px;
    padding: 10px;
    margin: 0px;
    z-index: -2;

}


.head .top-left-nav {
    display: flex;
    position: absolute;
    left:0;
    padding: 10px;
    width: 60%;
    height: 70px;
    background-color: #014e94;
    color: white;
    align-items: center;
    justify-content: left;
}
.top-left-nav .top-left-content{
    position: absolute;
    height: 100px;
    width: 70%;
    padding: 10px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    z-index: 9999;
    }

.top-left-nav a {
    color: white;
    text-decoration: none;
    font-weight: bold;
    font-size: 15px;
}

.top-left-nav a:hover i {
    background-color: #e6bd35;
}

.top-left-nav i {
    color: white;
    font-size: 20px;
}

.top-left-nav a:hover i.fa-facebook {
    color: blue;
    background-color: white;
}

.head .top-left-nav a:hover i.fa-instagram {
    color: red;
    background-color: white;

}

.head .top-left-nav a:hover i.fa-twitter {
    color: green;
    background-color: white;
}

.head .top-left-nav a:hover i.fa-youtube {
    color: red;
    background-color: white;
}



.head .top-right-nav {
    display: flex;
    position: absolute;
    top:0px;
    right:0px;
    padding: 10px;
    width: 55%;
    color: white;
    align-items: center;
    justify-content: space-around;
    height: -100%;
    border-top: 100px solid #e6bd35;
    border-left: 100px solid transparent;
    z-index: 1;
}
.top-right-nav .top-right-content{
position: absolute;
top:-70px;
display: flex;
justify-content: space-around;
align-items: center;
z-index: 9999;
}

.top-right-nav a {
    color: white;
    text-decoration: none;
    font-weight: bold;
    font-size: 15px;
}

.top-right-nav a:hover i {
    background-color: rgb(243, 195, 92);
}

.top-right-nav i {
    color: white;
    font-size: 20px;
}
.top-right-nav a i.fa-facebook {
    color: blue;

}

.top-right-nav a:hover i.fa-facebook {
    color: blue;
    background-color: white;
}
.head .top-right-nav a i.fa-instagram {
    color: red;

}

.head .top-right-nav a:hover i.fa-instagram {
    color: red;
    background-color: white;

}
.head .top-right-nav a i.fa-twitter {
    color: green;
}

.head .top-right-nav a:hover i.fa-twitter {
    color: green;
    background-color: white;
}
.head .top-right-nav a i.fa-youtube {
    color: red;
}

.head .top-right-nav a:hover i.fa-youtube {
    color: red;
    background-color: white;
}


.social-icon {
    position: absolute;
    margin-left: 650px;
    background-color: #014e94;
}

.enquiry-btn {
    color:white ;
    font-weight: bolder;
    background-color: #014e94;
    border-radius: 5px;
    border: none;
    font-size: 15px;
    margin-bottom: 0px;
    border: 2px solid #014e94;
    padding: 8px;
    cursor: pointer;
    transition: all ease 0.3s;
}

.enquiry-btn:hover {
    background-color: #014e94;
    color: rgb(243, 195, 92);
    border: 2px solid white;
    transition: all ease 0.2s;
}

.form-container {
    display: none;
    position: fixed;
    background-color: rgba(8, 2, 26, 0.8);
    width: 600px;
    padding: 15px;
    top: 0;
    left: 0;
    transform: translate(70%, 25%);
    border-radius: 10px;
    color: white;
    z-index: 9999;
    flex-direction: column;
}

.cancel {
    position: absolute;
    right: 20px;
    top: 20px;
    color: #e6bd35;
}

.cancel i {
    color: #e6bd35;
    border-radius: 50px;
    font-size: 30px;
}

.cancel:hover i {
    background-color: #014e94 !important;
    color: #e6bd35 !important;
}

.form-container .enqry-form {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    
}

.form-container .enqry-form h1 {
    margin: 10px 0px;
}

.form-group {
    width: 80%;
    position: relative;
    margin-bottom: 0px;
}

.enqry-form .form-group input,
.enqry-form .form-group textarea,
.enqry-form .form-group select,
.enqry-form .form-group button {
    padding: 10px;
    border-radius: 5px;
    border: 3px solid rgba(0, 0, 0, 0.2);
    margin-bottom: 15px;
    outline: none;
    width: 100%;
    height: 40px;
    background-color: white;
    font-size: 12px;
    font-weight: 600;
}

.enqry-form .form-group label {
    position: absolute;
    font-size: 13px;
    top: -10px;
    left: 20px;
    color: rgba(78, 74, 74, 0.856);
    background-color: white;
}

.enqry-form .form-group textarea {
    resize: none;
    height: 60px;
}


.enqry-form button {
    font-size: 15px;
    height: 40px;
    background-color: #014e94;
    border: 2px solid #e6bd35;
    color: white;
    font-weight: 600;
    border-radius: 5px;
    padding: 5px;
}

.enqry-form button:hover {
    background-color: white;
    color: #e6bd35;
    cursor: pointer;
}


.enqry-form .form-group input:placeholder-shown+label {
    top: 11px;
    left: 20px;
    background-color: white;
}

.enqry-form .form-group input:focus+label,
.enqry-form .form-group select:focus+label,
.enqry-form .form-group textarea:focus+label {
    top: -10px;
    left: 20px;
    transition: all 0.3s ease;
    color: #014e94;
    font-weight: 600;
}

.enqry-form .form-group input:focus,
.enqry-form .form-group select:focus,
.enqry-form .form-group textarea:focus {
    border-color: #014e94;
}




/* Header Bottom-sectin Nav-Bar css start*/





.logo {
    position: absolute;
    overflow: hidden;
}

figure img {
    width: 400px;
    height: auto;
    padding: 0px;
    margin-top:10px;
    background-size: cover;
}

.toggle-section {
    display: flex;
    position: absolute;
    visibility: hidden;
    background-color:#014e94 ;
    align-items: center;
    justify-content: space-around;
    margin: 0px;
    padding: 0;
    width: 100%;
    height: 40px;
    z-index: 5;
}

#toggle {
    color: white;
    font-size: 30px;
}
.navigation{
    background-color: white;
    margin-top:20px;
    padding:5px 0px;
    z-index: 999;
    width: 100%;
    height:auto;
}

 .nav-bar i {
    color: #e6bd35;
    font-size: 25px;

}

.nav-bar i:hover {
    background-color: #014e94;
    color: white;
}

.nav-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 250px;
    margin-top: 50px;
    width: 100%;
    z-index: 1;
}

.nav-bar ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;

}

.nav-bar ul li {
    list-style: none;
    padding: 10px 6px;
    opacity: 1;
    text-align: left;
    position: relative;
    transition: all 0.3s ease;

}

.nav-bar ul li a {
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
    color: #014e94;
}

.nav-bar ul li:hover {
    cursor: pointer;
    background-color: #014e94;
}

.nav-bar ul li:hover a {
    color: white;
}

.nav-bar ul li ul {
    display: none;
    position: absolute;
    top: 38px;
    left: 0;
    background-color: #d8dad9fb;
    min-width: 220px;
    box-shadow: 2px 2px 5px #014e94;
    z-index: 3;

}

.nav-bar ul li ul li {
    border-bottom: 1px solid white;
    transition: all 0.5s ease;

}

.nav-bar ul li ul li a {
    color: #014e94 !important;
    display: block;
    padding: 0px;
    text-decoration: none;
}

.nav-bar ul li ul li:hover a {
    color: white !important;
}

.nav-bar ul li:hover ul {
    display: inline;

}

.whatsapp {
    position: fixed;
    right: 0px;
    margin-top: -90px;
    height: 50px;
    width: 50px;
    z-index: 5;
}

.whatsapp img {
    height: 50px;
    width: 50px;
    transition: all 0.2s ease;

}

.whatsapp img:hover {
    transform: scale(1.1);
    filter: drop-shadow(0px 0px 5px #e6bd35);
}


/* Header Section css End */







/* Index Page css Start */
/*         ||
            ||
           \  /  
             V
/* Main Slider css Start */


.slick-container {
    scroll-behavior: smooth;
    display: flex;
    position: relative;
    top: 110px !important;
    height: 500px;
    width: 100%;
    overflow: hidden;
    z-index: -1;
}

.slick-container::after {
    display: flex;
    content: 'Admission Open 2024 - 2025';
    color: white;
    text-align: center;
    justify-content: center;
    flex-direction: column;
    font-size: 60px;
    font-weight: 800;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transition: translate(-50%, -50%);
    background: rgba(14, 14, 36, 0.651);
}

.slick-content {
    margin-top: 0px;
    height: 500px;
    width: 100%;
    object-fit: contain;
    object-position: center;
}


.slick-content img {
    position: relative;
    height: 500px;
    width: 100%;
    object-fit: cover;
    object-position: center;
    aspect-ratio: 1/1;
}

/* Main Slider css End */




.card-wrapper {
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
    justify-content: space-around;
    width: 100%;
    margin-top: -123px;

}

.card-wrapper .column {

    width: 22%;

}

.card-wrapper .column .card {
    color: white;
    text-align: center;
    justify-content: center;
    padding: 2vw;
    font-size: 1.8vh;
    cursor: pointer;
    height: 120px;
}

.card-color-1 {
    color: white;
    background: linear-gradient(to right, #014e94, #e6bd35);
}

.card-color-2 {
    color: white;
    background-color: #e6bd35;
}

.card:hover {
    background: linear-gradient(to right, #e6bd35, #014e94);
}

.social-media {
    display: inline;
    width: 3%;
    position: absolute;
    color: white;
    margin-top: -500px;
    right: 0px;
    border-radius: 0px;
}

.social-media .elem {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    box-shadow: 5px 5px white;
    background-color: #014e94;
    color: white !important;
    margin-top: 10px;
    height: 40px;
}

.social-media .elem:hover {
    background-color: #e6bd35;
}

.social-media .elem i {
    color: white;
    transition: all ease 1s;
}

.social-media .elem:hover i {
    transform: translateX(-20deg);
    background-color: white;
    transition: all ease 0.5s;
}

.social-media .elem:hover i.fa-facebook {
    color: blue;
}

.social-media .elem:hover i.fa-instagram {
    color: red;
}

.social-media .elem:hover i.fa-twitter {
    color: green;
}

.social-media .elem:hover i.fa-youtube {
    color: red;
}
.fa-youtube{
    color:red;
}
.video-container{
    width: 100%;
    margin-top: -150px;
    object-fit: fill;
    overflow: hidden;
    z-index: -55;

}


.slide-container {
    width: 100%;
    margin-top: 30px;
    padding: 5px;
    object-fit: contain;
    overflow: hidden;
    background-color: #014e94;

}

.slide-container h1 {
    text-align: center;
    font-weight: bolder;
    padding-top: 10px;
    color: white;
    animation: effect 3s linear infinite;
}

.slide-container .slick-slider-2 {
    margin-top: 20px;
    padding-top: 10px;


}

.slide-container .slick-slider-2 img {
    padding: 0px 5px 0px 5px;
    border: 20px solid inset;
    object-fit: contain;
    box-sizing: border-box;
    height: 300px;
    width: 450px;
    aspect-ratio: 3/2;
    background: #cccaca;
}


.testimonial-container {
    width: 100%;
    display: flex;
    margin-top: 30px;
    margin-bottom: 20px;
    padding: 10px;
    background-color: #fff;

}

.testimonial {
    width: 25%;
    margin: 10px 10px;
    text-align: center;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    box-shadow: 5px 5px 15px 5px gray;
    background-color: #014e94;
}

.testimonial:hover {
    box-shadow: 10px 5px 15px 5px gray;
}

.testimonial img {
    border-radius: 50%;
    border: 3px solid #e6bd35;
    margin-top: 20px;
    width: 130px;
    height: 130px;
    object-fit: cover;
    margin-bottom: 10px;
    transition: all ease 1s;
    align-items: center;
    cursor: pointer;
}

.testimonial p {
    padding: 10px;
    font-size: 15px;
    line-height: 1.6;
    color: white;
    justify-content: justify;
    text-align: justify;
    height: 170px;
}

.testimonial h3 {
    font-size: 18px;
    margin-bottom: 5px;
    color: #e6bd35;
}

#more {
    position: relative;
    margin-bottom: 30px;
    padding: 7px;
    align-items: center;
    background-color: #e6bd35;
    border: 2px solid #e6bd35;
    border-radius: 5px;
}

#more a {
    text-decoration: none;
    color: white;
    font-size: 16px;
    font-weight: 600;
}

#more:hover {
    background-color: white;
    color: #05254e;
}

#more:hover a {
    color: #05254e;
}


.reach-wrapper {
    width: 99%;
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    margin-left:5px;
    background-color: rgb(243, 236, 236);
}

.reach-wrapper img {
   
    width: 700px !important;
    height:300px !important;
}

.reach-wrapper .content {

    padding: 10px;
    width: 100%;

}

.reach-wrapper p {
    padding: 15px;
    margin-right: 0px;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    height: auto;
    text-align: justify;
    background-color: #fff;

}

.content h1 {
    color: rgb(23, 14, 63);
    font-weight: 800;
    text-align: center;
  
}

.content .google-map {
    width: 100%;
    height:550px;
    border: none;

}

.content .google-map iframe {
    width: 100%;
    height: 515px;
}

.ftr-container {
    position: relative;
    display: flex;
    width: 100%;
    background-color: #014e94;
    border: 3px solid #e6bd35;
    color: white;
    text-align: center;
    justify-content: center;

}

footer .ftr-container .ftr-content {
    width: 35%;
    margin: 20px;

}

footer .ftr-container .brk-line {
    height: 200px;
    width: 5px;
    background-color: #e6bd35;
    content: "";
    border-radius: 5px;
    margin-top: 10px;
}

footer .ftr-container .ftr-content p {
    font-size: 16px;
    word-wrap: break-word;
    font-family: Arial, Helvetica, sans-serif;
    margin: 15px;
}

.ftr-content .elem {
    display: flex;
    justify-content: center;


}

.ftr-content .elem i {
    font-size: 20px;
    background-color: white;
}

.ftr-content .elem i:hover {
    cursor: pointer;
    background-color: #e6bd35;

}

.ftr-container .ftr-content :hover p {
    cursor: pointer;
}

footer .copyright {
    margin-top: 0px;
    height: 40px;
    width: 100%;
    background-color: #014e94;
    border: 3px solid #e6bd35;
    display: flex;
    color: white;
    text-align: center;
    justify-content: center;

}

footer .copyright p {
    padding-top: 10px;
}

footer .copyright a {
    margin-left: 20px;
    color: white;
    text-decoration: none;

}

footer .copyright a:hover {
    color: #e6bd35;

}




/* Vision & Mission css start*/

.vision {
    width: 100%;
    position: relative;
    height: 400px;
    margin-top: 110px;
    margin-bottom: 30px;


}

.vision img {
    padding: 10px;
    position: relative;
    width: 100%;
    object-fit: contain;
    box-sizing: border-box;
    z-index: -2;
}



/* Vision & Mission css End*/




/* images & Laboratory Page css Start*/

.inside-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 80px;
    gap: 20px 50px;
    padding: 20px;
    background-color: none;

}

.inside-container .images {

    width: 30%;
    overflow: hidden;
    justify-content: space-between;
    background-color: #014e94;
    text-align: center;
    box-shadow: -2px 5px 20px 10px rgba(128, 128, 128, 0.884);
    border-radius: 10px;
    border: 1px solid whitesmoke;

}

.inside-container .images h3 {
    background-color: rgb(0, 0, 0);
    position: absolute;
    color: white;
    font-size: 15px;
    line-height: 40px;
    margin-top: 0px;
    bottom: 0px;
    position: relative;

}

.inside-container .images img {
    aspect-ratio: 3/2;
    width: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 0.5s ease-in-out;

}

.images:hover {

    transition: all 0.5s ease-in-out;

}

.images .image:hover {
    cursor: pointer;
    transition: all 0.5s ease-in-out;
    transform: scale(1.1) !important;

}

.gallery img:hover {
    cursor: zoom-in !important;
    transform: scale(1.2) !important;
}






/* images & Laboratory Page css End*/







/* Mandatory Disclosure page css start*/
.mand-disc {
    display: flex;
    margin-top: 110px;
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.mand-disc iframe {
    display: flex;
    margin: 50px;
    margin-bottom: 50px;
    width: 93%;
    height: 1200px;
}

.mand-disc h1 {
    position: relative;
    text-align: center;
    font-weight: bolder;
    padding: 20px;
    color: transparent;
    animation: effect 3s linear infinite;
}

/* Mandatory Disclosure page css end*/



/* Contact page css start */

.card-container {
    position: relative;
    margin-top: 150px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    justify-content: space-evenly;
}

.card-container .item {
    background-color: transparent;
    display: flex;
    margin: 10px;
    padding: 15px;
    width: 25%;
    border-radius: 5px;
    text-align: center;
    flex-direction: column;
    color: black;
    line-height: 25px;
    word-wrap: wrap;
    box-shadow: 2px 2px 20px 5px #014e94;
    cursor: pointer;
}

.card-container .item:hover {
    box-shadow: 5px 5px 5px 5px gray;
}

.card-container .item i {
    width: 50px;
    color: green;
    transition: all ease 0.5s;
}

.card-container .item:hover i {
    color: white;
    background-color: #e6bd35;

}

.reach-wrapper .content .form-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.reach-wrapper .content .form-group .row {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
    width: 100%;
    margin-bottom: 20px;
}

.reach-wrapper .content .form-group h1 {
    margin: 20px 0px;
}

.form-group .row input,
.form-group .row textarea {
    width: 80%;
    height: 50px;
    font-size: 15px;
    border-radius: 5px;
    border: 3px solid gray;
    margin-bottom: 5px;
}

.content .form-group .row label {
    position: absolute;
    top: -15px;
    left: 70px;
    padding: 0px 5px;
    border-radius: 1px;
    color: gray;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;

}

.content .form-group .row input:placeholder-shown+label,
.content .form-group .row textarea:placeholder-shown+label {
    top: 15px;
    left: 70px;
    font-weight: 100;
    background-color: transparent;

}

.content .form-group .row input:focus+label,
.content .form-group .row textarea:focus+label {
    top: -15px;
    left: 67px;
    font-weight: 600;
    color: #e6bd35;
    background-color: white;
    transition: all 0.3s ease;
}

.form-group .row textarea {
    resize: none;
    height: 100px;
}

.form-group .row button {
    width: 150px;
    font-size: 18px;
    font-weight: 800;
    padding: 8px 0px;
    border-radius: 5px;
    background-color: #e6bd35;
    transition: all 0.3s ease;
}

.form-group .row button:hover {
    border-color: #e6bd35;
    color: #e6bd35;
    background-color: white;
    transition: all 0.3s ease;
}

/* Contact page css end */


#scrollbtn{
    display: block !important;
    z-index: 999;
}









@media screen and (max-width:1024px) {
    .form-container {

        left: -70% !important;
        top: 15%;
        width: 100%;
    }

    .form-container h1 {
        font-size: 20px;
    }

    .enqry-form .form-group input,
    .enqry-form .form-group textarea,
    .enqry-form .form-group select {
        width: 95%;
        height: 35px;
        margin-bottom: 5px;
        font-size: 13px;
        padding: 2px;
    }

    .form-group label {
        font-size: 13px;
        margin-top: 0px;
    }

    .enqry-form button {
        width: 400px;
        margin: 0px !important;
        font-size: 13px !important;
        height: 30px;
        padding: 0px !important;


    }

}


@media screen and (max-width:767px) {

    #scrollbtn{
        display: none !important;
    }
    
    .space{
        position: none !important;
        margin-top:100px !important;
        display: inline !important;
        padding:20px !important;
    }
    .space .heading{
        padding:10px !important;
    }
    .space .heading h1{
        margin-top:60px;
        font-size: 20px !important;
    }
    .space-2{
        
        top:100px !important;
        display: inline !important;
        padding:20px !important;
    }
    .space-2 p{
        padding:10px !important;
    }

    
    .head {
        visibility: collapse;
    }

    .container {
        padding: 0px !important;
    }

    .top-left-nav,
    .nav-bar {
        visibility: hidden;

    }

    .logo {
        visibility: visible;
        margin-top: 55px;
        margin-left: 5px !important;
        width: 100% !important;
        overflow-x: hidden !important;

    }

    figure img {

        width: 240px;
        margin: 0 !important;
        padding-left: 0px !important;
    }

    .toggle-section {
        visibility: visible;
        width: 100% !important;
        overflow-x: hidden;
    }



    .form-container {
        position: fixed;
        left: -51% !important;
        top: 1%;
        width: 50% !important;
    }

    .form-container h1 {
        font-size: 20px;
    }

    .enqry-form .form-group input,
    .enqry-form .form-group textarea,
    .enqry-form .form-group select {
        width: 95%;
        height: 35px;
        margin-bottom: 5px;
        font-size: 13px;
        padding: 2px;
    }

    .form-group label {
        font-size: 13px;
        margin-top: 0px;
    }

    .enqry-form button {
        width: 290px;
        margin: 0px !important;
        font-size: 13px !important;
        height: 30px;
        padding: 0px !important;


    }

    .form-group .row button {
        width: 250px !important;

    }
    .navigation {
        background-color: white;
        margin-top: -58px;
        padding: 5px 0px;
        z-index: 999;
        width: 100%;
        height: 120PX;
    }

  .nav-bar {
        display: inline;
        justify-content: left;
        position: relative;

    }

  .nav-bar ul {
        flex-direction: column !important;
        align-items: center;
        background-color: #014e94;
        margin-top: 30px;
        margin-bottom: 0px;
    }

    .nav-bar ul li a {
        color: white;
    }

   

    .whatsapp {
        visibility: visible;
        display: flex;
        position: absolute;
        right: 10px;
        top: -270px;


    }
    .social-media {
        display: flex !important;
        width: 12% !important;
        color: white;
        background: transparent !important;
        margin-top: -180px !important;
        right: 160px !important;
    }
    .social-media .elem {
        box-shadow: none;
        background: none;
    }
    .social-media .elem i{
        color:rgb(243, 162, 10);
    }
    .video-container {
     
        height: 485px;
        margin-top: -314px;
    }
    .card-wrapper {
        width: 100%;
        height: 50px;
        margin-top: 50px !important;
        margin-left: 0% !important;
        justify-content: space-evenly;

    }

    .card-wrapper .column {
        width: 23%;
    }

    .card-wrapper .column .card h2,
    .card-wrapper .column .card h1 {
        font-size: 8px;
        padding: 0px;

    }

    


    .slick-container {
        display: flex;
        width: 100%;
        margin-left: 0px;
        margin-top: -23px;
        height: 300px;
    }

    .slick-container::after {
        font-size: 32px;
    }

    .slick-prev {
        font-size: 10px;
        top: 30% !important;
        left: 0% !important;
        width: 20px !important;
        height: 37px !important;
        background:none !important;
        color:rgb(243, 162, 10) !important;
    }

        .slick-next {
            font-size: 10px;
            top: 34% !important;
            left: 92% !important;
            width: 20px !important;
            height: 37px !important;
            background:none !important;
            color:rgb(243, 162, 10) !important;
    }

    button.slick-next,
    button.slick-prev {
        padding: 0px !important;
    }


    .slide-container {
        width: 100%;
        height: 200px;
        margin-left: 0;
        padding: 0;
        margin-top: 10px !important;
        box-shadow: none !important;
    }

    .slide-container {
        margin: 0px;
    }

    .slide-container .slick-slider-2 {
        object-fit: contain;
    }

    .slide-container .slick-slider-2 img {
        margin-right: 0;
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

    .slide-container h1 {
        font-size: 20px;
    }


    .testimonial-container {
        width: 100%;
        flex-direction: column;
        margin-left: 0px !important;
        margin-top: -20px !important;
        padding: 5px;
        box-shadow: none;
    }

    .testimonial-container .testimonial {
        width: 99%;
        padding: 0px !important;
        margin-left: 2px !important;

    }

    .testimonial p {
        font-size: 15px;
    }

    .reach-wrapper {
        flex-direction: column;
        flex-wrap: wrap;
        margin-left: 0px !important;
        width: 100%;
    }

    .reach-wrapper img {
        height: 120px !important;
        width: 100% !important;
    }

    .reach-wrapper .content {
        width: 100% !important;
        padding: 0px !important;
    }

    .reach-wrapper .content h1 {
        font-size: 18px;
    }

    .reach-wrapper p {
        width: 100%;
        padding: 7px !important;
        font-size: 15px;
        line-height: 18px;
    }

    .content h1 {
        margin-left: 0px;
        margin-top: 10px;
        color: #e6bd35;
    }

    .content .google-map {
        width: 100%;
    }



    /*contact page css Start*/


    .card-container {

        margin-top: 80px !important;
        margin-left: 5px !important;
        flex-wrap: wrap;
        width: 98%;
        align-items: center;
        justify-content: space-evenly;
    }

    .card-container .item {
        width: 95%;

    }

    .card-container .item P {
        align-items: center;
        justify-content: center;
        display: flex;
        text-wrap: wrap !important;
        font-size: 12px;
    }

    /*contact page css End*/


    /*Footer css Start*/


    .ftr-container {
        flex-direction: column;
        font-size: 6px !important;
        height: auto !important;
        width: 100%;
    }

    .ftr-container .ftr-content {
        width: 100% !important;
        height: auto !important;
        margin: 0px !important;
        padding: 5px;
        row-gap: 10px;

    }

    .ftr-container .ftr-content ul p {
        font-size: 15px;
    }

    .ftr-container .ftr-content h2 {
        font-size: 15px;
    }

    .ftr-content .elem {
        display: flex !;
        justify-content: center;

    }

    .ftr-container .brk-line {
        width: 100% !important;
        height: 2px !important;
        padding: 2px;
    }

    footer .copyright {
        padding: 5px;
        height: auto;
        flex-wrap: wrap;
        width: 100%;
        font-size: 15px;
    }

    /*Footer css End*/


    /* text-containers responsive */
    .container-2 {
        flex-direction: column;
        margin-top: 80px !important;
        box-shadow: none !important;

    }

    .container-2 .content {
        display: inline !important;
        width: 100% !important;
        padding: 5px !important;
    }

    .container-2 .heading h2 {

        font-size: 20px;
        left: 20% !important;
    }

    .container-2 .content figure img {
        margin: 5px !important;
        max-width: 97% !important;
        width: 100%;


    }

    .main-heading{
        padding:5px;
        font-size: 15px;
        top:80px !important;
        text-align: center;
    }

    .inside-container {
        position: relative;
        display: inline;
        margin-top: 0px !important;
        padding: 20px;

    }

    .inside-container .images {
        width: 100%;
        margin-left: 0px !important;
        margin-bottom: 20px;
    }


    .text-container {
        padding: 5px !important;
        margin-top: 80px !important;
    }

    /* mandatory-closure responsive */
    .mand-disc {

        margin-top: 80px;
        flex-direction: column;
        box-shadow: none;

    }

    .mand-disc h1 {
        padding: 5px;
        font-size: 18px;
    }

    .mand-disc iframe {
        padding: 0px !important;
        margin: 0px !important;
        height: 360px !important;
    }

    .container-2 .heading h1 {
        font-size: 20px;
    }

    .images-container {
        display: inline !important;
        width: 100%;
        margin-top: 20px !important;
        padding: 0px !important;
        box-shadow: none !important;


    }

    .images-container .images {
        width: 95% !important;
        overflow: hidden;
        margin: 20px 10px !important;
        box-shadow: none !important;

    }

    .images-container .images h3 {
        font-size: 12px !important;

    }

    .show-big-container {
        display: none !important;

    }





}