/*
	Template Name: Maryouma - Creative vCard Template
	Author: celtano
	Description: Maryouma - Creative vCard Template
	Version: 1.0
*/
/*------------------------------------------------------------------
[Table of contents]
	+ General
		- Global Styles
		- Typography
		- Boxed Body
		- Preloader
		- Section Title
	+ Content
		+ Sections
			- Top Section
			+ About
				- Resume Panels
			- Badges
			+ Portfolio
				- Filter Controls
				- Zoom Icons
			- Latest Posts
			+ Blog Page
				- Pagination
				- Comments
				- Comments Form
				+ Sidebar
					- Navigation Widget
					- Tags Widget
			- Testimonials
			- Logos Slider
			+ Contact
				- Contact Form
				- Contact Widget
			- Error Page
			- Coming Soon Page
			- Footer
	- Responsive Design Styles
-------------------------------------------------------------------*/

/* [ GENERAL ] */
/*================================================== */

/*** Global Styles ***/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');

@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

html {
  overflow-x: hidden !important;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-font-smoothing: antialiased;
}

body {
  border: 0;
  margin: 0;
  padding: 0;
  background: #fff;
}

.wrapper {
  position: relative;
  overflow: hidden;
}

a:link,
a:hover,
a:visited {
  text-decoration: none;
}

a:focus {
  outline: 0;
}

section {
  padding: 75px 0;
  position: relative;
}

.unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}

.p-0 {
  padding: 0!important;
}

.btn-primary {
  border: 0;
  border-radius: 0;
  padding: 12px 30px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  transition: .1s;
  outline: 0;
  box-shadow: none;
  border-radius: 0;
}

.btn-primary:hover {
  color: #fff;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  box-shadow: none;
  outline: 0;
}

.form-control {
  box-shadow: none;
  border: 1px solid #ddd;
  padding: 0 0 0 20px;
  height: 46px;
  color: #555;
  background: #f2f2f2;
  font-size: 14px;
  border-radius: 0;
  outline: 0;
  transition: .1s;
}

.form-control:focus {
  box-shadow: none;
  outline: none;
  border: 1px solid #aaa;
}

.form-control::-webkit-input-placeholder {
  font-size: 12px;
  color: #666;
}  /* WebKit, Blink, Edge */
.form-control:-moz-placeholder {
  font-size: 12px;
  color: #666;
}  /* Mozilla Firefox 4 to 18 */
.form-control::-moz-placeholder {
  font-size: 12px;
  color: #666;
}  /* Mozilla Firefox 19+ */
.form-control:-ms-input-placeholder {
  font-size: 12px;
  color: #666;
}  /* Internet Explorer 10-11 */
.form-control::-ms-input-placeholder {
  font-size: 12px;
  color: #666;
}  /* Microsoft Edge */
hr {
  background-color: #e7e7e7;
  border: 0;
  height: 1px;
  margin: 40px 0;
}

/*** Typography ***/

body, p {
  -webkit-font-smoothing: antialiased !important;
  color: #777;
  line-height: 28px;
  font-weight: 400;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
}

.second-font {
  font-family: 'Open Sans', sans-serif;
}

h1, h2, h3, h4 {
  color: #222;
  font-weight: 600;
}

h1 {
  font-size: 36px;
  line-height: 48px;
}

h2 {
  font-size: 28px;
  line-height: 36px;
}

h3 {
  font-size: 24px;
  line-height: 32px;
}

h4 {
  font-size: 18px;
  line-height: 28px;
}

h5 {
  font-size: 14px;
  line-height: 24px;
}

/*** Boxed Body ***/

body.boxed {
  background: url('../images/bg.png');
  background-attachment: fixed;
}

body.boxed .wrapper {
  margin: 0 auto;
  max-width: 1188px;
  box-shadow: 0 0 27px #999;
}

body .wrapper {
  background: #fff;
}


/* Preloader
================================================== */

#loader-wrapper .loader-section {
  position: fixed;
  top: 0;
  width: 51%;
  height: 100%;
  background: #333;
  z-index: 1000;
}

