* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
body {
  background-color: #fff;
  height: 100%;
  overflow-x: hidden;
}
body #magicMouseCursor {
  border: 1px solid #1f73b8 !important;
  /* transition: all 0.1s ease-in; */
}
body #magicPointer {
  background: linear-gradient(180deg, #aaccb2 0%, #1f73b8 100%) !important;
}
html {
  scroll-behavior: smooth;
}
.fa-solid,
.fas {
  margin: 0 5px;
}
a {
  text-decoration: none;
  color: #000;
}
/* =================================== Preloader ====================================== */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: #23262d;
  z-index: 999;
}
.dot-container {
  width: 200px;
  height: 200px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: auto;
  filter: url("#goo");
  animation: rotate-move 6s ease-in-out infinite;
}
.dot {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.dot-3 {
  background-color: #fff;
  animation: dot-3-move 2s ease infinite, index 6s ease infinite;
}
.dot-2 {
  background-color: #fff;
  animation: dot-2-move 2s ease infinite, index 6s -4s ease infinite;
}
.dot-1 {
  background-color: #fff;
  animation: dot-1-move 2s ease infinite, index 6s -2s ease infinite;
}
@keyframes dot-3-move {
  20% {
    transform: scale(1);
  }
  45% {
    transform: translateY(-18px) scale(0.45);
  }
  60% {
    transform: translateY(-90px) scale(0.45);
  }
  80% {
    transform: translateY(-90px) scale(0.45);
  }
  100% {
    transform: translateY(0px) scale(1);
  }
}
@keyframes dot-2-move {
  20% {
    transform: scale(1);
  }
  45% {
    transform: translate(-16px, 12px) scale(0.45);
  }
  60% {
    transform: translate(-80px, 60px) scale(0.45);
  }
  80% {
    transform: translate(-80px, 60px) scale(0.45);
  }
  100% {
    transform: translateY(0px) scale(1);
  }
}
@keyframes dot-1-move {
  20% {
    transform: scale(1);
  }
  45% {
    transform: translate(16px, 12px) scale(0.45);
  }
  60% {
    transform: translate(80px, 60px) scale(0.45);
  }
  80% {
    transform: translate(80px, 60px) scale(0.45);
  }
  100% {
    transform: translateY(0px) scale(1);
  }
}
@keyframes rotate-move {
  55% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  80% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes index {
  0%,
  100% {
    z-index: 3;
  }
  33.3% {
    z-index: 2;
  }
  66.6% {
    z-index: 1;
  }
}
@media (max-width: 766px) {
  .tt-logo img {
    width: 123px;
    height: 137px;
    margin-right: -134px;
  }
}

.anim1 > a:hover,
.anim1 > .tt-ol-submenu-trigger > a:hover {
  font-size: 52px;
  transition: all 0.6s ease-in-out;
}

.sclLogo {
  width: 20%;
  margin-left: 10%;
  margin-top: 99px;
}
nav {
  position: relative;
}
.text-menu {
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Mukta";
  font-size: 15px;
}
.text-close {
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Mukta";
  font-size: 15px;
}
.menu-vertical-line {
  background: #d9d9d9;
  width: 0.5px;
  height: 100%;
  rotate: 180deg;
}
/* .tt-ol-menu-toggle-btn-holder a .active {
  color: white;
} */
/* .tt-ol-menu-toggle-btn-holder a .active .tt-logo-light {
  display: none;
}
.tt-ol-menu-toggle-btn-holder .active img {
  display: none;
} */

.footer p {
  margin-bottom: 2px;
  font-weight: 500;
  /* width: 214px; */
}
.menu-horizontal-line1,
.menu-horizontal-line2,
.menu-horizontal-line3,
.menu-horizontal-line4,
.menu-horizontal-line5 {
  padding: 0.5px 400px;
  background-color: #d9d9d9;
}
/* Home Page ########################### */
/* Header CSS */

.square1 {
  position: absolute;
  width: 250px;
  height: 250px;
  top: 144px;
  z-index: -1;
  border: 1px solid #d9d9d9;
  rotate: 45deg;
  left: 322px;
}
.square2 {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 106px;
  z-index: 99;
  border: 1px solid #d9d9d9;
  rotate: 45deg;
  left: 492px;
}
.square3::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 93px;
  top: 27px;
  background-color: #d9d9d9;
  z-index: 99;
  transform: rotate(270deg);
  left: -1px;
}
.square3 {
  position: absolute;
  width: 150px;
  height: 150px;
  left: 74%;
  top: 309px;
  z-index: -1;
  border: 1px solid #d9d9d9;
  rotate: 45deg;
  animation: rotation 4s infinite linear;
}
.sNo1,
.sNo2,
.sNo4 {
  font-weight: 500;
}
.construction span {
  color: #000;
  font-family: "Mukta", sans-serif;
  font-size: 70px;
  font-weight: 700;
  display: inline;
  opacity: 0;
  filter: blur(6px);
  margin: 0;
  padding: 0;
}
.construction {
  position: absolute;
  top: 109px;
  left: 524px;
  font-size: 0px;

  transform: scaleX(0.74);
  animation: scale 3s forwards cubic-bezier(0.5, 1, 0.89, 1);
}
@keyframes scale {
  100% {
    transform: scaleX(1);
  }
}
.construction span:nth-child(1) {
  animation: fade-in 0.8s 0.3s forwards cubic-bezier(0.11, 0, 0.5, 0);
}
.construction span:nth-child(2) {
  animation: fade-in 0.8s 0.4s forwards cubic-bezier(0.11, 0, 0.5, 0);
}
.construction span:nth-child(3) {
  animation: fade-in 0.8s 0.5s forwards cubic-bezier(0.11, 0, 0.5, 0);
}
.construction span:nth-child(4) {
  animation: fade-in 0.8s 0.6s forwards cubic-bezier(0.11, 0, 0.5, 0);
}
.construction span:nth-child(5) {
  animation: fade-in 0.8s 0.7s forwards cubic-bezier(0.11, 0, 0.5, 0);
}
.construction span:nth-child(6) {
  animation: fade-in 0.8s 0.8s forwards cubic-bezier(0.11, 0, 0.5, 0);
}
.construction span:nth-child(7) {
  animation: fade-in 0.8s 0.9s forwards cubic-bezier(0.11, 0, 0.5, 0);
}
.construction span:nth-child(8) {
  animation: fade-in 0.8s 1s forwards cubic-bezier(0.11, 0, 0.5, 0);
}
.construction span:nth-child(9) {
  animation: fade-in 0.8s 1.1s forwards cubic-bezier(0.11, 0, 0.5, 0);
}
.construction span:nth-child(10) {
  animation: fade-in 0.8s 1.2s forwards cubic-bezier(0.11, 0, 0.5, 0);
}
.construction span:nth-child(11) {
  animation: fade-in 0.8s 1.3s forwards cubic-bezier(0.11, 0, 0.5, 0);
}
.construction span:nth-child(12) {
  animation: fade-in 0.8s 1.4s forwards cubic-bezier(0.11, 0, 0.5, 0);
}
@keyframes fade-in {
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
.pic-ctn {
  width: 100vw;
  position: relative;
  margin-top: -15vh;
}
.development {
  position: absolute;
  top: 178px;
  left: 382px;
  font-size: 0px;
  transform: scale(0.74);
  animation: scale 3s forwards cubic-bezier(0.5, 1, 0.89, 1);
}
.development span {
  color: #264658;
  font-family: "Mukta", sans-serif;
  font-size: 70px;
  font-weight: 700;
  display: inline;
  opacity: 0;
  filter: blur(6px);
  margin: 0;
  padding: 0;
}
.development span {
  display: inline-block;
  opacity: 0;
  filter: blur(4px);
}
.development span:nth-child(1) {
  animation: fade-in 0.8s 1.5s forwards cubic-bezier(0.11, 0, 0.5, 0);
}
.development span:nth-child(2) {
  animation: fade-in 0.8s 1.6s forwards cubic-bezier(0.11, 0, 0.5, 0);
}
.development span:nth-child(3) {
  animation: fade-in 0.8s 1.7s forwards cubic-bezier(0.11, 0, 0.5, 0);
}
.development span:nth-child(4) {
  animation: fade-in 0.8s 1.8s forwards cubic-bezier(0.11, 0, 0.5, 0);
}
.development span:nth-child(5) {
  animation: fade-in 0.8s 1.9s forwards cubic-bezier(0.11, 0, 0.5, 0);
}
.development span:nth-child(6) {
  animation: fade-in 0.8s 2s forwards cubic-bezier(0.11, 0, 0.5, 0);
}
.development span:nth-child(7) {
  animation: fade-in 0.8s 2.1s forwards cubic-bezier(0.11, 0, 0.5, 0);
}
.development span:nth-child(8) {
  animation: fade-in 0.8s 2.2s forwards cubic-bezier(0.11, 0, 0.5, 0);
}
.development span:nth-child(9) {
  animation: fade-in 0.8s 2.2s forwards cubic-bezier(0.11, 0, 0.5, 0);
}
.development span:nth-child(10) {
  animation: fade-in 0.8s 2.3s forwards cubic-bezier(0.11, 0, 0.5, 0);
}
.development span:nth-child(11) {
  animation: fade-in 0.8s 2.4s forwards cubic-bezier(0.11, 0, 0.5, 0);
}
.development span:nth-child(12) {
  animation: fade-in 0.8s 2.5s forwards cubic-bezier(0.11, 0, 0.5, 0);
}
#page-header .description {
  position: absolute;
  top: 278px;
  left: 930px;
  width: 400px;
  text-align: justify;
  font-family: "Mukta", sans-serif;
}
/* .construction-img img {
    width: 768px;
    position: relative;
    left: 828px;
    top: 280px;
} */

.construction-img img {
  width: 768px;
  position: relative;
  left: 837px;
  top: 144px;
}
.construction-noslider-img img {
  width: 768px;
  position: absolute;
  left: 844px;
  top: 532px;
}
.index-page-header {
  padding-bottom: 11vh !important;
}
.mySwiper {
  position: relative;
}
.swiper-container {
  width: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 15% !important;
  height: var(--swiper-pagination-progressbar-size, 4px) !important;
  left: 324px !important;
  top: 83% !important;
}
.bar {
  height: 5px;
  width: 267px;
  background-color: #d9d9d9;
  position: absolute;
  top: 677px;
  left: 324px;
}
.slideNo {
  color: black;
  position: absolute;
  left: 318px;
  top: 67%;
}

.company {
  background-image: url("../assets/img/Home/company1.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  position: relative;
  padding-bottom: 2px;
}
.line {
  background: rgba(255, 255, 255, 0.2);
  width: 1px;
  height: 100%;
  position: absolute;
  left: 490px;
  z-index: 1;
}
.company .ct {
  padding-top: 80px;
}
.company h2 {
  color: #fff;
  font-family: "Kaisei HarunoUmi";
  font-size: 56px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.company .companyTitle1 {
  margin-top: 66px;
  margin-left: 432px;
}
.company .companyTitle2 {
  position: absolute;
  left: 367px;
  top: 212px;
}
.company .companyTitle3 {
  font-family: "Mukta";
  font-weight: 200;
  position: absolute;
  left: 607px;
  top: 281px;
}
.company p {
  color: #d9d9d9;
  font-size: 14px;
}
.c-details-section {
  margin-left: 42%;
  margin-top: 10%;
}
.company .c-details {
  width: 500px;
  text-align: justify;
}
.company p span {
  font-weight: bold;
}
.square4 {
  position: absolute;
  width: 340px;
  height: 340px;
  top: 269px;
  right: 434px;
  border: 1px solid rgba(217, 217, 217, 0.3);
  rotate: 45deg;
}
.sNo1 {
  position: absolute;
  top: 109px;
  left: 498px;
}
.square5 {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 659px;
  top: 351px;
  z-index: 1;
  border: 1px solid rgba(217, 217, 217, 0.3);
  rotate: 45deg;
  color: white;
}
.sNo2 {
  position: absolute;
  top: 354px;
  right: 666px;
}
.line2 {
  width: 0.5px;
  padding: 0px 326px;
  border: 1px solid rgba(217, 217, 217, 0.3);
  position: absolute;
  z-index: 1;
  top: 365px;
  right: 0px;
}
.company .about {
  position: absolute;
  right: 22%;
  top: 335px;
  font-size: 14px;
}
.ct2 {
  background-image: url("../assets/img/Home/company2.png");
  background-repeat: no-repeat;
  position: relative;
  background-size: cover;
  width: 100%;
  padding-bottom: 432px;
}

.ct2 p {
  color: white;
  position: absolute;
  right: 657px;
  top: 87px;
}

/* Lets Talk Section */
.lets-discuss-section {
  position: relative;
  top: 0px;
  left: 0px;
}
.square7 {
  position: absolute;
  width: 30px;
  height: 30px;
  left: 181px;
  top: 32px;
  z-index: 1;
  border: 1px solid #d9d9d9;
  rotate: 45deg;
  color: black;
}
.sNo4 {
  position: relative;
  top: 35px;
  left: 186px;
}
.line4 {
  width: 0.5px;
  padding: 0px 741px;
  border: 1px solid rgba(217, 217, 217, 0.3);
  position: absolute;
  z-index: 1;
  left: 214px;
  top: 46px;
}

.lt-img-section {
  margin-top: 90px;
}
.lt-img {
  background-image: url("../assets/img/Home/discuss.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 798px;
  height: 446px;
  margin: 0 auto;
}
.lt-title {
  position: relative;
  top: -274px;
  overflow: hidden;
}
.lt-title h2 {
  display: inline;
  margin: 0px 20px;
  color: #000;
  font-family: "Kaisei HarunoUmi";
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.lt-title span::after {
  position: absolute;
  display: block;
  content: "";
  right: 24.200000000000003vw;
  top: 52%;
  width: 0.8vw;
  height: 0.8vw;
  background-color: #0c0c0c;
  border-radius: 100px;
  transform: translate3d(0, -50%, 0);
}
.lt-title h2 span {
  font-family: "Mukta";
}
@keyframes textAnim {
  0% {
    left: 200px;
  }
  100% {
    left: -2500px;
  }
}
.marquee-title {
  height: 135px;
  overflow: hidden;
  position: relative;
  top: -303px;
}
.marquee-title div {
  display: block;
  width: 200%;
  height: 120px;
  position: absolute;
  overflow: hidden;
  animation: marquee-title 10s linear infinite;
  top: -8px;
}
.marquee-title h2 {
  float: left;
  width: 50%;
  font-family: "Kaisei HarunoUmi";
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
}
.marquee-title div span {
  font-family: "Mukta";
}
.marquee-title span::after {
  position: absolute;
  display: block;
  content: "";
  /* right: 24.200000000000003vw;
    */
  top: 40%;
  margin-left: 456px;
  width: 0.8vw;
  height: 0.8vw;
  background-color: #0c0c0c;
  border-radius: 100px;
  transform: translate3d(0, -50%, 0);
}
@keyframes marquee-title {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
.lt-description {
  font-size: 14px;
  position: absolute;
  width: 215px;
  text-align: justify;
  top: 465px;
  left: 499px;
}
/* Footer section */
.copyright {
  font-size: 12px;
}

.text-reset {
  text-decoration: none !important;
}
.footerline {
  background: #d9d9d9;
  position: relative;
  top: 52px;
  padding: 0.5px 100px;
  margin: 20px 0;
}
/*about us css */
.landing-section {
  background-image: url("../assets/img/about/bigSquare.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  width: 100%;
  padding-top: 15%;
  padding-bottom: 20%;
  position: relative;
}
.about-text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 8%;
}
.about-text h3 {
  text-align: center;
  font-family: "Mukta";
  font-size: 70px;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  bottom: 38px;
}
.about-text p {
  margin-left: 156px;
  color: #264658;
  text-align: center;
  font-family: "Kaisei HarunoUmi";
  font-size: 52px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: relative;
  bottom: 44px;
}
.about-img {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: end;
  padding-left: 80px;
  padding-right: 80px;
  justify-content: end;
}
.image-1 img {
  width: 630px;
  z-index: 1;
  position: relative;
  right: 171px;
  filter: brightness(60%);
  height: 384px;
}
.image-2 {
  position: absolute;
  left: 25%;
  top: 116px;
  z-index: 2;
}
.image-2 img {
  width: 544px;
  filter: brightness(60%);
}
.straiteText h3 {
  font-family: "Kaisei HarunoUmi";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #000;
  margin-top: 44px;
  margin-right: 150px;
}
.about-section {
  padding-left: 268px;
  padding-right: 80px;
  margin-top: -320px;
  display: flex;
}
.lineItem {
  width: 40%;
  position: relative;
}
.lineItem div {
  position: absolute;
  width: 16px;
  padding: 220px 0px;
  left: 55%;
  /* height: 100%; */
  background-color: #264658;
  z-index: 3;
}
.item1 {
  left: 35% !important;
  top: -30%;
}
.item3 {
  left: 67% !important;
  top: 35%;
}

.about-text2 {
  width: 35%;
}
.about-text2 span {
  font-weight: bold;
}
.about-text2 p {
  color: #000;
  text-align: justify;
  font-size: 16px;
  line-height: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.about-shape img {
  max-width: 100%;
  width: 100%;
}

.abSquare1 {
  position: absolute;
  width: 150px;
  height: 150px;
  top: 310px;
  z-index: 99;
  border: 1px solid #d9d9d9;
  rotate: 45deg;
  left: 884px;
  z-index: -1;
}

.aboutabSquare2 {
  position: absolute;
  width: 100px;
  height: 100px;
  /* z-index: 3; */
  border: 1px solid #d9d9d9;
  rotate: 45deg;
  top: -15%;
  left: 40%;
  transform: translate(-50%, 50%);
  transition: transform 4s ease-in-out;
}
.aboutabSquare2::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 56px;
  top: 70px;
  background-color: #d9d9d9;
  z-index: 99;
  transform: rotate(180deg);
  left: 47px;
}

.strive {
  position: relative;
}
.strive h2 {
  position: absolute;
  top: 190px;
  right: 470px;
  color: #000;
  font-family: "Kaisei HarunoUmi";
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

/* Experience Section */

.experience-page-header {
  background-color: #264658;
  position: relative;
  padding: 130px 0 0 0 !important;
  margin: 0 0 0 0 !important;
}
.experience-img-section {
  /* clip-path: polygon(50% 0%, 100% 61%, 100% 100%, 0 100%, 0 63%); /* Triangle  */
  clip-path: polygon(50% 0%, 100% 0, 100% 100%, 0 100%, 0 0); /*Rectangle */
}
.mobile-experience-img-section {
  clip-path: polygon(50% 0%, 100% 61%, 100% 100%, 0 100%, 0 63%);
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  width: 0;
  height: 0;
}
.carousel-item img {
  /* width: 100%; */
  height: 100%;
  object-fit: cover;
}
.carousel-item:nth-child(2) img {
  filter: brightness(60%);
  background-image: linear-gradient(to right, rgb(10, 10, 10), rgb(29, 29, 1));
}
.exSquare1 {
  position: absolute;
  width: 400px;
  height: 400px;
  top: -37px;
  z-index: 99;
  border: 1px solid #d9d9d9;
  rotate: 45deg;
  z-index: 1;
}
.experience-title .ex-tlt1 {
  color: #aaccb2;
  text-align: center;
  font-family: "Mukta";
  font-size: 58px;
  font-style: normal;
  text-transform: uppercase;
  font-weight: 700;
}
.experience-title .ex-tlt2 {
  color: #fff;
  text-align: center;
  font-family: "Kaisei HarunoUmi";
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 264px;
  font-size: 58px;
}
.experience-title p {
  color: #d9d9d9;
  margin-left: 52%;
  margin-top: 30px;
}
.exSquare2 {
  position: absolute;
  width: 680px;
  height: 680px;
  right: 0px;
  top: 189px;
  z-index: 1;
  border: 1px solid #d9d9d9;
  rotate: 45deg;
}
.nomarker {
  list-style-type: none;
}
.project-section {
  position: relative;
  justify-content: center;
  padding: 50px 0;
  margin-top: 100px;
  margin-bottom: 370px;
}
/* .project-first-section {
  width: 600px;
} */
.project-second-section {
  margin-top: 100px;
  /* width: 500px; */
  text-align: end;
}
.pSquare {
  width: 30px;
  height: 30px;
  border: 1px solid #d9d9d9;
  rotate: 45deg;
}
.pSqr1 {
  position: absolute;
  left: 735px;
  top: 24px;
}
.pSqr3 {
  position: absolute;
  left: 735px;
  top: 259px;
}
.pSqr5 {
  position: absolute;
  left: 735px;
  top: 490px;
}
.pSqr2 {
  position: absolute;
  top: 130px;
  right: 737px;
}
.pSqr4 {
  position: absolute;
  right: 737px;
  top: 367px;
}
/* .pDetails {
  padding: 40px 0 75px 0px;
} */
/* .project-margin-left {
  margin: 0 180px;
}
.project-margin-right {
  margin: 0 200px 0 0;
} */
.project-margin-left {
  margin: 40px 180px;
}
.project-margin-right {
  margin: 40px 200px 40px 0;
}
.pNo1,
.pNo2,
.pNo3,
.pNo4,
.pNo5 {
  font-weight: 700;
  position: absolute;
}
.pNo1 {
  left: 741px;
  top: 27px;
}
.pNo3 {
  left: 741px;
  top: 262px;
}
.pNo5 {
  left: 741px;
  top: 493px;
}
.pNo2 {
  right: 743px;
  top: 131px;
}
.pNo4 {
  right: 744px;
  top: 368px;
}
.project-line {
  width: 0.5px;
  padding: 0px 365px;
  border: 1px solid rgba(217, 217, 217, 0.3);
}
.project-line1 {
  position: absolute;
  z-index: 1;
  top: 39px;
  left: 0px;
}
.project-line3 {
  position: absolute;
  left: 0px;
  top: 272px;
}
.project3 {
  position: relative;
  top: 132px;
}
.project-line5 {
  position: absolute;
  left: 0px;
  top: 505px;
}
.project5 {
  position: absolute;
  top: 501px;
}
.project-line2 {
  position: absolute;
  z-index: 1;
  top: 144px;
  right: 0px;
}
.project-line4 {
  position: absolute;
  z-index: 1;
  top: 381px;
  right: 0px;
}
.project4 {
  top: 378px;
  position: absolute;
}

.pName,
.pYear {
  font-size: 18px;
  font-weight: 700;
}
.pName span {
  font-weight: 400;
}

.pYear-left {
  margin-left: 74px;
}
.pYear-right {
  margin-right: 74px;
}
.pYear span {
  font-weight: 400;
}
.carousel-indicators [data-bs-target] {
  background-color: transparent;
}
/* Latest News Section */
.news-page-header {
  position: relative;
  padding-top: 6vw;
  padding-bottom: 7vw;
}
/* .page-header-inner, body.ph-image-on.ph-bg-image-on #page-header:not(.project-info-list-on) .page-header-inner {
  width: 100%;
  padding-top: 6vw;
  padding-bottom: 7vw;
  z-index: 2;
} */
.newsSquare1 {
  position: absolute;
  width: 750px;
  height: 750px;
  right: 111px;
  top: -113px;
  z-index: 1;
  border: 1px solid #d9d9d9;
  rotate: 45deg;
}
.newsSquare2 {
  position: absolute;
  width: 750px;
  height: 750px;
  left: 47px;
  top: 149px;
  z-index: -1;
  border: 1px solid #d9d9d9;
  rotate: 45deg;
}
.news-title {
  width: 30%;
  margin: auto;
}
.news-tlt1 {
  color: #000;
  text-align: left;
  font-family: "Mukta";
  font-size: 76px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  left: 44px;
  top: 18px;
}
.news-tlt2 {
  color: #000;
  text-align: left;
  font-family: "Mukta";
  font-size: 76px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  left: 46px;
}
.news-tlt3 {
  color: #264658;
  text-align: right;
  font-family: "Kaisei HarunoUmi";
  font-size: 94px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  position: absolute;
  right: 759px;
  top: 219px;
  z-index: 2;
}
.news-section {
  position: relative;
}
.card-date {
  color: #565555;
  text-align: justify;
  font-family: "Kaisei HarunoUmi";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
}
.card-title {
  color: #000;
  text-align: justify;
  font-family: "Roboto";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.card-text {
  color: #000;
  text-align: justify;
  font-family: "Roboto";
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.news-section .card {
  width: 18rem;
}
.card1,
.card2,
.card3,
.card4,
.card5,
.card6 {
  width: 50%;
  margin: 50px 0px;
}
.card1 {
  margin: 50px 432px 14px 432px;
}
.card2 {
  position: absolute;
  z-index: 3;
  right: 0px;
  top: -34px;
  left: 50%;
}
.card2::before {
  position: absolute;
  width: 1050px;
  height: 124px;
  background-color: #264658;
  content: " ";
  z-index: -1;
  top: 316px;
  right: -217px;
}
.card2 .card {
  margin-top: 35px;
}
.card-area200 {
  margin-top: 113px;
}
.card3 {
  margin: 50px 0px 0px 624px;
}
.card-line {
  width: 40%;
  padding: 5px 120px;
  margin-top: 39px;
  background-color: #264658;
}
.card4 {
  margin: 50px 0px 0px 0px;
  padding-right: 485px;
}
.card5 {
  margin: 75px 0px 0px 382px;
}
.card6 {
  padding-right: 51%;
  margin-top: 81px;
}
.newsNo {
  position: absolute;
  right: 43.2%;
  bottom: -33px;
}

/* Contact us section CSS */
.contact-page-header {
  position: relative;
  padding-top: 14vw;
}
.cSquare1 {
  position: absolute;
  width: 170px;
  height: 170px;
  z-index: -1;
  border: 1px solid #d9d9d9;
  rotate: 45deg;
  left: 46%;
  top: 204px;
}
.contact-title1 {
  color: #264658;
  text-align: center;
  font-family: "Kaisei HarunoUmi";
  font-size: 68px;
  font-weight: 700;
  text-transform: uppercase;
  animation: slideUp ease 0.5s forwards 1.2s;
}
.contact-title2 {
  color: #000;
  text-align: center;
  font-family: "Mukta";
  font-size: 64px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 60%;
  animation: slideUp ease 0.5s forwards 1.2s;
}
@keyframes slideUp {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-40px);
    opacity: 1;
  }
}
label {
  font-size: 14px;
  font-weight: bold;
  margin: 30px 0 0 0;
}
label span {
  color: red;
}
.contact-input {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
  border: none;
  border-radius: 0%;
  border-bottom: 1px solid #d9d9d9;
}
/* .contact-image-section{
    background-image: url('../assets/img/contact/contact-image1.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 100%;
    height: fit-content;
}
*/
.contact-image-section {
  position: relative;
}
.contact-image-section img {
  width: 602px;
  position: absolute;
  top: -369px;
  right: 16px;
  z-index: -1;
}
.contact-form-section {
  align-items: center;
}
.form-title-section {
  align-items: center;
}
.form-title-section .form-title {
  margin-left: 20%;
}
.form-title1 {
  color: #000;
  text-align: center;
  font-family: "Roboto";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  margin-right: 50px;
}
.form-title2 {
  color: #000;
  text-align: center;
  font-family: "Kaisei HarunoUmi";
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
}
.map {
  position: relative;
  margin: 100px 0;
}
.cSquare2 {
  position: absolute;
  width: 150px;
  height: 150px;
  z-index: -1;
  border: 1px solid #264658;
  rotate: 45deg;
  left: 6%;
  top: -74px;
}
.sendBtn {
  margin-right: 49%;
  margin-top: 30px;
  font-size: 14px;
  font-weight: bold;
}
.sendBar {
  height: 5px;
  width: 267px;
  background-color: #d9d9d9;
  margin-left: 167px;
}
/* Media Query */

@media (min-width: 1921px) and (max-width: 2560px) {
  /* Home CSS */
  .index-page-header {
    padding-bottom: 22vh !important;
  }
  .construction-img img {
    width: 994px;
    position: relative;
    left: 1238px;
    top: 280px;
  }
  .slideNo {
    color: black;
    position: absolute;
    left: 748px;
    top: 66%;
  }
  .ct2 {
    padding-bottom: 579px;
  }
  .company .about {
    position: absolute;
    top: 335px;
    right: 696px;
  }
  .company p {
    font-size: 16px;
  }
  .company .c-details {
    width: 533px;
  }
  #page-header .description {
    top: 418px;
    left: 1365px;
    font-size: 18px;
  }
  .square2 {
    left: 888px;
    top: 244px;
  }
  .sNo1 {
    top: 246px;
    left: 894px;
  }
  .square3 {
    width: 200px;
    height: 200px;
    left: 74%;
    top: 490px;
  }
  .construction {
    top: 253px;
    left: 937px;
  }
  .development {
    top: 326px;
    left: 769px;
  }
  .company h2 {
    font-size: 72px;
  }
  .company .companyTitle1 {
    margin-top: 84px;
    margin-left: 706px;
  }
  .company .companyTitle2 {
    position: absolute;
    left: 635px;
    top: 233px;
  }
  .company .companyTitle3 {
    left: 866px;
    top: 321px;
  }
  .company .about {
    font-size: 16px;
  }
  .line {
    left: 763px;
    z-index: 1;
  }
  .line3,
  .line4 {
    width: 0.5px;
    padding: 0px 957px;
  }

  .c-details-section {
    margin-left: 43%;
    margin-top: 9%;
  }
  .square1 {
    top: 288px;
    left: 705px;
  }
  .square4 {
    position: absolute;
    width: 420px;
    height: 420px;
    top: 308px;
    right: 702px;
  }
  .square5 {
    width: 50px;
    height: 50px;
    right: 967px;
  }
  .sNo2 {
    top: 362px;
    right: 982px;
  }
  .ct2 p {
    right: 883px;
    top: 87px;
  }
  .line2 {
    padding: 0px 478px;
    top: 375px;
    right: 0px;
  }
  .ps-descrition {
    margin-top: -86px;
    margin-left: 83%;
  }
  .lt-description {
    left: 823px;
  }
  .lt-title .lt-title-slider {
    width: 200%;
  }
  .lt-title .lt-title-header {
    display: inline-block;
    animation: 30s slideText infinite linear backwards;
  }
  @keyframes slideText {
    from {
      transform: translateX(500px);
    }
    to {
      transform: translateX(-3500px);
    }
  }
  .lt-title {
    display: none;
  }

  /* About Us Section */
  .landing-section {
    padding-top: 15%;
    padding-bottom: 18%;
  }
  .about-section {
    padding-left: 556px;
    padding-right: -46px;
    margin-top: -369px;
  }
  .about-text h3 {
    font-size: 80px;
  }
  .about-text p {
    font-size: 56px;
  }
  .about-img {
    padding-left: 300px;
    padding-right: 300px;
  }
  .straiteText {
    margin-right: 90px;
  }

  .image-1 img {
    width: 100%;
    height: 588px;
  }
  .image-2 {
    right: 40%;
    top: 167px;
  }
  .image-2 img {
    width: 80%;
    height: 554px;
    position: absolute;
    right: 5%;
  }
  .lineItem div {
    left: 60%;
    padding: 250px 0;
    width: 18px;
  }
  .item1 {
    left: 45% !important;
    top: -55%;
  }
  .item3 {
    left: 75% !important;
    top: 40%;
  }
  .about-text2 p {
    font-size: 18px;
  }

  .straiteText h3 {
    font-size: 72px;
    margin-top: 46px;
    margin-right: 92px;
  }
  .abSquare1 {
    width: 250px;
    height: 250px;
    top: 403px;
    left: 45%;
    animation: rotation 4s infinite linear;
  }

  .abSquare2 {
    animation: rotation 4s infinite linear;
  }
  @keyframes rotation {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(359deg);
    }
  }
  /* Experience Section */
  .project-line {
    padding: 0 509px;
  }
  .pSqr1,
  .pSqr3,
  .pSqr5 {
    left: 40%;
  }
  .pSqr2,
  .pSqr4 {
    right: 40%;
  }
  .pNo1,
  .pNo3,
  .pNo5 {
    left: 40.2%;
  }
  .pNo2,
  .pNo4 {
    right: 40.2%;
  }
  .project-margin-left {
    margin: 40px 218px;
  }
  .project-margin-right {
    margin: 40px 235px 40px 0;
  }
  /* Latest News Section */
  .news-tlt1,
  .news-tlt2 {
    font-size: 96px;
  }
  .news-tlt3 {
    font-size: 118px;
    right: 42%;
    top: 287px;
    z-index: 2;
  }
  .news-section .card {
    width: 22rem;
  }
  .card1 {
    margin: 14px 725px;
  }
  .card2::before {
    position: absolute;
    width: 1303px;
  }

  .card2 {
    top: -58px;
    left: 60%;
  }
  .card2::before {
    height: 137px;
  }
  .card3 {
    margin: 76px 0px 0px 831px;
  }
  .card5 {
    margin: 75px 0px 0px 523px;
  }
  .newsSquare2 {
    width: 850px;
    height: 850px;
    left: 154px;
    top: 121px;
  }
  .newsNo {
    right: 42%;
    bottom: -23px;
  }
  /* Contact us section */
  .cSquare1 {
    left: 47%;
    top: 295px;
  }
  .form-title-section .form-title {
    margin-left: 50%;
  }
  .container {
    max-width: 1639px;
  }
  .sendBtn {
    margin-right: 36%;
  }
}
@media (min-width: 1601px) and (max-width: 1920px) {
  .lt-title .lt-title-slider {
    width: 200%;
  }
  .lt-title .lt-title-header {
    display: inline-block;
    animation: 30s slideText infinite linear backwards;
  }
  @keyframes slideText {
    from {
      transform: translateX(500px);
    }
    to {
      transform: translateX(-3500px);
    }
  }
  .lt-title {
    display: none;
  }
  .abSquare1 {
    animation: rotation 4s infinite linear;
  }
  .abSquare2 {
    animation: rotation 4s infinite linear;
  }
  @keyframes rotation {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(359deg);
    }
  }
  .card5 {
    margin: 75px 0px 0px 408px;
  }

  .about-img {
    padding-left: 300px;
    padding-right: 300px;
  }
  .straiteText {
    margin-right: 90px;
  }

  .item1 {
    left: 45% !important;
    top: -38%;
  }
}
@media (min-width: 1537px) and (max-width: 1600px) {
  .sclLogo {
    width: 30%;
  }
  @keyframes slideText {
    from {
      transform: translateX(200px);
    }
    to {
      transform: translateX(-3500px);
    }
  }
  .lt-title {
    display: none;
  }
  .lt-title .lt-title-header {
    display: inline-block;
    animation: 50s slideText infinite linear backwards;
  }
  .abSquare1 {
    animation: rotation 4s infinite linear;
  }
  .abSquare2 {
    animation: rotation 4s infinite linear;
  }
  @keyframes rotation {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(359deg);
    }
  }
  /* Lates News Section */
  .card6 {
    margin-top: 47px;
  }
}
@media (min-width: 1441px) and (max-width: 1536px) {
  .index-page-header {
    padding-bottom: 15vh !important;
  }
  .sclLogo {
    width: 30%;
  }
  .construction {
    font-size: 0px;
    top: 79px;
    left: 524px;
  }
  .construction span {
    font-size: 60px;
  }
  .development {
    font-size: 0px;
    top: 135px;
  }
  .development span {
    font-size: 60px;
  }
  #page-header img {
    width: 644px;
    left: 755px;
  }
  .construction-img img {
    top: 165px;
  }
  .pic-ctn {
    position: relative;
    margin-top: -10vh;
  }
  .bar {
    top: 626px;
  }
  .slideNo {
    top: 75%;
    left: 310px;
  }
  .square3 {
    left: 79%;
    top: 274px;
  }
  #page-header .description {
    top: 215px;
    left: 810px;
  }
  .square1 {
    top: 122px;
  }
  .square2 {
    top: 69px;
    left: 497px;
  }
  .sNo1 {
    top: 72px;
    left: 504px;
  }
  .company h2 {
    font-size: 48px;
  }
  .line {
    left: 450px;
  }
  .line4 {
    padding: 0px 553px;
    left: 214px;
    top: 46px;
  }
  .company .companyTitle1 {
    margin-left: 399px;
  }
  .company .companyTitle2 {
    left: 346px;
  }
  .company .companyTitle3 {
    font-size: 48px;
    left: 527px;
  }
  .square4 {
    width: 330px;
    height: 330px;
  }
  .square4 {
    right: 216px;
  }
  .square5 {
    left: 1087px;
  }
  .line2 {
    padding: 0px 207px;
  }
  .sNo2 {
    right: 427px;
  }
  .company .about {
    right: 12%;
  }
  .c-details-section {
    margin-top: 14%;
    margin-left: 43%;
  }
  /* .line3 {
    padding: 0px 553px;
  }
  .partner-caption-title h2 {
    margin-left: 134px;
  } */
  .ct2 p {
    right: 356px;
  }
  .ps-descrition {
    margin-left: 941px;
  }
  .lt-description {
    top: 465px;
    left: 321px;
  }
  .lt-title {
    display: none;
  }
  .lt-title h2 {
    font-size: 48px;
  }
  .lt-title span::after {
    right: 23.200000000000003vw;
  }
  @keyframes slideText {
    from {
      transform: translateX(200px);
    }
    to {
      transform: translateX(-3500px);
    }
  }
  .lt-title .lt-title-header {
    display: inline-block;
    animation: 50s slideText infinite linear backwards;
  }

  .marquee-title h2 {
    font-size: 56px;
  }
  .marquee-title span::after {
    top: 30%;
    margin-left: 431px;
  }

  /* Updated About Section */
  .landing-section {
    padding-bottom: 15%;
  }
  .about-section {
    margin-top: -152px;
  }
  .image-1 img {
    width: 565px;
    height: 346px;
    right: 252px;
    top: -46px;
  }
  .image-2 img {
    width: 466px;
  }
  .image-2 {
    left: 25%;
    top: 45px;
  }
  .about-text2 {
    width: 40%;
  }
  .straiteText h3 {
    font-size: 40px;
    margin-top: -43px;
    margin-right: 275px;
  }

  .lineItem div {
    left: 51%;
  }
  .abSquare1 {
    top: 224px;
    left: 700px;
    animation: rotation 4s infinite linear;
  }

  @keyframes rotation {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(359deg);
    }
  }

  .strive h2 {
    top: 304px;
    right: 339px;
    font-size: 46px;
  }
  .about-details {
    margin-left: 400px;
  }

  /* Experience section */
  .news-section .card {
    width: 16rem;
  }
  .experience-title .ex-tlt1 {
    font-size: 52px;
  }
  .experience-title .ex-tlt2 {
    font-size: 52px;
  }
  .exSquare1 {
    position: absolute;
    width: 300px;
    height: 300px;
    top: -59px;
  }
  .exSquare2 {
    width: 550px;
    height: 550px;
    top: 254px;
  }
  .project-line {
    width: 0.5px;
    padding: 0px 253px;
    border: 1px solid rgba(217, 217, 217, 0.3);
  }
  .pSqr1,
  .pSqr3,
  .pSqr5 {
    left: 511px;
  }
  .pNo1,
  .pNo3,
  .pNo5 {
    left: 517px;
  }
  .pSqr2,
  .pSqr4 {
    right: 510px;
  }
  .pNo2,
  .pNo4 {
    right: 515px;
  }

  .project-margin-right {
    margin: 40px 224px 40px 0;
  }
  /* Latest News Section */
  .news-tlt1,
  .news-tlt2 {
    font-size: 64px;
  }
  .news-tlt3 {
    font-size: 72px;
    right: 605px;
    top: 192px;
  }
  .newsSquare1 {
    width: 750px;
    height: 750px;
    right: -73px;
    top: -40px;
  }
  .newsSquare1 {
    z-index: -1;
  }
  .newsSquare2 {
    left: 60px;
  }
  .card1 {
    margin: 41px 368px;
  }
  .card2 {
    left: 58%;
    /* top: 4px; */
  }
  .card2::before {
    width: 853px;
  }
  .card3 {
    margin: 50px 0px 0px 523px;
  }
  .card4 {
    margin: 50px 0px 0px 0px;
    padding-right: 98px;
  }
  .card5 {
    margin: 50px 0px 0px 372px;
  }
  .card6 {
    padding-right: 25%;
    margin-top: 47px;
  }

  .newsNo {
    right: 32%;
  }
  /* Contact US Section */
  .contact-title1,
  .contact-title2 {
    font-size: 52px;
  }
  .form-title1 {
    margin-right: 29px;
  }
  .form-title2 {
    font-size: 36px;
  }
  .cSquare1 {
    width: 130px;
    height: 130px;
    left: 46%;
    top: 153px;
  }
}
@media (min-width: 1367px) and (max-width: 1440px) {
  .square1 {
    left: 224px;
  }
  .construction {
    font-size: 58px;
    margin: -23px 0px 0px 338px;
  }
  .development {
    font-size: 58px;
    left: 336px;
  }
  .square1 {
    top: 194px;
    left: 322px;
  }
  .square2 {
    left: 415px;
  }
  .sNo1 {
    position: absolute;
    top: 142px;
    left: 422px;
  }
  #page-header img {
    width: 652px;
    position: relative;
    left: 474px;
    top: 280px;
  }
  #page-header .description {
    top: 350px;
    left: 613px;
  }
  .slideNo {
    position: absolute;
    left: 239px;
    top: 80%;
  }
  .bar {
    top: 586px;
    left: 241px;
  }
  .company .companyTitle1 {
    margin-top: 123px;
    margin-left: 141px;
  }
  .company .companyTitle2 {
    position: absolute;
    left: 86px;
    top: 268px;
  }
  .line {
    left: 196px;
  }
  .company .companyTitle3 {
    left: 339px;
    top: 330px;
  }
  .square4 {
    top: 292px;
    right: 243px;
  }
  .line2 {
    padding: 0px 223px;
  }
  .square5 {
    right: 451px;
    top: 351px;
  }
  .sNo2 {
    position: absolute;
    top: 354px;
    right: 458px;
  }
  .company .about {
    left: 930px;
  }
  .ct2 p {
    right: 427px;
  }
  .c-details-section {
    margin-left: 35%;
    margin-top: 11%;
  }
  .line3 {
    padding: 0px 469px;
  }
  .partner-caption-title {
    margin-left: 138px;
  }
  .ps-descrition {
    margin-top: -86px;
    margin-left: 769px;
  }
  .line4 {
    padding: 0px 468px;
  }
  .lt-img {
    width: 681px;
    height: 374px;
  }
  .lt-title h2 {
    font-size: 48px;
  }
  .lt-description {
    top: 398px;
    left: 283px;
  }
  .lt-title span::after {
    right: 25.200000000000003vw;
  }
  @keyframes slideText {
    from {
      transform: translateX(200px);
    }
    to {
      transform: translateX(-2500px);
    }
  }
  .lt-title .lt-title-header {
    display: inline-block;
    animation: 30s slideText infinite linear backwards;
  }
  /* Updated About Section */
  .about-section {
    margin-top: -152px;
  }
  .image-1 img {
    width: 667px;
    margin-right: 86px;
  }
  .image-2 img {
    width: 658px;
  }
  .about-text2 {
    width: 40%;
  }
  .straiteText h3 {
    font-size: 48px;
    margin-top: 70px;
    margin-right: 145px;
  }

  /* About section */
  .abSquare1 {
    top: 249px;
    left: 700px;
    animation: rotation 4s infinite linear;
  }
  .abSquare2 {
    animation: rotation 4s infinite linear;
    width: 150px;
    height: 150px;
    right: 227px;
    top: 562px;
  }
  .abSquare2::after {
    top: 95px;
    left: 70px;
  }
  @keyframes rotation {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(359deg);
    }
  }
  /* Experience section */
  .experience-title .ex-tlt1 {
    font-size: 44px;
  }
  .experience-title .ex-tlt2 {
    font-size: 48px;
  }
  .exSquare1 {
    position: absolute;
    width: 300px;
    height: 300px;
    top: -59px;
  }
  .exSquare2 {
    width: 524px;
    height: 524px;
    right: 0px;
    top: 259px;
  }
  .project-line {
    width: 0.5px;
    padding: 0px 253px;
    border: 1px solid rgba(217, 217, 217, 0.3);
  }
  .pSqr1,
  .pSqr3,
  .pSqr5 {
    left: 511px;
  }
  .pNo1,
  .pNo3,
  .pNo5 {
    left: 517px;
  }
  .pSqr2,
  .pSqr4 {
    right: 510px;
  }
  .pNo2,
  .pNo4 {
    right: 515px;
  }
  .project-margin-left {
    margin: 0 0px 0 234px;
  }
  .project-margin-right {
    margin: 0 246px 0 0;
  }
  /* Latest News Section */
  .news-tlt1 {
    font-size: 72px;
  }
  .news-tlt2 {
    font-size: 72px;
  }
  .news-tlt3 {
    font-size: 84px;
    right: 454px;
    top: 278px;
  }
  .newsSquare1 {
    position: absolute;
    width: 650px;
    height: 650px;
    right: -83px;
    top: -20px;
  }
  .newsSquare2 {
    left: 9px;
    top: 121px;
  }
  .card1 {
    margin: 14px 343px;
  }
  .card2 {
    left: 62%;
  }
  .card2::before {
    position: absolute;
    width: 1078px;
    height: 75px;
    background-color: #264658;
    content: " ";
    z-index: -1;
    top: 286px;
    /* right: -218px;
        */
    left: 162px;
  }
  .card3 {
    margin: 50px 0px 0px 427px;
  }
  .card4 {
    padding-right: 151px;
  }
  .card5 {
    margin: 75px 0px 0px 303px;
  }
  .card6 {
    padding-right: 21%;
  }
  .newsNo {
    right: 29%;
    top: 1364px;
  }
  .footer {
    margin-top: 10px;
  }
}
@media (min-width: 1281px) and (max-width: 1366px) {
  .sclLogo {
    width: 30%;
  }
  .index-page-header {
    padding-bottom: 60vh !important;
  }
  .tt-logo img {
    margin-left: 26px;
  }
  .square1 {
    left: 224px;
  }
  .construction {
    font-size: 0px;
    margin: 3px 0px 0px -80px;
    top: 165px;
    left: 558px;
  }
  .construction span {
    font-size: 48px;
  }
  .development {
    font-size: 0px;
    left: 377px;
    top: 222px;
  }
  .development span {
    font-size: 48px;
  }
  .square2 {
    left: 449px;
    top: 156px;
  }
  .sNo1 {
    top: 158px;
    left: 455px;
  }
  #page-header img {
    width: 565px;
    position: relative;
    left: 569px;
    top: 232px;
  }
  .pic-ctn {
    position: relative;
    margin-top: -47vh;
  }
  #page-header .description {
    top: 288px;
    left: 736px;
  }
  .slideNo {
    position: absolute;
    left: 239px;
    top: 51%;
  }
  .bar {
    top: 533px;
    left: 241px;
  }
  .company .companyTitle1 {
    margin-top: 75px;
    margin-left: 272px;
    font-size: 48px;
  }
  .company .companyTitle2 {
    left: 207px;
    top: 217px;
    font-size: 48px;
  }
  .line {
    left: 321px;
  }

  .company .companyTitle3 {
    left: 397px;
    top: 281px;
    font-size: 52px;
  }
  .company .c-details {
    width: 463px;
    text-align: justify;
  }
  .square1 {
    width: 150px;
    height: 150px;
    top: 190px;
    left: 322px;
  }
  .square3 {
    position: absolute;
    width: 130px;
    height: 130px;
    left: 80%;
    top: 322px;
  }
  .square3::after {
    height: 68px;
    top: 32px;
  }
  .square4 {
    width: 300px;
    height: 300px;
    top: 292px;
    right: 243px;
  }
  .line2 {
    padding: 0px 210px;
    top: 339px;
  }
  .square5 {
    right: 426px;
    top: 325px;
  }
  .sNo2 {
    top: 328px;
    right: 434px;
  }
  .company .about {
    right: 14%;
    top: 310px;
  }
  .ct2 {
    padding-bottom: 309px;
  }
  .ct2 p {
    right: 427px;
  }
  .c-details-section {
    margin-left: 37%;
    margin-top: 11%;
  }
  .line3,
  .line4 {
    padding: 0px 480px;
  }
  .partner-caption-title {
    margin-left: 138px;
  }

  .ps-descrition {
    margin-top: -86px;
    margin-left: 769px;
  }
  .line4 {
    padding: 0px 468px;
  }

  .lt-img {
    width: 616px;
    height: 370px;
  }
  .lt-title h2 {
    font-size: 48px;
  }
  .lt-description {
    top: 398px;
    left: 283px;
  }
  .lt-title span::after {
    right: 25.200000000000003vw;
  }
  @keyframes slideText {
    from {
      transform: translateX(200px);
    }
    to {
      transform: translateX(-2500px);
    }
  }
  .lt-title .lt-title-header {
    display: inline-block;
    animation: 30s slideText infinite linear backwards;
  }
  .lt-title {
    display: none;
  }
  .marquee-title h2 {
    font-size: 56px;
  }
  .marquee-title span::after {
    top: 30%;
    margin-left: 423px;
  }
  /* Updated About Section */
  .landing-section {
    padding-bottom: 10%;
  }
  .about-section {
    margin-top: -98px;
  }
  .about-section {
    padding-left: 128px;
    padding-right: 80px;
  }
  .lineItem div {
    width: 12px;
    padding: 180px 0px;
    left: 56%;
  }
  .item1 {
    left: 45% !important;
    top: -20%;
  }
  .item2 {
    top: 80px;
  }
  .item3 {
    top: 40%;
    left: 65%;
  }
  .image-1 img {
    width: 545px;
    height: 350px;
  }
  .image-2 img {
    width: 456px;
  }
  .about-text {
    margin-bottom: 5%;
  }
  .lineItem {
    width: 50%;
  }
  .about-text2 {
    width: 50%;
  }
  .about-text2 p {
    width: 80%;
  }

  .straiteText h3 {
    font-size: 36px;
    margin-top: 9px;
    margin-right: 195px;
  }

  /* About section */

  .about h1 {
    font-size: 56px;
  }
  .about-page-header-title span {
    font-size: 48px;
    top: 63px;
    margin-left: 51px;
  }

  .abSquare1 {
    top: 188px;
    left: 606px;
    animation: rotation 4s infinite linear;
  }

  @keyframes rotation {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(359deg);
    }
  }
  .strive h2 {
    top: 163px;
    right: 303px;
    font-size: 40px;
  }
  .about-details {
    margin-left: 270px;
  }
  .rec1,
  .rec2,
  .rec3 {
    width: 10px;
    padding: 170px 0;
  }
  .rec1 {
    right: -194px;
    bottom: 161px;
  }
  .rec2 {
    left: 211px;
  }
  .rec3 {
    left: 263px;
    top: 144px;
  }
  /* Experience section */
  .experience-title .ex-tlt1 {
    font-size: 44px;
  }
  .experience-title .ex-tlt2 {
    font-size: 48px;
  }
  .exSquare1 {
    position: absolute;
    width: 300px;
    height: 300px;
    top: -59px;
  }
  .exSquare2 {
    width: 524px;
    height: 524px;
    right: 0px;
    top: 259px;
  }
  .project-line {
    width: 0.5px;
    padding: 0px 253px;
    border: 1px solid rgba(217, 217, 217, 0.3);
  }
  .pSqr1,
  .pSqr3,
  .pSqr5 {
    left: 511px;
  }
  .pNo1,
  .pNo3,
  .pNo5 {
    left: 517px;
  }
  .pSqr2,
  .pSqr4 {
    right: 510px;
  }
  .pNo2,
  .pNo4 {
    right: 517px;
  }
  .project-margin-left {
    margin: 40px 133px;
  }
  /* Latest News Section */
  .news-tlt1,
  .news-tlt2 {
    font-size: 56px;
  }
  .news-tlt3 {
    font-size: 72px;
    right: 480px;
    top: 166px;
  }
  .news-section .card {
    width: 16rem;
  }
  .card2 .card {
    margin-top: 0;
  }
  .newsSquare1 {
    position: absolute;
    width: 650px;
    height: 650px;
    right: -83px;
    top: -20px;
  }
  .newsSquare2 {
    left: 9px;
    top: 121px;
  }
  .card1 {
    margin: 14px 343px;
  }
  .card2 {
    left: 62%;
  }
  .card2::before {
    height: 109px;
    top: 303px;
    left: 162px;
  }
  .card3 {
    margin: 50px 0px 0px 427px;
  }
  .card4 {
    padding-right: 151px;
  }
  .card5 {
    margin: 75px 0px 0px 303px;
  }
  .card6 {
    padding-right: 21%;
  }
  .newsNo {
    right: 31%;
    bottom: -30px;
  }
  .footer {
    margin-top: 10px;
  }
  /* Contact Us Section */
  .contact-title1 {
    font-size: 52px;
  }
  .contact-title2 {
    font-size: 48px;
  }
  .cSquare1 {
    width: 120px;
    height: 120px;
    left: 46%;
    top: 136px;
  }
  .form-title2 {
    font-size: 40px;
  }
  .form-title-section .form-title {
    margin-left: 6%;
  }
}
@media (min-width: 1081px) and (max-width: 1280px) {
  .sclLogo {
    width: 30%;
    margin-left: 0%;
  }
  .index-page-header {
    padding-bottom: 34vh !important;
  }
  .tt-logo img {
    margin-left: 26px;
  }
  .square1 {
    left: 134px;
    top: 168px;
  }
  .construction {
    font-size: 0px;
    /* margin: -24px 0px 0px 270px;
        */
    position: absolute;
    left: 369px;
    top: 163px;
  }
  .construction span {
    font-size: 52px;
  }
  .development {
    font-size: 0px;
    left: 251px;
    top: 220px;
  }
  .development span {
    font-size: 52px;
  }
  .square2 {
    left: 330px;
    top: 148px;
  }
  .sNo1 {
    left: 339px;
    top: 150px;
  }
  #page-header img {
    width: 596px;
    position: relative;
    left: 474px;
    top: 280px;
  }
  #page-header .description {
    top: 317px;
    left: 624px;
  }
  .slideNo {
    position: absolute;
    left: 159px;
    top: 69%;
  }
  .bar {
    top: 586px;
    left: 157px;
  }
  .company .companyTitle1 {
    margin-top: 123px;
    margin-left: 241px;
  }
  .company .companyTitle2 {
    position: absolute;
    left: 192px;
    top: 256px;
  }
  .line {
    left: 281px;
  }
  .company h2 {
    font-size: 40px;
  }
  .company .companyTitle3 {
    left: 352px;
    top: 312px;
  }
  .square4 {
    top: 299px;
    right: 243px;
  }
  .line2 {
    padding: 0px 223px;
  }
  .square5 {
    right: 451px;
    top: 351px;
  }
  .sNo2 {
    position: absolute;
    top: 354px;
    right: 458px;
  }
  .company .about {
    right: 17%;
  }
  .ct2 p {
    right: 427px;
  }
  .ct2 {
    padding-bottom: 289px;
  }
  .square3 {
    left: 80%;
    top: 383px;
    width: 120px;
    height: 120px;
  }
  .square3::after {
    height: 73px;
  }
  .c-details-section {
    margin-left: 28%;
    margin-top: 15%;
  }
  .line3 {
    padding: 0px 425px;
  }
  .partner-caption-title {
    margin-left: 171px;
  }
  .ps-descrition {
    margin-top: -86px;
    margin-left: 703px;
  }
  .line4 {
    padding: 0px 421px;
  }

  .lt-img {
    width: 681px;
    height: 374px;
  }
  .lt-title {
    display: none;
  }
  .lt-title h2 {
    font-size: 40px;
  }
  .marquee-title span::after {
    /* right: 24.200000000000003vw; */
    top: 32%;
    margin-left: 473px;
  }
  .lt-description {
    top: 398px;
    left: 238px;
  }
  .lt-title span::after {
    right: 23.200000000000003vw;
    top: 52%;
  }
  @keyframes slideText {
    from {
      transform: translateX(200px);
    }
    to {
      transform: translateX(-2500px);
    }
  }
  .lt-title .lt-title-header {
    display: inline-block;
    animation: 30s slideText infinite linear backwards;
  }
  .llt-title {
    display: none;
  }
  /* Updated About Section */
  .about-text h3 {
    font-size: 56px;
  }
  .about-text p {
    margin-left: 108px;
    font-size: 44px;
  }
  .landing-section {
    padding-bottom: 10%;
  }
  .about-section {
    margin-top: -89px;
  }
  .about-section {
    padding-left: 128px;
    padding-right: 80px;
  }
  .lineItem div {
    width: 12px;
    padding: 180px 0px;
    left: 56%;
  }
  .item1 {
    left: 45% !important;
    top: -20%;
  }
  .item2 {
    top: 80px;
  }
  .item3 {
    top: 40%;
    left: 65%;
  }
  .image-1 img {
    width: 545px;
    height: 330px;
  }
  .image-2 {
    left: 20%;
  }
  .image-2 img {
    width: 456px;
  }
  .about-text {
    margin-bottom: 5%;
  }
  .lineItem {
    width: 40%;
  }
  .about-text2 {
    width: 50%;
  }
  .about-text2 p {
    width: 90%;
  }

  .straiteText h3 {
    font-size: 36px;
    margin-top: 43px;
    margin-right: 205px;
  }

  .about h1 {
    font-size: 56px;
  }
  .about-page-header-title span {
    font-size: 48px;
    top: 63px;
    margin-left: 51px;
  }
  .abSquare1 {
    top: 185px;
    left: 563px;
    animation: rotation 4s infinite linear;
  }

  @keyframes rotation {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(359deg);
    }
  }
  .strive h2 {
    top: 163px;
    right: 303px;
    font-size: 40px;
  }
  .about-details {
    margin-left: 270px;
  }
  .rec1,
  .rec2,
  .rec3 {
    width: 10px;
    padding: 170px 0;
  }
  .rec1 {
    right: -194px;
    bottom: 161px;
  }
  .rec2 {
    left: 211px;
  }
  .rec3 {
    left: 263px;
    top: 144px;
  }
  /* Experience section */
  .project-section {
    margin-top: 55px;
  }
  .experience-title .ex-tlt1 {
    font-size: 44px;
  }
  .experience-title .ex-tlt2 {
    font-size: 48px;
  }
  .exSquare1 {
    position: absolute;
    width: 300px;
    height: 300px;
    top: -59px;
  }
  .exSquare2 {
    width: 500px;
    height: 500px;
    right: 0px;
    top: 215px;
  }

  .project-line {
    width: 0.5px;
    padding: 0px 253px;
    border: 1px solid rgba(217, 217, 217, 0.3);
  }
  .pSqr1,
  .pSqr3,
  .pSqr5 {
    left: 511px;
  }
  .pNo1,
  .pNo3,
  .pNo5 {
    left: 517px;
  }
  .pSqr2,
  .pSqr4 {
    right: 510px;
  }
  .pNo4 {
    top: 369px;
  }
  .pNo2,
  .pNo4 {
    right: 517px;
  }

  /* Latest News Section */
  .news-tlt1,
  .news-tlt2 {
    font-size: 64px;
  }
  .news-tlt3 {
    font-size: 72px;
    right: 412px;
    top: 172px;
  }
  .newsSquare1 {
    width: 650px;
    height: 650px;
    right: -113px;
    top: -45px;
  }
  .card2 .card {
    margin-top: 48px;
  }
  .card1 {
    margin: 61px 381px;
  }
  .card2 {
    top: -34px;
    left: 794px;
  }
  .card2::before {
    width: 967px;
    height: 100px;
    top: 339px;
    right: -472px;
  }
  .card3 {
    margin: 37px 0px 0px 480px;
  }
  .card4 {
    margin: 36px 0px 0px 0px;
    padding-right: 13px;
  }
  .card6 {
    padding-right: 18%;
    margin-top: 73px;
  }

  .newsNo {
    right: 28%;
  }
  .card-area200 {
    margin-top: 78px;
  }
  /* Contact Us Section */
  .contact-page-header {
    padding-top: 14vw;
  }
  .contact-title1,
  .contact-title2 {
    font-size: 44px;
  }
  .cSquare1 {
    width: 120px;
    height: 120px;
    left: 46%;
    top: 120px;
  }
  .form-title1 {
    margin-right: 43px;
  }
  .form-title2 {
    font-size: 40px;
  }
  .form-title-section .form-title {
    margin-left: 10%;
    margin-bottom: 91px;
  }
  iframe {
    height: 400px;
  }
}
@media (min-width: 1025px) and (max-width: 1080px) {
  .sclLogo {
    width: 50%;
  }
  .index-page-header {
    padding-top: 28vw;
    padding-bottom: 8vw !important;
  }
  .company {
    padding-bottom: 36px;
  }
  .square1 {
    left: 129px;
  }
  .square1 {
    width: 200px;
    height: 200px;
    top: 179px;
  }
  .construction {
    font-size: 0px;
    margin: 46px 0px 0px -227px;
  }
  .construction span {
    font-size: 48px;
  }
  .development {
    font-size: 0px;
    left: 199px;
    top: 208px;
  }
  .development span {
    font-size: 48px;
  }
  .square2 {
    left: 268px;
    top: 133px;
  }
  .sNo1 {
    left: 276px;
    top: 133px;
  }
  .pic-ctn {
    width: 100vw;
    position: relative;
    margin-top: -4vh;
  }
  #page-header img {
    width: 494px;
    position: relative;
    left: 444px;
    top: 106px;
  }
  #page-header .description {
    top: 266px;
    left: 454px;
  }
  .slideNo {
    position: absolute;
    left: 159px;
    top: 73%;
  }
  .bar {
    top: 508px;
    left: 160px;
  }
  .company .companyTitle1 {
    margin-top: 123px;
    margin-left: 106px;
  }
  .company .companyTitle2 {
    left: 47px;
    top: 268px;
  }
  .line {
    left: 153px;
  }
  .company h2 {
    font-size: 48px;
  }
  .company .companyTitle3 {
    left: 230px;
    top: 330px;
  }
  .square4 {
    top: 308px;
    right: 195px;
  }
  .line2 {
    padding: 0px 199px;
  }
  .square5 {
    right: 404px;
    top: 351px;
  }

  .sNo2 {
    position: absolute;
    top: 354px;
    right: 411px;
  }
  .company .c-details {
    width: 418px;
    text-align: justify;
  }
  .company .about {
    right: 15%;
  }
  .ct2 {
    padding-bottom: 301px;
  }
  .ct2 p {
    right: 425px;
    top: 49px;
  }
  .square3 {
    left: 80%;
    top: 406px;
  }
  .c-details-section {
    margin-left: 27%;
    margin-top: 15%;
  }
  .line3 {
    padding: 0px 381px;
    left: 214px;
  }

  .partner-caption-title {
    margin-left: 111px;
  }
  .partner-caption .description2 {
    margin-left: 133px;
  }
  .ps-descrition {
    margin-top: -86px;
    margin-left: 470px;
  }
  .square7 {
    left: 131px;
  }
  .sNo4 {
    left: 135px;
  }
  .line4 {
    padding: 0px 400px;
    left: 162px;
  }

  .lt-img {
    width: 681px;
    height: 374px;
  }
  .lt-title-slide {
    text-align: center;
  }
  .lt-description {
    top: 398px;
    left: 116px;
  }
  .lt-title span::after {
    display: none;
  }

  @keyframes slide {
    from {
      transform: translateX(200px);
    }
    to {
      transform: translateX(-3500px);
    }
  }
  .logos-slide {
    display: inline-block;
    animation: 50s slide infinite linear backwards;
    width: 250px;
  }
  .marquee-title {
    display: none;
  }
  /* About Section */
  .about-section {
    margin-top: -152px;
    padding-left: 80px;
    padding-right: 80px;
  }
  .image-1 img {
    width: 462px;
    height: 298px;
  }
  .image-2 {
    position: absolute;
    left: 15%;
    top: 96px;
  }
  .image-2 img {
    width: 400px;
  }
  .about-text2 {
    width: 50%;
  }
  .straiteText h3 {
    font-size: 28px;
    margin-top: 24px;
    margin-right: 218px;
  }
  .item2 {
    left: 51%;
  }
  .abSquare1 {
    width: 120px;
    height: 120px;
    top: 165px;
    left: 476px;
  }

  @keyframes rotation {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(359deg);
    }
  }
  .about-details-section {
    top: 161px;
  }
  .strive h2 {
    top: 76px;
    right: 230px;
    font-size: 24px;
  }

  .about-shape-img {
    margin-top: 20%;
  }
  /* Experience section */
  .experience-title .ex-tlt1 {
    font-size: 44px;
  }
  .experience-title .ex-tlt2 {
    font-size: 48px;
  }
  .exSquare1 {
    position: absolute;
    width: 300px;
    height: 300px;
    top: -59px;
  }
  .exSquare2 {
    width: 400px;
    height: 400px;
    right: 0px;
    top: 215px;
  }
  .project-section {
    padding: 50px 0;
    margin-top: 35px;
  }
  .project-line {
    padding: 0px 165px;
  }
  .pSqr1,
  .pSqr3,
  .pSqr5 {
    left: 329px;
  }
  .pNo1,
  .pNo3,
  .pNo5 {
    left: 335px;
  }
  .pSqr2,
  .pSqr4 {
    right: 322px;
  }
  .pNo2,
  .pNo4 {
    right: 329px;
  }

  /* Latest News Section */
  .news-tlt1,
  .news-tlt2 {
    font-size: 56px;
  }
  .news-tlt3 {
    font-size: 60px;
    right: 351px;
    top: 155px;
  }
  .newsSquare1 {
    width: 450px;
    height: 450px;
    right: -186px;
    top: -27px;
  }
  .newsSquare2 {
    width: 500px;
    height: 500px;
    left: -60px;
    top: 49px;
  }
  .card-line {
    margin-top: 40px;
  }
  .card1 {
    margin: 14px 105px;
  }
  .card2 {
    left: 60%;
  }
  .card2::before {
    display: none;
  }
  .card2 .card {
    margin-top: 0px;
  }
  .card-area200 {
    margin-top: 56px;
  }
  .card3 {
    margin: 50px 0px 0px 115px;
  }
  .card4 {
    padding-right: 0px;
  }
  .card5 {
    margin: 75px 0px 0px 125px;
  }
  .card6 {
    padding-right: 0%;
    margin-top: 76px;
  }

  .newsNo {
    right: 42%;
  }
  /* Contact Us Section */
  .contact-page-header {
    position: relative;
    padding-top: 15vw;
  }
  .contact-title1,
  .contact-title2 {
    font-size: 48px;
  }
  .cSquare1 {
    width: 120px;
    height: 120px;
    left: 484px;
    top: 102px;
  }
  .form-title1 {
    margin-right: 42px;
  }
  .form-title2 {
    font-size: 40px;
  }
  .form-title-section .form-title {
    margin-left: 6%;
    margin-bottom: 90px;
  }
  .send-btn {
    padding: 3px 137px;
    right: 255px;
  }
  iframe {
    height: 300px;
  }
}
@media (min-width: 913px) and (max-width: 1024px) {
  .sclLogo {
    width: 50%;
    margin-left: 0%;
  }
  .company {
    padding-bottom: 36px;
  }
  .square1 {
    left: 129px;
  }
  .square1 {
    width: 160px;
    height: 160px;
    top: 88px;
  }
  .construction {
    font-size: 0px;
    margin: -47px 0px 0px -255px;
  }
  .construction span {
    font-size: 48px;
  }
  .development {
    font-size: 0px;
    left: 193px;
    top: 104px;
  }
  .development span {
    font-size: 48px;
  }
  .square2 {
    left: 240px;
    top: 42px;
  }
  .sNo1 {
    left: 246px;
    top: 44px;
  }
  #page-header img {
    width: 484px;
    position: relative;
    left: 349px;
    top: 161px;
  }
  #page-header .description {
    top: 184px;
    left: 454px;
  }
  .slideNo {
    position: absolute;
    left: 155px;
    top: 61%;
  }
  .bar {
    top: 508px;
    left: 160px;
  }
  .company .companyTitle1 {
    margin-top: 64px;
    margin-left: 106px;
  }
  .company .companyTitle2 {
    left: 47px;
    top: 199px;
  }
  .line {
    left: 153px;
  }
  .company h2 {
    font-size: 48px;
  }
  .company .companyTitle3 {
    left: 230px;
    top: 252px;
  }
  .square4 {
    top: 308px;
    right: 195px;
  }
  .line2 {
    padding: 0px 199px;
  }
  .square5 {
    right: 404px;
    top: 351px;
  }
  .sNo2 {
    position: absolute;
    top: 354px;
    right: 411px;
  }
  .company .c-details {
    width: 418px;
    text-align: justify;
  }
  .company .about {
    /* left: 680px; */
    right: 17%;
  }
  .ct2 {
    padding-bottom: 265px;
  }
  .ct2 p {
    right: 427px;
    top: 50px;
  }
  .square3 {
    /* left: 80%;
        top: 406px; */
    display: none;
  }
  .c-details-section {
    margin-left: 27%;
    margin-top: 18%;
  }
  .line3 {
    padding: 0px 364px;
    left: 172px;
  }

  .partner-caption-title {
    margin-left: 154px;
  }
  .partner-caption .description2 {
    margin-left: 125px;
  }
  .logos-slide img {
    /* height: 50px; */
    margin: 0 20px;
  }
  .ps-descrition {
    margin-top: -86px;
    margin-left: 470px;
  }
  .square7 {
    left: 131px;
  }
  .sNo4 {
    left: 135px;
  }
  .line4 {
    padding: 0px 369px;
    left: 162px;
  }
  .lt-title h2 {
    margin: 0px 37px;
  }

  .lt-img {
    width: 681px;
    height: 374px;
  }
  .lt-title h2 {
    font-size: 36px;
  }
  .lt-description {
    top: 398px;
    left: 116px;
  }
  .lt-title-slide {
    text-align: center;
  }
  .lt-title span::after {
    display: none;
  }
  @keyframes slide {
    from {
      transform: translateX(200px);
    }
    to {
      transform: translateX(-3500px);
    }
  }
  .logos-slide {
    display: inline-block;
    animation: 50s slide infinite linear backwards;
    width: 250px;
  }
  .marquee-title {
    display: none;
  }

  /* About Section */
  .about-section {
    margin-top: -152px;
    padding-left: 80px;
    padding-right: 80px;
  }
  .about-text h3 {
    font-size: 48px;
  }
  .about-text p {
    font-size: 40px;
    right: 30px;
  }
  .image-1 img {
    width: 461px;
    height: 289px;
    right: 54px;
  }
  .image-2 {
    position: absolute;
    /* right: 497px; */
    top: 88px;
    left: 20%;
  }
  .image-2 img {
    width: 400px;
  }
  .about-text2 {
    width: 50%;
  }
  .straiteText h3 {
    font-size: 28px;
    margin-top: 26px;
    margin-right: 113px;
  }
  .lineItem div {
    width: 10px;
  }
  .item1 {
    left: 42% !important;
    top: -25%;
  }

  .abSquare1 {
    width: 120px;
    height: 120px;
    top: 152px;
    left: 442px;
  }

  @keyframes rotation {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(359deg);
    }
  }
  .about-details-section {
    top: 161px;
  }
  .strive h2 {
    top: 76px;
    right: 230px;
    font-size: 24px;
  }

  .about-shape-img {
    margin-top: 20%;
  }
  /* Experience section */
  .experience-title .ex-tlt1 {
    font-size: 44px;
  }
  .experience-title .ex-tlt2 {
    font-size: 48px;
  }
  .exSquare1 {
    position: absolute;
    width: 300px;
    height: 300px;
    top: -59px;
  }
  .exSquare2 {
    display: none;
  }
  .project-section {
    padding: 50px 0;
    margin-top: 35px;
  }
  .project-line {
    padding: 0px 133px;
  }
  .pSqr1,
  .pSqr3,
  .pSqr5 {
    left: 270px;
  }
  .pNo1,
  .pNo3,
  .pNo5 {
    left: 277px;
  }
  .pSqr2,
  .pSqr4 {
    right: 272px;
  }
  .pNo2,
  .pNo4 {
    right: 278px;
  }

  /* Latest News Section */
  .news-tlt1,
  .news-tlt2 {
    font-size: 52px;
  }
  .news-tlt3 {
    font-size: 60px;
    right: 314px;
    top: 145px;
  }
  .newsSquare1 {
    width: 450px;
    height: 450px;
    right: -186px;
    top: -27px;
  }
  .newsSquare2 {
    width: 500px;
    height: 500px;
    left: -60px;
    top: 49px;
  }
  .card-line {
    margin-top: 40px;
  }
  .card1 {
    margin: 53px 224px;
  }
  .card-area200 {
    margin-top: 39px;
  }
  .card2 {
    left: 65%;
  }
  .card2::before {
    display: none;
  }
  .card3 {
    margin: 50px 0px 0px 202px;
  }
  .card4 {
    padding-right: 0px;
  }
  .card5 {
    margin: 75px 0px 0px 190px;
  }
  .card6 {
    padding-right: 0%;
    margin-top: 76px;
  }

  .newsNo {
    right: 30%;
  }
  /* Contact Us Section */
  .contact-page-header {
    padding-top: 15vw;
  }
  .contact-title1,
  .contact-title2 {
    font-size: 44px;
  }

  .cSquare1 {
    width: 110px;
    height: 110px;
    left: 45%;
    top: 98px;
  }
  .cSquare2 {
    width: 130px;
    height: 130px;
    top: -63px;
  }

  .form-title1 {
    margin-right: 28px;
  }
  .form-title2 {
    font-size: 36px;
  }
  .form-title-section .form-title {
    margin-left: 6%;
    margin-bottom: 90px;
  }
  .send-btn {
    padding: 3px 137px;
    right: 255px;
  }
  iframe {
    height: 300px;
  }
}

