.main-color {
  color: #BA2B31 !important;
}

.main-back {
  background-color: #BA2B31 !important;
}

*,
* button:focus {
  outline: 0;
}

body {
  font-family: 'Open Sans', sans-serif;
  direction: ltr;
  text-decoration: none;
  font-size: .9em;
  overflow-x: hidden;
  position: relative;
  background-color: #fff;
}

body p {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  margin: 0;
  margin-bottom: 10px !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}

body a:hover {
  text-decoration: none;
}

body a:focus {
  outline: 0;
}

body ul {
  list-style-type: none;
}

.bg-gray {
  background-color: #f9f9f9;
}

.no-mar {
  margin: 0 !important;
}

.no-pad {
  padding: 0 !important;
}

.btn-default:active,
.btn-default:active:focus,
.btn-default:active:hover,
.btn-default:focus,
.btn-default:hover,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
  -webkit-appearance: none;
}

.btn:active,
.btn:active:focus,
.btn:active:hover,
.btn:focus,
.btn:hover,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
  outline: 0;
}

.container,
.container-fluid {
  position: relative;
  z-index: 20;
}

/* ========= pagination ========= */
.pagination ul {
  margin: auto;
  margin-top: 30px;
}

.pagination ul li {
  display: inline-block;
}

.pagination ul li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 15px #BA2B3120;
          box-shadow: 0 0 15px #BA2B3120;
  margin: 0 8px;
}

.pagination ul li a:hover {
  background-color: #BA2B31;
  color: #fff;
}

/* ==================== global style ============================== */
a,
span,
img {
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: inherit;
}

a:hover {
  color: #999;
}

ul {
  padding: 0;
}

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

p {
  /* font-size: 14px; */
  /* color: #888; */
  line-height: 1.7;
}

.text {
  font-size: 14px;
  line-height: 2;
  color: #666;
}

small.text {
  font-size: 12px;
}

.valign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-padding {
  padding: 80px 0;
}

.light {
  color: #fff;
}

.butn {
  padding: 10px 35px;
  text-align: center;
  position: relative;
  border-radius: 0;
  background: transparent;
  font-size: 13px;
  border: solid 1px #BA2B31;
}

.butn span {
  color: #BA2B31;
  position: relative;
  z-index: 5;
  font-weight: 600;
  text-transform: capitalize;
}

.butn span i {
  margin-left: 3px;
}

.butn:hover,
.butn.color {
  background-color: #BA2B31;
  border: solid 1px #BA2B31;
}

.butn:hover span,
.butn.color span {
  color: #fff;
}

.butn.small {
  padding: 5px 30px;
}

.butn.light {
  border: solid 1px #fff;
  background-color: #fff;
}

.butn.light span {
  color: #BA2B31;
}

.butn.light.line {
  border: solid 1px #fff;
  background-color: transparent;
}

.butn.light.line span {
  color: #fff;
}

.form-group {
  margin-bottom: 30px;
  position: relative;
}

.form-control {
  border: 0;
  border: 1px solid #9993;
  font-size: 14px;
  min-height: 50px;
  border-radius: 10px;
  width: 100%;
}

.form-control:focus {
  border-color: #BA2B31;
}

.form-control::-webkit-input-placeholder {
  color: #777;
}

.form-control:-ms-input-placeholder {
  color: #777;
}

.form-control::-ms-input-placeholder {
  color: #777;
}

.form-control::placeholder {
  color: #777;
}

select.form-control {
  height: 45px;
}

.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.custom-control-input:checked ~ .custom-control-label::before {
  border-color: #222;
  background-color: #222;
}

main {
  position: relative;
  padding-left: 200px;
}

.section-head h2 {
  color: #BA2B31;
  font-size: 35px;
  text-transform: uppercase;
}

.section-head p {
  color: #777;
  font-size: 17px;
  letter-spacing: 1px;
}

/* ------------------------ side_menu ---------------------- */
.side_menu {
  height: 600px;
  min-height: 100vh;
  background-color: #BA2B31;
  width: 200px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  outline: 1px solid #c5c5c522;
}

.side_menu .menu_top {
  padding: 30px;
  text-align: center;
  height: 40%;
  background-color: #BA2B31;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.side_menu .menu_top .adress {
  width: 100%;
  line-height: 2;
  position: relative;
  font-size: 13px;
  color: #fff;
}

.side_menu .menu_top .line {
  width: 2px;
  height: 30%;
  background-color: #fff;
  margin: 10px auto;
}

