.transition {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out; }

.ellips {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block; }

.container-fluid {
  padding-left: 0px;
  padding-right: 0px; }

.title-block .title-short {
  color: #707070;
  font-size: 1.125rem;
  line-height: 1.5; }
.title-block h2 {
  text-transform: uppercase;
  color: #AB0921;
  font-size: 2.5rem;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 0px; }

.title-block-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px; }

.full-banner .slide {
  margin-left: 0;
  margin-right: 0; }
.full-banner .slick-dots {
  position: absolute;
  z-index: 1;
  bottom: 20px;
  margin-top: 0;
  line-height: 1; }

.desktop_banner.slick-slider {
  margin-bottom: 0px !important; }

/* who we are section */
.who-sec {
  padding-top: 71px; }
  .who-sec .title-block-wrap {
    margin-bottom: 50px; }
  .who-sec .row {
    align-items: center; }

.who-content {
  margin-bottom: 50px; }
  .who-content p {
    font-size: 20px;
    margin-bottom: 10px; }
  .who-content .heading {
    font-size: 26px;
    text-transform: uppercase;
    line-height: 27px; }

.who-about-link {
  margin-bottom: 37px; }

.who-are-list {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 24px;
  list-style-type: none;
  padding-left: 0;
  justify-content: center;
  margin-bottom: 52px; }
  .who-are-list li {
    width: 33.3%;
    padding: 0 12px; }
  .who-are-list .who-list-inner {
    border: 2px solid #AB0921;
    text-align: center;
    padding: 26px 8px;
    border-radius: 120px; }
  .who-are-list .logo-who {
    margin-bottom: 24px; }
    .who-are-list .logo-who img {
      border-radius: 50%; }
  .who-are-list h3 {
    color: #B29C6C;
    margin-bottom: 16px;
    font-weight: 700;
    font-size: 1.25rem; }
  .who-are-list p {
    color: #707070;
    font-size: 1rem;
    min-height: 75px; }

/*  Our service slider  */
.our-service-sec {
  background: url("../../images/our-service-bg.png") center top no-repeat;
  background-size: cover;
  padding-top: 63px;
  padding-bottom: 39px; }
  .our-service-sec .title-block-wrap {
    margin-bottom: 56px; }

.our-service-slider .row {
  margin-left: -12px;
  margin-right: -12px; }
  .our-service-slider .row [class*="col-"] {
    padding-left: 12px;
    padding-right: 12px; }
.our-service-slider .product-item {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out; }
  .our-service-slider .product-item:hover {
    margin-top: -15px; }
    .our-service-slider .product-item:hover .prod-info h3 a {
      background: #2e3e69;
      color: #fff;
      border-radius: 24px;
      padding: 9px 18px; }
    .our-service-slider .product-item:hover .prod-info h3 i {
      color: #fff;
      opacity: 1; }
.our-service-slider .prod-img {
  margin-bottom: 24px; }
  .our-service-slider .prod-img img {
    width: 100%; }
.our-service-slider .prod-info {
  text-align: center; }
  .our-service-slider .prod-info a {
    border-bottom: 2px solid #4A82B5;
    padding: 6px 8px;
    font-size: 1.125rem;
    line-height: 1.5;
    display: inline-block; }
    .our-service-slider .prod-info a i {
      opacity: 0; }