#loader-wrapper .loader-section.section-left {
  left: 0;
  width: 50%;
}

#loader-wrapper .loader-section.section-right {
  right: 0;
  width: 50%;
}

#loader {
  z-index: 1001;
}

.loaded #loader-wrapper .loader-section.section-left {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 0.5s 0.5s ease-out;
  transition: all 0.5s 0.5s ease-out;
}

.loaded #loader-wrapper .loader-section.section-right {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.5s 0.5s ease-out;
  transition: all 0.5s 0.5s ease-out;
}

.loaded #loader {
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.loaded #loader-wrapper {
  visibility: hidden;
}

/* Section Title */

.title {
  margin: 0 auto;
  width: 100%;
  position: relative;
  margin-bottom: 60px;
}

.page-title h2 {
  font-size: 40px;
  position: relative;
  z-index: 0;
  font-weight: 900;
  text-transform: uppercase;
}

.title-bg {
  color: rgba(30, 37, 48, 0.07);
  font-size: 95px;
  left: 0;
  letter-spacing: 10px;
  line-height: 0.7;
  position: absolute;
  right: 0;
  top: 50%;
  text-transform: uppercase;
  font-weight: 800;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.title-heading {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  text-align: center;
  background: rgba(0, 0, 0, .8);
  padding: 19px 0 15px;
}

.title h2 {
  font-size: 55px;
  line-height: 55px;
  font-weight: 900;
  color: #555;
}

.title-bg {
  font-size: 120px;
}

.title h2 span {
  display: inline-block;
  position: relative;
}

/*** Top Section ***/

.top-section {
  padding: 0;
  height: 419px;
}

.top-section .left-side img {
  margin-top: 75px;
  border: 4px solid #fff;
  box-shadow: 0 0 5px 3px rgba(0,0,0,.1);
}

.top-section .right-side {
  height: 419px;
}

.top-section .right-side > div {
  display: table;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
}

.top-section .right-side > div > .text-rotator {
  display: table-cell;
  vertical-align: middle;
}

.top-section .right-side h6 {
  color: #fff;
  font-weight: 300;
  text-transform: Capitalize;
  margin-top: 0;
  font-size: 23px;
  word-spacing: 0;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-family: 'Open sans', sans-serif;
}

.top-section .right-side h3 {
  color: #fff;
  font-size: 42px;
  margin-bottom: 0;
  margin-top: 8px;
}

.ah-words-wrapper {
  display: block;
  text-align: center;
  margin: 0 auto;
}

.ah-words-wrapper b {
  font-weight: 600;
}

.right-side ul {
  position: absolute;
  bottom: 75px;
  left: 0;
  right: 0;
}

.right-side ul li {
  display: inline-block;
  margin: 0 4px;
}

.right-side ul li a {
  width: 36px;
  height: 36px;
  background: #fff;
  border-radius: 50%;
  display: inline-block;
}

.right-side ul li a i {
  line-height: 36px;
  font-size: 16px;
}

/*** Resume Panels ***/

.about-me {
  margin-top: 66px;
}

.resume-container {
  padding: 30px 0 0;
}

.resume-cards {
  position: relative;
  margin: 0 auto;
}

.resume-card.resume-card-1 {
  z-index: -1;
  transform: scale(0.92);
}

.resume-card.resume-card-1:hover {
  transform: scale(0.92);
}

.resume-card.resume-card-2 {
  transform: scale(0.92);
}

.resume-card.resume-card-2:hover {
  transform: scale(0.92);
}

.resume-card.resume-card-3 {
  transform: scale(0.92);
}

.resume-card.resume-card-3:hover {
  transform: scale(0.92);
}

.resume-card {
  padding: 0;
  border: 1px solid #ddd;
  transition: .3s ease transform;
  border-radius: 0;
}

.resume-card.resume-card-0 {
  position: relative;
}

.resume-card.resume-card-0,
.resume-card.resume-card-1,
.resume-card.resume-card-2,
.resume-card.resume-card-3 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}

.resume-card.front {
  transform: scale(1);
  z-index: 1;
  position: relative;
}

.resume-card.front:hover {
  transform: scale(1);
}

