body {
    background-color: #fff;
    color: #636b6f;
    font-family: 'Saira Condensed', sans-serif;
  	line-height : 1.6;
    font-weight: 400;
    font-size: 1.3rem;
    margin: 0;
}
/*preloader*/
#load{
    width:100%;
    height:100%;
    position:fixed;
    z-index:9999;
    background-color: rgba(0,0,0);
    /*background:url('/image/menu_bar_logo_H70.png') no-repeat center center rgba(0,0,0);*/
        

}
.image-zoom {
  margin-left: auto;
  margin-right: auto;
  margin-top: 25%;
  display: block;
  -webkit-animation: image-zoom 2s ease-out both;
          animation: image-zoom 2s ease-out both;
             animation-iteration-count: infinite;
}
/** The Keyframes
--------------------------------------**/
@-webkit-keyframes image-zoom {
  0% {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 16%;
            transform-origin: 50% 16%;
  }
  100% {
    -webkit-transform: scale(1.25) translateY(-15px);
            transform: scale(1.25) translateY(-15px);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
}
@keyframes image-zoom {
  0% {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 16%;
            transform-origin: 50% 16%;
  }
  100% {
    -webkit-transform: scale(1.25) translateY(-15px);
            transform: scale(1.25) translateY(-15px);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
}
/** The Keyframes
--------------------------------------**/
#preloader {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 999;
    overflow: visible;
    background: url('/image/menu_bar_logo_H70.png') no-repeat center center;
    background-size: contain;
    /*background-color: rgba(38, 38, 38, 0.90);*/
    background-color: #000;
    vertical-align: middle;
 }
 .stop-scrolling {
    /*height: 100%;
    overflow: hidden;*/
    overflow-y: scroll; 
    height: 100%;
    width: 100%; 
    position: fixed;
    margin-top: 0;
  }
/*Endpreloader*/
h1, h2, h3, h4, h5, p {
  font-family: 'Saira Condensed', sans-serif;
  line-height : 1.6;
}
.container {
    /*max-width: 1728px;*/
}
.container-body {
    margin-left: 5%;
    margin-right: 5%;
}
.no-gutters {
    padding-right:0px !important;
    padding-left:0px !important;
}
hr { 
  border-color: #6C8086;
}
#project-hr{
  margin-top: 2%;
  margin-bottom: 2%; 
  border: 1px solid #6C8086;
  border-color: #6C8086;
  width: 85%;
  margin-left:0;
}
.mt2p {
  margin-top: 2% !important;
}
.mt60{
	margin-top: 60px;
}
.mt100{
	margin-top: 100px;
}
.pt3p{
	padding-top: 3%;
}
.pt4p{
  padding-top: 4%;
}
.pt5p{
  padding-top: 5%;
}
.pt6p{
  padding-top: 6%;
}
.pt10p{
	padding-top: 10%;
}
.pt2p{
	padding-top: 2%;
}
.pb3p {
	padding-bottom: 3%;
}
.pb3p {
	padding-bottom: 2%;
}
.pl2p {
  padding-left: 2%;
}
.pl6p {
  padding-left: 6%;
}
.pl15{
  padding-left: 15px;
}
.full-width{
	width: 100%;
}
.modal-header .close { 
	color: #000;
  padding: 0rem 0rem;
  margin: -1rem -2rem -1rem auto;
}
.golden-color {
	color: #A28A66;
}
#button-color {
  background-color: #fff;
  /*border-color: #A28A66;
  color: #fff;*/
  border-radius: 0px;
}
.for-mobile{
  display: none;
}
.for-desktop {
  display: block;
}

/*-------- button animation-------*/
* {
  box-sizing: border-box;
  margin: 0; padding: 0;
}
/*--- btn-1 ---*/
.btn-1:active, .btn-1:hover, .btn-1:focus {
  outline: 0!important;
  outline-offset: 0;
}
.btn-1::before,
.btn-1::after {
  position: absolute;
  content: "";
}

.btn-1 {
  position: relative;
  display: inline-block;
  width: auto; height: auto;
  background-color: transparent;
  border: none;
  cursor: pointer;
  margin: 0px 0px 15px;
  /*min-width: 150px;*/
  width: 280px;
  height: 60px;
}
  .btn-1 span {         
    position: relative;
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    /*letter-spacing: 2px;*/
    /*text-transform: uppercase;*/
    top: 0; left: 0;
    width: 100%;
    /*padding: 15px 20px;*/
    transition: 0.3s;
  }
.btn-1::before {
  background-color: #A28A66;
  transition: 0.3s ease-out;
}
.btn-1 span {
  color: #000;
  /*border: 1px solid rgb(28, 31, 30);*/
  transition: 0.2s 0.1s;
}
.btn-1 span:hover {
  color: #000;
  transition: 0.2s 0.1s;
}

/*--- btn-2 ------*/
.btn-2:active, .btn-1:hover, .btn-1:focus {
  outline: 0!important;
  outline-offset: 0;
}
.btn-2::before,
.btn-2::after {
  position: absolute;
  content: "";
}

.btn-2 {
  position: relative;
  display: inline-block;
  width: auto; height: auto;
  background-color: transparent;
  border: none;
  cursor: pointer;
  margin: 0px 0px 15px;
  min-width: 150px;
  height: 45px;
}
  .btn-2 span {         
    position: relative;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    /*letter-spacing: 2px;*/
    /*text-transform: uppercase;*/
    top: 5%; left: 0;
    width: 100%;
    /*padding: 15px 20px;*/
    transition: 0.3s;
  }

