html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, menu, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block;
}

/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
  display: none;
}

body {
  line-height: 1.3;
  color: #333;
}

menu, ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  font-size: 16px;
  line-height: 1.3;
  font-family: sans-serif;
}

img {
  max-width: 100%;
  height: auto;
}

b, strong {
  font-weight: 700;
}

a {
  color: inherit;
}

.text-uppercase {
  text-transform: uppercase;
}

.bold {
  font-weight: bold;
}

.text-center {
  text-align: center;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.custom-container {
  padding: 0 15px;
  max-width: 1200px;
  margin: 0 auto;
}

.main-header-block .top-header-block {
  background: #252628;
  position: relative;
  overflow: hidden;
}

.main-header-block .top-header-block > .custom-container {
  position: relative;
}

.main-header-block .top-header-block > .custom-container::before {
  content: "";
  position: absolute;
  right: 100%;
  -webkit-transform: translateX(20px);
      -ms-transform: translateX(20px);
          transform: translateX(20px);
  width: 50%;
  height: 100%;
  background-color: #d83030;
}

.top-header-block {
  background: #252628;
  font-size: 14px;
}

.top-header-block .left {
  background: #d83030;
  padding: 20px 15px 20px 0;
  float: left;
  position: relative;
}

.top-header-block .left > * {
  position: relative;
  z-index: 1;
}

.top-header-block .left::after, .top-header-block .left::before {
  content: "";
  -webkit-transform: skew(-26deg);
      -ms-transform: skew(-26deg);
          transform: skew(-26deg);
  background: #d83030;
  height: 100%;
  top: 0;
  position: absolute;
}

.top-header-block .left::after {
  width: 30px;
  right: -17px;
}

.top-header-block .left::before {
  width: 10px;
  right: -27px;
  opacity: .2;
}

.top-header-block .contacts-list li {
  display: inline-block;
  margin: 0 38px 0 0;
}

.top-header-block .contacts-list li a {
  text-decoration: none;
  color: #fff;
}

.top-header-block .contacts-list li a i {
  color: #e89999;
  margin-right: 10px;
}

.top-header-block .contacts-list li:last-child {
  margin-right: 0;
}

.top-header-block .right {
  float: right;
  padding: 20px 0;
  color: #bbb;
}

.top-header-block .right a {
  -webkit-transition: color 300ms linear;
  -o-transition: color 300ms linear;
  transition: color 300ms linear;
  text-decoration: none;
}

.top-header-block .right a:hover {
  color: #fff;
}

.top-header-block .time {
  display: inline-block;
  position: relative;
  padding: 0 25px 0 0;
}

.top-header-block .time i {
  margin-right: 10px;
}

.top-header-block .time::before {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 14px;
  display: block;
  z-index: 1;
  opacity: .2;
  background: #bbb;
}

.top-header-block .socials-list {
  padding-left: 20px;
  display: inline-block;
}

.top-header-block .socials-list > li {
  display: inline-block;
  margin-right: 12px;
}

.top-header-block .socials-list > li:last-child {
  margin-right: 0;
}

.header-block-whith-menu {
  padding: 20px 0;
}

.header-block-whith-menu .logo {
  float: left;
}

.header-block-whith-menu .header-buttons {
  float: right;
}

.header-buttons .header-search {
  margin-right: 7px;
}

.header-buttons .header-search, .header-buttons .header-burger {
  cursor: pointer;
  width: 40px;
  height: 40px;
  border: 1px solid;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  line-height: 40px;
  text-align: center;
  font-size: 13px;
  display: inline-block;
  vertical-align: top;
  -webkit-transition: border-color 300ms linear;
  -o-transition: border-color 300ms linear;
  transition: border-color 300ms linear;
}

.header-buttons .header-search *, .header-buttons .header-burger * {
  -webkit-transition: background 300ms linear, color 300ms linear;
  -o-transition: background 300ms linear, color 300ms linear;
  transition: background 300ms linear, color 300ms linear;
}

.header-buttons .header-search:hover, .header-buttons .header-burger:hover {
  border-color: #d83030;
}

.header-buttons .header-search:hover i {
  color: #d83030;
}

.header-buttons .header-burger:hover span {
  background-color: #d83030;
}

.header-buttons .header-burger {
  position: relative;
  padding-top: 13px;
  display: none;
}

.header-buttons .header-burger .burger-inner {
  width: 14px;
  margin: 0 auto;
}

.header-buttons .header-burger span {
  display: block;
  height: 2px;
  background-color: #032e42;
  margin-bottom: 2px;
}

.header-buttons .header-burger span:last-child {
  margin-bottom: 0;
}

.header-buttons .header-burger span:nth-child(2) {
  width: 9px;
  -webkit-transition: width 300ms linear;
  -o-transition: width 300ms linear;
  transition: width 300ms linear;
}

.header-buttons .header-burger:hover span:nth-child(2) {
  width: 100%;
}

.header-block-whith-menu .menu-block {
  text-align: center;
  padding: 0 40px;
}

.header-block-whith-menu .menu-block .menu-list {
  display: inline-block;
}

.menu-block .menu-list li {
  float: left;
  margin: 0 19px;
}

.menu-block .menu-list li a {
  color: #032e42;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  padding: 10px 0;
  position: relative;
  font-size: 15px;
  -webkit-transition: color 300ms linear;
  -o-transition: color 300ms linear;
  transition: color 300ms linear;
}

.menu-block .menu-list li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 5px;
  display: block;
  height: 2px;
  width: 0;
  background-color: #d83030;
  -webkit-transition: width 300ms linear;
  -o-transition: width 300ms linear;
  transition: width 300ms linear;
}

