/*-----------------------------------------------------------------
Template Name  : Nasim - Personal Portfolio HTML Template
Author         : HasnaaDesign
Version        : 1.0
Primary Use    : Personal, Porfolio
-----------------------------------------------------------------*/
/*-----------------------------------------------------------------
Table Of Contents
--------------------------------
 1. Global Styles
 2. Loading
 3. Color Switcher
 4. Navbar
 5. Home
 6. About Me
 7. Skills
 8. Services
 9. Resume
 10. Portfolio
 11. Fun Facts
 12. Testimonials
 13. Blog
 14. Contact
 15. Footer
 16. Scroll To Top
 17. Media Queries
-----------------------------------------------------------------*/

/* --------------------------------------
   1. Global Styles
-----------------------------------------*/

* {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

body {
  font-family: "Poppins", sans-serif;
  background-image: url(../images/bg-paterns.png) !important;
  background-color: #1b191b !important;
  color: #fff;
  padding-top: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  margin: 0;
  padding: 0;
}

a,
a:hover,
a:focus,
a:active {
  color: #fff;
  text-decoration: none;
  outline: none;
}

/*=========== Typography ============*/
h1 {
  font-size: 48px;
  font-weight: 800;
}

h2 {
  font-size: 38.5316px;
  font-weight: 600;
}

h3 {
  font-size: 30.9309px;
  font-weight: 600;
}

h4 {
  font-size: 24.8295px;
  font-weight: 400;
}

h5 {
  font-size: 19.9317px;
  font-weight: 400;
}

h6 {
  font-size: 17.145px;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #fff;
  margin: 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  line-height: 1.5;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

.ToBeLoved {
  color: #ff6913;
}
/*=========== My Classes ============*/
.main-title {
  margin-bottom: 60px;
}

.main-title h2 {
  position: relative;
  display: inline-block;
  color: #ff6913;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 27px;
  line-height: 1;
  margin: 0;
  letter-spacing: 0.5px;
}

.main-title h2:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 11px;
  right: -84px;
  width: 65px;
  border-top: 4px solid #383738;
}

.main-title h2:after {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  right: -19px;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  border: 3px solid #383738;
  background: #ff6913;
  box-shadow: 0 0 10px rgb(0 0 0 / 20%);
  box-sizing: content-box;
}

.main-title .holder {
  display: none;
}

.main-title span {
  position: absolute;
  bottom: 5px;
  right: -116px;
  color: #424142;
  font-size: 17px;
  font-weight: 800;
  font-family: "Poppins", sans-serif;
}

.display-table {
  display: table;
  width: 100%;
}

.display-table-cell {
  display: table-cell;
  vertical-align: middle;
  height: 100vh;
  min-height: 100%;
}

.main-btn {
  background: #ff6913;
  color: #fff;
  min-width: 142px;
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  padding: 13px 30px;
  border: 2px solid #ff6913;
  outline: none;
  cursor: pointer;
  z-index: 2;
  border-radius: 25px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.main-btn:hover {
  background: #252425;
  border: 2px solid #ff6913;
  color: #ff6913;
}

.my-wave {
  fill: #ff6913;
}

/* --------------------------------------
   2. Loading
-----------------------------------------*/

.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1b191b;
  z-index: 99999;
  display: flex;
  justify-content: center;
  justify-items: center;
  align-content: center;
  align-items: center;
}

.loading .sk-folding-cube {
  width: 60px;
  height: 60px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.loading .sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.loading .sk-folding-cube .sk-cube:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ff6913;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
  animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.loading .sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
  transform: scale(1.1) rotateZ(90deg);
}

.loading .sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
  transform: scale(1.1) rotateZ(180deg);
}

.loading .sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
  transform: scale(1.1) rotateZ(270deg);
}

.loading .sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.loading .sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.loading .sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