/*--- btn-1 ---*/
.btn-2::before {
  background-color: #A28A66;
  transition: 0.3s ease-out;
}
.btn-2 span {
  color: #000;
  /*border: 1px solid rgb(28, 31, 30);*/
  transition: 0.2s 0.1s;
}
.btn-2 span:hover {
  color: #000;
  transition: 0.2s 0.1s;
}

/* 1.hover-filled-slide-down */
.btn.hover-filled-slide-down::before {
  bottom: 0; left: 0; right: 0; 
  height: 100%; width: 100%;
}
.btn.hover-filled-slide-down:hover::before {
  height: 0%;
}
/*--------End button animation-------*/

/*--------------Header-------------*/
#navbar {
  overflow: hidden;
  /*background-color: #f1f1f1;*/
  /*padding: 90px 10px;*/
  transition: 0.5s ease;
  height: 80px;
  position: fixed;
  width: 100%;
  /*top: 0;*/
  z-index: 99;
}
#logo {
    padding-left: 20px;
  }
#navbar_id {
  /*padding-top: 20px !important;*/
}
#navbar #logo {
  font-size: 35px;
  font-weight: bold;
  transition: 0.4s;
  color: #000;
  transition: .4s ease;
  /*padding-left: 50px;*/
}
#logo_id{
	transition: .4s ease-in-out;
}
.navbar-expand-lg{
	background-color: rgba(32, 33, 36, 0.75);
	transition: .4s ease;
  padding-left: 80px;
  padding-right: 80px;
	/*padding-top: 0px !important; 
	padding-bottom: 0px !important; 
	padding-right: 0px !important;*/
}
.navbar-nav .dropdown-menu {
	background-color: rgba(32, 33, 36, 0.75);
}
.dropdown-menu {
  margin: 0;
}
.dropdown-item{
	color: #fff;
	background-color: rgba(38, 38, 38, 0.0);
  font-size: 20px;
}
.dropdown-item:hover {
	color: #fff;
	background-color: rgba(38, 38, 38, 0.75);
	font-weight: 450;
}
.nav-item{
	width: 135px;
}
.nav-link{
	color: #fff;
	text-align: center;
}
.nav-link:hover {

}

.navbar-nav li.nav-item.active {
	/*background-color: rgba(77, 38, 0, 0.75);*/
}

.navbar-nav li.nav-item.active > a {
	/*background-color: rgba(77, 38, 0, 0.75);*/
	border-bottom: 2px solid #fff;
	color: #fff !important;
	font-weight: 600;
}
.navbar-nav li.nav-item.active > a:hover {
	/*color: #FEC931 !important;*/
}

.navbar-nav li.nav-item > a {
	font-weight: 300;
}

.menu1 {
	/*background-color: rgba(77, 38, 0, 0.7);*/
	padding-top: 10px;
	padding-bottom: 2px; 
}
.menu1:hover {
	/*background-color: #fff;*/
	/*padding-top: 10px; */
}
.navbar-nav li.nav-item.menu1 > a{
	color: #fff;
}
.navbar-nav li.nav-item.menu1 > a:hover{
	color: #fff;
  	font-weight: 450;
}

.dropdown:hover > .dropdown-menu {
	 display: block;
}
 .dropdown > .dropdown-toggle:active {
	/*Without this, clicking will make it sticky*/
	 pointer-events: none;
}

/*---------------END HEADER-------------------*/

/*---------------Main Slider-----------------*/
/*.main-slider {
    width: 100%;
    height: 100vh;
    height: auto;
    max-height:900px;
    overflow: hidden;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    transform: matrix(1, 0, 0, 1, 0, 0);
}*/

.slider
{
  background:#fff;
  height:100vh;
  overflow:hidden;
  position:relative;
}

.slider .slider-buttons
{
  padding:10px;
  position:absolute;
  width:100%;
  z-index:10;
  bottom: 45%;
  left: 97%;
}

.slider .slider-buttons button
{
  background:rgba(255,255,255, 0);
  border-radius:50%;
  cursor:pointer;
  /*display:inline-block;*/
  display: inherit;
  height:10px;
  margin:5px;
  padding:4px;
  transition:background .3s;
  width:10px;
  border: solid 2px #fff;
}

.slider .slider-buttons button:hover,
.slider .slider-buttons button.active
{
  background: #fff;
}

.slider .slider-pics
{
  background-position:center;
  background-size:cover;
  box-shadow:inset 0 3rem 6rem rgba(0,0,0,.5);
  display:inline-block;
  min-height:100%;
  position:absolute;
  width:100%;
}

.slider .slider-pics h3
{
  /*background:rgba(0,0,0,.7);*/
  box-sizing:border-box;
  margin:0;
  padding:10px;
  position:absolute;
  right:0;
  top:0;
  width:auto;
}

.slider-pics[data-index="1"]
{
  background-color: #fff;
}

.slider-pics[data-index="2"]
{
  background-color: #fff;
}

.slider-pics[data-index="3"]
{
  background-color: #fff;
}

.slider-pics[data-index="4"]
{
  background-color: #fff;
}

/*-----------End Main Slider------------*/
/*----------Home Project----------*/
.nav-profile-tab{
	color: #000;
}
.nav-tabs .nav-link{
	color: #000;
	width: 33.33%;
	height: 150px;
	border-bottom: 1px solid #fff;
	border-left: none;
	border-right: none;
	padding-top: 40px;
}
.nav-tabs .nav-link:hover{
	border-bottom: 2px solid #fff;
	font-weight: 600;

}
.nav-tabs .nav-link.active {
	background-color: #fff;
	border-bottom: none;
	border-top: none;
	/*padding-top: 30px;*/
}
.section-title {
	height: 150px;
  color: #fff;
  background-image: url('/image/home-project_back.jpg');
	display: flex;
  align-items: center;
  justify-content: center;
}
div.section-title p{
	margin: 0
}
.nav-tabs .nav-link.active span{
	display:block;
	text-decoration-line: underline;
	text-decoration-color: #A28A66;
	text-underline-offset: 1.5em;
	text-decoration-thickness: 2px; 
    /*border-bottom:2px solid black;*/
    /*width: 30%;*/
    /*padding-bottom: 30px;*/
}
/*----------End Home Project----------*/