.resume-card.back {
  transform: scale(0.9);
}

.resume-card.back:hover {
  transform: scale(0.9);
}

.resume-card-header {
  padding: 28px 30px 28px;
  text-align: center;
  background: #eff0f0;
  border-bottom: 1px solid #ddd;
}

.resume-card-name {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 20px;
}

.resume-card-name i {
  padding-right: 5px;
}

.resume-card-body {
  background: #fff;
  padding: 0;
  border-radius: 0;
}

.resume-card-body-container {
  padding: 30px;
  margin: 0;
}

.resume-card-body.skills .resume-card-body-container {
  padding-bottom: 0;
}

.resume-content {
  position: relative;
}

.resume-content span.date {
  color: #aaa;
  font-size: 12px;
}

.resume-content span.date i {
  padding-right: 5px;
}

.resume-content h6 {
  font-size: 15px;
  line-height: 13px;
  margin-top: 0;
  text-transform: uppercase;
}

.resume-card-body.experience .resume-content h6, .resume-card-body.education .resume-content h6 {
  margin-bottom: 10px;
}

.resume-card-body.skills .resume-content h6 {
  margin-bottom: 0;
  text-transform: uppercase;
}

.personal-informations p {
  margin: -8px 0 20px;
  line-height: 33px;
}

.personal-informations ul li span {
  font-weight: 600;
  color: #222;
}

.personal-informations ul li {
  margin-bottom: 7px;
}

.personal-informations .buttons {
  padding-top: 23px;
  display: inline-block;
  padding-right: 0 !important;
  padding-left: 0 !important;
  z-index: 100;
}

.personal-informations .buttons a {
  margin-right: 28px;
}

.personal-informations .buttons a.secondary {
  background: transparent;
}

.personal-informations .buttons a.secondary:hover,
.personal-informations .buttons a.secondary:focus,
.personal-informations .buttons a.secondary:active {
  color: #fff;
}

.resume-content h6 span {
  font-weight: 600;
}

.resume-content p {
  font-size: 14px;
  padding-bottom: 17px;
  margin-top: 1px;
}

.experience .resume-content:last-child p,
.education .resume-content:last-child p {
  padding-bottom: 0;
  margin-bottom: 0;
}

.experience .resume-content:not(:last-child) p,
.education .resume-content:not(:last-child) p {
  padding-bottom: 11px;
}

.skills .resume-content p.no-pb {
  padding-bottom: 0;
}

span.separator {
  display: block;
  height: 2px;
  width: 70px;
  margin-bottom: 28px;
}

.resume-list-item {
  margin: 30px 0;
  padding: 0;
  cursor: pointer;
  user-select: none;
  border-radius: 0;
  border: 1px solid #ddd;
}

.resume-list-item:hover {
  border: 1px solid #c1bdbd;
}

.resume-list .resume-list-item:first-child {
  margin-top: 0;
}

.resume-list-item:not(.is-active) .resume-list-item-inner {
  background: #fff;
}

.resume-list-item-inner {
  padding: 33px 24px;
  font-size: 20px;
  border-radius: 0;
  overflow: hidden;
  position: relative;
  text-transform: uppercase;
}

.resume-list-item.is-active {
  background: none !important;
}

.resume-list-item.is-active .resume-list-item-title {
  color: #fff;
  font-size: 18px;
}

.resume-list-item-title {
  margin: 0;
  font-size: 18px;
  font-weight: 400;
}

.resume-list-item-title i {
  padding-right: 5px;
}

/*** Badges ***/

.badges {
  padding: 75px 0;
}

.badges h3 {
  font-size: 47px;
  margin:0;
}

.badges h3 span {
  letter-spacing: 2px;
  font-weight: 700;
  color: #fff;
  font-size: 55px;
}

.badges h3 i {
  display: block;
  margin-bottom: 20px;
  color: rgba(0,0,0,.2);
  margin-bottom: 30px;
}

.badges h4 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  margin-top: 21px;
  margin-bottom: 0;
}

/*** Portfolio ***/

.portfolio {
  padding: 75px 0 50px;
}

