/* ============================================================== */
/* Template Name : Metronal - Personal Portfolio Page             */
/* Author        : Rietts Andreas Ruff                            */
/* Author URI    : https://themeforest.net/user/riettsruff        */
/* Version       : 1.3                                            */
/* ============================================================== */


-------------------------------------------------------------------*/

/*=================================================================*/
/* [ 1. General ]                                                  */
/*=================================================================*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html, body {
  height: 100%;
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: auto;
}

body {
  line-height: 1.75;
  font-family: "Open Sans", "Segoe UI", sans-serif;
  font-size: 14px;
}

a,
a:hover,
a:focus {
  text-decoration: none;
  cursor: pointer;
}

ul {
  list-style: none;
}

p { 
  line-height: 1.75; 
  margin-bottom: 30px; 
}

h1, h2, h3, h4, h5, h6 { 
  font-family: "Montserrat", "Segoe UI", sans-serif;
  font-weight: 800; 
  margin-bottom: 30px; 
  line-height: 1.5; 
}

h1 { font-size: 4.209em; }

h2 { font-size: 3.157em; }

h3 { font-size: 2.369em; }

h4 { font-size: 1.777em; }

h5 { font-size: 1.333em; }

h6 { font-size: 1em; }

.v-full {
  height: 100%;
}

.project-popup {
  position: relative;
  padding: 30px 30px 23px;
  width: auto;
  max-width: 700px;
  margin: 30px auto;
}

.project-popup .project-picture {
  width: 100%;
  max-width: 100%;
  margin-bottom: 23px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 4px 6px 0 hsla(0, 0%, 0%, 0.2);
  -moz-box-shadow: 0 4px 6px 0 hsla(0, 0%, 0%, 0.2);
  box-shadow: 0 4px 6px 0 hsla(0, 0%, 0%, 0.2);
}

.project-popup .project-name {
  margin-top: 0;
  margin-bottom: 14px;
  text-transform: uppercase;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  padding-bottom: 13px;
}

.project-popup .project-info {
  margin-bottom: 23px;
  padding-right: 13%;
}

.project-popup .project-info .list-info-project {
  margin-bottom: 16px;
}

.project-popup .project-info .list-info-project li .label {
  font-weight: 700;
}

.project-popup .project-info .project-description p {
  margin-bottom: 16px;
}

.project-popup .project-source {
  display: inline-block;
  text-transform: capitalize;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  width: 150px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.project-popup .project-source > .front,
.project-popup .project-source > .back {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.6s ease-in-out;
  -moz-transition: 0.6s ease-in-out;
  -o-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
}

.project-popup .project-source > .front {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.project-popup .project-source > .back {
  -webkit-transform: scale(4);
  -moz-transform: scale(4);
  -ms-transform: scale(4);
  -o-transform: scale(4);
  transform: scale(4);
  opacity: 0;
}

.project-popup .project-source > .front > i,
.project-popup .project-source > .back > i {
  margin-right: 10px;
}

.project-popup .project-source:hover > .front {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.project-popup .project-source:hover > .back {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

/* Magnific Popup Helper */
html.mfp-helper {
  height: 100%;
}

/* Magnific Popup Wrapper */
.mfp-wrap {
  -webkit-overflow-scrolling: touch;
}

/* Magnific Popup container */
.mfp-container {
  overflow: auto;
}

/* Overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}

/* Overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* Content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}

/* Content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* Content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/*=================================================================*/
/* [ 2. Pre Load ]                                                 */
/*=================================================================*/

#pre-load {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 999999;
}

#pre-load .load-circle  {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-animation: rotate 1.2s infinite;  
  -moz-animation: rotate 1.2s infinite;  
  animation: rotate 1.2s infinite;  
  height: 50px;
  width: 50px;
}

#pre-load .load-circle:before,
#pre-load .load-circle:after {   
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: '';
  display: block;
  height: 20px;  
  width: 20px;
}

#pre-load .load-circle:before {
  -webkit-animation: ball1 1.2s infinite;
  -moz-animation: ball1 1.2s infinite;
  animation: ball1 1.2s infinite;
  margin-bottom: 10px;
}

#pre-load .load-circle:after {
  -webkit-animation: ball2 1.2s infinite;
  -moz-animation: ball2 1.2s infinite;
  animation: ball2 1.2s infinite;
}

@-webkit-keyframes rotate {
  0% { 
    -webkit-transform: rotate(0deg) scale(0.8);
    -o-transform: rotate(0deg) scale(0.8);
    transform: rotate(0deg) scale(0.8);
  }
  50% { 
    -webkit-transform: rotate(360deg) scale(1.2);
    -o-transform: rotate(360deg) scale(1.2);
    transform: rotate(360deg) scale(1.2);
  }
  100% { 
    -webkit-transform: rotate(720deg) scale(0.8);
    -o-transform: rotate(720deg) scale(0.8);
    transform: rotate(720deg) scale(0.8);
  }
}

@-moz-keyframes rotate {
  0% { 
    -moz-transform: rotate(0deg) scale(0.8);
    transform: rotate(0deg) scale(0.8);
  }
  50% { 
    -moz-transform: rotate(360deg) scale(1.2);
    transform: rotate(360deg) scale(1.2);
  }
  100% { 
    -moz-transform: rotate(720deg) scale(0.8);
    transform: rotate(720deg) scale(0.8);
  }
}

@keyframes rotate {
  0% { 
    -webkit-transform: rotate(0deg) scale(0.8); 
    -moz-transform: rotate(0deg) scale(0.8);
    -ms-transform: rotate(0deg) scale(0.8);
    -o-transform: rotate(0deg) scale(0.8);
    transform: rotate(0deg) scale(0.8);
  }
  50% { 
    -webkit-transform: rotate(360deg) scale(1.2); 
    -moz-transform: rotate(360deg) scale(1.2);
    -ms-transform: rotate(360deg) scale(1.2);
    -o-transform: rotate(360deg) scale(1.2);
    transform: rotate(360deg) scale(1.2);
  }
  100% { 
    -webkit-transform: rotate(720deg) scale(0.8); 
    -moz-transform: rotate(720deg) scale(0.8);
    -ms-transform: rotate(720deg) scale(0.8);
    -o-transform: rotate(720deg) scale(0.8);
    transform: rotate(720deg) scale(0.8);
  }
}

/*=================================================================*/
/* [ 3. Wrapper ]                                                  */
/*=================================================================*/

#wrapper {
  height: 100%;
  overflow: hidden;
  padding: 30px;
  position: relative;
}

#wrapper .container-fluid {
  padding: 0;
  position: relative;
  height: 100%;
}

/*=================================================================*/
/* [ 3.1. Left Wrapper ]                                           */
/*=================================================================*/

#left-wrapper {
  z-index: 10;
  height: 100%;
}

/*=================================================================*/
/* [ 3.1.1. Main Content - General ]                               */
/*=================================================================*/

.main-content {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  padding-left: 60px;
  visibility: hidden;
}

.main-content.active {
  visibility: visible;
}

.main-content.scaleUpCenter {
  -webkit-animation: scaleUpCenter 0.7s ease-in both;
  -moz-animation: scaleUpCenter 0.7s ease-in both;
  animation: scaleUpCenter 0.7s ease-in both;
}

.main-content.scaleDownCenter {
  -webkit-animation: scaleDownCenter 0.4s ease-out both;
  -moz-animation: scaleDownCenter 0.4s ease-out both;
  animation: scaleDownCenter 0.4s ease-out both;
}

@-webkit-keyframes scaleUpCenter {
  from { opacity: 0; -webkit-transform: scale(1.15); }
}

@-moz-keyframes scaleUpCenter {
  from { opacity: 0; -moz-transform: scale(1.15); }
}

@keyframes scaleUpCenter {
  from { opacity: 0; transform: scale(1.15); }
}

@-webkit-keyframes scaleDownCenter {
  to { opacity: 0; -webkit-transform: scale(1.15); }
}

@-moz-keyframes scaleDownCenter {
  to { opacity: 0; -moz-transform: scale(1.15); }
}

@keyframes scaleDownCenter {
  to { opacity: 0; transform: scale(1.15); }
}

.main-content .close-menu-link {
  display: inline-block;
  position: absolute;
  top: 30px;
  right: 47px;
  cursor: pointer;
  z-index: 20;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.main-content .hanging {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 100%;
}

.main-content .hanging .logo-hanging {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.main-content .hanging .logo-hanging i {
  font-size: 30px;
} 

.main-content .hanging .text-hanging {
  position: absolute;
  width: 100%;
  height: -webkit-calc(100% - 60px);
  height: -moz-calc(100% - 60px);
  height: calc(100% - 60px);
  top: 60px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: center;
}

.main-content .text-hanging .word {
  white-space: nowrap;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.main-content .text-hanging .word:not(:first-of-type) {
  margin-top: 10px;
}

.main-content .hanging .text-hanging h6 {
  text-transform: uppercase;
  margin: 0;
  font-weight: 700;
  letter-spacing: 0.7em;
}

.main-content .inner-content {
  height: 100%;
  overflow-y: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.main-content .inner-content .head-content {
  height: -webkit-calc((60px * 2) + 2.369em - 11px);
  height: -moz-calc((60px * 2) + 2.369em - 11px);
  height: calc((60px * 2) + 2.369em - 11px);
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.main-content .inner-content .head-content h3 {
  text-transform: uppercase;
  margin: 0;
  position: relative;
  z-index: 10;
  line-height: 1;
}

.main-content .inner-content .head-content h5 {
  font-weight: 400;
  line-height: 1;
  font-style: italic;
  margin: 0;
}

.main-content .inner-content .content {
  height: auto;
}

.main-content .inner-content .content h5 {
  margin: 0;
  font-weight: 400;
  line-height: 1;
  position: relative;
}

/*=================================================================*/
/* [ 3.1.2. Main Content - Home ]                                  */
/*=================================================================*/

.main-content#home {
  z-index: 1000;
}

.main-content#home .inner-content .head-content {
  height: -webkit-calc((60px * 2) + 15px + (2.369em + 1.333em) - 6px);
  height: -moz-calc((60px * 2) + 15px + (2.369em + 1.333em) - 6px);
  height: calc((60px * 2) + 15px + (2.369em + 1.333em) - 6px);
}

.main-content#home .inner-content .head-content h3 {
  margin-bottom: 15px;
  top: -2px;
}

.main-content#home .inner-content .content {
  height: -webkit-calc(100% - ((60px * 3) + 15px + (2.369em + 1.333em) - 6px));
  height: -moz-calc(100% - ((60px * 3) + 15px + (2.369em + 1.333em) - 6px));
  height: calc(100% - ((60px * 3) + 15px + (2.369em + 1.333em) - 6px));
}

.main-content#home .inner-content .content .box-wrapper {
  width: 50%;
  height: 50%;
  float: left;
}

.main-content#home .inner-content .content .box-wrapper:nth-of-type(1) {
  padding-bottom: 15px;
  padding-right: 15px;
}

.main-content#home .inner-content .content .box-wrapper:nth-of-type(2) {
  padding-left: 15px;
  padding-bottom: 15px;
}

.main-content#home .inner-content .content .box-wrapper:nth-of-type(3) {
  padding-right: 15px;
  padding-top: 15px;
}

.main-content#home .inner-content .content .box-wrapper:nth-of-type(4) {
  padding-left: 15px;
  padding-top: 15px;
}

.main-content#home .inner-content .content .box-wrapper .inner-box-wrapper {
  width: 100%;
  height: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.main-content#home .inner-content .content .box-wrapper .inner-box-wrapper:after {
  content: "";
  display: block;
  width: 90%;
  height: 30%;
  position: absolute;
  left: 5%;
  bottom: 0;
  z-index: -1;
}

.main-content#home .inner-content .content .box-wrapper .inner-box-wrapper .menu-link {
  display: block;
  width: 100%;
  height: 100%;
  color: inherit;
}

.main-content#home .inner-content .content .box-wrapper .inner-box-wrapper .menu-link .valign-center {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.main-content#home .inner-content .content .box-wrapper .inner-box-wrapper .menu-link .valign-center h5 {
  font-weight: 700;
}

.main-content#home .inner-content .content .box-wrapper .inner-box-wrapper .menu-link .valign-center h5 {
  margin-bottom: 0;
  text-transform: uppercase;
}

.main-content#home .inner-content .content .box-wrapper:nth-of-type(1) .inner-box-wrapper .menu-link .valign-center h5 {
  margin-top: 16px;
}

.main-content#home .inner-content .content .box-wrapper:nth-of-type(2) .inner-box-wrapper .menu-link .valign-center h5 {
  margin-top: 13px;
}

.main-content#home .inner-content .content .box-wrapper:nth-of-type(3) .inner-box-wrapper .menu-link .valign-center h5 {
  margin-top: 16px;
}

.main-content#home .inner-content .content .box-wrapper:nth-of-type(4) .inner-box-wrapper .menu-link .valign-center h5 {
  margin-top: 13px;
}

/*=================================================================*/
/* [ 3.1.3. Main Content - About ]                                 */
/*=================================================================*/

.main-content#about .inner-content .content #personal-info .row,
.main-content#about .inner-content .content #services .row {
  margin-top: 28px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.main-content#about .inner-content .content #personal-info .row {
  padding: 33px 30px 27px;
  margin-bottom: 58px;
}

.main-content#about .inner-content .content #services .row {
  padding: 40px 30px 0;
  margin-bottom: 60px;
}

.main-content#about .inner-content .content #personal-info h5:after,
.main-content#about .inner-content .content #services h5:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -14px;
  left: 0;
  width: 30px;
  height: 4px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.main-content#about .inner-content .content #personal-info .profile-picture {
  width: 120px;
  height: 120px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: none;
  background-image: url("../../img/sabbir.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-bottom: 23px;
}

.main-content#about .inner-content .content #personal-info .summary {
  margin-bottom: 27px;
}

