* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Didact Gothic', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}

.container-top {
    margin-top: 5%;
    background-color: #f8f9fa;
    justify-content: center;
}


.logo_top>img {
    height: 40px;

}

.bg-dark {
    background-color: rgba(0, 0, 0, 0.75) !important;
}

.navbar {
    padding: 1.2rem 6rem;

    border: 0.5px solid gray;
}

.ml-auto .dropdown-menu {
    left: auto !important;
    right: 0px;
}

.navbar-expand-md .navbar-nav .nav-link {
    padding-right: 1.2rem;
    padding-left: 1.2rem;
}

.ml-auto>li>a {
    letter-spacing: 1px;
}

.dropdown-menu {
    margin: 1.35rem -4rem 0 0;
    border-radius: 0px;
    border: 2px solid #343a40;
}


.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
    color: #0eb9e9;
}


@media only screen and (max-device-width: 640px) {
    .navbar {
        padding: 0.5rem 1.2rem;
    }

    .ml-auto .dropdown-menu {
        right: auto !important;

    }

    .logo_top>img {
        height: 25px;

    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 1.3rem;
        padding-left: 0rem;
    }

    .navbar-nav {
        padding-top: 15px;
    }
}


.carousel-caption {

    top: 40%;
}

.carousel-caption>h3 {
    font-family: Righteous;
    font-size: 60px;
}

.carousel-caption>p {
    font-size: 20px;
}

.carousel-indicators {
    bottom: 10%;
}

.carousel-indicators>li {
    width: 30px;
    height: 5px;
    background-color: white;
}

.carousel-indicators .active {
    background-color: #0eb9e9;
}

.color {
    color: #0eb9e9;
}

@media only screen and (max-device-width: 450px) {
    .carousel-caption>h3 {
        font-family: Righteous;
        font-size: 22px;
        margin-top: -10px;
    }

    .carousel-caption>p {
        font-size: 10px;
    }

    .carousel-caption {

        top: 30%;
    }

    .carousel-indicators>li {
        width: 20px;
        height: 3px;
        background-color: white;
    }

    .carousel-indicators {
        bottom: 18%;
    }

    .img-box button {
        margin-top: 10%;
        margin: 3%;
        width: 100px;
        height: 60px;
        border-radius: 20px;
    }
}

.navbar-toggler-icon {

    width: 1em;
    height: 1.2em;

}


.about_box {
    position: relative;
    background-color: #ffffff;
    opacity: 10px;
    padding: 85px 85px 60px 85px;
    margin-top: 100px;
    border-bottom: 1.5px solid #01b6fe;
    /* z-index: 20; */
}

.what_box,
.who_box,
.goal_box {
    padding: 25px;
    margin-bottom: 25px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

}

.who_box,
.goal_box {
    background-color: #0EA5DF;
    color: white;
}

.what_box {
    background-color: white;
}

.goal_box img {
    width: 77%;
    padding-bottom: 65px;

}

.what_box img {
    display: flex;
    align-items: center;
    width: 100%;
    padding-top: 150px;
    padding-bottom: 65px;
}

.who_box img {
    width: 100%;
    height: 35;
    padding-bottom: 50px;
}

@media only screen and (max-device-width: 450px) {
    .about_box {
        position: relative;
        padding: 5px;
        margin-top: 50px;

    }
}

@media only screen and (max-device-width:720px) {

    .about_box {
        position: relative;
        padding: 5px;
        margin-top: 50px;

    }

}

@media only screen and (max-device-width:320px) {

    .container-fluid {
        width: 90%;
        height: 80%;
        margin-top: 10px;

    }

}

.container-fluid {
    width: 85%;
    height: 80%;

}

.about {
    margin-top: 100px;
}
@media (max-width: 768px) {
    .home_about {
        padding-bottom:20px;
    } 
    .home_about h2 {
        font-family: Righteous;
        color: rgb(0, 0, 0);
        font-size: 20px;
    }
}

.home_about h2 {
    font-family: Righteous;
    color: rgb(0, 0, 0);
    font-size: 30px;
    margin-top: 10px ;
}

.head {
    color: #0eb9e9;
}

.home_about>p {
    padding-top: 10px;
    color: #999999;
    line-height: 35px;
    text-align: justify;
    font-size: 18px;
}

