/* declarring colors */
/* mixins */
/* header styling */
#header {
  position: relative;
  min-height: 100vh;
  background-image: url("img/header-bg.png");
  background-size: cover;
  background-position: center;
  background-color: #34495e;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden; }
  #header .content {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    text-align: center;
    padding-top: 10px; }
    #header .content h1 {
      position: relative;
      font-size: 0;
      letter-spacing: 3px;
      text-transform: uppercase;
      display: inline-block;
      color: #fff;
      padding-left: 30px;
      padding-right: 30px; }
      #header .content h1 span {
        position: relative;
        z-index: 1;
        font-size: 110px; }
    #header .content p {
      color: #fff;
      text-transform: uppercase;
      font-size: 19px;
      word-spacing: 3px; }
      #header .content p .char {
        position: relative;
        top: 20px;
        opacity: 0; }
    #header .content .buttons {
      margin-top: 30px; }
      #header .content .buttons a {
        display: inline-block;
        color: #fff;
        padding: 12px 60px;
        text-transform: uppercase;
        border: 2px solid #fff;
        border-radius: 50px;
        font-family: titillium-bold;
        position: relative;
        background-color: #2c3e50;
        transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        position: relative;
        bottom: 0; }
      #header .content .buttons a:first-of-type {
        margin-right: 12px; }
      #header .content .buttons a:nth-of-type(2) {
        margin-left: 12px; }
      #header .content .buttons a:hover {
        background-color: #273746;
        bottom: 3px; }
  #header .down {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    padding-bottom: 30px; }
    #header .down img {
      height: 40px;
      color: #fff;
      opacity: .5;
      position: relative;
      top: -5px;
      transition: all .2s ease-in-out;
      -webkit-transition: all .2s ease-in-out;
      -o-transition: all .2s ease-in-out;
      -moz-transition: all .2s ease-in-out;
      -ms-transition: all .2s ease-in-out;
      cursor: pointer; }
    #header .down img:hover {
      opacity: 1;
      top: 0; }

#header:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(44, 62, 80, 0.95); }

/* about section */
#about #about-works {
  cursor: pointer; }
#about .section-title {
  margin-bottom: 50px; }
#about .left p {
  margin-bottom: 10px; }
#about .right img {
  width: 100%; }

/* choose us section */
#choose {
  background-color: #2c3e50;
  padding-top: 0;
  padding-bottom: 0; }
  #choose .left {
    background-image: url("img/choose.png");
    background-size: cover;
    background-position: center;
    -webkit-clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
    position: relative; }
  #choose .left:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(44, 62, 80, 0.3); }
  #choose .right {
    padding-top: 100px;
    padding-bottom: 100px; }
    #choose .right .section-title {
      color: #fff; }
    #choose .right .section-title:after {
      background-color: #fff; }
    #choose .right .part {
      margin-bottom: 25px;
      overflow: hidden; }
      #choose .right .part .img-o {
        float: left;
        width: 80px;
        height: 80px;
        border-radius: 50%;
        margin-right: 20px;
        background-color: #fff;
        text-align: center;
        line-height: 80px; }
        #choose .right .part .img-o img {
          height: 50px; }
      #choose .right .part p {
        float: left;
        line-height: 80px;
        color: #fff;
        font-size: 22px;
        text-transform: capitalize;
        word-spacing: 3px; }
    #choose .right .part:last-of-type {
      margin-bottom: 0; }

/* services section */
#services {
  background-color: #f7f7f7; }
  #services .service-o {
    padding: 20px 15px; }
    #services .service-o .service {
      background-color: #fff;
      padding: 30px;
      -webkit-border-radius: 25px;
      -o-border-radius: 25px;
      -moz-border-radius: 25px;
      -ms-border-radius: 25px;
      border-radius: 25px;
      box-shadow: 0 7px 10px #e6e6e6;
      -webkit-box-shadow: 0 7px 10px #e6e6e6;
      -o-box-shadow: 0 7px 10px #e6e6e6;
      -moz-box-shadow: 0 7px 10px #e6e6e6;
      -ms-box-shadow: 0 7px 10px #e6e6e6; }
      #services .service-o .service img {
        margin-right: 5px;
        width: 50px; }
      #services .service-o .service span {
        font-family: titillium-bold;
        text-transform: capitalize;
        font-size: 19px;
        color: #333333; }
      #services .service-o .service p {
        margin-top: 10px;
        font-size: 15px; }
    #services .service-o .service:hover {
      box-shadow: 0 7px 10px #d2d2d2;
      -webkit-box-shadow: 0 7px 10px #d2d2d2;
      -o-box-shadow: 0 7px 10px #d2d2d2;
      -moz-box-shadow: 0 7px 10px #d2d2d2;
      -ms-box-shadow: 0 7px 10px #d2d2d2; }

