.home-page {
    width: 100%;
    overflow: hidden
}

.home-page .section {
    padding: 35px 15px;
    overflow: hidden
}

.home-page .section .row {
    margin-right: -10px;
    margin-left: -10px
}

.home-page .section .row>[class*=col-] {
    padding-right: 10px;
    padding-left: 10px
}

.home-page .section#about {
    position: relative
}

.home-page .section#about>.container {
    position: relative
}

.home-page .section#about>.container>.row {
    margin-right: -35px;
    margin-left: -35px;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.home-page .section#about>.container>.row>[class*=col-] {
    padding-right: 35px;
    padding-left: 35px
}

.home-page .section#about>.container>.row>[class*=col-].text .name .name-content span {
    color: #33a7a1
}

.home-page .section#about>.container>.row>[class*=col-].text .position {
    color: #33a7a1;
    margin-bottom: 10px
}

.home-page .section#about>.container>.row>[class*=col-].text .decscription {
    margin-bottom: 15px
}

.home-page .section#about>.container>.row>[class*=col-].text .testimonial {
    margin-bottom: 20px;
    padding: 10px;
    background: rgba(221, 240, 235, .25);
    border-left: 3px solid #33a7a1
}

.home-page .section#about>.container>.row>[class*=col-].text .testimonial figcaption {
    text-align: right;
    margin-top: 10px
}

.home-page .section#about>.container>.row>[class*=col-].image img {
    margin-top: 25px;
    width: 100%;
    height: auto;
    -webkit-animation: avatar 15s cubic-bezier(.175, .885, .32, 1.275) infinite forwards;
    -moz-animation: avatar 15s cubic-bezier(.175, .885, .32, 1.275) infinite forwards;
    -ms-animation: avatar 15s cubic-bezier(.175, .885, .32, 1.275) infinite forwards;
    -o-animation: avatar 15s cubic-bezier(.175, .885, .32, 1.275) infinite forwards;
    animation: avatar 15s cubic-bezier(.175, .885, .32, 1.275) infinite forwards
}

.home-page .section#about.full-height {
    min-height: calc(100vh - 85px);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.home-page .section#about.full-height>.container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.home-page .section#about.full-height>.container>.row {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.home-page .section#experience .section-content {
    margin-top: -7px
}

.home-page .section#experience .section-content .exper-box-wrapper {
    padding-left: 15px
}

.home-page .section#experience .section-content .exper-box-wrapper .exper-box .box-sub-title {
    margin-left: -15px;
    padding: 7px 0;
    white-space: nowrap;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.home-page .section#experience .section-content .exper-box-wrapper .exper-box .box-sub-title>span.company,
.home-page .section#experience .section-content .exper-box-wrapper .exper-box .box-sub-title>span.slash {
    opacity: .85
}

.home-page .section#experience .section-content .exper-box-wrapper .exper-box .box-sub-title>span.duration {
    color: #33a7a1;
    white-space: nowrap
}

.home-page .section#experience .section-content .exper-box-wrapper .exper-box .box-sub-title>span:not(:last-child) {
    margin-right: 7px
}

.home-page .section#experience .section-content .exper-box-wrapper .exper-box .box-content {
    padding: 20px 0 20px 20px;
    position: relative;
    border-left: 2px solid #33a7a1
}

.home-page .section#experience .section-content .exper-box-wrapper .exper-box .box-content .content {
    margin-top: 7px
}

.home-page .section#experience .section-content .exper-box-wrapper .exper-box .box-content .content p {
    margin: 0
}

.home-page .section#experience .section-content .exper-box-wrapper .exper-box .box-content .content p:not(:last-child) {
    margin-bottom: 7px
}

.home-page .section#experience .section-content .exper-box-wrapper .exper-box .box-content .content p .tech-tag {
    display: inline-block;
    padding: 0 5px;
    color: #33a7a1;
    background-color: rgba(221, 240, 235, .5);
    margin-bottom: 3px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px
}

.home-page .section#certifications .section-content {
    margin-bottom: -20px
}

.home-page .section#certifications .section-content>.row>[class*=col-] {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.home-page .section#certifications .section-content>.row>[class*=col-]:nth-child(11n+1) .certification .logo {
    border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
    -webkit-border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
    -moz-border-radius: 30% 70% 70% 30%/30% 30% 70% 70%
}

