/**
* Template Name: BizPage - v3.2.0
* Template URL: https://bootstrapmade.com/bizpage-bootstrap-business-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  background: #fff;
  color: #666666;
  font-family: "Open Sans", sans-serif;
}

a {
  color: #7a1e04;
  transition: 0.5s;
}

a:hover, a:active, a:focus {
  color: #7a1e04;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: #7a1e04;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}

/* Prelaoder */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid #7a1e04;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 26px 0;
}

#header.header-transparent {
  background: transparent;
}

#header.header-scrolled {
  background: rgba(0, 0, 0, 0.9);
  padding: 18px 0;
}

#header .logo {
  font-size: 34px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
  padding-left: 10px;
  border-left: 4px solid #7a1e04;
}

#header .logo a {
  color: #fff;
}

#header .logo img {
  max-height: 40px;
}

@media (max-width: 992px) {
  #header .logo {
    font-size: 28px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/



.navbar-nav>li>a {
  text-transform: uppercase;
  font-size: 12px;
  margin-right: 20px;
  color: rgb(80, 80, 80);
}

.navbar-toggler {
  padding: .20rem .50rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid white
}

#main-nav .nav-item .nav-link {
  transition: 0.3s;
 color:#333;
 border-radius: 50%;
}

.nav-item{
  transition: 0.3s;

}

#main-nav .nav-item .nav-link:hover{
  color:#ffffff;
  transition: 0.3s;
  background-color: #7a1e04;
  border-radius: 10px;
}

.wrapper {
  width: 100%;
  position: absolute;
  height: 100%;
  background-color:#7a1e04;
  clip-path: polygon(81% 0, 100% 0, 100% 50%, 100% 100%, 71% 100%);
  transition: 1s all
}

.navbar-brand {
  color: rgb(80, 80, 80);
  font-family: 'Allerta Stencil', sans-serif;
  margin-bottom: 4px;
  font-size: 27px
}

.navbar-red:hover .wrapper {
  clip-path: polygon(81% 0, 100% 0, 100% 50%, 100% 100%, 65% 100%)
}

.navbar-brand:hover {
  color: rgb(80, 80, 80);
}

.navbar-red {
  background-color:rgb(255, 255, 255);
  color: rgb(80, 80, 80);
}

.all-show {
  z-index: 10
}


/*--------------------------- header slider ---------------------------*/




/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
@media (max-width:775px){
#intro{
  height: 60vh;
}
main{margin-top: 75%;}
#intro .carousel-item{
  height: 100%;
margin-bottom: 100%;
}
}

@media (min-width:775px){
#intro{
  height: 75vh;
}
#intro .carousel-item{
  height: 75%;

}
}


#intro-index{
  width: 100%;
  height: 100vh;
  background: #000;
  overflow: hidden;
  position: relative;
}

@media (max-height: 500px) {
  #intro {
    height: 150vh;
  }
}

#intro .carousel, #intro .carousel-inner, #intro .carousel-item, #intro .carousel-item::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#intro .carousel-item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#intro .carousel-item::before {
  content: '';
  background-color: rgba(37, 36, 36, 0.171);
}

#intro .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 70px;
  left: 50px;
  right: 50px;
}

#intro .container {
  text-align: center;
}

#intro h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 700;
}

@media (max-width: 768px) {
  #intro h2 {
    font-size: 28px;
  }
}

#intro p {
  width: 80%;
  margin: 0 auto 30px auto;
  color: #fff;
}

@media (min-width: 1024px) {
  #intro p {
    width: 60%;
  }
}

#intro .carousel-fade {
  overflow: hidden;
}

#intro .carousel-fade .carousel-inner .carousel-item {
  transition-property: opacity;
}

#intro .carousel-fade .carousel-inner .carousel-item,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
  opacity: 0;
}

#intro .carousel-fade .carousel-inner .active,
#intro .carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
#intro .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 1;
  transition: 0.5s;
}

