@import url(https://fonts.googleapis.com/css?family=Pacifico|Rubik:300,300i,400,400i,500,500i,700,700i,900,900i);
@import url(bootstrap_old.min.css);
@import url(bootstrap-select.min.css);
@import url(owl.carousel.css);
@import url(owl.theme.default.min.css);
@import url(nouislider.css);
@import url(nouislider.pips.css);
@import url(jquery.bootstrap-touchspin.css);
@import url(magnific-popup.css);
@import url(animate.min.css);
@import url(hover-min.css);
@import url(../plugins/fontawesome-5/css/fontawesome-all.min.css);
@import url(../plugins/icofont/css/icofont.css);
@import url(../plugins/printify-icon/style.css);
body {
  font-family: "Rubik";
  color: #757575;
  font-size: 18px;
  line-height: 32px;
  max-width: 100vw; }
  body.active-preloader-ovh {
    overflow: hidden; }

a:hover,
a:visited,
a:focus,
a:active {
  text-decoration: none !important;
  outline: none !important; }

.thm-container {
  width: 100%;
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  display: block; }

.sec-pad {
  padding: 120px 0; }
  @media (max-width: 1024px) {
    .sec-pad {
      padding: 60px 0; } }
  @media (max-width: 568px) {
    .sec-pad {
      padding: 35px 0; } }

.p0 {
  padding: 0 !important; }

.pt0 {
  padding-top: 0; }

.pb0 {
  padding-bottom: 0 !important; }

.mb0 {
  margin-bottom: 0 !important; }

.mb-10 {
  margin-bottom: 10px !important; }

@media (min-width: 736px) {
  .mb-sm-40 {
    margin-bottom: 40px; } }

.mt-20 {
  margin-top: 20px !important; }

.mt-30 {
  margin-top: 30px !important; }

.mt-40 {
  margin-top: 40px !important; }

.mt-50 {
  margin-top: 50px !important; }

.mt-60 {
  margin-top: 60px !important; }

.gray-bg {
  background: #F4F9FD; }

.thm-btn {
  border: none;
  outline: none;
  display: inline-block;
  vertical-align: middle;
  background: #D80046;
  border-radius: 35px;
  color: #fff;
  font-family: "Rubik";
  font-weight: 500;
  font-size: 16px;
  padding: 18px 69px;
  -moz-transition: all .4s;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s; }
  @media (max-width: 320px) {
    .thm-btn {
      padding-left: 65px;
      padding-right: 65px; } }
  .thm-btn:hover {
    background: #fff;
    color: #D80046; }

.sec-title {
  margin-top: -8px;
  margin-bottom: 55px; }
  @media (max-width: 1024px) {
    .sec-title.text-center p {
      max-width: 70%;
      margin-left: auto;
      margin-right: auto; } }
  @media (max-width: 568px) {
    .sec-title.text-center p {
      max-width: 85%; } }
  .sec-title h3 {
    margin: 0;
    color: #212121;
    font-size: 60px;
    font-weight: bold;
    margin-bottom: 30px; }
    @media (max-width: 1024px) {
      .sec-title h3 {
        font-size: 48px; } }
    @media (max-width: 568px) {
      .sec-title h3 {
        font-size: 32px;
        line-height: 40px; } }
  .sec-title p {
    color: #757575;
    font-size: 20px;
    line-height: 32px;
    margin: 0; }
    @media (max-width: 1024px) {
      .sec-title p br {
        display: none; } }
  .sec-title span {
    font-family: "Pacifico";
    color: #D80046;
    font-size: 20px; }

.scroll-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  width: 50px;
  height: 50px;
  text-align: center;
  background: #D80046;
  color: #fff;
  font-size: 17px;
  line-height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  display: none;
  -webkit-box-shadow: 0px 23px 42px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 23px 42px rgba(0, 0, 0, 0.2);
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease; }
  .scroll-to-top:hover {
    background: #bf003e;
    color: #212121; }

.preloader {
  background-color: #fff;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999999; }
  .preloader .spinner {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
    background-color: #D80046;
    border-radius: 100%;
    -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
    animation: sk-scaleout 1.0s infinite ease-in-out; }

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    opacity: 0; } }
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0; } }
.page-title {
  background: #F5F6FA;
  padding: 25px 0; }
  .page-title h3 {
    margin: 0;
    color: #212121;
    font-size: 52px;
    font-weight: bold;
    word-wrap: break-word;
    padding: 0 15px 10px 15px; }
    @media (max-width: 568px) {
      .page-title h3 {
        font-size: 48px;
        text-align: center; } }
  @media (max-width: 1024px) {
    .page-title {
      padding: 25px 0; }
      .page-title h3 {
        font-size: 48px;
        padding: 0 20px 20px; } }
  @media (max-width: 992px) {
    .page-title h3 {
      font-size: 32px; } }
  @media (max-width: 568px) {
    .page-title h3 {
      font-size: 26px;
      padding: 0px 0px 20px; } }