.home_about>a {

    padding: 10px;
    border: 1px solid #0eb9e9;
    color: #0eb9e9;
    text-align: right;
    text-decoration: none;
}

.home_about>a:hover {
    border: 1px solid white;
    color: white;
}

/* ==================  Activities-College-col ======================== */



.activitie-container {
    display: flex;
    flex-wrap: wrap;
    margin-left: 10%;
    margin-top: 6%;
}


.activitie-container .act-card {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(1fr 1fr));
    gap: 15px;


}

.act-card {
    padding: 30px 20px;
    width: 225px;
    background: transparent;
    border: 2px solid #03f7ff;
    border-radius: 8px;
    overflow: hidden;
    margin: 15px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);

}

/* .act-card:hover{
    transform: translateY(-35px);
    background-color: #00e1ff;
} */

.act-card img {
    width: 100%;
    height: auto;

}


.card-link h3 {
    font-size: 28px;
    margin-bottom: 8px;
}

.card-link .btn {
    padding: 8px 16px;
    background: transparent;
    border: 2px solid #00eaff;
    text-decoration: none;
    border-radius: 4px;
    margin-top: 16px;
    color: #000000;
}

.card-link .btn:hover {
    background-color: #00eaff;
}


/* ================== End of Activities-College-col ======================== */

.demo {
    background: #f8f8f8;
}

.testimonial {
    margin: 0 20px 40px;
}

.testimonial .testimonial-content {
    padding: 35px 25px 35px 50px;
    margin-bottom: 35px;
    background: #fff;
    border: 1px solid #f0f0f0;
    position: relative;
}

.testimonial .testimonial-content:after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #fff;
    position: absolute;
    bottom: -10px;
    left: 22px;
    transform: rotate(45deg);
}

.testimonial-content .testimonial-icon {
    width: 50px;
    height: 45px;
    background: #0eb9e9;
    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 #0eb9e9;
    border-left: 18px solid transparent;
    position: absolute;
    top: -16px;
    left: 1px;
}

.testimonial .description {
    font-size: 15px;
    font-style: italic;
    color: #8a8a8a;
    line-height: 23px;
    margin: 0;
}

.testimonial .title {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #0eb9e9;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin: 0 0 5px 0;
}

.testimonial .post {
    display: block;
    font-size: 14px;
    color: #0eb9e9;
}

.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: #0eb9e9;
}

.testimonials {
    background-color: rgb(0, 0, 0);
    padding-top: 100px;
    padding-bottom: 100px;

}

.testimonials_head {
    font-family: Righteous;
    font-size: 40px;
    text-align: center;
    padding-bottom: 50px;
    color: white;
}

.Recent_works {
    background-color: #f2f2f2;
    padding-top: 100px;
    padding-bottom: 100px;
}

.Recent_works>div>h5 {
    font-family: Righteous;
    font-size: 30px;
    text-align: left;
    padding-bottom: 50px;
}

.clients {
    background-color: white;
    padding-top: 100px;
    padding-bottom: 100px;
}

#purplepet {
    margin-top: 16.5%;
}

.work1 {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #0eb9e9;
    margin-left: 15px;
    margin-right: 15px;


}

.work1>img {

    width: 90%;
    height: 90%;

    -webkit-filter: grayscale(0%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);

}

.work1>h5 {
    margin-top: 45.5%;
    font-weight: bold;
    padding-top: 20px;
    padding-bottom: 20px;
    letter-spacing: 2px;
    font-size: 26px;
    color: white;
}

.work1>p {
    padding-left: 30px;
    padding-right: 30px;
    text-align: left;

    letter-spacing: 1px;
    margin-bottom: 0.5rem;
}

.work1>a {
    letter-spacing: 3px;
    color: white;
    text-decoration: none;
    line-height: 55px;
}

.work1>a:hover {

    color: black;

}

.work1>img:hover {


    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);


}

.work {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #0eb9e9;
    margin-left: 15px;
    margin-right: 15px;


}

.work>img:hover {


    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);


}

.work>img {

    width: 90%;
    height: 90%;

    -webkit-filter: grayscale(0%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);

}

