html,
body {
  height: 100%;
  width: 100%;
}

body {
  background: #191923;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a:focus,
button:focus,
input:focus {
  outline: none !important;
}

a::-moz-focus-inner,
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
}

a,
a:hover,
a:focus {
  text-decoration: none;
  color: #acaeb6;
}

a,
button {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

textarea.form-control {
  min-height: 250px;
  resize: none;
}

img {
  max-width: 100%;
}

select option {
  color: black;
  font-weight: 300;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

p {
  font-weight: 300;
}

.dev-navbar {
  padding: 15px 0;
  background: none;
}
.dev-navbar .navbar {
  padding: 0;
}
.dev-navbar .navbar .navbar-brand {
  margin-right: 0;
}
.dev-navbar .navbar .navbar-brand img {
  max-width: 115px;
}
.dev-navbar .navbar .navbar-toggler {
  padding: 0.25rem 0;
}
.dev-navbar .navbar .navbar-toggler:focus {
  box-shadow: none;
}
.dev-navbar .navbar .sidebar-toggler {
  display: none;
  color: white;
  width: 30px;
  padding: 0;
  background: none;
  border: none;
  font-size: 25px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.dev-navbar .navbar .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.dev-navbar .navbar .navbar-nav li a {
  color: white;
  font-size: 16px;
  font-weight: 400;
  padding-left: 1em;
  padding-right: 1em;
}
.dev-navbar .navbar .navbar-nav li a:hover {
  color: #dda706;
}
.dev-navbar .navbar .navbar-nav li:last-child a {
  padding-right: 0;
}

@media (max-width: 992px) {
  .dev-navbar .navbar .sidebar-toggler {
    display: unset;
  }
  .dev-navbar .navbar .navbar-nav li a {
    color: #191923;
  }
  .dev-navbar .navbar-collapse {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    z-index: 55;
    background: white;
  }
}
.btn-group-lg > .btn,
.btn-lg {
  padding: 10px 28px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 0;
}

.btn-orange {
  color: #20202a;
  background-color: #dda706;
  border-color: #dda706;
}

.dev-form .form-group:not(:last-of-type) {
  margin-bottom: 25px;
}
.dev-form .form-group .input-group {
  position: relative;
  padding-left: 50px;
}
.dev-form .form-group .input-group .form-control {
  background: #23232e;
  min-height: 50px;
  border-radius: 0;
  border: none;
  box-shadow: none;
  color: #fff;
}
.dev-form .form-group .input-group .form-control:focus + .input-group-text {
  background: #dda706;
  color: white;
}
.dev-form .form-group .input-group .input-group-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 51px;
  height: 100%;
  background: #20202a;
  color: #8c8c8e;
  border-radius: 0;
  border: none;
  justify-content: center;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.dev-form .form-group .input-group .input-group-text.a-up {
  align-items: flex-start;
}
.dev-form .form-group .input-group .input-group-text.a-up i {
  margin-top: 5px;
}

.dev-section .section-header {
  padding: 15px 0;
}
.dev-section .section-header .section-title {
  font-size: 22px;
  font-weight: 500;
  margin: 0;
}
.dev-section .section-body {
  padding: 15px 0;
}
.dev-section .section-body p {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  color: #d4d4d4;
}
.dev-section.section-about {
  background: #2b2b36;
}
.dev-section.section-about .section-header {
  padding: 15px 25px 0 25px;
}
.dev-section.section-about .section-body {
  padding: 25px;
}

@media (max-width: 992px) {
  .dev-section .section-header {
    padding: 15px 0 0 0;
  }
  .dev-section.section-portfolio::after {
    content: "";
    display: block;
    clear: both;
  }
}
.dev-main-wrapper {
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.dev-main-wrapper .dev-main-header {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.dev-main-wrapper .dev-main-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow: hidden auto;
  position: relative;
}

.dev-page {
  width: 100%;
  padding: 0 0 15px 0;
}
.dev-page .page-wrapper {
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: row;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  overflow: hidden;
  background: #1e1e28;
}
.dev-page .page-wrapper .page-sidebar {
  width: 325px;
}
.dev-page .page-wrapper .page-content {
  flex-grow: 1;
  overflow: hidden auto;
  padding: 15px 25px;
}

.dev-sidebar {
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  width: 325px;
  height: 100%;
  overflow: hidden;
  background-color: #20202a;
}
.dev-sidebar .sidebar-header {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background: rgba(37, 37, 50, 0.98);
}
.dev-sidebar .sidebar-header .s-user {
  padding: 25px;
  text-align: center;
}
.dev-sidebar .sidebar-header .s-user .user-img {
  display: inline-block;
  height: 90px;
  width: 90px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: #343442;
  margin: 0 0 8px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.dev-sidebar .sidebar-header .s-user h5 {
  color: white;
  margin: 0;
}
.dev-sidebar .sidebar-header .s-user p {
  font-size: 14px;
  color: #8c8c8e;
  margin: 0;
  font-weight: 500;
}
.dev-sidebar .sidebar-content {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow: hidden auto;
  position: relative;
  padding: 25px;
}
.dev-sidebar .sidebar-content .s-bloc:not(:last-of-type) {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #414147;
}
.dev-sidebar .sidebar-content .s-bloc .sb-title {
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 15px 0;
}
.dev-sidebar .sidebar-content .s-bloc p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: white;
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 7px 0;
}
.dev-sidebar .sidebar-content .s-bloc p span {
  color: #8c8c8e;
}

.dev-skill {
  margin-bottom: 15px;
}
.dev-skill .skill-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: white;
  font-size: 12px;
  font-weight: 400;
  margin: 0 0 5px 0;
}
.dev-skill .skill-info span:last-child {
  display: none;
}
.dev-skill .progress {
  height: 5px;
}
.dev-skill .progress .progress-bar {
  background: #dda706;
}

.dev-checked-list {
  padding: 0;
  margin: 0;
}
.dev-checked-list li {
  position: relative;
  font-size: 14px;
  color: #8c8c8e;
  padding: 5px 15px 5px 25px;
  font-weight: 400;
}
.dev-checked-list li::before {
  content: "\f00c";
  font-family: FontAwesome;
  color: #dda706;
  position: absolute;
  top: 6px;
  left: 0;
}

.dev-service-card {
  padding: 25px;
  background: #2c2c38;
  margin-bottom: 25px;
}
.dev-service-card .bloc-title {
  font-size: 18px;
  color: white;
  margin: 0 0 15px 0;
}
.dev-service-card p.bloc-desc {
  font-size: 14px;
  color: #8c8c8e;
  margin: 0 0 15px 0;
}
.dev-service-card a {
  font-size: 14px;
  color: #dda706;
}

.dev-tree {
  position: relative;
  padding: 0 0 0 30px;
  margin: 0;
}
.dev-tree::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 10px;
  width: 5px;
  height: 100%;
  background: #191923;
  border-radius: 7px;
}
.dev-tree .item {
  position: relative;
  background: #2b2b36;
  padding: 25px;
  margin-bottom: 25px;
}
.dev-tree .item::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: -35px;
  top: 8px;
  width: 15px;
  height: 15px;
  border: 3px solid #dda706;
  border-radius: 50%;
}
.dev-tree .item::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: -5px;
  top: 10px;
  width: 10px;
  height: 10px;
  background: #2b2b36;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.dev-tree .item .item-header {
  display: flex;
  align-items: top;
  justify-content: space-between;
}
.dev-tree .item .item-header h5 {
  font-size: 16px;
  margin: 0;
  color: white;
}
.dev-tree .item .item-header span {
  font-size: 12px;
  color: #8c8c8e;
}
.dev-tree .item .item-header .item-date {
  display: inline-block;
  background: #20202a;
  padding: 7px 15px;
  border-radius: 15px;
}
.dev-tree .item .item-content {
  margin-top: 15px;
}
.dev-tree .item .item-content ul {
  list-style: disc;
  padding-left: 15px;
  font-size: 14px;
  font-weight: 400;
  color: #d4d4d4;
}

