*{
    margin: 0;
    padding: 0;
}
.custom_name {
    font-family: 'Pacifico', cursive;
    font-size: 30px;
    color: #ff7f50 !important;
}

#main_section .title_me {
    text-align: center;
    padding: 20px;
    color: #80a5dd !important;


}
#main_wrapper{

   max-width: 100%;
    margin: 0 auto;

}


#main_section{
    max-width: 100%;
    height: 600px;
    margin-bottom: 100px;
    overflow: hidden;

}
#main_section .title{
    text-align: center;
    margin-top: 100px;
       font-size: 3em;
}


.typed_me{
   color: white;
   font-size: 4rem;
    text-transform: capitalize;
    overflow: hidden;
    animation: type 6s linear infinite;
    white-space: nowrap;
     margin-left: 39%;
    border-right: 4px solid black;
}

@keyframes type{

    0%{
        width: 0ch;
    }
    100%{
        width: 20ch;
    }
}



#main_section input{
    margin-left: 45%;
    padding: 15px;
    margin-top: 30px;
    background-color: #ff7f50;
    font-size: 20px;
    cursor: pointer;
    border: none;
    border-radius: 20px;


}
#main_section input:hover{
    background-color: #A9A9A9;
}

.social_img{
margin-left: 43% !important;
}

.social_img ul{
    margin-top: 10px;
}
.social_img ul li{
    list-style-type: none;
    float: left;
    padding: 10px;

}
.social_img ul li a{
    color: black;
}
.social_img ul li a img{

    background-color: black;
    border-radius: 50%;

}

/*start about me  Section part*/

.h-600
{
    height: 600px;
}

.h-400
{
    height: 400px;
}

/*End about me Section*/



/*start Skill Section part*/


/*End Skill Section*/



.footer_section{
        background-color: #756f6f;
    height: 45px;
    width: 100%;
    text-align: center;


}
p.copy {color: white;text-align: -webkit-center;font-size: 13px;font-family: cursive;}

/* new small Project Slider Design Css*/

body {
    font-family: 'Montserrat', sans-serif;
}
#team {
    padding: 30px 0;
}
.sec-heading h6 {
    font-family: 'Allura', cursive;
    font-size: 65px;
}
.single-box {
    border: 1px solid #ddd;
    border-radius: 20px;
    overflow: hidden;
    background-color: #fff
}
.info-area {
    padding: 0 20px 45px;
}
.img-area {
    overflow: hidden;
    padding: 15px 0 15px;
}
.img-area img {
    margin: 0 auto;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    max-width: 230px
}
.single-box:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.info-area i {
    display: inline-block;
    color: #ffb400;
    margin: 0 4px;
}
.info-area h4 {
    font-weight: 600
}
.info-area h5 {
    color: #3b04db;
    margin: 10px 0 0;
    font-weight: 600
}
.info-area a {
    display: inline-block;
    margin: 25px 0 0;
    background-color: darkorange;
    color: #fff;
    padding: 10px 35px;
    border-radius: 4px;
}
.team-slider .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -60px;
    text-align: center;
    width: 100%;
}
.team-slider button.owl-dot {
    width: 16px;
    height: 16px;
    display: inline-block;
    margin: 0 6px;
    text-align: center;
    border-radius: 50%;
    background-color: #262626;
}
.team-slider .owl-dot.active {
    background-color: coral;
}
.move-animation {
    position: relative;
    -webkit-animation: move-animation 2s ease-in-out infinite;
    animation: move-animation 2s ease-in-out infinite;
}
@-webkit-keyframes move-animation {
    0% {
        top: 3px;
    }
    50% {
        top: -3px;
    }
    100% {
        top: 3px;
    }
}
