@media only screen and (max-width: 300px) {
}

@media only screen and (min-width: 301px) and (max-width: 400px) {
}

@media only screen and (min-width: 401px) and (max-width: 900px) {
}

@media only screen and (min-width: 901px) and (max-width: 1200px) {
}

@media only screen and (min-width: 1201px) {
}

a {
    color: #bb1c2c;
}
a:hover {
    color: #bb1c2c;
}
.text-primary {
    color: #bb1c2c !important;
}
.bg-light {
    background: #a6a7a9
}


/* Base */
body {
  line-height: 1.7;
  color: gray;
  font-weight: 400;
  font-size: 1rem;
}

::-moz-selection {
  background: #000;
  color: #fff;
}

::selection {
  background: #000;
  color: #fff;
}

a {
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
}

a:hover {
  text-decoration: none;
}

h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.text-black {
  color: #000 !important;
}

.site-wrap:before {
  display: none;
  -webkit-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  background: rgba(0, 0, 0, 0.6);
  content: "";
  position: absolute;
  z-index: 2000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
}

.offcanvas-menu .site-wrap {
  height: 100%;
  width: 100%;
  z-index: 2;
}

.offcanvas-menu .site-wrap:before {
  opacity: 1;
  visibility: visible;
}

.btn {
  font-size: 16px;
  border-radius: 30px;
  padding: 10px 30px;
}