.portfolio .caption h3 {
  font-size: 18px;
  line-height: 18px;
  margin-top: 27px;
  text-decoration: none;
  font-weight: 600;
  padding-top: 2px;
  padding-left: 20px;
  text-transform: uppercase;
  color: #555;
}

.portfolio .caption p {
  margin: 15px 0 0;
}

.portfolio .portfolio-container {
  position: relative;
  overflow: hidden;
  margin-top: 17px;
}

.portfolio .portfolio-container .portfolio-item {
  display: block;
  float: left;
  box-sizing: border-box;
}

.portfolio .portfolio-container .portfolio-item_holder {
  overflow: hidden;
}

.portfolio .portfolio-container .image-wrap {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none;
}

.portfolio .portfolio-container .image-wrap img {
  border-radius: 0;
}

.portfolio .thumbnail__portfolio {
  margin: 0;
  padding: 0;
  border: 1px solid rgba(0,0,0,.1);
  border-radius: 0;
}

.portfolio-item {
  padding: 15px;
}


/* Zoom icons */

.zoom-icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  opacity: 0;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-radius: 0;
}

.zoom-icon:before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  margin: -13px 0 0 -13px;
  width: 25px;
  height: 26px;
  background: url(../images/projects/icons/zoom-icon.png) 50% 50% no-repeat;
  content: "";
}

.video-icon:before {
  background: url(../images/projects/icons/video-icon.png) 50% 50% no-repeat;
}

.gallery-icon:before {
  background: url(../images/projects/icons/gallery-icon.png) 50% 50% no-repeat;
}

.external-icon:before {
  background: url(../images/projects/icons/external-icon.png) 50% 50% no-repeat;
}

.image-wrap:hover .zoom-icon,
.featured-thumbnail a:hover .zoom-icon {
  opacity: 1;
}

.featured-thumbnail a:hover .zoom-icon {
  visibility: visible;
}
/*** Latest Posts ***/

.latest-posts-content {
  margin-top: 35px;
}

.latest-post {
  position: relative;
}

.latest-post .post-title {
  font-size: 18px;
  position: relative;
  margin-top: 12px;
  margin-bottom: 0;
}

.latest-post .post-title a {
  color: #555;
  text-transform: uppercase;
  transition: .1s;
}