.side_menu .menu_links {
  height: 60%;
  background-color: #fff;
  text-align: center;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.side_menu .menu_links .cont {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.side_menu .menu_links .cont a {
  color: #BA2B31;
  margin-bottom: 5px;
  font-size: 12px;
}

.side_menu .menu_links .logo {
  width: 100%;
  margin-bottom: 20px;
}

.side_menu .menu_links .logo img {
  height: 60px;
}

.side_menu .menu_btn {
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  background-color: #BA2B31;
  width: 50px;
  height: 50px;
  font-size: 13px;
  line-height: 50px;
  text-align: center;
  z-index: 110;
  opacity: 0;
  pointer-events: none;
  cursor: pointer;
}

/* ------------------------ header ---------------------- */
header .swiper-head {
  width: 100%;
  height: 100%;
}

header .swiper-head .swiper-slide {
  background-position: center;
  background-size: cover;
  position: relative;
  height: 400px;
  min-height: 70vh;
}

header .swiper-head .swiper-slide .img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

header .swiper-head .swiper-slide .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

header .swiper-head .swiper-slide .info {
  height: 100%;
  position: relative;
  padding: 100px 15px 30px 6.5vw;
}

header .swiper-head .swiper-slide .info h2 {
  font-weight: 600;
  font-size: 45px;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  z-index: 10;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

header .swiper-head .swiper-slide .info h4 {
  font-weight: 600;
  font-size: 30px;
  color: #fff;
  line-height: 1.4;
  position: relative;
  z-index: 10;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
}

header .swiper-head .swiper-slide .info::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/head_red.png);
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 1;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
  /*-webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);*/
  /*        clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);*/
}

header .swiper-head .swiper-slide .info::before {
  position: absolute;
  content: "";
  left: 4vw;
  top: 100px;
  width: 5px;
  height: calc(100% - 100px);
  background-color: #fff;
  z-index: 2;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  /*-webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);*/
  /*        clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);*/
  /*opacity: 0;*/
}

header .swiper-head .swiper-slide.swiper-slide-active .info h2,
header .swiper-head .swiper-slide.swiper-slide-active .info h4 {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  opacity: 1;
}

header .swiper-head .swiper-slide.swiper-slide-active .info::after {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

header .swiper-head .swiper-slide.swiper-slide-active .info::before {
  opacity: 1;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

header .swiper-head .swiper-notification {
  display: none;
}

/* ----------------- steps ------------------ */
.steps {
  min-height: 30vh;
}

.steps .l_side {
  padding: 60px 6.5vw 60px;
  position: relative;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
          clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  height: 100%;
}

.steps .l_side::before {
  position: absolute;
  content: "";
  left: 4vw;
  top: 0;
  width: 5px;
  height: 100%;
  background-color: #BA2B31;
  z-index: 2;
}

.steps .l_side h5 {
  font-weight: 600;
  font-size: 23px;
  color: #7b7b7b;
}

.steps .l_side h3 {
  font-weight: 500;
  color: #7b7b7b;
  font-size: 35px;
}

.steps .l_side.animated {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.steps .r_side {
  padding: 50px;
  background-image: url(../images/slider2.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-position: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.steps .r_side::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.7;
}

.steps .r_side .text {
  font-size: 13px;
  color: #333;
  line-height: 2;
  position: relative;
  z-index: 10;
  font-weight: 600;
  margin-bottom: 15px;
}

/* ----------------- sections ------------------ */
.sections .items {
  padding: 150px 20px 50px;
  min-height: 40vw;
  background-color: #BA2B31;
}

.sections .items .info {
  position: relative;
  z-index: 10;
  text-align: left;
  /*opacity: 0;*/
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  background-color: #BA2B3190;
  padding: 0 25px;
  margin-top: 15px;
  top: 20px;
}

.sections .items .info .text {
  color: #fff;
  margin: 5px 0;
  /*text-align: justify;*/
}

.sections .items:hover .info {
  opacity: 1;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  top: 0;
}

.sections .items h3 {
  color: #fff;
  font-weight: 500;
  display: inline-block;
  padding: 5px 15px;
  background-color: #BA2B31;
  position: relative;
  z-index: 5;
  font-size: 35px;
}

.sections .items:nth-of-type(1) {
  text-align: center;
}

.sections .items:nth-of-type(1)::before {
  position: absolute;
  content: "";
  left: 4vw;
  top: 0;
  width: 5px;
  height: 140px;
  background-color: #fff;
  z-index: 2;
}

.sections .items:nth-of-type(3)::before {
  position: absolute;
  content: "";
  left: calc(50% - 5px);
  bottom: -1px;
  width: 5px;
  height: 120px;
  background-color: #fff;
  z-index: 2;
}

.sections .items:nth-of-type(2) {
  background-color: #fff;
}

.sections .items:nth-of-type(2) h3 {
  color: #BA2B31;
  background-color: #fff;
  /*margin-top: 30%;*/
}

.sections .items:nth-of-type(2) .info{
  background-color: #fff;
}

.sections .items:nth-of-type(2) .info .text{
    color: #BA2B31;
}


.sections .items:nth-of-type(2)::before {
  position: absolute;
  content: "";
  left: calc(50% - 2.5px);
  top: 0;
  width: 5px;
  height: 20%;
  background-color: #BA2B31;
  z-index: 2;
}

.sections .items .img_back {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
          clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/*.sections .items:hover:nth-of-type(1)::before, .sections .items:hover:nth-of-type(2)::before, .sections .items:hover:nth-of-type(3)::before {*/
/*  height: 100%;*/
/*  -webkit-transition: all 0.5s ease;*/
/*  transition: all 0.5s ease;*/
/*}*/

.sections .items:hover .img_back {
  opacity: 1;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

/* ----------------- projects ------------------ */
.projects .proj_head {
  background-color: #BA2B31;
  color: #fff;
  padding: 30px;
  text-align: center;
  border: 1px solid #fff1;
  font-size: 20px;
  border-right: 5px solid #fff;
}

.projects .info {
  padding: 100px 15px 0 5vw;
}

.projects .info h6 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 25px;
  color: #7b7b7b;
}

.projects .info .img {
  text-align: center;
}

.projects .info .img img {
  max-width: 400px;
  margin: auto;
  position: relative;
  z-index: 10;
}

.projects .l_side {
  position: relative;
}

.projects .l_side::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 150px;
  background-color: #BA2B31;
}

.projects .r_side {
  background-color: #BA2B31;
  height: 100%;
}

.projects .r_side .proj_head {
  border-right: 0;
}

.projects .r_side .cont {
  text-align: center;
  padding: 12vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.projects .r_side .cont p {
  color: #fff;
}

/* ----------------- split ------------------ */
.about_pg .split.main-back{
    /*padding: 80px 0;*/
    padding: 50px 5vw;
}

.split {
  position: relative;
  border-top: 1px solid #ba2b31d1;
  padding: 50px 5vw;
}

.split::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 370px;
  background-color: #BA2B31;
}

.split .l_side .top_item {
  /*padding: 0 20px 0 4vw;*/
  background-color: #BA2B31;
}

.split .l_side .top_item .title {
  font-weight: 600;
  font-size: 35px;
  margin-bottom: 25px;
  color: #fff;
}

.split .l_side .top_item .description {
  color: #fff;
  margin-bottom: 15px;
}

.split .l_side .top_item .description p br{
    display: none;
}

.split .l_side .btm_item {
  padding: 100px 15px 80px 5vw;
}

.split .l_side .btm_item .description {
  color: #7b7b7b;
  max-width: 40%;
}

.split .r_side {
  /*text-align: center;*/
}

.split .r_side img {
  max-width: 430px;
  margin-top: 110px;
}

/* ----------------- interlocks ------------------ */
.interlocks {
  border-top: 1px solid #ba2b31d1;
}

.interlocks .img {
  background-color: #BA2B31;
  height: 100%;
  text-align: center;
  position: relative;
  border-bottom: 1px solid #fff2;
  height: 480px;
}

.interlocks .img::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 150px;
  background-color: #fff;
}

.interlocks .img img {
  max-width: 350px;
  position: relative;
  z-index: 10;
    width: 350px;
  height: 300px;
  object-fit: contain;
}

.interlocks .info {
  padding: 150px 30px 30px;
}

.interlocks .info .title {
  color: #BA2B31;
  font-size: 18px;
}

.interlocks .info .description {
  color: #BA2B31;
  font-size: 16px;
  margin: 25px 0;
  line-height: 2;
}

.interlocks .info .text {
  font-size: 13px;
}

/* ----------------- foot ------------------ */
.foot {
  padding: 30px 5vw;
  border-top: 1px solid #BA2B3120;
  color: #000;
}

.foot a {
  margin-right: 10px;
color: #000;
}

.foot p img{
    filter: invert(0%) sepia(3%) saturate(7488%) hue-rotate(316deg) brightness(0%) contrast(101%);
}

/* ----------------- pages ------------------ */
.inner_header {
  padding-top: 100px;
  background: url(../images/slider2.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 -200px;
  background-attachment: fixed;
  min-height: 250px;
  text-align: center;
  position: relative;
}

.inner_header::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #BA2B31;
  opacity: 0.3;
}

.inner_header h3 {
  display: inline-block;
  padding: 10px 50px;
  color: #fff;
  background-color: #BA2B31;
  position: relative;
  z-index: 10;
  text-transform: uppercase;
}

.about_pg .r_side .inner-img {
  height: 350px;
  position: relative;
  display: inline-block;
  padding: 15px;
}

.about_pg .r_side .inner-img::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background-color: #fff5;
  width: 60%;
  height: 60%;
  z-index: 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 0 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 0 100%, 0% 100%);
}

.about_pg .r_side .inner-img::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  background-color: #fff5;
  width: 60%;
  height: 60%;
  z-index: 0;
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(100% 0, 100% 0, 100% 100%, 0 100%);
}

.about_pg .r_side .inner-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: 0;
  max-width: auto;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  position: relative;
  z-index: 5;
}

