body{
    overflow-x: hidden;
}
/**********************SLIDE TOP **************************************************/
.home-slider .single-slider{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 0px;
    height: 434px;
    border: none;
    justify-content: center;
    z-index:100;
}
/* .home-slider .hero-slider{
    z-index: 999;
} */
.home-slider .single-slider:before{
    opacity: .7;
}
.home-slider .single-slider .slider-text{
    margin: 171px 0 0;
}
.home-slider .single-slider h1{
    font-size: 21px;
    line-height: 70px;
    text-transform: capitalize;
    color: #fff;
    font-weight: 800;
    margin-bottom: 0;
    text-shadow: 0px 3px 10px #000;
    margin-left: 350px;
}
.home-slider .single-slider p{
    width: 50%;
    color: #fff;
    font-size: 20px;
    line-height: 25px;
    animation: fadeInUp 1s both .8s;
    margin-left: 450px;
}
.home-slider .single-slider .btn{
    margin-top: 30px;
    margin-left: 350px;
}
.home-slider .single-slider a{
    text-decoration: none;
    font-size: 0.9rem;
    padding: 13px 35px;
    background-color: #fff;
    font-weight: 600;
    border-radius: 5px;
}
.home-slider .single-slider a.blue{
    color: #fff;
    background: rgb(21, 21, 100);
}
.home-slider .single-slider a.blue{
    color: #fff;
    background: rgb(21, 21, 100);
    transition: 0.3s;
}
.home-slider .single-slider a.blue:hover{
    color: rgb(21, 21, 100);
    background: #fff;
}
.home-slider .single-slider a.yellow{
    color: #fff;
    background: green;
    transition: 0.3s;
}
.home-slider .single-slider a.yellow:hover{
    color: rgb(137, 228, 18);
    background: #fff;
}

.home-slider .owl-carousel .owl-nav button{
    height: 55px;
    width: 55px;
    line-height: 55px;
    top: 50%;
    background: rgba(0, 0, 0, .3);
    color: #fff;
    font-size: 25px;
    position: absolute;
    border: none;
    margin: 0;
    padding: 0;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
    border-radius: 100%;
    margin: -30px 0 0;
}
.home-slider .owl-carousel .owl-nav button:hover{
    background: #ff4a04;
}
.home-slider .owl-carousel .owl-nav .owl-prev{
    left: 15px;
}
.home-slider .owl-carousel .owl-nav.owl-prev:hover{
    left: 25px;
}
.home-slider .owl-carousel .owl-nav .owl-next{
    right: 15px;
}
.home-slider .owl-carousel .owl-nav .owl-next:hover{
    right: 25px;
}
.home-slider .owl-item.active .slider-text h1{
    animation: fadeInUp 1s both .8s;
}
.home-slider .owl-item.active .slider-text p{
    animation: fadeInDown 1s both .8s;
}
/* ====End of Slider CSS=== */
/* Start of Our Services */
/* services */
.Serv {
    /* width: 80%;
    margin: auto; */
    overflow: hidden;
    background-image: url("../images/360_F_369005893_UYbUUUHDiB0HT7vs7EpO0JZ4vf830R5K.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-color: transparent;
}
/* Getting Started */
#getstarted {
    margin: 20px auto;
    width: 80%;
}
.ctn-wrapper{
    /* display: flex; */
    box-shadow: 4px 4px 4px 4px #0000ff2b;
    padding: 20px;
    border-radius: 5px;
    align-items: center;
    justify-content: space-between;
    background: rgb(255, 255, 255, .2);
    
} 
.ctn-wrapper::before{
    background:#fff;
}
.ctn-wrapper .btn {
    color: #fff;
    background: rgb(21, 21, 100);
    transition: 0.3s;
}
.ctn-wrapper .btn:hover{

    background: rgb(243, 227, 10);
    transition: 0.3s;
}
.ctn-wrapper a{
    color: #fff;
    background: rgb(21, 21, 100);
    transition: 0.3s;
}
.ctn-wrapper a:hover{
    color: #fff;
    background: rgb(243, 227, 10);
}
.ctn-wrapper .text{
    width: 100%;
}
.ctn-wrapper .text h4{
    margin-bottom: 10px;
    font-size: 30px;
}
.ctn-wrapper .text p{
    color: #02093b;
    font-size: 18px;
    justify-content: space-between;
}
/* end  */
.title {
    text-align: center;
    max-width: 50%;
    margin: auto;
}
.Services .title h1{
    font-size: 300px;
}
.Services {
    /* background: #EFF2FF;
    margin-bottom: 50px; */
    /* test new code */
    background-size: cover;
    background-repeat: no-repeat;
    background-color: transparent;
}
.service p{
    font-size: 18px;
    color: #02093b;
    text-align: justify;
    margin-top: 20px;
}
.service h2,h3{
    text-align: center;
    font-size: 1.6rem;
    color: green;
}
#tag1{
    margin-left: 240px;
    width: 100px;
}
#tag2{
    margin-left: 220px;
    width: 140px;
}
#tag3{
    margin-left: 220px;
    width: 140px;
}
#tag4{
    margin-left: 200px;
    width: 140px;
}
#tag5{
    margin-left: 100px;
    width: 100px;
    border-radius: 25px;
}
#tag6{
    margin-left: 100px;
    width: 100px;
    height:80px;
    border-radius: 25px;
}
.serv-wrapper {
    width: 80%;
    margin: auto;
    margin-top: 90px;
    grid-template-columns: repeat(2, 1fr);
        display: grid;
        grid-gap: 1.5rem;

}
.service {
    background: white;
    padding: 2rem 1rem;
    box-sizing: 2px 2px 2px #00000037;
    border-radius: 5px;
    margin-bottom: 20px;
    /* background: transparent; */
}
.service:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); /* More pronounced shadow on hover */
    transform: scale(1.05); /* Slightly enlarge the div */
    background-color: rgb(148, 192, 248);
    cursor: pointer;
    background: rgb(255, 255, 255, .2);
}

