/*------------------------------------------------------------------
[Master Stylesheet]

Project:    Nairo Personal Portfolio
Version:    1.0
Primary use:    pxdraft
-------------------------------------------------------------------*/

/*
) Base
) Buttons
) Header
) Footer
) Titles
) Title
) Home Banner
) About Us
) Resume
) Work
) Blog
) Contact
*/

@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700;1,900&amp;display=swap");
html {
  overflow-x: hidden;
}

body {
  color: #5e6472;
  font-family: "Rubik", monospac;
  line-height: 1.7;
  font-size: 16px;
  font-weight: 400;
}

.font-alt {
  font-family: "Rubik", serif;
}

img {
  max-width: 100%;
}

* {
  outline: none !important;
}

a {
  color: #f9564f;
}

a:hover {
  color: #f83028;
  text-decoration: none;
}

mark {
  background-image: linear-gradient(#f9564f, #f9564f);
  background-size: 100% 3px;
  background-repeat: no-repeat;
  background-position: 0 bottom;
  background-color: transparent;
  padding: 0;
  color: currentColor;
}

/* ----------------------
*	Loading
---------------------------*/

#loading {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f9564f;
  z-index: 99999;
}

.load-circle {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 50px;
  height: 50px;
}

.load-circle span {
  display: inline-block;
  width: 64px;
  height: 64px;
}

.load-circle span:after {
  content: " ";
  display: block;
  width: 46px;
  height: 46px;
  margin: 1px;
  border-radius: 50%;
  border: 5px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* ----------------------
*	owl 
---------------------------*/

.owl-dots {
  text-align: center;
}

.owl-dots .owl-dot {
  display: inline-block;
  vertical-align: top;
  width: 10px;
  height: 10px;
  background: transparent;
  border: 1px solid #00171f;
  -moz-transition: ease all 0.55s;
  -o-transition: ease all 0.55s;
  -webkit-transition: ease all 0.55s;
  transition: ease all 0.55s;
  border-radius: 50%;
  margin: 0 5px;
}

.owl-dots .owl-dot.active {
  background: #00171f;
}

.owl-carousel .owl-item img {
  width: auto;
  max-width: 100%;
}

.px-btn {
  padding: 0 25px;
  line-height: 42px;
  position: relative;
  display: inline-block;
  background: none;
  border: 1px solid transparent;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none !important;
}

.px-btn.px-btn-theme {
  background: #f9564f;
  border-color: #f9564f;
  color: #fff;
}

.px-btn.px-btn-theme:hover {
  background: #00171f;
  border-color: #00171f;
  color: #fff;
}

.px-btn.px-btn-white {
  background: #fff;
  border-color: #fff;
  color: #00171f;
}

.px-btn.px-btn-white:hover {
  background: transparent;
  color: #fff;
}

.bg-gray-1 {
  background-color: rgba(249, 86, 79, 0.06);
}

.bg-dark-1 {
  background-color: #22333b;
}

.bg-theme {
  background-color: #f9564f;
}

.navbar-toggler, .toggler-menu {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 0;
  border-radius: 0;
  padding: 0;
  margin-left: 15px;
  background: #f9564f;
  border: none;
}

.navbar-toggler span, .toggler-menu span {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 25px;
  height: 2px;
  margin: auto;
  box-shadow: 0px -8px 0 0px currentColor, 0px 8px 0 0px currentColor;
  background: #fff;
  color: #fff;
}

@media (min-width: 992px) {
  .main-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 11;
  }
  .fixed-header .main-header {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.05);
    background-color: #fff;
  }
  .main-header .navbar-brand {
    font-weight: 600;
    font-size: 28px;
    line-height: 1;
    padding: 0;
    color: #00171f;
    position: relative;
  }
  .main-header .navbar-brand span {
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #f9564f;
    bottom: 5px;
    right: -8px;
  }
  .main-header .header-nav {
    padding: 0;
  }
  .main-header .navbar-nav>li+li {
    padding-left: 15px;
  }
  .main-header .navbar-nav>li>.nav-link {
    font-weight: 500;
    color: #00171f;
    font-size: 16px;
    padding: 22px 0;
  }
  .main-header .navbar-nav>li>.nav-link span {
    padding: 5px 20px;
    background: transparent;
    display: inline-block;
    border-radius: 40px;
    -moz-transition: ease all 0.35s;
    -o-transition: ease all 0.35s;
    -webkit-transition: ease all 0.35s;
    transition: ease all 0.35s;
  }
  .main-header .navbar-nav>li>.nav-link.active {
    color: #fff;
  }
  .main-header .navbar-nav>li>.nav-link.active span {
    background-color: #f9564f;
  }
  .main-header .navbar-nav>li:hover>a {
    color: #fff;
  }
  .main-header .navbar-nav>li:hover>a span {
    background-color: #f9564f;
  }
}

