@charset "UTF-8";
/*
           Table OF Content


0 - Plugins
    a - bootstrap
    b - fontawesome
1 - Abstracts
    a - variables
    b - extends
    c - css3-mixins
    d - mixins
    e - loops
2 - Base
    a - animations
    b - bg-colors
    c - text-helpers
    d - mix-helpers
    e - base
3 - Components
    a - icons
    b - boxes
    c - buttons
    d - carousel
    e - forms
    f - lists
    g - modals
    h - tabs
4 - Layouts
    a - footer
    b - header
5 - section
    a - hero
6 - Pages
    a - home
*/
/*--------------*\
    Animations
\*--------------*/
/*--------------*\
    bg-color
\*--------------*/
.bg-img {
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}

.bg-overlay {
  position: relative;
}
.bg-overlay .container {
  position: relative;
  z-index: 1;
}
.bg-overlay:before {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  z-index: 0;
  top: 0;
  left: 0;
}
.bg-overlay-light:before {
  background-color: rgba(0, 0, 0, 0.1);
}
.bg-overlay-dark:before {
  background-color: rgba(0, 0, 0, 0.5);
}

.overlay-white {
  position: relative;
}
.overlay-white:before {
  content: "";
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 100%;
  z-index: 0;
  top: 0;
  left: 0;
}

.bg-black {
  background-color: #000 !important;
}

/*--------------*\
    text-helpers
\*--------------*/
.text-underline {
  text-decoration: underline !important;
}

.text-black {
  color: #000 !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.text-dem-black {
  color: #0F141E;
}

.text-32 {
  font-size: 32px;
}
@media only screen and (max-width: 991.98px) {
  .text-32 {
    font-size: 17px;
  }
}

.logos {
  display: none;
}

/*--------------*\
    Mix-Helpers
\*--------------*/
.box-glow {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

.separator-with-text {
  display: flex;
  align-items: center;
}
.separator-with-text:before, .separator-with-text:after {
  flex: 1;
  width: 100%;
  content: "";
  display: inline-block;
}
.separator-with-text:before {
  margin-right: 20px;
}
.separator-with-text:after {
  margin-left: 20px;
}

.row-7 {
  margin-left: -7px;
  margin-right: -7px;
}
.row-7 > div[class^=col-] {
  padding-left: 7px;
  padding-right: 7px;
}

@media only screen and (max-width: 767.98px) {
  .mobile-no-bg {
    background: none !important;
  }
}

.social-list {
  list-style: none;
}
.social-list li {
  display: inline-block;
}
.social-list li:not(:last-child) {
  margin-right: 20px;
}
.social-list li a {
  font-size: 22px;
  text-align: center;
}
.social-list li a i {
  color: rgba(255, 255, 255, 0.5);
}
.social-list li a:hover i.fa-facebook {
  color: #3b5998;
}
.social-list li a:hover i.fa-facebook-f {
  color: #3b5998;
}
.social-list li a:hover i.fa-twitter {
  color: #1da1f2;
}
.social-list li a:hover i.fa-linkedin {
  color: #0077b5;
}

/*--------------*\
    Icon Section
\*--------------*/
.dot:before {
  content: "•";
}

i[class*=h-icon-] {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 0 0;
}

.icon-facebook {
  display: inline-block;
  background-image: url("../images/icons/facebook.svg");
  width: 10px;
  height: 10px;
}

.icon-twitter {
  display: inline-block;
  background-image: url("../images/icons/twitter.png");
  width: 20px;
  height: 20px;
}

.icon-brand-black-arrow {
  display: inline-block;
  background-image: url("../images/icons/brand-black-arrow.svg");
  width: 11px;
  height: 11px;
}

.icon-brand-white-arrow {
  display: inline-block;
  background-image: url("../images/icons/brand-white-arrow.svg");
  width: 11px;
  height: 11px;
}

.icon-arrow-right-white {
  display: inline-block;
  background-image: url("../images/icons/arrow-right-white.svg");
  width: 36px;
  height: 36px;
}

.icon-light-brand-arrow {
  display: inline-block;
  background-image: url("../images/icons/light-brand-arrow.svg");
  width: 11px;
  height: 11px;
}

.icon-chat-info {
  display: inline-block;
  background-image: url("../images/icons/chat-info.svg");
  width: 80px;
  height: 80px;
}

.icon-scroll-top {
  display: inline-block;
  background-image: url("../images/icons/scroll-top.svg");
  width: 80px;
  height: 80px;
}

.icon-rank-star {
  display: inline-block;
  background-image: url("../images/icons/rank-star.svg");
  width: 19px;
  height: 19px;
}

.icon-email {
  display: inline-block;
  background-image: url("../images/icons/email.svg");
  width: 20px;
  height: 16px;
}

.icon-whatsapp {
  display: inline-block;
  background-image: url("../images/icons/whatsapp.svg");
  width: 24px;
  height: 24px;
}

.icon-cell {
  display: inline-block;
  background-image: url("../images/icons/cell.svg");
  width: 24px;
  height: 24px;
}

.icon-skype {
  display: inline-block;
  background-image: url("../images/icons/skype.svg");
  width: 24px;
  height: 24px;
}

.icon-back-arrow {
  display: inline-block;
  background-image: url("../images/icons/back-arrow.svg");
  width: 47px;
  height: 46px;
}

/*--------------*\
    Base
\*--------------*/
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Helvetica Now Display", sans-serif;
  font-size: 20px;
  color: #878A8F;
  font-weight: 400px;
  position: relative;
  padding-top: 110px;
}
@media only screen and (max-width: 991.98px) {
  body {
    padding-top: 60px;
  }
}

.primary-font {
  font-size: 24px;
}

.secondrey-font {
  font-size: 22px;
}

.rare-font {
  font-size: 17px;
}

h1 {
  font-size: 70px;
}
@media only screen and (min-width: 100em) {
  h1 {
    font-size: 78px;
  }
}
@media only screen and (max-width: 991.98px) {
  h1 {
    font-size: 30px;
  }
}

h1.bold-title {
  font-size: 77.213px;
}

h1.normal-title {
  font-size: 72px;
}

h2 {
  font-size: 64px;
}
@media only screen and (max-width: 991.98px) {
  h2 {
    font-size: 40px;
  }
}

