/*
* demo.css
* File include item demo only specific css only
******************************************************************************/

.light-style .menu .app-brand.demo {
  height: 64px;
}

.dark-style .menu .app-brand.demo {
  height: 64px;
}

.app-brand-logo.demo {
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -ms-flexbox;
  display: flex;
  width: 34px;
  height: 24px;
}

.app-brand-logo.demo svg {
  width: 35px;
  height: 24px;
}

.app-brand-text.demo {
  font-size: 1.375rem;
}

/* ! For .layout-navbar-fixed added fix padding top tpo .layout-page */
.layout-navbar-fixed .layout-wrapper:not(.layout-without-menu) .layout-page {
  padding-top: 64px !important;
}
.layout-navbar-fixed .layout-wrapper:not(.layout-horizontal):not(.layout-without-menu) .layout-page {
  padding-top: 140px !important;
}
/* Navbar page z-index issue solution */
.content-wrapper .navbar {
  z-index: auto;
}

/*
* Content
*********************************istm*********************************************/

/* CSS Document */

body{
	  font-family: "Poppins", sans-serif;
	background:#FFF;
	font-size: 14px;
	line-height:25px;
	}
	

h2{
	  font-family: "Poppins", sans-serif!important; font-size:22px!important;
	}	
	
	
img {
  /* Responsive images (ensure images don't scale beyond their parents) */

  max-width: 100%;
  /* Part 1: Set a maxium relative to the parent */

  width: auto\9;
  /* IE7-8 need help adjusting responsive images */

  height: auto;
  /* Part 2: Scale the height according to the width, otherwise you get stretching */

  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
a{
  text-decoration: none;
}

/************************header************************/
header{
  position: relative;
}
.top-ber{
  background: #000;
  color: #FFF;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  position: relative;
}
.top-ber::after{
  position: absolute;
  content: "";
  width: 35%;
  height: 100%;
  background: #00a351;
  top: 0px;
  left: 0px;
}
.top-ber::before{
  width: 0;
  height: 0;
  border-width: 40px 21px 0 0;
  border-color: #00a351 transparent transparent transparent;
  border-style: solid;
  top: 0px;
  left: 35%;
  position: absolute;
  content: "";
}

.top-ber ul{
  display: flex;
  padding: 0px;
  margin: 0px;
  z-index: 1;
  position: relative;
}
.top-ber ul li{
  padding: 0px;
  list-style: none;
  margin-right: 20px;
}
.top-ber ul li a{
  color: #FFFFFF;
}
.top-ber ul li i{
  color: #FFFFFF;
  margin-right: 5px;
}
.sm{
  text-align: right;
  color: #FFF;
}
.sm a{
  color: #FFF;
  margin: 0 7px;
  font-size: 16px;
}
.nav-ber{
  background-color: rgba(0, 0, 0, 0.5);
}
.nav-area{
  padding: 10px 0;
}
.visit-btn{
  text-align: left;
  background: #e83a3b;
  color: #FFF;
  margin: 0 5px;
  padding: 12px 20px;
  border-radius: 6px;
  display: inline-block;
  margin-top: 10px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.backhome-btn{
  text-align: left;
  background: #00a351;
  color: #FFF;
  margin: 0 5px;
  padding: 12px 20px;
  border-radius: 6px;
  display: inline-block;
  margin-top: 10px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.logoin{
      text-align: left;
  background: #00acec;
  color: #FFF;
  margin: 0 5px;
  padding: 12px 20px;
  border-radius: 6px;
  display: inline-block;
  margin-top: 10px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
footer{
    text-align: center;
  background-color: #000;
  padding: 25px 0;
  color: #FFF;
}



.visit-btn:hover, .logoin:hover, .backhome-btn:hover{
  color: #FFF;
}



.inner-banner{
  background: url(../img/inner-banner.jpg) no-repeat center -30px;background-size: 100%;
  padding-top: 8%;
  padding-bottom: 8%;
}
.inner-banner h1{
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 50px;
  color: #FFFFFF !important;
}
.main-body-area{
  padding: 60px 0;
}
.form-area{
  border: 1px solid #ededed;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
.form-head{
  padding:15px 5px;
  background-color: #000;
  border-radius: 6px 6px 0 0;
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  -ms-border-radius: 6px 6px 0 0;
  -o-border-radius: 6px 6px 0 0;
  color: #eeff41;
  font-family: "Poppins", sans-serif;

}
.form-head h5{
  margin-bottom: 0px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color:#FFF;
}
.form-in{
  padding: 10px 20px 20px 20px;
}
.form-in label{
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #000;
  margin-top: 2px;
}
.form-in label span{
  color: #e83a3b;
}
.form-in input{
  padding: 10px;
  margin-bottom: 10px;
    font-family: "Poppins", sans-serif;
}
.form-in select{
  padding: 10px;
  margin-bottom: 10px;
    font-family: "Poppins", sans-serif;
}
.form-in hr{
  border-color: #e0e0e0;
}
.input-group-append {
  cursor: pointer;
}
.input-group-text {
  display: flex;
  align-items: center;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: .375rem;
  padding: 10px;
  border-radius: 0 6px 6px 0;
    font-family: "Poppins", sans-serif;
}
.btn-sm, .btn-group-sm > .btn {
  line-height: 1;
  font-family: "Poppins", sans-serif !important;
}
.btn-sm i{
    margin-right: 5px;
}
/********************************istm -end*********************************************/

.demo-blocks > * {
  display: block !important;
}

.demo-inline-spacing > * {
  margin: 1rem 0.375rem 0 0 !important;
}

/* ? .demo-vertical-spacing class is used to have vertical margins between elements. To remove margin-top from the first-child, use .demo-only-element class with .demo-vertical-spacing class. For example, we have used this class in forms-input-groups.html file. */
.demo-vertical-spacing > * {
  margin-top: 1rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-lg > * {
  margin-top: 1.875rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing-lg.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-xl > * {
  margin-top: 5rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing-xl.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.rtl-only {
  display: none !important;
  text-align: left !important;
  direction: ltr !important;
}

[dir='rtl'] .rtl-only {
  display: block !important;
}

/* Dropdown buttons going out of small screens */
@media (max-width: 576px) {
  #dropdown-variation-demo .btn-group .text-truncate {
    width: 254px;
    position: relative;
  }
  #dropdown-variation-demo .btn-group .text-truncate::after {
    position: absolute;
    top: 45%;
    right: 0.65rem;
  }
}

/*
* Layout demo
******************************************************************************/

.layout-demo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 1rem;
}
.layout-demo-placeholder img {
  width: 900px;
}
.layout-demo-info {
  text-align: center;
  margin-top: 1rem;
}