/* Mobile 
-----------------------------*/

@media (max-width: 991px) {
  .header-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5;
  }
  .fixed-header .header-nav {
    background: #fff;
  }
  .header-nav .navbar-brand {
    font-weight: 600;
    font-size: 24px;
    color: #00171f;
  }
  .header-nav .navbar-nav {
    padding: 8px 15px;
    border: 1px solid #ddd;
    background: #fff;
  }
  .header-nav .navbar-nav>li+li .nav-link {
    border-top: 1px solid #ddd;
  }
  .header-nav .navbar-nav .nav-link {
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.035rem;
    color: #00171f;
  }
  .header-nav .navbar-nav .nav-link.active, .header-nav .navbar-nav .nav-link:hover {
    color: #f9564f;
  }
}

.footer {
  padding: 12px 0;
  background: #00171f;
}

.theme-light .footer {
  background: #fff;
  border-top: 1px solid rgba(0, 23, 31, 0.1);
}

.footer .nav a {
  color: #fff;
  font-size: 14px;
  margin-right: 17px;
}

.theme-light .footer .nav a {
  color: #00171f;
}

.footer .nav a:hover {
  color: #f9564f;
}

.footer p {
  color: #fff;
  font-size: 14px;
  margin: 0;
}

.theme-light .footer p {
  color: #00171f;
}

.blog-listing {
  padding-top: 30px;
  padding-bottom: 30px;
}

.blog-listing .pagination {
  margin-top: 30px;
}

.blog-listing .blog-grid {
  box-shadow: none;
  border: 1px solid #f7f7ff;
}

.pagination .page-item .page-link {
  border: none;
  box-shadow: none;
  color: #00171f;
  margin: 0 5px;
  border-radius: 50px;
  padding: 0;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  background: #ddd;
}

.pagination .page-item .page-link:hover {
  background: #f9564f;
  border-color: #f9564f;
  color: #fff;
}

.pagination .page-item.disabled .page-link {
  opacity: 0.5;
}

.pagination .page-item.active .page-link {
  background: #f9564f;
  border-color: #f9564f;
  color: #fff;
}

/* Blog Sidebar
-------------------*/

.blog-aside {
  padding: 20px;
  box-shadow: 0px 3px 10px 0px rgba(38, 59, 94, 0.1);
}

.blog-aside .widget {
  margin-top: 15px;
  margin-bottom: 25px;
  width: 100%;
  display: inline-block;
  vertical-align: top;
}

.blog-aside .widget:last-child {
  margin-bottom: 0;
}

.blog-aside .widget-title {
  border-bottom: 1px solid #eee;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 25px;
}

.blog-aside .widget-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 2px;
  background: #f9564f;
}

.blog-aside .widget-title h3 {
  font-size: 20px;
  font-weight: 700;
  color: #f9564f;
  margin: 0;
}

.blog-aside .widget-author .media {
  margin-bottom: 15px;
}

.blog-aside .widget-author p {
  font-size: 16px;
  margin: 0;
}

.blog-aside .widget-author .avatar {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
}

.blog-aside .widget-author h6 {
  font-weight: 500;
  color: #00171f;
  font-size: 22px;
  margin: 0;
  padding-left: 20px;
}

.blog-aside .post-aside {
  margin-bottom: 15px;
}

.blog-aside .post-aside .post-aside-title h5 {
  margin: 0;
}

.blog-aside .post-aside .post-aside-title a {
  font-size: 18px;
  color: #00171f;
  font-weight: 500;
}

.blog-aside .post-aside .post-aside-meta {
  padding-bottom: 10px;
}

.blog-aside .post-aside .post-aside-meta a {
  color: #5e6472;
  font-size: 12px;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 10px;
}

.blog-aside .latest-post-aside+.latest-post-aside {
  border-top: 1px solid #eee;
  padding-top: 15px;
  margin-top: 15px;
}

.blog-aside .latest-post-aside .lpa-right {
  width: 90px;
}