.main-content#about .inner-content .content #personal-info .summary p {
  margin-bottom: 0;
}

.main-content#about .inner-content .content #personal-info .summary p:not(:nth-of-type(1)) {
  margin-top: 16px;
}

.main-content#about .inner-content .content #personal-info .profile:nth-child(2n + 3) {
  padding-right: 15px;
}

.main-content#about .inner-content .content #personal-info .profile:nth-child(2n + 4) {
  padding-left: 15px;
}

.main-content#about .inner-content .content #personal-info .profile ul li {
  margin-bottom: 16px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.main-content#about .inner-content .content #personal-info .profile ul li:last-child {
  margin-bottom: 0;
}

.main-content#about .inner-content .content #personal-info .profile ul li .label {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -moz-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
}

.main-content#about .inner-content .content #personal-info .profile ul li .label,
.main-content#about .inner-content .content #personal-info .profile ul li .dash {
  margin-right: 5px;
}

.main-content#about .inner-content .content #personal-info .profile ul li .label i {
  margin-right: 13px;
}

.main-content#about .inner-content .content #personal-info .profile ul li .value {
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  overflow: hidden;
}

.main-content#about .inner-content .content #personal-info .social-media {
  margin-top: 33px;
  margin-bottom: 26px;
}

.main-content#about .inner-content .content #personal-info .social-media ul {
  line-height: 1;
}

.main-content#about .inner-content .content #personal-info .social-media ul li {
  display: inline-block;
  margin-right: 11px;
  margin-bottom: 12px;
}

.main-content#about .inner-content .content #personal-info .social-media ul li:last-of-type {
  margin-right: 0;
}

.main-content#about .inner-content .content #personal-info .social-media ul li a {
  display: inline-block;
  position: relative;
  overflow: hidden;
  width: -webkit-calc(1em * 2.65);
  width: -moz-calc(1em * 2.65);
  width: calc(1em * 2.65);
  height: -webkit-calc(1em * 2.65);
  height: -moz-calc(1em * 2.65);
  height: calc(1em * 2.65);
  text-align: center;
  line-height: -webkit-calc(1em * 2.65);
  line-height: -moz-calc(1em * 2.65);
  line-height: calc(1em * 2.65);
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.main-content#about .inner-content .content #personal-info .social-media ul li a > .front,
.main-content#about .inner-content .content #personal-info .social-media ul li a > .back {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: 0.6s ease-in-out;
  -moz-transition: 0.6s ease-in-out;
  -o-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
}

.main-content#about .inner-content .content #personal-info .social-media ul li a > .front {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.main-content#about .inner-content .content #personal-info .social-media ul li a > .back {
  -webkit-transform: scale(4);
  -moz-transform: scale(4);
  -ms-transform: scale(4);
  -o-transform: scale(4);
  transform: scale(4);
  opacity: 0;
}

.main-content#about .inner-content .content #personal-info .social-media ul li a:hover > .front {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.main-content#about .inner-content .content #personal-info .social-media ul li a:hover > .back {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.main-content#about .inner-content .content #personal-info .button-wrapper {
  line-height: 1;
}

.main-content#about .inner-content .content #personal-info .button-wrapper .single-button {
  margin-bottom: 12px;
  display: inline-block;
}

.main-content#about .inner-content .content #personal-info .button-wrapper .single-button a {
  display: inline-block;
  text-transform: capitalize;
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-right: 10px;
  overflow: hidden;
  position: relative;
  width: 165px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.main-content#about .inner-content .content #personal-info .button-wrapper .single-button:last-of-type {
  margin-right: 0;
}

.main-content#about .inner-content .content .button-wrapper a > .front,
.main-content#about .inner-content .content .button-wrapper a > .back {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.6s ease-in-out;
  -moz-transition: 0.6s ease-in-out;
  -o-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
}

.main-content#about .inner-content .content .button-wrapper a > .front {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.main-content#about .inner-content .content .button-wrapper a > .back {
  -webkit-transform: scale(4);
  -moz-transform: scale(4);
  -ms-transform: scale(4);
  -o-transform: scale(4);
  transform: scale(4);
  opacity: 0;
}

.main-content#about .inner-content .content #personal-info .button-wrapper .single-button a > .front > i,
.main-content#about .inner-content .content #personal-info .button-wrapper .single-button a > .back > i {
  margin-right: 13px;
}

.main-content#about .inner-content .content .button-wrapper a:hover > .front {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.main-content#about .inner-content .content .button-wrapper a:hover > .back {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.main-content#about .inner-content .content #services .single-service {
  margin-bottom: 40px;
}

.main-content#about .inner-content .content #services .single-service:nth-of-type(odd) {
  padding-right: 15px;
}

.main-content#about .inner-content .content #services .single-service:nth-of-type(even) {
  padding-left: 15px;
}

.main-content#about .inner-content .content #services .single-service ul .service-number {
  padding: 12px 14px;
  text-align: center;
}

.main-content#about .inner-content .content #services .single-service ul .service-number .first-word {
  margin-right: 1px;
}

.main-content#about .inner-content .content #services .single-service ul .service-number .second-word {
  font-weight: 700;
  text-transform: uppercase;
  margin-left: 1px;
}

.main-content#about .inner-content .content #services .single-service > ul {
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  height: 100%;
}

.main-content#about .inner-content .content #services .single-service ul ul {
  padding: 24px 14px;
}

.main-content#about .inner-content .content #services .single-service ul ul .service-name {
  margin-bottom: 16px;
}

.main-content#about .inner-content .content #services .single-service ul ul .service-name i {
  margin-right: 13px;
}

/*=================================================================*/
/* [ 3.1.4. Main Content - Resume ]                                */
/*=================================================================*/

.main-content#resume .inner-content .content .skills .row,
.main-content#resume .inner-content .content .education .row,
.main-content#resume .inner-content .content .experience .row,
.main-content#resume .inner-content .content .fun-facts .row {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-top: 28px;
}

.main-content#resume .inner-content .content .skills .row,
.main-content#resume .inner-content .content .education .row,
.main-content#resume .inner-content .content .experience .row {
  padding: 40px 30px 0;
  margin-bottom: 58px;
}

.main-content#resume .inner-content .content .fun-facts .row {
  padding: 40px 30px 0;
  margin-bottom: 60px;
}

.main-content#resume .inner-content .content .skills h5:after,
.main-content#resume .inner-content .content .education h5:after,
.main-content#resume .inner-content .content .experience h5:after,
.main-content#resume .inner-content .content .fun-facts h5:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -14px;
  left: 0;
  width: 30px;
  height: 4px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.main-content#resume .inner-content .content .skills .single-skills-wrapper,
.main-content#resume .inner-content .content .education .single-education,
.main-content#resume .inner-content .content .experience .single-experience {
  margin-bottom: 40px;
}

.main-content#resume .inner-content .content .skills .single-skills-wrapper:nth-of-type(odd),
.main-content#resume .inner-content .content .education .single-education:nth-of-type(odd),
.main-content#resume .inner-content .content .experience .single-experience:nth-of-type(odd) {
  padding-right: 15px;
}

.main-content#resume .inner-content .content .skills .single-skills-wrapper:nth-of-type(even),
.main-content#resume .inner-content .content .education .single-education:nth-of-type(even),
.main-content#resume .inner-content .content .experience .single-experience:nth-of-type(even) {
  padding-left: 15px;
}

.main-content#resume .inner-content .content .skills .single-skills-wrapper .skills-heading,
.main-content#resume .inner-content .content .education .single-education .education-when-where,
.main-content#resume .inner-content .content .experience .single-experience .experience-when-where {
  padding: 12px 14px;
  text-align: center;
}

.main-content#resume .inner-content .content .skills .single-skills-wrapper .skills-heading .first-word,
.main-content#resume .inner-content .content .education .single-education .education-when-where .when,
.main-content#resume .inner-content .content .experience .single-experience .experience-when-where .when {
  margin-right: 1px;
}

.main-content#resume .inner-content .content .skills .single-skills-wrapper .skills-heading .second-word,
.main-content#resume .inner-content .content .education .single-education .education-when-where .where,
.main-content#resume .inner-content .content .experience .single-experience .experience-when-where .where {
  font-weight: 700;
  margin-left: 1px;
  text-transform: uppercase;
}

.main-content#resume .inner-content .content .skills .single-skills-wrapper > ul,
.main-content#resume .inner-content .content .education .single-education > ul,
.main-content#resume .inner-content .content .experience .single-experience > ul {
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  height: 100%;
}

.main-content#resume .inner-content .content .skills .single-skills-wrapper ul ul .single-skill,
.main-content#resume .inner-content .content .education .single-education ul ul,
.main-content#resume .inner-content .content .experience .single-experience ul ul {
  padding: 23px 14px 0;
}

.main-content#resume .inner-content .content .skills .single-skills-wrapper ul ul .single-skill:last-of-type {
  padding-bottom: 30px;
}

.main-content#resume .inner-content .content .education .single-education ul ul,
.main-content#resume .inner-content .content .experience .single-experience ul ul {
  padding-bottom: 23px;
}

.main-content#resume .inner-content .content .skills .single-skills-wrapper ul .single-skill ul {
  position: relative;
}

.main-content#resume .inner-content .content .skills .single-skills-wrapper ul .single-skill .skill-name,
.main-content#resume .inner-content .content .education .single-education ul ul .education-name,
.main-content#resume .inner-content .content .experience .single-experience ul ul .experience-name {
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  overflow: hidden;
}

.main-content#resume .inner-content .content .skills .single-skills-wrapper ul .single-skill .skill-name {
  padding-right: 40px;
  margin-bottom: 7px;
}

.main-content#resume .inner-content .content .education .single-education ul ul .education-name,
.main-content#resume .inner-content .content .experience .single-experience ul ul .experience-name {
  margin-bottom: 16px;
}

.main-content#resume .inner-content .content .skills .single-skills-wrapper ul .single-skill .skill-name i,
.main-content#resume .inner-content .content .education .single-education ul ul .education-name i,
.main-content#resume .inner-content .content .experience .single-experience ul ul .experience-name i,
.main-content#resume .inner-content .content .fun-facts .single-fun-fact .fun-fact-body i {
  margin-right: 13px;
}

.main-content#resume .inner-content .content .skills .single-skills-wrapper ul .single-skill ul .percentage {
  position: absolute;
  top: 0;
  right: 0;
}

.main-content#resume .inner-content .content .skills .single-skills-wrapper ul .single-skill ul .progress-wrapper {
  height: 30px;
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border-width: 1px;
  border-style: solid;
  position: relative;
  overflow: hidden;
}

.main-content#resume .inner-content .content .skills .single-skills-wrapper ul .single-skill ul .progress-wrapper .progress {
  background-position: 0 0;
  background-size: 40px 40px;
  display: block;
  border-right-width: 1px;
  border-right-style: solid;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: -webkit-calc(100% + 2px);
  height: -moz-calc(100% + 2px);
  height: calc(100% + 2px);
  position: absolute;
  top: -1px;
  -webkit-animation: progress 600ms linear infinite;
  -moz-animation: progress 600ms linear infinite;
  animation: progress 600ms linear infinite;
}

@-webkit-keyframes progress {
  from { 
    background-position: 0 0; 
  }
  to { 
    background-position: 40px 0;
  }
}

@-moz-keyframes progress {
  from { 
    background-position: 0 0; 
  }
  to {  
    background-position: 40px 0; 
  }
}

@keyframes progress {
  from { 
    background-position: 0 0; 
  }
  to { 
    background-position: 40px 0;
  }
}

.main-content#resume .inner-content .content .fun-facts .single-fun-fact {
  text-align: center;
  margin-bottom: 33px;
}

.main-content#resume .inner-content .content .fun-facts .single-fun-fact:nth-child(3n + 1) {
  padding-right: 15px;
}

.main-content#resume .inner-content .content .fun-facts .single-fun-fact:nth-child(even) {
  padding-left: 15px;
  padding-right: 15px;
}

.main-content#resume .inner-content .content .fun-facts .single-fun-fact:nth-child(3n + 3) {
  padding-left: 15px;
}

.main-content#resume .inner-content .content .fun-facts .single-fun-fact .fun-fact-icon {
  margin-bottom: 11px;
}

.main-content#resume .inner-content .content .fun-facts .single-fun-fact .fun-fact-value {
  margin-bottom: 6px;
}

.main-content#resume .inner-content .content .fun-facts .single-fun-fact .fun-fact-value {
  font-size: 2.369em;
}

.main-content#resume .inner-content .content .fun-facts .single-fun-fact .fun-fact-body {
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  overflow: hidden;
}

.main-content#resume .inner-content .content .button-wrapper {
  line-height: 1;
  margin-bottom: 58px;
}

.main-content#resume .inner-content .content .button-wrapper a {
  display: inline-block;
  text-transform: capitalize;
  border-width: 1px;
  border-style: solid;
  margin-right: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  width: 200px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.main-content#resume .inner-content .content .button-wrapper a:last-of-type {
  margin-right: 0;
}

.main-content#resume .inner-content .content .button-wrapper a > .front,
.main-content#resume .inner-content .content .button-wrapper a > .back {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.6s ease-in-out;
  -moz-transition: 0.6s ease-in-out;
  -o-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
}

.main-content#resume .inner-content .content .button-wrapper a > .front {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.main-content#resume .inner-content .content .button-wrapper a > .back {
  -webkit-transform: scale(4);
  -moz-transform: scale(4);
  -ms-transform: scale(4);
  -o-transform: scale(4);
  transform: scale(4);
  opacity: 0;
}

.main-content#resume .inner-content .content .button-wrapper a > .front > i,
.main-content#resume .inner-content .content .button-wrapper a > .back > i {
  margin-right: 13px;
}

.main-content#resume .inner-content .content .button-wrapper a:hover > .front {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.main-content#resume .inner-content .content .button-wrapper a:hover > .back {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

