* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  list-style: none;
  word-wrap: break-word;
}

body {
  color: #fff;
  line-height: 1.3;
  font-weight: 400;
  font-size: 14px;
  font-family: "Dosis", sans-serif;
  overflow-x: hidden !important;
  background: #12141c;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  margin-bottom: 0;
}

p {
  font-size: 14px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  color: #999;
  line-height: 2;
  margin: 0;
}

img {
  width: 100%;
  height: auto;
}

ul {
  margin-bottom: 0;
}

span, a, a:hover {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}

.section-padding {
  padding: 60px 40px;
}

.bg-gray {
  background: #12141c;
}

.o-hidden {
  overflow: hidden;
}

.ontop {
  position: relative;
  z-index: 4;
}

.position-re {
  position: relative;
}

.full-width {
  width: 100% !important;
}

.lg-line-height {
  line-height: 1.5;
}

.bg-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.bg-img:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.bg-fixed {
  background-attachment: fixed;
}

.valign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-fluid {
  padding: 0;
}

@media screen and (max-width: 991px) {
  .mb-md50 {
    margin-bottom: 50px;
  }
  .mb-md30 {
    margin-bottom: 30px;
  }
  .mb-md0 {
    margin-bottom: 0;
  }
  .hide-md {
    display: none !important;
  }
  .order-first, .order-last {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
}
@media screen and (max-width: 767px) {
  .mb-sm50 {
    margin-bottom: 50px;
  }
  .mb-sm30 {
    margin-bottom: 30px;
  }
  .section-padding {
    padding: 60px 25px;
  }
}
@media screen and (max-width: 575px) {
  .section-padding {
    padding: 60px 15px 150px;
  }
}
.butn {
  padding: 15px 35px;
  border-radius: 5px;
  position: relative;
  z-index: 3;
  border: 1px solid transparent;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  cursor: pointer;
  outline: none !important;
  overflow: hidden;
}

.butn:after {
  content: "";
  width: 100%;
  height: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #063f90;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.butn:hover:after {
  height: 100%;
}

.butn span {
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 2px;
  color: #063f90;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}

.butn-bg {
  background: #063f90;
}

.butn-bg:after {
  background: #fff;
}

.butn-bg:hover span {
  color: #063f90;
}

.butn-bg span {
  color: #fff;
}

.butn-bord {
  background: transparent;
  border: 1px solid #063f90;
}

.butn-bord:hover {
  border-color: #063f90;
}

.butn-bord:hover span {
  color: #fff;
}

.contact input,
.contact textarea {
  width: 100%;
  padding: 15px;
  border: 0;
  border-bottom: 1px solid #2a2a2e;
  background: #12141c;
  font-size: 13px;
  color: white;
  font-family: sans-serif;
}

.contact input:focus,
.contact textarea:focus {
  border-color: #555;
}

.contact textarea {
  height: 140px;
}

.section-head {
  margin-bottom: 50px;
  position: relative;
}

.section-head h5 {
  color: #eee;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.section-head h5 span {
  color: #063f90;
  font-size: 55px;
  font-weight: 800;
  text-transform: uppercase;
  position: relative;
  margin-right: 5px;
  padding: 0 5px;
}

.section-head h5 span:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #2d2d32;
  opacity: 0.5;
  z-index: -1;
}

.section-head h3 {
  font-size: 80px;
  font-weight: 800;
  letter-spacing: 30px;
  text-transform: uppercase;
  color: #2a2a2e;
  position: absolute;
  bottom: -30%;
  left: 8%;
  width: 100%;
  text-align: left;
  opacity: 0.2;
  z-index: -1;
}

.sub-head {
  padding-bottom: 20px;
  border-bottom: 1px dashed #847c7c;
  position: relative;
}

.sub-head:after {
  content: "";
  width: 10px;
  height: 10px;
  border: 1px solid #847c7c;
  border-radius: 50%;
  position: absolute;
  right: -10px;
  bottom: -5px;
}

.sub-head h5 {
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
}

.sub-head span {
  color: #063f90;
}

@media screen and (max-width: 767px) {
  .section-head h3 {
    display: none;
  }
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 15px;
  display: inline-block;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  border-radius: 50%;
  background: rgba(200, 200, 200, 0.4);
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #063f90;
}

.logo {
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 9999999999;
  width: 70px;
}

.js .pages-nav__item {
  padding: 0;
  width: auto;
}

.js .pages-nav__item .link {
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  margin: 15px 30px;
  cursor: pointer;
}

.js .pages-nav__item .link:hover {
  color: #dcdcdc;
}

.menu-button {
  position: absolute;
  top: 15px;
  left: calc(100% - 85px);
  background: #2a2a2e;
  border: 15px solid #2a2a2e;
  padding: 20px;
  outline: none !important;
}

.menu-button::before, .menu-button::after, .menu-button span {
  background: #fff;
}

@media screen and (max-width: 767px) {
  .nav-button {
    padding: 10px;
  }
  .menu-button {
    width: 25px;
    height: 19px;
  }
  .logo {
    top: 20px;
    left: 20px;
    width: 60px;
  }
  .js .pages-nav {
    padding-top: 80px;
  }
  .js .pages-nav__item {
    padding: 15px 0;
    float: left;
  }
  .js .pages-nav__item .link {
    margin: 0 30px;
  }
}
.js .page {
  background: #0d0f16;
}

.page .content, .page.home {
  height: 100vh;
  overflow-y: auto;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
}

.page .content::-webkit-scrollbar {
  display: none;
}

.simg {
  height: 100vh;
}

@media screen and (max-width: 991px) {
  .simg {
    display: none !important;
  }
}
@media screen and (max-width: 575px) {
  .page .content, .page.home {
    height: 100vh;
    min-height: 100vh;
  }
}
.home .img {
  background: #12141c;
  height: 100vh;
  padding: 30px;
}

.home .img .pattern {
  position: relative;
}

.home .img .pattern:after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../img/dot.png);
  background-repeat: repeat;
  position: absolute;
  left: 120px;
  top: 30px;
  opacity: 0.5;
}