.blog-aside .latest-post-aside .lpa-left {
  padding-right: 15px;
}

.blog-aside .latest-post-aside .lpa-title h5 {
  margin: 0;
  font-size: 15px;
}

.blog-aside .latest-post-aside .lpa-title a {
  color: #00171f;
  font-weight: 500;
}

.blog-aside .latest-post-aside .lpa-meta a {
  color: #5e6472;
  font-size: 12px;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 10px;
}

.tag-cloud a {
  padding: 4px 15px;
  font-size: 13px;
  color: #00171f;
  background: #f7f7ff;
  border-radius: 3px;
  margin-right: 4px;
  margin-bottom: 4px;
  font-weight: 500;
}

.tag-cloud a:hover {
  background: #f9564f;
  color: #fff;
}

.blog-single {
  padding-top: 30px;
  padding-bottom: 30px;
}

.article {
  margin: 15px 0 30px;
}

.article .article-title {
  padding: 15px 0 20px;
}

.article .article-title h6 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 20px;
}

.article .article-title h6 a {
  text-transform: uppercase;
  color: #f9564f;
  border-bottom: 1px solid #f9564f;
}

.article .article-title h2 {
  color: #00171f;
  font-weight: 500;
}

@media (max-width: 991px) {
  .article .article-title h2 {
    font-size: 24px;
  }
}

.article .article-title .media {
  padding-top: 15px;
  border-bottom: 1px dashed #ddd;
  padding-bottom: 20px;
}

.article .article-title .media .avatar {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  overflow: hidden;
}

.article .article-title .media .media-body {
  padding-left: 8px;
}

.article .article-title .media .media-body label {
  font-weight: 500;
  color: #f9564f;
  margin: 0;
}

.article .article-title .media .media-body span {
  display: block;
  font-size: 12px;
}

.article .article-content h1, .article .article-content h2, .article .article-content h3, .article .article-content h4, .article .article-content h5, .article .article-content h6 {
  color: #00171f;
  font-weight: 500;
  margin-bottom: 15px;
}

.article .article-content blockquote {
  max-width: 600px;
  padding: 15px 0 30px 0;
  margin: 0;
}

.article .article-content blockquote p {
  font-size: 20px;
  font-weight: 500;
  color: #f9564f;
  margin: 0;
}

.article .article-content blockquote .blockquote-footer {
  color: #00171f;
  font-size: 16px;
}

.article .article-content blockquote .blockquote-footer cite {
  font-weight: 600;
}

.article .tag-cloud {
  padding-top: 10px;
}

.article-comment {
  box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
  border-radius: 5px;
  overflow: hidden;
  background: #ffffff;
  padding: 20px;
}

.article-comment h4 {
  color: #00171f;
  font-weight: 700;
  margin-bottom: 25px;
  font-size: 22px;
}

/*---------------------------
 Portfolio Start
------------------------------*/

.portfolio-content.grid-col-2 .grid-item {
  width: 50%;
}