.latest-post a img {
  border-radius: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.latest-post a:hover img {
  transform: scale(1.1) !important;
  -o-transform: scale(1.1) !important;
  -moz-transform: scale(1.1) !important;
  -webkit-transform: scale(1.1) !important;
  -ms-transform: scale(1.1) !important;
  opacity: 1 !important;
}

.latest-post a {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.latest-post .post-date {
  width: 40px;
  height: 50px;
  position: absolute;
  top: 4px;
  right: 4px;
  text-align: center;
  padding-top: 3px;
  border-top-left-radius: 0;
}

.latest-post .post-date span {
  display: block;
  color: #fff;
  line-height: 23px;
}

.latest-post .post-date span:first-child {
  font-weight: 600;
  font-size: 16px;
}

.latest-post .post-date span:nth-child(2) {
  font-size: 12px;
}

/*** Blog ***/

.top-blog {
  padding: 100px 0 60px;
}

.blog article {
  margin-bottom: 60px;
}

.blog figure {
  margin: 0;
}

.blog figure a img,
.blog figure img {
  width: 100%;
}

.blog article h4 {
  color: #555;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 28px;
  margin: 0 0 20px;
  line-height: 34px;
}

.blog.grid-no-sidebar article h4 {
  font-size: 23px;
  line-height: 31px;
}

.blog p.excerpt, .blog p.content-article {
  margin: 22px 0;
}

.blog .btn.btn-readmore {
  width: 250px;
}

.blog .meta {
  clear: both;
  padding: 10px 0;
  width: 100%;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  font-size: 13px;
  margin-top: 30px;
}

.blog .meta span {
  margin-right: 15px;
  display: inline-block;
}

.blog .meta span i {
  padding-right: 4px;
}

section.blog-page {
  padding: 0 15px 60px;
}

/* Pagination */


.blog  .pagination li:not(.active) a:hover {
  background: #ddd;
}

.blog .comments-list .comment-author,
body .contact-page-info .contact-info-box-content h4 {
  color: #555;
}

.blog .pagination li a:hover {
  background: #555;
}

.blog .pagination li a {
  background: transparent;
  border-radius: 0;
  padding: 7px 14px;
  color: #777;
  border: 1px solid #ddd;
}

.blog .pagination li.active a {
  color: #fff;
}

/* Comments */

.comments-heading {
  margin: 40px 0 25px;
  text-transform: uppercase;
  color: #555;
}

.comments-list {
  list-style: none;
  margin: 0;
  padding: 20px 0;
}

.comments-list .comment {
  margin-bottom: 30px;
  background: #f2f2f2;
  padding: 25px;
  border-radius: 7px;
  border: 1px solid #ddd;
}

.comments-list img.comment-avatar {
  width: 82px;
  height: 82px;
  border-radius: 100%;
  margin-right: 25px;
}

.comments-list .comment-body {
  margin-left: 110px;
}

.comments-list .comment-author {
  font-size: 16px;
  color: #eee;
}

.comments-list .comment-content {
  font-size: 14px;
}

.comments-list .comment-date {
  font-size: 12px;
}

.comments-list .comment-content {
  margin: 15px 0;
}

.comments-list .comment-reply {
  text-transform: uppercase;
  font-weight: 600;
}

.comments-reply {
  list-style: none;
  margin: 0 0 0 96px;
}

/* Comments Form */

.comments-heading.add-comment {
  margin: 0 0 50px;
}

.comments-form {
  margin-bottom: 0;
}

.comments-form .title-normal {
  margin-top: 0;
  line-height: normal;
  margin-bottom: 25px;
}

.comments-form .form-group {
  margin-bottom: 30px;
}

.comments-form textarea {
  padding: 15px 20px;
  height: 150px;
}

/*** Sidebar ***/

.sidebar .widget-title {
  font-size: 18px;
  font-weight: 600;
  position: relative;
  margin-bottom: 25px;
  margin-top: 0;
  line-height: normal;
  text-transform: uppercase;
  color: #555;
}

.widget {
  background: #f2f2f2;
  padding: 30px;
  margin-bottom: 30px;
  border-radius: 0;
  border: 1px solid #ddd;
}

/* Recent Posts Widget */

.widget.recent-posts ul li {
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
}

.widget.recent-posts ul li:first-child {
  padding-top: 0;
}

.widget.recent-posts ul li:last-child {
  border: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.widget.recent-posts .posts-thumb img {
  margin-right: 15px;
  width: 90px;
  height: 70px;
  border-radius: 5px;
}

.widget.recent-posts .post-info .entry-title {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  margin: 0;
}

.widget.recent-posts .post-info .post-meta {
  margin-bottom: 0;
}

.widget.recent-posts .entry-title a {
  color: #555;
  font-weight: 600;
}

.widget.recent-posts .post-date {
  font-weight: 400;
  color: #999;
  text-transform: capitalize;
  font-size: 12px;
}

/* Navigation Widget */

.sidebar ul.nav-tabs {
  border: 0;
}

.sidebar ul.nav-tabs li a {
  color: #777;
  border-radius: 0;
  padding: 0;
  padding-left: 0;
  font-weight: 600;
  display: inline-block;
  border: 0;
  margin: 0;
  font-size: 13px;
  text-transform: uppercase;
}

.sidebar ul.nav-tabs li a:hover {
  background: transparent;
}

.sidebar ul.nav-tabs li {
  line-height: normal;
  font-weight: 600;
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
  float: none;
  text-align: left;
}

.sidebar ul.nav-tabs li:first-child {
  padding-top: 0;
}

.sidebar ul.nav-tabs li:last-child {
  border-bottom: 0;
}

/* Tags Widget */

.widget-tags ul > li {
  display: inline-block;
  margin: 6px 6px 6px 0;
}

.widget-tags ul > li a {
  color: #999;
  border: 1px solid #999;
  display: block;
  font-size: 13px;
  padding: 5px 15px;
  font-weight: 600;
  transition: 0.1s;
  border-radius: 0;
}

.widget-tags ul > li a:hover {
  color: #fff;
  border: 1px solid #fff;
}

/*** Testimonials ***/ 

.testimonials {
  padding: 75px 0 95px;
}

.testimonials #quote-carousel h5 {
  margin: 30px 0 7px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}

.testimonials #quote-carousel h6 {
  margin: 0;
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 500;
}

.testimonials #quote-carousel,
.testimonials #quote-carousel h6 {
  color: #f2f2f2;
}