.about_pg .l_side .top_item {
  /*min-height: 450px;*/
}

.about_pg .l_side .btm_item {
  padding: 30px 15px 30px 4vw;
  min-height: 300px;
}

.about_pg .l_side .btm_item .description {
  max-width: 100%;
}

.about_pg .l_side .btm_item .description strong {
  margin: 20px 0 10px;
  display: block;
}

.about_pg .sp_right .inner-img::after, .about_pg .sp_right .inner-img::before {
  background-color: #BA2B31;
}

.about_pg .sp_right .top_item {
  padding: 100px 5vw 30px 30px;
}

.about_pg .sp_right .btm_item {
  padding: 30px 5vw 30px 30px;
}

.about_pg .sp_right .btm_item h6{
    font-weight: 600;
    font-size: 35px;
    margin-bottom: 25px;
}

.about_pg .sp_right::before {
  display: none;
}

/* ----------------- services_pg ------------------ */
/*container-------*/
.services_pg .services,
.contact_pg .contact{
    padding: 50px 5vw !important;
}

.projects_pg .inner_header{
    margin-bottom: 50px;
}

.projects_pg .img-info{
    padding: 20px 5vw !important;
}
.services_pg .services .container,
.projects_pg .img-info .container,
.contact_pg .contact .container{
    max-width: 100%;
    padding: 0 !important;
}

