/* navbar : use to customize navbar background color */
#main-navbar {
  background-color: rgba(174, 26, 26, 255);
  background-image: linear-gradient(#fe8c00, #f83600) !important;
}



/* Please ❤ this if you like it! */


@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&subset=devanagari,latin-ext');

/* #Primary
================================================== */
/* #Navigation
================================================== */

.start-header {
  opacity: 1;
  transform: translateY(0);
  box-shadow: 0 10px 30px 0 rgba(138, 155, 165, 0.15);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.start-header.scroll-on {
  box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
  padding: 10px 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.start-header.scroll-on .navbar-brand img {
  height: 24px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.navigation-wrap {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.navbar {
  padding: 3px;
}

.navbar-brand img {
  height: auto;
  width: 60px;
  display: block;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.navbar-toggler {
  float: right;
  border: none;
  padding-right: 0;
}

.navbar-toggler:active,
.navbar-toggler:focus {
  outline: none;
}

.navbar-light .navbar-toggler-icon {
  width: 24px;
  height: 17px;
  background-image: none;
  position: relative;
  border-bottom: 1px solid #000;
  transition: all 300ms linear;
}

.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before {
  width: 24px;
  position: absolute;
  height: 1px;
  background-color: #000;
  top: 0;
  left: 0;
  content: '';
  z-index: 2;
  transition: all 300ms linear;
}

.navbar-light .navbar-toggler-icon:after {
  top: 8px;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
  transform: translateY(8px) rotate(-45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  border-color: transparent;
}

.nav-link {
  margin-right: 2em;
  color: #494949 !important;
  transition: all 200ms linear;
  text-transform: uppercase;
  font-family: Roboto, Arial, sans-serif;
  font-size: 17px;
  font-weight: 600 !important;
  line-height: 1.4;
  text-align: left;
  background-color: #fff;
}

.nav-item:hover .nav-link {
  color: rgba(174, 26, 26, 255) !important;
}

.nav-item.active .nav-link::after {
  color: #777 !important;
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background-color: rgba(174, 26, 26, 255);
  transition: all 200ms linear;
}

.nav-link {
  position: relative;
  padding: 0 !important;
  display: inline-block;
}

.nav-item:after {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 80%;
  height: 2px;
  content: '';
  background-color: rgba(174, 26, 26, 255);
  opacity: 0;
  transition: all 200ms linear;
}

.nav-item:hover:after {
  bottom: 0;
  opacity: 1;
}

.nav-item.active:hover:after {
  opacity: 0;
}

.nav-item {
  position: relative;
  transition: all 200ms linear;
}

.fa-caret-down {
  margin-left: 0.5em;
}

/* #Primary style
================================================== */

.bg-light {
  background-color: #fff !important;
  transition: all 200ms linear;
}

.section {
  position: relative;
  width: 100%;
  display: block;
}

.full-height {
  height: 100vh;
}

.over-hide {
  overflow: hidden;
}

.absolute-center {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: 40px;
  transform: translateY(-50%);
  z-index: 20;
}

h1,
h2,
h3,
h4,
h5,
h6 {

  line-height: 1.2;
  font-weight: 700;
  color: #212112;
  /* text-align: center; */
}

/* 
h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2.2rem;
}

h3 {
  font-size: 2rem;
}

h4 {
  font-size: 1.8rem;
}
*/

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

p {
  /* text-align: center; */
  margin: 0;
  padding-top: 10px;
  opacity: 1;
  transform: translate(0);
  transition: all 300ms linear;
  transition-delay: 1700ms;
}

body.hero-anime p {
  opacity: 0;
  transform: translateY(40px);
  transition-delay: 1700ms;
}

h1 span {
  display: inline-block;
  transition: all 300ms linear;
  opacity: 1;
  transform: translate(0);
}

body.hero-anime h1 span:nth-child(1) {
  opacity: 0;
  transform: translateY(-20px);
}

body.hero-anime h1 span:nth-child(2) {
  opacity: 0;
  transform: translateY(-30px);
}

body.hero-anime h1 span:nth-child(3) {
  opacity: 0;
  transform: translateY(-50px);
}

body.hero-anime h1 span:nth-child(4) {
  opacity: 0;
  transform: translateY(-10px);
}

body.hero-anime h1 span:nth-child(5) {
  opacity: 0;
  transform: translateY(-50px);
}

body.hero-anime h1 span:nth-child(6) {
  opacity: 0;
  transform: translateY(-20px);
}

body.hero-anime h1 span:nth-child(7) {
  opacity: 0;
  transform: translateY(-40px);
}

body.hero-anime h1 span:nth-child(8) {
  opacity: 0;
  transform: translateY(-10px);
}

body.hero-anime h1 span:nth-child(9) {
  opacity: 0;
  transform: translateY(-30px);
}

body.hero-anime h1 span:nth-child(10) {
  opacity: 0;
  transform: translateY(-20px);
}

h1 span:nth-child(1) {
  transition-delay: 1000ms;
}

h1 span:nth-child(2) {
  transition-delay: 700ms;
}

h1 span:nth-child(3) {
  transition-delay: 900ms;
}

h1 span:nth-child(4) {
  transition-delay: 800ms;
}

h1 span:nth-child(5) {
  transition-delay: 1000ms;
}

h1 span:nth-child(6) {
  transition-delay: 700ms;
}

h1 span:nth-child(7) {
  transition-delay: 900ms;
}

h1 span:nth-child(8) {
  transition-delay: 800ms;
}

h1 span:nth-child(9) {
  transition-delay: 600ms;
}

h1 span:nth-child(10) {
  transition-delay: 700ms;
}

body.hero-anime h1 span:nth-child(11) {
  opacity: 0;
  transform: translateY(30px);
}

body.hero-anime h1 span:nth-child(12) {
  opacity: 0;
  transform: translateY(50px);
}

body.hero-anime h1 span:nth-child(13) {
  opacity: 0;
  transform: translateY(20px);
}

body.hero-anime h1 span:nth-child(14) {
  opacity: 0;
  transform: translateY(30px);
}

body.hero-anime h1 span:nth-child(15) {
  opacity: 0;
  transform: translateY(50px);
}

h1 span:nth-child(11) {
  transition-delay: 1300ms;
}

h1 span:nth-child(12) {
  transition-delay: 1500ms;
}

h1 span:nth-child(13) {
  transition-delay: 1400ms;
}

h1 span:nth-child(14) {
  transition-delay: 1200ms;
}

h1 span:nth-child(15) {
  transition-delay: 1450ms;
}

#switch,
#circle {
  cursor: pointer;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}

#switch {
  width: 60px;
  height: 8px;
  border: 2px solid #8167a9;
  border-radius: 27px;
  background: #000;
  position: relative;
  display: block;
  margin: 0 auto;
  text-align: center;
  opacity: 1;
  transform: translate(0);
  transition: all 300ms linear;
  transition-delay: 1900ms;
}

body.hero-anime #switch {
  opacity: 0;
  transform: translateY(40px);
  transition-delay: 1900ms;
}

#circle {
  position: absolute;
  top: -11px;
  left: -13px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #000;
}

.switched {
  border-color: #000 !important;
  background: #8167a9 !important;
}

.switched #circle {
  left: 43px;
  box-shadow: 0 4px 4px rgba(26, 53, 71, 0.25), 0 0 0 1px rgba(26, 53, 71, 0.07);
  background: #fff;
}

.nav-item .dropdown-menu {
  transform: translate3d(0, 10px, 0);
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  display: block;
  padding: 0;
  margin: 0;
  transition: all 200ms linear;
}

.nav-item.show .dropdown-menu {
  opacity: 1;
  visibility: visible;
  max-height: 999px;
  transform: translate3d(0, 0px, 0);
}

.dropdown-menu {
  padding: 10px !important;
  margin: 0;
  font-size: 13px;
  letter-spacing: 1px;
  color: #212121;
  background-color: #fcfaff;
  border: none;
  border-radius: 3px;
  box-shadow: 0 5px 10px 0 rgba(174, 26, 26, 255);
  transition: all 200ms linear;
}

.dropdown-toggle::after {
  display: none;
}

.dropdown-item {
  padding: 3px 15px;
  color: #212121;
  border-radius: 2px;
  transition: all 200ms linear;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #fff;
  background-color: rgba(174, 26, 26, 255);
}

body.dark {
  color: #fff;
  background-color: #1f2029;
}

body.dark .navbar-brand img {
  filter: brightness(100%);
}

body.dark h1 {
  color: #fff;
}

body.dark h1 span {
  transition-delay: 0ms !important;
}

body.dark p {
  color: #fff;
  transition-delay: 0ms !important;
}

body.dark .bg-light {
  background-color: #14151a !important;
}

body.dark .start-header {
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
}

body.dark .start-header.scroll-on {
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
}

body.dark .nav-link {
  color: #fff !important;
}

body.dark .nav-item.active .nav-link {
  color: #999 !important;
}

body.dark .dropdown-menu {
  color: #fff;
  background-color: #1f2029;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
}

body.dark .dropdown-item {
  color: #fff;
}

body.dark .navbar-light .navbar-toggler-icon {
  border-bottom: 1px solid #fff;
}

body.dark .navbar-light .navbar-toggler-icon:after,
body.dark .navbar-light .navbar-toggler-icon:before {
  background-color: #fff;
}

body.dark .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  border-color: transparent;
}