/*=================================================================*/
/* [ 3.1.5. Main Content - Portfolio ]                             */
/*=================================================================*/

.main-content#portfolio .inner-content .content #projects > .row {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-top: 28px;
  padding: 40px 30px 10px;
  margin-bottom: 60px;
}

.main-content#portfolio .inner-content .content #projects h5:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -14px;
  left: 0;
  width: 30px;
  height: 4px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.main-content#portfolio .inner-content .content #projects .portfolio-filter ul li {
  display: inline-block;
  margin-bottom: 34px;
  margin-right: 24px;
}

.main-content#portfolio .inner-content .content #projects .portfolio-filter ul li:last-child {
  margin-right: 0;
}

.main-content#portfolio .inner-content .content #projects .portfolio-filter ul li a {
  display: block;
}

.main-content#portfolio .inner-content .content #projects .portfolio-filter ul li a.current {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border-width: 1px;
  border-style: solid;
  padding: 0.75em 1.25em;
}

.main-content#portfolio .inner-content .content #projects .portfolio-item {
  margin-top: 6px;
}

.main-content#portfolio .inner-content .content #projects .portfolio-item .item-wrapper {
  margin-left: -15px;
  margin-right: -15px;
}

.main-content#portfolio .inner-content .content #projects .portfolio-item .item-wrapper .item {
  padding: 0;
  -webkit-flex: 0 0 -webkit-calc(50% - 30px);
  -webkit-flex: 0 0 calc(50% - 30px);
  -ms-flex: 0 0 calc(50% - 30px);
  flex: 0 0 -webkit-calc(50% - 30px);
  flex: 0 0 -moz-calc(50% - 30px);
  flex: 0 0 calc(50% - 30px);
  max-width: -webkit-calc(50% - 30px);
  max-width: -moz-calc(50% - 30px);
  max-width: calc(50% - 30px);
  margin: 0 15px 30px;
  position: relative;
  overflow: hidden;
}

.main-content#portfolio .inner-content .content #projects .portfolio-item .item-wrapper .item:hover .image img {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}

.main-content#portfolio .inner-content .content #projects .portfolio-item .item-wrapper .item:hover .overlay {
  opacity: 1;
  visibility: visible;
}

.main-content#portfolio .inner-content .content #projects .portfolio-item .item-wrapper .item:hover .overlay .view-more,
.main-content#portfolio .inner-content .content #projects .portfolio-item .item-wrapper .item:hover .overlay .image-info {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.main-content#portfolio .inner-content .content #projects .portfolio-item .item-wrapper .item .image {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.main-content#portfolio .inner-content .content #projects .portfolio-item .item-wrapper .item .image img {
  width: 100%;
  max-width: 100%;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.main-content#portfolio .inner-content .content #projects .portfolio-item .item-wrapper .item .overlay {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.main-content#portfolio .inner-content .content #projects .portfolio-item .item-wrapper .item .overlay .view-more {
  text-transform: capitalize;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: absolute;
  right: 15px;
  top: 15px;
  width: 125px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -o-transform: translateX(50%);
  transform: translateX(50%);
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.main-content#portfolio .inner-content .content #projects .portfolio-item .item-wrapper .item .overlay .view-more > .front,
.main-content#portfolio .inner-content .content #projects .portfolio-item .item-wrapper .item .overlay .view-more > .back {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
  -webkit-transition: 0.6s ease-in-out;
  -moz-transition: 0.6s ease-in-out;
  -o-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
}

.main-content#portfolio .inner-content .content #projects .portfolio-item .item-wrapper .item .overlay .view-more > .front {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.main-content#portfolio .inner-content .content #projects .portfolio-item .item-wrapper .item .overlay .view-more > .back {
  -webkit-transform: scale(4);
  -moz-transform: scale(4);
  -ms-transform: scale(4);
  -o-transform: scale(4);
  transform: scale(4);
  opacity: 0;
}

.main-content#portfolio .inner-content .content #projects .portfolio-item .item-wrapper .item .overlay .view-more > .front > i,
.main-content#portfolio .inner-content .content #projects .portfolio-item .item-wrapper .item .overlay .view-more > .back > i {
  margin-right: 7px;
}

.main-content#portfolio .inner-content .content #projects .portfolio-item .item-wrapper .item .overlay .view-more:hover > .front {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.main-content#portfolio .inner-content .content #projects .portfolio-item .item-wrapper .item .overlay .view-more:hover > .back {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.main-content#portfolio .inner-content .content #projects .portfolio-item .item-wrapper .item .overlay .image-info {
  position: absolute;
  left: 15px;
  bottom: 10px;
  right: 15px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.main-content#portfolio .inner-content .content #projects .portfolio-item .item-wrapper .item .overlay .image-info .project-name {
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.5;
}

.main-content#portfolio .inner-content .content #projects .portfolio-item .item-wrapper .item .overlay .image-info .project-tags {
  display: block;
}

.main-content#portfolio .inner-content .content #projects .portfolio-item .item-wrapper .item .overlay .image-info .project-tags .tag-icon i {
  margin-right: 5px;
}

/*=================================================================*/
/* [ 3.1.6. Main Content - Contact ]                               */
/*=================================================================*/

.main-content#contact .inner-content .content #contact-info > .row,
.main-content#contact .inner-content .content #contact-form > .row {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-top: 28px;
}

.main-content#contact .inner-content .content #contact-info > .row {
  margin-bottom: 58px;
  padding: 34px 30px 27px;
}

.main-content#contact .inner-content .content #contact-form > .row {
  margin-bottom: 60px;
  padding: 33px 30px 40px;
}

.main-content#contact .inner-content .content #contact-info h5:after,
.main-content#contact .inner-content .content #contact-form h5:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -14px;
  left: 0;
  width: 30px;
  height: 4px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.main-content#contact .inner-content .content #contact-info .list-contact-info > ul > li {
  margin-bottom: 28px;
}

.main-content#contact .inner-content .content #contact-info .list-contact-info > ul > li:nth-of-type(odd) {
  padding-right: 15px;
}

.main-content#contact .inner-content .content #contact-info .list-contact-info > ul > li:nth-of-type(even) {
  padding-left: 15px;
}

.main-content#contact .inner-content .content #contact-info .list-contact-info > ul > li:last-of-type {
  margin-bottom: 0;
}

.main-content#contact .inner-content .content #contact-info .list-contact-info > ul > li .contact-info-name {
  display: block;
  text-transform: capitalize;
  margin-bottom: 2px;
}

.main-content#contact .inner-content .content #contact-info .list-contact-info > ul > li .icon-of-value {
  margin-right: 11px;
}

.main-content#contact .inner-content .content #contact-info .list-contact-info > ul > li .value {
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  overflow: hidden;
}

.main-content#contact .inner-content .content #contact-info .list-contact-info > ul > li .social-media {
  line-height: 1;
  margin-top: 8px;
}

.main-content#contact .inner-content .content #contact-info .list-contact-info > ul > li .social-media li {
  display: inline-block;
  margin-right: 11px;
  margin-bottom: 12px;
}

.main-content#contact .inner-content .content #contact-info .list-contact-info > ul > li .social-media li a {
  display: inline-block;
  position: relative;
  overflow: hidden;
  width: -webkit-calc(1em * 2.65);
  width: -moz-calc(1em * 2.65);
  width: calc(1em * 2.65);
  height: -webkit-calc(1em * 2.65);
  height: -moz-calc(1em * 2.65);
  height: calc(1em * 2.65);
  text-align: center;
  line-height: -webkit-calc(1em * 2.65);
  line-height: -moz-calc(1em * 2.65);
  line-height: calc(1em * 2.65);
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.main-content#contact .inner-content .content #contact-info .list-contact-info > ul > li .social-media li a > .front,
.main-content#contact .inner-content .content #contact-info .list-contact-info > ul > li .social-media li a > .back {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: 0.6s ease-in-out;
  -moz-transition: 0.6s ease-in-out;
  -o-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
}

.main-content#contact .inner-content .content #contact-info .list-contact-info > ul > li .social-media li a > .front {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.main-content#contact .inner-content .content #contact-info .list-contact-info > ul > li .social-media li a > .back {
  -webkit-transform: scale(4);
  -moz-transform: scale(4);
  -ms-transform: scale(4);
  -o-transform: scale(4);
  transform: scale(4);
  opacity: 0;
}

.main-content#contact .inner-content .content #contact-info .list-contact-info > ul > li .social-media li a:hover > .front {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.main-content#contact .inner-content .content #contact-info .list-contact-info > ul > li .social-media li a:hover > .back {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.main-content#contact .inner-content .content #contact-form .alert {
  display: none;
  padding: 7px 14px;
  margin-bottom: 10px;
}

.main-content#contact .inner-content .content #contact-form .note {
  margin-bottom: 33px;
}

.main-content#contact .inner-content .content #contact-form .note p {
  margin-bottom: 0;
}

.main-content#contact .inner-content .content #contact-form .note p:not(:nth-of-type(1)) {
  margin-top: 16px;
}

.main-content#contact .inner-content .content #contact-form .form-wrapper .form-group {
  margin-bottom: 10px;
}

.main-content#contact .inner-content .content #contact-form .form-wrapper .form-group:last-child {
  margin-bottom: 0;
  line-height: 1;
}

.main-content#contact .inner-content .content #contact-form .form-wrapper .form-group .inner-form-group {
  width: 50%;
  float: left;
}

.main-content#contact .inner-content .content #contact-form .form-wrapper .form-group .inner-form-group:first-child {
  padding-right: 5px;
}

.main-content#contact .inner-content .content #contact-form .form-wrapper .form-group .inner-form-group:last-child {
  padding-left: 5px;
}

.main-content#contact .inner-content .content #contact-form .form-wrapper .form-group .form-control {
  font-size: 1em;
  padding: 7px 14px 8px;
  border: 0;
}

.main-content#contact .inner-content .content #contact-form .form-wrapper .form-group input.form-control {
  height: 40px;
}

.main-content#contact .inner-content .content #contact-form .form-wrapper .form-group textarea.form-control {
  height: 150px;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.main-content#contact .inner-content .content #contact-form .form-wrapper .form-group .form-control:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.main-content#contact .inner-content .content #contact-form .form-wrapper .form-group button[type="submit"] {
  display: inline-block;
  text-transform: capitalize;
  position: relative;
  overflow: hidden;
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  width: 160px;
  margin-top: 30px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.main-content#contact .inner-content .content #contact-form .form-wrapper .form-group button[type="submit"] > .front,
.main-content#contact .inner-content .content #contact-form .form-wrapper .form-group button[type="submit"] > .back {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: 0.6s ease-in-out;
  -moz-transition: 0.6s ease-in-out;
  -o-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
}

.main-content#contact .inner-content .content #contact-form .form-wrapper .form-group button[type="submit"] > .front > i,
.main-content#contact .inner-content .content #contact-form .form-wrapper .form-group button[type="submit"] > .back > i {
  margin-right: 10px;
}

.main-content#contact .inner-content .content #contact-form .form-wrapper .form-group button[type="submit"] > .front {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.main-content#contact .inner-content .content #contact-form .form-wrapper .form-group button[type="submit"] > .back {
  -webkit-transform: scale(4);
  -moz-transform: scale(4);
  -ms-transform: scale(4);
  -o-transform: scale(4);
  transform: scale(4);
  opacity: 0;
}

.main-content#contact .inner-content .content #contact-form .form-wrapper .form-group button[type="submit"]:hover > .front {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.main-content#contact .inner-content .content #contact-form .form-wrapper .form-group button[type="submit"]:hover > .back {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.main-content#contact .inner-content .content #contact-form .form-wrapper .form-group button[type="submit"]:focus {
  outline: 0;
}

/*=================================================================*/
/* [ 3.2. Right Wrapper ]                                          */
/*=================================================================*/

#right-wrapper {
  z-index: 10;
  height: 100%;
}

/*=================================================================*/
/* [ 3.2.1. Large Profile Picture ]                                */
/*=================================================================*/

.lg-profile-picture {
  width: 100%;
  height: 100%;
  background-image: url('../img/sabbir.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/*=================================================================*/
/* [ 4. Responsive Design Styles ]                                 */
/*=================================================================*/

@media (min-width: 1440px) {
  h1 { font-size: 5.653em; }

  h2 { font-size: 3.998em; }

  h3 { font-size: 2.827em; }

  h4 { font-size: 1.999em; }

  h5 { font-size: 1.414em; }

  h6 { font-size: 1em; } 

  .main-content .inner-content .head-content {
    height: -webkit-calc((60px * 2) + 2.827em - 12px);
    height: -moz-calc((60px * 2) + 2.827em - 12px);
    height: calc((60px * 2) + 2.827em - 12px);
  }

  .main-content#home .inner-content .head-content {
    height: -webkit-calc((60px * 2) + 15px + (2.827em + 1.414em) - 6px);
    height: -moz-calc((60px * 2) + 15px + (2.827em + 1.414em) - 6px);
    height: calc((60px * 2) + 15px + (2.827em + 1.414em) - 6px);
  }

  .main-content#home .inner-content .content {
    height: -webkit-calc(100% - ((60px * 3) + 15px + (2.827em + 1.414em) - 6px));
    height: -moz-calc(100% - ((60px * 3) + 15px + (2.827em + 1.414em) - 6px));
    height: calc(100% - ((60px * 3) + 15px + (2.827em + 1.414em) - 6px));
  }

  .main-content#about .inner-content .content #personal-info .social-media ul li {
    margin-bottom: 13px;
  }

  .main-content#about .inner-content .content #services .single-service ul ul {
    padding: 23px 14px;
  }

  .main-content#about .inner-content .content #services .single-service ul ul .service-name {
    margin-bottom: 15px;
  }

  .main-content#resume .inner-content .content .skills .single-skills-wrapper ul ul .single-skill,
  .main-content#resume .inner-content .content .education .single-education ul ul,
  .main-content#resume .inner-content .content .experience .single-experience ul ul {
    padding: 22px 14px 0;
  }

  .main-content#resume .inner-content .content .education .single-education ul ul,
  .main-content#resume .inner-content .content .experience .single-experience ul ul {
    padding-bottom: 23px;
  }

  .main-content#resume .inner-content .content .fun-facts .single-fun-fact .fun-fact-icon {
    margin-bottom: 8px;
  }

  .main-content#resume .inner-content .content .fun-facts .single-fun-fact .fun-fact-value {
    margin-bottom: 2px;
  }

  .main-content#resume .inner-content .content .fun-facts .single-fun-fact .fun-fact-value {
    font-size: 2.827em;
  }

  .main-content#contact .inner-content .content #contact-info > .row {
    padding: 33px 30px 27px;
  }
}