/*------------Project image overlay--------------*/
.project-image {
  position: relative;
  /*padding-left: 10px;*/
  /*max-width: 610px; */
  /*margin-right: 5px;*/
}
.project-image:hover .overlay {
  background-image: url('/image/home-projectview_side_large.jpg');
  /*padding-left: 10px;*/
  /*width: 292px;*/
  width: 42%;
}
.project-image:hover .project-overlay-text {
  display: block;
}
.image {
  display: block;
  width: 100%;
  height: auto;
}

.home-corporation-logo{
	width: 40% !important;
	/*height: 80px !important;*/
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  /*right: 0;*/
  background-image: url('/image/home-projectview_side_large.jpg');
  overflow: hidden;
  width: 2%;
  height: 100%;
  transition: .5s ease;
  white-space: nowrap;
}
.overlay-1 {
  position: absolute;
  bottom: 0;
  left: 0;
  /*right: 0;*/
  background-image: url('/image/home-projectview_side_large.jpg');
  overflow: hidden;
  width: 1%;
  height: 100%;
  transition: .5s ease;
  white-space: nowrap;
}

.project-overlay-text{
	/*padding-left: 30px;*/
  padding-left: 10%;
  display: none;
}
.home-project-image:hover .project-overlay-text {
  display: block;
}
.home-project-image {
  position: relative;
}
.home-project-image:hover .overlay {
  background-image: url('/image/home-projectview_side_large.jpg');
  /*padding-left: 10%;*/
  /*width: 260px;*/
  width: 42%;
}
.home-project-image:hover .overlay-1 {
  background-image: url('/image/home-projectview_side_large.jpg');
  /*padding-left: 10%;*/
  /*width: 260px;*/
  width: 20%;
}
.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
.home-overlay-project-headline{
	padding-top: 5%;
	/*padding-bottom: 5px;*/
	/*font-size: 20px;*/
  font-size: 1.3vw;
	color: #A28A66;
	font-weight: 700;
}
.home-overlay-details-headline {
	padding-top: 2%;
	/*padding-bottom: 2%;*/
	color: #6C8086;
  /*font-size: 16px;*/
  font-size: 0.9vw;
  font-weight: 400;
}
.home-overlay-details{
	   /*font-size: 18px;*/
     font-size: 1.1vw;
    color: #6C8086;
    font-weight: 600;
}

.carousel-control-prev, .carousel-control-next {
	width: 3%;

}
/*.owl-carousel-1 { 
    max-width: 100% !important;
  }*/
.owl-carousel-1 .owl-item img{ 
    max-width: 50% !important;
  }
/*------------End Project image overlay--------------*/
/*---------------Home About----------------*/
.home-about{
	background-image: url('/image/home-about_back.jpg');
  display: block;
}
.home-about-container {
  padding-right: 5%;
  padding-left: 5%;
}

.home-about-company-image{
	right: 0;
  height: auto;
  width: 100%;
	overflow: hidden;
}

.home-about-company img{
	transition-duration: 2s;
	margin: 0 auto;
	display: block;
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
}
.home-about-company img:hover {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    z-index: 0;
}
.text-block3 {
  position: absolute;
  width: 70%;
  height: 75%;
  bottom: 15%;
  text-align: right;
  right: 0;
  background-image: url('/image/home-about_front.jpg');
  color: #000;
  /*padding-right: 2%;*/
  margin-right: 1.6%;
}
.home-about-headline{
	padding-top: 20%;
}
.home-about-bd-image{
	left: 0;
  height: auto;
  width: 100%;
	overflow: hidden;
}
.hover03 figure img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: .8s ease-in-out;
  transition: .8s ease-in-out;
}
.hover03 figure:hover img {
  -webkit-transform: scale(1);
  transform: scale(1);
}
figure {
  margin: 0;
  padding: 0;
  overflow: hidden;
} 

/*.home-about-bd-image{
  transition-duration: 2s;
  margin: 0 auto;
  display: block;
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
}
.home-about-bd-image:hover{
  transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    z-index: 0;
}*/

.home-about-bd img{
  transition-duration: 2s;
  margin: 0 auto;
  display: block;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
.home-about-bd img:hover {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    z-index: 0;
}
.text-block2 {
  position: absolute;
  /*width: 508px;
  height: 620px;
  bottom: 25%;*/
  width: 70%;
  height: 75%;
  bottom: 15%;
  text-align: left;
  /*left: 0;*/
  background-image: url('/image/home-about_front.jpg');
  color: #000 !important;
  /*padding-left: 20px;*/
}

.home-button{
	position: relative;
	background-color: #fff;
	/*color: #000 !important;*/
	/*width: 280px;
  height: 60px;*/
  width: 50%;
  height: auto;
	border-radius: 0px;
  padding: 3.5%;
	bottom: -15%;
}

/*----------End Home About---------------*/

/*------------Home Map-----------*/

.map-info-box{
  overflow: hidden;
  /*height: 950px;*/
  height: auto;
}
.map-info {
  position: relative;
  width: 100%;
  height: 100%;
}
.map-img{
	width: 100%;
}
.home-map-project-img{
  width: 100%;
}
.map-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0.7;
  transition: .5s ease;
  /*background-color: #000;*/
  background-color: rgba(40, 40, 40,0.65);
}
.map-text {
    /*background-color: rgba(0, 0, 0,0.95);*/
    color: #fff;
    font-size: 20px;
    position: absolute;
    top: 40%;
    left: 20%;
    width: 60%;
    font-weight: 500;
}
.home-map-image {
  position: relative;
  overflow: hidden;
  /*height: 950px;*/
  width: 100%;
  height: auto;
  /*max-width: 400px;*/
}