/* #Media
================================================== */

@media (max-width: 767px) {
  h1 {
    font-size: 38px;
  }

  .nav-item:after {
    display: none;
  }

  /* .nav-item::before {
		position: absolute;
		display: block;
		top: 15px;
		left: 0;
		width: 11px;
		height: 1px;
		content: "";
		border: none;
		background-color: #000;
		vertical-align: 0;
	} */
  /* .dropdown-toggle::after {
		position: absolute;
		display: block;
		top: 10px;
		left: -23px;
		width: 1px;
		height: 11px;
		content: "";
		border: none;
		background-color: #000;
		vertical-align: 0;
		transition: all 200ms linear;
	} */
  .dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(90deg);
    opacity: 0;
  }

  .dropdown-menu {
    padding: 0 !important;
    background-color: transparent;
    box-shadow: none;
    transition: all 200ms linear;
  }

  .dropdown-toggle[aria-expanded="true"]+.dropdown-menu {
    margin-top: 10px !important;
    margin-bottom: 20px !important;
  }

  body.dark .nav-item::before {
    background-color: #fff;
  }

  body.dark .dropdown-toggle::after {
    background-color: #fff;
  }

  body.dark .dropdown-menu {
    background-color: transparent;
    box-shadow: none;
  }
}

/* #Link to page
================================================== */