h2.lg-title {
  font-size: 39px;
}

h2.lg-title {
  font-size: 38px;
}
@media only screen and (max-width: 991.98px) {
  h2.lg-title {
    font-size: 30px;
  }
}

h3.lg-medium {
  font-size: 44px;
}
@media only screen and (max-width: 991.98px) {
  h3.lg-medium {
    font-size: 23px;
  }
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 16px;
}

h5.xsm-title {
  font-size: 15px;
}

h6 {
  font-size: 20px;
}

h6.xsm-mid-title {
  font-size: 18px;
}

h6.sm-title {
  color: #878A8F;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 10.2px;
}
@media only screen and (max-width: 991.98px) {
  h6.sm-title {
    font-size: 13px;
    letter-spacing: 4.2px;
    text-align: center;
  }
}
h6.sm-title.latter-spacing {
  letter-spacing: 5.6px;
}

h1, h2, h3, h4, h5, h6, p {
  margin-bottom: 0;
}

.v-align {
  vertical-align: middle;
}

.h-100 {
  height: 100%;
}

.brand-title {
  color: #0F141E;
  font-weight: 800;
  margin-bottom: 48px;
}
@media only screen and (max-width: 991.98px) {
  .brand-title {
    margin-bottom: 20px;
  }
}

@media (min-width: 1600px) {
  .container {
    max-width: 1505px !important;
  }
}
#industries {
  display: none;
}

.clr_gray {
  color: rgb(135, 138, 143);
}

.fs-17 {
  font-size: 17px !important;
}
.fs-17 span {
  font-size: 17px !important;
}

#clandy_main #root {
  text-align: center;
}
#clandy_main #root .OGcBAyJGBej5Gnyi9hGA {
  display: flex !important;
  justify-content: space-between !important;
  align-items: self-start !important;
  position: relative !important;
}
#clandy_main #root .OGcBAyJGBej5Gnyi9hGA .WrdpezlzjKu1CoRihaXS {
  width: 50% !important;
}

/*--------------*\
    Boxes Section
\*--------------*/
.section-project-single {
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.section-project-single .single-main {
  display: flex;
  position: relative;
}
.section-project-single .single-main #leftPanel {
  position: fixed;
  top: 106px;
  left: 0;
  transition: 0.5s;
  width: 600px;
}
@media only screen and (max-width: 1399.98px) {
  .section-project-single .single-main #leftPanel {
    width: 400px;
  }
}
@media only screen and (max-width: 991.98px) {
  .section-project-single .single-main #leftPanel {
    width: 50%;
    top: 55px;
    z-index: 10000000000000000;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-project-single .single-main #leftPanel {
    width: 70%;
  }
}
.section-project-single .single-main #leftPanel.is-active {
  left: -380px;
}
@media only screen and (max-width: 991.98px) {
  .section-project-single .single-main #leftPanel.is-active {
    left: -47%;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-project-single .single-main #leftPanel.is-active {
    left: -63%;
  }
}
.section-project-single .single-main #leftPanel.is-active #toggle i {
  transition: 0.2s;
  transform: rotate(180deg);
}
.section-project-single .single-main #leftPanel .button-right {
  position: relative;
}
.section-project-single .single-main #leftPanel .button-right button {
  background-color: transparent;
  border: none;
  width: 47px;
  height: 46px;
  border-radius: 50px;
  position: absolute;
  right: -30px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
}
.section-project-single .single-main #leftPanel .button-right .white-box {
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 1px 62px 0px rgba(0, 0, 0, 0.17);
  padding: 50px;
  height: 100vh;
  overflow-y: auto;
  direction: rtl;
  text-align: left;
  border-top-right-radius: 0;
  padding-bottom: 659px;
}
@media only screen and (max-width: 991.98px) {
  .section-project-single .single-main #leftPanel .button-right .white-box {
    border-radius: 0;
  }
}
.section-project-single .single-main #leftPanel .button-right .white-box .project-item a {
  display: block !important;
}
.section-project-single .single-main #leftPanel .button-right .white-box .project-item .project-item-link a {
  display: block !important;
  text-decoration: none;
  font-size: 20px !important;
  color: #878A8F;
  margin-top: 4px;
}
.section-project-single .single-main #leftPanel .button-right .white-box .project-item .project-item-link a h3 {
  font-size: 20px !important;
}
.section-project-single .single-main .right-content {
  padding-left: 630px;
  transition: all 0.5s;
}
@media only screen and (max-width: 1445.98px) {
  .section-project-single .single-main .right-content {
    padding-left: 450px;
  }
}
@media only screen and (max-width: 991.98px) {
  .section-project-single .single-main .right-content {
    padding: 0;
  }
}
.section-project-single .single-main .right-content.is-active {
  padding-left: 50px;
  margin: 0 auto;
  transition: all 0.5s;
}
@media only screen and (max-width: 991.98px) {
  .section-project-single .single-main .right-content.is-active {
    padding: 0 10px;
  }
}
@media only screen and (min-width: 100em) {
  .section-project-single .single-main .right-content.is-active .project-area {
    width: 1505px;
    transition: all 0.5s;
  }
}
@media only screen and (min-width: 100em) {
  .section-project-single .single-main .right-content .project-area {
    width: 1241px;
    transition: all 0.5s;
  }
}
.section-project-single .single-main .right-content .project-area img {
  width: 100%;
}
.section-project-single ::-webkit-scrollbar {
  width: 6px;
}
.section-project-single ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}
.section-project-single ::-webkit-scrollbar-thumb {
  background: black;
  border-radius: 10px;
}
.section-project-single ::-webkit-scrollbar-thumb:hover {
  background: gray;
}