.menu-block .menu-list li a:hover {
  color: #d83030;
}

.menu-block .menu-list li a:hover::after {
  width: 16px;
}

.menu-block .menu-list li.active a {
  color: #d83030;
}

.menu-block .menu-list li.active a::after {
  width: 16px;
}

section.top-section {
  padding-top: 15px;
  background: url(../img/home1-bg.jpg);
  -webkit-background-size: cover;
          background-size: cover;
}

section.top-section .top-section-title {
  color: #032e42;
  font-weight: bold;
  font-size: 52px;
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 25px;
}

section.top-section .top-section-title::after {
  content: "";
  position: absolute;
  width: 39px;
  height: 4px;
  background: url("../img/art-line.png");
  bottom: 0;
  left: 0;
}

section.top-section .desc {
  color: #6e6e6e;
  font-size: 19px;
  line-height: 1.5;
  margin-bottom: 25px;
}

section.top-section .buttons a {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
}

section.top-section .buttons .btn-play {
  margin-right: 15px;
}

section.top-section .buttons .btn-play img {
  display: inline-block;
}

section.top-section .photo-person img {
  display: block;
}

section.top-section .top-section-carousel .owl-dots {
  position: absolute;
  bottom: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.title-and-subtitle-block .subtitle {
  color: #d83030;
  font-size: 17px;
  margin-bottom: 9px;
  font-weight: bold;
  padding-right: 40px;
  position: relative;
  display: inline-block;
}

.title-and-subtitle-block .subtitle::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 25px;
  background: #d83030;
  height: 2px;
  margin-left: 10px;
}

.title-and-subtitle-block .title {
  color: #032e42;
  font-size: 45px;
  margin-bottom: 16px;
  font-weight: bold;
}

section.about-our-company-section {
  padding: 80px 0;
}

section.about-our-company-section .photos img {
  display: block;
}

section.about-our-company-section .desc-content .desc {
  color: #606060;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
}

section.about-our-company-section .desc-content .our-services-block {
  margin: 20px 0;
}

.red-border-btn {
  font-size: 16px;
  font-weight: 700;
  color: #d83030;
  background-color: transparent;
  border: 2px solid #d83030;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  padding: 12px 33px;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}

.red-border-btn:hover {
  color: #fff;
  background-color: #d83030;
  cursor: pointer;
}

.painted-over-btn {
  background-color: #d83030;
  padding: 17px 30px;
  font-weight: bold;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}

.painted-over-btn:hover {
  background-color: #2c2e30;
}

.our-services-block .services-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.our-services-block .services-item img {
  float: left;
  margin-right: 10px;
}

.our-services-block .services-item .services-title {
  font-weight: bold;
  color: #032e42;
  font-size: 17px;
}

.carousel-section-block .logos-carousel {
  padding-top: 15px;
  border-top: 1px solid #e6e6e6;
}

.logos-carousel .logos-carousel-item img {
  filter: gray;
  -webkit-filter: grayscale(1);
  -webkit-transition: -webkit-filter 300ms linear;
  transition: -webkit-filter 300ms linear;
  -o-transition: filter 300ms linear;
  transition: filter 300ms linear;
  transition: filter 300ms linear, -webkit-filter 300ms linear;
  display: block;
}

.logos-carousel .logos-carousel-item img:hover {
  -webkit-filter: unset;
          filter: unset;
}

.title-in-left-and-desc {
  margin-bottom: 50px;
}

.title-in-left-and-desc .desc {
  color: #606060;
  font-size: 16px;
  line-height: 1.5;
}

section.our-best-services-section {
  padding: 100px 0 70px;
  background: #f5f5f5 url(../img/home1-bg3.png) no-repeat bottom center;
}

.best-services-announcements .best-services-item {
  display: block;
  background-color: #fff;
  text-decoration: none;
  padding: 20px;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.15);
  margin-bottom: 30px;
}