.testimonials #quote-carousel blockquote {
  padding: 0;
  text-align: center;
  font-size: 15px;
  border: none;
}

.testimonials #quote-carousel p {
  font-style: italic;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.testimonials #quote-carousel p:before,
.testimonials #quote-carousel p:after {
  font-family: "FontAwesome";
  font-size: 20px;
}

.testimonials #quote-carousel p:before {
  margin-right: 30px;
  content: "\f10d";
}

.testimonials #quote-carousel p:after {
  margin-left: 30px;
  content: "\f10e";
}

.testimonials #quote-carousel .img-responsive {
  margin: 0 auto 25px;
  border: 6px solid rgba(0,0,0,.2);
}

.testimonials #quote-carousel .carousel-indicators {
  bottom: -40px;
}

.testimonials #quote-carousel .carousel-indicators li {
  background: #fff;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 2px;
  text-indent: -999px;
  cursor: pointer;
  border-radius: 50%;
}

.testimonials #quote-carousel .carousel-indicators li.active {
  width: 12px;
  height: 12px;
  margin-bottom: -1px;
  border: 1px solid rgba(0,0,0,.01);
  background: rgba(0,0,0,.2);
}

blockquote p:before, blockquote p:after {
  color: #fff;
}

/* Contact Form */

.contact {
  padding: 75px 0 35px;
}

.contact .contact-content {
  margin-top: 35px;
}

.contact-form {
  padding: 0;
}

.contact-form h3 {
  color: #555;
  text-transform: uppercase;
  margin-top: 0;
  line-height: 24px;
  margin-bottom: 15px;
}

.contact-form p {
  margin-bottom: 25px;
}

.contact-form .form-group {
  margin-bottom: 30px;
}

.contact-form textarea {
  height: 162px;
  padding: 15px 20px;
  resize: none;
}

.contact-form .btn-contact {
  width: 100%;
}

.contact-form .output_message_holder {
  display: none;
}

.contact-form .output_message {
  padding: 8px;
  margin-bottom: 30px;
  border-radius: 0;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
}

.contact-form .output_message.success {
  background: #28a745;
  padding: 15px;
}

.contact-form .output_message.success:before {
  font-family: FontAwesome;
  content: "\f14a";
  padding-right: 10px;
}

.contact-form .output_message.error {
  background: #dc3545;
  padding: 15px;
}

.contact-form .output_message.error:before {
  font-family: FontAwesome;
  content: "\f071";
  padding-right: 10px;
}

.contact-form .d-block {
  display: block;
}

/* Contact Widget */

.contact-page-info .contact-info-box-content h4 {
  font-size: 17px;
  margin-top: 0;
  line-height: normal;
  color: #fff;
  text-transform: uppercase;
}

.contact-page-info .contact-info-box-content p {
  font-size: 14px;
}

.contact-page-info .contact-info-box i.big-icon {
  text-align: center;
  float: left;
  font-size: 30px;
  border-radius: 50%;
}

.contact-page-info .contact-info-box .contact-info-box-content {
  padding-left: 56px;
  margin-bottom: 25px;
  padding-top: 3px;
}

.contact-page-info .social-contact ul {
  list-style-type: none;
  margin-top: 28px;
  padding: 0;
}

.contact-page-info .social-contact ul li {
  display: inline-block;
}

.contact-page-info .social-contact ul li a i {
  width: 35px;
  height: 35px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  border-radius: 50%;
  margin: 0 10px 10px 0;
}

.contact-page-info .social-contact ul li.facebook a i {
  background: #3b5998;
}

