.body {
  font-family: Poppins, sans-serif;
  color: #fff;
}

.hero-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100vw;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding: 60px 130px 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-bar.desk {
  position: relative;
}

.nav-bar.desk.small {
  padding-right: 60px;
}

.landing-hero {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.hero-heading {
  width: 988px;
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  line-height: 71px;
  text-transform: uppercase;
}

.hero-small-heading {
  font-family: Montserrat, sans-serif;
  line-height: 17px;
  font-weight: 600;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}

.sect-two {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #dbdbdb;
}

.sect-two-white-div {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 35%;
  height: 635px;
  background-color: #fff;
}

.sec2-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1440px;
  padding: 150px 130px 200px;
}

.section-two-bg-image {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 65%;
  height: 100%;
}

.about-div {
  width: 45%;
  margin-right: 100px;
  color: #000;
}

.about-div2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 17px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.section-two-image {
  padding-top: 72px;
}

.section-two-heading {
  margin-top: 0px;
  padding-top: 40px;
  border-top: 1px solid #000;
  color: #a60004;
  font-size: 36px;
  line-height: 54px;
  font-weight: 400;
}

.section-two-paragraph {
  margin-top: 30px;
  margin-bottom: 0px;
  color: #000;
  font-size: 16px;
  line-height: 200%;
}

.get-in-touch {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  padding-left: 16px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #a60004;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 100%;
  text-decoration: none;
}

.get-in-touch.services {
  margin-top: auto;
}

.get-in-touch.project {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.text-block-2 {
  padding-top: 6px;
  padding-bottom: 6px;
  color: #a60004;
  font-weight: 600;
  letter-spacing: 3px;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 36px;
  height: 36px;
  margin-left: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #a60004;
}

.image-3 {
  width: 16px;
  height: 16px;
}

.mini-slider {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 1px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mini-slider-container {
  position: relative;
  width: 100%;
  max-width: 1440px;
}

.slider {
  position: absolute;
  left: auto;
  top: -201px;
  right: 130px;
  bottom: auto;
  width: 400px;
  height: 400px;
}

.hidden {
  display: none;
}

.clients-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: 248px;
  padding-bottom: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.clients-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1440px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.clients-particulars {
  margin-right: 130px;
  margin-left: 130px;
  padding-top: 52px;
  border-top: 1px solid #a60004;
  color: #000;
}

.heading-4 {
  margin-top: 0px;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 17px;
  font-weight: 600;
  letter-spacing: 2px;
}

.paragraph-2 {
  width: 680px;
  margin-bottom: 0px;
  font-size: 24px;
  line-height: 36px;
}

.client-slider {
  margin-top: 50px;
  margin-left: 130px;
}

.image-4 {
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.slide {
  width: 230px;
  margin-right: 52px;
  text-align: center;
}

.slider-2 {
  width: 100%;
  height: 120px;
  background-color: #fff;
}

.right-arrow {
  left: auto;
  top: -140px;
  right: 130px;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #a60004;
  border-radius: 1px;
}

.right-arrow.left {
  right: 210px;
}

.clients-mask {
  overflow: visible;
  width: 230px;
}

.services-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-top: 160px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f8e7e7;
  color: #000;
}

.services-inner-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1440px;
  padding-left: 130px;
}

.services-info-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 480px;
  min-width: 480px;
  margin-top: 40px;
  margin-right: 20px;
  padding-top: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top: 1px solid #a60004;
}

.services-slider {
  width: 100%;
  height: 100%;
  background-color: transparent;
  color: #fff;
}

.services-arrows {
  left: -500px;
  top: auto;
  right: auto;
  bottom: 90px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #a60004;
}

.services-arrows.right {
  left: -430px;
}

