* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Titillium Web', sans-serif;
    text-rendering: optimizeLegibility;
    font-size: 1.6rem;
    line-height: 1.3;
}

:focus {
    outline: 0;
}

ul li {
    list-style-type: none;
}

html {
    font-size: 62.5%;
    scroll-behavior: smooth;
}

.logo {
    margin-top: 2rem;
    width: auto;
    height: 3rem;
    float: left;
}

.row {
    max-width: 114rem;
    margin: 0 auto;
}

header {
    background: #87509c;
    height: 85vh;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}

.content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 65rem;
}

h1 {
    font-size: 4.2rem;
    color: #fff;
}

h2 {
    margin-top: 0;
    margin-bottom: 2rem;
    font-size: 4rem;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .3rem;
    color: #fff;
    text-align: center;
    
}

h3 {
    font-size: 2.4rem;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
}

h4 {
    font-size: 1.8rem;
    text-transform: uppercase;
    font-weight: 400;
    margin-top: 2.5rem;
}

.nav {
    float: right;
    margin-top: 4rem;
}

.nav li {
    display: inline-block;
    margin-left: 1rem;
}

.nav li:first-child {
    margin-left: 0;
}

.nav li a:link,
.nav li a:visited {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    background: rgba(100, 58, 121, 0);
    padding: .3rem 1.5rem;
    border-radius: 3px;
    display: inline-block;
    font-size: 1.6rem;
    transition: .3s;
}

.nav li:hover a:link,
.nav li:hover a:visited {
    background: #643a79;
}

.nav li.active a {
    background: #643a79;
}

.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(135, 80, 156, .9);
    padding: 1rem 0;
    box-shadow: 0 .3rem .5rem rgba(255, 255, 255, .9);
    z-index: 9999;
}

.sticky .logo {
    margin-top: 0;
}

.sticky .nav {
    margin-top: 0;
}

.mobile-menu span {
    color: #fff;
    float: right;
    font-size: 4rem;
    margin-top: 2rem;
    display: none;
}

.mobile-menu span:hover {
    cursor: pointer;
}

.overlay {
    width: 0;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .9);
    z-index: 1;
    overflow: hidden;
    transition: .5s;
}

.overlay-content {
    position: relative;
    top: 10%;
    width: 100%;
    text-align: center;
}

.overlay a {
    text-decoration: none;
    display: block;
    font-size: 3rem;
    text-transform: uppercase;
    letter-spacing: .3rem;
    color: #999;
    padding: 1rem 0;
}

.overlay a:hover {
    color: #fff;
}

.overlay .closebtn {
    position: absolute;
    top: 1rem;
    right: 4.5rem;
    font-size: 6rem;
}

.sticky mobile-menu span {
    margin-top: 0;
    line-height: 1;
}

.btn,
.btn link,
.btn link:visited {
    text-decoration: none;
    border-radius: .3rem;
    text-transform: uppercase;
    color: #fff;
    background: #333;
    border-bottom: .3rem solid #000;
    padding: 1.5rem 6rem;
    display: inline-block;
    margin-top: 3rem;
    font-size: 1.5rem;
    border-radius: .3rem;
}

.abc:link,
.abc:visited {
    background: #eb7d4b;
    border-bottom: #c86a40;
}

.def {
    color: #fff;
    background: #17c2a4;
    text-transform: uppercase;
    font-size: 1.8rem;
    border-color: #14a58c;
}

svg.radial-progress {
    height: auto;
    max-width: 200px;
    padding: 1em;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    width: 100%;
}

svg.radial-progress circle {
    fill: transparent;
    stroke: #fff;
    stroke-dashoffset: 219.91148575129;
    stroke-width: 10;
}

svg.radial-progress circle.incomplete {
    opacity: .25;
}

svg.radial-progress circle.complete {
    stroke-dasharray: 219.91148575129;
}

svg.radial-progress text {
    fill: #fff;
    text-anchor: middle;
}

section {
    padding: 8rem;
}

h2::after {
    content: "";
    display: block;
    height: .4rem;
    background: #14a58c;
    width: 8.5rem;
    margin: auto;
    margin-top: 2rem;
}

