/*
* -----------------------------------------------------------
* Template Name    : Krafitech | Multipurpose Business HTML5 Template
* Author           : Krafitech
* Version          : 1.0.0
* Created          : February 2021
* File Description : Main css file of the template
* ------------------------------------------------------------
*/
/************************
* ------------------------
1.FONTS
2.VARIABLE
3.MIXIN
4.CSS RESET
5.PUBLIC
6.HELPERS
7.TYPOGRAPHY
8.COMPONENTS
9.HEADER
10.FOOTER
11.PRELOADER
12.SOCIALS
13.PLUGINS
14.PUBLIC SECTIONS
15.HOME PAGE SECTION
16.PAGES
17.MEDIA QUERIES
* ------------------------
*************************/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&amp;display=swap");
html, body, div, span,
h1, h2, h3, h4, h5, h6, p,
a, img, small, strong, i, ul, li,
fieldset, form, label, table, caption,
tbody, tfoot, thead, tr, th, td,
article, aside, figure, figcaption, footer,
header, nav, section, audio, video {
  margin: 0;
  padding: 0;
  border: 0; }

article, aside, figcaption, figure,
footer, header, nav, section {
  display: block; }

ul {
  list-style: none; }

body {
  font-family: 'Montserrat', sans-serif;
  background: #E6E8F0;
  color:#3f3f3f;
  overflow-x: hidden; }
.social-networks{
  list-style: none;
}
.social-networks li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.3s;
 }
  .social-networks li a:hover {
    transform: translateY(-3px); }

.container {
  max-width: 1130px; }

.animated.delay-0-2s {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }

.animated.delay-0-4s {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s; }

.icon.pink-shadow img {
  filter: drop-shadow(0px 13px 7px rgba(255, 0, 114, 0.25));
  width: 20px;
}

.icon.brown-shadow img {
  filter: drop-shadow(0px 13px 7px rgba(222, 168, 97, 0.5)); 
  width: 20px;
}

.icon.blue-shadow img {
  filter: drop-shadow(0px 13px 7px rgba(0, 178, 255, 0.25));
  width: 20px;
}

.icon.gray-shadow img {
  filter: drop-shadow(0px 13px 7px rgba(221, 235, 255, 0.5)); 
  width: 20px;
}

h1, h2, h3, h4 {
  font-family: 'Merriweather', serif; }

h5, h6 {
  font-family: 'Montserrat', sans-serif; }

