* {
    margin: 0;
    padding: 0;
    font-family: "Open Sans", sans-serif;
}

.container {
    width: 1140px;
    padding: 20px 0;
    margin: 0 auto;
}

ul,
ol {
    list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
    line-height: 0.8;
}

a {
    text-decoration: none;
    display: inline-block;
}

/* All commom css end */

/* hederpart start */
#head {
    position: fixed;
    padding: 20px 0;
    top: 0;
    left: 0;
    width: 100%;
}

.logomenu {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu,
.menu ul {
    display: flex;
    align-items: center;
}

.menu ul li a {
    color: #474747;
    font-size: 20px;
    font-weight: 400;
    margin: 0 35px;
}

.menu #btn {
    color: #fff;
    font-size: 20px;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    background: #FD6E0A;
    padding: 20px 36px;
    border-radius: 8px;
    margin: 0 15px;
}

/* hederpart end */
/* Banner Part Start  */
#bannerPart {
    padding-top: 315px;
    padding-bottom: 185px;
    background: url(../images/bannerBg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.bannerText h4 {
    font-size: 46px;
    font-weight: 600;
    color: #474747;
}

.bannerText h1 {
    font-size: 85px;
    font-weight: 700;
    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: #fff;
    border-radius: 5px;
    margin-right: 10px;
    transition: .4s;
    border: 2px solid #FD6E0A;
    margin-top: 20px;
}

.bannerText a:hover {
    background: transparent;
    color: #FD6E0A;
}

/* Banner Part End  */
/* About Part Start  */
#aboutPart{
    padding: 130px;
}
.aboutContent{
   padding: 130px 155px;
   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;
padding-top: 30px;
line-height: 30px;
}
.contactDetails{
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}
/* About Part End  */
/* What I Do Part Start */
.iDo h2{
    color: #181818;
    font-size: 35px;
    font-weight: 700;
    text-align: center;
}
.idoContent{
    width: 900px;
    height: 90px;
    color: #757575;
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    margin: 0 auto;
    padding: 20px 0;
    line-height: 30px;
}
/* What I Do Part End */
/* Expart Part Start */
#expartPart{
    padding-bottom: 80px;
}
.skill{
    width: 100%;
    display: flex;
    justify-content: space-between;

}
.one{
    width: 200px;
    border-radius: 5px;
    background: #FFF8F3;
    padding: 30px;
}
.one h2{
    font-size: 20px;
    font-weight: 700;
    padding: 30px 0;
}
.one p{
    color: #757575;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}
/*  Expart Part End */