.best-services-announcements .best-services-item:hover {
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2);
}

.best-services-announcements .best-services-item:hover .services-full-button {
  background-color: #d83030;
  color: #fff;
}

.best-services-announcements .best-services-item:hover .services-full-button::before {
  background: #252628;
}

.best-services-announcements .best-services-item .photo-block {
  position: relative;
}

.best-services-announcements .best-services-item .photo-block img {
  display: block;
}

.best-services-announcements .best-services-item .photo-block .photo-dec {
  position: absolute;
  height: 70px;
  width: 70px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
  bottom: 0;
  right: 14px;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
  -webkit-border-radius: 50%;
          border-radius: 50%;
}

.best-services-announcements .best-services-item .photo-block .photo-dec img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.best-services-announcements .best-services-item .desc-block {
  padding: 38px 22px 31px;
}

.best-services-announcements .best-services-item .desc-block .tilte {
  font-size: 22px;
  margin: 0 0 13px;
  font-weight: bold;
}

.best-services-announcements .best-services-item .desc-block p {
  color: #606060;
  font-size: 16px;
  line-height: 1.5;
}

.best-services-announcements .services-full-button {
  font-size: 15px;
  font-weight: 700;
  background-color: #f5f5f5;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  display: inline-block;
  padding-left: 22px;
  width: 100%;
  -webkit-transition: background 300ms linear,color 300ms linear;
  -o-transition: background 300ms linear,color 300ms linear;
  transition: background 300ms linear,color 300ms linear;
}

.best-services-announcements .services-full-button .text {
  padding: 15px 0;
  display: inline-block;
}

.best-services-announcements .services-full-button .arrow {
  position: absolute;
  top: 50%;
  right: 17px;
  width: 33px;
  z-index: 5;
}

.best-services-announcements .services-full-button .arrow::after {
  content: '';
  background: #f5f5f5;
  display: block;
  width: 30px;
  height: 2px;
  margin-top: -6px;
  float: right;
  margin-right: 5px;
}

.best-services-announcements .services-full-button .arrow::before {
  content: '';
  width: 0;
  height: 0;
  border-width: 5px 0 5px 7px;
  border-style: solid;
  display: block;
  margin-top: -4px;
  float: right;
  border-color: transparent transparent transparent #f5f5f5;
}

.best-services-announcements .services-full-button::before {
  content: '';
  position: absolute;
  top: -160px;
  right: -483px;
  width: 600px;
  height: 400px;
  -webkit-transform: rotateZ(-55deg);
      -ms-transform: rotate(-55deg);
          transform: rotateZ(-55deg);
  display: block;
  z-index: 2;
  background: #d83030;
  -webkit-transition: background 300ms linear;
  -o-transition: background 300ms linear;
  transition: background 300ms linear;
}

section.sreative-solutions-section {
  background: url(../img/home1-halfbg.jpg) repeat-y top center;
  -webkit-background-size: auto auto;
          background-size: auto;
  padding: 100px 0;
}

section.sreative-solutions-section .title-and-subtitle-block .title {
  color: #fff;
}

section.sreative-solutions-section .title-desc {
  color: #bbb;
  font-size: 19px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #676767;
}

section.sreative-solutions-section .desc {
  font-size: 16px;
  line-height: 1.5;
  color: #bbb;
}

section.our-creative-team-section {
  padding: 100px 0 70px;
}

.our-creative-team-announcements .team-item {
  margin-bottom: 30px;
}

.our-creative-team-announcements .team-item:hover {
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.15);
}

.our-creative-team-announcements .team-item:hover .social-block-wrap .social-list {
  height: 150px;
  padding-top: 10px;
}

.our-creative-team-announcements .team-item .photo-block {
  position: relative;
}

.our-creative-team-announcements .team-item .photo-block img {
  display: block;
}

.our-creative-team-announcements .team-item .social-block {
  display: block;
  position: absolute;
  bottom: 0;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
  right: 26px;
  width: 45px;
  height: 45px;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  line-height: 39px;
  text-align: center;
  font-size: 12px;
  border: 4px solid #fff;
  z-index: 3;
  color: #fff;
  background-color: #d83030;
}

.our-creative-team-announcements .team-item .social-block-wrap .social-list {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 300ms linear;
  -o-transition: height 300ms linear;
  transition: height 300ms linear;
  position: absolute;
  right: 26px;
  bottom: 0;
  width: 45px;
  background-color: #252628;
  opacity: 0.8;
  -webkit-border-top-right-radius: 30px;
          border-top-right-radius: 30px;
  -webkit-border-top-left-radius: 30px;
          border-top-left-radius: 30px;
  text-align: center;
}

