body {
    text-rendering: optimizelegibility;
    background: #fff;
    font-family: Roboto, sans-serif;
    overflow: hidden
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Roboto, sans-serif
}

p {
    
    text-align: justify;
}

a,
a:hover {
    color: #e91e63
}

a:focus {
    outline: 0
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 99
}

#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../images/loading.gif);
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px
}

.main-btn {
    background: #e91e63;
    border-color: #e91e63;
    border-radius: 0;
    color: #fff
}

.main-btn:hover {
    background: #e91e63;
    color: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .2), 0 3px 6px rgba(0, 0, 0, .28)
}

.line-btn {
    font-weight: 300;
    background: #e91e63;
    border-radius: 0;
    color: #fff;
    border-color: #e91e63
}

.line-btn:hover {
    color: #fff;
    background: #f53174
}

.color-overlay {
    background: rgba(66, 134, 245, .9)
}

.description{
    text-align: justify;
    padding:8px;
    border:#E5E5E5 solid 1px;
    overflow: scroll;
    height: 300px;
}

.descriptionn{
    text-align: justify;
    padding:8px;
    font-size: 12px;
    overflow: visible;
    height: 300px;
}

.sectionIcon {
    color: #e5e5e5;
    background: #fff;
    padding-right: 0;
    font-size: 30px;
    display: inline-block;
    text-align: center;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: -37px;
    width: 75px;
    height: 75px;
    line-height: 75px;
    border-radius: 50%;
    vertical-align: middle
}

.bgParallax {
    color: #FFF;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    max-width: 1920px;
    position: relative;
    min-height: 100%;
    background-position: 50% 0;
    background-repeat: repeat;
    background-attachment: fixed
}

.detailparalax {
    margin-top: 64px;
}

.form-control {
    border-radius: 0;
    box-shadow: none;
    border-color: #fff;
    height: 49px
}

.form-control:focus {
    box-shadow: none;
    border-color: #4286f5
}

.form-control-feedback {
    line-height: 50px
}

.back-to-top {
    text-align: center;
    position: fixed;
    bottom: 15px;
    right: 10px;
    text-decoration: none;
    color: #fff;
    background-color: #e91e63;
    display: none;
    border-radius: 100%;
    width: 56px;
    height: 56px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24)
}

.back-to-top .mdicon {
    font-size: 36px;
    line-height: 56px
}

.back-to-top:hover {
    background: #e91e63;
    color: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .2), 0 3px 6px rgba(0, 0, 0, .28)
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff
}

.navbar-default .navbar-toggle {
    border-color: #fff;
    margin-top: 0
}

.navbar-default .navbar-toggle:focus .icon-bar,
.navbar-default .navbar-toggle:hover .icon-bar {
    background-color: #e91e63
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: transparent;
    border-color: #e91e63
}

.navbar-default .navbar-collapse.in {
    background-color: #fff
}

.navbar-default .navbar-collapse.in .navbar-nav>li>a {
    color: #344563
}

.navbar-default .navbar-collapse.in .navbar-nav>li>a:hover {
    color: #ef6348
}

.main-menu.floating-menu .navbar-toggle .icon-bar {
    background-color: #fff
}

.main-menu.floating-menu .navbar-toggle {
    border-color: #fff
}

.progress {
    background-color: #eee;
    height: 30px;
    margin-bottom: 30px;
    border-radius: 0
}

.progress-bar {
    line-height: 30px;
    text-align: left;
    padding-left: 15px;
    font-size: 14px
}

.navbar-default .navbar-brand {
    padding: 0 15px;
    height: auto
}

.navbar.navbar-default {
    padding: 15px 0;
    background:#508FE7;
    border: none;
    margin: 0
}

.main-menu {
    background: 0 0;
    border: none;
    transition: background .5s ease-in-out;
    -moz-transition: background .5s ease-in-out;
    -webkit-transition: background .5s ease-in-out
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    padding: 7px 15px
}

.navbar-default .navbar-nav>li>a.active {
    color: #fca1c0
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    background: 0 0;
    color: #ef6348
}

.main-menu.floating-menu {
    background: #3B5998
}

.main-menu.floating-menu .navbar-nav>li>a {
    color: #fff
}

.main-menu.floating-menu .navbar-nav>li>a.active {
    color: #fca1c0
}

.main-menu.floating-menu .navbar-nav>.active>a,
.main-menu.floating-menu .navbar-nav>.active>a:focus,
.main-menu.floating-menu .navbar-nav>.active>a:hover,
.main-menu.floating-menu .navbar-nav>li>a:focus,
.main-menu.floating-menu .navbar-nav>li>a:hover {
    background: 0 0;
    color: #fca1c0
}

#banner {
    padding: 0;
    text-align: center;
    background:#FFFFFF;
    width: 100%;
    margin-top: 64px;
}

#banner h1 {
    font-weight: 400;
    color: #e91e63
}

#banner h2 {
    font-size: 60px;
    font-weight: 500;
    color: #fff
}

#banner h2 span {
    font-weight: 300
}

#banner h1 .mdicon {
    font-size: 160px
}

#banner p {
    font-size: 30px;
    font-weight: 300;
    color: #fff
}

#banner .container {
    position: relative
}

#banner .container .intro {
    margin-top: 280px
}

#about .sectionIcon {
    background: 0 0;
    top: -66px;
    font-size: 66px;
    color: #fff
}