.breadcumb-wrapper {
  overflow: hidden;
  margin-top: -34px;
  z-index: 99; }
  .breadcumb-wrapper .thm-container {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    max-width: 1170px; }
  .breadcumb-wrapper ul.breadcumb {
    margin: 0;
    padding: 0;
    list-style: none;
    background: #D80046;
    border-top-left-radius: 35px;
    border-bottom-left-radius: 35px;
    padding-left: 70px;
    padding-right: 100px;
    position: relative;
    display: inline-block;
    float: right;
    text-align: center;
    word-wrap: break-word;
    text-transform: uppercase; }
    .breadcumb-wrapper ul.breadcumb:after {
      content: '';
      width: 1000000px;
      height: 100%;
      background: #D80046;
      position: absolute;
      top: 0;
      left: 100%; }
    .breadcumb-wrapper ul.breadcumb li {
      margin: 0;
      padding: 0;
      list-style: none;
      display: inline-block;
      vertical-align: middle; }
      .breadcumb-wrapper ul.breadcumb li a {
        display: block;
        color: #fff;
        font-size: 16px;
        font-weight: 500;
        padding: 18px 0;
        -moz-transition: all .4s ease;
        -webkit-transition: all .4s ease;
        -o-transition: all .4s ease;
        transition: all .4s ease; }
        .breadcumb-wrapper ul.breadcumb li a:hover {
          color: #212121; }
      .breadcumb-wrapper ul.breadcumb li span {
        display: block;
        color: #212121;
        font-size: 16px;
        font-weight: 500;
        padding: 18px 0;
        -moz-transition: all .4s ease;
        -webkit-transition: all .4s ease;
        -o-transition: all .4s ease;
        transition: all .4s ease; }
        .breadcumb-wrapper ul.breadcumb li span.sep {
          margin-left: 15px;
          margin-right: 15px;
          color: #fff; }
    @media (max-width: 1024px) {
      .breadcumb-wrapper ul.breadcumb li a, .breadcumb-wrapper ul.breadcumb li span {
        padding: 10px 0; } }
    @media (max-width: 992px) {
      .breadcumb-wrapper ul.breadcumb {
        padding-left: 25px;
        padding-right: 25px; } }
    @media (max-width: 568px) {
      .breadcumb-wrapper ul.breadcumb {
        padding-left: 15px;
        padding-right: 10px;
        padding-bottom: 5px;
        padding-top: 5px; }
        .breadcumb-wrapper ul.breadcumb li a, .breadcumb-wrapper ul.breadcumb li span {
          padding: 0px;
          font-size: 12px; }
        .breadcumb-wrapper ul.breadcumb li span.sep {
          margin-left: 5px;
          margin-right: 5px;
          color: #fff; } }

@media (max-width: 736px) {
  .has-border-parent > .has-border-child:not(:last-child) {
    border-bottom: solid 3px #ebedf4; } }

@media (max-width: 1024px) {
  img {
    max-width: 100%; } }

@media (max-width: 800px) {
  .img-fit {
    min-height: auto; } }
@media (max-width: 768px) {
  .img-fit {
    min-height: auto; } }

@media (max-width: 1024px) {
  .center-content {
    text-align: center; } }

img-100 {
  width: 100%; }

.img-fix {
  display: flex;
  overflow: hidden; }

.img-fit {
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 380px; }
  @media (max-width: 768px) {
    .img-fit {
      min-height: 0; } }

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px; }

.col-xs-5ths {
  width: 100%;
  text-align: center; }

@media (min-width: 736px) {
  .col-sm-5ths {
    width: 48.8%;
    float: left;
    margin-bottom: 30px; } }
@media (max-width: 800px) {
  .col-sm-5ths:last-of-type {
    margin: 0 auto; } }

@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left; } }

@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left; } }

.auto-height-fix {
  display: block; }
  @media (min-width: 768px) {
    .auto-height-fix {
      display: flex; } }

.auto-height-fix-max {
  display: block; }
  @media (min-width: 1024px) {
    .auto-height-fix-max {
      display: flex; } }

.height-fix-child {
  height: 100%; }

.img-404 {
  width: 50%; }
  @media (max-width: 480px) {
    .img-404 {
      width: 100%; } }

.box-2 {
  margin: 0 auto;
  -moz-transform: translateY(5%);
  -webkit-transform: translateY(5%);
  -o-transform: translateY(5%);
  -ms-transform: translateY(5%);
  transform: translateY(5%); }
  @media (max-width: 1024px) {
    .box-2 {
      -moz-transform: translateY(10%);
      -webkit-transform: translateY(10%);
      -o-transform: translateY(10%);
      -ms-transform: translateY(10%);
      transform: translateY(10%); } }
  @media (max-width: 992px) {
    .box-2 {
      -moz-transform: translateY(0%);
      -webkit-transform: translateY(0%);
      -o-transform: translateY(0%);
      -ms-transform: translateY(0%);
      transform: translateY(0%); } }

@media (max-width: 568px) {
  p.section-title {
    font-size: 16px; } }

button.disabled {
  opacity: .3;
  pointer-events: none; }

header {
  z-index: 999;
  position: relative; }

.header-navigation {
  background-color: transparent;
  margin-bottom: 0;
  border: none;
  border-radius: 0; }
  @media (max-width: 1024px) {
    .header-navigation {
      margin-bottom: 0; } }
  @media (max-width: 1024px) {
    .header-navigation.navbar .nav {
      width: 100%;
      text-align: left;
      -moz-transform: translateX(0%);
      -webkit-transform: translateX(0%);
      -o-transform: translateX(0%);
      -ms-transform: translateX(0%);
      transform: translateX(0%); } }
  @media (max-width: 1024px) {
    .header-navigation.navbar .nav > li {
      display: block;
      padding: 0 !important;
      width: 100%;
      float: none; } }
  @media (max-width: 1024px) {
    .header-navigation.navbar .nav > li + li {
      margin-left: 0;
      padding: 0 !important;
      border-top: 1px solid rgba(255, 255, 255, 0.1);
      display: block;
      float: none; } }
  @media (max-width: 1024px) {
    .header-navigation.navbar .nav > li > a {
      display: block;
      padding: 16px 0 16px 20px !important;
      transition: background 0.4s ease 0s;
      margin-left: 50px;
      width: 100%; } }
  @media (max-width: 768px) {
    .header-navigation.navbar .nav > li > a {
      margin-left: 35px; } }
  @media (max-width: 480px) {
    .header-navigation.navbar .nav > li > a {
      margin-left: 10px; } }
  @media (max-width: 480px) {
    .header-navigation.navbar .nav > li > a:after {
      display: none; } }
  @media (max-width: 1024px) {
    .header-navigation.navbar .nav > li.show-mobile {
      display: none; } }
  @media (max-width: 1024px) {
    .header-navigation.navbar .nav.navigation-box + .nav {
      border-top: 1px dashed #282828; } }
  @media (max-width: 1024px) {
    .header-navigation.navbar .right-box.nav {
      width: 100%;
      margin: 0; } }
  @media (max-width: 1024px) {
    .header-navigation.navbar .right-box.nav > li > a {
      border: none !important;
      color: #fff;
      display: block;
      padding: 16px 0 16px 20px !important;
      transition: background 0.4s ease 0s; } }
  @media (max-width: 1024px) {
    .header-navigation.navbar .navbar-nav > li > .sub-menu {
      position: relative !important;
      width: 100% !important;
      opacity: 1 !important;
      visibility: visible !important;
      left: auto;
      right: auto;
      top: auto;
      transition: none;
      display: none;
      float: none;
      margin: 0 0 0 0; } }
  @media (max-width: 1024px) {
    .header-navigation.navbar .navbar-nav > li > .sub-menu > li > .sub-menu {
      position: relative !important;
      width: 100% !important;
      opacity: 1 !important;
      visibility: visible !important;
      left: auto;
      right: auto;
      top: auto;
      transition: none;
      display: none;
      float: none;
      margin: 0; } }
  .header-navigation.navbar .navbar-nav > li > .sub-menu > li > a {
    padding-left: 30px; }
    @media (max-width: 1024px) {
      .header-navigation.navbar .navbar-nav > li > .sub-menu > li > a::after {
        display: none; } }
  @media (max-width: 1024px) {
    .header-navigation.navbar .navbar-nav .sub-nav-toggler {
      background-color: transparent;
      background-image: none;
      border: 1px solid #212121;
      border-radius: 4px;
      padding: 9px 9px;
      position: absolute;
      top: 0;
      right: 10px;
      margin-top: 11px;
      margin-right: 10px;
      display: block; } }
  @media (max-width: 480px) {
    .header-navigation.navbar .navbar-nav .sub-nav-toggler {
      right: 5px; } }
  @media (max-width: 1024px) {
    .header-navigation.navbar .navbar-nav .sub-nav-toggler .icon-bar {
      background-color: #212121;
      border-radius: 1px;
      display: block;
      height: 1px;
      width: 20px; } }
  @media (max-width: 1024px) {
    .header-navigation.navbar .navbar-nav .sub-nav-toggler .icon-bar + .icon-bar {
      margin-top: 4px; } }
  .header-navigation .thm-container {
    max-width: 100%;
    background: transparent;
    padding: 0 40px;
    position: relative; }
    @media (max-width: 1024px) {
      .header-navigation .thm-container {
        padding-right: 15px;
        padding-left: 15px; } }
    .header-navigation .thm-container .navbar-header {
      position: absolute;
      top: 50%;
      left: 40px;
      -moz-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
      @media (max-width: 1024px) {
        .header-navigation .thm-container .navbar-header {
          position: static;
          -moz-transform: translateX(0);
          -webkit-transform: translateX(0);
          -o-transform: translateX(0);
          -ms-transform: translateX(0);
          transform: translateX(0); } }
      @media (max-width: 480px) {
        .header-navigation .thm-container .navbar-header {
          padding-right: 0; } }
    .header-navigation .thm-container .navbar-brand {
      height: auto;
      padding: 0; }
      @media (max-width: 1024px) {
        .header-navigation .thm-container .navbar-brand {
          padding: 25px 0; } }
      @media (max-width: 480px) {
        .header-navigation .thm-container .navbar-brand {
          padding: 15px 0;
          width: 80%; } }
      .header-navigation .thm-container .navbar-brand img {
        width: 70%; }
    .header-navigation .thm-container .main-navigation {
      text-align: center;
      padding: 0; }
    .header-navigation .thm-container .right-side-box {
      position: absolute;
      top: 50%;
      right: 40px;
      -moz-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      margin-top: 1px; }
      @media (max-width: 1024px) {
        .header-navigation .thm-container .right-side-box {
          display: none; } }
      @media (max-width: 480px) {
        .header-navigation .thm-container .right-side-box {
          display: none; } }
      .header-navigation .thm-container .right-side-box .social a {
        width: 59px;
        height: 59px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        color: #fff;
        font-size: 18px;
        text-align: center;
        line-height: 59px;
        background: #D80046; }
        .header-navigation .thm-container .right-side-box .social a + a {
          margin-left: 10px; }
      .header-navigation .thm-container .right-side-box ul {
        list-style: none; }
        .header-navigation .thm-container .right-side-box ul li {
          display: inline-block;
          margin-top: 10px;
          margin-left: 10px;
          font-size: 80%; }
  .header-navigation ul.navigation-box {
    float: none;
    display: inline-block;
    vertical-align: middle;
    -moz-transform: translateX(-5%);
    -webkit-transform: translateX(-5%);
    -o-transform: translateX(-5%);
    -ms-transform: translateX(-5%);
    transform: translateX(-5%); }
    @media (max-width: 1024px) {
      .header-navigation ul.navigation-box li a {
        margin-left: 0 !important; } }
    .header-navigation ul.navigation-box li a .sub-nav-toggler {
      display: none; }
    .header-navigation ul.navigation-box > li {
      position: relative;
      padding: 22px 0;
      display: inline-block; }
      .header-navigation ul.navigation-box > li:before {
        content: '';
        display: inline-block;
        vertical-align: middle;
        width: 5px;
        height: 5px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        background: #C4C4C4;
        margin-left: 10px;
        margin-right: 10px; }
        @media (max-width: 1024px) {
          .header-navigation ul.navigation-box > li:before {
            display: none; } }
        @media (max-width: 1366px) {
          .header-navigation ul.navigation-box > li:before {
            margin-left: 10px;
            margin-right: 10px; } }
      .header-navigation ul.navigation-box > li:first-child:before {
        display: none; }
      .header-navigation ul.navigation-box > li + li {
        margin-left: 0; }
      .header-navigation ul.navigation-box > li.active > a {
        color: #D80046; }
      .header-navigation ul.navigation-box > li.current > a {
        color: #D80046; }
        @media (max-width: 1024px) {
          .header-navigation ul.navigation-box > li.current > a {
            background: #D80046;
            color: #fff;
            width: 100%; } }
      .header-navigation ul.navigation-box > li > a {
        padding: 15px 10px;
        color: #757575;
        font-size: 15px;
        -moz-transition: all .4s ease;
        -webkit-transition: all .4s ease;
        -o-transition: all .4s ease;
        transition: all .4s ease;
        font-weight: 500;
        display: inline-block; }
        .header-navigation ul.navigation-box > li > a:active, .header-navigation ul.navigation-box > li > a:focus {
          color: #D80046; }
      .header-navigation ul.navigation-box > li:hover > a {
        color: #D80046; }
        @media (max-width: 1024px) {
          .header-navigation ul.navigation-box > li:hover > a {
            background: #D80046;
            color: #fff; } }
      .header-navigation ul.navigation-box > li:hover > ul.sub-menu {
        opacity: 1;
        visibility: visible; }
      .header-navigation ul.navigation-box > li ul.sub-menu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 100000;
        float: left;
        min-width: 239px;
        padding: 15px 0px;
        text-align: left;
        list-style: none;
        background-color: #D80046;
        background-clip: padding-box;
        opacity: 0;
        visibility: hidden;
        -moz-transition: opacity .4s ease, visibility .4s ease;
        -webkit-transition: opacity .4s ease, visibility .4s ease;
        -o-transition: opacity .4s ease, visibility .4s ease;
        transition: opacity .4s ease, visibility .4s ease; }
        .header-navigation ul.navigation-box > li ul.sub-menu.right-align {
          left: auto;
          right: 0; }
        @media (max-width: 1024px) {
          .header-navigation ul.navigation-box > li ul.sub-menu {
            background-color: #F5F6FA; } }
      .header-navigation ul.navigation-box > li > ul.sub-menu > li {
        display: block;
        position: relative; }
        .header-navigation ul.navigation-box > li > ul.sub-menu > li > a {
          font-size: 15px;
          color: #fff;
          font-weight: 500;
          padding: 11.5px 20px;
          display: block;
          line-height: 26px;
          white-space: nowrap;
          -moz-transition: all .4s ease;
          -webkit-transition: all .4s ease;
          -o-transition: all .4s ease;
          transition: all .4s ease; }
          @media (max-width: 1024px) {
            .header-navigation ul.navigation-box > li > ul.sub-menu > li > a .sub-nav-toggler {
              border-color: #F5F6FA; } }
          @media (max-width: 1024px) {
            .header-navigation ul.navigation-box > li > ul.sub-menu > li > a .sub-nav-toggler .icon-bar {
              background-color: #F5F6FA; } }
          @media (max-width: 1024px) {
            .header-navigation ul.navigation-box > li > ul.sub-menu > li > a {
              color: #757575; } }
        .header-navigation ul.navigation-box > li > ul.sub-menu > li:hover > a {
          background: #bf003e;
          color: #fff;
          position: relative; }
        .header-navigation ul.navigation-box > li > ul.sub-menu > li > ul.sub-menu {
          position: absolute;
          top: 0%;
          left: 100%;
          z-index: 100000;
          float: left;
          min-width: 239px;
          padding: 15px 20px;
          text-align: left;
          list-style: none;
          background-color: #D80046;
          background-clip: padding-box;
          opacity: 0;
          visibility: hidden;
          -moz-transition: opacity .4s ease, visibility .4s ease;
          -webkit-transition: opacity .4s ease, visibility .4s ease;
          -o-transition: opacity .4s ease, visibility .4s ease;
          transition: opacity .4s ease, visibility .4s ease; }
        @media (max-width: 1024px) {
          .header-navigation ul.navigation-box > li > ul.sub-menu > li.current > a {
            background-color: #D80046;
            color: #fff; } }
      .header-navigation ul.navigation-box > li > .sub-menu > li:hover > ul.sub-menu {
        opacity: 1;
        visibility: visible; }
      .header-navigation ul.navigation-box > li > .sub-menu > li > ul.sub-menu > li {
        display: block;
        position: relative; }
        .header-navigation ul.navigation-box > li > .sub-menu > li > ul.sub-menu > li > a {
          font-size: 15px;
          color: #fff;
          font-weight: 500;
          padding: 11.5px 20px;
          display: block;
          line-height: 26px;
          padding-left: 27px;
          white-space: nowrap;
          -moz-transition: all .4s ease;
          -webkit-transition: all .4s ease;
          -o-transition: all .4s ease;
          transition: all .4s ease; }
      .header-navigation ul.navigation-box > li > .sub-menu > li > .sub-menu li:hover > a {
        background: #bf003e;
        color: #fff;
        position: relative; }
  .header-navigation.stricky-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    background: #fff;
    -webkit-box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.32);
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.32); }
    .header-navigation.stricky-fixed .thm-container {
      -webkit-box-shadow: none;
      box-shadow: none; }
      .header-navigation.stricky-fixed .thm-container .navbar-brand {
        padding-top: 27px;
        padding-bottom: 27px; }
        @media (max-width: 480px) {
          .header-navigation.stricky-fixed .thm-container .navbar-brand {
            padding: 15px 0;
            width: 80%; } }
    .header-navigation.stricky-fixed ul.navigation-box > li {
      padding-top: 20px;
      padding-bottom: 20px; }

@media (max-width: 1024px) {
  .navbar-default .navbar-toggle {
    display: block;
    margin-right: 0;
    border-color: #212121;
    background-color: transparent !important;
    margin: 40px 0; } }
@media (max-width: 480px) {
  .navbar-default .navbar-toggle {
    margin: 30px 0; } }
@media (max-width: 480px) {
  .navbar-default .navbar-toggle:hover {
    border-color: #D80046; } }
@media (max-width: 480px) {
  .navbar-default .navbar-toggle:hover .icon-bar {
    background: #D80046; } }
@media (max-width: 480px) {
  .navbar-default .navbar-toggle .icon-bar {
    background: #212121; } }
@media (max-width: 1024px) {
  .navbar-default .navbar-collapse {
    background: transparent;
    padding: 0 !important;
    border: 1px solid #838ca3;
    margin: 0;
    background: #F5F6FA; } }

@media (max-width: 1024px) {
  .navbar-header {
    width: 100%;
    float: none;
    padding-right: 0;
    margin: 0 !important; } }

@media (max-width: 1024px) {
  .navbar-nav {
    margin: 0; } }

@media (max-width: 1024px) {
  .navbar-collapse {
    width: calc(100% + 30px);
    margin-left: -15px !important; } }
@media (max-width: 1024px) {
  .navbar-collapse.collapse {
    display: none !important;
    height: 0 !important;
    padding-bottom: 0;
    overflow: auto !important; } }
@media (max-width: 1024px) {
  .navbar-collapse.collapse.in {
    display: block !important;
    height: auto !important;
    max-height: 70vh; } }
@media (max-width: 1024px) {
  .navbar-collapse.in {
    overflow-y: auto; } }

@media (max-width: 1024px) {
  .header .stricky-fixed.header-navigation.navbar .nav > li {
    padding: 0 !important; } }
@media (max-width: 1024px) {
  .header .header-navigation.navbar .nav > li + li {
    margin-left: 0; } }
@media (max-width: 1024px) {
  .header .header-navigation .navbar-form {
    width: 100%;
    max-width: 100%; } }

#minimal-bootstrap-carousel {
  margin-top: 0;
  position: relative;
  z-index: 1; }
  #minimal-bootstrap-carousel .carousel-caption {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 0;
    text-align: right;
    text-shadow: none; }
    #minimal-bootstrap-carousel .carousel-caption .thm-container {
      display: table;
      width: 100%;
      height: 100%;
      max-width: 1170px;
      margin-left: auto;
      margin-right: auto;
      text-align: center; }
      #minimal-bootstrap-carousel .carousel-caption .thm-container .box {
        display: table-cell;
        text-align: left; }
        #minimal-bootstrap-carousel .carousel-caption .thm-container .box.valign-top {
          vertical-align: top; }
        #minimal-bootstrap-carousel .carousel-caption .thm-container .box.valign-bottom {
          vertical-align: bottom; }
        #minimal-bootstrap-carousel .carousel-caption .thm-container .box.valign-middle {
          vertical-align: middle; }
        #minimal-bootstrap-carousel .carousel-caption .thm-container .box.content {
          display: block; }
  #minimal-bootstrap-carousel .carousel-control {
    background: none;
    width: 70px;
    height: 70px;
    font-size: 20px;
    line-height: 70px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    background: rgba(0, 0, 0, 0.1);
    visibility: visible !important;
    opacity: 1;
    margin-top: -20px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    top: 50%;
    z-index: 99; }
    #minimal-bootstrap-carousel .carousel-control .left {
      left: 1%; }
    #minimal-bootstrap-carousel .carousel-control .right {
      right: 1%; }
  #minimal-bootstrap-carousel .carousel-control:hover {
    opacity: 1;
    background: #000; }
  @media (max-width: 667px) {
    #minimal-bootstrap-carousel .carousel-control {
      width: 30px;
      height: 30px;
      font-size: 15px;
      line-height: 30px; } }
  #minimal-bootstrap-carousel .custom-navigation {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 999;
    margin: 0;
    padding: 0;
    list-style: none; }
    #minimal-bootstrap-carousel .custom-navigation .custom-navigation li {
      margin: 0;
      padding: 0;
      list-style: none;
      border: 0;
      border-radius: 0;
      text-indent: 0;
      width: 30px;
      height: 2px;
      background: #fff;
      opacity: .3;
      cursor: pointer; }
    #minimal-bootstrap-carousel .custom-navigation .custom-navigation li + li {
      margin-left: 10px; }
    #minimal-bootstrap-carousel .custom-navigation .custom-navigation li.active {
      opacity: 1; }

.slider-home-one .carousel-inner .item {
  min-height: 820px;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-color: #212121; }
  .slider-home-one .carousel-inner .item .content {
    text-align: center;
    position: relative;
    z-index: 999; }
    @media (max-width: 1024px) {
      .slider-home-one .carousel-inner .item .content {
        -moz-transform: translateY(-45%);
        -webkit-transform: translateY(-45%);
        -o-transform: translateY(-45%);
        -ms-transform: translateY(-45%);
        transform: translateY(-45%); } }
    @media (max-width: 768px) {
      .slider-home-one .carousel-inner .item .content {
        -moz-transform: translateY(-110%);
        -webkit-transform: translateY(-110%);
        -o-transform: translateY(-110%);
        -ms-transform: translateY(-110%);
        transform: translateY(-110%); } }
    @media (max-width: 667px) {
      .slider-home-one .carousel-inner .item .content {
        display: none; } }
    .slider-home-one .carousel-inner .item .content h2,
    .slider-home-one .carousel-inner .item .content h3,
    .slider-home-one .carousel-inner .item .content p {
      margin: 0; }
    .slider-home-one .carousel-inner .item .content h2 {
      font-family: "Rubik";
      font-size: 120px;
      font-weight: bold;
      line-height: 120px;
      letter-spacing: -0.06em;
      margin-top: 20px;
      -webkit-animation-delay: 1s;
      animation-delay: 1s; }
      @media (max-width: 1024px) {
        .slider-home-one .carousel-inner .item .content h2 {
          font-size: 80px;
          margin-top: 10px;
          line-height: 100px; } }
      @media (max-width: 768px) {
        .slider-home-one .carousel-inner .item .content h2 {
          font-size: 60px;
          margin-top: 10px;
          line-height: 60px; } }
      @media (max-width: 480px) {
        .slider-home-one .carousel-inner .item .content h2 {
          font-size: 60px; } }
      @media (max-width: 320px) {
        .slider-home-one .carousel-inner .item .content h2 {
          font-size: 50px;
          line-height: 60px; } }
    .slider-home-one .carousel-inner .item .content h3 {
      font-family: "Pacifico";
      color: #D80046;
      font-size: 30px;
      -webkit-animation-delay: .5s;
      animation-delay: .5s; }
      @media (max-width: 768px) {
        .slider-home-one .carousel-inner .item .content h3 {
          font-size: 24px;
          line-height: 30px; } }
      @media (max-width: 320px) {
        .slider-home-one .carousel-inner .item .content h3 {
          line-height: 40px; } }
    .slider-home-one .carousel-inner .item .content a.thm-btn {
      margin-top: 40px;
      -webkit-animation-delay: 1.5s;
      animation-delay: 1.5s; }
      @media (max-width: 1024px) {
        .slider-home-one .carousel-inner .item .content a.thm-btn {
          margin-top: 10px; } }
      @media (max-width: 768px) {
        .slider-home-one .carousel-inner .item .content a.thm-btn {
          margin-top: 20px;
          font-size: 16px; } }

.carousel-fade .carousel-inner .item {
  -moz-transition-property: opacity;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  opacity: 0; }
.carousel-fade .carousel-inner .active {
  opacity: 1; }
  .carousel-fade .carousel-inner .active .left,
  .carousel-fade .carousel-inner .active .right {
    opacity: 0;
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
.carousel-fade .carousel-inner .next {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
  .carousel-fade .carousel-inner .next .left {
    opacity: 1; }
.carousel-fade .carousel-inner .prev {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
  .carousel-fade .carousel-inner .prev .right {
    opacity: 1; }
.carousel-fade .carousel-control {
  z-index: 2; }

.banner-style-two {
  background: #212121;
  overflow: hidden; }
  .banner-style-two .thm-container-fluid {
    max-width: 100%; }
  .banner-style-two .owl-dots {
    margin-bottom: 0;
    width: 100%;
    margin-top: 0px;
    position: absolute;
    bottom: 50px;
    left: 0;
    text-align: center;
    z-index: 999; }
    .banner-style-two .owl-dots .owl-dot + .owl-dot {
      margin-left: 10px; }
    .banner-style-two .owl-dots .owl-dot span {
      width: 30px;
      height: 2px;
      background: rgba(255, 255, 255, 0.3);
      border-radius: 0;
      margin: 0; }
    .banner-style-two .owl-dots .owl-nav {
      display: none; }
    .banner-style-two .owl-dots .owl-dot.active span {
      background: white; }
  .banner-style-two .single-banner-carousel {
    padding: 150px 0; }
    .banner-style-two .single-banner-carousel span {
      display: block;
      color: #FEC931;
      font-size: 24px;
      font-family: "Pacifico"; }
    .banner-style-two .single-banner-carousel h2 {
      margin: 0;
      color: #fff;
      font-weight: bold;
      font-size: 130px;
      line-height: 110px;
      letter-spacing: -0.06em;
      margin-top: 30px;
      margin-bottom: 50px; }
      @media (max-width: 480px) {
        .banner-style-two .single-banner-carousel h2 {
          font-size: 90px;
          line-height: 90px; } }
      @media (max-width: 320px) {
        .banner-style-two .single-banner-carousel h2 {
          font-size: 50px;
          line-height: 60px; } }
  @media (max-width: 1024px) {
    .banner-style-two img.pull-left {
      max-width: none; } }
  @media (max-width: 768px) {
    .banner-style-two img.pull-left {
      max-width: 100%;
      margin-top: 60px;
      margin-bottom: 120px;
      display: none; } }

.welcome-section {
  background: #F5F6FA; }
  .welcome-section .welcome-content {
    padding-left: 56px;
    -moz-transform: translateY(25%);
    -webkit-transform: translateY(25%);
    -o-transform: translateY(25%);
    -ms-transform: translateY(25%);
    transform: translateY(25%); }
    @media (max-width: 1024px) {
      .welcome-section .welcome-content {
        padding-left: 0; } }
    @media (max-width: 800px) {
      .welcome-section .welcome-content {
        margin-top: 60px;
        -moz-transform: translateY(0%);
        -webkit-transform: translateY(0%);
        -o-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%); } }
    .welcome-section .welcome-content p {
      margin: 0;
      color: #212121; }
      .welcome-section .welcome-content p + p {
        margin-top: 20px; }
    .welcome-section .welcome-content a.thm-btn {
      margin-top: 55px; }
    .welcome-section .welcome-content .title {
      margin-bottom: 38px; }
      .welcome-section .welcome-content .title h3 {
        font-size: 60px;
        font-weight: bold;
        color: #212121;
        margin: 0; }
        @media (max-width: 1024px) {
          .welcome-section .welcome-content .title h3 {
            font-size: 55px; } }
        @media (max-width: 568px) {
          .welcome-section .welcome-content .title h3 {
            font-size: 40px; } }
      .welcome-section .welcome-content .title p {
        font-family: "Pacifico";
        color: #D80046;
        font-size: 20px;
        margin: 0; }
        @media (max-width: 1024px) {
          .welcome-section .welcome-content .title p br {
            display: none; } }
      @media (max-width: 1024px) {
        .welcome-section .welcome-content .title .center-content {
          text-align: center; } }
    .welcome-section .welcome-content.no-center {
      -moz-transform: translateY(0%);
      -webkit-transform: translateY(0%);
      -o-transform: translateY(0%);
      -ms-transform: translateY(0%);
      transform: translateY(0%); }

.what-we-do {
  padding-bottom: 140px; }
  @media (max-width: 1024px) {
    .what-we-do {
      padding-bottom: 40px; } }
  @media (max-width: 667px) {
    .what-we-do {
      padding-top: 70px; } }
  @media (max-width: 1024px) {
    .what-we-do .single-what-we-do {
      max-width: 570px;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 50px; } }
  .what-we-do .single-what-we-do .text-box {
    background: #F5F6FA;
    position: relative;
    margin-top: 10px;
    padding: 0 40px;
    padding-top: 45px;
    padding-bottom: 43px; }
    .what-we-do .single-what-we-do .text-box:before {
      background: #D80046; }
    .what-we-do .single-what-we-do .text-box:hover h3,
    .what-we-do .single-what-we-do .text-box:hover p {
      color: #fff; }
    .what-we-do .single-what-we-do .text-box:hover a.read-more {
      background: #fff;
      color: #D80046; }
    .what-we-do .single-what-we-do .text-box h3 {
      font-size: 30px;
      color: #212121;
      font-weight: bold;
      margin: 0;
      margin-bottom: 32px;
      -moz-transition: all .4s ease;
      -webkit-transition: all .4s ease;
      -o-transition: all .4s ease;
      transition: all .4s ease; }
    .what-we-do .single-what-we-do .text-box p {
      color: #757575;
      font-size: 16px;
      line-height: 30px;
      margin: 0;
      -moz-transition: all .4s ease;
      -webkit-transition: all .4s ease;
      -o-transition: all .4s ease;
      transition: all .4s ease; }
    .what-we-do .single-what-we-do .text-box a.read-more {
      width: 42px;
      height: 42px;
      background: #D80046;
      color: #fff;
      font-size: 20px;
      line-height: 42px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      text-align: center;
      position: absolute;
      bottom: -21px;
      right: 30px;
      -moz-transition: all .4s ease;
      -webkit-transition: all .4s ease;
      -o-transition: all .4s ease;
      transition: all .4s ease; }
      .what-we-do .single-what-we-do .text-box a.read-more:hover {
        background: #fff;
        color: #D80046; }
  .what-we-do .single-what-we-do-one {
    background: #F5F6FA;
    position: relative;
    padding: 0 40px;
    padding-top: 50px;
    padding-bottom: 43px; }
    .what-we-do .single-what-we-do-one:before {
      background: #D80046; }
    .what-we-do .single-what-we-do-one:hover i,
    .what-we-do .single-what-we-do-one:hover h3,
    .what-we-do .single-what-we-do-one:hover p {
      color: #fff; }
    .what-we-do .single-what-we-do-one:hover a.read-more {
      background: #fff;
      color: #D80046; }
    .what-we-do .single-what-we-do-one i {
      font-size: 65px;
      color: #2E8ED2;
      -moz-transition: all .4s ease;
      -webkit-transition: all .4s ease;
      -o-transition: all .4s ease;
      transition: all .4s ease; }
    .what-we-do .single-what-we-do-one h3 {
      font-size: 30px;
      color: #212121;
      font-weight: bold;
      margin: 0;
      margin-top: 22px;
      margin-bottom: 35px;
      line-height: 36px;
      -moz-transition: all .4s ease;
      -webkit-transition: all .4s ease;
      -o-transition: all .4s ease;
      transition: all .4s ease; }
    .what-we-do .single-what-we-do-one p {
      color: #757575;
      font-size: 16px;
      line-height: 30px;
      margin: 0;
      -moz-transition: all .4s ease;
      -webkit-transition: all .4s ease;
      -o-transition: all .4s ease;
      transition: all .4s ease; }
    .what-we-do .single-what-we-do-one div.read-more {
      width: 42px;
      height: 42px;
      background: #D80046;
      color: #fff;
      font-size: 20px;
      line-height: 42px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      text-align: center;
      position: absolute;
      bottom: -21px;
      right: 30px;
      -moz-transition: all .4s ease;
      -webkit-transition: all .4s ease;
      -o-transition: all .4s ease;
      transition: all .4s ease; }
  .what-we-do .single-what-we-do-two {
    padding-left: 30px; }
    .what-we-do .single-what-we-do-two + .single-what-we-do-two {
      margin-top: 30px; }
    .what-we-do .single-what-we-do-two .img-box {
      float: right; }
      @media (max-width: 480px) {
        .what-we-do .single-what-we-do-two .img-box {
          float: none;
          width: 100%;
          margin-bottom: 30px; } }
    .what-we-do .single-what-we-do-two .text-box {
      float: left;
      width: 50%; }
      @media (max-width: 480px) {
        .what-we-do .single-what-we-do-two .text-box {
          float: none;
          width: 100%; } }
      .what-we-do .single-what-we-do-two .text-box h3,
      .what-we-do .single-what-we-do-two .text-box p {
        margin: 0; }
      .what-we-do .single-what-we-do-two .text-box h3 {
        color: #202020;
        font-size: 20px;
        font-weight: 500;
        margin-bottom: 30px; }
      .what-we-do .single-what-we-do-two .text-box p {
        font-size: 16px;
        line-height: 30px;
        color: #747474; }
  @media (max-width: 736px) {
    .what-we-do .col-xs-5ths,
    .what-we-do .col-sm-5ths,
    .what-we-do .col-md-5ths,
    .what-we-do .col-lg-5ths {
      padding-bottom: 50px; } }
  .what-we-do .row .boxes {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .what-we-do .row .boxes .single-what-we-do-one {
      padding: 25px;
      height: 100%;
      width: 100%; }
      .what-we-do .row .boxes .single-what-we-do-one > .digitalization {
        background-image: url("../img/icons/digitalization.svg");
        background-size: cover; }
      .what-we-do .row .boxes .single-what-we-do-one:hover > .digitalization {
        background-image: url("../img/icons/digitalization_hover.svg");
        background-size: cover; }
      .what-we-do .row .boxes .single-what-we-do-one > .analysis {
        background-image: url("../img/icons/analysis.svg");
        background-size: cover; }
      .what-we-do .row .boxes .single-what-we-do-one:hover > .analysis {
        background-image: url("../img/icons/analysis_hover.svg");
        background-size: cover; }
      .what-we-do .row .boxes .single-what-we-do-one > .security {
        background-image: url("../img/icons/security.svg");
        background-size: cover; }
      .what-we-do .row .boxes .single-what-we-do-one:hover > .security {
        background-image: url("../img/icons/security_hover.svg");
        background-size: cover; }
      .what-we-do .row .boxes .single-what-we-do-one > .hands {
        background-image: url("../img/icons/hands.svg");
        background-size: cover; }
      .what-we-do .row .boxes .single-what-we-do-one:hover > .hands {
        background-image: url("../img/icons/hands_hover.svg");
        background-size: cover; }
      .what-we-do .row .boxes .single-what-we-do-one > .tools {
        background-image: url("../img/icons/tools.svg");
        background-size: cover; }
      .what-we-do .row .boxes .single-what-we-do-one:hover > .tools {
        background-image: url("../img/icons/tools_hover.svg");
        background-size: cover; }
      .what-we-do .row .boxes .single-what-we-do-one i {
        width: 65px;
        height: 65px;
        display: inline-block; }
        .what-we-do .row .boxes .single-what-we-do-one i:before {
          display: none; }
      .what-we-do .row .boxes .single-what-we-do-one h3 {
        font-size: 24px;
        line-height: normal; }
  .what-we-do.aboutWhat {
    padding-bottom: 0px; }

.what-we-do.service-page .single-what-we-do .text-box {
  padding: 0 60px;
  padding-top: 55px;
  padding-bottom: 53px; }

.brand-carousel-wrapper {
  background: #D80046;
  padding: 126px 0;
  margin-top: 150px; }
  @media (max-width: 568px) {
    .brand-carousel-wrapper {
      margin-top: 60px;
      margin-bottom: 25px; } }
  .brand-carousel-wrapper .brand-carousel {
    text-align: center; }
    .brand-carousel-wrapper .brand-carousel img {
      opacity: 0.6;
      -webkit-transition: all .4s;
      transition: all .4s; }
    .brand-carousel-wrapper .brand-carousel img:hover {
      opacity: 1; }

.footer {
  background: #212121;
  padding-top: 80px;
  padding-bottom: 70px;
  margin-top: 100px; }
  @media (max-width: 768px) {
    .footer {
      padding-bottom: 20px; } }
  @media (max-width: 480px) {
    .footer {
      text-align: center; } }
  @media (max-width: 768px) {
    .footer .footer-widget {
      margin-bottom: 50px; } }
  .footer .footer-widget h3,
  .footer .footer-widget p,
  .footer .footer-widget ul,
  .footer .footer-widget li {
    margin: 0;
    padding: 0;
    list-style: none; }
  .footer .footer-widget p {
    font-size: 16px;
    line-height: 30px;
    color: #A0A0A0; }
  .footer .footer-widget ul li a {
    color: #A0A0A0;
    font-size: 16px;
    line-height: 30px; }
  .footer .footer-widget .title {
    margin-bottom: 36px; }
    .footer .footer-widget .title h3 {
      color: #fff;
      font-weight: bold;
      font-size: 20px; }
    .footer .footer-widget .title i {
      display: none; }
  .footer .footer-widget.links-widget ul.link-list li + li {
    margin-top: 4px; }
  .footer .footer-widget.links-widget ul.link-list a {
    display: block;
    position: relative;
    padding-left: 15px;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease; }
    @media (max-width: 480px) {
      .footer .footer-widget.links-widget ul.link-list a {
        padding-left: 0; } }
    .footer .footer-widget.links-widget ul.link-list a:before {
      content: '';
      width: 5px;
      height: 5px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      background: #A0A0A0;
      font-size: 18px;
      position: absolute;
      top: 50%;
      left: 0;
      -moz-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      -moz-transition: all .4s ease;
      -webkit-transition: all .4s ease;
      -o-transition: all .4s ease;
      transition: all .4s ease; }
      @media (max-width: 480px) {
        .footer .footer-widget.links-widget ul.link-list a:before {
          content: none; } }
    .footer .footer-widget.links-widget ul.link-list a:hover {
      color: #D80046; }
      .footer .footer-widget.links-widget ul.link-list a:hover:before {
        background: #D80046; }
  .footer .footer-widget.contact-widget p {
    line-height: 24px; }
    .footer .footer-widget.contact-widget p + p {
      margin-top: 25px; }
    @media (max-width: 1024px) {
      .footer .footer-widget.contact-widget p br {
        display: none; } }
  .footer .footer-widget.explore {
    padding-left: 40px; }
    @media (max-width: 1024px) {
      .footer .footer-widget.explore {
        padding-left: 0; } }
  .footer .footer-widget.services {
    padding-left: 75px; }
    @media (max-width: 1024px) {
      .footer .footer-widget.services {
        padding-left: 0; } }
  @media (max-width: 992px) {
    .footer {
      text-align: center; }
      .footer .toggleFooter {
        display: none; }
      .footer .footer-widget .title h3.toggler {
        cursor: pointer; }
      .footer .footer-widget .title h3 i {
        display: inline-block;
        vertical-align: middle;
        font-size: 24px;
        margin-left: 20px;
        margin-top: -3px;
        color: #fff; }
      .footer .footer-widget.contact-widget p + p {
        margin-top: 0px; }
      .footer ul li a {
        padding-left: 0px !important; }
        .footer ul li a:before {
          display: none !important; } }

.footer-bottom {
  background: #212121; }
  .footer-bottom .thm-container {
    border-top: 1px solid #2e2e2e;
    padding-left: 0;
    padding-right: 0;
    padding: 35px 0;
    max-width: 1170px; }
    @media (max-width: 1024px) {
      .footer-bottom .thm-container {
        padding-left: 15px;
        padding-right: 15px; } }
    .footer-bottom .thm-container .copy-text p {
      margin: 0;
      color: #A0A0A0;
      font-size: 16px;
      line-height: 59px; }
      @media (max-width: 375px) {
        .footer-bottom .thm-container .copy-text p {
          line-height: 30px;
          margin-bottom: 15px; } }
      .footer-bottom .thm-container .copy-text p a {
        color: #fff; }
    .footer-bottom .thm-container .social-box a {
      width: 59px;
      height: 59px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      color: #fff;
      font-size: 18px;
      text-align: center;
      line-height: 59px;
      background: #D80046; }
      .footer-bottom .thm-container .social-box a + a {
        margin-left: 10px; }
  @media (max-width: 568px) {
    .footer-bottom .pull-left,
    .footer-bottom .pull-right {
      width: 100%;
      text-align: center; } }
  @media (max-width: 992px) {
    .footer-bottom .thm-container {
      padding: 15px;
      text-align: center; }
      .footer-bottom .thm-container .pull-left {
        float: none !important; } }

@media (max-width: 768px) {
  .footer-subscribe form.subscribe-form input {
    min-width: 340px; } }

.testi-carousel-wrapper {
  position: relative;
  margin-bottom: 60px; }
  @media (max-width: 736px) {
    .testi-carousel-wrapper {
      margin-bottom: 0; } }
  .testi-carousel-wrapper .overlay {
    background: #212121 url(../img/testi-bg-1-1.jpg) center center no-repeat fixed;
    background-size: cover;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 7; }
    @media (max-width: 768px) {
      .testi-carousel-wrapper .overlay {
        top: 0; } }
    .testi-carousel-wrapper .overlay:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #D80046;
      opacity: .9; }
  .testi-carousel-wrapper .thm-container {
    position: relative;
    z-index: 9; }
    .testi-carousel-wrapper .thm-container .owl-carousel .owl-stage-outer {
      padding-top: 60px; }
      @media (max-width: 768px) {
        .testi-carousel-wrapper .thm-container .owl-carousel .owl-stage-outer {
          padding-top: 20px; } }
    .testi-carousel-wrapper .thm-container .owl-theme .owl-dots {
      text-align: center; }
      @media (max-width: 768px) {
        .testi-carousel-wrapper .thm-container .owl-theme .owl-dots {
          bottom: 13%;
          padding-bottom: 20px; } }
      @media (max-width: 667px) {
        .testi-carousel-wrapper .thm-container .owl-theme .owl-dots {
          width: 100%;
          bottom: 7%; } }
      @media (max-width: 320px) {
        .testi-carousel-wrapper .thm-container .owl-theme .owl-dots {
          bottom: 35px; } }
      .testi-carousel-wrapper .thm-container .owl-theme .owl-dots .owl-dot + .owl-dot {
        margin-left: 10px; }
      .testi-carousel-wrapper .thm-container .owl-theme .owl-dots .owl-dot span {
        width: 30px;
        height: 2px;
        background: rgba(255, 255, 255, 0.3);
        border-radius: 0;
        margin: 0; }
      .testi-carousel-wrapper .thm-container .owl-theme .owl-dots .owl-dot.active span {
        background: #fff; }
    .testi-carousel-wrapper .thm-container .owl-theme .owl-nav {
      display: none; }
    .testi-carousel-wrapper .thm-container .single-testimonials {
      position: relative; }
      .testi-carousel-wrapper .thm-container .single-testimonials .img-box {
        width: 270px;
        position: absolute;
        top: 0;
        left: 0;
        padding-top: 108px;
        padding-bottom: 50px;
        z-index: 99; }
        @media (max-width: 768px) {
          .testi-carousel-wrapper .thm-container .single-testimonials .img-box {
            top: -45px;
            padding-top: 40px;
            padding-bottom: 20px; } }
        @media (max-width: 667px) {
          .testi-carousel-wrapper .thm-container .single-testimonials .img-box {
            position: static;
            width: 100%; } }
      .testi-carousel-wrapper .thm-container .single-testimonials .text-box {
        padding-left: 328px;
        padding-top: 108px;
        padding-bottom: 50px; }
        @media (max-width: 768px) {
          .testi-carousel-wrapper .thm-container .single-testimonials .text-box {
            padding-top: 20px;
            padding-bottom: 0px; } }
        @media (max-width: 667px) {
          .testi-carousel-wrapper .thm-container .single-testimonials .text-box {
            padding-left: 0; } }
        .testi-carousel-wrapper .thm-container .single-testimonials .text-box h3 {
          margin: 0;
          color: #fff;
          font-weight: 500;
          font-size: 30px;
          line-height: 50px; }
          @media (max-width: 768px) {
            .testi-carousel-wrapper .thm-container .single-testimonials .text-box h3 {
              font-size: 18px;
              line-height: 24px; } }
        .testi-carousel-wrapper .thm-container .single-testimonials .text-box p {
          margin: 0;
          color: #000;
          font-size: 20px;
          font-weight: 500;
          margin-top: 30px; }

.team-section {
  padding-bottom: 150px; }
  .team-section.minimize {
    padding-top: 60px; }
  .team-section .owl-theme .owl-nav {
    margin-top: 0;
    position: absolute;
    bottom: -29.5px;
    right: 30px; }
    @media (max-width: 800px) {
      .team-section .owl-theme .owl-nav {
        -moz-transform: translateX(0%);
        -webkit-transform: translateX(0%);
        -o-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
        left: 0; } }
    .team-section .owl-theme .owl-nav [class*=owl-] {
      width: 59px;
      height: 59px;
      color: #212121;
      background: #fff;
      font-size: 24px;
      line-height: 59px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      margin: 0;
      padding: 0;
      margin-left: 10px;
      -moz-transition: all .4s;
      -webkit-transition: all .4s;
      -o-transition: all .4s;
      transition: all .4s; }
      .team-section .owl-theme .owl-nav [class*=owl-]:last-child, .team-section .owl-theme .owl-nav [class*=owl-]:hover {
        background: #D80046;
        color: #fff; }
  .team-section .single-team-carousel {
    padding-left: 60px;
    position: relative;
    padding-top: 0; }
    @media (max-width: 1024px) {
      .team-section .single-team-carousel {
        padding-left: 0; } }
    .team-section .single-team-carousel .inner {
      margin-top: 60px;
      background: #F5F6FA; }
      @media (max-width: 1024px) {
        .team-section .single-team-carousel .inner {
          margin-top: 0; } }
      .team-section .single-team-carousel .inner .img-box {
        position: absolute;
        top: -60px;
        left: 0; }
        @media (max-width: 1024px) {
          .team-section .single-team-carousel .inner .img-box {
            top: 50px; } }
        @media (max-width: 800px) {
          .team-section .single-team-carousel .inner .img-box {
            position: static; } }
      .team-section .single-team-carousel .inner .team-content {
        padding-left: 470px;
        padding-top: 55px;
        padding-bottom: 80px;
        padding-right: 67px;
        width: 100%; }
        @media (max-width: 1024px) {
          .team-section .single-team-carousel .inner .team-content {
            padding-left: 510px;
            padding-right: 40px; } }
        @media (max-width: 800px) {
          .team-section .single-team-carousel .inner .team-content {
            padding-left: 30px; } }
        .team-section .single-team-carousel .inner .team-content .title {
          margin-bottom: 42px; }
          .team-section .single-team-carousel .inner .team-content .title h3 {
            margin: 0;
            color: #212121;
            font-size: 40px;
            font-weight: bold; }
          .team-section .single-team-carousel .inner .team-content .title span {
            margin: 0;
            font-family: "Pacifico";
            color: #D80046;
            font-size: 20px; }
        .team-section .single-team-carousel .inner .team-content p {
          font-size: 16px;
          line-height: 30px;
          margin: 0;
          color: #757575; }
          .team-section .single-team-carousel .inner .team-content p + p {
            margin-top: 30px; }

.service-style-one {
  background: #F5F6FA;
  position: relative; }
  .service-style-one img.background-right {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 50%; }
    @media (max-width: 1024px) {
      .service-style-one img.background-right {
        display: none; } }
  .service-style-one .service-content {
    padding-right: 0px; }
    @media (max-width: 992px) {
      .service-style-one .service-content {
        padding-bottom: 30px; } }
    .service-style-one .service-content .title {
      margin-bottom: 40px; }
      .service-style-one .service-content .title h2 {
        margin: 0;
        color: #212121;
        font-size: 60px;
        line-height: 60px;
        font-weight: bold; }
        @media (max-width: 1024px) {
          .service-style-one .service-content .title h2 {
            font-size: 48px; } }
        @media (max-width: 568px) {
          .service-style-one .service-content .title h2 {
            font-size: 32px;
            line-height: 40px; } }
      .service-style-one .service-content .title span {
        margin: 0;
        font-family: "Pacifico";
        color: #D80046;
        font-size: 20px; }
    .service-style-one .service-content p {
      margin: 0;
      color: #757575; }
      .service-style-one .service-content p + p {
        margin-top: 35px; }
    .service-style-one .service-content .btn-box {
      margin-top: 50px; }
      @media (max-width: 768px) {
        .service-style-one .service-content .btn-box {
          margin-bottom: 60px; } }
      .service-style-one .service-content .btn-box a .thm-btn {
        display: inline-block;
        vertical-align: middle;
        margin-right: 20px; }
        @media (max-width: 375px) {
          .service-style-one .service-content .btn-box a .thm-btn {
            margin-right: 0; } }
      @media (max-width: 1024px) {
        .service-style-one .service-content .btn-box .phone-btn {
          margin-top: 20px; } }
      @media (max-width: 736px) {
        .service-style-one .service-content .btn-box .phone-btn {
          margin-top: 0; } }
      @media (max-width: 480px) {
        .service-style-one .service-content .btn-box .phone-btn {
          margin-top: 20px; } }
    .service-style-one .service-content .phone-btn {
      display: inline-block;
      vertical-align: middle;
      font-size: 22px;
      font-weight: 500;
      color: #212121; }
      .service-style-one .service-content .phone-btn i {
        font-size: 24px;
        border: 2px solid #D80046;
        color: #D80046;
        line-height: 55px;
        width: 59px;
        height: 59px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        text-align: center;
        margin-right: 10px; }
  .service-style-one .service-right-content {
    background: #fff;
    padding: 60px; }
    .service-style-one .service-right-content .inner {
      position: relative; }
    .service-style-one .service-right-content .divider {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 2px;
      height: 100%;
      background: #ebedf4; }
      @media (max-width: 736px) {
        .service-style-one .service-right-content .divider {
          display: none; } }
      .service-style-one .service-right-content .divider.ver {
        width: 100%;
        height: 2px; }
    .service-style-one .service-right-content .single-service-one {
      text-align: center;
      padding: 50px 0;
      margin-left: -15px;
      margin-right: -15px;
      display: block; }
      .service-style-one .service-right-content .single-service-one i {
        font-size: 58px;
        color: #D80046;
        -moz-transition: all .4s;
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s; }
      .service-style-one .service-right-content .single-service-one h3 {
        margin: 0;
        color: #212121;
        font-size: 16px;
        font-weight: 600;
        margin-top: 20px;
        -moz-transition: all .4s ease;
        -webkit-transition: all .4s ease;
        -o-transition: all .4s ease;
        transition: all .4s ease; }
      .service-style-one .service-right-content .single-service-one:before {
        background: #D80046; }
    .service-style-one .service-right-content .row {
      display: flex;
      flex-wrap: wrap; }
      .service-style-one .service-right-content .row .single-service-one {
        padding: 20px; }
        .service-style-one .service-right-content .row .single-service-one h3 {
          margin: 10px auto; }
        .service-style-one .service-right-content .row .single-service-one p {
          line-height: normal;
          font-size: 14px; }

.service-tab-box .tab-title {
  margin-bottom: 60px; }
  .service-tab-box .tab-title ul,
  .service-tab-box .tab-title li {
    margin: 0;
    padding: 0;
    list-style: none; }
  .service-tab-box .tab-title ul {
    margin-left: -1px;
    margin-right: -1px; }
    .service-tab-box .tab-title ul li span {
      min-height: 0px;
      padding: 15px;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center; }
      .service-tab-box .tab-title ul li span h3 {
        margin: 0 auto;
        font-size: 15px;
        font-weight: 500;
        padding: 10px; }
    .service-tab-box .tab-title ul.four li {
      width: 25%; }
      @media (max-width: 568px) {
        .service-tab-box .tab-title ul.four li {
          width: 100%; } }
  .service-tab-box .tab-title li {
    display: inline-block;
    vertical-align: middle;
    width: 18%;
    padding: 0 1px;
    margin: 1%; }
    @media (max-width: 568px) {
      .service-tab-box .tab-title li {
        width: 100%; } }
    .service-tab-box .tab-title li.active a:before {
      -webkit-transform: scaleY(1);
      transform: scaleY(1);
      -moz-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
      -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
      -o-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
      transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); }
    .service-tab-box .tab-title li span {
      text-align: center;
      padding: 50px 0;
      background: #F5F6FA;
      display: block; }
      .service-tab-box .tab-title li span i {
        font-size: 58px;
        color: #D80046;
        -moz-transition: all .4s;
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s; }
      .service-tab-box .tab-title li span h3 {
        margin: 0;
        color: #212121;
        font-size: 16px;
        font-weight: 600;
        margin-top: 20px; }
  @media (max-width: 992px) {
    .service-tab-box .tab-title .howItWorks {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      flex-direction: column; }
      .service-tab-box .tab-title .howItWorks li {
        width: 200px;
        margin: 30px auto; }
        .service-tab-box .tab-title .howItWorks li:first-of-type {
          margin-top: 0px; } }
  @media (max-width: 568px) {
    .service-tab-box .tab-title .howItWorks li {
      width: 100%; } }

.service-style-two {
  position: relative;
  padding-top: 120px; }
  @media (max-width: 1024px) {
    .service-style-two {
      padding-top: 60px; } }
  @media (max-width: 568px) {
    .service-style-two {
      padding-top: 45px; } }
  .service-style-two .desktopFlex {
    display: flex; }
    @media (max-width: 992px) {
      .service-style-two .desktopFlex {
        display: block; } }
  @media (max-width: 736px) {
    .service-style-two .col-sm-3 {
      width: 25%;
      float: left; } }
  @media (max-width: 480px) {
    .service-style-two .col-sm-3 {
      padding-left: 10px;
      padding-right: 10px; } }
  @media (max-width: 736px) {
    .service-style-two .col-sm-4 {
      width: 33.33333%;
      float: left; } }
  .service-style-two img.background-right {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99; }
    @media (max-width: 1024px) {
      .service-style-two img.background-right {
        display: none; } }
  .service-style-two .overlay {
    background: #D80046 url(../img/cta-bg-1-1.jpg) center center no-repeat fixed;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 7; }
    .service-style-two .overlay:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #D80046;
      opacity: .9; }
  .service-style-two .thm-container {
    position: relative;
    z-index: 99; }
  .service-style-two .service-content {
    padding-right: 65px; }
    @media (max-width: 568px) {
      .service-style-two .service-content {
        padding-right: 0; } }
    .service-style-two .service-content h2,
    .service-style-two .service-content span {
      margin: 0; }
    .service-style-two .service-content h2 {
      color: #fff;
      font-size: 60px;
      line-height: 60px;
      font-weight: bold;
      margin-bottom: 40px; }
      @media (max-width: 1024px) {
        .service-style-two .service-content h2 {
          font-size: 48px; } }
      @media (max-width: 568px) {
        .service-style-two .service-content h2 {
          font-size: 32px;
          line-height: 40px; } }
      @media (max-width: 568px) {
        .service-style-two .service-content h2 br {
          display: none; } }
    .service-style-two .service-content span {
      font-family: "Pacifico";
      font-size: 20px;
      color: #202020; }
    .service-style-two .service-content p {
      margin: 0;
      color: #fff;
      line-height: 30px; }
  .service-style-two .unique-feature {
    position: relative;
    display: inline-block;
    margin-top: 35px; }
    .service-style-two .unique-feature .content {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      .service-style-two .unique-feature .content i {
        color: #D80046;
        font-size: 63px;
        margin-top: 45px;
        margin-bottom: 20px;
        display: block; }
        @media (max-width: 1024px) {
          .service-style-two .unique-feature .content i {
            margin-top: 15px; } }
        @media (max-width: 800px) {
          .service-style-two .unique-feature .content i {
            margin-top: 40px; } }
        @media (max-width: 568px) {
          .service-style-two .unique-feature .content i {
            margin-top: 15px; } }
        @media (max-width: 480px) {
          .service-style-two .unique-feature .content i {
            font-size: 36px; } }
        @media (max-width: 375px) {
          .service-style-two .unique-feature .content i {
            margin-top: 10px;
            margin-bottom: 8px; } }
      .service-style-two .unique-feature .content h3 {
        margin: 0;
        color: #202020;
        font-size: 16px;
        font-weight: 500;
        -moz-transition: all .4s ease;
        -webkit-transition: all .4s ease;
        -o-transition: all .4s ease;
        transition: all .4s ease; }
        @media (max-width: 480px) {
          .service-style-two .unique-feature .content h3 {
            font-size: 14px; } }
        .service-style-two .unique-feature .content h3:hover {
          color: #D80046; }
    @media (max-width: 320px) {
      .service-style-two .unique-feature > img {
        visibility: hidden; } }
  .service-style-two .img-fit {
    object-fit: cover;
    width: 100%;
    height: 100%;
    min-height: 478px; }
    @media (max-width: 800px) {
      .service-style-two .img-fit {
        min-height: auto; } }
  .service-style-two .service-unique-feature {
    position: relative;
    display: inline-block;
    margin-top: 35px;
    background: #fff;
    width: 100%; }
    .service-style-two .service-unique-feature .content {
      padding: 50px 30px; }
      .service-style-two .service-unique-feature .content > .strong {
        background-image: url("../img/icons/silny_hrac.svg");
        background-size: cover; }
      .service-style-two .service-unique-feature .content > .quality {
        background-image: url("../img/icons/kvalitni_zbozi.svg");
        background-size: cover; }
      .service-style-two .service-unique-feature .content > .personal {
        background-image: url("../img/icons/osobni_pristup.svg");
        background-size: cover; }
      .service-style-two .service-unique-feature .content > .modern {
        background-image: url("../img/icons/nejmodernejsi_techniky.svg");
        background-size: cover; }
      .service-style-two .service-unique-feature .content i {
        color: #D80046;
        font-size: 63px;
        margin-bottom: 20px;
        width: 65px;
        height: 65px;
        display: inline-block; }
        .service-style-two .service-unique-feature .content i:before {
          display: none; }
      .service-style-two .service-unique-feature .content h3 {
        margin: 0;
        color: #202020;
        font-size: 16px;
        font-weight: 500; }
  .service-style-two.about-page {
    padding-top: 125.5px;
    padding-bottom: 125.5px; }

.service-style-three .single-service-three {
  margin-bottom: 50px; }
  .service-style-three .single-service-three:hover .img-box:before {
    opacity: 1; }
  .service-style-three .single-service-three:hover .text-box:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -moz-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    -o-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); }
  .service-style-three .single-service-three .img-box {
    position: relative;
    overflow: hidden; }
    .service-style-three .single-service-three .img-box > img {
      width: 100%; }
    .service-style-three .single-service-three .img-box:before {
      content: '';
      width: 100%;
      height: 100%;
      background: rgba(33, 33, 33, 0.6);
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      -moz-transition: all .4s ease;
      -webkit-transition: all .4s ease;
      -o-transition: all .4s ease;
      transition: all .4s ease; }
  .service-style-three .single-service-three .text-box {
    position: relative;
    background: #F4F5F9;
    margin-top: 10px;
    padding-top: 55px;
    padding-bottom: 50px;
    padding-left: 60px;
    padding-right: 60px;
    min-height: 350px;
    width: 100%; }
    @media (max-width: 480px) {
      .service-style-three .single-service-three .text-box {
        min-height: 0; } }
    .service-style-three .single-service-three .text-box p {
      margin-top: 15px;
      line-height: 24px; }
    .service-style-three .single-service-three .text-box > .digitalization {
      background-image: url("../img/icons/digitalization.svg");
      background-size: cover; }
    .service-style-three .single-service-three .text-box:hover > .digitalization {
      background-image: url("../img/icons/digitalization_hover.svg");
      background-size: cover; }
    .service-style-three .single-service-three .text-box > .analysis {
      background-image: url("../img/icons/analysis.svg");
      background-size: cover; }
    .service-style-three .single-service-three .text-box:hover > .analysis {
      background-image: url("../img/icons/analysis_hover.svg");
      background-size: cover; }
    .service-style-three .single-service-three .text-box > .security {
      background-image: url("../img/icons/security.svg");
      background-size: cover; }
    .service-style-three .single-service-three .text-box:hover > .security {
      background-image: url("../img/icons/security_hover.svg");
      background-size: cover; }
    .service-style-three .single-service-three .text-box > .hands {
      background-image: url("../img/icons/hands.svg");
      background-size: cover; }
    .service-style-three .single-service-three .text-box:hover > .hands {
      background-image: url("../img/icons/hands_hover.svg");
      background-size: cover; }
    .service-style-three .single-service-three .text-box > .tools {
      background-image: url("../img/icons/tools.svg");
      background-size: cover; }
    .service-style-three .single-service-three .text-box:hover > .tools {
      background-image: url("../img/icons/tools_hover.svg");
      background-size: cover; }
    .service-style-three .single-service-three .text-box > .products {
      background-image: url("../img/icons/products.svg");
      background-size: cover; }
    .service-style-three .single-service-three .text-box:hover > .products {
      background-image: url("../img/icons/products_hover.svg");
      background-size: cover; }
    .service-style-three .single-service-three .text-box i {
      width: 65px;
      height: 65px;
      display: inline-block; }
      .service-style-three .single-service-three .text-box i:before {
        display: none; }
.service-style-three .single-service-three-new:hover .text-box h3,
.service-style-three .single-service-three-new:hover .text-box p {
  color: #fff; }
.service-style-three .single-service-three-new:hover .text-box .meta-info p {
  color: #fff; }
  .service-style-three .single-service-three-new:hover .text-box .meta-info p span {
    color: #212121; }
.service-style-three .single-service-three-new:hover .text-box a.read-more {
  background: #fff;
  color: #D80046; }
.service-style-three .single-service-three-new .text-box:before {
  background: #D80046; }
.service-style-three .single-service-three-new .text-box h3 {
  margin: 0;
  color: #202020;
  font-weight: bold;
  font-size: 24px; }
.service-style-three .single-service-three-new .text-box p {
  color: #747474;
  font-size: 16px;
  line-height: 23px;
  margin: 15px 0 0 0; }
.service-style-three .single-service-three-new .text-box .meta-info {
  margin-top: 5px;
  margin-bottom: 30px; }
  .service-style-three .single-service-three-new .text-box .meta-info p {
    margin: 0;
    font-size: 16px;
    color: #747474; }
    .service-style-three .single-service-three-new .text-box .meta-info p span {
      color: #D80046;
      font-weight: bold; }
.service-style-three .single-service-three-new .text-box a.read-more {
  width: 42px;
  height: 42px;
  background: #D80046;
  color: #fff;
  font-size: 20px;
  line-height: 42px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  bottom: -21px;
  right: 30px;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease; }
  .service-style-three .single-service-three-new .text-box a.read-more:hover {
    background: #fff;
    color: #D80046; }
.service-style-three .pagination {
  margin-bottom: 0;
  margin-top: 30px;
  display: block; }
  .service-style-three .pagination > li + li {
    margin-left: 5px; }
  .service-style-three .pagination > li:last-child {
    margin-left: 0; }
  .service-style-three .pagination > li > a, .service-style-three .pagination > li > span {
    padding: 13px 20px;
    float: none;
    display: inline-block;
    color: #212121; }
  .service-style-three .pagination > .active > a {
    background: #D80046;
    color: #fff;
    border-color: #D80046; }
    .service-style-three .pagination > .active > a:focus, .service-style-three .pagination > .active > a:hover {
      background: #D80046;
      color: #fff;
      border-color: #D80046; }
  .service-style-three .pagination > .active > span {
    background: #D80046;
    color: #fff;
    border-color: #D80046; }
    .service-style-three .pagination > .active > span:focus, .service-style-three .pagination > .active > span:hover {
      background: #D80046;
      color: #fff;
      border-color: #D80046; }
@media (max-width: 768px) {
  .service-style-three.service-details-page {
    padding-bottom: 70px; } }
.service-style-three.service-details-page .single-service-three {
  margin-bottom: 0; }
  @media (max-width: 768px) {
    .service-style-three.service-details-page .single-service-three {
      margin-bottom: 50px; } }
@media (max-width: 736px) {
  .service-style-three .row [class*="col-sm"] {
    width: 50%;
    float: left; } }
@media (max-width: 568px) {
  .service-style-three .row [class*="col-sm"] {
    width: 100%;
    float: none; } }
.service-style-three.productList .single-service-three:hover .img-box:before {
  display: none; }
.service-style-three.productList .single-service-three:hover .text-box:before {
  display: none; }
.service-style-three.productList .single-service-three:hover .text-box h3 {
  color: #202020; }
.service-style-three.productList .single-service-three:hover .text-box p {
  color: #747474; }
.service-style-three.servicesList {
  padding-top: 60px;
  padding-bottom: 0;
  margin-bottom: -50px; }

@media (max-width: 768px) {
  .service-details-design-option {
    padding-bottom: 70px; } }
@media (max-width: 768px) {
  .service-details-design-option .single-service-details-design-option {
    margin-bottom: 50px; } }
.service-details-design-option .single-service-details-design-option:hover .img-box:before {
  opacity: 1; }
.service-details-design-option .single-service-details-design-option .img-box {
  position: relative;
  overflow: hidden; }
  .service-details-design-option .single-service-details-design-option .img-box > img {
    width: 100%; }
  .service-details-design-option .single-service-details-design-option .img-box:before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(33, 33, 33, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease; }
.service-details-design-option .single-service-details-design-option .text-box h3,
.service-details-design-option .single-service-details-design-option .text-box ul,
.service-details-design-option .single-service-details-design-option .text-box li {
  margin: 0;
  padding: 0;
  list-style: none; }
.service-details-design-option .single-service-details-design-option .text-box h3 {
  color: #202020;
  font-size: 24px;
  font-weight: 500;
  margin-top: 30px; }
.service-details-design-option .single-service-details-design-option .text-box ul.list-box {
  margin-top: 40px; }
  .service-details-design-option .single-service-details-design-option .text-box ul.list-box li {
    display: block;
    position: relative;
    padding-left: 15px;
    color: #747474;
    font-size: 16px;
    line-height: 30px; }
    .service-details-design-option .single-service-details-design-option .text-box ul.list-box li:before {
      content: '';
      width: 5px;
      height: 5px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      background: #747474;
      font-size: 18px;
      position: absolute;
      top: 50%;
      left: 0;
      -moz-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      -moz-transition: all .4s ease;
      -webkit-transition: all .4s ease;
      -o-transition: all .4s ease;
      transition: all .4s ease; }
@media (max-width: 736px) {
  .service-details-design-option .row [class*="col-sm"] {
    width: 50%;
    float: left; } }
@media (max-width: 568px) {
  .service-details-design-option .row [class*="col-sm"] {
    width: 100%;
    float: none; } }

.service-details-cost-calculator {
  background: #F4F5F9; }
  .service-details-cost-calculator .cost-calc-content {
    padding-right: 30px; }
    .service-details-cost-calculator .cost-calc-content .sec-title {
      margin-bottom: 40px; }
      .service-details-cost-calculator .cost-calc-content .sec-title h3 {
        font-size: 40px;
        margin: 0; }
    .service-details-cost-calculator .cost-calc-content .cost-calc-form {
      margin-bottom: 20px; }
      .service-details-cost-calculator .cost-calc-content .cost-calc-form .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
        width: 100%;
        outline: none; }
      .service-details-cost-calculator .cost-calc-content .cost-calc-form .bootstrap-select + .bootstrap-select {
        margin-top: 30px; }
      .service-details-cost-calculator .cost-calc-content .cost-calc-form .bootstrap-select > .dropdown-toggle {
        display: inline-block;
        border: none;
        outline: none;
        background: #fff;
        color: #747474;
        border-radius: 35px;
        font-size: 16px;
        padding: 23px 50px;
        outline: none;
        border: none;
        -moz-transition: all .4s ease;
        -webkit-transition: all .4s ease;
        -o-transition: all .4s ease;
        transition: all .4s ease; }
      .service-details-cost-calculator .cost-calc-content .cost-calc-form .bootstrap-select.btn-group .dropdown-toggle .caret {
        border: none;
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 30px;
        width: auto;
        height: auto; }
        .service-details-cost-calculator .cost-calc-content .cost-calc-form .bootstrap-select.btn-group .dropdown-toggle .caret:before {
          content: '\f107';
          font-family: 'FontAwesome';
          color: #202020;
          font-size: 16px; }
      .service-details-cost-calculator .cost-calc-content .cost-calc-form .dropdown-menu {
        padding-top: 0;
        padding-bottom: 0;
        border-radius: 0; }
        .service-details-cost-calculator .cost-calc-content .cost-calc-form .dropdown-menu > li > a {
          font-size: 16px;
          padding: 9px 25px;
          -moz-transition: all .4s ease;
          -webkit-transition: all .4s ease;
          -o-transition: all .4s ease;
          transition: all .4s ease; }
          .service-details-cost-calculator .cost-calc-content .cost-calc-form .dropdown-menu > li > a:hover {
            background: #D80046;
            color: #fff;
            cursor: pointer; }
    .service-details-cost-calculator .cost-calc-content p {
      color: #747474;
      font-size: 16px;
      line-height: 1.5em;
      margin: 0; }
    .service-details-cost-calculator .cost-calc-content a {
      color: #D80046;
      font-size: 16px;
      line-height: 32px;
      text-decoration: underline !important; }
  .service-details-cost-calculator .pricing-table {
    margin-top: 0;
    position: relative;
    background: #fff; }
    @media (max-width: 768px) {
      .service-details-cost-calculator .pricing-table {
        margin-top: 50px; } }
    .service-details-cost-calculator .pricing-table .table {
      margin-bottom: 0; }
      .service-details-cost-calculator .pricing-table .table > thead {
        background: #EAECF3;
        margin-left: -2px;
        margin-right: -2px; }
        .service-details-cost-calculator .pricing-table .table > thead > tr > th {
          color: #202020;
          font-size: 18px;
          font-weight: 500;
          border-bottom: 0;
          padding: 23px 0; }
          .service-details-cost-calculator .pricing-table .table > thead > tr > th:first-child {
            padding-left: 60px; }
      .service-details-cost-calculator .pricing-table .table > tbody > tr:first-child td .inner {
        padding-top: 57px; }
      .service-details-cost-calculator .pricing-table .table > tbody > tr:last-child td {
        border-bottom: 2px solid #ebedf4;
        padding-bottom: 11px; }
        .service-details-cost-calculator .pricing-table .table > tbody > tr:last-child td .inner {
          padding-bottom: 47px; }
      .service-details-cost-calculator .pricing-table .table > tbody > tr > td {
        color: #747474;
        font-size: 16px;
        padding: 0;
        border-top: 0; }
        .service-details-cost-calculator .pricing-table .table > tbody > tr > td .inner {
          padding: 15px 0; }
        .service-details-cost-calculator .pricing-table .table > tbody > tr > td:first-child .inner {
          border-left: 2px solid #ebedf4;
          padding-left: 60px; }
        .service-details-cost-calculator .pricing-table .table > tbody > tr > td:last-child .inner {
          border-right: 2px solid #ebedf4;
          padding-right: 60px; }

.design-sizes {
  border: 2px solid #ebedf4; }
  @media (max-width: 768px) {
    .design-sizes {
      margin-bottom: 50px; } }
  .design-sizes .title {
    background: #EAECF3;
    padding: 26px 0; }
    .design-sizes .title h3 {
      margin: 0;
      color: #202020;
      font-weight: 500;
      font-size: 18px; }
  .design-sizes .design-sizes-name-box {
    padding: 64px 0;
    padding-left: 60px;
    padding-right: 60px; }
    .design-sizes .design-sizes-name-box .single-design-sizes-name-box + .single-design-sizes-name-box {
      margin-top: 20px; }
    .design-sizes .design-sizes-name-box .single-design-sizes-name-box span.name {
      color: #747474;
      font-size: 16px;
      float: left; }
    .design-sizes .design-sizes-name-box .single-design-sizes-name-box span.size {
      color: #747474;
      font-size: 16px;
      float: right; }

.video-box {
  position: relative; }
  @media (max-width: 768px) {
    .video-box {
      max-width: 570px;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 30px; } }
  .video-box .content {
    width: 325px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 55px 0;
    padding-left: 60px; }
    @media (max-width: 320px) {
      .video-box .content {
        position: static;
        width: 100%;
        padding-bottom: 0;
        padding-left: 20px;
        padding-top: 30px; } }
    .video-box .content h3 {
      margin: 0;
      color: #212121;
      font-weight: bold;
      font-size: 24px;
      line-height: 30px; }
    .video-box .content a.video-btn {
      width: 74px;
      height: 74px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      background: #D80046;
      color: #fff;
      line-height: 74px;
      font-size: 20px;
      position: absolute;
      top: 50%;
      right: -37px;
      -moz-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      text-align: center; }
      @media (max-width: 375px) {
        .video-box .content a.video-btn {
          right: -25px; } }
      @media (max-width: 320px) {
        .video-box .content a.video-btn {
          position: static;
          display: block;
          margin-top: 50px; } }

.design-guideline {
  background: #F5F6FA;
  padding: 50px 25px;
  margin-bottom: 30px; }
  .design-guideline .guide-content h3 {
    color: #212121;
    font-size: 24px;
    line-height: 32px;
    font-weight: bold;
    margin: 0;
    margin-bottom: 30px; }
  .design-guideline .guide-content ul.list-box, .design-guideline .guide-content ul.list-box li {
    margin: 0;
    padding: 0;
    list-style: none; }
  .design-guideline .guide-content ul.list-box li {
    font-size: 18px;
    color: #757575;
    position: relative;
    padding-left: 15px;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease; }
    .design-guideline .guide-content ul.list-box li:before {
      content: '';
      width: 5px;
      height: 5px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      background: #D80046;
      font-size: 18px;
      position: absolute;
      top: 0%;
      margin-left: -20px;
      -moz-transform: translateY(300%);
      -webkit-transform: translateY(300%);
      -o-transform: translateY(300%);
      -ms-transform: translateY(300%);
      transform: translateY(300%);
      -moz-transition: all .4s ease;
      -webkit-transition: all .4s ease;
      -o-transition: all .4s ease;
      transition: all .4s ease; }
    .design-guideline .guide-content ul.list-box li span {
      color: #212121; }
  .design-guideline .version-row {
    margin-top: -15px; }
  .design-guideline .single-version {
    text-align: center;
    margin-top: 15px; }
    .design-guideline .single-version .version {
      width: 63px;
      height: 63px;
      border: 2px solid #1BA0E0;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      margin-left: auto;
      margin-right: auto;
      display: block;
      padding: 15px 0;
      -moz-transition: all .4s;
      -webkit-transition: all .4s;
      -o-transition: all .4s;
      transition: all .4s; }
      .design-guideline .single-version .version span {
        display: block;
        color: #1BA0E0;
        font-size: 14px;
        line-height: 1em;
        font-weight: 500;
        -moz-transition: all .4s;
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s; }
      .design-guideline .single-version .version i {
        font-size: 16px;
        color: #1BA0E0;
        line-height: 1em;
        display: block;
        margin-top: 3px;
        -moz-transition: all .4s;
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s; }
      .design-guideline .single-version .version:hover {
        background: #1BA0E0; }
        .design-guideline .single-version .version:hover span,
        .design-guideline .single-version .version:hover i {
          color: #fff !important; }
      .design-guideline .single-version .version.ai {
        border-color: #ED773E; }
        .design-guideline .single-version .version.ai:hover {
          background: #ED773E; }
        .design-guideline .single-version .version.ai i,
        .design-guideline .single-version .version.ai span {
          color: #ED773E; }
      .design-guideline .single-version .version.indesign {
        border-color: #E6498F; }
        .design-guideline .single-version .version.indesign:hover {
          background: #E6498F; }
        .design-guideline .single-version .version.indesign i,
        .design-guideline .single-version .version.indesign span {
          color: #E6498F; }
      .design-guideline .single-version .version .jpg {
        border-color: #456E7F; }
        .design-guideline .single-version .version .jpg:hover {
          background: #456E7F; }
        .design-guideline .single-version .version .jpg i,
        .design-guideline .single-version .version .jpg span {
          color: #456E7F; }
    .design-guideline .single-version h4 {
      color: #757575;
      font-size: 14px;
      font-weight: normal; }

@media (max-width: 1024px) {
  .responsiveCenter {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; } }
@media (max-width: 768px) {
  .video-box-design-guide .auto-height-fix {
    display: block; } }

#contact-google-map {
  width: 100%;
  height: 580px; }

#footer-google-map {
  width: 100%; }

.contact-section {
  padding-bottom: 0px; }
  .contact-section.minimize {
    padding-top: 60px; }
  .contact-section .title {
    margin-bottom: 50px; }
    @media (max-width: 1024px) {
      .contact-section .title {
        margin-bottom: 35px; } }
    .contact-section .title h2 {
      margin: 0;
      color: #212121;
      font-size: 60px;
      line-height: 60px;
      font-weight: bold; }
      @media (max-width: 1024px) {
        .contact-section .title h2 {
          font-size: 48px; } }
      @media (max-width: 568px) {
        .contact-section .title h2 {
          font-size: 32px;
          line-height: 30px; } }
    .contact-section .title span {
      margin: 0;
      font-family: "Pacifico";
      color: #D80046;
      font-size: 20px; }
  .contact-section .contact-form-content {
    background: #F5F6FA;
    padding: 80px 0;
    padding-left: 80px;
    padding-right: 80px; }
    @media (max-width: 1024px) {
      .contact-section .contact-form-content {
        padding-left: 25px;
        padding-right: 25px; } }
    @media (max-width: 568px) {
      .contact-section .contact-form-content {
        padding: 40px 25px; } }
  .contact-section .contact-form input,
  .contact-section .contact-form textarea {
    border: none;
    outline: none;
    width: 100%;
    height: 68px;
    border-radius: 35px;
    background: #fff;
    color: #757575;
    font-size: 16px;
    padding-left: 50px;
    margin-bottom: 20px;
    display: block; }
    @media (max-width: 320px) {
      .contact-section .contact-form input,
      .contact-section .contact-form textarea {
        padding-left: 30px; } }
    .contact-section .contact-form input.error,
    .contact-section .contact-form textarea.error {
      background: rgba(255, 0, 0, 0.5); }
  .contact-section .contact-form input::-webkit-input-placeholder,
  .contact-section .contact-form textarea::-webkit-input-placeholder {
    color: #757575; }
  .contact-section .contact-form input::-moz-placeholder,
  .contact-section .contact-form textarea::-moz-placeholder {
    color: #757575; }
  .contact-section .contact-form input:-ms-input-placeholder,
  .contact-section .contact-form textarea:-ms-input-placeholder {
    color: #757575; }
  .contact-section .contact-form input:-moz-placeholder,
  .contact-section .contact-form textarea:-moz-placeholder {
    color: #757575; }
  .contact-section .contact-form textarea {
    height: 182px;
    padding-top: 20px; }
  .contact-section .contact-form label.error {
    display: none !important; }
  @media (max-width: 320px) {
    .contact-section .contact-form .thm-btn {
      padding-left: 80px;
      padding-right: 80px; } }
  .contact-section .contact-info {
    margin-left: -30px;
    border: 2px solid #ebedf4;
    padding-top: 78px;
    padding-bottom: 80px; }
    @media (max-width: 768px) {
      .contact-section .contact-info {
        border: 2px solid #ebedf4 !important;
        margin-left: 0; } }
    .contact-section .contact-info .single-contact-info + .single-contact-info {
      margin-top: 31.5px; }
    .contact-section .contact-info .single-contact-info h4,
    .contact-section .contact-info .single-contact-info p {
      margin: 0; }
    .contact-section .contact-info .single-contact-info h4 {
      color: #212121;
      font-size: 18px;
      font-weight: 500;
      margin-bottom: 10px; }
    .contact-section .contact-info .single-contact-info p {
      color: #757575;
      font-size: 16px;
      line-height: 28px; }
    .contact-section .contact-info .social a {
      width: 59px;
      height: 59px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      color: #fff;
      font-size: 18px;
      text-align: center;
      line-height: 59px;
      margin-top: 10px;
      background: #D80046; }
    .contact-section .contact-info .social a + a {
      margin-left: 10px; }

.contactMap {
  margin-top: 85px; }

@media (max-width: 768px) {
  .about-section {
    padding-bottom: 70px; } }
@media (max-width: 736px) {
  .about-section .row [class*="col-sm"] {
    width: 50%;
    float: left; } }
@media (max-width: 568px) {
  .about-section .row [class*="col-sm"] {
    width: 100%;
    float: none; } }
@media (max-width: 768px) {
  .about-section .single-about {
    margin-bottom: 50px; } }
@media (max-width: 736px) {
  .about-section .single-about {
    max-width: 370px;
    margin-left: auto;
    margin-right: auto; } }
.about-section .single-about .text-box {
  background: #F5F6FA;
  position: relative;
  margin-top: 10px;
  padding: 0 40px;
  padding-top: 45px;
  padding-bottom: 43px; }
  .about-section .single-about .text-box:before {
    background: #D80046; }
  .about-section .single-about .text-box:hover h3 {
    color: #fff; }
  .about-section .single-about .text-box:hover p {
    color: #fff; }
  .about-section .single-about .text-box:hover a.read-more {
    background: #fff;
    color: #D80046; }
  .about-section .single-about .text-box h3 {
    font-size: 30px;
    color: #212121;
    font-weight: bold;
    margin: 0;
    margin-bottom: 32px;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease; }
    @media (max-width: 1024px) {
      .about-section .single-about .text-box h3 {
        font-size: 28px; } }
  .about-section .single-about .text-box p {
    color: #757575;
    font-size: 16px;
    line-height: 30px;
    margin: 0;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease; }
  .about-section .single-about .text-box a.read-more {
    width: 42px;
    height: 42px;
    background: #D80046;
    color: #fff;
    font-size: 20px;
    line-height: 42px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    bottom: -21px;
    right: 30px;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease; }
    .about-section .single-about .text-box a.read-more:hover {
      background: #fff;
      color: #D80046; }

@media (max-width: 768px) {
  .blog-style-one {
    padding-bottom: 70px; } }
.blog-style-one .single-blog-post {
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px; }
  .blog-style-one .single-blog-post .text-box {
    background: #F5F6FA;
    position: relative;
    margin-bottom: 10px;
    padding: 0 40px;
    padding-top: 45px;
    padding-bottom: 43px; }
    .blog-style-one .single-blog-post .text-box:before {
      background: #D80046; }
    .blog-style-one .single-blog-post .text-box:hover h3,
    .blog-style-one .single-blog-post .text-box:hover p {
      color: #fff; }
    .blog-style-one .single-blog-post .text-box h3 {
      font-size: 30px;
      color: #212121;
      font-weight: bold;
      margin: 0;
      padding: 0;
      margin-bottom: 32px;
      -moz-transition: all .4s ease;
      -webkit-transition: all .4s ease;
      -o-transition: all .4s ease;
      transition: all .4s ease; }
    .blog-style-one .single-blog-post .text-box p {
      color: #757575;
      font-size: 16px;
      line-height: 30px;
      margin: 0;
      padding: 0;
      -moz-transition: all .4s ease;
      -webkit-transition: all .4s ease;
      -o-transition: all .4s ease;
      transition: all .4s ease; }
  .blog-style-one .single-blog-post .img-box {
    position: relative; }
    .blog-style-one .single-blog-post .img-box:hover .meta-info {
      background: #2984C4; }
      .blog-style-one .single-blog-post .img-box:hover .meta-info a {
        color: #fff; }
        .blog-style-one .single-blog-post .img-box:hover .meta-info a i {
          color: #fff; }
    .blog-style-one .single-blog-post .img-box .meta-info {
      padding: 10.5px 0;
      padding-left: 50px;
      background: #F4F5F9;
      -moz-transition: all .4s ease;
      -webkit-transition: all .4s ease;
      -o-transition: all .4s ease;
      transition: all .4s ease; }
      @media (max-width: 414px) {
        .blog-style-one .single-blog-post .img-box .meta-info {
          padding-left: 15px;
          padding-right: 15px; } }
      .blog-style-one .single-blog-post .img-box .meta-info a {
        font-size: 14px;
        color: #747474;
        -moz-transition: all .4s ease;
        -webkit-transition: all .4s ease;
        -o-transition: all .4s ease;
        transition: all .4s ease; }
        .blog-style-one .single-blog-post .img-box .meta-info a + a {
          margin-left: 18px; }
        .blog-style-one .single-blog-post .img-box .meta-info a i {
          color: #2984C4;
          margin-right: 5px;
          -moz-transition: all .4s ease;
          -webkit-transition: all .4s ease;
          -o-transition: all .4s ease;
          transition: all .4s ease; }
    .blog-style-one .single-blog-post .img-box a.read-more {
      width: 42px;
      height: 42px;
      background: #D80046;
      color: #fff;
      font-size: 20px;
      line-height: 42px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      text-align: center;
      position: absolute;
      bottom: -21px;
      right: 30px;
      -moz-transition: all .4s ease;
      -webkit-transition: all .4s ease;
      -o-transition: all .4s ease;
      transition: all .4s ease; }
      .blog-style-one .single-blog-post .img-box a.read-more:hover {
        background: #fff;
        color: #D80046; }

.blog-page .single-blog-post {
  margin-bottom: 80px; }
.blog-page .pagination {
  margin-bottom: 0;
  margin-top: 0;
  display: block; }
  .blog-page .pagination > li + li {
    margin-left: 5px; }
  .blog-page .pagination > li:last-child {
    margin-left: 0; }
  .blog-page .pagination > li > a {
    padding: 13px 20px;
    float: none;
    display: inline-block;
    color: #212121; }
  .blog-page .pagination > li > span {
    padding: 13px 20px;
    float: none;
    display: inline-block;
    color: #212121; }
  .blog-page .pagination > .active > a {
    background: #D80046;
    color: #fff;
    border-color: #D80046; }
    .blog-page .pagination > .active > a:focus, .blog-page .pagination > .active > a:hover {
      background: #D80046;
      color: #fff;
      border-color: #D80046; }
  .blog-page .pagination > .active > span {
    background: #D80046;
    color: #fff;
    border-color: #D80046; }
    .blog-page .pagination > .active > span:focus, .blog-page .pagination > .active > span:hover {
      background: #D80046;
      color: #fff;
      border-color: #D80046; }

.blog-details-page .single-blog-post .text-box {
  background: #F5F6FA;
  position: relative;
  margin-bottom: 10px;
  padding: 0 40px;
  padding-top: 45px;
  padding-bottom: 43px; }
  .blog-details-page .single-blog-post .text-box h3 {
    font-size: 30px;
    color: #212121;
    font-weight: bold;
    margin: 0;
    padding: 0;
    margin-bottom: 32px;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease; }
  .blog-details-page .single-blog-post .text-box p {
    color: #757575;
    font-size: 16px;
    line-height: 30px;
    margin: 0;
    padding: 0;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease; }
.blog-details-page .single-blog-post .img-box {
  position: relative; }
  .blog-details-page .single-blog-post .img-box .meta-info {
    padding: 10.5px 0;
    padding-left: 50px;
    background: #2984C4;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease; }
    .blog-details-page .single-blog-post .img-box .meta-info a {
      font-size: 14px;
      color: #fff;
      -moz-transition: all .4s ease;
      -webkit-transition: all .4s ease;
      -o-transition: all .4s ease;
      transition: all .4s ease; }
      .blog-details-page .single-blog-post .img-box .meta-info a + a {
        margin-left: 18px; }
      .blog-details-page .single-blog-post .img-box .meta-info a i {
        color: #fff;
        margin-right: 5px;
        -moz-transition: all .4s ease;
        -webkit-transition: all .4s ease;
        -o-transition: all .4s ease;
        transition: all .4s ease; }
.blog-details-page .single-blog-post .content-box {
  margin-top: 50px; }
  .blog-details-page .single-blog-post .content-box p {
    margin: 0;
    font-size: 16px;
    line-height: 30px;
    color: #747474; }
.blog-details-page .share-box {
  background: #F4F5F9;
  padding: 40px;
  margin-top: 60px;
  margin-bottom: 60px; }
  .blog-details-page .share-box .left-title h4 {
    margin: 0;
    color: #202020;
    font-size: 20px;
    font-weight: bold;
    line-height: 59px; }
  .blog-details-page .share-box .social a {
    width: 59px;
    height: 59px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    background: #D80046;
    font-size: 18px;
    line-height: 59px;
    text-align: center; }
    .blog-details-page .share-box .social a + a {
      margin-left: 10px; }
.blog-details-page .comment-box {
  margin-bottom: 60px; }
  .blog-details-page .comment-box .sec-title {
    margin-bottom: 60px; }
    .blog-details-page .comment-box .sec-title h3 {
      margin-bottom: 0;
      font-size: 40px; }
.blog-details-page .leave-a-comment .sec-title {
  margin-bottom: 60px; }
  .blog-details-page .leave-a-comment .sec-title h3 {
    margin-bottom: 0;
    font-size: 40px; }
.blog-details-page .leave-a-comment .contact-form input {
  border: none;
  outline: none;
  width: 100%;
  height: 68px;
  border-radius: 35px;
  background: #F4F5F9;
  color: #747474;
  font-size: 16px;
  padding-left: 50px;
  margin-bottom: 20px;
  display: block; }
  .blog-details-page .leave-a-comment .contact-form input::-webkit-input-placeholder {
    color: #757575; }
  .blog-details-page .leave-a-comment .contact-form input::-moz-placeholder {
    color: #757575; }
  .blog-details-page .leave-a-comment .contact-form input:-ms-input-placeholder {
    color: #757575; }
  .blog-details-page .leave-a-comment .contact-form input:-moz-placeholder {
    color: #757575; }
  .blog-details-page .leave-a-comment .contact-form input.error {
    background: rgba(255, 0, 0, 0.5); }
.blog-details-page .leave-a-comment .contact-form textarea {
  border: none;
  outline: none;
  width: 100%;
  border-radius: 35px;
  background: #F4F5F9;
  color: #747474;
  font-size: 16px;
  padding-left: 50px;
  margin-bottom: 20px;
  display: block;
  height: 182px;
  padding-top: 20px; }
  .blog-details-page .leave-a-comment .contact-form textarea::-webkit-input-placeholder {
    color: #757575; }
  .blog-details-page .leave-a-comment .contact-form textarea::-moz-placeholder {
    color: #757575; }
  .blog-details-page .leave-a-comment .contact-form textarea:-ms-input-placeholder {
    color: #757575; }
  .blog-details-page .leave-a-comment .contact-form textarea:-moz-placeholder {
    color: #757575; }
  .blog-details-page .leave-a-comment .contact-form textarea.error {
    background: rgba(255, 0, 0, 0.5); }
.blog-details-page .leave-a-comment .contact-form label .error {
  display: none !important; }
.blog-details-page .single-comment-box {
  border-bottom: 1px solid #ebedf4;
  padding-bottom: 50px; }
  .blog-details-page .single-comment-box + .single-comment-box {
    margin-top: 60px; }
  .blog-details-page .single-comment-box .img-box {
    display: table-cell;
    vertical-align: top;
    width: 113px; }
  .blog-details-page .single-comment-box .text-box {
    display: table-cell;
    vertical-align: top;
    padding-left: 30px;
    padding-right: 70px;
    position: relative; }
    .blog-details-page .single-comment-box .text-box h3 {
      font-size: 20px;
      color: #202020;
      font-weight: bold;
      margin: 0; }
    .blog-details-page .single-comment-box .text-box p {
      margin: 0;
      color: #747474;
      font-size: 16px;
      line-height: 30px;
      margin-top: 30px; }
    .blog-details-page .single-comment-box .text-box span.date-box {
      color: #EB4027;
      font-size: 16px;
      line-height: 1em; }
      .blog-details-page .single-comment-box .text-box span.date-box span.sep {
        margin-left: 15px;
        margin-right: 15px; }
    .blog-details-page .single-comment-box .text-box a.reply {
      background: #FDC836;
      border-radius: 20px;
      font-size: 14px;
      font-weight: 500;
      color: #202020;
      padding: 5px 28px;
      display: inline-block;
      position: absolute;
      top: 0;
      right: 0;
      -moz-transition: all .4s ease;
      -webkit-transition: all .4s ease;
      -o-transition: all .4s ease;
      transition: all .4s ease; }
      .blog-details-page .single-comment-box .text-box a.reply:hover {
        color: #fff;
        background: #EB4027; }

.header-404 {
  background: #F4F5F9;
  padding: 80px 0; }

.content-404 h2,
.content-404 p {
  margin: 0; }
.content-404 h2 {
  color: #202020;
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 5px; }
.content-404 p {
  font-size: 16px;
  color: #747474; }
.content-404 img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 70px;
  margin-bottom: 80px; }
  @media (max-width: 480px) {
    .content-404 img {
      margin: 30px 0; } }
.content-404 .thm-btn:hover {
  background: #212121;
  color: #fff; }

.single-pricing {
  background: #F4F5F9;
  padding-top: 55px;
  padding-bottom: 60px; }
  @media (max-width: 768px) {
    .single-pricing {
      margin-bottom: 50px; } }
  .single-pricing h3 {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #202020;
    font-weight: bold;
    font-size: 60px;
    display: inline-block;
    position: relative; }
    .single-pricing h3 .price-currency {
      font-size: 35px;
      position: absolute;
      top: 5px;
      right: 100%;
      margin-right: 5px; }
  .single-pricing ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .single-pricing ul.list-box {
      margin-bottom: 30px; }
      .single-pricing ul.list-box li {
        color: #747474;
        font-size: 18px;
        line-height: 1em; }
        .single-pricing ul.list-box li + li {
          margin-top: 15px; }
  .single-pricing li {
    margin: 0;
    padding: 0;
    list-style: none; }
  .single-pricing span.price-label {
    font-family: "Pacifico";
    color: #D80046;
    font-size: 16px;
    display: block;
    margin-bottom: 5px; }
  .single-pricing i {
    color: #D80046;
    font-size: 85px;
    display: block;
    margin-top: 25px; }
  .single-pricing .line {
    width: 230px;
    height: 2px;
    background: #ebedf4;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 40px;
    margin-top: 40px; }

.price-feature-box {
  background: #fff;
  padding: 40px; }
  @media (max-width: 768px) {
    .price-feature-box {
      margin-top: 60px; } }
  @media (max-width: 568px) {
    .price-feature-box {
      padding-bottom: 0; } }
  @media (max-width: 568px) {
    .price-feature-box .price-feature {
      margin-bottom: 60px; } }
  .price-feature-box .price-feature .circle-box {
    position: relative; }
    .price-feature-box .price-feature .circle-box canvas {
      width: 100%;
      display: block; }
    .price-feature-box .price-feature .circle-box .text-box {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
      .price-feature-box .price-feature .circle-box .text-box .inner {
        display: table;
        width: 100%;
        height: 100%;
        text-align: center; }
        .price-feature-box .price-feature .circle-box .text-box .inner .content {
          display: table-cell;
          vertical-align: middle; }
          .price-feature-box .price-feature .circle-box .text-box .inner .content p {
            margin: 0;
            color: #212121;
            font-size: 30px;
            font-weight: bold; }
  .price-feature-box .price-feature h3 {
    margin: 0;
    color: #202020;
    font-size: 18px;
    font-weight: 500;
    margin-top: 26px; }
  .price-feature-box .row {
    margin-left: -30px;
    margin-right: -30px; }
    .price-feature-box .row [class*='col-sm'] {
      padding-left: 30px;
      padding-right: 30px; }
      @media (max-width: 736px) {
        .price-feature-box .row [class*='col-sm'] {
          width: 50%;
          float: left; } }
      @media (max-width: 568px) {
        .price-feature-box .row [class*='col-sm'] {
          width: 100%;
          float: none; } }

.digiCircle h3.before {
  margin-top: 0px;
  margin-bottom: 25px; }
.digiCircle .circle-box .circle {
  max-width: 195px;
  margin: 0 auto; }
@media (max-width: 992px) {
  .digiCircle {
    width: 85%;
    margin: -55px auto 0px; }
    .digiCircle .col-sm-12 {
      width: 100%;
      margin: 0 auto;
      float: none; }
      .digiCircle .col-sm-12 .circle-box {
        width: 35%;
        margin: 0 auto; } }
@media (max-width: 736px) {
  .digiCircle .col-sm-12 {
    width: 100% !important;
    float: none !important; } }
@media (max-width: 667px) {
  .digiCircle .col-sm-12 .circle-box {
    width: 200px; } }
@media (max-width: 414px) {
  .digiCircle .col-sm-12 {
    padding-left: 0px !important;
    padding-right: 0px !important; }
    .digiCircle .col-sm-12 .circle-box {
      width: 100%; } }

.sidebar {
  background: #F4F5F9;
  padding-top: 40px;
  padding-bottom: 40px; }
  @media (max-width: 768px) {
    .sidebar {
      margin-top: 50px; } }
  .sidebar .single-sidebar {
    padding-left: 40px;
    padding-right: 40px; }
    .sidebar .single-sidebar ul,
    .sidebar .single-sidebar li,
    .sidebar .single-sidebar p,
    .sidebar .single-sidebar h3,
    .sidebar .single-sidebar h4 {
      margin: 0;
      padding: 0;
      list-style: none; }
    .sidebar .single-sidebar .title {
      margin-bottom: 30px; }
      .sidebar .single-sidebar .title h3 {
        margin: 0;
        color: #202020;
        font-weight: 500;
        font-size: 18px; }
    .sidebar .single-sidebar + .single-sidebar {
      border-top: 2px solid #ebedf4;
      padding-top: 40px;
      margin-top: 40px; }
    .sidebar .single-sidebar.search-sidebar form.search-from input {
      border: none;
      outline: none;
      width: 100%;
      height: 68px;
      border-radius: 35px;
      background: #fff;
      color: #757575;
      font-size: 16px;
      padding-left: 50px;
      display: block; }
      .sidebar .single-sidebar.search-sidebar form.search-from input::-webkit-input-placeholder {
        color: #757575; }
      .sidebar .single-sidebar.search-sidebar form.search-from input::-moz-placeholder {
        color: #757575; }
      .sidebar .single-sidebar.search-sidebar form.search-from input:-ms-input-placeholder {
        color: #757575; }
      .sidebar .single-sidebar.search-sidebar form.search-from input:-moz-placeholder {
        color: #757575; }
    .sidebar .single-sidebar.recent-post ul.post-list li + li {
      margin-top: 30px; }
    .sidebar .single-sidebar.recent-post h4 {
      color: #747474;
      font-size: 16px;
      line-height: 20px;
      font-weight: normal;
      -moz-transition: all .4s;
      -webkit-transition: all .4s;
      -o-transition: all .4s;
      transition: all .4s; }
      .sidebar .single-sidebar.recent-post h4:hover {
        color: #EB4027; }
    .sidebar .single-sidebar.img-sidebar h4 {
      color: #202020;
      font-weight: 500;
      font-size: 18px;
      margin-top: 30px;
      margin-bottom: 25px; }
    .sidebar .single-sidebar.img-sidebar p {
      color: #747474;
      font-size: 16px;
      line-height: 26px; }
      @media (max-width: 1024px) {
        .sidebar .single-sidebar.img-sidebar p br {
          display: none; } }
    .sidebar .single-sidebar.tags-sidebar ul.tags-list {
      margin-left: -5px;
      margin-right: -5px;
      margin-top: -10px; }
      .sidebar .single-sidebar.tags-sidebar ul.tags-list a {
        display: block;
        position: relative;
        padding-left: 15px;
        color: #747474;
        background: #fff;
        font-size: 14px;
        padding: 5px 17px;
        border-radius: 20px;
        -moz-transition: all .4s ease;
        -webkit-transition: all .4s ease;
        -o-transition: all .4s ease;
        transition: all .4s ease; }
        .sidebar .single-sidebar.tags-sidebar ul.tags-list a:hover {
          color: #fff;
          background: #FF4228; }
    .sidebar .single-sidebar.tags-sidebar ul li {
      display: inline-block;
      vertical-align: middle;
      padding: 0 5px;
      margin-top: 10px; }
    .sidebar .single-sidebar.category-sidebar ul.category-list li + li {
      margin-top: 4px; }
    .sidebar .single-sidebar.category-sidebar ul.category-list a {
      display: block;
      position: relative;
      padding-left: 15px;
      color: #747474;
      font-size: 16px;
      -moz-transition: all .4s ease;
      -webkit-transition: all .4s ease;
      -o-transition: all .4s ease;
      transition: all .4s ease; }
      .sidebar .single-sidebar.category-sidebar ul.category-list a:before {
        content: '';
        width: 5px;
        height: 5px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        background: #A0A0A0;
        font-size: 18px;
        position: absolute;
        top: 50%;
        left: 0;
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        -moz-transition: all .4s ease;
        -webkit-transition: all .4s ease;
        -o-transition: all .4s ease;
        transition: all .4s ease; }
      .sidebar .single-sidebar.category-sidebar ul.category-list a:hover {
        color: #D80046; }
        .sidebar .single-sidebar.category-sidebar ul.category-list a:hover:before {
          background: #D80046; }

.popup {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.75);
  z-index: 999; }

.popup-inner {
  max-width: 700px;
  width: 90%;
  padding: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  box-shadow: 0px 2px 6px black;
  border-radius: 3px;
  z-index: 999; }

.success-msg {
  color: #fff;
  background: green; }

.error-msg {
  color: #fff;
  background: #D80046; }

.popup-close {
  width: 30px;
  height: 30px;
  padding-top: 4px;
  display: inline-block;
  position: absolute;
  top: 0px;
  right: 0px;
  transition: ease 0.25s all;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  border-radius: 1000px;
  background: rgba(0, 0, 0, 0.8);
  font-size: 20px;
  text-align: center;
  line-height: 100%;
  color: #fff; }

.popup-close:hover {
  background: black;
  text-decoration: none; }

.recent-projects .single-recent-project:hover .img-box:before {
  opacity: 1; }
.recent-projects .single-recent-project:hover .text-box h3,
.recent-projects .single-recent-project:hover .text-box span {
  color: #fff; }
.recent-projects .single-recent-project:hover .text-box a.more {
  background: #fff;
  color: #FF4328; }
.recent-projects .single-recent-project:hover .text-box .inner:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); }
.recent-projects .single-recent-project .img-box {
  position: relative;
  overflow: hidden; }
  .recent-projects .single-recent-project .img-box > img {
    width: 100%; }
  .recent-projects .single-recent-project .img-box:before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(33, 33, 33, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all .4s ease; }
.recent-projects .single-recent-project .text-box {
  position: relative;
  padding-left: 60px; }
  .recent-projects .single-recent-project .text-box .inner {
    background: #F5F6FA;
    padding: 32.5px 0;
    padding-left: 60px;
    display: block; }
    .recent-projects .single-recent-project .text-box .inner:before {
      background: #FF4328; }
  .recent-projects .single-recent-project .text-box h3,
  .recent-projects .single-recent-project .text-box span {
    margin: 0; }
  .recent-projects .single-recent-project .text-box span {
    color: #FF4328;
    font-family: 'Pacifico';
    font-size: 16px; }
  .recent-projects .single-recent-project .text-box h3 {
    font-size: 20px;
    color: #212121;
    font-weight: 500;
    transition: all .4s ease; }
  .recent-projects .single-recent-project .text-box a.more {
    width: 42px;
    height: 42px;
    background: #FF4328;
    color: #fff;
    font-size: 14px;
    line-height: 42px;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    top: -21px;
    right: 30px;
    z-index: 9;
    transition: all .4s ease; }

.project-page .single-recent-project {
  margin-bottom: 30px; }
.project-page .pagination {
  margin-bottom: 0;
  margin-top: 50px;
  display: block; }
.project-page .pagination > li + li {
  margin-left: 5px; }
.project-page .pagination > li:last-child {
  margin-left: 0px; }
.project-page .pagination > li > a,
.project-page .pagination > li > span {
  padding: 13px 20px;
  float: none;
  display: inline-block;
  color: #212121; }
.project-page .pagination > .active > a,
.project-page .pagination > .active > a:focus,
.project-page .pagination > .active > a:hover,
.project-page .pagination > .active > span,
.project-page .pagination > .active > span:focus,
.project-page .pagination > .active > span:hover {
  background: #FF4328;
  color: #fff;
  border-color: #FF4328; }

.project-details-page .project-details-content h3, .project-details-page .project-details-content p {
  margin: 0; }
.project-details-page .project-details-content h3 {
  margin: 0;
  color: #202020;
  font-size: 24px;
  font-weight: bold; }
.project-details-page .project-details-content p {
  margin: 0;
  color: #747474;
  font-size: 16px;
  line-height: 30px; }
.project-details-page .project-details-content .project-details-table {
  background: #F4F5F9;
  padding: 39px 0;
  padding-left: 50px;
  padding-right: 50px; }
  .project-details-page .project-details-content .project-details-table .single-project-details-table + .single-project-details-table {
    margin-top: 7px; }
  .project-details-page .project-details-content .project-details-table .single-project-details-table span.title {
    color: #202020;
    font-size: 16px;
    font-weight: bold;
    float: left; }
  .project-details-page .project-details-content .project-details-table .single-project-details-table span.name {
    color: #747474;
    font-size: 16px;
    float: right; }
.project-details-page .img-box-wrapper .row + .row {
  margin-top: 30px; }

.service-style-one {
  background: #F5F6FA;
  position: relative; }
  .service-style-one img.background-right {
    position: absolute;
    top: 0;
    right: 0; }
  .service-style-one .service-content {
    padding-right: 60px; }
    .service-style-one .service-content .title {
      margin-bottom: 40px; }
      .service-style-one .service-content .title span,
      .service-style-one .service-content .title h2 {
        margin: 0; }
      .service-style-one .service-content .title span {
        font-family: 'Pacifico';
        font-size: 20px;
        color: #D80046; }
      .service-style-one .service-content .title h2 {
        color: #212121;
        font-size: 60px;
        line-height: 60px;
        font-weight: bold; }
    .service-style-one .service-content p {
      margin: 0;
      color: #757575; }
      .service-style-one .service-content p + p {
        margin-top: 35px; }
    .service-style-one .service-content .btn-box {
      margin-top: 50px; }
      .service-style-one .service-content .btn-box a.thm-btn {
        display: inline-block;
        vertical-align: middle;
        margin-right: 20px; }
      .service-style-one .service-content .btn-box .phone-btn {
        display: inline-block;
        vertical-align: middle;
        font-size: 22px;
        font-weight: 500;
        color: #212121; }
        .service-style-one .service-content .btn-box .phone-btn i {
          font-size: 24px;
          border: 2px solid #2884C6;
          color: #2884C6;
          line-height: 55px;
          width: 59px;
          height: 59px;
          border-radius: 50%;
          text-align: center;
          margin-right: 10px; }
  .service-style-one .service-right-content {
    background: #fff;
    padding: 60px; }
    .service-style-one .service-right-content .inner {
      position: relative; }
    .service-style-one .service-right-content .divider {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 2px;
      height: 100%;
      background: #ebedf4; }
      .service-style-one .service-right-content .divider.ver {
        width: 100%;
        height: 2px; }
    .service-style-one .service-right-content .single-service-one {
      text-align: center;
      padding: 50px 0;
      margin-left: -15px;
      margin-right: -15px;
      display: block; }
      .service-style-one .service-right-content .single-service-one i {
        font-size: 58px;
        color: #2884C6;
        transition: all .4s; }
      .service-style-one .service-right-content .single-service-one h3 {
        margin: 0;
        color: #212121;
        font-size: 16px;
        font-weight: 600;
        margin-top: 20px;
        transition: all .4s ease; }
      .service-style-one .service-right-content .single-service-one:before {
        background: #D80046; }
      .service-style-one .service-right-content .single-service-one:hover i,
      .service-style-one .service-right-content .single-service-one:hover h3 {
        color: #fff; }

.service-tab-box .tab-title {
  margin-bottom: 60px; }
  .service-tab-box .tab-title ul,
  .service-tab-box .tab-title li {
    margin: 0;
    padding: 0;
    list-style: none; }
  .service-tab-box .tab-title ul {
    margin-left: -1px;
    margin-right: -1px; }
  .service-tab-box .tab-title li {
    display: inline-block;
    vertical-align: middle;
    width: 20%;
    padding: 0 1px; }
    .service-tab-box .tab-title li.active a:before {
      -webkit-transform: scaleY(1);
      transform: scaleY(1);
      -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
      transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); }
    .service-tab-box .tab-title li.active a i,
    .service-tab-box .tab-title li.active a h3 {
      color: #fff; }
    .service-tab-box .tab-title li a {
      text-align: center;
      padding: 50px 0;
      background: #F5F6FA;
      display: block; }
      .service-tab-box .tab-title li a i {
        font-size: 58px;
        color: #2884C6;
        transition: all .4s; }
      .service-tab-box .tab-title li a h3 {
        margin: 0;
        color: #212121;
        font-size: 16px;
        font-weight: 600;
        margin-top: 20px;
        transition: all .4s ease; }
      .service-tab-box .tab-title li a:before {
        background: #D80046; }
      .service-tab-box .tab-title li a:hover i,
      .service-tab-box .tab-title li a:hover h3, .service-tab-box .tab-title li a:focus i,
      .service-tab-box .tab-title li a:focus h3, .service-tab-box .tab-title li a:active i,
      .service-tab-box .tab-title li a:active h3 {
        color: #fff; }

.service-style-two {
  position: relative;
  padding-top: 120px; }
  .service-style-two img.background-right {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99; }
  .service-style-two .overlay {
    background: #D80046 url(../img/digitalization_lg.jpg) center center no-repeat fixed;
    background-size: cover;
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 7; }
    .service-style-two .overlay:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #D80046;
      opacity: .9; }
  .service-style-two .thm-container {
    position: relative;
    z-index: 99; }
  .service-style-two .service-content {
    padding-right: 65px; }
    .service-style-two .service-content span,
    .service-style-two .service-content h2 {
      margin: 0; }
    .service-style-two .service-content span {
      font-family: 'Pacifico';
      font-size: 20px;
      color: #202020; }
    .service-style-two .service-content h2 {
      color: #FFFFFF;
      font-size: 60px;
      line-height: 60px;
      font-weight: bold;
      margin-bottom: 40px; }
      @media (max-width: 768px) {
        .service-style-two .service-content h2 {
          font-size: 26px;
          line-height: 1em;
          margin-bottom: 0; } }
    .service-style-two .service-content p {
      margin: 0;
      color: #FFFFFF;
      line-height: 30px; }
  .service-style-two .unique-feature {
    position: relative;
    display: inline-block;
    margin-top: 35px; }
    .service-style-two .unique-feature .content {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      .service-style-two .unique-feature .content i {
        color: #2884C6;
        font-size: 63px;
        margin-top: 45px;
        margin-bottom: 20px;
        display: block; }
      .service-style-two .unique-feature .content h3 {
        margin: 0;
        color: #202020;
        font-size: 16px;
        font-weight: 500;
        transition: all .4s ease; }
        .service-style-two .unique-feature .content h3:hover {
          color: #D80046; }
  .service-style-two.about-page {
    padding-top: 125.5px;
    padding-bottom: 125.5px; }

.service-style-three .single-service-three {
  margin-bottom: 50px; }
  .service-style-three .single-service-three:hover .img-box:before {
    opacity: 1; }
  .service-style-three .single-service-three:hover .text-box h3,
  .service-style-three .single-service-three:hover .text-box p {
    color: #fff; }
  .service-style-three .single-service-three:hover .text-box .meta-info p {
    color: #fff; }
    .service-style-three .single-service-three:hover .text-box .meta-info p span {
      color: #212121; }
  .service-style-three .single-service-three:hover .text-box .read-more {
    background: #fff;
    color: #D80046; }
  .service-style-three .single-service-three:hover .text-box:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); }
  .service-style-three .single-service-three .img-box {
    position: relative;
    overflow: hidden; }
    .service-style-three .single-service-three .img-box > img {
      width: 100%; }
    .service-style-three .single-service-three .img-box:before {
      content: '';
      width: 100%;
      height: 100%;
      background: rgba(33, 33, 33, 0.6);
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      transition: all .4s ease; }
  .service-style-three .single-service-three .text-box {
    position: relative;
    background: #F4F5F9;
    margin-top: 10px;
    padding-top: 55px;
    padding-bottom: 50px;
    padding-left: 60px;
    padding-right: 60px; }
    .service-style-three .single-service-three .text-box:before {
      background: #D80046; }
    .service-style-three .single-service-three .text-box h3 {
      margin: 0;
      color: #202020;
      font-weight: bold;
      font-size: 24px; }
    .service-style-three .single-service-three .text-box p {
      color: #747474;
      font-size: 16px;
      line-height: 30px;
      margin: 0; }
    .service-style-three .single-service-three .text-box .meta-info {
      margin-top: 5px;
      margin-bottom: 30px; }
      .service-style-three .single-service-three .text-box .meta-info p {
        margin: 0;
        font-size: 16px;
        color: #747474; }
        .service-style-three .single-service-three .text-box .meta-info p span {
          color: #D80046;
          font-weight: bold; }
    .service-style-three .single-service-three .text-box .read-more {
      width: 42px;
      height: 42px;
      background: #D80046;
      color: #fff;
      font-size: 20px;
      line-height: 42px;
      border-radius: 50%;
      text-align: center;
      position: absolute;
      bottom: -21px;
      right: 30px;
      transition: all .4s ease; }
      .service-style-three .single-service-three .text-box .read-more:hover {
        background: #fff;
        color: #D80046; }
.service-style-three .pagination {
  margin-bottom: 0;
  margin-top: 30px;
  display: block; }
.service-style-three .pagination > li + li {
  margin-left: 5px; }
.service-style-three .pagination > li:last-child {
  margin-left: 0px; }
.service-style-three .pagination > li > a,
.service-style-three .pagination > li > span {
  padding: 13px 20px;
  float: none;
  display: inline-block;
  color: #212121; }
.service-style-three .pagination > .active > a,
.service-style-three .pagination > .active > a:focus,
.service-style-three .pagination > .active > a:hover,
.service-style-three .pagination > .active > span,
.service-style-three .pagination > .active > span:focus,
.service-style-three .pagination > .active > span:hover {
  background: #D80046;
  color: #fff;
  border-color: #D80046; }
.service-style-three.service-details-page .single-service-three {
  margin-bottom: 0; }

.service-details-design-option .single-service-details-design-option:hover .img-box:before {
  opacity: 1; }
.service-details-design-option .single-service-details-design-option .img-box {
  position: relative;
  overflow: hidden; }
  .service-details-design-option .single-service-details-design-option .img-box > img {
    width: 100%; }
  .service-details-design-option .single-service-details-design-option .img-box:before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(33, 33, 33, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all .4s ease; }
.service-details-design-option .single-service-details-design-option .text-box h3,
.service-details-design-option .single-service-details-design-option .text-box ul,
.service-details-design-option .single-service-details-design-option .text-box li {
  margin: 0;
  padding: 0;
  list-style: none; }
.service-details-design-option .single-service-details-design-option .text-box h3 {
  color: #202020;
  font-size: 24px;
  font-weight: 500;
  margin-top: 30px; }
.service-details-design-option .single-service-details-design-option .text-box ul.list-box {
  margin-top: 40px; }
  .service-details-design-option .single-service-details-design-option .text-box ul.list-box li {
    display: block;
    position: relative;
    padding-left: 15px;
    color: #747474;
    font-size: 16px;
    line-height: 30px; }
    .service-details-design-option .single-service-details-design-option .text-box ul.list-box li:before {
      content: '';
      width: 5px;
      height: 5px;
      border-radius: 50%;
      background: #747474;
      font-size: 18px;
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%);
      transition: all .4s ease; }

.service-details-cost-calculator {
  background: #F4F5F9; }
  .service-details-cost-calculator .cost-calc-content {
    padding-right: 30px; }
    .service-details-cost-calculator .cost-calc-content .sec-title {
      margin-bottom: 40px; }
      .service-details-cost-calculator .cost-calc-content .sec-title h3 {
        font-size: 40px;
        margin: 0; }
    .service-details-cost-calculator .cost-calc-content .cost-calc-form {
      margin-bottom: 20px; }
      .service-details-cost-calculator .cost-calc-content .cost-calc-form .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
        width: 100%;
        outline: none; }
      .service-details-cost-calculator .cost-calc-content .cost-calc-form .bootstrap-select + .bootstrap-select {
        margin-top: 30px; }
      .service-details-cost-calculator .cost-calc-content .cost-calc-form .bootstrap-select > .dropdown-toggle {
        display: inline-block;
        border: none;
        outline: none;
        background: #FFFFFF;
        color: #747474;
        border-radius: 35px;
        font-size: 16px;
        padding: 23px 50px;
        outline: none;
        border: none;
        transition: all .4s ease; }
      .service-details-cost-calculator .cost-calc-content .cost-calc-form .bootstrap-select.btn-group .dropdown-toggle .caret {
        border: none;
        transform: translateY(-50%);
        right: 30px;
        width: auto;
        height: auto; }
        .service-details-cost-calculator .cost-calc-content .cost-calc-form .bootstrap-select.btn-group .dropdown-toggle .caret:before {
          content: '\f107';
          font-family: 'FontAwesome';
          color: #202020;
          font-size: 16px; }
      .service-details-cost-calculator .cost-calc-content .cost-calc-form .dropdown-menu {
        padding-top: 0;
        padding-bottom: 0;
        border-radius: 0px; }
      .service-details-cost-calculator .cost-calc-content .cost-calc-form .dropdown-menu > li > a {
        font-size: 16px;
        padding: 9px 25px;
        transition: all .4s ease; }
        .service-details-cost-calculator .cost-calc-content .cost-calc-form .dropdown-menu > li > a:hover {
          background: #D80046;
          color: #fff;
          cursor: pointer; }
    .service-details-cost-calculator .cost-calc-content p {
      color: #747474;
      font-size: 16px;
      line-height: 1.5em;
      margin: 0; }
    .service-details-cost-calculator .cost-calc-content a {
      color: #D80046;
      font-size: 16px;
      line-height: 32px;
      text-decoration: underline !important; }
  .service-details-cost-calculator .pricing-table {
    margin-top: 0px;
    position: relative;
    background: #fff; }
    .service-details-cost-calculator .pricing-table .table {
      margin-bottom: 0; }
    .service-details-cost-calculator .pricing-table .table > thead {
      background: #EAECF3;
      margin-left: -2px;
      margin-right: -2px; }
    .service-details-cost-calculator .pricing-table .table > thead > tr > th {
      color: #202020;
      font-size: 18px;
      font-weight: 500;
      border-bottom: 0;
      padding: 23px 0; }
    .service-details-cost-calculator .pricing-table .table > thead > tr > th:first-child {
      padding-left: 60px; }
    .service-details-cost-calculator .pricing-table .table > tbody > tr:last-child td {
      border-bottom: 2px solid #EBEDF4;
      padding-bottom: 11px; }
    .service-details-cost-calculator .pricing-table .table > tbody > tr > td {
      color: #747474;
      font-size: 16px;
      padding: 0;
      border-top: 0; }
      .service-details-cost-calculator .pricing-table .table > tbody > tr > td .inner {
        padding: 15px 0; }
      .service-details-cost-calculator .pricing-table .table > tbody > tr > td:first-child .inner {
        border-left: 2px solid #EBEDF4;
        padding-left: 60px; }
      .service-details-cost-calculator .pricing-table .table > tbody > tr > td:last-child .inner {
        border-right: 2px solid #EBEDF4;
        padding-right: 60px; }
    .service-details-cost-calculator .pricing-table .table > tbody > tr:first-child td .inner {
      padding-top: 57px; }
    .service-details-cost-calculator .pricing-table .table > tbody > tr:last-child td .inner {
      padding-bottom: 47px; }

.design-sizes {
  border: 2px solid #EBEDF4; }
  .design-sizes .title {
    background: #EAECF3;
    padding: 26px 0; }
    .design-sizes .title h3 {
      margin: 0;
      color: #202020;
      font-weight: 500;
      font-size: 18px; }
  .design-sizes .design-sizes-name-box {
    padding: 64px 0;
    padding-left: 60px;
    padding-right: 60px; }
    .design-sizes .design-sizes-name-box .single-design-sizes-name-box + .single-design-sizes-name-box {
      margin-top: 20px; }
    .design-sizes .design-sizes-name-box .single-design-sizes-name-box span.name {
      color: #747474;
      font-size: 16px;
      float: left; }
    .design-sizes .design-sizes-name-box .single-design-sizes-name-box span.size {
      color: #747474;
      font-size: 16px;
      float: right; }

@media (max-width: 375px) {
  .we-believe-carousel::before {
    right: -15px; } }
@media (max-width: 1024px) {
  .we-believe-carousel {
    padding-right: 20px; } }
@media (max-width: 768px) {
  .we-believe-carousel {
    padding-right: 0; } }
@media (max-width: 1024px) {
  .we-believe-carousel .owl-dots {
    padding-right: 20px; } }
@media (max-width: 768px) {
  .we-believe-carousel .owl-dots {
    padding-right: 0; } }
@media (max-width: 1024px) {
  .we-believe-carousel .single-we-believe .text-box p br {
    display: none; } }
@media (max-width: 568px) {
  .we-believe-carousel .single-we-believe .text-box p br {
    display: none; } }

@media (max-width: 768px) {
  .faq-section {
    overflow: hidden; } }

@media (max-width: 1024px) {
  .faq-content {
    padding-left: 50px; } }
@media (max-width: 768px) {
  .faq-content {
    padding-bottom: 120px;
    padding-left: 0; } }
@media (max-width: 480px) {
  .faq-content .accrodion-grp .accrodion .accrodion-title h4 {
    line-height: 1.8em; } }
@media (max-width: 320px) {
  .faq-content .title h2 {
    font-size: 50px; } }

@media (max-width: 768px) {
  .call-to-action-one .inner-wrapper {
    background-image: none; } }

@media (max-width: 1024px) {
  .cta-style-two img.pull-left {
    max-width: none; } }
@media (max-width: 768px) {
  .cta-style-two img.pull-left {
    max-width: 100%;
    margin-top: 60px;
    margin-bottom: 120px; } }

@media (max-width: 768px) {
  .recent-projects {
    padding-bottom: 70px; } }
@media (max-width: 768px) {
  .recent-projects .single-recent-project {
    margin-bottom: 50px; } }
@media (max-width: 736px) {
  .recent-projects .single-recent-project {
    max-width: 370px;
    margin-left: auto;
    margin-right: auto; } }
@media (max-width: 1024px) {
  .recent-projects .single-recent-project .text-box .inner {
    padding-left: 30px; } }
@media (max-width: 736px) {
  .recent-projects .row [class*="col-sm"] {
    width: 50%;
    float: left; } }
@media (max-width: 568px) {
  .recent-projects .row [class*="col-sm"] {
    width: 100%;
    float: none; } }
@media (max-width: 736px) {
  .recent-projects.project-page .row [class*="col-sm"] {
    width: 50%;
    float: left; } }
@media (max-width: 568px) {
  .recent-projects.project-page .row [class*="col-sm"] {
    width: 100%;
    float: none; } }

@media (max-width: 768px) {
  .guide-line-img-box {
    max-width: 570px;
    margin-left: auto;
    margin-right: auto; } }

@media (max-width: 768px) {
  .pricing-section {
    padding-bottom: 70px; } }
@media (max-width: 736px) {
  .pricing-section .row [class*="col-sm"] {
    width: 50%;
    float: left; } }
@media (max-width: 568px) {
  .pricing-section .row [class*="col-sm"] {
    width: 100%;
    float: none; } }

@media (max-width: 768px) {
  .project-details-page .img-box-wrapper {
    margin-top: 50px; } }
@media (max-width: 768px) {
  .project-details-page .img-box-wrapper img {
    width: 100%; } }
@media (max-width: 736px) {
  .project-details-page .img-box-wrapper .row [class*="col-sm"] {
    width: 50%;
    float: left; } }
@media (max-width: 568px) {
  .project-details-page .img-box-wrapper .row [class*="col-sm"] {
    width: 100%;
    float: none; } }

@media (max-width: 736px) {
  .design-guideline .guide-content {
    text-align: center; } }
@media (max-width: 736px) {
  .design-guideline .guide-content ul.list-box {
    display: inline-block; } }

@media (max-width: 568px) {
  .section-title {
    font-size: 40px; } }

@media (max-width: 375px) {
  .footer-subscribe form.subscribe-form {
    padding-left: 20px;
    padding-right: 20px; } }
@media (max-width: 375px) {
  .footer-subscribe form.subscribe-form input {
    min-width: 100%;
    margin-right: 0;
    margin-bottom: 25px; } }

/* Marcel's updates */
.carousel.slide .carousel-inner {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden; }
  .carousel.slide .carousel-inner .item {
    position: relative;
    z-index: 2;
    min-height: 100vh;
    background-color: transparent !important; }
    .carousel.slide .carousel-inner .item .carousel-caption .thm-container .box {
      display: flex !important;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      height: 100%; }
      .carousel.slide .carousel-inner .item .carousel-caption .thm-container .box .content {
        -moz-transform: translateY(0) !important;
        -webkit-transform: translateY(0) !important;
        -o-transform: translateY(0) !important;
        -ms-transform: translateY(0) !important;
        transform: translateY(0) !important; }
      @media (max-width: 667px) {
        .carousel.slide .carousel-inner .item .carousel-caption .thm-container .box .content {
          display: block; }
          .carousel.slide .carousel-inner .item .carousel-caption .thm-container .box .content h2 {
            font-size: 42px; }
          .carousel.slide .carousel-inner .item .carousel-caption .thm-container .box .content h3 {
            font-size: 17px; } }
    @media (max-width: 568px) {
      .carousel.slide .carousel-inner .item {
        min-height: 380px !important; } }
    @media (max-height: 459px) {
      .carousel.slide .carousel-inner .item {
        display: none; } }
    @media (max-width: 480px) {
      .carousel.slide .carousel-inner .item {
        display: none; } }
  .carousel.slide .carousel-inner iframe.youtube-video-iframe {
    position: absolute;
    top: -80px !important;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }

.testi-carousel-wrapper .overlay {
  background-image: url("https://image.shutterstock.com/z/stock-photo-businesswoman-put-documents-on-printer-for-scanning-and-copying-in-office-1032788011.jpg"); }

.flex-column {
  display: flex;
  width: 40%;
  justify-content: space-between;
  float: right;
  align-items: center; }
  @media (max-width: 800px) {
    .flex-column {
      width: 100%;
      justify-content: space-around;
      float: none; } }
  .flex-column span {
    text-align: right; }
    @media (max-width: 800px) {
      .flex-column span {
        width: 100%;
        float: none;
        text-align: center; } }

.bigger-font p {
  font-size: 20px; }

@media (max-width: 768px) {
  .hide-responsive-brs br {
    display: none; } }

.flex-table-column {
  font-weight: normal !important; }
  @media (min-width: 1024px) {
    .flex-table-column {
      max-width: 500px !important; } }
  @media (max-width: 1024px) {
    .flex-table-column {
      max-width: 350px !important; } }
  @media (max-width: 800px) {
    .flex-table-column {
      text-align: center;
      max-width: 100% !important;
      margin-bottom: 20px; } }

@media (max-width: 800px) {
  .table-row {
    flex-direction: column;
    justify-content: center;
    display: flex; } }

.table-row:not(:last-child) {
  margin-top: 12px;
  border-bottom: 1px solid #e2e2e2; }
  .table-row:not(:last-child):after, .table-row:not(:last-child):before {
    display: none; }
  .table-row:not(:last-child):first-child {
    justify-content: flex-end;
    display: flex; }
    @media (max-width: 800px) {
      .table-row:not(:last-child):first-child {
        flex-direction: column;
        justify-content: center; } }
  .table-row:not(:last-child):not(:first-child) {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media (max-width: 800px) {
      .table-row:not(:last-child):not(:first-child) {
        flex-direction: column;
        justify-content: center; } }

@media (max-width: 768px) {
  .digi-table {
    padding: 20px !important; } }
@media (max-width: 768px) {
  .slider-home-one .carousel-inner {
    height: calc(100vh - 94px) !important;
    padding: 0 !important; } }

.carousel.slide .carousel-inner .item.slide-1 {
  min-height: unset !important;
  position: absolute !important; }
  @media (max-width: 768px) {
    .carousel.slide .carousel-inner .item.slide-1 {
      display: block !important;
      background-image: url("/public/img/digitalization_md.jpg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover; } }
  .carousel.slide .carousel-inner .item.slide-1 h2, .carousel.slide .carousel-inner .item.slide-1 h3 {
    text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3); }

.testi-carousel-wrapper {
  margin-bottom: 0 !important; }
  .testi-carousel-wrapper .thm-container {
    padding: 40px 0; }
    .testi-carousel-wrapper .thm-container p {
      color: #FFF;
      text-align: center;
      margin-bottom: 30px; }
    .testi-carousel-wrapper .thm-container .text-center {
      margin-bottom: 50px;
      padding-top: 40px; }
  .testi-carousel-wrapper .overlay.dark-overlay {
    top: -33px;
    z-index: -1; }
    .testi-carousel-wrapper .overlay.dark-overlay:before {
      background-color: #212121 !important; }

.mt-ng-40 {
  margin-top: -40px;
  padding-top: 120px !important; }

.sm-pad {
  padding: 60px 0; }

#ProductBody table {
  border: 2px solid #EBEDF4;
  border-collapse: separate;
  border-spacing: 70px 10px;
  padding-top: 80px;
  position: relative;
  margin: 50px 0 0 0;
  width: 100% !important; }
  #ProductBody table + p {
    display: none; }
  #ProductBody table tr td {
    border: none;
    color: #747474;
    font-size: 16px; }
  #ProductBody table tbody tr:first-child {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    max-height: 80px; }
    #ProductBody table tbody tr:first-child td:first-child {
      background: #EAECF3;
      padding: 26px 0;
      width: 100%;
      display: block;
      margin: 0;
      color: #202020;
      font-weight: 500;
      font-size: 18px;
      text-align: center; }
      #ProductBody table tbody tr:first-child td:first-child * {
        margin: 0;
        color: #202020;
        font-weight: 500;
        font-size: 18px;
        text-align: center; }
    #ProductBody table tbody tr:first-child td:last-child {
      display: none; }
  #ProductBody table tbody tr:last-child {
    padding-bottom: 64px; }
  #ProductBody table tbody tr:nth-child(2) {
    padding-top: 64px; }
  #ProductBody table tbody tr:not(:first-child) {
    padding-left: 60px;
    padding-right: 60px; }
    #ProductBody table tbody tr:not(:first-child) td {
      width: 50%; }

.noHeight {
  min-height: unset !important; }

#logoCarousel .owl-stage {
  display: flex;
  align-items: center; }

@media (max-width: 768px) {
  .testi-carousel-wrapper .thm-container .text-center {
    padding-top: 0 !important; } }

.desktopCentered {
  padding-top: 0 !important; }
  @media (min-width: 768px) {
    .desktopCentered {
      padding-top: 168px !important; } }

@media (max-width: 768px) {
  .breadcumb-wrapper + .welcome-section {
    margin-top: 0 !important; }

  .service-style-two {
    padding-top: 30px; }

  .sm-pad {
    padding: 1px !important; }

  .hide-responsive-brs {
    margin-top: 0 !important; }

  .guide-content h3 {
    margin-top: 30px !important; }

  .service-style-one .service-content {
    padding-right: 0 !important; }

  .vision-img {
    margin-bottom: 40px; }

  .paddedContainer {
    padding-left: 20px !important;
    padding-right: 20px !important; }

  .responsive-pad {
    padding: 40px 0 !important; }
    .responsive-pad .welcome-content {
      margin-top: 0; }

  .margined-image-top {
    margin-top: 40px; }

  .margined-image-bottom {
    margin-bottom: 40px; }

  .no-sm-mb {
    margin-bottom: 0 !important; }

  .sm-pd-top-bot {
    padding: 40px 0 !important; }

  .brand-carousel-wrapper {
    padding: 0 !important; }

  .sm-reorder-columns {
    display: flex;
    flex-direction: column; }
    .sm-reorder-columns .col-md-6:first-child {
      order: 2; } }
.red-link {
  color: #D80046;
  text-decoration: none;
  transition: 300ms all; }
  .red-link:hover {
    color: #a50035; }

.grid-container {
  display: grid;
  grid-template-columns: minmax(0px, 1fr) minmax(0px, 1fr) minmax(0px, 1fr);
  grid-auto-rows: 1fr;
  grid-gap: 40px;
  margin: 0 !important; }
  @media (max-width: 992px) {
    .grid-container {
      grid-template-columns: minmax(0px, 1fr) minmax(0px, 1fr); } }
  @media (max-width: 768px) {
    .grid-container {
      grid-template-columns: minmax(0px, 1fr); } }
  .grid-container:before, .grid-container:after {
    display: none;
    content: none; }
  .grid-container .single-service-three {
    display: flex;
    width: 100%;
    height: 100%;
    margin: 0;
    max-height: 480px;
    max-width: 100%; }
    .grid-container .single-service-three a {
      display: flex;
      flex-direction: column;
      width: 100%; }
      .grid-container .single-service-three a .img-box {
        flex: 0 0 60%;
        display: flex;
        align-items: center;
        justify-content: center; }
        .grid-container .single-service-three a .img-box img {
          height: 90%;
          width: auto; }

.aboutUs-second-section {
  overflow: hidden; }
  .aboutUs-second-section img {
    height: 100%;
    right: -15% !important; }

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