.contact-page-info .social-contact ul li.twitter a i {
  background: #1da1f2;
}

.contact-page-info .social-contact ul li.google-plus a i {
  background: #dd4b39;
}

/*** Error Page ***/

body.error-page .error {
  height: 100vh;
  background-image: url('http://via.placeholder.com/1920x1080');
  background-size: cover;
  background-position: center center;
  padding: 0;
}

body.error-page .error > div {
  display: table;
  position: absolute;
  height: 100vh;
  width: 100%;
  left: 0;
  background: rgba(17,17,17,.9);
}

body.error-page .error > div > div {
  display: table-cell;
  vertical-align: middle;
}

body.error-page .error h3 {
  font-size: 36px;
  line-height: 36px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
}

body.error-page .error .big-404 {
  font-size: 220px;
  line-height: 220px;
  color: #999;
  font-weight: 300;
  margin-top: 70px;
}

body.error-page .error p {
  color: #999;
  font-size: 15px;
  padding: 20px 0;
  text-transform: uppercase;
  margin: 0 auto;
  max-width: 530px;
}

body.error-page .error a.btn {
  margin-bottom: 25px;
}

/*** Coming Soon Page ***/

body.error-page.coming-soon .error {
  background-image: url('http://via.placeholder.com/1920x1080');
}

body.error-page.coming-soon .coming-soon-title {
  margin-top: 70px;
}

.countdown {
  margin: 10px 0 40px;
}

.countdown .countdown-period {
  color: #eee;
  font-family: 'open sans', sans-serif;
}

.countdown-section {
  display: inline-block;
  font-size: 17px;
  line-height: 1;
  text-align: center;
  color: #888;
  text-transform: capitalize;
  padding: 0 20px;
}

.countdown-amount {
  display: block;
  font-size: 45px;
  margin-bottom: 5px;
}

/* [ FOOTER ] */
/*================================================== */

.footer {
  background: #f2f2f2;
}

.footer p {
  font-size: 13px;
  margin: 0;
  padding: 13px 0;
  border-top: 1px solid #ddd;
}

/* [ RESPONSIVE DESIGN STYLES ] */
/*================================================== */


@media (max-width:1199px) {
 
  .latest-post .post-title {
    margin-bottom: 0;
  }

  .top-section .left-side img {
    margin-top: 70px;
  }

  .about-me {
    margin-top: 90px;
  }
}

@media (max-width: 991px) {
	.about-me {
    margin-top: 45px;
  }
  .contact .contact-content {
	  margin-top:25px;
  }
  .contact-content .widget {
	  margin-top:40px;
  }
  .top-section, .top-section .right-side {
    height: 255px;
  }

  .right-side ul {
    bottom: 30px;
  }

  .top-section .left-side img {
    margin-top: 45px;
  }

  .resume-cards .resume-card {
    z-index: initial;
    position: initial;
    transform: none !important;
    margin-bottom: 50px;
  }

  .resume-cards .resume-card:last-child {
    margin-bottom: 0;
  }

  .blog article {
    padding: 0;
  }

  .latest-post a:hover img {
    transform: none !important;
  }

  .latest-post {
    clear: both;
    margin-bottom: 50px;
  }

  section.blog {
    padding-bottom: 20px;
  }

  ul.pagination {
    margin: 20px 0 70px;
  }
}

@media (max-width: 992px) and (min-width:768px) {

  .personal-informations .informations {
    width: 41.6666666667%;
  }

  .top-section .right-side h3 {
    font-size: 35px;
  }
}