@-webkit-keyframes sk-foldCubeAngle {
  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%,
  100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

@keyframes sk-foldCubeAngle {
  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%,
  100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

/* --------------------------------------
   3. Color Switcher
-----------------------------------------*/

.switch-button {
  position: fixed;
  top: 30%;
  right: 0;
  width: 50px;
  height: 50px;
  line-height: 58px;
  text-align: center;
  z-index: 9999;
  background: #2c2a2f;
  color: #fff;
  cursor: pointer;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.switch-button.hide {
  right: -100%;
}

.switch-button i {
  font-size: 23px;
}

.switched-styles {
  position: fixed;
  top: 30%;
  right: -100%;
  width: 240px;
  z-index: 9999;
  background: #2c2a2f;
  color: #fff;
  padding: 16px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.switched-styles.show {
  right: 0;
}

.switched-styles h4 {
  display: inline-block;
  color: #ccc;
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 1;
  font-weight: 600;
  padding: 6px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 20px;
}

.switched-styles ul {
  margin-bottom: 0;
}

.switched-styles ul li {
  display: inline-block;
  cursor: pointer;
  height: 28px;
  width: 39px;
  border-radius: 14px 0;
  margin: 4px 5px;
}

.switched-styles ul li[data-color="orange"] {
  background-color: #ff6913;
}

.switched-styles ul li[data-color="gold"] {
  background-color: #c79864;
}

.switched-styles ul li[data-color="green"] {
  background-color: #85ad59;
}

.switched-styles ul li[data-color="red"] {
  background-color: #f7645e;
}

.switched-styles ul li[data-color="blue"] {
  background-color: #279af5;
}

.switched-styles ul li[data-color="purble"] {
  background-color: #7b6cd5;
}

.switched-styles ul li[data-color="yellow"] {
  background-color: #f1df44;
}

.switched-styles ul li[data-color="rose"] {
  background-color: #f75fca;
}

.switched-styles .hide-button {
  position: absolute;
  top: 2px;
  right: 10px;
  font-size: 34px;
  cursor: pointer;
  color: #ccc;
}

/* --------------------------------------
   4. Navbar
-----------------------------------------*/

.navbar {
  position: fixed;
  right: 0;
  left: 0;
  border-radius: 0;
  background-color: transparent;
  border: 1px solid transparent;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  z-index: 999;
}

.navbar.active-nav {
  background-color: #1b191b;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #252425;
}

.navbar .menu-toggle {
  position: relative;
  outline: none;
  cursor: pointer;
  padding: 8px;
  margin: 7px 0;
  display: none;
  float: right;
  z-index: 2;
  background: linear-gradient(120deg, #ff6913 20%, #666 100%);
  border: 1px solid #ff6913;
}

.navbar .menu-toggle .bar {
  display: block;
  width: 30px;
  height: 2px;
  background-color: #fff;
}

.navbar .menu-toggle .bar:nth-child(2) {
  margin: 6px 0;
}

.navbar.menu-active .menu-toggle .bar:nth-child(2) {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.navbar.menu-active .menu-toggle .bar:first-child {
  -webkit-transform: translateY(8px) rotate(45deg);
  -moz-transform: translateY(8px) rotate(45deg);
  -ms-transform: translateY(8px) rotate(45deg);
  -o-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg);
}

.navbar.menu-active .menu-toggle .bar:last-child {
  -webkit-transform: translateY(-8px) rotate(-45deg);
  -moz-transform: translateY(-8px) rotate(-45deg);
  -ms-transform: translateY(-8px) rotate(-45deg);
  -o-transform: translateY(-8px) rotate(-45deg);
  transform: translateY(-8px) rotate(-45deg);
}

.navbar .navbar-brand {
  position: relative;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #fff !important;
  padding: 12px 0;
  font-family: "Poppins", sans-serif;
}

.navbar .navbar-brand .brand-after {
  width: 5px;
  height: 6px;
  position: absolute;
  bottom: 20px;
  right: -8px;
  float: left;
  background: #ff6913;
}

.navbar .navbar-nav > li > a,
.navbar .navbar-nav > li > a:hover,
.navbar .navbar-nav > li > a:focus {
  background-color: transparent;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  padding: 13px 0;
  margin: 0 25px 0 5px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.navbar .navbar-nav > li > a:before {
  position: absolute;
  bottom: 7px;
  content: "";
  width: 100%;
  height: 2px;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  background: #ff6913 !important;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.navbar .navbar-nav > li > a:hover {
  color: #ff6913;
}

.navbar .navbar-nav > li > a:hover:before {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.navbar .navbar-nav > li.menu-item-has-children,
.navbar .navbar-nav > li.menu-item-has-children > a {
  position: relative;
}

.navbar .navbar-nav > li.menu-item-has-children > a:after {
  content: "\f107";
  font-family: "FontAwesome";
  position: absolute;
  top: 15px;
  right: -14px;
  color: #fff;
  font-size: 14px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.navbar .navbar-nav > li.menu-item-has-children > a:hover:after {
  color: #ff6913;
}

.navbar .navbar-nav > li.menu-item-has-children > .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 200px;
  background: #252425;
  padding: 0;
  margin: 0;
  display: none;
  transition: none;
}

.navbar .navbar-nav > li.menu-item-has-children > .sub-menu li {
  list-style: none;
  display: block;
}

.navbar .navbar-nav > li.menu-item-has-children > .sub-menu > li > a {
  display: block;
  padding: 12px 20px;
  display: block;
  padding: 12px 20px;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
}

.navbar .navbar-nav > li.menu-item-has-children > .sub-menu > li > a:hover {
  padding-left: 25px;
  color: #ff6913;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

/* --------------------------------------
   5. Home
-----------------------------------------*/

.home {
  background: url("../images/portfolio/Image6.jpg") center center
    no-repeat fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  height: 100vh;
}
/* .home {
  background: url("../images/portfolio/Image6.jpg") center center no-repeat fixed;
  background-size: 100vw; 
  height: 100vh;
  position: relative;
}  */
 

.home .overlay {
  background-color: rgba(27, 25, 27, 0.54);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.home .intro h1 {
  color: #fff;
  font-size: 50px;
  margin: 0 0 30px 0;
  text-transform: capitalize;
  font-weight: 800;
  line-height: 70px;
  position: relative;
}

.home .intro h3 {
  display: inline-block;
  color: #fff;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 1.95;
  margin: 0;
  margin-bottom: 50px;
}

.home .intro h3 span:first-of-type:before {
  content: none;
}

.home .intro h3 span:before {
  content: "/";
  position: relative;
  top: -1px;
  color: #ff6913;
  padding: 0 16px;
  font-size: 11px;
}

.home .divider {
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
}

.home .divider .wave {
  width: 100%;
  height: auto;
}

.home #particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* --------------------------------------
   6. About Me
-----------------------------------------*/

.about-me {
  padding-top: 120px;
  color: #fff;
}
.passionate{
  font: bold;
}
.about-me .about-image {
  padding: 7px;
  background: linear-gradient(
    -50deg,
    rgba(170, 170, 170, 0.1) 45%,
    transparent 25%
  );
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -mz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.about-me .about-image img {
  opacity: 0.55;
}

.about-me .about-image img:hover {
  opacity: 0.65;
}

.about-me .about-info .main-title {
  margin-bottom: 25px;
}

.about-me .about-info h3 {
  position: relative;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.62;
  margin-bottom: 30px;
  padding-bottom: 15px;
}

.about-me .about-info h3:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  height: 3px;
  width: 82px;
  background: #ff6913;
}

.about-me .about-info p {
  color: #c9c5c5;
  line-height: 1.8;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 30px;
}

.about-me .about-info p:first-of-type {
  margin-bottom: 10px;
}

.about-me .about-info .personal-info {
  position: relative;
  background-color: #252425;
  padding: 30px 20px 18px;
  border-radius: 5px;
}
.about-me .about-info .personal-info .info-bg {
  position: absolute;
  top: 0;
  right: 23px;
  font-size: 45px;
  color: #f9f2f2;
  opacity: 0.1;
}

.about-me .about-info .personal-info p {
  position: relative;
  color: #ff6913;
  margin-bottom: 12px;
  padding-left: 12px;
  text-transform: capitalize;
  font-weight: 600;
}

.about-me .about-info .personal-info p:before {
  content: "*";
  display: block;
  position: absolute;
  top: 4px;
  left: -3px;
  box-sizing: content-box;
}

.about-me .about-info .personal-info p span {
  color: #dfdfdf;
  font-size: 15px;
  font-weight: 400;
  margin-left: 5px;
}

/* --------------------------------------
   7. Skills
-----------------------------------------*/

.skills {
  padding-top: 120px;
}

.skills .skills-content {
  background: #252425;
  padding: 20px 25px;
  border-radius: 5px;
}

.skills .skills-content h3 {
  color: #fff;
  text-transform: capitalize;
  margin-top: 10px;
  margin-bottom: 30px;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
}

.skills .skills-content h3 i {
  display: block;
  color: #ff6913;
  font-size: 22px;
  margin-bottom: 8px;
}

.skills .progress-container {
  position: relative;
  margin-bottom: 30px;
}

.skills .progress-container .percent {
  position: absolute;
  top: -14px;
  display: inline-block;
  width: 35px;
  height: 35px;
  color: #ff6913;
  background: #2f2e2f;
  text-align: center;
  line-height: 36px;
  border-radius: 50%;
  font-size: 15px;
  -webkit-transition: all 1.1s ease-in-out;
  -moz-transition: all 1.1s ease-in-out;
  -o-transition: all 1.1s ease-in-out;
  -ms-transition: all 1.1s ease-in-out;
  transition: all 1.1s ease-in-out;
}

.skills .progress-container .percent:before {
  content: "";
  position: absolute;
  bottom: -11px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: #2f2e2f transparent transparent;
  display: block;
}

.skills .progress-container .progress {
  height: 10px;
  background-color: #2f2e2f;
  border-radius: 0;
  margin-bottom: 0;
} 
.professional-Skills{
  color: #fff;
  font-size: 26px;
  font-weight: bold;
}
.professional-Skills-fa{
  color: #ff6913;
  font-size: 23px;
}


.skills .progress-container .progress .progress-bar {
  background-color: red;
  width: 0;
  -webkit-transition: all 1.1s ease-in-out;
  -moz-transition: all 1.1s ease-in-out;
  -o-transition: all 1.1s ease-in-out;
  -ms-transition: all 1.1s ease-in-out;
  transition: all 1.1s ease-in-out;
}

.skills .progress-container h4 {
  margin: 0 0 15px 0;
  font-size: 17px;
  color: #dfdfdf;
  font-family: "Poppins", sans-serif;
}

/* --------------------------------------
   8. Services
-----------------------------------------*/

.services {
  padding-top: 120px;
}

.services .service {
  margin-bottom: 30px;
  padding: 40px 30px;
  background: #252425;
  overflow: hidden;
  border-radius: 5px;
  text-align: center;
}

.services .service:hover {
  -webkit-box-shadow: 0px 8px 14px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 8px 14px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 8px 14px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 8px 14px rgba(0, 0, 0, 0.1);
  position: relative;
  transform: translateY(-6px);
}

.services .service .service-icon {
  color: #ff6913;
  font-size: 35px;
}

.services .service h4 {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
  margin-top: 15px;
  font-weight: 600;
  text-transform: uppercase;
}

.services .service p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 0;
  font-weight: 400;
  color: #dfdfdf;
}

/* --------------------------------------
   9. Resume
-----------------------------------------*/

.resume {
  padding-top: 90px;
}

.resume .timeline {
  position: relative;
  width: 100%;
  z-index: 1;
}

.resume .timeline:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 5px;
  height: 88%;
  background: #252425;
  display: block;
}

.resume .timeline ul {
  padding: 0;
  margin-bottom: 0;
  list-style: none;
}

.resume .timeline ul li {
  position: relative;
}

.resume .timeline ul li:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 9999;
  top: 9px;
  left: 50%;
  margin-left: -9px;
  height: 9px;
  width: 9px;
  border-radius: 50%;
  border: 5px solid #252425;
  background: #ff6913;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-sizing: content-box;
}

.resume .timeline ul li:after {
  content: "";
  display: table;
  clear: both;
}

.resume .timeline ul li .timeline-content {
  position: relative;
  background: #252425;
  width: 45%;
  text-align: center;
  border-radius: 5px;
}

.resume .timeline ul li:nth-child(odd) .timeline-content {
  float: left;
  clear: both;
}

.resume .timeline ul li:nth-child(even) .timeline-content {
  float: right;
  clear: both;
}

.resume .timeline ul li:nth-child(odd) .timeline-content:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 999;
  top: 9px;
  right: -22px;
  border-width: 10px 12px;
  border-style: solid;
  border-color: transparent transparent transparent #252425;
}

.resume .timeline ul li:nth-child(even) .timeline-content:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 999;
  top: 9px;
  left: -22px;
  border-width: 10px 12px;
  border-style: solid;
  border-color: transparent #252425 transparent transparent;
}

.resume .timeline ul li .timeline-content span {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.5px;
  padding: 10px 20px;
  border-bottom: 1px solid #2d2c2d;
}

.resume .timeline ul li .timeline-content h4 {
  font-size: 20px;
  margin: 0 15px 15px;
  padding: 15px 0;
  text-transform: capitalize;
  color: #ff6913;
  opacity: 0.8;
  border-bottom: 1px solid #2f2f2f;
}

.resume .timeline ul li .timeline-content p {
  color: #dfdfdf;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
  text-align: left;
  padding: 0 20px 15px;
  margin: 0;
}

/* --------------------------------------
   10. Portfolio
-----------------------------------------*/

.portfolio {
  padding-top: 120px;
}

.portfolio .filter-menu {
  margin-bottom: 40px;
  text-align: center;
}

.portfolio .filter-menu .list-filter {
  display: inline-block;
  margin-bottom: 0;
}

.portfolio .list-filter li {
  position: relative;
  display: inline-block;
  margin: 0 14px 10px;
  padding-bottom: 2px;
  font-weight: 600;
  letter-spacing: 1.5px;
  cursor: pointer;
  color: #fff;
  font-size: 14px;
}

.portfolio .list-filter li:before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #ff6913;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.portfolio .list-filter .active:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.portfolio .list-filter .active {
  color: #ff6913;
}

.portfolio .portfolio-content .item {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.portfolio .portfolio-content .item:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.portfolio .portfolio-content .item .overlay {
  position: absolute;
  top: 8px;
  left: 8px;
  right: 8px;
  
  bottom: 8px;
  /* background: rgba(27, 25, 27, 0.95);
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0); */
}

.portfolio .portfolio-content .item:hover .overlay {
  /* -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1); */
}

.portfolio .portfolio-content .item .overlay .icon-img {
  position: absolute;
  left: 135px;
  top: 150px;
  width: 42px;
  height: 42px;
  line-height: 42px;
  background-color: #2f2e2f;
  border: 1px solid #333032;
  color: #ff6913;
  font-size: 20px;
  text-align: center;
  border-radius: 4px;
}
  .icon-img2 {
  position: absolute;
  left: 195px;
  top: 158px;
  width: 42px;
  height: 42px;
  line-height: 42px;
  background-color: #2f2e2f;
  border: 1px solid #333032;
  color: #ff6913;
  font-size: 20px;
  text-align: center;
  border-radius: 4px;
}

.portfolio .portfolio-content .item .overlay .item-title h4 {
  position: absolute;
  bottom: 35px;
  right: 25px;
  color: #ff6913;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
}

/* --------------------------------------
   11. Fun Facts
-----------------------------------------*/

.facts {
  padding-top: 90px;
  color: #fff;
}

.facts .fact-item {
  padding: 10px;
  margin-bottom: 30px;
  background: #252425;
  border-radius: 5px;
  text-align: center;
}

.facts .fact-item span {
  display: block;
  font-size: 30px;
  letter-spacing: 0.5px;
  font-weight: 700;
}

.facts .fact-item h4 {
  margin: 0;
  padding: 12px 14px;
  letter-spacing: 0.5px;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  color: #ff6913;
}

/* --------------------------------------
   12. Testimonials
-----------------------------------------*/

.testimonials {
  padding-top: 90px;
}

.testimonials .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 20px;
  line-height: 0.7;
}

.testimonials .owl-theme .owl-dots .owl-dot {
  outline: none;
}

.testimonials .owl-theme .owl-dots .owl-dot span {
  background: #252425;
  width: 8px;
  height: 8px;
  margin: 0 7px;
}

.testimonials .owl-theme .owl-dots .owl-dot.active span,
.testimonials .owl-theme .owl-dots .owl-dot:hover span {
  background: #ff6913;
}

.testimonials .owl-theme .owl-dots .owl-dot.active span {
  display: inline-block;
  width: 20px;
  height: 8px;
  -webkit-transition: all 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
  transition: all 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
  -webkit-animation: pulse 0.75s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulse 0.75s infinite cubic-bezier(0.66, 0, 0, 1);
  -webkit-box-shadow: 0 0 0 0 rgba(245, 134, 93, 0.6);
  box-shadow: 0 0 0 0 rgba(245, 134, 93, 0.6);
}

@-webkit-keyframes pulse {
  to {
    -webkit-box-shadow: 0 0 0 7px rgba(245, 134, 93, 0);
    box-shadow: 0 0 0 7px rgba(245, 134, 93, 0);
  }
}

@keyframes pulse {
  to {
    -webkit-box-shadow: 0 0 0 7px rgba(245, 134, 93, 0);
    box-shadow: 0 0 0 7px rgba(245, 134, 93, 0);
  }
}

.testimonials .testimonial-box {
  position: relative;
  padding: 50px 40px;
  background: #252425;
  overflow: hidden;
  border-radius: 5px;
}

.testimonials .testimonial-box .client-pic {
  float: left;
  margin-bottom: 15px;
  margin-right: 20px;
}

.testimonials .testimonial-box .client-pic img {
  width: 85px;
  height: 85px;
  border-radius: 50%;
  display: inline-block;
  border: 2px solid #2b2b2b;
  padding: 3px;
  background: #252425;
}

.testimonials .client-details {
  margin-top: 10px;
  float: left;
}

.testimonials .client-details h6 {
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.8;
}

.testimonials .client-details span {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  color: #ff6913;
}

.testimonials .testimonial-box .description {
  position: relative;
  text-align: left;
}

.testimonials .testimonial-box .description:after {
  content: "\f10e";
  font-family: "FontAwesome";
  position: absolute;
  color: #9a989a;
  top: -149px;
  right: -14px;
  font-size: 35px;
  opacity: 0.1;
}

.testimonials .testimonial-box .description p {
  color: #dfdfdf;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 0;
}

/* --------------------------------------
   13. Blog
-----------------------------------------*/

.blog {
  padding-top: 120px;
}

.blog .post {
  margin-bottom: 30px;
  background: #252425;
  position: relative;
  border-bottom: 2px solid #ff6913;
  border-radius: 5px;
  overflow: hidden;
}

.blog .sticky .post {
  border: 2px solid #ff6913;
}

.blog .post .post {
  border-bottom: none;
  margin-bottom: 0;
}

.blog .post:hover .post-img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.blog .post-img {
  overflow: hidden;
  position: relative;
}

.blog .post-img .post-category {
  position: absolute;
  top: 10px;
  left: 10px;
}

.blog .post-img .post-category ul {
  margin: 0;
  padding: 0;
}

.blog .post-img .post-category ul li {
  list-style: none;
}

.blog .post-img .post-category a {
  display: inline-block;
  padding: 10px 20px;
  background-color: #ff6913;
  text-align: center;
  color: #fff;
  font-size: 14px;
  border-radius: 5px;
  text-transform: uppercase;
}

.blog .post .post-content {
  padding: 30px;
}

.blog .post .post-content .post-title h4 {
  display: block;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 600;
  line-height: 1.4;
  margin: 0 0 5px;
}

.blog .sticky .post .post-content .post-title h4 {
  color: #ff6913;
}

.blog .post .post-content .post-title h4:hover {
  color: #ff6913;
}

.blog .post .post-content .post-info {
  margin-bottom: 0;
}

.blog .post .post-content .post-info li {
  display: inline-block;
  font-size: 13px;
  margin-right: 10px;
  color: #b3b1b1;
}

.blog .post .post-content .post-info li span {
  color: #b3b1b1;
  margin-left: 2px;
}

.blog .post .post-content .post-info li a:hover span {
  color: #ff6913;
}

.blog .post .post-content .post-text > p {
  line-height: 1.8;
  font-weight: 400;
  color: #c9c5c5;
  font-size: 16px;
  margin: 15px 0 0;
}

.blog .post .post-content .post-text > p:first-of-type {
  padding-top: 15px;
  border-top: 1px solid #2f2f2f;
}

.blog .post .post-content .post-more {
  position: relative;
  display: inline-block;
  margin: 15px 0 0;
  color: #ff6913;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}

.blog .post .post-content .post-more:hover {
  color: #fff;
}

.blog .post .post-content .post-more:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 20px;
  height: 2px;
  background: #ff6913;
  -webkit-transform: scaleX(0);
  -o-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  transform-origin: right;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.blog .post:hover .post-content .post-more {
  padding-left: 25px;
}

.blog .post:hover .post-content .post-more:before {
  -webkit-transform: scaleX(1);
  -o-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.blog .post .post-content .post-more i {
  margin-left: 4px;
}

.page-title {
  position: relative;
  background: #252425;
  text-align: center;
  overflow: hidden;
  padding-top: 150px;
  padding-bottom: 150px;
}

.page-title .content h2 {
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.7px;
  font-size: 52px;
  text-transform: uppercase;
  margin-bottom: 35px;
}

.page-title .content ul li {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  padding-right: 15px;
  font-size: 17px;
  text-transform: capitalize;
  letter-spacing: 0.5px;
}

.page-title .content ul li:last-child {
  color: #fff;
  padding-right: 0;
  margin-right: 0;
}

.page-title .content ul li:first-child:after,
.page-title .overlay .content ul li.two:after {
  content: "\f101";
  font-family: "FontAwesome";
  position: absolute;
  right: -5px;
  top: 3px;
  font-size: 14px;
  font-weight: 800;
  color: #fff;
}

.page-title .content ul li a {
  color: #ff6913;
}

.blog .post .post-content .post-text p:last-of-type {
  border-top: none;
  padding-top: 0;
  margin-bottom: 15px;
}
@media (max-width: 767.98px) {
  .blog .post .post-content .more-details .image {
    margin-bottom: 15px;
  }
}
@media (max-width: 767.98px) {
  .blog .post .post-content .more-details .image img {
    width: 100%;
  }
}
.blog .post .post-content .more-details .image {
  margin-bottom: 15px;
}

.blog .post .post-content .more-details p {
  line-height: 1.8;
  font-weight: 400;
  margin-bottom: 15px;
  color: #dedddc;
  font-size: 15px;
}

.blog .post .post-content .more-details blockquote {
  margin: 20px 0;
  padding: 20px;
  background-color: #2d2d2d;
  border: none;
}

.blog .post .post-content .more-details blockquote p {
  margin-bottom: 0;
  line-height: 1.8;
  font-weight: 400;
  color: #dfdfdf;
  font-size: 16px;
}

.blog .post .post-content .post-footer {
  padding: 35px 20px;
  border-top: 1px solid #333335;
}

.blog .post .post-content .post-footer h5 {
  font-size: 17px;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  color: #fff;
  font-weight: 600;
  margin-bottom: 25px;
}

.blog .post .post-content .post-footer .post-share {
  margin-bottom: 35px;
}

.blog .post .post-content .post-footer .post-share ul li {
  display: inline-block;
  margin-right: 14px;
}

.blog .post .post-content .post-footer .post-share ul li a i {
  display: inline-block;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  font-size: 16px;
  border-radius: 50%;
  border: 1px solid #ff6913;
  background: transparent;
}

.blog .post .post-content .post-footer .post-share ul li a i:hover {
  background-color: #ff6913;
}

.blog .post .post-content .post-footer .post-tags ul li {
  display: inline-block;
}

.blog .post .post-content .post-footer .post-tags ul li a {
  display: inline-block;
  color: #dedddc;
  font-size: 15px;
  letter-spacing: 0.3px;
  margin-bottom: 5px;
  margin-right: 12px;
}

.blog .post .post-content .post-footer .post-tags ul li a:hover {
  color: #ff6913;
}
.blog .post .post-content .post-comments {
  padding: 0 20px 25px;
}
.blog .post .post-content .post-comments h3 {
  font-size: 21px;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  color: #fff;
  font-weight: 600;
  margin-bottom: 35px;
}
.blog .post .post-content .post-comments .post-comment {
  position: relative;
  margin-bottom: 35px;
}
.blog .post .post-content .post-comments .post-comment.reply {
  margin-left: 90px;
}
@media (max-width: 767.98px) {
  .blog .post .post-content .post-comments .post-comment.reply {
    margin-left: 65px;
  }
}
@media (max-width: 767.98px) {
  .blog .post .post-content .post-comments .post-comment .comment-image {
    margin-bottom: 15px;
  }
}
.blog .post .post-content .post-comments .post-comment .comment-image img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.blog .post .post-content .post-comments .post-comment h4 {
  font-size: 16px;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  color: #fff;
  font-weight: 600;
  margin-bottom: 7px;
}
.blog .post .post-content .post-comments .post-comment span {
  display: inline-block;
  color: #dedddc;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}
.blog .post .post-content .post-comments .post-comment .reply-btn {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 16px;
  color: #ff6913;
  letter-spacing: 0.4px;
}
.blog .post .post-content .post-comments .post-comment .reply-btn i {
  font-weight: 500;
  margin-right: 7px;
}
.blog .post .post-content .post-comments .post-comment p {
  font-size: 14px;
  line-height: 1.8;
  color: #dedddc;
  margin-bottom: 0;
}

.blog .post .post-content .post-form {
  padding: 0 20px 35px;
}

.blog .post .post-content .post-form h3 {
  font-size: 21px;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  color: #fff;
  font-weight: 600;
  margin-bottom: 35px;
}

.blog .post .post-content .post-form .form-group {
  margin-bottom: 25px;
}

.blog .post .post-content .post-form .form-control {
  color: #fff;
  background-color: #2d2d2d;
  border: 1px solid #3b3b3c;
  border-radius: 4px;
  outline: none;
  box-shadow: none;
  height: 45px;
  padding: 12px;
}

.blog .post .post-content .post-form .form-control:focus {
  border: 1px solid #ff6913;
}

.blog .post .post-content .post-form textarea.form-control {
  height: 155px;
  resize: none;
  padding-top: 18px;
}

.blog .post .post-content .post-form .main-btn {
  min-width: 185px;
  cursor: pointer;
}

.blog .blog-sidebar .sidebar-search {
  position: relative;
}

.blog .blog-sidebar .sidebar-search .form-group {
  margin-bottom: 30px;
}

.blog .blog-sidebar .sidebar-search .form-control {
  color: #fff;
  background-color: #252425;
  border: 1px solid #2f2c2f;
  height: 50px;
  border-radius: 4px;
  outline: none;
  box-shadow: none;
  padding: 12px;
}

.blog .blog-sidebar .sidebar-search .form-control:focus {
  color: #fff;
  background-color: #2d2d2f;
  height: 50px;
  border-radius: 4px;
  outline: none;
  box-shadow: none;
  padding: 12px;
  border: 1px solid #ff6913;
}
.blog .blog-sidebar .sidebar-search .search-btn {
  position: absolute;
  top: 50%;
  right: 2%;
  -webkit-transform: translateY(-50%);
  -mz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  line-height: 33px;
  text-align: center;
  border-radius: 50%;
  font-size: 19px;
  background: transparent;
  border: none;
  color: #ff6913;
  cursor: pointer;
}

.blog .blog-sidebar .sidebar-categories {
  padding: 35px 20px;
  margin-bottom: 30px;
  background: #252425;
  border: 1px solid #2f2c2f;
}

.blog .blog-sidebar .sidebar-categories h4 {
  font-size: 20px;
  letter-spacing: 0.3px;
  text-transform: capitalize;
  color: #fff;
  font-weight: 600;
  margin-bottom: 25px;
}

.blog .blog-sidebar .categories-list {
  margin-bottom: 0;
}

.blog .blog-sidebar .categories-list li a {
  display: block;
  color: #dedddc;
  font-size: 15px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #2f2c2f;
}

.blog .blog-sidebar .categories-list li a:hover {
  color: #ff6913;
}

.blog .blog-sidebar .categories-list li a span {
  float: right;
  color: #ff6913;
}

.blog .blog-sidebar .categories-list li:last-of-type a {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.blog .blog-sidebar .sidebar-posts {
  padding: 35px 20px;
  margin-bottom: 30px;
  background: #252425;
  border: 1px solid #2f2c2f;
}

.blog .blog-sidebar .sidebar-posts h4 {
  font-size: 20px;
  letter-spacing: 0.3px;
  text-transform: capitalize;
  color: #fff;
  font-weight: 600;
  margin-bottom: 25px;
}
.blog .blog-sidebar .sidebar-posts .post-inner {
  position: relative;
  padding-left: 110px;
  margin-bottom: 25px;
}
.blog .blog-sidebar .sidebar-posts .post-inner:last-of-type {
  margin-bottom: 12px;
}
.blog .blog-sidebar .sidebar-posts .post-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 90px;
}

.blog .blog-sidebar .sidebar-posts .post-info h5 a {
  display: inline-block;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  color: #fbf4e0;
  font-weight: 600;
  margin: 0 0 4px;
}

.blog .blog-sidebar .sidebar-posts .post-info h5 a:hover {
  color: #ff6913;
}

.blog .blog-sidebar .sidebar-posts .post-info p {
  font-size: 13px;
  letter-spacing: 0.3px;
  color: #dedddc;
  font-weight: 500;
  margin: 0;
}

.blog .blog-sidebar .sidebar-archives {
  background: #252425;
  border: 1px solid #2f2c2f;
  padding: 35px 20px;
  margin-bottom: 30px;
}

.blog .blog-sidebar .sidebar-archives h4 {
  font-size: 20px;
  letter-spacing: 0.3px;
  text-transform: capitalize;
  color: #fff;
  font-weight: 600;
  margin-bottom: 25px;
}
.blog .blog-sidebar .archives-list {
  margin-bottom: 0;
}

.blog .blog-sidebar .archives-list li a {
  display: block;
  color: #dedddc;
  font-size: 15px;
  letter-spacing: 0.3px;
  margin-bottom: 15px;
}

.blog .blog-sidebar .archives-list li a:hover {
  color: #ff6913;
}

.blog .blog-sidebar .archives-list li:last-of-type a {
  margin-bottom: 0;
}

.blog .blog-sidebar .sidebar-tags {
  background: #252425;
  border: 1px solid #2f2c2f;
  padding: 35px 20px;
  margin-bottom: 30px;
}

.blog .blog-sidebar .sidebar-tags h4 {
  font-size: 20px;
  letter-spacing: 0.3px;
  text-transform: capitalize;
  color: #fff;
  font-weight: 600;
  margin-bottom: 25px;
}

.blog .blog-sidebar .tags-list {
  margin-bottom: 0;
}

.blog .blog-sidebar .tags-list li {
  display: inline-block;
}

.blog .blog-sidebar .tags-list li a {
  display: inline-block;
  background-color: transparent;
  color: #dedddc;
  font-size: 15px !important;
  padding: 7px 13px;
  border: 1px solid #2f2c2f;
  margin: 5px;
}

.blog .blog-sidebar .tags-list li a:hover {
  background-color: #ff6913;
}

/* --------------------------------------
   14. Contact
-----------------------------------------*/

.contact {
  padding-top: 90px;
}

.contact .contact-box {
  position: relative;
  padding: 40px 30px;
  margin-bottom: 30px;
  background: #252425;
  overflow: hidden;
  text-align: center;
  border-radius: 5px;
}

.contact .contact-box .title-box {
  overflow: hidden;
  margin-bottom: 10px;
}

.contact .contact-box .title-box .icon-box {
  border: 1px solid #2b2a2b;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: #1b191b;
  color: #ff6913;
  font-size: 22px;
  text-align: center;
  border-radius: 50%;
  margin: auto;
  margin-bottom: 6px;
}

.contact .contact-box .title-box .name-box h4 {
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.5px;
  line-height: 45px;
  text-transform: uppercase;
}

.contact .contact-box .content-box {
  font-size: 13px;
}

.contact .contact-box .content-box p {
  font-size: 16px;
  margin-bottom: 0;
  line-height: 20px;
  font-weight: 600;
  color: #dfdfdf;
}

.contact .contact-box .number-box {
  display: none;
}

.contact .contact-form {
  margin-top: 20px;
  background: url("../images/map-img.png") center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.contact .contact-form .form-group {
  position: relative;
  margin-bottom: 40px;
}

.contact .contact-form .form-group .form-control {
  background-color: transparent;
  color: #fff;
  border: 0;
  border: 1px solid #403f40;
  outline: none;
  box-shadow: none;
  border-radius: 0;
  height: 46px;
  padding: 12px;
  font-size: 16px;
}

.contact .contact-form .form-group textarea.form-control {
  height: 150px;
  resize: none;
  padding-top: 18px;
}

.contact .contact-form .form-group .form-control:focus {
  border: 1px solid #ff6913;
}

/* --------------------------------------
   15. Footer
-----------------------------------------*/

.footer {
  background-color: #252425;
  padding: 30px 0;
  margin-top: 60px;
  color: #fff;
  overflow: hidden;
}

.footer .logo {
  display: inline-block;
  position: relative;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.footer .logo span {
  width: 5px;
  height: 6px;
  position: absolute;
  bottom: 9px;
  right: -8px;
  float: left;
  background: #ff6913;
}

.footer .footer-social-icons {
  margin-bottom: 0;
  padding: 15px 0;
}

.footer .footer-social-icons li {
  display: inline-block;
  margin-right: 10px;
}

.footer .footer-social-icons li a {
  display: inline-block;
  font-size: 16px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: transparent;
  border: 1px solid #ff6913;
  color: #fff;
  text-align: center;
  border-radius: 50%;
}

.footer .footer-social-icons li a:hover {
  background-color: #ff6913;
}

.footer .copyright p {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 1.8;
  margin: 0;
}

.footer .copyright p a {
  color: #ff6913;
}

/* --------------------------------------
   16. Scroll To Top
-----------------------------------------*/

.scroll-top {
  background: #ff6913;
  position: fixed;
  font-size: 20px;
  bottom: -50px;
  right: -70px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  z-index: 999;
}

.scroll-top.active {
  bottom: 30px;
  right: 30px;
}

/* --------------------------------------
   17. Media Queries
-----------------------------------------*/

/* Extra Large Devices */
@media (min-width: 1200px) {
}

/* Large devices (desktops, less than 1200px) */
@media (min-width: 992px) and (max-width: 1199.98px) {
  /*=========== Navbar ============*/
  .navbar > .container .navbar-brand {
    margin-left: 0;
  }

  .navbar .navbar-nav > li.menu-item-has-children > .sub-menu {
    width: 152px;
  }

  /*=========== Blog ============*/
  .blog .post .post-content .post-info li {
    font-size: 12px;
  }
}

/* Medium devices (tablets, less than 992px) */
@media (min-width: 768px) and (max-width: 991.98px) {
  /*=========== Navbar ============*/
  .navbar {
    background-color: #1b191b;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #252425;
  }

  .navbar .navbar-header {
    margin: 0;
    float: none;
  }

  .navbar .menu-toggle {
    display: block;
  }

  .navbar .navbar-links {
    position: absolute;
    top: 71px;
    left: 0;
    width: 100%;
    height: calc(100vh - 71px);
    visibility: hidden;
    background: rgba(0, 0, 0, 0.4);
    overflow: auto;
  }

  .navbar .navbar-links .navbar-nav {
    background: #1b191b;
    position: absolute;
    top: 0;
    left: -300px;
    width: 265px;
    height: 100%;
    margin: 0;
    overflow: auto;
  }

  .navbar .navbar-nav > li {
    float: none;
  }

  .navbar .navbar-nav > li > a,
  .navbar .navbar-nav > li > a:hover,
  .navbar .navbar-nav > li > a:focus {
    padding: 15px 28px;
    margin: 0;
    border-top: 1px solid #171517;
    border-bottom: 1px solid #211f21;
  }

  .navbar .navbar-nav > li > a:hover {
    color: #ff6913;
  }

  .navbar .navbar-nav > li > a:hover:before {
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -o-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
  }

  .navbar.menu-active .navbar-links {
    visibility: visible;
  }

  .navbar.menu-active .navbar-links .navbar-nav {
    left: 0;
  }

  .navbar .navbar-nav > li.menu-item-has-children > .sub-menu {
    position: static;
    width: 100%;
  }

  .navbar .navbar-nav > li.menu-item-has-children > .sub-menu > li > a {
    padding: 12px 28px;
  }

  .navbar .navbar-nav > li.menu-item-has-children > .sub-menu > li > a:hover {
    padding-left: 34px;
  }

  .navbar .navbar-nav > li.menu-item-has-children > a:after {
    right: 14px;
  }

  .navbar .navbar-brand {
    padding: 15px 0;
  }

  .navbar .navbar-brand .brand-after {
    bottom: 17px;
  }

  /*=========== About Me ============*/
  .about-me .about-image {
    margin-right: 110px;
    margin-left: 110px;
    margin-bottom: 60px;
  }
}

/* Small Devices */
@media (max-width: 767.98px) {
  .container {
    max-width: 540px;
  }

  /*=========== Navbar ============*/
  .navbar {
    background-color: #1b191b;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #252425;
  }

  .navbar .navbar-header {
    margin: 0;
    float: none;
  }

  .navbar .menu-toggle {
    display: block;
  }

  .navbar .navbar-links {
    position: absolute;
    top: 71px;
    left: 0;
    width: 100%;
    height: calc(100vh - 71px);
    visibility: hidden;
    background: rgba(0, 0, 0, 0.4);
    overflow: auto;
  }

  .navbar .navbar-links .navbar-nav {
    background: #1b191b;
    position: absolute;
    top: 0;
    left: -300px;
    width: 265px;
    height: 100%;
    margin: 0;
    overflow: auto;
  }

  .navbar .navbar-nav > li > a,
  .navbar .navbar-nav > li > a:hover,
  .navbar .navbar-nav > li > a:focus {
    padding: 15px 28px;
    margin: 0;
    border-top: 1px solid #171517;
    border-bottom: 1px solid #211f21;
  }

  .navbar .navbar-nav > li > a:hover {
    color: #ff6913;
  }

  .navbar .navbar-nav > li > a:hover:before {
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -o-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
  }

  .navbar.menu-active .navbar-links {
    visibility: visible;
  }

  .navbar.menu-active .navbar-links .navbar-nav {
    left: 0;
  }

  .navbar .navbar-nav > li.menu-item-has-children > .sub-menu {
    position: static;
    width: 100%;
  }

  .navbar .navbar-nav > li.menu-item-has-children > .sub-menu > li > a {
    padding: 12px 28px;
  }

  .navbar .navbar-nav > li.menu-item-has-children > .sub-menu > li > a:hover {
    padding-left: 34px;
  }

  .navbar .navbar-nav > li.menu-item-has-children > a:after {
    right: 14px;
  }

  .navbar .navbar-brand {
    padding: 15px 0;
  }

  .navbar .navbar-brand .brand-after {
    bottom: 17px;
  }

  /*=========== Home ============*/
  .home .intro h1 {
    font-size: 45px;
  }

  .home .intro h3 {
    padding: 10px 15px;
    padding-right: 0;
  }

  /*=========== About Me ============*/
  .about-me {
    padding-top: 80px;
  }

  .about-me .about-image {
    margin-right: 80px;
    margin-left: 80px;
    margin-bottom: 60px;
  }

  .about-me .about-info h3 {
    font-size: 18px;
  }

  /*=========== Skills ============*/
  .skills {
    padding-top: 80px;
  }

  .skills .skills-content .professional-skills {
    margin-top: 35px;
  }

  .skills .skills-content h3 {
    margin-bottom: 20px;
  }

  /*=========== Services ============*/
  .services {
    padding-top: 80px;
  }

  /*=========== Resume ============*/
  .resume {
    padding-top: 50px;
  }

  .resume .timeline {
    margin-top: 40px;
  }

  .resume .timeline:before {
    top: -36px;
  }

  .resume .timeline ul li {
    margin-bottom: 48px;
  }

  .resume .timeline ul li:before {
    top: -37px;
  }

  .resume .timeline ul li:nth-child(even) .timeline-content,
  .resume .timeline ul li:nth-child(odd) .timeline-content {
    width: 100%;
    float: none;
  }

  .resume .timeline ul li:nth-child(even) .timeline-content:before,
  .resume .timeline ul li:nth-child(odd) .timeline-content:before {
    top: -19px;
    border-color: transparent transparent #252425 transparent;
  }

  .resume .timeline ul li:nth-child(even) .timeline-content:before {
    left: 50%;
    margin-left: -12px;
  }

  .resume .timeline ul li:nth-child(odd) .timeline-content:before {
    right: 50%;
    margin-right: -12px;
  }

  /*=========== Portfolio ============*/
  .portfolio {
    padding-top: 32px;
  }

  /*=========== Facts ============*/
  .facts {
    padding-top: 50px;
  }

  /*=========== Testimonials ============*/
  .testimonials {
    padding-top: 50px;
  }

  /*=========== Blog ============*/
  .blog {
    padding-top: 80px;
  }

  /*=========== Contact ============*/
  .contact {
    padding-top: 50px;
  }
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  .main-title {
    margin-bottom: 50px;
  }

  .main-title h2 {
    font-size: 18px;
  }

  .main-title h2:before {
    top: 7px;
    right: -52px;
    width: 40px;
  }

  .main-title h2:after {
    top: 4px;
    right: -62px;
  }

  .main-title span {
    bottom: -1px;
    right: -95px;
  }

  /*=========== Home ============*/
  .home .intro h1 {
    font-size: 32px;
    font-weight: 600;
    line-height: 35px;
  }

  .home .intro h3 {
    padding-left: 10px;
    margin-bottom: 40px;
  }

  .home .intro h3 span {
    font-size: 14px;
  }

  /*=========== About Me ============*/
  .about-me .about-image {
    margin: 0;
    margin-bottom: 50px;
  }

  .about-me .about-image:before,
  .about-me .about-image:after {
    display: none;
  }

  .about-me .about-info .main-title {
    margin-bottom: 30px;
  }

  .about-me .about-info h3 {
    font-size: 17px;
  }

  .about-me .about-info .personal-info {
    padding: 20px 15px;
  }

  /*=========== Skills ============*/
  .skills .skills-content h3 {
    font-size: 18px;
  }

  .skills .progress-container h4 {
    font-size: 16px;
  }

  /*=========== Services ============*/
  .services .service h4 {
    font-size: 14px;
  }

  .services .service h4:before,
  .services .service h4:after {
    display: none;
  }

  /*=========== Resume ============*/
  .resume .timeline ul li .timeline-content span {
    font-size: 15px;
  }

  .resume .timeline ul li .timeline-content h4 {
    font-size: 17px;
  }

  /*=========== Single Page ============*/
  .blog .comments .comments-list .comment .children {
    padding-left: 40px !important;
  }

  .blog .comments .comments-list .comment .comment-author .fn {
    display: block;
    margin-top: 10px;
  }
}

@media (max-width: 292.98px) {
  .main-title span {
    display: none;
  }
}