.work>h5 {
    font-weight: bold;
    padding-top: 20px;
    padding-bottom: 20px;
    letter-spacing: 2px;
    font-size: 26px;
    color: white;
}

.work>p {
    padding-left: 30px;
    padding-right: 30px;
    text-align: left;

    letter-spacing: 1px;
    margin-bottom: 0.5rem;
}

.work>a {
    letter-spacing: 3px;
    color: white;
    text-decoration: none;
    line-height: 55px;
}

.work>a:hover {

    color: black;

}

.client {
    text-align: center;
}

.client>a>img {
    height: 80px;

    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);


}

.client>a>img:hover {
    -webkit-filter: grayscale(0%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}

.clients>div>h5 {
    font-family: Righteous;
    font-size: 30px;
    text-align: left;
    padding-bottom: 50px;

}


.footer {
    margin-top: 1%;
    background-color: rgb(0, 0, 0);
    padding-top: 40px;

}

.footer_con>img {
    width: 70%;

}

.footer_con>p {
    padding-top: 40px;
    color: #999999;
}

.footer_con>h4 {
    font-family: Righteous;
    font-size: 30px;
    text-align: left;
    padding-bottom: 20px;
    color: white;
}

.footer_con a {
    font-size: 16px;
    color: white;
    text-decoration: none;
    letter-spacing: 1px;
    line-height: 33px;
}

.footer_con1>h4 {
    font-family: Righteous;
    font-size: 30px;
    text-align: left;
    padding-bottom: 20px;
    color: white;
}

.footer_con1>p {
    color: white;
    font-size: 16px;
}

.footer_con a:hover {
    color: #0eb9e9;

}


.social {
    text-align: center;
}

.social>a {
    padding: 0px 10px;
    color: #0eb9e9;
    font-size: 20px;
    text-decoration: none;
}

.social>a:hover {

    color: white;

}


.social1 {
    text-align: center;
}

.social1>a {
    padding: 0px 10px;
    color: #0eb9e9;
    font-size: 22px;
    text-decoration: none;
}

.social1>a:hover {

    color: rgb(0, 0, 0);

}

.copyright {
    background-color: #0eb9e9;
    padding: 15px;
    text-align: center;
    color: white;
}

/* ======================> port-footer    <=========================*/



.footer01 {
    margin-top: 0%;
    background-color: rgb(6, 6, 6);
    padding-top: 100px;
    padding-bottom: 100px;

}

.footer_con>img {
    width: 70%;

}

.footer_con>p {
    padding-top: 40px;
    color: #999999;
}

.footer_con>h4 {
    font-family: Righteous;
    font-size: 30px;
    text-align: left;
    padding-bottom: 20px;
    color: white;
}

.footer_con a {
    font-size: 16px;
    color: white;
    text-decoration: none;
    letter-spacing: 1px;
    line-height: 33px;
}

.footer_con1>h4 {
    font-family: Righteous;
    font-size: 30px;
    text-align: left;
    padding-bottom: 20px;
    color: white;
}

.footer_con1>p {
    color: white;
    font-size: 16px;
}

.footer_con a:hover {
    color: #0eb9e9;

}


.social {
    text-align: center;
}

.social>a {
    padding: 0px 10px;
    color: #0eb9e9;
    font-size: 18px;
    text-decoration: none;
}

.social>a:hover {

    color: white;

}

.copyright {
    background-color: #0eb9e9;
    padding: 15px;
    text-align: center;
    color: white;
}

/* ======================> End of port-footer    <=========================*/
.page_heading>h2 {
    position: relative;
    top: 50%;
    font-family: arial;
    font-weight: 700;
    font-size: 37px;
    color: #00e1ff;
    margin-left: 6%;

}

.page_link {
    background-color: #eae8e8;
    padding: 15px;
    text-align: left;

}

.page_link>div>a {
    color: black;
    text-decoration: none;
}



.about_us {
    margin-top: 100px;
    margin-bottom: 100px;
}

.about_us img {
    width: 100%;
    max-width: 100%;
}

.about_us_page {
    padding-top: 15%;

}

.about_us_page>h2 {
    font-family: Righteous;
    color: black;
    font-size: 40px;
    padding-bottom: 20px;
}

.head {
    color: #0eb9e9;
}

.about_us_page>p {

    color: #999999;
    line-height: 28px;
    text-align: justify;
    font-size: 18px;
}

.about_us_page_p {
    color: #333232;
}

.choose {
    margin-top: 100px;
    margin-bottom: 100px;

}


.choose h3 {
    font-family: Righteous;
    color: black;
    font-size: 40px;
    padding-bottom: 10px;
    text-align: center;
    border-bottom: 1px solid #01b6fe;
    width: 40%;
    display: flex;
    justify-content: center;
    margin: auto;
}


.choose_con {
    padding: 25px;
    padding-top: 80px;

}

.choose_con>h4 {
    font-weight: bold;
    letter-spacing: 1px;
    padding-bottom: 25px;

    font-size: 20px;
}

.choose_con>p {
    color: #999999;
}


#img-text {
    height: 55px;
    width: 35%;
}