/*  Our product slider  */
.our-product-slider-sec {
  background-color: #AB0921;
  background-image: linear-gradient(104deg, #AB0921 0%, #9D1025 50%, #630513 100%); }
  .our-product-slider-sec .title-block-wrap {
    color: #fff; }
    .our-product-slider-sec .title-block-wrap a, .our-product-slider-sec .title-block-wrap h2, .our-product-slider-sec .title-block-wrap .title-short {
      color: #fff; }
  .our-product-slider-sec .see-all {
    border-color: #fff;
    color: #fff; }
  .our-product-slider-sec .slick-dots li {
    background: #c68690; }
    .our-product-slider-sec .slick-dots li.slick-active {
      background: #B9272D; }

.our-product-slider-inner-sec {
  background: url("../../images/product-bg.png") center bottom no-repeat;
  padding: 55px 0 70px 0; }

.our-product-slider {
  margin-right: -15px; }
  .our-product-slider .product-item {
    border: 1px solid #fff;
    margin-bottom: 20px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out; }
    .our-product-slider .product-item:hover {
      border: none;
      margin-top: -3px; }
      .our-product-slider .product-item:hover .prod-info {
        background: #e8cfd2;
        color: #2e3e69; }
        .our-product-slider .product-item:hover .prod-info a {
          color: #2e3e69; }
  .our-product-slider .prod-img img {
    width: 100%; }
  .our-product-slider .prod-info {
    padding: 20px 16px;
    text-align: center; }
    .our-product-slider .prod-info h3 {
      font-weight: 700; }
      .our-product-slider .prod-info h3 a {
        color: #fff; }
  .our-product-slider .slick-dots li.slick-active {
    background: #2E3E69; }

/*  Our Project Section  */
.our-proj-sec {
  padding-top: 80px;
  background: url("../../images/project-slider-bg.png") lightgray -2.003px 0px/100.139% 100% no-repeat; }

.our-project-slider {
  padding-bottom: 120px; }
  .our-project-slider .img-shadow-block {
    margin-bottom: 6px; }
    .our-project-slider .img-shadow-block .proj-img {
      margin-bottom: 24px; }
    .our-project-slider .img-shadow-block .proj-desc {
      margin-bottom: 24px; }
  .our-project-slider .slick-dots {
    line-height: 1; }

.our-cust-sec {
  overflow-x: hidden; }

/*  Our customer slider  */
.customer-sliders {
  margin-bottom: 40px;
  margin-left: -40px;
  margin-right: -40px; }
  .customer-sliders .slider-item {
    padding: 0 40px;
    vertical-align: middle; }
    .customer-sliders .slider-item .slider-img {
      max-height: 120px;
      margin-bottom: 50px;
      text-align: center; }
      .customer-sliders .slider-item .slider-img img {
        max-height: 120px;
        display: inline-block; }

.see-all-mob {
  text-align: center; }

/**/
.banner-slider .popular-products-contain {
  margin-bottom: 100px; }
.banner-slider .MagicScroll .blog-content {
  padding-top: 0px; }

.mcs-wrapper {
  left: 0px !important;
  right: 0px !important; }
  .mcs-wrapper .blog-img img {
    width: 100%; }

@media all and (min-width: 768px) {
  .see-all-mob {
    display: none; }

  .title-block-customer {
    margin-bottom: 50px; } }
@media all and (max-width: 767px) {
  .title-block-wrap .see-all {
    display: none; }

  .title-block h2 {
    font-size: 2.25rem; }

  /* Who we are  */
  .who-sec {
    padding-top: 24px; }
    .who-sec .title-block-wrap {
      margin-bottom: 24px; }
    .who-sec .who-content {
      margin-bottom: 24px; }

  .who-about-link {
    margin-bottom: 24px; }

  .who-are-list {
    padding-top: 24px; }

  .who-are-list {
    margin-bottom: 40px; }
    .who-are-list li {
      padding-left: 6px;
      padding-right: 6px; }
    .who-are-list h3 {
      margin-bottom: 12px;
      font-size: 0.75rem; }
    .who-are-list p {
      font-size: 0.75rem;
      min-height: 70px;
      margin-bottom: 5px; }
    .who-are-list .who-list-inner {
      padding: 13px 8px;
      height: 100%; }

  /*  Our service slider  */
  .our-service-sec {
    padding-top: 40px;
    padding-bottom: 56px; }
    .our-service-sec .title-block-wrap {
      margin-bottom: 40px; }
    .our-service-sec .see-all-mob {
      margin-top: 16px; }

  /*  Our Project Section  */
  .our-proj-sec {
    padding-top: 40px; }

  .our-product-slider-sec .see-all {
    margin-top: 38px; }

  .our-product-slider-inner-sec {
    padding-bottom: 60px; }

  .our-project-slider {
    padding-bottom: 40px;
    		/*.proj-img {
    			max-width: calc(100% - 36px);
    			margin-bottom: 68px;
    			&:after {
    				position: absolute; z-index: -1; 
    				bottom: -34px;
    				right:-36px;
    				background:$primary-hover;
    				content: " "; 
    				
    			}
    
    		}*/ }
    .our-project-slider + .see-all-mob {
      margin-bottom: 80px; }

  /*  Our customer slider  */
  .customer-sliders {
    margin-bottom: 48px;
    margin-left: -16px;
    margin-right: -16px; }
    .customer-sliders .slider-item {
      padding: 0 16px; }
      .customer-sliders .slider-item .slider-img {
        height: 60px;
        margin-bottom: 32px; }
        .customer-sliders .slider-item .slider-img img {
          max-height: 60px; }

  /* blog slider  */
  .title-blog-slider {
    margin-bottom: 24px; }
    .title-blog-slider .blog-title-left {
      font-size: 2.25rem; }

  .banner-slider {
    margin-left: 0px !important;
    margin-right: 0px !important;
    margin-top: 0px !important; }
    .banner-slider .popular-products-contain {
      margin-bottom: 19px; }
    .banner-slider .mcs-wrapper {
      margin-left: -7.5px;
      margin-right: -7.5px; }
    .banner-slider .title-blog-slider .see-all {
      display: none; }
    .banner-slider .footer {
      margin-bottom: 40px; }
    .banner-slider .mcs-button-arrow {
      display: none !important; } }
