@charset "UTF-8";
.ourmpbox {
  margin: 50px 0px;
  display: flex;
  flex-wrap: wrap;
}
.btn-download label{
  cursor: pointer;
}
.btn-scroll {
  background: #b5b5b5; 
}
p 
{
  margin-bottom: 0px;
}
.banner_wrapper
{
  text-align: right;
}
.table-bordered
{
  border:0px !important;
}
.ourmpbox .mp-card {
  display: flex;
  flex-direction: column;
  flex: 0 1 calc(20%);
  margin-bottom: 30px;
}
.ourmpbox .mp-card .mp-card-img {
  display: flex;
  justify-content: center;
  background: linear-gradient(223.14deg, #F0F0F0 0%, #CACACA 100%);
  padding-top: 20px;
}
.ourmpbox .mp-card .mp-card-name {
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.ourmpbox .mp-card .mp-card-title {
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 20px;
}
.ourmpbox .mp-card .mp-card-social {
  display: flex;
  justify-content: space-evenly;
  align-content: center;
}

.mp-container {
  display: grid;
  margin-top: 5%;
  margin-bottom: 5%;
  grid-template-columns: repeat(auto-fit, minmax(420px, 4fr));
  grid-auto-rows: 420px;
}
.mp-container .about-mp-box {
  display: flex;
  flex-wrap: wrap;
}
.mp-container .about-mp-box .mp-box {
  display: flex;
  flex-direction: column;
  flex: 0 1 calc(33%);
  margin-bottom: 30px;
}
.mp-container .about-mp-box .mp-box .mp-box-img {
  width: auto;
  padding-left: 10px;
  padding-right: 5%;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.mp-container .about-mp-box .mp-box .mp-box-img .color1mp {
  width: 100%;
  margin-bottom: 5px;
  box-shadow: -15px 15px 0px 5px #c89ecc;
}
.mp-container .about-mp-box .mp-box .mp-box-img .color2mp {
  width: 100%;
  margin-bottom: 5px;
  box-shadow: -15px 15px 0px 5px #f7e40c;
}
.mp-container .about-mp-box .mp-box .mp-box-img .color3mp {
  width: 100%;
  margin-bottom: 5px;
  box-shadow: -15px 15px 0px 5px #93d8dd;
}
.mp-container .about-mp-box .mp-box .mp-box-img .color4mp {
  width: 100%;
  margin-bottom: 5px;
  box-shadow: -15px 15px 0px 5px #a6ce37;
}
.mp-container .about-mp-box .mp-box .mp-box-img .color5mp {
  width: 100%;
  margin-bottom: 5px;
  box-shadow: -15px 15px 0px 5px #f3adba;
}

.search-container {
  margin-top: 5%;
  margin-bottom: 5%;
  grid-template-columns: repeat(auto-fit, minmax(420px, 4fr));
}
.search-container .form-group {
  margin-bottom: 1rem;
}
.search-container .form-group .search-box {
  display: flex;
  flex-wrap: wrap;
}
.search-container .form-group .search-box .search-input {
  display: flex;
  flex-direction: column;
  flex: 0 1 calc(50%);
  padding-right: 1%;
}

.annual-container {
  margin-top: 5%;
  margin-bottom: 5%;
  grid-template-columns: repeat(auto-fit, minmax(420px, 4fr));
}
.annual-container .annual-box {
  display: flex;
  flex-wrap: wrap;
}
.annual-container .annual-box .annual-item {
  display: flex;
  flex-direction: column;
  flex: 0 1 calc(25%);
  padding-right: 1%;
}
.annual-container .annual-box .annual-item .annual-content {
  padding-left: 5%;
  padding-right: 5%;
}
.annual-container .annual-box .annual-item .annual-content .annual-item-down {
  font-weight: 400;
  font-size: 12px;
  color: #F57B3D;
}
.annual-container .annual-box .annual-item .annual-content .annual-item-name {
  font-weight: 500;
  font-size: 20px;
  color: #393939;
}
.white
{
  color: white !important;
  cursor: pointer !important;
}

.content .cycwhitedetail .accordian-body .tenderphone {
  border-bottom: 1px solid #FDD168;
  padding: 5vw 0;
}
.content .cycwhitedetail .about-box {
  display: flex;
  flex-wrap: wrap;
}
.content .cycwhitedetail .about-box .about-title {
  display: flex;
  flex-direction: column;
  flex: 0 1 calc(100%);
}

.aboutcontent {
  padding-top: 5%;
}

body .content .expand-details {
  margin: 3vw;
  margin-left: -5vw !important;
}
body .content .expand-details .mp-image img {
  width: 100%;
  padding: 0px;
}
body .content .expand-details .hide-details {
  margin: 3vw;
}
body .content .expand-details .expand-details-content {
  margin: 3vw;
}

@media only screen and (max-width: 600px) {
  .handymanservices-container {
    margin: 1vh;
  }

  .handymanservices-container .accordion-title {
    font-weight: 700;
    font-size: 16px;
    border-bottom: 1px solid #FDD168;
    margin: 5vw;
    padding-top: 1vh;
    padding-bottom: 1vh;
  }

  .handymanservices-container .collapse {
    margin: 5vw;
  }

  .handymanservices-container .collapse .accordion-img {
    margin: 5vw;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 70px 100px 70px 100px;
    background-color: #fff;
    border-top: 2px solid #33A24D;
    border-right: 2px solid #F57A3D;
    border-bottom: 2px solid #FCD05C;
    border-left: 2px solid #1EC2F4;
  }

  .handymanservices-containerr .collapse .accordion-img img {
    height: 75px;
    width: 75px;
  }
}
.handywhitedetail .handyman-service-container .service .address {
  text-align: left;
}

.listing {
  size: 16px;
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
}
.listing .table tbody tr td {
  border-top: 1px solid #fdd168;
  border-bottom: 1px solid #fdd168;
  padding-top: 30px;
  padding-bottom: 30px;
}
.listing .table tbody tr td.bold {
  font-weight: 900;
}
.listing .listing-item {
  border-bottom: 1px solid #FDD168;
  margin-bottom: 5%;
}

@font-face {
  font-family: "Annifont";
  src: url("/anifont/Annifont.ttf.woff") format("woff"), url("/anifont/Annifont.ttf.svg#Annifont") format("svg"), url("/anifont/Annifont.ttf.eot"), url("/anifont/Annifont.ttf.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}
.mp-container .mp-card-2 .mp-card-body {
  margin-top: 10px;
  padding-right: 10%;
}

.ourmpbox .mp-card .mp-card-social a {
  color: #333 !important;
}

.newmhtitle {
  min-height: 10vh;
}

.slick-slide {
  outline: none;
}

.mp-container .mp-card-2 .mp-card-body .mp-card-desc {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

body .headertop .drawer .btn-drawer {
  color: white !important;
}

.mp-expend {
  background-color: #F8F8F8;
}

.hidden1 {
  display: none;
}

body .content .socialaccess {
  position: absolute;
  right: 0;
  top: -15px;
  margin-bottom: 20px;
}

.overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  background-color: black;
  opacity: 0.5;
}



/*default font level 字体大小*/
.font-level1 {
  font-size: 1rem;
}

.font-level2 {
  font-size: 0.9rem;
}

.font-level3 {
  font-size: 0.8rem;
}

.font-level4 {
  font-size: 0.7rem;
}

.font-level5 {
  font-size: 0.5rem;
}

.font-date {
  font-size: 1rem;
}

/*body {
  overflow: hidden;
}*/

body:hover {
  overflow-y: scroll;
}

/* width */
::-webkit-scrollbar {
  width: 2px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #F57B3D;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #F57B3D;
}

/*default font level 默认字体颜色区域*/
/*1：字体粗细，2:字体颜色，字体转换大小写，字体距离*/
/*1：font-weight，2:font-color，3.font=upper or lower，4.font-spacing*/
.font-red {
  font-weight: 400;
  color: #E54646;
  text-transform: none;
  letter-spacing: 0.5px;
  margin: 0;
}

.font-blue {
  font-weight: bold;
  color: #FCD05C;
  text-transform: none;
  letter-spacing: 0.5px;
  margin: 0;
}

.font-yellow {
  font-weight: 400;
  color: #eac80a;
  text-transform: none;
  letter-spacing: 0.5px;
  margin: 0;
}

.font-gold {
  font-weight: bold;
  color: #c2a000;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0;
}

.font-White {
  font-weight: 400;
  color: white;
  text-transform: none;
  letter-spacing: 0.5px;
  margin: 0;
}

.font-Whitenav {
  font-weight: bold;
  color: white;
  text-transform: none;
  letter-spacing: 0.5px;
  margin: 0;
}

.font-orange {
  font-weight: 400;
  color: #F57B3D;
  text-transform: none;
  letter-spacing: 0.5px;
  margin: 0;
}

.font-bluev1 {
  font-weight: 400;
  color: #1EC2F4;
  text-transform: none;
  letter-spacing: 0.5px;
  margin: 0;
}

.font-black {
  font-weight: 500;
  color: #4B4A4E;
  text-transform: none;
  letter-spacing: 0.5px;
  margin: 0;
}

.font-green {
  font-weight: 400;
  color: #33A24D;
  text-transform: none;
  letter-spacing: 0.5px;
  margin: 0;
}
.font-purple {
  font-weight: 400;
  color: #a57fab;
  text-transform: none;
  letter-spacing: 0.5px;
  margin: 0;
}
.font-gray1 {
  font-weight: 500;
  color: gray;
  text-transform: none;
  letter-spacing: 0.5px;
  margin: 0;
}

.font-blackbold {
  font-weight: bold;
  color: #4B4A4E;
  text-transform: none;
  letter-spacing: 0.5px;
  margin: 0;
}

.black {
  color: #212629 !important;
}

/*default button style 按钮种类*/
.btnstyleblue {
  background-color: #007bff;
  text-align: center;
  padding: 10%;
  justify-content: center;
}
.btnstyleblue:active {
  background: red;
}
.btnstyleblue:disabled {
  background: black;
}

.btnstylered {
  background-color: red;
  padding: 10%;
  text-align: center;
  justify-content: center;
}
.btnstylered:active {
  background: red;
}
.btnstylered:disabled {
  background: black;
}

.btn-more {
  background: #FFFFFF;
  border: 1px solid #F57A3D;
  box-sizing: border-box;
  border-radius: 8px;
  color: #f57a3d;
  width: inherit;
}

/*default image size 图片空间*/
.img100 {
  width: 100%;
  height: 100%;
}

.imagebg {
  vertical-align: middle;
}

.img100other {
  width: 100%;
}

.img75 {
  width: 75%;
}

.imgfixed {
  z-index: 999;
  position: relative;
}

.img50 {
  width: 22.5%;
}

.imgsocialicon {
  width: 1.5rem;
}

.socialimg {
  width: 2rem;
  height: 2rem;
}

.img2rem {
  width: 2rem;
}

.hidenimage {
  display: none;
}

.img5rem {
  width: 5rem;
}

.img7rem {
  width: 3rem;
  margin: auto;
}

.img10rem {
  width: 10rem;
}

.imgw100 {
  width: 100%;
}

/*default spacing 图片空间*/
.nopd {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.nopr {
  padding-right: 0px !important;
}

.nopl {
  padding-left: 0px !important;
}

.pd50px {
  padding: 50px 0px 50px 0px;
}

.pd20percnet {
  padding: 20% 0px 20% 0px;
}

.spacebt10 {
  margin-bottom: 40px;
}

.spacetop10px {
  margin-top: 10px;
}

.spacetop5px {
  margin-top: 5px;
}

.spacetop20px {
  margin-top: 20px;
}

.nomg {
  margin-left: 0px;
  margin-right: 0px;
}

.noml {
  margin-left: 0px;
}

.nomr {
  margin-right: 0px;
}

.spacing20p {
  margin: 20% 0px 20% 0px;
}

/*extra hidden class function*/
.hidden {
  display: none !important;
}

.webview {
  display: block;
}

.phoneview {
  display: none;
}

.webipadview .shownav {
  display: block !important;
  transition: 1s;
}

.hidden1 {
  display: none;
}

/*extra hidden class function*/
/*default item aligment  字体aligment*/
/*default item aligment  字体aligment*/
.poslef {
  text-align: left;
  position: relative;
}

.poscenter {
  text-align: center;
  position: relative;
}

.posright {
  text-align: right;
  position: relative;
}

/*default class end*/
.bg-gray {
  background-color: #F8F8F8;
}

.target {
  cursor: pointer;
}

.section-title {
  font-weight: 900;
  font-size: 36px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 5%;
}

.section-title-mid {
  font-weight: 900;
  font-size: 36px;
  text-align: left;
  margin-top: 30px;
  margin-bottom: 30px;
}

body {
  height: 100%;
  width: 100%;
  margin: 0;
  clear: both;
  overflow-x: hidden;
  background-color: black;
}
body .text {
  background: red;
  width: 100px;
  height: 100px;
}
body .pdfbox {
  padding-right: 5%;
  padding-left: 5%;
  display: flex;
  flex-wrap: wrap;
}
body .pdfbox .pdf-item {
  display: flex;
  flex-direction: column;
  flex: 0 1 calc(25%);
  margin-bottom: 30px;
}
body .pdfbox .pdf-item:nth-child(1) img{
  box-shadow: 14px 13px 5px 0px #c89ecc;

}
body .pdfbox .pdf-item:nth-child(2) img{
  box-shadow: 14px 13px 5px 0px#f7e40c;

}
body .pdfbox .pdf-item:nth-child(3) img{
  box-shadow: 14px 13px 5px 0px #93d8dd;
}
body .pdfbox .pdf-item:nth-child(4) img{

  box-shadow: 14px 13px 5px 0px #a6ce37;
}
body .pdfbox .pdf-item img {
  width: 75%;
  cursor: pointer;
}
body .pdfbox .pdf-item .pdf-item-date {
  font-weight: 500;
  font-size: 16px;
  color: #4b4a4e;
}
body .pdfbox .pdf-item .pdf-item-name {
  font-weight: 500;
  font-size: 24px;
  color: #393939;
}
body .menu {
  padding: 0px 5%;
}
body .headertop {
  position: fixed;
  width: 100%;
  z-index: 100;
  top: 0;
  height: 8vh;
  background-color: #393939;
  border-bottom: 2px solid #1EC2F4;
}
body .headertop .weblogo {
  float: left;
}
body .headertop .navlist {
  cursor: pointer;
  text-align: right;
}
body .headertop .navlist .mainnav {
  width: 100%;
  display: block;
  padding-inline-start: 0;
  margin: 20px 10px;
  cursor: pointer;
}
body .headertop .navlist .mainnav li.icon {
  margin: 0px 10px;
}
body .headertop .navlist .mainnav li {
  list-style: none;
  display: inline-block;
  position: relative;
  cursor: pointer;
  top: -500px;
  -webkit-animation: slide1 0.5s forwards;
  -webkit-animation-delay: 2s;
  animation: slide1 0.5s forwards;
  overflow-y: hidden;
  padding: 1vh 0px;
  margin: 0px 10px;
  height: 7vh;
}
body .headertop .navlist .mainnav li .menu-icon {
  width: 2rem;
  padding-right: 7px;
}
body .headertop .navlist .mainnav li .newdropdownbox {
  width: 100%;
  position: fixed;
  -webkit-animation: slide2 0.5s forwards;
  top: -500px;
  left: 0px;
  display: none;
  height: auto;
  z-index: 79;
  transition: 0.1s;
  overflow: hidden;
  background-color: white;
}
body .headertop .navlist .mainnav li .newdropdownbox .fonttitle {
  position: absolute;
  padding: 30% 0%;
  font-size: 2.5rem;
  width: 100%;
  top: 50px;
  text-align: center;
  z-index: 1000;
}
body .headertop .navlist .mainnav li .newdropdownbox .navbox {
  margin: 25px 20px 25px 0px;
  height: 140px;
  position: relative;
  cursor: pointer;
  text-transform: capitalize;
  border-bottom: 2px solid #F57B3D;
  padding: 2px 0px 0px 0px;
}
body .headertop .navlist .mainnav li .newdropdownbox .navbox label {
  cursor: pointer;
  text-transform: capitalize;
}
body .headertop .navlist .mainnav li .newdropdownbox .navbox .btmword {
  position: absolute;
  bottom: 10px;
  left: 0;
}
body .headertop .navlist .mainnav li .newdropdownbox .navbox:hover {
  border-bottom: 1px solid #F57B3D;
  text-align: left;
}
body .headertop .navlist .mainnav li .newdropdownbox .navbox:hover .font-black {
  color: #F57B3D;
}
body .headertop .navlist .mainnav li .newdropdownbox2 {
  width: 100%;
  position: fixed;
  -webkit-animation: slide2 0.5s forwards;
  top: -300px;
  display: none;
  height: 200px;
  left: 0px;
  z-index: 79;
  transition: 0.1s;
  overflow: hidden;
  background-color: white;
}
body .headertop .navlist .mainnav li .newdropdownbox2 .fonttitle {
  position: absolute;
  padding: 10% 0%;
  font-size: 2.5rem;
  width: 100%;
  top: 30px;
  text-align: center;
  z-index: 1000;
}
body .headertop .navlist .mainnav li .newdropdownbox2 .navbox {
  margin: 25px 20px 25px 0px;
  height: 140px;
  position: relative;
  cursor: pointer;
  border-bottom: 2px solid #F57B3D;
  padding: 2px 0px 0px 0px;
}
body .headertop .navlist .mainnav li .newdropdownbox2 .navbox label {
  cursor: pointer;
}
body .headertop .navlist .mainnav li .newdropdownbox2 .navbox .btmword {
  position: absolute;
  bottom: 10px;
  left: 0;
}
body .headertop .navlist .mainnav li .newdropdownbox2 .navbox:hover {
  border-bottom: 2px solid #F57B3D;
}
body .headertop .navlist .mainnav li .newdropdownbox2 .navbox:hover .font-black {
  color: #F57B3D;
}
body .headertop .navlist .mainnav li:hover {
  cursor: pointer;
  text-align: left;
}
body .headertop .navlist .mainnav li:hover .newdropdownbox {
  display: block;
}
body .headertop .navlist .mainnav li:hover .newdropdownbox2 {
  display: block;
}
body .headertop .navlist .mainnav li label {
  cursor: pointer;
}
body .headertop .navlist .mainnav li:nth-child(2) {
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
}
body .headertop .navlist .mainnav li:nth-child(3) {
  animation-delay: 0.75s;
  -webkit-animation-delay: 0.75s;
}
body .headertop .navlist .mainnav li:nth-child(4) {
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
}
body .headertop .navlist .mainnav li:nth-child(5) {
  animation-delay: 1.25s;
  -webkit-animation-delay: 1.25s;
}
body .headertop .navlist .mainnav li:nth-child(6) {
  animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
}
body .headertop .navlist .mainnav li:nth-child(7) {
  animation-delay: 1.75s;
  -webkit-animation-delay: 1.75s;
}
body .headertop .navlist .mainnav li:nth-child(8) {
  animation-delay: 2s;
  -webkit-animation-delay: 2s;
}
body .headertop .navlist .mainnav li:nth-child(9) {
  animation-delay: 2.25s;
  -webkit-animation-delay: 2.25s;
}
body .headertop .navlist .subnav {
  width: 100%;
  display: block;
  margin: 20px 5px;
}
body .headertop .navlist .subnav li {
  list-style: none;
  display: inline;
  cursor: pointer;
  margin: 10px 10px;
}
body .headertop .logophone {
  height: 100%;
  width: 100%;
  position: relative;
}
body .headertop .logophone .openforside {
  text-align: center;
  display: block;
  position: relative;
  line-height: 10vh;
  z-index: 999;
  transition: 1s;
}
body .main-menu {
  position: fixed;
  right: -20vw;
  display: block;
  background-color: #fff;
  height: 100vh;
  z-index: 100;
  padding-bottom: 20%;
  z-index: 9998 !important;
  width: 20vw;
}
body .main-menu div:nth-child(2) .sub-menu li a
{
  color: #1ec2f3;
}
body .main-menu div:nth-child(3) .sub-menu li a
{
  color: #1db029;
}
body .main-menu div:nth-child(4) .sub-menu li a
{
  color: #ff8c25;
}
body .main-menu div:nth-child(5) .sub-menu li a
{
  color: #f31e1e;
}
body .main-menu div:nth-child(6) .sub-menu li a
{
  color: #ffb400;
}
body .main-menu div:nth-child(7) .sub-menu li a
{
  color: #b38cb9;
}
body .main-menu div:nth-child(1) .mm-li label
{
  color: black;
}
body .main-menu div:nth-child(2) .mm-li label
{
  color: #1ec2f3;
}
body .main-menu div:nth-child(3) .mm-li label
{
  color: #1db029;
}
body .main-menu div:nth-child(4) .mm-li label
{
  color: #ff8c25;
}
body .main-menu div:nth-child(5) .mm-li label
{
  color: #f31e1e;
}
body .main-menu div:nth-child(6) .mm-li label
{
  color: #ffb400;
}
body .main-menu .menu-social {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
body .main-menu .menu-social div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  height: 30px;
  width: 30px;
  border-radius: 5px;
  margin-top: 30px;
  margin-bottom: 30px;
}
body .main-menu .menu-social div.facebook {
  background: #336FD3;
}
body .main-menu .menu-social div.instagram {
  background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
}
body .main-menu .menu-social div.telegram {
  background: #4599ED;
}
body .main-menu .mm-li {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 2vh;
  padding-bottom: 2vh;
}
body .main-menu .mm-li .mm-label {
  font-size: 8px;
  text-align: center;
}
body .main-menu .mm-li .mm-label.active {
  color: #1EC2F4;
}
body .main-menu .mm-li:active {
  color: red;
}
body .main-menu .sub-menu {
  position: fixed;
  left: -180vw;
  top: 0px;
  height: 100vh;
  width: 80vw;
  padding-right: 10px;
  z-index: 100;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/image/submenu_bg.png");
  background-position: center;
  background-blend-mode: darken;
  list-style-type: none;
  font-size: 20px;
  font-weight: 900;
  color: black;
  text-transform: none;
  letter-spacing: 0;
  color: #fff;
}
body .main-menu .sub-menu li {
  padding-top: 2vh;
  padding-bottom: 2vh;
}
body .main-menu .sub-menu li a {
  color: #fff;
  text-transform: capitalize;
}
@keyframes slide2 {
  100% {
    top: 8vh;
  }
}
body .sidebar {
  background-color: black;
  position: absolute;
  left: 0;
  height: 100vh;
  width: 55vw;
  overflow: auto;
  padding-bottom: 25%;
  text-align: left;
  display: none;
  z-index: 1000;
}
body .sidebar .main {
  list-style: none;
  padding-inline-start: 0px;
  margin: 10px 0px;
  position: relative;
  padding: 10px 20px;
}
body .sidebar .main li {
  position: relative;
  margin: 20px 0px;
  left: -200px;
  animation: slide 0.5s forwards;
}
body .sidebar .main li:nth-child(2) {
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
}
body .sidebar .main li:nth-child(3) {
  animation-delay: 0.75s;
  -webkit-animation-delay: 0.75s;
}
body .sidebar .main li:nth-child(4) {
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
}
body .sidebar .main li:nth-child(5) {
  animation-delay: 1.25s;
  -webkit-animation-delay: 1.25s;
}
body .sidebar .main li:nth-child(6) {
  animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
}
body .sidebar .main li:nth-child(7) {
  animation-delay: 1.75s;
  -webkit-animation-delay: 1.75s;
}
body .sidebar .main li:nth-child(8) {
  animation-delay: 2s;
  -webkit-animation-delay: 2s;
}
body .sidebar .main .title {
  font-weight: bold;
}
body .sidebar .main .normal {
  font-weight: 500;
}
body .sidebar .morenav {
  position: absolute;
  right: 0;
  top: 0;
}
body .sidebar .inner {
  list-style: none;
  padding-inline-start: 0px;
  text-align: center;
  display: none;
  padding: 10px;
}
body .content {
  height: auto;
  margin-top: 8vh;
  min-height: 80vh;
  width: 100%;
  background-color: white;
  overflow-x: hidden;
  overflow-y: auto;
}
body .content .socialaccess {
  position: absolute;
  right: 0;
  top: -15px;
  margin-bottom: 20px;
}
body .content .slider {
  width: 100%;
  overflow: hidden;
  position: relative;
}
body .content .slider .overlapslider {
  position: absolute;
  width: 40%;
  left: -10%;
  overflow: hidden;
  transform: skewX(20deg);
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  z-index: 1;
}
body .content .slider .overlapcontent {
  left: 10%;
  top: 10%;
  text-align: center;
  position: relative;
  padding: 20px;
  transform: skewX(-20deg);
}
body .content .slider .overlapcontent img {
  margin-left: 100px;
  width: 8rem;
}
body .content .slider .overlapcontent .fontnew {
  font-weight: 500;
  margin-left: 100px;
  margin-top: 50px;
  font-size: 6rem;
  font-family: Annifont;
  font-style: italic;
  letter-spacing: 0px;
}
body .content .annoucementbox {
  width: 100%;
  margin: 50px 0px;
  height: auto;
}
body .content .annoucementbox .mainul {
  padding-inline-start: 0px;
}
body .content .annoucementbox .mainul li {
  list-style: none;
  padding: 20px;
  border-top: 1px solid #FDD168;
}
body .content .annoucementbox .mainul li:last-child {
  border-bottom: 1px solid #FDD168;
}
body .content .annoucementbox .annoceleft {
  margin-left: 20px;
  box-shadow: -21px 18px 5px 0px rgba(245, 123, 61, 0.75);
  -webkit-box-shadow: -21px 18px 5px 0px rgba(245, 123, 61, 0.75);
  -moz-box-shadow: -21px 18px 5px 0px rgba(245, 123, 61, 0.75);
}
body .content .pdfbox {
  height: auto;
  margin-top: 50px;
}
body .content .aboutbanner {
  /*background-image: url("../images/banner/whatwedo.png");*/
  background-size: cover;
  width: 100%;
  height: 200px;
}
body .content .aboutbanner ul {
  margin: 7% 0px 0% 0px;
  list-style: none;
  padding-inline-start: 0px;
}
body .content .aboutbanner ul li {
  display: inline-block;
  text-transform: capitalize;
  margin: 5px 10px 5px 0px;
}
body .content .aboutbanner2 {
  background-image: url("../images/banner/service_bg.png");
  background-size: cover;
  width: 100%;
  height: 200px;
}
body .content .aboutbanner2 ul {
  margin: 7% 0px 0% 0px;
  list-style: none;
  padding-inline-start: 0px;
}
body .content .aboutbanner2 ul li {
  display: inline-block;
  margin: 5px 10px 5px 0px;
}
body .content .titleboxtop {
  border-top: 1px solid #C4C4C4;
  margin-bottom: 25px;
  padding-top: 3%;
}
body .content .titleboxtop a {
  font-style: italic;
}
body .content .titleboxtop .showbox {
  text-align: right;
  padding-right: 5%;
  width: 350px;
}
body .content .titleboxtop .hidebox {
  text-align: left;
}
body .content .descdet {
  width: 350px;
}
body .content .posrelative {
  position: relative;
}
body .content .socialaccess {
  position: absolute;
  right: 0;
}
body .content .socialaccess ul {
  display: inline;
}
body .content .socialaccess ul li {
  display: inline;
  margin: 0px 20px;
}
body .content .socialaccess ul li img {
  cursor: pointer;
  width: 1.5rem;
  height: 1.5rem;
}
body .content .bgblacktitle {
  background-color: black;
  color: white;
  text-align: center;
  display: inline-block;
  margin-bottom: 10px;
  padding: 2px 5px;
  width: auto;
}
body .content .bgblacktitle label {
  margin: 0;
}
body .content .downloadbox {
  cursor: pointer;
}
body .content .imgtopmp {
  width: 350px;
  padding-left: 10px;
  padding-right: 5%;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
body .content .imgtopmp .color1mp {
  width: 100%;
  margin-bottom: 5px;
  box-shadow: -15px 15px 0px 5px #c89ecc;
}
.mp-box:nth-child(1n+0) .imgtopmp .color1mp {
  width: 100%;
  margin-bottom: 5px;
  box-shadow: -15px 15px 0px 5px #c89ecc !important;
}

.mp-box:nth-child(2n+0) .imgtopmp .color1mp {
  width: 100%;
  margin-bottom: 5px;
  box-shadow: -15px 15px 0px 5px #f7e40c !important;
}

.mp-box:nth-child(3n+0) .imgtopmp .color1mp {
  width: 100%;
  margin-bottom: 5px;
  box-shadow: -15px 15px 0px 5px #93d8dd !important;
}

.mp-box:nth-child(4n+0) .imgtopmp .color1mp {
  width: 100%;
  margin-bottom: 5px;
  box-shadow: -15px 15px 0px 5px #a6ce37 !important;
}

body .content .imgtopmp .color2mp {
  width: 100%;
  margin-bottom: 5px;
  box-shadow: -15px 15px 0px 5px #f7e40c;
}
body .content .imgtopmp .color3mp {
  width: 100%;
  margin-bottom: 5px;
  box-shadow: -15px 15px 0px 5px #93d8dd;
}
body .content .imgtopmp .color4mp {
  width: 100%;
  margin-bottom: 5px;
  box-shadow: -15px 15px 0px 5px #a6ce37;
}
body .content .imgtopmp .color5mp {
  width: 100%;
  margin-bottom: 5px;
  box-shadow: -15px 15px 0px 5px #f3adba;
}
body .content .contentT {
  font-weight: bold;
}
body .content .contentT p {
  margin: 0;
}
body .content .contentT ul {
  padding-inline-start: 20px;
}
body .content .contentN p {
  margin: 0;
}
body .content .contentN ul {
  padding-inline-start: 20px;
}
h1 
{
  font-size: 1.5rem !important;
}
body .content .contentgray {
  background-color: #F8F8F8;
  padding: 50px 0px;
  margin-left: -5vw;
  padding-left: 0 !important;
  width: 100vw !important;
}
.smalltitle
{
  margin-top:25px;
}
body .content .contentgray .contentT {
  font-weight: bold;
}
body .content .contentgray .contentT p {
  margin: 0;
}
body .content .contentgray .contentN p {
  margin: 0;
}
body .content .aboutwhitedetail .titlebox {
  border-bottom: 1px solid #C4C4C4;
  padding: 20px;
  height: 200px;
  position: relative;
  text-align: center;
}
body .content .aboutwhitedetail .titlebox .backtitle {
  font-weight: bold;
  color: #979797;
  position: absolute;
  text-align: center;
  width: 100%;
  opacity: 0.2;
  letter-spacing: 5px;
  z-index: 1;
  font-size: 6rem;
  white-space: nowrap;
}
body .content .aboutwhitedetail .titlebox .fronttitle {
  color: #33A24D;
  margin: 50px 0px;
  z-index: 99;
  font-weight: bold;
}
body .content .aboutwhitedetail .titlebox .fronttitleblue {
  color: #1EC2F4;
  margin: 50px 0px;
  z-index: 99;
  font-weight: bold;
}
body .content .aboutwhitedetail .titlebox .fronttitleorange {
  color: #F57A3D;
  margin: 50px 0px;
  z-index: 99;
  font-weight: bold;
}
body .content .aboutwhitedetail .titlebox1 {
  border-bottom: 1px solid #C4C4C4;
  padding: 20px;
  position: relative;
  text-align: center;
  z-index: 0;
}
body .content .aboutwhitedetail .titlebox1 .green {
  color: #33A24D;
  font-size: 20px;
}
body .content .aboutwhitedetail .aboutcontent {
  padding: 50px 0px 0px 0;
}
body .content .aboutwhitedetail .aboutcontent .smalltitle {
  margin-bottom: 30px;
}
body .content .aboutwhitedetail .aboutcontent .contentT {
  font-weight: bold;
}
body .content .aboutwhitedetail .aboutcontent .col-4new {
  flex: 0 0 30%;
  max-width: 30%;
  margin-bottom: 20px;
  margin-right: 5%;
}
body .content .aboutwhitedetail .aboutcontent .col-4new:nth-child(3n) {
  margin-right: 0%;
}
body .content .aboutwhitedetail .aboutcontent .col-4newfull {
  flex: 0 0 100%;
  max-width: 100%;
}
body .content .aboutwhitedetail .aboutcontent .aboutbox1 {
  border-top: 1px solid #1EC2F4;
  border-bottom: 1px solid #33A24D;
  border-left: 1px solid #F57A3D;
  border-right: 1px solid #FCD05C;
  padding: 100px 0px;
  text-align: center;
}
body .content .aboutwhitedetail .aboutcontent .aboutbox1 img {
  width: 5rem;
}
body .content .aboutwhitedetail .aboutcontent .aboutbox2 {
  background-color: #33A24D;
  padding: 100px 0px;
  text-align: center;
}
body .content .aboutwhitedetail .aboutcontent .aboutbox2 img {
  width: 5rem;
}
body .content .aboutwhitedetail .aboutcontent .aboutbox3 {
  background-color: #F57A3D;
  padding: 100px 0px;
  text-align: center;
}
body .content .aboutwhitedetail .aboutcontent .aboutbox3 img {
  width: 5rem;
}
body .content .aboutwhitedetail .aboutcontent .aboutbox4 {
  background-color: #FCD05C;
  padding: 100px 0px;
  text-align: center;
}
body .content .aboutwhitedetail .aboutcontent .aboutbox4 img {
  width: 5rem;
}
body .content .aboutwhitedetail .aboutcontent .aboutboxdes {
  text-align: left;
  width: 100%;
  margin-bottom: 10px;
}
body .content .aboutwhitedetail .aboutcontent .aboutmore {
  text-align: right;
}
body .content .aboutwhitedetail .mpbox {
  background-color: #F8F8F8;
  width: 100%;
  padding: 20px;
}
body .content .aboutwhitedetail .mpbox .contentT {
  font-weight: bold;
  width: 100%;
}
body .content .aboutwhitedetail .mpbox .col-3new {
  flex: 0 0 18.5%;
  max-width: 18.5%;
  margin-right: 1.85%;
}
body .content .aboutwhitedetail .mpbox .col-3new:nth-child(5) {
  margin-right: 0%;
}
body .content .aboutwhitedetail .mpbox .detcont {
  margin-top: 10px;
}
body .content .aboutwhitedetail .mpbox .mpboximage {
  padding-top: 20px;
  background-image: linear-gradient(to bottom, #f0f0f0, #e6e6e6, #dddddd, #d3d3d3, #cacaca);
}
body .content .aboutwhitedetail .mpbox .mpboximage img {
  width: 80%;
}
body .content .aboutwhitedetail .book-container {
  display: flex;
  flex-direction: row;
  background-color: #F8F8F8;
  align-items: center;
  justify-content: space-between;
  padding: 5% 30%;
}
body .content .aboutwhitedetail .slider-for {
  margin: 5% 0 5% 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .content .aboutwhitedetail .slider-for .slider-for-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1;
}
body .content .aboutwhitedetail .slider-for .btn-slider-next,
body .content .aboutwhitedetail .slider-for .btn-slider-prev {
  display: block;
  border: none;
  border-radius: 50%;
  min-height: 50px;
  min-width: 50px;
  padding: 15px;
  background-color: #F5F5F5;
  color: #393939;
}
body .content .aboutwhitedetail .slider-for .btn-slider-next:focus,
body .content .aboutwhitedetail .slider-for .btn-slider-prev:focus {
  border: none;
}
body .content .aboutwhitedetail .slider-for .btn-slider-next.slick-disabled,
body .content .aboutwhitedetail .slider-for .btn-slider-prev.slick-disabled {
  color: #dedede;
}
body .content .aboutwhitedetail .slider-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #393939;
  padding: 10px 30px;
}
body .content .aboutwhitedetail .slider-nav .slick-list.draggable {
  height: 100px;
}
body .content .aboutwhitedetail .slider-nav .slider-nav-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  margin-left: 10px;
  margin-right: 10px;
  opacity: 0.5;
  overflow: hidden;
}
body .content .aboutwhitedetail .slider-nav .slider-nav-item img {
  height: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
}
body .content .aboutwhitedetail .slider-nav .slider-nav-item.slick-current {
  border: 2px solid #F57B3D;
  opacity: 1;
}
body .content .aboutwhitedetail .slider-nav .slider-nav-item.slick-current + .slick-active {
  border: 2px solid #F57B3D;
  opacity: 1;
}
body .content .aboutwhitedetail .expand-details {
  background-color: #F8F8F8;
  width: 100%;
  width: 100vw;
  z-index: 2;
  padding-left: 5vw;
  padding-right: 5vw;
}
body .content .aboutwhitedetail .expand-details .expand-details-img {
  margin: 3vw;
}
body .content .aboutwhitedetail .expand-details .expand-details-img.service-img {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 70px 150px 70px 150px;
  border-top: 2px solid #33A24D;
  border-right: 2px solid #F57A3D;
  border-bottom: 2px solid #FCD05C;
  border-left: 2px solid #1EC2F4;
}
body .content .aboutwhitedetail .expand-details .expand-details-img.service-img img {
  height: 75px;
  width: 75px;
}
body .content .aboutwhitedetail .expand-details .expand-details-content {
  margin: 3vw;
}
body .content .aboutwhitedetail .expand-details .expand-details-content .content-title {
  font-weight: 500;
  color: #393939;
  text-transform: none;
  letter-spacing: 0;
  font-size: 36px;
}
body .content .aboutwhitedetail .expand-details .expand-details-content .content-body {
  font-weight: 400;
  color: #393939;
  word-break: break-word;
  text-transform: none;
  letter-spacing: 0;
  font-size: 20px;
  line-height: 30px;
}
body .content .aboutwhitedetail .expand-details .expand-details-content .content-body .badge {
  padding: 10px 20px;
}
body .content .aboutwhitedetail .expand-details .expand-details-content .content-body table thead td {
  padding: 10px 20px 10px 20px;
}
body .content .aboutwhitedetail .expand-details .expand-details-content .content-body table tbody td {
  background-color: white;
  padding: 10px 20px 10px 20px;
}
body .content .aboutwhitedetail .expand-details .hide-details {
  margin: 3vw;
  cursor: pointer;
}
body .content .aboutwhitedetail .completed-project-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(420px, 4fr));
  grid-auto-rows: 420px;
  margin-top: 5%;
  margin-bottom: 5%;
}
body .content .aboutwhitedetail .completed-project-container .completed-project {
  display: flex;
  flex-direction: column;
  margin: 5%;
}
body .content .aboutwhitedetail .completed-project-container .completed-project:nth-child(5n-4) .project-img img {
  overflow: hidden;
  box-shadow: -10px 10px #93D8DD;
}
body .content .aboutwhitedetail .completed-project-container .completed-project:nth-child(5n-3) .project-img img {
  overflow: hidden;
  box-shadow: -10px 10px #F7E40C;
}
body .content .aboutwhitedetail .completed-project-container .completed-project:nth-child(5n-2) .project-img img {
  overflow: hidden;
  box-shadow: -10px 10px #A6CE37;
}
body .content .aboutwhitedetail .completed-project-container .completed-project:nth-child(5n-1) .project-img img {
  overflow: hidden;
  box-shadow: -10px 10px #C89ECC;
}
body .content .aboutwhitedetail .completed-project-container .completed-project:nth-child(5n-0) .project-img img {
  overflow: hidden;
  box-shadow: -10px 10px #F3ADBA;
}
body .content .aboutwhitedetail .completed-project-container .completed-project .project-title {
  margin: 5%;
  font-size: 24px;
  font-weight: 500;
}
body .content .aboutwhitedetail .completed-project-container .completed-project .project-more {
  cursor: pointer;
  margin-right: 5%;
}
body .content .aboutwhitedetail .completed-project-container .completed-project.project-shadowless {
  box-shadow: none;
}
body .content .aboutwhitedetail .upcoming-project-container .imgtop {
  height: 250px;
}
body .content .aboutwhitedetail .upcoming-project-container .imgtop.imgblue {
  background-color: #93D8DD;
}
body .content .aboutwhitedetail .upcoming-project-container .imgtop.imgyellow {
  background-color: #F7E40C;
}
body .content .aboutwhitedetail .upcoming-project-container .imgtop.imggreen {
  background-color: #A6CE37;
}
body .content .aboutwhitedetail .upcoming-project-container .imgtop.imgpurple {
  background-color: #C89ECC;
}
body .content .aboutwhitedetail .upcoming-project-container .imgtop.imgred {
  background-color: #F3ADBA;
}
body .content .aboutwhitedetail .upcoming-project-container .imgtop .midtext {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 25%;
  font-size: 30px;
  font-weight: 700;
}
body .content .aboutwhitedetail .upcoming-project-container a {
  cursor: pointer;
}
body .content .aboutwhitedetail .services-container {
  display: grid;
  margin-top: 5%;
  margin-bottom: 5%;
  grid-template-columns: repeat(auto-fit, minmax(420px, 4fr));
  grid-auto-rows: 420px;
}
body .content .aboutwhitedetail .services-container .service {
  display: flex;
  flex-direction: column;
  margin: 5%;
}
body .content .aboutwhitedetail .services-container .service .service-img {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 70px 100px 70px 100px;
  border-top: 2px solid #33A24D;
  border-right: 2px solid #F57A3D;
  border-bottom: 2px solid #FCD05C;
  border-left: 2px solid #1EC2F4;
}
body .content .aboutwhitedetail .services-container .service .service-img img {
  height: 75px;
  width: 75px;
}
body .content .aboutwhitedetail .services-container .service .service-title {
  margin: 5% 0 5% 0;
  font-size: 24px;
  font-weight: 500;
}
body .content .aboutwhitedetail .services-container .service .see-more {
  cursor: pointer;
}
body .content .aboutwhitedetail #year-picker {
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: #f57b3d;
  color: white;
  height: 100px;
  font-size: 36px;
}
body .content .aboutwhitedetail #event-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(400px, 4fr));
  margin: 5% 0;
}
body .content .aboutwhitedetail #event-container .event-card {
  box-shadow: 1px 5px 5px #888888;
  margin: 10px;
}
body .content .aboutwhitedetail #event-container .event-card .event-card-head {
  font-size: 24px;
  line-height: 2px;
  background-color: #fcd05c;
  padding: 5px 15px 5px 15px;
}
body .content .aboutwhitedetail #event-container .event-card .event-card-body {
  background-color: #f8f8f8;
  padding: 5px 15px 5px 15px;
  font-weight: 400;
  color: #393939;
  text-transform: none;
  letter-spacing: 0;
  font-size: 18px;
}
body .content .footer {
  background-color: #393939;
  padding-top: 40px;
  margin-top: 30px;
}
body .content .footer ul {
  padding-inline-start: 0px;
}
body .content .footer ul li {
  list-style: none;
  margin: 15px 0px;

}
body .content .footer ul li label {
  text-transform: capitalize;
  cursor: pointer;
}

