html body{
  background-color: #ffefe2;
}
.row{
	margin: 0px;
}
.topheader {
  padding: 15px 0px;
  background: #fff;
}

#main-wrapper {
  width: 100%;
}

.custom-container .container-fluid {
  padding: 0 10px;
}

.display-7 {
  font-size: 30px;
  font-weight: 500;
}

.page-wrapper {
  /* overflow: hidden; */
}

.topheader .stylish-nav .nav-link {
  padding: 0.5rem 20px;
}

.banner-text {
  padding: 10px 0 67px 0;
}
.banner-text h1 {
  font-size: 30px;
  font-weight: 500;
  line-height: 42px;
}
.banner-text .subtext {
  line-height: 27px;
  margin: 30px 0;
}
.banner-text .down-btn .btn {
  padding: 13px 30px;
  margin: 5px 20px 5px 0;
  font-size: 16px;
  min-width: 200px;
}

/* .hero-banner {
  height: 500px;
  width: 0px;
  z-index: 0;
  position: fixed;
  bottom: 345px;
} */
.hero-banner {
  /* height: 850px; */
  height: calc(100vh - 110px);
  /* width: 0px; */
  z-index: 0;
  position: absolute;
  top: 0px;
}
.hero-banner img {
    height: 100%;
    /* min-height: 1000px; */
    /* width: 1100px; */
    width: 100%;
}

.bannerImageAnimation{
  /* -webkit-animation: 3s showIntroShot1;
  animation: 3s showIntroShot1;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; */
  animation: opac 8s;
}

.bannerImageAnimationBlank{
  -webkit-animation: 0.6s ease-in-out 1s showIntroShot2;
  animation: 0.6s ease-in-out 1s showIntroShot2;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  border: 1px solid black;
}
@keyframes opac{0%{opacity:0}90%{opacity:1}100%{opacity:0}}

@-webkit-keyframes showIntroShot1 {
  0% {
    opacity: 0;
    -webkit-transform: perspective(700px) translate3d(-200px, 300px, 0px);
    transform: perspective(700px) translate3d(-200px, 300px, 0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(700px) translate3d(0px, 0px, 100px);
    transform: perspective(700px) translate3d(0px, 0px, 100px);
  }
}

@-webkit-keyframes showIntroShot2 {
  0% {
    opacity: 1;
    -webkit-transform: perspective(700px) translate3d(0px, 0px, 0px);
    transform: perspective(700px) translate3d(0px, 0px, 0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: perspective(700px) translate3d(200px, 300px, 200px);
    transform: perspective(700px) translate3d(200px, 300px, 200px);
  }
}

.max-width {
  max-width: 1600px;
  padding: 0 30px;
  margin: 0 auto;
}

.light-blue {
  background: #ebf3f5;
  padding: 80px 0;
  position: relative;
  z-index: 10;
}

.white-space {
  background: #fff;
  padding: 80px 0;
}

.image-box {
  position: relative;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  -webkit-box-shadow: 0px 5px 50px rgba(26, 137, 159, 0.3);
          box-shadow: 0px 5px 50px rgba(26, 137, 159, 0.3);
}
.image-box .image-overly {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
  display: none;
  -webkit-transition: 0.1s ease-in;
  transition: 0.1s ease-in;
  padding-top: 44%;
  background: rgba(255, 255, 255, 0.9);
}
.image-box:hover .image-overly {
  display: block;
}
.image-box:hover {
  -webkit-transform: translate3d(0px, -10px, 0px);
          transform: translate3d(0px, -10px, 0px);
}

.icon-section .row .col-lg-3 {
  border: 1px solid #e9ecef;
  padding: 30px;
  -webkit-transition: 0.1s ease-in;
  transition: 0.1s ease-in;
  position: relative;
  background: #fff;
  min-height: 250px;
}
.icon-section .row .col-lg-3:hover {
  -webkit-box-shadow: 0 5px 50px rgba(0, 0, 0, 0.05);
          box-shadow: 0 5px 50px rgba(0, 0, 0, 0.05);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  z-index: 10;
}
.icon-section h4 {
  margin-top: 30px;
  margin-bottom: 15px;
}

.bt-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 12;
}

.call-to-action {
  padding: 28px 0;
  overflow: hidden;
}
.call-to-action span {
  color: #fff;
  font-weight: 500;
  font-size: 24px;
  padding-top: 5px;
}
.call-to-action .buy-btn,
.call-to-action .suggest-btn {
  background: none;
  border: 2px solid #fff;
  padding: 12px 30px;
  color: #fff;
  margin-left: 10px;
  font-size: 14px;
  font-weight: 400;
}
.call-to-action .buy-btn:hover,
.call-to-action .suggest-btn:hover {
  color: #3e5569;
  background: #fff;
  opacity: 1;
}

ul.list-icons {
  margin: 0px;
  padding: 0px;
}
ul.list-icons li {
  list-style: none;
  line-height: 40px;
}
ul.list-icons li a {
  color: #8f9aa5;
}
ul.list-icons li a:hover {
  color: #fff;
}
ul.list-icons li a i {
  font-size: 12px;
  margin-right: 5px;
}

.footer {
  padding: 80px 0 30px;
  background: #2f3d4a;
  color: #8f9aa5;
}

.footer .sub-footer {
  margin-top: 60px;
  border-top: 1px solid rgba(120, 130, 140, 0.13);
  padding: 30px 0 0;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

/*******************/
/*Documentation*/
/*******************/
.fix-width {
  width: 100%;
  max-width: 1600px;
  padding: 0 30px;
  margin: 0 auto;
}

ul.common li {
  display: inline-block;
  line-height: 40px;
  list-style: outside none none;
  width: 48%;
}
.loginDiv{
  /* background: linear-gradient(40deg,#e1e1e1,#ffffff); */
  /* background: #d58d54; */
  border-radius: 14px;
  padding: 10px;
  box-shadow: 20px 20px 50px grey;
  color: white;
  background: linear-gradient(90deg, #d58d54 7px, transparent 1%) center, linear-gradient(#d58d54 7px, transparent 1%) center, #dda579;
  background-size: 8px 8px;
  margin: 0px 25px;
}
.loginButton{
	font-size: 20px;
	font-weight: bold;
	background-color: #562806;
	padding: 0.075rem 0.75rem;
	color: #ffffff;
	border: 1px solid #441f04;
}
.loginButton:hover{
	color: #ffe2cb;
	box-shadow: 5px 5px 20px white;
}
@media (min-width: 992px) {
  .position-lg-fixed {
    position: fixed !important;
  }
}
.loginDivWrapper{
	display: flex;align-items: center; min-height: calc(100vh - 150px);
}
@media (max-width: 767.98px) {
	.loginDivWrapper{
		min-height: calc(100vh - 190px);
	}
}
.loginIcon{
	height: 80px;
	margin-bottom: 4px;
}
@media (max-width: 767.98px) {
	.loginIcon{
		height: 50px;
	}
}
.orLine {
   width: 100%; 
   text-align: center; 
   border-bottom: 1px solid #fff; 
   line-height: 0.1em;
   margin: 10px 0 20px; 
} 

.orLine span { 
    background:#fff; 
    padding:0 10px;
    border-radius: 10px;
    color: black;
}
.forgotLink{
	color:white;
	font-size: 19px;
}


@media all and (min-width:0px) and (max-width: 480px) {
	#loginForm b{
		font-size: 12px;
	}
	#text1{
		display: none;
	}
	.forgotLink{
		font-size: 12px;
	}
}