h1 {
  display: inline-block;
  font-size: 39px;
  line-height: 58px;
  font-weight: 700;
  margin-bottom: 16px; }
  h1 .colorful {
    position: relative;
    background: #28ebe8;
    background: linear-gradient(45deg, #28ebe8 33%, #eca81b 79%, #fb832f 92%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 0 7px; }
    h1 .colorful:before {
      content: "";
      position: absolute;
      background: #242424;
      width: 100%;
      height: 110%;
      z-index: -1;
      left: 0; 
      border-radius: 5px;
    }

h2 {
  font-weight: bold;
  font-size: 32px;
  line-height: 48px;
  margin-bottom: 60px; }

h3 {
  display: inline-block;
  margin-bottom: 18px;
  color: #ffffff;
  background: #2EAFD8;
  font-size: 27px;
  font-weight: 600;
  padding: 8px 13px; }
  h3.light-bg {
    background: #FFFFFF;
    color: black; }

h4 {
  font-weight: 500;
  font-size: 23px;
  line-height: 34px; }

h5 {
  font-weight: 500;
  font-size: 15px; }

p {
  font-size: 16px;
  line-height: 28px; }

.counter {
  display: flex; }
  .counter .item {
    position: relative;
    font-size: 22px; }
    .counter .item:hover .tooltip-custom {
      visibility: visible;
      opacity: 1; }
    .counter .item:not(:first-child) {
      margin-left: 34px; }
    .counter .item .number {
      display: inline-block;
      margin-left: 12px;
      vertical-align: 1px; }
    .counter .item .tooltip-custom {
      position: absolute;
      visibility: hidden;
      opacity: 0;
      background: #242424;
      color: #ffffff;
      font-size: 15px;
      white-space: nowrap;
      padding: 4px 8px;
      bottom: -15px;
      left: 14px;
      transition: all 0.3s; }

.plan-categories ul {
  display: flex;
  justify-content: center; }
  .plan-categories ul li.active a:before {
    opacity: 1;
    transform: scale(1); }
  .plan-categories ul li a {
    position: relative;
    display: inline-block;
    color: #434343;
    text-decoration: none;
    padding: 13px 25px;
    margin: 0 8px; }
    .plan-categories ul li a:before {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      border-radius: 74px;
      background: #ffffff;
      top: 0;
      left: 0;
      opacity: 0;
      z-index: -1;
      transform: scale(0);
      transition: all 0.3s; }

.plan-item.basic-plan {
  margin-top: 152px; }
  .plan-item.basic-plan img {
    filter: drop-shadow(0 13px 19px rgba(222, 168, 97, 0.48)); }

.plan-item.standard-plan {
  margin-top: 76px; }
  .plan-item.standard-plan img {
    filter: drop-shadow(0 13px 19px rgba(75, 166, 248, 0.36)); }

.plan-item.best-plan img {
  filter: drop-shadow(0 13px 19px rgba(249, 240, 125, 0.62)); }

.plan-item .plan-item-wrap {
  position: relative;
  background: #ffffff;
  height: 1200px;
  width: 350px;
  border-radius: 50px;
  margin: auto;
  transition: all 0.5s; }
  .plan-item .plan-item-wrap:hover {
    box-shadow: 0px 43px 120px 0px rgba(0, 0, 0, 0.1); }
  .plan-item .plan-item-wrap .ribbon {
    position: absolute;
    width: 120px;
    height: 134px;
    left: -9px;
    top: -8px; }
    .plan-item .plan-item-wrap .ribbon:before {
      content: "";
      position: absolute;
      background: url(../images/pricing_plan/ribbon.png);
      background-repeat: no-repeat;
      width: 120px;
      height: 134px;
      left: 0;
      top: 0;
      z-index: 1; }
    .plan-item .plan-item-wrap .ribbon span {
      position: absolute;
      top: 60px;
      left: 25px;
      z-index: 1;
      transform-origin: bottom left;
      transform: rotate(-45deg);
      color: #ffffff; }
  .plan-item .plan-item-wrap .icon img {
    margin-top: -48px; }
  .plan-item .plan-item-wrap .title {
    font-style: italic;
    margin-top: 29px; }
  .plan-item .plan-item-wrap .price {
    display: block;
    margin-top: 20px;
    margin-bottom: 67px;
    font-style: italic; }
    .plan-item .plan-item-wrap .price .number {
      font-size: 40px;
      color: #27a45f;
      font-weight: bold; }
    .plan-item .plan-item-wrap .price .time {
      color: #434343; }
  .plan-item .plan-item-wrap .feature-list {
    padding-left: 60px; }
    .plan-item .plan-item-wrap .feature-list li {
      color: #434343;
      font-size: 15px;
      margin-bottom: 0px;
      text-align: left; }
      .plan-item .plan-item-wrap .feature-list li i {
        color: #27a45f;
        background: #9effde;
        border-radius: 10px;
        padding: 4px; }
  .plan-item .plan-item-wrap .colorful-button {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 56px; }

.projects .projects-filters {
  margin-bottom: 75px; }
  .projects .projects-filters ul {
    display: flex;
    justify-content: center;
    text-align: center; }
    .projects .projects-filters ul li.active a:before {
      opacity: 1;
      transform: scale(1); }
    .projects .projects-filters ul li a {
      position: relative;
      display: inline-block;
      color: #434343;
      text-decoration: none;
      padding: 13px 25px;
      margin: 0 8px; }
      .projects .projects-filters ul li a:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 74px;
        background: #ffffff;
        top: 0;
        left: 0;
        opacity: 0;
        z-index: -1;
        transform: scale(0);
        transition: all 0.3s; }

.projects .projects-items figure {
  position: relative;
  margin-bottom: 95px;
  overflow: hidden; }
  .projects .projects-items figure .wrap {
    position: relative;
    width: 550px;
    height: 650px;
    margin: auto; }
    .projects .projects-items figure .wrap:hover h4 {
      bottom: 50px; }
    .projects .projects-items figure .wrap img {
      border-radius: 50px; 
      border: solid #6262bb 20px;
      padding: 10px;
      height: 100%;
      box-shadow: inset 0px 0px 20px 0px #6363bba8;
    }
  .projects .projects-items figure h4 {
    display: flex;
    position: absolute;
    justify-content: center;
    align-items: center;
    background: #242424;
    color: #ffffff;
    width: 450px;
    height: 100px;
    border-radius: 40px;
    padding: 0 12px;
    line-height: 34px;
    left: 50%;
    bottom: -200px;
    transform: translateX(-50%);
    transition: all 0.3s; }
    .projects .projects-items figure h4:hover {
      background: #6262bb;
      color: #ffffff; }

.colorful-button {
  display: inline-block;
  background-image: linear-gradient(to left, #4086ff 0%, #3399ff 22%, #23e6e3 49%, #c2c53e 93%);
  background-size: 100% 100%;
  animation: bg-colorful 3.5s infinite;
  border-radius: 19px;
  white-space: nowrap;
  transition: all 0.8s; }
  .colorful-button.gray-style {
    background: #ccd3db; }
    .colorful-button.gray-style:hover {
      background-image: linear-gradient(to left, #4086ff 0%, #3399ff 22%, #23e6e3 49%, #c2c53e 93%); }
  .colorful-button.bg-titan:hover a,
  .colorful-button.bg-titan:hover button {
    color: #242424;
    background-color: #9effde; }
    .colorful-button.bg-titan:hover a i,
    .colorful-button.bg-titan:hover button i {
      color: #242424; }
  .colorful-button.bg-titan a,
  .colorful-button.bg-titan button {
    background-color: #E6E8F0; }
  .colorful-button:hover a,
  .colorful-button:hover button {
    background-color: #E8FFF1; }
    .colorful-button:hover a i,
    .colorful-button:hover button i {
      right: 13px; }
  .colorful-button a,
  .colorful-button button {
    display: block;
    position: relative;
    color: #242424;
    text-decoration: none;
    background-color: #ffffff;
    border-radius: 19px;
    padding: 8px 38px 8px 17px;
    background-clip: padding-box;
    border: 3px solid transparent;
    transition: background-color 0.8s; }
    .colorful-button a:focus,
    .colorful-button button:focus {
      outline: none; }
    .colorful-button a i,
    .colorful-button button i {
      position: absolute;
      right: 17px;
      top: 50%;
      transform: translateY(-50%);
      font-size: 12px;
      transition: all 0.3s; }

@keyframes bg-colorful {
  0% {
    background-size: 100% 100%; }
  50% {
    background-size: 400% 400%; }
  100% {
    background-size: 100% 100%; } }

.breadcrumb {
  display: flex;
  align-items: center;
  background: transparent;
  margin: 0;
  padding: 0;
  margin-bottom: 32px;
  color: #242424; }
  .breadcrumb .prev-link a {
    color: #434343;
    text-decoration: none;
    transition: all 0.3s; }
    .breadcrumb .prev-link a:hover {
      color: #434343; }
  .breadcrumb .arrow-right {
    margin: 0 9px;
    font-size: 12px;
    font-weight: bold; }
    .breadcrumb .arrow-right.prev-link-arrow {
      color: #434343; }

.feature-box {
  text-align: center; }
  .feature-box .box-wrap {
    position: relative;
    padding-bottom: 15px; }
    .feature-box .box-wrap:before {
      content: "";
      position: absolute;
      width: 100%;
      height: 130%;
      top: -15%;
      left: 0%;
      background: #fff;
      border-radius: 50px;
      z-index: -1;
      transform: scale(0) rotate(100deg);
      transition: all 0.5s; }
    .feature-box .box-wrap:hover:before {
      transform: scale(1); }
    .feature-box .box-wrap:hover .icon.pink-shadow img {
      filter: drop-shadow(0px 13px 16px rgba(255, 0, 114, 0.35)); }
    .feature-box .box-wrap:hover .icon.brown-shadow img {
      filter: drop-shadow(0px 13px 16px rgba(222, 168, 97, 0.8)); }
    .feature-box .box-wrap:hover .icon.blue-shadow img {
      filter: drop-shadow(0px 13px 16px rgba(0, 178, 255, 0.25)); }
    .feature-box .box-wrap:hover .icon.gray-shadow img {
      filter: drop-shadow(0px 13px 16px rgba(221, 235, 255, 0.6)); }
    .feature-box .box-wrap .icon {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 59px;
      height: 59px;
      margin: auto;
      border-radius: 26px;
      background: #ffffff; 
    transition: linear .3s;
    }
      .feature-box .box-wrap .icon img {
        transition: all 0.5s; }
    .feature-box .box-wrap h4 {
      margin-top: 24px;
      margin-bottom: 16px; }
    .feature-box .box-wrap p {
      font-size: 15px;
      color: #434343;
      max-width: 280px;
      margin: auto; }

.blog-item {
  width: 445px;
  margin: auto; }
  .blog-item.blog-item-large {
    width: unset; }
    .blog-item.blog-item-large .blog-item-wrap {
      width: 518px;
      height: 645px; }
      .blog-item.blog-item-large .blog-item-wrap .image img {
        width: 423px;
        height: 241px; }
      .blog-item.blog-item-large .blog-item-wrap .post-info {
        display: flex;
        padding-top: 208px;
        padding-left: 83px;
        margin-bottom: 40px; }
        .blog-item.blog-item-large .blog-item-wrap .post-info .time {
          font-size: 15px;
          color: #434343;
          font-style: italic;
          padding-top: unset !important;
          padding-left: unset !important;
          margin-top: unset !important;
          margin-bottom: unset !important; }
        .blog-item.blog-item-large .blog-item-wrap .post-info .category {
          margin-left: 20px; }
          .blog-item.blog-item-large .blog-item-wrap .post-info .category a {
            font-size: 15px;
            color: #434343;
            font-style: italic;
            text-decoration: none;
            transition: all 0.3s; }
            .blog-item.blog-item-large .blog-item-wrap .post-info .category a:hover {
              color: #626262; }
      .blog-item.blog-item-large .blog-item-wrap .description {
        padding-left: 83px;
        padding-right: 20px;
        margin-top: 16px; }
  .blog-item .blog-item-wrap {
    position: relative;
    border-radius: 50px;
    background-color: #ffffff;
    width: 457px;
    height: 516px;
    margin: auto; }
    .blog-item .blog-item-wrap .image img {
      position: absolute;
      border-radius: 50px;
      background-color: #ffffff;
      width: 333px;
      height: 202px;
      object-fit: cover;
      top: -78px;
      left: 50%;
      transform: translateX(-50%); }
      .blog-item .blog-item-wrap .image img.orange-shadow {
        box-shadow: 0px 48px 60px 0px rgba(255, 192, 0, 0.27); }
      .blog-item .blog-item-wrap .image img.pink-shadow {
        box-shadow: 0px 48px 60px 0px rgba(255, 57, 135, 0.2); }
    .blog-item .blog-item-wrap .time {
      font-size: 15px;
      color: #434343;
      font-style: italic;
      padding-top: 167px;
      padding-left: 83px;
      margin-top: 40px;
      margin-bottom: 26px; }
    .blog-item .blog-item-wrap .title {
      font-weight: bold;
      padding-left: 83px;
      padding-right: 20px;
      background: #FFFFFF; }
      .blog-item .blog-item-wrap .title a {
        display: inline-block;
        color: #242424;
        text-decoration: none;
        transition: all 0.3s; }
        .blog-item .blog-item-wrap .title a:hover {
          color: #434343; }
    .blog-item .blog-item-wrap .author-info {
      position: absolute;
      text-align: center;
      width: 100%;
      bottom: 46px; }
      .blog-item .blog-item-wrap .author-info img {
        width: 49px;
        height: 49px;
        object-fit: cover;
        border-radius: 22px;
        margin: auto; }
      .blog-item .blog-item-wrap .author-info h4.name {
        font-size: 15px;
        color: #434343;
        margin-top: 20px; }
        .blog-item .blog-item-wrap .author-info h4.name span {
          color: #434343; }

input.form-control {
  font-size: 15px;
  border-radius: 20px;
  background-color: #ffffff;
  color: #242424;
  padding: 29px 28px;
  border: none;
  outline: none;
  transition: all 0.6s; }
  input.form-control.bg-titan {
    background-color: #E6E8F0; }
  input.form-control:focus {
    background: #242424;
    box-shadow: none;
    color: #ffffff; }
    input.form-control:focus::-webkit-input-placeholder {
      color: #ffffff; }
    input.form-control:focus:-ms-input-placeholder {
      color: #ffffff; }
    input.form-control:focus::placeholder {
      color: #ffffff; }
    input.form-control:focus ~ {
      color: #ffffff !important; }

textarea.form-control {
  border: 0;
  resize: none;
  height: 254px;
  border-radius: 20px;
  font-size: 15px;
  padding: 22px 28px;
  transition: all 0.6s; }
  textarea.form-control.bg-titan {
    background-color: #E6E8F0; }
  textarea.form-control:focus {
    background: #242424;
    box-shadow: none;
    color: #ffffff; }
    textarea.form-control:focus::-webkit-input-placeholder {
      color: #ffffff; }
    textarea.form-control:focus:-ms-input-placeholder {
      color: #ffffff; }
    textarea.form-control:focus::placeholder {
      color: #ffffff; }

#hero_section {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../images/public/wavy-bg-3.svg);
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 230px;
  margin-top: -26px;
  margin-bottom: 50px; 
margin-top: 70px;
margin-bottom: 140px;}
  #hero_section .row {
    align-items: center; }
  #hero_section .content {
    padding-right: 0; }
    #hero_section .content .content-wrap h1 {
      transition: all 0.5s; }
      #hero_section .content .content-wrap h1:hover {
        letter-spacing: 2px; }
    #hero_section .content .content-wrap .title {
      margin-bottom: 15px; }
    #hero_section .content .content-wrap p.description {
      color: #242424;
      max-width: 560px;
      margin-bottom: 54px; }
    #hero_section .content .content-wrap .contact-info {
      display: flex;
      color: #242424; }
      #hero_section .content .content-wrap .contact-info .phone {
        margin-right: 51px;
        white-space: nowrap; }
      #hero_section .content .content-wrap .contact-info .phone,
      #hero_section .content .content-wrap .contact-info .address {
        display: flex;
        align-items: center; }
        #hero_section .content .content-wrap .contact-info .phone i,
        #hero_section .content .content-wrap .contact-info .address i {
          font-size: 22px;
          margin-right: 15px; }
        #hero_section .content .content-wrap .contact-info .phone p,
        #hero_section .content .content-wrap .contact-info .address p {
          font-size: 19px; }
    #hero_section .content .content-wrap .service-items {
      display: flex;
      flex-wrap: wrap; }
      #hero_section .content .content-wrap .service-items li {
        display: flex;
        font-size: 15px;
        color: #434343;
        margin-right: 33px;
        margin-bottom: 31px; }
        #hero_section .content .content-wrap .service-items li i {
          display: flex;
          justify-content: center;
          align-items: center;
          font-size: 13px;
          margin-right: 11px;
          color: #27a45f;
          background: #9effde;
          width: 24px;
          height: 24px;
          border-radius: 50px; }
  #hero_section .image {
    position: relative;
    z-index: 1; }
    #hero_section .image .image-wrap {
      width: 425px;
      height: 696px;
      overflow: hidden;
      border-radius: 50px;
      margin-top: 9px;
      margin-left: auto; }
      #hero_section .image .image-wrap img {
        width: 425px;
        height: 696px;
        object-fit: cover;
        border-radius: 50px;
        transition: all 0.9s; }
        #hero_section .image .image-wrap img:hover {
          transform: scale(1.1);
          filter: saturate(150%) sepia(0.2) brightness(100%); }
    #hero_section .image .shapes-section [class^=shape] {
      position: absolute;
      z-index: -1; }
    #hero_section .image .shapes-section .shape-1 {
      bottom: -54px;
      left: 32px; }
    #hero_section .image .shapes-section .shape-2 {
      top: 220px;
      right: -110px; }
  #hero_section > .shapes-section .shape-1 {
    position: absolute;
    top: 138px;
    left: 58px;
    z-index: -1; }

.to-top-button {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s; }
  .to-top-button.show-button {
    visibility: visible;
    opacity: 1; }
  .to-top-button button {
    width: 38px;
    height: 38px;
    background: #242424;
    color: #FFFFFF;
    border-radius: 15px;
    outline: none;
    border: none;
    transition: all 0.6s; }
    .to-top-button button:hover {
      background: #434343; }

header {
  position: relative;
  z-index: 11; }
  header:before {
    visibility: hidden;
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000061;
    opacity: 0;
    z-index: -1;
    transition: opacity 0.4s, visibility 0s 0.4s; }
  header.aside-open:before {
    visibility: visible;
    opacity: 1;
    z-index: 0;
    transition: opacity 0.4s; }
  header.aside-open aside {
    right: 0; }
  header .aside-toggler {
    display: none;
    border: none;
    outline: none;
    background: transparent; }
  header nav {
    font-size: 16px; }
    header nav .navbar-collapse {
      margin-top: 22px; }
      header nav .navbar-collapse .container {
        display: flex; }
        header nav .navbar-collapse .container ul.navbar-nav {
          margin-top: 4px;
          align-self: flex-end; }
          header nav .navbar-collapse .container ul.navbar-nav li {
            margin: 0 23px; }
            header nav .navbar-collapse .container ul.navbar-nav li:hover > a {
              color: #242424 !important; }
              header nav .navbar-collapse .container ul.navbar-nav li:hover > a i {
                transform: rotate(180deg); }
            header nav .navbar-collapse .container ul.navbar-nav li.active > a {
              position: relative;
              color: #ffffff !important;
              z-index: 1; }
              header nav .navbar-collapse .container ul.navbar-nav li.active > a:before {
                content: "";
                position: absolute;
                width: 130%;
                height: 120%;
                top: -10%;
                left: -15%;
                background: #242424;
                z-index: -1; }
            header nav .navbar-collapse .container ul.navbar-nav li.has-submenu {
              position: relative; }
              header nav .navbar-collapse .container ul.navbar-nav li.has-submenu:hover .submenu-wrap {
                padding-top: 48px;
                opacity: 1;
                visibility: visible; }
            header nav .navbar-collapse .container ul.navbar-nav li a {
              display: inline-block;
              white-space: nowrap;
              color: #626262 !important;
              font-weight: 700;
              padding: 0;
              transition: color 0.3s; }
              header nav .navbar-collapse .container ul.navbar-nav li a i {
                display: inline-block;
                font-size: 10px;
                font-weight: bold;
                margin-left: 4px;
                transition: all 0.3s; }
          header nav .navbar-collapse .container ul.navbar-nav .submenu-wrap {
            visibility: hidden;
            opacity: 0;
            position: absolute;
            top: 0;
            padding-top: 60px;
            z-index: -1;
            transition: all 0.3s; }
            header nav .navbar-collapse .container ul.navbar-nav .submenu-wrap .submenu {
              background: #ffffff;
              border-radius: 12px;
              box-shadow: 0px 73px 55px rgba(0, 0, 0, 0.2);
              padding: 41px 93px 41px 41px; }
              header nav .navbar-collapse .container ul.navbar-nav .submenu-wrap .submenu li {
                margin: unset;
                margin-bottom: 24px; }
                header nav .navbar-collapse .container ul.navbar-nav .submenu-wrap .submenu li:last-child {
                  margin-bottom: 0; }
                header nav .navbar-collapse .container ul.navbar-nav .submenu-wrap .submenu li a {
                  font-weight: 600; }
        header nav .navbar-collapse .container .logo {
          display: flex;
          justify-content: flex-start;
          margin-top: 15px;
          margin-right: 60px; }
          header nav .navbar-collapse .container .logo a:focus {
            outline: none; }
        header nav .navbar-collapse .container .social-networks {
          display: flex;
          justify-content: flex-end;
          align-self: flex-end;
          margin-top: 15px; }
          header nav .navbar-collapse .container .social-networks li {
            padding-left: 32px; }
  header aside {
    position: fixed;
    display: flex;
    flex-direction: column;
    background: #ffffff;
    right: -350px;
    top: 0;
    height: 100vh;
    max-width: 350px;
    padding-top: 45px;
    padding-left: 32px;
    padding-right: 16px;
    overflow: auto;
    transition: right 0.4s ease-in-out; }
    header aside .aside-toggler.close-button {
      display: inline-block;
      text-decoration: none;
      color: red;
      width: 0;
      margin-bottom: 35px; }
      header aside .aside-toggler.close-button i {
        font-weight: bold; }
    header aside ul.aside-items {
      font-size: 18px;
      font-weight: bold; }
      header aside ul.aside-items li {
        margin-bottom: 16px; }
        header aside ul.aside-items li a {
          display: flex;
          align-items: center;
          color: #242424;
          text-decoration: none;
          transition: all 0.3s; }
          header aside ul.aside-items li a:hover {
            color: #626262; }
          header aside ul.aside-items li a:not(.collapsed) i {
            transform: rotate(180deg); }
          header aside ul.aside-items li a i {
            margin-left: 16px;
            transition: all 0.3s; }
      header aside ul.aside-items .submenu {
        padding-top: 16px;
        font-weight: normal;
        padding-left: 24px; }
        header aside ul.aside-items .submenu li a {
          color: #626262;
          transition: all 0.3s; }
          header aside ul.aside-items .submenu li a:hover {
            color: #242424; }
    header aside .footer {
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      height: 100%; }
      header aside .footer .social-networks {
        display: flex;
        margin-bottom: 8px; }
        header aside .footer .social-networks li:not(:last-child) {
          margin-right: 16px; }
      header aside .footer .copyright {
        padding-bottom: 16px;
        text-align: left; }
        header aside .footer .copyright p {
          font-size: 12px;
          line-height: 18px; }
       .copyright p{
text-align: center;
       }

footer {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background: url(../images/footer/wavy-bg.svg);
  background-repeat: no-repeat;
  min-height: 627px;
  padding-top: 174px;
  margin-top: 54px; }
  footer .site-menu {
    padding-left: 0; }
  footer .contact-info {
    padding-left: 0;
    padding-right: 0; }
    footer .contact-info .list li {
      display: flex;
      font-size: 15px; }
      footer .contact-info .list li i {
        color: #434343;
        margin-right: 16px;
        margin-top: 3px; }
      footer .contact-info .list li .title {
        color: #434343; }
      footer .contact-info .list li .value {
        display: block; }
  footer .subscription {
    padding-left: 52px; }
    footer .subscription .form-group {
      position: relative; }
      footer .subscription .form-group span[class^=error] {
        position: absolute;
        top: -6px;
        right: 18px;
        font-size: 11px;
        color: #f11b1b;
        font-weight: bold;
        opacity: 0;
        background: #ffffff;
        border-radius: 20px;
        padding: 0 6px;
        box-shadow: 0 0 1px 2px #ff000014; }
      footer .subscription .form-group.required span.error-required {
        opacity: 1; }
      footer .subscription .form-group.not-valid span.error-not-valid {
        opacity: 1; }
  footer .logo {
    margin-bottom: 28px; }
  footer .description {
    color: #434343;
    max-width: 300px; }
  footer .social-networks {
    display: flex;
    justify-content: flex-start;
    margin-top: 30px; }
    footer .social-networks li {
      padding-right: 32px; }
  footer h4 {
    margin-bottom: 34px; }
  footer ul.list li {
    margin-bottom: 13px; }
    footer ul.list li a {
      font-size: 15px;
      color: #434343;
      text-decoration: none;
      transition: all 0.3s; }
      footer ul.list li a:hover {
        color: #242424; }
  footer form label {
    font-size: 15px;
    margin-bottom: 21px;
    color: #242424; }
  footer form input {
    margin-bottom: 23px; }
  footer .shapes-section [class^=shape] {
    position: absolute;
    top: 34px;
    left: 894px; }

.copyright {
  background: #ffffff;
  color: #434343;
  font-size: 15px;
  text-align: center;
  padding-bottom: 16px; }
  .copyright a {
    color: #242424;
    text-decoration: none;
    transition: all 0.3s; }
    .copyright a:hover {
      color: #434343; }

/*----------------------------------
             PRELOADER
----------------------------------*/
.preloader {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: #ffffff;
  z-index: 12; }
  .preloader img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.dribbble a {
  color: #fb2d92; }

.twitter a {
  color: #00ACEE; 
}

.facebook a {
  color: #3b5998; }

.linkedin a {
  color: #0E76A8; }

/* plugins */
.mfp-content .mfp-figure figure {
  border-radius: 50px;
  overflow: hidden; }

.mfp-content img.mfp-img {
  padding: 0;
  border-radius: 50px; }

.mfp-image-holder .mfp-close {
  top: -43px; }

/* plugins */
/* public sections */
#sign_up {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: url(../images/public/wavy-bg-2.svg);
  background-repeat: no-repeat;
  min-height: 1020px;
  margin-top: -50px;
  margin-bottom: -91px; }
  #sign_up .wrap {
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
    z-index: 1; }
    #sign_up .wrap h2 {
      margin-bottom: 33px; }
    #sign_up .wrap p {
      max-width: 440px;
      margin-bottom: 53px; }
    #sign_up .wrap .shapes-section [class^=shape] {
      position: absolute;
      z-index: -1; }
    #sign_up .wrap .shapes-section .shape-1 {
      top: -131px;
      left: -294px; }
    #sign_up .wrap .shapes-section .shape-2 {
      top: -67px;
      right: -128px; }

#partners_carousel {
  flex-direction: column;
  justify-content: center;
  text-align: center;
  margin-bottom: -60px; }
  #partners_carousel .container {
    max-width: 1170px; }
  #partners_carousel a.item {
    display: flex;
    justify-content: center;
    margin: 0;
    transition: all 0.3s; }
    #partners_carousel a.item:hover {
      filter: saturate(600%); }
  #partners_carousel .row .partner-list {
    display: flex;
    justify-content: center;
    align-items: center; }
    #partners_carousel .row .partner-list img {
      width: unset;
      margin: auto; }

#contact_form_and_info {
  position: relative;
  text-align: center;
  margin-top: -18px; }
  #contact_form_and_info .contact-form .form-group {
    position: relative; }
    #contact_form_and_info .contact-form .form-group span[class^=error] {
      position: absolute;
      top: -6px;
      right: 18px;
      font-size: 11px;
      color: #f11b1b;
      font-weight: bold;
      opacity: 0;
      background: #ffffff;
      border-radius: 20px;
      padding: 0 6px;
      box-shadow: 0 0 1px 2px #ff000014; }
    #contact_form_and_info .contact-form .form-group.required span.error-required {
      opacity: 1; }
    #contact_form_and_info .contact-form .form-group.not-valid span.error-not-valid {
      opacity: 1; }
  #contact_form_and_info .contact-form .form-submit {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 37px; }
    #contact_form_and_info .contact-form .form-submit .answer-time {
      display: flex;
      align-items: center;
      font-size: 16px;
      color: #434343; }
      #contact_form_and_info .contact-form .form-submit .answer-time i {
        font-size: 22px;
        margin-right: 12px; }
      #contact_form_and_info .contact-form .form-submit .answer-time .value {
        margin-left: 4px;
        color: #242424; }
  #contact_form_and_info .contact-info {
    margin-top: 20px; }
    #contact_form_and_info .contact-info .wrap {
      margin-left: 77px; }
      #contact_form_and_info .contact-info .wrap .item {
        display: flex;
        margin-bottom: 50px; }
        #contact_form_and_info .contact-info .wrap .item .icon {
          margin-top: 2px; }
          #contact_form_and_info .contact-info .wrap .item .icon i {
            padding-right: 16px;
            font-size: 22px; }
        #contact_form_and_info .contact-info .wrap .item .content {
          display: flex;
          flex-direction: column;
          text-align: left;
          font-size: 18px; }
          #contact_form_and_info .contact-info .wrap .item .content .title {
            color: #626262; }
      #contact_form_and_info .contact-info .wrap .social-networks {
        display: flex;
        justify-content: flex-start;
        align-self: flex-end;
        margin-top: 77px;
        padding-left: 36px; }
        #contact_form_and_info .contact-info .wrap .social-networks li {
          padding-right: 32px; }
          #contact_form_and_info .contact-info .wrap .social-networks li a:hover {
            transform: translateY(-6px); }
          #contact_form_and_info .contact-info .wrap .social-networks li a i {
            font-size: 24px; }
  #contact_form_and_info .shapes-section [class^=shape] {
    position: absolute;
    z-index: -1; }
  #contact_form_and_info .shapes-section .shape-1 {
    top: 300px;
    left: 63px; }
  #contact_form_and_info .shapes-section .shape-2 {
    bottom: 115px;
    right: 0px;
    padding-top: 50px;
    overflow: hidden; }
    #contact_form_and_info .shapes-section .shape-2 img {
      position: relative;
      right: 5px; }