#intro .carousel-fade .carousel-inner .carousel-item-next,
#intro .carousel-fade .carousel-inner .carousel-item-prev,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#intro .carousel-control-prev, #intro .carousel-control-next {
  width: 10%;
}

@media (min-width: 1024px) {
  #intro .carousel-control-prev, #intro .carousel-control-next {
    width: 5%;
  }
}

#intro .carousel-control-next-icon, #intro .carousel-control-prev-icon {
  background: none;
  font-size: 32px;
  line-height: 1;
}

#intro .carousel-indicators li {
  cursor: pointer;
}

#intro .btn-get-started {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 32px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
  background: #18d26e;
}

#intro .btn-get-started:hover {
  background: #fff;
  color: #18d26e;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
section {
  overflow: hidden;
}

/* Sections Header
--------------------------------*/
.section-header h3 {
  font-size: 32px;
  color: #111;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
}

.section-header h3::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: rgba(190, 35, 35, 0.973);
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-header h3::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #18d26e;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-title {
  padding-bottom: 0px;
}

.section-title h2 {
  font-size: 40px;
  font-weight: 500;
  padding: 0;
  line-height: 35px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #4d4a4a;
  font-family: "Poppins", sans-serif;
}

.section-header p {
  text-align: center;
  padding-bottom: 30px;
  color: #333;
}

/* Section with background
--------------------------------*/
.section-bg {
  background: #f7f7f7;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  background-color: #f7f7f7;
  min-height: 40px;
  margin-top: 90px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 80px;
  }
}

.breadcrumbs h2 {
  font-size: 24px;
  margin-bottom: 0;
  font-weight: 400;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}



#about_us{

margin: 0%;
max-width: 100%;
padding-top: 5% ;
margin-bottom: 5%;

}

#slogan .col-12{
background-color: #7a1e04;
border-radius: 10px;
  padding: 2%;
  margin-top: 2%;
  color:#ffffff;
  
  }
 
  #read-more{
    color:#7a1e04;
    border-radius: 10px;
    border-color: #7a1e04;
    padding: 2%;
    transition: 0.3s;
  }

  #read-more:hover  {
    color:#ffffff;
    border-radius: 10px;
    border-color: #7a1e04;
    padding: 2%;
    background: #7a1e04;
  }

  .our-team {
    padding: 30px 0 40px;
    margin-bottom: 30px;
    background-color: #f7f5ec;
    text-align: center;
    overflow: hidden;
    position: relative;
	height: 85vh;
  }
  
  .our-team .picture {
    display: inline-block;
    height: 250px;
    width: 250px;
    margin-bottom: 50px;
    z-index: 1;
    position: relative;
  }
  
  .our-team .picture::before {
    content: "";
    width: 100%;
    height: 0;
    border-radius: 50%;
    background-color: #7a1e04;
    position: absolute;
    bottom: 135%;
    right: 0;
    left: 0;
    opacity: 0.9;
    transform: scale(3);
    transition: all 0.3s linear 0s;
  }
  
  .our-team:hover .picture::before {
    height: 100%;
  }
  
  .our-team .picture::after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #7a1e04;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  
  .our-team .picture img {
    width: 100%;
    height: auto;
    border-radius: 50%;
    transform: scale(1);
    transition: all 0.9s ease 0s;
  }
  
  .our-team:hover .picture img {
    box-shadow: 0 0 0 14px #f7f5ec;
    transform: scale(0.7);
  }
  
  .our-team .title {
    display: block;
    font-size: 15px;
    color: #4e5052;
    text-transform: capitalize;
  }
  
  .our-team .social {
    width: 100%;
    padding: 0;
    margin: 0;
    background-color: #7a1e04;
    position: absolute;
    bottom: -100px;
    left: 0;
    transition: all 0.5s ease 0s;
  }
  
  .our-team:hover .social {
    bottom: 0;
  }
  
  .our-team .social li {
    display: inline-block;
  }
  
  .our-team .social li a {
    display: block;
    padding: 10px;
    font-size: 17px;
    color: white;
    transition: all 0.3s ease 0s;
    text-decoration: none;
  }

  .name{
    font-size: 24px;
  }
  
  .our-team .social li a:hover {
    color: #7a1e04;
    background-color: #f7f5ec;
  }

  #coorporate-governance{
    margin: 0%;
    max-width: 100%;
    padding-top: 5%;
  }

  
  .btn:focus, .btn:active, button:focus, button:active {
    outline: none !important;
    box-shadow: none !important;
  }
  
  #image-gallery .modal-footer{
    display: block;
  }
  
  .thumb{
    margin-top: 15px;
    margin-bottom: 15px;
  }


  #certificates{
    margin: 0%;
    max-width: 100%;
    padding-top: 5%;

  }

  .certificates{
    padding: 4%;
    transition: 0.3s;
  }

  .certificates:hover{
    padding: 2%;
    transition: 0.3s;
  }


  .context-dark, .bg-gray-dark, .bg-primary {
    color: rgba(255, 255, 255, 0.8);
}