section h2.heading {
    font-size: 48px;
    color: #333;
    font-weight: 300;
    line-height: 36px;
    margin-bottom: 50px;
    margin-top: 0
}

section h3.helping-text {
    font-size: 20px;
    color: #888;
    font-weight: 300;
    margin: 0 0 30px;
    line-height: 36px
}

section p {
    font-size: 15px
}

section {
    position: relative;
    padding: 70px 0 50px;
    text-align: center;
    background:#E9EBEE;
}

.sadmore{
    position: relative;
    padding: 70px 0 50px;
    text-align: center;
   
}

#parallax-1 {
    padding: 0;
    background-image: url(../images/parallax-2.jpg)
}

#parallax-1 .color-overlay {
    padding: 50px 0
}

#parallax-2 {
    padding: 50px 0;
    background-image: url(../images/perallax.jpg)
}

.bgParallax h2.heading {
    color: #fff;
    margin-bottom: 25px
}

#mywork {
    background: #fff
}

.portfolio-grid .thumbnail {
    margin-bottom: 30px;
    border-radius: 0;
    border: none;
    padding: 0
}

.portfolio-grid .thumbnail img {
    height: 213px;
    border: none;
    border-radius: 0;
    padding: 0
}

.drop-panel {
    padding: 0!important
}

.portfolio-grid .hide-none {
    display: none;
    height: 213px!important;
    background:#E9EBEE;
}

.portfolio-grid .hover-text {
    text-align: center;
    padding-top: 55px
}

.portfolio-grid .hover-text h5 {
    font-size: 24px;
    color: #fff;
    font-weight: 300;
    line-height: 36px;
    margin-bottom: 0
}

.portfolio-grid .hover-text p {
    font-size: 18px;
    color: #fff;
    font-weight: 300;
    line-height: 30px
}

.portfolio-grid .hover-text a {
    color: #fff
}

.portfolio-grid .hover-text a i {
    font-size: 48px
}

.portfolio-grid .hover-text a:hover {
    color: #e91e63
}

.social li a {
    font-size: 24px;
    color: #fff
}

.social li a .mdicon {
    font-size: 48px;
    line-height: 48px
}

.social li a:hover {
    color: #e91e63
}

#skills {
    background: #fff
}

.progress-bar-success {
    background-color: #259b24
}

.progress-bar-info {
    background-color: #3f51b5
}

.progress-bar-warning {
    background-color: #ff9800
}

.progress-bar-danger {
    background-color: #e51c23
}

.contact-form .textarea {
    min-height: 220px;
    resize: none
}

#info {
    background: #343434;
    color: #fff
}

#info h4 {
    margin-top: 0;
    font-size: 26px;
    color: #fff;
    font-weight: 300
}

#info p {
    color: #fff;
    font-size: 14px
}

footer {
    color:#fff;
    bottom:0;
    padding: 20px 0;
    background: #333;
    width: 100%;
    float: left
}

footer .design-by {
    font-size: 13px;
    color: #888;
    text-align: right
}

@media (min-width:1200px) {
    .container {
        width: 970px
    }
}

@media (max-width:768px) {
    .portfolio-grid .thumbnail img {
        height: 228px
    }
    .portfolio-grid .hide-none {
        height: 228px!important;
        width: 316px!important
    }
    .portfolio-grid .hover-text {
        padding-top: 70px;
        left: 14px!important
    }
    .portfolio-grid .hover-text h5 {
        font-size: 28px;
        line-height: 30px
    }
    .portfolio-grid .hover-text p {
        font-size: 18px;
        line-height: 24px
    }
}

@media (max-width:640px) {
    .portfolio-grid .hover-text {
        padding-top: 70px;
        left: 139px!important
    }
}

@media (max-width:480px) {
    .navbar-default .navbar-toggle {
        border: none
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff
    }
    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover {
        background: 0 0
    }
    .carousel-inner .item .carousel-caption h3 {
        font-size: 36px
    }
    .carousel-inner .item {
        min-height: 500px
    }
    .bgParallax h2.heading {
        font-size: 20px
    }
    .portfolio-grid .hover-text {
        padding-top: 70px;
        left: 0!important
    }
    .portfolio-grid .thumbnail img {
        height: 313px;
        width: 100%
    }
    .portfolio-grid .hide-none {
        height: 313px!important;
        width: 100%!important
    }
    #banner h2 {
        font-size: 36px
    }
    #banner h1 .mdicon {
        font-size: 120px
    }
    #banner p {
        font-size: 20px
    }
    section h2.heading {
        font-size: 36px;
        color: #333;
        font-weight: 300;
        line-height: 36px;
        margin-bottom: 30px;
        margin-top: 0
    }
}

@media (max-width:340px) {
    .navbar-default .navbar-brand img {
        width: 180px
    }
    .navbar-default .navbar-toggle {
        padding-top: 0
    }
    #banner .container .intro {
        position: absolute;
        width: 250px;
        top: 95px;
        left: 25px
    }
    .portfolio-grid .hover-text {
        padding-top: 60px
    }
    .portfolio-grid .thumbnail img {
        height: 206px;
        width: 100%
    }
    #banner .container .intro {
        margin-top: 50px
    }
    #banner h2 {
        font-size: 28px
    }
    #banner p {
        font-size: 14px
    }
    .portfolio-grid .hide-none {
        height: 206px!important;
        width: 100%!important
    }
}