*{
    margin:0;
    padding:0;
} 
.container{
    padding:20px 0;
    /* background:teal; */
    margin:0 auto;
    width:1140px;
}
ul,ol{
    list-style-type: none;
}
a{
    text-decoration: none;
    display:inline-block;
}
h1,h2,h3,h4,h5,h6,p{
    margin:0;
    padding:0;
    line-height:0.8;
}
.bb{
    border-bottom:none !important
}
#header{
    padding: 30px 0;
    /* background:blue; */
    position:fixed;
    top:0;
    left:0;
    width:100%;
}
.logomenu{
    width:100%;
    display:flex;
    justify-content: space-between;
    align-items: center;
}
.menu ul{
    display: flex;
    align-items: center;

}
.menu ul li a{
    color:#474747;
    font-size: 20px;
    font-weight:400;
    margin:0 35px;
    font-family: "Open Sans", sans-serif;;
}
.menu ul li .button{
    padding:10px 20px;
    background:#FD6E0A;
    color:white;
    border-radius:10px;
}
/* banner start */
#bannerPart{
    padding-top:315px;
    padding-bottom:180px;
    background:url(../images/bannerBg.png);
    background-repeat: no-repeat;
    background-position:center;
    background-size:cover;
}
.bannerText h4{
    font-size:45px;
    font-weight:600;
    color:#474747
}
.bannerText h1{
    font-size:85px;
    font-weight:800px;
    color:#181818;
    padding-top:30px;
    padding-bottom:35px;
}
.bannerText p{
    font-size:18px;
    font-weight:400;
    color:#757575;
    line-height:30px;
    width:585px;
}
.bannerText a{
    padding:15px 20px;
    background:#FD6E0A;
    color:white;
    border-radius:5px;
    margin-right:10px;
    border:2px solid #FD6E0A;
    transition:.7s;
}
.bannerText a:hover{
    background:transparent;
    color:#181818;
    /* border: 2px solid #FD6E0A; */
}
/* banner end */
/* about start */
#aboutPart{
    padding:130px;
}
.aboutContent{
    padding:130px 156px;
    background:#FFF8F3;
    text-align: center;
}
.aboutContent h3{
    font-size: 35px;
    font-weight:700;
    color:#181818;
}
.aboutContent p{
    font-size: 18px;
    font-weight:400;
    color:#757575;
    line-height:30px;
}
/* about end */
/* service start */
#servicePart{
    padding-bottom:140px;
}
.serviceHead{
    text-align:center;
}
.serviceHead h3{
    font-size:35px;
    font-weight:700px;
    color:#181818;
    padding-bottom:20px;
}
.serviceHead p{
    font-size: 18px;
    font-weight:400;
    color:#757575;
    line-height:30px;
    padding:0 118px;
}
.serviceItemFlex{
    display:flex;
    margin-top:20px;
}
.serviceItem{
    width:20%;
    padding:30px;
    box-shadow: 2px 2px 19px 0px rgba(0,0,0,0.75);
    -webkit-box-shadow: 2px 2px 19px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 2px 19px 0px rgba(0,0,0,0.75);
    margin-right:10px;
    /* box-sizing: border-box; */
}
.serviceItem1{
    width:20%;
    padding:30px;
    box-shadow: 2px 2px 19px 0px rgba(0,0,0,0.75);
    -webkit-box-shadow: 2px 2px 19px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 2px 19px 0px rgba(0,0,0,0.75);
    /* box-sizing: border-box; */
    margin-right:10px;
}
.serviceItem2{
    width:20%;
    padding:30px;
    box-shadow: 2px 2px 19px 0px rgba(0,0,0,0.75);
    -webkit-box-shadow: 2px 2px 19px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 2px 19px 0px rgba(0,0,0,0.75);
    /* box-sizing: border-box; */
    margin-right:10px;
}
.serviceItem3{
    width:20%;
    padding:30px;
    box-shadow: 2px 2px 19px 0px rgba(0,0,0,0.75);
    -webkit-box-shadow: 2px 2px 19px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 2px 19px 0px rgba(0,0,0,0.75);
    /* box-sizing: border-box; */
}
.serviceItem h3{
    font-size:20px;
    font-weight:700px;
    color:#181818;
    padding:20px 0;

}
.serviceItem p{
    font-size: 16px;
    font-weight:400;
    color:#757575;
    line-height:28px;

}
.serviceItem1 h3{
    font-size:20px;
    font-weight:700px;
    color:#181818;
    padding:20px 0;

}
.serviceItem1 p{
    font-size: 16px;
    font-weight:400;
    color:#757575;
    line-height:28px;

}
.serviceItem2 h3{
    font-size:20px;
    font-weight:700px;
    color:#181818;
    padding:20px 0;

}
.serviceItem2 p{
    font-size: 16px;
    font-weight:400;
    color:#757575;
    line-height:28px;

}
.serviceItem3 h3{
    font-size:20px;
    font-weight:700px;
    color:#181818;
    padding:20px 0;

}
.serviceItem3 p{
    font-size: 16px;
    font-weight:400;
    color:#757575;
    line-height:28px;

}
/* service end */
/* resume start */
#resumePart{
    padding:115px 0;
}
.resumeHead{
    text-align: center;
    margin-bottom:20px;
}
.resumeHead h3{
    font-size:35px;
    font-weight:700px;
    color:#181818;
    padding-bottom:20px;

}
.resumeFlex {
    display: flex;
    justify-content: space-between;
}
.resumeLeft{
    width:48%;
}
.resumeLeft h3{
    font-size:30px;
    font-weight:700px;
    color:#181818;

}
.resumeRight{
    width:48%;
}
.resumeRight h3{
    font-size:30px;
    font-weight:700px;
    color:#181818;
}
.resumeItem{
    border-bottom:2px solid #D1D1D1;
    padding-bottom:20px;
}
.resumeItem h3{
    font-size:25px;
    font-weight:700px;
    color:#474747;
    padding:15px 0;


}
.resumeItem h4{
    font-size:20px;
    font-weight:600px;
    color:#757575;
    padding-bottom:10px;

}
.resumeItem p{
    font-size:16px;
    font-weight:400px;
    color:#181818;
    line-height:28px;
}
.resumeBtn{
    text-align: center !important;
}
/* resume end */
/* footer start */
#footerPart{
    padding:150px 0;
    background:#FFF8F3;
}
.footerFlex{
    display:flex;
    justify-content: space-between;
}
.footerLeft{
    width:50%;
}
.footerRight{
    width:40%;
}
.contactUs h3{
    font-size:35px;
    font-weight:700px;
    color:#181818;
    padding-bottom:20px;

}
.myInput{
    display:block;
    padding:20px 30px;
    background: white;
    margin:20px 0;
    width:100%;
    border:none;
    border-radius: 5px;
    outline:none;
}
.contactUs button{
    padding:15px 20px;
    background:#FD6E0A;
    color:white;
    border-radius: 5px;
    border:none;
    font-size:16px;
}
/* footer end */