/**
* Template Name: Regna - v4.7.0
* Template URL: https://bootstrapmade.com/regna-bootstrap-onepage-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');
.trajanPro {
    font-family: 'Trajan Pro';
    font-weight: normal;
    font-style: normal;
	letter-spacing:3px;
}
.gradientText {
background: #262157;
background: linear-gradient(to right, #262157 0%, #B04C8C 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.imgRadius{
	border-radius:30px;
}
/******* custome Bootstrap *********/
.btn{
   
    border:0px;
          padding: 8px 30px 6px 30px;
}
.btn-primary{
    background: linear-gradient(90deg, rgba(38,33,87,1) 0%, rgba(176,76,140,1) 100%);
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: 500;
	border-radius:30px;
    
}
 
.btn-primary:hover{
        background: linear-gradient(0deg, rgba(38,33,87,1) 0%, rgba(176,76,140,1) 100%);
}
.btn-check:focus+.btn-primary, .btn-primary:focus{
box-shadow:0 0 0 0.25rem rgb(116 35 90 / 50%);
    background-color: #b04c8c;
}
.btn-check:active+.btn-primary:focus, .btn-check:checked+.btn-primary:focus, .btn-primary.active:focus, .btn-primary:active:focus, .show>.btn-primary.dropdown-toggle:focus{
      box-shadow:0 0 0 0.25rem rgb(116 35 90 / 50%);
}
.btn-check:active+.btn-primary, .btn-check:checked+.btn-primary, .btn-primary.active, .btn-primary:active, .show>.btn-primary.dropdown-toggle{
    background: #262157;
}
.btn-check:active+.btn-primary, .btn-check:checked+.btn-primary, .btn-primary.active, .btn-primary:active, .show>.btn-primary.dropdown-toggle{
        background: #262157;
}
.btn-check:active+.btn-primary, .btn-check:checked+.btn-primary, .btn-primary.active, .btn-primary:active, .show>.btn-primary.dropdown-toggle{
            background: #262157;
}
.accordion-button:focus{
    border:0px;
    box-shadow:none;
}
.form-control{
padding: 0.4rem 0.75rem;
      border-radius: 30px;
    background: #f7edf3;
	color:#000;
	border:1px solid #f7edf3;
}
.form-control::placeholder{	
color:#000;
}
textarea.form-control{
	      border-radius: 10px;
}
.cForm textarea.form-control{
	      border-radius: 10px;
}
.form-control:focus{
        border-color: #fff;
    color: #000;
 background: #ffffff;
    box-shadow: 0 0 0 0.25rem #f8c7e57a;
}
.form-check-input:checked{    background-color: #af4c8c;
    border-color: #af4c8c;}
.form-check-input:focus{   box-shadow: 0 0 0 0.25rem rgb(169 232 227 / 25%);}
/******* custome Bootstrap end *********/


body {
  background: #fff;
  color: #737171;
   font-family: "Poppins", sans-serif;
    font-size: 17px;
}

a {
  color: #af4c8c;
  text-decoration: none;
}

a:hover, a:active, a:focus {
  color: #853468;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
  color:#000;
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #2dc997;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #49d6a9;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.fixed-top{
    position: absolute;
}
#header {
 
  transition: all 0.5s;
  z-index: 997;
  background: rgba(52, 59, 64, 0.9);
}
#header #logo h1 {
  font-size: 32px;
  margin: 0;
  line-height: 1;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}
#header #logo h1 a, #header #logo h1 a:hover {
  color: #fff;
}
#header #logo img {
  padding: 0;
  margin: 0;
}
#header.header-transparent {
  background:url(../img/header-menubg.png) repeat-x top 50px center;
}
 

.scrolled-offset {
  margin-top: 70px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
    padding: 0;
    align-items: self-start;
    padding-top: 72px;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar > ul > li {
    white-space: nowrap;
    padding: 10px 0 10px 10px;
    font-weight: 500;
    text-transform: uppercase;
}
.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Poppins", sans-serif;
  color: #000;
  font-size: 13px;
  padding: 0 4px;
  white-space: nowrap;
  transition: 0.3s;
  letter-spacing: 0.3px;
  position: relative;
  /*text-transform: uppercase;*/
    
}
.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar > ul > li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 7px;
  bottom: -6px;
  left: 0;