body .content .footer ul li:hover label {
  color: #F57B3D;
  text-transform: capitalize;
  cursor: pointer;
}
body .content .footer .copyright {
  border-top: 1px solid #fff;
  color: #fff;
  padding-top: 5px;
}
body .content .footer .copyright .copyright-text {
  font-size: 12px;
}
body .content .footer .copyright .social-media {
  display: flex;
  justify-content: space-around;
  align-items: center;
  font-size: 20px;
}

.btn-scroll {
  display: block;
  height: 50px;
  width: 50px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  border-radius: 50%;
  padding: 10px;
  border: none;
}

.newcontainer {
  max-width: 90vw;
  margin: auto;
}

.contact-us .app-container {
  margin: 5% 0;
}
.contact-us .app-container .app-container-title {
  font-weight: 500;
  color: #393939;
  text-transform: none;
  letter-spacing: 0px;
  font-size: 36px;
}
.contact-us .app-container .app-container-description {
  font-weight: 400;
  color: #393939;
  text-transform: none;
  letter-spacing: 0px;
  font-size: 20px;
}
.contact-us .app-container .qr-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.contact-us .contact-form .custom-input .custom-radio {
  border: 2px solid #c4c4c4;
  box-sizing: border-box;
  font-weight: 400;
  color: #c4c4c4;
  text-transform: none;
  letter-spacing: 0;
  font-size: 1.25rem;
  line-height: 28px;
  padding: 10px 10px;
  border-radius: 5px;
  cursor: pointer;
}
.contact-us .contact-form .custom-input .custom-radio.active {
  color: #33A24D;
}
.contact-us .contact-form .custom-input a:hover {
  text-decoration: none;
}
.contact-us .contact-form .custom-btn.btn-reset {
  background-color: white;
  border: none;
  box-shadow: -10px 10px #f57a3d;
  padding: 10px 10%;
  margin-left: 10px;
  margin-right: 10px;
}
.contact-us .contact-form .custom-btn.btn-reset:active {
  box-shadow: none;
  transform: translate(-10px, 10px);
}
.contact-us .contact-form .custom-btn.btn-submit {
  background-color: white;
  border: none;
  box-shadow: -10px 10px #33A24D;
  padding: 10px 10%;
  margin-left: 10px;
  margin-right: 10px;
}
.contact-us .contact-form .custom-btn.btn-submit:active {
  box-shadow: none;
  transform: translate(-10px, 10px);
}
.contact-us .contact-form .upload-photo-container label {
  cursor: pointer;
  border: 2px solid #c4c4c4;
  box-sizing: border-box;
  font-weight: 400;
  color: #c4c4c4;
  text-transform: none;
  letter-spacing: 0;
  font-size: 1.25rem;
  line-height: 28px;
  padding: 10px 10px;
  border-radius: 5px;
  width: 100%;
}
.contact-us .contact-form .upload-photo-container label::after {
  content: url("../images/icon/camera.png");
  position: absolute;
  right: 20px;
  bottom: 13px;
}
.contact-us .contact-form .upload-photo-container #upload-photo,
.contact-us .contact-form .upload-photo-container #upload-photo-2,
.contact-us .contact-form .upload-photo-container #upload-photo-3 {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.contact-us .contact-form .form-info {
  background-color: #f8f8f8;
  padding: 5px 15px;
}
.contact-us .contact-form .form-info .form-info-title {
  font-weight: 700;
  color: #393939;
  text-transform: none;
  letter-spacing: 0px;
}
.contact-us .contact-form .form-info .form-info-body {
  font-weight: 400;
  color: #393939;
  text-transform: none;
  letter-spacing: 0px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.contact-us .contact-form .form-info .feedback-form-step .feedback-form-info-step {
  padding: 20px;
  position: relative;
  text-align: center;
}
.contact-us .contact-form .form-info .feedback-form-step .feedback-form-info-step .backtitle {
  font-weight: bold;
  color: #979797;
  position: absolute;
  text-align: center;
  width: 100%;
  opacity: 0.2;
  letter-spacing: 5px;
  z-index: 1;
  font-size: 6rem;
}
.contact-us .contact-form .form-info .feedback-form-step .feedback-form-info-step .fronttitle {
  color: #33A24D;
  margin: 60px 40px;
  z-index: 99;
  font-weight: bold;
}
.contact-us .contact-table {
  font-weight: 400;
  color: #393939;
  text-transform: none;
  letter-spacing: 0px;
  font-size: 18px;
}
.contact-us .contact-table thead {
  background-color: #fcd05c;
}
.contact-us .contact-office .office-name {
  font-weight: 500;
  color: #393939;
  text-transform: none;
  letter-spacing: 0px;
  font-size: 36px;
}
.contact-us .contact-office .office-address {
  font-weight: 400;
  color: #393939;
  text-transform: none;
  letter-spacing: 0px;
  font-size: 20px;
}
.contact-us .contact-office .office-working-hour {
  font-weight: 400;
  color: #393939;
  text-transform: none;
  letter-spacing: 0px;
  font-size: 20px;
}
.contact-us .contact-office .google-map {
  height: 500px;
  width: 100%;
  margin: 10% 0;
}

.custom-breadcrumb {
  height: 3vh;
  background-color: #000;
  padding-left: 0;
}
.custom-breadcrumb ul {
  margin-left: 0px;
  list-style: none;
  display: inline;
}
.custom-breadcrumb ul li {
  display: inline;
  color: #fff;
  font-size: 8px;
}
.custom-breadcrumb ul li:not(:last-child):after {
  content: ">";
}

.tender-results table tr {
  border-top: 2px solid #fdd168;
}
.tender-results table tr:last-child {
  border-bottom: 2px solid #fdd168;
}
.tender-results table tr td:first-child {
  white-space: nowrap;
}

.announcement-container {
  background-color: black;
  color: white;
  height: 50px;
  padding-left: 100px;
  padding-top: 15px;
}

.card-type-1 .service-img {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 70px 100px 70px 100px;
  border-top: 2px solid #33A24D;
  border-right: 2px solid #F57A3D;
  border-bottom: 2px solid #FCD05C;
  border-left: 2px solid #1EC2F4;
}
.card-type-1 .service-img img {
  height: 75px;
  width: 75px;
}
.card-type-1 .service-title {
  margin: 5% 0 5% 0;
  font-size: 24px;
  font-weight: 500;
}
.card-type-1 .see-more {
  cursor: pointer;
}
@keyframes slide {
  100% {
    left: 0;
  }
}
@keyframes slide1 {
  100% {
    top: 0;
  }
}
@keyframes drop1 {
  100% {
    top: 0;
  }
}
@keyframes drop11 {
  100% {
    top: 50px;
  }
}
@media only screen and (max-width: 1600px) {
  .ourmpbox {
    margin: 50px 0px;
    display: flex;
    flex-wrap: wrap;
  }

  .ourmpbox .mp-card {
    display: flex;
    flex-direction: column;
    flex: 0 1 calc(20%);
    margin-bottom: 30px;
  }

  .ourmpbox .mp-card .mp-card-img {
    display: flex;
    justify-content: center;
    background: linear-gradient(223.14deg, #F0F0F0 0%, #CACACA 100%);
    padding-top: 20px;
  }

  .ourmpbox .mp-card .mp-card-name {
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .ourmpbox .mp-card .mp-card-title {
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
  }

  .ourmpbox .mp-card .mp-card-social {
    display: flex;
    justify-content: space-evenly;
    align-content: center;
  }

  .ourmpbox .mp-card .mp-card-social a {
    color: #333 !important;
  }

  .mp-container {
    display: grid;
    margin-top: 5%;
    margin-bottom: 5%;
    grid-template-columns: repeat(auto-fit, minmax(420px, 4fr));
    grid-auto-rows: 420px;
  }

  .mp-container .about-mp-box {
    display: flex;
    flex-wrap: wrap;
  }

  .mp-container .about-mp-box .mp-box {
    display: flex;
    flex-direction: column;
    flex: 0 1 calc(33%);
    margin-bottom: 30px;
  }

  .mp-container .about-mp-box .mp-box .mp-box-img {
    width: auto;
    padding-left: 10px;
    padding-right: 5%;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }

  .mp-container .about-mp-box .mp-box .mp-box-img .color1mp {
    width: 100%;
    margin-bottom: 5px;
    box-shadow: -15px 15px 0px 5px #c89ecc;
  }

  .mp-container .about-mp-box .mp-box .mp-box-img .color2mp {
    width: 100%;
    margin-bottom: 5px;
    box-shadow: -15px 15px 0px 5px #f7e40c;
  }

  .mp-container .about-mp-box .mp-box .mp-box-img .color3mp {
    width: 100%;
    margin-bottom: 5px;
    box-shadow: -15px 15px 0px 5px #93d8dd;
  }

  .mp-container .about-mp-box .mp-box .mp-box-img .color4mp {
    width: 100%;
    margin-bottom: 5px;
    box-shadow: -15px 15px 0px 5px #a6ce37;
  }

  .mp-container .about-mp-box .mp-box .mp-box-img .color5mp {
    width: 100%;
    margin-bottom: 5px;
    box-shadow: -15px 15px 0px 5px #f3adba;
  }

  .search-container {
    margin-top: 5%;
    margin-bottom: 5%;
    grid-template-columns: repeat(auto-fit, minmax(420px, 4fr));
  }

  .search-container .form-group {
    margin-bottom: 1rem;
  }

  .search-container .form-group .search-box {
    display: flex;
    flex-wrap: wrap;
  }

  .search-container .form-group .search-box .search-input {
    display: flex;
    flex-direction: column;
    flex: 0 1 calc(50%);
    padding-right: 1%;
  }

  .annual-container {
    margin-top: 5%;
    margin-bottom: 5%;
    grid-template-columns: repeat(auto-fit, minmax(420px, 4fr));
  }

  .annual-container .annual-box {
    display: flex;
    flex-wrap: wrap;
  }

  .annual-container .annual-box .annual-item {
    display: flex;
    flex-direction: column;
    flex: 0 1 calc(25%);
    padding-right: 1%;
  }

  .annual-container .annual-box .annual-item .annual-content {
    padding-left: 5%;
    padding-right: 5%;
  }

  .annual-container .annual-box .annual-item .annual-content .annual-item-down {
    font-weight: 400;
    font-size: 12px;
    color: #F57B3D;
  }

  .annual-container .annual-box .annual-item .annual-content .annual-item-name {
    font-weight: 500;
    font-size: 20px;
    color: #393939;
  }

  .content .cycwhitedetail .accordian-body .tenderphone {
    border-bottom: 1px solid #FDD168;
    padding: 5vw 0;
  }

  .content .cycwhitedetail .about-box {
    display: flex;
    flex-wrap: wrap;
  }

  .content .cycwhitedetail .about-box .about-title {
    display: flex;
    flex-direction: column;
    flex: 0 1 calc(100%);
  }

  .aboutcontent {
    padding-top: 5%;
  }

  body .content .expand-details {
    margin: 3vw;
    padding: 3vw;
  }

  body .content .expand-details .mp-image img {
    width: 100%;
    padding: 3vw;
  }

  body .content .expand-details .hide-details {
    margin: 3vw;
    cursor: pointer;
  }

  body .content .expand-details .expand-details-content {
    margin: 3vw;
  }

  .listing {
    size: 16px;
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .listing .table tbody tr td {
    border-top: 1px solid #fdd168;
    border-bottom: 1px solid #fdd168;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .listing .table tbody tr td.bold {
    font-weight: 900;
  }

  .listing .listing-item {
    border-bottom: 1px solid #FDD168;
    margin-bottom: 5%;
  }

  @font-face {
    font-family: "Annifont";
    src: url("/anifont/Annifont.ttf.woff") format("woff"), url("/anifont/Annifont.ttf.svg#Annifont") format("svg"), url("/anifont/Annifont.ttf.eot"), url("/anifont/Annifont.ttf.eot?#iefix") format("embedded-opentype");
    font-weight: normal;
    font-style: normal;
  }
  .overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
    background-color: black;
    opacity: 0.5;
  }

  /*default font level 字体大小*/
  .font-level1 {
    font-size: 1rem;
  }

  .font-level2 {
    font-size: 0.9rem;
  }

  .font-level3 {
    font-size: 0.8rem;
  }

  .font-level4 {
    font-size: 0.7rem;
  }

  .font-level5 {
    font-size: 0.5rem;
  }

  .font-date {
    font-size: 1rem;
  }

  /*body {
    overflow: hidden;
  }*/

  body:hover {
    overflow-y: scroll;
  }

  /* width */
  ::-webkit-scrollbar {
    width: 2px;
  }

  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1;
  }

  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #F57B3D;
  }

  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #F57B3D;
  }

  /*default font level 默认字体颜色区域*/
  /*1：字体粗细，2:字体颜色，字体转换大小写，字体距离*/
  /*1：font-weight，2:font-color，3.font=upper or lower，4.font-spacing*/
  .font-red {
    font-weight: 400;
    color: #E54646;
    text-transform: none;
    letter-spacing: 0.5px;
    margin: 0;
  }
  body .content .aboutbanner ul li a{
    text-transform: capitalize;
  }
  .font-blue {
    font-weight: bold;
    color: #FCD05C;
    text-transform: none;
    letter-spacing: 0.5px;
    margin: 0;
  }

  .font-yellow {
    font-weight: 400;
    color: #eac80a;
    text-transform: none;
    letter-spacing: 0.5px;
    margin: 0;
  }

  .font-gold {
    font-weight: bold;
    color: #c2a000;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0;
  }

  .font-White {
    font-weight: 400;
    color: white;
    text-transform: none;
    letter-spacing: 0.5px;
    margin: 0;
  }

  .font-Whitenav {
    font-weight: bold;
    color: white;
    text-transform: none;
    letter-spacing: 0.5px;
    margin: 0;
  }

  .font-orange {
    font-weight: 400;
    color: #F57B3D;
    text-transform: none;
    letter-spacing: 0.5px;
    margin: 0;
  }

  .font-bluev1 {
    font-weight: 400;
    color: #1EC2F4;
    text-transform: none;
    letter-spacing: 0.5px;
    margin: 0;
  }

  .font-black {
    font-weight: 500;
    color: #4B4A4E;
    text-transform: none;
    letter-spacing: 0.5px;
    margin: 0;
  }

  .font-green {
    font-weight: 400;
    color: #33A24D;
    text-transform: none;
    letter-spacing: 0.5px;
    margin: 0;
  }

  .font-gray1 {
    font-weight: 500;
    color: gray;
    text-transform: none;
    letter-spacing: 0.5px;
    margin: 0;
  }

  .font-blackbold {
    font-weight: bold;
    color: #4B4A4E;
    text-transform: none;
    letter-spacing: 0.5px;
    margin: 0;
  }

  /*default button style 按钮种类*/
  .btnstyleblue {
    background-color: #007bff;
    text-align: center;
    padding: 10%;
    justify-content: center;
  }

  .btnstyleblue:active {
    background: red;
  }

  .btnstyleblue:disabled {
    background: black;
  }

  .btnstylered {
    background-color: red;
    padding: 10%;
    text-align: center;
    justify-content: center;
  }

  .btnstylered:active {
    background: red;
  }

  .btnstylered:disabled {
    background: black;
  }

  .btn-more {
    background: #FFFFFF;
    border: 1px solid #F57A3D;
    box-sizing: border-box;
    border-radius: 8px;
    color: #f57a3d;
    width: inherit;
  }

  /*default image size 图片空间*/
  .img100 {
    width: 100%;
    height: 100%;
  }

  .imagebg {
    vertical-align: middle;
  }

  .img100other {
    width: 100%;
  }

  .img75 {
    width: 75%;
  }

  .imgfixed {
    z-index: 999;
    position: relative;
  }

  .img50 {
    width: 23%;
  }

  .imgsocialicon {
    width: 1.5rem;
  }

  .socialimg {
    width: 2rem;
    height: 2rem;
  }

  .img2rem {
    width: 2rem;
  }

  .hidenimage {
    display: none;
  }

  .img5rem {
    width: 5rem;
  }

  .img7rem {
    width: 3rem;
    margin: auto;
  }

  .img10rem {
    width: 10rem;
  }

  .imgw100 {
    width: 100%;
  }

  /*default spacing 图片空间*/
  .nopd {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .nopr {
    padding-right: 0px !important;
  }

  .nopl {
    padding-left: 0px !important;
  }

  .pd50px {
    padding: 50px 0px 50px 0px;
  }

  .pd20percnet {
    padding: 20% 0px 20% 0px;
  }

  .spacetop10px {
    margin-top:5px;
  }

  .spacetop5px {
    margin-top: 5px;
  }

  .nomg {
    margin-left: 0px;
    margin-right: 0px;
  }

  .noml {
    margin-left: 0px;
  }

  .nomr {
    margin-right: 0px;
  }

  .spacing20p {
    margin: 20% 0px 20% 0px;
  }

  /*extra hidden class function*/
  .hidden {
    display: none !important;
  }

  .webview {
    display: block;
  }

  .phoneview {
    display: none;
  }

  .webipadview .shownav {
    display: block !important;
    transition: 1s;
  }

  /*extra hidden class function*/
  /*default item aligment  字体aligment*/
  /*default item aligment  字体aligment*/
  .poslef {
    text-align: left;
    position: relative;
  }

  .poscenter {
    text-align: center;
    position: relative;
  }

  .posright {
    text-align: right;
    position: relative;
  }

  /*default class end*/
  .bg-gray {
    background-color: #F8F8F8;
  }

  .target {
    cursor: pointer;
  }

  .section-title {
    font-weight: 900;
    font-size: 36px;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-left: 5%;
  }

  .section-title-mid {
    font-weight: 900;
    font-size: 36px;
    text-align: left;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  body {
    height: 100%;
    width: 100%;
    margin: 0;
    clear: both;
    overflow-x: hidden;
    background-color: black;
  }

  body .text {
    background: red;
    width: 100px;
    height: 100px;
  }

  body .pdfbox {
    padding-right: 5%;
    padding-left: 5%;
    display: flex;
    flex-wrap: wrap;
  }

  body .pdfbox .pdf-item {
    display: flex;
    flex-direction: column;
    flex: 0 1 calc(25%);
    margin-bottom: 30px;
  }

  body .pdfbox .pdf-item img {
    width: 75%;
    cursor: pointer;
  }


  body .pdfbox .pdf-item .pdf-item-date {
    font-weight: 500;
    font-size: 16px;
    color: #4b4a4e;
  }

  body .pdfbox .pdf-item .pdf-item-name {
    font-weight: 500;
    font-size: 15px;
    color: #393939;
  }

  body .menu {
    padding: 0px 5%;
  }

  body .headertop {
    position: fixed;
    width: 100%;
    z-index: 100;
    top: 0;
    height: 8.5vh;
    background-color: #393939;
    border-bottom: 2px solid #1EC2F4;
  }

  body .headertop .weblogo {
    float: left;
  }

  body .headertop .navlist {
    cursor: pointer;
    text-align: right;
  }

  body .headertop .navlist .mainnav {
    width: 100%;
    display: block;
    padding-inline-start: 0;
    margin: 1% 10px;
    cursor: pointer;
  }

  body .headertop .navlist .mainnav li.icon {
    margin: 0px 10px;
  }

  body .headertop .navlist .mainnav li {
    list-style: none;
    display: inline-block;
    position: relative;
    cursor: pointer;
    top: -500px;
    -webkit-animation: slide1 0.5s forwards;
    -webkit-animation-delay: 2s;
    animation: slide1 0.5s forwards;
    overflow-y: hidden;
    padding: 1vh 0px;
    margin: 0px 10px;
    height: 7vh;
  }

  body .headertop .navlist .mainnav li .menu-icon {
    width: 2rem;
    position: relative;
    padding-right: 7px;
    top: -1px;
  }

  body .headertop .navlist .mainnav li .newdropdownbox {
    width: 100%;
    position: fixed;
    -webkit-animation: slide2 0.5s forwards;
    top: -500px;
    left: 0px;
    display: none;
    height: auto;
    z-index: 79;
    transition: 0.1s;
    overflow: hidden;
    background-color: white;
  }

  body .headertop .navlist .mainnav li .newdropdownbox .fonttitle {
    position: absolute;
    padding: 30% 0%;
    font-size: 2.5rem;
    width: 100%;
    top: 50px;
    text-align: center;
    z-index: 1000;
  }

  body .headertop .navlist .mainnav li .newdropdownbox .navbox {
    margin: 25px 20px 25px 0px;
    height: 100px;
    position: relative;
    cursor: pointer;
    border-bottom: 2px solid #F57B3D;
    padding: 2px 0px 0px 0px;
  }

  body .headertop .navlist .mainnav li .newdropdownbox .navbox label {
    cursor: pointer;
  }

  body .headertop .navlist .mainnav li .newdropdownbox .navbox .btmword {
    position: absolute;
    bottom: 10px;
    left: 0;
  }

  body .headertop .navlist .mainnav li .newdropdownbox .navbox:hover {
    border-bottom: 1px solid #F57B3D;
    text-align: left;
  }

  body .headertop .navlist .mainnav li .newdropdownbox .navbox:hover .font-black {
    color: #F57B3D;
  }

  body .headertop .navlist .mainnav li .newdropdownbox2 {
    width: 100%;
    position: fixed;
    -webkit-animation: slide2 0.5s forwards;
    top: -300px;
    display: none;
    height: 200px;
    left: 0px;
    z-index: 79;
    transition: 0.1s;
    overflow: hidden;
    background-color: white;
  }

  body .headertop .navlist .mainnav li .newdropdownbox2 .fonttitle {
    position: absolute;
    padding: 10% 0%;
    font-size: 2.5rem;
    width: 100%;
    top: 30px;
    text-align: center;
    z-index: 1000;
  }

  body .headertop .navlist .mainnav li .newdropdownbox2 .navbox {
    margin: 25px 20px 25px 0px;
    height: 140px;
    position: relative;
    cursor: pointer;
    border-bottom: 2px solid #F57B3D;
    padding: 2px 0px 0px 0px;
  }

  body .headertop .navlist .mainnav li .newdropdownbox2 .navbox label {
    cursor: pointer;
  }

  body .headertop .navlist .mainnav li .newdropdownbox2 .navbox .btmword {
    position: absolute;
    bottom: 10px;
    left: 0;
  }

  body .headertop .navlist .mainnav li .newdropdownbox2 .navbox:hover {
    border-bottom: 2px solid #F57B3D;
  }

  body .headertop .navlist .mainnav li .newdropdownbox2 .navbox:hover .font-black {
    color: #F57B3D;
  }

  body .headertop .navlist .mainnav li:hover {
    cursor: pointer;
    text-align: left;
  }

  body .headertop .navlist .mainnav li:hover .newdropdownbox {
    display: block;
  }

  body .headertop .navlist .mainnav li:hover .newdropdownbox2 {
    display: block;
  }

  body .headertop .navlist .mainnav li label {
    cursor: pointer;
  }

  body .headertop .navlist .mainnav li:nth-child(2) {
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
  }

  body .headertop .navlist .mainnav li:nth-child(3) {
    animation-delay: 0.75s;
    -webkit-animation-delay: 0.75s;
  }

  body .headertop .navlist .mainnav li:nth-child(4) {
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
  }

  body .headertop .navlist .mainnav li:nth-child(5) {
    animation-delay: 1.25s;
    -webkit-animation-delay: 1.25s;
  }

  body .headertop .navlist .mainnav li:nth-child(6) {
    animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s;
  }

  body .headertop .navlist .mainnav li:nth-child(7) {
    animation-delay: 1.75s;
    -webkit-animation-delay: 1.75s;
  }

  body .headertop .navlist .mainnav li:nth-child(8) {
    animation-delay: 2s;
    -webkit-animation-delay: 2s;
  }

  body .headertop .navlist .mainnav li:nth-child(9) {
    animation-delay: 2.25s;
    -webkit-animation-delay: 2.25s;
  }

  body .headertop .navlist .subnav {
    width: 100%;
    display: block;
    margin: 20px 5px;
  }

  body .headertop .navlist .subnav li {
    list-style: none;
    display: inline;
    cursor: pointer;
    margin: 10px 10px;
  }

  body .headertop .logophone {
    height: 100%;
    width: 100%;
    position: relative;
  }

  body .headertop .logophone .openforside {
    text-align: center;
    display: block;
    position: relative;
    line-height: 10vh;
    transition: 1s;
  }

  body .main-menu {
    position: fixed;
    right: -20vw;
    display: block;
    background-color: #fff;
    height: 100vh;
    z-index: 100;
    width: 20vw;
  }

  body .main-menu .menu-social {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  body .main-menu .menu-social div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    height: 30px;
    width: 30px;
    border-radius: 5px;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  body .main-menu .menu-social div.facebook {
    background: #336FD3;
  }

  body .main-menu .menu-social div.instagram {
    background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
  }

  body .main-menu .menu-social div.telegram {
    background: #4599ED;
  }

  body .main-menu .mm-li {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 2vh;
    padding-bottom: 2vh;
  }

  body .main-menu .mm-li .mm-label {
    font-size: 8px;
    text-align: center;
  }

  body .main-menu .mm-li .mm-label.active {
    color: #1EC2F4;
  }

  body .main-menu .mm-li:active {
    color: red;
  }

  body .main-menu .sub-menu {
    position: fixed;
    left: -180vw;
    top: 0px;
    height: 100vh;
    width: 80vw;
    z-index: 100;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/image/submenu_bg.png");
    background-position: center;
    background-blend-mode: darken;
    list-style-type: none;
    font-size: 20px;
    font-weight: 900;
    color: black;
    text-transform: none;
    letter-spacing: 0;
    color: #fff;
  }

  body .main-menu .sub-menu li {
    padding-top: 2vh;
    padding-bottom: 2vh;
  }

  body .main-menu .sub-menu li a {
    color: #fff;
  }

  @keyframes slide2 {
    100% {
      top: 8vh;
    }
  }
  body .sidebar {
    background-color: black;
    position: absolute;
    left: 0;
    height: 100vh;
    width: 55vw;
    overflow: auto;
    padding-bottom: 25%;
    text-align: left;
    display: none;
    z-index: 1000;
  }

  body .sidebar .main {
    list-style: none;
    padding-inline-start: 0px;
    margin: 10px 0px;
    position: relative;
    padding: 10px 20px;
  }

  body .sidebar .main li {
    position: relative;
    margin: 20px 0px;
    left: -200px;
    animation: slide 0.5s forwards;
  }

  body .sidebar .main li:nth-child(2) {
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
  }

  body .sidebar .main li:nth-child(3) {
    animation-delay: 0.75s;
    -webkit-animation-delay: 0.75s;
  }

  body .sidebar .main li:nth-child(4) {
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
  }

  body .sidebar .main li:nth-child(5) {
    animation-delay: 1.25s;
    -webkit-animation-delay: 1.25s;
  }

  body .sidebar .main li:nth-child(6) {
    animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s;
  }

  body .sidebar .main li:nth-child(7) {
    animation-delay: 1.75s;
    -webkit-animation-delay: 1.75s;
  }

  body .sidebar .main li:nth-child(8) {
    animation-delay: 2s;
    -webkit-animation-delay: 2s;
  }

  body .sidebar .main .title {
    font-weight: bold;
  }

  body .sidebar .main .normal {
    font-weight: 500;
  }

  body .sidebar .morenav {
    position: absolute;
    right: 0;
    top: 0;
  }

  body .sidebar .inner {
    list-style: none;
    padding-inline-start: 0px;
    text-align: center;
    display: none;
    padding: 10px;
  }

  body .content {
    height: auto;
    margin-top: 8vh;
    width: 100%;
    background-color: white;
    overflow-x: hidden;
    overflow-y: auto;
  }

  body .content .slider {
    width: 100%;
    overflow: hidden;
    position: relative;
  }

  body .content .slider .overlapslider {
    position: absolute;
    width: 40%;
    left: -10%;
    overflow: hidden;
    transform: skewX(20deg);
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    z-index: 1;
  }

  body .content .slider .overlapcontent {
    left: 10%;
    top: 10%;
    text-align: center;
    position: relative;
    padding: 20px;
    transform: skewX(-20deg);
  }

  body .content .slider .overlapcontent img {
    margin-left: 100px;
    width: 8rem;
  }

  body .content .slider .overlapcontent .fontnew {
    font-weight: 500;
    margin-left: 100px;
    margin-top: 50px;
    font-size: 3.5rem;
    font-family: Annifont;
    font-style: italic;
    letter-spacing: 0px;
  }

  body .content .annoucementbox {
    width: 100%;
    margin: 50px 0px;
    height: auto;
  }

  body .content .annoucementbox .mainul {
    padding-inline-start: 0px;
  }

  body .content .annoucementbox .mainul li {
    list-style: none;
    padding: 20px;
    border-top: 1px solid #FDD168;
  }

  body .content .annoucementbox .mainul li:last-child {
    border-bottom: 1px solid #FDD168;
  }

  body .content .annoucementbox .annoceleft {
    margin-left: 20px;
    box-shadow: -21px 18px 5px 0px rgba(245, 123, 61, 0.75);
    -webkit-box-shadow: -21px 18px 5px 0px rgba(245, 123, 61, 0.75);
    -moz-box-shadow: -21px 18px 5px 0px rgba(245, 123, 61, 0.75);
  }

  body .content .pdfbox {
    height: auto;
    margin-top: 50px;
  }

  body .content .aboutbanner {
    background-image: url("../images/banner/whatwedo.png");
    background-size: cover;
    width: 100%;
    height: 200px;
  }

  body .content .aboutbanner ul {
    margin: 7% 0px 0% 0px;
    list-style: none;
    padding-inline-start: 0px;
  }

  body .content .aboutbanner ul li {
    display: inline-block;
    margin: 5px 0px 5px 0px;
  }

  body .content .aboutbanner2 {
    background-image: url("../images/banner/service_bg.png");
    background-size: cover;
    width: 100%;
    height: 200px;
  }

  body .content .aboutbanner2 ul {
    margin: 7% 0px 0% 0px;
    list-style: none;
    padding-inline-start: 0px;
  }

  body .content .aboutbanner2 ul li {
    display: inline-block;
    margin: 5px 10px 5px 0px;
  }

  body .content .titleboxtop {
    border-top: 1px solid #C4C4C4;
    margin-bottom: 25px;
    padding-top: 3%;
  }

  body .content .titleboxtop a {
    font-style: italic;
  }

  body .content .titleboxtop .showbox {
    text-align: right;
    padding-right: 5%;
    width: 350px;
  }

  body .content .titleboxtop .hidebox {
    text-align: left;
  }

  body .content .descdet {
    width: 350px;
  }

  body .content .posrelative {
    position: relative;
  }

  body .content .socialaccess {
    position: absolute;
    right: 0;
  }

  body .content .socialaccess ul {
    display: inline;
  }

  body .content .socialaccess ul li {
    display: inline;
    margin: 0px 20px;
  }

  body .content .socialaccess ul li img {
    cursor: pointer;
    width: 1.5rem;
    height: 1.5rem;
  }

  body .content .bgblacktitle {
    background-color: black;
    color: white;
    text-align: center;
    display: inline-block;
    margin-bottom: 10px;
    padding: 2px 5px;
    width: auto;
  }

  body .content .bgblacktitle label {
    margin: 0;
  }

  body .content .downloadbox {
    cursor: pointer;
  }

  body .content .imgtopmp {
    width: 350px;
    padding-left: 10px;
    padding-right: 5%;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }

  body .content .imgtopmp .color1mp {
    width: 100%;
    margin-bottom: 5px;
    box-shadow: -15px 15px 0px 5px #c89ecc;
  }
 
  body .content .imgtopmp .color2mp {
    width: 100%;
    margin-bottom: 5px;
    box-shadow: -15px 15px 0px 5px #f7e40c;
  }

  body .content .imgtopmp .color3mp {
    width: 100%;
    margin-bottom: 5px;
    box-shadow: -15px 15px 0px 5px #93d8dd;
  }

  body .content .imgtopmp .color4mp {
    width: 100%;
    margin-bottom: 5px;
    box-shadow: -15px 15px 0px 5px #a6ce37;
  }

  body .content .imgtopmp .color5mp {
    width: 100%;
    margin-bottom: 5px;
    box-shadow: -15px 15px 0px 5px #f3adba;
  }

  body .content .contentT {
    font-weight: bold;
  }

  body .content .contentT p {
    margin: 0;
  }

  body .content .contentT ul {
    padding-inline-start: 20px;
  }

  body .content .contentN p {
    margin: 0;
  }

  body .content .contentN ul {
    padding-inline-start: 20px;
  }

  body .content .contentgray {
    background-color: #F8F8F8;
    padding: 50px 0px;
  }

  body .content .contentgray .contentT {
    font-weight: bold;
  }

  body .content .contentgray .contentT p {
    margin: 0;
  }

  body .content .contentgray .contentN p {
    margin: 0;
  }

  body .content .aboutwhitedetail .titlebox {
    border-bottom: 1px solid #C4C4C4;
    padding: 20px;
    height: 200px;
    position: relative;
    text-align: center;
  }

  body .content .aboutwhitedetail .titlebox .backtitle {
    font-weight: bold;
    color: #979797;
    position: absolute;
    text-align: center;
    width: 100%;
    opacity: 0.2;
    letter-spacing: 5px;
    z-index: 1;
    font-size: 6rem;
    white-space: nowrap;
  }

  body .content .aboutwhitedetail .titlebox .fronttitle {
    color: #33A24D;
    margin: 50px 0px;
    z-index: 99;
    font-weight: bold;
  }

  body .content .aboutwhitedetail .titlebox .fronttitleblue {
    color: #1EC2F4;
    margin: 50px 0px;
    z-index: 99;
    font-weight: bold;
  }

  body .content .aboutwhitedetail .titlebox .fronttitleorange {
    color: #F57A3D;
    margin: 50px 0px;
    z-index: 99;
    font-weight: bold;
  }

  body .content .aboutwhitedetail .titlebox1 {
    border-bottom: 1px solid #C4C4C4;
    padding: 20px;
    position: relative;
    text-align: center;
    z-index: 0;
  }

  body .content .aboutwhitedetail .titlebox1 .green {
    color: #33A24D;
    font-size: 20px;
  }

  body .content .aboutwhitedetail .aboutcontent {
    padding: 50px 0px 0px 0;
  }

  body .content .aboutwhitedetail .aboutcontent .smalltitle {
    margin-bottom: 30px;
  }

  body .content .aboutwhitedetail .aboutcontent .contentT {
    font-weight: bold;
  }

  body .content .aboutwhitedetail .aboutcontent .col-4new {
    flex: 0 0 30%;
    max-width: 30%;
    margin-bottom: 20px;
    margin-right: 5%;
  }

  body .content .aboutwhitedetail .aboutcontent .col-4new:nth-child(3n) {
    margin-right: 0%;
  }

  body .content .aboutwhitedetail .aboutcontent .col-4newfull {
    flex: 0 0 100%;
    max-width: 100%;
  }

  body .content .aboutwhitedetail .aboutcontent .aboutbox1 {
    border-top: 1px solid #1EC2F4;
    border-bottom: 1px solid #33A24D;
    border-left: 1px solid #F57A3D;
    border-right: 1px solid #FCD05C;
    padding: 100px 0px;
    text-align: center;
  }

  body .content .aboutwhitedetail .aboutcontent .aboutbox1 img {
    width: 5rem;
  }

  body .content .aboutwhitedetail .aboutcontent .aboutbox2 {
    background-color: #33A24D;
    padding: 100px 0px;
    text-align: center;
  }

  body .content .aboutwhitedetail .aboutcontent .aboutbox2 img {
    width: 5rem;
  }

  body .content .aboutwhitedetail .aboutcontent .aboutbox3 {
    background-color: #F57A3D;
    padding: 100px 0px;
    text-align: center;
  }

  body .content .aboutwhitedetail .aboutcontent .aboutbox3 img {
    width: 5rem;
  }

  body .content .aboutwhitedetail .aboutcontent .aboutbox4 {
    background-color: #FCD05C;
    padding: 100px 0px;
    text-align: center;
  }

  body .content .aboutwhitedetail .aboutcontent .aboutbox4 img {
    width: 5rem;
  }

  body .content .aboutwhitedetail .aboutcontent .aboutboxdes {
    text-align: left;
    margin-bottom: 10px;
  }

  body .content .aboutwhitedetail .aboutcontent .aboutmore {
    text-align: right;
  }

  body .content .aboutwhitedetail .mpbox {
    background-color: #F8F8F8;
    width: 100%;
    padding: 20px;
  }

  body .content .aboutwhitedetail .mpbox .contentT {
    font-weight: bold;
    width: 100%;
  }

  body .content .aboutwhitedetail .mpbox .col-3new {
    flex: 0 0 18.5%;
    max-width: 18.5%;
    margin-right: 1.85%;
  }

  body .content .aboutwhitedetail .mpbox .col-3new:nth-child(5) {
    margin-right: 0%;
  }

  body .content .aboutwhitedetail .mpbox .detcont {
    margin-top: 10px;
  }

  body .content .aboutwhitedetail .mpbox .mpboximage {
    padding-top: 20px;
    background-image: linear-gradient(to bottom, #f0f0f0, #e6e6e6, #dddddd, #d3d3d3, #cacaca);
  }

  body .content .aboutwhitedetail .mpbox .mpboximage img {
    width: 80%;
  }

  body .content .aboutwhitedetail .book-container {
    display: flex;
    flex-direction: row;
    background-color: #F8F8F8;
    align-items: center;
    justify-content: space-between;
    padding: 5% 30%;
  }

  body .content .aboutwhitedetail .slider-for {
    margin: 5% 0 5% 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  body .content .aboutwhitedetail .slider-for .slider-for-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1;
  }

  body .content .aboutwhitedetail .slider-for .btn-slider-next,
body .content .aboutwhitedetail .slider-for .btn-slider-prev {
    display: block;
    border: none;
    border-radius: 50%;
    min-height: 50px;
    min-width: 50px;
    padding: 15px;
    background-color: #F5F5F5;
    color: #393939;
  }

  body .content .aboutwhitedetail .slider-for .btn-slider-next:focus,
body .content .aboutwhitedetail .slider-for .btn-slider-prev:focus {
    border: none;
  }

  body .content .aboutwhitedetail .slider-for .btn-slider-next.slick-disabled,
body .content .aboutwhitedetail .slider-for .btn-slider-prev.slick-disabled {
    color: #dedede;
  }

  body .content .aboutwhitedetail .slider-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #393939;
    padding: 10px 30px;
  }

  body .content .aboutwhitedetail .slider-nav .slick-list.draggable {
    height: 100px;
  }

  body .content .aboutwhitedetail .slider-nav .slider-nav-item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    margin-left: 10px;
    margin-right: 10px;
    opacity: 0.5;
    overflow: hidden;
  }

  body .content .aboutwhitedetail .slider-nav .slider-nav-item img {
    height: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  body .content .aboutwhitedetail .slider-nav .slider-nav-item.slick-current {
    border: 2px solid #F57B3D;
    opacity: 1;
  }

  body .content .aboutwhitedetail .slider-nav .slider-nav-item.slick-current + .slick-active {
    border: 2px solid #F57B3D;
    opacity: 1;
  }

  body .content .aboutwhitedetail .expand-details {
    background-color: #F8F8F8;
    width: 100%;
    width: 100vw;
    z-index: 2;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  body .content .aboutwhitedetail .expand-details .expand-details-img {
    margin: 3vw;
  }

  body .content .aboutwhitedetail .expand-details .expand-details-img.service-img {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 70px 150px 70px 150px;
    border-top: 2px solid #33A24D;
    border-right: 2px solid #F57A3D;
    border-bottom: 2px solid #FCD05C;
    border-left: 2px solid #1EC2F4;
  }

  body .content .aboutwhitedetail .expand-details .expand-details-img.service-img img {
    height: 75px;
    width: 75px;
  }

  body .content .aboutwhitedetail .expand-details .expand-details-content {
    margin: 3vw;
  }

  body .content .aboutwhitedetail .expand-details .expand-details-content .content-title {
    font-weight: 500;
    color: #393939;
    text-transform: none;
    letter-spacing: 0;
    font-size: 36px;
  }

  body .content .aboutwhitedetail .expand-details .expand-details-content .content-body {
    font-weight: 400;
    color: #393939;
    text-transform: none;
    letter-spacing: 0;
    font-size: 20px;
    line-height: 30px;
  }

  body .content .aboutwhitedetail .expand-details .expand-details-content .content-body .badge {
    padding: 10px 20px;
  }

  body .content .aboutwhitedetail .expand-details .expand-details-content .content-body table thead td {
    padding: 10px 20px 10px 20px;
  }

  body .content .aboutwhitedetail .expand-details .expand-details-content .content-body table tbody td {
    background-color: white;
    padding: 10px 20px 10px 20px;
    font-size:16px;
  }

  body .content .aboutwhitedetail .expand-details .hide-details {
    margin: 3vw;
    cursor: pointer;
  }

  body .content .aboutwhitedetail .completed-project-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(420px, 4fr));
    grid-auto-rows: 420px;
    margin-top: 5%;
    margin-bottom: 5%;
  }

  body .content .aboutwhitedetail .completed-project-container .completed-project {
    display: flex;
    flex-direction: column;
    margin: 5%;
  }

  body .content .aboutwhitedetail .completed-project-container .completed-project:nth-child(5n-4) .project-img img {
    overflow: hidden;
    box-shadow: -10px 10px #93D8DD;
  }

  body .content .aboutwhitedetail .completed-project-container .completed-project:nth-child(5n-3) .project-img img {
    overflow: hidden;
    box-shadow: -10px 10px #F7E40C;
  }

  body .content .aboutwhitedetail .completed-project-container .completed-project:nth-child(5n-2) .project-img img {
    overflow: hidden;
    box-shadow: -10px 10px #A6CE37;
  }

  body .content .aboutwhitedetail .completed-project-container .completed-project:nth-child(5n-1) .project-img img {
    overflow: hidden;
    box-shadow: -10px 10px #C89ECC;
  }

  body .content .aboutwhitedetail .completed-project-container .completed-project:nth-child(5n-0) .project-img img {
    overflow: hidden;
    box-shadow: -10px 10px #F3ADBA;
  }

  body .content .aboutwhitedetail .completed-project-container .completed-project .project-title {
    margin: 5%;
    font-size: 24px;
    font-weight: 500;
  }

  body .content .aboutwhitedetail .completed-project-container .completed-project .project-more {
    cursor: pointer;
    margin-right: 5%;
  }

  body .content .aboutwhitedetail .completed-project-container .completed-project.project-shadowless {
    box-shadow: none;
  }

  body .content .aboutwhitedetail .upcoming-project-container .imgtop {
    height: 250px;
  }

  body .content .aboutwhitedetail .upcoming-project-container .imgtop.imgblue {
    background-color: #93D8DD;
  }

  body .content .aboutwhitedetail .upcoming-project-container .imgtop.imgyellow {
    background-color: #F7E40C;
  }

  body .content .aboutwhitedetail .upcoming-project-container .imgtop.imggreen {
    background-color: #A6CE37;
  }

  body .content .aboutwhitedetail .upcoming-project-container .imgtop.imgpurple {
    background-color: #C89ECC;
  }

  body .content .aboutwhitedetail .upcoming-project-container .imgtop.imgred {
    background-color: #F3ADBA;
  }

  body .content .aboutwhitedetail .upcoming-project-container .imgtop .midtext {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 25%;
    font-size: 30px;
    font-weight: 700;
  }

  body .content .aboutwhitedetail .upcoming-project-container a {
    cursor: pointer;
  }

  body .content .aboutwhitedetail .services-container {
    display: grid;
    margin-top: 5%;
    margin-bottom: 5%;
    grid-template-columns: repeat(auto-fit, minmax(420px, 4fr));
    grid-auto-rows: 420px;
  }

  body .content .aboutwhitedetail .services-container .service {
    display: flex;
    flex-direction: column;
    margin: 5%;
  }

  body .content .aboutwhitedetail .services-container .service .service-img {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 70px 100px 70px 100px;
    border-top: 2px solid #33A24D;
    border-right: 2px solid #F57A3D;
    border-bottom: 2px solid #FCD05C;
    border-left: 2px solid #1EC2F4;
  }

  body .content .aboutwhitedetail .services-container .service .service-img img {
    height: 75px;
    width: 75px;
  }

  body .content .aboutwhitedetail .services-container .service .service-title {
    margin: 5% 0 5% 0;
    font-size: 24px;
    font-weight: 500;
  }

  body .content .aboutwhitedetail .services-container .service .see-more {
    cursor: pointer;
  }

  body .content .aboutwhitedetail #year-picker {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #f57b3d;
    color: white;
    height: 100px;
    font-size: 36px;
  }

  body .content .aboutwhitedetail #event-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(400px, 4fr));
    margin: 5% 0;
  }

  body .content .aboutwhitedetail #event-container .event-card {
    box-shadow: 1px 5px 5px #888888;
    margin: 10px;
  }

  body .content .aboutwhitedetail #event-container .event-card .event-card-head {
    font-size: 24px;
    line-height: 2px;
    background-color: #fcd05c;
    padding: 5px 15px 5px 15px;
  }

  body .content .aboutwhitedetail #event-container .event-card .event-card-body {
    background-color: #f8f8f8;
    padding: 5px 15px 5px 15px;
    font-weight: 400;
    color: #393939;
    text-transform: none;
    letter-spacing: 0;
    font-size: 18px;
  }

  body .content .footer {
    background-color: #393939;
    padding-top: 40px;
  }

  body .content .footer ul {
    padding-inline-start: 0px;
  }

  body .content .footer ul li {
    list-style: none;
    margin: 15px 0px;
  }

  body .content .footer ul li:hover label {
    color: #F57B3D;
    cursor: pointer;
  }

  body .content .footer .copyright {
    border-top: 1px solid #fff;
    color: #fff;
    padding-top: 5px;
  }

  body .content .footer .copyright .copyright-text {
    font-size: 12px;
  }

  body .content .footer .copyright .social-media {
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-size: 20px;
  }

  .btn-scroll {
    display: block;
    height: 50px;
    width: 50px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    border-radius: 50%;
    padding: 10px;
    border: none;
  }
  

  .newcontainer {
    max-width: 90vw;
    margin: auto;
  }

  .contact-us .app-container {
    margin: 5% 0;
  }

  .contact-us .app-container .app-container-title {
    font-weight: 500;
    color: #393939;
    text-transform: none;
    letter-spacing: 0px;
    font-size: 36px;
  }

  .contact-us .app-container .app-container-description {
    font-weight: 400;
    color: #393939;
    text-transform: none;
    letter-spacing: 0px;
    font-size: 20px;
  }

  .contact-us .app-container .qr-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .contact-us .contact-form .custom-input .custom-radio {
    border: 2px solid #c4c4c4;
    box-sizing: border-box;
    font-weight: 400;
    color: #c4c4c4;
    text-transform: none;
    letter-spacing: 0;
    font-size: 1.25rem;
    line-height: 28px;
    padding: 10px 10px;
    border-radius: 5px;
    cursor: pointer;
  }

  .contact-us .contact-form .custom-input .custom-radio.active {
    color: #33A24D;
  }

  .contact-us .contact-form .custom-input a:hover {
    text-decoration: none;
  }

  .contact-us .contact-form .custom-btn.btn-reset {
    background-color: white;
    border: none;
    box-shadow: -10px 10px #f57a3d;
    padding: 10px 10%;
    margin-left: 10px;
    margin-right: 10px;
  }

  .contact-us .contact-form .custom-btn.btn-reset:active {
    box-shadow: none;
    transform: translate(-10px, 10px);
  }

  .contact-us .contact-form .custom-btn.btn-submit {
    background-color: white;
    border: none;
    box-shadow: -10px 10px #33A24D;
    padding: 10px 10%;
    margin-left: 10px;
    margin-right: 10px;
  }

  .contact-us .contact-form .custom-btn.btn-submit:active {
    box-shadow: none;
    transform: translate(-10px, 10px);
  }

  .contact-us .contact-form .upload-photo-container label {
    cursor: pointer;
    border: 2px solid #c4c4c4;
    box-sizing: border-box;
    font-weight: 400;
    color: #c4c4c4;
    text-transform: none;
    letter-spacing: 0;
    font-size: 1.25rem;
    line-height: 28px;
    padding: 10px 10px;
    border-radius: 5px;
    width: 100%;
  }

  .contact-us .contact-form .upload-photo-container label::after {
    content: url("../images/icon/camera.png");
    position: absolute;
    right: 20px;
    bottom: 13px;
  }

  .contact-us .contact-form .upload-photo-container #upload-photo,