@media (min-width: 1600px) {
  body { font-size: 15px; }

  #wrapper {
    padding: 40px;
  }

  .main-content {
    padding-left: 80px;
  }

  .main-content .close-menu-link {
    top: 40px;
    right: 57px;
  }

  .main-content .hanging {
    width: 80px;
  }

  .main-content .hanging .logo-hanging {
    height: 80px;
  }

  .main-content .hanging .logo-hanging i {
    font-size: 40px;
  }

  .main-content .hanging .text-hanging {
    height: -webkit-calc(100% - 80px);
    height: -moz-calc(100% - 80px);
    height: calc(100% - 80px);
    top: 80px;
  }

  .main-content .inner-content {
    padding-left: 40px;
    padding-right: 40px;
  }

  .main-content .inner-content .head-content {
    height: -webkit-calc((80px * 2) + 2.827em - 17px);
    height: -moz-calc((80px * 2) + 2.827em - 17px);
    height: calc((80px * 2) + 2.827em - 17px);
  }

  .main-content .inner-content .head-content h3 {
    top: 1px;
  }

  .main-content#home .inner-content .head-content {
    height: -webkit-calc((80px * 2) + 15px + (2.827em + 1.414em) - 6px);
    height: -moz-calc((80px * 2) + 15px + (2.827em + 1.414em) - 6px);
    height: calc((80px * 2) + 15px + (2.827em + 1.414em) - 6px);
  }

  .main-content#home .inner-content .content {
    height: -webkit-calc(100% - ((80px * 3) + 15px + (2.827em + 1.414em) - 6px));
    height: -moz-calc(100% - ((80px * 3) + 15px + (2.827em + 1.414em) - 6px));
    height: calc(100% - ((80px * 3) + 15px + (2.827em + 1.414em) - 6px));
  }

  .main-content#home .inner-content .head-content h3 {
    top: -4px;
  }

  .main-content#home .inner-content .content .box-wrapper:nth-of-type(1) {
    padding-bottom: 20px;
    padding-right: 20px;
  }

  .main-content#home .inner-content .content .box-wrapper:nth-of-type(2) {
    padding-left: 20px;
    padding-bottom: 20px;
  }

  .main-content#home .inner-content .content .box-wrapper:nth-of-type(3) {
    padding-right: 20px;
    padding-top: 20px;
  }

  .main-content#home .inner-content .content .box-wrapper:nth-of-type(4) {
    padding-left: 20px;
    padding-top: 20px;
  }

  .main-content#about .inner-content .content #personal-info .row,
  .main-content#about .inner-content .content #services .row {
    margin-top: 38px;
  }

  .main-content#about .inner-content .content #personal-info .row {
    padding: 42px 40px 37px;
    margin-bottom: 78px;
  }

  .main-content#about .inner-content .content #services .row {
    padding: 50px 40px 0;
    margin-bottom: 80px;
  }

  .main-content#about .inner-content .content #personal-info h5:after,
  .main-content#about .inner-content .content #services h5:after {
    bottom: -19px;
    width: 40px;
  }

  .main-content#about .inner-content .content #personal-info .summary {
    margin-bottom: 35px;
  }

  .main-content#about .inner-content .content #personal-info .summary p:not(:nth-of-type(1)) {
    margin-top: 25px;
  }

  .main-content#about .inner-content .content #personal-info .profile:nth-child(2n + 3) {
    padding-right: 20px;
  }

  .main-content#about .inner-content .content #personal-info .profile:nth-child(2n + 4) {
    padding-left: 20px;
  }

  .main-content#about .inner-content .content #personal-info .profile ul li {
    margin-bottom: 24px;
  }

  .main-content#about .inner-content .content #personal-info .social-media {
    margin-top: 43px;
    margin-bottom: 36px;
  }

  .main-content#about .inner-content .content #services .single-service {
    margin-bottom: 50px;
  }

  .main-content#about .inner-content .content #services .single-service:nth-of-type(odd) {
    padding-right: 20px;
  }

  .main-content#about .inner-content .content #services .single-service:nth-of-type(even) {
    padding-left: 20px;
  }

  .main-content#about .inner-content .content #services .single-service ul ul {
    padding: 32px 14px 33px;
  }  

  .main-content#about .inner-content .content #services .single-service ul ul .service-name {
    margin-bottom: 24px;
  }

  .main-content#resume .inner-content .content .skills .row,
  .main-content#resume .inner-content .content .education .row,
  .main-content#resume .inner-content .content .experience .row,
  .main-content#resume .inner-content .content .fun-facts .row {
    margin-top: 38px;
  }

  .main-content#resume .inner-content .content .skills .row,
  .main-content#resume .inner-content .content .education .row,
  .main-content#resume .inner-content .content .experience .row {
    padding: 50px 40px 0;
    margin-bottom: 78px;
  }

  .main-content#resume .inner-content .content .fun-facts .row {
    padding: 50px 40px 0;
    margin-bottom: 80px;
  }

  .main-content#resume .inner-content .content .skills h5:after,
  .main-content#resume .inner-content .content .education h5:after,
  .main-content#resume .inner-content .content .experience h5:after,
  .main-content#resume .inner-content .content .fun-facts h5:after {
    width: 40px;
    bottom: -19px;
  }

  .main-content#resume .inner-content .content .skills .single-skills-wrapper,
  .main-content#resume .inner-content .content .education .single-education,
  .main-content#resume .inner-content .content .experience .single-experience {
    margin-bottom: 50px;
  }

  .main-content#resume .inner-content .content .skills .single-skills-wrapper:nth-of-type(odd),
  .main-content#resume .inner-content .content .education .single-education:nth-of-type(odd),
  .main-content#resume .inner-content .content .experience .single-experience:nth-of-type(odd) {
    padding-right: 20px;
  }

  .main-content#resume .inner-content .content .skills .single-skills-wrapper:nth-of-type(even),
  .main-content#resume .inner-content .content .education .single-education:nth-of-type(even),
  .main-content#resume .inner-content .content .experience .single-experience:nth-of-type(even) {
    padding-left: 20px;
  }

  .main-content#resume .inner-content .content .skills .single-skills-wrapper ul ul .single-skill,
  .main-content#resume .inner-content .content .education .single-education ul ul,
  .main-content#resume .inner-content .content .experience .single-experience ul ul {
    padding: 32px 14px 0;
  }

  .main-content#resume .inner-content .content .skills .single-skills-wrapper ul ul .single-skill:last-of-type {
    padding-bottom: 40px;
  }

  .main-content#resume .inner-content .content .education .single-education ul ul,
  .main-content#resume .inner-content .content .experience .single-experience ul ul {
    padding-bottom: 32px;
  }

  .main-content#resume .inner-content .content .skills .single-skills-wrapper ul .single-skill ul .progress-wrapper {
    height: 40px;
  }

  .main-content#resume .inner-content .content .skills .single-skills-wrapper ul .single-skill ul .progress-wrapper .progress {
    background-size: 50px 50px;
  }

  @-webkit-keyframes progress {
    from { 
      background-position: 0 0; 
    }
    to { 
      background-position: 50px 0;
    }
  }

  @-moz-keyframes progress {
    from { 
      background-position: 0 0; 
    }
    to {  
      background-position: 50px 0; 
    }
  }

  @keyframes progress {
    from { 
      background-position: 0 0; 
    }
    to { 
      background-position: 50px 0;
    }
  }

  .main-content#resume .inner-content .content .education .single-education ul ul .education-name,
  .main-content#resume .inner-content .content .experience .single-experience ul ul .experience-name {
    margin-bottom: 24px;
  }

  .main-content#resume .inner-content .content .fun-facts .single-fun-fact {
    margin-bottom: 43px;
  }

  .main-content#resume .inner-content .content .fun-facts .single-fun-fact:nth-child(3n + 1) {
    padding-right: 20px;
  }

  .main-content#resume .inner-content .content .fun-facts .single-fun-fact:nth-child(even) {
    padding-left: 20px;
    padding-right: 20px;
  }

  .main-content#resume .inner-content .content .fun-facts .single-fun-fact:nth-child(3n + 3) {
    padding-left: 20px;
  }

  .main-content#resume .inner-content .content .fun-facts .single-fun-fact .fun-fact-icon {
    margin-bottom: 15px;
  }

  .main-content#resume .inner-content .content .fun-facts .single-fun-fact .fun-fact-value {
    margin-bottom: 11px;
  }

  .main-content#resume .inner-content .content .button-wrapper {
    margin-bottom: 79px;
  }

  .main-content#portfolio .inner-content .content #projects > .row {
    margin-top: 38px;
    padding: 50px 40px 10px;
    margin-bottom: 80px;
  }

  .main-content#portfolio .inner-content .content #projects h5:after {
    bottom: -19px;
    width: 40px;
  }

  .main-content#portfolio .inner-content .content #projects .portfolio-filter ul li {
    margin-bottom: 44px;
    margin-right: 34px;
  }

  .main-content#portfolio .inner-content .content #projects .portfolio-item .item-wrapper {
    margin-left: -20px;
    margin-right: -20px;
  }

  .main-content#portfolio .inner-content .content #projects .portfolio-item .item-wrapper .item {
    -webkit-flex: 0 0 -webkit-calc(50% - 40px);
    -webkit-flex: 0 0 calc(50% - 40px);
    -ms-flex: 0 0 calc(50% - 40px);
    flex: 0 0 -webkit-calc(50% - 40px);
    flex: 0 0 -moz-calc(50% - 40px);
    flex: 0 0 calc(50% - 40px);
    max-width: -webkit-calc(50% - 40px);
    max-width: -moz-calc(50% - 40px);
    max-width: calc(50% - 40px);
    margin: 0 20px 40px;
  }

  .main-content#contact .inner-content .content #contact-info > .row,
  .main-content#contact .inner-content .content #contact-form > .row {
    margin-top: 38px;
  }

  .main-content#contact .inner-content .content #contact-info > .row {
    margin-bottom: 78px;
    padding: 43px 40px 37px;
  }

  .main-content#contact .inner-content .content #contact-form > .row {
    margin-bottom: 80px;
    padding: 42px 40px 50px;
  }

  .main-content#contact .inner-content .content #contact-form h5:after,
  .main-content#contact .inner-content .content #contact-info h5:after {
    bottom: -19px;
    width: 40px;
  }

  .main-content#contact .inner-content .content #contact-info .list-contact-info > ul > li {
    margin-bottom: 38px;
  }

  .main-content#contact .inner-content .content #contact-info .list-contact-info > ul > li:nth-of-type(odd) {
    padding-right: 20px;
  }

  .main-content#contact .inner-content .content #contact-info .list-contact-info > ul > li:nth-of-type(even) {
    padding-left: 20px;
  }

  .main-content#contact .inner-content .content #contact-form .alert {
    padding: 11px 14px;
    margin-bottom: 10px;
  }

  .main-content#contact .inner-content .content #contact-form .note {
    margin-bottom: 43px;
  }

  .main-content#contact .inner-content .content #contact-form .note p:not(:nth-of-type(1)) {
    margin-top: 20px;
  }

  .main-content#contact .inner-content .content #contact-form .form-wrapper .form-group input.form-control {
    height: 50px;
  }

  .main-content#contact .inner-content .content #contact-form .form-wrapper .form-group textarea.form-control {
    height: 158px;  
  }

  .main-content#contact .inner-content .content #contact-form .form-wrapper .form-group button[type="submit"] {
    width: 170px;
    margin-top: 40px;
  }
}

@media (min-width: 1920px) {
  body { font-size: 16px; }

  h1 { font-size: 7.594em; }

  h2 { font-size: 5.063em; }

  h3 { font-size: 3.375em; }

  h4 { font-size: 2.25em; }

  h5 { font-size: 1.5em; }

  h6 { font-size: 1em; }

  .main-content .inner-content .head-content {
    height: -webkit-calc((80px * 2) + 3.375em - 17px);
    height: -moz-calc((80px * 2) + 3.375em - 17px);
    height: calc((80px * 2) + 3.375em - 17px);
  }

  .main-content#home .inner-content .head-content {
    height: -webkit-calc((80px * 2) + 15px + (3.375em + 1.5em) - 6px);
    height: -moz-calc((80px * 2) + 15px + (3.375em + 1.5em) - 6px);
    height: calc((80px * 2) + 15px + (3.375em + 1.5em) - 6px);
  }

  .main-content#home .inner-content .content {
    height: -webkit-calc(100% - ((80px * 3) + 15px + (3.375em + 1.5em) - 6px));
    height: -moz-calc(100% - ((80px * 3) + 15px + (3.375em + 1.5em) - 6px));
    height: calc(100% - ((80px * 3) + 15px + (3.375em + 1.5em) - 6px));
  }

  .main-content#resume .inner-content .content .fun-facts .single-fun-fact .fun-fact-value {
    font-size: 3.375em;
  }

  .main-content#contact .inner-content .content #contact-form .alert {
    padding: 10px 14px;
  }
}