.services-arrows.left {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.heading-5 {
  width: 444px;
  margin-top: 40px;
  margin-bottom: 0px;
  color: #a60004;
  font-size: 16px;
  line-height: 200%;
  font-weight: 600;
}

.heading-5.small {
  width: 480px;
  margin-top: 20px;
  color: #000;
  font-size: 16px;
  line-height: 32px;
  font-weight: 300;
}

.services-slides {
  overflow: hidden;
  width: 380px;
  margin-right: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #a60004;
}

.services-slides._2 {
  background-color: #618133;
}

.services-slides._3 {
  background-color: #178e96;
}

.services-slides._4 {
  background-color: #d4964c;
}

.services-slides._6 {
  background-color: #b94cd4;
}

.services-slide-div {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.services-slide-inner-div {
  position: relative;
  z-index: 1;
  width: 80%;
  font-size: 12px;
  line-height: 24px;
}

.text-block-4 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  letter-spacing: 3px;
}

.heading-6 {
  height: 133px;
  margin-top: 65px;
  margin-bottom: 40px;
  padding-top: 24px;
  border-top: 1px solid #fff;
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
}

.services-slides-numbering {
  font-family: Montserrat, sans-serif;
  line-height: 17px;
  letter-spacing: 3px;
}

.list {
  padding-left: 20px;
  font-size: 12px;
  line-height: 24px;
}

.services-mask {
  overflow: visible;
  width: 380px;
}

.footer {
  overflow: hidden;
  padding-top: 97px;
  background-color: #a60004;
  background-image: url('../images/contour.png');
  background-position: 0px 0px;
  background-size: auto;
  text-align: center;
}

.footer-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-copyright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  padding-bottom: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-7 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 17px;
  font-weight: 600;
  letter-spacing: 3px;
}

.heading-7.address {
  margin-top: 56px;
}

.heading-7.contacts {
  margin-top: 40px;
  margin-bottom: 8px;
}

.heading-8 {
  margin-top: 24px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  line-height: 73px;
}

.heading-9 {
  margin-top: 66px;
  font-size: 36px;
  line-height: 54px;
  font-weight: 400;
}

.text-block-6 {
  font-size: 16px;
  line-height: 23px;
}

.text-block-6.address {
  padding-top: 8px;
}

.copyright-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1266px;
  padding-top: 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: 1px solid hsla(0, 0%, 100%, 0.5);
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  letter-spacing: 3px;
}

.menu-items {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.menu-items.small-desk {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 50vw;
  height: 100vh;
  margin-left: auto;
  padding-top: 160px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: rgba(0, 0, 0, 0.7);
}

.menu-items.desk {
  position: relative;
}

.menu-link-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 120%;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.menu-links {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff;
  letter-spacing: 1px;
  text-decoration: none;
}

.menu-links:hover {
  color: #a60004;
}

.menu-links:active {
  color: #a60004;
}

.menu-links.desk {
  margin-bottom: 10px;
  margin-left: 30px;
}

.menu-links.small-desk {
  margin-bottom: 40px;
}

.portfolio-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
}