.contact-us .contact-form .upload-photo-container #upload-photo-2,
.contact-us .contact-form .upload-photo-container #upload-photo-3 {
    opacity: 0;
    position: absolute;
    z-index: -1;
  }

  .contact-us .contact-form .form-info {
    background-color: #f8f8f8;
    padding: 5px 15px;
  }

  .contact-us .contact-form .form-info .form-info-title {
    font-weight: 700;
    color: #393939;
    text-transform: none;
    letter-spacing: 0px;
  }

  .contact-us .contact-form .form-info .form-info-body {
    font-weight: 400;
    color: #393939;
    text-transform: none;
    letter-spacing: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .contact-us .contact-form .form-info .feedback-form-step .feedback-form-info-step {
    padding: 20px;
    position: relative;
    text-align: center;
  }

  .contact-us .contact-form .form-info .feedback-form-step .feedback-form-info-step .backtitle {
    font-weight: bold;
    color: #979797;
    position: absolute;
    text-align: center;
    width: 100%;
    opacity: 0.2;
    letter-spacing: 5px;
    z-index: 1;
    font-size: 6rem;
  }

  .contact-us .contact-form .form-info .feedback-form-step .feedback-form-info-step .fronttitle {
    color: #33A24D;
    margin: 60px 40px;
    z-index: 99;
    font-weight: bold;
  }

  .contact-us .contact-table {
    font-weight: 400;
    color: #393939;
    text-transform: none;
    letter-spacing: 0px;
    font-size: 18px;
  }

  .contact-us .contact-table thead {
    background-color: #fcd05c;
  }

  .contact-us .contact-office .office-name {
    font-weight: 500;
    color: #393939;
    text-transform: none;
    letter-spacing: 0px;
    font-size: 36px;
  }

  .contact-us .contact-office .office-address {
    font-weight: 400;
    color: #393939;
    text-transform: none;
    letter-spacing: 0px;
    font-size: 20px;
  }

  .contact-us .contact-office .office-working-hour {
    font-weight: 400;
    color: #393939;
    text-transform: none;
    letter-spacing: 0px;
    font-size: 20px;
  }

  .contact-us .contact-office .google-map {
    height: 500px;
    width: 100%;
    margin: 10% 0;
  }

  .custom-breadcrumb {
    height: 3vh;
    background-color: #000;
    padding-left: 0;
  }

  .custom-breadcrumb ul {
    margin-left: 0px;
    list-style: none;
    display: inline;
  }

  .custom-breadcrumb ul li {
    display: inline;
    color: #fff;
    font-size: 8px;
  }

  .custom-breadcrumb ul li:not(:last-child):after {
    content: ">";
  }

  .tender-results table tr {
    border-top: 2px solid #fdd168;
  }

  .tender-results table tr:last-child {
    border-bottom: 2px solid #fdd168;
  }

  .tender-results table tr td:first-child {
    white-space: nowrap;
  }

  .announcement-container {
    background-color: black;
    color: white;
    height: 50px;
    padding-left: 100px;
    padding-top: 15px;
  }

  .card-type-1 .service-img {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 70px 100px 70px 100px;
    border-top: 2px solid #33A24D;
    border-right: 2px solid #F57A3D;
    border-bottom: 2px solid #FCD05C;
    border-left: 2px solid #1EC2F4;
  }

  .card-type-1 .service-img img {
    height: 75px;
    width: 75px;
  }

  .card-type-1 .service-title {
    margin: 5% 0 5% 0;
    font-size: 24px;
    font-weight: 500;
  }

  .card-type-1 .see-more {
    cursor: pointer;
  }

  body .headertop .drawer {
    color: white;
  }

  @keyframes slide {
    100% {
      left: 0;
    }
  }
  @keyframes slide1 {
    100% {
      top: 0;
    }
  }
  @keyframes drop1 {
    100% {
      top: 0;
    }
  }
  @keyframes drop11 {
    100% {
      top: 50px;
    }
  }
}
@media only screen and (max-width: 1400px) {
  .ourmpbox {
    margin: 50px 0px;
    display: flex;
    flex-wrap: wrap;
  }

  body .content .townwidewhitedetail .upcoming-project-container .imgtop .midtext {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 30%;
    font-size: 30px;
    font-weight: 700;
  }

  .ourmpbox .mp-card {
    display: flex;
    flex-direction: column;
    flex: 0 1 calc(20%);
    margin-bottom: 30px;
  }

  .ourmpbox .mp-card .mp-card-img {
    display: flex;
    justify-content: center;
    background: linear-gradient(223.14deg, #F0F0F0 0%, #CACACA 100%);
    padding-top: 20px;
  }

  .ourmpbox .mp-card .mp-card-name {
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .ourmpbox .mp-card .mp-card-title {
    font-weight: 400;
    font-size: 11px;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
  }

  .ourmpbox .mp-card .mp-card-social {
    display: flex;
    justify-content: space-evenly;
    align-content: center;
  }

  .ourmpbox .mp-card .mp-card-social a {
    color: #333;
  }

  .mp-container {
    display: grid;
    margin-top: 5%;
    margin-bottom: 5%;
    grid-template-columns: repeat(auto-fit, minmax(420px, 4fr));
    grid-auto-rows: 420px;
  }

  .mp-container .about-mp-box {
    display: flex;
    flex-wrap: wrap;
  }

  .mp-container .about-mp-box .mp-box {
    display: flex;
    flex-direction: column;
    flex: 0 1 calc(33%);
    margin-bottom: 30px;
  }

  .mp-container .about-mp-box .mp-box .mp-box-img {
    width: auto;
    padding-left: 10px;
    padding-right: 5%;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }

  .mp-container .about-mp-box .mp-box .mp-box-img .color1mp {
    width: 100%;
    margin-bottom: 5px;
    box-shadow: -15px 15px 0px 5px #c89ecc;
  }

  .mp-container .about-mp-box .mp-box .mp-box-img .color2mp {
    width: 100%;
    margin-bottom: 5px;
    box-shadow: -15px 15px 0px 5px #f7e40c;
  }

  .mp-container .about-mp-box .mp-box .mp-box-img .color3mp {
    width: 100%;
    margin-bottom: 5px;
    box-shadow: -15px 15px 0px 5px #93d8dd;
  }

  .mp-container .about-mp-box .mp-box .mp-box-img .color4mp {
    width: 100%;
    margin-bottom: 5px;
    box-shadow: -15px 15px 0px 5px #a6ce37;
  }

  .mp-container .about-mp-box .mp-box .mp-box-img .color5mp {
    width: 100%;
    margin-bottom: 5px;
    box-shadow: -15px 15px 0px 5px #f3adba;
  }

  .search-container {
    margin-top: 5%;
    margin-bottom: 5%;
    grid-template-columns: repeat(auto-fit, minmax(420px, 4fr));
  }

  .search-container .form-group {
    margin-bottom: 1rem;
  }

  .search-container .form-group .search-box {
    display: flex;
    flex-wrap: wrap;
  }

  .search-container .form-group .search-box .search-input {
    display: flex;
    flex-direction: column;
    flex: 0 1 calc(50%);
    padding-right: 1%;
  }

  .annual-container {
    margin-top: 5%;
    margin-bottom: 5%;
    grid-template-columns: repeat(auto-fit, minmax(420px, 4fr));
  }

  .annual-container .annual-box {
    display: flex;
    flex-wrap: wrap;
  }

  .annual-container .annual-box .annual-item {
    display: flex;
    flex-direction: column;
    flex: 0 1 calc(25%);
    padding-right: 1%;
  }

  .annual-container .annual-box .annual-item .annual-content {
    padding-left: 5%;
    padding-right: 5%;
  }

  .annual-container .annual-box .annual-item .annual-content .annual-item-down {
    font-weight: 400;
    font-size: 12px;
    color: #F57B3D;
  }

  .annual-container .annual-box .annual-item .annual-content .annual-item-name {
    font-weight: 500;
    font-size: 20px;
    color: #393939;
  }

  .content .cycwhitedetail .accordian-body .tenderphone {
    border-bottom: 1px solid #FDD168;
    padding: 5vw 0;
  }

  .content .cycwhitedetail .about-box {
    display: flex;
    flex-wrap: wrap;
  }

  .content .cycwhitedetail .about-box .about-title {
    display: flex;
    flex-direction: column;
    flex: 0 1 calc(100%);
  }

  .aboutcontent {
    padding-top: 5%;
  }

  body .content .expand-details {
    margin: 3vw;
    padding: 3vw;
  }

  body .content .expand-details .mp-image img {
    width: 100%;
    padding: 3vw;
  }

  body .content .expand-details .hide-details {
    margin: 3vw;
  }

  body .content .expand-details .expand-details-content {
    margin: 3vw;
  }

  .listing {
    size: 16px;
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .listing .table tbody tr td {
    border-top: 1px solid #fdd168;
    border-bottom: 1px solid #fdd168;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .listing .table tbody tr td.bold {
    font-weight: 900;
  }

  .listing .listing-item {
    border-bottom: 1px solid #FDD168;
    margin-bottom: 5%;
  }

  @font-face {
    font-family: "Annifont";
    src: url("/anifont/Annifont.ttf.woff") format("woff"), url("/anifont/Annifont.ttf.svg#Annifont") format("svg"), url("/anifont/Annifont.ttf.eot"), url("/anifont/Annifont.ttf.eot?#iefix") format("embedded-opentype");
    font-weight: normal;
    font-style: normal;
  }
  .overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
    background-color: black;
    opacity: 0.5;
  }

  /*default font level 字体大小*/
  .font-level1 {
    font-size: 1rem;
  }

  .font-level2 {
    font-size: 0.9rem;
  }

  .font-level3 {
    font-size: 0.8rem;
  }

  .font-level4 {
    font-size: 0.7rem;
  }

  .font-level5 {
    font-size: 0.5rem;
  }

  .font-date {
    font-size: 1rem;
  }

  /*body {
    overflow: hidden;
  }*/

  body:hover {
    overflow-y: scroll;
  }

  /* width */
  ::-webkit-scrollbar {
    width: 2px;
  }

  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1;
  }

  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #F57B3D;
  }

  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #F57B3D;
  }

  /*default font level 默认字体颜色区域*/
  /*1：字体粗细，2:字体颜色，字体转换大小写，字体距离*/
  /*1：font-weight，2:font-color，3.font=upper or lower，4.font-spacing*/
  .font-red {
    font-weight: 400;
    color: #E54646;
    text-transform: none;
    letter-spacing: 0.5px;
    margin: 0;
  }

  .font-blue {
    font-weight: bold;
    color: #FCD05C;
    text-transform: none;
    letter-spacing: 0.5px;
    margin: 0;
  }

  .font-yellow {
    font-weight: 400;
    color: #eac80a;
    text-transform: none;
    letter-spacing: 0.5px;
    margin: 0;
  }

  .font-gold {
    font-weight: bold;
    color: #c2a000;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0;
  }

  .font-White {
    font-weight: 400;
    color: white;
    text-transform: none;
    letter-spacing: 0.5px;
    margin: 0;
  }

  .font-Whitenav {
    font-weight: bold;
    color: white;
    text-transform: none;
    letter-spacing: 0.5px;
    margin: 0;
  }

  .font-orange {
    font-weight: 400;
    color: #F57B3D;
    text-transform: none;
    letter-spacing: 0.5px;
    margin: 0;
  }

  .font-bluev1 {
    font-weight: 400;
    color: #1EC2F4;
    text-transform: none;
    letter-spacing: 0.5px;
    margin: 0;
  }

  .font-black {
    font-weight: 500;
    color: #4B4A4E;
    text-transform: none;
    letter-spacing: 0.5px;
    margin: 0;
  }

  .font-green {
    font-weight: 400;
    color: #33A24D;
    text-transform: none;
    letter-spacing: 0.5px;
    margin: 0;
  }

  .font-gray1 {
    font-weight: 500;
    color: gray;
    text-transform: none;
    letter-spacing: 0.5px;
    margin: 0;
  }

  .font-blackbold {
    font-weight: bold;
    color: #4B4A4E;
    text-transform: none;
    letter-spacing: 0.5px;
    margin: 0;
  }

  /*default button style 按钮种类*/
  .btnstyleblue {
    background-color: #007bff;
    text-align: center;
    padding: 10%;
    justify-content: center;
  }

  .btnstyleblue:active {
    background: red;
  }

  .btnstyleblue:disabled {
    background: black;
  }

  .btnstylered {
    background-color: red;
    padding: 10%;
    text-align: center;
    justify-content: center;
  }

  .btnstylered:active {
    background: red;
  }

  .btnstylered:disabled {
    background: black;
  }

  .btn-more {
    background: #FFFFFF;
    border: 1px solid #F57A3D;
    box-sizing: border-box;
    border-radius: 8px;
    color: #f57a3d;
    width: inherit;
  }

  /*default image size 图片空间*/
  .img100 {
    width: 100%;
    height: 100%;
  }

  .imagebg {
    vertical-align: middle;
  }

  .img100other {
    width: 100%;
  }

  .img75 {
    width: 75%;
  }

  .imgfixed {
    z-index: 999;
    position: relative;
  }

  .img50 {
    width: 23%;
  }

  .imgsocialicon {
    width: 1.5rem;
  }

  .socialimg {
    width: 2rem;
    height: 2rem;
  }

  .img2rem {
    width: 2rem;
  }

  .hidenimage {
    display: none;
  }

  .img5rem {
    width: 5rem;
  }

  .img7rem {
    width: 3rem;
    margin: auto;
  }

  .img10rem {
    width: 10rem;
  }

  .imgw100 {
    width: 100%;
  }

  /*default spacing 图片空间*/
  .nopd {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .nopr {
    padding-right: 0px !important;
  }

  .nopl {
    padding-left: 0px !important;
  }

  .pd50px {
    padding: 50px 0px 50px 0px;
  }

  .pd20percnet {
    padding: 20% 0px 20% 0px;
  }

  .spacetop10px {
    margin-top:7px;
  }

  .spacetop5px {
    margin-top: 5px;
  }

  .nomg {
    margin-left: 0px;
    margin-right: 0px;
  }

  .noml {
    margin-left: 0px;
  }

  .nomr {
    margin-right: 0px;
  }

  .spacing20p {
    margin: 20% 0px 20% 0px;
  }

  /*extra hidden class function*/
  .hidden {
    display: none !important;
  }

  .webview {
    display: block;
  }

  .phoneview {
    display: none;
  }

  .webipadview .shownav {
    display: block !important;
    transition: 1s;
  }

  /*extra hidden class function*/
  /*default item aligment  字体aligment*/
  /*default item aligment  字体aligment*/
  .poslef {
    text-align: left;
    position: relative;
  }

  .poscenter {
    text-align: center;
    position: relative;
  }

  .posright {
    text-align: right;
    position: relative;
  }

  /*default class end*/
  .bg-gray {
    background-color: #F8F8F8;
  }

  .target {
    cursor: pointer;
  }

  .section-title {
    font-weight: 900;
    font-size: 36px;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-left: 5%;
  }

  .section-title-mid {
    font-weight: 900;
    font-size: 36px;
    text-align: left;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  body {
    height: 100%;
    width: 100%;
    margin: 0;
    clear: both;
    overflow-x: hidden;
    background-color: black;
  }

  body .text {
    background: red;
    width: 100px;
    height: 100px;
  }

  body .pdfbox {
    padding-right: 5%;
    padding-left: 5%;
    display: flex;
    flex-wrap: wrap;
  }

  body .pdfbox .pdf-item {
    display: flex;
    flex-direction: column;
    flex: 0 1 calc(25%);
    margin-bottom: 30px;
  }

  body .pdfbox .pdf-item img {
    width: 75%;
    cursor: pointer;
  }

  body .pdfbox .pdf-item .pdf-item-date {
    font-weight: 500;
    font-size: 16px;
    color: #4b4a4e;
  }

  body .pdfbox .pdf-item .pdf-item-name {
    font-weight: 500;
    font-size: 15px;
    color: #393939;
  }

  body .menu {
    padding: 0px 5%;
  }

  body .headertop {
    position: fixed;
    width: 100%;
    z-index: 100;
    top: 0;
    height: 8.5vh;
    background-color: #393939;
    border-bottom: 2px solid #1EC2F4;
  }

  body .headertop .weblogo {
    float: left;
  }

  body .headertop .navlist {
    cursor: pointer;
    text-align: right;
  }

  body .headertop .navlist .mainnav {
    width: 100%;
    display: block;
    padding-inline-start: 0;
    margin: 1% 10px;
    cursor: pointer;
  }

  body .headertop .navlist .mainnav li.icon {
    margin: 0px 10px;
  }

  body .headertop .navlist .mainnav li {
    list-style: none;
    display: inline-block;
    position: relative;
    cursor: pointer;
    top: -500px;
    -webkit-animation: slide1 0.5s forwards;
    -webkit-animation-delay: 2s;
    animation: slide1 0.5s forwards;
    overflow-y: hidden;
    padding: 1vh 0px;
    margin: 0px 10px;
    height: 7vh;
  }

  body .headertop .navlist .mainnav li .menu-icon {
    width: 2rem;
    position: relative;
    padding-right: 7px;
    top: -1px;
  }

  body .headertop .navlist .mainnav li .newdropdownbox {
    width: 100%;
    position: fixed;
    -webkit-animation: slide2 0.5s forwards;
    top: -500px;
    left: 0px;
    display: none;
    height: auto;
    z-index: 79;
    transition: 0.1s;
    overflow: hidden;
    background-color: white;
  }

  body .headertop .navlist .mainnav li .newdropdownbox .fonttitle {
    position: absolute;
    padding: 30% 0%;
    font-size: 2.5rem;
    width: 100%;
    top: 50px;
    text-align: center;
    z-index: 1000;
  }

  body .headertop .navlist .mainnav li .newdropdownbox .navbox {
    margin: 25px 20px 25px 0px;
    height: 100px;
    position: relative;
    cursor: pointer;
    border-bottom: 2px solid #F57B3D;
    padding: 2px 0px 0px 0px;
  }

  body .headertop .navlist .mainnav li .newdropdownbox .navbox label {
    cursor: pointer;
  }

  body .headertop .navlist .mainnav li .newdropdownbox .navbox .btmword {
    position: absolute;
    bottom: 10px;
    left: 0;
  }

  body .headertop .navlist .mainnav li .newdropdownbox .navbox:hover {
    border-bottom: 1px solid #F57B3D;
    text-align: left;
  }

  body .headertop .navlist .mainnav li .newdropdownbox .navbox:hover .font-black {
    color: #F57B3D;
  }

  body .headertop .navlist .mainnav li .newdropdownbox2 {
    width: 100%;
    position: fixed;
    -webkit-animation: slide2 0.5s forwards;
    top: -300px;
    display: none;
    height: 200px;
    left: 0px;
    z-index: 79;
    transition: 0.1s;
    overflow: hidden;
    background-color: white;
  }

  body .headertop .navlist .mainnav li .newdropdownbox2 .fonttitle {
    position: absolute;
    padding: 10% 0%;
    font-size: 2.5rem;
    width: 100%;
    top: 30px;
    text-align: center;
    z-index: 1000;
  }

  body .headertop .navlist .mainnav li .newdropdownbox2 .navbox {
    margin: 25px 20px 25px 0px;
    height: 140px;
    position: relative;
    cursor: pointer;
    border-bottom: 2px solid #F57B3D;
    padding: 2px 0px 0px 0px;
  }

  body .headertop .navlist .mainnav li .newdropdownbox2 .navbox label {
    cursor: pointer;
  }

  body .headertop .navlist .mainnav li .newdropdownbox2 .navbox .btmword {
    position: absolute;
    bottom: 10px;
    left: 0;
  }

  body .headertop .navlist .mainnav li .newdropdownbox2 .navbox:hover {
    border-bottom: 2px solid #F57B3D;
  }

  body .headertop .navlist .mainnav li .newdropdownbox2 .navbox:hover .font-black {
    color: #F57B3D;
  }

  body .headertop .navlist .mainnav li:hover {
    cursor: pointer;
    text-align: left;
  }

  body .headertop .navlist .mainnav li:hover .newdropdownbox {
    display: block;
  }

  body .headertop .navlist .mainnav li:hover .newdropdownbox2 {
    display: block;
  }

  body .headertop .navlist .mainnav li label {
    cursor: pointer;
  }

  body .headertop .navlist .mainnav li:nth-child(2) {
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
  }

  body .headertop .navlist .mainnav li:nth-child(3) {
    animation-delay: 0.75s;
    -webkit-animation-delay: 0.75s;
  }

  body .headertop .navlist .mainnav li:nth-child(4) {
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
  }

  body .headertop .navlist .mainnav li:nth-child(5) {
    animation-delay: 1.25s;
    -webkit-animation-delay: 1.25s;
  }

  body .headertop .navlist .mainnav li:nth-child(6) {
    animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s;
  }

  body .headertop .navlist .mainnav li:nth-child(7) {
    animation-delay: 1.75s;
    -webkit-animation-delay: 1.75s;
  }

  body .headertop .navlist .mainnav li:nth-child(8) {
    animation-delay: 2s;
    -webkit-animation-delay: 2s;
  }

  body .headertop .navlist .mainnav li:nth-child(9) {
    animation-delay: 2.25s;
    -webkit-animation-delay: 2.25s;
  }

  body .headertop .navlist .subnav {
    width: 100%;
    display: block;
    margin: 20px 5px;
  }

  body .headertop .navlist .subnav li {
    list-style: none;
    display: inline;
    cursor: pointer;
    margin: 10px 10px;
  }

  body .headertop .logophone {
    height: 100%;
    width: 100%;
    position: relative;
  }

  body .headertop .logophone .openforside {
    text-align: center;
    display: block;
    position: relative;
    line-height: 10vh;
    transition: 1s;
  }

  body .main-menu {
    position: fixed;
    right: -20vw;
    display: block;
    background-color: #fff;
    height: 100vh;
    z-index: 100;
    width: 20vw;
  }

  body .main-menu .menu-social {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  body .main-menu .menu-social div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    height: 30px;
    width: 30px;
    border-radius: 5px;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  body .main-menu .menu-social div.facebook {
    background: #336FD3;
  }

  body .main-menu .menu-social div.instagram {
    background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
  }

  body .main-menu .menu-social div.telegram {
    background: #4599ED;
  }

  body .main-menu .mm-li {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 2vh;
    padding-bottom: 2vh;
  }

  body .main-menu .mm-li .mm-label {
    font-size: 8px;
    text-align: center;
  }

  body .main-menu .mm-li .mm-label.active {
    color: #1EC2F4;
  }

  body .main-menu .mm-li:active {
    color: red;
  }

  body .main-menu .sub-menu {
    position: fixed;
    left: -180vw;
    top: 0px;
    height: 100vh;
    width: 80vw;
    z-index: 100;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/image/submenu_bg.png");
    background-position: center;
    background-blend-mode: darken;
    list-style-type: none;
    font-size: 20px;
    font-weight: 900;
    color: black;
    text-transform: none;
    letter-spacing: 0;
    color: #fff;
  }

  body .main-menu .sub-menu li {
    padding-top: 2vh;
    padding-bottom: 2vh;
  }

  body .main-menu .sub-menu li a {
    color: #fff;
  }

  @keyframes slide2 {
    100% {
      top: 8vh;
    }
  }
  body .sidebar {
    background-color: black;
    position: absolute;
    left: 0;
    height: 100vh;
    width: 55vw;
    overflow: auto;
    padding-bottom: 25%;
    text-align: left;
    display: none;
    z-index: 1000;
  }

  body .sidebar .main {
    list-style: none;
    padding-inline-start: 0px;
    margin: 10px 0px;
    position: relative;
    padding: 10px 20px;
  }

  body .sidebar .main li {
    position: relative;
    margin: 20px 0px;
    left: -200px;
    animation: slide 0.5s forwards;
  }

  body .sidebar .main li:nth-child(2) {
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
  }

  body .sidebar .main li:nth-child(3) {
    animation-delay: 0.75s;
    -webkit-animation-delay: 0.75s;
  }

  body .sidebar .main li:nth-child(4) {
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
  }

  body .sidebar .main li:nth-child(5) {
    animation-delay: 1.25s;
    -webkit-animation-delay: 1.25s;
  }

  body .sidebar .main li:nth-child(6) {
    animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s;
  }

  body .sidebar .main li:nth-child(7) {
    animation-delay: 1.75s;
    -webkit-animation-delay: 1.75s;
  }

  body .sidebar .main li:nth-child(8) {
    animation-delay: 2s;
    -webkit-animation-delay: 2s;
  }

  body .sidebar .main .title {
    font-weight: bold;
  }

  body .sidebar .main .normal {
    font-weight: 500;
  }

  body .sidebar .morenav {
    position: absolute;
    right: 0;
    top: 0;
  }

  body .sidebar .inner {
    list-style: none;
    padding-inline-start: 0px;
    text-align: center;
    display: none;
    padding: 10px;
  }

  body .content {
    height: auto;
    margin-top: 8vh;
    width: 100%;
    background-color: white;
    overflow-x: hidden;
    overflow-y: auto;
  }

  body .content .slider {
    width: 100%;
    overflow: hidden;
    position: relative;
  }

  body .content .slider .overlapslider {
    position: absolute;
    width: 40%;
    left: -10%;
    overflow: hidden;
    transform: skewX(20deg);
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    z-index: 1;
  }

  body .content .slider .overlapcontent {
    left: 10%;
    top: 10%;
    text-align: center;
    position: relative;
    padding: 20px;
    transform: skewX(-20deg);
  }

  body .content .slider .overlapcontent img {
    margin-left: 100px;
    width: 8rem;
  }

  body .content .slider .overlapcontent .fontnew {
    font-weight: 500;
    margin-left: 100px;
    margin-top: 50px;
    font-size: 3.5rem;
    font-family: Annifont;
    font-style: italic;
    letter-spacing: 0px;
  }

  body .content .annoucementbox {
    width: 100%;
    margin: 50px 0px;
    height: auto;
  }

  body .content .annoucementbox .mainul {
    padding-inline-start: 0px;
  }

  body .content .annoucementbox .mainul li {
    list-style: none;
    padding: 20px;
    border-top: 1px solid #FDD168;
  }

  body .content .annoucementbox .mainul li:last-child {
    border-bottom: 1px solid #FDD168;
  }

  body .content .annoucementbox .annoceleft {
    margin-left: 20px;
    box-shadow: -21px 18px 5px 0px rgba(245, 123, 61, 0.75);
    -webkit-box-shadow: -21px 18px 5px 0px rgba(245, 123, 61, 0.75);
    -moz-box-shadow: -21px 18px 5px 0px rgba(245, 123, 61, 0.75);
  }

  body .content .pdfbox {
    height: auto;
    margin-top: 50px;
  }

  body .content .aboutbanner {
    background-image: url("../images/banner/whatwedo.png");
    background-size: cover;
    width: 100%;
    height: 200px;
  }

  body .content .aboutbanner ul {
    margin: 7% 0px 0% 0px;
    list-style: none;
    padding-inline-start: 0px;
  }

  body .content .aboutbanner ul li {
    display: inline-block;
    margin: 5px -2px 5px 0px;
  }
  body .content .aboutbanner2 {
    background-image: url("../images/banner/service_bg.png");
    background-size: cover;
    width: 100%;
    height: 200px;
  }

  body .content .aboutbanner2 ul {
    margin: 7% 0px 0% 0px;
    list-style: none;
    padding-inline-start: 0px;
  }

  body .content .aboutbanner2 ul li {
    display: inline-block;
    margin: 5px 10px 5px 0px;
  }

  body .content .titleboxtop {
    border-top: 1px solid #C4C4C4;
    margin-bottom: 25px;
    padding-top: 3%;
  }

  body .content .titleboxtop a {
    font-style: italic;
  }

  body .content .titleboxtop .showbox {
    text-align: right;
    padding-right: 5%;
    width: 350px;
  }

  body .content .titleboxtop .hidebox {
    text-align: left;
  }

  body .content .descdet {
    width: 350px;
  }

  body .content .posrelative {
    position: relative;
  }

  body .content .socialaccess {
    position: absolute;
    right: 0;
  }

  body .content .socialaccess ul {
    display: inline;
  }

  body .content .socialaccess ul li {
    display: inline;
    margin: 0px 20px;
  }

  body .content .socialaccess ul li img {
    cursor: pointer;
    width: 1.5rem;
    height: 1.5rem;
  }

  body .content .bgblacktitle {
    background-color: black;
    color: white;
    text-align: center;
    display: inline-block;
    margin-bottom: 10px;
    padding: 2px 5px;
    width: auto;
  }

  body .content .bgblacktitle label {
    margin: 0;
  }

  body .content .downloadbox {
    cursor: pointer;
  }

  body .content .imgtopmp {
    width: 350px;
    padding-left: 10px;
    padding-right: 5%;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }

  body .content .imgtopmp .color1mp {
    width: 100%;
    margin-bottom: 5px;
    box-shadow: -15px 15px 0px 5px #c89ecc;
  }

  body .content .imgtopmp .color2mp {
    width: 100%;
    margin-bottom: 5px;
    box-shadow: -15px 15px 0px 5px #f7e40c;
  }

  body .content .imgtopmp .color3mp {
    width: 100%;
    margin-bottom: 5px;
    box-shadow: -15px 15px 0px 5px #93d8dd;
  }

  body .content .imgtopmp .color4mp {
    width: 100%;
    margin-bottom: 5px;
    box-shadow: -15px 15px 0px 5px #a6ce37;
  }

  body .content .imgtopmp .color5mp {
    width: 100%;
    margin-bottom: 5px;
    box-shadow: -15px 15px 0px 5px #f3adba;
  }

  body .content .contentT {
    font-weight: bold;
  }

  body .content .contentT p {
    margin: 0;
  }

  body .content .contentT ul {
    padding-inline-start: 20px;
  }

  body .content .contentN p {
    margin: 0;
  }

  body .content .contentN ul {
    padding-inline-start: 20px;
  }

  body .content .contentgray {
    background-color: #F8F8F8;
    padding: 50px 0px;
  }

  body .content .contentgray .contentT {
    font-weight: bold;
  }

  body .content .contentgray .contentT p {
    margin: 0;
  }

  body .content .contentgray .contentN p {
    margin: 0;
  }

  body .content .aboutwhitedetail .titlebox {
    border-bottom: 1px solid #C4C4C4;
    padding: 20px;
    height: 200px;
    position: relative;
    text-align: center;
  }

  body .content .aboutwhitedetail .titlebox .backtitle {
    font-weight: bold;
    color: #979797;
    position: absolute;
    text-align: center;
    width: 100%;
    opacity: 0.2;
    letter-spacing: 5px;
    z-index: 1;
    font-size: 6rem;
    white-space: nowrap;
  }

  body .content .aboutwhitedetail .titlebox .fronttitle {
    color: #33A24D;
    margin: 50px 0px;
    z-index: 99;
    font-weight: bold;
  }

  body .content .aboutwhitedetail .titlebox .fronttitleblue {
    color: #1EC2F4;
    margin: 50px 0px;
    z-index: 99;
    font-weight: bold;
  }

  body .content .aboutwhitedetail .titlebox .fronttitleorange {
    color: #F57A3D;
    margin: 50px 0px;
    z-index: 99;
    font-weight: bold;
  }

  body .content .aboutwhitedetail .titlebox1 {
    border-bottom: 1px solid #C4C4C4;
    padding: 20px;
    position: relative;
    text-align: center;
    z-index: 0;
  }

  body .content .aboutwhitedetail .titlebox1 .green {
    color: #33A24D;
    font-size: 20px;
  }

  body .content .aboutwhitedetail .aboutcontent {
    padding: 50px 0px 0px 0;
  }

  body .content .aboutwhitedetail .aboutcontent .smalltitle {
    margin-bottom: 30px;
  }

  body .content .aboutwhitedetail .aboutcontent .contentT {
    font-weight: bold;
  }

  body .content .aboutwhitedetail .aboutcontent .col-4new {
    flex: 0 0 30%;
    max-width: 30%;
    margin-bottom: 20px;
    margin-right: 5%;
  }

  body .content .aboutwhitedetail .aboutcontent .col-4new:nth-child(3n) {
    margin-right: 0%;
  }

  body .content .aboutwhitedetail .aboutcontent .col-4newfull {
    flex: 0 0 100%;
    max-width: 100%;
  }

  body .content .aboutwhitedetail .aboutcontent .aboutbox1 {
    border-top: 1px solid #1EC2F4;
    border-bottom: 1px solid #33A24D;
    border-left: 1px solid #F57A3D;
    border-right: 1px solid #FCD05C;
    padding: 100px 0px;
    text-align: center;
  }

  body .content .aboutwhitedetail .aboutcontent .aboutbox1 img {
    width: 5rem;
  }

  body .content .aboutwhitedetail .aboutcontent .aboutbox2 {
    background-color: #33A24D;
    padding: 100px 0px;
    text-align: center;
  }

  body .content .aboutwhitedetail .aboutcontent .aboutbox2 img {
    width: 5rem;
  }

  body .content .aboutwhitedetail .aboutcontent .aboutbox3 {
    background-color: #F57A3D;
    padding: 100px 0px;
    text-align: center;
  }

  body .content .aboutwhitedetail .aboutcontent .aboutbox3 img {
    width: 5rem;
  }

  body .content .aboutwhitedetail .aboutcontent .aboutbox4 {
    background-color: #FCD05C;
    padding: 100px 0px;
    text-align: center;
  }

  body .content .aboutwhitedetail .aboutcontent .aboutbox4 img {
    width: 5rem;
  }

  body .content .aboutwhitedetail .aboutcontent .aboutboxdes {
    text-align: left;
    margin-bottom: 10px;
  }

  body .content .aboutwhitedetail .aboutcontent .aboutmore {
    text-align: right;
  }

  body .content .aboutwhitedetail .mpbox {
    background-color: #F8F8F8;
    width: 100%;
    padding: 20px;
  }

  body .content .aboutwhitedetail .mpbox .contentT {
    font-weight: bold;
    width: 100%;
  }

  body .content .aboutwhitedetail .mpbox .col-3new {
    flex: 0 0 18.5%;
    max-width: 18.5%;
    margin-right: 1.85%;
  }

  body .content .aboutwhitedetail .mpbox .col-3new:nth-child(5) {
    margin-right: 0%;
  }

  body .content .aboutwhitedetail .mpbox .detcont {
    margin-top: 10px;
  }

  body .content .aboutwhitedetail .mpbox .mpboximage {
    padding-top: 20px;
    background-image: linear-gradient(to bottom, #f0f0f0, #e6e6e6, #dddddd, #d3d3d3, #cacaca);
  }

  body .content .aboutwhitedetail .mpbox .mpboximage img {
    width: 80%;
  }

  body .content .aboutwhitedetail .book-container {
    display: flex;
    flex-direction: row;
    background-color: #F8F8F8;
    align-items: center;
    justify-content: space-between;
    padding: 5% 30%;
  }

  body .content .aboutwhitedetail .slider-for {
    margin: 5% 0 5% 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  body .content .aboutwhitedetail .slider-for .slider-for-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1;
  }

  body .content .aboutwhitedetail .slider-for .btn-slider-next,
body .content .aboutwhitedetail .slider-for .btn-slider-prev {
    display: block;
    border: none;
    border-radius: 50%;
    min-height: 50px;
    min-width: 50px;
    padding: 15px;
    background-color: #F5F5F5;
    color: #393939;
  }

  body .content .aboutwhitedetail .slider-for .btn-slider-next:focus,
body .content .aboutwhitedetail .slider-for .btn-slider-prev:focus {
    border: none;
  }

  body .content .aboutwhitedetail .slider-for .btn-slider-next.slick-disabled,
body .content .aboutwhitedetail .slider-for .btn-slider-prev.slick-disabled {
    color: #dedede;
  }

  body .content .aboutwhitedetail .slider-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #393939;
    padding: 10px 30px;
  }

  body .content .aboutwhitedetail .slider-nav .slick-list.draggable {
    height: 100px;
  }

  body .content .aboutwhitedetail .slider-nav .slider-nav-item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    margin-left: 10px;
    margin-right: 10px;
    opacity: 0.5;
    overflow: hidden;
  }

  body .content .aboutwhitedetail .slider-nav .slider-nav-item img {
    height: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  body .content .aboutwhitedetail .slider-nav .slider-nav-item.slick-current {
    border: 2px solid #F57B3D;
    opacity: 1;
  }

  body .content .aboutwhitedetail .slider-nav .slider-nav-item.slick-current + .slick-active {
    border: 2px solid #F57B3D;
    opacity: 1;
  }

  body .content .aboutwhitedetail .expand-details {
    background-color: #F8F8F8;
    width: 100%;
    width: 100vw;
    z-index: 2;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  body .content .aboutwhitedetail .expand-details .expand-details-img {
    margin: 3vw;
  }

  body .content .aboutwhitedetail .expand-details .expand-details-img.service-img {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 70px 150px 70px 150px;
    border-top: 2px solid #33A24D;
    border-right: 2px solid #F57A3D;
    border-bottom: 2px solid #FCD05C;
    border-left: 2px solid #1EC2F4;
  }

  body .content .aboutwhitedetail .expand-details .expand-details-img.service-img img {
    height: 75px;
    width: 75px;
  }

  body .content .aboutwhitedetail .expand-details .expand-details-content {
    margin: 3vw;
  }

  body .content .aboutwhitedetail .expand-details .expand-details-content .content-title {
    font-weight: 500;
    color: #393939;
    text-transform: none;
    letter-spacing: 0;
    font-size: 36px;
  }

  body .content .aboutwhitedetail .expand-details .expand-details-content .content-body {
    font-weight: 400;
    color: #393939;
    text-transform: none;
    letter-spacing: 0;
    font-size: 20px;
    line-height: 30px;
  }

  body .content .aboutwhitedetail .expand-details .expand-details-content .content-body .badge {
    padding: 10px 20px;
  }

  body .content .aboutwhitedetail .expand-details .expand-details-content .content-body table thead td {
    padding: 10px 20px 10px 20px;
  }

  body .content .aboutwhitedetail .expand-details .expand-details-content .content-body table tbody td {
    background-color: white;
    padding: 10px 20px 10px 20px;
  }

  body .content .aboutwhitedetail .expand-details .hide-details {
    margin: 3vw;
    cursor: pointer;
  }

  body .content .aboutwhitedetail .completed-project-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(420px, 4fr));
    grid-auto-rows: 420px;
    margin-top: 5%;
    margin-bottom: 5%;
  }

  body .content .aboutwhitedetail .completed-project-container .completed-project {
    display: flex;
    flex-direction: column;
    margin: 5%;
  }

  body .content .aboutwhitedetail .completed-project-container .completed-project:nth-child(5n-4) .project-img img {
    overflow: hidden;
    box-shadow: -10px 10px #93D8DD;
  }

  body .content .aboutwhitedetail .completed-project-container .completed-project:nth-child(5n-3) .project-img img {
    overflow: hidden;
    box-shadow: -10px 10px #F7E40C;
  }

  body .content .aboutwhitedetail .completed-project-container .completed-project:nth-child(5n-2) .project-img img {
    overflow: hidden;
    box-shadow: -10px 10px #A6CE37;
  }

  body .content .aboutwhitedetail .completed-project-container .completed-project:nth-child(5n-1) .project-img img {
    overflow: hidden;
    box-shadow: -10px 10px #C89ECC;
  }

  body .content .aboutwhitedetail .completed-project-container .completed-project:nth-child(5n-0) .project-img img {
    overflow: hidden;
    box-shadow: -10px 10px #F3ADBA;
  }

  body .content .aboutwhitedetail .completed-project-container .completed-project .project-title {
    margin: 5%;
    font-size: 24px;
    font-weight: 500;
  }

  body .content .aboutwhitedetail .completed-project-container .completed-project .project-more {
    cursor: pointer;
    margin-right: 5%;
  }

  body .content .aboutwhitedetail .completed-project-container .completed-project.project-shadowless {
    box-shadow: none;
  }

  body .content .aboutwhitedetail .upcoming-project-container .imgtop {
    height: 250px;
  }

  body .content .aboutwhitedetail .upcoming-project-container .imgtop.imgblue {
    background-color: #93D8DD;
  }

  body .content .aboutwhitedetail .upcoming-project-container .imgtop.imgyellow {
    background-color: #F7E40C;
  }

  body .content .aboutwhitedetail .upcoming-project-container .imgtop.imggreen {
    background-color: #A6CE37;
  }

  body .content .aboutwhitedetail .upcoming-project-container .imgtop.imgpurple {
    background-color: #C89ECC;
  }

  body .content .aboutwhitedetail .upcoming-project-container .imgtop.imgred {
    background-color: #F3ADBA;
  }

  body .content .aboutwhitedetail .upcoming-project-container .imgtop .midtext {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 25%;
    font-size: 30px;
    font-weight: 700;
  }

  body .content .aboutwhitedetail .upcoming-project-container a {
    cursor: pointer;
  }

  body .content .aboutwhitedetail .services-container {
    display: grid;
    margin-top: 5%;
    margin-bottom: 5%;
    grid-template-columns: repeat(auto-fit, minmax(420px, 4fr));
    grid-auto-rows: 420px;
  }

  body .content .aboutwhitedetail .services-container .service {
    display: flex;
    flex-direction: column;
    margin: 5%;
  }

  body .content .aboutwhitedetail .services-container .service .service-img {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 70px 100px 70px 100px;
    border-top: 2px solid #33A24D;
    border-right: 2px solid #F57A3D;
    border-bottom: 2px solid #FCD05C;
    border-left: 2px solid #1EC2F4;
  }

  body .content .aboutwhitedetail .services-container .service .service-img img {
    height: 75px;
    width: 75px;
  }

  body .content .aboutwhitedetail .services-container .service .service-title {
    margin: 5% 0 5% 0;
    font-size: 24px;
    font-weight: 500;
  }

  body .content .aboutwhitedetail .services-container .service .see-more {
    cursor: pointer;
  }

  body .content .aboutwhitedetail #year-picker {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #f57b3d;
    color: white;
    height: 100px;
    font-size: 36px;
  }

  body .content .aboutwhitedetail #event-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(400px, 4fr));
    margin: 5% 0;
  }

  body .content .aboutwhitedetail #event-container .event-card {
    box-shadow: 1px 5px 5px #888888;
    margin: 10px;
  }

  body .content .aboutwhitedetail #event-container .event-card .event-card-head {
    font-size: 24px;
    line-height: 2px;
    background-color: #fcd05c;
    padding: 5px 15px 5px 15px;
  }

  body .content .aboutwhitedetail #event-container .event-card .event-card-body {
    background-color: #f8f8f8;
    padding: 5px 15px 5px 15px;
    font-weight: 400;
    color: #393939;
    text-transform: none;
    letter-spacing: 0;
    font-size: 18px;
  }

  body .content .footer {
    background-color: #393939;
    padding-top: 40px;
  }

  body .content .footer ul {
    padding-inline-start: 0px;
  }

  body .content .footer ul li {
    list-style: none;
    margin: 15px 0px;
  }

  body .content .footer ul li:hover label {
    color: #F57B3D;
    cursor: pointer;
  }

  body .content .footer .copyright {
    border-top: 1px solid #fff;
    color: #fff;
    padding-top: 5px;
  }

  body .content .footer .copyright .copyright-text {
    font-size: 12px;
  }

  body .content .footer .copyright .social-media {
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-size: 20px;
  }

  .btn-scroll {
    display: block;
    height: 50px;
    width: 50px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    border-radius: 50%;
    padding: 10px;
    border: none;
  }

  .newcontainer {
    max-width: 90vw;
    margin: auto;
  }

  .contact-us .app-container {
    margin: 5% 0;
  }

  .contact-us .app-container .app-container-title {
    font-weight: 500;
    color: #393939;
    text-transform: none;
    letter-spacing: 0px;
    font-size: 36px;
  }

  .contact-us .app-container .app-container-description {
    font-weight: 400;
    color: #393939;
    text-transform: none;
    letter-spacing: 0px;
    font-size: 20px;
  }

  .contact-us .app-container .qr-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .contact-us .contact-form .custom-input .custom-radio {
    border: 2px solid #c4c4c4;
    box-sizing: border-box;
    font-weight: 400;
    color: #c4c4c4;
    text-transform: none;
    letter-spacing: 0;
    font-size: 1.25rem;
    line-height: 28px;
    padding: 10px 10px;
    border-radius: 5px;
    cursor: pointer;
  }

  .contact-us .contact-form .custom-input .custom-radio.active {
    color: #33A24D;
  }

  .contact-us .contact-form .custom-input a:hover {
    text-decoration: none;
  }

  .contact-us .contact-form .custom-btn.btn-reset {
    background-color: white;
    border: none;
    box-shadow: -10px 10px #f57a3d;
    padding: 10px 10%;
    margin-left: 10px;
    margin-right: 10px;
  }

  .contact-us .contact-form .custom-btn.btn-reset:active {
    box-shadow: none;
    transform: translate(-10px, 10px);
  }

  .contact-us .contact-form .custom-btn.btn-submit {
    background-color: white;
    border: none;
    box-shadow: -10px 10px #33A24D;
    padding: 10px 10%;
    margin-left: 10px;
    margin-right: 10px;
  }

  .contact-us .contact-form .custom-btn.btn-submit:active {
    box-shadow: none;
    transform: translate(-10px, 10px);
  }

  .contact-us .contact-form .upload-photo-container label {
    cursor: pointer;
    border: 2px solid #c4c4c4;
    box-sizing: border-box;
    font-weight: 400;
    color: #c4c4c4;
    text-transform: none;
    letter-spacing: 0;
    font-size: 1.25rem;
    line-height: 28px;
    padding: 10px 10px;
    border-radius: 5px;
    width: 100%;
  }

  .contact-us .contact-form .upload-photo-container label::after {
    content: url("../images/icon/camera.png");
    position: absolute;
    right: 20px;
    bottom: 13px;
  }

  .contact-us .contact-form .upload-photo-container #upload-photo,