#img-text1 {
    color: #fff;
    margin-top: 1%;
    margin-left: 2%;
}


#img-text0 {
    height: 55px;
    width: 55%;
}


#img-text2 {
    color: #fff;
    margin-top: -8%;

}

.service_page {
    margin-top: 100px;
    padding-bottom: 100px;
}

.service_box {
    text-align: left;
    padding: 20px;
    background-color: white;
    transition: .2s;
    transition: all 0.3s ease-out 0s;
    -webkit-box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.68);
    -moz-box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.68);
    box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.68);
    margin-bottom: 30px;
}

.service_box:hover {
    transform: scale(1.05);

}

.service_box>img {
    width: 25px;
    float: left;

}

.service_box>h2 {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    padding-bottom: 20px;
    margin-left: 10px;
}

.service_box>p {
    color: #999999;
    font-size: 14px;
}

.service_box>a {
    color: #0eb9e9;
    text-decoration: none;
    font-size: 14px;
}

.service_box>a:hover {
    color: black;


}

.service_box_P>p {
    font-size: 18px;
    padding-bottom: 50px;
    padding-left: 30px;
    padding-right: 30px;
}


/* our work style */

.work_page {
    margin-top: 60px;
    padding-bottom: 100px;
}

.work_box {
    text-align: left;
    padding: 20px;
    background-color: white;
    transition: .2s;
    transition: all 0.3s ease-out 0s;
    -webkit-box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.68);
    -moz-box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.68);
    box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.68);
    margin-bottom: 30px;
}

.work_box:hover {
    transform: scale(1.05);

}

.work_box>img {
    width: 25px;
    float: left;

}

.work_box>h2 {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    padding-bottom: 20px;
    margin-left: 10px;
}

.work_box>p {
    color: #999999;
    font-size: 14px;
}

.work_box>a {
    color: #0eb9e9;
    text-decoration: none;
    font-size: 14px;
}

.work_box>a:hover {
    color: black;


}

.work_box_P>p {
    font-size: 18px;
    padding-bottom: 50px;
    padding-left: 30px;
    padding-right: 30px;
}

/* our work style */



/* our_work  */
/* our work style */

.work_box1 {
    text-align: left;
    padding: 20px;
    background-color: white;
    transition: .2s;
    transition: all 0.3s ease-out 0s;
    -webkit-box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.68);
    -moz-box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.68);
    box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.68);
    margin-bottom: 30px;
}

.work_box1:hover {
    transform: scale(1.05);

}

.work_box1>img {

    width: 45px;
    float: right;
    font-weight: bolder;

}

.work_box1>h2 {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    padding-bottom: 20px;
    margin-left: 10px;
}

.work_box1>p {
    color: #999999;
    font-size: 14px;
}

.work_box1>a {
    padding-left: 20px;
    color: #0eb9e9;
    text-decoration: none;
    font-size: 14px;
}

.work_box1>a:hover {
    color: black;
}

.work_box1_P>p {
    font-size: 18px;
    padding-bottom: 50px;
    padding-left: 30px;
    padding-right: 30px;
}


/* ------------------end of oue work-------------- */





/* web development */

.web_dev {
    margin-top: 2%;
}

.web_dev_page {
    padding-top: 80px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 30px;
}

.web_dev_page>h2 {
    font-family: Righteous;
    color: black;
    font-size: 40px;
    padding-bottom: 20px;
    padding-left: 5%;
}

