* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body,
html {
    height: 100%;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.fixed_display {
    position: fixed;
    width: 350px;
    height: 70px;
    /* background: #27ae60; */
    bottom: 40px;
    right: 50px;
    text-decoration: none;
    text-align: center;
    line-height: 50px;
    /* color: #fff; */
    font-size: 22px;
}

.fixed_display_upper {
    position: fixed;
    width: 200px;
    height: 75px;
    top: 120px;
    left: 25px;
    text-decoration: none;
    text-align: center;
    line-height: 50px;

    font-size: 22px;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #ffffff;
    /* padding: 10px 20px; */
}

/* 
.navbar .logo {
    height: 100px;
} */

.nav-list {
    list-style-type: none;
    display: flex;
    margin-right: 50px;
}

.nav-list li {
    padding: 0 20px;
}

.nav-list li a {
    text-decoration: none;
    color: black;
    transition: color 0.3s ease-in-out;
}

.nav-list li a:hover {
    color: #04C2E9;
}

.navbar .logo {
    height: 100px;
    width: 100px;
    /* Adjust to maintain aspect ratio */
    margin-left: 75px;
    /* Maximum height to align with the navbar height */
    float: left;
    /* Adjust width automatically */
    /* Remove padding if necessary */
}

.nav-list li a.Active {
    color: #04C2E9;
    /* or any other color you want for the active state */
    font-weight: bold;
    /* optional, if you want to make it bold */
}

/* Header */
.process_head {
    position: relative;
    min-height: 80vh;
    /* Adjust the alpha values to control the overlay's opacity */
    filter: brightness(72%);
    /* Set the maximum height for the video section */
    background-image: url(../assets/images/proces_head_bg.jpg);
    position: relative;
    width: 100%;
    padding: 160px;
    display: flex;
    text-align: center;
    opacity: 1;
    justify-content: right;
    background-position: center center;
    align-items: center;
    background-size: cover;
    overflow: hidden;
}

.process_head_para {
    font: bolder;
    font-size: 35px;
    font-weight: 700;
    text-align: right;
    opacity: 1;
    color: #f2f2f2;
    /* background-color: rgba(255, 255, 255, 0.13); */
}

/* Striaght Timeine */

/* Vertical timeline */
.timeline-wrapper {
    max-width: 100%;

    margin: 50px auto;
    /* padding: 0 20px; */
    padding-top: 50px;
    position: relative;
}

.timeline-wrapper .center-line {
    position: absolute;
    height: 100%;
    width: 4px;
    background: black;
    left: 50%;
    top: 20px;
    transform: translateX(-50%);
}

.timeline-wrapper .row {
    display: flex;
}

.timeline-wrapper .row-1 {
    justify-content: flex-start;
}

.timeline-wrapper .row-2 {
    justify-content: flex-end;
}

.timeline-wrapper .row section {
    background: #fff;
    border-radius: 5px;
    width: calc(50% - 40px);
    padding: 20px;
    position: relative;

    /* animation: slideIn_other 2s ease-in-out forwards; */
}

.timeline-wrapper .row section::before {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    background: #fff;
    top: 28px;
    z-index: -1;
    transform: rotate(45deg);
}

.row-1 section::before {
    right: -7px;
}

.row-2 section::before {
    left: -7px;
}

.row section .icon,
.center-line .scroll-icon {
    position: absolute;
    background: #f2f2f2;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    color: #04C2E9;
    font-size: 17px;
    box-shadow: 0 0 0 4px #fff, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}

.center-line .scroll-icon {
    bottom: 0px;
    left: 50%;
    font-size: 25px;
    transform: translateX(-50%);
}

.row-1 section .icon {
    top: 15px;
    right: -60px;
}

.row-2 section .icon {
    top: 15px;
    left: -60px;
}

.row section .timeline-details,
.row section .bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.row section .timeline-details .title {
    font-size: 22px;
    font-weight: 600;

}

.row section p {
    margin: 10px 0 17px 0;
    /* animation: slideIn1 2s ease-in-out forwards; */
}

.row section .bottom a {
    text-decoration: none;
    background: #ff7979;
    color: #fff;
    padding: 7px 15px;
    border-radius: 5px;
    /* font-size: 17px; */
    font-weight: 400;
    transition: all 0.3s ease;
}

.row section .bottom a:hover {
    transform: scale(0.97);
}
/* Timeline Piechart */
/* .chart_process{
    animation: fade-inout 2s infinite alternate;
}
@keyframes fade-inout{
    0%{ opacity: 1;}
    100%{ opacity: 0.1;}
} */

/* Footer */
.footer {
    /* background: #252525; */
    background-image: url(../assets/images/Web_Footer.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 150px 0;
    line-height: 20px;
}

.contain {
    max-width: 1170px;
    margin: auto;
}

.row {
    display: flex;
    flex-wrap: wrap;
    /* margin-left: 20px; */
}

ul {
    list-style: none;

}

.footer-col_corner,
.footer-col {
    margin-left: 78px;
    width: 15%;
    /* padding: 0 8px; */
}


.footer-col_corner h4,
.footer-col h4 {
    font-size: 18px;
    color: #ffffff;
    text-transform: capitalize;
    margin-bottom: 30px;
    font-weight: 500;
    position: relative;
}

.footer-col_corner h4::before,
.footer-col h4::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    background-color: #84A052;
    height: 2px;
    box-sizing: border-box;
    width: 50px;
}

.footer-col_corner ul li a,
.footer-col ul li a {
    font-size: 16px;
    text-transform: capitalize;
    color: #fff;
    text-decoration: none;
    font-weight: 300;
    color: #bbbbbb;
    display: block;
    transition: all 0.3s ease;

}

.footer-col_corner ul li,
.footer-col ul li {
    font-size: 16px;
    text-transform: capitalize;
    color: #fff;
    text-decoration: none;
    font-weight: 300;
    color: #bbbbbb;
    display: block;
    transition: all 0.3s ease;
}

.footer-col_corner ul li:hover,
.footer-col ul li:hover {
    color: #fff;
    padding-left: 10px;
}

.footer-col_corner ul li a:hover .footer-col ul li a:hover {
    color: #fff;
    padding-left: 10px;
}

.footer-col .social-links a {
    display: inline-block;
    height: 40px;
    width: 40px;
    background-color: rgba(255, 255, 255, 0.2);
    margin: 0 10px 10px 0;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    color: #fff;
    transition: all 0.4s ease;
}

.footer-col .social-links a:hover {
    color: #24262b;
    background-color: #fff;
}

.footercopyright {
    width: 100%;
    background-color: #33B6EA;
    height: 30px;
    justify-self: center;
}

/*4 Cards*/
.services .servicesh1{
    padding-top:85px;
    color: #27ae60;
    font-weight: 700;
    font-size: 50px;
    text-align: center;
    display: block;
    margin-top: 25px;
}
.services .servicespara{
    font-weight: 150;
    margin-right: 10px;
    margin-left: 10px;
    margin-top: 15px;
    color: #887c7c;
    text-align: center;
    font-size: 25px;
}

.services .services2{
    font-weight: 650;
    text-align: center;
    font-size: 35px;
    margin-top: 20px;
}
.services .services3{
    font-weight: 450;
    text-align: center;
    font-size: 35px;
    margin-top: 25px;
}
.box{
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(280px,auto));
    padding-top: 55px;
    padding-bottom: 100px;
    align-items: center;
    margin-right: 25px;
    margin-left: 25px;
    justify-content: center;
    gap: 1.5rem;
    
}
.card{
    height: 365px;
    width: 325px;
    padding: 20px 35px;
    background: #2EB7E9;
    border-radius: 20px;
    position: relative;
    margin-right: 15px;
    overflow: hidden;
    text-align: center;
}
.card i{
    font-size: 50px;
    display: block;
    text-align: center;
    margin: 25px 0px;
    color: #fff;
}
h5{
    color: white;
    font-size: 23px;
    margin-bottom: 15px;
}
.servicespara2 p{
    color: rgba(245, 245, 245, 0.938);
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 25px;

}