.our-creative-team-announcements .team-item .social-block-wrap .social-list li {
  margin-bottom: 10px;
}

.our-creative-team-announcements .team-item .social-block-wrap .social-list .fab {
  color: #fff;
}

.our-creative-team-announcements .team-item .bottom-info {
  padding: 22px 27px 18px;
}

.our-creative-team-announcements .team-item .bottom-info .name {
  font-size: 19px;
  font-weight: bold;
  color: #032e42;
}

.our-creative-team-announcements .team-item .bottom-info .specialization {
  font-size: 13px;
  color: #707070;
  font-weight: bold;
}

section.contact-us-section .row.contact-us-row {
  margin-right: 0;
  margin-left: 0;
}

section.contact-us-section .row.contact-us-row > div {
  padding-right: 0;
  padding-left: 0;
}

section.contact-us-section .row.contact-us-row > .image-block {
  margin-right: -80px;
}

section.contact-us-section .contact-us-form-block {
  background-color: #fff;
  padding: 25px;
}

section.contact-us-section .contact-us-form-block .form-title {
  font-size: 33px;
  color: #032e42;
  margin-bottom: 30px;
  font-weight: bold;
}

.contact-us-form-block .form-block .form-item {
  position: relative;
  margin-bottom: 30px;
}

.contact-us-form-block .form-block .form-item input, .contact-us-form-block .form-block .form-item textarea {
  color: #595959;
  background-color: #fff;
  border: 0;
  border-bottom: 1px solid #e6e6e6;
  display: inline-block;
  width: 100%;
  padding: 7px;
  font-weight: bold;
  font-family: sans-serif;
}

.contact-us-form-block .form-block .form-item input:focus, .contact-us-form-block .form-block .form-item textarea:focus {
  outline: none;
  border-bottom: 2px solid #d83030;
}

.contact-us-form-block .form-block .form-item .icon-right > i {
  color: #d83030;
  position: absolute;
  display: inline-block;
  right: 5px;
  top: 7px;
}

section.what-people-say-section {
  padding: 80px 0;
  background-color: #f6f3ee;
}

.second-carousel.people-say-carousel {
  margin-left: -5px;
  margin-right: -5px;
}

.people-say-carousel .people-say-carousel-item {
  padding: 10px;
}

.owl-loaded .owl-dots .owl-dot {
  cursor: pointer;
}

.owl-loaded .owl-dots .owl-dot span {
  border: 3px solid #676767;
  background-color: transparent;
}

.owl-loaded .owl-dots .owl-dot:focus {
  outline: none;
}

.owl-loaded .owl-dots .owl-dot.active span {
  border-color: #d83030;
  background-color: transparent;
}

.people-say-carousel-item {
  position: relative;
}

.people-say-carousel-item .top-block {
  background-color: #fff;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  padding: 39px 45px 57px;
  margin-bottom: 42px;
  position: relative;
  -webkit-transition: -webkit-box-shadow 300ms linear;
  transition: -webkit-box-shadow 300ms linear;
  -o-transition: box-shadow 300ms linear;
  transition: box-shadow 300ms linear;
  transition: box-shadow 300ms linear, -webkit-box-shadow 300ms linear;
}

.people-say-carousel-item .top-block:hover {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.32);
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.32);
}

.people-say-carousel-item .top-block::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-bottom: -20px;
  margin-left: -20px;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #fff;
}

.people-say-carousel-item .quote-icon-block {
  display: block;
  width: 51px;
  height: 51px;
  margin: 0 auto;
  padding: 4px;
  border: 1px dashed #f3a712;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  margin-bottom: 15px;
  text-align: center;
  position: relative;
}

.people-say-carousel-item .quote-icon-block i {
  color: #fff;
  background: #f3a712;
  width: 41px;
  height: 41px;
  line-height: 41px;
  display: block;
  -webkit-border-radius: 100%;
          border-radius: 100%;
}

.people-say-carousel-item .quote-icon-block::before, .people-say-carousel-item .quote-icon-block::after {
  content: '';
  position: absolute;
  top: 50%;
  left: -80px;
  margin-top: -1px;
  display: block;
  width: 50px;
  height: 2px;
  background: rgba(0, 0, 0, 0.1);
}

.people-say-carousel-item .quote-icon-block::after {
  left: auto;
  right: -80px;
}

.people-say-carousel-item .quote-icon-block.red {
  border-color: #d83030;
}

.people-say-carousel-item .quote-icon-block.red i {
  background: #d83030;
}

