body {
  color: #777777;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.625em;
  position: relative;
  color: white;
}

ol, ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

select {
  display: block;
}

figure {
  margin: 0;
}

a {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

iframe {
  border: 0;
}

a, a:focus, a:hover {
  text-decoration: none;
  outline: 0;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn:active:focus,
.btn:focus {
  text-decoration: none;
  outline: 0;
}
.logo{
    width:70px;
    height:70px;
    padding: 0px 5px 5px 5px;
    position: absolute;
}
.default-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  background-color: #fff;
  width: 100% !important;
  box-shadow: -21.213px 21.213px 30px 0px rgba(158, 158, 158, 0.3);
  min-height: 50px;    
  text-align: center;    
}

@media (max-width: 992px) {
  .navbar-nav {
    height: auto;
    max-height: 400px;
    overflow-x: hidden;
  }
}

.navbar-nav a {
  text-transform: uppercase;
  font-weight: 600;
  color: #000;
  padding: 20px;
}

.navbar-nav a:hover {
  color: #8490ff;
}

@media (max-width: 992px) {
  .navbar-nav {
    margin-top: 10px;
  }
  .navbar-nav a {
    padding: 0;
  }
  .navbar-nav li {
    padding: 15px 0;
  }
}

  .navbar-expand-lg {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }


@media (max-width: 767px) {
  .banner-area .fullscreen {
    height: 700px !important;
  }
}

.banner-area .overlay {
  background: #000;
  opacity: .4;
}

.relative {
  position: relative;
}

.p1-gradient-bg, .primary-btn, .primary-btn2:hover, .header-btn, .donut-widget[data-chart-instance="1"] .donut-bite[data-segment-index="0"].large::after, .donut-widget[data-chart-instance="2"] .donut-bite[data-segment-index="0"].large::after, .donut-widget[data-chart-instance="3"] .donut-bite[data-segment-index="0"].large::after, .testimonial-area .overlay-bg, .footer-social a:hover, .single-footer-widget .bb-btn, .generic-banner {
  background-image: -moz-linear-gradient(0deg, #908ced 0%, #b56fe8 100%);
  background-image: -webkit-linear-gradient(0deg, #908ced 0%, #b56fe8 100%);
  background-image: -ms-linear-gradient(0deg, #908ced 0%, #b56fe8 100%);
}

.testimonial-area .overlay-bg {
  opacity: .6;
}

.overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.banner-area{
    min-height: 100vh;
}

.site-btn {
	position: relative;
	display: inline-block;
	text-transform: uppercase;
	font-size: 12px;
	min-width: 135px;
	font-weight: 600;
	padding: 18px 10px 20px;
	color: #222121;
	background-color: transparent;
	border: none;
	cursor: pointer;
	text-align: center;
	border-top: 2px solid #222121;
	border-bottom: 2px solid #222121;
}

.site-btn:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 2px;
	bottom: 2px;
	left: 0;
	background: #222121;
}

.site-btn.light {
	color: #fff;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

.site-btn.light:after {
	background: #fff;
}

.site-btn.light:hover {
	color: #fff;
}

.site-btn:hover {
	color: #222121;
}

.site-btn.btn-two {
	border-left: 2px solid #222121;
	border-right: 2px solid #222121;
}

.site-btn.btn-three {
	padding: 19px 10px 19px;
}

.site-btn.btn-three:after {
	display: none;
}

.site-btn.btn-four {
	padding: 19px 10px 19px;
	border-left: 2px solid #222121;
	border-right: 2px solid #222121;
}

.site-btn.btn-four:after {
	display: none;
}

.contact-description-container{
    
}

.contact-area{
    padding-bottom: 100px;
}

.c-d-c-header{
    color: rgba(0,0,0,0.8);
}

.contact-title-sm{
    font-weight: 600;
    font-size: 120%;
    color: rgba(0,0,0,0.5);
}
.contact-title-lg{
    margin-top: 20px;
    font-weight: 600;
    font-size: 250%;
    color: rgba(0,0,0,0.5);
}

.contact-desc-body{
    margin-top: 20px;
    color: rgba(0,0,0,0.6);
}


.contact-form {
	padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
}

.contact-form input[type='text'],
.contact-form input[type='email'],
.contact-form textarea {
	width: 100%;
	background: none;
	border:  none;
	border-bottom: 1px  solid rgba(0,0,0,0.6);
	color:  rgba(0,0,0,0.6);
	font-size: 14px;
	padding: 5px 0 20px;
	margin-bottom: 20px;
}

.contact-form textarea {
	height: 130px;
	padding-bottom: 10px;
	margin-bottom: 35px;
}

.contact-form ::-webkit-input-placeholder {
	font-style: italic;
	color:  color: rgba(0,0,0,0.6);
}

.contact-form :-ms-input-placeholder {
	font-style: italic;
	color:  color: rgba(0,0,0,0.6);
}

.contact-form ::-ms-input-placeholder {
	font-style: italic;
	color:  color: rgba(0,0,0,0.6);
}

.contact-form ::placeholder {
	font-style: italic;
	color:  color: rgba(0,0,0,0.6);
}