/*.home-map-image img {
  width: 100%;
  height: auto;
}*/

.home-map-image .map-button {
  position: absolute;
  top: 15%;
  /*left: 50%;*/
  /*right: 20%;*/
  left: 30%;
/*  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);*/
  width: 30px;
  height: 40px;
  /*background-color: #fff;*/
  background: url('/image/pin_pointer.svg') no-repeat;
  color: white;
  /*font-size: 16px;*/
  /*padding: 12px 24px;*/
  border: none;
  cursor: pointer;
  /*border-radius: 5px;*/
  /*text-align: center;*/
}

.home-map-image .map-button2 {
	position: absolute;
	top: 43%;
	left: 49%;
	width: 30px;
	height: 40px;
	background: url('/image/pin_pointer.svg') no-repeat;
	color: white;
	border: none;
	cursor: pointer;
}

.home-map-image .map-button:hover {
  /*background-color: #fff;*/
}

/*----------END Home Map----------*/
/*---------Home-license--------*/
.dark-background {
	background-image: url('/image/home-license_side_concrete.jpg');
	color: #fff;
	text-align: center;
	/*height: 525px;*/
}
.section-headline {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.certificate-section {
	background-color: #D8D8D8;
	overflow: hidden;
	/*height: 525px;*/
}
.home-license-row{
	/*height: 400px;*/
	overflow: hidden;
	/*padding-top: 30px; */
  padding-top: 3%;
	margin-left: 5%; 
	padding-bottom: 3%; 
	margin-right: 5%;
}
#myImg-home {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
  /*border: solid 15px #242421;*/
  margin: auto;
  display: block;
}

#myImg-home:hover {
  opacity: 0.7;
}
.licensee-home-image{
	max-width: 313px; 
	/*max-height: 380px;*/
}

.owl-carousel.owl-loaded {
    display: block;
}
.carousel-wrap {
  /*margin: 30px auto;*/
  /*height: 100%;*/
  padding: 0 3%;
  width: 100%;
  /*overflow: hidden;*/
  position: relative;
}

.owl-carousel .owl-item img {
  padding-right: 4px;
}
/* fix blank or flashing items on carousel */
.owl-carousel .item {
  position: relative;
  z-index: 100; 
  -webkit-backface-visibility: hidden; 
}

/* end fix */
.owl-nav > div {
  margin-top: -26px;
  position: absolute;
  top: 50%;
  color: #cdcbcd;
}

.owl-nav i {
  font-size: 35px;
}

.owl-nav .owl-prev {
  left: -30px;
}

.owl-nav .owl-next {
  right: -30px;
}
.owl-prev:hover{
  color: #696C68;
}
.owl-next:hover{
  color: #696C68;
}
.owl-license-home .owl-item img {
    height: auto;
}
/*---------End Home License Section------*/
/*---------Counter-----------*/
.counter{
	background-image: url('/image/home-counter_corner.jpg');
	height: 300px;
}
.counter-overlay {
  position: absolute;
  overflow: hidden;
  background-color: rgba(0,0,0,0.3);
  width: 100%;
  height: 300px;
}
.count-text{
	color: #fff;
	font-size: 26px;
}
.display-4 {
  font-size: 5rem !important;
}
.counter-headline{
	color: #fff;
	padding-top: 40px;
}
.counter-display{
	color: #fff;
}
/*-----------End Counter--------*/

/*------------About Us----------*/

.about-us{
	background-image: url("/image/about-us-bg.png");
	height: auto;
  background-repeat: no-repeat;
  background-color: #000;
  padding-bottom: 2%;
}

.about-us-info{
	padding-top: 35%;
}

.text-color-white{
	color: #fff;
}

.chairman-row {
	position: relative;
}
.chairman-image {
	background-image: url('/image/about_us-chairman.jpg'); 
	height: 100%; 
	max-width: 100%; 
	position: relative; 
	z-index: 1;
}

.chairman-image img {
	/*height: 550px; */
	/*width: 438px;*/
	position: absolute; 
	z-index: 2; 
	margin-left: 50%; 
	top: 10%; 
	border: 5px solid #A28A66;
}
.chairman-text {
	/*position: absolute; 
	right: 0; 
	top: 10%;*/
  position: static;
  margin-left: 25%;
  padding-top: 2%;
  overflow: auto;
  max-height: 800px;
}
.board-of-directors-row {
	position: relative;
}
.board-of-director-left {
	background-image: url('/image/about_us-bod.jpg'); 
	height: 1000px; 
	max-width: 40%; 
	position: relative; 
	left: 0; 
	z-index: 1;
}
.board-of-director-left img {
	height: 620px;
	width: 508px; 
	position: absolute; 
	z-index: 2; 
	right: -80px; 
	top: 15%;
	transition: transform .4s;
}
.board-of-director-left img:hover {
	-ms-transform: scale(1.02); /* IE 9 */
  	-webkit-transform: scale(1.02); /* Safari 3-8 */
  	transform: scale(1.02);
}
.overlay2 {
  position: absolute; 
  bottom: 25%; 
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5); /* Black see-through */
  right: 0;
  border: none;
  color: #f1f1f1; 
  width: 50%;
  transition: .5s ease;
  opacity:0;
  color: white;
  font-size: 20px;
  padding: 20px;
  text-align: center;
  z-index: 5;
}
.board-of-director-left:hover .overlay2 {
  opacity: 1;
}
.board-of-director-left h2 {
	position: absolute; 
	color: #A28A66;
	font-weight: 600;
	bottom: 12%; 
	right: 3%;
}
.board-of-director-left h5 {
	position: absolute; 
	bottom: 8%; 
	right: 3%;
}