@media (max-width: 1199px) {
  h1 { font-size: 3.052em; }

  h2 { font-size: 2.441em; }

  h3 { font-size: 1.953em; }

  h4 { font-size: 1.563em; }

  h5 { font-size: 1.25em; }

  h6 { font-size: 1em; } 

  .project-popup {
    padding-left: 25px;
    padding-right: 25px;
  }

  #wrapper {
    padding: 25px;
  }

  .main-content {
    padding-left: 50px;
  }

  .main-content .close-menu-link {
    top: 25px;
    right: 42px;
  }

  .main-content .hanging {
    width: 50px;
  }

  .main-content .hanging .logo-hanging {
    height: 50px;
  }

  .main-content .hanging .logo-hanging i {
    font-size: 25px;
  }

  .main-content .hanging .text-hanging {
    height: -webkit-calc(100% - 50px);
    height: -moz-calc(100% - 50px);
    height: calc(100% - 50px);
    top: 50px;
  }

  .main-content .inner-content {
    padding-left: 25px;
    padding-right: 25px;
  }

  .main-content .inner-content .head-content {
    height: -webkit-calc((50px * 2) + 1.953em - 11px);
    height: -moz-calc((50px * 2) + 1.953em - 11px);
    height: calc((50px * 2) + 1.953em - 11px);
  }

  .main-content .inner-content .head-content h3 {
    top: 1px;
  }

  .main-content#home .inner-content .head-content {
    height: -webkit-calc((50px * 2) + 15px + (1.953em + 1.25em) - 4px);
    height: -moz-calc((50px * 2) + 15px + (1.953em + 1.25em) - 4px);
    height: calc((50px * 2) + 15px + (1.953em + 1.25em) - 4px);
  }

  .main-content#home .inner-content .content {
    height: -webkit-calc(100% - ((50px * 3) + 15px + (1.953em + 1.25em) - 4px));
    height: -moz-calc(100% - ((50px * 3) + 15px + (1.953em + 1.25em) - 4px));
    height: calc(100% - ((50px * 3) + 15px + (1.953em + 1.25em) - 4px));
  }

  .main-content#home .inner-content .content .box-wrapper:nth-of-type(1) {
    padding-bottom: 12.5px;
    padding-right: 12.5px;
  }

  .main-content#home .inner-content .content .box-wrapper:nth-of-type(2) {
    padding-left: 12.5px;
    padding-bottom: 12.5px;
  }

  .main-content#home .inner-content .content .box-wrapper:nth-of-type(3) {
    padding-right: 12.5px;
    padding-top: 12.5px;
  }

  .main-content#home .inner-content .content .box-wrapper:nth-of-type(4) {
    padding-left: 12.5px;
    padding-top: 12.5px;
  }

  .main-content#about .inner-content .content #personal-info .row,
  .main-content#about .inner-content .content #services .row {
    margin-top: 23px;
  }

  .main-content#about .inner-content .content #personal-info .row {
    padding: 28px 25px 22px;
    margin-bottom: 48px;
  }

  .main-content#about .inner-content .content #services .row {
    padding: 35px 25px 0;
    margin-bottom: 50px;
  }

  .main-content#about .inner-content .content #personal-info h5:after,
  .main-content#about .inner-content .content #services h5:after {
    bottom: -11.5px;
    width: 25px;
  }

  .main-content#about .inner-content .content #personal-info .summary {
    margin-bottom: 21px;
  }

  .main-content#about .inner-content .content #personal-info .summary p:not(:nth-of-type(1)) {
    margin-top: 11px;
  }

  .main-content#about .inner-content .content #personal-info .profile:nth-child(2n + 3) {
    padding-right: 12.5px;
  }

  .main-content#about .inner-content .content #personal-info .profile:nth-child(2n + 4) {
    padding-left: 12.5px;
  }

  .main-content#about .inner-content .content #personal-info .profile ul li {
    margin-bottom: 11px;
  }

  .main-content#about .inner-content .content #personal-info .social-media {
    margin-top: 29px;
    margin-bottom: 21px;
  }

  .main-content#about .inner-content .content #services .single-service {
    margin-bottom: 35px;
  }

  .main-content#about .inner-content .content #services .single-service:nth-of-type(odd) {
    padding-right: 12.5px;
  }

  .main-content#about .inner-content .content #services .single-service:nth-of-type(even) {
    padding-left: 12.5px;
  }

  .main-content#about .inner-content .content #services .single-service ul ul {
    padding: 18px 14px 19px;
  }

  .main-content#about .inner-content .content #services .single-service ul ul .service-name {
    margin-bottom: 11px;
  }

  .main-content#resume .inner-content .content .skills .row,
  .main-content#resume .inner-content .content .education .row,
  .main-content#resume .inner-content .content .experience .row,
  .main-content#resume .inner-content .content .fun-facts .row {
    margin-top: 23px;
  }

  .main-content#resume .inner-content .content .skills .row,
  .main-content#resume .inner-content .content .education .row,
  .main-content#resume .inner-content .content .experience .row {
    padding: 35px 25px 0;
    margin-bottom: 48px;
  }

  .main-content#resume .inner-content .content .fun-facts .row {
    padding: 35px 25px 0;
    margin-bottom: 50px;
  }

  .main-content#resume .inner-content .content .skills h5:after,
  .main-content#resume .inner-content .content .education h5:after,
  .main-content#resume .inner-content .content .experience h5:after,
  .main-content#resume .inner-content .content .fun-facts h5:after {
    width: 25px;
    bottom: -11.5px;
  }

  .main-content#resume .inner-content .content .skills .single-skills-wrapper,
  .main-content#resume .inner-content .content .education .single-education,
  .main-content#resume .inner-content .content .experience .single-experience {
    margin-bottom: 35px;
  }

  .main-content#resume .inner-content .content .skills .single-skills-wrapper:nth-of-type(odd),
  .main-content#resume .inner-content .content .education .single-education:nth-of-type(odd),
  .main-content#resume .inner-content .content .experience .single-experience:nth-of-type(odd) {
    padding-right: 12.5px;
  }

  .main-content#resume .inner-content .content .skills .single-skills-wrapper:nth-of-type(even),
  .main-content#resume .inner-content .content .education .single-education:nth-of-type(even),
  .main-content#resume .inner-content .content .experience .single-experience:nth-of-type(even) {
    padding-left: 12.5px;
  }

  .main-content#resume .inner-content .content .skills .single-skills-wrapper ul ul .single-skill,
  .main-content#resume .inner-content .content .education .single-education ul ul,
  .main-content#resume .inner-content .content .experience .single-experience ul ul {
    padding: 18px 14px 0;
  }

  .main-content#resume .inner-content .content .skills .single-skills-wrapper ul ul .single-skill:last-of-type {
    padding-bottom: 25px;
  }

  .main-content#resume .inner-content .content .education .single-education ul ul,
  .main-content#resume .inner-content .content .experience .single-experience ul ul {
    padding-bottom: 19px;
  }

  .main-content#resume .inner-content .content .skills .single-skills-wrapper ul .single-skill ul .progress-wrapper {
    height: 25px;
  }

  .main-content#resume .inner-content .content .skills .single-skills-wrapper ul .single-skill ul .progress-wrapper .progress {
    background-size: 35px 35px;
  }

  @-webkit-keyframes progress {
    from { 
      background-position: 0 0; 
    }
    to { 
      background-position: 35px 0;
    }
  }

  @-moz-keyframes progress {
    from { 
      background-position: 0 0; 
    }
    to {  
      background-position: 35px 0; 
    }
  }

  @keyframes progress {
    from { 
      background-position: 0 0; 
    }
    to { 
      background-position: 35px 0;
    }
  }

  .main-content#resume .inner-content .content .education .single-education ul ul .education-name,
  .main-content#resume .inner-content .content .experience .single-experience ul ul .experience-name {
    margin-bottom: 11px;
  }

  .main-content#resume .inner-content .content .fun-facts .single-fun-fact {
    margin-bottom: 28px;
  }

  .main-content#resume .inner-content .content .fun-facts .single-fun-fact:nth-child(3n + 1) {
    padding-right: 12.5px;
  }

  .main-content#resume .inner-content .content .fun-facts .single-fun-fact:nth-child(even) {
    padding-left: 12.5px;
    padding-right: 12.5px;
  }

  .main-content#resume .inner-content .content .fun-facts .single-fun-fact:nth-child(3n + 3) {
    padding-left: 12.5px;
  }

  .main-content#resume .inner-content .content .fun-facts .single-fun-fact .fun-fact-icon {
    margin-bottom: 8.5px;
  }

  .main-content#resume .inner-content .content .fun-facts .single-fun-fact .fun-fact-value {
    margin-bottom: 5.5px;
  }

  .main-content#resume .inner-content .content .fun-facts .single-fun-fact .fun-fact-value {
    font-size: 1.953em;
  }

  .main-content#resume .inner-content .content .button-wrapper {
    margin-bottom: 49px;
  }

  .main-content#portfolio .inner-content .content #projects > .row {
    margin-top: 23px;
    padding: 35px 25px 10px;
    margin-bottom: 50px;
  }

  .main-content#portfolio .inner-content .content #projects h5:after {
    bottom: -11.5px;
    width: 25px;
  }

  .main-content#portfolio .inner-content .content #projects .portfolio-filter ul li {
    margin-bottom: 29px;
    margin-right: 20px;
  }

  .main-content#portfolio .inner-content .content #projects .portfolio-item .item-wrapper {
    margin-left: -12.5px;
    margin-right: -12.5px;
  }

  .main-content#portfolio .inner-content .content #projects .portfolio-item .item-wrapper .item {
    -webkit-flex: 0 0 -webkit-calc(50% - 25px);
    -webkit-flex: 0 0 calc(50% - 25px);
    -ms-flex: 0 0 calc(50% - 25px);
    flex: 0 0 -webkit-calc(50% - 25px);
    flex: 0 0 -moz-calc(50% - 25px);
    flex: 0 0 calc(50% - 25px);
    max-width: -webkit-calc(50% - 25px);
    max-width: -moz-calc(50% - 25px);
    max-width: calc(50% - 25px);
    margin: 0 12.5px 25px;
  }

  .main-content#contact .inner-content .content #contact-info > .row,
  .main-content#contact .inner-content .content #contact-form > .row {
    margin-top: 23px;
  }

  .main-content#contact .inner-content .content #contact-info > .row {
    margin-bottom: 48px;
    padding: 27px 25px 21px;
  }

  .main-content#contact .inner-content .content #contact-form > .row {
    margin-bottom: 50px;
    padding: 27px 25px 35px;
  }

  .main-content#contact .inner-content .content #contact-form h5:after,
  .main-content#contact .inner-content .content #contact-info h5:after {
    bottom: -11.5px;
    width: 25px;
  }

  .main-content#contact .inner-content .content #contact-info .list-contact-info > ul > li {
    margin-bottom: 22px;
  }

  .main-content#contact .inner-content .content #contact-info .list-contact-info > ul > li:nth-of-type(odd) {
    padding-right: 12.5px;
  }

  .main-content#contact .inner-content .content #contact-info .list-contact-info > ul > li:nth-of-type(even) {
    padding-left: 12.5px;
  }

  .main-content#contact .inner-content .content #contact-form .note {
    margin-bottom: 29px;
  }

  .main-content#contact .inner-content .content #contact-form .note p:not(:nth-of-type(1)) {
    margin-top: 10.5px;
  }

  .main-content#contact .inner-content .content #contact-form .form-wrapper .form-group button[type="submit"] {
    margin-top: 25px;
  }
}

@media (min-width: 1200px) and (max-width: 1439px) and (max-height: 555px) {
  .main-content .inner-content .head-content {
    height: -webkit-calc((40px * 2) + 2.369em - 12px);
    height: -moz-calc((40px * 2) + 2.369em - 12px);
    height: calc((40px * 2) + 2.369em - 12px);
  }

  .main-content .inner-content .head-content h3 {
    top: 0;
  }

  .main-content#home .inner-content .head-content {
    height: -webkit-calc((40px * 2) + 15px + (2.369em + 1.333em) - 3px);
    height: -moz-calc((40px * 2) + 15px + (2.369em + 1.333em) - 3px);
    height: calc((40px * 2) + 15px + (2.369em + 1.333em) - 3px);
  }

  .main-content#home .inner-content .head-content h3 {
    top: -4px;
  }

  .main-content#home .inner-content .head-content h5 {
    top: -6px;
  }

  .main-content#home .inner-content .content {
    height: -webkit-calc(100% - ((40px * 3) + 15px + (2.369em + 1.333em) - 3px));
    height: -moz-calc(100% - ((40px * 3) + 15px + (2.369em + 1.333em) - 3px));
    height: calc(100% - ((40px * 3) + 15px + (2.369em + 1.333em) - 3px));
  }

  .main-content#home .inner-content .content .box-wrapper:nth-of-type(1) .inner-box-wrapper .menu-link .valign-center h5,
  .main-content#home .inner-content .content .box-wrapper:nth-of-type(3) .inner-box-wrapper .menu-link .valign-center h5 {
    margin-top: 9px;
  }

  .main-content#home .inner-content .content .box-wrapper:nth-of-type(2) .inner-box-wrapper .menu-link .valign-center h5,
  .main-content#home .inner-content .content .box-wrapper:nth-of-type(4) .inner-box-wrapper .menu-link .valign-center h5 {
    margin-top: 6px;
  }

  .main-content#about .inner-content .content #personal-info .row {
    margin-bottom: 38px;
  }

  .main-content#about .inner-content .content #services .row {
    margin-bottom: 40px;
  }

  .main-content#resume .inner-content .content .skills .row,
  .main-content#resume .inner-content .content .education .row,
  .main-content#resume .inner-content .content .experience .row {
    margin-bottom: 38px;
  }

  .main-content#resume .inner-content .content .fun-facts .row {
    margin-bottom: 40px;
  }

  .main-content#resume .inner-content .content .button-wrapper {
    margin-bottom: 38px;
  }

  .main-content#portfolio .inner-content .content #projects > .row {
    margin-bottom: 40px;
  }

  .main-content#contact .inner-content .content #contact-info > .row {
    margin-bottom: 38px;
  }

  .main-content#contact .inner-content .content #contact-form > .row {
    margin-bottom: 40px;
  }
}