@media (min-width: 769px) and (max-width: 912px) {
  .sclLogo {
    width: 20%;
    margin-left: 0%;
    margin-top: 99px;
  }
  .menu-vertical-line {
    position: relative;
    left: 167px;
  }
  .menu-horizontal-line1,
  .menu-horizontal-line2,
  .menu-horizontal-line3,
  .menu-horizontal-line4,
  .menu-horizontal-line5 {
    padding: 0.5px 200px;
    background-color: #d9d9d9;
  }
  .tt-ol-menu-list > li > a,
  .tt-ol-menu-list > li > .tt-ol-submenu-trigger > a {
    font-size: 36px;
  }
  .index-page-header,
  body.ph-image-on.ph-bg-image-on
    #page-header:not(.project-info-list-on)
    .index-page-header {
    padding-top: 32vw;
    padding-bottom: 36vw !important;
  }
  .company {
    padding-bottom: 36px;
  }
  .tt-logo img {
    margin-right: -163px;
  }
  .square1 {
    left: 129px;
  }
  .square1 {
    width: 200px;
    height: 200px;
    top: 179px;
  }
  .construction {
    /* margin: 64px 0px 0px 238px;
        */
    font-size: 0px;
    position: absolute;
    top: 154px;
    left: 304px;
  }
  .construction span {
    font-size: 48px;
  }
  .development {
    font-size: 0px;
    left: 210px;
    top: 200px;
  }
  .development span {
    font-size: 48px;
  }
  .square2 {
    left: 268px;
    top: 139px;
  }
  .sNo1 {
    left: 277px;
    top: 140px;
  }
  #page-header img {
    width: 540px;
    position: relative;
    left: 81px;
    top: 238px;
  }
  #page-header .description {
    top: 304px;
    left: 367px;
    width: 320px;
  }
  .slideNo {
    position: absolute;
    left: 159px;
    top: 53%;
  }
  .bar {
    top: 471px;
    left: 160px;
  }
  .company .companyTitle1 {
    margin-top: 106px;
    margin-left: 106px;
  }
  .company .companyTitle2 {
    left: 47px;
    top: 253px;
  }
  .line {
    left: 153px;
  }
  .company h2 {
    font-size: 48px;
  }
  .company .companyTitle3 {
    left: 243px;
    top: 317px;
  }
  .square4 {
    display: none;
  }
  .line2 {
    padding: 0px 262px;
    top: 423px;
  }
  .square5 {
    right: 527px;
    top: 409px;
  }
  .sNo2 {
    top: 412px;
    right: 531px;
  }
  .company .c-details {
    width: 418px;
    text-align: justify;
  }
  .company .about {
    /* left: 256px; */
    top: 397px;
    right: 31%;
  }
  .ct2 {
    padding-bottom: 238px;
  }
  .ct2 p {
    right: 374px;
    top: 12px;
  }
  .square3 {
    display: none;
  }
  .c-details-section {
    margin-left: 27%;
    margin-top: 27%;
  }
  .line3 {
    padding: 0px 339px;
    left: 114px;
  }

  .partner-caption .description2 {
    width: 211px;
  }
  .partner-caption-title {
    margin-left: 126px;
  }
  .ps-descrition {
    margin-top: -86px;
    margin-left: 436px;
  }
  .square7 {
    left: 94px;
  }
  .sNo4 {
    left: 100px;
  }
  .line4 {
    padding: 0px 339px;
    left: 123px;
  }

  .lt-img {
    width: 681px;
    height: 374px;
  }
  .lt-title h2 {
    font-size: 40px;
    text-align: center;
    margin: 0 auto;
    width: auto;
    display: block;
  }
  .marquee-title {
    display: none;
  }
  .lt-description {
    top: 403px;
    left: 15px;
  }
  .lt-title {
    position: relative;
    top: -274px;
    margin: 0 -140px;
  }
  .lt-title span::after {
    display: none;
  }
  @keyframes slide {
    from {
      transform: translateX(200px);
    }
    to {
      transform: translateX(-3500px);
    }
  }
  .logos-slide {
    display: inline-block;
    animation: 50s slide infinite linear backwards;
    width: 250px;
  }
  .footerline {
    top: 46px;
  }
  /* About Section */
  .about-section {
    margin-top: -152px;
    padding-left: 80px;
    padding-right: 80px;
  }
  .image-1 img {
    width: 423px;
    height: 254px;
    right: 30px;
    top: -27px;
  }
  .image-2 {
    position: absolute;
    left: 15%;
    top: 37px;
  }
  .image-2 img {
    width: 370px;
  }
  .about-text2 {
    width: 50%;
  }
  .straiteText h3 {
    font-size: 28px;
    margin-top: -14px;
    margin-right: 90px;
  }
  .lineItem div {
    left: 51%;
    /* top: 10px; */
  }
  .item1 {
    top: -15%;
  }
  .item2 {
    top: 67px;
  }
  .item3 {
    left: 70% !important;
    top: 35%;
  }
  .abSquare1 {
    width: 120px;
    height: 120px;
    top: 131px;
    left: 398px;
  }
  .abSquare2 {
    /* animation: rotation 4s infinite linear;
          */
    width: 120px;
    height: 120px;
    right: 119px;
    top: 284px;
  }
  .abSquare2::after {
    top: 73px;
    left: 70px;
  }
  @keyframes rotation {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(359deg);
    }
  }
  .about-details-section {
    top: 161px;
  }
  .strive h2 {
    top: 76px;
    right: 230px;
    font-size: 24px;
  }

  .about-shape-img {
    margin-top: 20%;
  }
  /* Experience section */
  .experience-title .ex-tlt1 {
    font-size: 36px;
  }
  .experience-title .ex-tlt2 {
    font-size: 40px;
    margin-right: 194px;
  }
  .exSquare1 {
    position: absolute;
    width: 260px;
    height: 260px;
  }
  .exSquare2 {
    display: none;
  }
  .project-line {
    padding: 0px 105px;
  }
  .pSqr1,
  .pSqr3,
  .pSqr5 {
    left: 215px;
  }
  .pNo1,
  .pNo3,
  .pNo5 {
    left: 222px;
  }
  .pSqr2,
  .pSqr4 {
    right: 215px;
  }
  .pNo2,
  .pNo4 {
    right: 221px;
  }

  .project-margin-right {
    margin: 40px 81px 40px 0;
  }
  /* Latest News Section */
  .card2 .card {
    margin-top: 5px;
  }
  .news-tlt1,
  .news-tlt2 {
    font-size: 56px;
  }
  .news-tlt3 {
    font-size: 60px;
    right: 245px;
    top: 132px;
  }
  .newsSquare1 {
    width: 450px;
    height: 450px;
    right: -186px;
    top: -27px;
  }
  .newsSquare2 {
    width: 500px;
    height: 500px;
    left: -60px;
    top: 49px;
  }
  .card-line {
    margin-top: 40px;
  }
  .card1 {
    margin: 14px 105px;
  }
  .card2 {
    left: 60%;
  }
  .card2::before {
    display: none;
  }
  .card3 {
    margin: 50px 0px 0px 74px;
  }
  .card4 {
    padding-right: 0px;
  }
  .card5 {
    margin: 75px 0px 0px 121px;
  }
  .card6 {
    padding-right: 0%;
    margin-top: 76px;
  }
  .newsNo {
    right: 40%;
  }
  /* Contact us section */

  .contact-page-header {
    padding-top: 24vw;
    padding-bottom: 10vw;
  }
  .contact-image-section {
    display: none;
  }
  .cSquare1 {
    width: 120px;
    height: 120px;
    left: 44%;
    top: 159px;
  }

  .contact-title1,
  .contact-title2 {
    font-size: 48px;
  }
  iframe {
    height: 300px;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .sclLogo {
    width: 20%;
    margin-left: 0%;
    margin-top: 99px;
  }
  .sclLogo img {
    width: 272px;
  }
  .menu-vertical-line {
    display: none;
  }
  .menu-horizontal-line1,
  .menu-horizontal-line2,
  .menu-horizontal-line3,
  .menu-horizontal-line4,
  .menu-horizontal-line5 {
    padding: 0.5px 200px;
    background-color: #d9d9d9;
  }
  .tt-ol-menu-list > li > a,
  .tt-ol-menu-list > li > .tt-ol-submenu-trigger > a {
    font-size: 36px;
  }
  .index-page-header,
  body.ph-image-on.ph-bg-image-on
    #page-header:not(.project-info-list-on)
    .index-page-header {
    padding-top: 32vw;
    padding-bottom: 25vw !important;
  }
  .company {
    padding-bottom: 36px;
  }
  .tt-logo img {
    margin-right: -163px;
  }
  .square1 {
    left: 129px;
  }
  .square1 {
    width: 200px;
    height: 200px;
    top: 179px;
  }
  .construction {
    /* margin: 64px 0px 0px 238px;
        */
    font-size: 0px;
    position: absolute;
    top: 154px;
    left: 304px;
  }
  .construction span {
    font-size: 48px;
  }
  .development {
    font-size: 0px;
    left: 210px;
    top: 200px;
  }
  .development span {
    font-size: 48px;
  }
  .square2 {
    left: 268px;
    top: 139px;
  }
  .sNo1 {
    left: 276px;
    top: 142px;
  }
  #page-header img {
    width: 540px;
    position: relative;
    left: 65px;
    top: 238px;
  }
  #page-header .description {
    top: 304px;
    left: 367px;
    width: 320px;
  }
  .slideNo {
    position: absolute;
    left: 159px;
    top: 58%;
  }
  .bar {
    top: 471px;
    left: 160px;
  }
  .company .companyTitle1 {
    margin-top: 106px;
    margin-left: 106px;
  }
  .company .companyTitle2 {
    left: 47px;
    top: 253px;
  }
  .line {
    left: 153px;
  }
  .company h2 {
    font-size: 48px;
  }
  .company .companyTitle3 {
    left: 243px;
    top: 317px;
  }
  .square4 {
    display: none;
  }
  .line2 {
    padding: 0px 212px;
    top: 423px;
  }
  .square5 {
    right: 428px;
    top: 409px;
  }

  .sNo2 {
    top: 411px;
    right: 433px;
  }
  .company .c-details {
    width: 418px;
    text-align: justify;
  }
  .company .about {
    left: 357px;
    top: 397px;
  }
  .ct2 {
    padding-bottom: 238px;
  }
  .ct2 p {
    right: 375px;
    top: 9px;
  }
  .square3 {
    display: none;
  }
  .c-details-section {
    margin-left: 34%;
    margin-top: 27%;
  }
  .line3 {
    padding: 0px 291px;
    left: 114px;
  }

  .partner-caption .description2 {
    width: 211px;
  }
  .partner-caption-title {
    margin-left: 126px;
  }
  .ps-descrition {
    margin-top: -86px;
    margin-left: 436px;
  }
  .square7 {
    left: 94px;
  }
  .sNo4 {
    left: 100px;
  }
  .line4 {
    padding: 0px 278px;
    left: 123px;
  }

  .lt-img {
    width: 642px;
    height: 374px;
  }
  .lt-title h2 {
    font-size: 40px;
  }
  .marquee-title {
    display: none;
  }
  .lt-description {
    top: 403px;
    left: 15px;
  }
  .lt-title {
    position: relative;
    top: -274px;
    text-align: center;
  }
  .lt-title span::after {
    display: none;
  }
  @keyframes slide {
    from {
      transform: translateX(200px);
    }
    to {
      transform: translateX(-3500px);
    }
  }
  .logos-slide {
    display: inline-block;
    animation: 50s slide infinite linear backwards;
    width: 250px;
  }
  .footerline {
    top: 46px;
  }
  /* About Section */
  .landing-section {
    padding-bottom: 15%;
  }
  .about-section {
    margin-top: -84px;
    padding-left: 80px;
    padding-right: 80px;
  }

  .about-text h3 {
    font-size: 44px;
  }
  .about-text p {
    font-size: 40px;
    margin-left: 84px;
  }
  .image-1 img {
    width: 423px;
    height: 254px;
    right: 30px;
    top: -27px;
  }
  .image-2 {
    position: absolute;
    left: 15%;
    top: 37px;
  }
  .image-2 img {
    width: 370px;
  }
  .about-text2 {
    width: 50%;
  }
  .straiteText h3 {
    font-size: 28px;
    margin-top: 50px;
    margin-right: 215px;
  }

  .lineItem {
    display: none;
  }
  .about-text2 {
    width: 100%;
  }

  .abSquare1 {
    width: 100px;
    height: 100px;
    top: 113px;
    left: 336px;
  }
  .abSquare2 {
    /* animation: rotation 4s infinite linear;
        */
    width: 120px;
    height: 120px;
    right: 119px;
    top: 284px;
  }
  .abSquare2::after {
    top: 73px;
    left: 70px;
  }
  @keyframes rotation {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(359deg);
    }
  }
  .about-details-section {
    top: 161px;
  }
  .strive h2 {
    top: 76px;
    right: 230px;
    font-size: 24px;
  }

  .about-shape-img {
    margin-top: 20%;
  }
  /* Experience section */
  .project-section {
    margin-top: 52px;
  }
  .experience-title .ex-tlt1 {
    font-size: 36px;
  }
  .experience-title .ex-tlt2 {
    font-size: 40px;
    margin-right: 194px;
  }
  .exSquare1 {
    position: absolute;
    width: 260px;
    height: 260px;
  }
  .exSquare2 {
    width: 220px;
    height: 220px;
    right: 0px;
    top: 366px;
  }

  .project-line {
    padding: 0px 105px;
  }
  .pSqr1,
  .pSqr3,
  .pSqr5 {
    left: 215px;
  }
  .pNo1,
  .pNo3,
  .pNo5 {
    left: 222px;
  }
  .pSqr2,
  .pSqr4 {
    right: 215px;
  }
  .pNo2,
  .pNo4 {
    right: 221px;
  }
  .project-margin-left {
    margin: 0 0px 0 109px;
  }
  .project-margin-right {
    margin: 0 113px 0 0;
  }

  /* Latest News Section */
  .news-tlt1,
  .news-tlt2 {
    font-size: 56px;
  }
  .news-tlt3 {
    font-size: 60px;
    right: 155px;
    top: 126px;
  }
  .newsSquare1 {
    width: 450px;
    height: 450px;
    right: -186px;
    top: -27px;
  }
  .newsSquare2 {
    width: 500px;
    height: 500px;
    left: -60px;
    top: 49px;
  }
  .card-line {
    margin-top: 40px;
  }
  .card1 {
    margin: 14px 105px;
  }
  .card2 {
    left: 60%;
  }
  .card2 .card {
    margin-top: 0px;
  }
  .card2::before {
    display: none;
  }
  .card-area200 {
    margin-top: 52px;
  }
  .card3 {
    margin: 50px 0px 0px 55px;
  }
  .card4 {
    padding-right: 0px;
  }
  .card5 {
    margin: 75px 0px 0px 85px;
  }
  .card6 {
    padding-right: 0%;
    margin-top: 76px;
  }
  .newsNo {
    right: 40%;
  }
  /* Contact us section */

  .contact-page-header {
    padding-top: 22vw;
    padding-bottom: 1vw;
  }

  .contact-image-section {
    display: none;
  }

  .contact-title1,
  .contact-title2 {
    font-size: 36px;
  }
  .cSquare1 {
    width: 100px;
    height: 100px;
    left: 43%;
    top: 104px;
  }
  .form-title-section {
    width: 40% !important;
    margin-left: 0px;
  }
  .form-section {
    width: 60% !important;
  }
  .form-title1 {
    margin-right: 19px;
  }
  .form-title2 {
    font-size: 32px;
  }
  iframe {
    height: 300px;
  }
}
@media (max-width: 1600px) {
  .news-section .card {
    width: 16rem;
  }
}
@media (min-width: 1081px) {
  /* Experience Section */
  .mobile-experience-img-section {
    display: none;
  }
}
@media (max-width: 1080px) {
  /* Experience Section */
  .experience-img-section {
    display: none;
  }
  .tt-ol-menu-list > li > a,
  .tt-ol-menu-list > li > .tt-ol-submenu-trigger > a {
    font-size: 46px;
  }
  footer img {
    margin-right: 10px;
  }
}
@media (min-width: 601px) {
  .mobilemenu {
    display: none;
  }
  .mobile-project-section {
    display: none;
  }
}
@media (max-width: 600px) {
  .snip1143 {
    text-align: center;
  }
  .pcscreenmenu {
    display: none;
  }
  .tt-ol-menu-toggle-btn-text .text-menu,
  .tt-ol-menu-toggle-btn-text .text-close {
    display: none !important;
  }
  .tt-ol-menu-list > li > a,
  .tt-ol-menu-list > li > .tt-ol-submenu-trigger > a {
    font-size: 28px;
  }
  .menu-vertical-line {
    display: none;
  }
  .sclLogo {
    width: 50%;
    margin: 30px auto;
  }
  .sclLogo img {
    width: 176px;
  }
  .logo-icon-hide img {
    display: none;
    transition: all 0.2s ease-in;
  }
  .logo-icon-show {
    position: fixed;
    transition: all 0.2s ease-in;
  }
  .tt-logo-light {
    width: 45px !important;
    height: 100% !important;
  }

  .swiper-pagination,
  .square1,
  .square2,
  .square3,
  .square4,
  .square5,
  .square7,
  .sNo1,
  .sNo2,
  .sNo4,
  .footerline,
  .lt-description,
  .tt-logo {
    display: none;
  }

  .footer p {
    margin-bottom: 15px;
  }
  .footer {
    margin-top: 40px;
  }
  .lt-img-section {
    margin-top: 15px;
  }
  .tt-ol-menu-toggle-btn-holder {
    float: left;
  }
  a[data-target=".x-nav-wrap.mobile"] {
    float: left;
  }
  .logos {
    padding: 10px 0;
  }
  .logos:before,
  .logos:after {
    background: none;
  }
  .companyLogo {
    filter: grayscale(0);
  }
  .logos-slide img {
    margin: 0 20px;
  }
  .nawsi2 {
    width: 90px !important;
  }
  .HLNawsi {
    width: 140px !important;
  }
  .Egytair {
    width: 140px !important;
  }
  .footer-logo-section {
    margin-top: 0px !important;
  }
  .footer p {
    text-align: center;
  }
  .lt-title span::after {
    display: none;
  }
  /* About section */
  .image-1 img {
    height: auto;
  }
  /* Experience Section */
  .project-section {
    display: none !important;
  }
  .mobile-project-section {
    text-align: center;
    margin-top: 30px;
  }
  /* Latest News Section */
  .news-tlt2 {
    display: none;
  }
  /* Contact Us section */

  .contact-page-header {
    padding-top: 24vw;
    padding-bottom: 0vw;
  }
  .contact-page-header-title {
    display: none;
  }
  iframe {
    height: 300px;
  }
  .map {
    position: relative;
    margin: 0px 0;
  }
  /* .cSquare2 {
    width: 120px;
    height: 120px;
    top: -57px;
  } */
  .cSquare2 {
    display: none;
  }
}