.home .img img {
  position: relative;
  margin-left: 150px;
  z-index: 2;
}

.home .content:after {
  content: "";
  position: absolute;
  top: 0;
  left: 33.3333%;
  width: 33.3333%;
  height: 100%;
  border-right: 1px solid #12141c;
  border-left: 1px solid #12141c;
  opacity: 0.8;
  z-index: -1;
}

.home .content .caption {
  margin-left: 100px;
}

.home .content .caption h6 {
  font-size: 14px;
  letter-spacing: 2px;
  display: inline-block;
  margin-bottom: 15px;
  position: relative;
  z-index: 3;
}

.home .content .caption h6:after {
  content: "";
  width: 100%;
  height: 10px;
  position: absolute;
  left: 0;
  bottom: -2px;
  background: #063f90;
  opacity: 0.4;
  z-index: -1;
}

.home .content .caption h1 {
  color: #eee;
  font-weight: 700;
  margin-bottom: 15px;
}

.home .content .caption .social {
  display: inline-block;
  margin-left: 10px;
  position: relative;
}

.home .content .caption .social .icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background: #12141c;
  border: 1px solid #2d2d32;
  margin: 0 2px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.home .content .caption .social .icon:hover {
  color: #063f90;
  border-color: #063f90;
}

.home .social-content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

@media screen and (max-width: 991px) {
  .home .img {
    padding: 0;
  }
  .home .img .pattern:after {
    left: 40px;
    top: 30px;
  }
  .home .img img {
    margin-left: 70px;
  }
  .home .content .caption {
    margin-left: 20px;
  }
  .home .content .caption h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .home .row {
    flex-direction: column-reverse;
  }
  .home .content .caption .social {
    margin-left: 0;
    margin-top: 30px;
  }
  .home .img {
    padding: 50px;
  }
  .home .img img {
    margin: 0;
  }
  .home .img .pattern:after {
    left: -30px;
  }
}
.about .intro {
  color: #eee;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 15px;
}