.btn:hover, .btn:active, .btn:focus {
  outline: none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.btn.btn-primary {
  background: #d93747;
  border-color: #d93747;
  color: #fff;
}

.btn.btn-primary:hover {
  background: #fff;
  border-color: #d93747;
  color: #d93747;
}

.btn-primary:not(:disabled):not(.disabled):active {
  background: #fff;
  border-color: #fff;
  color: #d93747;
}

.form-control {
  height: 43px;
  border-radius: 30px;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.form-control:active, .form-control:focus {
  border-color: #d93747;
}

.form-control:hover, .form-control:active, .form-control:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

/* Structure */
.site-section {
  padding: 5em 0;
}

@media (min-width: 768px) {
  .site-section {
    padding: 5em 0;
  }
}

/* Navbar */
.site-navbar {
  margin-bottom: 0px;
  z-index: 1999;
  position: relative;
  width: 100%;
  background: #010816;
}
.is-sticky .site-navbar {
    background-color: #fff;
}

.site-navbar .site-logo {
  position: relative;
  left: 0;
  top: -5px;
}

.site-navbar .site-navigation.border-bottom {
  border-bottom: 1px solid #f3f3f4 !important;
}

.site-navbar .site-navigation .site-menu {
  margin-bottom: 0;
}

.site-navbar .site-navigation .site-menu .active {
  color: #d93747;
  display: inline-block;
  padding: 5px 10px;
}

.site-navbar .site-navigation .site-menu a {
  text-decoration: none !important;
  display: inline-block;
}

.site-navbar .site-navigation .site-menu > li {
  display: inline-block;
}

.sticky-wrapper:not(.is-sticky) .site-menu-toggle{
  color: #fff;
}
.site-menu-toggle {
  color: #000;
}

.sticky-wrapper.is-sticky .cls-1 {
    fill: #a6a7a9;
}

.sticky-wrapper:not(.is-sticky) .site-navbar .site-navigation .site-menu > li > a {
    color: white;
}

.site-navbar .site-navigation {
    font-size: 1.2rem;
}

.site-navbar .site-navigation .site-menu > li > a {
    padding: 5px 10px;
    color: #a6a7a9;
    display: inline-block;
    text-decoration: none !important;
}

.site-navbar .site-navigation .site-menu > li > a:hover {
  color: #d93747;
}

.site-navbar .site-navigation .site-menu .has-children {
  position: relative;
}

.site-navbar .site-navigation .site-menu .has-children > a {
  position: relative;
  padding-right: 20px;
}

.site-navbar .site-navigation .site-menu .has-children > a:before {
  position: absolute;
  content: "\e313";
  font-size: 16px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: 'icomoon';
}

.site-navbar .site-navigation .site-menu .has-children .dropdown {
  visibility: hidden;
  opacity: 0;
  top: 100%;
  position: absolute;
  text-align: left;
  border-top: 2px solid #d93747;
  -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
  border-left: 1px solid #edf0f5;
  border-right: 1px solid #edf0f5;
  border-bottom: 1px solid #edf0f5;
  padding: 0px 0;
  margin-top: 20px;
  margin-left: 0px;
  background: #fff;
  -webkit-transition: 0.2s 0s;
  transition: 0.2s 0s;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
  position: absolute;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
  bottom: 100%;
  left: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown a {
  text-transform: none;
  letter-spacing: normal;
  -webkit-transition: 0s all;
  transition: 0s all;
  color: #343a40;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown .active > a {
  color: #d93747 !important;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li {
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 200px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
  padding: 9px 20px;
  display: block;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
  background: #f4f5f9;
  color: #25262a;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
  content: "\e315";
  right: 20px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
  left: 100%;
  top: 0;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
  background: #f4f5f9;
  color: #25262a;
}

.site-navbar .site-navigation .site-menu .has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children:focus > a, .site-navbar .site-navigation .site-menu .has-children:active > a {
  color: #d93747;
}

.site-navbar .site-navigation .site-menu .has-children:hover, .site-navbar .site-navigation .site-menu .has-children:focus, .site-navbar .site-navigation .site-menu .has-children:active {
  cursor: pointer;
}

.site-navbar .site-navigation .site-menu .has-children:hover > .dropdown, .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown, .site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  margin-top: 0px;
  visibility: visible;
  opacity: 1;
}

.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  background: #fff;
  height: calc(100vh);
  -webkit-transform: translateX(110%);
          transform: translateX(110%);
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
          box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}

.offcanvas-menu .site-mobile-menu {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

.site-mobile-menu .site-mobile-menu-header {
  width: 100%;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
  float: right;
  margin-top: 8px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
  font-size: 30px;
  display: inline-block;
  padding-left: 10px;
  padding-right: 0px;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
  color: #25262a;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
  float: left;
  margin-top: 10px;
  margin-left: 0px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
  display: inline-block;
  text-transform: uppercase;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
  max-width: 70px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
  text-decoration: none;
}

.site-mobile-menu .site-mobile-menu-body {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  position: relative;
  padding: 0 20px 20px 20px;
  height: calc(100vh - 52px);
  padding-bottom: 150px;
}

.site-mobile-menu .site-nav-wrap {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}

.site-mobile-menu .site-nav-wrap a {
  padding: 10px 20px;
  display: block;
  position: relative;
  color: #212529;
}

.site-mobile-menu .site-nav-wrap a:hover {
  color: #d93747;
}

.site-mobile-menu .site-nav-wrap li {
  position: relative;
  display: block;
}

.site-mobile-menu .site-nav-wrap li .active {
  color: #d93747;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse {
  position: absolute;
  right: 0px;
  top: 10px;
  z-index: 20;
  width: 36px;
  height: 36px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
  background: #f8f9fa;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
  font-size: 12px;
  z-index: 20;
  font-family: "icomoon";
  content: "\f078";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-180deg);
          transform: translate(-50%, -50%) rotate(-180deg);
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.site-mobile-menu .site-nav-wrap > li {
  display: block;
  position: relative;
  float: left;
  width: 100%;
}

.site-mobile-menu .site-nav-wrap > li > a {
  padding-left: 20px;
  font-size: 20px;
}

.site-mobile-menu .site-nav-wrap > li > ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.site-mobile-menu .site-nav-wrap > li > ul > li {
  display: block;
}

.site-mobile-menu .site-nav-wrap > li > ul > li > a {
  padding-left: 40px;
  font-size: 16px;
}

.site-mobile-menu .site-nav-wrap > li > ul > li > ul {
  padding: 0;
  margin: 0;
}

.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
  display: block;
}

.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
  font-size: 16px;
  padding-left: 60px;
}