.footer-classic a, .footer-classic a:focus, .footer-classic a:active {
    color: #ffffff;
}
.nav-list li {
    padding-top: 5px;
    padding-bottom: 5px;
}

.nav-list li a:hover:before {
    margin-left: 0;
    opacity: 1;
    visibility: visible;
}

ul, ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

.social-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 23px;
    font: 900 13px/1 "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    text-transform: uppercase;
    color: rgba(51, 105, 141, 0.342);
}
.social-container .col {
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.nav-list li a:before {
    content: "\f14f";
    font: 400 21px/1 "Material Design Icons";
    color: #4d6de6;
    display: inline-block;
    vertical-align: baseline;
    margin-left: -28px;
    margin-right: 7px;
    opacity: 0;
    visibility: hidden;
    transition: .22s ease;
}
@media (min-width: 994px){
  .our-team{
    min-height: auto;
  }

} 



/*-----------------------------------------partners slide start-------------------------------------*/
/*--------------------------------------------------------------------------------------------------*/
#clients{

  margin: 0%;
  max-width: 100%;
  padding-top: 5% ;
  padding-bottom: 5%;
}

#services-boxes1 .container .row .col-12 .container .row{
  background-color:#7a1e04;
  border-radius: 10px;
  padding-top: 5%;
  margin-top: 3%;
  -webkit-box-shadow: 3px 3px 5px 6px #ccc;
  -moz-box-shadow:  3px 3px 5px 6px #ccc;  
  box-shadow: 3px 3px 5px 6px #ccc;
}

#services-boxes1 .container .row .col-12 .container .row .col-3 h3{
  text-align: center;
  color: #ffffff; 
  font-size: 16px;
  display: inline-block;
  padding-top: 0%;
}

#services-boxes1 .container .row .col-12 .container .row .col-8 h3{
  font-weight: bold;
  text-align: center;
  color: #ffffff; 
  font-size:18px ;
  display: inline-block;
}

#services-boxes2 .container .row .col-12 .container .row{
  background-color:#7a1e04;
  border-radius: 10px;
  padding-top: 5%;
  margin-top: 3%;
  -webkit-box-shadow: 3px 3px 5px 6px #ccc;
  -moz-box-shadow:  3px 3px 5px 6px #ccc;  
  box-shadow: 3px 3px 5px 6px #ccc;
}

#services-boxes2 .container .row .col-12 .container .row .col-3 h3{
  text-align: center;
  color: #ffffff; 
  font-size: 16px;
  display: inline-block;
  float: right;
  padding-top: 0%;
  padding-right: 0px;
  margin-right: 0px;
}

#services-boxes2 .container .row .col-12 .container .row .col-8 h3{
  font-weight: bold;
  text-align: center;
  color: #ffffff; 
  font-size:18px ;
  display: inline-block;
}