.people-say-carousel-item .desc {
  color: #606060;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}

.people-say-carousel-item .person img {
  -webkit-border-radius: 50%;
          border-radius: 50%;
  display: block;
  margin: 0 auto 15px;
  width: 70px;
  height: 70px;
}

.people-say-carousel-item .person .name {
  font-size: 16px;
  font-weight: bold;
  color: #032e42;
  text-align: center;
}

.people-say-carousel-item .person .position {
  font-size: 12px;
  font-weight: bold;
  color: #707070;
  text-align: center;
}

.our-news-and-articles-section {
  padding: 80px 0 60px;
}

.articles-news-items .item {
  margin-bottom: 30px;
}

.articles-news-items .item:hover .image .meta {
  visibility: visible;
  opacity: 1;
}

.articles-news-items .item > .row {
  margin-left: 0;
}

.articles-news-items .item > .row > .image {
  padding-left: 0;
  padding-right: 0;
}

.articles-news-items .item .image {
  position: relative;
  height: 325px;
  -webkit-border-top-left-radius: 5px;
          border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
          border-bottom-left-radius: 5px;
  overflow: hidden;
}

.articles-news-items .item .image img {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.articles-news-items .item .image .meta {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 300ms linear;
  -o-transition: opacity 300ms linear;
  transition: opacity 300ms linear;
  bottom: 0;
  width: 100%;
  left: 0;
  height: 100px;
  padding-top: 70px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0) 100%);
  text-align: center;
}

.articles-news-items .item .image .meta ul li {
  display: inline-block;
  color: #fff;
  margin-right: 5px;
  margin-left: 5px;
}

.articles-news-items .item .image .meta i {
  margin-right: 5px;
}

.articles-news-items .item .content {
  padding-left: 30px;
}

.articles-news-items .item .content .title {
  color: #032e42;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 13px;
}

.articles-news-items .item .content .title a {
  -webkit-transition: color 300ms linear;
  -o-transition: color 300ms linear;
  transition: color 300ms linear;
  text-decoration: none;
}

.articles-news-items .item .content .title:hover a {
  color: #d83030;
}

.articles-news-items .item .content .desc {
  color: #606060;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 15px;
}

.articles-news-items .item .content .date-width-btn {
  padding-right: 30px;
  position: relative;
}

.articles-news-items .item .content .date-width-btn .date {
  color: #032e42;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}

.articles-news-items .item .content .date-width-btn .btn {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-color: #d83030;
  width: 26px;
  height: 26px;
  cursor: pointer;
  -webkit-transition: background-color 300ms linear;
  -o-transition: background-color 300ms linear;
  transition: background-color 300ms linear;
}

.articles-news-items .item .content .date-width-btn .btn:hover {
  background-color: #f3a712;
}

.articles-news-items .item .content .date-width-btn .btn::after, .articles-news-items .item .content .date-width-btn .btn::before {
  content: "";
  position: absolute;
  position: absolute;
  left: 0;
  top: 0;
  width: 8px;
  height: 2px;
  display: block;
  margin-top: 12px;
  margin-left: 9px;
  background: #fff;
}

.articles-news-items .item .content .date-width-btn .btn::after {
  height: 8px;
  width: 2px;
  margin-left: 12px;
  margin-top: 9px;
}

footer.footer-block {
  font-size: 15px;
  background-color: #252628;
  line-height: 30px;
  padding: 100px 0 20px;
  color: #bbb;
}

footer.footer-block a {
  -webkit-transition: color 300ms linear;
  -o-transition: color 300ms linear;
  transition: color 300ms linear;
}

footer.footer-block a:hover {
  color: #fff;
}

footer.footer-block .footer-row > div {
  margin-bottom: 30px;
}

footer.footer-block .footer-title {
  font-size: 20px;
  color: #ffffff;
  text-transform: none;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 30px;
}

footer.footer-block .footer-logo {
  margin-bottom: 32px;
}

footer.footer-block .desc {
  font-size: 15px;
  margin-bottom: 25px;
}

footer.footer-block .footer-social-list li {
  display: inline-block;
  margin-right: 3px;
}

footer.footer-block .footer-social-list li a {
  width: 35px;
  display: inline-block;
  height: 35px;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  color: #ffffff;
  text-align: center;
  line-height: 35px;
  border-radius: 4px;
}

footer.footer-block .footer-social-list li a.twitter {
  background-color: #0e97d1;
}

footer.footer-block .footer-social-list li a.facebook {
  background-color: #1b4195;
}

footer.footer-block .footer-social-list li a.linkedin-in {
  background-color: #0f72aa;
}

footer.footer-block .footer-social-list li a.instagram {
  background-color: #b41a32;
}

footer.footer-block .footer-menu li {
  padding: 3px 0 3px 17px;
  list-style: none;
  position: relative;
}

footer.footer-block .footer-menu li::before {
  content: "\f054";
  font-weight: 700;
  font-family: 'Font Awesome 5 Free';
  left: 0;
  margin-right: 5px;
  position: absolute;
  top: 3px;
  font-size: 10px;
  margin-top: 0;
}

footer.footer-block .footer-menu li a {
  text-decoration: none;
}

footer.footer-block .footer-menu.two-column {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}

footer.footer-block .recent-posts-list li {
  display: block;
  margin-bottom: 15px;
}

footer.footer-block .recent-posts-list li:last-child {
  margin-bottom: 0;
}

footer.footer-block .recent-posts-list .recent-posts-img {
  max-width: 100px;
  float: left;
  margin: 6px 15px 0 0;
}

footer.footer-block .recent-posts-list .recent-posts-img img {
  display: block;
}

footer.footer-block .recent-posts-list .recent-posts-title a {
  text-decoration: none;
}

footer.footer-block .recent-posts-list .recent-posts-content .date i {
  margin-right: 5px;
}

footer.footer-block .footer-info {
  position: relative;
}

footer.footer-block .footer-info > div {
  position: relative;
  z-index: 5;
}

footer.footer-block .footer-info::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  height: 1px;
  width: 100%;
  border-top: 1px dashed;
  z-index: 0;
}

