/* All Common CSS Start */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Open Sans", sans-serif;
}

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;

}

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

/* All Common CSS End */

/* header part start */
#headerPart {
    margin-top: 20px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;

}

.logoMenu {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

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

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

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

.menu .btn {
    background: #FD6E0A;
    padding: 15px 25px;
    border-radius: 5px;
    color: white;
    font-size: 20px;
    font-weight: 700;
}

/* header part End */

/* Banner Part Start */
#bannerPart{
    background: url(../images/Group\ 3988.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 297px;
    padding-bottom: 184px;
   
}

.bannerContent h3{
    font-size: 45px;
    font-weight: 600;
    color: #474747;

}
.bannerContent h1{
   font-size: 80px;
    font-weight: 700p;
    padding-top: 40px;
    padding-bottom: 35px;
    
}
.bannerContent p{
   font-size: 18px;
    font-weight: 400;
    color: #757575;
    line-height: 30px;
    width: 585px;
    margin-bottom: 27px;
}
.bannerBtn a{
    background: #FD6E0A;
    padding: 15px 25px;
    border-radius: 5px;
    color: white;
    font-size: 20px;
    font-weight: 700;
    margin-right: 10px;
}
.bannerBtn i{
    padding-right: 10px;
}


/* Banner Part End */


/* AboutPart start */

#aboutPart{
    padding: 125px 0;
}
.aboutBox{
    background: #E8ECEA;
    padding: 130px 155px;
    text-align: center;
}
.aboutInfoFlex{
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}
.aboutText p{
    color: #757575;
    padding: 0 150px;
    line-height: 30px;
    font-size: 400;
    font-weight: 18px;
    width: 827px;

}
.aboutText h3{
    margin-bottom: 15px;
    font-size: 700;
    font-weight: 35px;

}
.aboutInfoItem p{
    margin-bottom: 10px;
    color: #757575;

}

.aboutInfoItem{
    width: 25%;
}

/* About Part End*/
/* What I Do Part start */
    .whatidoBox{
       text-align: center;
    }
    .whatidoBox h3{
        padding: 36px;
        font-size: 700;
        font-weight: 35px;
        color: #181818;
    }
    .whatidoBox p{
        line-height: 30px;
        color: #757575;
        font-size: 400;
        font-weight: 18px;
    }

/* What I Do Part End*/

/* Service Part start */
.servicePartFlex{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 54px;
    margin-bottom: 137px;
}

.serviceItem{
    background: #d4d4d4;
    padding: 30px;
    border-radius: 5px;
    width: 24%;
    box-sizing: border-box;
    
}
.serviceItem h3{
    margin: 20px 0;
    font-size: 700;
    font-weight: 20px;
    color: 18px;
}
.serviceItem p{
    font-size: 400;
    font-weight: 16px;
    line-height: 28px;
    color: #757575;
}
.serviceItem .secondImage{
    width: 29%;
}



/* Service Part End*/

/* Contact Part start */
#contactPart{
    background: #FFF8F3;
    padding-top: 105px;

}
.contactFlex{
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
}
.left{
    width: 50%;

}
.right{
    width: 50%;
}
.myInput{
    border: none;
    padding: 15px;
    border-radius: 5px;
    width: 70%;
    margin-bottom: 8px;
    display: block;
    margin-top: 30px;
}
.myBtn{
    padding: 15px 25px;
    color: white;
    background: #FD6E0A;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    border: none;
    border-radius: 5px;
}
.left p{
    padding: 32px 0;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
}

/* Contact Part End*/

/* Resume Part Start */
#resumePart{
    /* background: #7e7e7e; */
    margin: 104px 0;
}

.resumeHThree h3{
    text-align: center;
    font-size: 35px;
    font-weight: 700;
    color: #181818;
    margin-bottom: 106px;
}

.resumePartFlex{
    display: flex;
    justify-content: space-between;

    
}
.leftSide{
    width: 45%;
    box-sizing: border-box;
    
}
.rightSide{
    width: 45%;
    box-sizing: border-box;
    
}
.leftSideOne{
    margin-top: 30px;
    margin-bottom: 30px;
    position: relative;
    border-bottom: 2px solid #e7e0e0;

}
.leftSideOne h4{
    font-size: 30px;
    font-weight: 700;
    color: #474747;
    margin-bottom: 35px;
}
.leftSideOne h5{
    font-size: 25px;
    font-weight: 700;
    color: #474747;
    margin-bottom: 20px;
}
.leftSideOne h6{
    font-size: 20px;
    font-weight: 600;
    color: #757575;
    margin-bottom: 20px;
}

.leftSideOne p{
    font-size: 16px;
    font-weight: 400;
    color: #757575;
    margin-bottom: 20px;
    line-height: 28px;

}
.downloadBtn{
    text-align: center;
}
.downloadBtn a{
    padding: 15px 25px;
    color: white;
    background: #FD6E0A;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    border: none;
    border-radius: 5px;
    margin-top: 20px;text-align: center;

}



/* Resume Part End */