.portfolio-div {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.portfolio-text {
  position: relative;
  width: 280px;
  margin-bottom: 60px;
  padding-top: 25px;
  border-top: 1px solid #000;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.portfolio-heading {
  margin-top: 0px;
  margin-bottom: 70px;
  font-size: 36px;
  font-weight: 400;
}

.projects-div {
  display: none;
  max-width: 800px;
  min-width: 500px;
  border-top: 1px solid #000;
}

.project {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid #000;
  font-size: 16px;
  line-height: 24px;
  cursor: pointer;
}

.country-project {
  width: 110px;
  min-width: 110px;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.drop-arrow {
  width: 20px;
  height: 20px;
  margin-left: auto;
}

.text-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 341px;
  white-space: normal;
}

.project-images-block {
  position: relative;
  left: -130px;
  overflow: visible;
  width: 360px;
  height: 100%;
}

.pic-div {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 280px;
  margin-right: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.project-images {
  position: relative;
  display: block;
  min-height: 100%;
  min-width: 100%;
}

.project-images.project-one {
  z-index: 6;
  display: block;
}

.project-images.project-two {
  z-index: 5;
  display: none;
}

.project-images.project-three {
  z-index: 4;
  display: none;
}

.project-images.project-four {
  z-index: 3;
  display: none;
}

.project-images.project-five {
  z-index: 2;
  display: none;
}

.project-images.project-six {
  z-index: 1;
  display: none;
}

.pointer-div {
  position: absolute;
  left: auto;
  top: 240px;
  right: -30px;
  bottom: auto;
  z-index: 7;
  width: 60px;
  height: 60px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.project-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 16px;
  padding-right: 69px;
  padding-left: 136px;
}

.project-info.proj-info-one {
  padding-left: 110px;
}

.proj-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.centric-logo {
  width: 330px;
}

.centric-logo.nav {
  margin-right: 220px;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.slider-images {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  margin-left: auto;
}

.addres {
  color: #fff;
  text-decoration: none;
}

.contacts {
  margin-top: 4px;
  color: #fff;
  text-decoration: none;
}

.services-slider-info-div {
  position: relative;
  height: 100%;
}

.drop-arrow-link {
  position: absolute;
  left: auto;
  top: 10px;
  right: 15px;
  bottom: auto;
  z-index: 8;
}

.about-line {
  display: none;
}

.nav-bar-holder {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 99;
  width: 100vw;
}

.nav-bar-holder.desktop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.nav-bar-holder.small-desk {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: none;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hero-carousel {
  position: absolute;
  z-index: 0;
  display: block;
  overflow: visible;
  width: 100vw;
  height: 100vh;
}

.carousel-slides {
  width: 100%;
  background-image: url('../images/expressway.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.carousel-slides._2 {
  background-image: url('../images/unicef_1.png');
}

.carousel-slides._3 {
  background-image: url('../images/data-centre.png');
  background-position: 100% 50%;
  background-size: cover;
}

.carousel-mask {
  width: 100%;
}

.accordion-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 20px 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.accordion-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid #000;
}

.accordion-icon-2 {
  width: 20px;
  height: 20px;
  min-height: 20px;
  min-width: 20px;
  margin-right: 20px;
  margin-left: auto;
}

.dropdown-list-2 {
  position: static;
  display: none;
  padding-right: 50px;
  padding-left: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  font-size: 12px;
  line-height: 200%;
}

.project-section {
  position: relative;
  z-index: 1;
  max-width: 800px;
  min-width: 500px;
  border-top: 1px solid #000;
}

.paragraph-3 {
  font-weight: 400;
}

.slide-images {
  height: 100%;
}

.logo {
  max-width: none;
}

.close-menu {
  position: absolute;
  left: auto;
  top: 60px;
  right: 60px;
  bottom: auto;
  padding: 10px;
}

.open-nav {
  min-height: 60px;
  min-width: 60px;
  padding: 0px;
}

.nav-menu-img {
  min-width: 40px;
}

.nav-menu-img.b {
  min-width: auto;
}

.bold-text {
  font-weight: 400;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
}

.back-home {
  margin-top: 20px;
  padding: 10px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #a60004;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Poppins, sans-serif;
  color: #000;
  font-size: 16px;
  text-decoration: none;
}

.back-home:hover {
  color: #a60004;
  text-decoration: underline;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.heading-10 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.heading-11 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 120px;
  line-height: 100%;
}

@media screen and (max-width: 1100px) {
  .nav-bar {
    height: auto;
    padding-top: 40px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .landing-hero {
    padding-right: 60px;
    padding-left: 60px;
  }

  .hero-heading {
    width: auto;
    font-size: 40px;
    line-height: 49px;
  }

  .sect-two {
    padding-top: 60px;
  }

  .sect-two-white-div {
    width: 240px;
    height: 360px;
  }

  .sec2-container {
    position: relative;
    padding-top: 0px;
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .section-two-bg-image {
    left: 240px;
    top: 0%;
    right: auto;
    bottom: auto;
    width: auto;
    height: 100%;
  }

  .about-div {
    width: auto;
    margin-right: 40px;
  }

  .about-div2 {
    width: auto;
    padding-left: 0px;
  }

  .section-two-image {
    height: 500px;
    min-width: 300px;
    padding-top: 28px;
  }

  .section-two-heading {
    font-size: 24px;
    line-height: 36px;
  }

  .section-two-paragraph {
    font-size: 14px;
  }

  .get-in-touch {
    position: absolute;
    left: auto;
    top: auto;
    right: 40px;
    bottom: 50px;
  }

  .get-in-touch.services {
    right: 0px;
    bottom: 40px;
  }

  .get-in-touch.project {
    position: relative;
    right: 0px;
    bottom: 0px;
  }

  .slider {
    left: 0%;
    top: -150px;
    right: auto;
    bottom: auto;
    width: 300px;
    height: 300px;
    margin-left: 40px;
  }

  .clients-div {
    margin-top: 210px;
  }

  .clients-particulars {
    margin-right: 40px;
    margin-left: 40px;
  }

  .heading-4 {
    font-size: 12px;
    line-height: 14px;
  }

  .paragraph-2 {
    width: 400px;
    font-size: 16px;
    line-height: 24px;
  }

  .client-slider {
    margin-left: 40px;
  }

  .slide {
    width: 180px;
    margin-right: 40px;
  }

  .slider-2 {
    height: auto;
  }

  .right-arrow {
    top: -80px;
    right: 40px;
  }

  .right-arrow.left {
    right: 120px;
  }

  .clients-mask {
    width: 180px;
  }

  .services-div {
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .services-inner-div {
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .services-info-div {
    position: relative;
    max-width: none;
    min-width: 100%;
    margin-top: 0px;
  }

  .services-arrows {
    left: 80px;
    top: -60px;
    right: auto;
    bottom: auto;
  }

  .services-arrows.right {
    left: 80px;
  }

  .services-arrows.left {
    left: 0px;
  }

  .heading-5 {
    width: 47%;
    margin-top: 0px;
  }

  .heading-5.small {
    width: 47%;
    margin-top: 0px;
    font-size: 14px;
    line-height: 200%;
  }

  .services-slides {
    width: 360px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .services-slide-div {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .services-slide-inner-div {
    width: auto;
  }

  .heading-6 {
    height: auto;
    margin-top: 40px;
    margin-bottom: 24px;
    padding-top: 20px;
    font-size: 18px;
    line-height: 27px;
  }

  .list {
    margin-bottom: 0px;
    font-size: 10px;
    line-height: 200%;
  }

  .services-mask {
    width: 360px;
  }

  .footer {
    padding-top: 60px;
  }

  .footer-copyright {
    margin-top: 40px;
    padding-bottom: 20px;
  }

  .heading-7.address {
    margin-top: 20px;
  }

  .heading-7.contacts {
    margin-top: 20px;
  }

  .heading-8 {
    font-size: 30px;
    line-height: 54px;
  }

  .heading-9 {
    margin-top: 20px;
    font-size: 30px;
  }

  .text-block-6 {
    font-size: 14px;
  }

  .copyright-text {
    width: 100%;
  }

  .menu-items {
    max-width: 400px;
    margin-bottom: -10px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .menu-items.small-desk {
    padding-top: 130px;
  }

  .menu-link-text {
    font-size: 14px;
    line-height: 20px;
  }

  .menu-links {
    margin-bottom: 10px;
    margin-left: 40px;
  }

  .menu-links.small-desk {
    margin-bottom: 40px;
    margin-left: 0px;
  }

  .menu-links.small-desk.toggler {
    margin-bottom: 20px;
    padding-right: 30px;
    padding-bottom: 20px;
  }

  .portfolio-block {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .portfolio-div {
    padding-right: 50px;
    padding-left: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .portfolio-text {
    margin-bottom: 0px;
  }

  .portfolio-heading {
    position: absolute;
    left: auto;
    top: 15px;
    right: 50px;
    bottom: auto;
    margin-bottom: 36px;
    font-size: 20px;
    line-height: 150%;
  }

  .projects-div {
    width: 100%;
  }

  .text-block-8 {
    margin-right: 10px;
    font-size: 14px;
    line-height: 140%;
  }

  .project-images-block {
    left: -40px;
    top: 72px;
    right: auto;
    bottom: auto;
    display: none;
    width: 320px;
    height: 450px;
  }

  .pic-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 48px;
    margin-bottom: 40px;
  }

  .project-images {
    min-width: 100%;
  }

  .project-images.project-one {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
  }

  .project-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 126px;
    font-size: 13px;
    line-height: 200%;
  }

  .project-info.proj-info-one {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .centric-logo {
    width: auto;
    height: auto;
  }

  .centric-logo.nav {
    margin-right: 0px;
  }

  .div-block-3 {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .slider-images {
    right: -40px;
    bottom: -40px;
  }

  .services-information-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    margin-bottom: 100px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .nav-bar-holder.desktop {
    display: none;
  }

  .nav-bar-holder.small-desk {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .accordion-icon-2 {
    margin-right: 15px;
  }

  .dropdown-list-2 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .project-section {
    max-width: none;
    min-width: 400px;
  }

  .paragraph-3 {
    margin-right: 60px;
    margin-left: 120px;
  }

  .close-menu {
    top: 40px;
    right: 60px;
    padding: 12px;
  }
}

@media screen and (max-width: 767px) {
  .nav-bar {
    position: relative;
    height: 100%;
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .nav-bar.desk {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .landing-hero {
    padding-right: 40px;
    padding-left: 40px;
  }

  .hero-heading {
    font-size: 30px;
    line-height: 135%;
  }

  .hero-small-heading {
    font-size: 12px;
    line-height: 15px;
  }

  .sect-two {
    padding-top: 40px;
  }

  .sect-two-white-div {
    display: none;
  }

  .sec2-container {
    padding-right: 40px;
    padding-bottom: 0px;
    padding-left: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-two-bg-image {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    min-width: 100%;
  }

  .section-two-image {
    display: none;
  }

  .section-two-heading {
    margin-bottom: 0px;
    padding-top: 20px;
    border-top-style: none;
  }

  .section-two-paragraph {
    margin-top: 20px;
  }

  .get-in-touch {
    position: relative;
    right: 0px;
    bottom: 0px;
    margin-top: 20px;
  }

  .get-in-touch.services {
    position: absolute;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
  }

  .get-in-touch.project {
    padding-right: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .text-block-2 {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .mini-slider {
    display: none;
  }

  .clients-div {
    margin-top: 40px;
    padding-bottom: 40px;
  }

  .clients-particulars {
    padding-top: 20px;
  }

  .right-arrow {
    top: -50px;
    width: 30px;
    height: 30px;
    padding: 6px;
  }

  .services-div {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .services-slider {
    margin-top: 60px;
  }

  .heading-5 {
    width: 100%;
  }

  .heading-5.small {
    width: 100%;
  }

  .services-slides {
    padding-right: 30px;
    padding-left: 30px;
  }

  .footer {
    padding-top: 40px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .heading-8 {
    line-height: 30px;
  }

  .heading-9 {
    font-size: 24px;
    line-height: 24px;
  }

  .text-block-6 {
    font-size: 12px;
  }

  .copyright-text {
    padding-top: 10px;
  }

  .menu-items {
    max-width: none;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .menu-items.small-desk {
    width: 100vw;
    margin-left: 0px;
    padding-top: 90px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .menu-link-text {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 12px;
    line-height: 150%;
  }

  .menu-links {
    width: 110px;
    margin-bottom: 40px;
    margin-left: 0px;
  }

  .menu-links.small-desk.toggler {
    width: auto;
    padding: 10px 20px;
  }

  .portfolio-block {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .portfolio-div {
    margin-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .portfolio-text {
    width: auto;
    padding-top: 15px;
    font-size: 12px;
    line-height: 18px;
  }

  .portfolio-heading {
    position: relative;
    top: 0px;
    right: 0px;
    width: 100%;
    margin-bottom: 20px;
    font-size: 16px;
  }

  .projects-div {
    max-width: 730px;
    min-width: 440px;
  }

  .project {
    padding-right: 10px;
    padding-left: 10px;
  }

  .country-project {
    width: 16%;
    min-width: 70px;
    margin-right: 10px;
    font-size: 12px;
    line-height: 150%;
  }

  .text-block-8 {
    width: 70%;
    min-width: 300px;
    font-size: 12px;
  }

  .pic-div {
    margin-right: 0px;
    margin-bottom: 15px;
  }

  .project-info {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 12px;
  }

  .proj-details {
    padding-right: 0px;
    padding-left: 0px;
  }

  .centric-logo.nav {
    position: relative;
    width: 240px;
    margin-right: auto;
  }

  .div-block-3 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .drop-arrow-link {
    width: 20px;
  }

  .services-information-div {
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .about-line {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 240px;
    height: 0px;
    border-top: 1px solid #000;
  }

  .nav-bar-holder {
    height: 100%;
  }

  .accordion-icon-2 {
    width: 16px;
    height: 16px;
    min-height: 16px;
    min-width: 16px;
  }

  .project-section {
    position: relative;
    max-width: 100%;
  }

  .paragraph-3 {
    margin-right: 20px;
    margin-left: 0px;
    font-size: 12px;
  }

  .logo {
    width: 100%;
  }

  .close-menu {
    position: absolute;
    left: auto;
    top: 40px;
    right: 40px;
    bottom: auto;
    max-height: 40px;
    max-width: 40px;
    min-height: 40px;
    min-width: 40px;
    padding: 8px;
  }

  .open-nav {
    position: absolute;
    left: auto;
    top: 40px;
    right: 40px;
    bottom: auto;
    max-height: 40px;
    max-width: 40px;
    min-height: 40px;
    min-width: 40px;
  }

  .nav-menu-img {
    min-width: auto;
  }

  .utility-page-content {
    padding-right: 30px;
    padding-left: 30px;
  }

  .back-home {
    font-size: 14px;
  }

  .heading-10 {
    font-size: 24px;
    line-height: 100%;
  }

  .logo-img {
    max-width: 60px;
  }

  .heading-11 {
    font-size: 60px;
  }

  .text-block-9 {
    font-size: 14px;
  }
}

@media screen and (max-width: 479px) {
  .nav-bar {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .landing-hero {
    padding-right: 20px;
    padding-left: 20px;
  }

  .hero-heading {
    margin-bottom: 0px;
    font-size: 22px;
  }

  .sect-two {
    padding-top: 30px;
  }

  .sec2-container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .about-div2 {
    margin-bottom: 30px;
  }

  .heading-2 {
    font-size: 12px;
  }

  .section-two-heading {
    font-size: 18px;
    line-height: 150%;
  }

  .section-two-paragraph {
    font-size: 12px;
  }

  .get-in-touch {
    margin-right: auto;
    margin-left: auto;
    font-size: 14px;
  }

  .get-in-touch.services {
    position: relative;
    right: 0px;
    bottom: 0px;
  }

  .get-in-touch.project {
    padding-left: 6px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .text-block-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: -7px;
    padding-top: 5px;
    padding-bottom: 1px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 12px;
    letter-spacing: 0.5px;
  }

  .div-block {
    width: 30px;
    height: 30px;
    min-height: 20px;
    min-width: 20px;
  }

  .clients-particulars {
    margin-right: 20px;
    margin-left: 20px;
  }

  .paragraph-2 {
    width: auto;
  }

  .client-slider {
    margin-top: 60px;
    margin-left: 20px;
  }

  .slide {
    width: 140px;
  }

  .right-arrow.left {
    right: 101px;
  }

  .clients-mask {
    width: 140px;
  }

  .services-inner-div {
    padding-right: 20px;
    padding-left: 20px;
  }

  .services-info-div {
    margin-right: 0px;
  }

  .services-slider {
    margin-top: 80px;
  }

  .services-arrows {
    width: 30px;
    height: 30px;
    padding: 5px;
  }

  .services-arrows.right {
    left: auto;
    top: -40px;
    right: 0%;
    bottom: auto;
  }

  .services-arrows.left {
    top: -40px;
  }

  .heading-5 {
    font-size: 18px;
    line-height: 150%;
  }

  .heading-5.small {
    font-size: 12px;
  }

  .services-slides {
    width: auto;
    min-width: 200px;
    padding: 20px;
  }

  .services-slide-div {
    margin-bottom: 20px;
    padding-top: 20px;
  }

  .heading-6 {
    margin-top: 20px;
    font-size: 14px;
    line-height: 150%;
  }

  .services-mask {
    width: auto;
    min-width: 200px;
  }

  .heading-7 {
    font-size: 12px;
  }

  .heading-8 {
    font-size: 24px;
  }

  .heading-9 {
    font-size: 20px;
  }

  .text-block-6 {
    font-size: 12px;
  }

  .copyright-text {
    width: 320px;
    padding-top: 10px;
    padding-right: 40px;
    padding-left: 40px;
    font-size: 10px;
  }

  .menu-items.small-desk {
    padding-top: 80px;
  }

  .portfolio-text {
    min-width: 205px;
  }

  .projects-div {
    max-width: 400px;
    min-width: 200px;
  }

  .project {
    position: relative;
    padding-right: 0px;
    padding-left: 0px;
  }

  .country-project {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-right: 0px;
    font-size: 10px;
  }

  .drop-arrow {
    width: 16px;
    height: 16px;
  }

  .text-block-8 {
    width: 85%;
    min-width: auto;
    margin-top: 10px;
  }

  .pic-div {
    width: 100%;
  }

  .project-info {
    padding-top: 10px;
    padding-left: 0px;
    line-height: 150%;
  }

  .proj-details {
    position: relative;
    padding: 10px 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .centric-logo.nav {
    width: 65%;
  }

  .drop-arrow-link {
    position: absolute;
    left: auto;
    top: 15px;
    right: 0%;
    bottom: auto;
    margin-left: auto;
  }

  .services-information-div {
    margin-bottom: 10px;
  }

  .about-line {
    width: 120px;
  }

  .hero-carousel {
    width: 100vw;
    height: 100vh;
  }

  .accordion-toggle {
    padding-top: 12px;
    padding-bottom: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .accordion-icon-2 {
    position: absolute;
    left: auto;
    top: 10px;
    right: 0%;
    bottom: auto;
    width: 12px;
    height: 12px;
    min-height: 12px;
    min-width: 12px;
    margin-right: 0px;
  }

  .dropdown-list-2 {
    display: none;
  }

  .project-section {
    min-width: 160px;
  }

  .paragraph-3 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .logo {
    width: 100%;
  }

  .close-menu {
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
  }

  .open-nav {
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
  }

  .utility-page-content {
    padding-right: 20px;
    padding-left: 20px;
  }
}