.board-of-director-right {
	background-image: url('/image/about_us-bod.jpg'); 
	height: 1000px; 
	max-width: 40%; 
	position: absolute; 
	right: 0; 
	z-index: 1;
}
.board-of-director-right img {
	height: 620px;
	width: 508; 
	position: absolute; 
	z-index: 2; 
	left: -80px; 
	top: 15%;
	/*top: 24%;*/
	transition: transform .4s;
}
.board-of-director-right img:hover {
	-ms-transform: scale(1.02); /* IE 9 */
  	-webkit-transform: scale(1.02); /* Safari 3-8 */
  	transform: scale(1.02);
}
.overlay3 {
  position: absolute; 
  bottom: 25%; 
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5); /* Black see-through */
  color: #f1f1f1; 
  border: none;
  width: 50%;
  transition: .5s ease;
  opacity:0;
  color: white;
  font-size: 20px;
  padding: 20px;
  text-align: center;
  z-index: 5;
}
/*.modal-ku {
  width: 1700px;
  margin: auto;
}*/
.board-of-director-right:hover .overlay3 {
  opacity: 1;
}
.board-of-director-right h2 {
	position: absolute;
	color: #A28A66; 
	font-weight: 600;
	bottom: 12%; 
	left: 3%;
}
.board-of-director-right h5 {
	position: absolute; 
	bottom: 8%; 
	left: 3%;
}
.about-concerns-logo-container {
	background-image: url('/image/about_us-concern-back.jpg');
  height: auto;
  overflow: hidden;
}
.about-concerns-logo-container .container {
	/*overflow: hidden;*/
}
.about-concerns-logo-box {
	margin-bottom: 5%; 
	margin-top: 2%; 
	background-color: #fff; 
	/*height:450px;*/
  padding-bottom: 4%;
}
.about-concerns-logo-row {
	/*padding-top: 5%; */
	padding-left: 5%;
	padding-right: 5%;
}

.bodMoadalWidth {
	max-width: 1728px;
}
.bodMoadalContent {
	background-image: url('/image/about_us-overlay.jpg') !important;
}

.modal-header {
	border: none;
}
#concern-logo-mob {
  width: 100%;
}
/*------------End About Us---------*/

/*----------About Company-----------*/
.about-bd{
  background-image: url("/image/about_bd_top.jpg");
  height: auto;
  background-repeat: no-repeat;
  background-color: #000;
  padding-bottom: 2%;
}

.about-bd-info{
  padding-top: 35%;
}

#about-bd-fact{
  padding-left: 150px;
}
.table-dark {
  background-color: rgba(38, 38, 38, 0.5);
}
.top-projects-of-bd{
	/*position: absolute;*/
	/*background-image: url('/image/padma shetu.png');
	background-color: rgb(38, 38, 38, 0.5);*/
	background:linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/image/Padma1.jpg');
  background-size:cover;
}
a.fill-div {
    display: block;
    height: 100%;
    width: 100%;
    text-decoration: none;
}
.top-projects-of-bd-grid{
	border: 2px solid #A28A66; 
	margin-right: 5%; 
	margin-bottom: 5%; 
	/*width: 500px; */
	/*height: 300px;*/
	max-width: 28%;
	text-decoration: none;
}
.top-projects-of-bd-grid:hover {
  background-color: rgba(0,0,0,0.3);
}
.top-projects-of-bd-grid p {
	padding-top: 20px;
}
.top-projects-of-bd-row {
	padding-top: 5%; 
	padding-left: 5%
}

#project-modal-content {
	background-image: url('/image/top-projects-bg.png');
	max-width: 1728px;
	height: 580px;
}

/*project hover backgroung image change*/

/*.project-hover1 {
    background:linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/image/rooppur.png');
  	background-size:cover;
}
.project-hover2 {
    background:linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/image/padmashetu.png');
  	background-size:cover;
}
.project-hover3 {
    background:linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/image/metrorailbd.png');
  	background-size:cover;
}
.project-hover4 {
    background:linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/image/rooppur.png');
  	background-size:cover;
}
.project-hover5 {
    background:linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/image/padmashetu.png');
  	background-size:cover;
}
.project-hover6 {
    background:linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/image/metrorail bd.png');
  	background-size:cover;
}
.project-hover7 {
    background:linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/image/rooppur.png');
  	background-size:cover;
}
.project-hover8 {
    background:linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/image/padmashetu.png');
  	background-size:cover;
}
.project-hover9 {
    background:linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/image/metrorailbd.png');
  	background-size:cover;
}*/

/* End project hover backgroung image change*/

/*-----------End About Company--------*/

/*--------Affiliation--------*/
#partners-logo {
  width: 100%;
}

/*--------End Affiliation---------*/

/*-------License and Certificate-------*/
#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
  border: solid 25px #242421;
  margin: auto;
  display: block;
  width: 100%;
}

#myImg:hover {
  opacity: 0.7;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.img-hover-title:hover .middle {
  opacity: 1;
}
.text {
  background-color: rgba(46, 41, 38,0.75);
  color: white;
  font-size: 16px;
  padding: 10px 40px;
}