/* public sections */
/* home page sections */
#home {
  position: relative;
  justify-content: center;
  align-items: center;
  background: url("../images/public/wavy-bg-3.svg");
  background-repeat: no-repeat;
  min-height: 1017px;
  padding-top: 100px;
  margin-top: -100px; 
}
  #home .wrap-section {
    position: relative;
    margin-top: 56px; }
    #home .wrap-section .owl-carousel {
      position: static; }
      #home .wrap-section .owl-carousel .owl-stage-outer {
        border-radius: 52px; }
      #home .wrap-section .owl-carousel .owl-nav {
        position: absolute;
        top: 314px;
        left: 40px; }
        #home .wrap-section .owl-carousel .owl-nav .owl-next,
        #home .wrap-section .owl-carousel .owl-nav .owl-prev {
          position: absolute;
          display: flex;
          font-size: 25px;
          color: #242424;
          height: 24px;
          border: 0;
          outline: none;
          transition: all 0.3s; }
          #home .wrap-section .owl-carousel .owl-nav .owl-next:hover,
          #home .wrap-section .owl-carousel .owl-nav .owl-prev:hover {
            color: #626262; }
        #home .wrap-section .owl-carousel .owl-nav .owl-next {
          top: 65px; }
      #home .wrap-section .owl-carousel .owl-dots {
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        flex-direction: column;
        margin-top: 50px;
        right: 40px;
        top: 291px; }
        #home .wrap-section .owl-carousel .owl-dots button.owl-dot {
          width: 10px;
          height: 10px;
          border: 5px solid transparent;
          margin-top: 5px;
          margin-bottom: 5px;
          border-radius: 50%;
          background: #a2a2a2 !important;
          outline: none; }
          #home .wrap-section .owl-carousel .owl-dots button.owl-dot.active {
            background: #242424 !important;
            width: 15px;
            height: 15px; }
            .owl-theme .owl-dots .owl-dot{
              display: none;
            }
  #home .item {
    display: flex;
    justify-content: space-between;
    width: 1100px;
    margin: auto; }
    #home .item .description {
      padding-top: 170px; }
      #home .item .description h1 {
        max-width: 600px; }
      #home .item .description p {
        max-width: 560px;
        padding-right: 8px; }
      #home .item .description .buttons {
        display: flex;
        flex-wrap: wrap;
        margin-top: 32px; }
        #home .item .description .buttons .colorful-button {
          margin-right: 20px;
          margin-bottom: 20px; }
    #home .item .image {
      border-radius: 50px;
      width: 425px;
      height: 696px;
      overflow: hidden; }
      #home .item .image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 50px;
        transition: all 0.9s; }
        #home .item .image img:hover {
          transform: scale(1.1);
          filter: saturate(150%) sepia(0.2) brightness(100%); }
  #home .goto-next-section {
    position: absolute;
    text-align: center;
    bottom: 250px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1; }
    #home .goto-next-section .goto-next-button {
      display: inline-block;
      border-radius: 13px;
      background: linear-gradient(-45deg, #4086ff 0%, #3399ff 22%, #23e6e3 49%, #c2c53e 93%); }
      #home .goto-next-section .goto-next-button a {
        position: relative;
        display: block;
        background: #ffffff;
        border-radius: 13px;
        height: 37px;
        width: 26px;
        background-clip: padding-box;
        border: 3px solid transparent; }
        #home .goto-next-section .goto-next-button a:hover:before {
          top: 6px; }
        #home .goto-next-section .goto-next-button a:before {
          content: "";
          position: absolute;
          width: 8px;
          height: 8px;
          left: 6px;
          top: 17px;
          border-radius: 50%;
          background: linear-gradient(117deg, #23e6e3 60%, #7be9ff 100%);
          transition: all 0.3s; }
  #home > .shapes-section [class^=shape] {
    position: absolute;
    z-index: 0; }
  #home > .shapes-section .shape-1 {
    top: 76px;
    left: 78px; }
  #home > .shapes-section .shape-2 {
    top: 43px;
    right: 78px; }
  #home > .shapes-section .shape-3 {
    top: 699px;
    right: 810px; }

