body {
  overflow-x: hidden;
}

a:focus {
  outline: none;
}

.container {
  width: 90%;
  max-width: 1170px;
}

@media(max-width:992px) {
  .container {
    width: 96%;
  }
}

/* Social link */
.social-link ul {
  list-style: none;
  padding-left: 0;
}

.social-link ul li {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}

.social-link ul li:first-child {
  margin-left: 00px;
}

.social-link ul li:last-child {
  margin-right: 00px;
}

/* top header */
.top-header {
  position: relative;
  padding: 20px 0;
  background-color: #FFFFFF;
  z-index: 4;
}

.top-header .contact-info-block {
  margin-top: 25px;
}

.top-header .social-link {
  margin-top: 40px;
}

.top-header .social-link ul {
  text-align: right;
}

.top-header .social-link li a {
  font-size: 22px;
}

@media(min-width:1440px) {
  .top-header .contact-info-block.right-side {
    text-align: right;
  }

  .top-header .contact-info-block {
    margin-top: 60px;
  }

  .top-header .social-link {
    margin-top: 50px;
  }
}

@media(max-width:768px) {
  .top-header {
    padding: 10px 0;
  }
}

/* icon block of content infromation to display on header */
.icon-block.contact-info {
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
}

.top-header .contact-info-block.right-side {
  text-align: right;
}

.icon-block.contact-info .icon {
  position: absolute;
  left: 0;
  width: 35px;
  top: 10px;
}

.icon-block.contact-info .icon img {
  margin-top: -13px;
}

.icon-block.contact-info .content {
  padding-left: 30px;
}

.icon-block.contact-info .content h3 {
  font-size: 18px;
  margin-top: 10px;
  font-weight: 600;
}

/* Slider style */
.home-banner-heading {
  color: #FFFFFF;
  font-size: 52px;
  line-height: 1 !important;
  margin-bottom: 50px !important;
  text-shadow: 1px 1px 1px #000;
  font-family: 'Hammersmith One', sans-serif;
}

.home-banner-heading .sub {
  display: inline-block;
  position: relative;
  padding: 0 5px !important;
  margin: 0 15px !important;
  line-height: 1 !important;
  /* background-color: rgba(237, 27, 44, 0.77); */
  z-index: 2;
}