.site-mobile-menu .site-nav-wrap[data-class="social"] {
  float: left;
  width: 100%;
  margin-top: 30px;
  padding-bottom: 5em;
}

.site-mobile-menu .site-nav-wrap[data-class="social"] > li {
  width: auto;
}

.site-mobile-menu .site-nav-wrap[data-class="social"] > li:first-child a {
  padding-left: 15px !important;
}

.sticky-wrapper {
  position: absolute;
  z-index: 100;
  width: 100%;
}

.sticky-wrapper .site-navbar {
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
}

.sticky-wrapper.is-sticky .site-navbar {
  -webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
          box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
}

.sticky-wrapper .shrink {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

/* Blocks */
.site-blocks-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  background-position: center center;
}

.site-blocks-cover.overlay {
  position: relative;
}

.site-blocks-cover.overlay:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.2);
}

.site-blocks-cover, .site-blocks-cover > .container > .row {
  min-height: 600px;
  height: calc(85vh);
}



.block-13, .slide-one-item {
  position: relative;
  z-index: 1;
}

.block-13 .owl-nav, .slide-one-item .owl-nav {
  position: relative;
  position: absolute;
  bottom: -90px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.block-13 .owl-nav .owl-prev, .block-13 .owl-nav .owl-next, .slide-one-item .owl-nav .owl-prev, .slide-one-item .owl-nav .owl-next {
  position: relative;
  display: inline-block;
  padding: 20px;
  font-size: 30px;
  color: #000;
}

.block-13 .owl-nav .owl-prev.disabled, .block-13 .owl-nav .owl-next.disabled, .slide-one-item .owl-nav .owl-prev.disabled, .slide-one-item .owl-nav .owl-next.disabled {
  opacity: .2;
}

.slide-one-item.home-slider .owl-nav {
  position: absolute !important;
  top: 50% !important;
  bottom: auto !important;
  width: 100%;
}

@media (max-width: 991.98px) {
  .slide-one-item.home-slider .owl-nav {
    display: none;
  }
}

.slide-one-item.home-slider .owl-prev {
  left: 10px !important;
}

.slide-one-item.home-slider .owl-next {
  right: 10px !important;
}

.slide-one-item.home-slider .owl-prev, .slide-one-item.home-slider .owl-next {
  color: #fff;
  position: absolute !important;
  top: 50%;
  padding: 0px;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  line-height: 0;
  text-align: center;
  font-size: 25px;
}

@media (min-width: 768px) {
  .slide-one-item.home-slider .owl-prev, .slide-one-item.home-slider .owl-next {
    font-size: 25px;
  }
}

.slide-one-item.home-slider .owl-prev > span, .slide-one-item.home-slider .owl-next > span {
  position: absolute;
  line-height: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.slide-one-item.home-slider .owl-prev:hover, .slide-one-item.home-slider .owl-prev:focus, .slide-one-item.home-slider .owl-next:hover, .slide-one-item.home-slider .owl-next:focus {
  background: black;
}

.slide-one-item.home-slider:hover .owl-nav, .slide-one-item.home-slider:focus .owl-nav, .slide-one-item.home-slider:active .owl-nav {
  opacity: 10;
  visibility: visible;
}

.slide-one-item .owl-dots {
  text-align: center;
}

.slide-one-item .owl-dots .owl-dot {
  display: inline-block;
  margin: 4px;
}

.slide-one-item .owl-dots .owl-dot span {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #dee2e6;
}

.slide-one-item .owl-dots .owl-dot.active span {
  background: #d93747;
}

.unit-4 .unit-4-icon span {
  font-size: 3rem;
}

.unit-4 h3 {
  font-size: 20px;
}

.testimonial {
  max-width: 800px;
  margin: 0 auto !important;
  text-align: center;
}

.testimonial blockquote {
  font-size: 1.5rem;
  font-style: italic;
}

.testimonial figure img {
  max-width: 100px;
  margin: 0 auto;
  border-radius: 50%;
}

.box-with-humber {
  position: relative;
}

.box-with-humber .number-behind {
  font-size: 6rem;
  position: absolute;
  z-index: -1;
  top: -3rem;
  left: -3rem;
  font-weight: 900;
  color: #f2f4f5;
}

.box-with-humber h2 {
  font-size: 20px;
}

.testimonial-wrap .owl-nav {
  display: none;
}

.section-sub-title {
  font-size: 13px;
  color: #d93747;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.section-title {
  color: #d93747;
  font-size: 40px;
  font-weight: 900;
}

@media (max-width: 991.98px) {
  .section-title {
    font-size: 30px;
  }
}

.page-title {
    position: relative;
    text-align: center;
    text-transform: uppercase;
    z-index: 300;
    color: #fff;
    font-family: 'Work Sans',sans-serif;
    font-weight: 800;
    font-size: 2rem;
    line-height: 1.2;
}
.page-title span {
    display: block;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 6rem;
    width: 580px;
}


@media only screen and (max-width: 300px) {
    .page-title span { font-size: 2rem; width: 200px; }
}

@media only screen and (min-width: 301px) and (max-width: 400px) {
    .page-title span { font-size: 2.5rem; width: 250px; }
}

@media only screen and (min-width: 401px) and (max-width: 500px) {
    .page-title span { font-size: 3rem; width: 450px; }
}

@media only screen and (min-width: 501px) and (max-width: 900px) {
    .page-title span { font-size: 4rem; width: 450px; }
}

.about_us_img {
    width: 400px;
}
@media only screen and (max-width: 400px) {
    .about_us_img { width: 100%; height: 100%; }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about_us_img { width: 270px; height: 225px; margin-top: 3rem; }
}
@media only screen and (min-width: 401px) and (max-width: 500px) {
    .about_us_img { width: 300px; }
}

@media only screen and (min-width: 460px) and (max-width: 576px) {
    .footer > .container > .row > div {
        flex: 0 0 50%;
    }
}



.dl-main-text {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hb-content {
  /* max-width: 490px; */
  font-size: 1.15rem;
  color: #fff;
  line-height: 1.7;
  display: none;
}
.hb-content-title {
  font-size: 1.6rem;
  margin-bottom: 0.2em;
  font-weight: 300;
}
.hb-content-title span {
  font-weight: 700;
  text-transform: uppercase;
}
.hb-content-desc {
  /* font-family: 'Work Sans',sans-serif; */
  font-size: 1rem;
}

@media (min-width: 992px) {
    .hb-content {
        display: block;
    }
    .dl-main-text {
        flex-direction: row;
        justify-content: space-between;
    }
}

.header-scroll {
  position: absolute;
  left: 50%;
  z-index: 200;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  padding-left: 32px;
  margin-left: -40px;
}
.header-scroll:hover {
  color: white;
}

.header-scroll span {
  display: block;
}

@keyframes pulse {
    0% { transform: scale(1); opacity: 0.4; }
    50% { transform: scale(1.1); opacity: 0.1; }
    100% { transform: scale(1); opacity: 0.4; }
}

.scroll-to {
    width: 20px;
    height: 20px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 0px;
    left: 0px;
}

.scroll-to::before {
    content: ' ';
    width: 8px;
    height: 8px;
    background: transparent;
    border-left: solid 2px black;
    border-bottom: solid 2px black;
    transform: rotate(45deg);
    position: absolute;
    top: 6px;
    left: 7px;
    z-index: 2;
}

.scroll-to::after {
    content: '';
    position: absolute;
    background-color: white;
    border-radius: 50%;
    top: -5px;
    left: -5px;
    width: 30px;
    height: 30px;
    opacity: .3;
    -webkit-animation: pulse 2s infinite ease-out;
    animation: pulse 2s infinite ease-out;
    z-index: 1;
}

.tab-box {
  display: none
}

.visible {
  display: block
}

.solutions-item {
  position: relative;
  cursor: pointer;
  text-align: center
}

.solutions-item__name {
  margin-top: 2em;
  text-transform: uppercase;
  padding: 0 5px
}

.solutions-item__icon {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  -webkit-box-shadow: 0 5px 12px 0 rgba(0,0,0,.12);
  box-shadow: 0 5px 12px 0 rgba(0,0,0,.12)
}

.active-item {
  color: #d93747
}

.active-item svg {
  fill: #d93747
}


.solutions-item {
  position: relative;
  cursor: pointer;
  text-align: center;
}
.solutions-item {
  padding-bottom: 95px;
  margin-bottom: 25px;
}

.tabs-carousel {
    display: block;
}


.owl-nav {
    display: none;
}

.tabs-carousel .active-item .solutions-item::before {
  height: 70px;
}
.tabs-carousel .active-item .solutions-item::after {
  width: 50%;
}
.solutions-item::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 175px;
  width: 1px;
  height: 0;
  background-color: #d93747;
  -webkit-transition: 1s height;
  -o-transition: 1s height;
  transition: 1s height;
}
.solutions-item::after {
  content: "";
  position: absolute;
  top: 174px;
  left: 50%;
  width: 0;
  height: 1px;
  background: #d93747;
  transform: translateX(-50%);
  transition: width 1s ease;
}

.tab-box__title {
  font-size: 1.6rem;
  font-weight: 700;

  text-transform: uppercase;
  color: #d93747;
  margin-bottom: 0.7em;
}

.tab-box__subtitle {
  margin-bottom: 2em;
  line-height: 1.7;
}

.tab-box__text {
  font-weight: 300;
  line-height: 1.7;
  color: #a6a7a9;
}

p:nth-of-type(1) {
  margin-top: 0;
}

@media (max-width: 559px) {
  .tabs-carousel {
      display: none !important;
  }
  .tab-box__title {
    margin: 0;
  }
  .tab-box + .tab-box {
    margin-top: 2rem;
  }
}


#consulting-icon.active .round-item-icon.consulting-item-icon-border,
#consulting-icon:hover .round-item-icon.consulting-item-icon-border {
    stroke: white;
}

.consulting-item-icon-border {
    stroke-width: 3px;
    stroke: #a6a7a9;
}

.round-item {
  fill: #fff;
  stroke: #a6a7a9;
  stroke-width: 6px;
  stroke-miterlimit: 10;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}

.round-item-icon {
  fill: #a6a7a9;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}

.active .round-item,
.rs-section:hover .round-item {
    stroke-width: 0;
}


#consulting-icon.active .round-item,
#consulting-icon:hover .round-item {
  fill: #d93747;
  -webkit-transform: translate(-34px,-41px) scale(1.1);
  -ms-transform: translate(-34px,-41px) scale(1.1);
  transform: translate(-34px,-41px) scale(1.1);
  -webkit-filter: url(#dropshadow);
  filter: url(#dropshadow);
  cursor: pointer
}

#consulting-icon.active .round-item-icon,
#consulting-icon:hover .round-item-icon {
  fill: #fff;
  -webkit-transform: translate(-34px,-41px) scale(1.1);
  -ms-transform: translate(-34px,-41px) scale(1.1);
  transform: translate(-34px,-41px) scale(1.1);
  cursor: pointer
}

#development-icon.active .round-item,
#development-icon:hover .round-item {
  fill: #d93747;
  -webkit-transform: translate(-4px,-51px) scale(1.1);
  -ms-transform: translate(-4px,-51px) scale(1.1);
  transform: translate(-4px,-51px) scale(1.1);
  -webkit-filter: url(#dropshadow);
  filter: url(#dropshadow);
  cursor: pointer
}

#development-icon.active .round-item-icon,
#development-icon:hover .round-item-icon {
  fill: #fff;
  -webkit-transform: translate(-4px,-51px) scale(1.1);
  -ms-transform: translate(-4px,-51px) scale(1.1);
  transform: translate(-4px,-51px) scale(1.1);
  cursor: pointer
}

#reengineering-icon.active .round-item,
#reengineering-icon:hover .round-item {
  fill: #d93747;
  -webkit-transform: translate(-45px,-27px) scale(1.1);
  -ms-transform: translate(-45px,-27px) scale(1.1);
  transform: translate(-45px,-27px) scale(1.1);
  -webkit-filter: url(#dropshadow);
  filter: url(#dropshadow);
  cursor: pointer
}

#reengineering-icon.active .round-item-icon,
#reengineering-icon:hover .round-item-icon {
  fill: #fff;
  -webkit-transform: translate(-45px,-27px) scale(1.1);
  -ms-transform: translate(-45px,-27px) scale(1.1);
  transform:translate(-45px,-27px) scale(1.1);
  cursor: pointer
}

#qualityassurance-icon.active .round-item,
#qualityassurance-icon:hover .round-item {
  fill: #d93747;
  -webkit-transform: translate(4px,-28px) scale(1.1);
  -ms-transform: translate(4px,-28px) scale(1.1);
  transform: translate(4px,-28px) scale(1.1);
  -webkit-filter: url(#dropshadow);
  filter: url(#dropshadow);
  cursor: pointer
}

#qualityassurance-icon.active .round-item-icon,
#qualityassurance-icon:hover .round-item-icon {
  fill: #fff;
  -webkit-transform: translate(4px,-28px) scale(1.1);
  -ms-transform: translate(4px,-28px) scale(1.1);
  transform: translate(4px,-28px) scale(1.1);
  cursor: pointer
}

a.best-item {
    color: grey;
    /* color: #a6a7a9; */
}

.best-item-title {
  font-size: 1.6rem;
  text-transform: uppercase;
  color: #d93747;
  font-weight: 700;
  margin-bottom: .2em;
  background-position: 141px 193px
}
.best-item-text {
    font-size: 0.85rem;
}

.best-solutions {
  position: relative;
}


@media (max-width: 1199px) {
    .best-item-text {
        font-size: inherit;
    }
    .round-solutions {
        display: none;
    }
    .best-solutions {
        padding-bottom: 4rem;
    }
    .best-solutions > div + div,
    .best-solutions > div > a + a {
        margin-top: 2rem;
    }
}

@media (min-width: 1200px) {
  .round-solutions {
      position: absolute;
      top: 70px;
      left: 50%;
      width: 400px;
      height: 400px;
      margin-left: -200px
  }
  .best-item_rt {
      text-align: right
  }

  .best-item_ct {
      text-align: center
  }

  .row-1 .best-item {
      max-width: 370px
  }

  .row-2 .best-item {
      max-width: 340px
  }

  .row-3 .best-item {
      max-width: 505px
  }

  .row-1 {
      height: 310px
  }
    .row-1 + .row-1 {
        height: 220px
    }

  .row-2 {
      height: 185px
  }

  #map,.contacts {
      padding-right: 3em
  }
}

.brands__logo {
    display: block;
    margin: 3rem 0rem 3rem 1rem;
    min-width: 230px;
    text-align: center
}

.brands__logo img {
    display: inline-block;
    max-width: 200px
}

.footer {
    background-color: #272727;
    color: #fff;
    font-size: 12px;
    padding: 3em 0;
    font-weight: 300;
    line-height: 1.5
}

.footer a {
    color: #fff
}

.footer a:hover {
    text-decoration: underline
}

.foot-column-title {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: .7em
}

.foot-menu ul {
    padding-left: 15px
}

.foot-contacts {
    margin-bottom: 2em
}

.foot-contacts .table {
    display: table
}

.foot-contacts .table .cell {
    display: table-cell
}

.foot-contacts-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: start;
    align-items: start;
    margin-bottom: .3em
}

.foot-contacts-item img {
    display: inline-block;
    width: 15px;
    height: 15px;
    vertical-align: middle;
    margin: .12em .5em .12em 0
}

.owl-stage {
    transform: none !important;
}

