body {
    background-color: #EDEEF0;
    background-image: url("triangles-bottom.svg");
    background-repeat: no-repeat;
    background-size: 300px;

}



/* navigation */
.nav {
    background-color: #006699;
    padding: 2px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;

}

.nav ul li {
    list-style-type: none;
    display: inline-block;

}

.nav ul li a {
    color: #fff;
    font-weight: 700;
    font-family: archivo, sans-serif;
    padding: 10px;
    margin-right: 20px;
    text-decoration: none;
}

.nav ul li a:hover {
    color: #ccc;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

/* left side profile Section */

.left-side {
    display: inline-block;
    width: 30%;
    float: left;
    margin-right: 60px;
}

.right-side {
    display: inline-block;
    width: 65%;
    margin-top: 100px;


}

.profile {

    background-color: #fff;
    width: 350px;
    height: 600px;
    border-radius: 20px;
    margin-left: 100px;
    margin-top: 100px;
    padding-top: 10px;


}

.myprofileimg {
    width: 200px;
    height: 200px;
    margin-left: 40px;
    border-radius: 20px;
    border: 2px double rgb(0, 102, 153);
    ;
}

.socialdetails h2 {
    text-align: center;
    font-size: 30px;
    font-family: helvetica, serif;
}

.socialdetails {
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    margin-left: 40px;

}

.socialdetails p {

    font-size: 13px;
    font-family: helvetica, serif;
    background-color: #E9EDF0;
    padding: 10px;
    border-radius: 20px;
    margin-top: -10px;


}

.icons {
    text-align: center;
}

.icons i {
    font-size: 20px;
    padding: 5px;
    font-style: normal;
    display: inline-block;


}

.address {

    background-color: #F5F8F;
    padding: 30px;
    margin-left: 40px;

}

.address li {
    list-style: none;
    display: block;
    font-size: 17px;
    font-weight: 600;

}

.address i {
    padding-right: 10px;
    padding-bottom: 10px;
    font-size: 20px;
    color: #44566c;
}

.download-button button {
    padding: 20px;
    width: 250px;
    border: none;
    background-color: rgb(0, 102, 153);
    color: #fff;
    border-radius: 20px;
    margin-left: 50px;
    font-size: 15px;
    font-style: helvetica;
    margin-top: -120px;
    box-shadow: 10px 10px 10px 10px #EDEEF0;



}

.download-button i {
    margin-right: 10px;
}


/* Right Side  */

/* About me section style */

.aboutme {
    background-color: #fff;
    padding: 30px;
    border-radius: 20px 20px 0px 0px;
    -webkit-border-radius: 20px 20px 0px 0px;
    -moz-border-radius: 20px 20px 0px 0px;
    -ms-border-radius: 20px 20px 0px 0px;
    -o-border-radius: 20px 20px 0px 0px;
}

h3 {
    font-size: 30px;
    font-weight: 700;
    font-family: archivo, sans-serif;
    color: #42556C;
}

p {
    font-size: 15px;
    font-family: archivo, sans-serif;
    color: #999;

}

/* service section style */

.serice {
    background-color: #F5F8F9;
    padding: 30px;


}

.serviceDetails {
    width: 40%;
    background-color: #fff;
    padding: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    border-radius: 20px;
    box-shadow: 5px 5px 8px 7px #EDEEF0;
    display: inline-block;

}

.serviceDetails .icon i {
    font-size: 40px;
}

.serviceDetails h4 {
    font-size: 20px;
    color: #42556C;
}

.serviceDetails li {
    font-size: 18px;
    color: #42556C;
    padding-bottom: 10px;
}


/* Portfolio style */

.portfolio {
    background-color: #F5F8F9;
    padding: 5px;

}

.heading {
    padding-top: 20px;
    text-align: center;
}

.sub-title p {
    text-align: center;
    color: #2e2e2e;
    font-size: 15px;
    font-weight: bold;
    margin-top: -20px;
}

.portfolioimg img {

    display: inline-block;
    border-radius: 20px;
    width: 40%;
    height: 300px;
    margin-bottom: 20px;
    border: 10px solid #fff;
    margin: 0 auto;
    margin-left: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
    background-color: #fff;
    box-shadow: 10px 10px 10px 10px solid #ddd;

}

.contactMe {
    background-color: #fff;
    padding: 40px;
    
}

input[type=email], input[type=text-area], input[type=number], input[type=text] {
    width: 100%;
    padding: 10px;
    margin: 8px 0;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
;
}

input[type=button], input[type=submit], input[type=reset] {
    background-color: #006699;
    border: none;
    color: white;
    padding: 12px 20px;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
    align: center;
}