/* The Modal (background) */
.modalforlicense {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modalContentforlicense {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

.modalLicenseContent {
	background-color:rgba(0,0,0,0.0);
	border: none;
}


/* Modal The Close Button */
.modal-license {
  width: 1000px;
}
#image_id {
  width: 100%;
}
.close {
  position: absolute;
  /*top: 15px;*/
  right: 0;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/*-------End License and Certificate-------*/

/*----------Project index---------*/

.overlay-project-headline{
	padding-top: 9%;
	/*padding-bottom: 5px;*/
	font-size: 1.5vw;
	color: #A28A66;
	font-weight: 700;
}
.overlay-details-headline {
	padding-top: 4%;
	/*padding-bottom: 4%;*/
	color: #6C8086;
	font-size: 1vw;
	font-weight: 600;
}
.overlay-details{
	font-size: 1.2vw;
	color: #6C8086;
}
.corporation-logo {
    width: 40% !important;
    /*height: 120px !important;*/
}
#location-marginleft {
  margin-left: 5%;
}
/*----------End Project index----------*/
/*-----------Project Show--------*/
#image-shadow {
	transition: .4s ease;
}
#image-shadow:hover {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-ms-transform: scale(1.02); /* IE 9 */
  	-webkit-transform: scale(1.02); /* Safari 3-8 */
  	transform: scale(1.02);
}
#project-show-info-box {
	height: 200px; 
	background-image: url('/image/project-details-tiles-mobile.jpg'); 
	border: 1px solid #A28A66;
	box-shadow: 0 4px 2px -2px gray;
}
#width800px {
	width: 800px;
}
#project-show-details-mob {
  text-align: justify;
}
/*-----------End Project Show--------*/
/*----------Invest--------*/
.invest-tab-font-size {
  font-size: 20px;
}
#invest-icon-font-size {
  font-size: 24px;
}
/*----------End Invest--------*/
/*-------------CSR--------------*/
.csr-row {
	background-image: url('/image/csr-back.jpg');
	width: 100%;
	/*height: 555px;*/
  background-repeat: no-repeat;
}
.csr-content-row {
	display: block;
	margin: auto;
  padding-right: 2%;
  overflow: auto;
  max-height: 500px;
}
.csr-row img {
	width: 884px; 
	height: 448px; 
}
.project-show-info-box-right {
    margin-left: 2px;
  }
/*------------END CSR-----------*/

/*------------Career-------------*/
.career-body {
	background-color: #F1F3F6;
	padding-bottom: 60px;
}
#career-button:hover {
	color: #000;
}
/*------------End Career-------------*/

/*--------News/Events--------*/
#news-show-image {
  width:60%;
  height:auto;
  margin-right:15px; 
	float: left;
}
/*--------End News/Events--------*/
/*-----------Gallery------------*/
.image-gallery-row {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  padding: 0 4px;
}

.page-item.active .page-link {
  background-color: #9C9C9C;
  border-color: #9C9C9C;
}
.page-link {
  color: #9C9C9C;
}
.page-link:hover {
  color: #9C9C9C;
}
/* gallery image hover animation */
#gallery-image {
	transition: .4s ease;
}
#gallery-image:hover {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-ms-transform: scale(1.02); /* IE 9 */
	-webkit-transform: scale(1.02); /* Safari 3-8 */
	transform: scale(1.02);
}
/*-----------End Gallery------------*/
/*------------------Footer----------------------*/
.page-footer , .footer-copyright {
	background: url("/image/footer_concrete.jpg");
	background-repeat: repeat;
}

.social-icons {
	padding: 0;
	list-style: none;
     /*margin: 1em;*/
     /*margin-right: 10px;*/
}
 .social-icons li {
    display: inline-block;
    margin: 0.15em;
    position: relative;
     ont-size: 1.2em;
}
 .social-icons i {
	color: #fff;
	position: absolute;
	top: 21px;
	left: 23px;
	transition: all 265ms ease-out;
}
 .social-icons a {
 	display: inline-block;
}
 .social-icons a:before {
	transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	content: " ";
	width: 60px;
	height: 60px;
	border-radius: 100%;
	display: block;
	/*background: linear-gradient(45deg, #034EA1, #002b7f);*/
	background-color: #A28A66;
	transition: all 265ms ease-out;
}
 .social-icons a:hover:before {
	transform: scale(0);
	transition: all 265ms ease-in;
}
 .social-icons a:hover i {
	transform: scale(2.2);
	-ms-transform: scale(2.2);
	-webkit-transform: scale(2.2);
	color: #6699ff;
	/*background: -webkit-linear-gradient(45deg, #034EA1, #002b7f);*/
	background-color: #A28A66;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	transition: all 265ms ease-in;
}

.footer-container{
	margin-top: 10px; 
	margin-bottom:10px; 
	padding-left: 80px; 
	padding-right: 80px; 
	padding-top: 60px; 
	padding-bottom: 30px;
}
.footer_text{
	color: #515154;
	font-size: 20px;
}
.letter-spacing{
	letter-spacing: 2px;
}
.footer-copyright{
	padding-left: 80px; 
	padding-bottom: 20px;
}
.footer-menu:hover {
  color: #000;
  cursor: pointer;
}
/*-----------------End Footer----------------------*/
/*----------Mobile Responsive-------------*/
@media (max-width: 500px){
  .slider{
    height: 60vh;
  }
  .slider .slider-buttons
  {
    /*left: 30%;*/
    left: 88% !important;
    bottom: 35% !important;
  }
  .dropdown-item{
    padding-left: 35% !important;
  }
  .nav-tabs {
    padding-right: 10% !important;
  }
  .owl-carousel-1 .owl-item img {
    max-width: 100% !important;
  }
  .owl-license-home .item {
    padding-top: 5% !important;
  }
  .about-us{
    background-image: url("/image/about-us-bg-m.jpg") !important;
  }
  .about-bd{
    background-image: url("/image/about_bd_m.jpg") !important;
  }
  .about-us-info {
    padding-top: 150px !important;
  }
  .about-bd-info {
    padding-top: 150px !important;
  }
  .mob-home-about-company{
    background-image: url('/image/home_aboutus_back.jpg');
    background-repeat: no-repeat;
    display: block;
    width: 100%;
    height: 410px !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 4%;
  }
  .mob-home-about-bd{
    background-image: url('/image/home_aboutbd_back.jpg');
    background-repeat: no-repeat;
    display: block;
    width: 100%;
    height: 410px !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 4%;
  }
  .bod-image-mob img {
    height: 350px !important; 
    width: auto;
    /*margin-bottom: 10px;*/
/*    position: relative;
    z-index: 2;*/
  }
  #bod-name-text {
    margin-top: 18% !important;
  }
  }