.contact_pg .contact .container .content {
    padding: 0 !important;
}
/*----------*/

.services_pg .services .container{
    max-width: 100%;
}
.services_pg .services .items {
  border: 1px solid #9994;
}

.services_pg .services .items .img {
  height: 250px;
}

.services_pg .services .items .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.services_pg .services .items .info {
  padding: 15px;
  border-top: 1px solid #9993;
  background-color: #BA2B31;
}

.services_pg .services .items .info h5 {
  color: #fff;
  font-size: 14px;
  /*min-height: 50px;*/
    margin-bottom: 15px;
}

.services_pg .services .items .info p {
  color: #f1f1f1;
  font-size: 12px;
  /*min-height: 105px;*/
}

.services_pg .services .items .info a {
  padding: 7px 30px;
  font-size: 12px;
  color: #fff;
  /*background-color: #fff;*/
  font-weight: bold;
  letter-spacing: 1px;
  margin-top: 20px;
  border: 1px solid #fff5;
}

.services_pg .services .items .info a:hover{
    color: #BA2B31;
    background-color: #fff;
}

/* ----------------- projects_pg ------------------ */
.projects_pg .img-info {
  padding: 30px 15px 0;
}

.projects_pg .img-info .swiper-notification{
    display: none;
}

.projects_pg .img-info:last-of-type {
  margin-bottom: 30px;
}