/*-----------------*\
    Button Section
\*-----------------*/
.btn {
  font-size: 20px;
  padding: 3px 17px;
  color: #0F141E;
  border: 1px solid #0F141E;
  border-radius: 100px;
  font-weight: 400;
  transition: all 0.5s;
}
.btn:hover, .btn:focus {
  outline: none;
  box-shadow: none;
}
.btn.btn-brand {
  font-weight: 700;
}
.btn.btn-brand .icon-brand-white-arrow {
  display: none;
}
.btn.btn-brand:hover {
  color: #fff !important;
  background-color: #0F141E !important;
}
.btn.btn-brand:hover .icon-brand-black-arrow {
  display: none;
}
.btn.btn-brand:hover .icon-brand-white-arrow {
  display: inline-block;
}
.btn.btn-dark-outline {
  font-size: 22px;
}
.btn.btn-border-transf {
  font-size: 18px;
  color: #0F141E;
}
.btn.btn-border-transf span {
  color: #878A8F;
}
.btn.btn-border-transf:hover {
  background-color: #0F141E;
  color: #fff;
}
.btn.btn-border-transf:hover span {
  color: #878A8F;
}
.btn.btn-border-transf.ligth:hover {
  background-color: #E3F954;
}
.btn.btn-border-transf.ligth:hover span {
  color: #878A8F;
}
.btn.btn-light-outline {
  font-size: 24px;
  color: #878A8F;
  border: 1px solid #878A8F;
}
.btn.btn-white-outline {
  border: 1px solid #fff;
  color: #fff;
}
.btn.btn-white {
  border: 1px solid #fff;
  color: #000;
  background-color: #fff;
}

.chat-info,
.scroll-top {
  position: fixed;
  top: 84vh;
  z-index: 9999;
  width: 60px;
}
@media only screen and (min-width: 100em) {
  .chat-info,
  .scroll-top {
    top: 88vh;
  }
}
@media only screen and (max-width: 991.98px) {
  .chat-info,
  .scroll-top {
    top: 77vh;
  }
}
.chat-info a,
.scroll-top a {
  width: 60px;
  height: 60px;
  background: #D9D9D9;
  border-radius: 30px;
  padding: 14px;
  transition: 0.2s;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: white;
}
.chat-info a span,
.scroll-top a span {
  font-size: 15px;
  display: inline-block;
  margin-left: 20px;
  opacity: 0;
  width: 130px;
}
.chat-info a:hover,
.scroll-top a:hover {
  background: black;
}
.chat-info a:hover span,
.scroll-top a:hover span {
  opacity: 1;
}
.chat-info a img,
.scroll-top a img {
  margin: 0 auto;
}

.scroll-top {
  right: 20px;
  margin-left: auto;
  transition: 2s;
}
@media only screen and (min-width: 100em) {
  .scroll-top {
    right: 60px;
  }
}
@media only screen and (max-width: 991.98px) {
  .scroll-top {
    right: 15px;
  }
}

.chat-info {
  left: 20px;
}
@media only screen and (min-width: 100em) {
  .chat-info {
    left: 60px;
  }
}
@media only screen and (max-width: 991.98px) {
  .chat-info {
    left: 15px;
  }
}
.chat-info a:hover {
  width: 214px;
}

.load-case-study {
  padding: 11px 30px;
  transition: all 0.5s;
}
.load-case-study:hover {
  padding: 11px 45px;
}

/*------------------*\
    Carousel Section
\*------------------*/
.section-reviwes {
  padding: 60px 0;
}
@media only screen and (max-width: 991.98px) {
  .section-reviwes {
    padding: 30px 0;
  }
}
.section-reviwes h2 {
  color: #000;
  text-align: center;
  letter-spacing: -1.17px;
}
.section-reviwes .slider .img {
  padding: 10px;
}
.section-reviwes .slider .img .card {
  padding: 20px;
  border-radius: 8px;
  height: 100% !important;
  min-height: 250px;
  background: #fff;
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.18);
  border: none;
}
@media only screen and (max-width: 1199.98px) {
  .section-reviwes .slider .img .card {
    padding: unset;
  }
}
.section-reviwes .slider .img .card .card-body {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
.section-reviwes .slider .img .card .card-body .is-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 7px;
}
.section-reviwes .slider .img .card .card-body .card-text {
  color: #878A8F;
  font-size: 17px;
  line-height: 24px;
}
.section-reviwes .slider .img .card .card-body .client-info {
  margin-top: 14px;
}
.section-reviwes .slider .img .card .card-body .client-info h6 {
  color: #0F141E;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
}
.section-reviwes .slider .img .card .card-body .client-info p {
  color: #0F141E;
  font-size: 13px;
  line-height: 24px;
}
.section-reviwes .slider + slider {
  margin-top: 32px;
}
.section-reviwes .slider-2 .card {
  text-align: left;
}
.section-reviwes .slick-list {
  padding: 5px 0 20px;
}

/*--------------*\
    Form Section
\*--------------*/
._3efP_GeH5kyBAzqnLzL.adpQ3VUeQbmczOdx9ymw.w_Mtb2W9166EgOSv9i3M._kN_bCa3VNYpqFLH311L {
  display: flex !important;
  justify-content: space-between !important;
  align-items: self-start !important;
  position: relative !important;
}
._3efP_GeH5kyBAzqnLzL.adpQ3VUeQbmczOdx9ymw.w_Mtb2W9166EgOSv9i3M._kN_bCa3VNYpqFLH311L .WrdpezlzjKu1CoRihaXS {
  width: 50% !important;
}