.home-page .section#certifications .section-content>.row>[class*=col-]:nth-child(11n+2) .certification .logo {
    border-radius: 30% 70% 70% 30%/60% 50% 50% 40%;
    -webkit-border-radius: 30% 70% 70% 30%/60% 50% 50% 40%;
    -moz-border-radius: 30% 70% 70% 30%/60% 50% 50% 40%
}

.home-page .section#certifications .section-content>.row>[class*=col-]:nth-child(11n+3) .certification .logo {
    border-radius: 50% 50% 40% 60%/70% 60% 40% 30%;
    -webkit-border-radius: 50% 50% 40% 60%/70% 60% 40% 30%;
    -moz-border-radius: 50% 50% 40% 60%/70% 60% 40% 30%
}

.home-page .section#certifications .section-content>.row>[class*=col-]:nth-child(11n+4) .certification .logo {
    border-radius: 40% 60% 30% 70%/60% 30% 70% 40%;
    -webkit-border-radius: 40% 60% 30% 70%/60% 30% 70% 40%;
    -moz-border-radius: 40% 60% 30% 70%/60% 30% 70% 40%
}

.home-page .section#certifications .section-content>.row>[class*=col-]:nth-child(11n+5) .certification .logo {
    border-radius: 50% 50% 50% 50%/70% 60% 40% 30%;
    -webkit-border-radius: 50% 50% 50% 50%/70% 60% 40% 30%;
    -moz-border-radius: 50% 50% 50% 50%/70% 60% 40% 30%
}

.home-page .section#certifications .section-content>.row>[class*=col-]:nth-child(11n+6) .certification .logo {
    border-radius: 60% 40% 70% 30%/30% 30% 70% 70%;
    -webkit-border-radius: 60% 40% 70% 30%/30% 30% 70% 70%;
    -moz-border-radius: 60% 40% 70% 30%/30% 30% 70% 70%
}

.home-page .section#certifications .section-content>.row>[class*=col-]:nth-child(11n+7) .certification .logo {
    border-radius: 60% 40% 70% 30%/40% 60% 40% 60%;
    -webkit-border-radius: 60% 40% 70% 30%/40% 60% 40% 60%;
    -moz-border-radius: 60% 40% 70% 30%/40% 60% 40% 60%
}

.home-page .section#certifications .section-content>.row>[class*=col-]:nth-child(11n+8) .certification .logo {
    border-radius: 40% 60% 40% 60%/30% 30% 70% 70%;
    -webkit-border-radius: 40% 60% 40% 60%/30% 30% 70% 70%;
    -moz-border-radius: 40% 60% 40% 60%/30% 30% 70% 70%
}

.home-page .section#certifications .section-content>.row>[class*=col-]:nth-child(11n+9) .certification .logo {
    border-radius: 50% 50% 40% 60%/40% 30% 70% 60%;
    -webkit-border-radius: 50% 50% 40% 60%/40% 30% 70% 60%;
    -moz-border-radius: 50% 50% 40% 60%/40% 30% 70% 60%
}

.home-page .section#certifications .section-content>.row>[class*=col-]:nth-child(11n+10) .certification .logo {
    border-radius: 30% 70% 50% 50%/30% 50% 50% 70%;
    -webkit-border-radius: 30% 70% 50% 50%/30% 50% 50% 70%;
    -moz-border-radius: 30% 70% 50% 50%/30% 50% 50% 70%
}

.home-page .section#certifications .section-content>.row>[class*=col-]:nth-child(11n+11) .certification .logo {
    border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
    -webkit-border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
    -moz-border-radius: 30% 70% 70% 30%/30% 30% 70% 70%
}

.home-page .section#certifications .section-content>.row>[class*=col-] .certification {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.home-page .section#certifications .section-content>.row>[class*=col-] .certification>* {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.home-page .section#certifications .section-content>.row>[class*=col-] .certification>.logo {
    padding: 20px;
    background-color: rgba(221, 240, 235, .5)
}