.logo {
  position: absolute;
  bottom: 30px;
  right: 30px;
  display: block;
  z-index: 100;
  transition: all 250ms linear;
}

.logo img {
  height: 26px;
  width: auto;
  display: block;
  filter: brightness(10%);
  transition: all 250ms linear;
}

body.dark .logo img {
  filter: brightness(100%);
}

/* end navbar */


/* fancy title */
.subtitle {
  font-weight: 700;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
  color: #af1a1ad9;
}

.fancy {
  /* line-height: 0.5; */
  text-align: center;
}

.fancy span {
  display: inline-block;
  position: relative;
  color: rgb(174, 26, 26) !important;
}

.fancy span:before,
.fancy span:after {
  content: "";
  position: absolute;
  height: 5px;
  border-bottom: 1px solid rgb(174, 26, 26);
  border-top: 1px solid rgb(174, 26, 26);
  top: 50%;
  width: 40px;
}

.fancy span:before {
  right: 100%;
  margin-right: 15px;
}

.fancy span:after {
  left: 100%;
  margin-left: 15px;
}

/* end fancy title */
.white-link {
  color: white !important;
  font-weight: 600;
  text-transform: uppercase;
}

.m-active {
  color: black !important;
}

/* .custom-title {
    width: 50%;
    text-align: center; 
    border-bottom: 1px solid #1212a3; 
    line-height: 0.1em;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2em;
    color: #1212a3; 
  }

  .custom-title span {
    background:#fff; 
    padding:0 10px; 
  } */

.custom-title {
  font-weight: 700;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
  color: #af1a1ad9;
}

.space {
  min-height: 3em;
  width: 100%;
}


.slider {
  width: 100%;
  margin: 0 auto;
}

.slider img {
  width: 200px;
  height: 200px;
}

.modal-dialog {
  width: 75%;
  height: 90%;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
}

.modal-content {
  height: auto;
  min-height: 100%;
  border-radius: 0;
}

.cert-box {
  height: 250px;
  width: auto;
}

.cert-box:hover h5 {
  color: rgba(174, 26, 26, 255);
}

.cert-box:hover {
  cursor: pointer;
  transform: scale(1.1);
}

.lg-text {
  color: rgba(174, 26, 26, 255);
}

.slider img {
  height: 230px;
}



.cert-name {
  text-align: left;
}

.project-list {
  width: 100%;
}

.prj-home-item {
  margin: 0 1rem;
}

.prj-home-item img {
  height: 15rem;
  width: 100%;
}

.lg-arrow {
  margin: 0.1em;
  font-size: 2em;
}

/*.lg-arrow {
  width: 0.8em;
  border-radius: 50%;
  border: 2px black solid;
}*/

.lg-arrow:hover {
  cursor: pointer;
  border: 2px rgb(174, 26, 26) solid;
}



.grid-container {
  display: grid;
  column-gap: 50px;
  grid-template-columns: auto auto auto;
  background-color: none;
  padding: 10px;
}