/*--------------*\
    Tabs Section
\*--------------*/
.filter-button-group .btn-outline-group {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.filter-button-group .btn-outline-group + .btn-outline-group {
  margin-top: 16px;
}
.filter-button-group .btn-outline-group .btn-brand {
  text-align: center;
  font-size: 16px;
  line-height: 32px;
  border: none;
}
@media only screen and (min-width: 100em) {
  .filter-button-group .btn-outline-group .btn-brand {
    font-size: 18px;
  }
}
.filter-button-group .btn-outline-group .btn-brand.is-checked {
  color: #fff !important;
  background-color: #0F141E !important;
}
.filter-button-group .btn-outline-group.btn-light-warning .btn-brand:hover {
  color: #0F141E !important;
  background-color: #E3F954 !important;
}
.filter-button-group .btn-outline-group.btn-light-warning .btn-brand.is-checked {
  color: #0F141E !important;
  background-color: #E3F954 !important;
}
.filter-button-group .btn-light-warning {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.filter-button-group .btn-light-warning + .btn-outline-group {
  margin-top: 16px;
}
.filter-button-group .btn-light-warning .btn-brand {
  text-align: center;
  font-size: 16px;
  line-height: 32px;
  border: none;
}
@media only screen and (min-width: 100em) {
  .filter-button-group .btn-light-warning .btn-brand {
    font-size: 18px;
  }
}
.filter-button-group .btn-light-warning .btn-brand.is-checked {
  color: #0F141E !important;
  background-color: #E3F954 !important;
}
.filter-button-group .btn-light-warning .btn-brand:hover {
  color: #0F141E !important;
  background-color: #E3F954 !important;
}

.box-listing {
  margin-top: 35px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1199.98px) {
  .box-listing {
    display: flex;
  }
}
@media only screen and (max-width: 767.98px) {
  .box-listing {
    display: block !important;
  }
}
.box-listing .box-item {
  position: relative;
  height: 355px;
  padding: 0px;
  border-radius: 8px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1399.98px) {
  .box-listing .box-item {
    width: 340px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .box-listing .box-item {
    width: 46%;
  }
}
@media only screen and (max-width: 991.98px) {
  .box-listing .box-item {
    width: 45%;
    height: auto;
  }
}
@media only screen and (max-width: 767.98px) {
  .box-listing .box-item {
    width: auto;
  }
}
.box-listing .box-item img {
  border-radius: 8px;
}
.box-listing .box-item .project-item-link {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 360px;
  padding: 30px;
  transition: 0.5s;
  opacity: 0;
  background: rgba(15, 20, 30, 0.75);
  border-radius: 8px;
}
@media only screen and (min-width: 100em) {
  .box-listing .box-item .project-item-link {
    width: 460px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .box-listing .box-item .project-item-link {
    width: 340px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .box-listing .box-item .project-item-link {
    width: 100%;
  }
}
@media only screen and (max-width: 991.98px) {
  .box-listing .box-item .project-item-link {
    width: 100%;
    height: 100%;
  }
}
.box-listing .box-item .project-item-link:hover {
  opacity: 1;
}
.box-listing .box-item .project-item-link h3 {
  color: #fff;
  font-size: 36px;
  font-weight: 600;
  line-height: 38px;
}
@media only screen and (max-width: 1399.98px) {
  .box-listing .box-item .project-item-link h3 {
    font-size: 20px;
    line-height: 26px;
  }
}
.box-listing .box-item .project-item-link a {
  text-decoration: none;
}
@media only screen and (max-width: 1399.98px) {
  .box-listing .box-item .project-item-link > a:nth-child(2) {
    width: 21px;
    height: 20px;
  }
  .box-listing .box-item .project-item-link > a:nth-child(2) i {
    width: 100%;
    height: 100%;
    background-size: contain;
  }
}

.box-item {
  width: calc(33.3% - 30px);
  height: 90px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 5px #fff;
  margin: 15px;
  padding: 40px 0;
  /* transition: all 0.2s ease-out; */
}

.item-id {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 50px;
  height: 35px;
  margin: 0;
  background: rgba(15, 20, 30, 0.75);
  color: #fff;
  padding: 10px;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 5px;
  visibility: hidden;
}

.related-section-projects {
  padding: 80px 0;
}
@media only screen and (max-width: 991.98px) {
  .related-section-projects {
    padding: 40px 0;
  }
}
.related-section-projects .project-item {
  position: relative;
  border-radius: 8px;
}
.related-section-projects .project-item .project-item-link {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: absolute;
  top: 0px;
  left: 0;
  padding: 30px;
  transition: 0.5s;
  opacity: 0;
  background: rgba(15, 20, 30, 0.75);
  border-radius: 8px;
  width: 100%;
  height: 100%;
}
.related-section-projects .project-item .project-item-link:hover {
  opacity: 1;
}
.related-section-projects .project-item .project-item-link a {
  text-decoration: none;
  color: white;
}
.related-section-projects .project-item img {
  border-radius: 8px;
}

/*--------------*\
    header Section
\*--------------*/
header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}
@media only screen and (max-width: 991.98px) {
  header .navbar-brand {
    max-width: 200px;
  }
}
header .main-header {
  display: flex;
  justify-content: space-between;
  padding: 25px 0;
}
@media only screen and (max-width: 991.98px) {
  header .main-header {
    padding: 10px 0 0;
  }
}
header .main-header .menu-toggle {
  display: flex;
  align-items: center;
}
header .main-header .menu-toggle .portfolio-cta {
  margin-right: 58px;
}
header .main-header .menu-toggle .portfolio-cta button {
  font-weight: 700;
  display: flex;
  align-items: center;
}
header .menu-open-bar, header .menu-close-bar {
  cursor: pointer;
  display: flex;
  align-items: center;
  transition: all 0.5s;
}
header .menu-open-bar h4, header .menu-close-bar h4 {
  color: #0F141E;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.26px;
  margin-right: 13px;
}
header .menu-open-bar .hamburger, header .menu-close-bar .hamburger {
  border: none;
  background-color: transparent;
}
header .menu-open-bar .hamburger span, header .menu-close-bar .hamburger span {
  width: 24px;
  height: 3.4px;
  border-radius: 2px;
  background-color: #0F141E;
  display: block;
  transition: 0.3s;
}
@media only screen and (max-width: 991.98px) {
  header .menu-open-bar .hamburger span, header .menu-close-bar .hamburger span {
    width: 19px;
    height: 2.4px;
  }
}
header .menu-open-bar .hamburger span + span, header .menu-close-bar .hamburger span + span {
  margin-top: 5px;
}
@media only screen and (max-width: 991.98px) {
  header .menu-open-bar .hamburger span + span, header .menu-close-bar .hamburger span + span {
    margin-top: 2px;
  }
}
header .menu-open-bar .hamburger:focus, header .menu-close-bar .hamburger:focus {
  box-shadow: none;
  outline: none;
}
header .menu-open-bar:hover .hamburger span, header .menu-close-bar:hover .hamburger span {
  background-color: #878A8F;
}
header .menu-open-bar:hover .hamburger span + span, header .menu-close-bar:hover .hamburger span + span {
  margin-top: 6px;
}
header .menu-open-bar:hover h4, header .menu-close-bar:hover h4 {
  color: #878A8F;
}
header .menu-open-bar:hover img, header .menu-close-bar:hover img {
  transition: 0.5s;
  transform: rotate(-90deg);
}
header .nav-menu {
  position: fixed;
  left: 0;
  right: 0;
  transition: 0.5s;
  bottom: -100% !important;
  background-color: #000;
  padding-top: 25px;
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 50%;
}
@media only screen and (max-width: 991.98px) {
  header .nav-menu {
    padding-top: 10px;
    overflow: scroll;
    bottom: unset !important;
    left: -100%;
    top: 0 !important;
  }
}
header .nav-menu.show {
  bottom: 0 !important;
}
@media only screen and (max-width: 991.98px) {
  header .nav-menu.show {
    bottom: unset !important;
    left: 0;
    top: 0 !important;
  }
}
header .nav-menu.hide {
  bottom: 100% !important;
}
@media only screen and (max-width: 991.98px) {
  header .nav-menu.hide {
    bottom: unset !important;
    top: 0 !important;
    left: 100%;
  }
}
header .nav-menu .toggle-menu-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 991.98px) {
  header .nav-menu .toggle-menu-links {
    padding: 0 15px;
  }
}
header .nav-menu .toggle-menu-links h4 {
  color: #878A8F;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.26px;
}
@media only screen and (max-width: 991.98px) {
  header .nav-menu .toggle-menu-links h4 {
    font-size: 12px;
  }
}
header .nav-menu .toggle-menu-links .hamburger img {
  width: 18px;
  height: 18px;
  transition: all 0.5s;
}
@media only screen and (max-width: 991.98px) {
  header .nav-menu .toggle-menu-links .hamburger img {
    width: 10px;
    height: 10px;
  }
}
header .nav-menu .nav-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 991.98px) {
  header .nav-menu .nav-links {
    flex-flow: column;
    align-items: flex-start;
    padding: 0 15px;
  }
}
header .nav-menu .nav-links .menu-links {
  list-style: none;
}
@media only screen and (max-width: 991.98px) {
  header .nav-menu .nav-links .menu-links {
    padding-left: 0;
    margin-top: 20px;
    width: 100%;
  }
}
@media only screen and (max-width: 767.98px) {
  header .nav-menu .nav-links .menu-links {
    list-style: none;
    display: flex;
    flex-flow: column;
    align-items: center;
  }
}
header .nav-menu .nav-links .menu-links li {
  position: relative;
}
header .nav-menu .nav-links .menu-links li:before {
  content: "";
  background-color: white;
  position: absolute;
  top: 50%;
  left: -130px;
  width: 0;
  height: 10px;
  border-radius: 2px;
  transition: 0.7s;
}
@media only screen and (max-width: 991.98px) {
  header .nav-menu .nav-links .menu-links li:before {
    left: unset;
    right: 0;
    height: 3px;
  }
}
@media only screen and (max-width: 767.98px) {
  header .nav-menu .nav-links .menu-links li:before {
    display: none;
  }
}
header .nav-menu .nav-links .menu-links li:hover a {
  color: white;
}
header .nav-menu .nav-links .menu-links li:hover:before {
  width: 122px;
}
@media only screen and (max-width: 991.98px) {
  header .nav-menu .nav-links .menu-links li:hover:before {
    width: 90px;
  }
}
header .nav-menu .nav-links .menu-links li a {
  color: #878A8F;
  font-size: 76px;
  font-style: normal;
  font-weight: 800;
  text-decoration: none;
}
@media only screen and (max-width: 1399.98px) {
  header .nav-menu .nav-links .menu-links li a {
    font-size: 51px;
  }
}
@media only screen and (max-width: 991.98px) {
  header .nav-menu .nav-links .menu-links li a {
    font-size: 35px;
  }
}
header .nav-menu .nav-links .menu-links h6 {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #878a8f;
  text-transform: uppercase;
}
header .nav-menu .nav-links .case-images {
  max-width: 400px;
  height: 491px;
}
@media only screen and (max-width: 1399.98px) {
  header .nav-menu .nav-links .case-images {
    max-width: 300px;
    height: 400px;
  }
}
@media only screen and (max-width: 991.98px) {
  header .nav-menu .nav-links .case-images {
    display: none;
  }
}
header .nav-menu .nav-links .case-images img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 991.98px) {
  header .nav-menu .nav-links .menu-case-links {
    display: none;
  }
}
@media only screen and (max-width: 991.98px) {
  header .nav-menu .nav-links .menu-case-links {
    width: 100%;
    margin-top: 20px;
  }
}
header .nav-menu .nav-links .menu-case-links h5 {
  color: white;
  font-size: 20px;
  font-weight: 400;
  line-height: 53px;
  letter-spacing: 1.8px;
}
@media only screen and (max-width: 991.98px) {
  header .nav-menu .nav-links .menu-case-links h5 {
    font-size: 18px;
    line-height: 30px;
  }
}
header .nav-menu .nav-links .menu-case-links .case-links {
  padding: 0;
  list-style: none;
}
header .nav-menu .nav-links .menu-case-links .case-links span {
  margin-right: 14px;
  display: inline-block;
}
header .nav-menu .nav-links .menu-case-links .case-links li a {
  color: #878A8F;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 44px;
  text-decoration: none;
  cursor: pointer;
}
@media only screen and (max-width: 1399.98px) {
  header .nav-menu .nav-links .menu-case-links .case-links li a {
    font-size: 18px;
  }
}
header .nav-menu .nav-links .menu-case-links .case-links li a.active {
  color: white;
}
@media only screen and (max-width: 991.98px) {
  header .nav-menu .nav-links .menu-case-links .case-links li a {
    font-size: 14px;
    line-height: 20px;
  }
}
header .nav-menu .nav-links .menu-case-links .case-links li a:hover {
  color: white;
}
header.transparent-header {
  position: fixed;
}
header.transparent-header .menu-open-bar h4 {
  color: #fff;
}
@media only screen and (max-width: 991.98px) {
  header.transparent-header .menu-open-bar h4 {
    color: #000;
  }
}
header.transparent-header .menu-open-bar .hamburger span {
  background-color: #fff;
}
@media only screen and (max-width: 991.98px) {
  header.transparent-header .menu-open-bar .hamburger span {
    background-color: #000;
  }
}
header.transparent-header .portfolio-cta {
  margin-right: 58px;
}
header.transparent-header .portfolio-cta a {
  border: 1px solid white;
  color: white;
}
header.transparent-header .portfolio-cta a .icon-brand-white-arrow {
  display: inline-block;
}
header.transparent-header .portfolio-cta a .icon-brand-black-arrow {
  display: none;
}

.navbar-brand .header-hover-logo {
  display: none;
}
.navbar-brand:hover .header-logo {
  display: none;
}
.navbar-brand:hover .header-hover-logo {
  display: block;
}

.toggle-menu-links a .menu-hover-white-logo {
  display: none;
}
.toggle-menu-links a:hover .menu-gray-logo {
  display: none;
}
.toggle-menu-links a:hover .menu-hover-white-logo {
  display: block;
}

.case-images {
  position: relative;
}
.case-images .case-hover {
  transition: all 0.2s linear;
  background: rgba(15, 20, 30, 0.25);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px 10px 10px;
}
.case-images .case-hover > a {
  color: #878A8F;
  font-size: 18px;
  font-weight: 400;
  line-height: 48px;
  text-decoration: none;
  margin-left: 10px;
}
.case-images .case-hover .case-category {
  display: flex;
}
.case-images .case-hover .case-category h6 {
  color: white;
  font-size: 13px;
  font-weight: 400;
  line-height: 36px;
  text-decoration: none;
  margin: 0 10px;
}

.menu-open-bar.hover:hover h4 {
  color: white !important;
}

.portfolio-cta a:hover {
  background-color: white !important;
  color: black !important;
}

/*--------------*\
    Footer Section
\*--------------*/
footer {
  position: relative;
  z-index: 99;
}
footer .footer-top {
  background-image: url("../images/footer-bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 110px;
  padding-bottom: 50px;
}
@media only screen and (max-width: 991.98px) {
  footer .footer-top {
    padding: 30px 0;
    background-position: 53% 100%;
  }
}
@media only screen and (max-width: 767.98px) {
  footer .footer-top {
    padding: 30px 0;
    background-position: 35% 100%;
    background-size: cover;
  }
}
@media only screen and (max-width: 991.98px) {
  footer .footer-top .btn {
    font-size: 12px;
  }
}
footer .footer-bottom {
  padding: 15px 0;
  background-color: white;
}
footer .footer-bottom .footer-log {
  max-width: 210px;
}
footer .footer-bottom .footer-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media only screen and (max-width: 991.98px) {
  footer .footer-bottom .footer-nav {
    margin-top: 10px;
  }
}
footer .footer-bottom .footer-nav h6 a {
  color: #0F141E;
  text-decoration: none;
}
footer .footer-bottom .footer-nav h6 span {
  display: inline-block;
  margin: 0 20px;
}
footer .footer-bottom .footer-nav p {
  color: #878A8F;
  font-size: 16px;
}

@media only screen and (max-width: 991.98px) {
  .mobile-flex {
    display: flex;
  }
}

.page-template-contact .footer-top {
  display: none;
}

/*--------------*\
    Hero Section
\*--------------*/
@media only screen and (max-width: 1199.98px) {
  .section-counter #counter-box span {
    font-size: 50px !important;
  }
  .section-counter #counter-box p {
    font-size: 15px !important;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-counter #counter-box span {
    font-size: 19px !important;
  }
  .section-counter #counter-box p {
    font-size: 5px !important;
  }
}
@media only screen and (max-width: 767.98px) {
  .icon-rank-star {
    background-size: 100%;
    background-repeat: no-repeat;
    display: inline-block;
    background-image: url(../images/icons/rank-star.svg);
    width: 14px;
    height: 19px;
  }
  .section-experiance {
    padding: 50px 0;
  }
  .section-experiance .experiance-list {
    color: #878A8F;
    font-size: 18px;
    text-align: center;
  }
  .section-problem-sloving .pt-5 {
    padding: 0rem !important;
  }
  .section-problem-sloving .design-box .design-list li {
    font-size: 18px !important;
  }
  .calendly-mobile {
    min-width: 329px !important;
  }
}
@media only screen and (max-width: 1399.98px) {
  .icon-rank-star {
    width: 17px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .design-solutions .solutions-tags {
    row-gap: 10px;
  }
}
@media only screen and (max-width: 991.98px) {
  .design-solutions .solutions-tags {
    row-gap: 0px;
  }
}
.section-hero {
  position: relative;
  background-size: 48%, 100%;
  background-repeat: no-repeat;
  background-position: 96% 0;
  padding: 50px 0 100px;
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 100em) {
  .section-hero {
    padding: 100px 0 120px;
    height: 100vh;
  }
}
@media only screen and (max-width: 991.98px) {
  .section-hero {
    background-position: 98% 40%;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-hero {
    background-size: 48%, 100%;
    background-position: right center;
    height: auto;
    padding: 330px 0 60px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-hero {
    background-size: 86%, 100%;
    background-position: top center;
    height: auto;
    padding: 330px 0 60px;
  }
}
.section-hero:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 415px;
  background-image: url("../images/before-designer.webp");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
@media only screen and (min-width: 100em) {
  .section-hero:before {
    top: 24%;
    left: 50%;
    transform: translate(-52%, -42%);
    width: 1708px;
    height: 415px;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
  }
}
@media only screen and (max-width: 991.98px) {
  .section-hero:before {
    display: none;
  }
}
.section-hero .hero-content {
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
@media only screen and (max-width: 991.98px) {
  .section-hero .hero-content {
    font-size: 20px;
    justify-content: flex-start;
  }
}
.section-hero .hero-content h1 {
  color: #0F141E;
  font-style: normal;
  font-weight: 800;
  line-height: 83px;
  margin-top: 17px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 991.98px) {
  .section-hero .hero-content h1 {
    line-height: 35px;
    margin-top: 4px;
    margin-bottom: 15px;
    text-align: center;
  }
}
.section-hero .hero-content p {
  font-size: 24px;
  max-width: 740px;
}
@media only screen and (max-width: 991.98px) {
  .section-hero .hero-content p {
    font-size: 14px;
    max-width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 991.98px) {
  .section-hero .hero-trans-links {
    text-align: center;
  }
}
.section-hero .hero-trans-links a {
  color: #0F141E;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 38px;
  margin-right: 40px;
  text-decoration: none;
  position: relative;
}
.section-hero .hero-trans-links a:hover:before {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  background-color: #0f141e;
  width: 100%;
  height: 2px;
}
@media only screen and (max-width: 991.98px) {
  .section-hero .hero-trans-links a {
    font-size: 15px;
    margin-right: 13px;
  }
}
.section-hero .hero-trans-links a:last-of-type {
  margin-left: 40px;
}
@media only screen and (max-width: 991.98px) {
  .section-hero .hero-trans-links a:last-of-type {
    margin-left: 13px;
  }
}
@media only screen and (max-width: 991.98px) {
  .section-hero .hero-trans-links span {
    font-size: 15px;
  }
}

.animi {
  position: absolute;
  left: 50%;
  bottom: 100px;
  transform: translateX(-50%);
}
@media only screen and (min-width: 100em) {
  .animi {
    bottom: 85px !important;
  }
}
@media only screen and (max-width: 1399.98px) {
  .animi {
    bottom: 45px;
  }
}
@media only screen and (max-width: 991.98px) {
  .animi {
    bottom: 0px;
  }
}
.animi .icon-scroll,
.animi .icon-scroll:before {
  position: absolute;
  left: 50%;
}
.animi .icon-scroll {
  width: 20px;
  height: 40px;
  margin-left: -20px;
  top: 50%;
  margin-top: -35px;
  box-shadow: inset 0 0 0 1px #000;
  border-radius: 25px;
}
.animi .icon-scroll:before {
  content: "";
  width: 8px;
  height: 8px;
  background: #000;
  margin-left: -4px;
  top: 8px;
  border-radius: 4px;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-name: scroll;
}
@keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}

/* Portrait and Landscape */
@media screen and (max-width: 1600px) {
  .hero-content p {
    font-size: 22px !important;
  }
}
/*--------------*\
    counter Section
\*--------------*/
.section-counter {
  padding: 80px 0;
  background-color: #0F141E;
}
@media only screen and (max-width: 991.98px) {
  .section-counter {
    padding: 30px 0;
  }
}
.section-counter #counter-box-container {
  display: flex;
  justify-content: space-around;
}
.section-counter #counter-box span {
  color: #fff;
  font-size: 72px;
  font-weight: 700;
  display: block;
}
@media only screen and (max-width: 991.98px) {
  .section-counter #counter-box span {
    font-size: 19px;
    margin-bottom: 7px;
  }
}
.section-counter #counter-box p {
  color: #fff;
}
@media only screen and (max-width: 991.98px) {
  .section-counter #counter-box p {
    font-size: 5px;
    margin-bottom: 0;
  }
}