.head {
    color: #0eb9e9;
}

/* .web_dev_page>p
{
    
    color: #000000;
    line-height: 28px;
    text-align: justify;
    font-size: 18px;
    padding-left: 2%;
} */

.web_dev img {
    width: 100%;
    height: 100%;
    padding-top: 5%;
    padding-left: 5%;
    padding-right: 3%;
    padding-bottom: 5%;

}


.web_dev_page_p {
    color: #999999;
    line-height: 28px;
    text-align: justify;
    font-size: 18px;
}

.web_dev_page_p p {
    color: #999999;
}

.web_dev2 {
    padding-top: 6%;

}

.facerecog-text {
    max-width: fit-content;
    padding-top: 5%;
    padding-left: 10%;
    padding-right: 10%;
    color: #999999;
}

.facerecog-text h5 span {
    color: #0eb9e9;

}


.obj_detect {
    padding-top: 3%;
    padding-left: 10%;
    padding-right: 10%;
}

/* web development */



.ourteam-heading h1 {
    font-family: Righteous;
    font-size: 40px;
    color: black;
    padding-top: 120px;
    text-align: center;

}

.technology {
    text-align: center;
}

.technology>a>img {
    height: 80px;

    -webkit-filter: grayscale(0%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);

}

.technology>a>img:hover {

    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.technologies>div>h5 {
    font-family: Righteous;
    font-size: 30px;
    text-align: left;
    padding-bottom: 50px;

}

/* -----------------service content------------------ */
.students_brief {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #f3f3f3;
}

.students_brief img {
    width: 100%;
}

.img-text1 {
    color: black;
}

.students_brief_con {
    color: #000;
}

.students_brief_con>h3 {
    font-weight: bold;
    width: 300px;
    border-radius: 10px;
    letter-spacing: 0.1px;
    padding-bottom: 10px;
}

.students_brief_con h5 {
    padding-bottom: 20px;
    font-weight: bold;
    letter-spacing: 1px;
}

.students_brief_con i {
    font-size: 7px;
    padding-right: 10px;
}

.students_brief_w {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: rgb(255, 255, 255);
}

.students_brief_w img {
    width: 100%;
}



/* work_ heading */

.work_Heading1 {
    color: #00000017;
    position: absolute;
    margin-left: 38%;
    justify-content: center;

}

.work_Heading1 h1 {

    margin-top: 0%;
    font-size: 66px;
    font-weight: 800;
    font-family: arial;
}

.work_Heading1 h2 {
    color: #01b6fe;
    position: absolute;

    margin-top: 0%;
    font-size: 42PX;
    font-weight: 800;
    font-family: arial;

}

#map {
    height: 100%;

}

#maps {
    height: 60vh;
    width: 75%;
    margin-left: 14%;
    margin-top: 3%;
}

#contact-img_text22 {
    margin-top: -9%;
    margin-left: 25%;
    height: 55px;
    width: 45%;
}

#contact-img_text22 {
    position: absolute;
    margin-top: -3.5%;
    margin-left: 26%;
    color: #fff;
    font-size: 44px;
    font-family: arial;
    font-weight: 700;
}


#contact-img_text1 {
    margin-top: -19%;
    margin-left: 25%;
    height: 55px;
    width: 45%;
}

#contact-img_text11 {
    position: absolute;
    margin-top: -15.5%;
    margin-left: 26%;
    color: #fff;
    font-size: 44px;
    font-family: arial;
    font-weight: 700;
}


#contact-img_text {
    height: 55px;
    width: 45%;
}

#contact-img_text0 {
    margin-top: -9.5%;
    margin-left: 3%;
    color: #fff;
}

.contact_con1 {
    margin-top: 100px;
    padding-bottom: 100px;
}

.contact_con1>h4,
.contact_con1 legend {
    font-family: Righteous;
    font-size: 40px;
    padding-bottom: 25px;
}

.contact_con1>p {
    font-size: 20px;
}

#topbtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 28px;
    border: none;
    outline: none;

    color: white;
    cursor: pointer;
    padding: 10px 20px;
    border-radius: 4px;
    background-color: #0eb9e9;
    transition: 0s background-color color ease-out 0s;
}