@media (max-width: 560px){
	.image {
  		padding-bottom: 5px;
	}
  .owl-carousel-1 .owl-item img {
    max-width: 100% !important;
  }
}
@media (max-width: 720px){
  /*.container {
    width: 100%;
    padding-right: 5px; 
    padding-left: 5px;
    margin-right: auto;
    margin-left: auto;
  }*/
	.image {
  		padding-bottom: 5px;
	}
  .nav-tabs .nav-link {
    width: 33.33%;
    align-content: center;
    text-align: center;
    align-content: center;
    margin: auto;
  }
  .nav-link {
    font-size: 24px;
  }
  .owl-carousel-1 .owl-item img {
    max-width: 100% !important;
  }
  .home-map {
    display: none;
  }
  .for-mobile{
    display: block;
  }
  .for-desktop {
    display: none;
  }
  
}
@media (max-width: 800px){
  .image-zoom {
    margin-top: 70%;
  }
  .nav-tabs .nav-link {
    width: 33.33%;
    align-content: center;
    text-align: center;
    align-content: center;
    margin: auto;
  }
  .overlay-mobile {
    position: static;
    /*bottom: 0;*/
    /*background-color: #000;*/
    /*opacity: 70%;*/
    background-image: url('/image/project-details-tiles-mobile.jpg');
    overflow: hidden;
    width: 100%;
    height: auto;
  }
  .home-overlay-project-headline {
    /*padding-top: 5px;*/
    font-size: 16px;
    /*color: #fff;*/
  }
  .home-overlay-details-headline {
    /*color: #fff;*/
    font-size: 14px;
  }
  .home-overlay-details {
    font-size: 12px;
    /*color: #fff;*/
  }
  .for-mobile{
    display: block;
  }
  .for-desktop {
    display: none;
  }
  .dark-background {
    height: 150px;
  }
  .main-slider{
    /*height: 474px;*/
    margin-bottom: 60px;
  }
  .home-about-mobile{
    /*background-image: url('/image/footerBG.png');
    display: block;
    padding-bottom: 20%;*/
  }
  .mob-home-about-company{
    background-image: url('/image/home_aboutus_back.jpg');
    /*background-repeat: no-repeat;*/
    display: block;
    padding-bottom: 4%;
  }
  .certificate-section {
    background-color: #D8D8D8;
    overflow: hidden;
    height: auto;
  }
  .page-footer {
    margin-top: 60px;
  }
  .home-corporation-logo {
    width: 50px !important;
    height: 50px !important;
  }
  .owl-carousel .owl-item img {
    padding-right: 0px;
  }
  .owl-carousel-1 .owl-item img {
    max-width: 100% !important;
  }
  .about-us-info {
    padding-top: 250px;
  }
  .about-bd-info {
    padding-top: 250px;
  }
  .about-us{
    background-image: url("/image/about-us-bg-m2.jpg");
  }
  .about-bd {
    background-image: url("/image/about_bd_top_m2.jpg");
  }
    /*background-image: url("/image/about-us-bg.png");
    background-repeat: no-repeat;
    background-color: #000;
    height: auto;
  }
  #mob-font {
    font-size: 16px;
  }
  .chairman-image-mob img {
    height: 400px; 
    width: auto;
    border: 5px solid #A28A66;
    margin-bottom: 10px;
  }
  #center-text {
    text-align: center;
  }
  .bod-image-mob img {
    height: 400px; 
    width: auto;
    /*margin-bottom: 10px;*/
    /*position: relative;
    z-index: 2;
  }*/
  .bod-name-bg {
    background-image: url("/image/bod-bg-m.jpg");
    height: 150px;
    width: 90%;
    margin: auto;
    text-align: center;
    position: absolute;
    right: 5%;
    top: 85%;
    z-index: 1;
  }
  #bod-name-text {
    margin-top: 11%;
  }
  .about-concerns-logo-container { 
    height: auto;
  }
  .about-concerns-logo-box {
    width: 90%;
    height: auto;
    margin: auto;
    margin-top: 8%;
    margin-bottom: 8%;
    /*display: block;*/
  }
  .headline-center {
    text-align: center;
  }
  #concern-logo-mob {
    width: 80%;
    padding: 5%;
  }
  #news-show-image {
    width:100%;
    height:auto;
  }
}
@media (max-width: 1024px){
  .for-mobile{
    display: block;
  }
  .for-desktop {
    display: none;
  }
  .pt3p-m {
    padding-top: 3%;
  }
  .navbar-light .navbar-toggler{
    background-color: #fff;
    border-color: #fff;
  }
  .main {
    width: 100%;
  }
  .nav-tabs .nav-link {
    width: 33.33% !important;
    align-content: center;
    text-align: center;
    align-content: center;
    margin: auto;
  }
  .nav-tabs {
    padding-right: 5%;
  }
  .navbar-expand-lg{
    padding-left: 5px;
    padding-right: 5px;
  }
  .slider .slider-buttons
  {
    /*left: 30%;*/
    left: 93%;
    bottom: 35%;
  }
  .home-map {
    display: none;
  }
  .about-us{
    background-image: url("/image/about-us-bg-m2.jpg");
    background-repeat: no-repeat;
    background-color: #000;
    height: auto;
  }
  .about-bd {
    background-image: url("/image/about_bd_top_m2.jpg");
    background-repeat: no-repeat;
    background-color: #000;
    height: auto;
  }
  .mob-home-about-company{
    background-image: url('/image/home_aboutus_back.jpg');
    background-repeat: no-repeat;
    display: block;
    width: 100%;
    height: 700px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 4%;
  }
  .mob-home-about-bd{
    background-image: url('/image/home_aboutbd_back.jpg');
    background-repeat: no-repeat;
    display: block;
    width: 100%;
    height: 700px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 4%;
  }
  .overlay-mobile {
    position: static;
    background-image: url('/image/project-details-tiles-mobile.jpg');
    overflow: hidden;
    width: 100%;
    height: auto;
  }
  .mob-home-button{
    position: relative;
    background-color: #A28A66;
    /* color: #000 !important; */
    width: 200px;
    height: 45px;
    border-radius: 0px;
    padding: 3%;
    bottom: -15%;
  }
  #mob-font {
    font-size: 16px;
  }
  .chairman-image-mob img {
    height: 400px; 
    width: auto;
    border: 5px solid #A28A66;
    margin-bottom: 10px;
  }
  #center-text {
    text-align: center;
  }
  .bod-image-mob img {
    height: 400px; 
    width: auto;
    /*margin-bottom: 10px;*/
    position: relative;
    z-index: 2;
  }
  .bod-name-bg {
    background-image: url("/image/bod-bg-m.jpg");
    height: 150px;
    width: 90%;
    margin: auto;
    text-align: center;
    position: absolute;
    right: 5%;
    top: 85%;
    z-index: 1;
  }
  #bod-name-text {
    margin-top: 11%;
  }
  .mob-bod-row {
    padding-left: 4%;
    padding-right: 4%;
  }
  .about-concerns-logo-container { 
    height: auto;
  }
  .about-concerns-logo-box {
    width: 90%;
    height: auto;
    margin: auto;
    margin-top: 8%;
    margin-bottom: 8%;
    /*display: block;*/
  }
  #concern-logo-mob {
    width: 80%;
    padding: 5%;
  }
  #about-bd-text-mob {
    margin-top: 20px;
  }
  .about-bd-info {
    padding-right: 30px;
    padding-left: 30px;
  }
  #about-bd-fact{
    padding-left: 15px;
    /*padding-right: 30px;*/
  }
  .top-projects-of-bd-mob {
    position: relative;
    width: 100%;
  }
  .top-projects-of-bd-img-mob {
    width: 100%;
  }
  .overlay-about-bd-mob {
    position: absolute;
    bottom: 0;
    background-color: #000;
    opacity: 70%;
    /*background-image: url('/image/bg2.png');*/
    overflow: hidden;
    width: 100%;
    height: auto;
  }
  #project-show-info-box {
    height: auto;
  }

  #location-marginleft {
    margin-left: 0%;
  }
  #marginright-mob {
    margin-right: 0%;
  }
  #myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
    border: solid 15px #242421;
    margin: auto;
    display: block;
  }
  .invest-tab-font-size {
    font-size: 16px;
  }
  #invest-icon-font-size {
    font-size: 22px;
  }
  .csr-row-mob {
    background-image: url("/image/project-info-bg.png");
  }
  #career-footer-text-mob {
    font-size: 12px !important;
  }
  #project-show-info-box {
    height: auto;
    margin-left: 4%;
  }
  #project-show-details-mob {
    margin-left: 2%;
    padding-right: 6%;
    text-align: justify;
  }
  .margin-bottom-6p-mob {
    margin-bottom: 6%;
  }
  .mob-project--detail-divider {
    border-left: 1px solid #fff; 
    height: 70px; 
    position: relative; 
    top: 20px;
  }
  .footer-container{
    padding-top: 10px;
    padding-left: 10px; 
    padding-right: 10px; 
    padding-bottom: 10px;
  }
  .footer-copyright{
    padding-left: 10px; 
  }
}
/*----------End Mobile Responsive-------------*/