/*--------------*\
    casestudy-reports Section
\*--------------*/
.casestudy-reports {
  padding: 100px 0;
}
@media only screen and (max-width: 991.98px) {
  .casestudy-reports {
    padding: 30px 0;
  }
}
.casestudy-reports h1 {
  color: #0F141E;
  font-size: 48px;
  font-weight: 800;
  line-height: 62.39px;
  margin-bottom: 46px;
}
@media only screen and (max-width: 991.98px) {
  .casestudy-reports h1 {
    font-size: 30.092px;
    line-height: 40.39px;
    margin-bottom: 0;
  }
}
.casestudy-reports h6 {
  color: #878A8F;
  font-size: 18.608px;
  font-style: normal;
  font-weight: 400;
  line-height: 42.534px;
  letter-spacing: 5.21px;
}
.casestudy-reports ul {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}
.casestudy-reports ul li {
  color: #0F141E;
  font-size: 21.267px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}
.casestudy-reports p {
  color: #878A8F;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 25px;
}

/*--------------*\
    Home Page
\*--------------*/
.max-462 {
  width: 462px;
}
@media only screen and (max-width: 991.98px) {
  .max-462 {
    width: 100%;
  }
}

.min-h-360 {
  height: 360px;
}
@media only screen and (max-width: 991.98px) {
  .min-h-360 {
    height: auto;
  }
}