#topbtn:hover {
    background-color: white;
    color: #0eb9e9;
    border: 4px solid #0eb9e9;
    padding: 6px 16px;
    transition-duration: 0.3s;
}

.research {
    padding-top: 100px;
    padding-bottom: 100px;
}

.research h2 {
    text-align: center;
    padding-bottom: 70px;
    font-size: 40px;
    font-weight: bold;
}

.research h3 {
    padding-bottom: 100px;
}

.research_con {
    padding: 15px;
    text-align: justify;
    margin-bottom: 15px;
}

.research_con h3 {
    font-weight: bold;
    font-size: 22px;
    color: #000000;
    padding-bottom: 20px;

}

.research_p {
    text-align: justify;
}

.research_p>p {
    font-size: 20px;
    color: #888888;
    font-style: italic;
}

.home_service_h {
    text-align: center;
    font-weight: 20%;
    font-size: 20%;
    color: #00e1ff;
    margin: 2%;
    width: 100%;
    font-family: Georgia;
}

.home_service_box p {
    text-align: justify;
}

.home_service_box img {
    max-width: 100%;
    padding-left: 30%;
    padding-right: 30%;
    max-height: 50vh;
    cursor: pointer;
}

.home_service_box .image1 {
    height: 31.5vh;
}

.home_service_box .image2 {
    height: 31.65vh;
}

.home_service_box .image3 {
    height: 30.5vh;
}


.home_service_box h2 {
    text-align: center;

}

.line {
    margin-top: 100px;
    width: 100%;
    height: 8px;
    background-color: #cfdadb;
    border-radius: 50%;
}

.line:hover {
    color: #00e1ff;
    background-color: #333;
    transition: 1s;
}







/* back arrow button */

.img-box button {
    margin-top: 10%;
    margin: 3%;
    width: 100px;
    height: 60px;
    border-radius: 20px;
}

.btns {
    font-size: 40px;
    font-weight: 20px;
    padding-top: 0px;
    border: none;
    background-color: #00e1ff;
    transition: 20px;

}

.btns:hover {
    background: #000000;
    color: #f0f0f0;
}

.img-box img {
    width: 100%;
    border-radius: 20px;

}

.sliders {
    background-color: #ffffff;
    margin: 50px auto;
    width: 80%;
    margin-bottom: 2%;
}

/* css slider */

.slider {
    position: absolute;
    margin-top: 20%;
    left: 10%;
    transform: translate(-50%, -50%);
    width: 90%;
    height: 600px;
    background: #000000;
    box-shadow: 0 30px 50px #dbdbdb;

}


.slider .slide .item {

    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    border-radius: 20px;
    box-shadow: 0 30px 50px #505050;
    background-position: 50% 50%;
    background-size: cover;
    display: inline-block;
    transition: 0.5s;

}

.slide .item:nth-child(1),
.slide .item:nth-child(2) {
    top: 0;
    left: 0;
    transform: translate(0, 0);
    border-radius: 0;
    width: 100%;
    height: 100%;
}

.slide .item:nth-child(3) {
    left: 100%;
}

.slide .item:nth-child(4) {
    left: calc(80% + 120px);
}

.slide .item:nth-child(5) {
    left: calc(80% + 140px);
}

/* here n = 0, 1, 2, 3,.....*/
.slide .item:nth-child(n + 6) {
    left: calc(80% + 160px);
    opacity: 0;
}

.item .content {
    position: absolute;
    top: 50%;
    left: 100px;
    width: 300px;
    text-align: left;
    color: hwb(51 0% 0%);

    font-family: system-ui;
    display: none;
}


.slide .item:nth-child(2) .content {
    display: block;
}

.content .name {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: bold;
    opacity: 0;
    animation: animate 2s ease 1 forwards;
}

.content .des {
    color: hwb(51 0% 0%);
    text-shadow: 12px 24px 20px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 20px;
    opacity: 0;
    animation: animate 1s ease-in-out 0.3s 1 forwards;
}

.content button {
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    opacity: 0;
    animation: animate 1s ease-in-out 0.6s 1 forwards;
}


.button {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 107%;
}

.button button {
    width: 40px;
    height: 35px;
    border-radius: 8px;
    border: none;

    cursor: pointer;
    margin: 0 5px;
    border: 2px solid #000;
    transition: 0.3s;

}