background: url(../img/menu-hoverbg.png) center left no-repeat;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out 0s;
}
.navbar a:hover:before, .navbar li:hover > a:before, .navbar .active:before {
  visibility: visible;
  transform: scaleX(1);
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: #000;
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 24px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #af4c8cd9;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 10px;
}
.navbar .dropdown ul li {
  min-width: 200px;
}
.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
  color: #fff;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #fff;
  text-decoration:underline;
}
.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
.donateButton{
	color: #fff !important;
    border-radius: 30px;
    padding: 7px 25px !important;
 
    background: linear-gradient(90deg, rgba(38,33,87,1) 0%, rgba(176,76,140,1) 100%);
    text-transform: uppercase;
    letter-spacing: 0px;
    font-size: 14px;
    font-weight: 600;
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
    background: #262157;
    padding: 5px;
    border-radius: 0px;
   
}
i.mobile-nav-toggle::before{
    
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(77, 77, 77, 0.9);
  transition: 0.3s;
  z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile > ul > li {
  padding: 0;
}
.navbar-mobile a:hover:before, .navbar-mobile li:hover > a:before, .navbar-mobile .active:before {
  visibility: hidden;
}
.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #af4c8c;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #af4c8c;
}
.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
  margin: 15px;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #2dc997;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height:600px;
 
 
 background: url( '../img/homeBanner.jpg' ) no-repeat  center center;
 background-size:cover;
  position: relative;
      background-position: center center;
}


#hero .hero-container {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
#hero h1 {

margin: 90px 0 10px 0;
    font-size: 85px;
 
    line-height: 80px;
    

    padding-top: 50px;
 
  color: #fff;
  text-shadow: 2px 3px 5px rgba(0,0,0,0.68);
}

#hero h2{ color: #fff;
    text-transform: uppercase;
    font-size: 35px;
    text-shadow: 2px 3px 5px rgb(0 0 0 / 68%);
    letter-spacing: 10px;
    font-weight: 600;
}
#hero p{
    color: #fff;
    font-size: 22px;
    max-width: 450px;
    margin: 0px auto;
}
.inner-bannerimg{
       height:600px;
	   background-size:cover;
	       background-position: center center;
}
.inner-bannerimg{
}
.inner-bannerimg h1 {

margin: 90px 0 10px 0;
    font-size: 85px;
 
    line-height: 80px;
    

    padding-top: 50px;
 
  color: #fff;
  text-shadow: 2px 3px 5px rgba(0,0,0,0.68);
}
.title-style1{
    position: relative;
 
    font-size: 50px;

margin-bottom: 10px;
}
.title-style2{
    font-weight: 500;
    margin-bottom: 20px;
    font-size: 23px;
    text-transform: uppercase;
    letter-spacing: 2px;
	color:#000;
}
.containerBg .title-style2{
	color:#af4c8c;    font-weight: 700;
}

.bannerRightImg{
margin-right: -100px;
    width: 120%;
        padding: 90px 0 90px 0;
}
.breadcrumb{
        font-size: 16px;
    color: #262157;
    font-weight: 500;
	text-align:center;
	padding:10px 0px;
     color: #af4c8c;
}
.breadcrumb a{
    color: #000000;

    
}
/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
section {
  overflow: hidden;
      padding: 80px 0;
}
.section-bg{
	background:#fbf6f9;
}
.containerBg{
	background:#fff;
	padding:20px;
}
.imageSquereFloat {
    position: relative;
    margin-bottom: 20px;
    margin-left: 20px;

}
.imageSquereFloat img {
    margin-left: 20px;
    margin-bottom: -20px;
    margin-top: 20px;
    margin-left: -20px;
    position: relative;
    z-index: 2;
		border-radius: 0px 70px 0px 70px;
}
.imageSquereFloat:after {
    content: "";
    background: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 1;
      border: 3px solid #af4c8c;
    top: 0;
    border-radius: 0px 70px 0px 70px;
}
.img-floatLeft{
	float:left;
	margin-right:30px;
}
.img-floatRight{
		float:right;
	margin-left:30px;
}

.title-styleh3{
    color: #7ecfc9;
      font-size: 40px;
    font-weight: 600;
}
.title-styleh3 span{
    color: #03414d;
    
}