/* portfolio */
#portfolio .buttons {
  font-size: 0;
  margin-bottom: 60px; }
  #portfolio .buttons button {
    display: inline-block;
    color: #888888;
    padding: 5px 25px;
    text-transform: uppercase;
    border: 2px solid #888888;
    font-family: titillium-bold;
    position: relative;
    margin-right: 15px;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s  ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    background-color: #fff;
    font-size: 13px;
    cursor: pointer;
    outline: 0; }
  #portfolio .buttons button:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 2px solid #34495e;
    z-index: -1;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
  #portfolio .buttons button:hover {
    border-color: #222222; }
  #portfolio .buttons button.mixitup-control-active {
    color: #34495e;
    border-color: #34495e; }
  #portfolio .buttons button.mixitup-control-active:before {
    -webkit-transform: translate(-6px, -6px);
    -o-transform: translate(-6px, -6px);
    -moz-transform: translate(-6px, -6px);
    -ms-transform: translate(-6px, -6px);
    transform: translate(-6px, -6px); }
#portfolio .projects-container .project-o a {
  display: block;
  cursor: pointer; }
#portfolio .projects-container .project-o .project {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden; }
  #portfolio .projects-container .project-o .project > img {
    width: 100%;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out; }
  #portfolio .projects-container .project-o .project .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(44, 62, 80, 0.95);
    opacity: 0; }
    #portfolio .projects-container .project-o .project .overlay .info {
      position: absolute;
      bottom: 20px;
      left: 20px; }
      #portfolio .projects-container .project-o .project .overlay .info .title {
        color: #fff;
        word-spacing: 4px;
        letter-spacing: 0;
        margin-bottom: 3px;
        opacity: 0;
        transform: rotateX(90deg);
        -webkit-transform: rotateX(90deg);
        -o-transform: rotateX(90deg);
        -moz-transform: rotateX(90deg);
        -ms-transform: rotateX(90deg); }
      #portfolio .projects-container .project-o .project .overlay .info p {
        color: #ccc;
        text-transform: capitalize;
        font-size: 15px;
        opacity: 0;
        transition-delay: .2s;
        transform: rotateX(90deg);
        -webkit-transform: rotateX(90deg);
        -o-transform: rotateX(90deg);
        -moz-transform: rotateX(90deg);
        -ms-transform: rotateX(90deg); }
#portfolio .projects-container .project-o .project:hover .overlay {
  opacity: 1; }
#portfolio .projects-container .project-o .project:hover .overlay .title {
  opacity: 1;
  transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg); }
#portfolio .projects-container .project-o .project:hover .overlay p {
  opacity: 1;
  transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg); }
#portfolio .projects-container .project-o .project:hover > img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1); }
#portfolio .projects-container .project-o .popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  background-color: #fff;
  z-index: 10000;
  padding-top: 100px;
  padding-bottom: 100px;
  overflow-y: scroll; }
  #portfolio .projects-container .project-o .popup img {
    width: auto;
    height: auto; }
  #portfolio .projects-container .project-o .popup .exit {
    position: absolute;
    right: 0;
    top: 0;
    padding: 15px;
    background-color: #bf1e1e;
    cursor: pointer; }
  #portfolio .projects-container .project-o .popup .exit:hover {
    background-color: #a81b1b; }
  #portfolio .projects-container .project-o .popup .content .left h2 {
    margin-bottom: 30px;
    letter-spacing: 0;
    word-spacing: 3px; }
  #portfolio .projects-container .project-o .popup .content .left img {
    max-width: 100%;
    margin-bottom: 20px; }
  #portfolio .projects-container .project-o .popup .content .left p {
    margin-bottom: 20px; }
  #portfolio .projects-container .project-o .popup .content .left .preview {
    margin-top: 30px; }
    #portfolio .projects-container .project-o .popup .content .left .preview a {
      display: inline-block;
      padding-top: 10px;
      padding-bottom: 10px;
      width: 200px;
      text-align: center;
      border: 2px solid #34495e;
      text-transform: uppercase;
      font-size: 17px;
      border-radius: 50px;
      color: #fff; }
    #portfolio .projects-container .project-o .popup .content .left .preview a.prev {
      background-color: #34495e;
      margin-right: 20px; }
    #portfolio .projects-container .project-o .popup .content .left .preview a.buy {
      background-color: #28bf5c;
      border-color: #28bf5c; }
    #portfolio .projects-container .project-o .popup .content .left .preview a.buy:hover {
      background-color: #25aa53;
      border-color: #25aa53; }
    #portfolio .projects-container .project-o .popup .content .left .preview a.prev:hover {
      background-color: #2c3e50; }
  #portfolio .projects-container .project-o .popup .content .right .info {
    background-color: #efefef;
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 20px; }
    #portfolio .projects-container .project-o .popup .content .right .info .part {
      margin-bottom: 20px; }
      #portfolio .projects-container .project-o .popup .content .right .info .part img {
        margin-right: 10px;
        height: 32px; }
      #portfolio .projects-container .project-o .popup .content .right .info .part span {
        text-transform: uppercase;
        color: #888888;
        font-weight: bold;
        font-size: 14px; }
    #portfolio .projects-container .project-o .popup .content .right .info .part:last-of-type {
      margin-bottom: 0; }
  #portfolio .projects-container .project-o .popup .content .right .tags h3 {
    text-transform: uppercase;
    margin-bottom: 25px; }
  #portfolio .projects-container .project-o .popup .content .right .tags span {
    text-transform: lowercase;
    display: inline-block;
    color: #efefef;
    font-size: 14px;
    background-color: #102b3f;
    padding: 10px 20px;
    border-radius: 10px;
    margin-right: 2px;
    margin-top: 5px; }
