@media screen and (max-width: 599px) {
  .latestproject__text {
    padding: 70px 16px 0px 16px;
    text-align: center;
  }
  .latestproject__text .latestproject_horline {
    width: 86px;
    border-bottom: 3px solid #bc0000;
    margin: auto;
  }
  .latestproject__text .latestproject__text__title {
    margin-top: 36px;
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 45px;
  }
  .latestproject__text .latestproject__text__subtitle {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    margin-top: 20px;
  }
  .latestnewscarousel {
    padding: 40px 16px 0px 16px;
    display: block;
  }
  .latestnewscarousel a:hover {
    color: black;
  }
  .latestnewscarousel .swiper {
    width: 100%;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }
  .latestnewscarousel .swiper .swiper-slide {
    position: relative;
  }
  .latestnewscarousel .swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
  }
  .latestnewscarousel .swiper .swiper-slide .newsitems__item {
    flex: 0 0 auto;
    width: 100%;
    background: #ffffff;
    height: 100%;
  }
  .latestnewscarousel .swiper .swiper-slide .newsitems__item .newsitems__item--image {
    width: 100%;
    height: 238px;
    object-fit: cover;
  }
  .latestnewscarousel .swiper .swiper-slide .newsitems__item .projectitems__item__textwrapper {
    padding: 25px 22px 30px 22px;
    overflow: hidden;
  }
  .latestnewscarousel .swiper .swiper-slide .newsitems__item .newsitems__item--title {
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 38px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .latestnewscarousel .swiper .swiper-slide .newsitems__item .newsitems__item--desc {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 35px;
    margin-top: 10px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .latestnewscarousel .mobilefirstswiper__swiper-button {
    display: flex;
    justify-content: space-evenly;
    background-image: url("/assets/img/project/mobilecarouselbg.svg");
    height: 123px;
    background-position-y: bottom;
    background-repeat: no-repeat;
    background-position-x: center;
    width: 250px;
    margin: auto;
  }
  .latestnewscarousel .mobilefirstswiper__swiper-button div {
    z-index: 1;
    position: relative;
    right: unset;
    left: unset;
    width: unset;
    height: unset;
    margin-top: unset;
    top: 20px;
    display: block;
  }
  .latestnewscarousel .mobilefirstswiper__swiper-button div img {
    cursor: pointer;
  }
  .latestnewscarousel .mobilefirstswiper__swiper-button div::after {
    content: none;
  }
  .allproject {
    padding: 50px 0px 100px 0px;
    max-width: 1380px;
    margin: 0px auto;
    text-align: center;
  }
  .allproject .button {
    border: 3px solid #000000;
    padding: 11px 45px;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    display: block;
    max-width: 270px;
    margin: auto;
  }
  .allproject a {
    width: 100%;
  }
  .allproject a:hover {
    color: inherit;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .latestproject__text {
    padding: 90px 75px 0px 75px;
    text-align: left;
  }
  .latestproject__text .latestproject_horline {
    width: 86px;
    border-bottom: 3px solid #bc0000;
  }
  .latestproject__text .latestproject__text__title {
    margin-top: 36px;
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 60px;
  }
  .latestproject__text .latestproject__text__subtitle {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    margin-top: 20px;
  }
  .swipercontainer {
    padding: 0px 75px;
    margin: 0 auto;
  }
  .latestnewscarousel {
    padding-top: 40px;
    display: block;
    position: relative;
  }
  .latestnewscarousel a:hover {
    color: black;
  }
  .latestnewscarousel .swiper {
    width: 100%;
    overflow: initial !important;
  }
  .latestnewscarousel .swiper .swiper-slide {
    position: relative;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }
  .latestnewscarousel .swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
  }
  .latestnewscarousel .swiper .swiper-slide .newsitems__item {
    flex: 0 0 auto;
    width: 100%;
    background: #ffffff;
    height: 100%;
  }
  .latestnewscarousel .swiper .swiper-slide .newsitems__item .newsitems__item--image {
    width: 100%;
    height: 185px;
    object-fit: cover;
  }
  .latestnewscarousel .swiper .swiper-slide .newsitems__item .projectitems__item__textwrapper {
    padding: 25px 22px 30px 22px;
    overflow: hidden;
  }
  .latestnewscarousel .swiper .swiper-slide .newsitems__item .newsitems__item--title {
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 40px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .latestnewscarousel .swiper .swiper-slide .newsitems__item .newsitems__item--desc {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 35px;
    margin-top: 10px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .latestnewscarousel .mobilefirstswiper__swiper-button {
    display: flex;
    justify-content: space-evenly;
    background-image: url("/assets/img/project/mobilecarouselbg.svg");
    height: 250px;
    background-position-y: bottom;
    background-repeat: no-repeat;
    background-position-x: right;
    width: 246px;
    right: -20px;
    bottom: -140px;
    position: absolute;
  }
  .latestnewscarousel .mobilefirstswiper__swiper-button div {
    z-index: 1;
    position: relative;
    right: unset;
    left: unset;
    width: unset;
    height: unset;
    margin-top: unset;
    top: 20px;
    display: block;
    top: 160px;
  }
  .latestnewscarousel .mobilefirstswiper__swiper-button div img {
    cursor: pointer;
  }
  .latestnewscarousel .mobilefirstswiper__swiper-button div::after {
    content: none;
  }
  .allproject {
    padding: 50px 0px 100px 75px;
    max-width: 1380px;
    margin: 0px auto;
  }
  .allproject .button {
    border: 3px solid #000000;
    padding: 11px 35px;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    display: block;
    max-width: 240px;
    float: left;
  }
  .allproject a {
    width: 100%;
  }
  .allproject a:hover {
    color: inherit;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1379px) {
  .latestproject__text {
    padding: 90px 75px 0px 75px;
    text-align: left;
  }
  .latestproject__text .latestproject_horline {
    width: 86px;
    border-bottom: 3px solid #bc0000;
  }
  .latestproject__text .latestproject__text__title {
    margin-top: 36px;
    font-style: normal;
    font-weight: 700;
    font-size: 55px;
    line-height: 60px;
  }
  .latestproject__text .latestproject__text__subtitle {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    margin-top: 20px;
    max-width: 650px;
  }
  .swipercontainer {
    padding: 0px 75px;
    margin: 0 auto;
  }
  .latestnewscarousel {
    padding-top: 40px;
    display: block;
    position: relative;
  }
  .latestnewscarousel a:hover {
    color: black;
  }
  .latestnewscarousel .swiper {
    width: 100%;
    overflow: initial !important;
  }
  .latestnewscarousel .swiper .swiper-slide {
    position: relative;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }
  .latestnewscarousel .swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
  }
  .latestnewscarousel .swiper .swiper-slide .newsitems__item {
    flex: 0 0 auto;
    width: 100%;
    background: #ffffff;
    height: 100%;
  }
  .latestnewscarousel .swiper .swiper-slide .newsitems__item .newsitems__item--image {
    width: 100%;
    height: 227px;
    object-fit: cover;
  }
  .latestnewscarousel .swiper .swiper-slide .newsitems__item .projectitems__item__textwrapper {
    padding: 25px 22px 30px 22px;
    overflow: hidden;
  }
  .latestnewscarousel .swiper .swiper-slide .newsitems__item .newsitems__item--title {
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 40px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .latestnewscarousel .swiper .swiper-slide .newsitems__item .newsitems__item--desc {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 35px;
    margin-top: 10px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .latestnewscarousel .mobilefirstswiper__swiper-button {
    display: flex;
    justify-content: space-evenly;
    background-image: url("/assets/img/project/mobilecarouselbg.svg");
    height: 250px;
    background-position-y: bottom;
    background-repeat: no-repeat;
    background-position-x: right;
    width: 246px;
    right: -20px;
    bottom: -140px;
    position: absolute;
  }
  .latestnewscarousel .mobilefirstswiper__swiper-button div {
    z-index: 1;
    position: relative;
    right: unset;
    left: unset;
    width: unset;
    height: unset;
    margin-top: unset;
    top: 20px;
    display: block;
    top: 160px;
  }
  .latestnewscarousel .mobilefirstswiper__swiper-button div img {
    cursor: pointer;
  }
  .latestnewscarousel .mobilefirstswiper__swiper-button div::after {
    content: none;
  }
  .allproject {
    padding: 50px 0px 100px 75px;
    max-width: 1380px;
    margin: 0px auto;
  }
  .allproject .button {
    border: 3px solid #000000;
    padding: 11px 35px;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    display: block;
    max-width: 240px;
    float: left;
  }
  .allproject a {
    width: 100%;
  }
  .allproject a:hover {
    color: inherit;
  }
}
@media screen and (min-width: 1380px) {
  .latestproject__text {
    padding: 90px 0px 0px 0px;
    max-width: 1380px;
    text-align: left;
    margin: auto;
  }
  .latestproject__text .latestproject_horline {
    width: 86px;
    border-bottom: 3px solid #bc0000;
  }
  .latestproject__text .latestproject__text__title {
    margin-top: 36px;
    font-style: normal;
    font-weight: 700;
    font-size: 55px;
    line-height: 60px;
  }
  .latestproject__text .latestproject__text__subtitle {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    margin-top: 20px;
    max-width: 650px;
  }
  .swipercontainer {
    max-width: 1380px;
    margin: 0 auto;
  }
  .latestnewscarousel {
    padding-top: 40px;
    display: block;
    position: relative;
  }
  .latestnewscarousel a:hover {
    color: black;
  }
  .latestnewscarousel .swiper {
    width: 100%;
    overflow: initial !important;
  }
  .latestnewscarousel .swiper .swiper-slide {
    position: relative;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }
  .latestnewscarousel .swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
  }
  .latestnewscarousel .swiper .swiper-slide .newsitems__item {
    flex: 0 0 auto;
    width: 100%;
    background: #ffffff;
    height: 100%;
  }
  .latestnewscarousel .swiper .swiper-slide .newsitems__item .newsitems__item--image {
    width: 100%;
    height: 227px;
    object-fit: cover;
  }
  .latestnewscarousel .swiper .swiper-slide .newsitems__item .projectitems__item__textwrapper {
    padding: 25px 22px 30px 22px;
    overflow: hidden;
  }
  .latestnewscarousel .swiper .swiper-slide .newsitems__item .newsitems__item--title {
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 40px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .latestnewscarousel .swiper .swiper-slide .newsitems__item .newsitems__item--desc {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 35px;
    margin-top: 10px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .latestnewscarousel .mobilefirstswiper__swiper-button {
    display: flex;
    justify-content: space-evenly;
    background-image: url("/assets/img/project/mobilecarouselbg.svg");
    height: 250px;
    background-position-y: bottom;
    background-repeat: no-repeat;
    background-position-x: right;
    width: 246px;
    right: -20px;
    bottom: -140px;
    position: absolute;
  }
  .latestnewscarousel .mobilefirstswiper__swiper-button div {
    z-index: 1;
    position: relative;
    right: unset;
    left: unset;
    width: unset;
    height: unset;
    margin-top: unset;
    top: 20px;
    display: block;
    top: 160px;
  }
  .latestnewscarousel .mobilefirstswiper__swiper-button div img {
    cursor: pointer;
  }
  .latestnewscarousel .mobilefirstswiper__swiper-button div::after {
    content: none;
  }
  .allproject {
    padding: 50px 0px 100px 0px;
    max-width: 1380px;
    margin: 0px auto;
  }
  .allproject .button {
    border: 3px solid #000000;
    padding: 11px 35px;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    display: block;
    max-width: 240px;
    float: left;
  }
  .allproject a {
    width: 100%;
  }
  .allproject a:hover {
    color: inherit;
  }
}
@media screen and (min-width: 1380px) and (max-width: 1463px) {
  .latestproject__text {
    padding: 90px 42px 0px 42px;
  }
  .swipercontainer {
    padding: 0px 42px;
  }
  .allproject {
    padding: 50px 42px 100px 42px;
  }
}
/*# sourceMappingURL=latestprojects.css.map */