#introduction {
  position: relative;
  z-index: 1; }
  #introduction .shapes-section [class^=shape] {
    position: absolute;
    z-index: -1; }
  #introduction .shapes-section .shape-1 {
    top: 113px;
    left: 78px; }
  #introduction .shapes-section .shape-2 {
    top: 180px;
    left: 231px; }
  #introduction .shapes-section .shape-3 {
    left: 150px;
    top: 715px; }
  #introduction .shapes-section .shape-4 {
    right: 95px;
    top: 37px; }
  #introduction .shapes-section .shape-5 {
    right: 254px;
    top: 353px; }
  #introduction .shapes-section .shape-6 {
    right: 176px;
    top: 658px; }

#partners {
  display: flex;
  justify-content: center;
  align-items: center; }
  #partners a.item {
    display: flex;
    justify-content: center;
    margin: 0 34px 34px 34px;
    transition: all 0.3s; }
    #partners a.item:hover {
      filter: saturate(600%); }

#features {
  position: relative;
  z-index: 1;
  /* margin-top: 72px; un-comment for client list */
  text-align: center; }

#history {
  margin-top: 175px; }
  #history .description h2 {
    margin-bottom: 22px; }
  #history .description p {
    color: #434343;
    max-width: 400px;
    margin-bottom: 80px; }
  #history .image-wrap {
    position: relative; }
    #history .image-wrap .shape {
      position: absolute;
      bottom: -25px;
      right: 237px;
      z-index: -1; }
    #history .image-wrap .image {
      display: flex;
      justify-content: flex-end; }
      #history .image-wrap .image img {
        max-width: 100%; }

#video {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("../images/public/wavy-bg-1.svg");
  background-repeat: no-repeat;
  /* min-height: 1388px; */
  min-height: 1111px;
  margin-top: -192px;
  padding-top: 130px; 
  background-size: cover;

}
  #video .video-box {
    position: relative;
    z-index: 1; }
    #video .video-box > img {
      border-radius: 50px; }
    #video .video-box .play-video {
      position: absolute;
      cursor: pointer;
      border-radius: 50%;
      top: 174px;
      left: 302px;
      transform: translate(-50%, -50%);
      background: #ffffff; }
      #video .video-box .play-video:hover img {
        box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0.3); }
      #video .video-box .play-video img {
        border-radius: 50%;
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        transition: all 0.3s; }
    #video .video-box .shapes-section [class^=shape] {
      position: absolute;
      z-index: -1; }
    #video .video-box .shapes-section .shape-1 {
      top: -56px;
      left: 434px; }
    #video .video-box .shapes-section .shape-2 {
      top: 133px;
      left: -52px; }
  #video .description {
    padding-left: 4px;
    padding-top: 10px; }
    #video .description h2 {
      margin-bottom: 22px; }
    #video .description p {
      color: #434343;
      max-width: 400px; }
    #video .description .counter {
      display: flex;
      justify-content: flex-end; }
      #video .description .counter .item {
        font-size: 22px; }
        #video .description .counter .item:not(:first-child) {
          margin-left: 64px; }
        #video .description .counter .item span {
          margin-left: 16px; }
  #video .shapes-section .shape-1 {
    position: absolute;
    top: 173px;
    right: 96px; }

.mfp-iframe-scaler iframe {
  border-radius: 50px; }

#our_work {
  position: relative;
  margin-top: -105px;
  text-align: center; }
  #our_work .services .feature-box {
    margin-bottom: 96px; }
  #our_work .shapes-section [class^=shape] {
    position: absolute;
    z-index: -1; }
  #our_work .shapes-section .shape-1 {
    top: 186px;
    left: 92px; }
  #our_work .shapes-section .shape-2 {
    top: 699px;
    left: 194px; }
  #our_work .shapes-section .shape-3 {
    right: 160px;
    top: 176px; }
  #our_work .shapes-section .shape-4 {
    right: 129px;
    top: 611px; }

#projects {
  text-align: center;
  margin-top: 79px; }
  #projects .row {
    margin-left: -45px !important;
    margin-right: -45px !important; }

#our_team {
  position: relative;
  text-align: center;
  padding-top: 93px; }
  #our_team .header p {
    margin-top: 28px;
    margin-bottom: 16px; }
  #our_team .header span {
    font-style: italic;
    font-size: 15px; }
  #our_team .team-items {
    margin-top: 85px; }
    #our_team .team-items .team-item.tiny-image .image img {
      width: 121px;
      height: 121px;
      object-fit: cover; }
    #our_team .team-items .team-item .image {
      position: relative; }
      #our_team .team-items .team-item .image img {
        border-radius: 50px;
        transition: all 0.6s; }
        #our_team .team-items .team-item .image img:hover:first-child {
          opacity: 0; }
        #our_team .team-items .team-item .image img:hover:last-child {
          transform: translateX(-50%);
          opacity: 1; }
        #our_team .team-items .team-item .image img:last-child {
          position: absolute;
          top: 0;
          left: 50%;
          transform: translateX(-50%);
          opacity: 0; }
        #our_team .team-items .team-item .image img.red-shadow {
          box-shadow: 0px 43px 54px 0px rgba(255, 0, 60, 0.09); }
        #our_team .team-items .team-item .image img.orange-shadow {
          box-shadow: 0px 43px 54px 0px rgba(255, 120, 0, 0.09); }
        #our_team .team-items .team-item .image img.black-shadow {
          box-shadow: 0px 43px 54px 0px rgba(0, 0, 0, 0.09); }
    #our_team .team-items .team-item .work {
      display: inline-block;
      font-size: 15px;
      color: #434343;
      margin-top: 32px; }
    #our_team .team-items .team-item h4 {
      margin-top: 8px;
      font-size: 20px;
      color: #242424; }
    #our_team .team-items .team-item .socials {
      margin-top: 20px; }
      #our_team .team-items .team-item .socials a {
        display: inline-block;
        color: #626262;
        margin: 0 11px;
        text-decoration: none;
        transition: all 0.3s; }
        #our_team .team-items .team-item .socials a:hover {
          color: #434343; }
  #our_team .shapes-section [class^=shape] {
    position: absolute;
    z-index: -1; }
  #our_team .shapes-section .shape-1 {
    top: 210px;
    left: 200px; }
  #our_team .shapes-section .shape-2 {
    top: 153px;
    right: 232px; }

#pricing_plan {
  position: relative;
  text-align: center;
  padding-top: 188px; }
  #pricing_plan .row {
    margin-right: -45px;
    margin-left: -45px; }
  #pricing_plan .header p {
    margin-top: 28px;
    margin-bottom: 16px; }
  #pricing_plan .plan-items {
    margin-top: 45px; }
    #pricing_plan .plan-items .yearly {
      display: none; }
  #pricing_plan .shapes-section [class^=shape] {
    position: absolute;
    z-index: -1; }
  #pricing_plan .shapes-section .shape-1 {
    top: 454px;
    left: 81px; }
  #pricing_plan .shapes-section .shape-2 {
    top: 154px;
    right: 110px; }

#client {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background: url("../images/public/wavy-bg-5.svg");
  background-repeat: no-repeat;
  min-height: 1296px;
  margin-top: -292px;
  padding-top: 209px; }
  #client .header {
    text-align: center; }
    #client .header .double-quote {
      margin-bottom: 23px; }
  #client .client-quotes .item {
    padding-right: 15px;
    padding-left: 15px; }
    #client .client-quotes .item .item-wrap {
      text-align: center; }
      #client .client-quotes .item .item-wrap .feedback {
        margin: auto;
        max-width: 800px;
        font-size: 23px;
        line-height: 34px;
        font-weight: bold; }
      #client .client-quotes .item .item-wrap .image {
        width: 56px;
        height: 56px;
        border-radius: 26px;
        background: #E6E8F0;
        margin: auto;
        margin-bottom: 16px;
        margin-top: 30px;
        overflow: hidden; }
        #client .client-quotes .item .item-wrap .image img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
      #client .client-quotes .item .item-wrap .name {
        color: #434343; }
  #client .client-quotes .owl-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 50px; }
    #client .client-quotes .owl-dots button.owl-dot {
      width: 12px;
      height: 12px;
      border: 5px solid transparent;
      margin-right: 5px;
      margin-left: 5px;
      border-radius: 50%;
      background: #a2a2a2 !important;
      outline: none; }
      #client .client-quotes .owl-dots button.owl-dot.active {
        background: #242424 !important;
        width: 16px;
        height: 16px; }

#blog {
  position: relative;
  margin-top: -57px; }
  #blog .header {
    text-align: center; }
  #blog .blog-items {
    width: 1060px;
    margin: auto; }
    #blog .blog-items .owl-stage {
      margin-top: 38px; }
    #blog .blog-items .owl-nav {
      position: relative;
      text-align: center;
      color: #434343;
      font-size: 20px; }
      #blog .blog-items .owl-nav .owl-prev {
        position: absolute;
        left: -24px;
        bottom: 229px;
        outline: none; }
      #blog .blog-items .owl-nav .owl-next {
        position: absolute;
        right: -24px;
        bottom: 229px;
        outline: none; }
  #blog .shapes-section [class^=shape] {
    position: absolute;
    z-index: -1; }
  #blog .shapes-section .shape-1 {
    top: -28px;
    left: 203px; }
  #blog .shapes-section .shape-2 {
    top: 225px;
    right: 148px; }