.loveMaking{
	background:url(../img/love-making.jpg) no-repeat;
	background-size:cover;
}
.loveMaking h2{
	color:#fff;
	font-size: 45px;
	margin-top:50px;
	margin-bottom:0px;
}
.loveMaking p{
	color:#fff;
}
.readMore{
	text-transform:uppercase;
	color:#b04c8c;
	font-weight:600;
	letter-spacing:2px;
}
.loveMaking .readMore{
		color:#fff;
}
.sexualHistory{
		background:url(../img/SexualHistory.jpg) no-repeat;
	background-size:cover;
}
.sexualHistory .title-style2{
	color: #fff;
    font-weight: 700;
}
.sexualHistory p{
		color: #fff;
		margin-bottom:0px;
}
.sexualHistory .imageSquereFloat:after{
	    border: 3px solid #fff;
}
.testimonialConText{
	font-size:20px;
	font-weight:500;
	font-style:italic;
}

.testimonialCon h2{
	color:#ae4b8b;
	font-size:20px;
	font-weight:600;
	margin-bottom:5px;
}
.testimonialCon .des{
	font-size:16px;
}
.btnStyle{
	color:#fff;
	border-radius:30px;
	padding:10px 20px;
	background: rgb(38,33,87);
background: linear-gradient(90deg, rgba(38,33,87,1) 0%, rgba(176,76,140,1) 100%);
text-transform:uppercase;
letter-spacing:2px;
font-size:16px;
font-weight:600;
display:inline-block;
}
.btnStyle:hover{	color:#fff;

}






/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  background-color: whitesmoke;
  min-height: 40px;
  margin-top: 92px;
}
.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}
@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
}
.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;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background:#262157;
 
  padding: 0 0 15px 0;
  color: #fff;
  font-size: 14px;
 
}
#footer a{
	color:#fff;
}
#footer .footer-top {
 
      border-bottom: 0px solid #514d79;
  padding: 85px 0 0px 0;
}
.footer-bottom{
	      border-top: 1px solid #514d79;
		  margin-top:-8px;
}
#footer .footer-top .footer-info {
  margin-bottom: 30px;
}
#footer .footer-top .footer-info h3 {
  font-size: 40px;
  margin: 0 0 15px 0;
  padding: 0px 0 10px 0;
  line-height: 1;
  font-weight: normal;
}
#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
 
  color: #000;
}
#footer  .social-links a {
  font-size: 18px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.0);
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
#footer  .social-links a:hover {
  background: #fff;
  color: #262157;
  text-decoration: none;
}
#footer .footer-top h4 {
  font-size: 20px;
  font-weight: normal;
  color: #fff;
  position: relative;
  padding-bottom: 0px;
    font-weight: 600;
	text-transform:uppercase;
	margin-bottom:10px;
}
#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #e87800;
  font-size: 18px;
  line-height: 1;
}
#footer .footer-top .footer-links ul li {
  padding: 3px 0;
 
  align-items: center;
 
 
}
#footer .footer-top .footer-links ul li:first-child {
 
}
#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
    font-size: 15px;
	text-transform:uppercase;
}
#footer .footer-top .footer-links ul a:hover {
  color: #af4c8c;
}
.f-conP{
	font-size:15px;
	line-height:18px;
	color:#fff;
	margin-top: 35px;padding-right: 50px;
}
#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
}
#footer .footer-top .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}
#footer .footer-top .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #e87800;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}
#footer .footer-top .footer-newsletter form input[type=submit]:hover {
  background: #ff5e31;
}
#footer .copyright {
  text-align: center;
  padding-top: 2px;
    color: #fff;
}
#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}
#footer .credits a {
  transition: 0.3s;
}

.f-person{
	position:relative;
	padding-left:30px;
}
.f-person:after{
    content: "\F4E1";
    position: absolute;
    font-family: bootstrap-icons !important;
    left: 0px;
    top: 0px;
    font-size: 18px;
}
.f-email{
		position:relative;
	padding-left:30px;
}
.f-email:after{
	content: "\F32F";
    position: absolute;
    font-family: bootstrap-icons !important;
    left: 0px;
    top: -2px;
    font-size: 18px;
}

.upcomingEvents  h3{
	    font-weight: 600;
		font-size:20px;
		color:#af4c8c;
}
.upcomingEvents.owl-theme .owl-dots{
	text-align:right;
}