.dev-contact-bloc {
  padding: 25px;
  background: #2b2b36;
}

.dev-portfolio {
  display: flex;
  flex-wrap: wrap;
}
.dev-portfolio .grid-item {
  position: relative;
  flex-grow: 1;
  width: 33%;
  overflow: hidden;
  text-align: center;
}
.dev-portfolio .grid-item img {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.dev-portfolio .grid-item::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(25, 25, 35, 0.5);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.dev-portfolio .grid-item .item-content {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
}
.dev-portfolio .grid-item .item-content h3 {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  display: inline-block;
  padding: 7px 25px;
  background: rgba(221, 167, 6, 0.5);
  min-width: 60%;
  color: white;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.dev-portfolio .grid-item:hover::before {
  background: rgba(25, 25, 35, 0.2);
}
.dev-portfolio .grid-item:hover img {
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  -ms-transform: scale(1.04);
  -o-transform: scale(1.04);
  transform: scale(1.04);
}
.dev-portfolio .grid-item:hover .item-content h3 {
  opacity: 0;
}

@media (max-width: 992px) {
  .dev-page {
    height: auto;
  }
  .dev-page > div {
    height: auto;
  }
  .dev-page .page-wrapper {
    display: block;
    width: 100%;
    height: auto;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;
    overflow: visible;
    background: #1e1e28;
  }
  .dev-page .page-wrapper .page-sidebar {
    position: fixed;
    top: 67px;
    bottom: 0;
    left: -100%;
    width: 100%;
    max-width: 375px;
    z-index: 15;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .dev-page .page-wrapper .page-content {
    overflow: hidden auto;
    padding: 15px;
  }

  .dev-main-wrapper.open-sidebar .sidebar-toggler {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .dev-main-wrapper.open-sidebar .dev-page .page-wrapper .page-sidebar {
    left: 0;
  }

  .dev-sidebar {
    width: 100%;
    display: block;
    overflow: hidden auto;
  }
  .dev-sidebar .sidebar-header {
    -ms-flex: unset;
    flex: unset;
  }
  .dev-sidebar .sidebar-content {
    -ms-flex: unset;
    flex: unset;
    overflow: visible;
    padding: 15px;
  }

  .dev-contact-bloc {
    padding: 15px;
  }
  .dev-contact-bloc .btn {
    width: 100%;
  }

  .dev-portfolio .grid-item {
    width: 50%;
  }

  .dev-tree .item .item-header {
    flex-direction: column-reverse;
  }
  .dev-tree .item .item-header .item-date {
    margin-bottom: 15px;
  }
}
@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}
.dev-footer {
  margin-top: 25px;
  padding: 25px;
  background: #2b2b36;
}
.dev-footer p {
  color: #8c8c8e;
  font-size: 14px;
  margin: 0;
}

.dev-portfolio-grid {
  max-width: 1200px;
  margin: 0 -7px;
  /* clearfix */
}
.dev-portfolio-grid::after {
  content: "";
  display: block;
  clear: both;
}
.dev-portfolio-grid .grid-item {
  width: 33.3333%;
  min-height: 120px;
  float: left;
  padding: 7px;
  cursor: pointer;
}
.dev-portfolio-grid .grid-item img {
  border-radius: 7px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.dev-portfolio-grid .grid-item:hover img {
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
  transform: scale(1.02);
}

@media (max-width: 992px) {
  .dev-portfolio-grid .grid-item {
    width: 50%;
  }
  .dev-portfolio-grid .grid-item img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .dev-portfolio-grid .grid-item {
    width: 100%;
  }
  .dev-portfolio-grid .grid-item img {
    width: 100%;
  }
}
.no-pdn {
  padding: 0 !important;
}

.no-pdn-lr {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.no-pdn-r {
  padding-right: 0 !important;
}

.no-pdn-l {
  padding-left: 0 !important;
}

.no-pdn-t {
  padding-top: 0 !important;
}

.no-pdn-b {
  padding-bottom: 0 !important;
}

.no-mrg {
  margin: 0 !important;
}

.nm-t {
  margin-top: 0 !important;
}

.nm-b {
  margin-bottom: 0 !important;
}

.nm-l {
  margin-left: 0 !important;
}

.nm-r {
  margin-right: 0 !important;
}

.dis-block {
  display: block !important;
}

.dis-inline {
  display: inline-block !important;
}

.c-pointer {
  cursor: pointer;
}

.pdn-xs {
  padding: 5px;
}

.pdn-lr-xs {
  padding-left: 5px;
  padding-right: 5px;
}

.pdn-l-xs {
  padding-left: 5px;
}

.pdn-r-xs {
  padding-right: 5px;
}

.pdn-tb-xs {
  padding-top: 5px;
  padding-bottom: 5px;
}

.pdn-t-xs {
  padding-top: 5px;
}

.pdn-b-xs {
  padding-bottom: 5px;
}

.pdn-sm {
  padding: 15px;
}

.pdn-lr-sm {
  padding-left: 15px;
  padding-right: 15px;
}

.pdn-l-sm {
  padding-left: 15px;
}

.pdn-r-sm {
  padding-right: 15px;
}

.pdn-tb-sm {
  padding-top: 15px;
  padding-bottom: 15px;
}

.pdn-t-sm {
  padding-top: 15px;
}

.pdn-b-sm {
  padding-bottom: 15px;
}

.pdn-md {
  padding: 25px;
}

.pdn-lr-md {
  padding-left: 25px;
  padding-right: 25px;
}

.pdn-l-md {
  padding-left: 25px;
}

.pdn-r-md {
  padding-right: 25px;
}

.pdn-tb-md {
  padding-top: 25px;
  padding-bottom: 25px;
}

.pdn-t-md {
  padding-top: 25px;
}

.pdn-b-md {
  padding-bottom: 25px;
}

.pdn-lg {
  padding: 35px;
}

.pdn-lr-lg {
  padding-left: 35px;
  padding-right: 35px;
}

.pdn-l-lg {
  padding-left: 35px;
}

.pdn-r-lg {
  padding-right: 35px;
}

.pdn-tb-lg {
  padding-top: 35px;
  padding-bottom: 35px;
}

.pdn-t-lg {
  padding-top: 35px;
}

.pdn-b-lg {
  padding-bottom: 35px;
}

.pdn-xlg {
  padding: 45px;
}

.pdn-lr-xlg {
  padding-left: 45px;
  padding-right: 45px;
}

.pdn-l-xlg {
  padding-left: 45px;
}

.pdn-r-xlg {
  padding-right: 45px;
}

.pdn-tb-xlg {
  padding-top: 45px;
  padding-bottom: 45px;
}

.pdn-t-xlg {
  padding-top: 45px;
}

.pdn-b-xlg {
  padding-bottom: 45px;
}

.pdn-xxlg {
  padding: 80px;
}

.pdn-lr-xxlg {
  padding-left: 80px;
  padding-right: 80px;
}

.pdn-l-xxlg {
  padding-left: 80px;
}

.pdn-r-xxlg {
  padding-right: 80px;
}

.pdn-tb-xxlg {
  padding-top: 80px;
  padding-bottom: 80px;
}

.pdn-t-xxlg {
  padding-top: 80px;
}

.pdn-b-xxlg {
  padding-bottom: 80px;
}

.mrg-xs {
  margin: 5px;
}

.mrg-lr-xs {
  margin-left: 5px;
  margin-right: 5px;
}

.mrg-l-xs {
  margin-left: 5px;
}

.mrg-r-xs {
  margin-right: 5px;
}

.mrg-tb-xs {
  margin-top: 5px;
  margin-bottom: 5px;
}

.mrg-t-xs {
  margin-top: 5px;
}

.mrg-b-xs {
  margin-bottom: 5px;
}

.mrg-sm {
  margin: 15px;
}

.mrg-lr-sm {
  margin-left: 15px;
  margin-right: 15px;
}

.mrg-l-sm {
  margin-left: 15px;
}

.mrg-r-sm {
  margin-right: 15px;
}

.mrg-tb-sm {
  margin-top: 15px;
  margin-bottom: 15px;
}

.mrg-t-sm {
  margin-top: 15px;
}

.mrg-b-sm {
  margin-bottom: 15px;
}

.mrg-md {
  margin: 25px;
}

.mrg-lr-md {
  margin-left: 25px;
  margin-right: 25px;
}

.mrg-l-md {
  margin-left: 25px;
}

.mrg-r-md {
  margin-right: 25px;
}

.mrg-tb-md {
  margin-top: 25px;
  margin-bottom: 25px;
}

.mrg-t-md {
  margin-top: 25px;
}

.mrg-b-md {
  margin-bottom: 25px;
}

.mrg-lg {
  margin: 35px;
}

.mrg-lr-lg {
  margin-left: 35px;
  margin-right: 35px;
}

.mrg-l-lg {
  margin-left: 35px;
}

.mrg-r-lg {
  margin-right: 35px;
}

.mrg-tb-lg {
  margin-top: 35px;
  margin-bottom: 35px;
}

.mrg-t-lg {
  margin-top: 35px;
}

.mrg-b-lg {
  margin-bottom: 35px;
}

.mrg-xlg {
  margin: 45px;
}

.mrg-lr-xlg {
  margin-left: 45px;
  margin-right: 45px;
}

.mrg-l-xlg {
  margin-left: 45px;
}

.mrg-r-xlg {
  margin-right: 45px;
}

.mrg-tb-xlg {
  margin-top: 45px;
  margin-bottom: 45px;
}

.mrg-t-xlg {
  margin-top: 45px;
}

.mrg-b-xlg {
  margin-bottom: 45px;
}

.mrg-xxlg {
  margin: 80px;
}

.mrg-lr-xxlg {
  margin-left: 80px;
  margin-right: 80px;
}

.mrg-l-xxlg {
  margin-left: 80px;
}

.mrg-r-xxlg {
  margin-right: 80px;
}

.mrg-tb-xxlg {
  margin-top: 80px;
  margin-bottom: 80px;
}

.mrg-t-xxlg {
  margin-top: 80px;
}

.mrg-b-xxlg {
  margin-bottom: 80px;
}

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