#blogs {
  margin-top: 143px; }
  #blogs .blog-items .row {
    margin-right: -30px;
    margin-left: -30px; }
  #blogs .blog-item {
    margin-bottom: 150px; }
  #blogs .blog-pagination .prev-button,
  #blogs .blog-pagination .next-button {
    flex: 1; }
    #blogs .blog-pagination .prev-button i,
    #blogs .blog-pagination .next-button i {
      font-size: 20px; }
  #blogs .blog-pagination .next-button {
    direction: rtl;
    align-self: flex-end;
    text-align: right; }
  #blogs .blog-pagination .page-number {
    padding: 0 4px; }
  #blogs .blog-pagination a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    background: #ffffff;
    border-radius: 24px;
    width: 50px;
    height: 50px;
    text-decoration: none;
    color: #434343;
    transition: all 0.3s; }
    #blogs .blog-pagination a:hover, #blogs .blog-pagination a.active {
      background: #242424;
      color: #ffffff; }
  #blogs .shapes-section [class^=shape] {
    position: absolute;
    z-index: -1; }
  #blogs .shapes-section .shape-1 {
    top: 223px;
    left: 78px; }
  #blogs .shapes-section .shape-2 {
    top: 1384px;
    left: 264px; }
  #blogs .shapes-section .shape-3 {
    top: 781px;
    left: 664px; }
  #blogs .shapes-section .shape-4 {
    top: 1133px;
    right: 0;
    padding-top: 50px;
    overflow: hidden;
    width: 244px; }
    #blogs .shapes-section .shape-4 img {
      position: relative;
      right: -1px; }
  #blogs .shapes-section .shape-5 {
    top: 44px;
    right: 0px;
    padding-top: 50px;
    overflow: hidden; }
    #blogs .shapes-section .shape-5 img {
      position: relative;
      right: -60px; }

/* home page sections */
/* pages */
#about {
  position: relative; }
  #about #features {
    margin-top: -49px; }
    #about #features .feature-box {
      margin-bottom: 81px; }
  #about #our_team {
    margin-top: -68px;
    padding: 0; }
    #about #our_team .row {
      margin-left: -30px !important;
      margin-right: -30px !important; }
      #about #our_team .row .team-item {
        padding: 0; }
        #about #our_team .row .team-item .team-item-wrap .image {
          position: relative; }
          #about #our_team .row .team-item .team-item-wrap .image img {
            border-radius: 50px;
            transition: all 0.6s; }
            #about #our_team .row .team-item .team-item-wrap .image img:hover:first-child {
              opacity: 0; }
            #about #our_team .row .team-item .team-item-wrap .image img:hover:last-child {
              transform: translateX(-50%);
              opacity: 1; }
            #about #our_team .row .team-item .team-item-wrap .image img:last-child {
              position: absolute;
              top: 0;
              left: 50%;
              transform: translateX(-50%);
              opacity: 0; }
        #about #our_team .row .team-item:nth-child(1) {
          margin-top: 80px; }
        #about #our_team .row .team-item:nth-child(2) {
          margin-top: 40px; }
  #about #client {
    margin-top: -243px; }
    #about #client h3 {
      margin-bottom: 56px; }

#pricing_page {
  position: relative; }
  #pricing_page #pricing_plan {
    padding-top: 0;
    margin-top: -40px; }
    #pricing_page #pricing_plan .plan-items {
      margin-right: -45px;
      margin-left: -45px; }
      #pricing_page #pricing_plan .plan-items .yearly {
        display: none; }
      #pricing_page #pricing_plan .plan-items .owl-carousel .owl-stage {
        margin-top: 40px;
        margin-bottom: 120px; }
      #pricing_page #pricing_plan .plan-items .owl-carousel .owl-dots {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: -95px;
        z-index: 1; }
        #pricing_page #pricing_plan .plan-items .owl-carousel .owl-dots .owl-dot {
          outline: none; }
          #pricing_page #pricing_plan .plan-items .owl-carousel .owl-dots .owl-dot span {
            width: 12px;
            height: 12px;
            margin-right: 5px;
            margin-left: 5px;
            background: #a2a2a2;
            transition: background 0.3s; }
          #pricing_page #pricing_plan .plan-items .owl-carousel .owl-dots .owl-dot.active span {
            width: 16px;
            height: 16px;
            background: #242424; }
      #pricing_page #pricing_plan .plan-items .plan-item {
        margin-top: 0 !important; }
        #pricing_page #pricing_plan .plan-items .plan-item .plan-item-wrap {
          margin: auto; }
          #pricing_page #pricing_plan .plan-items .plan-item .plan-item-wrap:hover {
            box-shadow: 0px 43px 49px -5px rgba(0, 0, 0, 0.1); }
          #pricing_page #pricing_plan .plan-items .plan-item .plan-item-wrap img {
            display: inline-block;
            width: unset;
            margin-right: auto;
            margin-left: auto; }
    #pricing_page #pricing_plan .shapes-section .shape-1 {
      top: unset;
      bottom: 113px;
      left: 65px; }
    #pricing_page #pricing_plan .shapes-section .shape-2 {
      top: unset;
      bottom: 156px;
      right: 0px;
      padding-top: 50px;
      overflow: hidden; }
      #pricing_page #pricing_plan .shapes-section .shape-2 img {
        position: relative;
        right: -60px; }

#projects_page {
  position: relative; }
  #projects_page #projects {
    position: relative;
    margin-top: -68px; }
    #projects_page #projects .shapes-section [class^=shape] {
      position: absolute;
      z-index: -1; }
    #projects_page #projects .shapes-section .shape-1 {
      top: 220px;
      left: 65px; }
    #projects_page #projects .shapes-section .shape-2 {
      top: 500px;
      right: 0px;
      padding-top: 50px;
      overflow: hidden; }
      #projects_page #projects .shapes-section .shape-2 img {
        position: relative;
        right: -60px; }

#services_page {
  position: relative; }
  #services_page #service_items .service-item {
    position: relative;
    z-index: 2; }
    #services_page #service_items .service-item.wavy-bg {
      position: relative;
      z-index: 1;
      display: flex;
      justify-content: center;
      align-items: center;
      background: url(../images/public/wavy-bg-4.svg);
      background-repeat: no-repeat;
      min-height: 1157px;
      margin-top: -26px; }
      #services_page #service_items .service-item.wavy-bg .wrap .content .icon {
        background: #f8f9ff; }
    #services_page #service_items .service-item.odd-item .wrap .content {
      padding-right: 90px; }
    #services_page #service_items .service-item.even-item .wrap .content {
      padding-left: 90px; }
    #services_page #service_items .service-item .wrap .content {
      text-align: left;
      padding-top: 60px; }
      #services_page #service_items .service-item .wrap .content .icon {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 59px;
        height: 59px;
        border-radius: 26px;
        background: #ffffff; }
      #services_page #service_items .service-item .wrap .content h2 {
        margin-top: 16px;
        margin-bottom: 24px; }
      #services_page #service_items .service-item .wrap .content .description {
        max-width: 470px; }
    #services_page #service_items .service-item .wrap .image .image-wrap {
      border-radius: 50px;
      width: 535px;
      height: 495px;
      overflow: hidden; }
      #services_page #service_items .service-item .wrap .image .image-wrap img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 50px;
        transition: all 0.9s; }
        #services_page #service_items .service-item .wrap .image .image-wrap img:hover {
          transform: scale(1.1) rotate(3deg);
          filter: saturate(110%) sepia(0.2); }
    #services_page #service_items .service-item .wrap .image .shapes-section [class^=shape] {
      position: absolute;
      z-index: -1; }
    #services_page #service_items .service-item .wrap .image .shapes-section .shape-1 {
      bottom: -26px;
      left: -41px; }
    #services_page #service_items .service-item .wrap .image .shapes-section .shape-2 {
      top: -53px;
      right: -32px; }
    #services_page #service_items .service-item > .shapes-section [class^=shape] {
      position: absolute;
      z-index: -1; }
    #services_page #service_items .service-item > .shapes-section .shape-1 {
      top: -36px;
      left: 65px; }
    #services_page #service_items .service-item > .shapes-section .shape-2 {
      bottom: -161px;
      right: 0px;
      padding-top: 50px;
      overflow: hidden; }
      #services_page #service_items .service-item > .shapes-section .shape-2 img {
        position: relative;
        right: -60px; }
    #services_page #service_items .service-item > .shapes-section .shape-3 {
      padding-top: 30px;
      padding-right: 85px;
      padding-left: 85px;
      top: -192px;
      left: 0;
      overflow: hidden; }
    #services_page #service_items .service-item > .shapes-section .shape-4 {
      padding-top: 20px;
      padding-right: 93px;
      bottom: 144px;
      right: 0;
      overflow: hidden; }

#project_detail_page {
  position: relative; }
  #project_detail_page #project_image {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../images/public/wavy-bg-3.svg);
    background-repeat: no-repeat;
    min-height: 1020px;
    margin-top: -26px; }
    #project_detail_page #project_image .image-wrap {
      position: relative;
      text-align: center; }
      #project_detail_page #project_image .image-wrap .project-main-image img {
        width: 1130px;
        border-radius: 50px;
        transition: all 0.5s; }
        #project_detail_page #project_image .image-wrap .project-main-image img:hover {
          filter: sepia(0.5); }
      #project_detail_page #project_image .image-wrap .shapes-section [class^=shape] {
        position: absolute;
        z-index: -1; }
      #project_detail_page #project_image .image-wrap .shapes-section .shape-1 {
        top: 224px;
        right: -171px; }
    #project_detail_page #project_image > .shapes-section .shape-1 {
      position: absolute;
      top: 138px;
      left: 58px;
      z-index: -1; }
  #project_detail_page #project_description {
    position: relative;
    z-index: 2;
    margin-top: -61px; }
    #project_detail_page #project_description .container {
      padding: 0; }
    #project_detail_page #project_description .wrap-info {
      display: flex;
      justify-content: space-between; }
    #project_detail_page #project_description .content {
      margin-right: 48px; }
      #project_detail_page #project_description .content .content-wrap .info {
        display: flex;
        align-items: center;
        font-size: 15px;
        margin-bottom: 16px;
        font-style: italic; }
        #project_detail_page #project_description .content .content-wrap .info .categories {
          color: #434343; }
        #project_detail_page #project_description .content .content-wrap .info .date {
          display: flex;
          align-items: center;
          color: #626262;
          margin-left: 45px; }
          #project_detail_page #project_description .content .content-wrap .info .date i {
            margin-right: 14px; }
      #project_detail_page #project_description .content .content-wrap h1 {
        color: #242424;
        font-size: 33px;
        font-style: italic;
        font-weight: bold;
        margin-bottom: 15px; }
      #project_detail_page #project_description .content .content-wrap .description {
        max-width: 727px; }
        #project_detail_page #project_description .content .content-wrap .description p {
          font-size: 16px;
          margin-bottom: 39px; }
        #project_detail_page #project_description .content .content-wrap .description ul {
          color: #242424;
          margin-bottom: 60px;
          margin-left: 50px; }
          #project_detail_page #project_description .content .content-wrap .description ul li {
            position: relative;
            display: flex;
            align-items: center;
            margin-bottom: 13px; }
            #project_detail_page #project_description .content .content-wrap .description ul li:before {
              content: "";
              position: absolute;
              border-radius: 50%;
              background-color: #434343;
              width: 10px;
              height: 10px;
              left: -25px; }
        #project_detail_page #project_description .content .content-wrap .description blockquote {
          position: relative;
          font-size: 23px;
          color: #242424;
          font-weight: bold;
          font-style: italic;
          text-align: center;
          line-height: 1.739;
          margin-top: 115px;
          margin-bottom: 70px; }
          #project_detail_page #project_description .content .content-wrap .description blockquote:before {
            content: "";
            position: absolute;
            width: 44px;
            height: 35px;
            background-image: url(../images/blog/quote.png);
            background-size: 100%;
            top: -70px;
            left: 50%;
            transform: translateX(-50%); }
    #project_detail_page #project_description .project-info-items {
      width: 375px;
      flex-shrink: 0;
      background: #ffffff;
      height: 466px;
      border-radius: 50px;
      padding: 42px 44px; }
      #project_detail_page #project_description .project-info-items ul.info-list {
        margin-top: 36px; }
        #project_detail_page #project_description .project-info-items ul.info-list li {
          margin-bottom: 24px; }
          #project_detail_page #project_description .project-info-items ul.info-list li i {
            color: #434343;
            margin-right: 12px; }
          #project_detail_page #project_description .project-info-items ul.info-list li .title {
            color: #434343; }
          #project_detail_page #project_description .project-info-items ul.info-list li .value {
            color: #242424;
            font-weight: 500; }
    #project_detail_page #project_description .shapes-section [class^=shape] {
      position: absolute;
      z-index: -1; }
    #project_detail_page #project_description .shapes-section .shape-1 {
      top: -100px;
      left: 98px; }
    #project_detail_page #project_description .shapes-section .shape-2 {
      top: 211px;
      right: 0;
      padding-top: 50px;
      overflow: hidden; }
      #project_detail_page #project_description .shapes-section .shape-2 img {
        position: relative;
        right: -35px; }
  #project_detail_page #project_gallery {
    margin-top: 157px; }
    #project_detail_page #project_gallery .project-gallery-items .item {
      margin-right: 39px;
      margin-left: 39px; }
      #project_detail_page #project_gallery .project-gallery-items .item img {
        width: 100%;
        border-radius: 50px;
        cursor: pointer; }

