/*** 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;
}





.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;
}




.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;
}


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('../images/backgrounds/404.jpg');
  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('../images/backgrounds/coming-soon.jpg');
}

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;
  }
}