footer.footer-block .footer-info .footer-info-row {
  margin-right: 0;
  margin-left: 0;
  background: #191a1c;
}

footer.footer-block .footer-info .footer-info-row > div {
  padding-left: 0;
  padding-right: 0;
  padding: 1px 1px 1px 20px;
}

footer.footer-block .footer-info .footer-info-row > div.red {
  background: #d83030;
}

footer.footer-block .footer-info .circle-with-icon {
  background: rgba(255, 255, 255, 0.05);
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  float: left;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  margin: 15px 15px 15px 0;
}

footer.footer-block .footer-info .circle-with-icon i {
  color: #fff;
  font-size: 18px;
}

footer.footer-block .footer-info .info-title {
  font-weight: bold;
  color: #fff;
  margin-top: 17px;
  line-height: 1.2;
}

footer.footer-block .footer-info .info-title a {
  text-decoration: none;
}

footer.footer-block .footer-info .desc {
  margin-bottom: 0;
}

footer.footer-block .small-footer-cpr {
  font-size: 15px;
  color: #aaa;
  padding-top: 20px;
  text-align: center;
}

section.page-title-section {
  background: url(../img/about-us-top-img.jpg);
  padding: 200px 0;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
  font-weight: bold;
  text-align: center;
}

section.page-title-section .page-title {
  color: #fff;
  font-size: 55px;
}

section.page-title-section .breadcrumbs {
  color: #fff;
}

section.page-title-section .breadcrumbs .item {
  display: inline-block;
  text-decoration: none;
}

section.page-title-section .breadcrumbs .separator {
  display: inline-block;
  padding: 0 7px 0 5px;
  vertical-align: middle;
}

section.page-title-section .breadcrumbs .separator::before {
  content: "\f105";
  font-weight: 700;
  font-family: 'Font Awesome 5 Free';
}

section.services-and-experience-section {
  padding: 70px 0;
}

section.services-and-experience-section .experience-block.row {
  margin-right: 0;
  margin-left: 0;
}

.experience-block .infobox-left, .experience-block .infobox-right {
  padding: 0;
}

.experience-block .infobox-item {
  padding: 50px 40px 30px;
  color: #fff;
}

.experience-block .infobox-item.red {
  background-color: #d83030;
}

.experience-block .infobox-item.yellow {
  background-color: #f3a712;
}

.experience-block .infobox-item .infobox-image {
  background-color: rgba(255, 255, 255, 0.13);
  margin-bottom: 33px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  display: inline-block;
}

.experience-block .infobox-item .infobox-title {
  font-size: 22px;
  margin-top: 0;
  margin-bottom: 9px;
  font-weight: bold;
}

.experience-block .infobox-desc {
  font-size: 15px;
  line-height: 1.5;
}

.experience-block .infobox-center {
  background-color: #202020;
  padding: 20px;
  color: #bbb;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.experience-block .infobox-center .infobox-center-inner {
  border: 1px dashed #bbb;
  padding: 50px 20px;
  width: 100%;
}

.experience-block .infobox-center .infobox-center-title {
  font-size: 40px;
  margin-bottom: 20px;
  text-align: center;
  color: #fff;
  font-weight: bold;
}

.experience-block .infobox-center .infobox-desc {
  margin-bottom: 30px;
  text-align: center;
}