@media only screen and (max-width: 991.98px) {
  .design-solutions {
    padding-top: 30px;
  }
}
.design-solutions h6 {
  color: #0F141E;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 1.92px;
  text-transform: uppercase;
  margin-bottom: 22px;
}
@media only screen and (max-width: 991.98px) {
  .design-solutions h6 {
    font-size: 15px;
    text-align: center;
  }
}
.design-solutions .solutions-tags {
  display: flex;
  flex-wrap: wrap;
}
.design-solutions .solutions-tags + .solutions-tags {
  margin-top: 16px;
}
@media only screen and (max-width: 991.98px) {
  .design-solutions .solutions-tags + .solutions-tags {
    margin-top: 0;
  }
}
.design-solutions .solutions-tags .btn-brand {
  color: #0F141E;
  text-align: center;
  font-size: 16px;
  font-weight: 400 !important;
  line-height: 36px;
}
@media only screen and (min-width: 100em) {
  .design-solutions .solutions-tags .btn-brand {
    font-size: 22px;
    font-weight: 400 !important;
  }
}
@media only screen and (max-width: 991.98px) {
  .design-solutions .solutions-tags .btn-brand {
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 20px;
  }
}
.design-solutions .solutions-tags .btn-brand + .btn-brand {
  margin-left: 12px;
}
.design-solutions.light {
  padding-top: 90px;
  padding-bottom: 60px;
}
@media only screen and (max-width: 767.98px) {
  .design-solutions.light {
    padding-top: 40px;
  }
}
.design-solutions.light .btn-brand {
  border: 1px solid #878A8F;
  color: #878A8F;
}
.design-solutions.light .btn-brand:hover {
  color: #0F141E !important;
  background-color: transparent !important;
  border: 1px solid #0F141E;
}
.design-solutions.for-mobile {
  display: none;
}
.design-solutions.for-mobile .btn-brand {
  font-size: 17px;
  margin-bottom: 11px;
  padding: 5px 8px;
  margin-left: 8px;
}
.design-solutions.for-mobile .btn-brand + .btn-brand {
  margin-left: 8px;
}
.design-solutions.sml-text .btn-brand {
  font-size: 13px;
}
@media only screen and (max-width: 767.98px) {
  .design-solutions {
    display: none;
  }
  .design-solutions.for-mobile {
    display: block;
  }
}

