*{
    margin: 0;
    padding: 0;
    outline: 0;
    box-sizing: border-box;
}
:root{
    --pop:'Poppins', sans-serif;
    --open:'Open Sans', sans-serif;
}
img{
    vertical-align: middle;
}
a{
    text-decoration: none;
}
ul,ol{
    list-style-type: none;
}
body{
    overflow-x: hidden;
}

p{
    font-size: 14px;
    line-height: 1.6;
    
}

.container{
    width: 1200px;
    margin: 0 auto;
}
.d_flex{
    display: flex;
    flex-wrap: wrap;
}

.header_top_part{
    padding: 25px 0;
    background: #ffffff;

}
nav{
    justify-content: space-between;
}
nav ul{
    align-items: center;
    gap: 30px;
    
}
nav ul li a{
    font-weight: 500;
    font-size: 16px;
    font-family: var(--pop);
    color: #0e1424;  
    text-transform: uppercase  ;  
    transition: color 0.3s linear;

}
nav ul li.active a,
nav ul li:hover a{
    color: #31d7ce;

}
.hero_banner{
    background: url(../Images/hero_image.png)center center/cover no-repeat;
    padding: 320px 0;

}
.hero_con{
    text-align: center;
}
.hero_con h1{
    font-size: 70px;
    letter-spacing: 10px;
    text-transform: uppercase;
    padding-bottom: 20px;
    font-weight: 700;
    font-family: var(--pop);
    color: #31d7ce;

}
.hero_con a{

    display: inline-block;
    padding: 20px 45px;
    border-radius: 50px;
    border: 1px solid #d1d1d1;
    color: #31d7ce;
    font-family: var(--pop);
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    transition: all 0.3s linear;
}
.hero_con a:hover{
    background: #31d7ce;
    color: #ffffff;
    border-color: #31d7ce;
    transform: scale(1.2);
    box-shadow: 0 0 10px #31d7cfc9;
}
.com_gap{
    margin-top: 20px;
    padding-top: 120px;
}
.about_con{
    align-items: center;
}
.about_con_img{
    width: 600px;
    margin: 0 15px;

}.about_con_text{
    width: 540px;
    margin: 0 15px;
    text-align-last: left;
    padding: 30px 0px 30px 20px;
}
.about_con_text h3{
    color: #252525;
    font-size: 30px;
    text-transform: uppercase;
    font-family: var(--pop);
    font-weight: 700;
    padding-bottom: 10px;
}
.about_con_text p{
    color: #2f2f2f;
    font-size: 15px;
    font-family: var(--open);
    font-weight: 400;
    line-height: 2;
    padding-bottom: 35px;
}
.about_con_text a{
    display: inline-block;
    background: #0dac88;
    color: #fefefe;
    font-family: var(--open);
    font-weight: 500;
    padding: 15px 30px;
    border-radius: 50px;
    font-size: 12px;
    transition: all 0.3s linear;
}
.about_con_text a:hover{
    box-shadow:  3px 3px 10px #25252556;
    transform: scale(1.03);
}

.common_heading{
    font-family: var(--open);
    font-size: 40px;
    font-weight: 700;
    color: #252525;
    text-align: center;
}
.ser_con{
    gap: 0px;
    margin-top: 30px;
}
.ser_card{
    width: 370px;
    margin: 0 15px ;
    padding: 50px 40px;
    background: #ffffff;
    transition: all 0.3s linear;
    border-radius: 4px;
}
.ser_card:hover {
    border-radius: 4px;
    box-shadow: 0 0 6px #0dac88;
}
.ser_card_img{
    width: 70px;
    

}
.ser_card_con{
    width: 220px;
    padding-top: 5px;
    padding-left: 20px;

}
.ser_card_con h4{
    font-size: 16px;
    font-family: var(--open);
    font-weight: 600;
    color: #444444;
    text-transform: uppercase;
    padding-bottom: 5px;
}
.ser_card_con p{
    font-size: 14px;
    color: #555555;
    line-height: 1.6;
    font-family: var(--open);
    
}
.por_con{
    margin-top: 60px;
}
.por_con_row{
    margin-bottom: 30px;
}
.por_item {
    position: relative;
    width: 370px;
    margin: 0 15px;
    overflow: hidden;
}
.por_item img{
    width: 100%;
}
.por_item:hover .por_item_overlay{
    opacity: 1;
    height: 100%;
}
.por_item_overlay{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0%;
    background: rgba(0,0,0,0.6);
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: all 0.4s linear;
}
.por_item_overlay a{
    
    font-family: var(--pop);
    font-weight: 400;
    font-size: 10px;
    color: #ffffff;
}

.fun_fact_part{
    background: url(../Images/fun_fact_bg.png)center center/cover no-repeat;
    margin-top: 120px;
    padding: 50px ;
}
.ff_con{
 justify-content: space-around;
padding: 0 15px;
}
.ff_item{
    text-align: center;
    /* width: 270px; */
    margin: 0 15px;
    /* background: red; */
}
.ff_item img{
    padding-bottom: 10px;
}
.ff_item h4{
    color: #ffffff;
    font-weight: 600;
    font-family: var(--pop);
    font-size: 30px;
}
.ff_item p{
    color: #d4d4d4;
    font-weight: 500;
    font-family: var(--pop);
    font-size: 15px;
    text-transform: capitalize;
}

.blog_con{
    margin-top: 40px;
    margin-bottom: 30px;

}
.blog_card{
    width: 370px;
    margin: 0 15px;

}
.blog_card img{
    padding-bottom: 20px;
}
.blog_card h4{
    color: #333333;
    font-family: var(--pop);
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 10px;
    font-size: 18px;
}
.blog_card p{
    color: #666666;
    font-family: var(--open);
    font-weight: 400;
    font-size: 18px;
    line-height: 1.6;
    text-transform: uppercase;
    padding-bottom: 20px;
}
.blog_card a{
    color: #555555;
    font-family: var(--pop);
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 10px;
    font-size: 13px;
    transition: color 0.3s linear;
}
.blog_card a:hover{
    color: #0dac88;
}
.wanna_work_part{
    margin-top: 120px;
    padding: 50px 0;
    background: #50d18d;
    
}
.ww_con{
    align-items: center;
    justify-content: center;
    gap: 15px;
    

}
.ww_con h3{
    font-family: var(--pop);
    font-weight: 500;
    color: #ffffff;
    font-size: 25px;

}
.ww_con a{
    padding: 20px 35px ;
    background: #4be694;
    color: #ffffff;
    font-family: var(--open);
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
}
.ww_con a:hover{
    box-shadow:  3px 3px rgba(0,00,0,0.13    ) ;
    transform: scale(1.03);
    
}

footer{
    background: #000415;
    padding: 100px 0 0;
}
.footer_con{
    justify-content: space-around;
    align-items: center;
}
.footer_item{
    width: 270px;
    /* background:red; */
}
.footer_item img{
    padding-bottom: 10px;
}
.footer_item p,i{
    font-family: var(--open);
    text-transform: uppercase;
    font-size: 14px;
    color: #ffffff;
    max-width: 235px;
    
}
.footer_add {
    margin-bottom: 30px;
}
.footer_add p{
    margin-top: -5px;
}
.footer_add img{
    height: max-content;
    margin-right: 10px;
    
}
.footer_add_con p{
    padding-bottom: 5px;
}
.Copyright{
    color: #0dac88;
    text-align: center;
    padding: 100px 0 20px;
    color: #818181;
    font-size: 15px;
    font-family: var(--open);
    font-weight: 400;
}

/* end */