@media (max-width: 1000px){
  
  .timeline{
    width:100%;
  }
  .navbar-collapse {
    background-color: #000;
    opacity: 85%;
    overflow: hidden;
  }
  .nav-item {
    width: 165%;
    /*background-color: #000;*/
    /*opacity: 0%;*/
  }
  .dropdown-item{
    padding-left: 35%;
  }

  .timeline:before{
    /*left:20px;*/
  }

  .timeline ul li:nth-child(odd) .left_content {
    right: -150px;
  }
  .timeline ul li:nth-child(even) .left_content {
    left: -150px;
  }
}

@media (max-width: 767px){
  .timeline{
    width:100%;
  } 
}

/*@media (max-width: 1024px){
  .nav-tabs .nav-link {
    width: 250px;
    align-content: center;
    text-align: center;
    align-content: center;
    margin: auto;
  }
  .owl-carousel-1 .owl-item img{ 
    max-width: 376px !important;
  }
  .owl-carousel-2 .owl-item img{ 
    max-width: 376px !important;
  }
  .overlay-mobile {
    position: static;
    background-image: url('/image/project-details-tiles-mobile.jpg');
    overflow: hidden;
    width: 375px;
    height: auto;
  }
  .for-mobile{
    display: block;
  }
  .for-desktop {
    display: none;
  }
}*/