.case-study-grid {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media only screen and (max-width: 991.98px) {
  .case-study-grid {
    padding: 40px 0;
  }
}
.case-study-grid .case-study {
  background-size: cover;
  background-repeat: no-repeat;
  padding: 30px 30px 0;
  min-height: 860px;
  position: relative;
  transition: 0.5s;
}
.case-study-grid .case-study:hover {
  background-size: 103%;
  transition: 0.5s;
}
@media only screen and (max-width: 991.98px) {
  .case-study-grid .case-study:hover {
    background-size: 100%;
  }
}
@media only screen and (max-width: 991.98px) {
  .case-study-grid .case-study {
    min-height: 460px;
    background-size: cover;
  }
}
.case-study-grid .case-study img {
  width: 100%;
}
.case-study-grid .case-study h2 {
  font-size: 38px;
  color: #fff;
  font-weight: 800;
  line-height: 56px;
  letter-spacing: -0.76px;
  text-transform: capitalize;
}
@media only screen and (max-width: 991.98px) {
  .case-study-grid .case-study h2 {
    font-size: 20px;
    line-height: 32px;
  }
}
.case-study-grid .case-study .case-hover {
  transition: all 0.2s linear;
  background: rgba(15, 20, 30, 0.75);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 150px 30px 30px;
  opacity: 0;
}
@media only screen and (max-width: 991.98px) {
  .case-study-grid .case-study .case-hover {
    padding: 100px 30px 30px;
    background-position: center;
  }
}
.case-study-grid .case-study .case-hover > a {
  color: #878A8F;
  font-size: 22px;
  font-weight: 400;
  line-height: 48px;
  text-decoration: none;
}
@media only screen and (max-width: 991.98px) {
  .case-study-grid .case-study .case-hover > a {
    font-size: 14px;
    line-height: 34px;
  }
}
.case-study-grid .case-study .case-hover > a:hover {
  color: white;
  transition: 0.5s;
}
.case-study-grid .case-study .case-hover > a i {
  margin-left: 10px;
}
.case-study-grid .case-study .case-hover .case-category {
  display: flex;
}
.case-study-grid .case-study .case-hover .case-category h6 {
  color: white;
  font-size: 16px;
  font-weight: 500;
  line-height: 36px;
  text-decoration: none;
}
@media only screen and (max-width: 991.98px) {
  .case-study-grid .case-study .case-hover .case-category h6 {
    font-size: 14px;
    line-height: 34px;
  }
}
.case-study-grid .case-study .case-hover .case-category span {
  display: inline-block;
  margin: 0 18px;
}
@media only screen and (max-width: 991.98px) {
  .case-study-grid .case-study .case-hover .case-category span {
    margin: 0 7px;
  }
}
.case-study-grid .case-study.t-white h2 {
  color: #0F141E;
}
.case-study-grid .case-study:hover h2 {
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 99;
}
.case-study-grid .case-study:hover .case-hover {
  opacity: 1;
}
.case-study-grid .case-study:hover.t-white h2 {
  color: white;
}

#counter-section-container {
  width: 100%;
  text-align: center;
}