#portfolio .more {
  clear: both;
  margin-top: 30px;
  text-align: center; }

/* statistics */
#statistics {
  background-color: #2c3e50;
  -webkit-clip-path: polygon(50% 0%, 100% 12%, 100% 88%, 50% 100%, 0 88%, 0 12%);
  clip-path: polygon(50% 0%, 100% 12%, 100% 88%, 50% 100%, 0 88%, 0 12%);
  padding-top: 120px;
  padding-bottom: 120px; }
  #statistics .sta {
    text-align: center; }
    #statistics .sta .top {
      display: inline-block;
      overflow: hidden;
      margin-bottom: 10px; }
      #statistics .sta .top img {
        width: 60px;
        float: left; }
      #statistics .sta .top .num {
        float: left;
        font-size: 40px;
        color: #fff;
        font-family: titillium-bold;
        margin-left: 20px; }
    #statistics .sta .title {
      clear: both;
      color: #eee;
      text-transform: uppercase;
      font-size: 18px; }

/* team */
#team .team-slider .member {
  position: relative;
  overflow: hidden; }
  #team .team-slider .member .overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(29, 29, 29, 0.8);
    opacity: 0; }
  #team .team-slider .member img {
    width: 100%; }
  #team .team-slider .member .info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    background-color: #34495e;
    padding: 20px 10px;
    -webkit-clip-path: polygon(50% 0%, 100% 12%, 100% 100%, 0 100%, 0 12%);
    clip-path: polygon(50% 0%, 100% 12%, 100% 100%, 0 100%, 0 12%);
    transform: translateY(50px);
    -webkit-transform: translateY(50px);
    -o-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px); }
    #team .team-slider .member .info .name {
      color: #eee;
      text-transform: capitalize; }
    #team .team-slider .member .info .job {
      color: #fff;
      font-family: titillium-bold;
      text-transform: uppercase; }
  #team .team-slider .member .social-media {
    margin-top: 10px;
    word-spacing: 3px; }
    #team .team-slider .member .social-media i {
      color: #fff;
      width: 30px;
      height: 30px;
      line-height: 30px;
      background-color: #2c3e50;
      font-size: 12px;
      border-radius: 50%; }
    #team .team-slider .member .social-media a:hover i {
      background-color: #fff;
      color: #34495e; }
#team .team-slider .member:hover .overlay {
  opacity: 1; }
#team .team-slider .member:hover .info {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0); }
#team .owl-nav {
  margin-top: 30px;
  word-spacing: 20px; }
  #team .owl-nav button {
    outline: 0;
    font-size: 25px;
    margin-left: 10px;
    margin-right: 10px;
    color: #222222;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    opacity: .8; }
  #team .owl-nav button:hover {
    background-color: transparent;
    color: #2c3e50;
    opacity: 1; }