.button button:hover {
    background: #00eaff;
    color: #fff;
}


/* image down content */

.content_container {
    margin: 50px auto;
    width: 80%;

}

.content-word {
    text-align: center;
    position: relative;
    width: 100%;
    height: 40%;
    margin: 20px;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);

}


@keyframes animate {
    from {
        opacity: 0;
        transform: translate(0, 100px);
        filter: blur(33px);
    }

    to {
        opacity: 1;
        transform: translate(0);
        filter: blur(0);
    }
}


/* ===================  BG video ======================== */

.video-playlist {
    background: #000000;
}

.heading0 {
    background: #000;
    color: #ffffff;
    font-size: 40px;
    width: 60%;
    margin-left: 19%;
    text-align: center;
    padding: 10px -10px;

}

.heading0 span {
    color: #00e1ff;
}

.container0 {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 15px
}

.container0 .main-video {
    background: #ffffff;
    border-radius: 5px;
    padding: 10px;
}

.container0 .main-video video {
    width: 80%;
    height: 80%;
    border-radius: 5px;
    margin-left: 7%;
    padding: 30px;
}

.container0 .main-video .title {
    color: #333;
    font-size: 23px;
    padding-top: 15px;
    padding-bottom: 5px;

}

.container0 .video-list {
    background: #000000;
    border-radius: 5px;
    height: 660px;
    overflow-y: scroll;
    padding: 10px;
}

.container0 .video-list::-webkit-scrollbar {
    width: 15px;
}

.container0 .video-list::-webkit-scrollbar-track {
    background: #ccc;
    border-radius: 50px;
}

.container0 .video-list::-webkit-scrollbar-thumb {
    background: #666;
    border-radius: 50px;
}


.container0 .video-list .vid video {
    width: 60%;
    border-radius: 5px;
}

.container0 .video-list .vid {
    display: flex;
    align-items: center;
    gap: 15px;
    background: #ffffff;
    border-radius: 5px;
    margin: 10px;
    margin-right: 4%;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.445);
    cursor: pointer;
}

.container0 .video-list .vid:hover {
    background: #05cdff;
}

.container0 .video-list .vid.active {
    background-color: #47e3ff;
}


.container0 .video-list .vid.active .title {
    color: #fff;
}

.container0 .video-list .vid .title {
    color: #333;
    font-size: 17px;

}

@media (max-width:991px) {

    .container0 {
        grid-template-columns: 1.5fr 1fr;
        padding: 7px;
    }

}

@media (max-width:768px) {

    .container0 {
        grid-template-columns: 1fr;
        padding: 9px;
    }

    .home_service_h h2 {
        font-size: 1.5rem;
    }

    .img-box button {
        margin-top: 10%;
        margin: 3%;
        width: 100px;
        height: 60px;
        border-radius: 20px;
    }
}



/* ===================  End of BG video  =========================*/


.clg_img_con {
    position: relative;
    width: 90%;
    max-width: 1200px;
    height: auto;
    overflow: hidden;
    border: 2px solid #ccc;
    border-radius: 8px;
    padding: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.clg_img_con1 {
    position: relative;
    width: 100%;
    height: auto;
}

.clg_img_con2 {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.clg_img_con_main {
    min-width: 100%;
    box-sizing: border-box;
}

.clg_img_con_main img {
    width: 100%;
    height: auto;
    display: block;
}

/* Navigation buttons */
.move {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    z-index: 10;
    font-size: 24px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* xd design */
.xd {
    margin: 20px auto;
    width: 900px;
}

.xd img {
    width: 80px;
    height: 90px;
}


/* Responsive adjustments */
@media (max-width: 768px) {
    .clg_img_con {
        width: 95%;
        padding: 5px;
    }

    .home_service_h h2 {
        font-size: 1.5rem;
    }

    .move {
        width: 30px;
        height: 30px;
        font-size: 18px;
    }

    .img-box button {
        margin-top: 10%;
        margin: 3%;
        width: 100px;
        height: 60px;
        border-radius: 20px;
    }
}

.footer_con .gst a {

    color: black;

}

.footer_con .gst a:hover {
    color: white;
}