.grid-item {
  background-color: rgba(255, 255, 255, 0.8);
  border: none;
  padding: 20px;
  font-size: 30px;
  text-align: left;
}

.footer-container {
  /* display: flex; */
  /* or inline-flex */
  background-color: #ffe0e0;
  flex-direction: row;
  justify-content: space-between;
  padding: 100px 240px;
  gap: 43px;
  align-content: left
}

.footer-list {
  list-style-type: none;
  padding-left: 0;

}

.footer-item {
  color: #494949 !important;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  padding: 10px 30px 0px 0px;
  font-weight: 300;
  line-height: 1.4;

}

.footer-item:nth-of-type(1) {
  flex-grow: 3 !important;
}

.footer__heading {
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  font-style: bold !important;
  position: relative;
}

hr {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  border: 2;
  border-top: 2px solid rgba(0, 0, 0, .1);
}

.list-icon-social {
  font-size: 30px;
}

.footer-text {
  text-decoration: none;
  color: #494949 !important;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

.footer-text:hover {
  text-decoration: none;
  color: #000;
  font-size: 16px;

}

.footer-underline {
  width: 60px;
  border-color: red;
  margin-top: 2;
}

#footer-item-1 {
  background-color: blue;
  width: rem;
}

input {
  border-top: hidden;
  border-right: hidden;
  border-left: hidden;
  border-bottom: groove;
  background-color: #eee;
}

#modal-left {
  position: absolute;
  left: -6%;
  top: 49%;
}

#modal-left img {
  border: 2px white solid;
  background: white;
}

#modal-left img:hover {
  border: 2px green solid;
  background: green;
}

#modal-right {
  position: absolute;
  right: -6%;
  top: 49%;
}

#modal-right img {
  border: 2px white solid;
  background: white;
}

#modal-right img:hover {
  border: 2px green solid;
  background: green;
}

/* Bem */

.breadcrumbwrap .blur-title {
  position: relative;
}

.container {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}

.breadcrumbwrap .page-title {
  color: #ffffff;
  margin-bottom: 15px;
  position: relative;
  text-transform: capitalize;
  width: 40%;
}

.breadcrumbwrap {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 380px !important;
  padding-top: 180px !important;
}

.breadcrumbwrap .blur-title:before {
  content: '';
  width: 400px;
  height: 220px;
  background: #000000;
  z-index: 0;
  position: absolute;
  top: -80%;
  left: -5%;
  filter: blur(100px);
}

.page-title {
  font-size: 2.1875rem;
  font-weight: bold;
  text-align: left;
}

.breadcrumbwrap .breadcrumb {
  padding: 0;
  background: transparent;
  position: relative;
}

.breadcrumbwrap {
  background-image: url(../assets/images/so-do-to-chuc.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 300px;
  padding-top: 100px;
  overflow: hidden;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

.form-advisory button.btn {
  width: 100%;
  height: 85px;
  border-radius: 3px;
  border: solid 1px #2953a3;
  color: #2953a3;
  background: #ffffff;
  font-weight: bold;
  transition: 0.5s;
}

.box-filter .block-filter-project {
  padding: 20px;
  margin: 0px -15px;
  background: #fff;
  cursor: pointer;
  box-shadow: 0px 0px 20px 5px rgb(0 0 0 / 15%);
  border-radius: 0 0 3px 3px;
}

.block-checklist-fields,
.block-checklist-project {
  border-top: 1px solid #d5d5d5;
  padding: 18px;
  background: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 5;
  box-shadow: 0 10px 20px 0 rgb(0 0 0 / 15%);
  border-radius: 0 0 3px 3px;
}

.cus-checkmark {
  display: inline-block;
  position: relative;
  cursor: pointer;
  user-select: none;
  padding-left: 28px;
  margin-bottom: 10px;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #dee2e6;
  border-radius: 3px;
}

#prevImg,
#nextImg {
  position: absolute;
  top: 49%;
  color: white;
  padding: 0.5em 1em;
}

#prevImg {
  left: 1%;
}

#nextImg {
  right: 1%;
}

#prevImg:hover,
#nextImg:hover {
  background-color: #000000;
  cursor: pointer;
}

.breadcrumb-item a,
.breadcrumb-item span {
  color: white;
}

li.active a {
  color: blue;
}

.m-hide {
  display: none;
}

.rium-check {
  background-color: blue;
}

.rium-btn {
  border: 1px blue solid;
}

.rium-btn:hover {
  background-color: blue;
  color: white;
}

.block-media {
  border-radius: 3px;
  box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%);
  overflow: hidden;
  height: 100%;
}

.block-media.news-other {
  border: 1px solid #e5e5e5;
  transition: all 0.4s;
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%);
  /* width: 80%; */
}