.shopImgShadow.imageSquereFloat{
margin-bottom: 50px;
}
.shopImgShadow.imageSquereFloat img{
	margin-bottom: -30px;
    margin-top: 30px;
    margin-left: -50px;
box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.showPageCOn h2{
	    color: #af4c8c;
    font-weight: 600;
	text-transform:uppercase;
    margin-bottom: 5px;
    font-size: 25px;
	line-height: 25px;
}
.showPageCOn h5{
		    color: #272157;
    font-weight: 600;
 
margin-bottom: 30px;
    font-size: 18px;
}
.conHeight{
	height:90px;
	clear:both;
}
.videoGallery h3{
			    color: #272157;
				margin-top:50px;
    font-weight: 600;
 
margin-bottom: 30px;
    font-size: 18px;
}
.owl-carousel.videoGallery .owl-item img{
    display: inline;
}
.getInTouch{
	    background: url(../img/getintouchbg.jpg) no-repeat;
    background-size: cover;
}
.getInTouch  h2 {
    color: #fff;
    font-size: 45px;
 
    margin-bottom: 0px;
}
.cForm{
	margin-top:40px;
	border: 3px solid #fff;
    border-radius: 0px 70px 0px 70px;
	padding:30px;
}
.cForm p{
	margin-bottom:20px;
}
.cForm .form-control{
  padding: 0.55rem 0.75rem;
      border-radius: 30px;
    background: #ffffff26;
	color:#fff;
}
.cForm .form-control::placeholder{	
color:#fff;
}

.cForm .form-control:focus{
        border-color: #fff;
    color: #fff;
 background: #ffffff26;
    box-shadow: 0 0 0 0.25rem rgb(169 232 227 / 25%);
}
.qForm{
		margin-top:40px;
	border: 3px solid #af4c8c;
    border-radius: 0px 70px 0px 70px;
	padding:30px;
}
.qForm p{
	margin-bottom:15px;
}
.qForm label{
	color: #000000;
    text-transform: uppercase;
    text-align: left;
    font-size: 15px;
    font-weight: 500;
    width: 100%;
    padding-left: 15px;
	        margin-bottom: 10px;
		    line-height: 18px;
			margin-top:15px;
}
.qForm label.form-check-label{
	margin-top:0px;
}
.qForm label.form-check-label{
	padding-left: 3px;
}
.qForm .form-control{
  padding: 0.55rem 0.75rem;
      border-radius: 30px;
    background: #e9e8ee;
color: #000;
	border:1px solid #af4c8c;
	    font-size: 16px;
}
.qForm textarea.form-control{
	      border-radius: 10px;
}
.qForm .form-select{
	  padding: 0.55rem 0.75rem;
      border-radius: 30px;
       background-color: #e9e8ee;
color: #000;
	border:1px solid #af4c8c;
	    font-size: 16px;
}
.qForm .form-control::placeholder{	
color:#000;
}

.qForm .form-control:focus{
        border-color: #af4c8c;
    color: #000;
 background: #fff;
    box-shadow: 0 0 0 0.1rem #af4c8c4a;
}

.qForm .form-select:focus{
        border-color: #af4c8c;
    color: #000;
 background-color: #fff;
    box-shadow: 0 0 0 0.1rem #af4c8c4a;
}
.qForm  span{
	font-size:15px;
	line-height: 18px;
    /*display: inline-block;*/
}

.wpcf7-spinner{
margin: 7px 2px !important;
    position: absolute  !important;
}
.wpcf7-list-item label{
margin-top: 0px  !important;
    padding-left: 0px  !important;
}
.wpcf7-not-valid-tip{
    color: #ff5050  !important;
    font-size: 14px  !important;
    font-weight: normal  !important;
    display: block  !important;
    text-align: left  !important;
    padding-left: 20px  !important;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{
 color:#fff  !important;
}

@media (max-width: 768px) {
	#header #logo img{
		    width: 150px;
	}
	#header.header-transparent {
    background: none;
}
.fixed-top .navbar{
    position: fixed;
    right: 0px;
    /* text-align: right; */
    padding-right: 20px;
}
.navbar {
 
    padding-top: 25px;
}
.footer-bottom {
 
    margin-top: 0px;
}
}

.wpcf7-form-control-wrap{    display: block;
}

.wpcf7-radio{
border:0px !important;
background:#FFF !important;
}

.wpcf7-list-item label{
margin-top: 0px;
    padding-left: 0px;
}
@media (max-width: 768px) {
#hero h1{
font-size: 50px;
}
#hero h2{
    font-size: 25px;
}
.inner-bannerimg h1{
    font-size: 34px;
    line-height: 50px;
}
.section-header img{
width:80%;
}
}