@media (min-width: 394px) and (max-width: 480px) {
  .menu-horizontal-line1,
  .menu-horizontal-line2,
  .menu-horizontal-line3,
  .menu-horizontal-line4,
  .menu-horizontal-line5 {
    padding: 0.5px 100px;
    background-color: #d9d9d9;
  }
  .tt-ol-menu-list > li > a,
  .tt-ol-menu-list > li > .tt-ol-submenu-trigger > a {
    font-size: 36px;
  }
  .index-page-header {
    padding-top: 86vw;
    padding-bottom: 24vw !important;
  }
  .tt-logo img {
    margin-right: -163px;
  }
  .tt-ol-menu-inner {
    flex-direction: column;
  }

  .tt-ol-submenu-wrap {
    text-align: center;
  }
  .company {
    padding-bottom: 36px;
  }

  .construction {
    font-size: 0px;
    /* margin: 135px 0px 0px 0px;
        */
    position: absolute;
    top: 119px;
    left: 96px;
  }
  .construction span {
    font-size: 36px;
  }
  .development {
    font-size: 0px;
    left: 99px;
    top: 152px;
  }
  .development span {
    font-size: 36px;
  }

  #page-header img {
    width: 291px;
    left: 32px;
    top: 34px;
  }
  #page-header .description {
    top: 213px;
    left: 69px;
    width: 292px;
  }
  .slideNo {
    /* left: 95px;
        top: 324px; */
    display: none;
  }
  .bar {
    top: 355px;
    left: 73px;
  }
  .company .companyTitle1 {
    margin-top: 0px;
    margin: 0 84px;
  }
  .company .companyTitle2 {
    left: 89px;
    top: 126px;
  }
  .line {
    display: none;
  }
  .company h2 {
    font-size: 36px;
  }
  .company .companyTitle3 {
    left: 136px;
    top: 172px;
  }

  .line2 {
    display: none;
  }

  .c-details-section {
    margin-left: 10%;
    margin-top: 40%;
  }
  .company .c-details {
    width: 330px;
    text-align: justify;
  }
  .company .about {
    top: 242px;
    right: 24%;
  }
  .ct2 {
    padding-bottom: 157px;
  }
  .ct2 p {
    right: 172px;
    top: 17px;
  }

  .line3 {
    display: none;
  }

  .line4 {
    display: none;
  }
  .marquee-title {
    display: none;
  }

  .lt-img {
    width: 363px;
    height: 283px;
  }
  .lt-title {
    top: -200px;
  }
  .lt-title h2 {
    font-size: 36px;
    margin: 0 auto;
    display: block;
    text-align: center;
  }
  .lt-description {
    top: 231px;
    left: 18px;
  }
  .lt-title span::after {
    right: 57.2vw;
    top: 52%;
  }
  .lt-title {
    margin: 0 -76px;
  }

  .footer-logo {
    display: flex;
    flex-direction: column;
  }
  .footer-logo-section {
    display: flex;
    flex-direction: column;
  }
  /*  About Section */

  .landing-section {
    padding-top: 25%;
    /* background: none; */
    background-size: cover;
  }
  .about-section {
    margin-top: -71px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .lineItem {
    display: none;
  }
  .about-text h3 {
    font-size: 44px;
    bottom: 0px;
  }

  .about-text p {
    margin-left: 69px;
    font-size: 40px;
    bottom: 17px;
  }
  .about-text2 p {
    font-size: 12px;
  }
  .image-1 img {
    width: 242px;
    height: 138px;
    right: -53px;
  }
  .image-2 {
    position: absolute;
    top: 34px;
    left: 6%;
  }
  .image-2 img {
    width: 221px;
  }
  .about-text2 {
    width: 100%;
  }
  .straiteText h3 {
    font-size: 28px;
    margin-top: 97px;
    margin-right: 18px;
  }
  .aboutabSquare2 {
    display: none;
  }

  .abSquare1 {
    width: 100px;
    height: 100px;
    top: 119px;
    left: 159px;
  }

  .abSquare2 {
    display: none;
  }
  .abSquare2::after {
    top: 73px;
    left: 70px;
  }
  @keyframes rotation {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(359deg);
    }
  }

  .about-shape-img {
    margin-top: 10%;
  }

  /* Experience Section */
  .experience-page-header {
    padding: 70px 0 0 0 !important;
    margin: 0 0 0 0 !important;
  }
  .experience-title .ex-tlt1 {
    font-size: 36px;
    margin-bottom: 0px;
  }
  .experience-title .ex-tlt2 {
    font-size: 36px;
    margin-right: 0%;
  }
  .experience-title p {
    margin: 4px 10px 0 10px;
    text-align: center;
  }
  .experience-title p br {
    display: none;
  }

  .exSquare1 {
    display: none;
  }
  .exSquare2 {
    display: none;
  }

  .project-line {
    display: none;
  }
  .pDetails {
    padding: 68px 3px 7px 3px;
  }
  .project-margin-left {
    margin: 0px 0px;
  }
  .project-margin-right {
    margin: 14px 0px;
  }
  .pName {
    font-size: 16px;
  }
  .pYear {
    font-size: 16px;
  }
  .pYear-left {
    margin-left: 11px;
  }
  .pYear-right {
    margin-right: 55px;
  }

  .pSqr1,
  .pSqr2,
  .pSqr3,
  .pSqr4 {
    left: 192px;
  }
  .pSqr1 {
    top: 52px;
  }
  .pSqr2 {
    top: 182px;
  }
  .pSqr3 {
    top: 309px;
  }
  .pSqr4 {
    top: 436px;
  }
  .pNo1,
  .pNo2,
  .pNo3,
  .pNo4 {
    left: 198px;
  }
  .pNo1 {
    top: 53px;
  }
  .pNo2 {
    top: 185px;
  }
  .pNo3 {
    top: 311px;
  }
  .pNo4 {
    top: 439px;
  }
  /* Latest News Section */
  .news-page-header,
  body.ph-image-on.ph-bg-image-on
    #page-header:not(.project-info-list-on)
    .news-page-header {
    padding-top: 15vw;
    padding-bottom: 24vw;
  }
  .news-title {
    width: 50%;
    margin: auto;
  }

  .news-tlt1 {
    font-size: 40px;
    left: 28px;
  }
  .news-tlt2 {
    display: none;
  }

  .news-tlt3 {
    font-size: 40px;
    right: 139px;
    top: 117px;
  }

  .newsSquare1 {
    display: none;
  }
  .newsSquare2 {
    display: none;
  }
  .card-line {
    margin-top: 40px;
  }
  .card-section {
    flex-direction: column;
  }
  .card1 {
    margin: 0px 75px;
    margin-top: 10px;
  }
  .card2 {
    top: 363px;
    left: 18%;
  }
  .card2::before {
    display: none;
  }
  .card3 {
    margin: 421px 0px 0px 74px;
  }
  .card4 {
    padding-right: 0px;
  }
  .card4 {
    margin: 80px 0px 0px 73px;
  }
  .card5 {
    margin: 75px 0px 0px 70px;
  }
  .card6 {
    padding-right: 0%;
    margin-top: 76px;
    margin-left: 71px;
  }

  .newsNo {
    right: 74%;
  }

  /* Contact us section */

  /* .contact-page-header {
    padding-top: 31vw;
    padding-bottom: 14vw;
  } */
  .contact-image-section {
    display: none;
  }
  .cSquare1 {
    width: 100px;
    height: 100px;
    left: 39%;
    top: 65px;
  }
  .contact-form-section {
    flex-direction: column;
  }
  .contact-title1 {
    font-size: 40px;
  }
  .contact-title2 {
    font-size: 32px;
  }
  .form-title1 {
    margin-right: 0px;
  }
  .form-title2 {
    font-size: 24px;
  }
  .contact-input {
    padding: 7px 12px;
  }
  .form-title-section {
    display: block !important;
    width: 50% !important;
    margin: 0 auto;
  }

  .form-section {
    width: 100% !important;
  }
  .form-title {
    margin-left: 0 !important ;
    width: 100% !important;
  }
  #contact-form {
    margin: 0 50px;
  }
  .map {
    margin-bottom: 0px;
  }
}
@media (min-width: 361px) and (max-width: 393px) {
  .index-page-header {
    padding-top: 55vw;
    padding-bottom: 48vw !important;
  }
  .menu-horizontal-line1,
  .menu-horizontal-line2,
  .menu-horizontal-line3,
  .menu-horizontal-line4,
  .menu-horizontal-line5 {
    padding: 0.5px 100px;
    background-color: #d9d9d9;
  }
  .tt-logo img {
    margin-right: -163px;
  }
  .tt-ol-menu-inner {
    flex-direction: column;
  }

  .tt-ol-submenu-wrap {
    text-align: center;
  }
  .company {
    padding-bottom: 36px;
  }

  .construction {
    font-size: 0px;
    /* margin: 135px 0px 0px 0px; */
    position: absolute;
    top: 92px;
    left: 77px;
  }
  .construction span {
    font-size: 36px;
  }
  .development {
    font-size: 0px;
    left: 82px;
    top: 129px;
  }
  .development span {
    font-size: 36px;
  }

  #page-header img {
    width: 291px;
    left: 22px;
    top: 113px;
  }
  #page-header .description {
    top: 179px;
    left: 47px;
    width: 292px;
  }
  .slideNo {
    /* left: 74px;
        top: 324px; */
    display: none;
  }
  .bar {
    top: 355px;
    left: 73px;
  }
  .company .companyTitle1 {
    margin-top: 0px;
    margin: 0 70px;
  }
  .company .companyTitle2 {
    left: 74px;
    top: 126px;
  }
  .line {
    display: none;
  }
  .company h2 {
    font-size: 36px;
  }

  .company .companyTitle3 {
    left: 126px;
    top: 172px;
  }

  .line2 {
    display: none;
  }

  .c-details-section {
    margin-left: 7%;
    margin-top: 40%;
  }
  .company .c-details {
    width: 330px;
    text-align: justify;
  }
  .company .about {
    top: 236px;
  }
  .ct2 {
    padding-bottom: 140px;
  }
  .ct2 p {
    right: 172px;
    top: -12px;
  }
  .line3 {
    display: none;
  }

  .ps-descrition {
    margin-top: -86px;
    margin-left: 436px;
  }

  .line4 {
    display: none;
  }

  .lt-img {
    width: 350px;
    height: 301px;
  }
  .lt-title h2 {
    font-size: 36px;
    margin: 0 auto;
    display: block;
    text-align: center;
  }

  .lt-description {
    top: 280px;
    left: 15px;
  }
  .marquee-title {
    display: none;
  }
  .lt-title span::after {
    right: 57.2vw;
    top: 52%;
  }
  .lt-title {
    margin: 0 -76px;
    top: -238px;
  }

  .footer p {
    margin-bottom: 0px;
  }
  .footer-logo {
    display: flex;
    flex-direction: column;
  }
  .footer-logo-section {
    display: flex;
    flex-direction: column;
  }
  /*  About Section */

  .landing-section {
    padding-top: 25%;
    /* background: none; */
    background-size: cover;
  }
  .about-section {
    margin-top: -71px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .lineItem {
    display: none;
  }
  .about-text h3 {
    font-size: 44px;
    bottom: 0px;
  }
  .about-text p {
    margin-left: 69px;
    font-size: 40px;
    bottom: 17px;
  }
  .about-text2 p {
    font-size: 12px;
  }
  .image-1 img {
    width: 242px;
    height: 138px;
    right: -48px;
  }
  .image-2 {
    position: absolute;
    top: 34px;
    left: 8%;
  }
  .image-2 img {
    width: 204px;
  }
  .about-text2 {
    width: 100%;
  }
  .straiteText h3 {
    font-size: 28px;
    margin-top: 97px;
    margin-right: 18px;
  }
  .aboutabSquare2 {
    display: none;
  }

  .abSquare1 {
    width: 100px;
    height: 100px;
    top: 113px;
    left: 145px;
  }

  .abSquare2 {
    display: none;
  }
  .about-shape-img {
    margin-top: 10%;
  }

  /* Experience Section */
  .experience-page-header {
    padding: 70px 0 0 0 !important;
    margin: 0 0 0 0 !important;
  }
  .experience-title .ex-tlt1 {
    font-size: 36px;
    margin-bottom: 0px;
  }
  .experience-title .ex-tlt2 {
    font-size: 36px;
    margin-right: 0%;
  }
  .experience-title p {
    margin: 4px 10px 0 10px;
    text-align: center;
  }
  .experience-title p br {
    display: none;
  }

  .exSquare1 {
    display: none;
  }
  .exSquare2 {
    display: none;
  }

  .project-line {
    display: none;
  }
  .pDetails {
    padding: 68px 3px 7px 3px;
  }
  .project-margin-left {
    margin: 0px 0px;
  }
  .project-margin-right {
    margin: 14px 0px;
  }
  .pName {
    font-size: 16px;
  }
  .pYear {
    font-size: 16px;
  }
  .pYear-left {
    margin-left: 11px;
  }
  .pYear-right {
    margin-right: 55px;
  }

  .pSqr1,
  .pSqr2,
  .pSqr3,
  .pSqr4 {
    left: 181px;
  }
  .pSqr1 {
    top: 52px;
  }
  .pSqr2 {
    top: 182px;
  }
  .pSqr3 {
    top: 309px;
  }
  .pSqr4 {
    top: 436px;
  }
  .pNo1,
  .pNo2,
  .pNo3,
  .pNo4 {
    left: 187px;
  }
  .pNo1 {
    top: 53px;
  }
  .pNo2 {
    top: 185px;
  }
  .pNo3 {
    top: 311px;
  }
  .pNo4 {
    top: 439px;
  }
  /* Latest News Section */
  .news-page-header,
  body.ph-image-on.ph-bg-image-on
    #page-header:not(.project-info-list-on)
    .news-page-header {
    padding-top: 13vw;
    padding-bottom: 24vw;
  }
  .news-tlt1 {
    font-size: 36px;
    left: 23px;
  }
  .news-title {
    width: 40%;
    margin: auto;
  }
  .news-tlt3 {
    font-size: 36px;
    right: 128px;
    top: 98px;
  }
  .newsSquare1 {
    display: none;
  }
  .newsSquare2 {
    display: none;
  }
  .card-line {
    margin-top: 40px;
  }
  .card-section {
    flex-direction: column;
  }
  .card1 {
    margin: 0px 66px;
  }
  .card2 {
    top: 363px;
    left: 17%;
  }
  .card2::before {
    display: none;
  }
  .card3 {
    margin: 421px 0px 0px 70px;
  }
  .card4 {
    padding-right: 0px;
  }
  .card4 {
    margin: 80px 0px 0px 75px;
  }
  .card5 {
    margin: 44px 0px 0px 73px;
  }
  .card6 {
    padding-right: 0%;
    margin-top: 76px;
    margin-left: 73px;
  }

  .newsNo {
    left: 18%;
  }
  /* Contact us section */

  /* .contact-page-header {
    padding-top: 31vw;
    padding-bottom: 14vw;
  } */
  .contact-image-section {
    display: none;
  }
  .cSquare1 {
    width: 100px;
    height: 100px;
    left: 39%;
    top: 65px;
  }
  .contact-form-section {
    flex-direction: column;
  }
  .contact-title1 {
    font-size: 40px;
  }
  .contact-title2 {
    font-size: 32px;
  }
  .form-title1 {
    margin-right: 0px;
  }
  .form-title2 {
    font-size: 24px;
  }
  .contact-input {
    padding: 7px 12px;
  }
  .form-title-section {
    display: block !important;
    width: 50% !important;
    margin: 0 auto;
  }

  .form-section {
    width: 100% !important;
  }
  .form-title {
    margin-left: 0 !important ;
    width: 100% !important;
  }
  #contact-form {
    margin: 0 50px;
  }
  .map {
    margin-bottom: 0px;
  }
}
@media (min-width: 300px) and (max-width: 360px) {
  .index-page-header {
    padding-top: 76vw;
    padding-bottom: 60vw !important;
  }
  .menu-horizontal-line1,
  .menu-horizontal-line2,
  .menu-horizontal-line3,
  .menu-horizontal-line4,
  .menu-horizontal-line5 {
    padding: 0.5px 100px;
    background-color: #d9d9d9;
  }

  .tt-logo img {
    margin-right: -163px;
  }
  .tt-ol-menu-inner {
    flex-direction: column;
  }

  .tt-ol-submenu-wrap {
    text-align: center;
  }
  .company {
    padding-bottom: 36px;
  }

  .construction {
    font-size: 0px;
    position: absolute;
    top: 141px;
    left: 62px;
  }
  .construction span {
    font-size: 36px;
  }
  .construction {
    font-size: 0px;
    position: absolute;
    top: 141px;
    left: 53px;
  }
  .development {
    left: 60px;
  }
  .development span {
    font-size: 36px;
  }

  #page-header img {
    width: 291px;
    left: 9px;
    top: 149px;
  }
  #page-header .description {
    top: 246px;
    left: 37px;
    width: 292px;
  }
  .slideNo {
    /* left: 74px;
        top: 324px; */
    display: none;
  }
  .bar {
    top: 355px;
    left: 73px;
  }
  .company .companyTitle1 {
    margin: 0 55px;
  }
  .company .companyTitle2 {
    left: 62px;
    top: 126px;
  }
  .line {
    display: none;
  }
  .company h2 {
    font-size: 36px;
  }
  .company .companyTitle2 {
    left: 62px;
    top: 126px;
  }
  .line2 {
    display: none;
  }

  .c-details-section {
    margin: 25% 5% 0 5%;
  }
  .company .c-details {
    width: 323px;
    text-align: justify;
  }
  .company .about {
    top: 178px;
  }
  .ct2 {
    padding-bottom: 131px;
  }
  .ct2 p {
    right: 172px;
    top: -23px;
  }
  .square3 {
    display: none;
  }
  .line3 {
    display: none;
  }
  .ps-descrition {
    margin-top: -86px;
    margin-left: 436px;
  }

  .line4 {
    display: none;
  }

  .lt-img {
    width: 334px;
    height: 236px;
  }
  .marquee-title {
    display: none;
  }
  .lt-title span::after {
    right: 57.2vw;
    top: 52%;
  }
  .lt-title {
    margin: 0 -76px;
    top: -171px;
  }
  .lt-title h2 {
    margin: 0px 128px;
    font-size: 36px;
  }

  .footer-logo {
    display: flex;
    flex-direction: column;
  }
  .footer-logo-section {
    display: flex;
    flex-direction: column;
  }
  /*  About Section */
  .landing-section {
    padding-top: 25%;
    /* background: none; */
    background-size: cover;
  }
  .about-section {
    margin-top: -71px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .lineItem {
    display: none;
  }
  .about-text h3 {
    font-size: 44px;
    bottom: 0px;
  }

  .about-text p {
    margin-left: 88px;
    font-size: 36px;
    bottom: 17px;
  }
  .about-text2 p {
    font-size: 12px;
  }
  .image-1 img {
    width: 242px;
    height: 138px;
    right: -54px;
  }
  .image-2 {
    position: absolute;
    top: 34px;
    left: 8%;
  }
  .image-2 img {
    width: 202px;
  }
  .about-text2 {
    width: 100%;
  }
  .straiteText h3 {
    font-size: 24px;
    margin-top: 53px;
    margin-right: 17px;
  }
  .aboutabSquare2 {
    display: none;
  }
  .abSquare1 {
    width: 80px;
    height: 80px;
    top: 106px;
    left: 137px;
  }
  .abSquare2 {
    display: none;
  }

  .about-shape-img {
    margin-top: 10%;
  }

  /* Experience Section */
  .experience-page-header {
    padding: 70px 0 0 0 !important;
    margin: 0 0 0 0 !important;
  }
  .experience-title .ex-tlt1 {
    font-size: 36px;
    margin-bottom: 0px;
  }
  .experience-title .ex-tlt2 {
    font-size: 36px;
    margin-right: 0%;
  }
  .experience-title p {
    margin: 4px 10px 0 10px;
    text-align: center;
  }
  .experience-title p br {
    display: none;
  }

  .exSquare1 {
    display: none;
  }
  .exSquare2 {
    display: none;
  }

  .project-line {
    display: none;
  }
  .pDetails {
    padding: 68px 3px 7px 3px;
  }
  .project-margin-left {
    margin: 0px 0px;
  }
  .project-margin-right {
    margin: 14px 0px;
  }
  .pName {
    font-size: 16px;
  }
  .pYear {
    font-size: 16px;
  }
  .pYear-left {
    margin-left: 11px;
  }
  .pYear-right {
    margin-right: 55px;
  }

  .pSqr1,
  .pSqr2,
  .pSqr3,
  .pSqr4 {
    left: 160px;
  }
  .pSqr1 {
    top: 52px;
  }
  .pSqr2 {
    top: 182px;
  }
  .pSqr3 {
    top: 309px;
  }
  .pSqr4 {
    top: 436px;
  }
  .pNo1,
  .pNo2,
  .pNo3,
  .pNo4 {
    left: 166px;
  }
  .pNo1 {
    top: 53px;
  }
  .pNo2 {
    top: 185px;
  }
  .pNo3 {
    top: 311px;
  }
  .pNo4 {
    top: 439px;
  }
  /* Latest News Section */
  .news-page-header,
  body.ph-image-on.ph-bg-image-on
    #page-header:not(.project-info-list-on)
    .news-page-header {
    padding-top: 16vw;
    padding-bottom: 24vw;
  }
  .news-title {
    width: 40%;
    margin: auto;
  }
  .news-tlt1 {
    font-size: 40px;
    left: 6px;
  }
  .news-tlt3 {
    font-size: 40px;
    right: 113px;
    top: 111px;
  }

  .newsSquare1 {
    display: none;
  }
  .newsSquare2 {
    display: none;
  }
  .card-line {
    margin-top: 40px;
  }
  .card-section {
    flex-direction: column;
  }
  .card1 {
    margin: 0px 52px;
    margin-top: 10px;
  }
  .card2 {
    top: 363px;
    left: 15%;
  }
  .card2::before {
    display: none;
  }
  .card3 {
    margin: 421px 0px 0px 54px;
  }
  .card4 {
    padding-right: 0px;
  }
  .card4 {
    margin: 80px 0px 0px 56px;
  }
  .card5 {
    margin: 47px 0px 0px 55px;
  }
  .card6 {
    padding-right: 0%;
    margin-top: 76px;
    margin-left: 51px;
  }

  .newsNo {
    right: 74%;
  }
  /* Contact us section */

  /* .contact-page-header {
    padding-top: 31vw;
    padding-bottom: 14vw;
  } */
  .contact-image-section {
    display: none;
  }
  .cSquare1 {
    width: 100px;
    height: 100px;
    left: 39%;
    top: 65px;
  }
  .contact-form-section {
    flex-direction: column;
  }
  .contact-title1 {
    font-size: 40px;
  }
  .contact-title2 {
    font-size: 32px;
  }
  .form-title1 {
    margin-right: 0px;
  }
  .form-title2 {
    font-size: 24px;
  }
  .contact-input {
    padding: 7px 12px;
  }
  .form-title-section {
    display: block !important;
    width: 50% !important;
    margin: 0 auto;
  }

  .form-section {
    width: 100% !important;
  }
  .form-title {
    margin-left: 0 !important ;
    width: 100% !important;
  }
  #contact-form {
    margin: 0 50px;
  }
  .map {
    margin-bottom: 0px;
  }
}
