body{
    font-family: "Poppins", sans-serif;
    background-color: #1e1e1e;
    
}

.my-bg{
    background-color: #FD6F00 !important;
    color: #fff;
}
.nav_menu ul li a{
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
    transition: linear 0.4s;
    
}
.btn:hover{
    color: #000;
}
.nav_menu ul li a:hover{
    color: #FD6F00;
}
.hero_section_content h4{
    color: #fff;
}
.hero_section_content p{
    font-size: 1.2rem;
    color: #fff;
}
.hero_section_content h2{
    font-size: 2rem;
    color: #FD6F00;
}
.hero_section_content h1{
    font-size: 4rem;
    color: #fff;
    font-weight: bold;
    line-height: 4rem;
}
.social_icon{
    text-align: center;
} 
.social_icon a{
    color: #fff;
}
.social_icon a i{
    font-size: 2rem;
    padding: .4rem;
    transition: linear 0.4s;
}
.social_icon a i:hover{
    color: #FD6F00;
}
.about_section_content h2{
    font-size: 3rem;
    color: #fff;
    font-weight: bold;
}
.about_section_content p{
    font-size: 1.2rem;
    color: #fff;
}
.services_top h2{
    font-size: 3rem;
    color: #fff;
    font-weight: bold;
}
.services_top p{
    font-size: 1.2rem;
    color: #fff;
}
.services_card{
    background-color: #F8F8F8;
    border-radius: 5%;
    padding: 1rem;
}
.projects_top h2{
    font-size: 3rem;
    color: #fff;
    font-weight: bold; 
}
.projects_top p{
    font-size: 1.2rem;
    color: #fff;
}
.h_line{
    width: 25rem;
    height: 0.5rem;
    background-color: #FD6F00;
    display: inline-block;
    border-radius: 5px;
}
.projects_text h6{
    color: #FD6F00;
    font-weight: bold;
}
.projects_text p{
    color: #fff;
}
.test_top h2{
    font-size: 3rem;
    color: #fff;
    font-weight: bold; 
}
.test_top p{
    font-size: 1.2rem;
    color: #fff;
}
.text_content_right p{
    font-size: 1.2rem;
}
.text_content_right b{
    color: #FD6F00;
    font-size: 2rem;
}
.test_bg{
    background-color: #F8F8F8;
    border-radius: 2rem;
}
.contact_top h2{
    font-size: 3rem;
    color: #fff;
    font-weight: bold;
}
.contact_top p{
    font-size: 1.2rem;
    color: #fff;
}
#terminal{
    background-color: #1e1e1e;
}
.terminal_menu{
    text-align: center;
}
.terminal_menu ul{
   list-style: none; 
}
.terminal_menu ul li{
    display: inline-block;
}

.terminal_menu ul li a{
    color: #fff;
    font-size: 1rem;
    font-weight: 500;
    transition: linear 0.4s;
    text-decoration: none;
    padding: 10px;
}
.terminal_menu ul li a:hover{
    color: #FD6F00;
}
.terminal_social_icons a{
    color: #fff;
}
.terminal_social_icons a i{
    font-size: 2rem;
    padding: .4rem;
    transition: linear 0.4s;
}
.terminal_social_icons a i:hover{
    color: #FD6F00;
}
.my_contact{
    width: 12rem;
}
#c_right{
    background-color: #000;
}
.bottom p{
    color: #fff;
    font-size: 1.2rem;
    font-weight: 600;
}
.bottom a{
    text-decoration: none;
    color: #FD6F00;
}