.home-page .section#certifications .section-content>.row>[class*=col-] .certification>.logo img,
.home-page .section#certifications .section-content>.row>[class*=col-] .certification>.logo svg {
    width: 60px;
    height: 60px
}

.home-page .section#certifications .section-content>.row>[class*=col-] .certification>.logo img {
    object-fit: contain
}

.home-page .section#certifications .section-content>.row>[class*=col-] .certification>.logo svg {
    fill: #33a7a1
}

.home-page .section#certifications .section-content>.row>[class*=col-] .certification>.content {
    width: 0;
    padding: 10px;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.home-page .section#certifications .section-content>.row>[class*=col-] .certification>.content .content-container .cert-title {
    margin-bottom: 5px
}

.home-page .section#certifications .section-content>.row>[class*=col-] .certification>.content .content-container .cert-sub-title {
    margin-bottom: 5px;
    opacity: .75
}

.home-page .section#certifications .section-content>.row>[class*=col-] .certification>.content .content-container .cert-time {
    font-style: italic;
    opacity: .5
}

.home-page .section#skills .section-content {
    text-align: center;
    margin-bottom: -20px
}

.home-page .section#skills .section-content>.row {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center
}

.home-page .section#skills .section-content>.row>.col-skill {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.home-page .section#skills .section-content>.row>.col-skill .skill {
    width: 0;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.home-page .section#skills .section-content>.row>.col-skill .skill .circular-chart-wrapper {
    max-width: 150px;
    margin: auto
}

.home-page .section#skills .section-content>.row>.col-skill .skill .circular-chart-wrapper .icon img {
    width: 70%;
    height: auto
}

.home-page .section#skills .section-content>.row>.col-skill .skill .circular-chart-wrapper .level {
    margin-top: 5px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center
}

.home-page .section#skills .section-content>.row>.col-skill .skill .circular-chart-wrapper .level>span {
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px
}

.home-page .section#skills .section-content>.row>.col-skill .skill .circular-chart-wrapper .level>span:last-child {
    width: 12px
}

.home-page .section#skills .section-content>.row>.col-skill .skill .circular-chart-wrapper .level>span:not(:last-child) {
    margin-right: 3px
}

.home-page .section#skills .section-content>.row>.col-skill .skill .skill-name {
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis
}

.home-page .section#contact .section-content table.ctc-info tr.ctc-item:nth-child(11n+1) td.ctc-icon .icon {
    border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
    -webkit-border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
    -moz-border-radius: 30% 70% 70% 30%/30% 30% 70% 70%
}

.home-page .section#contact .section-content table.ctc-info tr.ctc-item:nth-child(11n+2) td.ctc-icon .icon {
    border-radius: 30% 70% 70% 30%/60% 50% 50% 40%;
    -webkit-border-radius: 30% 70% 70% 30%/60% 50% 50% 40%;
    -moz-border-radius: 30% 70% 70% 30%/60% 50% 50% 40%
}

.home-page .section#contact .section-content table.ctc-info tr.ctc-item:nth-child(11n+3) td.ctc-icon .icon {
    border-radius: 50% 50% 40% 60%/70% 60% 40% 30%;
    -webkit-border-radius: 50% 50% 40% 60%/70% 60% 40% 30%;
    -moz-border-radius: 50% 50% 40% 60%/70% 60% 40% 30%
}

.home-page .section#contact .section-content table.ctc-info tr.ctc-item:nth-child(11n+4) td.ctc-icon .icon {
    border-radius: 40% 60% 30% 70%/60% 30% 70% 40%;
    -webkit-border-radius: 40% 60% 30% 70%/60% 30% 70% 40%;
    -moz-border-radius: 40% 60% 30% 70%/60% 30% 70% 40%
}

.home-page .section#contact .section-content table.ctc-info tr.ctc-item:nth-child(11n+5) td.ctc-icon .icon {
    border-radius: 50% 50% 50% 50%/70% 60% 40% 30%;
    -webkit-border-radius: 50% 50% 50% 50%/70% 60% 40% 30%;
    -moz-border-radius: 50% 50% 50% 50%/70% 60% 40% 30%
}