.home-banner-heading .sub::before {
  content: '';
  position: absolute;
  top: -5px;
  bottom: -5px;
  left: -10px;
  right: -10px;
  background-color: rgba(237, 27, 44, 0.77);
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  transform: matrix3d(1, 0, 0, 0, -0.275637, 0.961262, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  -moz-transform: matrix3d(1, 0, 0, 0, -0.275637, 0.961262, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  -webkit-transform: matrix3d(1, 0, 0, 0, -0.275637, 0.961262, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  -ms-transform: matrix3d(1, 0, 0, 0, -0.275637, 0.961262, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  -o-transform: matrix3d(1, 0, 0, 0, -0.275637, 0.961262, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  -webkit-transform: skew(-20deg, 0deg);
  -ms-transform: skew(-20deg, 0deg);
  transform: skew(-20deg, 0deg);
}

/*
.home-banner-heading .sub::after {
  content: '';
  position: absolute;
  top: 0;
  right: -25px;
  border-top: 71px solid rgba(237, 27, 44, 0.77);
  border-right: 25px solid transparent;
} */
.home-banner-heading .sub div {
  position: relative;
}

.home-banner-heading .sub div::after {
  content: '';
  position: absolute;
  height: 3px;
  background-color: #FFFFFF;
  left: -27px;
  right: -2px;
  bottom: -15px;
}

.home-banner-read-more-btn:hover,
.home-banner-read-more-btn:focus,
.home-banner-read-more-btn:active,
.home-banner-read-more-btn {
  display: inline-block;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px #000;
  white-space: nowrap;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  letter-spacing: 2px;
  padding: 17px 25px;
  border-radius: 0px;
  transition: none 0s ease 0s;
}

.home-banner-read-more-btn::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 3px solid #FFFFFF;
  box-shadow: rgb(153, 153, 153) 0px 0px 0px 0px;
  -moz-box-shadow: rgb(153, 153, 153) 0px 0px 0px 0px;
  -webkit-box-shadow: rgb(153, 153, 153) 0px 0px 0px 0px;
  -ms-box-shadow: rgb(153, 153, 153) 0px 0px 0px 0px;
  -o-box-shadow: rgb(153, 153, 153) 0px 0px 0px 0px;
  transform: matrix3d(1, 0, 0, 0, -0.275637, 0.961262, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  -moz-transform: matrix3d(1, 0, 0, 0, -0.275637, 0.961262, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  -webkit-transform: matrix3d(1, 0, 0, 0, -0.275637, 0.961262, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  -ms-transform: matrix3d(1, 0, 0, 0, -0.275637, 0.961262, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  -o-transform: matrix3d(1, 0, 0, 0, -0.275637, 0.961262, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transform-origin: 50% 50% 0px;
  -moz-transform-origin: 50% 50% 0px;
  -webkit-transform-origin: 50% 50% 0px;
  -ms-transform-origin: 50% 50% 0px;
  -o-transform-origin: 50% 50% 0px;
}

@media(max-width:560px) {
  .home-banner-heading .sub div::after {
    left: -11px;
  }

  .home-banner-read-more-btn::after {
    border: 2px solid #FFFFFF;
  }
}

/* Right */
.hesperiden.tparrows:hover,
.hesperiden.tparrows:focus,
.hesperiden.tparrows:active,
.hesperiden.tparrows {
  background-color: rgba(0, 0, 0, 0);
}

.tp-rightarrow.hesperiden.tparrows,
.tp-leftarrow.hesperiden.tparrows {
  border-radius: 0;
}

.tp-rightarrow.hesperiden.tparrows::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../image/slider-right-arrow.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.tp-leftarrow.hesperiden.tparrows::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../image/slider-left-arrow.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

@media(min-width:1440px) {
  .home-banner-heading {
    font-size: 60px;
    letter-spacing: 1.5px;
  }

  .home-banner-sub-heading {
    width: 100% !important;
    min-width: 1140px !important;
    margin-top: 20px !important;
  }

  .home-banner-read-more-btn {
    margin-top: 25px;
  }

  .hesperiden.tparrows:before {
    line-height: 65px;
  }

  .tp-rightarrow.hesperiden.tparrows {
    width: 85px;
    height: 65px;
    left: calc(100% - 65px) !important;
  }

  .tp-leftarrow.hesperiden.tparrows {
    width: 85px;
    height: 65px;
    left: 65px !important
  }
}

@media(max-width:1440px) and (min-width:1125px) {
  .home-banner-heading {
    font-size: 48px;
  }

  .home-banner-sub-heading {
    width: 100% !important;
    min-width: 845px !important;
    margin-top: -05px !important;
  }

  .home-banner-heading .sub div:after {
    right: -5px;
    bottom: -15px;
    left: -24px;
  }

  .tp-rightarrow.hesperiden.tparrows {
    width: 75px;
    height: 55px;
    left: calc(100% - 0px) !important;
  }

  .tp-leftarrow.hesperiden.tparrows {
    width: 75px;
    height: 55px;
    left: 0px !important
  }
}

@media(min-width:992px) and (max-width: 1124px) {
  .home-banner-heading {
    font-size: 42px;
  }

  .home-banner-sub-heading {
    width: 100% !important;
    min-width: 700px !important;
    margin-top: 10px !important;
  }

  .home-banner-heading .sub div:after {
    right: -5px;
    bottom: -15px;
    left: -24px;
  }

  .home-banner-read-more-btn:hover, .home-banner-read-more-btn:focus, .home-banner-read-more-btn:active, .home-banner-read-more-btn {
    font-size: 16px;
    padding: 12px 17px;
  }

  .tp-rightarrow.hesperiden.tparrows {
    width: 65px;
    height: 45px;
    left: calc(100% - 0px) !important;
  }

  .tp-leftarrow.hesperiden.tparrows {
    width: 65px;
    height: 45px;
    left: 0px !important
  }
}

@media(min-width:768px) and (max-width: 991px) {
  .home-banner-heading {
    font-size: 32px;
    margin-bottom: 31px !important;
  }

  .home-banner-sub-heading {
    width: 100% !important;
    min-width: 560px !important;
    margin-top: 0px !important;
    font-size: 16px !important;
    line-height: 35px !important;
  }

  .home-banner-heading .sub div:after {
    left: -22px;
    right: -5px;
    bottom: -15px;
  }

  .home-banner-read-more-btn:hover, .home-banner-read-more-btn:focus, .home-banner-read-more-btn:active, .home-banner-read-more-btn {
    font-size: 16px;
    padding: 12px 17px;
  }

  .tp-rightarrow.hesperiden.tparrows {
    width: 65px;
    height: 45px;
    left: calc(100% - 0px) !important;
  }

  .tp-leftarrow.hesperiden.tparrows {
    width: 65px;
    height: 45px;
    left: 0px !important
  }
}

@media(min-width:560px) and (max-width: 767px) {
  .home-banner-heading {
    font-size: 26px;
  }

  .home-banner-sub-heading {
    width: 100% !important;
    min-width: 420px !important;
    margin-top: 0px !important;
    font-size: 14px !important;
    line-height: 35px !important;
  }

  .home-banner-heading .sub div:after {
    left: -20px;
    right: -6px;
    bottom: -12px;
  }

  .home-banner-read-more-btn:hover, .home-banner-read-more-btn:focus, .home-banner-read-more-btn:active, .home-banner-read-more-btn {
    font-size: 14px;
    padding: 10px 15px;
  }

  .tp-rightarrow.hesperiden.tparrows {
    width: 65px;
    height: 45px;
    left: calc(100% - 0px) !important;
  }

  .tp-leftarrow.hesperiden.tparrows {
    width: 65px;
    height: 45px;
    left: -0px !important
  }
}

@media(max-width: 559px) {
  .home-banner-heading {
    font-size: 16px;
    line-height: 16px !important;
    margin-bottom: 05px !important;
  }

  .home-banner-sub-heading {
    width: 100% !important;
    min-width: 300px !important;
    margin-top: 0px !important;
    font-size: 10px !important;
    line-height: 25px !important;
    text-shadow: none !important;
  }

  .home-banner-heading .sub {
    padding: 0 5px !important;
    margin: 0 08px !important;
  }

  .home-banner-heading .sub::before {
    bottom: -2px;
    top: -4px;
    left: -5px;
    right: -5px;
  }

  .home-banner-heading .sub div:after {
    right: -4px;
    bottom: -10px;
    height: 2px;
    left: -14px;
  }

  .home-banner-read-more-btn:hover, .home-banner-read-more-btn:focus, .home-banner-read-more-btn:active, .home-banner-read-more-btn {
    font-size: 12px;
    padding: 08px 10px;
  }

  .hesperiden.tparrows:before {
    font-family: "revicons";
    font-size: 14px;
    color: rgb(255, 255, 255);
    display: block;
    line-height: 29px;
    text-align: center;
  }

  .hesperiden.tparrows {
    width: 29px;
    height: 29px;
  }

  .tp-rightarrow.hesperiden.tparrows {
    width: 50px;
    height: 35px;
    left: calc(100% + 0px) !important;
  }

  .tp-leftarrow.hesperiden.tparrows {
    width: 50px;
    height: 35px;
    left: 00px !important
  }
}

@media(max-width:480px) {

  .tp-rightarrow.hesperiden.tparrows::before,
  .tp-leftarrow.hesperiden.tparrows::before {
    background-size: 70% 70%;
  }

  .tp-rightarrow.hesperiden.tparrows {
    left: calc(100% + 15px) !important;
  }

  .home-banner-sub-heading {
    min-width: 260px !important;
    font-size: 9px !important;
  }
}

/* who-we-are-section */
.who-we-are-section {
  background-size: 50% 100%;
  background-position: right top;
  background-repeat: no-repeat;
  background-color: #c31d26 !important;
}

.who-we-are-section .text-section .vc_column-inner {
  position: relative;
  padding-top: 15% !important;
  padding-bottom: 15% !important;
}

.who-we-are-section .text-section .vc_column-inner {
  position: relative;
  z-index: 3;
}

.who-we-are-section .text-section::before {
  content: '';
  position: absolute;
  background-color: #c31d26;
  right: -09%;
  bottom: -5%;
  top: -5%;
  width: 25%;
  z-index: 2;
  transform: rotate(9deg);
  -moz-transform: rotate(9deg);
  -webkit-transform: rotate(9deg);
  -ms-transform: rotate(9deg);
  -o-transform: rotate(9deg);
}

.who-we-are-section .video-block {
  position: absolute;
  left: 0%;
  margin-left: 0px;
  top: 0px;
  right: -65%;
  bottom: 0px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 5;
}

.who-we-are-section .video-block .video-image-link {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.who-we-are-section .video-block .video-image-link::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 85px;
  height: 85px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url(../image/play-icon.png);
  background-position: center center;
  z-index: 1;
}

.who-we-are-section .video-title-section {
  position: absolute;
  width: 100px;
  min-width: 100px;
  right: 0px;
  top: 0;
  bottom: 0;
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -o-transform: translateX(50%);
  transform: translateX(50%);
  background-color: #041230;
  z-index: 7;
}



@media(max-width:1440px) {
  .who-we-are-section .video-block {
    right: -35%;
  }
}

@media(max-width:1320px) {
  .who-we-are-section .video-block {
    right: -30%;
  }
}
@media(max-width:1200px) {
  .who-we-are-section {
    background-size: 0;
  }

  .who-we-are-section .bg-image {
    /* display: none !important */
  }

  .who-we-are-section .text-section>.vc_column-inner {
    position: relative;
    padding-top: 35px !important;
    padding-left: 35px !important;
    padding-right: 35px !important;
    padding-bottom: 0px !important;
  }

  .who-we-are-section .text-section::before {
    opacity: 0;
    display: none;
  }
  .who-we-are-section {
      background-color: transparent !important;
  }
  .who-we-are-section .bg-image {
    min-height: 300px;
    margin-top: 35px;
    margin-bottom: 25px;
    background-image: url(/wp-content/uploads/2018/11/who-we-are-bg-image.jpg) !important;
  }
  .who-we-are-section .video-block {
    right: 0%;
    margin-bottom: 0px !important
  }
}

/* our serive section */
.our-service-section .our-service-row {
  margin-top: 5%;
  margin-bottom: 5%;
}

@media(min-width:992px) {
  .our-service-section .our-service-cta .vc_column-inner {
    margin-right: 5%;
  }
}

/* Our Team slider */
.our-team-carousel-block {
  position: relative;
}

.our-team-carousel-block .owl-nav [class*=owl-] {
  position: absolute;
  background-color: #fade07;
  color: #FFFFFF;
  font-size: 30px;
  width: 45px;
  line-height: 43px;
  margin: 0;
  padding: 0;
  border: 1px solid #FFFFFF;
}

.our-team-carousel-block .owl-nav [class*=owl-]:hover {
  background-color: #c31d26;
}

.our-team-carousel-block .owl-nav [class*=owl-]:hover a {
  color: #FFFFFF;
}

.our-team-carousel-block .owl-nav .owl-prev {
  position: absolute;
  left: -35px;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.our-team-carousel-block .owl-nav .owl-next {
  right: -35px;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.our-team-carousel-block {
  margin-top: -55px;
}

@media(max-width:560px) {
  .our-team-carousel-block .owl-nav [class*=owl-] {
    font-size: 24px;
    width: 35px;
    line-height: 33px;
  }

  .our-team-carousel-block .owl-nav .owl-prev {
    left: -20px;
  }

  .our-team-carousel-block .owl-nav .owl-next {
    right: -20px;
  }
}

/* End Our Team slider */
/* Our Team */
.our-team-item {
  cursor: pointer;
  margin-top: 35px;
  margin-bottom: 35px;
}

.our-team-item .person-name {
  position: relative;
  display: inline-block;
  min-width: 80%;
  font-weight: 400;
  font-size: 20px;
  background-color: #c31d26;
  color: #FFFFFF;
  padding: 05px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.our-team-item .person-name::before {
  content: '';
  position: absolute;
  top: 0;
  right: -15px;
  border-top: 32px solid #c31d26;
  border-right: 15px solid transparent;
}

.our-team-item:hover .person-name {
  background-color: #fade07;
  color: #000;
}

.our-team-item:hover .person-name::before {
  border-top: 32px solid #fade07;
}

.our-team-item .person-position {
  display: inline-block;
  text-transform: uppercase;
  min-width: 50%;
  padding: 05px;
  background-color: #303030;
  color: #FFFFFF;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
}

.our-team-item .social-link ul {
  list-style: none;
}

.our-team-item .social-link ul li a {
  display: inline-block;
  font-size: 18px;
  width: 20px;
}

.our-team-item .social-link ul li a:hover {
  color: #c31d26;
}

.our-team-item .image-block {
  position: relative;
}

.our-team-item .primary-team-image {
  width: 100%;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.our-team-item .secondary-team-image {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}

.our-team-item:hover .secondary-team-image {
  z-index: 2;
}

@media(max-width:768px) {
  .our-team-item {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media(max-width:560px) {
  .our-team-item {
    max-width: 200px;
    margin-top: 0px;
    margin-bottom: 10px;
  }
}

.arkos-team-member-info .our-team-item a:hover,
.arkos-team-member-info .our-team-item a:focus,
.arkos-team-member-info .our-team-item a:active,
.arkos-team-member-info .our-team-item.active a,
.arkos-team-member-info .our-team-item:hover a,
.arkos-team-member-info .our-team-item:focus a,
.arkos-team-member-info .our-team-item a {
  padding-left: 10px;
  padding-right: 10px;
  background-color: transparent !important;
  border-radius: 0;
}

.arkos-team-member-info .our-team-item {
  float: left;
  width: 49%;
  margin-top: 50px;
  margin-bottom: 50px;
}

.arkos-team-member-info .our-team-item:nth-child(1),
.arkos-team-member-info .our-team-item:nth-child(2) {
  margin-top: 0;
}

.arkos-team-member-info .our-team-item:nth-last-child(1),
.arkos-team-member-info .our-team-item:nth-last-child(2) {
  margin-bottom: 0;
}

.arkos-team-member-info .our-team-item .social-link i {
  color: #000000;
}

.arkos-team-member-info .tab-content {
  max-width: 520px;
}

.arkos-team-member-info .tab-content .description p {
  font-size: 16px;
}

.arkos-team-member-info .tab-content .tab-pane {
  padding: 0px 15px;
  border-radius: 1px;
  -webkit-box-shadow: -3px 0px 10px rgba(0, 0, 0, 0.45);
  -ms-box-shadow: -3px 0px 10px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: -3px 0px 10px rgba(0, 0, 0, 0.45);
  -o-box-shadow: -3px 0px 10px rgba(0, 0, 0, 0.45);
  box-shadow: -3px 0px 10px rgba(0, 0, 0, 0.45);
}

.arkos-team-member-info .tab-content .tab-pane .thumb img {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}

.arkos-team-member-info .tab-content .tab-pane .content-block {
  background-color: #FFFFFF;
}

.arkos-team-member-info .tab-content .tab-pane .info {
  position: relative;
  margin-top: -65px;
  margin-bottom: 40px;
  padding-top: 35px;
  background-color: #FFFFFF
}

.arkos-team-member-info .tab-content .tab-pane .info .member-name {
  font-size: 40px;
  font-weight: 500;
  text-transform: uppercase;
  width: calc(100% - 170px);
}

.arkos-team-member-info .tab-content .tab-pane .info .member-position {
  position: absolute;
  right: -15px;
  top: 50%;
  width: 135px;
  text-align: right;
  font-size: 18px;
  font-weight: 500;
  padding: 11px 15px 11px 25px;
  text-transform: uppercase;
  color: #000000;
  background-color: #fade07;
}

.arkos-team-member-info .tab-content .tab-pane .info .member-position::before {
  content: '';
  position: absolute;
  top: 0;
  left: -25px;
  border-top: 40px solid #fade07;
  border-left: 25px solid transparent;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}

.arkos-team-member-info .tab-content .tab-pane .description {
  padding-bottom: 30px;
}

.arkos-team-member-info .tab-content .tab-pane .description p {
  white-space: pre-wrap;
}

.arkos-team-member-info .tab-content .tab-pane .social-link {
  text-align: right;
  border-top: 1px solid #fade07;
  padding-top: 10px;
  padding-bottom: 10px;
}

.arkos-team-member-info .our-team-item.active .person-name {
  background-color: #fade07;
  color: #000 !important;
}

.arkos-team-member-info .our-team-item.active .person-name::before {
  border-top-color: #fade07 !important;
}

.arkos-team-member-info .our-team-item.active .secondary-team-image {
  z-index: 2;
}

@media(max-width:1440px) and (min-width:992px) {
  .arkos-team-member-info .tab-content .tab-pane .info .member-name {
    font-size: 32px;
  }

  .arkos-team-member-info {
    margin-top: -45px;
  }
}

@media(max-width:992px) {
  .arkos-team-member-info {
    margin-top: -65px;
  }

  .arkos-team-member-info .tab-content .tab-pane .info .member-name {
    font-size: 32px;
  }

  .arkos-team-member-info .tab-content {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .arkos-team-member-info .tab-navbar .nav.nav-pills {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
  }

  .arkos-team-member-info .our-team-item {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

@media(max-width:768px) {
  .arkos-team-member-info .tab-content .tab-pane .info .member-name {
    width: 100%;
  }

  .arkos-team-member-info .tab-content .tab-pane .info .member-position {
    position: relative;
    width: 100%;
  }

  .arkos-team-member-info .tab-content .tab-pane .info {
    margin-bottom: 25px;
    padding-top: 10px;
  }

  .arkos-team-member-info .tab-content .tab-pane .description {
    padding-bottom: 25px;
  }
}

@media(max-width:560px) {
  .arkos-team-member-info .tab-content .tab-pane .info .member-name {
    font-size: 28px;
  }

  .arkos-team-member-info .our-team-item {
    margin-top: 10px;
    margin-bottom: 10px
  }

  .arkos-team-member-info .our-team-item .person-name {
    min-width: 90%;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    padding-right: 25px;
  }

  .arkos-team-member-info .our-team-item .person-name::before {
    right: -10px;
    border-top: 25px solid #c31d26;
    border-right: 10px solid transparent;
  }

  .arkos-team-member-info .our-team-item .person-position {
    font-size: 12px;
  }
}

/* our associates */
.our-associates-section {
  position: relative;
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #c31d26;
}

.our-associates-section::before {
  content: '';
  position: absolute;
  display: block !important;
  width: 450px;
  height: 450px;
  border-bottom: 50px solid rgba(255, 255, 255, 0.1);
  border-left: 50px solid rgba(255, 255, 255, 0.1);
  left: 80px;
  top: -50%;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

.our-associates-section .associates-carousel-block {
  position: relative;
  margin-left: 45px;
  background-color: #FFFFFF;
}

.our-associates-section .associates-carousel-block .owl-nav {
  position: absolute;
  left: -45px;
  top: 0;
  margin-top: 0;
}

.our-associates-section .associates-carousel-block .owl-nav.disabled {
  display: block !important;
}

.our-associates-section .associates-carousel-block .owl-nav [class*=owl-] {
  display: block;
  background-color: transparent;
  width: 35px;
  border: 1px solid #FFFFFF;
  border-radius: 0;
  font-size: 22px;
  color: #FFFFFF;
  margin: 0;
  margin-bottom: 10px;
  padding: 0;
  line-height: 33px;
}

.our-associates-section .associates-carousel-block .owl-nav [class*=owl-] i {
  color: #FFFFFF;
}

.our-associates-section .associates-carousel-block .owl-nav [class*=owl-]:hover {
  background-color: #fade07;
  border: 1px solid #000000;
}

.our-associates-section .associates-carousel-block .owl-nav [class*=owl-]:hover i {
  color: #000;
}

.our-associates-section .associates-carousel-block .item {
  padding: 25px;
  max-width: 150px;
  margin-left: auto;
  margin-right: auto;
}

.our-associates-section .associates-carousel-block .item img {
  width: 100%;
  height: auto;
}

.our-associates-section .section-title {
  font-size: 34px;
}

@media(max-width:1440px) {
  .our-associates-section .section-title {
    font-size: 32px;
  }
}

@media(max-width:1124px) {
  .our-associates-section .vc_col-sm-4 {
    text-align: center;
  }

  .our-associates-section .section-title {
    font-size: 28px;
  }
}

@media(max-width:992px) {
  .our-associates-section .section-title {
    font-size: 28px;
  }
}

@media(max-width:800px) {
  .our-associates-section .section-title {
    font-size: 22px;
  }
}

@media(max-width:767px) {
  .our-associates-section .section-title {
    font-size: 32px;
    margin-bottom: 40px;
  }

  .our-associates-section .associates-carousel-block {
    margin-bottom: 30px;
  }
}

@media(max-width:560px) {
  .our-associates-section::before {
    top: -18%;
  }
}

@media(max-width:480px) {
  .our-associates-section .section-title {
    font-size: 28px;
    margin-bottom: 30px;
  }
}

/*category-carousel-block*/
/* .category-carousel-block .owl-nav.disabled {
  display: block !important;
} */
.category-carousel-block .item {
  display: block;
  position: relative;
  overflow: hidden;
  border: 2px solid #e5e2e2;
}

.category-carousel-block .item .content-block {
  position: absolute;
  text-align: center;
  left: 0;
  bottom: 0;
  margin: 0;
  padding: 55px 5px 35px 5px;
  width: 100%;
  min-height: 45%;
  overflow: visible;
  z-index: 3;
}

.category-carousel-block .item .content-block::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  bottom: 0;
  background-image: url(../image/category-arrow-patten-black.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: -1;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.category-carousel-block .item:hover .content-block::before {
  background-image: url(../image/category-arrow-patten-yellow.png);
}

.category-carousel-block .item .content-block .category-name {
  color: #FFFFFF;
  font-size: 22px;
  font-weight: 400 !important;
  text-transform: uppercase;
}

.category-carousel-block .item .content-block .icon-block {
  margin-top: 15px;
  border: 1px solid #FFFFFF;
  display: inline-block;
  padding: 03px 35px;
  color: #FFFFFF;
  font-weight: 500;
}

.category-carousel-block .item::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.category-carousel-block .item:hover .content-block .icon-block {
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  background-color: #000000;
}

.category-carousel-block .item:hover::before {
  height: 100%;
  bottom: 0;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.category-carousel-block .item:hover .content-block .category-name {
  color: #000000;
}

.category-carousel-block .owl-nav [class*=owl-] {
  background-color: #fade07;
  color: #000;
  font-size: 30px;
  width: 45px;
  line-height: 43px;
  margin: 0;
  padding: 0;
  border: 1px solid #FFFFFF;
}

.category-carousel-block .owl-nav [class*=owl-]:hover {
  background-color: #c31d26;
  color: #FFFFFF;
}

.category-carousel-block .owl-nav [class*=owl-]:hover i {
  color: #FFFFFF;
}

.category-carousel-block .owl-nav .owl-prev {
  position: absolute;
  left: -55px;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.category-carousel-block .owl-nav .owl-next {
  position: absolute;
  right: -55px;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

@media(max-width:1024px) {
  .category-carousel-block {
    margin-left: 55px;
    margin-right: 55px;
  }
}

@media(max-width:768px) {
  .category-carousel-block .item {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media(max-width:560px) {
  .category-carousel-block {
    margin-left: 35px;
    margin-right: 35px;
  }

  .category-carousel-block .owl-nav [class*="owl-"] {
    font-size: 20px;
    width: 30px;
    line-height: 30px;
  }

  .category-carousel-block .owl-nav .owl-prev {
    left: -40px;
  }

  .category-carousel-block .owl-nav .owl-next {
    right: -40px;
  }

  .category-carousel-block .item .content-block .category-name {
    font-size: 16px;
  }

  .category-carousel-block .item .content-block {
    padding: 35px 5px 15px 5px;
  }

  .category-carousel-block .item .content-block .icon-block {
    margin-top: 5px;
    padding: 00px 35px;
    font-size: 12px;
  }
}

/* category-carousel-block-2 */
.category-carousel-block-2 {
  position: relative;
  z-index: 2;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5%;
  padding-bottom: 5%;
}

.category-carousel-block-2 .item {
  position: relative;
  display: block;
  text-decoration: none;
}

.category-carousel-block-2 .item .image-block {
  width: 80%;
}

.category-carousel-block-2 .item .image-block img {
  width: 100%;
  border: 2px solid #e5e2e2;
}

.category-carousel-block-2 .item .content-block {
  position: absolute;
  right: 0;
  bottom: 10%;
  width: 80%;
  z-index: 2;
  background-color: rgba(195, 29, 38, 0.83);
  padding: 10px;
  max-width: 250px;
  min-height: 65px;
}

.category-carousel-block-2 .item .content-block::after {
  content: "";
  position: absolute;
  border-top: 33px solid transparent !important;
  border-bottom: 33px solid transparent !important;
  width: 0;
  border-right: 20px solid rgba(195, 29, 38, 0.83);
  left: -20px;
  top: 0;
  z-index: 1
}

.category-carousel-block-2 .item .content-block .category-name {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  color: #FFFFFF;
  text-transform: uppercase;
  max-width: 150px;
  margin-top: 03px;
  margin-bottom: 0;
  line-height: 1 !important;
  vertical-align: bottom;
}

.category-carousel-block-2 .item .content-block .icon-block {
  position: absolute;
  display: inline-block;
  right: 0;
  top: 0;
  bottom: 0;
  font-size: 0;
  text-align: center;
}

.category-carousel-block-2 .item .content-block .icon-block::before {
  content: '';
  position: absolute;
  width: 35px;
  height: 35px;
  right: 15px;
  top: 50%;
  margin-top: -20px;
  background-image: url('../image/eye-outline.jpg');
  background-size: cover;
}

.category-carousel-block-2 .item:hover .content-block .category-name {
  color: #000;
}

.category-carousel-block-2 .item:hover .content-block {
  background-color: rgba(250, 222, 7, 0.83);
}

.category-carousel-block-2 .item:hover .content-block::after {
  border-right: 20px solid rgba(250, 222, 7, 0.83);
}

.category-carousel-block-2 .owl-nav {
  position: absolute;
  right: -18%;
  top: 50%;
  transform: translateY(-50%) rotate(10deg);
  -moz-transform: translateY(-50%) rotate(10deg);
  -webkit-transform: translateY(-50%) rotate(10deg);
  -ms-transform: translateY(-50%) rotate(10deg);
  -o-transform: translateY(-50%) rotate(10deg);
}

.category-carousel-block-2 .owl-nav [class*=owl-] {
  display: block;
  background-color: #ed2b2c;
  font-size: 30px;
  width: 45px;
  height: 45px;
  line-height: 1px;
  margin: 10px;
  padding: 0;
  border: 1px solid #FFFFFF;
  transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}

.category-carousel-block-2 .owl-nav [class*=owl-]:hover,
.category-carousel-block-2 .owl-nav [class*=owl-]:focus,
.category-carousel-block-2 .owl-nav [class*=owl-]:active {
  background-color: #fade07;
}

.category-carousel-block-2 .owl-nav [class*=owl-] a {
  line-height: 45px;
}

.category-carousel-block-2 .owl-nav [class*=owl-] a i {
  color: #FFFFFF;
}

.category-carousel-block-2 .owl-nav [class*=owl-]:hover a i,
.category-carousel-block-2 .owl-nav [class*=owl-]:focus a i,
.category-carousel-block-2 .owl-nav [class*=owl-]:active a i {
  color: #000;
}

@media(max-width:1199px) {
  .category-carousel-block-2 .owl-nav {
    position: absolute;
    right: 65px;
    top: -110px;
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
  }

  .category-carousel-block-2 {
    width: 90%;
    padding-top: 8%;
  }
}

@media(max-width:992px) {
  .category-carousel-block-2 .item {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media(max-width:559px) {
  .category-carousel-block-2 .owl-nav [class*="owl-"] a {
    line-height: 26px;
  }

  .category-carousel-block-2 {
    padding-top: 12%;
    padding-bottom: 10%;
  }

  .category-carousel-block-2 .item {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* product-page-our-product-block product-page-slider-block  product-page-bg-block */
.product-page-our-product-block {
  position: relative;
}

.product-page-our-product-block .product-page-slider-block::before {
  content: '';
  position: absolute;
  background-color: #1f2730;
  right: -05%;
  bottom: -5%;
  top: -5%;
  width: 20%;
  z-index: 2;
  transform: rotate(9deg);
  -moz-transform: rotate(9deg);
  -webkit-transform: rotate(9deg);
  -ms-transform: rotate(9deg);
  -o-transform: rotate(9deg);
}

/* About us page -> about us section */
.about-page-about-section {
  background-size: 50% 100%;
  background-position: left top;
  background-repeat: no-repeat;
  background-color: #c31d26 !important;
}

.about-page-about-section .text-section .vc_column-inner {
  padding: 10% 7% !important;
}

@media(max-width:1199px) {
  .about-page-about-section .text-section .vc_column-inner {
    padding: 10% !important;
  }
  .about-page-about-section::after{
    content: '';
    display: block !important;
    position: absolute;
    background-color: #c31d26 !important;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .about-page-about-section>div{
    position: relative;
    z-index: 5;
  }

}

@media(max-width:992px) {
  .about-page-about-section {
    background-size: 0;
  }

  .about-page-about-section .text-section .vc_column-inner {
    padding: 5% 0% !important;
  }
}

@media(max-width:560px) {
  .category-carousel-block-2 {
    padding-top: 20%;
  }

  .category-carousel-block-2 .owl-nav {
    position: absolute;
    right: 10px;
    top: -82px;
  }

  .category-carousel-block-2 .owl-nav [class*="owl-"] a {
    line-height: 30px;
  }

  .category-carousel-block-2 .owl-nav [class*="owl-"] {
    display: block;
    font-size: 20px;
    width: 30px;
    height: 30px;
  }
}

/* arkos-google-maps-section */
.arkos-google-maps-section .wpb_map_wraper iframe {
  min-height: 420px;
}

@media(max-width:1440px) and (min-width: 1125px) {
  .arkos-google-maps-section .wpb_map_wraper iframe {
    min-height: 400px;
  }
}

@media(max-width:1124px) and (min-width: 992px) {
  .arkos-google-maps-section .wpb_map_wraper iframe {
    min-height: 400px;
  }
}

@media(max-width:991px) and (min-width: 768px) {
  .arkos-google-maps-section .wpb_map_wraper iframe {
    min-height: 350px;
  }
}

@media(max-width:767px) and (min-width: 560px) {
  .arkos-google-maps-section .wpb_map_wraper iframe {
    min-height: 300px;
  }
}

@media(max-width:559px) {
  .arkos-google-maps-section .wpb_map_wraper iframe {
    min-height: 250px;
  }
}

/*category-page-category-detail-section  */
.category-page-category-detail-section .category-page-category-sidebar {
  position: relative;
  background-color: #c31d27;
  padding-top: 110px;
  padding-bottom: 110px;
}

.category-page-category-detail-section .category-page-category-sidebar a {
  display: inline-block;
  font-weight: 400;
  margin-bottom: 10px;
}

.category-page-category-detail-section .category-page-category-sidebar a:hover,
.category-page-category-detail-section .category-page-category-sidebar a:active,
.category-page-category-detail-section .category-page-category-sidebar a:focus {
  color: #fade07;
}

.category-page-category-detail-section .category-page-category-sidebar::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 200%;
  top: 0;
  left: -150%;
  background-color: #c31d27;
}

.category-page-category-detail-section .category-page-category-sidebar .vc_column-inner {
  position: relative;
  z-index: 3;
}

.category-product-section {
  width: 100%;
  margin-left: 125px;
  padding: 0;
}

.category-product-section .item.category-item .image-block img {
  border: 2px solid #e5e2e2;
  width: 100%;
}

.category-product-section .item.category-item {
  display: inline-block;
  width: 49%;
  /* float: left; */
  margin-top: 55px;
  margin-bottom: 55px;
}

.category-product-section .item .content-block .category-name {
  vertical-align: bottom;
}

.category-product-section .item.category-item>div {
  margin-right: 65px;
  position: relative;
}

.category-product-section .item .content-block {
  min-height: 66px;
}

.category-page-category-detail-section .menu {
  list-style: none;
  padding-left: 0;
}

.category-page-category-detail-section .menu li a {
  color: #FFFFFF;
}

.category-page-category-detail-section .menu li a:hover,
.category-page-category-detail-section .menu li a:focus,
.category-page-category-detail-section .menu li a:active,
.category-page-category-detail-section .menu li.current-menu-item a {
  color: #fade07;
}

@media(min-width:650px) {

  .category-product-section .item:nth-child(1),
  .category-product-section .item:nth-child(2) {
    margin-top: 0;
  }

  .category-product-section .item:nth-last-child(1),
  .category-product-section .item:nth-last-child(2) {
    margin-bottom: 0;
  }
}

@media(max-width:649px) {
  .category-product-section .item:nth-child(1) {
    margin-top: 0;
  }
}

@media(max-width:1400px) {
  .category-product-section {
    margin-left: 30px;
  }
}

@media(max-width:1124px) {
  .category-product-section {
    margin-left: 10px;
  }
}

@media(max-width:768px) {
  .category-product-section {
    margin-left: 00px;
  }

  .category-product-section .item {
    margin-bottom: 15px !important;
  }

  .category-page-category-detail-section .category-page-category-sidebar {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .category-page-category-detail-section .category-page-category-sidebar::before {
    left: -15px;
    right: -15px;
    width: auto;
  }
}

@media(max-width:650px) {
  .category-product-section .item.category-item {
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  .category-product-section .item.category-item>div {
    margin-right: 00px;
  }
}

/* 404 error */
.aroks-error-page {
  min-height: 100vh;
  background-color: #000;
  display: flex;
  background-image: url(../image/404-bg-image.jpg);
  background-position: center center;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 40px;
}

.aroks-error-page .container {
  margin: auto;
}

.aroks-error-page img.error-404-icon {
  width: 100%;
  max-width: 600px;
  margin-bottom: 45px;
}

.aroks-error-page .error-title {
  text-transform: uppercase;
  color: #FFFFFF;
  margin-top: 45px;
  font-weight: 500;
  font-size: 50px;
}

.aroks-error-page .error-sub-title {
  font-weight: 300;
  color: #FFFFFF;
  margin-top: 25px;
}

.aroks-error-page .error-home-link {
  margin-top: 45px;
}

.aroks-error-page .error-home-link a {
  position: relative;
  font-weight: 300;
  color: #fade07;
  text-transform: uppercase;
}

.aroks-error-page .error-home-link a::after {
  content: '';
  position: absolute;
  right: 0;
  left: 0;
  bottom: -4px;
  height: 1px;
  background-color: #fade07;
}

@media(max-width:922px) {
  .aroks-error-page {
    min-height: auto;
    padding-top: 120px;
    padding-bottom: 60px;
  }
}

@media(max-width:768px) {
  .aroks-error-page {
    min-height: auto;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media(max-width:560px) {
  .aroks-error-page img.error-404-icon {
    margin-bottom: 15px;
  }

  .aroks-error-page .error-title {
    margin-top: 25px;
    font-size: 32px;
  }

  .aroks-error-page .error-home-link {
    margin-top: 20px;
  }

  .aroks-error-page {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

/*Couter Section  */
.counter-section {
  position: relative;
  background-image: url(../../img/error-bg.jpg);
  background-position: center center;
  background-size: 100% 100%;
  background-attachment: fixed;
}

.counter-section .container {
  position: relative;
  z-index: 10;
}

.counter-section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  opacity: 0.8;
  background: #A48431;
  background: -moz-linear-gradient(-45deg, rgba(30, 28, 24, 0.5), #A48431);
  background: -webkit-linear-gradient(-45deg, rgba(30, 28, 24, 0.5), #A48431);
  background: linear-gradient(135deg, rgba(30, 28, 24, 0.5), #A48431);
}

.counter-block {
  margin-top: 15px;
  margin-bottom: 15px;
}

.counter-block .counter {
  margin-bottom: 15px;
  font-weight: 900;
}

/*products Block*/
.products-block {
  position: relative;
  display: block;
  cursor: pointer;
  margin-top: 15px;
  margin-bottom: 15px;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.products-block .image-block, .products-block .image-block:hover, .products-block img, .products-block:hover img {
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

.products-block .image-block {
  position: relative;
  overflow: hidden;
  border-radius: 03px;
  box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.35);
  -ms-box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.35);
  -o-box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.35);
}

.products-block .image-block:hover {
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.5);
}

.products-block img {
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  width: 100%;
  height: 100%;
}

.products-block:hover img {
  transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
}

.products-block .image-block .overlay-style {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  display: flex;
  text-align: center;
  background: #A48431;
  background: -moz-linear-gradient(-45deg, rgba(30, 28, 24, 0.5), #A48431);
  background: -webkit-linear-gradient(-45deg, rgba(30, 28, 24, 0.5), #A48431);
  background: linear-gradient(135deg, rgba(30, 28, 24, 0.5), #A48431);
  -webkit-transform: perspective(400px) rotateX(-90deg);
  -moz-transform: perspective(400px) rotateX(-90deg);
  -ms-transform: perspective(400px) rotateX(-90deg);
  -o-transform: perspective(400px) rotateX(-90deg);
  transform: perspective(400px) rotateX(-90deg);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.products-block:hover .overlay-style {
  opacity: 0.95;
  -webkit-transform: perspective(400px) rotateX(0deg);
  -moz-transform: perspective(400px) rotateX(0deg);
  -ms-transform: perspective(400px) rotateX(0deg);
  -o-transform: perspective(400px) rotateX(0deg);
  transform: perspective(400px) rotateX(0deg);
}

.products-block .overlay-style>div {
  padding: 10px;
  margin: auto;
}

.products-block .content {
  margin-top: 25px;
}

.products-block .content .product-name {
  font-size: 20px;
}

@media(max-width:768px) {
  .products-block {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* Image group block */
.image-group-block {
  position: relative;
  margin-left: 40px;
  margin-bottom: 40px;
}

.image-group-block .big-image {
  -webkit-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.4);
}

.image-group-block img {
  width: 100%;
}

.image-group-block .small-image {
  position: absolute;
  bottom: 20px;
  bottom: 20px;
  left: -40px;
  z-index: 1;
  width: 33%;
  -webkit-box-shadow: 10px 10px 50px 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 10px 10px 50px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 10px 10px 50px 5px rgba(0, 0, 0, 0.4);
}

@media(max-width:768px) {
  .image-group-block {
    margin-bottom: 50px;
  }
}

/* Category block css */
.category-block {
  position: relative;
  display: block;
  overflow: hidden;
  background-color: #FFFFFF;
  margin-top: 15px;
  margin-bottom: 15px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  transform: scale(0.95, 0.95);
  -webkit-transform: scale(0.95, 0.95);
  -moz-transform: scale(0.95, 0.95);
  -ms-transform: scale(0.95, 0.95);
  -o-transform: scale(0.95, 0.95);
}

.category-block .img-block {
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.category-block .content-block {
  position: absolute;
  background: rgba(164, 132, 49, 0.25);
  background: -moz-linear-gradient(-45deg, rgba(0, 4, 40, 0.25), rgba(164, 132, 49, 0.25));
  background: -webkit-linear-gradient(-45deg, rgba(0, 4, 40, 0.25), rgba(164, 132, 49, 0.25));
  background: linear-gradient(135deg, rgba(0, 4, 40, 0.25), rgba(164, 132, 49, 0.25));
  display: flex;
  text-align: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.category-block .content-block>div {
  margin: auto;
}

.category-block .content-block>div h3 {
  padding: 05px 10px;
  background-color: rgba(255, 255, 255, 1);
  margin-bottom: 0px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.owl-item.active.center .category-block {
  transform: scale(1.05, 1.05);
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
}

.category-block:hover, .owl-item.active.center .category-block {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.category-block:hover .img-block, .owl-item.active.center .category-block .img-block {
  transform: scale(1.25, 1.25) rotate(5deg);
  -webkit-transform: scale(1.25, 1.25) rotate(5deg);
  -moz-transform: scale(1.25, 1.25) rotate(5deg);
  -ms-transform: scale(1.25, 1.25) rotate(5deg);
  -o-transform: scale(1.25, 1.25) rotate(5deg);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.category-block:hover .content-block, .owl-item.active.center .category-block .content-block {
  color: #FFFFFF;
  background: rgba(0, 4, 40, 0.85);
  background: -moz-linear-gradient(-45deg, rgba(164, 132, 47, 0.65), rgba(0, 4, 40, 0.5));
  background: -webkit-linear-gradient(-45deg, rgba(164, 132, 47, 0.65), rgba(0, 4, 40, 0.5));
  background: linear-gradient(135deg, rgba(164, 132, 47, 0.65), rgba(0, 4, 40, 0.5));
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.category-block:hover .content-block>div h3, .owl-item.active.center .category-block .content-block>div h3 {
  color: #FFFFFF;
  background: rgba(164, 132, 49, 0.85);
  background: -moz-linear-gradient(-45deg, rgba(0, 4, 40, 0.85), rgba(164, 132, 49, 0.85));
  background: -webkit-linear-gradient(-45deg, rgba(0, 4, 40, 0.85), rgba(164, 132, 49, 0.85));
  background: linear-gradient(135deg, rgba(0, 4, 40, 0.85), rgba(164, 132, 49, 0.85));
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

#category_carousel .owl-nav .owl-prev, #category_carousel .owl-nav .owl-next {
  position: relative;
  background-color: transparent;
}

#category_carousel .owl-nav .owl-prev .prav-btn, #category_carousel .owl-nav .owl-next .next-btn {
  position: relative;
  width: 25px;
  height: 25px;
}

#category_carousel .owl-nav .owl-prev .prav-btn::after {
  content: "Prav";
  color: #242424;
}

#category_carousel .owl-nav .owl-next .next-btn::after {
  content: "Next";
  color: #242424;
}

#category_carousel .owl-nav .owl-prev .prav-btn::before, #category_carousel .owl-nav .owl-next .next-btn::before {
  opacity: 1;
  content: "";
  width: 10px;
  height: 10px;
  border-color: #A48431;
  border-style: solid;
  position: absolute;
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#category_carousel .owl-nav .owl-prev .prav-btn::before {
  border-width: 0 0 2px 2px;
  top: 3px;
  left: -10px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#category_carousel .owl-nav .owl-next .next-btn::before {
  border-width: 0 0 2px 2px;
  top: 3px;
  right: -10px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

/* General responsive css */
@media(max-width:768px) {
  body p {
    font-size: 14px;
    line-height: 1.75;
  }
}

/* Blog Item*/
.ats-blog-list .blog-item {
  display: block;
  margin-top: 15px;
  margin-bottom: 15px;
}

.ats-blog-list .blog-item img {
  width: 100%;
}

.ats-blog-list .blog-item .content-block h2 {
  margin-top: 15px;
  margin-bottom: 10px;
}

.ats-blog-list .blog-item .content-block p {
  color: #555
}

.pagination {
  display: block;
  margin-bottom: 0px;
  margin-top: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.pagination .alignleft {
  float: none;
}

.pagination .alignright {
  text-align: left;
  float: right;
  margin: 0;
}

.pagination .nav-previous a {
  position: relative;
  padding-left: 15px;
}

.pagination .nav-previous a::before {
  position: absolute;
  content: "\f053";
  left: 0;
  top: 8px;
  font: normal normal normal 14px/1 FontAwesome;
  color: #000000;
}

.pagination .nav-next a {
  position: relative;
  padding-right: 15px;
}

.pagination .nav-next a::before {
  color: #000000;
  position: absolute;
  content: "\f054";
  right: 0;
  top: 8px;
  font: normal normal normal 14px/1 FontAwesome;
}

@media(max-width:768px) {
  .pagination .alignright {
    float: none;
  }
}

/* Text chart */
.text-chart-block ul {
  list-style: none;
  padding-left: 0;
}

.text-chart-block ul li {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: 500;
  color: #FFFFFF;
  text-align: right;
}

.text-chart-block ul li::first-letter {
  color: #fade07;
  font-size: 125%;
}

@media(max-width:1124px) and (min-width:992px) {
  .text-chart-block ul>li {
    -webkit-transform: translateX(17px);
    -moz-transform: translateX(17px);
    -ms-transform: translateX(17px);
    -o-transform: translateX(17px);
    transform: translateX(17px);
  }

  .text-chart-block ul>li:last-child {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@media(max-width:991px) {
  .text-chart-block ul {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .text-chart-block ul>li {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

  .text-chart-block ul li {
    text-align: left;
  }

  .text-chart-block ul li .b {
    padding-right: 0px !important;
  }

  .text-chart-section .vc_col-md-pull-6 .vc_column-inner {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

@media(max-width:768px) {
  .text-chart-section .wpb_content_element {
    text-align: center;
  }

  .text-chart-section .wpb_wrapper .wpb_content_element:first-child .wpb_wrapper {
    margin-bottom: 30px;
  }
}

/* End Text chart */
/* feature block */
.feature-block {
  position: relative;
  padding: 24px 15px;
  background-color: rgba(0, 0, 0, 0.77);
  min-height: 140px;
  margin-bottom: 25px;
}

.feature-block .icon {
  position: absolute;
  display: flex;
  text-align: center;
  left: 15px;
  top: 50%;
  width: 102px;
  height: 102px;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.feature-block .icon img {
  margin: auto;
}

.feature-block .icon::after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../image/feature-icon-bg-image.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-top: 0px;
  border-radius: 50%;
}

.feature-block .contect {
  padding-left: 130px;
  padding-right: 15px;
}

.feature-block .contect h3 {
  color: #fade07;
  font-size: 18px;
  text-transform: uppercase;
}

.feature-block .contect p {
  color: #FFFFFF;
  font-size: 12px;
}

.feature-title-section {
  margin-top: 35px;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
  z-index: 5;
}

.feature-title-section .feature-title-block {
  position: relative;
  display: inline-block;
  padding: 15px 45px;
  font-size: 45px;
  text-transform: uppercase;
}

.feature-title-section .feature-title-block::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fade07;
  box-shadow: rgb(153, 153, 153) 0px 0px 0px 0px;
  -moz-box-shadow: rgb(153, 153, 153) 0px 0px 0px 0px;
  -webkit-box-shadow: rgb(153, 153, 153) 0px 0px 0px 0px;
  -ms-box-shadow: rgb(153, 153, 153) 0px 0px 0px 0px;
  -o-box-shadow: rgb(153, 153, 153) 0px 0px 0px 0px;
  transform: matrix3d(1, 0, 0, 0, -0.275637, 0.961262, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  -moz-transform: matrix3d(1, 0, 0, 0, -0.275637, 0.961262, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  -webkit-transform: matrix3d(1, 0, 0, 0, -0.275637, 0.961262, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  -ms-transform: matrix3d(1, 0, 0, 0, -0.275637, 0.961262, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  -o-transform: matrix3d(1, 0, 0, 0, -0.275637, 0.961262, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transform-origin: 50% 50% 0px;
  -moz-transform-origin: 50% 50% 0px;
  -webkit-transform-origin: 50% 50% 0px;
  -ms-transform-origin: 50% 50% 0px;
  -o-transform-origin: 50% 50% 0px;
}

.feature-title-section .feature-title-block strong {
  position: relative;
  z-index: 5;
  font-weight: 500;
}

.feature-section {
  position: relative;
  padding-bottom: 0 !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.feature-section::after {
  position: absolute;
  content: '';
  display: block !important;
  left: 50%;
  bottom: -85px;
  width: 14%;
  min-width: 250px;
  height: 100%;
  -webkit-transform: translateX(-55%);
  -moz-transform: translateX(-55%);
  -ms-transform: translateX(-55%);
  -o-transform: translateX(-55%);
  transform: translateX(-55%);
  background-image: url(../image/boltman-full-image.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.feature-section .feature-block-list .vc_column-inner {
  padding-top: 60px !important;
  padding-bottom: 100px;
}

@media(max-width:1440px) {
  .feature-block .contect {
    padding-right: 0px;
  }
}

@media(max-width:1240px) {
  .feature-section::after {
    min-width: 220px;
  }
}

@media(max-width:992px) {
  .feature-title-section {
    margin-top: 5px;
  }

  .feature-section {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .feature-section::after {
    z-index: 1;
    min-width: 95%;
  }

  .feature-title-section .feature-title-block {
    font-size: 40px;
    padding: 5px 45px;
  }

  .feature-section .feature-block-list .vc_column-inner {
    position: relative;
    padding-top: 0px !important;
    padding-bottom: 0px;
    z-index: 5;
  }

  .feature-block {
    max-width: 425px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media(max-width:650px) {
  .feature-section {
    padding-top: 80px !important;
  }

  .feature-title-section .feature-title-block {
    font-size: 34px;
  }
}

@media(max-width:560px) {
  .feature-section::after {
    min-width: 85%;
  }

  .feature-block .icon {
    position: relative;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }

  .feature-block .contect {
    padding-left: 0;
    text-align: center;
  }
}

/* End feature block */
.page-template-maintenance-template .maintenance-section{
  margin-top: -60px;
}
.maintenance-section {
  background-image: url('../image/coming-soon-bg-image.jpg');
  background-position: center center;
  background-size: cover;
  display: flex;
  min-height: 100vh;
  height: auto;
}

.maintenance-section .container {
  margin: auto;
  text-align: center;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
}

.maintenance-section .container .logo {
  max-width: 125px;
  margin-bottom: 12%;
}

.maintenance-section .container .content-block {
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
  margin-top: -2%;
}

.maintenance-section .container .car-image-block {
  display: block;
  width: 50%;
  float: left;
}

.maintenance-section .container .text-image-block {
  display: block;
  width: 50%;
  float: right;
}

.maintenance-section .container .car-image-block img {
  max-width: 600px;
  width: 100%;
}

.maintenance-section .container .text-image-block img {
  max-width: 500px;
  width: 100%;
}

@media(max-width:650px) {
  .maintenance-section .container .logo {
    max-width: 100px;
    margin-bottom: 8%;
  }

  .maintenance-section .container .car-image-block,
  .maintenance-section .container .text-image-block {
    display: block;
    width: 100%;
    float: none;
  }

  .maintenance-section .container .car-image-block img {
    max-width: 280px;
  }

  .maintenance-section .container .text-image-block img {
    max-width: 200px;
  }
}

@media(max-height:500px) {
  .maintenance-section .container .logo {
    margin-bottom: 4%;
  }
}