.block-media.news-other div.p-20 {
  min-height: 60px;
  padding: 20px 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.block-media .img {
  overflow: hidden;
}

/* 
.slick-track {
  width: 100%;
} */

.bg-center {
  background-position: center;
  background-size: cover;
}

.slick-slide {
  margin: 10px;
  width: 100%;
}

.back {
  text-align: left;
  padding-left: 1em;
}

.back::before {
  content: '';
  width: 30px;
  height: 100%;
  left: -1%;
  top: 35%;
  position: absolute;
  background-image: url('../common-images/undo.png');
  background-size: 80%;
  transition: all 0.4s;
  background-repeat: no-repeat;
}

.prj-info {
  max-width: 20%;
  float: left;
  margin-right: 5%;
}

.active-image-area {
  height: 675px;
  width: 100%;
}

.bg-contain {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

#project-list .img:hover {
  cursor: pointer;
}

.active-image-area .prev,
.active-image-area .next {
  position: absolute;
  top: 49%;
  /* display: flex; */
  /* align-items: center; */
  /* height: 100%; */
  cursor: pointer;
  padding: 10px;
  transition: all 0.4s;
  background-color: #1f20297d;
}

.active-image-area .prev:hover,
.active-image-area .next:hover {
  background-color: #1f2029fa;
}

.active-image-area .prev {
  left: calc(5vh);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0));
  transform: translate(-100%, 0);
}

.active-image-area .next {
  right: calc(-2vh);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0));
  transform: translate(-100%, 0);
}

.footer__heading::after {
  content: "";
  display: inline-block;
  width: 60px;
  height: 0;
  position: absolute;
  left: 0;
  bottom: -2px;
  border-bottom: 2px #af1a1ad9 solid;
}

.slider-nav .img:hover {
  cursor: pointer;
}

.no-gutters {
  display: flex0;
  flex-wrap: wrap;
}

.row-article {
  border-bottom: 1px #e5e5e5 solid;
  padding: 1em;
}

.title-article {
  transition: all 0.3s;
}

.limit-text-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.aboutus_row1 {
  padding: 100px 0 4rem;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: 550px 0;
}

.aboutus_row1 .avatar {
  float: right;
  display: block;
  padding: 50px 0 50px 100px;
  width: 500px;
}

.aboutus_row1 .avatar .img {
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 0 30px 0 rgb(0 0 0 / 20%);
}


.boxes-title {
  font-size: 2.1875rem;
  font-weight: bold;
  line-height: 1.29;
  color: #AE1A1A;
  position: relative;
  display: inline-block;
  margin-bottom: 1rem;
}

.boxes-title.liner:after {
  right: -55px;
  content: "";
  display: inline-block;
  width: 40px;
  height: 0;
  position: absolute;
  top: 22px;
  border-bottom: solid 2px #AE1A1A;
}

.desc-about-us {
  text-align: left !important;
}

.desc-cms img {
  max-width: 100%;
}

.sticky-top {
  position: sticky;
  top: 0
}

/* preload */
#preloader {
  width: 100%;
  height: 100%;
  top: 0;
  right: auto;
  bottom: 0;
  left: auto;
  background: #fff;
  z-index: 11000;
  position: fixed;
  display: block
}

.preloader {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 400px;
  height: 400px;
  background: center center no-repeat none;
  background-size: 95px 95px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%
}

/* end preload */

#back2topButton {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  color: white;
  cursor: pointer;
  border-radius: 50%;
}

#back2topButton:hover {
  background-color: #555;
}

.slider-nav .slick-arrow {
  display: none !important;
}

/* centered modal */
#messageModal {
  text-align: center;
  padding: 0!important;
  background-color: #80808082;
}

#messageModal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

#messageModal .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  width: 50vh;
}

/* end centered modal */


@media only screen and (min-width: 1800px) {
  .prj-home-item img {
    height: 20rem;
    width: auto;
  }
}

@media only screen and (max-width: 680px) {

  .d-sm-none {
    display: none;
  }

  .lg-arrow {
    display: none;
  }

  .footer-container {
    padding: 50px 50px;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    line-height: 1.2;
    font-weight: 700;
    color: #212112;
    /* text-align: center; */
  }

  .prj-info {
    max-width: 80%;
    float: left;
    margin-right: 5%;
  }

  .active-image-area {
    height: 200px;
  }

  #project-list {
    height: 100px;
  }

  .active-image-area .prev {
    left: calc(5vh);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0));
    transform: translate(-100%, 0);
  }

  .avatar {
    padding: 0 !important;
    width: 100% !important;
  }
}