.service {
    color: #fff;
    background: #17c2a4;
    text-align: center;
}

.para1 {
    font-size: 1.8rem;
    margin-left: 20%;
    width: 60%;
    margin-bottom: 6rem;
    line-height: 3rem;
}

.flag {
    margin-top: 4.5rem;
    height: 12rem;
    margin-bottom: 3.5rem;
}

.box {
    padding: 1%;
}

.box p {
    font-size: 1.6rem;
    margin-top: 2rem;
    font-weight: 300;
    color: #fff;
}

.team {
    text-align: center;
    background: #e7f1f8;
}

.team h2 {
    color: #3c4761;
}

.team h2::after {
    background: #c8d9e5;
}

.role {
    color: #8cd1ee;
    font-size: 1.6rem;
    text-transform: capitalize;
    margin-top: 1rem;
    display: inline-block;
}

.img1 {
    margin-top: 2.5rem;
    margin-bottom: 3.5rem;
    height: 20rem;
    width: 20rem;
    border-radius: 50%
}

.team h3 {
    color: #27283d;
    font-size: 2.4rem;
    text-transform: uppercase;
    font-weight: 600;
}

.con {
    margin-top: 2rem;
    margin-bottom: 2rem;
    font-size: 1.6rem;
    width: 20rem;
    color: #3c4761;
}

.team p {
    margin-left: 20%;
}

.social-link {
    margin-top: 4.5rem;
    font-size: 2.4rem;
    letter-spacing: 1rem;
    padding-right: 4rem;
}

.social-link ul li {
    display: inline-block;
}

.social-link ul li a:link {
    color: #fff;
}

.social-link ul li a:link i::before {
    background: #bdd1df;
    width: 3rem;
    height: 2.5rem;
    display: inline-block;
    font-size: 2rem;
    border-radius: 60%;
    padding-left: 30%;
    padding-top: 30%;
    transition: .5s;
}

.social-link ul li a:hover i::before {
    background: #393939;
    transform: rotate(360deg);
}

.skill {
    background: #fff;
    color: #3c4761;
    text-align: center;
}

.skill h2,
.skill h3 {
    color: #3c4761;
}

.skill h2::after {
    background: #dfe8ed;
}

.skill .box {
    margin-top: 4.5rem;
}

svg.radial-progress .percentage {
    fill: #393939;
    font-size: 1.5rem;
}

svg.web-design .complete {
    stroke: #30bae7;
    stroke-width: 5;
}

svg.web-design .incomplete {
    stroke: #dfe8ed;
    stroke-width: 5;
}

svg.html-design .complete {
    stroke: #d74680;
    stroke-width: 5;
}

svg.html-design .incomplete {
    stroke: #dfe8ed;
    stroke-width: 5;
}

svg.graphic-design .complete {
    stroke: #15c7a8;
    stroke-width: 5;
}

svg.graphic-design .incomplete {
    stroke: #dfe8ed;
    stroke-width: 5;
}

svg.ui .complete {
    stroke: #eb7d4b;
    stroke-width: 5;
}

svg.ui .incomplete {
    stroke: #dfe8ed;
    stroke-width: 5;
}

.portfolio {
    background: #fd9;
    text-align: center;
    color: #3c4761;
}

.portfolio h2 {
    color: #393939;
}

.portfolio h2::after {
    background: #e5c37f;
}

.portfolio-filter {
    margin: 4.5rem 0;
}

.portfolio button {
    background: #ebc985;
    font-size: 1.8rem;
    padding: 1rem 3rem;
    border: 0;
    border-radius: .5rem;
    text-transform: uppercase;
    color: #3c4761;
    margin: 0 .5rem;
    transition: .5s;
}

.portfolio button:hover {
    cursor: pointer;
    box-shadow: inset 0 .3rem .5rem rgba(60, 71, 97, .5);
}

.portfolio-img {
    width: 100%;
    height: auto;
}

.portfolio .col:nth-child(3) {
    margin-left: 0;
}

.portfolio .mixitup-control-active {
    background: #fff;
}