/* testimonials */
#testimonials {
  background-color: #34495e;
  background-image: url("img/test-bg.png");
  background-size: cover;
  background-position: center;
  position: relative; }
  #testimonials .section-title {
    color: #fff; }
  #testimonials .section-title:after {
    background-color: #fff; }
  #testimonials .comments-slider .comment {
    background-color: rgba(39, 55, 70, 0.65);
    padding: 25px 30px;
    -webkit-border-radius: 20px;
    -o-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    text-align: center; }
    #testimonials .comments-slider .comment .text {
      margin-bottom: 15px;
      color: #eee;
      font-style: italic; }
    #testimonials .comments-slider .comment .text:before {
      content: '" '; }
    #testimonials .comments-slider .comment .text:after {
      content: ' "'; }
    #testimonials .comments-slider .comment .stars {
      width: 100px;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 7px; }
    #testimonials .comments-slider .comment .name {
      text-transform: capitalize;
      color: #fff;
      font-style: italic;
      font-family: titillium-bold;
      font-size: 15px; }
  #testimonials .comments-slider .owl-dots {
    margin-top: 20px; }
    #testimonials .comments-slider .owl-dots .owl-dot {
      outline: 0; }
      #testimonials .comments-slider .owl-dots .owl-dot span {
        width: 12px;
        height: 12px;
        background-color: #fff;
        transition: all .3s ease-in-out;
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        opacity: .1; }
    #testimonials .comments-slider .owl-dots .owl-dot.active span {
      background-color: #fff;
      opacity: 1; }
  #testimonials .img-o {
    text-align: center; }
    #testimonials .img-o img {
      width: 200px; }

#testimonials:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(44, 62, 80, 0.95); }

/* blog */
#blog {
  background-color: #f7f7f7;
  position: relative;
  z-index: 0; }
  #blog .post {
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 0 15px #d6d6d6;
    -webkit-box-shadow: 0 0 15px #d6d6d6;
    -o-box-shadow: 0 0 15px #d6d6d6;
    -moz-box-shadow: 0 0 15px #d6d6d6;
    -ms-box-shadow: 0 0 15px #d6d6d6; }
    #blog .post img {
      width: 100%;
      margin-bottom: 10px; }
    #blog .post .title {
      margin-bottom: 10px;
      letter-spacing: 0; }
    #blog .post .title:hover {
      color: #888888; }
    #blog .post .excerpt {
      margin-bottom: 15px; }
    #blog .post .more {
      display: inline-block;
      color: #fff;
      background-color: #34495e;
      padding: 10px 30px;
      -webkit-border-radius: 50px;
      -o-border-radius: 50px;
      -moz-border-radius: 50px;
      -ms-border-radius: 50px;
      border-radius: 50px;
      text-transform: uppercase;
      font-size: 14px; }
    #blog .post .more:hover {
      background-color: #2c3e50; }
  #blog .more-o {
    text-align: center;
    clear: both;
    margin-top: 50px; }

/* contact section */
#contact .form-o {
  padding-right: 50px; }
  #contact .form-o .wpcf7-form p {
    margin-bottom: 25px; }
    #contact .form-o .wpcf7-form p .wpcf7-form-control-wrap .wpcf7-form-control {
      width: 100%;
      border: 2px solid #eee;
      padding: 15px 20px;
      outline: 0;
      color: #888888;
      transition: all .3s ease-in-out;
      -webkit-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      -ms-transition: all .3s ease-in-out;
      -moz-transition: all .3s ease-in-out;
      -webkit-border-radius: 20px;
      -o-border-radius: 20px;
      -moz-border-radius: 20px;
      -ms-border-radius: 20px;
      border-radius: 20px; }
    #contact .form-o .wpcf7-form p .wpcf7-form-control-wrap textarea {
      min-height: 100px;
      resize: vertical; }
    #contact .form-o .wpcf7-form p .wpcf7-form-control-wrap .wpcf7-form-control:focus {
      box-shadow: 0 2px 2px #d9d9d9; }
    #contact .form-o .wpcf7-form p .wpcf7-form-control-wrap .wpcf7-submit {
      width: auto;
      color: #fff;
      background-color: #34495e;
      padding: 15px 50px;
      -webkit-border-radius: 50px;
      -o-border-radius: 50px;
      -moz-border-radius: 50px;
      -ms-border-radius: 50px;
      border-radius: 50px;
      text-transform: uppercase;
      font-size: 15px;
      font-family: titillium-bold;
      word-spacing: 4px;
      border: 0;
      cursor: pointer; }
    #contact .form-o .wpcf7-form p .wpcf7-form-control-wrap .wpcf7-submit:hover {
      background-color: #2c3e50; }