#counter-box-container {
  /*border: 1px solid #999999;*/
  overflow: hidden;
  display: inline-block;
}

#counter-box {
  /*width: 33.22%;*/
  width: 300px;
  min-width: 200px;
  margin: 5px 5px 5px 5px;
  padding: 5px 5px 5px 5px;
  float: left;
  text-align: center;
  /*background-color: #111111;*/
  color: #cccccc;
  /*border: 1px solid #666666;*/
}
@media only screen and (max-width: 991.98px) {
  #counter-box {
    width: auto;
    min-width: auto;
  }
}

.counter {
  font-size: 50px;
  color: #cccccc;
}

.thanks-for {
  padding: 3rem 0;
}
@media only screen and (max-width: 991.98px) {
  .thanks-for {
    padding: 1rem 0;
  }
}

.thanks-for h3 {
  color: #0F141E;
  font-family: Helvetica Now Display;
  font-size: 36px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-align: center;
}
@media only screen and (max-width: 991.98px) {
  .thanks-for h3 {
    font-size: 29px;
  }
}

@media only screen and (max-width: 991.98px) {
  #post-laod {
    padding: 0 !important;
  }
}

/*--------------*\
    About US Page
\*--------------*/
.about-hero {
  background-image: url(../images/about-hero.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 500px;
  padding-bottom: 300px;
}
@media only screen and (max-width: 991.98px) {
  .about-hero {
    padding-top: 60px;
    padding-bottom: 50px;
  }
}

.section-experiance {
  padding: 100px 0;
}
.section-experiance .experiance-list {
  color: #878A8F;
  font-size: 20px;
  font-weight: 500;
  padding: 0;
  list-style: none;
  line-height: 40px;
}
.section-experiance .experiance-list.dark {
  color: #0F141E;
}

.section-problem-sloving .design-box {
  margin: 30px 0;
}
.section-problem-sloving .design-box .design-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 618px;
  margin: 0 auto;
  list-style: none;
}
.section-problem-sloving .design-box .design-list li {
  color: #0F141E;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
}
.section-problem-sloving .design-box .design-list li span {
  margin: 0 10px;
  color: #878A8F;
}

.section-out-clients {
  padding: 100px 0;
}
.section-out-clients .view-more-list {
  text-align: center;
  margin-top: 30px;
}
.section-out-clients .view-more-list a {
  color: #0F141E;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1.44px;
  text-decoration-line: none;
  text-transform: uppercase;
  border-bottom: 1px solid #0F141E;
  padding-bottom: 6px;
}
.section-out-clients ul {
  list-style: none;
  padding: 0;
}
.section-out-clients ul li a {
  color: #878A8F;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  text-decoration: none;
}

/*--------------*\
    Contact Us Page
\*--------------*/
.section-contact {
  padding: 2ch 0;
}
@media only screen and (max-width: 991.98px) {
  .section-contact {
    padding: 0px 0;
  }
}
.section-contact .contact-list h6 {
  position: relative;
  padding-left: 35px;
}
@media only screen and (max-width: 991.98px) {
  .section-contact .contact-list h6 {
    padding-left: 0;
  }
}
.section-contact .contact-list h6 span {
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.section-contact .contact-list h6 a {
  text-decoration: none;
  color: #0F141E;
}
@media only screen and (max-width: 991.98px) {
  .section-contact .contact-list h6 a {
    word-wrap: break-word;
  }
}/*# sourceMappingURL=main.css.map */