@media (max-width: 1080px) {
  #left-wrapper {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .main-content#about .inner-content .content #personal-info .row {
    padding-top: 35px;
  }

  .main-content#about .inner-content .content #personal-info .profile-picture {
    display: block;
  }

  .main-content#about .inner-content .content #personal-info .summary {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }

  .main-content#about .inner-content .content #personal-info .summary p {
    margin-left: 25px;
  }

  #right-wrapper {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1199px) and (max-height: 515px) {
  .main-content .inner-content .head-content {
    height: -webkit-calc((40px * 2) + 1.953em - 11px);
    height: -moz-calc((40px * 2) + 1.953em - 11px);
    height: calc((40px * 2) + 1.953em - 11px);
  }

  .main-content#home .inner-content .head-content {
    height: -webkit-calc((40px * 2) + 15px + (1.953em + 1.25em));
    height: -moz-calc((40px * 2) + 15px + (1.953em + 1.25em));
    height: calc((40px * 2) + 15px + (1.953em + 1.25em));
  }

  .main-content#home .inner-content .head-content h3 {
    top: -4px;
  }

  .main-content#home .inner-content .content {
    height: -webkit-calc(100% - ((40px * 3) + 15px + (1.953em + 1.25em)));
    height: -moz-calc(100% - ((40px * 3) + 15px + (1.953em + 1.25em)));
    height: calc(100% - ((40px * 3) + 15px + (1.953em + 1.25em)));
  }

  .main-content#home .inner-content .content .box-wrapper:nth-of-type(1) .inner-box-wrapper .menu-link .valign-center h5,
  .main-content#home .inner-content .content .box-wrapper:nth-of-type(3) .inner-box-wrapper .menu-link .valign-center h5 {
    margin-top: 11px;
  }

  .main-content#home .inner-content .content .box-wrapper:nth-of-type(2) .inner-box-wrapper .menu-link .valign-center h5,
  .main-content#home .inner-content .content .box-wrapper:nth-of-type(4) .inner-box-wrapper .menu-link .valign-center h5 {
    margin-top: 8px;
  }

  .main-content#about .inner-content .content #personal-info .row {
    margin-bottom: 38px;
  }

  .main-content#about .inner-content .content #services .row {
    margin-bottom: 40px;
  }

  .main-content#resume .inner-content .content .skills .row,
  .main-content#resume .inner-content .content .education .row,
  .main-content#resume .inner-content .content .experience .row {
    margin-bottom: 38px;
  }

  .main-content#resume .inner-content .content .fun-facts .row {
    margin-bottom: 40px;
  }

  .main-content#resume .inner-content .content .button-wrapper {
    margin-bottom: 38px;
  }

  .main-content#portfolio .inner-content .content #projects > .row {
    margin-bottom: 40px;
  }

  .main-content#contact .inner-content .content #contact-info > .row {
    margin-bottom: 38px;
  }

  .main-content#contact .inner-content .content #contact-form > .row {
    margin-bottom: 40px;
  }
}

@media (max-width: 991px) {
  h1 { font-size: 2.488em; }

  h2 { font-size: 2.074em; }

  h3 { font-size: 1.728em; }

  h4 { font-size: 1.44em; }

  h5 { font-size: 1.2em; }

  h6 { font-size: 1em; }

  .project-popup {
    padding-left: 20px;
    padding-right: 20px;
  }

  #wrapper {
    padding: 20px;
  }

  .main-content {
    padding-left: 40px;
  }

  .main-content .close-menu-link {
    top: 20px;
    right: 38px;
  }

  .main-content .hanging {
    width: 40px;
  }

  .main-content .hanging .logo-hanging {
    height: 40px;
  }

  .main-content .hanging .logo-hanging i {
    font-size: 20px;
  }

  .main-content .hanging .text-hanging {
    height: -webkit-calc(100% - 40px);
    height: -moz-calc(100% - 40px);
    height: calc(100% - 40px);
    top: 40px;
  }

  .main-content .inner-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .main-content .inner-content .head-content {
    height: -webkit-calc((50px * 2) + 1.728em - 9px);
    height: -moz-calc((50px * 2) + 1.728em - 9px);
    height: calc((50px * 2) + 1.728em - 9px);
  }

  .main-content .inner-content .head-content h3 {
    top: 1px;
  }

  .main-content#home .inner-content .head-content {
    height: -webkit-calc((50px * 2) + 15px + (1.728em + 1.2em) - 1px);
    height: -moz-calc((50px * 2) + 15px + (1.728em + 1.2em) - 1px);
    height: calc((50px * 2) + 15px + (1.728em + 1.2em) - 1px);
  }

  .main-content#home .inner-content .head-content h3 {
    top: -3px;
  }

  .main-content#home .inner-content .content {
    height: -webkit-calc(100% - ((50px * 3) + 15px + (1.728em + 1.2em) - 1px));
    height: -moz-calc(100% - ((50px * 3) + 15px + (1.728em + 1.2em) - 1px));
    height: calc(100% - ((50px * 3) + 15px + (1.728em + 1.2em) - 1px));
  }

  .main-content#home .inner-content .content .box-wrapper:nth-of-type(1) {
    padding-bottom: 10px;
    padding-right: 10px;
  }

  .main-content#home .inner-content .content .box-wrapper:nth-of-type(2) {
    padding-left: 10px;
    padding-bottom: 10px;
  }

  .main-content#home .inner-content .content .box-wrapper:nth-of-type(3) {
    padding-right: 10px;
    padding-top: 10px;
  }

  .main-content#home .inner-content .content .box-wrapper:nth-of-type(4) {
    padding-left: 10px;
    padding-top: 10px;
  }

  .main-content#about .inner-content .content #personal-info .row,
  .main-content#about .inner-content .content #services .row {
    margin-top: 19px;
  }

  .main-content#about .inner-content .content #personal-info .row {
    padding: 30px 20px 17px;
  }

  .main-content#about .inner-content .content #services .row {
    padding: 30px 20px 0;
  }

  .main-content#about .inner-content .content #personal-info h5:after,
  .main-content#about .inner-content .content #services h5:after {
    bottom: -10px;
    width: 20px;
    height: 3px;
  }

  .main-content#about .inner-content .content #personal-info .summary {
    margin-bottom: 16px;
  }

  .main-content#about .inner-content .content #personal-info .summary p {
    margin-left: 20px;
  }

  .main-content#about .inner-content .content #personal-info .summary p:not(:nth-of-type(1)) {
    margin-top: 15px;
  }

  .main-content#about .inner-content .content #personal-info .profile:nth-child(2n + 3) {
    padding-right: 10px;
  }

  .main-content#about .inner-content .content #personal-info .profile:nth-child(2n + 4) {
    padding-left: 10px;
  }

  .main-content#about .inner-content .content #personal-info .profile ul li {
    margin-bottom: 6px;
  }

  .main-content#about .inner-content .content #personal-info .social-media {
    margin-top: 23px;
    margin-bottom: 16px;
  }

  .main-content#about .inner-content .content #services .single-service {
    margin-bottom: 30px;
  }

  .main-content#about .inner-content .content #services .single-service:nth-of-type(odd) {
    padding-right: 10px;
  }

  .main-content#about .inner-content .content #services .single-service:nth-of-type(even) {
    padding-left: 10px;
  }

  .main-content#about .inner-content .content #services .single-service ul ul {
    padding: 13px 14px;
  }

  .main-content#about .inner-content .content #services .single-service ul ul .service-name {
    margin-bottom: 7px;
  }

  .main-content#resume .inner-content .content .skills .row,
  .main-content#resume .inner-content .content .education .row,
  .main-content#resume .inner-content .content .experience .row,
  .main-content#resume .inner-content .content .fun-facts .row {
    margin-top: 20px;
  }

  .main-content#resume .inner-content .content .skills .row,
  .main-content#resume .inner-content .content .education .row,
  .main-content#resume .inner-content .content .experience .row,
  .main-content#resume .inner-content .content .fun-facts .row {
    padding: 30px 20px 0;
  }

  .main-content#resume .inner-content .content .skills h5:after,
  .main-content#resume .inner-content .content .education h5:after,
  .main-content#resume .inner-content .content .experience h5:after,
  .main-content#resume .inner-content .content .fun-facts h5:after {
    width: 20px;
    height: 3px;
    bottom: -10.5px;
  }

  .main-content#resume .inner-content .content .skills .single-skills-wrapper,
  .main-content#resume .inner-content .content .education .single-education,
  .main-content#resume .inner-content .content .experience .single-experience {
    margin-bottom: 30px;
  }

  .main-content#resume .inner-content .content .skills .single-skills-wrapper:nth-of-type(odd),
  .main-content#resume .inner-content .content .education .single-education:nth-of-type(odd),
  .main-content#resume .inner-content .content .experience .single-experience:nth-of-type(odd) {
    padding-right: 10px;
  }

  .main-content#resume .inner-content .content .skills .single-skills-wrapper:nth-of-type(even),
  .main-content#resume .inner-content .content .education .single-education:nth-of-type(even),
  .main-content#resume .inner-content .content .experience .single-experience:nth-of-type(even) {
    padding-left: 10px;
  }

  .main-content#resume .inner-content .content .skills .single-skills-wrapper ul ul .single-skill,
  .main-content#resume .inner-content .content .education .single-education ul ul,
  .main-content#resume .inner-content .content .experience .single-experience ul ul {
    padding: 13px 14px 0;
  }

  .main-content#resume .inner-content .content .skills .single-skills-wrapper ul ul .single-skill:last-of-type {
    padding-bottom: 20px;
  }

  .main-content#resume .inner-content .content .education .single-education ul ul,
  .main-content#resume .inner-content .content .experience .single-experience ul ul {
    padding-bottom: 14px;
  }

  .main-content#resume .inner-content .content .skills .single-skills-wrapper ul .single-skill ul .progress-wrapper {
    height: 20px;
  }

  .main-content#resume .inner-content .content .skills .single-skills-wrapper ul .single-skill ul .progress-wrapper .progress {
    background-size: 30px 30px;
  }

  @-webkit-keyframes progress {
    from { 
      background-position: 0 0; 
    }
    to { 
      background-position: 30px 0;
    }
  }

  @-moz-keyframes progress {
    from { 
      background-position: 0 0; 
    }
    to {  
      background-position: 30px 0; 
    }
  }

  @keyframes progress {
    from { 
      background-position: 0 0; 
    }
    to { 
      background-position: 30px 0;
    }
  }

  .main-content#resume .inner-content .content .education .single-education ul ul .education-name,
  .main-content#resume .inner-content .content .experience .single-experience ul ul .experience-name {
    margin-bottom: 6px;
  }

  .main-content#resume .inner-content .content .fun-facts .single-fun-fact {
    margin-bottom: 23px;
  }

  .main-content#resume .inner-content .content .fun-facts .single-fun-fact:nth-child(3n + 1) {
    padding-right: 10px;
  }

  .main-content#resume .inner-content .content .fun-facts .single-fun-fact:nth-child(even) {
    padding-left: 10px;
    padding-right: 10px;
  }

  .main-content#resume .inner-content .content .fun-facts .single-fun-fact:nth-child(3n + 3) {
    padding-left: 10px;
  }

  .main-content#resume .inner-content .content .fun-facts .single-fun-fact .fun-fact-icon {
    margin-bottom: 4.5px;
  }

  .main-content#resume .inner-content .content .fun-facts .single-fun-fact .fun-fact-value {
    margin-bottom: 0.5px;
  }

  .main-content#resume .inner-content .content .fun-facts .single-fun-fact .fun-fact-value {
    font-size: 1.728em;
  }

  .main-content#resume .inner-content .content .button-wrapper {
    margin-bottom: 50px;
  }
  
  .main-content#portfolio .inner-content .content #projects > .row {
    margin-top: 20px;
    padding: 30px 20px 10px;
  }

  .main-content#portfolio .inner-content .content #projects h5:after {
    bottom: -10.5px;
    width: 20px;
    height: 3px;
  }

  .main-content#portfolio .inner-content .content #projects .portfolio-filter ul li {
    margin-bottom: 24px;
  }

  .main-content#portfolio .inner-content .content #projects .portfolio-item .item-wrapper {
    margin-left: -10px;
    margin-right: -10px;
  }

  .main-content#portfolio .inner-content .content #projects .portfolio-item .item-wrapper .item {
    -webkit-flex: 0 0 -webkit-calc(50% - 20px);
    -webkit-flex: 0 0 calc(50% - 20px);
    -ms-flex: 0 0 calc(50% - 20px);
    flex: 0 0 -webkit-calc(50% - 20px);
    flex: 0 0 -moz-calc(50% - 20px);
    flex: 0 0 calc(50% - 20px);
    max-width: -webkit-calc(50% - 20px);
    max-width: -moz-calc(50% - 20px);
    max-width: calc(50% - 20px);
    margin: 0 10px 20px;
  }

  .main-content#contact .inner-content .content #contact-info > .row,
  .main-content#contact .inner-content .content #contact-form > .row {
    margin-top: 20px;
  }

  .main-content#contact .inner-content .content #contact-info > .row {
    padding: 22px 20px 17px;
  }

  .main-content#contact .inner-content .content #contact-form > .row {
    padding: 22px 20px 30px;
  }

  .main-content#contact .inner-content .content #contact-form h5:after,
  .main-content#contact .inner-content .content #contact-info h5:after {
    bottom: -10.5px;
    width: 20px;
    height: 3px;
  }

  .main-content#contact .inner-content .content #contact-info .list-contact-info > ul > li {
    margin-bottom: 17px;
  }

  .main-content#contact .inner-content .content #contact-info .list-contact-info > ul > li:nth-of-type(odd) {
    padding-right: 10px;
  }

  .main-content#contact .inner-content .content #contact-info .list-contact-info > ul > li:nth-of-type(even) {
    padding-left: 10px;
  }

  .main-content#contact .inner-content .content #contact-form .alert {
    margin-bottom: 10px;
  }

  .main-content#contact .inner-content .content #contact-form .note {
    margin-bottom: 24px;
  }

  .main-content#contact .inner-content .content #contact-form .note p:not(:nth-of-type(1)) {
    margin-top: 6px;
  }

  .main-content#contact .inner-content .content #contact-form .form-wrapper .form-group .inner-form-group:first-child {
    padding-right: 5px;
  }

  .main-content#contact .inner-content .content #contact-form .form-wrapper .form-group .inner-form-group:last-child {
    padding-left: 5px;
  }

  .main-content#contact .inner-content .content #contact-form .form-wrapper .form-group button[type="submit"] {
    margin-top: 20px;
  }

}