.service:hover h2, .service:hover h3, .service:hover p {
    color: #02093b; /* Change text color on hover */
}

/* Optionally, if you want to change the image slightly on hover */
.service:hover img {
    transform: scale(1.1); /* Slightly enlarge the image */
}
/* .service:hover{
    background-color: rgb(148, 192, 248);
    cursor: pointer;
    background: rgb(255, 255, 255, .2);
}
.service p:hover{
    color: rgb(250, 251, 252);
}
.service h2:hover{
    color: rgb(250, 251, 252);
}
/*   */
.service:hover.service p,
.service:hover.service h2,
.service:hover.service .fa {
 color: rgb(247, 245, 248);
}*/
.service .fa {
    font-size: 30px;
    color: blue;
    align-content: center;
    margin-left: 70px;
    margin-bottom: 10px;
}
.service h2 {
    margin-bottom: 10px;
}
.service .more-us{
    background-color: green;
    border-radius: 5px;
    width: 150px;
    height: 40px;
    transition: 0.3s;
    border-color: navajowhite;

}
.more-us a{
    color: white;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
}
/* ==End of Our services== */

/* Responsive CSS */
@media only screen and (max-width: 769px) {
    .home-slider{
        padding: 15px 20px 20px 20px;
        bottom: 39px;
        z-index: 10;
    }
    .home-slider .single-slider .container{
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        margin-top: 0px;
        height: 234px;
        border: none;
        justify-content: center;
        z-index: 100;
    }
    .home-slider .single-slider .slider-text{
        margin: 150px 0 30px;
    }
    .home-slider .single-slider .slider-text h1{
        font-size: 15px;
        align-items: center;
        line-height: 10px;
        color: #fff;
        margin-bottom: 20px;
        margin-left: 50px;
        margin-top: 50px;
    }
    .home-slider .single-slider .slider-text p{
        width: 50%;
        color: #fff;
        font-size: 20px;
        line-height: 13px;
        animation: fadeInUp 1s both .8s;
        margin-left: 80px;
    }
    .home-slider .single-slider .btn{
        margin-left: -100px;
        margin-bottom: 290px;
        width: 520px;
        display: block;
    }
    /* Start of Services Section */
    .intro .container{
        margin-top: 350px;
    }
    .ctn-wrapper .text p{
        color: #02093b;
        font-size: 18px;
        justify-content: space-between;
        text-align: justify;
    }
    .serv-wrapper {
        width: 80%;
        margin: auto;
        margin-top: 40px;
        grid-template-columns: repeat(1, 1fr);
            display: grid;
            grid-gap: 1rem;
        /* margin-left: 0px; */
    
    }
    .serv-wrapper .service p{
        text-align: justify;
    }
    #tag1{
        margin-left: 90px;
        width: 100px;
    }
    #tag2{
        margin-left: 70px;
        width: 140px;
    }
    #tag3{
        margin-left: 70px;
        width: 140px;
    }
    #tag4{
        margin-left: 60px;
        width: 140px;
    }
    .service:hover {
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); /* More pronounced shadow on hover */
        transform: scale(1.05); /* Slightly enlarge the div */
        background-color: rgb(148, 192, 248);
        cursor: pointer;
        background: rgb(255, 255, 255, .2);
    }
    
    .service:hover h2, .service:hover h3, .service:hover p {
        color: #02093b; /* Change text color on hover */
    }
}