.testimonial {
    background: #d74680;
}

.testimonial .col:nth-child(3) {
    margin-left: 0;
}

.client-review p {
    font-size: 2.1rem;
    font-style: italic;
    margin-top: 0;
    margin-bottom: 2rem;
    color: #fff;
}

.testimonial .col:nth-child(1),
.testimonial .col:nth-child(2) {
    margin-top: 4rem;
}

.testimonial .col:nth-child(3),
.testimonial .col:nth-child(4) {
    margin-top: 8rem;
}

.client-photo {
    width: 10rem;
    float: left;
}

.client-review {
    width: 35rem;
    float: left;
    margin-bottom: 2rem;
    font-size: 2rem;
}

.client-photo img {
    margin-bottom: 3rem;
    height: 8rem;
    width: 8rem;
    border-radius: 50%;
}

.testimonial .role {
    color: #fd9;
}

.testimonial h2::after {
    background: #b73c6d;
}

.testimonial .para1 {
    text-align: center;
    color: #fff;
}

.contact {
    background: #3c5499;
    text-align: center;
}

.contact h2::after {
    background: #273a71;
}

.contact .para1 {
    color: #fff;
}

.contact form {
    margin-top: 5rem;
    width: 70%;
    margin-left: 15%;
}

.contact input[type=email],
.contact input[type=text],
.contact textarea {
    background: #273a71;
    border: .1rem solid #273a71;
    width: 100%;
    padding: 1.5rem;
    font-size: 1.8rem;
    margin: .5rem 0;
    border-radius: .5rem;
    color: #fff;
}

.contant textarea {
    height: 20rem;
}

.contact form::placeholder {
    opacity: 1;
    color: #fff;
}

.button {
    text-align: center;
}

.btn-submit {
    border: 0;
    border-color: #299ec5;
    background: #30bae7;
    color: #fff;
    border-bottom: .3rem solid #299ec5;
}

.btn-submit:hover {
    cursor: pointer;
}

.about{
    color: #fff;
     background: #007A68;
    text-align: center;
}

.about button {
    background: #28C7B5;
    font-size: 1.8rem;
    padding: 1rem 3rem;
    border: 0;
    border-radius: .5rem;
    text-transform: uppercase;
    color: #3c4761;
    margin: 0 .5rem;
    transition: .5s;
}

.about button:hover {
    cursor: pointer;
    box-shadow: inset 0 .3rem .5rem rgba(60, 71, 97, .5)
}


.Akash{
    margin-top: 4rem;
    width: 100%;
    height: auto;
    border-radius: 2%;
}

.brac {
    width: 50%;
    height: auto;
    margin-top: 8rem;
    border-radius: 2%;
   
}
.pic{
    border-radius: 50%;
}

.web-pic{
   
    margin-top: 3rem;
    width: 80%;
    height: 20rem;
   
}

.psd-pic{
    margin-top: 3rem;
    width: 80%;
    height: 20rem;  
}
.django-pic{
     margin-top: 3rem;
     width: 80%;
     height: 20rem;  
}

.box1 {
    margin-top: 3.5rem;
  
}
.box2 {
    padding: 1%;
    margin-top: 2rem;
  
}

.box2 p {
    font-size: 1.6rem;
    margin-top: 2rem;
    font-weight: 300;
    color: #fff;
    background: #007A68;
}
.box2 h4{
   background: #007A68; 
}

.about .span_1_of_2:nth-child(3){
    margin-left: 0;
}

.about h3::after {
    content: "";
    display: block;
    height: .4rem;
    background: #14a58c;
    width: 8.5rem;
    margin: auto;
    margin-top: 2rem;
}

.footer {
    background: #344b8e;
    padding: 3rem 0;
    text-align: center;
    border-top: .3rem solid rgba(255, 255, 255, .3);
}

.footer li {
    display: inline-block;
    color: #fff;
    margin: 0 2rem;
}

.footer li a {
    color: #fff;
    text-transform: capitalize;
    font-size: 2.4rem;
    text-decoration: none;
}

.footer li a:hover {
    color: #3286bd;
}