#blog-detail {
  margin-top: 187px; }
  #blog-detail .title h4 span {
    color: #626262; }
  #blog-detail main section.content {
    width: 768px;
    border-radius: 50px 50px 0 0;
    background: #ffffff; }
    #blog-detail main section.content > .image {
      text-align: center; }
      #blog-detail main section.content > .image img {
        width: 630px;
        height: 335px;
        object-fit: cover;
        border-radius: 50px;
        margin-top: -80px; }
        #blog-detail main section.content > .image img.pink-shadow {
          box-shadow: 0px 43px 120px 0px rgba(255, 57, 135, 0.23); }
        #blog-detail main section.content > .image img.orange-shadow {
          box-shadow: 0px 43px 120px 0px rgba(255, 120, 0, 0.23); }
        #blog-detail main section.content > .image img.red-shadow {
          box-shadow: 0px 43px 120px 0px rgba(255, 0, 60, 0.23); }
        #blog-detail main section.content > .image img.black-shadow {
          box-shadow: 0px 43px 120px 0px rgba(0, 0, 0, 0.23); }
    #blog-detail main section.content .main-content {
      padding-left: 84px;
      padding-right: 56px; }
      #blog-detail main section.content .main-content .info {
        display: flex;
        color: #626262;
        font-size: 15px;
        margin-top: 56px;
        margin-bottom: 32px; }
        #blog-detail main section.content .main-content .info i {
          margin-right: 14px; }
        #blog-detail main section.content .main-content .info .date {
          font-style: italic; }
        #blog-detail main section.content .main-content .info .comment-count {
          margin-left: 43px; }
      #blog-detail main section.content .main-content .description h3 {
        background: unset;
        color: #242424;
        padding: 0; }
      #blog-detail main section.content .main-content .description p {
        font-size: 16px;
        color: #242424;
        margin-bottom: 39px; }
      #blog-detail main section.content .main-content .description ul {
        color: #242424;
        margin-bottom: 60px;
        margin-left: 50px; }
        #blog-detail main section.content .main-content .description ul li {
          position: relative;
          display: flex;
          align-items: center;
          margin-bottom: 13px; }
          #blog-detail main section.content .main-content .description ul li:before {
            content: "";
            position: absolute;
            border-radius: 50%;
            background-color: #434343;
            width: 10px;
            height: 10px;
            left: -25px; }
      #blog-detail main section.content .main-content .description blockquote {
        position: relative;
        font-size: 23px;
        color: #242424;
        font-weight: bold;
        font-style: italic;
        text-align: center;
        line-height: 1.739;
        margin-top: 115px;
        margin-bottom: 70px; }
        #blog-detail main section.content .main-content .description blockquote:before {
          content: "";
          position: absolute;
          width: 44px;
          height: 35px;
          background-image: url(../images/blog/quote.png);
          background-size: 100%;
          top: -70px;
          left: 50%;
          transform: translateX(-50%); }
      #blog-detail main section.content .main-content .author {
        margin-top: 70px;
        text-align: center; }
        #blog-detail main section.content .main-content .author .image img {
          width: 49px;
          height: 49px;
          object-fit: cover;
          border-radius: 22px; }
        #blog-detail main section.content .main-content .author .name {
          color: #626262;
          margin-top: 18px;
          margin-bottom: 16px;
          font-size: 15px; }
          #blog-detail main section.content .main-content .author .name span {
            color: #434343; }
        #blog-detail main section.content .main-content .author .bio {
          color: #434343; }
        #blog-detail main section.content .main-content .author .socials {
          margin-top: 20px; }
          #blog-detail main section.content .main-content .author .socials a {
            display: inline-block;
            color: #626262;
            margin: 0 11px;
            text-decoration: none;
            transition: all 0.3s; }
            #blog-detail main section.content .main-content .author .socials a:hover {
              color: #434343; }
  #blog-detail main .comment-list {
    width: 768px;
    padding-left: 84px;
    padding-right: 55px;
    padding-top: 50px;
    background: #ffffff; }
    #blog-detail main .comment-list .title h4 {
      background: #FFFFFF;
      color: #242424;
      font-weight: bold; }
      #blog-detail main .comment-list .title h4 span {
        font-size: 20px; }
    #blog-detail main .comment-list .comments {
      margin-top: 60px; }
      #blog-detail main .comment-list .comments .comment-item.reply {
        padding-left: 48px;
        padding-top: 32px; }
      #blog-detail main .comment-list .comments .comment-item:not(.reply):not(:last-child) {
        margin-bottom: 63px; }
      #blog-detail main .comment-list .comments .comment-item:not(.reply) .comment-content {
        display: flex; }
        #blog-detail main .comment-list .comments .comment-item:not(.reply) .comment-content .image img {
          border-radius: 31px;
          width: 70px;
          height: 70px;
          object-fit: cover; }
        #blog-detail main .comment-list .comments .comment-item:not(.reply) .comment-content .text {
          display: flex;
          flex-wrap: wrap;
          padding-left: 32px;
          margin-top: 6px; }
          #blog-detail main .comment-list .comments .comment-item:not(.reply) .comment-content .text .name {
            width: 50%;
            font-size: 20px;
            color: #242424;
            font-weight: bold; }
          #blog-detail main .comment-list .comments .comment-item:not(.reply) .comment-content .text .comment-info {
            width: 50%;
            text-align: right; }
            #blog-detail main .comment-list .comments .comment-item:not(.reply) .comment-content .text .comment-info time {
              font-size: 14px;
              color: #626262; }
            #blog-detail main .comment-list .comments .comment-item:not(.reply) .comment-content .text .comment-info .reply-button {
              text-decoration: none; }
              #blog-detail main .comment-list .comments .comment-item:not(.reply) .comment-content .text .comment-info .reply-button:hover i {
                color: #27a45f; }
              #blog-detail main .comment-list .comments .comment-item:not(.reply) .comment-content .text .comment-info .reply-button i {
                color: #242424;
                margin-left: 42px;
                transition: all 0.3s; }
          #blog-detail main .comment-list .comments .comment-item:not(.reply) .comment-content .text p.content {
            width: 100%;
            font-size: 16px;
            color: #242424;
            margin-top: 20px; }
  #blog-detail main .comment-form {
    width: 768px;
    padding-left: 84px;
    padding-right: 55px;
    padding-top: 78px;
    background: #ffffff;
    border-radius: 0 0 50px 50px; }
    #blog-detail main .comment-form .title h4 {
      background: #FFFFFF;
      color: #242424;
      font-weight: bold; }
      #blog-detail main .comment-form .title h4 span {
        font-size: 20px; }
    #blog-detail main .comment-form form {
      margin-top: 60px; }
      #blog-detail main .comment-form form .top-inputs .form-input {
        width: 100%; }
        #blog-detail main .comment-form form .top-inputs .form-input:first-child {
          margin-right: 24px; }
      #blog-detail main .comment-form form .form-input input,
      #blog-detail main .comment-form form .form-input textarea {
        display: block;
        margin-bottom: 28px; }
      #blog-detail main .comment-form form .form-input textarea {
        height: 172px; }
      #blog-detail main .comment-form form .submit-form-button {
        padding-bottom: 88px;
        margin-bottom: 50px; }
        #blog-detail main .comment-form form .submit-form-button .submit-button {
          background-image: linear-gradient(to left, #4086ff 0%, #3399ff 22%, #23e6e3 49%, #c2c53e 93%);
          background-size: 100% 100%;
          border-radius: 19px;
          width: 110px;
          font-size: 16px;
          transition: all 0.8s; }
          #blog-detail main .comment-form form .submit-form-button .submit-button:hover {
            background-size: 300% 300%; }
            #blog-detail main .comment-form form .submit-form-button .submit-button:hover button {
              background-color: rgba(255, 255, 255, 0.8); }
          #blog-detail main .comment-form form .submit-form-button .submit-button button {
            display: block;
            color: #242424;
            text-decoration: none;
            background-color: #ffffff;
            border-radius: 19px;
            padding: 8px 14px;
            background-clip: padding-box;
            border: 3px solid transparent;
            transition: background-color 0.8s; }
            #blog-detail main .comment-form form .submit-form-button .submit-button button i {
              font-size: 12px; }
        #blog-detail main .comment-form form .submit-form-button .remember-me {
          margin-left: 25px;
          color: #626262; }
          #blog-detail main .comment-form form .submit-form-button .remember-me label {
            position: relative;
            border-radius: 7px;
            background-color: #E6E8F0;
            width: 20px;
            height: 20px;
            cursor: pointer;
            margin-right: 12px; }
            #blog-detail main .comment-form form .submit-form-button .remember-me label input {
              width: 0;
              height: 0;
              opacity: 0; }
              #blog-detail main .comment-form form .submit-form-button .remember-me label input:checked + span.checked {
                background-color: #242424; }
              #blog-detail main .comment-form form .submit-form-button .remember-me label input + span.checked {
                position: absolute;
                border-radius: 7px;
                background-color: transparent;
                width: 20px;
                height: 20px;
                top: 0;
                left: 0;
                transition: all 0.3s; }
  #blog-detail main .next-post {
    display: flex;
    width: 768px;
    padding-left: 84px;
    padding-right: 55px;
    padding-top: 41px;
    padding-bottom: 39px;
    background: #ffffff;
    border-radius: 35px;
    justify-content: space-between; }
    #blog-detail main .next-post h4.title {
      font-size: 19px;
      color: #242424;
      background: #FFFFFF;
      font-style: italic;
      line-height: 34px; }
    #blog-detail main .next-post a {
      position: relative;
      display: flex;
      align-items: center;
      color: #626262;
      text-decoration: none;
      white-space: nowrap; }
      #blog-detail main .next-post a:hover span {
        color: #242424; }
      #blog-detail main .next-post a:hover i {
        right: -23px; }
      #blog-detail main .next-post a span {
        transition: all 0.3s; }
      #blog-detail main .next-post a i {
        position: absolute;
        right: -20px;
        color: #242424;
        margin-left: 4px;
        transition: all 0.3s; }
  #blog-detail aside {
    margin-top: -80px; }
    #blog-detail aside .search-box {
      margin-bottom: 66px; }
      #blog-detail aside .search-box .form-input {
        position: relative; }
        #blog-detail aside .search-box .form-input button {
          content: "\e610";
          font-family: 'themify';
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          right: 20px;
          color: #626262;
          background: transparent;
          border: none;
          outline: none; }
        #blog-detail aside .search-box .form-input input {
          margin-bottom: 28px;
          padding-right: 58px; }
          #blog-detail aside .search-box .form-input input:focus + button {
            color: #ffffff; }
    #blog-detail aside .categories-box {
      margin-bottom: 86px; }
      #blog-detail aside .categories-box ul {
        margin-top: 32px;
        color: #626262; }
        #blog-detail aside .categories-box ul li {
          position: relative;
          margin-bottom: 16px; }
          #blog-detail aside .categories-box ul li a {
            display: inline-block;
            color: #434343;
            padding-left: 38px;
            text-decoration: none;
            transition: all 0.3s; }
            #blog-detail aside .categories-box ul li a:before {
              content: "\e649";
              font-family: "themify";
              position: absolute;
              left: 0;
              transition: all 0.3s; }
            #blog-detail aside .categories-box ul li a:hover {
              color: #242424;
              letter-spacing: 2px; }
              #blog-detail aside .categories-box ul li a:hover:before {
                left: 8px; }
    #blog-detail aside .recent-post-box {
      margin-bottom: 80px; }
      #blog-detail aside .recent-post-box ul {
        margin-top: 32px;
       }
        #blog-detail aside .recent-post-box ul li:not(:last-child) {
          margin-bottom: 33px; }
        #blog-detail aside .recent-post-box ul li .date {
          margin-bottom: 16px;
          color: #434343;
          font-size: 12px; }
        #blog-detail aside .recent-post-box ul li a {
          text-decoration: none; }
          #blog-detail aside .recent-post-box ul li a h5 {
            line-height: 1.75;
            color: #242424;
            transition: all 0.3s; }
            #blog-detail aside .recent-post-box ul li a h5:hover {
              color: #434343; }
    #blog-detail aside .tag-box ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      margin-top: 32px; }
      #blog-detail aside .tag-box ul li a {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 60px;
        text-decoration: none;
        color: #434343;
        border-radius: 18px;
        background: #ffffff;
        padding: 0 26px;
        margin-bottom: 22px;
        transition: all 0.3s; }
        #blog-detail aside .tag-box ul li a:hover {
          background-color: #242424;
          color: #ffffff; }
          .page-number{
            list-style: none;
          }
  #blog-detail .shapes-section [class^=shape] {
    position: absolute;
    z-index: -1; }
  #blog-detail .shapes-section .shape-1 {
    top: 223px;
    left: 78px; }
  #blog-detail .shapes-section .shape-2 {
    top: 1384px;
    left: 264px; }
  #blog-detail .shapes-section .shape-3 {
    top: 798px;
    right: 126px; }
  #blog-detail .shapes-section .shape-4 {
    top: 1185px;
    right: 63px; }
  #blog-detail .shapes-section .shape-5 {
    top: 215px;
    right: 0px;
    padding-top: 50px;
    overflow: hidden; }
    #blog-detail .shapes-section .shape-5 img {
      position: relative;
      right: -60px; }

