body{
    box-sizing: border-box;
overflow-x: clip;
font-family: 'Michroma';

}
.row{
    margin: 0px !important;
}
/* section heading  */
.topic{
    font-size: 21px;
    font-weight: 600;
    text-align: center;
    color: rgb(3, 3, 3);
    padding-top: 11px;
}
.sectioc_topic{
    background-color:#fcad4f;
    height: 54px;
    padding: 0px;
}
/* navigation */
.side_navbar{
     background-color: white;
     height: 100%;
     position: fixed; 
    z-index: 1; 
    top: 0; 
    left: 0;
    padding-top: 20px;
    width: 160px;
}
:nth-child(1)
.side_navbar > a:hover:not(a:nth-child(1)){
    background-color: #fcad4f;
    color: black;
    border-radius: 20px;
}

.logo_img{
    height: 200px;
    width: 200px;
}
/* responsive nav  */
.navbar-expand-lg{
    height: 130px;
    margin-top: -31px;
}
.navbar-collapse{
    z-index: 1;
    background-color: white;
    margin-top: -23px;
}
.menu2_res{
    position: fixed;
    z-index: 1;
    background-color: white;
    height: 130px;
}

  /* The navigation menu links */
  .side_navbar > a {
    padding: 6px 8px 6px 16px;
    text-decoration: none;
    font-size: 15px;
    text-align: center;
    color: #030303;
    display: block;
  }
  
  /* header */
.carousel_text{
    color: #fdfbfb;
    z-index: 1;
    font-size: 30px;
    font-weight: 600;
    font-family: "Alegreya";
    text-align: left;
    text-shadow:5px 0 0 black, -3px 0 0 black, 0 3px 0 black, 0 0px 0 black, 3px 4px black, -2px 0px 0 black, 1px -1px 0 black, 3px 5px 0 black !important;
    margin-left: -111px;
    width: 750px;
}

.carousel-item > img{
    opacity: 0.8;
} 

  /* about section  */
  
.about_detail{
    text-align: center;
    line-height: 2;
}

/* servies section  */
/* service topic  */
#services{
    overflow-x: hidden;
}
.service_topic{
    color: orange;
    text-align: center;
    font-size: 18px;
    padding: 0px;
}
.service_imgs , .service_list{
    display: flex;
}
.ser_image{
    display: block;
    margin: auto;
}
#hr1{
height: 282px;
}
#hr2{
height: 319px;
}
#hr3{
height:250px ;
}
#hr4{
height: 287px;
}

.service_imgs{
    
    margin-top: 5px;
    margin-right: 11px;
    height: 23px;
}
.service_list{
    list-style: none;
    line-height: 2;
}
/* process section  */
.process_icon{
    font-size: 50px;
}
.process_detail> i:nth-child(odd){
    text-align: right;
}
.process_head{
    font-size: 18px;
    font-weight: 700;
}

/* contact */
.form_section{
    background-color: #ff6b4a;
    padding: 28px;
}
.form_bor{
border: 2px solid white;
border-radius: 20px;
padding: 24px;
}
.contact_topic{
    color: white;
    text-align: center;
}

.btn{
    background-color: black !important;
    color: white !important;
    display: block !important;
    margin: auto !important;
}