.home-page .section#contact .section-content table.ctc-info tr.ctc-item:nth-child(11n+6) td.ctc-icon .icon {
    border-radius: 60% 40% 70% 30%/30% 30% 70% 70%;
    -webkit-border-radius: 60% 40% 70% 30%/30% 30% 70% 70%;
    -moz-border-radius: 60% 40% 70% 30%/30% 30% 70% 70%
}

.home-page .section#contact .section-content table.ctc-info tr.ctc-item:nth-child(11n+7) td.ctc-icon .icon {
    border-radius: 60% 40% 70% 30%/40% 60% 40% 60%;
    -webkit-border-radius: 60% 40% 70% 30%/40% 60% 40% 60%;
    -moz-border-radius: 60% 40% 70% 30%/40% 60% 40% 60%
}

.home-page .section#contact .section-content table.ctc-info tr.ctc-item:nth-child(11n+8) td.ctc-icon .icon {
    border-radius: 40% 60% 40% 60%/30% 30% 70% 70%;
    -webkit-border-radius: 40% 60% 40% 60%/30% 30% 70% 70%;
    -moz-border-radius: 40% 60% 40% 60%/30% 30% 70% 70%
}

.home-page .section#contact .section-content table.ctc-info tr.ctc-item:nth-child(11n+9) td.ctc-icon .icon {
    border-radius: 50% 50% 40% 60%/40% 30% 70% 60%;
    -webkit-border-radius: 50% 50% 40% 60%/40% 30% 70% 60%;
    -moz-border-radius: 50% 50% 40% 60%/40% 30% 70% 60%
}

.home-page .section#contact .section-content table.ctc-info tr.ctc-item:nth-child(11n+10) td.ctc-icon .icon {
    border-radius: 30% 70% 50% 50%/30% 50% 50% 70%;
    -webkit-border-radius: 30% 70% 50% 50%/30% 50% 50% 70%;
    -moz-border-radius: 30% 70% 50% 50%/30% 50% 50% 70%
}

.home-page .section#contact .section-content table.ctc-info tr.ctc-item:nth-child(11n+11) td.ctc-icon .icon {
    border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
    -webkit-border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
    -moz-border-radius: 30% 70% 70% 30%/30% 30% 70% 70%
}

.home-page .section#contact .section-content table.ctc-info tr.ctc-item td {
    padding: 0
}

.home-page .section#contact .section-content table.ctc-info tr.ctc-item td.ctc-icon {
    padding-right: 10px
}

.home-page .section#contact .section-content table.ctc-info tr.ctc-item td.ctc-icon .icon {
    width: 30px;
    height: 30px;
    background-color: #33a7a1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center
}

.home-page .section#contact .section-content table.ctc-info tr.ctc-item td.ctc-icon .icon svg {
    fill: #fff
}

.home-page .section#contact .section-content table.ctc-info tr.ctc-item:not(:last-child) td {
    padding-bottom: 12px
}

.home-page .section#contact .section-content #ctc-form {
    margin-top: 30px
}

.home-page .section#contact .section-content #ctc-form .form-item {
    margin-bottom: 12px
}

.home-page .section#contact .section-content #ctc-form .form-item input,
.home-page .section#contact .section-content #ctc-form .form-item textarea {
    width: 100%
}

.home-page .section#contact .section-content #ctc-form .submit-wrapper {
    text-align: right
}

.home-page .section#contact .section-content #form-message {
    margin-top: 12px;
    padding: 7px;
    border: 2px solid transparent;
    display: none
}

.home-page .section#contact .section-content #form-message.error {
    display: block;
    border-color: #813636;
    background-color: #ebd0d0;
    color: #813636
}

.home-page .section#contact .section-content #form-message.success {
    display: block;
    border-color: #468847;
    background-color: #dff0d8;
    color: #468847
}

.home-page .section#corner {
    padding-top: 0;
}

.home-page .section#corner .section-content {
    text-align: center;
}

.home-page .section#corner .section-content>img {
    width: 100%;
    height: auto;
    margin-bottom: 1rem;
}

@media screen and (min-width:320px) {
    .home-page .section#skills .section-content>.row>.col-skill {
        -webkit-box-flex: 0 0 33.33333%;
        -moz-box-flex: 0 0 33.33333%;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.333333%
    }
}