#contact_page {
  position: relative; }
  #contact_page #contact_form_and_info {
    margin-top: -40px; }
  #contact_page #contact_map {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    text-align: center;
    background: url(../images/public/wavy-bg-2.svg);
    background-repeat: no-repeat;
    min-height: 1020px;
    margin-top: 562px;
    margin-bottom: -91px; }
    #contact_page #contact_map .map {
      margin-top: -803px; }
      #contact_page #contact_map .map iframe {
        width: 1144px;
        height: 784px;
        border-radius: 50px; }
    #contact_page #contact_map .address {
      margin-top: 101px; }
      #contact_page #contact_map .address .icon {
        margin-bottom: 22px; }
        #contact_page #contact_map .address .icon i {
          font-size: 22px; }
      #contact_page #contact_map .address p {
        font-size: 22px; }
    #contact_page #contact_map .shapes-section [class^=shape] {
      position: absolute;
      z-index: -1; }
    #contact_page #contact_map .shapes-section .shape-1 {
      bottom: 95px;
      left: 149px; }
    #contact_page #contact_map .shapes-section .shape-2 {
      top: 72px;
      right: 153px; }

#faq_page {
  position: relative; }
  #faq_page #faqs {
    position: relative; }
    #faq_page #faqs .faq-items {
      margin-bottom: 90px; }
      #faq_page #faqs .faq-items .faq-item {
        border-radius: 22px;
        background: #ffffff;
        margin-bottom: 26px; }
        #faq_page #faqs .faq-items .faq-item.active i {
          transform: rotate(90deg); }
        #faq_page #faqs .faq-items .faq-item .heading {
          display: flex;
          justify-content: space-between;
          align-items: center;
          padding: 38px;
          cursor: pointer; }
          #faq_page #faqs .faq-items .faq-item .heading .title {
            transition: all 0.3s; }
          #faq_page #faqs .faq-items .faq-item .heading i {
            font-weight: bold;
            transition: all 0.3s; }
          #faq_page #faqs .faq-items .faq-item .heading:hover .title, #faq_page #faqs .faq-items .faq-item .heading:hover i {
            color: #434343; }
        #faq_page #faqs .faq-items .faq-item .content {
          display: none;
          padding: 38px;
          padding-top: 0; }
          #faq_page #faqs .faq-items .faq-item .content p {
            font-size: 16px;
            color: #242424;
            margin-bottom: 39px; }
            #faq_page #faqs .faq-items .faq-item .content p:last-child {
              margin-bottom: 0; }
          #faq_page #faqs .faq-items .faq-item .content ul {
            color: #242424;
            margin-bottom: 60px;
            margin-left: 50px; }
            #faq_page #faqs .faq-items .faq-item .content ul li {
              position: relative;
              display: flex;
              align-items: center;
              margin-bottom: 13px; }
              #faq_page #faqs .faq-items .faq-item .content ul li:before {
                content: "";
                position: absolute;
                border-radius: 50%;
                background-color: #434343;
                width: 10px;
                height: 10px;
                left: -25px; }
          #faq_page #faqs .faq-items .faq-item .content blockquote {
            position: relative;
            font-size: 23px;
            color: #242424;
            font-weight: bold;
            font-style: italic;
            text-align: center;
            line-height: 1.739;
            margin-top: 115px;
            margin-bottom: 70px; }
            #faq_page #faqs .faq-items .faq-item .content blockquote:before {
              content: "";
              position: absolute;
              width: 44px;
              height: 35px;
              background-image: url(../images/blog/quote.png);
              background-size: 100%;
              top: -70px;
              left: 50%;
              transform: translateX(-50%); }
    #faq_page #faqs .shapes-section [class^=shape] {
      position: absolute;
      z-index: -1; }
    #faq_page #faqs .shapes-section .shape-1 {
      top: 237px;
      left: 63px; }
    #faq_page #faqs .shapes-section .shape-2 {
      bottom: 2px;
      right: 0;
      padding-top: 50px;
      overflow: hidden; }
      #faq_page #faqs .shapes-section .shape-2 img {
        position: relative;
        right: -65px; }
  #faq_page .shapes-section .shape-1 {
    top: unset;
    bottom: 113px;
    left: 65px; }
  #faq_page .shapes-section .shape-2 {
    top: unset;
    bottom: 154px;
    right: 0; }

#not_found_404_page {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 1;
  background: url(../images/public/wavy-bg-2.svg);
  background-repeat: no-repeat;
  height: 100vh; }
  #not_found_404_page .wrap h1 {
    font-size: 120px;
    line-height: 100px;
    font-weight: bold;
    margin-bottom: 24px;
    color: #242424; }
  #not_found_404_page .wrap h2 {
    font-size: 23px;
    font-weight: bold;
    font-style: italic;
    margin-bottom: 13px; }
  #not_found_404_page .wrap p {
    margin-bottom: 41px;
    color: #434343; }
  #not_found_404_page .shapes-section [class^=shape] {
    position: absolute;
    z-index: -1; }
  #not_found_404_page .shapes-section .shape-1 {
    left: 275px;
    top: 141px; }
  #not_found_404_page .shapes-section .shape-2 {
    top: 112px;
    right: 700px; }
  #not_found_404_page .shapes-section .shape-3 {
    right: 250px;
    bottom: 58px; }

/* pages */
/* media queries */
@media only screen and (max-width: 1600px) {
  .shapes-section [class^=shape] {
    max-width: 100px; } }

@media only screen and (max-width: 1300px) {
  [class^=shape],
  #home .wrap-section .owl-carousel .owl-dots {
    display: none; }
  #home .wrap-section .owl-carousel .owl-stage-outer {
    border-radius: 0; }
  #home .wrap-section .owl-carousel .owl-nav {
    top: 45px;
    bottom: -141px;
    left: 11px; }
  #partners {
    flex-wrap: wrap; } }