.about .intro b {
  font-weight: 300;
  color: #063f90;
}

.about .butn {
  margin: 15px 5px 0;
}

.about .inform {
  padding: 40px 15px;
  border-radius: 10px;
  background: #12141c;
  margin: 80px 0;
  text-align: center;
}

.about .inform .icon {
  color: #063f90;
  font-size: 20px;
  margin-bottom: 15px;
}

.about .inform h6 {
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.about .inform p {
  font-size: 13px;
  color: #ccc;
}

.about .services .item {
  margin-bottom: 30px;
  padding: 30px;
  border: 1px solid #2a2a2e;
  border-radius: 5px;
  background: #12141c;
}

.about .services .item .icon {
  font-size: 35px;
  color: #063f90;
  margin-bottom: 30px;
}

.about .services .item h6 {
  font-weight: 300;
  letter-spacing: 2px;
  margin-bottom: 15px;
}

.about .services .item p {
  font-size: 13px;
}

.about .price .item {
  padding: 40px 30px;
  border-radius: 5px;
  position: relative;
  z-index: 3;
  background-color: #12141c;
}

.about .price .item .best {
  position: absolute;
  top: -10px;
  left: -10px;
  height: 120px;
  width: 120px;
  overflow: hidden;
}

.about .price .item .best:before {
  content: "";
  width: 12px;
  height: 10px;
  background-color: #032f6f;
  position: absolute;
  right: 0;
  top: 0;
}

.about .price .item .best:after {
  content: "";
  width: 10px;
  height: 12px;
  background-color: #032f6f;
  position: absolute;
  left: 0;
  bottom: 0;
}

.about .price .item .best span {
  background-color: #063f90;
  color: #fff;
  padding: 10px 0;
  font-size: 12px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 30px;
  left: -37px;
  width: 140%;
  z-index: 2;
}

.about .price .type h5 {
  font-weight: 800;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.about .price .value {
  padding: 30px 0;
  margin-bottom: 30px;
  border-bottom: 1px solid #555;
}

.about .price .value h3 {
  font-size: 50px;
  font-weight: 800;
  display: inline-block;
  position: relative;
}

.about .price .value h3 span {
  font-size: 12px;
  position: absolute;
  top: 0;
  left: -10px;
}

.about .price .value p {
  padding: 0 30px;
  margin-top: 10px;
  font-size: 13px;
  opacity: 0.8;
}

.about .price .features {
  margin-bottom: 10px;
  overflow: hidden;
}

.about .price .features li {
  color: #999;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 20px;
}

.about .price .features .del {
  opacity: 0.7;
  display: inline-block;
  position: relative;
}

.about .price .features .del:after {
  content: "";
  width: 90%;
  height: 1px;
  background-color: #ddd;
  position: absolute;
  top: 50%;
  left: 5%;
}

.about .testimonials .owl-carousel {
  text-align: center;
}

.about .testimonials .item p {
  font-size: 16px;
  font-style: italic;
}

.about .testimonials .item p .icon {
  font-size: 20px;
  color: #063f90;
  opacity: 0.5;
}

.about .testimonials .client-area {
  margin-top: 30px;
}

.about .testimonials .client-area h6 {
  display: inline-block;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 15px;
  margin-right: 10px;
}

.about .testimonials .client-area span {
  font-size: 13px;
  font-weight: 500;
  color: #063f90;
  opacity: 0.8;
}

.about .testimonials .owl-carousel {
  overflow: hidden;
}

.about .numbers .facts {
  padding: 40px 15px;
  border-radius: 10px;
  background: #12141c;
  text-align: center;
}

.about .numbers .icon {
  color: #063f90;
  font-size: 25px;
  margin-bottom: 15px;
}

.about .numbers h4 {
  margin-bottom: 10px;
}

@media screen and (max-width: 575px) {
  .about .intro {
    font-size: 17px;
  }
}
.resume .exp > div,
.resume .edu > div {
  margin-bottom: 40px;
}

.resume .exp .date,
.resume .edu .date {
  letter-spacing: 1px;
  padding-top: 15px;
}

.resume .exp .date b,
.resume .edu .date b {
  font-size: 30px;
  font-weight: 700;
}

.resume .exp h6,
.resume .edu h6 {
  color: #777;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.resume .exp .right,
.resume .edu .right {
  padding-left: 30px;
  border-left: 1px solid #eee;
}

.resume .exp h4,
.resume .edu h4 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 15px;
  position: relative;
}

.resume .exp h4:after,
.resume .edu h4:after {
  content: "";
  width: 8px;
  height: 8px;
  background: #063f90;
  border-radius: 50%;
  position: absolute;
  left: -35px;
  top: 10px;
}

.resume .exp h4:before,
.resume .edu h4:before {
  content: "";
  width: 20px;
  height: 20px;
  background: #0d0f16;
  border-radius: 50%;
  position: absolute;
  left: -41px;
  top: 4px;
}

.resume .exp p,
.resume .edu p {
  font-size: 13px;
}

.resume .exp {
  margin-bottom: 80px;
}

.resume .skills .skill-category {
  color: #eee;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 20px;
}

.resume .skills .skill-item:last-child {
  margin-bottom: 0;
}

.resume .skills .skill-item h5 {
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.resume .skills .skill-progress {
  height: 5px;
  width: 100%;
  background: #2a2a2e;
  border-radius: 2px;
  position: relative;
}

.resume .skills .skill-progress .progres {
  position: absolute;
  width: 10%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 10px;
  background: #063f90;
  -webkit-transition: all 1.4s;
  transition: all 1.4s;
}

.resume .skills .skill-progress .progres:before {
  content: attr(data-value);
  position: absolute;
  top: -20px;
  right: 0;
  font-size: 10px;
  font-weight: 700;
}

.resume .see-website {
  font-size: 14px;
  letter-spacing: 2px;
  display: inline-block;
  margin-bottom: 15px;
  position: relative;
  z-index: 3;
  font-style: italic;
}

.resume .see-website:after {
  content: "";
  width: 100%;
  height: 10px;
  position: absolute;
  left: 0;
  bottom: -2px;
  background: #063f90;
  opacity: 0.4;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .resume .exp .date b,
  .resume .edu .date b {
    font-size: 22px;
  }
}
@media screen and (max-width: 575px) {
  .resume .exp .date,
  .resume .edu .date {
    margin-bottom: 30px;
    margin-left: 30px;
  }
  .resume .exp .date b,
  .resume .edu .date b {
    color: #063f90;
  }
  .resume .exp h4,
  .resume .edu h4 {
    font-size: 20px;
  }
  .resume .exp .right,
  .resume .edu .right {
    margin-left: 15px;
  }
}
.portfolio .filtering .filter {
  display: inline-block;
  margin-bottom: 20px;
}

.portfolio .filtering span {
  color: #999;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 5px;
  padding: 8px 20px;
  border: 1px solid #2a2a2e;
  border-radius: 30px;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.portfolio .filtering .active {
  background: #063f90;
  border-color: #063f90;
  color: #fff;
}

.portfolio .items {
  margin-top: 20px;
  padding: 0 10px;
}

.portfolio .item-img {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}

.portfolio .item-img:hover .item-img-overlay:after {
  width: 90%;
}

.portfolio .item-img:hover .item-img-overlay .icon {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.portfolio .item-img:hover .item-img-overlay p.first-p, .portfolio .item-img:hover .item-img-overlay h6, .portfolio .item-img:hover .item-img-overlay .des {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.portfolio .item-img:hover .item-img-overlay h6 {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.portfolio .item-img-overlay .des {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: transparent;
}

.portfolio .item-img:hover .item-img-overlay .des {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.portfolio .item-img:hover .item-img-overlay .des {
  background: rgba(0, 0, 0, 0.7098039216);
  padding: 15px;
  border-radius: 10px;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.project-concert .item-img-overlay:after {
  background-image: url(https://media3.giphy.com/media/v1.Y2lkPTc5MGI3NjExb2dzOXE0N2liMHUxeWdxNDk5b20yY2R6NnR0MGxjMTF1amhnZTRvZyZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/r6jrEccATOZ6U/giphy.gif);
  opacity: 0.8;
}

.project-jerseyave .item-img-overlay:after {
  background-image: url(https://i.gifer.com/7aYv.gif);
  opacity: 0.8;
}

.project-solocal .item-img-overlay:after {
  background-image: url(https://i.giphy.com/5UtdtSHWnhjfG5Sz8N.webp);
  opacity: 0.8;
}

.project-absolute .item-img-overlay:after {
  background-image: url(https://thumbs.gfycat.com/TightBlaringGoldfish-size_restricted.gif);
  opacity: 0.8;
}

.project-yao .item-img-overlay:after {
  background-image: url(https://media1.giphy.com/media/ElRQNGDelVQQg/giphy.gif);
  opacity: 0.8;
}

.project-yakarouler .item-img-overlay:after {
  background-image: url(https://i.pinimg.com/originals/c9/f4/f5/c9f4f5d9898adf9971199913ded31352.gif);
  opacity: 0.8;
}

.project-dabb .item-img-overlay:after {
  background-image: url(https://thumbs.gfycat.com/YearlyHilariousKakapo-size_restricted.gif);
  opacity: 0.8;
}

.project-ratp .item-img-overlay:after {
  background-image: url(https://media0.giphy.com/media/5YS2veXdeDhsI/giphy.gif);
  opacity: 0.8;
}

.project-limbo .item-img-overlay:after {
  background-image: url(https://media3.giphy.com/media/KYTxOrFEMghqM/giphy.gif);
  opacity: 0.8;
}

.project-hoy .item-img-overlay:after {
  background-image: url(https://media3.giphy.com/media/Xp97rUQOBBCWrsmysy/giphy.gif);
  opacity: 0.8;
}

.project-iji .item-img-overlay:after {
  background-image: url(https://media2.giphy.com/media/NTSRIuFBbdZIZ4m8UV/giphy.gif);
  opacity: 0.8;
}

.project-portfolio .item-img-overlay:after {
  background-image: url(https://media.giphy.com/media/9JrkkDoJuU0FbdbUZU/giphy.gif);
  opacity: 0.8;
}

.project-g21 .item-img-overlay:after {
  background-image: url(https://media.giphy.com/media/kHsVtskXyniSbGZzDl/giphy.gif);
  opacity: 0.8;
}

.project-santiane .item-img-overlay:after {
  background-image: url(https://media.giphy.com/media/5xtDarmhcyiIgmzWTXW/giphy.gif);
  opacity: 0.8;
}

.project-koala .item-img-overlay:after {
  background-image: url(https://media.giphy.com/media/NvGm4wbHod4He/giphy.gif);
  opacity: 0.8;
}

.project-duty .item-img-overlay:after {
  background-image: url(https://media.giphy.com/media/QW3aYzajZGGkKYjvda/giphy.gif);
  opacity: 0.8;
}

.project-afroartcity .item-img-overlay:after {
  background-image: url(https://media4.giphy.com/media/v1.Y2lkPTc5MGI3NjExOHZ0czF1bzNsYjB2eDgybW9ydGh1NnNpMDRscnhjZ3owa21lM2xobSZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/ey4zy9J3xzYzAQ2PA4/giphy.gif);
  opacity: 0.8;
}

.project-jerseyave-social .item-img-overlay:after {
  background-image: url(https://media1.giphy.com/media/v1.Y2lkPTc5MGI3NjExaXd6bTJ5OHcycTVod2xsZDJwYjcwbXNubmF4NnRlNHFzdHl3dTV4MyZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/MSizmBQbTMs7lLMUOM/giphy.gif);
  opacity: 0.8;
}

.p-tech {
  margin: 10px 0;
}

.p-tech u {
  margin-bottom: 3px;
  display: block;
}

.portfolio .item-img-overlay .paragraph {
  -webkit-transform: translateY(165px);
  transform: translateY(165px);
  -webkit-transition: all 0.3s;
}

.portfolio .item-img-overlay .paragraph p {
  font-size: 13px;
  line-height: 1.5;
}

.portfolio .item-img:hover .item-img-overlay .paragraph {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
  -webkit-transform: translateY(50px);
  transform: translateY(0);
}

.portfolio .item-img:hover .item-img-overlay .paragraph small {
  margin-top: 15px;
  display: block;
}

.portfolio .item-img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 30px;
  z-index: 3;
  overflow: hidden;
}

.portfolio .item-img-overlay:before {
  content: "";
}

.portfolio .item-img-overlay:after {
  content: "";
  width: 0;
  height: 90%;
  background-size: cover;
  position: absolute;
  top: 5%;
  left: 5%;
  -webkit-transition: all 0.4s cubic-bezier(0.57, 0.21, 0.69, 1.25);
  transition: all 0.4s cubic-bezier(0.57, 0.21, 0.69, 1.25);
  z-index: -1;
  background-position: center;
}

.portfolio .item-img-overlay .icon {
  position: absolute;
  right: 10%;
  top: 10%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  font-size: 20px;
  color: #063f90;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translateX(50px);
  transform: translateX(50px);
  opacity: 0;
  visibility: hidden;
  background: #fff;
}

.portfolio .item-img-overlay .icon:hover {
  color: rgba(0, 0, 0, 0.7098039216);
  background: #063f90;
}

.portfolio .item-img-overlay .des {
  position: absolute;
  bottom: 10%;
  left: 10%;
  overflow: hidden;
  width: 80%;
}

.portfolio .item-img-overlay h6 {
  color: #fff;
  font-weight: bold;
  font-size: 28px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.portfolio .item-img-overlay p.first-p {
  font-size: 15px;
  margin-top: 5px;
  margin-bottom: 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  color: #fff;
}

@media screen and (max-width: 575px) {
  .portfolio .filtering span {
    margin: 0;
    padding: 4px 10px;
  }
}
.blog .item {
  margin-bottom: 50px;
}

.blog .item .post-img {
  position: relative;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}

.blog .item .date {
  text-align: center;
  position: absolute;
  top: 30px;
  right: 30px;
  padding: 10px;
  border-radius: 5px;
  background: #063f90;
  color: #fff;
}

.blog .item .date span {
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: block;
  margin: 4px 0;
}

.blog .item .cont {
  padding: 40px 20px;
  width: calc(100% - 30px);
  margin-left: 15px;
  margin-top: -30px;
  position: relative;
  border-radius: 10px;
  background: #12141c;
  z-index: 3;
}

.blog .item .cont .tags {
  padding: 5px 10px;
  background: #063f90;
  color: #0d0f16;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.blog .item .cont h4 {
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 1.6;
  margin-bottom: 15px;
}

.blog .item .cont .more {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 30px;
  color: #063f90;
  border-bottom: 1px solid #2d2d32;
}

.contact-info .item {
  margin-bottom: 50px;
}

.contact-info .icon {
  background: #12141c;
  border: 1px solid #2a2a2e;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  font-size: 25px;
  color: #063f90;
  float: left;
}

.contact-info .cont {
  margin-left: 80px;
}

.contact-info .cont h6 {
  font-size: 16px;
  margin-bottom: 5px;
}

.contact-info .cont p {
  display: inline-block;
  font-size: 14px;
  border-bottom: 1px solid #2d2d32;
}