@media (min-width: 768px) and (max-width: 991px) and (max-height: 515px) {
  .main-content .inner-content .head-content {
    height: -webkit-calc((40px * 2) + 1.728em - 9px);
    height: -moz-calc((40px * 2) + 1.728em - 9px);
    height: calc((40px * 2) + 1.728em - 9px);
  }

  .main-content .inner-content .head-content h3 {
    top: 1px;
  }

  .main-content#home .inner-content .head-content {
    height: -webkit-calc((40px * 2) + 15px + (1.728em + 1.2em));
    height: -moz-calc((40px * 2) + 15px + (1.728em + 1.2em));
    height: calc((40px * 2) + 15px + (1.728em + 1.2em));
  }

  .main-content#home .inner-content .head-content h3 {
    top: -4px;
  }

  .main-content#home .inner-content .content {
    height: -webkit-calc(100% - ((40px * 3) + 15px + (1.728em + 1.2em)));
    height: -moz-calc(100% - ((40px * 3) + 15px + (1.728em + 1.2em)));
    height: calc(100% - ((40px * 3) + 15px + (1.728em + 1.2em)));
  }

  .main-content#home .inner-content .content .box-wrapper:nth-of-type(1) .inner-box-wrapper .menu-link .valign-center h5,
  .main-content#home .inner-content .content .box-wrapper:nth-of-type(3) .inner-box-wrapper .menu-link .valign-center h5 {
    margin-top: 11px;
  }

  .main-content#home .inner-content .content .box-wrapper:nth-of-type(2) .inner-box-wrapper .menu-link .valign-center h5,
  .main-content#home .inner-content .content .box-wrapper:nth-of-type(4) .inner-box-wrapper .menu-link .valign-center h5 {
    margin-top: 8px;
  }

  .main-content#about .inner-content .content #personal-info .row {
    margin-bottom: 38px;
  }

  .main-content#about .inner-content .content #services .row {
    margin-bottom: 40px;
  }

  .main-content#resume .inner-content .content .skills .row,
  .main-content#resume .inner-content .content .education .row,
  .main-content#resume .inner-content .content .experience .row {
    margin-bottom: 38px;
  }

  .main-content#resume .inner-content .content .fun-facts .row {
    margin-bottom: 40px;
  }

  .main-content#resume .inner-content .content .button-wrapper {
    margin-bottom: 38px;
  }

  .main-content#portfolio .inner-content .content #projects > .row {
    margin-bottom: 40px;
  }

  .main-content#contact .inner-content .content #contact-info > .row {
    margin-bottom: 38px;
  }

  .main-content#contact .inner-content .content #contact-form > .row {
    margin-bottom: 40px;
  }
}

@media (min-width: 641px) and (max-width: 991px) and (max-height: 445px) {
  .main-content#home .inner-content .content .box-wrapper .inner-box-wrapper .menu-link .valign-center i {
    display: none;
  }

  .main-content#home .inner-content .content .box-wrapper .inner-box-wrapper .menu-link .valign-center h5 {
    margin: 0 !important;
  }
}

@media (max-width: 767px) {
  .project-popup {
    padding-left: 15px;
    padding-right: 15px;
  }

  #wrapper {
    padding: 15px;
  }

  .main-content {
    padding-left: 40px;
  }

  .main-content .close-menu-link {
    top: 15px;
    right: 15px;
  }

  .main-content .inner-content {
    padding-left: 15px;
    padding-right: 15px;
  }

  .main-content#home .inner-content .content .box-wrapper:nth-of-type(1) {
    padding-bottom: 7.5px;
    padding-right: 7.5px;
  }

  .main-content#home .inner-content .content .box-wrapper:nth-of-type(2) {
    padding-left: 7.5px;
    padding-bottom: 7.5px;
  }

  .main-content#home .inner-content .content .box-wrapper:nth-of-type(3) {
    padding-right: 7.5px;
    padding-top: 7.5px;
  }

  .main-content#home .inner-content .content .box-wrapper:nth-of-type(4) {
    padding-left: 7.5px;
    padding-top: 7.5px;
  }

  .main-content#home .inner-content .content .box-wrapper .inner-box-wrapper .menu-link .valign-center i {
    font-size: 2.5em;
  }

  .main-content#about .inner-content .content #personal-info .row,
  .main-content#about .inner-content .content #services .row {
    padding-left: 15px;
    padding-right: 15px;
  }

  .main-content#about .inner-content .content #personal-info .summary p {
    margin-left: 15px;
  }

  .main-content#about .inner-content .content #personal-info .profile:nth-child(2n + 3) {
    padding-right: 7.5px;
  }

  .main-content#about .inner-content .content #personal-info .profile:nth-child(2n + 4) {
    padding-left: 7.5px;
  }

  .main-content#about .inner-content .content #personal-info .button-wrapper .single-button a {
    width: 150px;
  }

  .main-content#about .inner-content .content #services .single-service:nth-of-type(odd) {
    padding-right: 7.5px;
  }

  .main-content#about .inner-content .content #services .single-service:nth-of-type(even) {
    padding-left: 7.5px;
  }

  .main-content#resume .inner-content .content .skills .row,
  .main-content#resume .inner-content .content .education .row,
  .main-content#resume .inner-content .content .experience .row,
  .main-content#resume .inner-content .content .fun-facts .row {
    padding-left: 15px;
    padding-right: 15px;
  }

  .main-content#resume .inner-content .content .skills .single-skills-wrapper:nth-of-type(odd),
  .main-content#resume .inner-content .content .education .single-education:nth-of-type(odd),
  .main-content#resume .inner-content .content .experience .single-experience:nth-of-type(odd) {
    padding-right: 7.5px;
  }

  .main-content#resume .inner-content .content .skills .single-skills-wrapper:nth-of-type(even),
  .main-content#resume .inner-content .content .education .single-education:nth-of-type(even),
  .main-content#resume .inner-content .content .experience .single-experience:nth-of-type(even) {
    padding-left: 7.5px;
  }

  .main-content#resume .inner-content .content .skills .single-skills-wrapper ul .single-skill ul .progress-wrapper {
    height: 15px;
  }

  .main-content#resume .inner-content .content .skills .single-skills-wrapper ul .single-skill ul .progress-wrapper .progress {
    background-size: 25px 25px;
  }

  @-webkit-keyframes progress {
    from { 
      background-position: 0 0; 
    }
    to { 
      background-position: 25px 0;
    }
  }

  @-moz-keyframes progress {
    from { 
      background-position: 0 0; 
    }
    to {  
      background-position: 25px 0; 
    }
  }

  @keyframes progress {
    from { 
      background-position: 0 0; 
    }
    to { 
      background-position: 25px 0;
    }
  }

  .main-content#resume .inner-content .content .fun-facts .single-fun-fact:nth-child(3n + 1) {
    padding-right: 7.5px;
  }

  .main-content#resume .inner-content .content .fun-facts .single-fun-fact:nth-child(even) {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }

  .main-content#resume .inner-content .content .fun-facts .single-fun-fact:nth-child(3n + 3) {
    padding-left: 7.5px;
  }

  .main-content#resume .inner-content .content .fun-facts .single-fun-fact .fun-fact-icon {
    margin-bottom: 0;
  }

  .main-content#resume .inner-content .content .fun-facts .single-fun-fact .fun-fact-value {
    margin-bottom: -3px;
  }

  .main-content#resume .inner-content .content .button-wrapper a {
    width: 190px;
  }

  .main-content#portfolio .inner-content .content #projects > .row {
    padding-left: 15px;
    padding-right: 15px;
  }

  .main-content#portfolio .inner-content .content #projects .portfolio-item .item-wrapper {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }

  .main-content#portfolio .inner-content .content #projects .portfolio-item .item-wrapper .item {
    -webkit-flex: 0 0 -webkit-calc(50% - 15px);
    -webkit-flex: 0 0 calc(50% - 15px);
    -ms-flex: 0 0 calc(50% - 15px);
    flex: 0 0 -webkit-calc(50% - 15px);
    flex: 0 0 -moz-calc(50% - 15px);
    flex: 0 0 calc(50% - 15px);
    max-width: -webkit-calc(50% - 15px);
    max-width: -moz-calc(50% - 15px);
    max-width: calc(50% - 15px);
    margin: 0 7.5px 15px;
  }

  .main-content#contact .inner-content .content #contact-info > .row,
  .main-content#contact .inner-content .content #contact-form > .row {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 23px;
  }

  .main-content#contact .inner-content .content #contact-info .list-contact-info > ul > li:nth-of-type(odd) {
    padding-right: 7.5px;
  }

  .main-content#contact .inner-content .content #contact-info .list-contact-info > ul > li:nth-of-type(even) {
    padding-left: 7.5px;
  }
}

@media (min-width: 641px) and (max-width: 767px) and (max-height: 445px) {
  .main-content .inner-content .head-content {
    height: -webkit-calc((40px * 2) + 1.728em - 9px);
    height: -moz-calc((40px * 2) + 1.728em - 9px);
    height: calc((40px * 2) + 1.728em - 9px);
  }

  .main-content .inner-content .head-content h3 {
    top: 1px;
  }

  .main-content#home .inner-content .head-content {
    height: -webkit-calc((40px * 2) + 15px + (1.728em + 1.2em) - 3px);
    height: -moz-calc((40px * 2) + 15px + (1.728em + 1.2em) - 3px);
    height: calc((40px * 2) + 15px + (1.728em + 1.2em) - 3px);
  }

  .main-content#home .inner-content .head-content h3 {
    top: -2px;
  }

  .main-content#home .inner-content .content {
    height: -webkit-calc(100% - ((40px * 3) + 15px + (1.728em + 1.2em) - 3px));
    height: -moz-calc(100% - ((40px * 3) + 15px + (1.728em + 1.2em) - 3px));
    height: calc(100% - ((40px * 3) + 15px + (1.728em + 1.2em) - 3px));
  }

  .main-content#home .inner-content .content .box-wrapper:nth-of-type(1) .inner-box-wrapper .menu-link .valign-center h5,
  .main-content#home .inner-content .content .box-wrapper:nth-of-type(3) .inner-box-wrapper .menu-link .valign-center h5 {
    margin-top: 11px;
  }

  .main-content#home .inner-content .content .box-wrapper:nth-of-type(2) .inner-box-wrapper .menu-link .valign-center h5,
  .main-content#home .inner-content .content .box-wrapper:nth-of-type(4) .inner-box-wrapper .menu-link .valign-center h5 {
    margin-top: 8px;
  }

  .main-content#about .inner-content .content #personal-info .row {
    margin-bottom: 38px;
  }

  .main-content#about .inner-content .content #services .row {
    margin-bottom: 40px;
  }

  .main-content#resume .inner-content .content .skills .row,
  .main-content#resume .inner-content .content .education .row,
  .main-content#resume .inner-content .content .experience .row {
    margin-bottom: 38px;
  }

  .main-content#resume .inner-content .content .fun-facts .row {
    margin-bottom: 40px;
  }

  .main-content#resume .inner-content .content .button-wrapper {
    margin-bottom: 38px;
  }

  .main-content#portfolio .inner-content .content #projects > .row {
    margin-bottom: 40px;
  }

  .main-content#contact .inner-content .content #contact-info > .row {
    margin-bottom: 38px;
  }

  .main-content#contact .inner-content .content #contact-form > .row {
    margin-bottom: 40px;
  }
}