@media screen and (min-width:768px) {
    .home-page .section {
        padding: 60px 0
    }

    .home-page .section .tp-title-wrapper {
        margin-bottom: 30px
    }

    .home-page .section#about>.container>.row>[class*=col-].text .name span {
        margin-bottom: 10px
    }

    .home-page .section#about>.container>.row>[class*=col-].text .position {
        margin-bottom: 15px
    }

    .home-page .section#about>.container>.row>[class*=col-].text .decscription {
        margin-bottom: 20px
    }

    .home-page .section#about>.container>.row>[class*=col-].text .testimonial {
        margin-bottom: 25px;
        padding: 15px
    }

    .home-page .section#about>.container>.row>[class*=col-].text .testimonial figcaption {
        margin-top: 15px
    }

    .home-page .section#about>.container>.row>[class*=col-].image .img {
        margin-top: 0
    }

    .home-page .section#experience .section-content {
        margin-top: -10px
    }

    .home-page .section#experience .section-content .exper-box-wrapper .exper-box .box-sub-title {
        padding: 10px 0
    }

    .home-page .section#experience .section-content .exper-box-wrapper .exper-box .box-sub-title>span:not(:last-child) {
        margin-right: 10px
    }

    .home-page .section#experience .section-content .exper-box-wrapper .exper-box .box-content {
        padding: 30px 0 30px 25px
    }

    .home-page .section#experience .section-content .exper-box-wrapper .exper-box .box-content .content {
        margin-top: 10px
    }

    .home-page .section#experience .section-content .exper-box-wrapper .exper-box .box-content .content p:not(:last-child) {
        margin-bottom: 10px
    }

    .home-page .section#experience .section-content .exper-box-wrapper .exper-box .box-content .content p .tech-tag {
        padding: 2px 7px;
        margin-bottom: 5px
    }

    .home-page .section#certifications .section-content>.row>[class*=col-] .certification>.logo {
        padding: 25px
    }

    .home-page .section#certifications .section-content>.row>[class*=col-] .certification>.logo img,
    .home-page .section#certifications .section-content>.row>[class*=col-] .certification>.logo svg {
        width: 70px;
        height: 70px
    }

    .home-page .section#certifications .section-content>.row>[class*=col-] .certification>.content {
        padding: 15px
    }

    .home-page .section#certifications .section-content>.row>[class*=col-] .certification>.content .content-container .cert-title {
        margin-bottom: 7px
    }

    .home-page .section#certifications .section-content>.row>[class*=col-] .certification>.content .content-container .cert-sub-title {
        margin-bottom: 7px
    }

    .home-page .section#skills .section-content>.row>.col-skill {
        -webkit-box-flex: 0 0 20%;
        -moz-box-flex: 0 0 20%;
        -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .home-page .section#skills .section-content>.row>.col-skill .skill .circular-chart-wrapper .level {
        margin-top: 10px
    }

    .home-page .section#skills .section-content>.row>.col-skill .skill .circular-chart-wrapper .level>span {
        width: 8px;
        height: 8px;
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px
    }

    .home-page .section#skills .section-content>.row>.col-skill .skill .circular-chart-wrapper .level>span:last-child {
        width: 20px
    }

    .home-page .section#skills .section-content>.row>.col-skill .skill .circular-chart-wrapper .level>span:not(:last-child) {
        margin-right: 5px
    }

    .home-page .section#skills .section-content>.row>.col-skill .skill .skill-name {
        margin-top: 10px;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .home-page .section#contact .section-content table.ctc-info tr.ctc-item td.ctc-icon {
        padding-right: 15px
    }

    .home-page .section#contact .section-content table.ctc-info tr.ctc-item td.ctc-icon .icon {
        width: 35px;
        height: 35px
    }

    .home-page .section#contact .section-content table.ctc-info tr.ctc-item:not(:last-child) td {
        padding-bottom: 17px
    }

    .home-page .section#contact .section-content #ctc-form {
        margin-top: 0
    }

    .home-page .section#contact .section-content #ctc-form .form-item {
        margin-bottom: 20px
    }

    .home-page .section#contact .section-content #form-message {
        margin-top: 20px;
        padding: 10px
    }

    .home-page .section#corner .section-content>img {
        width: 70%;
    }
}