@media only screen and (max-width: 1199px) {
  header nav .social-networks,
  header nav ul.navbar-nav {
    display: none !important; }
  header nav .navbar-collapse {
    margin-top: 0; }
  header nav .aside-toggler {
    display: block !important;
    align-self: end;
    margin-left: auto;
    padding: 0;
    outline: 0; }
    header nav .aside-toggler i {
      font-size: 30px; }
  #home .item {
    width: unset;
    padding-right: 15px;
    padding-left: 15px;
    justify-content: center;
    align-items: center;
    padding-top: 15px; }
    #home .item .description {
      padding-top: 0; }
    #home .item .image {
      width: 280px;
      height: 400px; }
  #video {
    text-align: center; }
    #video .video-wrap {
      flex-direction: column-reverse; }
      #video .video-wrap .video-box {
        margin-top: 48px; }
        #video .video-wrap .video-box .play-video {
          top: 50%;
          left: 50%; }
          #video .video-wrap .video-box .play-video .play-icon {
            width: 80px; }
      #video .video-wrap .description p {
        margin: auto; }
  h2 br {
    display: none; }
  #projects .row,
  #pricing_plan .row {
    margin-right: -15px !important;
    margin-left: -15px !important; }
  .plan-item {
    margin-top: 0 !important;
    margin-bottom: 80px; }
  #pricing_plan .plan-items {
    margin-top: 72px;
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .projects .projects-items figure .wrap {
    width: 60%;
    height: unset; }
    .projects .projects-items figure .wrap img {
      width: 100%; }
  .projects .projects-items figure h4 {
    width: 80%;
    height: 60px; }
  #blog .blog-items {
    width: 85%; }
    #blog .blog-items .blog-item {
      width: unset; }
  #blogs .blog-items .row {
    margin-right: -15px;
    margin-left: -15px; }
  #blog-detail main section.content,
  #blog-detail main .comment-list,
  #blog-detail main .comment-form,
  #blog-detail main .next-post {
    margin: auto; }
  #blog-detail aside {
    width: 798px;
    margin: auto;
    margin-top: 50px; }
  #hero_section {
    margin-bottom: 60px; }
    #hero_section .row {
      margin-top: 64px;
      flex-direction: column-reverse; }
      #hero_section .row .image-wrap {
        margin-right: auto;
        max-width: 100%;
        height: unset;
        margin-bottom: 32px; }
        #hero_section .row .image-wrap img {
          max-width: 425px;
          height: 496px; }
      #hero_section .row .content {
        padding-right: 15px;
        text-align: center; }
        #hero_section .row .content .breadcrumb {
          justify-content: center; }
        #hero_section .row .content .description {
          margin: auto;
          text-align: left; }
        #hero_section .row .content .counter {
          justify-content: center; }
        #hero_section .row .content .contact-info {
          flex-direction: column;
          max-width: 560px;
          margin: auto; }
          #hero_section .row .content .contact-info div:first-child {
            margin-bottom: 8px; }
        #hero_section .row .content .service-items {
          justify-content: center; }
  #contact_form_and_info .contact-info .wrap {
    margin-left: 0;
    margin-top: 32px; }
  #contact_page #contact_map .map iframe {
    width: 100%; }
  #video {
    min-height: unset;
    background: unset;
    margin-top: 100px;
    margin-bottom: 100px;
    padding-top: unset; }
    #video .video-box a.play-video {
      top: 50%;
      left: 50%; }
    #video .video-box > img {
      height: 100%;
      margin: auto; }
    #video .description {
      padding-top: 32px;
      padding-left: 15px; }
      #video .description p {
        margin: auto;
        text-align: left; }
  #our_work {
    margin-top: unset; }
  #projects {
    margin-top: 0; }
  #our_team {
    padding-top: 40px; }
  #pricing_plan {
    padding-top: 60px; }
  #client {
    min-height: unset;
    background: unset;
    margin-top: 60px;
    margin-bottom: 120px;
    padding-top: unset; }
  #blog {
    margin-top: 0; }
  #about #features {
    margin-top: 100px; }
  #about #our_team {
    margin-top: 0; }
    #about #our_team .row {
      margin-right: -15px !important;
      margin-left: -15px !important; }
    #about #our_team .row .team-item:nth-child(1) {
      margin-top: 0 !important; }
    #about #our_team .team-item {
      margin-top: 0 !important; }
      #about #our_team .team-item:not(:last-child) {
        margin-bottom: 56px; }
  #about #client {
    margin-top: 100px; }
  #about #video {
    margin-top: 0; }
  #sign_up {
    min-height: unset;
    background: unset;
    margin-top: 140px;
    margin-bottom: 140px;
    padding-top: unset; }
  #contact_page #contact_form_and_info {
    margin-top: 100px; }
  #contact_page #contact_map {
    min-height: unset;
    background: unset;
    margin-top: 100px;
    margin-bottom: 100px;
    padding-top: unset; }
    #contact_page #contact_map .map {
      margin-top: 0; }
  #partners_carousel {
    margin-bottom: 0; }
  #project_detail_page #project_description {
    margin-top: 40px; }
    #project_detail_page #project_description .wrap-info {
      flex-wrap: wrap;
      max-width: calc(100% - 30px);
      margin: auto; }
    #project_detail_page #project_description .content .info {
      flex-direction: column-reverse;
      align-items: flex-start !important; }
      #project_detail_page #project_description .content .info .date {
        margin-left: 0 !important; }
    #project_detail_page #project_description .project-info-items {
      width: 100%;
      height: auto;
      padding: 36px; }
  #project_detail_page #project_image {
    min-height: unset;
    background: unset;
    padding-top: unset;
    margin-top: 68px; }
    #project_detail_page #project_image .image-wrap .project-main-image img {
      max-width: calc(100% - 30px);
      margin: auto; }
  #services_page #service_items .service-item.odd-item .wrap .content {
    padding-right: 15px; }
  #services_page #service_items .service-item.even-item .wrap .row {
    flex-direction: column-reverse; }
    #services_page #service_items .service-item.even-item .wrap .row .content {
      padding-left: 15px; }
  #services_page #service_items .service-item .wrap .content {
    padding-top: 0; }
    #services_page #service_items .service-item .wrap .content .icon {
      margin: auto; }
    #services_page #service_items .service-item .wrap .content h2 {
      text-align: center; }
    #services_page #service_items .service-item .wrap .content .description {
      margin: auto;
      margin-bottom: 16px; }
  #services_page #service_items .service-item .wrap .image .image-wrap {
    margin: auto; }
  #not_found_404_page {
    padding-top: 190px; }
  footer .row {
    background: #ffffff; }
    footer .row .footer-column {
      margin-top: 48px; }
  footer .site-menu,
  footer .contact-info,
  footer .subscription {
    padding-left: 15px; } }

@media only screen and (max-width: 991px) {

  .logo img {
    width: 200px !important;
}
footer .logo img {
    width: 60px !important;
}
  .feature-box {
    margin-bottom: 56px; }
  #history {
    text-align: center;
    margin-top: 60px; }
    #history p {
      margin-right: auto;
      margin-left: auto; }
    #history .counter {
      justify-content: center; }
    #history .image-wrap {
      padding-top: 48px; }
      #history .image-wrap .image {
        justify-content: center; }
  .projects .projects-filters ul {
    flex-direction: column; }
    .projects .projects-filters ul li:not(:first-child) {
      margin-top: 16px; }
  #blog-detail main section.content,
  #blog-detail main .comment-list,
  #blog-detail main .comment-form,
  #blog-detail main .next-post {
    width: 100%; }
  #blog-detail aside {
    width: 100%; }
  .copyright {
    padding-bottom: 5px;
    padding-top: 30px; }
  h1 .colorful:before {
    display: none; } }

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 28px !important;
    line-height: 41px !important; }
  h2 {
    font-size: 23px;
    line-height: 34px; }
  h3 {
    font-size: 19px; }
  h4 {
    font-size: 17px;
    line-height: 25px; }
  #home .item {
    flex-direction: column-reverse;
    padding-top: 0; }
    #home .item .image {
      width: 42%;
      height: auto;
      margin-bottom: 35px; }
  #home .goto-next-section {
    bottom: 14px; }
  #video .video-box > img {
    width: 100%; }
  .projects .projects-items figure .wrap {
    width: 80%; }
  #blog .blog-items .blog-item,
  #blog .blog-items .blog-item-wrap {
    max-width: 100%; }
  #blog-detail main section.content .main-content,
  #blog-detail main .comment-list,
  #blog-detail main .comment-form,
  #blog-detail main .next-post {
    padding-right: 30px;
    padding-left: 30px; }
  #blog-detail main section.content > .image img {
    width: unset;
    height: unset;
    max-width: calc(100% - 60px);
    border-radius: 30px; }
  #blog-detail main section.content .main-content .info {
    flex-direction: column; }
    #blog-detail main section.content .main-content .info .comment-count {
      margin-left: 0; }
  #blog-detail main section.content .main-content .description blockquote {
    font-size: 17px; }
  #blog-detail main .comment-form form .top-inputs {
    flex-direction: column; }
  #blog-detail main .comment-form form .submit-form-button {
    flex-direction: column-reverse;
    align-items: flex-start !important;
    padding-bottom: 40px; }
    #blog-detail main .comment-form form .submit-form-button .remember-me {
      margin-left: unset;
      margin-bottom: 28px; }
  #blog-detail main .comment-list .comments .comment-item {
    flex-direction: column; }
    #blog-detail main .comment-list .comments .comment-item .text {
      flex-direction: column;
      padding-left: 0;
      margin-top: 16px; }
      #blog-detail main .comment-list .comments .comment-item .text .comment-info {
        width: 100%;
        text-align: left; }
        #blog-detail main .comment-list .comments .comment-item .text .comment-info i {
          margin-left: 16px; }
  #blog-detail main .next-post {
    flex-direction: column; }
    #blog-detail main .next-post a {
      margin-top: 16px;
      width: 100px; }
      #blog-detail main .next-post a i {
        position: static; }
  #blog-detail aside .tag-box ul {
    justify-content: flex-start; }
    #blog-detail aside .tag-box ul li:not(:last-child) {
      margin-right: 22px; }
  #contact_form_and_info .contact-form .form-submit {
    flex-direction: column;
    align-items: flex-start; }
    #contact_form_and_info .contact-form .form-submit .answer-time {
      margin-bottom: 22px; }
  #contact_page #contact_map .map iframe {
    height: 400px; }
  #project_detail_page #project_gallery {
    margin-top: 70px; } }

@media only screen and (max-width: 575px) {
  #home .item .image {
    width: 80%; }
  #home .goto-next-section {
    bottom: -70px; }
  #introduction {
    margin-top: 110px; }
  .counter .item {
    display: flex;
    flex-direction: column; }
    .counter .item .number {
      margin-left: 0;
      margin-top: 8px; }
    .counter .item .tooltip-custom {
      left: 50%;
      transform: translateX(-50%); }
  #blogs .blog-items .row {
    margin-right: -15px;
    margin-left: -15px; }
  .blog-item .blog-item-wrap,
  .blog-item.blog-item-large .blog-item-wrap {
    width: unset; }
    .blog-item .blog-item-wrap .image img,
    .blog-item.blog-item-large .blog-item-wrap .image img {
      width: calc(100% - 60px); }
    .blog-item .blog-item-wrap .time,
    .blog-item.blog-item-large .blog-item-wrap .time {
      padding-left: 30px; }
    .blog-item .blog-item-wrap .post-info,
    .blog-item.blog-item-large .blog-item-wrap .post-info {
      flex-direction: column;
      padding-left: 30px; }
      .blog-item .blog-item-wrap .post-info .category,
      .blog-item.blog-item-large .blog-item-wrap .post-info .category {
        margin-left: 0; }
    .blog-item .blog-item-wrap .title,
    .blog-item.blog-item-large .blog-item-wrap .title {
      padding-right: 30px;
      padding-left: 30px; }
    .blog-item .blog-item-wrap .description,
    .blog-item.blog-item-large .blog-item-wrap .description {
      padding-right: 30px;
      padding-left: 30px;
      height: 85px;
      overflow: hidden; }
  .plan-item .plan-item-wrap {
    max-width: 100%; }
    .plan-item .plan-item-wrap .feature-list {
      padding-left: 16px; }
  #project_detail_page .owl-item .item {
    margin-right: 10px !important;
    margin-left: 10px !important; }
    #project_detail_page .owl-item .item img {
      border-radius: 30px !important; }
  #services_page #service_items .service-item .wrap .image .image-wrap {
    width: 100%;
    height: auto; }
  #about #our_team .row .team-item .team-item-wrap .image img {
    width: 60%; } }

/* media queries */
p{
  font-size: 15px;
  font-weight: bolder;
  text-align: justify;
  padding: 10px;
}

/* ul{
list-style-type: disc;
} */
.li1{
  margin-bottom: 0px;
}
.par{
  margin-top: -12px;
}
.par1{
  text-align: center;
}
/* #home{
  min-height: 300px !important;
} */

#our_work .header{
  margin-top: 120px;
}
#about footer{
  background: none;
  min-height: auto;
  padding-top: 0%;
}
.logo h4{
  color: #000;
}
.logo a{
  text-decoration: none;
}

.logo img {
  max-width: 325px;
  max-height: 75px;
}

/* LOGO COLOR #6262bb */

.feature-box .box-wrap:hover .icon {
  background: #E8FFF1;
}

.feature-box .box-wrap:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 130%;
  top: -15%;
  left: 0%;
  background: transparent;
  border-radius: 50px;
  z-index: -1;
  transition: all 0.5s;

}
.feature-box .box-wrap:hover:after{
  transform: rotate(3deg) translate(3px, 3px);
  border: solid #6262bb;

}

.socials [class^="ti-"], .social-networks [class^="ti-"]  {
  color: white !important;
    background: #626262;
    border: #626262 5px solid;
    border-radius: 2.5px;
}

button.transparent{
  background-color: transparent !important;
}