@media (max-width: 640px) {
  .project-popup {
    padding-bottom: 30px;
  }

  .project-popup .project-info {
    padding-right: 0;
  }

  .project-popup .project-source {
    display: block;
    width: 100%;
  }

  .main-content .inner-content .head-content {
    height: -webkit-calc((50px * 2) + 1.728em - 9px);
    height: -moz-calc((50px * 2) + 1.728em - 9px);
    height: calc((50px * 2) + 1.728em - 9px);
  }

  .main-content#home .inner-content .head-content {
    height: -webkit-calc((50px * 2) + 15px + (1.728em + 1.2em) - 1px);
    height: -moz-calc((50px * 2) + 15px + (1.728em + 1.2em) - 1px);
    height: calc((50px * 2) + 15px + (1.728em + 1.2em) - 1px);
  }

  .main-content#home .inner-content .head-content h3 {
    top: -3px;
  }

  .main-content#home .inner-content .content {
    height: -webkit-calc(100% - ((50px * 3) + 15px + (1.728em + 1.2em) - 1px));
    height: -moz-calc(100% - ((50px * 3) + 15px + (1.728em + 1.2em) - 1px));
    height: calc(100% - ((50px * 3) + 15px + (1.728em + 1.2em) - 1px));
  }

  .main-content#home .inner-content .content .box-wrapper {
    width: 100%;
    height: 25%;
  }

  .main-content#home .inner-content .content .box-wrapper:nth-of-type(1) {
    padding-right: 0;
  }

  .main-content#home .inner-content .content .box-wrapper:nth-of-type(2) {
    padding-left: 0;
    padding-top: 7.5px;
  }

  .main-content#home .inner-content .content .box-wrapper:nth-of-type(3) {
    padding-right: 0;
    padding-bottom: 7.5px;
  }

  .main-content#home .inner-content .content .box-wrapper:nth-of-type(4) {
    padding-left: 0;
  }

  .main-content#home .inner-content .content .box-wrapper .inner-box-wrapper .menu-link .valign-center {
    display: block;
    height: 100%;
    text-align: center;
  }

  .main-content#home .inner-content .content .box-wrapper .inner-box-wrapper .menu-link .valign-center i {
    display: none;
  }

  .main-content#home .inner-content .content .box-wrapper .inner-box-wrapper .menu-link .valign-center h5 {
    margin: 0 !important;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .main-content#about .inner-content .content #personal-info .profile-picture {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    height: 500px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 24px;
  }

  .main-content#about .inner-content .content #personal-info .summary {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .main-content#about .inner-content .content #personal-info .summary p {
    margin-left: 0;
  }

  .main-content#about .inner-content .content #personal-info .profile:nth-child(2n + 3),
  .main-content#about .inner-content .content #personal-info .profile:nth-child(2n + 4) {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .main-content#about .inner-content .content #personal-info .profile:nth-child(2n + 3) {
    padding-right: 0;
  }

  .main-content#about .inner-content .content #personal-info .profile:nth-child(2n + 4) {
    padding-left: 0;
  }

  .main-content#about .inner-content .content #personal-info .profile:nth-child(2n + 3) ul li:last-child {
    margin-bottom: 6px;
  } 

  .main-content#about .inner-content .content #personal-info .button-wrapper .single-button {
    display: block;
  }

  .main-content#about .inner-content .content #personal-info .button-wrapper .single-button a {
    width: 100%;
    margin-right: 0;
  }

  .main-content#about .inner-content .content #services .single-service {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .main-content#about .inner-content .content #services .single-service:nth-of-type(odd) {
    padding-right: 0;
  }

  .main-content#about .inner-content .content #services .single-service:nth-of-type(even) {
    padding-left: 0;
  }

  .main-content#resume .inner-content .content .skills .single-skills-wrapper,
  .main-content#resume .inner-content .content .education .single-education,
  .main-content#resume .inner-content .content .experience .single-experience,
  .main-content#resume .inner-content .content .fun-facts .single-fun-fact {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .main-content#resume .inner-content .content .skills .single-skills-wrapper:nth-of-type(odd),
  .main-content#resume .inner-content .content .education .single-education:nth-of-type(odd),
  .main-content#resume .inner-content .content .experience .single-experience:nth-of-type(odd),
  .main-content#resume .inner-content .content .fun-facts .single-fun-fact:nth-child(3n + 1),
  .main-content#resume .inner-content .content .fun-facts .single-fun-fact:nth-of-type(even) {
    padding-right: 0;
  }

  .main-content#resume .inner-content .content .skills .single-skills-wrapper:nth-of-type(even),
  .main-content#resume .inner-content .content .education .single-education:nth-of-type(even),
  .main-content#resume .inner-content .content .experience .single-experience:nth-of-type(even),
  .main-content#resume .inner-content .content .fun-facts .single-fun-fact:nth-of-type(even),
  .main-content#resume .inner-content .content .fun-facts .single-fun-fact:nth-child(3n + 3) {
    padding-left: 0;
  }

  .main-content#resume .inner-content .content .button-wrapper a {
    width: 100%;
  }

  .main-content#portfolio .inner-content .content #projects > .row {
    padding-bottom: 15px;
  }

  .main-content#portfolio .inner-content .content #projects .portfolio-item .item-wrapper .item {
    -webkit-flex: 0 0 -webkit-calc(100% - 15px);
    -webkit-flex: 0 0 calc(100% - 15px);
    -ms-flex: 0 0 calc(100% - 15px);
    flex: 0 0 -webkit-calc(100% - 15px);
    flex: 0 0 -moz-calc(100% - 15px);
    flex: 0 0 calc(100% - 15px);
    max-width: -webkit-calc(100% - 15px);
    max-width: -moz-calc(100% - 15px);
    max-width: calc(100% - 15px);
  }

  .main-content#contact .inner-content .content #contact-info .list-contact-info > ul > li {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .main-content#contact .inner-content .content #contact-info .list-contact-info > ul > li:nth-of-type(odd) {
    padding-right: 0;
  }
  
  .main-content#contact .inner-content .content #contact-info .list-contact-info > ul > li:nth-of-type(even) {
    padding-left: 0;
  }

  .main-content#contact .inner-content .content #contact-form .form-wrapper .form-group .inner-form-group {
    width: 100%;
    float: none;
  }

  .main-content#contact .inner-content .content #contact-form .form-wrapper .form-group .inner-form-group:first-child {
    padding-right: 0;
    margin-bottom: 10px;
  }

  .main-content#contact .inner-content .content #contact-form .form-wrapper .form-group .inner-form-group:last-child {
    padding-left: 0;
  }

  .main-content#contact .inner-content .content #contact-form .form-wrapper .form-group button[type="submit"] {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
}

@media (min-width: 576px) and (max-width: 640px) and (max-height: 480px) {
  .main-content .inner-content .head-content {
    height: -webkit-calc((40px * 2) + 1.728em - 9px);
    height: -moz-calc((40px * 2) + 1.728em - 9px);
    height: calc((40px * 2) + 1.728em - 9px);
  }

  .main-content .inner-content .head-content h3 {
    top: 1px;
  }

  .main-content#home .inner-content .head-content {
    height: -webkit-calc((30px * 2) + 15px + (1.728em + 1.2em) - 1px);
    height: -moz-calc((30px * 2) + 15px + (1.728em + 1.2em) - 1px);
    height: calc((30px * 2) + 15px + (1.728em + 1.2em) - 1px);
  }

  .main-content#home .inner-content .head-content h3 {
    top: -3px;
  }

  .main-content#home .inner-content .content {
    height: -webkit-calc(100% - ((30px * 3) + 15px + (1.728em + 1.2em) - 1px));
    height: -moz-calc(100% - ((30px * 3) + 15px + (1.728em + 1.2em) - 1px));
    height: calc(100% - ((30px * 3) + 15px + (1.728em + 1.2em) - 1px));
  }

  .main-content#about .inner-content .content #personal-info .row {
    margin-bottom: 38px;
  }

  .main-content#about .inner-content .content #services .row {
    margin-bottom: 40px;
  }

  .main-content#resume .inner-content .content .skills .row,
  .main-content#resume .inner-content .content .education .row,
  .main-content#resume .inner-content .content .experience .row {
    margin-bottom: 38px;
  }

  .main-content#resume .inner-content .content .fun-facts .row {
    margin-bottom: 40px;
  }

  .main-content#resume .inner-content .content .button-wrapper {
    margin-bottom: 38px;
  }

  .main-content#portfolio .inner-content .content #projects > .row {
    margin-bottom: 40px;
  }

  .main-content#contact .inner-content .content #contact-info > .row {
    margin-bottom: 38px;
  }

  .main-content#contact .inner-content .content #contact-form > .row {
    margin-bottom: 40px;
  }
}

@media (min-width: 576px) and (max-width: 640px) and (max-height: 375px) {
  .main-content#home .inner-content .head-content {
    height: -webkit-calc((20px * 2) + 15px + (1.728em + 1.2em) - 1px);
    height: -moz-calc((20px * 2) + 15px + (1.728em + 1.2em) - 1px);
    height: calc((20px * 2) + 15px + (1.728em + 1.2em) - 1px);
  }

  .main-content#home .inner-content .content {
    height: -webkit-calc(100% - ((20px * 3) + 15px + (1.728em + 1.2em) - 1px));
    height: -moz-calc(100% - ((20px * 3) + 15px + (1.728em + 1.2em) - 1px));
    height: calc(100% - ((20px * 3) + 15px + (1.728em + 1.2em) - 1px));
  }
}

@media (max-width: 575px) {
  h1 { font-size: 1.802em; }

  h2 { font-size: 1.602em; }

  h3 { font-size: 1.424em; }

  h4 { font-size: 1.266em; }

  h5 { font-size: 1.125em; }

  h6 { font-size: 1em; } 

  .main-content .inner-content .head-content {
    height: -webkit-calc((50px * 2) + 1.424em - 8px);
    height: -moz-calc((50px * 2) + 1.424em - 8px);
    height: calc((50px * 2) + 1.424em - 8px);
  }

  .main-content .inner-content .head-content h3 {
    top: 1px;
  }

  .main-content#home .inner-content .head-content {
    height: -webkit-calc((50px * 2) + 15px + (1.424em + 1.125em) - 4px);
    height: -moz-calc((50px * 2) + 15px + (1.424em + 1.125em) - 4px);
    height: calc((50px * 2) + 15px + (1.424em + 1.125em) - 4px);
  }

  .main-content#home .inner-content .head-content h3 {
    top: -1px;
  }

  .main-content#home .inner-content .content {
    height: -webkit-calc(100% - ((50px * 3) + 15px + (1.424em + 1.125em) - 4px));
    height: -moz-calc(100% - ((50px * 3) + 15px + (1.424em + 1.125em) - 4px));
    height: calc(100% - ((50px * 3) + 15px + (1.424em + 1.125em) - 4px));
  }

  .main-content#about .inner-content .content #personal-info h5:after,
  .main-content#about .inner-content .content #services h5:after {
    bottom: -9px;
  }

  .main-content#contact .inner-content .content #contact-info > .row,
  .main-content#contact .inner-content .content #contact-form > .row {
    padding-top: 24px;
  }

  .main-content#contact .inner-content .content #contact-info .list-contact-info > ul > li {
    margin-bottom: 18px;
  }
}

@media (max-width: 450px) {
  .main-content#about .inner-content .content #personal-info .profile-picture {
    height: 400px;
  }
}

@media (max-width: 575px) and (max-height: 450px) {
  .main-content .inner-content .head-content {
    height: -webkit-calc((40px * 2) + 1.424em - 8px);
    height: -moz-calc((40px * 2) + 1.424em - 8px);
    height: calc((40px * 2) + 1.424em - 8px);
  }

  .main-content#home .inner-content .head-content {
    height: -webkit-calc((30px * 2) + 15px + (1.424em + 1.125em) - 4px);
    height: -moz-calc((30px * 2) + 15px + (1.424em + 1.125em) - 4px);
    height: calc((30px * 2) + 15px + (1.424em + 1.125em) - 4px);
  }

  .main-content#home .inner-content .content {
    height: -webkit-calc(100% - ((30px * 3) + 15px + (1.424em + 1.125em) - 4px));
    height: -moz-calc(100% - ((30px * 3) + 15px + (1.424em + 1.125em) - 4px));
    height: calc(100% - ((30px * 3) + 15px + (1.424em + 1.125em) - 4px));
  }

  .main-content#about .inner-content .content #personal-info .row {
    margin-bottom: 38px;
  }

  .main-content#about .inner-content .content #services .row {
    margin-bottom: 40px;
  }

  .main-content#resume .inner-content .content .skills .row,
  .main-content#resume .inner-content .content .education .row,
  .main-content#resume .inner-content .content .experience .row {
    margin-bottom: 38px;
  }

  .main-content#resume .inner-content .content .fun-facts .row {
    margin-bottom: 40px;
  }

  .main-content#resume .inner-content .content .button-wrapper {
    margin-bottom: 38px;
  }

  .main-content#portfolio .inner-content .content #projects > .row {
    margin-bottom: 40px;
  }

  .main-content#contact .inner-content .content #contact-info > .row {
    margin-bottom: 38px;
  }

  .main-content#contact .inner-content .content #contact-form > .row {
    margin-bottom: 40px;
  }
}

@media (max-width: 575px) and (max-height: 370px) {
  .main-content .inner-content .head-content {
    height: -webkit-calc((40px * 2) + 1.424em - 8px);
    height: -moz-calc((40px * 2) + 1.424em - 8px);
    height: calc((40px * 2) + 1.424em - 8px);
  }

  .main-content#home .inner-content .head-content {
    height: -webkit-calc((20px * 2) + 15px + (1.424em + 1.125em) - 4px);
    height: -moz-calc((20px * 2) + 15px + (1.424em + 1.125em) - 4px);
    height: calc((20px * 2) + 15px + (1.424em + 1.125em) - 4px);
  }

  .main-content#home .inner-content .content {
    height: -webkit-calc(100% - ((20px * 3) + 15px + (1.424em + 1.125em) - 4px));
    height: -moz-calc(100% - ((20px * 3) + 15px + (1.424em + 1.125em) - 4px));
    height: calc(100% - ((20px * 3) + 15px + (1.424em + 1.125em) - 4px));
  }

  .main-content#about .inner-content .content #personal-info .row {
    margin-bottom: 38px;
  }

  .main-content#about .inner-content .content #services .row {
    margin-bottom: 40px;
  }

  .main-content#resume .inner-content .content .skills .row,
  .main-content#resume .inner-content .content .education .row,
  .main-content#resume .inner-content .content .experience .row {
    margin-bottom: 38px;
  }

  .main-content#resume .inner-content .content .fun-facts .row {
    margin-bottom: 40px;
  }

  .main-content#resume .inner-content .content .button-wrapper {
    margin-bottom: 38px;
  }

  .main-content#portfolio .inner-content .content #projects > .row {
    margin-bottom: 40px;
  }

  .main-content#contact .inner-content .content #contact-info > .row {
    margin-bottom: 38px;
  }

  .main-content#contact .inner-content .content #contact-form > .row {
    margin-bottom: 40px;
  }
}

@media (max-height: 380px) {
  .main-content .hanging .text-hanging h6 {
    letter-spacing: 0.5em;
    font-size: 0.9em;
  }
}