#contact .right {
  padding-left: 50px; }
  #contact .right .part {
    margin-bottom: 20px; }
    #contact .right .part i {
      width: 65px;
      height: 65px;
      line-height: 55px;
      color: #fff;
      background-color: #34495e;
      text-align: center;
      margin-right: 15px;
      -webkit-border-radius: 50%;
      -o-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%;
      font-size: 17px;
      padding: 5px;
      position: relative; }
    #contact .right .part .text {
      color: #888888;
      text-transform: capitalize;
      font-family: titillium-regular;
      font-size: 18px;
      word-spacing: 5px; }
    #contact .right .part .text.email {
      text-transform: lowercase; }
  #contact .right .part:last-of-type {
    margin-bottom: 0; }

/* responsivity */
/* header */
@media (max-width: 772px) {
  #header .content h1 span {
    font-size: 90px; }

  #header .content p {
    font-size: 18px; }

  #header .content .buttons {
    margin-top: 35px; }

  #header .content .buttons a {
    font-size: 15px;
    padding: 10px 40px; } }
@media (max-width: 547px) {
  #header .content h1 span {
    font-size: 60px; }

  #header .content h1:before {
    border-width: 10px;
    height: 25px; }

  #header .content p {
    font-size: 16px; }

  #header .down {
    padding-bottom: 10px; }

  #header .content .buttons {
    margin-top: 20px; } }
@media (max-width: 424px) {
  #header .content p {
    margin-bottom: 20px; }

  #header .content .buttons a {
    display: block;
    width: 180px; }

  #header .content .buttons a:first-of-type {
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto; }

  #header .content .buttons a:nth-of-type(2) {
    margin-left: auto;
    margin-right: auto; } }
@media (max-width: 345px) {
  #header .content h1 span {
    font-size: 40px; } }
@media (max-width: 331px) {
  #header .content h1 {
    padding-left: 0;
    padding-right: 0; }

  #header .content h1:before {
    display: none; } }
/* about */
@media (max-width: 767px) {
  #about .right {
    text-align: center;
    padding-top: 20px; }

  #about .right img {
    margin-top: 30px;
    max-width: 300px; } }
@media (max-width: 991px) {
  #choose .left {
    display: none; }

  #choose {
    padding-left: 100px; } }
@media (max-width: 600px) {
  #choose {
    padding-left: 20px; } }
@media (max-width: 460px) {
  #choose {
    padding-left: 0; }

  #choose .right .part p {
    font-size: 18px;
    line-height: 65px; }

  #choose .right .part .img-o {
    width: 65px;
    height: 65px;
    line-height: 65px;
    margin-right: 8px; }

  #choose .right .part .img-o img {
    height: 40px; } }
@media (max-width: 277px) {
  #choose .right .part p {
    font-size: 16px; } }
/* portfolio */
@media (max-width: 470px) {
  #portfolio .buttons button {
    display: inline-block;
    min-width: 110px;
    margin-bottom: 15px; }

  #portfolio .buttons button:last-of-type {
    margin-bottom: 0; } }
/* popup */
@media (max-width: 767px) {
  #portfolio .projects-container .project-o .popup .content .left .preview {
    margin-bottom: 30px; } }
@media (max-width: 431px) {
  #portfolio .projects-container .project-o .popup .content .left .preview a.prev {
    margin-bottom: 10px; } }
/* statistics */
@media (max-width: 991px) {
  #statistics {
    -webkit-clip-path: none;
    clip-path: none; }

  #statistics .sta:nth-of-type(3) {
    margin-top: 50px; }

  #testimonials .img-o {
    padding-top: 25px; } }
@media (max-width: 767px) {
  #statistics .sta {
    margin-bottom: 50px; }

  #statistics .sta:nth-of-type(3) {
    margin-top: 0;
    margin-bottom: 0; } }
@media (max-width: 525px) {
  #testimonials .comments-slider .comment {
    padding: 25px 20px; } }
/* blog */
@media (max-width: 991px) {
  #blog .post-o {
    margin-bottom: 30px; }

  #blog .post-o:last-of-type {
    margin-bottom: 0; } }
@media (max-width: 500px) {
  #blog .post {
    padding: 15px; } }
/* contact */
@media (max-width: 991px) {
  #contact .form-o {
    margin-bottom: 50px; }

  #contact .right {
    padding-left: 15px; } }
@media (max-width: 400px) {
  #contact .form-o {
    padding-right: 15px; } }
@media (max-width: 292px) {
  #contact .right .part .text {
    font-size: 15px; } }