.contact-us .contact-form .upload-photo-container #upload-photo-2,
.contact-us .contact-form .upload-photo-container #upload-photo-3 {
    opacity: 0;
    position: absolute;
    z-index: -1;
  }

  .contact-us .contact-form .form-info {
    background-color: #f8f8f8;
    padding: 5px 15px;
  }

  .contact-us .contact-form .form-info .form-info-title {
    font-weight: 700;
    color: #393939;
    text-transform: none;
    letter-spacing: 0px;
  }

  .contact-us .contact-form .form-info .form-info-body {
    font-weight: 400;
    color: #393939;
    text-transform: none;
    letter-spacing: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .contact-us .contact-form .form-info .feedback-form-step .feedback-form-info-step {
    padding: 20px;
    position: relative;
    text-align: center;
  }

  .contact-us .contact-form .form-info .feedback-form-step .feedback-form-info-step .backtitle {
    font-weight: bold;
    color: #979797;
    position: absolute;
    text-align: center;
    width: 100%;
    opacity: 0.2;
    letter-spacing: 5px;
    z-index: 1;
    font-size: 6rem;
  }

  .contact-us .contact-form .form-info .feedback-form-step .feedback-form-info-step .fronttitle {
    color: #33A24D;
    margin: 60px 40px;
    z-index: 99;
    font-weight: bold;
  }

  .contact-us .contact-table {
    font-weight: 400;
    color: #393939;
    text-transform: none;
    letter-spacing: 0px;
    font-size: 18px;
  }

  .contact-us .contact-table thead {
    background-color: #fcd05c;
  }

  .contact-us .contact-office .office-name {
    font-weight: 500;
    color: #393939;
    text-transform: none;
    letter-spacing: 0px;
    font-size: 36px;
  }

  .contact-us .contact-office .office-address {
    font-weight: 400;
    color: #393939;
    text-transform: none;
    letter-spacing: 0px;
    font-size: 20px;
  }

  .contact-us .contact-office .office-working-hour {
    font-weight: 400;
    color: #393939;
    text-transform: none;
    letter-spacing: 0px;
    font-size: 20px;
  }

  .contact-us .contact-office .google-map {
    height: 500px;
    width: 100%;
    margin: 10% 0;
  }

  .custom-breadcrumb {
    height: 3vh;
    background-color: #000;
    padding-left: 0;
  }

  .custom-breadcrumb ul {
    margin-left: 0px;
    list-style: none;
    display: inline;
  }

  .custom-breadcrumb ul li {
    display: inline;
    color: #fff;
    font-size: 8px;
  }

  .custom-breadcrumb ul li:not(:last-child):after {
    content: ">";
  }

  .tender-results table tr {
    border-top: 2px solid #fdd168;
  }

  .tender-results table tr:last-child {
    border-bottom: 2px solid #fdd168;
  }

  .tender-results table tr td:first-child {
    white-space: nowrap;
  }

  .announcement-container {
    background-color: black;
    color: white;
    height: 50px;
    padding-left: 100px;
    padding-top: 15px;
  }

  .card-type-1 .service-img {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 70px 100px 70px 100px;
    border-top: 2px solid #33A24D;
    border-right: 2px solid #F57A3D;
    border-bottom: 2px solid #FCD05C;
    border-left: 2px solid #1EC2F4;
  }

  .card-type-1 .service-img img {
    height: 75px;
    width: 75px;
  }

  .card-type-1 .service-title {
    margin: 5% 0 5% 0;
    font-size: 24px;
    font-weight: 500;
  }

  .card-type-1 .see-more {
    cursor: pointer;
  }

  @keyframes slide {
    100% {
      left: 0;
    }
  }
  @keyframes slide1 {
    100% {
      top: 0;
    }
  }
  @keyframes drop1 {
    100% {
      top: 0;
    }
  }
  @keyframes drop11 {
    100% {
      top: 50px;
    }
  }
}
@media only screen and (max-width: 1200px) {
  .ourmpbox .mp-card {
    display: flex;
    flex-direction: column;
    flex: 0 1 calc(33%);
    margin-bottom: 30px;
}
.newmhtitle {
  min-height: 5vh;
}
}
@media only screen and (max-width: 1025px) {
  .slick-slide {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  body .content .slider .overlapcontent .fontnew {
    font-weight: 500;
    margin-left: 100px;
    margin-top: 50px;
    font-size: 2rem;
    font-family: Annifont;
    font-style: italic;
    letter-spacing: 0px;
  }

  body .content .slider .overlapcontent {
    left: 5%;
    top: 10%;
    text-align: center;
    position: relative;
    padding: 20px;
    transform: skewX(-20deg);
  }
}
@media only screen and (max-width: 850px) {
  body .content .footer .copyright {
    border-top: 0px solid #fff;
    color: #fff;
    padding-top: 5px;
  }
  body .content
  {
    position: relative;
  }

  .announcement-container {
    background-color: black;
    color: white;
    height: 50px;
    padding-left: 15px;
    padding-top: 15px;
  }

  body .content .footer {
    background-color: #393939;
    padding-top: 10px;
  }

  body .content .footer .copyright .copyright-text {
    font-size: 12px;
    margin-top: 20px !important;
  }

  .slick-slide {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  body .content .slider .overlapcontent .fontnew {
    font-weight: 500;
    margin-left: 100px;
    margin-top: 50px;
    font-size: 1.5rem;
    font-family: Annifont;
    font-style: italic;
    letter-spacing: 0px;
  }

  body .content .slider .overlapcontent {
    left: -10%;
    top: 6%;
    text-align: center;
    position: relative;
    padding: 20px;
    transform: skewX(-20deg);
  }

  body .content .socialaccess ul li img {
    cursor: pointer;
    width: 0.5rem;
    height: 0.5rem;
  }

  body .content .socialaccess {
    position: absolute;
    right: 0;
    top: -15px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .ui-sortable
  {
     min-height: 70vh;
  }
  .annual-container
  {
    min-height: 55vh;
  }

  .slick-slide {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .smalltitle {
    margin-top: 20px;
}
  body .content .socialaccess {
    position: relative;
    right: 0;
    margin-bottom: 20px;
  }

  body .content .slider .overlapcontent {
    left: -35%;
    top: 5%;
    text-align: center;
    position: relative;
    padding: 20px;
    transform: skewX(-20deg);
  }

  body .content .slider .overlapcontent .fontnew {
    font-weight: 500;
    margin-left: 100px;
    margin-top: 0px;
    font-size: 1rem;
    font-family: Annifont;
    font-style: italic;
    letter-spacing: 0px;
  }

  body .content .slider .overlapcontent img {
    margin-left: 100px;
    width: 2rem;
  }

  body .content .aboutbanner {
    background-image: url(../images/banner/whatwedo.png);
    background-size: cover;
    width: 100%;
    height: 70px;
  }

  body .content .cycwhitedetail .titlebox {
    height: auto !important;
  }
}
/* cyclical work */
body .content .cycwork {
  background-image: url("../images/banner/whatwedo.png");
  background-size: cover;
  width: 100%;
  height: 70px;
}

body .content .cycwork ul {
  margin: 7% 0px 0% 0px;
  list-style: none;
  padding-inline-start: 0px;
}

body .content .cycwork ul li {
  display: inline-block;
  margin: 5px 10px 5px 0px;
}

body .content .cycwhitedetail .titlebox .backtitle {
  font-weight: bold;
  color: #979797;
  position: absolute;
  text-align: center;
  width: 100%;
  opacity: 0.2;
  left: 0;
  letter-spacing: 5px;
  z-index: 1;
  font-size: 3rem;
  white-space: nowrap;
}

body .content .cycwhitedetail .titlebox .fronttitleorange {
  color: #F57A3D;
  margin: 50px 0px;
  z-index: 99;
  font-weight: bold;
}

.cyc-container {
  margin: 1vh;
}

.cyc-container .accordion-title {
  font-weight: 700;
  font-size: 16px;
  border-bottom: 1px solid #FDD168;
  margin: 5vw;
  padding-top: 1vh;
  padding-bottom: 1vh;
}

.cyc-container .collapse {
  margin: 5vw;
}

.cyc-container .collapse .accordion-img {
  margin: 5vw;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 70px 100px 70px 100px;
  background-color: #fff;
  border-top: 2px solid #33A24D;
  border-right: 2px solid #F57A3D;
  border-bottom: 2px solid #FCD05C;
  border-left: 2px solid #1EC2F4;
}

.cyc-container .collapse .accordion-img img {
  height: 75px;
  width: 75px;
}

.cyctable {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.cyctable th, .table td {
  padding: 0.75rem;
  min-width: 150px;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
  text-align: left!important;
}

.family-tahoma {
  text-align: left;
}

.videoframe {
  width: 100%;
  height: 360px;
}

.coming-soon {
  text-align: center;
  padding: 5% 0;
}

.gray-bg {
  background: #eee;
}

.card-img, .card-img-top {
  height: 45vh;
}

.showbox label {
  cursor: pointer;
}

body .content .footer .copyright .social-media a {
  color: white !important;
}
.table {
  width: 100%;
  display: block;
  overflow: auto;
  margin-bottom: 1rem;
  color: #212529;
}
@media only screen and (max-width: 650px) {
h1 {
  font-size: 1rem !important;
}
.section-title {
  font-weight: 900;
  margin-top:25px;
  text-align: left;
  margin-bottom: 15px;
  padding-left: 0;
}
.listing {
  size: 16px;
  width: 100%;
  padding-left: 0%;
  padding-right: 5%;
  margin-bottom: 20px;
}
.cyc-container
{
}
}

@media  only screen and (max-width: 450px) {

  .mp-container .mp-card-2 .mp-card-body .mp-card-desc{
    white-space:normal;
      
  }

}