@media (max-width : 767px) {
  section, .badges,
.portfolio {
    padding: 50px 0;
  }

  .logos {
    padding: 65px 0;
  }

  .about-me {
    padding: 50px 0 70px;
    margin-top: 65px;
  }

  .contact {
    padding: 50px 0 30px;
  }

  .testimonials {
    padding: 65px 0 90px;
  }

  .top-blog {
    padding: 50px 0 40px;
  }

  .resume-card-body-container .my-picture {
    margin-bottom: 30px;
    border: 4px solid #eff0f0;
  }

  .latest-posts-content {
    margin-top: 50px;
  }

  .contact .contact-content {
    margin-top: 45px;
  }

  .title {
    margin-bottom: 0;
  }

  .title h2 {
    font-size: 35px;
    margin: 0;
  }

  .title-bg {
    display: none;
  }

  .resume-container {
    padding: 50px 0 0;
  }

  .personal-informations .buttons a:first-child {
    margin-bottom: 15px;
  }

  .badges .badge-item:not(:last-child) {
    margin-bottom: 60px;
  }

  .latest-post {
    clear: both;
    margin-bottom: 50px;
  }

  .container {
    max-width: 540px;
  }

  section.blog {
    padding-bottom: 10px;
  }

  body.error-page .error {
    height: auto;
  }

  body.error-page .error > div {
    display: block;
    position: relative;
    height: auto;
  }

  body.error-page .error > div > div {
    height: 100vh;
    margin: 0 auto;
    display: block;
    overflow-y: auto;
    max-width: 490px;
  }

  body.error-page .error .big-404 {
    font-size: 150px;
    line-height: 150px;
    margin-top: 0;
  }

  body.error-page .error p, body.error-page h3 {
    margin-left: 15px;
    margin-right: 15px;
  }

  .blog article h4 {
    font-size: 20px;
    line-height: 25px;
  }

  .comments-list .comment-body {
    margin-left: 0;
  }

  .comments-list .comment-content {
    margin: 70px 0 15px;
  }

  .comments-list .comment-date {
    float: left !important;
  }

  .comments-reply {
    margin: 0;
  }

  .comments-list .comment {
    margin-bottom: 15px;
    padding: 15px;
  }

  body.error-page.coming-soon .coming-soon-title {
    margin-top: 30px;
  }

  .portfolio .portfolio-container {
    margin-top: 35px;
  }

  .comments-heading.add-comment {
    margin: 15px 0 50px;
  }

  .top-section {
    height: 485px;
  }

  .top-section .right-side {
    height: 200px;
  }

  .top-section .left-side img {
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
    margin-top: 0;
  }

  .top-section .right-side h6 {
    font-size: 22px;
  }

  .top-section .right-side h3 {
    font-size: 35px;
    margin-top: 16px;
  }
}

@media (max-width : 570px) {
  .widget {
    padding: 15px;
    margin-bottom: 15px;
  }

  .resume-card-body-container {
    padding: 15px;
  }

  .contact-form p, .contact-form .form-group {
    margin-bottom: 15px;
  }

  ul.nav.nav-tabs {
    border: 1px solid #444;
    margin: 20px 0 15px;
  }

  .sidebar ul.nav.nav-tabs {
    border: 0;
  }

  ul.nav.nav-tabs {
    border: 1px solid #ddd;
  }

  .widget ul.nav.nav-tabs {
    border: 0;
  }

  .nav-tabs>li {
    border-bottom: 1px solid #ddd;
  }

  .resume-cards .resume-card {
    margin-bottom: 30px;
  }

  .top-section .right-side h6 {
    font-size: 21px;
    margin: 0;
  }

  .top-section .right-side h3 {
    font-size: 30px;
    margin-top: 10px;
  }

  .resume-card-body.experience .resume-content h6, .resume-card-body.education .resume-content h6, .resume-card-body.skills .resume-content h6 {
    line-height: 22px;
  }

  .contact-page-info .contact-info-box .contact-info-box-content {
    padding-left: 42px;
  }

  .badges h3 span {
    font-size: 45px;
  }

  .form-control, .contact-form textarea {
    padding: 15px;
  }
}

@media (max-width : 480px) {
  .top-section .right-side h6 {
    font-size: 20px;
  }

  .top-section .right-side h3 {
    font-size: 25px;
  }

  .top-section .right-side > div {
    position: relative;
  }

  .top-section .right-side .button-container a {
    font-size: 14px;
    width: calc(100% - 30px);
  }

  .resume-card-header {
    padding: 15px 30px 15px;
  }

  .countdown-section {
    font-size: 16px;
    padding: 0 10px;
  }

  .countdown-amount {
    font-size: 28px;
  }
}
