@import url("https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;0,1000;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900;1,1000&family=Nunito+Sans:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap");
html {
  scroll-behavior: smooth; }

.text-darkred {
  color: #c52927 !important; }

.text-darkgray {
  color: #6e7a7a !important; }

.bg-light-gray {
  background: #F2F7F7; }

.nunito-sans {
  font-family: 'Nunito Sans", sans-serif' !important; }

.mulish {
  font-family: "Mulish", sans-serif !important; }

body {
  font-size: 1rem;
  font-family: 'Mulish', sans-serif;
  line-height: 1.6;
  font-weight: 400;
  color: #6E7A7A;
  background-color: #fff;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: subpixel-antialiased; }
  @media screen and (max-width: 767px) and (min-width: 320px) {
    body {
      font-size: .8rem; } }
  body h1,
  body h2,
  body h3,
  body h4,
  body h5,
  body h6 {
    color: #000;
    font-family: 'Nunito Sans', sans-serif; }
  body p {
    font-size: 0.95rem;
    color: #535353; }

@media (min-width: 1601px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1470px; } }
/* ----------------------------------------------------------
  :: Mixin CSS
  ---------------------------------------------------------- */
.absolute {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0; }

/* ----------------------------------------------------------
:: Common CSS
---------------------------------------------------------- */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

::selection {
  color: #fff;
  background: #ffca10; }

@media (max-width: 767px) {
  section {
    overflow: hidden; } }

a {
  text-decoration: none;
  color: #000;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s; }
  a:hover {
    text-decoration: none;
    color: #c52927; }

ul {
  padding: 0;
  margin: 0;
  list-style-type: none; }

.bg-banner-size {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

.before-after, .read-more a::after, .navbar .navbar-collapse .navbar-nav .dropdown-menu li .dropdown-item::after, .fact-speak::after, .phylosophy-bg::after, .why-us::after, .why-us > img, .structure-facility .structure-icon-box .structure-icon::before, .structure-facility .structure-icon-box .structure-icon::after {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.text-justify {
  text-align: justify; }

.section-xs {
  padding: 20px 0; }

.section-sm {
  padding: 35px 0;
  position: relative; }
  @media screen and (max-width: 992px) and (min-width: 320px) {
    .section-sm {
      padding: 20px 0; } }

.section-padding-top {
  padding: 130px 0 70px; }

.section-md {
  padding: 50px 0;
  position: relative; }
  @media screen and (max-width: 992px) and (min-width: 320px) {
    .section-md {
      padding: 30px 0; } }

.section-lg {
  padding: 70px 0;
  position: relative; }
  @media screen and (max-width: 767px) and (min-width: 320px) {
    .section-lg {
      padding: 30px 0; } }
  @media screen and (max-width: 1024px) and (min-width: 768px) {
    .section-lg {
      padding: 40px 0; } }

.sec-title {
  margin-bottom: 1rem; }
  .sec-title h6 {
    color: #6e7a7a;
    font-weight: bold;
    margin: 0.5rem 0; }
  .sec-title h2 {
    color: #c52927;
    font-size: 3.2rem;
    line-height: 60px;
    font-weight: 700; }
    .sec-title h2 span {
      color: #8996a7;
      font-family: 'Playfair Display', serif; }
  @media screen and (max-width: 992px) and (min-width: 320px) {
    .sec-title h6 {
      margin: 0.5rem 0; }
    .sec-title h2 {
      font-size: 2rem;
      line-height: 40px; } }

.common-btn {
  width: 100%;
  max-width: 200px;
  position: relative;
  display: inline-block;
  background-color: #c52927;
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  text-transform: uppercase;
  padding: 11px 35px;
  transition: all 0.3s;
  z-index: 1;
  margin-bottom: 1.2rem;
  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.06); }
  .common-btn .common-btn-icon {
    background-color: #8996a7;
    width: 28%;
    height: 100%;
    float: right;
    position: absolute;
    z-index: -1;
    right: 0px;
    top: 0px;
    transition: all 0.3s; }
    .common-btn .common-btn-icon::after {
      content: "";
      width: 0;
      height: 0;
      border-top: 50px solid #c52927;
      border-right: 40px solid transparent;
      position: absolute;
      top: 0px;
      left: 0px; }
    .common-btn .common-btn-icon i {
      position: absolute;
      right: 11px;
      top: 19px;
      color: #fff; }
  .common-btn:hover {
    color: #000 !important; }
    .common-btn:hover .common-btn-icon {
      width: 100%; }
      .common-btn:hover .common-btn-icon::after {
        display: none;
        opacity: 0.1; }

.btn-icon::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 45px solid #6e7a7a;
  border-right: 40px solid transparent;
  position: absolute;
  top: 0px;
  left: 0px; }
.btn-icon i {
  position: absolute;
  right: 25px;
  top: 15px;
  color: #000; }

.scale-bg-top,
.scale-bg-bottom {
  position: absolute;
  top: -4px;
  left: 0;
  width: 100%;
  height: auto; }

.scale-bg-bottom {
  top: auto;
  bottom: 0; }

.swiper-pagination .swiper-button-next,
.swiper-pagination .swiper-button-prev {
  color: #fff !important; }
.swiper-pagination .swiper-pagination-bullet {
  background: #c52927;
  height: 15px;
  width: 15px;
  border-radius: 0;
  opacity: 0.6;
  margin: 3px; }
.swiper-pagination .swiper-pagination-bullet-active {
  background: #c52927;
  opacity: 1; }

.read-more a {
  position: relative;
  font-size: 1rem;
  font-weight: 700;
  color: #c52927;
  padding-left: 25px;
  letter-spacing: 0.7px;
  display: inline-block; }
  .read-more a::after {
    content: "\f178";
    font-family: 'FontAwesome';
    color: #6e7a7a;
    transition: 0.6s;
    left: 0; }
  .read-more a:hover {
    padding-left: 0px;
    padding-right: 10px; }
    .read-more a:hover::after {
      left: 100%; }

@keyframes rotateAnimation {
  from {
    transform: rotateY(45deg); }
  to {
    transform: rotateY(225deg); } }
@keyframes gruopimg-move1 {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(0); }
  100% {
    transform: scale(1); } }
@-moz-keyframes running-anim {
  0% {
    right: 0%; }
  100% {
    right: 100%; } }
@-webkit-keyframes running-anim {
  0% {
    right: 0%; }
  100% {
    right: 100%; } }
@keyframes running-anim {
  0% {
    right: 0%; }
  100% {
    right: 100%; } }
@-moz-keyframes running-anim-left {
  0% {
    left: 0%; }
  100% {
    left: 93%; } }
@-webkit-keyframes running-anim-left {
  0% {
    left: 0%; }
  100% {
    left: 93%; } }
@keyframes running-anim-left {
  0% {
    left: 0%; }
  100% {
    left: 93%; } }
@keyframes taadaa {
  0% {
    opacity: 0.1; }
  25% {
    opacity: 0.3; }
  50% {
    opacity: 0.5; }
  75% {
    opacity: 0.7; }
  100% {
    opacity: 1; } }
@-webkit-keyframes mover {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(-10px); } }
@keyframes mover {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(-10px); } }
.sec-bg {
  background: #f1f4f9; }

.first-bg-img {
  position: absolute;
  top: -1px;
  left: -40px;
  animation: object-move1 10s infinite;
  z-index: -1;
  opacity: 0.3; }
  .first-bg-img img {
    width: 100px; }
  @media screen and (max-width: 992px) and (min-width: 320px) {
    .first-bg-img img {
      width: 70% !important; } }
  @media screen and (max-width: 767px) and (min-width: 320px) {
    .first-bg-img {
      display: none; } }

.last-bg-img {
  position: absolute;
  bottom: -70px;
  right: 75px;
  animation: object-move2 10s infinite;
  z-index: -1;
  opacity: 0.3; }
  .last-bg-img img {
    width: 100px; }
  @media screen and (max-width: 1920px) and (min-width: 1400px) {
    .last-bg-img {
      right: 170px; } }
  @media screen and (max-width: 767px) and (min-width: 320px) {
    .last-bg-img {
      display: none; } }
  @media screen and (max-width: 991px) and (min-width: 768px) {
    .last-bg-img img {
      width: 70% !important; } }
  @media screen and (max-width: 1024px) and (min-width: 768px) {
    .last-bg-img {
      right: -25px; } }

@keyframes object-move1 {
  0% {
    top: -70px; }
  50% {
    top: -40px; }
  100% {
    top: -70px; } }
@keyframes object-move2 {
  0% {
    bottom: -70px; }
  50% {
    bottom: -40px; }
  100% {
    bottom: -70px; } }
.go-top {
  position: fixed;
  z-index: 1;
  bottom: 50px;
  right: 80px;
  padding: 0px;
  display: none;
  cursor: pointer;
  -webkit-font-smoothing: antialiased; }
  @media (max-width: 767px) {
    .go-top {
      right: 65px; } }
  .go-top:after {
    font-family: FontAwesome;
    content: "\f106";
    background-color: #E5E8F0;
    padding: 0px 15px;
    color: #6a6e7c;
    position: absolute;
    bottom: 10px;
    font-size: 25px; }
    @media (max-width: 767px) {
      .go-top:after {
        bottom: 0px; } }
    .go-top:after .go-top-text {
      position: absolute;
      width: 60px;
      text-align: center;
      font-family: 'Questrial';
      line-height: 1.5;
      letter-spacing: 3px;
      font-size: 12px;
      margin: 20px 0 0 -4px; }
  .go-top:hover {
    transition: all .4s linear;
    transform: scale(1.1); }

/* ----------------------------------------------------------
:: Classy Navbar
---------------------------------------------------------- */
.navbar {
  transition: 500ms ease;
  z-index: 99;
  padding: 0; }
  @media (max-width: 767px) {
    .navbar {
      padding: 6px 0; } }
  @media screen and (max-width: 992px) and (min-width: 320px) {
    .navbar {
      background: #fff;
      top: 0; }
      .navbar .navbar-toggler {
        background-color: #8996a7; }
        .navbar .navbar-toggler span {
          color: #fff; } }
  .navbar .navbar-collapse .navbar-nav.nav-right .nav-item:last-child {
    margin-right: 0px !important; }
  @media (max-width: 992px) {
    .navbar .navbar-collapse .navbar-nav {
      overflow-y: scroll;
      height: auto; } }
  .navbar .navbar-collapse .navbar-nav .nav-item {
    list-style: none;
    position: relative;
    transition: all 0.3s ease-in-out;
    display: inline-block;
    vertical-align: middle;
    padding: 1rem; }
    @media (max-width: 600px) {
      .navbar .navbar-collapse .navbar-nav .nav-item {
        margin-right: 0;
        padding: 0; } }
    .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
      color: #6e7a7a;
      font-size: 1rem;
      display: block;
      font-weight: 700;
      padding: 4px 0;
      opacity: 1;
      text-align: center;
      text-transform: capitalize;
      position: relative;
      z-index: 1;
      transition: 0.6s; }
      .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
        color: #c52927; }
      @media (max-width: 992px) {
        .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
          line-height: 10px;
          padding: 1em 5% 13px;
          text-align: left;
          color: #000; } }
  .navbar .navbar-collapse .navbar-nav .dropdown-toggle:after {
    content: "\f107";
    font-family: "FontAwesome";
    border: none;
    padding: 0;
    color: inherit;
    float: right;
    width: 15px;
    padding-left: 5px; }
  .navbar .navbar-collapse .navbar-nav .dropdown-menu {
    padding: 4px;
    background: #fff;
    border-radius: 0;
    border: none; }
    .navbar .navbar-collapse .navbar-nav .dropdown-menu li {
      /*width: 100%; */ }
      .navbar .navbar-collapse .navbar-nav .dropdown-menu li .dropdown-item {
        border-bottom: 1px solid #e7e5e5;
        color: #6e7a7a;
        padding: 0.7rem;
        background: transparent;
        transition: 0.3s;
        line-height: 24px;
        font-weight: 600;
        font-size: 0.9rem;
        white-space: break-spaces;
        text-transform: capitalize;
        transition: all 500ms ease;
        position: relative;
        border-left: 2px solid transparent; }
        .navbar .navbar-collapse .navbar-nav .dropdown-menu li .dropdown-item::after {
          background-color: #8996a745;
          width: 0%;
          height: 100%;
          bottom: 0;
          -webkit-transition: all 0.6s linear;
          -moz-transition: all 0.6s linear;
          -ms-transition: all 0.6s linear;
          -o-transition: all 0.6s linear;
          transition: all 0.6s linear;
          top: auto; }
        .navbar .navbar-collapse .navbar-nav .dropdown-menu li .dropdown-item .active, .navbar .navbar-collapse .navbar-nav .dropdown-menu li .dropdown-item:hover, .navbar .navbar-collapse .navbar-nav .dropdown-menu li .dropdown-item:active {
          color: #000;
          border-left: 2px solid #c52927; }
          .navbar .navbar-collapse .navbar-nav .dropdown-menu li .dropdown-item .active::after, .navbar .navbar-collapse .navbar-nav .dropdown-menu li .dropdown-item:hover::after, .navbar .navbar-collapse .navbar-nav .dropdown-menu li .dropdown-item:active::after {
            width: 100%; }
  .navbar .navbar-collapse .navbar-nav .megamenu {
    background: #000;
    background-image: linear-gradient(to right, #0d2d62ed, #0d2d62e0), url(https://riaanbuildingsolutions.s3.ap-south-1.amazonaws.com/images/banner/slide-1.avif);
    background-position: top center;
    background-size: cover;
    /* .megamenu-list{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        >div{
            width: 315px;
            padding: 20px 10px;
            @media screen and (max-width: 767px) and (min-width: 320px) {
                width: 100%;
            }
        }
    } */ }
    .navbar .navbar-collapse .navbar-nav .megamenu h6 {
      color: #fff;
      font-weight: 700;
      padding: 0;
      margin: 0;
      font-size: 1rem; }
    .navbar .navbar-collapse .navbar-nav .megamenu .separator--type-1 {
      margin-bottom: 10px; }
      .navbar .navbar-collapse .navbar-nav .megamenu .separator--type-1 ul li {
        background: #fff; }
      .navbar .navbar-collapse .navbar-nav .megamenu .separator--type-1:after {
        width: 100%;
        background-image: linear-gradient(-45deg, #fff, transparent);
        z-index: -1; }
  @media only screen and (min-width: 1200px) {
    .navbar .sep-img {
      background-image: url(https://riaanbuildingsolutions.s3.ap-south-1.amazonaws.com/images/menu-sprite.svg);
      -webkit-mask-box-image: url(https://riaanbuildingsolutions.s3.ap-south-1.amazonaws.com/images/menu-sprite.svg);
      -webkit-mask-size: cover;
            /*
			-webkit-mask-box-image: url(https://riaanbuildingsolutions.s3.ap-south-1.amazonaws.com/images/menu-sprite.svg);
		    -webkit-mask-size: cover;
			-webkit-mask: url(https://riaanbuildingsolutions.s3.ap-south-1.amazonaws.com/images/menu-sprite.svg);*/ }
      .navbar .sep-img::before {
        position: absolute !important;
        top: 0px !important;
        left: 0px;
        right: auto;
        text-align: center;
        height: 25px !important;
        margin: 0 0px 0 0;
        display: block;
        margin: 0 auto;
        overflow: hidden; }
      .navbar .sep-img::after {
        display: inline-block;
        position: absolute;
        content: "";
        top: 0px;
        margin: 0 auto;
        left: 50%;
        background-repeat: no-repeat;
        background-position: 0px -6px;
        width: 22px;
        height: 18px;
        text-align: center;
        margin-left: -22px;
        background-color: #c52927; } }

.fixed-top {
  background-color: #fff; }

.brand-logo img {
  width: 160px; }
@media screen and (max-width: 992px) and (min-width: 320px) {
  .brand-logo img {
    width: 160px; } }
@media screen and (max-width: 1920px) and (min-width: 1601px) {
  .brand-logo img {
    width: 220px;
    padding: 7px 0; } }

.navbar.sticky {
  position: fixed;
  z-index: 999;
  box-shadow: 0px 0px 10px 0px #b5262b87;
  transition: all 0.3s ease-out 0s;
  padding: 15px 0;
  top: 0;
  width: 100%;
  background: #000; }
  .navbar.sticky .brand-logo img {
    width: 100px; }
  .navbar.sticky .navbar-collapse .navbar-nav .nav-item .nav-link {
    color: #fff; }
    @media (max-width: 767px) {
      .navbar.sticky .navbar-collapse .navbar-nav .nav-item .nav-link {
        color: #000; } }
  @media screen and (max-width: 992px) and (min-width: 320px) {
    .navbar.sticky {
      padding: 6px 0; } }
  .navbar.sticky .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
    color: #c52927; }

/* ============ only desktop view ============ */
@media all and (min-width: 992px) {
  .navbar .dropdown-menu-end {
    right: 0;
    left: auto; }

  .navbar .nav-item .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    margin-top: 0;
    min-width: 230px;
    background: #0d2d62;
    border-radius: 0;
    right: -100px; }

  .navbar .nav-item:hover .nav-link {
    color: #fff; }

  .navbar .dropdown-menu.fade-down {
    top: 80%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%; }

  .navbar .nav-item:hover .dropdown-menu {
    transition: 0.3s;
    border-top: 2px solid #c52927;
    opacity: 1;
    visibility: visible;
    top: 100%;
    transform: rotateX(0deg); } }
/* ============ desktop view .end// ============ */
@media (max-width: 991px) {
  .navbar-collapse {
    position: fixed;
    top: 70px;
    right: 0;
    min-width: 300px;
    min-height: 100%;
    background: #fff;
    z-index: 9;
    padding: 20px; }

  .navbar-collapse.collapsing {
    right: -75%;
    transition: height 0s ease; }

  .navbar-collapse.show {
    right: 0;
    transition: right 300ms ease-in-out; }

  .navbar-toggler.collapsed ~ .navbar-collapse {
    transition: right 500ms ease-in-out; }

  .navbar-toggler {
    border: none;
    outline: none;
    background: transparent;
    color: #000;
    box-shadow: none; } }
.navbar .megamenu {
  padding: 1rem; }

/* ============ desktop view ============ */
@media all and (min-width: 992px) {
  .navbar .has-megamenu {
    position: static !important; }

  .navbar .megamenu {
    left: 0;
    right: 0;
    width: 74%;
    margin: 0 auto;
    padding: 30px !important; } }
/* ============ desktop view .end// ============ */
/* ============ mobile view ============ */
@media (max-width: 991px) {
  .navbar.fixed-top .navbar-collapse,
  .navbar.sticky-top .navbar-collapse {
    overflow-y: auto;
    max-height: 90vh;
    /* margin-top:10px; */ } }
/* ============ mobile view .end// ============ */
@media screen and (max-width: 992px) and (min-width: 320px) {
  .m-img {
    height: 40px; } }
/* ----------------------------------------------------------
:: Home Video
---------------------------------------------------------- */
.video-bg {
  position: relative;
  height: 85vh;
  width: 100%; }
  .video-bg:before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    background: #c52927;
    background: linear-gradient(252deg, rgba(197, 41, 39, 0.68) 35%, rgba(44, 50, 44, 0.86) 100%);
    opacity: 0.5;
    left: 0;
    top: 0;
    z-index: -1; }
  .video-bg video {
    position: absolute;
    bottom: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: 85vh;
    z-index: -1000;
    overflow: hidden;
    object-fit: cover; }
  @media (max-width: 1920px) and (min-width: 1400px) {
    .video-bg {
      height: 70vh; }
      .video-bg video {
        height: 70vh; } }
  @media screen and (max-width: 1024px) and (min-width: 768px) {
    .video-bg {
      height: 60vh; }
      .video-bg video {
        top: -110px; } }
  @media screen and (max-width: 767px) and (min-width: 320px) {
    .video-bg {
      height: 50vh; }
      .video-bg video {
        top: -89px; } }

.video-caption {
  height: auto;
  width: 100%;
  position: absolute;
  bottom: calc(27% - 10px); }
  .video-caption .text-ghru {
    text-align: left; }
  @media screen and (max-width: 992px) and (min-width: 320px) {
    .video-caption {
      white-space: normal;
      transform: translate(0px, 0px);
      bottom: 0;
      left: 0;
      top: calc(20% - 10px); }
      .video-caption .text-ghru {
        margin-left: 0; } }
  .video-caption h4 {
    font-size: 2rem;
    color: #fff;
    font-weight: 600;
    margin: 20px 0;
    background-color: #8996a794;
    display: inline-block;
    padding: 10px;
    border-left: 2px solid #fff; }
  .video-caption h1,
  .video-caption h2 {
    font-size: 4rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0px;
    position: relative;
    z-index: 1;
    text-shadow: 1px 2px 1px #c63739; }
  .video-caption .blue-btn {
    padding: 15px 30px;
    font-size: 17px; }
  @media screen and (max-width: 992px) and (min-width: 320px) {
    .video-caption h4 {
      font-size: 18px;
      margin-bottom: 15px; }
    .video-caption h1,
    .video-caption h2 {
      font-size: 2.5rem; } }

.top-div {
  border-bottom: 1px solid #e4e4e4; }
  @media screen and (min-width: 1601px) and (max-width: 1920px) {
    .top-div {
      padding: 0.5rem 0; } }
  .top-div .social-icon-div li {
    transition: 0.6s;
    font-size: 0.9rem; }
    .top-div .social-icon-div li a i {
      color: #6e7a7a; }
    .top-div .social-icon-div li:hover a i {
      color: #c52927; }
  @media screen and (max-width: 992px) and (min-width: 320px) {
    .top-div {
      display: none; } }

.rq-quote {
  background-color: #c52927;
  padding: 2px 15px; }

/* ----------------------------------------------------------
::Service Section
---------------------------------------------------------- */
.service-sec .service {
  background-color: #c52927;
  padding: 30px 60px 30px 30px;
  transition: all 0.5s ease-in;
  overflow: hidden;
  position: relative; }
  .service-sec .service .service-inner {
    min-height: 145px; }
    .service-sec .service .service-inner .service-img {
      position: relative;
      z-index: 0; }
      .service-sec .service .service-inner .service-img img {
        width: 60px;
        animation: mover 1s infinite alternate; }
      .service-sec .service .service-inner .service-img::after {
        position: absolute;
        content: "";
        background: #ffffffa1;
        width: 48px;
        height: 48px;
        border-radius: 100%;
        opacity: 0.4;
        left: 12px;
        top: 10px;
        z-index: -1; }
    .service-sec .service .service-inner .services-content {
      padding: 0 45px; }
      .service-sec .service .service-inner .services-content h6 {
        letter-spacing: 3px;
        color: #b9b9b9;
        font-weight: 600; }
      .service-sec .service .service-inner .services-content a {
        font-size: 1.2rem; }
      .service-sec .service .service-inner .services-content h4 {
        margin: 1rem 0; }
        .service-sec .service .service-inner .services-content h4 .sub-title {
          margin: 31px; }
        .service-sec .service .service-inner .services-content h4 a {
          font-size: 1.5rem;
          color: #fff;
          font-weight: 700;
          display: inline-block; }
  .service-sec .service .service-img-overlay {
    position: absolute;
    right: 0;
    bottom: 0;
    animation: taadaa 6s infinite; }
    .service-sec .service .service-img-overlay img {
      width: 135px; }
  @media screen and (max-width: 992px) and (min-width: 320px) {
    .service-sec .service {
      padding: 30px 30px 30px 30px; }
      .service-sec .service .service-img-overlay {
        display: none; }
      .service-sec .service .services-content h4 {
        margin: 0; }
        .service-sec .service .services-content h4 a {
          font-size: 1.2rem; } }
.service-sec .swiper-slide-active {
  background-color: #8996a7; }
  .service-sec .swiper-slide-active .service-inner .service-img img {
    filter: brightness(0) invert(1); }
  .service-sec .swiper-slide-active .service-inner .services-content h6 {
    color: #c52927; }

/* ----------------------------------------------------------
::About Section
---------------------------------------------------------- */
.about-img {
  width: 400px; }

.about-img-overlay {
  position: absolute;
  right: -60px;
  bottom: calc(15% - 10px);
  width: 270px; }
  @media screen and (max-width: 1023px) and (min-width: 768px) {
    .about-img-overlay {
      right: 130px; } }
  @media screen and (max-width: 767px) and (min-width: 320px) {
    .about-img-overlay {
      display: none; } }

.expe-box {
  position: absolute;
  left: -30px;
  bottom: 90px;
  font-size: 3rem;
  background: #c52927;
  color: #fff;
  font-weight: 700;
  line-height: 22px;
  width: 150px;
  height: 140px;
  text-align: center;
  display: table; }
  .expe-box span {
    font-size: 1.1rem;
    font-weight: 500;
    margin: 20px 0; }
  .expe-box::after {
    content: "";
    position: absolute;
    left: 20px;
    width: 100px;
    height: 100px;
    background: #841615;
    top: -44px;
    transform: rotate(50deg);
    z-index: -1; }
  .expe-box .expe-box-inner {
    display: table-cell;
    vertical-align: middle;
    z-index: 1;
    position: relative;
    background: #c52927;
    width: 150px;
    height: 140px;
    line-height: 22px; }

.object img {
  position: absolute; }
  .object img:first-child {
    top: 90px;
    right: -70px;
    animation: gruopimg-move1 4s infinite; }
  .object img:nth-child(2) {
    bottom: 60px;
    left: 50%;
    animation: gruopimg-move1 4s infinite; }
  .object img:nth-child(3) {
    bottom: 60px;
    right: -70px;
    animation: gruopimg-move1 4s infinite; }
  .object img:nth-child(4) {
    top: 0;
    left: 0; }

/* ----------------------------------------------------------
::Fun Fact Section
---------------------------------------------------------- */
.fact-speak, .phylosophy-bg {
  background-image: url(https://riaanbuildingsolutions.s3.ap-south-1.amazonaws.com/images/fact-speak-bg.avif);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 100px 0;
  z-index: 0; }
  .fact-speak::before, .phylosophy-bg::before {
    position: absolute;
    content: "";
    background: url(https://riaanbuildingsolutions.s3.ap-south-1.amazonaws.com/images/fun_frame.avif);
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: bottom right;
    z-index: 0; }
  .fact-speak .funfact-img, .phylosophy-bg .funfact-img {
    position: absolute;
    right: 40px;
    width: 400px;
    bottom: 0;
    z-index: 1; }
  .fact-speak .sec-title, .phylosophy-bg .sec-title {
    margin-bottom: 4rem; }
    .fact-speak .sec-title h6, .phylosophy-bg .sec-title h6 {
      color: #8996a7; }
  .fact-speak::after, .phylosophy-bg::after {
    opacity: 0.9;
    z-index: -1;
    background-color: #000; }
  @media screen and (max-width: 992px) and (min-width: 320px) {
    .fact-speak, .phylosophy-bg {
      padding: 40px 0; }
      .fact-speak .sec-title, .phylosophy-bg .sec-title {
        margin-bottom: 2rem; }
      .fact-speak::before, .phylosophy-bg::before {
        content: unset; }
      .fact-speak .funfact-img, .phylosophy-bg .funfact-img {
        display: none; } }

.funfact {
  padding: 2.5rem;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.8);
  transition: all 0.5s ease-in;
  border-radius: 10px;
  position: relative; }
  .funfact h2 {
    color: #fff;
    font-size: 3rem;
    line-height: 40px;
    font-weight: 700; }
  .funfact img {
    padding-right: 1rem; }
  .funfact:hover {
    background-color: #c52927;
    border: 1px solid #c52927; }
  @media screen and (max-width: 992px) and (min-width: 320px) {
    .funfact {
      padding: 1rem; }
      .funfact h2 {
        font-size: 2rem;
        line-height: 30px; }
      .funfact img {
        padding-right: 0.6rem; } }

/* ----------------------------------------------------------
::popular project Section
---------------------------------------------------------- */
.popular-project {
  padding-top: 20px; }
  .popular-project .shadow-icon {
    margin-bottom: -56px; }
  .popular-project .tab li {
    padding: 10px 20px;
    border: 1px solid #8996a7;
    min-width: 70px;
    font-size: 1.1rem;
    color: #8996a7;
    font-weight: 600;
    margin: 0 8px;
    position: relative;
    margin-bottom: 1rem; }
    .popular-project .tab li::before {
      position: absolute;
      content: "";
      width: 0;
      height: 0;
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      border-top: 8px solid #c52927;
      z-index: 9;
      bottom: -8px;
      left: 50%;
      transform: translateX(-50%);
      opacity: 0; }
  .popular-project .tab li.active {
    background-color: #c52927;
    color: #fff;
    border: 1px solid #fff; }
    .popular-project .tab li.active::before {
      opacity: 1; }
  .popular-project .filter-gallery .tab-img {
    position: relative; }
    .popular-project .filter-gallery .tab-img::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0%;
      width: 100%;
      height: 100%;
      background: #c52927;
      opacity: 0.8;
      transition: all 0.8s ease;
      transform: rotate3d(0, 1, 0, 90deg); }
    .popular-project .filter-gallery .tab-img .tab-img-overlay {
      position: absolute;
      padding: 20px;
      left: 0;
      bottom: 20px;
      opacity: 0;
      transition: all 0.8s ease; }
    .popular-project .filter-gallery .tab-img:hover::after {
      left: 0;
      transform: rotate3d(0, 1, 0, 0deg); }
    .popular-project .filter-gallery .tab-img:hover .tab-img-overlay {
      opacity: 1;
      z-index: 1; }

/* ----------------------------------------------------------
::enquire Section
---------------------------------------------------------- */
.enquire-div {
  padding: 60px;
  margin: auto;
  width: 90%;
  border-radius: 8px;
  background-color: #8996a7;
  position: relative;
  top: 0;
  z-index: 1; }
  .enquire-div .enquire-img img {
    width: 180px; }
  @media screen and (min-width: 1400px) and (max-width: 1920px) {
    .enquire-div .enquire-img img {
      width: 100px; } }
  .enquire-div h2 {
    font-size: 2rem;
    padding-left: 1.5rem;
    padding: 0 1rem; }
  .enquire-div .enquire-phone {
    position: relative; }
    .enquire-div .enquire-phone::before {
      content: "";
      position: absolute;
      left: -23px;
      top: 0;
      width: 2px;
      height: 100%;
      background-color: #fff; }
    .enquire-div .enquire-phone h4 {
      font-size: 1.9rem;
      font-weight: 700; }
    .enquire-div .enquire-phone span {
      font-size: 2rem;
      color: #000;
      line-height: 1; }
  @media screen and (max-width: 992px) and (min-width: 320px) {
    .enquire-div {
      padding: 30px; }
      .enquire-div h2 {
        font-size: 1.5rem; }
      .enquire-div .enquire-phone::before {
        left: 0px;
        top: -3px;
        width: 100%;
        height: 1px; } }
    @media screen and (max-width: 992px) and (min-width: 320px) and (max-width: 1023px) and (min-width: 768px) {
      .enquire-div .enquire-phone::before {
        left: 0px;
        top: 0px;
        width: 0%;
        height: 0px; } }
  @media screen and (max-width: 992px) and (min-width: 320px) {
      .enquire-div .enquire-phone h4,
      .enquire-div .enquire-phone span {
        font-size: 1.5rem; } }

.bg-img {
  background: url(https://riaanbuildingsolutions.s3.ap-south-1.amazonaws.com/images/row-bgimage-2.avif);
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1; }
  .bg-img::before {
    width: 100%;
    height: 100%;
    background: #6c757d14;
    content: "";
    position: absolute;
    z-index: -1;
    top: 0; }

.our-infra-career {
  position: relative; }
  .our-infra-career::before {
    position: absolute;
    content: "";
    left: 0;
    width: 38%;
    height: 90%;
    background-image: url(https://riaanbuildingsolutions.s3.ap-south-1.amazonaws.com/images/abt.avif);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    margin: auto;
    z-index: -1; }
  .our-infra-career:after {
    position: absolute;
    content: "";
    left: 0;
    width: 38%;
    height: 90%;
    bottom: 0px;
    z-index: -1;
    background-color: #6c757d5c; }

.content-layer {
  background: #fff;
  padding: 35px;
  transition: 0.6s;
  border: 1px solid #8996a72b; }
  .content-layer:hover {
    box-shadow: 0 0 10px #0000001c;
    border: 1px solid transparent; }
  .content-layer .career-info {
    margin-left: 10px; }
  .content-layer h4 {
    color: #8996a7; }
  .content-layer .career-icon img {
    width: 60%; }
  @media screen and (max-width: 992px) and (min-width: 768px) {
    .content-layer .career-icon {
      text-align: center; }
      .content-layer .career-icon img {
        width: 30%; } }

.career-title {
  background: #c73737;
  padding: 0px 15px;
  margin-bottom: 20px;
  min-height: 307px;
  text-align: center;
  display: flex;
  align-items: center; }
  @media screen and (min-width: 1400px) and (max-width: 1920px) {
    .career-title {
      min-height: 355px !important; } }

.bg-color {
  background-color: #8996a7; }

/* ----------------------------------------------------------
::footer Section
---------------------------------------------------------- */
.footer-bg-img {
  background: url(https://riaanbuildingsolutions.s3.ap-south-1.amazonaws.com/images/footer-bg.avif), no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1; }
  .footer-bg-img::before {
    background-image: url(https://riaanbuildingsolutions.s3.ap-south-1.amazonaws.com/images/fuel-truck.avif);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
    position: absolute;
    width: 80px;
    height: 80px;
    right: 0;
    bottom: 0;
    animation: running-anim 20s linear infinite;
    content: "";
    z-index: 9; }
  .footer-bg-img::after {
    background-image: url(https://riaanbuildingsolutions.s3.ap-south-1.amazonaws.com/images/crane-truck.avif);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
    position: absolute;
    width: 85px;
    height: 85px;
    right: 70%;
    bottom: 0;
    animation: running-anim-left 35s linear infinite;
    content: "";
    z-index: 9; }
    @media screen and (max-width: 767px) and (min-width: 320px) {
      .footer-bg-img::after {
        display: none; } }
  .footer-bg-img p {
    color: #000;
    font-weight: 600; }
  .footer-bg-img span {
    transition: 0.6s; }
    .footer-bg-img span:hover {
      color: #c52927; }
  .footer-bg-img a:hover {
    color: #ffffff; }

.footer-overlay {
  background-color: #8996a7eb;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1; }

.footer-menu a {
  color: #000;
  font-size: 0.95rem;
  font-weight: 600;
  display: inline-block;
  transform: 0.6s; }
  .footer-menu a:hover {
    color: #c52927; }

.subscribe {
  position: relative;
  z-index: 1;
  width: 95%; }
  .subscribe .input-group input {
    padding: 20px;
    border-radius: 0;
    margin-top: 10px; }
  .subscribe .input-group .form-select {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0; }
  .subscribe .btn {
    position: relative;
    bottom: 60px;
    background: #c73737;
    color: #fff;
    z-index: 9;
    right: -215px; }

.footer-bottom {
  background: #8996a7;
  padding: 15px 30px;
  position: relative; }

.btn:focus {
  box-shadow: none; }

.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: transparent;
  outline: 0;
  box-shadow: none; }

.social {
  margin-top: 1rem; }
  .social li {
    background-color: #a2afbd;
    line-height: 35px;
    display: inline-block;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    text-align: center;
    transition: 0.6s;
    margin-right: 8px; }
    .social li a {
      font-size: 0.8rem; }
      .social li a i {
        color: #fff; }
    .social li:hover {
      background-color: #c52927; }

.address li {
  position: relative;
  color: #000;
  font-weight: 600;
  margin-bottom: 0.3rem;
  padding-left: 30px; }
  .address li i {
    position: absolute;
    left: 0;
    top: 7px;
    color: #fff; }
    @media screen and (max-width: 767px) {
      .address li i {
        top: 4px;
        font-size: 1.1rem; } }

/* ----------------------------------------------------------
::testimonial Section
---------------------------------------------------------- */
.testimonial {
  padding: 185px 0 100px 0; }
  .testimonial .testimonial-swiper {
    margin-top: 40px; }
  .testimonial .shadow-icon {
    margin-bottom: -40px; }

.testi-item {
  position: relative;
  padding: 60px 25px 30px 25px;
  border: 1px solid #e2e2e2;
  background: #fff;
  transition: all 0.8s ease-in;
  overflow: hidden; }
  .testi-item::before {
    content: url(https://riaanbuildingsolutions.s3.ap-south-1.amazonaws.com/images/quote.avif);
    position: absolute;
    top: 25px;
    left: 30px;
    z-index: 2;
    transition: all 0.6s ease-in; }
  .testi-item::after {
    content: url(https://riaanbuildingsolutions.s3.ap-south-1.amazonaws.com/images/border_radius_shape.avif);
    position: absolute;
    position: absolute;
    bottom: -12px;
    right: -5px;
    z-index: 0; }
  .testi-item .testi-content p {
    color: #6e7a7a;
    font-family: "Nunito Sans", sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 28px;
    transition: all 0.9s ease-in; }
  .testi-item .testi-name h5 {
    color: #c52927;
    font-size: 1.1rem;
    margin-bottom: 0; }
  .testi-item .testi-name h6 {
    color: #000; }

.swiper-slide.swiper-slide-active .testi-item, .swiper-slide:hover .testi-item {
  transform: scale(1);
  background: #c52927;
  color: #fff; }
  .swiper-slide.swiper-slide-active .testi-item::before, .swiper-slide.swiper-slide-active .testi-item::after, .swiper-slide:hover .testi-item::before, .swiper-slide:hover .testi-item::after {
    filter: brightness(0) invert(1); }
  .swiper-slide.swiper-slide-active .testi-item p, .swiper-slide:hover .testi-item p {
    color: #fff; }
  .swiper-slide.swiper-slide-active .testi-item h6, .swiper-slide:hover .testi-item h6 {
    color: #fff; }
.swiper-slide.swiper-slide-active .testi-name h5, .swiper-slide:hover .testi-name h5 {
  color: #fff; }

/* ----------------------------------------------------------
::blogs Section
---------------------------------------------------------- */
.blog-section .blog-post {
  position: relative; }
  .blog-section .blog-post .post-img {
    position: relative; }
    .blog-section .blog-post .post-img a {
      color: #000;
      text-decoration: none;
      transition: all 0.5s ease;
      outline: none;
      display: inline-block; }
    .blog-section .blog-post .post-img .calendar {
      position: absolute;
      bottom: 20px;
      right: 20px;
      background: #c52927;
      padding: 12px 0px;
      width: 60px;
      height: 60px;
      text-align: center;
      display: table; }
      .blog-section .blog-post .post-img .calendar a {
        display: table-cell;
        vertical-align: middle;
        color: #fff;
        font-size: 14px;
        line-height: 16px;
        display: inline-block; }
        .blog-section .blog-post .post-img .calendar a .date {
          font-size: 24px;
          font-weight: 700;
          line-height: 20px; }
  .blog-section .blog-post .post-content {
    position: relative;
    background: #fff;
    padding: 35px 25px 35px 45px;
    margin: 0px 0px 0px 0px;
    border: 1px solid #eeeeee;
    border-top: 0; }
    .blog-section .blog-post .post-content .post-title {
      font-weight: 700;
      color: #181d35;
      margin-bottom: 20px;
      line-height: 32px; }
      .blog-section .blog-post .post-content .post-title:hover {
        color: #181d35; }
    .blog-section .blog-post .post-content .post-intro {
      font-size: 17px;
      font-weight: 500;
      line-height: 28px;
      margin-bottom: 0px; }
      .blog-section .blog-post .post-content .post-intro p {
        margin-bottom: 0px; }
    .blog-section .blog-post .post-content .post-footer {
      margin-top: 30px; }

/* ----------------------------------------------------------
::patner Section
---------------------------------------------------------- */
.patner {
  background: #c52927;
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: relative; }
  .patner .swiper-slide {
    position: relative;
    border-right: 1px solid #fff;
    padding: 10px;
    text-align: center; }
    .patner .swiper-slide img {
      width: 150px; }

.why-us-bg {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
  background-color: #fff; }

.clientel {
  text-align: center;
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  opacity: 1;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  transition: 0.6s;
  border: 1px solid #f2f2f2;
  overflow: hidden;
  background-color: #fff;
  padding: 25px;
  margin: 15px; }
  .clientel:hover {
    opacity: 0.7;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%); }

/*****bretcrum section start*****/
.breadcrumb-content {
  position: relative;
  background-image: url(https://riaanbuildingsolutions.s3.ap-south-1.amazonaws.com/images/breadcrum.avif);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0px;
  padding: 100px 200px;
  text-align: center;
  width: 100%;
  height: 100%;
  z-index: 1; }
  .breadcrumb-content::before {
    position: absolute;
    content: "";
    background: #c52927;
    width: 100%;
    background: linear-gradient(252deg, #7f0a08 35%, #2c322c 100%);
    width: 100%;
    height: 100%;
    opacity: 0.85;
    top: 0;
    left: 0;
    z-index: -1; }
  .breadcrumb-content::after {
    position: absolute;
    content: url(https://riaanbuildingsolutions.s3.ap-south-1.amazonaws.com/images/s1.avif);
    z-index: 99;
    left: 0;
    top: 0px; }
  .breadcrumb-content h1 {
    font-weight: 700;
    color: #fff;
    font-size: 2rem; }
  .breadcrumb-content .breadcrumb {
    background: #f1f4f9;
    margin: auto;
    text-align: center;
    display: inline-flex;
    padding: 2px 20px;
    position: absolute;
    bottom: 0;
    left: calc(80% - 100px); }
    .breadcrumb-content .breadcrumb .active {
      color: #c52927; }
    .breadcrumb-content .breadcrumb li {
      padding: 5px;
      font-weight: 600; }
    @media screen and (max-width: 992px) and (min-width: 320px) {
      .breadcrumb-content .breadcrumb {
        display: none; } }
  @media screen and (max-width: 992px) and (min-width: 320px) {
    .breadcrumb-content {
      padding: 50px 0; }
      .breadcrumb-content h1 {
        font-size: 2rem; }
      .breadcrumb-content::after {
        content: unset; } }
  @media screen and (max-width: 767px) {
    .breadcrumb-content h1 {
      font-size: 1.5rem !important; } }

/*****bretcrum section end*****/
/***** ABOUT SEC START*****/
.about-vission-mision .vision-mission-content img {
  width: 80px;
  height: 80px;
  padding: 17px;
  margin-right: auto;
  box-shadow: 0px 0px 9px 5px #e5e5e580;
  border-radius: 5px;
  margin-right: 25px; }
.about-vission-mision .vision-mission-content .vision-mission-content-text h5 {
  font-weight: 700; }

/****ABOUT SEC END******/
/****CONTACT SEC START******/
.contact-us .regi-office {
  min-height: 289px !important; }
  @media screen and (max-width: 1024px) and (min-width: 768px) {
    .contact-us .regi-office {
      min-height: 370px !important; } }
  @media screen and (max-width: 1366px) and (min-width: 1024px) {
    .contact-us .regi-office {
      min-height: 284px !important; } }
.contact-us .contact-box {
  padding: 30px;
  background: #f1f4f9;
  margin: 15px;
  text-align: center;
  transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1); }
  .contact-us .contact-box::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    border: 2px solid #c52927;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transform: scale(0);
    transform: scale(0); }
  .contact-us .contact-box:hover {
    transform: translateY(-10px); }
    .contact-us .contact-box:hover::before {
      width: 100%;
      transform: scale(0.9); }
    .contact-us .contact-box:hover img {
      filter: drop-shadow(2px 5px 2px gray); }
  @media screen and (max-width: 1920px) and (min-width: 1601px) {
    .contact-us .contact-box {
      min-height: 300px !important; } }
  @media screen and (max-width: 1600px) and (min-width: 1400px) {
    .contact-us .contact-box {
      min-height: 300px; } }

.contact-title h3 {
  margin-bottom: 8px;
  font-size: 1.5rem;
  line-height: 28px;
  font-weight: 700; }

.contact-form {
  background: #fff;
  padding: 40px;
  padding-bottom: 15px;
  position: relative;
  z-index: 0; }
  .contact-form .box-input {
    padding-bottom: 30px; }
    .contact-form .box-input input,
    .contact-form .box-input select,
    .contact-form .box-input textarea {
      background: #f1f4f9;
      border: none;
      padding: 10px;
      width: 100%; }

.side-box {
  background: #fff;
  padding: 40px; }
  @media screen and (min-width: 1601px) {
    .side-box {
      padding: 75px 75px 0;
      min-height: 585px; } }
  .side-box .icon-img {
    width: 90px; }

input[type="text"]:focus-visible,
textarea:focus-visible,
select:focus-visible {
  border: none;
  outline: none;
  box-shadow: none; }

/****CONTACT SEC END******/
.why-us-bg {
  background-color: #f1f4f9; }
  .why-us-bg .row .col:nth-child(1) .why-us > img,
  .why-us-bg .row .col:nth-child(4) .why-us > img {
    opacity: 1; }
  .why-us-bg .row .col:nth-child(1) .why-us::after,
  .why-us-bg .row .col:nth-child(4) .why-us::after {
    background: #000;
    opacity: 0.7; }
  .why-us-bg .row .col:nth-child(1) .why-us p,
  .why-us-bg .row .col:nth-child(1) .why-us h4,
  .why-us-bg .row .col:nth-child(4) .why-us p,
  .why-us-bg .row .col:nth-child(4) .why-us h4 {
    color: #fff; }
  .why-us-bg .row .col:nth-child(1) .why-us:hover > img,
  .why-us-bg .row .col:nth-child(4) .why-us:hover > img {
    opacity: 0; }
  .why-us-bg .row .col:nth-child(1) .why-us:hover .why-us-img,
  .why-us-bg .row .col:nth-child(4) .why-us:hover .why-us-img {
    opacity: 1; }
  .why-us-bg .row .col:nth-child(1) .why-us:hover h4,
  .why-us-bg .row .col:nth-child(4) .why-us:hover h4 {
    color: #c52927; }
  .why-us-bg .row .col:nth-child(1) .why-us:hover p,
  .why-us-bg .row .col:nth-child(4) .why-us:hover p {
    color: #000; }
  .why-us-bg .row .col:nth-child(1) .why-us:hover::after,
  .why-us-bg .row .col:nth-child(4) .why-us:hover::after {
    background: #fff; }

.why-us {
  padding: 50px 24px;
  transition: all 0.5s ease-in-out;
  box-shadow: 4px 4px 15px 10px rgba(51, 60, 68, 0.05);
  border-radius: 10px;
  text-align: center;
  position: relative;
  margin-bottom: 30px;
  z-index: 9;
  border: 1px solid #8996a742;
  min-height: 440px;
  background: #fff; }
  .why-us::after {
    background: rgba(0, 42, 92, 0);
    z-index: -1;
    border-radius: 10px;
    transition: all 0.5s ease-in-out; }
  .why-us > img {
    opacity: 0;
    border-radius: 10px;
    z-index: -1;
    transition: all 0.5s ease-in-out; }
  .why-us h4 {
    color: #c52927;
    font-weight: 600;
    margin-bottom: 1rem; }
  .why-us .why-us-img {
    margin-bottom: 1.5rem; }
    .why-us .why-us-img img {
      z-index: 99;
      position: relative;
      transition: all 0.8s ease-in-out; }
  .why-us:hover > img {
    opacity: 1; }
  .why-us:hover .why-us-img img {
    transform: rotateY(180deg); }
  .why-us:hover::after {
    background: #000;
    opacity: 0.7; }
  .why-us:hover p,
  .why-us:hover h4 {
    color: #fff; }

/* ----------------------------------------------------------
::Gallery Section
---------------------------------------------------------- */
.sec-side {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  margin-left: -872px;
  z-index: -1; }
  .sec-side .sec-spacing-text {
    padding: 200px 79px 200px 170px;
    background-color: #ebebeb; }

.gal-img {
  padding-top: 70px; }
  .gal-img .shadow-icon {
    margin-bottom: -56px; }
  .gal-img .tab li {
    padding: 10px 20px;
    border: 1px solid #c52927;
    min-width: 70px;
    font-size: 1.1rem;
    color: #c73737;
    font-weight: 600;
    margin: 0 8px;
    position: relative;
    margin-bottom: 1rem;
    background: none; }
    .gal-img .tab li::before {
      position: absolute;
      content: "";
      width: 0;
      height: 0;
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      /*border-top: 8px solid $darkred-color;*/
      z-index: 9;
      bottom: -8px;
      left: 50%;
      transform: translateX(-50%);
      opacity: 0; }
  .gal-img .tab li.active {
    background-color: #6e7a7a;
    color: #fff;
    border: 1px solid #fff; }
    .gal-img .tab li.active::before {
      opacity: 1; }
  .gal-img .filter-gallery .tab-img {
    position: relative; }
    .gal-img .filter-gallery .tab-img::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0%;
      width: 100%;
      height: 100%;
      background: #c52927;
      opacity: 0.8;
      transition: all 0.8s ease;
      transform: rotate3d(0, 1, 0, 90deg); }
    .gal-img .filter-gallery .tab-img .tab-img-overlay {
      position: absolute;
      padding: 20px;
      left: 0;
      bottom: 20px;
      opacity: 0;
      transition: all 0.8s ease; }
    .gal-img .filter-gallery .tab-img:hover::after {
      left: 0;
      transform: rotate3d(0, 1, 0, 0deg); }
    .gal-img .filter-gallery .tab-img:hover .tab-img-overlay {
      opacity: 1;
      z-index: 1; }

/* ------:: LightBox Gallery----------- */
.lightBox--gallery ul li {
  float: left; }
  .lightBox--gallery ul li a {
    border: 1px solid #fff;
    /* border-radius: 20px;*/
    display: block;
    overflow: hidden;
    position: relative;
    float: left; }
    .lightBox--gallery ul li a > img {
      -webkit-transition: -webkit-transform 0.15s ease 0s;
      -moz-transition: -moz-transform 0.15s ease 0s;
      -o-transition: -o-transform 0.15s ease 0s;
      transition: transform 0.15s ease 0s;
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
      width: 100%;
      /* height: 200px;*/ }
    .lightBox--gallery ul li a:hover > img {
      -webkit-transform: scale3d(1.1, 1.1, 1.1);
      transform: scale3d(1.1, 1.1, 1.1); }
    .lightBox--gallery ul li a:hover .light-gallery-poster {
      width: 100%;
      height: 100%; }
      .lightBox--gallery ul li a:hover .light-gallery-poster > i {
        opacity: 1; }
      .lightBox--gallery ul li a:hover .light-gallery-poster .work-content {
        opacity: 1;
        visibility: visible; }
    .lightBox--gallery ul li a .light-gallery-poster {
      background: #10100e94;
      bottom: 0;
      left: auto;
      position: absolute;
      right: 0;
      height: 100%;
      width: 0%;
      transition: 0.6s; }
      .lightBox--gallery ul li a .light-gallery-poster img {
        left: 38%;
        margin-left: 8px;
        margin-top: -26px;
        /* opacity: 0; */
        position: absolute;
        top: 50%;
        -webkit-transition: opacity 0.3s ease 0s;
        -o-transition: opacity 0.3s ease 0s;
        transition: opacity 0.3s ease 0s;
        width: 14%; }
      .lightBox--gallery ul li a .light-gallery-poster > i {
        left: 0;
        right: 0;
        opacity: 0;
        position: absolute;
        top: 45%;
        color: #fff;
        font-size: 30px;
        transition: opacity 0.3s ease 0s;
        text-align: center; }
    .lightBox--gallery ul li a .work-content {
      width: 100%;
      background: #2b2a29;
      left: 0;
      text-align: center;
      padding-top: 20px;
      padding-bottom: 20px;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: 0.4s;
      transition: 0.4s;
      text-align: center;
      padding: 20px 10px;
      position: absolute;
      bottom: 0; }
      .lightBox--gallery ul li a .work-content h6 {
        color: #fff; }
.lightBox--gallery .justified-gallery > a > img {
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  height: 100%;
  width: 100%; }
.lightBox--gallery .justified-gallery > a:hover > img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1); }
.lightBox--gallery .justified-gallery > a:hover .light-gallery-poster {
  background-color: rgba(0, 0, 0, 0.5); }
  .lightBox--gallery .justified-gallery > a:hover .light-gallery-poster > img {
    opacity: 1; }
.lightBox--gallery .justified-gallery > a .light-gallery-poster {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s; }
  .lightBox--gallery .justified-gallery > a .light-gallery-poster > img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s; }
.lightBox--gallery .ripple-effect {
  border-radius: 100%;
  -webkit-animation: witr-shadow 1s linear infinite;
  animation: witr-shadow 1s linear infinite;
  -webkit-transition: 0.5s;
  position: absolute;
  left: calc(50% - 20px);
  top: calc(50% - 20px);
  border-radius: 100%;
  background-color: #b6262491; }
  .lightBox--gallery .ripple-effect img {
    width: 50px; }
@keyframes witr-shadow {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3); }
  100% {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0); } }
.quotation .contact-form {
  border-left: 5px solid #8996a7; }
.quotation .radio-btn {
  display: flex;
  justify-content: start;
  align-items: self-end;
  padding: 10px; }
  .quotation .radio-btn input {
    width: unset; }

/****PEB SEC START******/
.peb-sec {
  padding-top: 47px;
  position: relative; }
  .peb-sec blockquote {
    position: absolute;
    bottom: -100px;
    content: "";
    right: 380px;
    background: #fff;
    padding: 30px;
    box-shadow: 0 0 10px #00001124;
    font-size: 1.2rem; }
    @media screen and (min-width: 320px) and (max-width: 767px) {
      .peb-sec blockquote {
        display: none; } }
    .peb-sec blockquote::before {
      -webkit-mask-box-image: url(https://riaanbuildingsolutions.s3.ap-south-1.amazonaws.com/images/quote-img1.svg);
      -webkit-mask-size: cover;
      mask-size: cover;
      position: absolute;
      top: -11px;
      left: 0;
      right: 0;
      margin: 0 auto;
      display: block;
      width: 30px;
      height: 22px;
      content: "";
      z-index: 3;
      background-color: #c52927; }
    .peb-sec blockquote:after {
      content: "";
      position: absolute;
      background-color: #fff;
      border-radius: 50%;
      box-shadow: #959da533;
      width: 60px;
      height: 60px;
      top: -30px;
      left: 0;
      right: 0;
      margin: 0 auto;
      z-index: 1;
      display: block;
      box-shadow: 0 0 10px #00000024; }
    @media screen and (max-width: 1024px) and (min-width: 768px) {
      .peb-sec blockquote {
        display: none; } }
    @media screen and (max-width: 1920px) and (min-width: 1400px) {
      .peb-sec blockquote {
        right: 655px; } }
  .peb-sec .peb-inner .counter-box .counter-list {
    padding-right: 25px; }
    .peb-sec .peb-inner .counter-box .counter-list h2 {
      font-weight: bold;
      font-size: 3rem;
      color: #c93637; }
  .peb-sec .peb-inner .counter-box .counter-text h6 {
    font-weight: 700; }
  .peb-sec .side-img {
    position: absolute;
    content: "";
    bottom: -80px;
    height: 100%; }
    @media (max-width: 1023px) and (min-width: 768px) {
      .peb-sec .side-img {
        display: none; } }
    @media (max-width: 767px) and (min-width: 320px) {
      .peb-sec .side-img {
        display: none; } }

.structure-facility {
  position: relative;
  background-image: url(https://riaanbuildingsolutions.s3.ap-south-1.amazonaws.com/images/construct.avif);
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-attachment: fixed; }
  .structure-facility::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #f8f9fad9; }
  .structure-facility .structure-icon-box {
    transition: 0.6s;
    border: 1px solid #c1c7cc;
    padding: 25px 20px;
    margin-bottom: 20px; }
    .structure-facility .structure-icon-box .structure-icon {
      position: relative;
      height: 100px;
      width: 100px;
      line-height: 100px;
      text-align: center;
      margin: 0 auto;
      transition: 0.5s;
      background-color: #c52927;
      border: none;
      z-index: 1; }
      .structure-facility .structure-icon-box .structure-icon img {
        filter: brightness(0) invert(1); }
      .structure-facility .structure-icon-box .structure-icon::before, .structure-facility .structure-icon-box .structure-icon::after {
        background-color: #8996a7;
        transition: 0.5s all ease;
        opacity: 1;
        width: 10px;
        height: 10px;
        z-index: -1; }
      .structure-facility .structure-icon-box .structure-icon::after {
        right: 0;
        left: auto;
        top: auto;
        bottom: 0; }
    .structure-facility .structure-icon-box .structure-content h3 {
      font-weight: 700;
      font-size: 1rem;
      margin-top: 15px;
      margin-bottom: 0; }
    .structure-facility .structure-icon-box:hover {
      transform: translateY(-10px);
      border: 1px solid #c52927; }
      .structure-facility .structure-icon-box:hover .structure-icon img {
        filter: brightness(0) invert(1); }
      .structure-facility .structure-icon-box:hover .structure-icon::before, .structure-facility .structure-icon-box:hover .structure-icon::after {
        width: 100%;
        height: 100%; }

.video > ul > li a > img {
  height: 100%;
  width: 100%; }
.video .light-gallery-poster img {
  height: 48px;
  margin-left: -24px;
  margin-top: -24px;
  opacity: 0.8;
  width: 48px; }

.why-peb-sec {
  position: relative;
  z-index: 1; }
  .why-peb-sec h3 {
    font-size: 0.9rem; }
  .why-peb-sec ::before {
    position: absolute;
    content: "";
    top: 130px;
    left: 0;
    width: 45%;
    height: 60%;
    background-image: url(https://riaanbuildingsolutions.s3.ap-south-1.amazonaws.com/images/col-bgimage-8.avif);
    background-size: cover;
    background-position: center center;
    z-index: -1; }
    @media screen and (max-width: 1920px) and (min-width: 1400px) {
      .why-peb-sec ::before {
        left: 285px;
        width: 30%; } }
    @media screen and (max-width: 1023px) and (min-width: 768px) {
      .why-peb-sec ::before {
        display: none; } }
    @media screen and (max-width: 767px) and (min-width: 320px) {
      .why-peb-sec ::before {
        display: none; } }

.why-peb-inner .why-peb-box {
  background-color: #fff;
  padding: 25px;
  box-shadow: 0 0 10px #0000003b;
  margin-left: -125px;
  margin-top: 40px;
  margin-right: 100px; }
  @media screen and (max-width: 1023px) and (min-width: 768px) {
    .why-peb-inner .why-peb-box {
      margin-left: 0px;
      margin-right: 0px; } }
  @media screen and (max-width: 767px) and (min-width: 320px) {
    .why-peb-inner .why-peb-box {
      margin-left: 0px;
      margin-right: 0px; } }

.peb-swiper .lightBox--gallery ul li {
  border: 2px solid #8996a7 !important; }
  .peb-swiper .lightBox--gallery ul li a {
    border: none !important; }

/****PEB SEC END******/
.phylosophy-bg {
  padding: 35px; }
  .phylosophy-bg::after {
    opacity: 0.8; }
  .phylosophy-bg::before {
    content: unset; }
  .phylosophy-bg .phylosophy {
    padding: 2.5rem;
    background-color: #ca353685; }
    .phylosophy-bg .phylosophy p {
      color: #fff;
      font-size: 1.05rem; }

.phylosophy {
  padding: 35px;
  box-shadow: 0 0 10px #00000033;
  background: #f8f9fa99; }

/****infra SEC ******/
.our-infra {
  position: relative; }
  .our-infra::before, .our-infra::after {
    position: absolute;
    content: "";
    left: 0;
    width: 38%;
    height: 86%;
    top: -15px;
    background-image: url(https://riaanbuildingsolutions.s3.ap-south-1.amazonaws.com/images/abt.avif);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    margin: auto;
    z-index: -1; }
    @media screen and (max-width: 992px) and (min-width: 320px) {
      .our-infra::before, .our-infra::after {
        display: none; } }
    @media screen and (max-width: 1920px) and (min-width: 1601px) {
      .our-infra::before, .our-infra::after {
        width: 25%; } }
  .our-infra::after {
    background: #8996a7;
    opacity: 0.6; }
  .our-infra .infra-img {
    position: relative;
    z-index: 1; }
    .our-infra .infra-img::before {
      position: absolute;
      content: "";
      background: #c52927;
      width: calc(100% - 70px);
      height: calc(100% - 40px);
      top: -12px;
      left: -11px;
      z-index: -1; }
    @media screen and (min-width: 1601px) and (max-width: 1920px) {
      .our-infra .infra-img {
        width: calc(100% - 200px); } }
  @media screen and (max-width: 992px) and (min-width: 320px) {
    .our-infra .sec-title h2 {
      margin-top: 15px; } }

/*
     h3 {
         font-size: 20px;
         line-height: 30px;
         text-transform: capitalize;
     }
 }*/
.machinery-sec .row .col:nth-child(2) .why-us,
.machinery-sec .row .col:nth-child(3) .why-us {
  border-top: 5px double transparent;
  box-shadow: 4px 4px 15px 10px rgba(51, 60, 68, 0.05); }
  .machinery-sec .row .col:nth-child(2) .why-us > img,
  .machinery-sec .row .col:nth-child(3) .why-us > img {
    opacity: 1; }
  .machinery-sec .row .col:nth-child(2) .why-us::after,
  .machinery-sec .row .col:nth-child(3) .why-us::after {
    background: #000;
    opacity: 0.7; }
  .machinery-sec .row .col:nth-child(2) .why-us .list-icon li,
  .machinery-sec .row .col:nth-child(3) .why-us .list-icon li {
    color: #fff; }
  .machinery-sec .row .col:nth-child(2) .why-us:hover,
  .machinery-sec .row .col:nth-child(3) .why-us:hover {
    border-top: 5px double #c52927;
    box-shadow: 4px 4px 15px 10px rgba(51, 60, 68, 0.05); }
    .machinery-sec .row .col:nth-child(2) .why-us:hover img,
    .machinery-sec .row .col:nth-child(3) .why-us:hover img {
      opacity: 0; }
    .machinery-sec .row .col:nth-child(2) .why-us:hover .why-us-img,
    .machinery-sec .row .col:nth-child(3) .why-us:hover .why-us-img {
      opacity: 1; }
    .machinery-sec .row .col:nth-child(2) .why-us:hover .list-icon li,
    .machinery-sec .row .col:nth-child(3) .why-us:hover .list-icon li {
      color: #6e7a7a; }
      .machinery-sec .row .col:nth-child(2) .why-us:hover .list-icon li:hover,
      .machinery-sec .row .col:nth-child(3) .why-us:hover .list-icon li:hover {
        color: #c52927; }
        .machinery-sec .row .col:nth-child(2) .why-us:hover .list-icon li:hover:before,
        .machinery-sec .row .col:nth-child(3) .why-us:hover .list-icon li:hover:before {
          filter: brightness(1) invert(0); }
    .machinery-sec .row .col:nth-child(2) .why-us:hover::after,
    .machinery-sec .row .col:nth-child(3) .why-us:hover::after {
      background: #fff; }
.machinery-sec .row .col:nth-child(1) .machinery-Equip,
.machinery-sec .row .col:nth-child(4) .machinery-Equip {
  border-top: 5px double #c52927;
  transition: 0.6s; }
  .machinery-sec .row .col:nth-child(1) .machinery-Equip:hover,
  .machinery-sec .row .col:nth-child(4) .machinery-Equip:hover {
    border-top: 5px double transparent;
    box-shadow: none; }
.machinery-sec .machinery-Equip {
  padding: 50px;
  min-height: 350px;
  border: 0;
  box-shadow: 4px 4px 15px 10px rgba(51, 60, 68, 0.05); }
  .machinery-sec .machinery-Equip:hover .list-icon li {
    color: #fff; }
  .machinery-sec .machinery-Equip .list-icon li {
    display: block;
    font-size: 1.15rem;
    margin-bottom: 10px;
    position: relative;
    padding-left: 40px;
    font-weight: 600;
    transition: 0.6s; }
    .machinery-sec .machinery-Equip .list-icon li:before {
      content: "";
      position: absolute;
      top: 17px;
      left: 0;
      width: 20px;
      height: 20px;
      background-image: url(https://riaanbuildingsolutions.s3.ap-south-1.amazonaws.com/images/icon-1.avif);
      transform: translateY(-50%);
      margin-top: 2px;
      background-repeat: no-repeat;
      background-size: contain; }
    .machinery-sec .machinery-Equip .list-icon li:hover {
      color: #c52927;
      font-weight: 600; }
      .machinery-sec .machinery-Equip .list-icon li:hover::before {
        filter: brightness(0) invert(1); }

/****infra SEC END******/
.error {
  color: #c52927; }

.career-inner {
  background-color: #fff;
  z-index: 9;
  position: relative; }
  .career-inner li {
    color: #6e7a7a !important; }
    .career-inner li:hover {
      color: #c52927 !important; }
  .career-inner .list-icon li:hover::before {
    filter: unset !important; }

/* ----------------------------------------------------------
:: Swiper Slider :: teams
---------------------------------------------------------- */
.team-join-slider {
  height: 100vh; }
  @media only screen and (max-width: 600px) {
    .team-join-slider {
      height: 41vh; }
      .team-join-slider .swiper-button-prev,
      .team-join-slider .swiper-button-next {
        display: none; } }
  @media only screen and (min-width: 600px) {
    .team-join-slider {
      height: 55vh; } }
  @media only screen and (min-width: 992px) {
    .team-join-slider {
      height: 47vh; } }
  @media only screen and (min-width: 1200px) {
    .team-join-slider {
      height: 90vh; } }
  .team-join-slider .team-join {
    position: relative; }
    .team-join-slider .team-join .team-join-inner {
      margin-bottom: 30px; }
      .team-join-slider .team-join .team-join-inner a {
        position: relative;
        display: block; }
        .team-join-slider .team-join .team-join-inner a::before {
          content: "";
          position: absolute;
          background: #10100e94;
          opacity: .7;
          left: 0;
          top: 0;
          z-index: 1;
          transition: transform 0.5s ease-in;
          height: 100%;
          width: 100%;
          transform: scaleY(0);
          transform-origin: bottom;
          pointer-events: none; }
      .team-join-slider .team-join .team-join-inner .team-box-info {
        padding: 28px 0 4px;
        background: rgba(255, 255, 255, 0.4);
        border: 1px solid rgba(255, 255, 255, 0.8);
        backdrop-filter: blur(5px);
        border-radius: 10px;
        text-align: center;
        transition: all 0.3s ease-in-out;
        width: 80%;
        margin: -60px auto 0 auto; }
        .team-join-slider .team-join .team-join-inner .team-box-info a {
          color: #fff;
          font-size: 20px;
          font-weight: bold;
          line-height: 26px; }
        .team-join-slider .team-join .team-join-inner .team-box-info p {
          font-size: 17px;
          font-weight: 700;
          line-height: 28px; }
    .team-join-slider .team-join:hover .team-join-inner a::before {
      transform: scaleY(1); }
    .team-join-slider .team-join:hover .team-join-inner .team-box-info {
      opacity: 0;
      visibility: hidden;
      backdrop-filter: blur(0); }
    .team-join-slider .team-join:hover .team-hover-content {
      opacity: 1;
      visibility: visible;
      bottom: 0; }
    .team-join-slider .team-join .team-hover-content {
      text-align: center;
      position: absolute;
      left: 0;
      bottom: 0;
      z-index: 2;
      opacity: 0;
      visibility: hidden;
      transition: all 0.4s;
      transition-delay: 0.2s;
      width: 100%;
      padding: 40px 40px 60px 40px; }
      .team-join-slider .team-join .team-hover-content h2 {
        margin-bottom: 2px;
        font-size: 20px;
        font-weight: 700;
        line-height: 26px; }
      .team-join-slider .team-join .team-hover-content p {
        color: rgba(255, 255, 255, 0.8);
        font-size: 17px;
        margin-bottom: 13px;
        line-height: 28px; }
      .team-join-slider .team-join .team-hover-content a {
        display: inline-block;
        color: #fff; }
    .team-join-slider .team-join .speakers-social-lists {
      list-style: none;
      padding: 0;
      margin-bottom: 20px; }
      .team-join-slider .team-join .speakers-social-lists li {
        display: inline-block;
        transition: 0.6s; }
        .team-join-slider .team-join .speakers-social-lists li a {
          color: #ffffff;
          width: 44px;
          height: 44px;
          line-height: 44px;
          border-radius: 50%;
          background: #8996a799;
          display: inline-block; }
          .team-join-slider .team-join .speakers-social-lists li a:hover {
            background: #c52927; }

/* ----------------------------------------------------------
:: tab
---------------------------------------------------------- */
/* Tab content */
.nav {
  /*  border-right: 1px solid #1a191961;*/ }
  .nav .nav-item {
    margin: 5px 6px; }
    .nav .nav-item .nav-link {
      transition: all .2s linear;
      color: #010225;
      width: 100%;
      background: #e0e5ec;
      border-color: #d1d9e6;
      border-radius: 3px;
      text-transform: capitalize;
      font-weight: 700;
      letter-spacing: 1px;
      font-size: 0.8rem; }
      @media only screen and (max-width: 600px) {
        .nav .nav-item .nav-link {
          text-align: center;
          font-size: 0.8rem; } }
      @media only screen and (min-width: 600px) {
        .nav .nav-item .nav-link {
          text-align: center; } }
      @media only screen and (min-width: 991px) {
        .nav .nav-item .nav-link {
          text-align: center; } }
      .nav .nav-item .nav-link::before {
        content: "";
        background: #c52927;
        height: 100%;
        width: 100%;
        opacity: 0;
        position: absolute;
        top: 0;
        right: 0;
        z-index: -1;
        /*transition: all 0.5s ease 0s;*/
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%); }
  .nav .nav-link.active,
  .nav .nav-pills .show > .nav-link {
    color: #000000;
    background: #fff;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: center;
    text-transform: capitalize;
    border: none;
    border-radius: 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease 0.3s; }
    @media screen and (max-width: 767px) and (min-width: 320px) {
      .nav .nav-link.active,
      .nav .nav-pills .show > .nav-link {
        letter-spacing: 0;
        font-size: 0.8rem; } }
    .nav .nav-link.active:before,
    .nav .nav-pills .show > .nav-link:before {
      opacity: 1;
      clip-path: polygon(0 0, 100% 0, 5% 10%, 0% 100%); }

/******* heavy-industrial start*********/
.inner-img {
  position: relative; }
  .inner-img::before {
    position: absolute;
    content: "";
    top: -10px;
    right: 121px;
    background: #c52927;
    width: 170px;
    height: 283px;
    z-index: -1; }
  @media screen and (max-width: 992px) and (min-width: 768px) {
    .inner-img img {
      width: 90% !important; }
    .inner-img::before {
      top: -19px;
      right: 50px; } }
  @media screen and (max-width: 767px) and (min-width: 320px) {
    .inner-img img {
      width: 90% !important;
      margin-bottom: 15px; }
    .inner-img::before {
      right: 24px; } }
  @media screen and (max-width: 1920px) and (min-width: 1400px) {
    .inner-img::before {
      right: 209px; } }

/******* heavy-industrial end*********/
.thank-you-bg {
  background-image: url(https://riaanbuildingsolutions.s3.ap-south-1.amazonaws.com/images/fact-speak-bg.avif);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  z-index: 1;
  position: relative; }
  .thank-you-bg::before {
    background-color: #00000080;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    z-index: -1;
    top: 0; }
  .thank-you-bg .thank-you-inner {
    position: relative;
    background-color: #000000a8;
    padding: 30px; }
    .thank-you-bg .thank-you-inner .thank-you-top,
    .thank-you-bg .thank-you-inner .thank-you-bottom {
      position: absolute;
      width: 100px;
      height: 100px;
      left: 0;
      top: 0;
      border: 12px solid #c52927;
      border-right: 12px transparent;
      border-bottom: 12px transparent; }
    .thank-you-bg .thank-you-inner .thank-you-bottom {
      left: auto;
      bottom: 0;
      top: auto;
      right: 0;
      border: 12px solid #c52927;
      border-left: 12px transparent;
      border-top: 12px transparent; }
    .thank-you-bg .thank-you-inner .sec-title h2 {
      font-size: 6.2rem;
      line-height: 160px; }

/****infra SEC END******/
.career-inner {
  background-color: #fff;
  z-index: 9;
  position: relative; }
  .career-inner li {
    color: #6e7a7a !important; }
    .career-inner li:hover {
      color: #c52927 !important; }

.tab-content .list-icon li::before {
  width: 25px !important;
  height: 25px !important;
  background-image: url(https://riaanbuildingsolutions.s3.ap-south-1.amazonaws.com/images/job.avif) !important;
  filter: brightness(1) invert(1); }
.tab-content .list-icon li:hover::before {
  filter: brightness(1) invert(1) !important; }

.blogs-sec {
  background-color: #f1f4f9; }
  .blogs-sec .blog-item {
    margin-bottom: 20px;
    background-color: #fff; }
    @media screen and (max-width: 767px) {
      .blogs-sec .blog-item {
        margin-bottom: 0px; } }
    .blogs-sec .blog-item .img-card {
      position: relative; }
      .blogs-sec .blog-item .img-card .blog-date-card {
        position: absolute;
        bottom: 5px;
        right: 5px;
        background: #c52927;
        display: inline-block;
        border-radius: 6px;
        padding: 2px 10px;
        text-align: center; }
        @media screen and (max-width: 767px) {
          .blogs-sec .blog-item .img-card .blog-date-card {
            padding: 0px 4px; } }
        .blogs-sec .blog-item .img-card .blog-date-card .text-date, .blogs-sec .blog-item .img-card .blog-date-card .text-month {
          color: #fff;
          padding-right: 0.6rem;
          font-size: 0.8rem;
          position: relative; }
          .blogs-sec .blog-item .img-card .blog-date-card .text-date::before, .blogs-sec .blog-item .img-card .blog-date-card .text-month::before {
            position: absolute;
            content: "";
            top: 50%;
            transform: translateY(-50%);
            right: 0;
            background: #fff;
            opacity: 0.4;
            width: 1px;
            height: 20px; }
        .blogs-sec .blog-item .img-card .blog-date-card .text-month, .blogs-sec .blog-item .img-card .blog-date-card .text-year {
          color: #fff;
          padding-left: 0.3rem;
          font-size: 0.8rem; }
        @media screen and (max-width: 767px) {
          .blogs-sec .blog-item .img-card .blog-date-card .text-date, .blogs-sec .blog-item .img-card .blog-date-card .text-month, .blogs-sec .blog-item .img-card .blog-date-card .text-year {
            font-size: 0.6rem; } }
    .blogs-sec .blog-item .blog-details {
      padding: 1.4rem; }
      .blogs-sec .blog-item .blog-details h5 {
        font-size: 1.15rem;
        font-weight: 600; }
      @media screen and (max-width: 767px) {
        .blogs-sec .blog-item .blog-details {
          padding: 0.8rem; }
          .blogs-sec .blog-item .blog-details h5 {
            font-size: 0.9rem; }
          .blogs-sec .blog-item .blog-details p {
            display: none; }
          .blogs-sec .blog-item .blog-details .common-btn-blog {
            font-size: 0.7rem; } }
  .blogs-sec .common-btn-blog {
    padding: 5px 10px;
    border: 1px solid #cccccc; }

.blog-date-inner-card {
  position: relative;
  background: #c52927;
  display: inline-block;
  border-radius: 6px;
  padding: 2px 10px;
  margin: 1rem 0; }
  .blog-date-inner-card .text-date, .blog-date-inner-card .text-month {
    color: #fff;
    padding-right: 0.6rem;
    font-size: 0.8rem;
    position: relative; }
    .blog-date-inner-card .text-date::before, .blog-date-inner-card .text-month::before {
      position: absolute;
      content: "";
      top: 50%;
      transform: translateY(-50%);
      right: 0;
      background: #fff;
      opacity: 0.4;
      width: 1px;
      height: 20px; }
  .blog-date-inner-card .text-month, .blog-date-inner-card .text-year {
    color: #fff;
    padding-left: 0.3rem;
    font-size: 0.8rem; }
  @media screen and (max-width: 767px) {
    .blog-date-inner-card .text-date, .blog-date-inner-card .text-month, .blog-date-inner-card .text-year {
      font-size: 0.6rem; } }

.grid-container {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 25px; }
  .grid-container img {
    width: 100%; }
  @media screen and (max-width: 767px) {
    .grid-container {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 15px; } }

#pagination {
  margin-top: 20px;
  text-align: end; }
  @media screen and (max-width: 767px) {
    #pagination {
      text-align: center; } }

.pagination-link {
  display: inline-block;
  padding: 5px 10px;
  background-color: #fff;
  cursor: pointer; }

.pagination-link:hover {
  background-color: #ddd; }

.current-page {
  font-weight: bold;
  background-color: #c52927;
  color: #fff; }

.side-blog-sec {
  position: sticky;
  top: 70px;
  background-color: #f4f4f4;
  padding: 0.9rem 0; }
  @media screen and (min-width: 1400px) {
    .side-blog-sec {
      top: 110px; } }
  .side-blog-sec .blog-img {
    height: 100px; }
    .side-blog-sec .blog-img img {
      height: 80px; }
  .side-blog-sec .recent_post {
    position: relative;
    /* MAGIC HAPPENS HERE */ }
    .side-blog-sec .recent_post .scroll-box {
      overflow-y: scroll;
      height: 431px; }
      .side-blog-sec .recent_post .scroll-box::-webkit-scrollbar {
        width: .4em;
        overflow: visible;
        border-radius: 4px; }
      .side-blog-sec .recent_post .scroll-box::-webkit-scrollbar-thumb {
        overflow: visible;
        border-radius: 4px;
        background: rgba(0, 0, 0, 0.2); }
    .side-blog-sec .recent_post .cover-bar {
      position: absolute;
      background: #f4f4f4;
      height: 100%;
      top: 0;
      right: 0;
      width: .4em;
      -webkit-transition: all .5s;
      opacity: 1; }
    .side-blog-sec .recent_post:hover .cover-bar {
      opacity: 0;
      -webkit-transition: all .5s; }

.list-group-item {
  background-color: transparent;
  border: 0; }
  @media screen and (max-width: 767px) {
    .list-group-item .blog-details {
      font-size: 0.95rem; } }

.border-b {
  border-bottom: 1px solid #1313131a; }

/*# sourceMappingURL=style.css..map */