@media screen and (min-width:992px) {
    .home-page .section#skills .section-content>.row>.col-skill {
        -webkit-box-flex: 0 0 14.28571%;
        -moz-box-flex: 0 0 14.28571%;
        -webkit-flex: 0 0 14.28571%;
        -ms-flex: 0 0 14.28571%;
        flex: 0 0 14.28571%;
        max-width: 14.285714%
    }
    .home-page .section#corner .section-content>img {
        width: 50%;
    }
}

@-webkit-keyframes avatar {
    0% {
        border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
        -webkit-border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
        -moz-border-radius: 30% 70% 70% 30%/30% 30% 70% 70%
    }

    10% {
        border-radius: 30% 70% 70% 30%/60% 50% 50% 40%;
        -webkit-border-radius: 30% 70% 70% 30%/60% 50% 50% 40%;
        -moz-border-radius: 30% 70% 70% 30%/60% 50% 50% 40%
    }

    20% {
        border-radius: 50% 50% 40% 60%/70% 60% 40% 30%;
        -webkit-border-radius: 50% 50% 40% 60%/70% 60% 40% 30%;
        -moz-border-radius: 50% 50% 40% 60%/70% 60% 40% 30%
    }

    30% {
        border-radius: 40% 60% 30% 70%/60% 30% 70% 40%;
        -webkit-border-radius: 40% 60% 30% 70%/60% 30% 70% 40%;
        -moz-border-radius: 40% 60% 30% 70%/60% 30% 70% 40%
    }

    40% {
        border-radius: 50% 50% 50% 50%/70% 60% 40% 30%;
        -webkit-border-radius: 50% 50% 50% 50%/70% 60% 40% 30%;
        -moz-border-radius: 50% 50% 50% 50%/70% 60% 40% 30%
    }

    50% {
        border-radius: 60% 40% 70% 30%/30% 30% 70% 70%;
        -webkit-border-radius: 60% 40% 70% 30%/30% 30% 70% 70%;
        -moz-border-radius: 60% 40% 70% 30%/30% 30% 70% 70%
    }

    60% {
        border-radius: 60% 40% 70% 30%/40% 60% 40% 60%;
        -webkit-border-radius: 60% 40% 70% 30%/40% 60% 40% 60%;
        -moz-border-radius: 60% 40% 70% 30%/40% 60% 40% 60%
    }

    70% {
        border-radius: 40% 60% 40% 60%/30% 30% 70% 70%;
        -webkit-border-radius: 40% 60% 40% 60%/30% 30% 70% 70%;
        -moz-border-radius: 40% 60% 40% 60%/30% 30% 70% 70%
    }

    80% {
        border-radius: 50% 50% 40% 60%/40% 30% 70% 60%;
        -webkit-border-radius: 50% 50% 40% 60%/40% 30% 70% 60%;
        -moz-border-radius: 50% 50% 40% 60%/40% 30% 70% 60%
    }

    90% {
        border-radius: 30% 70% 50% 50%/30% 50% 50% 70%;
        -webkit-border-radius: 30% 70% 50% 50%/30% 50% 50% 70%;
        -moz-border-radius: 30% 70% 50% 50%/30% 50% 50% 70%
    }

    100% {
        border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
        -webkit-border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
        -moz-border-radius: 30% 70% 70% 30%/30% 30% 70% 70%
    }
}