@media (max-width:768px){

  #services-boxes3 .container .row .col-lg-12{
    background-color: #7a1e04;
    margin: 2%;
    height: 15vh;
    border-radius: 10px;
    padding-top: 2.5%;
  }

  #services-boxes3 .container .row .col-lg-12 .row .col-2 h3{
    color: #fff;
    font-weight: 700;
    font-size: 22px;
  }

  #services-boxes3 .container .row .col-lg-12 .row .col-10 p{
    color: #fff;
    font-weight: 400;
    font-size: 18px;
  }

  #services-boxes4 .container .row .col-lg-12{
    background-color: #7a1e04;
    margin: 2%;
    height: 15vh;
    border-radius: 10px;
    padding-top: 2.5%;
  }

  #services-boxes4 .container .row .col-lg-12 .row .col-2 h3{
    color: #fff;
    font-weight: 700;
    font-size: 22px;
  }

  #services-boxes4 .container .row .col-lg-12 .row .col-10 p{
    color: #fff;
    font-weight: 400;
    font-size: 18px;
  }

  #services-boxes4 .container .row .col-lg-12{
    background-color: #7a1e04;
    margin: 2%;
    height: 15vh;
  }

}
@media (min-width:768px){
  #services-boxes3 .container .row .col-lg-12{
    background-color: #7a1e04;
    margin: 2%;
    height: 15vh;
    border-radius: 10px;
    padding-top: 2.5%;
  }

  #services-boxes4 .container .row .col-lg-12{
    background-color: #7a1e04;
    margin: 2%;
    height: 15vh;
    border-radius: 10px;
    padding-top: 2.5%;
  }

  #services-boxes4 .container .row .col-lg-12{
    background-color: #7a1e04;
    margin: 2%;
    height: 15vh;
  }

  #services-boxes3 .container .row .col-lg-12 .row .col-2 h3{
    color: #fff;
    font-weight: 700;
  }

  #services-boxes3 .container .row .col-lg-12 .row .col-10 p{
    color: #fff;
    font-weight: 400;
    font-size: 18px;
  }

  #services-boxes4 .container .row .col-lg-12 .row .col-2 h3{
    color: #fff;
    font-weight: 700;
    
  }

  #services-boxes4 .container .row .col-lg-12 .row .col-10 p{
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    font-size: 18px;
  }

}



#services-boxes5 .container .row .col-12 .container .row{
  background-color:#7a1e04;
  border-radius: 10px;
  padding-top: 5%;
  margin-top: 3%;
  -webkit-box-shadow: 3px 3px 5px 6px #ccc;
  -moz-box-shadow:  3px 3px 5px 6px #ccc;  
  box-shadow: 3px 3px 5px 6px #ccc;
}

#services-boxes5 .container .row .col-12 .container .row .col-3 h3{
  text-align: center;
  color: #ffffff; 
  font-size: 16px;
  display: inline-block;
  float: right;
  padding-top: 0%;
  padding-right: 0px;
  margin-right: 0px;
}

#services-boxes5 .container .row .col-12 .container .row .col-8 h3{
  font-weight: bold;
  text-align: center;
  color: #ffffff; 
  font-size:18px ;
  display: inline-block;
}

#services-boxes6 .container .row .col-12 .container .row{
  background-color:#7a1e04;
  border-radius: 10px;
  padding-top: 5%;
  margin-top: 3%;
  -webkit-box-shadow: 3px 3px 5px 6px #ccc;
  -moz-box-shadow:  3px 3px 5px 6px #ccc;  
  box-shadow: 3px 3px 5px 6px #ccc;
}

#services-boxes6 .container .row .col-12 .container .row .col-3 h3{
  text-align: center;
  color: #ffffff; 
  font-size: 16px;
  display: inline-block;
  float: right;
  padding-top: 0%;
  padding-right: 0px;
  margin-right: 0px;
}

