
html {
    min-height: 100%;
    position: relative;
}
body {
    background: #fafafa url("../images/bg.png") repeat fixed center center !important;
    font-family: "Lato",sans-serif;
}
a {
    text-decoration: none !important;
}
a:focus, a:active {
    outline: medium none;
    text-decoration: none;
}
p {
    font-size: 14px;
}
:focus {
    outline: 0 none;
}
#wrapper {
    margin: 60px 0;
}
#preloader {
    background-color: #0b1623;
    display: table;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
}
.spinner {
    display: table-cell;
    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
}
@keyframes uil-ripple {
0% {
    height: 0;
    margin: 0;
    opacity: 0;
    width: 0;
}
33% {
    height: 44%;
    margin: -22% 0 0 -22%;
    opacity: 1;
    width: 44%;
}
100% {
    height: 88%;
    margin: -44% 0 0 -44%;
    opacity: 0;
    width: 88%;
}
}
@keyframes uil-ripple {
0% {
    height: 0;
    margin: 0;
    opacity: 0;
    width: 0;
}
33% {
    height: 44%;
    margin: -22% 0 0 -22%;
    opacity: 1;
    width: 44%;
}
100% {
    height: 88%;
    margin: -44% 0 0 -44%;
    opacity: 0;
    width: 88%;
}
}
@keyframes uil-ripple {
0% {
    height: 0;
    margin: 0;
    opacity: 0;
    width: 0;
}
33% {
    height: 44%;
    margin: -22% 0 0 -22%;
    opacity: 1;
    width: 44%;
}
100% {
    height: 88%;
    margin: -44% 0 0 -44%;
    opacity: 0;
    width: 88%;
}
}
.uil-ripple-css {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    height: 200px;
    margin: auto;
    position: relative;
    width: 200px;
}
.uil-ripple-css div {
    animation: 2s ease-out 0s normal none infinite running uil-ripple;
    border-radius: 50%;
    border-style: solid;
    border-width: 12px;
    height: 0;
    left: 50%;
    margin: 0;
    opacity: 0;
    position: absolute;
    top: 50%;
    width: 0;
}
.uil-ripple-css div:nth-of-type(1) {
    border-color: #ffffff;
}
.uil-ripple-css div:nth-of-type(2) {
    animation-delay: 1s;
    border-color: #ffffff;
}
.parallax {
    background-attachment: inherit;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../images/parallax-bg.jpg");
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    height: 417px;
    position: absolute;
    top: 0;
    width: 100%;
}
.profile-image {
    box-shadow: -2px -1px 88px 0 rgba(0, 0, 0, 0.17);
    width: 100%;
}
.profile-image img {
    width: 100%;
}
.profile-info {
    background: #ffffff none repeat scroll 0 0;
    box-shadow: -2px -1px 88px 0 rgba(0, 0, 0, 0.17);
    text-align: center;
}
.profile-info h1 {
    font-size: 20px;
    font-weight: 900;
}
.name-job {
    border-bottom: 1px dashed #cccccc;
    padding: 23px 0;
}
.job {
    color: #c1c1c1;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}
.profile-info .social-icons {
    padding: 20px;
}
.social-icons a {
    border: 1px solid #2a2a2a;
    border-radius: 50px;
    color: #2a2a2a;
    display: inline-block;
    font-size: 12px;
    margin-right: 5px;
    padding: 8px 0;
    text-align: center;
    width: 34px;
}
.social-icons a:hover {
    transition: all 0.3s ease 0s;
}
.social-icons a.facebook:hover {
    background: #4267b2 none repeat scroll 0 0;
    border: 1px solid #4267b2;
    color: #fff;
}
.social-icons a.twitter:hover {
    background: #1da1f2 none repeat scroll 0 0;
    border: 1px solid #1da1f2;
    color: #fff;
}
.social-icons a.behance:hover {
    background: #005cff none repeat scroll 0 0;
    border: 1px solid #005cff;
    color: #fff;
}
.social-icons a.dribbble:hover {
    background: #ea4c89 none repeat scroll 0 0;
    border: 1px solid #ea4c89;
    color: #fff;
}
ul.top-menu {
    background: #fff none repeat scroll 0 0;
    box-shadow: -2px -1px 88px 0 rgba(0, 0, 0, 0.17);
    display: inline-block;
    width: 100%;
}
ul.top-menu li {
    border-right: 1px dashed #cccccc;
    float: left;
    font-size: 13px;
    font-weight: bold;
    list-style: outside none none;
    text-align: center;
}
.right-menu {
    border: 1px solid #d6d6d6;
    color: #292929;
    cursor: pointer;
    float: right;
    margin: 15px;
    padding: 15px;
    position: absolute;
    right: 15px;
}
ul.top-menu li:last-child {
    border-right: 0 none;
}
ul.top-menu li a {
    color: #000;
    display: block;
    padding: 30px;
}
ul.top-menu li a:hover {
    transition: all 0.2s ease 0s;
}
ul.top-menu li .selected {
}
ul.top-menu li i {
    font-size: 14px;
    margin-right: 4px;
}
.content {
    background: #fff none repeat scroll 0 0;
    box-shadow: -2px -1px 88px 0 rgba(0, 0, 0, 0.17);
    margin-top: 30px;
}
.page-title {
    border-bottom: 1px dashed #cccccc;
    padding: 25px 30px;
}
.page-title h2 {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
}
.page {
    display: inline-block;
    min-height: 670px;
    padding-top: 30px;
}
.section-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}
.footer {
    border-top: 1px dashed #cccccc;
    bottom: 0;
    float: left;
    left: 0;
    padding: 27px 0;
    text-align: center;
    width: 100%;
}
.footer p {
    color: #b4b4b4;
    font-size: 13px;
}
.pinfo {
    float: left;
    padding: 30px 15px;
    width: 100%;
}
.ptext {
    float: left;
    padding: 45px 15px;
    width: 100%;
}
.pwedo {
    float: left;
    padding: 45px 15px 20px;
    width: 100%;
}
.spotted {
    border-top: 1px dashed #cccccc;
}
.gray-bg {
    background: #f7f7f7 none repeat scroll 0 0;
}
ul.info-list li {
    font-size: 14px;
    line-height: 35px;
    list-style: outside none none;
}
ul.info-list li span {
    color: #7f7f7f;
}
ul.skill-list h3 {
    color: #000;
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0;
}
ul.skill-list li {
    list-style: outside none none;
}
.progress {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 50px;
    display: block;
    height: 6px;
    margin: 15px 0;
    overflow: visible;
    position: relative;
    width: 100%;
}
.progress .percentage {
    border-radius: 50px 0 0 50px;
    bottom: 0;
    position: absolute;
    top: 0;
}
.about-text p {
    color: #7f7f7f;
    font-size: 14px;
    line-height: 24px;
}
.services {
    display: inline-block;
}
.services .service i {
    border-radius: 50px;
    color: #fff;
    float: left;
    font-size: 20px;
    height: 55px;
    margin-right: 10px;
    padding-top: 18px;
    text-align: center;
    width: 55px;
}
.services .service .features {
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    padding-top: 6px;
}
.services .service p {
    color: #7f7f7f;
    font-size: 14px;
}
.services .service {
    margin-bottom: 30px;
}
.resume-education {
    margin-bottom: 30px;
}
.rounded-icon i {
    border-radius: 50px;
    color: #fff;
    font-size: 15px;
    padding: 20px 0;
    text-align: center;
    width: 55px;
}
.resume-out {
    padding-left: 25px;
}
.resume-info {
    border-left: 2px solid #e5e5e5;
    padding: 0 0 40px 30px;
}
.info-title {
    font-size: 16px;
    font-weight: 600;
}
.info-title::after {
    border-radius: 50px;
    content: "";
    float: left;
    height: 10px;
    margin: 0 9px 0 -36px;
    width: 10px;
}
.info-date {
    display: block;
    font-size: 14px;
    padding: 6px 0;
}
.resume-info p {
    color: #7f7f7f;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}
.resume-info:first-child {
    padding-top: 50px;
}
.resume-info:last-child {
    border: 0 none;
}
.resume-info:last-child .info-title::after {
    margin: 0 9px 0 -34px;
}
.portfolio_filter li {
    color: #c1c1c1;
    cursor: pointer;
    float: left;
    font-size: 14px;
    list-style: outside none none;
    margin-right: 20px;
}
.portfolio_filter li:last-child {
    margin-right: 0;
}
.portfolio_items .single_item {
    margin-bottom: 30px;
}
.portfolio_items .single_item img {
    width: 100%;
}
.portfolio_items {
    min-height: 817px;
}
.work-overlay {
    color: #fff;
    height: 100%;
    opacity: 0;
    padding: 48% 25px 25px;
    position: absolute;
    transition: all 0.5s ease 0s;
    width: 100%;
}
.work-overlay h3 {
    font-size: 17px;
    margin-bottom: 4px;
}
.work-overlay p {
    font-size: 12px;
    opacity: 0.5;
}
.work-overlay a.link {
    border: 1px solid #a5a5a5;
    color: #ffffff !important;
    display: inline-block;
    height: 45px;
    margin: 18px 7px 0 auto;
    padding-top: 12px;
    text-align: center;
    transform: translateY(200px);
    transition: all 0.5s ease 0s;
    width: 45px;
}
.work-overlay a.lightbox {
    background: transparent none repeat scroll 0 0 !important;
    border: 1px solid #a5a5a5;
    color: #ffffff !important;
    display: inline-block;
    height: 45px;
    margin: 18px auto 0;
    padding-top: 12px;
    text-align: center;
    transform: translateY(200px);
    transition: all 0.5s ease 0s;
    width: 45px;
}
.work-inner {
    overflow: hidden;
    position: relative;
}
.work-inner:hover > .work-overlay {
    background: rgba(0, 0, 0, 0.63) none repeat scroll 0 0;
    opacity: 1;
    transition: all 0.5s ease 0s;
}
.work-inner:hover > .work-overlay a.link {
    color: #fff;
    transform: translateY(0px);
    transition: all 0.3s ease 0s;
}
.work-inner:hover > .work-overlay a.lightbox {
    background: #fff none repeat scroll 0 0;
    color: #fff;
    transform: translateY(0px);
    transition: all 0.6s ease 0s;
}
.work-detail {
    margin-bottom: 30px;
}
.work-detail p {
    color: #7f7f7f;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 21px;
}
.work-detail .info-list li {
    float: none;
    width: auto !important;
}
.works-image img {
    width: 100%;
}
.works-image {
    margin-bottom: 30px;
}
.blog-post .post-image img {
    width: 100%;
}
.blog-post .post-title h1 {
    font-size: 30px;
    font-weight: bold;
    line-height: 37px;
    margin-top: 24px;
}
.blog-post .post-info {
    font-size: 14px;
    font-weight: 400;
    padding: 6px 0;
}
.blog-post p {
    color: #7f7f7f;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
}
.blog-post ul {
    line-height: 24px;
    padding: 30px;
}
.blog-post ul li {
    font-size: 14px;
    font-weight: bold;
    list-style: outside none circle;
}
.blog-post blockquote {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    padding: 28px;
}
.blog-post .but-big {
    margin: 30px 0 60px;
}
.but-big {
    border: 0 none;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    padding: 12px 25px;
}
.but-big:hover {
    color: #fff;
}
.but-big:focus {
    color: #fff;
}
.write-message {
    margin-bottom: 30px;
}
.post-image iframe {
    width: 100%;
}
.form-inp {
    border: 1px solid #dfdfdf;
    font-size: 13px;
    height: 45px;
    margin-bottom: 15px;
    padding-left: 10px;
    width: 100%;
}
.contact-form textarea {
    border: 1px solid #dfdfdf;
    font-size: 13px;
    margin-bottom: 15px;
    padding: 10px 0 0 10px;
    width: 100%;
}
.contact-info .social-icons {
    float: left;
    padding-top: 15px;
    width: 100%;
}
#map {
    display: inline-block;
    height: 350px;
    margin-top: 50px;
    width: 100%;
}
.contact-info ul li {
    width: 100% !important;
}
.form-inp.reqError, .contact-form textarea.reqError {
    border-color: #f00;
}
.ok {
    background-color: #25a94f !important;
}
.post-comments {
    margin: 50px 0;
}
.post-comments .comments li {
    border-bottom: 1px dashed #cccccc;
    list-style: outside none none;
    padding: 25px 0;
}
.post-comments .comments li:first-child {
    border-top: 1px dashed #cccccc;
}
.user-img {
    float: left;
    height: 84px;
    width: 84px;
}
.user-img img {
    display: block;
    height: 100%;
    max-width: 100%;
}
.comment-content {
    margin-left: 95px;
}
.comment-content .comment-info .user a.user-name {
    color: #000000;
    font-size: 16px;
    font-weight: bold;
}
.comment-content .comment-info .user a.reply {
    float: right;
    font-size: 13px;
}
.comment-content .comment-info .date {
    line-height: 14px;
}
.comment-content .comment-info .date a {
    font-size: 12px;
    line-height: 21px;
}
.comment-content .comment-text {
    color: #7f7f7f;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
}
.blog-msg {
    border: 1px solid #dfdfdf;
    font-size: 13px;
    height: 45px;
    margin-bottom: 30px;
    padding-left: 10px;
    width: 100%;
}
.write-message textarea {
    border: 1px solid #dfdfdf;
    font-size: 13px;
    margin-bottom: 15px;
    padding: 10px 0 0 10px;
    width: 100%;
}
@media screen and (min-width: 479px) {
.comment-reply {
    padding-left: 30px !important;
}
}
@media screen and (min-width: 768px) {
ul.info-list li {
    float: left;
    width: 33%;
}
ul.info-list {
    float: left;
    width: 100%;
}
ul.top-menu li {
    display: block !important;
}
ul.top-menu {
    min-height: 81px;
}
}
@media screen and (max-width: 768px) and (min-width: 530px) {
ul.info-list li {
    float: left;
    width: 50%;
}
}
@media screen and (max-width: 1199px) {
ul.top-menu li a {
    padding: 30px 20px;
}
}
@media screen and (max-width: 991px) {
.profile {
    margin-bottom: 30px;
}
.my-skills {
    margin-top: 30px;
}
.contact-info {
    margin-top: 30px;
}
}
@media screen and (max-width: 767px) {
ul.top-menu li.active {
    border-bottom: 1px dashed #cccccc !important;
}
ul.top-menu li:hover {
    border-bottom: 1px dashed #cccccc !important;
}
.profile {
    margin-bottom: 30px;
}
.my-skills {
    margin-top: 30px;
}
.services .service .features {
    text-align: center;
    width: 100%;
}
.services .service {
    text-align: center;
}
.services .service i {
    float: none;
}
ul.top-menu li {
    border-bottom: 1px dashed #cccccc;
    border-right: 0 none;
    display: none;
    float: none;
}
ul.top-menu {
    left: 0;
    margin-top: 78px;
    position: fixed;
    top: 0;
    z-index: 1;
}
.responsive-menu {
    display: block !important;
}
.right-menu {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100;
}
}
@media only screen and (max-width: 479px) {
ul.top-menu li a {
    padding: 27px 0 23px;
}
#wrapper {
    margin: 15px 0;
}
.page-title {
    border-bottom: 1px dashed #cccccc;
    display: inline-block;
    padding: 30px;
    text-align: center;
    width: 100%;
}
.portfolio_filter li {
    float: none;
    text-align: center;
    width: 100%;
}
.portfolio_filter {
    line-height: 26px;
    margin-top: 15px;
    width: 100%;
}
.user-img {
    display: none;
}
.comment-content {
    margin-left: 0;
}
.work-overlay {
    padding-top: 10% !important;
}
}
.responsive-menu {
    background: #fff none repeat scroll 0 0;
    box-shadow: -2px -1px 88px 0 rgba(0, 0, 0, 0.17);
    color: #000;
    cursor: pointer;
    display: none;
    font-size: 14px;
    font-weight: bold;
    left: 0;
    padding: 28px 23px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
}
.slidemenu-fixed {
    background-color: #fff;
    height: 100%;
    margin: 0;
    position: fixed;
    right: 0;
    top: 0;
    transform: translateX(450px);
    transition: transform 0.4s cubic-bezier(0.37, 0.15, 0.32, 0.94) 0s;
    width: 360px;
    z-index: 100;
}
.slidemenu-fixed .animate-up {
    opacity: 1;
    transform: translate(0px, 0px);
    visibility: visible;
}
.slidemenu-opened .slidemenu-fixed {
    transform: translateX(0px);
}
.slidemenu-opened #overlay {
    opacity: 0.7;
    top: 0;
    transition: top 0s ease 0s, opacity 0.35s ease 0s;
}
.widget-out {
    height: 100%;
    overflow: hidden;
    position: relative;
}
.widget {
    float: left;
    width: 100%;
}
@media (max-width: 767px) {
.slidemenu-fixed {
    width: 265px;
}
.slidemenu-close {
    height: 35px !important;
    left: -35px !important;
    width: 35px !important;
}
.widget-search form {
    width: 215px !important;
}
.widget-search form .search-inp {
    width: 165px !important;
}
}
.slidemenu-close {
    border: 0 none;
    cursor: pointer;
    display: block;
    height: 58px;
    left: -58px;
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 70px;
    width: 58px;
    z-index: 100;
}
#overlay {
    background-color: #000;
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: -1000%;
    transition: top 0s ease 0.35s, opacity 0.35s ease 0s;
    width: 100%;
    z-index: 99;
}
.widget-title {
    border-bottom: 1px dashed #cccccc;
    border-top: 1px dashed #cccccc;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    padding: 20px 25px;
}
.widget-submenu {
    margin: 30px 0;
}
.widget-submenu ul {
    padding-left: 25px;
}
.widget-submenu ul li {
    color: #6a6a6a;
    cursor: pointer;
    font-size: 14px;
    line-height: 35px;
}
.widget-search form {
    border: 1px solid #bdc4ca;
    height: 52px;
    margin-left: 25px;
    margin-top: 30px;
    transition: all 0.5s ease 0s;
    width: 310px;
}
.widget-search form .search-inp {
    border: 0 none;
    float: left;
    font-size: 13px;
    height: 50px;
    padding-left: 15px;
    width: 260px;
}
.widget-search form .search-ico {
    background: #fff url("../images/sear.png") no-repeat scroll center center;
    border: 0 none;
    float: right;
    height: 23px;
    margin-right: 15px;
    margin-top: 14px;
    width: 14px;
}
.widget-blog .latest-post {
    float: left;
    margin: 0 25px;
}
.widget-blog .latest-post .tag a {
    font-size: 12px;
    margin-right: 3px;
}
.widget-blog .latest-post .post {
    color: #6a6a6a;
    float: left;
    font-size: 13px;
    line-height: 22px;
    margin: 7px 0;
}
.widget-blog .latest-post li {
    border-bottom: 1px solid #e0e0e0;
    float: left;
    margin-bottom: 18px;
    padding-bottom: 18px;
}
.widget-blog .latest-post li:last-child {
    border: 0 none;
    margin-bottom: 0;
}
.widget-blog .latest-post li span {
    color: #c1c1c1;
    font-size: 12px;
}
.widget-blog .latest-post li span i {
    margin-left: 10px;
}
.widget-tags {
    margin-bottom: 30px;
}
.widget-tags ul {
    margin-left: 25px;
}
.widget-tags ul li a {
    background: #f3f3f3 none repeat scroll 0 0;
    color: #676767;
    float: left;
    font-size: 12px;
    margin: 5px;
    padding: 5px 11px;
}
.not-found {
    min-height: 570px;
    padding-top: 30px;
    text-align: center;
    width: 100%;
}
.not-found h1 {
    font-size: 170px;
    font-weight: bold;
}
.not-found p {
    color: #313131;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
}
.not-found .but-big {
    margin-top: 24px;
}