@-moz-keyframes avatar {
    0% {
        border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
        -webkit-border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
        -moz-border-radius: 30% 70% 70% 30%/30% 30% 70% 70%
    }

    10% {
        border-radius: 30% 70% 70% 30%/60% 50% 50% 40%;
        -webkit-border-radius: 30% 70% 70% 30%/60% 50% 50% 40%;
        -moz-border-radius: 30% 70% 70% 30%/60% 50% 50% 40%
    }

    20% {
        border-radius: 50% 50% 40% 60%/70% 60% 40% 30%;
        -webkit-border-radius: 50% 50% 40% 60%/70% 60% 40% 30%;
        -moz-border-radius: 50% 50% 40% 60%/70% 60% 40% 30%
    }

    30% {
        border-radius: 40% 60% 30% 70%/60% 30% 70% 40%;
        -webkit-border-radius: 40% 60% 30% 70%/60% 30% 70% 40%;
        -moz-border-radius: 40% 60% 30% 70%/60% 30% 70% 40%
    }

    40% {
        border-radius: 50% 50% 50% 50%/70% 60% 40% 30%;
        -webkit-border-radius: 50% 50% 50% 50%/70% 60% 40% 30%;
        -moz-border-radius: 50% 50% 50% 50%/70% 60% 40% 30%
    }

    50% {
        border-radius: 60% 40% 70% 30%/30% 30% 70% 70%;
        -webkit-border-radius: 60% 40% 70% 30%/30% 30% 70% 70%;
        -moz-border-radius: 60% 40% 70% 30%/30% 30% 70% 70%
    }

    60% {
        border-radius: 60% 40% 70% 30%/40% 60% 40% 60%;
        -webkit-border-radius: 60% 40% 70% 30%/40% 60% 40% 60%;
        -moz-border-radius: 60% 40% 70% 30%/40% 60% 40% 60%
    }

    70% {
        border-radius: 40% 60% 40% 60%/30% 30% 70% 70%;
        -webkit-border-radius: 40% 60% 40% 60%/30% 30% 70% 70%;
        -moz-border-radius: 40% 60% 40% 60%/30% 30% 70% 70%
    }

    80% {
        border-radius: 50% 50% 40% 60%/40% 30% 70% 60%;
        -webkit-border-radius: 50% 50% 40% 60%/40% 30% 70% 60%;
        -moz-border-radius: 50% 50% 40% 60%/40% 30% 70% 60%
    }

    90% {
        border-radius: 30% 70% 50% 50%/30% 50% 50% 70%;
        -webkit-border-radius: 30% 70% 50% 50%/30% 50% 50% 70%;
        -moz-border-radius: 30% 70% 50% 50%/30% 50% 50% 70%
    }

    100% {
        border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
        -webkit-border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
        -moz-border-radius: 30% 70% 70% 30%/30% 30% 70% 70%
    }
}

@-ms-keyframes avatar {
    0% {
        border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
        -webkit-border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
        -moz-border-radius: 30% 70% 70% 30%/30% 30% 70% 70%
    }

    10% {
        border-radius: 30% 70% 70% 30%/60% 50% 50% 40%;
        -webkit-border-radius: 30% 70% 70% 30%/60% 50% 50% 40%;
        -moz-border-radius: 30% 70% 70% 30%/60% 50% 50% 40%
    }

    20% {
        border-radius: 50% 50% 40% 60%/70% 60% 40% 30%;
        -webkit-border-radius: 50% 50% 40% 60%/70% 60% 40% 30%;
        -moz-border-radius: 50% 50% 40% 60%/70% 60% 40% 30%
    }

    30% {
        border-radius: 40% 60% 30% 70%/60% 30% 70% 40%;
        -webkit-border-radius: 40% 60% 30% 70%/60% 30% 70% 40%;
        -moz-border-radius: 40% 60% 30% 70%/60% 30% 70% 40%
    }

    40% {
        border-radius: 50% 50% 50% 50%/70% 60% 40% 30%;
        -webkit-border-radius: 50% 50% 50% 50%/70% 60% 40% 30%;
        -moz-border-radius: 50% 50% 50% 50%/70% 60% 40% 30%
    }

    50% {
        border-radius: 60% 40% 70% 30%/30% 30% 70% 70%;
        -webkit-border-radius: 60% 40% 70% 30%/30% 30% 70% 70%;
        -moz-border-radius: 60% 40% 70% 30%/30% 30% 70% 70%
    }

    60% {
        border-radius: 60% 40% 70% 30%/40% 60% 40% 60%;
        -webkit-border-radius: 60% 40% 70% 30%/40% 60% 40% 60%;
        -moz-border-radius: 60% 40% 70% 30%/40% 60% 40% 60%
    }

    70% {
        border-radius: 40% 60% 40% 60%/30% 30% 70% 70%;
        -webkit-border-radius: 40% 60% 40% 60%/30% 30% 70% 70%;
        -moz-border-radius: 40% 60% 40% 60%/30% 30% 70% 70%
    }

    80% {
        border-radius: 50% 50% 40% 60%/40% 30% 70% 60%;
        -webkit-border-radius: 50% 50% 40% 60%/40% 30% 70% 60%;
        -moz-border-radius: 50% 50% 40% 60%/40% 30% 70% 60%
    }

    90% {
        border-radius: 30% 70% 50% 50%/30% 50% 50% 70%;
        -webkit-border-radius: 30% 70% 50% 50%/30% 50% 50% 70%;
        -moz-border-radius: 30% 70% 50% 50%/30% 50% 50% 70%
    }

    100% {
        border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
        -webkit-border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
        -moz-border-radius: 30% 70% 70% 30%/30% 30% 70% 70%
    }
}