@media (max-width: 767px) {
  .portfolio-content.grid-col-2 .grid-item {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .portfolio-content.grid-col-3 .grid-item {
    width: 33.3333%;
  }
}

@media (max-width: 991px) {
  .portfolio-content.grid-col-3 .grid-item {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .portfolio-content.grid-col-3 .grid-item {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .portfolio-content.grid-col-4 .grid-item {
    width: 33.3333%;
  }
}

@media (min-width: 1201px) {
  .portfolio-content.grid-col-4 .grid-item {
    width: 25%;
  }
}

@media (max-width: 991px) {
  .portfolio-content.grid-col-4 .grid-item {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .portfolio-content.grid-col-4 .grid-item {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .portfolio-content.grid-col-5 .grid-item {
    width: 33.3333%;
  }
}

@media (min-width: 1201px) {
  .portfolio-content.grid-col-5 .grid-item {
    width: 20%;
  }
}

@media (max-width: 991px) {
  .portfolio-content.grid-col-5 .grid-item {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .portfolio-content.grid-col-5 .grid-item {
    width: 100%;
  }
}

.portfolio-content.grid-gutter-md {
  margin-left: -4px;
  margin-right: -4px;
}

.portfolio-content.grid-gutter-md .grid-item {
  padding: 8px;
}

.portfolio-content.grid-gutter-lg {
  margin-left: -12px;
  margin-right: -12px;
}

.portfolio-content.grid-gutter-lg .grid-item {
  padding: 12px;
}

.portfolio-content .grid-item {
  float: left;
}

/*Portfolio Filter*/

.portfolio-filter-01 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.portfolio-filter-01 .filter li {
  cursor: pointer;
  margin: 0 15px;
  color: #fff;
  position: relative;
  padding: 5px 0;
  font-weight: 400;
  font-size: 16px;
  line-height: normal;
}

.theme-light .portfolio-filter-01 .filter li {
  color: #00171f;
}

@media (max-width: 767px) {
  .portfolio-filter-01 .filter li {
    margin: 0 8px;
    font-size: 15px;
  }
}

.portfolio-filter-01 .filter li:after {
  content: "";
  width: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 2px;
  background: #f9564f;
  position: absolute;
  -moz-transition: ease all 0.55s;
  -o-transition: ease all 0.55s;
  -webkit-transition: ease all 0.55s;
  transition: ease all 0.55s;
}

.portfolio-filter-01 .filter li:last-child {
  margin-right: 0;
}

.portfolio-filter-01 .filter li:first-child {
  margin-left: 0;
}

.portfolio-filter-01 .filter li.active:after {
  width: 100%;
}

/* Section
---------------------*/

.section {
  padding: 100px 0;
  position: relative;
}

@media (max-width: 991px) {
  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media (max-width: 767px) {
  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.m-15px-tb {
  margin-top: 15px;
  padding-bottom: 15px;
}

/* Section Title
---------------------------*/

.section-title {
  padding-bottom: 40px;
}

@media (max-width: 1200px) {
  .section-title {
    padding-bottom: 30px;
  }
}

.section-title h2 {
  font-size: 42px;
  color: #00171f;
  font-weight: 600;
  margin: 0 0 18px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 1;
}

@media (max-width: 1200px) {
  .section-title h2 {
    font-size: 38px;
  }
}

@media (max-width: 1200px) {
  .section-title h2 {
    font-size: 32px;
  }
}

.section-title h2:after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: auto;
  right: 0;
  height: 30%;
  width: 0;
  -moz-transition: ease all 0.35s;
  -o-transition: ease all 0.35s;
  -webkit-transition: ease all 0.35s;
  transition: ease all 0.35s;
  background: #f9564f;
  opacity: 0.3;
  z-index: -1;
}

.section:hover .section-title h2:after {
  left: 0;
  right: auto;
  width: 100%;
}

.section-title p {
  font-size: 18px;
  margin: 0;
}

@media (max-width: 1200px) {
  .section-title p {
    font-size: 16px;
  }
}

.section-title.white h2 {
  color: #fff;
}

.section-title.white p {
  color: rgba(255, 255, 255, 0.6);
}

.sm-title h6 {
  font-size: 22px;
  font-weight: 600;
  color: #00171f;
}

/* Page title
--------------------------------*/

.page-title {
  padding: 160px 0 80px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 1200px) {
  .page-title {
    padding-top: 130px;
  }
}

.page-title h1 {
  font-weight: 700;
  margin-bottom: 15px;
  color: #00171f;
}

@media (max-width: 991px) {
  .page-title h1 {
    font-size: 30px;
  }
}

/* Breadcrumbs
--------------------------------*/

.breadcrumb {
  margin: 0;
  padding: 0;
  list-style: none;
  background: none;
  border-radius: 0;
}

.breadcrumb li {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 400;
  position: relative;
  color: #00171f;
}

.breadcrumb li+li {
  padding-left: 17px;
  margin-left: 17px;
}

.breadcrumb li+li:after {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: currentColor;
  opacity: 0.5;
  left: -2px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.breadcrumb li a {
  color: #00171f;
}

.breadcrumb.white li {
  color: #fff;
}

.breadcrumb.white li a {
  color: #fff;
}

/* Home Banner
---------------------------*/

.home-banner {
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(249, 86, 79, 0.13);
}

.home-banner:after {
  content: "";
  width: 1000px;
  height: 1000px;
  border-radius: 50%;
  position: absolute;
  top: -200px;
  left: -200px;
  background-color: #fff;
  z-index: -1;
}

@media (max-width: 991px) {
  .home-banner:after {
    display: none;
  }
}

.home-banner .container {
  position: relative;
  z-index: 1;
}

.home-banner .full-screen {
  min-height: 100vh;
  padding-top: 120px;
  padding-bottom: 70px;
}

@media (max-width: 767px) {
  .home-banner .full-screen {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.home-banner .hb-avatar {
  border-radius: 10px;
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 60vw;
  height: 100vh;
}

@media (max-width: 1200px) {
  .home-banner .hb-avatar {
    width: 100vw;
  }
}

.home-banner .hb-avatar img {
  max-height: 100vh;
}

.home-banner .hb-typo {
  padding-left: 90px;
}

@media (max-width: 991px) {
  .home-banner .hb-typo {
    padding: 18px 0px;
    background: rgba(255, 255, 255, 0.8);
    text-align: center;
    margin-top: -253px;
  }
}

@media (max-width: 991px) {
  .home-banner .hb-avatar img {
    max-height: 60vh;
  }
}

.home-banner .hb-typo h6 {
  font-size: 28px;
  margin-bottom: 10px;
  color: #f9564f;
}

@media (max-width: 767px) {
  .home-banner .hb-typo h6 {
    font-size: 18px;
  }
}

.home-banner .hb-typo h1 {
  font-size: 70px;
  font-weight: 600;
  color: #00171f;
  margin-bottom: 10px;
}

@media (max-width: 1200px) {
  .home-banner .hb-typo h1 {
    font-size: 60px;
  }
}

@media (max-width: 767px) {
  .home-banner .hb-typo h1 {
    font-size: 40px;
  }
}

.home-banner .hb-typo h2 {
  font-weight: 500;
  margin: 0;
  color: #00171f;
  font-size: 25px;
}

@media (max-width: 767px) {
  .home-banner .hb-typo h2 {
    font-size: 18px;
  }
}

.home-banner .hb-typo h2 span {
  color: #f9564f;
}

.home-banner .nav {
  padding-top: 20px;
}

.home-banner .nav a {
  width: 35px;
  height: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f9564f;
  color: #fff;
  border-radius: 50%;
  -moz-transition: ease all 0.35s;
  -o-transition: ease all 0.35s;
  -webkit-transition: ease all 0.35s;
  transition: ease all 0.35s;
}

.home-banner .nav a+a {
  margin-left: 5px;
}

.home-banner .nav a:hover {
  background-color: #00171f;
}

/* About Us
---------------------------*/

@media (max-width: 1200px) {
  .about-text {
    padding-top: 30px;
  }
}

.about-text h2 {
  color: #00171f;
  font-size: 50px;
  font-weight: 600;
  margin-bottom: 15px;
}

@media (max-width: 1200px) {
  .about-text h2 {
    font-size: 35px;
  }
}

.about-text p {
  font-size: 18px;
}

@media (max-width: 1200px) {
  .about-text p {
    font-size: 16px;
  }
}

.about-text .counter-box {
  background: rgba(249, 86, 79, 0.06);
  border: 1px dashed #f9564f;
  padding: 20px;
  border-radius: 10px;
}

@media (max-width: 1200px) {
  .about-text .counter-box {
    padding: 10px;
  }
}

.about-text .counter-box h5 {
  font-weight: 600;
  color: #f9564f;
  font-size: 35px;
  margin: 0;
}

@media (max-width: 767px) {
  .about-text .counter-box h5 {
    font-size: 30px;
  }
}

.about-text .counter-box p {
  margin: 0;
  font-size: 16px;
  line-height: 1.2;
  color: #00171f;
  font-weight: 500;
}

@media (max-width: 1200px) {
  .about-text .counter-box p {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .about-text .counter-box p {
    font-size: 14px;
  }
}

@media (min-width: 1201px) {
  .about-img img {
    max-width: 120%;
  }
}

/* Feature Box
---------------------------*/

.feature-box {
  background: #fff;
  padding: 30px;
  box-shadow: 0px 3px 10px 0px rgba(38, 59, 94, 0.1);
  position: relative;
  top: 0;
  -moz-transition: ease all 0.35s;
  -o-transition: ease all 0.35s;
  -webkit-transition: ease all 0.35s;
  transition: ease all 0.35s;
}

.feature-box:after {
  content: "";
  background: #f9564f;
  position: absolute;
  top: 0px;
  left: -0px;
  bottom: -0px;
  right: 20px;
  z-index: -1;
  opacity: 0;
  -moz-transition: ease all 0.35s;
  -o-transition: ease all 0.35s;
  -webkit-transition: ease all 0.35s;
  transition: ease all 0.35s;
}

.feature-box .icon {
  width: 80px;
  height: 80px;
  font-size: 32px;
  line-height: 120px;
  background-color: #f9564f;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  color: #fff;
  border-radius: 50%;
}

.feature-box h5 {
  color: #00171f;
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 14px;
}

.feature-box p {
  margin: 0;
}

.feature-box:hover {
  top: -3px;
}

.feature-box:hover:after {
  opacity: 1;
  top: 8px;
  left: -8px;
  bottom: -8px;
}

.feature-box-2 {
  position: relative;
  top: 0;
  padding: 30px;
  border: 1px solid #eee;
  background: #fff;
  -moz-transition: ease all 0.35s;
  -o-transition: ease all 0.35s;
  -webkit-transition: ease all 0.35s;
  transition: ease all 0.35s;
}

@media (max-width: 767px) {
  .feature-box-2 {
    padding: 20px;
  }
}

.feature-box-2:hover {
  box-shadow: 0px 3px 10px 0px rgba(38, 59, 94, 0.1);
  top: -3px;
}

.feature-box-2 .media {
  margin-bottom: 20px;
}

.feature-box-2 .icon {
  background: #f9564f;
  color: #fff;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50%;
  font-weight: 600;
  line-height: 50px;
  font-size: 21px;
}

.feature-box-2 h6 {
  float: left;
  background: #f9564f;
  color: #fff;
  padding: 4px 10px 4px 15px;
  font-size: 12px;
  margin: 0 0 0 -10px;
}

.feature-box-2 h5 {
  font-weight: 600;
  font-size: 16px;
  color: #00171f;
  margin: 0 0 15px;
}

.feature-box-2 p {
  margin: 0;
}

.feature-box-3 {
  position: relative;
  top: 0;
  padding: 15px;
  border: 1px solid #eee;
  background: #fff;
  -moz-transition: ease all 0.35s;
  -o-transition: ease all 0.35s;
  -webkit-transition: ease all 0.35s;
  transition: ease all 0.35s;
}

@media (max-width: 767px) {
  .feature-box-3 {
    padding: 10px;
  }
}

.feature-box-3:hover {
  box-shadow: 0px 3px 10px 0px rgba(38, 59, 94, 0.1);
  top: -5px;
}

.feature-box-3 .icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  text-align: center;
  border-radius: 50%;
  background: #f9564f;
  color: #fff;
  font-weight: 600;
  display: inline-block;
  vertical-align: top;
  position: relative;
}

@media (max-width: 767px) {
  .feature-box-3 .icon {
    font-size: 12px;
  }
}

.feature-box-3 .icon.percent span:after {
  content: "%";
}

.feature-box-3 h5 {
  font-weight: 600;
  font-size: 16px;
  color: #00171f;
  margin: 0;
}

@media (max-width: 767px) {
  .feature-box-3 h5 {
    font-size: 14px;
  }
}

.feature-box-3 .media-body {
  padding-left: 15px;
}

/* Portfolio
---------------------------*/

.portfolio-box {
  position: relative;
  overflow: hidden;
  top: 0;
  -moz-transition: ease all 0.35s;
  -o-transition: ease all 0.35s;
  -webkit-transition: ease all 0.35s;
  transition: ease all 0.35s;
}

.portfolio-box .portfolio-info {
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  background: rgba(0, 0, 0, 0.8);
  -moz-transition: ease all 0.35s;
  -o-transition: ease all 0.35s;
  -webkit-transition: ease all 0.35s;
  transition: ease all 0.35s;
  opacity: 0;
}

.portfolio-box .portfolio-info-in {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 25px;
}

.portfolio-box .portfolio-info-in h5 {
  color: #fff;
  font-weight: 600;
  font-size: 26px;
}

.portfolio-box .portfolio-info-in span {
  font-weight: 500;
  color: #fff;
}

.portfolio-box .gallery-link {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background: #f9564f;
}

.portfolio-box .gallery-link span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
}

.portfolio-box .gallery-link span:after, .portfolio-box .gallery-link span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}

.portfolio-box .gallery-link span:after {
  width: 16px;
  height: 2px;
}

.portfolio-box .gallery-link span:before {
  width: 2px;
  height: 16px;
}

.portfolio-box:hover {
  box-shadow: 0px 3px 10px 0px rgba(38, 59, 94, 0.1);
  top: -5px;
}

.portfolio-box:hover .portfolio-info {
  opacity: 1;
}

/* Testmonial
---------------------------*/

.testmonial-box {
  background: #fff;
  padding: 25px;
  box-shadow: 0px 3px 10px 0px rgba(38, 59, 94, 0.1);
  position: relative;
  margin: 15px 12px 20px;
}

.testmonial-box .icon {
  position: absolute;
  top: 30px;
  left: 30px;
  font-size: 100px;
  line-height: 1;
  color: #f9564f;
  opacity: 0.15;
}

.testmonial-box .testmonial-text p {
  font-size: 17px;
}

.testmonial-box .rating-value {
  font-size: 12px;
}

.testmonial-box .rating-value i {
  color: #ff9900;
}

/* Call to action
---------------------------*/

.call-to-action {
  padding-top: 50px;
  padding-bottom: 50px;
}

.call-to-action h3 {
  color: #fff;
  margin: 0;
}

/* Blog Page
---------------------------*/

.blog-post {
  margin-bottom: 20px;
}

.blog-post .blog-img {
  border-radius: 5px;
  overflow: hidden;
}

.blog-post .blog-info {
  padding-top: 25px;
}

.blog-post .blog-info h6 a {
  color: #00171f;
  font-size: 20px;
}

.blog-post .px-btn-arrow {
  font-weight: 500;
  color: #f9564f;
  position: relative;
  padding-left: 16px;
  line-height: 1;
}

.blog-post .px-btn-arrow:after {
  content: "";
  width: 8px;
  height: 2px;
  background: #f9564f;
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}

/* Contact US
---------------------------*/

.contact-info {
  background: #fff;
  padding: 30px;
  height: 100%;
  box-shadow: 0px 3px 10px 0px rgba(38, 59, 94, 0.1);
}

.contact-info h4 {
  font-size: 28px;
  color: #00171f;
  font-weight: 500;
  margin-bottom: 20px;
}

.contact-info p {
  font-size: 16px;
}

.contact-info ul {
  margin: 0;
  padding: 10px 0 0;
  list-style: none;
}

.contact-info li {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  position: relative;
}

.contact-info li i {
  width: 30px;
  text-align: center;
  color: #f9564f;
  font-size: 22px;
}

.contact-info li span {
  padding-left: 10px;
  color: #00171f;
}

.contact-info li+li {
  padding-top: 30px;
}

.contactus-form {
  background: #fff;
  padding: 30px;
  box-shadow: 0px 3px 10px 0px rgba(38, 59, 94, 0.1);
}

.contactus-form h6 {
  font-weight: 600;
  color: #00171f;
  font-size: 22px;
  margin-bottom: 20px;
}

.contactus-form input {
  height: calc(2em + .75rem + 2px);
}

.contactus-form .form-control {
  font-size: 14px;
  box-shadow: none !important;
}

.contactus-form .form-control:focus {
  border-color: #00171f;
}

.contactus-form .btn-bar {
  padding-top: 15px;
}

/* Skill Bar
---------------------------*/

.skill-lt:not(:first-child) {
  margin-top: 30px;
}

.skill-lt h6 {
  font-size: 12px;
  margin: 0;
  color: #fff;
  line-height: 28px;
  padding: 0 10px;
}

.skill-lt .skill-bar {
  position: relative;
  background: #fff;
}

.skill-lt .skill-bar .skill-bar-in {
  width: 80px;
  position: relative;
  -moz-transition: ease all 0.55s;
  -o-transition: ease all 0.55s;
  -webkit-transition: ease all 0.55s;
  transition: ease all 0.55s;
}

.skill-lt .skill-bar .skill-bar-in span {
  position: absolute;
  right: 0;
  bottom: 15px;
  background: #00171f;
  padding: 2px 6px;
  color: #fff;
  font-size: 10px;
  font-weight: 600;
}

.dark-theme .skill-lt .skill-bar .skill-bar-in span {
  color: #00171f;
  background: #fff;
}

.skill-lt .skill-bar .skill-bar-in span:after {
  content: "";
  position: absolute;
  bottom: -8px;
  right: 0;
  border-left: 7px solid transparent;
  border-top: 8px solid #00171f;
}

.dark-theme .skill-lt .skill-bar .skill-bar-in span:after {
  border-top: 8px solid #fff;
}

.skill-lt.md .skill-bar .skill-bar-in {
  height: 8px;
}

.skill-lt.lg .skill-bar .skill-bar-in {
  height: 10px;
}

.skill-lt.light .skill-bar {
  background: rgba(0, 0, 0, 0.5);
}

/*# sourceMappingURL=style.css.map */