@media screen and (max-width: 1400px) {
    .skill-list-full .grid-in {
        width: calc(50% - 20px);
    }

    .portfolio-post .grid-in {
        width: 33.3%;
    }

}

@media screen and (max-width: 1200px) {
    .portfolio-post .grid-in {
        width: 50%;
    }

    .filter-tabs {
        text-align: center;
    }

    .filter-tabs ul li {
        margin: 0;
        padding: 8px 20px;
        margin-bottom: 10px;
    }
}

@media screen and (min-width: 992px) {
    .inner-center {
        display: table!important;
        visibility: visible!important;
        opacity: 1!important;
        margin-top: 0!important;
    }
}

@media screen and (max-width: 992px) {

section#hello {
    padding: 0;
}

header {
    margin: 10px;
}

header #logo img {
    display: none;
}

nav {
    height: 70px;
}

.inner-center {
    margin-top: 10px;
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease;
    display: none;
}

header #logo .logomobile,
.nav-toggle {
    display: block;
}

header #logo {
    margin-left: 0;
}

.nav-toggle {
    right: 20px;
}

nav ul {
    margin-top: 70px;
    background-color: #fff;
    padding: 0 20px;
}

nav ul li {
    display: block;
}

nav ul li a {
    color: #2E3A3E;
    font-weight: 600;
    border-bottom: 1px solid #edeff2;
    text-align: left;
    padding: 15px 0;
}

.hire a,
.hire a:after {
    background-color: #00B4FD;
    display: none;
}

#content {
    width: calc(100% - 20px);
    margin: 0 auto;
    border-radius: 0;
    height: calc(100% - 122px);
}

.profile-img {
    display: none;
}

.content-post {
    width: 100%;
    padding: 25px!important;
}

.social-contact ul,
.service ul {
    width: 100%;
    margin-right: 0;
}
}

@media screen and (max-width: 768px) {

#content {
	height: calc(100% - 122px);
}

}

@media screen and (max-width: 668px) {
.column12,
.column11,
.column10,
.column9,
.column8,
.column7,
.column6,
.column5,
.column4,
.column3,
.column2,
.column1,
.grid-in {
    width: 100%!important;
    margin-left: 0!important;
    margin-right: 0!important;
}

.table {
    flex-direction: column;
    align-items: flex-start;
}

#content {
	height: calc(100% - 172px);
}

.skill-list-full {
    flex-direction: column;
}

.experience .main-experience .experience-content {
    width: 100%;
    float: right;
    margin-bottom: 20px;
}

.experience .main-experience .exp:before {
    content: none;
    display: none;
}

.experience .main-experience:before {
    content: none;
    display: none;
}

.experience {
    padding: 20px 0;
}

.contactform .form-group {
    width: 100%;
}

.contact-info {
    padding: 0;
    margin-top: 20px;
}

.contactform button {
    width: 100%;
}

.contact-info .info-in {
    text-align: center;
}

.info-in .info-icon {
    text-align: center;
    margin: 0 auto;
    float: unset;
}

.info-in .info-text {
    display: block;
    margin-left: 0;
}

.socials {
    text-align: center;
}

.single-portfolio-images {
    margin-top: 27px;
}

}