#services-boxes6 .container .row .col-12 .container .row .col-8 h3{
  font-weight: bold;
  text-align: center;
  color: #ffffff; 
  font-size:18px ;
  display: inline-block;
}

.chart{
  position: absolute;
  top: 0px;
  left: 0px;
}

.fabrication .col-md-3 .container{
  background-color:#7a1e04;
  padding:5% 2% 2% 2%;
  border-radius: 10px;
  -webkit-box-shadow: 3px 3px 5px 6px #ccc;
  -moz-box-shadow:  3px 3px 5px 6px #ccc;  
  box-shadow: 3px 3px 5px 6px #ccc; 
  min-height:auto;
}


/*---------------------------------------------------------------buttons------------------------------*/

/* start button hover */
.wrapper .btn-read{
  margin:35px 0 0px 18px;
 }
 
 .btn-read {
    position: relative;
   display: inline-block;
 font-size: 14px;
   padding: 15px 30px;
   overflow: hidden;
   z-index: 1;
     color: #fff;
     background-color: #0d0d0d;
     border: none;
     font-weight: 600;
 }
 .btn--animated:before {
   content: "";
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background-color: rgba(15, 180, 224);
   transform: scaleX(0);
   transform-origin: 0 50%;
   transition-property: transform;
   transition-duration: 2s;
   transition-timing-function: ease-out;
   z-index: -1;
 }
 .btn--animated:hover {
   color: #fff;
 }
 .btn--animated:hover:before {
   transform: scaleX(1);
   transition-timing-function: cubic-bezier(0.45, 1.64, 0.47, 0.66);
 }


/*-------------------------------- Testimonial -----------------------------------------*/

#completed-project{
  background-color: #ffffff;
  border-radius: 10px;
  -webkit-box-shadow: 3px 3px 5px 6px #ccc;
  -moz-box-shadow:  3px 3px 5px 6px #ccc;  
  box-shadow: 3px 3px 5px 6px #ccc;
  padding: 10%;
  min-height: 50vh;
}

.carousel .img-box {
  width: 145px;
  height: 145px;
  margin: 0 auto;
  border-radius: 50%
}

.carousel .img-box img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%
}

.carousel .testimonial {
  padding: 30px 0 10px
}

.testimonial {
  color: #000000;
  font: Times Roman
}

.carousel .overview {
  text-align: center;
  padding-bottom: 5px
}

.carousel .overview b {
  color: #333;
  font-size: 15px;
  text-transform: uppercase;
  display: block;
  padding-bottom: 5px
}

.carousel .star-rating i {
  font-size: 18px;
  color: #ffdc12
}

.carousel .carousel-control {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #999;
  text-shadow: none;
  top: 4px
}

.carousel-control i {
  font-size: 20px;
  margin-right: 2px
}

.carousel-control.left {
  left: auto;
  right: 40px
}


.carousel-indicators li,
.carousel-indicators li.active {
  width: 11px;
  height: 11px;
  margin: 1px 5px;
  border-radius: 50%
}

.carousel-indicators li {
  background: #e2e2e2;
  border-color: transparent
}

.carousel-indicators li.active {
  border: none;
  background: #888
}


/*-------------------------------------------Certification--------------------------------------*/

.btn:focus, .btn:active, button:focus, button:active {
  outline: none !important;
  box-shadow: none !important;
}

#image-gallery .modal-footer{
  display: block;
}

.thumb{
  margin-top: 15px;
  margin-bottom: 15px;
}


/*--------------------------------client logo-------------------------------------*/

#client-logo .col-md-4 
{
	padding: 3%;
}

#client-logo .col-md-4 .img-fluid
{
	  -webkit-box-shadow: 3px 3px 5px 6px #ccc;
  -moz-box-shadow:  3px 3px 5px 6px #ccc;  
  box-shadow: 3px 3px 5px 6px #ccc;
}





.video-container {
    overflow: hidden;
    position: relative;
    width:100%;
}

.video-container::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}