.projects_pg .img-info .img {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.projects_pg .img-info .img img{
    max-height: calc(300px + 6vw);
}

.projects_pg .img-info .img a.zoom {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  background-color: #BA2B3199;
  opacity: 0;
}

.projects_pg .img-info .img a.zoom:hover {
  background-color: #BA2B31;
}

.projects_pg .img-info .img .titl {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #f5f5f5;
  padding: 50px 15px;
  width: 32%;
}

.projects_pg .img-info .img .titl h3 {
  font-size: 20px;
  font-weight: 200;
  text-transform: capitalize;
}

.projects_pg .img-info .img .titl a {
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1px;
  margin-top: 5px;
}

.projects_pg .img-info .img .titl a:hover {
  color: #BA2B31;
}

.projects_pg .img-info .img .titl a i {
  font-size: 11px;
  margin-left: 3px;
}

.projects_pg .img-info .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.projects_pg .img-info .img:hover a.zoom {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}

.projects_pg .img-info .info {
  padding: 3vw;
  background-color: #BA2B31;
  height: max-content !important;
}

.projects_pg .img-info .info .cont {
  height: 300px;
  /*max-height: max-content;*/
  overflow: auto;
  scroll-behavior: auto;
  scrollbar-width: thin;
  scrollbar-color: transparent transparent;
}

.projects_pg .img-info .info .cont p{
    color: #fff;
    font-size: 13px;
}

.projects_pg .img-info .info .cont p:first-of-type{
    margin-bottom: 25px !important;
}

.projects_pg .img-info .info .cont ul{
    margin-top: 15px;
}

.projects_pg .img-info .info .cont li{
    color: #fff;
    font-size: 13px;
    margin-bottom: 10px;
}

.projects_pg .img-info .info .cont::-webkit-scrollbar {
  height: 5px;
  width: 3px;
  background: transparent;
}

.projects_pg .img-info .info .cont::-webkit-scrollbar-thumb {
  background: transparent;
  -webkit-border-radius: 0;
}

.projects_pg .img-info .info .cont::-webkit-scrollbar-corner {
  background: transparent;
}

.projects_pg .img-info .info .title {
  font-size: 18px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  color: #fff;
  letter-spacing: 2px;
  border-bottom: 1px dashed #fff3;
}

.projects_pg .img-info .info .description {
  color: #f1f1f1;
  font-size: 14px;
  line-height: 2;
  /*text-align: justify;*/
  letter-spacing: 0.5px;
}

.projects_pg .img-info .info .more {
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 1px;
}

.projects_pg .img-info .info .more:hover {
  color: #BA2B31;
}

.projects_pg .img-info .info .more i {
  margin-left: 3px;
  font-size: 10px;
}

.projects_pg .img-info .swiper-img_info {
  overflow: hidden;
  /*height: 470px;*/
  height: 100%;
}

.projects_pg .img-info .swiper-img_info .swiper-button-next,
.projects_pg .img-info .swiper-img_info .swiper-button-prev {
  top: unset;
  bottom: 5px;
  right: 25px;
  background-size: 15px 15px;
  -webkit-filter: invert(98%) sepia(100%) saturate(7%) hue-rotate(155deg) brightness(1002%) contrast(106%);
          filter: invert(98%) sepia(100%) saturate(7%) hue-rotate(155deg) brightness(1002%) contrast(106%);
}

.projects_pg .img-info .swiper-img_info .swiper-button-next:hover,
.projects_pg .img-info .swiper-img_info .swiper-button-prev:hover {
  -webkit-filter: invert(73%) sepia(58%) saturate(1432%) hue-rotate(6deg) brightness(210%) contrast(101%);
          filter: invert(73%) sepia(58%) saturate(1432%) hue-rotate(6deg) brightness(210%) contrast(101%);
}

.projects_pg .img-info .swiper-img_info .swiper-button-prev,
.projects_pg .img-info .swiper-img_info .swiper-container-rtl .swiper-button-next {
  left: unset;
  right: 80px;
}

.projects_pg .img-info .swiper-img_info .swiper-pagination-fraction {
  bottom: 20px;
  left: 40px;
  color: #fff;
  font-size: 15px;
  letter-spacing: 5px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.projects_pg .swiper-button-next:after,
.projects_pg .swiper-button-prev:after {
  font-size: 16px;
}

.single_project {
  padding-right: 5vw;
}

.single_project::before {
  height: 50%;
}

.single_project .l_side {
  min-height: 500px;
}

.single_project .l_side .btm_item {
  background-color: #fff;
  min-height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.single_project .l_side .btm_item h3 {
  color: #BA2B31;
  margin-bottom: 15px;
font-weight: 500;
display: inline-block;
/*padding: 5px 15px;*/
position: relative;
z-index: 5;
font-size: 35px;
}

.single_project .l_side .btm_item .text {
  font-size: 14px;
}

.single_project .l_side .btm_item .text br{
    display: none;
}

.single_project .single_project_swiper {
  overflow: hidden;
  position: relative;
}

.single_project .single_project_swiper .swiper-button-next,
.single_project .single_project_swiper .swiper-button-prev {
  top: unset;
  bottom: 35px;
  right: 25px;
  background-size: 15px 15px;
  -webkit-filter: invert(98%) sepia(100%) saturate(7%) hue-rotate(155deg) brightness(1002%) contrast(106%);
          filter: invert(98%) sepia(100%) saturate(7%) hue-rotate(155deg) brightness(1002%) contrast(106%);
}

.single_project .single_project_swiper .swiper-button-next:hover,
.single_project .single_project_swiper .swiper-button-prev:hover {
  -webkit-filter: invert(73%) sepia(58%) saturate(1432%) hue-rotate(6deg) brightness(210%) contrast(101%);
          filter: invert(73%) sepia(58%) saturate(1432%) hue-rotate(6deg) brightness(210%) contrast(101%);
}

.single_project .single_project_swiper .swiper-button-prev,
.single_project .single_project_swiper .swiper-container-rtl .swiper-button-next {
  left: unset;
  right: 80px;
}

.single_project .single_project_swiper .swiper-pagination-fraction {
  bottom: 50px;
  left: 40px;
  color: #fff;
  font-size: 15px;
  letter-spacing: 5px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.single_project .single_project_swiper .swiper-button-next:after,
.single_project .single_project_swiper .swiper-button-prev:after {
  font-size: 16px;
}

.single_project .single_project_swiper .img {
  position: relative;
  height: 400px;
}

.single_project .single_project_swiper .img a.zoom {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  background-color: #BA2B3199;
  opacity: 0;
}

.single_project .single_project_swiper .img a.zoom:hover {
  background-color: #BA2B31;
}

.single_project .single_project_swiper .img .titl {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #f5f5f5;
  padding: 50px 15px;
  width: 32%;
}

.single_project .single_project_swiper .img .titl h3 {
  font-size: 20px;
  font-weight: 200;
  text-transform: capitalize;
}

.single_project .single_project_swiper .img .titl a {
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1px;
  margin-top: 5px;
}

.single_project .single_project_swiper .img .titl a:hover {
  color: #BA2B31;
}

.single_project .single_project_swiper .img .titl a i {
  font-size: 11px;
  margin-left: 3px;
}

.single_project .single_project_swiper .img img {
  width: 100%;
  height: 400px;
  -o-object-fit: contain;
     object-fit: contain;
}

.single_project .single_project_swiper .img:hover a.zoom {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}

/* ----------------- clients_pg ------------------ */
.clients_pg .clients .items {
  padding: 10px;
  margin-top: 30px;
  -webkit-box-shadow: 0 8px 12px rgba(0, 0, 0, 0.10);
          box-shadow: 0 8px 12px rgba(0, 0, 0, 0.10);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0.9;
  width: 100%;
  height: 150px;
}

/*.clients_pg .clients .items:hover {*/
/*  -webkit-box-shadow: 0 8px 12px rgba(0, 0, 0, 0.15);*/
/*          box-shadow: 0 8px 12px rgba(0, 0, 0, 0.15);*/
/*  opacity: 1;*/
/*}*/

.clients_pg .clients .items img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* ----------------- contact_pg ------------------ */
.contact_pg .contact .form-row {
  padding: 50px 30px;
  border-radius: 0;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

.contact_pg .contact .contact_info {
  padding: 50px 30px;
  border-radius: 0;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  height: calc(100% - 6px);
}

.contact_pg .contact .contact_info p {
  margin-bottom: 5px;
}

.contact_pg .contact .map {
  /*margin-top: 30px;*/
}

/* ----------------- swiper_sections ------------------ */
.swiper_sections {
  overflow: hidden;
  position: relative;
  padding-bottom: 50px;
}

.swiper_sections .swiper-pagination {
  bottom: 20px !important;
}

.swiper_sections .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  border-radius: 0;
}

.swiper_sections .swiper-pagination-bullet-active {
  background: #BA2B31;
}



.swiper_sections .swiper-wrapper .swiper-slide .l_side .top_item {
  opacity: 0;
  -webkit-transform: translateY(-20%);
          transform: translateY(-20%);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.swiper_sections .swiper-wrapper .swiper-slide .l_side .btm_item {
  opacity: 0;
  -webkit-transform: translateY(20%);
          transform: translateY(20%);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.swiper_sections .swiper-wrapper .swiper-slide .img img {
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.swiper_sections .swiper-wrapper .swiper-slide .interlocks .info {
  opacity: 0;
  -webkit-transform: translateY(20%);
          transform: translateY(20%);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.swiper_sections .swiper-wrapper .swiper-slide-active .l_side .top_item {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.swiper_sections .swiper-wrapper .swiper-slide-active .l_side .btm_item {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.swiper_sections .swiper-wrapper .swiper-slide-active .img img {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper_sections .swiper-wrapper .swiper-slide-active .interlocks .info {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* ----------------- la screens ------------------ */
@media screen and (min-width: 1600px) {
    .side_menu .menu_links .cont a {
        margin-bottom: 15px;
        font-size: 16px;
    }
}


/* ----------------- responsive ------------------ */
@media screen and (max-width: 1200px) {
  .sections .items h3 {
    font-size: 20px;
  }
  .split::before {
    height: 70%;
  }
}

@media screen and (max-width: 991px) {
  .steps .l_side {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  .split .r_side img,
  .projects .info .img img,
  .interlocks .img img {
    max-width: 100%;
  }
  .split .l_side .btm_item p {
    max-width: 100%;
  }
}

@media screen and (max-width: 991px) and (max-width: 787px) {
  .sections .items:nth-of-type(1)::before,
  .sections .items:nth-of-type(3)::before,
  .sections .items:nth-of-type(2)::before {
    left: 50%;
  }
  .sections .items {
    text-align: center;
  }
}

@media screen and (max-width: 991px) and (max-width: 480px) {
  .row,
  .col-md-6,
  .col-md-4,
  .col-md-5 {
    padding: 0 !important;
    margin: 0 !important;
  }
  main {
    padding-left: 0;
  }
  .side_menu {
    width: 100%;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .side_menu .menu_btn {
    right: -50px;
    opacity: 1;
    pointer-events: all;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .side_menu.show {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .side_menu.show .menu_btn {
    right: 0;
  }
}

@media screen and (max-width: 991px) {
  .split .l_side .btm_item p {
    color: #fff;
  }
  .foot {
    padding: 30px 0;
  }
  .side_menu .menu_links .cont{
      width: 100%;
  }
  .side_menu .menu_top{
      padding: 30px 30px 60px;
  }
  .split .l_side .btm_item p{
      color: inherit;
  }
  .services_pg .services .items{
      margin: 15px 0;
  }
  .projects_pg .img-info .col-lg-5{
      order: 2;
  }
  .contact .content{
      padding: 0!important;
  }
  
  .contact .contact_info{
      margin-top: 30px;
  }
}
/*# sourceMappingURL=styles.css.map */
/*  */
.pagination {
  justify-content: center;
}
.pagination .page-link{
  /* color: #BA2B31; */
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 15px #ba2b3120;
  box-shadow: 0 0 15px #ba2b3120;
  margin: 0 8px;
  padding: 0;
  color: inherit;
}
.pagination .page-link:hover{
  background-color: #BA2B31;
  color: #fff;
}
.pagination .page-item.active .page-link{
  background-color: #BA2B31;
  border-color: #BA2B31;
}

/*---- new style 18/8 --------*/
.certificates{
    padding: 50px 5vw;
    background-color: #f9f9f9;
}

.certificates h6{
    font-weight: 600;
    font-size: 35px;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.certificates .inner-img {
    height: 250px;
    position: relative;
    display: block;
    padding: 7px;
}

.certificates .inner-img::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background-color: #BA2B31;
    width: 60%;
    height: 47%;
    z-index: 0;
    -webkit-clip-path: polygon(0 0, 100% 0, 0 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 0 100%, 0% 100%);
}

.certificates .inner-img::after {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    background-color: #BA2B31;
    width: 60%;
    height: 47%;
    z-index: 0;
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(100% 0, 100% 0, 100% 100%, 0 100%);
}

.certificates .inner-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
        object-fit: cover;
    margin-top: 0;
    max-width: auto;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
            box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    position: relative;
    z-index: 5;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: 0;
}

.swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  border-radius: 0;
}

.swiper-pagination-bullet-active {
  background: #BA2B31;
}

/*--------- concrete blocks --------*/
.main_title{
    color: #BA2B31;
    margin-bottom: 50px;
    font-weight: 500;
    display: inline-block;
    padding: 5px 15px;
    position: relative;
    z-index: 5;
    font-size: 35px;
    font-weight: bold;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}
.main_title .box{
    width: 50px;
    height: 50px;
    background-color: #BA2B31;
    margin-right: 20px;
}

.sub_title{
    padding: 15px 20px;
    /* display: inline-block; */
    font-size: 20px;
    color: #fff;
    background-color: #BA2B31;
    text-transform: capitalize;
    margin-bottom: 30px;
}

.sub_title1{
    padding: 15px 0;
    font-weight: bold;
    text-transform: capitalize;
    border-bottom: 1px solid #9995;
}

.concrete_blocks{
    padding: 100px 4vw;
}

.concrete_blocks .nav{
    justify-content: space-between;
    margin-bottom: 50px;
}

.concrete_blocks .nav .active{
    color: #BA2B31;
    border-bottom: 1px solid #BA2B31;
}

.concrete_blocks .nav h4{
    font-size: 18px;
    text-transform: uppercase;
}

.concrete_blocks .main_advantages ul{
    list-style: disc;
    padding-left: 20px;
}

.concrete_blocks .main_advantages ul li{
    margin: 10px 0;
    font-size: 16px;
    font-weight: bold;
    text-transform: capitalize;
}

.concrete_blocks_slider{
    margin-top: 30px;
     /*padding-bottom: 50px; */
    position: relative;
}

.concrete_blocks_slider .swiper-container {
    padding-bottom: 80px !important;
    margin-bottom: 50px;
}

.concrete_blocks_slider .slider_card{
    position: relative;
    padding: 8px;
}

.concrete_blocks_slider .slider_card .wrapper{
    padding: 30px;
    position: relative;
    background-color: #fff;
    z-index: 2;
    box-shadow: 0 0 30px #0002;
}

.concrete_blocks_slider .slider_card::before{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background-color: #BA2B31;
    width: 60%;
    height: 60%;
    z-index: 0;
    -webkit-clip-path: polygon(0 0, 100% 0, 0 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 0 100%, 0% 100%);
}

.concrete_blocks_slider .slider_card::after{
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    background-color: #BA2B31;
    width: 60%;
    height: 60%;
    z-index: 0;
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 0 100%);
}

/* .concrete_blocks_slider .slider_card:hover::after,
.concrete_blocks_slider .slider_card:hover::before{
    width: 100%;
    height: 100%;
} */

.concrete_blocks_slider .slider_card h5{
    text-transform: uppercase;
    margin-bottom: 30px;
    font-weight: bold;
}

.concrete_blocks_slider .slider_card .cont{
    display: flex;
    justify-content: space-between;
    /*align-items: center;*/
}

.concrete_blocks_slider .slider_card .img{
    margin-bottom: 15px;
    height: 100px;
}

.concrete_blocks_slider .slider_card ul li{
    font-size: 13px;
    font-weight: 600;
    margin: 5px 0;
    text-transform: capitalize;
}

.concrete_blocks_slider .swiper-button-next, .concrete_blocks_slider .swiper-button-prev{
    width: 50px;
    height: 50px;
    border-radius: 10px;
    background-color: #f0f0f0;
    bottom: 0;
    top: auto;
    right: calc(50% - 60px);
}

.concrete_blocks_slider .swiper-button-prev{
    left: calc(50% - 60px);
}

.concrete_blocks_slider .swiper-button-next:hover, .concrete_blocks_slider .swiper-button-prev:hover{
    background-color: #BA2B31;
}

.concrete_blocks_slider .swiper-button-next:after, .concrete_blocks_slider .swiper-button-prev:after{
    font-size: 18px;
    filter: invert(0%) sepia(2%) saturate(2%) hue-rotate(265deg) brightness(105%) contrast(100%);
}

.concrete_blocks_slider .swiper-button-next:hover, .concrete_blocks_slider .swiper-button-prev:hover{
    background-color: #BA2B31;
}

.concrete_blocks_slider .swiper-button-next:hover:after, .concrete_blocks_slider .swiper-button-prev:hover:after{
    filter: invert(0%) sepia(2%) saturate(2%) hue-rotate(265deg) brightness(1000%) contrast(100%);
}


.colors_section{
    display: flex;
    flex-wrap: wrap;
}

.colors_section .color_card{
    width: 20%;
    text-align: center;
}

.colors_section .color_card .img{
    margin-bottom: 15px;
}

.colors_section .color_card h5{
    text-transform: capitalize;
}