.experience-block .infobox-center .red-border-btn {
  color: #fff;
}

.experience-block .infobox-center .infobox-ilist-items {
  display: inline-block;
  text-align: left;
  margin-bottom: 30px;
}

.experience-block .infobox-center .infobox-ilist-items li {
  margin-bottom: 5px;
  font-size: 17px;
}

.experience-block .infobox-center .infobox-ilist-items li i {
  color: #d83030;
  margin-right: 10px;
}

section.our-achievements-section .achievements-painted-over-block {
  background-color: #252628;
  padding: 80px 0 180px;
}

section.our-achievements-section .achievements-bottom-block > .custom-container {
  margin-top: -150px;
  min-height: 200px;
}

section.our-achievements-section .achievements-bottom-block > .custom-container .bottom-block-inner {
  background-color: #fff;
}

.achievements-bottom-block .bottom-block-inner > .row {
  margin-right: 0;
  margin-left: 0;
}

.achievements-bottom-block .img-column {
  padding: 0;
}

.achievements-bottom-block .img-column img {
  margin: 0 auto;
  display: block;
}

.achievements-bottom-block .content-column {
  padding: 66px 75px 75px 73px;
}

.achievements-bottom-block .content-column .title {
  color: #032e42;
  font-size: 45px;
  margin-bottom: 10px;
  font-weight: bold;
}

.achievements-bottom-block .content-column .desc {
  color: #676767;
  font-size: 19px;
  line-height: 1.5;
  margin-bottom: 30px;
}