@keyframes avatar {
    0% {
        border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
        -webkit-border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
        -moz-border-radius: 30% 70% 70% 30%/30% 30% 70% 70%
    }

    10% {
        border-radius: 30% 70% 70% 30%/60% 50% 50% 40%;
        -webkit-border-radius: 30% 70% 70% 30%/60% 50% 50% 40%;
        -moz-border-radius: 30% 70% 70% 30%/60% 50% 50% 40%
    }

    20% {
        border-radius: 50% 50% 40% 60%/70% 60% 40% 30%;
        -webkit-border-radius: 50% 50% 40% 60%/70% 60% 40% 30%;
        -moz-border-radius: 50% 50% 40% 60%/70% 60% 40% 30%
    }

    30% {
        border-radius: 40% 60% 30% 70%/60% 30% 70% 40%;
        -webkit-border-radius: 40% 60% 30% 70%/60% 30% 70% 40%;
        -moz-border-radius: 40% 60% 30% 70%/60% 30% 70% 40%
    }

    40% {
        border-radius: 50% 50% 50% 50%/70% 60% 40% 30%;
        -webkit-border-radius: 50% 50% 50% 50%/70% 60% 40% 30%;
        -moz-border-radius: 50% 50% 50% 50%/70% 60% 40% 30%
    }

    50% {
        border-radius: 60% 40% 70% 30%/30% 30% 70% 70%;
        -webkit-border-radius: 60% 40% 70% 30%/30% 30% 70% 70%;
        -moz-border-radius: 60% 40% 70% 30%/30% 30% 70% 70%
    }

    60% {
        border-radius: 60% 40% 70% 30%/40% 60% 40% 60%;
        -webkit-border-radius: 60% 40% 70% 30%/40% 60% 40% 60%;
        -moz-border-radius: 60% 40% 70% 30%/40% 60% 40% 60%
    }

    70% {
        border-radius: 40% 60% 40% 60%/30% 30% 70% 70%;
        -webkit-border-radius: 40% 60% 40% 60%/30% 30% 70% 70%;
        -moz-border-radius: 40% 60% 40% 60%/30% 30% 70% 70%
    }

    80% {
        border-radius: 50% 50% 40% 60%/40% 30% 70% 60%;
        -webkit-border-radius: 50% 50% 40% 60%/40% 30% 70% 60%;
        -moz-border-radius: 50% 50% 40% 60%/40% 30% 70% 60%
    }

    90% {
        border-radius: 30% 70% 50% 50%/30% 50% 50% 70%;
        -webkit-border-radius: 30% 70% 50% 50%/30% 50% 50% 70%;
        -moz-border-radius: 30% 70% 50% 50%/30% 50% 50% 70%
    }

    100% {
        border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
        -webkit-border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
        -moz-border-radius: 30% 70% 70% 30%/30% 30% 70% 70%
    }
}

@-webkit-keyframes fadein {
    0% {
        opacity: 0
    }

    20% {
        opacity: 0
    }

    100% {
        opacity: .35
    }
}

@-moz-keyframes fadein {
    0% {
        opacity: 0
    }

    20% {
        opacity: 0
    }

    100% {
        opacity: .35
    }
}

@-ms-keyframes fadein {
    0% {
        opacity: 0
    }

    20% {
        opacity: 0
    }

    100% {
        opacity: .35
    }
}

@keyframes fadein {
    0% {
        opacity: 0
    }

    20% {
        opacity: 0
    }

    100% {
        opacity: .35
    }
}