.achievements-items .item {
  text-align: left;
  margin-bottom: 30px;
  display: inline-block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.achievements-items .item .img-cont, .achievements-items .item .text-container {
  display: inline-block;
  vertical-align: middle;
}

.achievements-items .item .img-cont {
  padding-top: 7px;
  margin-right: 15px;
}

.achievements-items .text-container .quantity {
  font-size: 50px;
  font-weight: bold;
  color: #fff;
}

.achievements-items .text-container .subject {
  color: #7e838b;
  font-size: 17px;
  font-weight: 700;
}

.review-list > li {
  font-size: 17px;
  color: #333;
  font-weight: bold;
  padding: 10px 0;
}

.review-list > li .review-value {
  float: right;
}

.review-list > li .value-visualization-block {
  background: #eee;
  padding-right: 10%;
  margin-top: 10px;
}

.review-list > li .value-visualization-block .val-vis {
  position: relative;
  display: block;
  background: #d83030;
  height: 4px;
  -webkit-border-radius: 2px;
          border-radius: 2px;
}

.review-list > li .value-visualization-block .val-vis:after {
  content: "";
  width: 10px;
  height: 10px;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  background: #fff;
  position: absolute;
  right: 0;
  display: block;
  border: 3px solid #d83030;
  top: -3px;
}

section.about-us-top-section {
  padding: 80px 0;
}

section.about-us-top-section .img-column img {
  display: block;
}

section.about-us-top-section .about-us-top-top {
  margin-bottom: 0;
}

section.about-us-top-section .content-column .desc {
  color: #606060;
  font-size: 16px;
  line-height: 1.5;
}

section.about-us-top-section .content-column p {
  margin-bottom: 30px;
}

section.about-us-top-section .content-column .desc .title {
  margin-bottom: 30px;
  color: #032e42;
  font-size: 22px;
  font-weight: bold;
}

section.general-FAQs-section {
  padding: 80px 0 5px;
}

section.general-FAQs-section .img-column img {
  display: block;
  -webkit-border-radius: 3px;
          border-radius: 3px;
}

section.general-FAQs-section .dropdown-block-custom {
  margin-bottom: 30px;
}

.dropdown-block-custom .dropdown-item .dropdown-header {
  background-color: #f5f5f5;
  font-size: 19px;
  font-weight: 700;
  line-height: 30px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  padding: 22px 40px 22px 34px;
  position: relative;
  -webkit-transition: color 300ms linear,background-color 300ms linear;
  -o-transition: color 300ms linear,background-color 300ms linear;
  transition: color 300ms linear,background-color 300ms linear;
}

.dropdown-block-custom .dropdown-item .dropdown-header:hover {
  color: #d83030;
  cursor: pointer;
}

.dropdown-block-custom .dropdown-item .dropdown-header .arrow-icon {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 16px;
}

.dropdown-block-custom .dropdown-item .dropdown-body {
  color: #676767;
  font-size: 15px;
  line-height: 1.5;
  padding: 33px 35px 11px 33px;
  display: none;
}

.dropdown-block-custom .dropdown-item.active .dropdown-header {
  background-color: #d83030;
  color: #fff;
}

.dropdown-block-custom .dropdown-item.active .dropdown-header .arrow-icon i {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media (max-width: 991.98px) {
  .main-header-block .top-header-block > .custom-container::before {
    display: none;
  }
  .top-header-block .left {
    padding: 20px 15px;
    margin: 0 -15px;
    text-align: center;
    float: none;
  }
  .top-header-block .left::after, .top-header-block .left::before {
    display: none;
  }
  .top-header-block .right {
    float: none;
    text-align: center;
  }
  .header-block-whith-menu .menu-block {
    display: none;
  }
  section.top-section .top-section-title {
    font-size: 35px;
    padding-bottom: 17px;
  }
  section.top-section .desc {
    font-size: 15px;
  }
  .buttons .btn-learn-more {
    font-size: 12px;
    padding: 12px 16px;
  }
  .title-and-subtitle-block .title {
    font-size: 35px;
  }
  .about-our-company-section .row > .photos {
    margin-bottom: 30px;
  }
  .about-our-company-section .row > .photos img {
    margin-left: auto;
    margin-right: auto;
  }
  section.sreative-solutions-section {
    background-position: right;
  }
  section.sreative-solutions-section .col-width-img {
    margin-bottom: 30px;
  }
  section.contact-us-section .row.contact-us-row > .image-block {
    margin-right: 0;
  }
  section.about-us-top-section .content-column {
    margin-bottom: 30px;
  }
  .header-buttons .header-burger {
    display: inline-block;
  }
  .header-block-whith-menu .menu-block.menu-block-mobile-open {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0;
    visibility: visible;
    background-color: rgba(0, 0, 0, 0.1);
    -webkit-transition: background 300ms linear;
    -o-transition: background 300ms linear;
    transition: background 300ms linear;
    z-index: 20;
  }
  .header-block-whith-menu .menu-block.menu-block-mobile-open.animation-end {
    background-color: rgba(0, 0, 0, 0.6);
  }
  .menu-block.menu-block-mobile-open .menu-block-inner {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    margin: 0;
    width: 270px;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    text-align: left;
    background: #fff;
    z-index: 50px;
    -webkit-transition: -webkit-transform 300ms linear;
    transition: -webkit-transform 300ms linear;
    -o-transition: transform 300ms linear;
    transition: transform 300ms linear;
    transition: transform 300ms linear, -webkit-transform 300ms linear;
  }
  .menu-block.menu-block-mobile-open .menu-block-inner .mobi-nav-close {
    background: #d83030;
    height: 40px;
    position: relative;
    cursor: pointer;
    margin-bottom: 10px;
  }
  .menu-block.menu-block-mobile-open .menu-block-inner .mobi-nav-close::after, .menu-block.menu-block-mobile-open .menu-block-inner .mobi-nav-close::before {
    content: "";
    height: 12px;
    margin: auto;
    position: absolute;
    right: 25px;
    top: 14px;
    width: 2px;
    background-color: #fff;
  }
  .menu-block.menu-block-mobile-open .menu-block-inner .mobi-nav-close::after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .menu-block.menu-block-mobile-open .menu-block-inner .mobi-nav-close::before {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .menu-block.menu-block-mobile-open .menu-list {
    display: block;
  }
  .menu-block.menu-block-mobile-open .menu-list > li {
    float: none;
  }
  .menu-block.menu-block-mobile-open.animation-end .menu-block-inner {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}

@media (max-width: 767.98px) {
  section.top-section .desc,
  section.top-section .buttons {
    display: none;
  }
  section.top-section .top-section-title {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  section.top-section .top-section-title::after {
    display: none;
  }
  .title-and-subtitle-block .subtitle {
    margin-bottom: 5px;
    font-size: 15px;
  }
  .title-and-subtitle-block .title {
    font-size: 25px;
  }
}

@media (max-width: 575.98px) {
  section.top-section .top-section-title {
    font-size: 19px;
  }
  .our-services-block .services-item {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .our-services-block .services-item img {
    float: none;
    margin-bottom: 10px;
  }
  .articles-news-items .item > .row > .image {
    margin-bottom: 30px;
  }
  .articles-news-items .item .content {
    padding-left: 15px;
  }
  .articles-news-items .item > .row {
    margin-left: -15px;
  }
  .articles-news-items .item > .row > .image {
    padding-left: 15px;
    padding-right: 15px;
    height: auto;
  }
  .articles-news-items .item > .row > .image img {
    position: relative;
    height: auto;
    min-height: 200px;
  }
  .articles-news-items .item > .row > .image .meta {
    left: 15px;
    right: 15px;
    width: auto;
  }
  section.page-title-section {
    padding: 100px 0;
  }
  section.page-title-section .page-title {
    font-size: 40px;
  }
}
