

body {
	font-family: quicksand;
	transition: all 0.5s;
	overflow-x:hidden;
	display:contents;
}
p {
	margin-bottom: 0px;
	font-size: 14px;
	color: #4a4a4a;
	line-height: 24px;
}
a {
	text-decoration: none!important;
}

.copyright-text {
	text-transform: uppercase;
}

.main-button a {
	background-color: #3a8bcd;
	border-radius: 5px;
	padding: 10px 15px;
	display: inline-block;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: 0.4px;
	text-decoration: none;
	transition: all 0.5s;
}
.main-button a:hover {
	opacity: 0.7;
}
.section-heading {
	margin-top: 80px;
	margin-bottom: 40px;
}
.section-heading .line-dec {
	width: 30px;
	height: 5px;
	background-color: #3a8bcd;
}
.section-heading h1 {
	font-size: 22px;
	font-weight: 700;
	color: #1e1e1e;
	margin-top: 15px;
}

/* Pre Header Style */
#pre-header .container {
	background-color:#EA989D ;
	}
#pre-header span {
	color: #fff;
	font-size: 15px;
	padding: 13px 20px;
	display: inline-block;
}
.preheader{
	text-align:right;
}
.call-icon-header{
	margin-top:12px;
}
.call-icon-header a{
    color:#000;
}
/* Header Style */
.navbar .navbar-brand {
	text-align: center;
	width: 100%;
	position: relative;
	padding: 25px 0px;
}
.bg-dark {
	background-color: #fff!important;

}
#navbarResponsive {
	z-index: 999;
	position: absolute;
	left: 30.4%;
	top: 105px;
	transform: translateX(-50%);
}
.navbar-dark .navbar-nav .nav-item {
	margin: 0px 15px;
}
.navbar-dark .navbar-nav .nav-link {
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 700;
	color: #1e1e1e;
	transition: all 0.5s;
}
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
	color: #ea989d;
}
li.nav-item.active #dropdownMenuLink{
    color: #ea989d;
}
.navbar-dark .navbar-toggler-icon {
	background-image: none;
}
.navbar-dark .navbar-toggler {
	border-color: #ea989d;
	background-color: #ea989d;	
	height: 50px;
	outline: none;
}
.navbar-dark .navbar-toggler-icon:after {
	content: '\f0c9';
	color: #FFF;
	font-size: 22px;
	line-height: 30px;
	font-family: 'FontAwesome';
}

.dropdown a{
    background-color: transparent;
    border-color: transparent;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    color: #1e1e1e;
}
.dropdown a:hover{
    background-color: transparent;
    border-color: transparent;
    color:#ea989d;
}
.show>.btn-secondary.dropdown-toggle{
    background-color: transparent;
    border-color: transparent;
    color:#ea989d;
}
.show>.btn-secondary.dropdown-toggle:focus{
    box-shadow:none;
}
.dropdown-menu.show{
    background: #88466C;
}
a.dropdown-item{
    color:#fff;
    border-bottom: 1px solid #fff;
}
.menu-style{
	width:100%;
	margin-top: 15px;
}

/*Home Starts here */
.home-banner img{
	width:100%;
}

.home-banner{
	padding-right:0px;
	padding-left:0px;
	margin-top: 15px;
}
.welcome-msg{
	text-align:center;
	color:#E8757C;
	margin-top:0.7em;
	font-family: quicksand;
    font-weight: normal;
	font-size:3.44rem;
}
.section-gap{
	margin-top: 7em;
}
.about-img{
    z-index:1;
}
.about-img img{
	width: 100%;
    border: 5px solid #186B97;
    border-radius: 5px;
}
.abouttxt h2{
	color: #186b97;
    float: right;
    font-weight: 100;
	letter-spacing:4px;
	font-size:3.2rem;
}

.about-heartsoul-page .workshop-image{
    z-index: 1 !important;
}
.about-heartsoul-page .matching-half{
    background: url(../images/about-bg.png);
    background-repeat: no-repeat;
    background-position-y: 400px;
    background-position-x: 115px;
}
.half-box{
    padding: 34px;
    margin-top: 20px;
    border: 5px solid #E7767C;
    width: 473px;
    margin-left: -126px;
    height: 280px;
    position: absolute;
}
.half-box-left{
    padding: 34px;
    margin-top: 20px;
    border: 5px solid #E7767C;
    width: 473px;
    margin-right: -126px;
    height: 280px;
    position: absolute;
}
.about-txt{
	text-align: justify;
    font-weight: bold;
    font-size: 16px;
    margin-left: 83px;
}
.about-txt-left{
	text-align: justify;
    font-weight: bold;
    font-size: 16px;
    margin-right: 83px;

}
.abouttxt-left h2{
	color: #186b97;
    float: left;
    font-weight: 100;
	letter-spacing:4px;
	font-size:3.2rem;
}
.about-btn{
	background: #186996;
    border: #186996;
    float: right;
    margin-top: 18px;
    border-radius: 12px;
}
.about-btn-left{
	background: #186996;
    border: #186996;
    float: left;
    margin-top: 18px;
    border-radius: 12px;
}
.carousel-control-prev-icon{
	color:red;
}
.carousel  h3{
	text-align: center;
    color: #89466c;
}
.carousel i.fa.fa-chevron-left, .carousel i.fa.fa-chevron-right{
	color: #6d2c4f;
}
.carousel-indicators li{
	display:none;
}
.social-media-box{
	border: 5px solid #186B97;
}
.social-media-box p{
	font-size: 40px;
    text-align: center;
    padding: 15px;
    color: #89466c;
    font-weight: normal;
	letter-spacing:4px;
}
.testimonial-slider .carousel-control-next,  .testimonial-slider .carousel-control-prev{
	width:0;
}
.testimonial-slider  i.fa.fa-chevron-left, .testimonial-slider  i.fa.fa-chevron-right{
	font-size:30px;
	color:#000;
}
.img-testimonial{
    width:700px !important;
    height:500px;
}
.in{
    opacity:1 !important;
}
.load-popup{
    padding-left:17px;
    padding-top:10%;
}
.popup-header{
    background:#EA989D;
    text-align:center !important;
}
.modal-content{
    background:#fff;
}
.homepage .modal-backdrop{
    background:transparent !important;
}
.popup-msg{
    color:#000;
}
.popup-heading{
    text-align:center !important;
}
.close-btn{
    color:#fff !important;
}
@media (max-width: 768px) {
    .img-testimonial{
        width:100% !important;
        height:auto;
    }    
}
.testimonial h2{
	color:#186b97;
	font-family:quicksand;
	letter-spacing:4px;
	font-size:2.4rem;
	font-weight:normal !important;
}
/* Home ends here */
/* Banner Style */
.banner {
	margin-top: 50px;
	background-image: url(../images/banner-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	padding: 150px 0px;
	background-position: center center;
}
.banner .caption {
	background-color: rgba(250,250,250,0.9);
	padding: 30px;
	max-width: 450px;
}
.banner .caption h2 {
	margin-top: 0px;
	margin-bottom: 15px;
	font-size: 24px;
	font-weight: 700;
	color: #1e1e1e;
}
.banner .caption .line-dec {
	width: 30px;
	height: 5px;
	background-color: #3a8bcd;
}
.banner .caption p {
	margin-top: 15px;
	margin-bottom: 20px;
}

/* Featured Style */
.featured-items {
	margin-bottom: 70px;
}
.featured-item {
	border-radius: 5px;
	border: 1px solid #eee;
	padding: 20px;
	transition: all 0.5s;
}
.featured-item:hover {
	opacity: 0.9;
}
.featured-item img {
	width: 100%;
}
.featured-item h4 {
	font-size: 17px;
	font-weight: 700;
	color: #1e1e1e;
	margin-top: 15px;
	transition: all 0.5s;
}
.featured-item:hover h4 {
	color: #3a8bcd;
}
.featured-item h6 {
	color: #3a8bcd;
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 0px;
}
.owl-theme .owl-dots {
	text-align: center;
	margin-top: 30px;
}
.owl-theme .owl-dots .owl-dot {
	outline: none;
}
.owl-theme .owl-dots .active span {
	background-color: #3a8bcd!important;
}
.owl-theme .owl-dots .owl-dot span {
	background-color: #aaa;
	width: 8px;
	height: 8px;
	display: inline-block;
	margin: 0px 5px;
	outline: none;
}



/* Subscribe Style */
.subscribe-form {
	background-color: #3a8bcd;
	padding: 80px 0px;
	text-align: center;
}
.subscribe-form .section-heading  {
	margin-top: 0px;
}
.subscribe-form .section-heading h1 {
	color: #fff;
}
.subscribe-form .section-heading .line-dec {
	background-color: #fff;
	margin: 0 auto;
}
.subscribe-form .main-content p {
	font-size: 17px;
	color: #fff;
	margin-bottom: 30px;
}
.subscribe-form .main-content form  {
	color: #fff;
	display: inline;
}
.subscribe-form .main-content form input {
	display: inline;
}
.subscribe-form .main-content form input {
	width: 100%;
	height: 46px;
	border: 1px solid #fff;
	background-color: transparent;
	padding-left: 15px;
	color: #fff;
	outline: none;
}
.subscribe-form .main-content form button:focus {
	color: #fff!important;
}
.subscribe-form .main-content form button {
	width: 100%;
	height: 45px;
	cursor: pointer;
	background-color: #fff;
	outline: none;
	border-radius: 5px;
	padding: 10px 15px;
	display: inline-block;
	color: #3a8bcd;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: 0.4px;
	text-decoration: none;
	transition: all 0.5s;
	box-shadow: none;
	border: none;
}


/* Footer Style */
.footer {
	text-align: center;
}
.footer .container{
	background:#EA989E;
	padding-top:30px;
}
.footer ul {
	padding: 0px;
	margin: 0px;
}
.footer ul li {
	list-style: none;
	display: inline-block;
}
.footer .logo{
	text-align:left;
	color:#b5555a;
}
.footer .logo p{
	text-align:justify;
	color:#b5555a;
}
.footer .logo h5 a{
	color:#b5555a;
}
.footer .footer-menu {
	margin-bottom: 40px;
}
.footer .footer-menu ul li {
	margin: 0px 15px;
	display:block;
}
.footer .footer-menu a {
	font-size: 21px;
	color: #b5555a;
	text-transform: uppercase;
	transition: all 0.5s;
	line-height:2;
}
.footer .footer-menu a:hover {
	color: #3a8bcd;
	text-decoration: none;
}
.footer .form-inline{
    float:right;
}
.footer .social-icons, .footer img{
    float:right;
}
.footer-textfield{
	padding: 10px;
    text-align: center;
    border: #fff;
    font-size: 14px;
}
.footer-submit{
	padding: 10px;
    background: #8B456C;
    border: #8B456C;
    color: #fff;
    font-size: 14px;
}
.footer .social-icons {
	margin-bottom: 30px;
	margin-top: 30px;
}
.footer .social-icons ul li {
	margin: 0px 3px;
}
.footer .social-icons a {
	width: 40px;
	height: 40px;
	color: #89466c;
	border:2px solid #89466c;
	background-color: transparent;
	text-align: center;
	display: inline-block;
	line-height: 33px;
	border-radius: 50%;
	font-size:17px;
	transition: all 0.5s;
}
.footer .social-icons a:hover {
	background-color:#EA989D;
}

/* Sub Footer Style */
.sub-footer {
	border-top: 1px solid #eee;
	text-align: center;
}
.sub-footer p {
	font-size: 12px;
	color: #7a7a7a;
	line-height: 60px;
}
.sub-footer a {
	color: #3a8bcd;
	text-decoration: none;
}

/* Featured Page Style */
.featured-page {
	margin-top: 130px;
	margin-bottom: 40px;
}
.featured-page .section-heading {
	margin-top: 0px;
	margin-bottom: 0px;
}
.featured-page #filters {
	margin-top: 15px;
	text-align: right;
}
.featured .featured-item {
	margin-bottom: 30px;
	text-decoration: none;
}
.featured .featured-item h4 {
	transition: all 0.5s;
}
.featured .featured-item:hover h4 {
	color: #3a8bcd;
}
#filter button {
	outline: none;
}
#filter .btn-primary.focus,
.btn-primary:focus {
	color: #3a8bcd!important;
	box-shadow: none!important;
}
#filters .btn-primary {
	color: #1e1e1e;
	border: none;
	font-size: 15px;
	font-weight: 700;
	background-color: transparent;
}
/* Isotope Transitions
------------------------------- */
.isotope,
.isotope .item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:         top, left, opacity;
          transition-property:         transform, opacity;
}

.page-navigation ul {
	text-align: center;
	border-top: 1px solid #eee;
	padding: 30px  0px 0px 0px;
	margin: 0px 0px 80px 0px;
}
.page-navigation ul li {
	display: inline-block;
}
.page-navigation ul li a {
	width: 40px;
	height: 40px;
	display: inline-block;
	text-align: center;
	line-height: 38px;
	border: 1px solid #eee;
	border-radius: 5px;
	font-weight: 700;
	color: #1e1e1e;
	font-size: 15px;
	text-decoration: none;
	transition: all 0.5s;
}
.page-navigation ul li a:hover,
.page-navigation ul li.current-page a {
	background-color: #3a8bcd;
	border-color: #3a8bcd;
	color: #fff;
}



/* Single Product Style */
.single-product .product-slider {
	padding: 20px;
	border: 1px solid #eee!important;
	border-radius: 5px;
}
.flexslider {
	border: none!important;
}
#carousel {
	margin-top: 20px;
}
#carousel .slides li {
	width: 150px!important;
}
.single-product .right-content h4 {
	font-size: 17px;
	font-weight: 700;
	margin-top: 0px;
}
.single-product .right-content h6 {
	color: #3a8bcd;
	font-size: 17px;
	font-weight: 700;
	margin-top: 10px;
}
.single-product .right-content p {
	margin-top: 20px;
	margin-bottom: 30px;
}
.single-product .right-content span {
	font-size: 14px;
	color: #3a8bcd;
	font-weight: 500;
	display: inline-block;
	margin-bottom: 15px;
}
.single-product .right-content label {
	font-size: 14px;
	color: #4a4a4a;
}
.single-product .right-content .quantity-text {
	margin-left: 10px;
	width: 44px;
	height: 44px;
	line-height: 42px;
	font-size: 14px;
	font-weight: 700;
	color: #4a4a4a;
	display: inline-block;
	text-align: center;
	outline: none;
	border: 1px solid #eee;
}
.single-product .right-content .button {
	margin-left: 15px;
	cursor: pointer;
	background-color: #3a8bcd;
	outline: none;
	border-radius: 5px;
	padding: 10px 15px;
	display: inline-block;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: 0.4px;
	text-decoration: none;
	transition: all 0.5s;
	box-shadow: none;
	border: none;
}
.single-product .right-content .down-content span {
	margin-bottom: 0px;
	display: inline-block;
	margin-left: 8px;
	color: #aaa;
}
.single-product .right-content .down-content span a {
	color: #aaa;
	font-weight: 400;
	margin-left: 4px;
	transition: all 0.5s;
}
.single-product .right-content .down-content span a:hover {
	color: #3a8bcd;
}
.single-product .right-content .down-content span a:hover i {
	background-color: #3a8bcd;
}
.single-product .right-content .down-content span a i {
	transition: all 0.5s;
	background-color: #aaa;
	width: 26px;
	height: 26px;
	display: inline-block;
	text-align: center;
	line-height: 26px;
	border-radius: 50%;
	color: #fff;
	font-size: 12px;
	margin-right: 5px;
}
.single-product .right-content .down-content .categories {
	border-top: 1px solid #eee;
	margin-top: 30px;
	padding: 10px 0px;
}
.single-product .right-content .down-content .share {
	border-top: 1px solid #eee;
	padding: 10px 0px;
}
.single-product .right-content .down-content h6 {
	font-size: 14px;
	color: #4a4a4a;
	font-weight: 400;
}



/* About Us Style */
.about-page {
	margin-top: 50px;
    margin-bottom: 80px;
}
.about-page .right-content h4 {
	font-size: 17px;
	font-weight: 700;
	margin-top: 0px;
	margin-bottom: 20px;
}
.about-page .left-image img {
	max-width: 100%;
}
.about-page .right-content span {
	display: inline-block;
	margin-left: 8px;
}
.about-page .right-content span a i {
	transition: all 0.5s;
	background-color: #aaa;
	width: 26px;
	height: 26px;
	display: inline-block;
	text-align: center;
	line-height: 26px;
	border-radius: 50%;
	color: #fff;
	font-size: 12px;
	margin-right: 5px;
}
.about-page .right-content .share {
	margin-top: 20px;
	border-top: 1px solid #eee;
	padding: 15px 0px;
}
.about-page .right-content h6 {
	font-size: 14px;
	color: #4a4a4a;
	font-weight: 400;
}
.about-page .right-content span a:hover i {
	background-color: #3a8bcd;
}




/* Contact Page Style */
.contact-page {
	margin-top: 50px;
    margin-bottom: 80px;
}
.contact-page .right-content input,
.contact-page .right-content textarea {
	border-radius: 0px;
	outline: none;
	box-shadow: none;
	font-size: 14px;
	margin-bottom: 30px;
}
.contact-page .right-content input {
	height: 44px;
	line-height: 44px;
}
.contact-page .right-content textarea {
	height: 200px;
	max-height: 280px;
}
.contact-page .right-content span {
	display: inline-block;
	margin-left: 8px;
}
.contact-page .right-content span a i {
	transition: all 0.5s;
	background-color: #aaa;
	width: 26px;
	height: 26px;
	display: inline-block;
	text-align: center;
	line-height: 26px;
	border-radius: 50%;
	color: #fff;
	font-size: 12px;
	margin-right: 5px;
}
.contact-page .right-content .share {
	margin-top: 30px;
	border-top: 1px solid #eee;
	padding: 15px 0px;
}
.contact-page .right-content h6 {
	font-size: 14px;
	color: #4a4a4a;
	font-weight: 400;
}
.contact-page .right-content span a:hover i {
	background-color: #3a8bcd;
}
.contact-page .right-content .button {
	cursor: pointer;
	background-color: #3a8bcd;
	outline: none;
	border-radius: 5px;
	padding: 10px 15px;
	display: inline-block;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: 0.4px;
	text-decoration: none;
	transition: all 0.5s;
	box-shadow: none;
	border: none;
}






/* Responsive Style */
@media (max-width: 991px) {

	.banner {
		border-top: none;
		margin-top: 0px;
	}
	.navbar .navbar-brand {
		width: auto;
	}
	.navbar:after {
		display: none;
	}
	#navbarResponsive {
	    z-index: 99999;
	    position: absolute;
	    top: 96px;
	    width: 100%;
	    text-align: center;
	    background-color: rgba(250,250,250,0.95);
	    box-shadow: 0px 10px 10px rgba(0,0,0,0.1);
	}
	.navbar-dark .navbar-nav .nav-item {
		border-bottom: 1px solid #eee;
	}
	.navbar-dark .navbar-nav .nav-item:last-child {
		border-bottom: none;
	}
	.navbar-dark .navbar-nav .nav-link {
		padding: 15px 0px;
	}
	.featured-page #filters {
		text-align: right;
	} 
	.single-product .right-content {
		margin-top: 30px;
	}
	.about-page .right-content {
		margin-top: 30px;
	}
	.contact-page .right-content {
		margin-top: 30px;
	}
	.contact-page .right-content .col-md-6,
	.contact-page .right-content .col-md-12 {
		padding: 0px;
	}
	.featured-page {
		margin-top: 80px;
	}
	.about-page,
	.contact-page {
		margin-top: 0px;
	}

}

@media (max-width: 767px) {

	.subscribe-form .main-content form input.button {
		margin-top: 20px;
	}
	.featured-page #filters {
		margin-top: 15px;
		text-align: left;
	} 

}

.navbar navbar-expand-lg navbar-dark bg-dark static-top a img{
	width:110px;
	height: 80px;
}

.about-section{
	margin-top: 7em;
}
/* responsive */
/*
@media screen and (max-width: 720px) {
    .home-banner{
        padding-left:15px;
        padding-right:15px;
    }
    .call-icon-header{
		width:30%;
	}
	.preheader{
	    width:70%;
	}
	.preheader span{
		float:left;
		padding: 10px 10px !important;
	}
	.section-gap{
		margin-top: 3em;
	}
	#navbarResponsive{
		left: 42.4%;
	}
	.welcome-msg{
	    font-size: 1.2rem;
	}
	.half-box{
        padding: 22px;
        margin-top: 20px;
        border: 4px solid #E7767C;
        width: 100%;
        margin-left: 0;
        height: auto;
        z-index: 0;
        position: relative;
    }
    .half-box-left{
		padding: 22px;
		margin-top: 20px;
		border: 5px solid #E7767C;
		width: 100%;
		margin-right: 0;
		height: auto;
		z-index: 0;
		position: relative;
	}
    .about-txt,.about-txt-left{
        margin-left:0px;
        font-size:14px;
    }
    .sec-btn{
        text-align:right;
    }
    .about-btn, .about-btn-left{
        text-align:right;
        float:none;
        margin-top:0;
    }
    .abouttxt h2, .about-txt-left h2{
        font-size: 2.2rem;
    }
    .res-image{
        margin-top:30px;
    }
    .social-media-box{
		margin-top:20px;
		margin-bottom:20px;
		border:none;
	}
	.social-media-box p{
		border: 5px solid #186B97;
	}
	.footer .logo{
		text-align:center;
	}

	.testimonial-slider i.fa.fa-chevron-left, .testimonial-slider i.fa.fa-chevron-right{
	    font-size:14px;
	}
}

@media screen and (max-width: 991px) {
	.call-icon-header, .preheader{
		width:50%;
	}
	#navbarResponsive{
		left: 42.4%;
	}
	
	.welcome-msg{
		font-size: 2.22rem;
	}
	.section-gap{
		margin-top: 3em;
	}
	.preheader span{
		float:left;
		padding: 10px 0 !important;
	}
	.res-events, .res-workshop,.res-video{
		margin-top: 7em !important;
	}
    .half-box{
        padding: 50px;
        margin-top: 20px;
        border: 4px solid #E7767C;
        width: 100%;
        margin-left: 0;
        height: auto;
        z-index: 0;
        position: relative;
    }
    .about-txt{
        margin-left:0px;
        font-size:14px;
    }
    .sec-btn{
        text-align:right;
    }
    .about-btn{
        text-align:right;
        float:none;
        margin-top:0;
    }
	.social-media-box{
		margin-top:20px;
		margin-bottom:20px;
		border:none;
	}
	.social-media-box p{
		border: 5px solid #186B97;
	}
	.footer .logo{
		text-align:center;
	}
	.footer .form-inline{
		margin-left:23%;
	}
}*/


/* about page starts */
    .about-half-box{
        padding: 34px;
        margin-top: 35%;
        border: 5px solid #E7767C;
        width: 142.5%;
        margin-left: -45%;
        height: auto;
        z-index: 0;
        position: absolute;
        padding-top: 13em;
    }
    .about-page{
        margin-bottom:45em;
    }
    .aboutpage-txt{
        text-align: justify;
        font-weight: bold;
        font-size: 16px;
        margin-left: 0;
    }
    .about-founder{
        margin-top:40px;
        letter-spacing: 20px;
        line-height: 1.2;
        font-size: 4.2rem;
        color: #186b97;
        float: right;
        font-weight: 100;
    }
    .about-founder span{
        float:right;
    }
/* about page ends */

/* why section starts */
    .why-page{
        margin-bottom: 36em;
    }
    .why-section{
        margin-top: 40px;
        letter-spacing: 20px;
        line-height: 1.2;
        font-size: 3.5rem;
        color: #186b97;
        float: right;
        font-weight: 100;
    }
    .why-section span{
        float:right;
    }
    .a-big{
        font-size:35px;
    }
/* why section ends */

/* press-blog starts */
    .press-page{
        margin-top:5em;
    }
    #press .carousel-control-prev{
        left: -130px;
    }
    #press .carousel-control-next{
        right: -110px;
    }
    .press-page .carousel i.fa.fa-chevron-left, .press-page .carousel i.fa.fa-chevron-right{
        font-size:40px;
        color:#000;
    }
    
    .blog-slides .carousel-item img{
        width:100%;
        height:365px;
    }
/* press-blog ends */
@media only screen and (min-width: 351px) and  (max-width: 991px) {
    .res-events, .res-video{
		margin-top: 17.4em !important;
	}
	.res-workshop{
	    margin-top:15em !important;
	}
}

@media only screen and (min-width: 768px) and  (max-width: 991px) {
    .about-half-box{
        margin-left: -64% !important;
    }
    .about-page {
        margin-bottom: 45em !important;
    }
}
@media only screen and (min-width: 320px) and  (max-width: 393px) {
    .half-box-left{
        padding:7px !important;
    }
    .res-events, .res-video{
        margin-top: 30em !important;
    }
}
@media only screen and (min-width: 320px) and  (max-width: 991px) {
    .call-icon-header{
        width:35%;
    }
    .preheader{
        width:65%;
    }
    #navbarResponsive{
		left: 42.4%;
	}
    #pre-header span{
        padding: 13px 3px;
        font-size:14px;
    }
    .home-banner{
        padding-right:15px;
        padding-left:15px;
    }
    .welcome-msg{
        font-size: 1.22rem;
    }
    .section-gap{
		margin-top: 3em;
	}
	.about-img, .abouttxt, .abouttxt-left{
		width:50%;
	}
	.half-box {
        padding: 22px;
        margin-top: 0;
        border: 5px solid #E7767C;
        width: 126%;
        margin-left: -80px;
        height: auto;
    }
    .half-box-left{
		padding: 22px;
		margin-top: 0px;
		border: 5px solid #E7767C;
		width: 134%;
		margin-right:-80px;
		height: auto;
	}
    .about-txt{
        margin-left:40px;
        font-size:12px;
    }
    .about-txt-left{
        margin-left:0px;
        font-size:12px;
    }
    .sec-btn{
        text-align:right;
    }
    .sec-btn-left{
        text-align:left;
    }
    .about-btn-left{
        text-align:left;
        float:none;
        margin-top:0;
        font-size:12px; 
    }
    .about-btn{
        text-align:right;
        float:none;
        margin-top:0;
        font-size:12px;
    }
    .abouttxt h2, .abouttxt-left h2{
        font-size: 1.2rem;
    }
    .res-events, .res-video{
		margin-top: 21.4em;
	}
	.res-workshop{
	    margin-top:25em;
	}
	.social-media-box{
		margin-top:20px;
		margin-bottom:20px;
		border:none;
	}
	.social-media-box p{
		border: 5px solid #186B97;
		font-size:20px;
	}
	.testimonial h2{
	   font-size: 1.4rem;
	}
	.testimonial-slider i.fa.fa-chevron-left, .testimonial-slider i.fa.fa-chevron-right{
	    font-size:14px;
	}
	.footer .logo{
		text-align:center;
	}
	
	.footer .form-inline{
	    float:none;
	    margin-left:15px;
	}
	.footer .social-icons, .footer img{
	    float:none;
	}

    /* about page starts */
    .about-founder-section{
        width:50%;
        margin-top: 0;
        
    }
    .about-founder{
        letter-spacing: 0;
        line-height: 1;
        font-size: 1.2rem;
        margin-top:0;
    }

    .why-section{
        letter-spacing: 0;
        line-height: 1;
        font-size: 1rem;
        margin-top:0;
    }
    .aboutpage-txt{
        font-size:12px;
    }
    .about-half-box {
        padding: 8px;
        margin-top: 35%;
        border: 5px solid #E7767C;
        width: 160.5%;
        margin-left: -80%;
        height: auto;
        z-index: -1;
        position: absolute;
        padding-top: 7em;
    }
    .about-page{
        margin-bottom:88em;
    }
    .why-page{
       margin-bottom: 70em;
    }
    /* about page ends */
}

@media only screen and (min-width: 768px) and  (max-width: 991px) {
    .why-page{
        margin-bottom: 30em;
    }
}
@media only screen and (min-width: 576px) and  (max-width: 767px) {
    .why-page{
        margin-bottom: 41em;
    }
}
@media only screen and (min-width: 440px) and  (max-width: 555px) {
    .why-page{
        margin-bottom: 47em;
    }
}

@media only screen and (max-width: 320px){
    .about-page{
        margin-bottom:95em;
    }
    .why-page {
        margin-bottom: 65em;
    }
}
@media only screen and (min-width: 468px) and  (max-width: 520px) {
    .abouttxt h2, .abouttxt-left h2{
        font-size:1.7rem;
    }
    .half-box{
        width:122%;
    }
    .res-events, .res-video{
        margin-top:13em !important;
    }
    .res-workshop{
        margin-top:6em;
    }
    .half-box-left{
        margin-top:20px;
    }
}
@media only screen and (min-width: 520px) and  (max-width: 768px) {
    .about-half-box{
        padding-top: 9em !important;
    }
    .about-page{
        margin-bottom: 58em;
    }
    .abouttxt h2, .abouttxt-left h2{
        font-size:2.2rem;
    }
    
}
@media only screen and (min-width: 992px) and  (max-width: 1199px) {
    #navbarResponsive{
        left: 41.4%;
    }
     .res-events, .res-video{
        margin-top:10em;
    }
    .res-workshop{
        margin-top:10em;
    }
    .abouttxt h2{
        font-size:2.8rem;
    }
    .footer-textfield,.footer-submit{
        padding:7px;
        font-size:12px;
    }
    .about-founder{
        font-size:3.2rem;
    }
    .aboutpage-txt{
        font-size:14px;
    }
    .about-page{
        margin-bottom:48em;
    }
    .why-section{
        font-size:2rem;
    }
    .about-txt-left{
        margin-right: 134px;
    }
}



/*event page starts */
.event-page{
	margin-top:3em;
	margin-bottom:12rem;
}
.event-img img{
	width:100%;
}

.event-img{
    z-index:1;
}
.event-half{
	text-align:center;
	font-size:18px;
	border:5px solid #88466A;
	padding:.5rem;
	padding-top:5rem;
	z-index:0;
	position:absolute;
	margin-left: 140px;
    margin-top: 130px;
}
.event-half a{
	float:right;
	font-size:14px;
}
.row-gap{
	margin-top:13.4em;
}

.event-half .read-more{
    background:#EA989E;
    border:#EA989E;
    float:left;
}
@media screen and (max-width: 375px) and (min-width:280px) {
	.event-page{
	    margin-bottom:7em;
	}
	.event-half{

        border: 5px solid #88466A;
        padding: .5rem;
        padding-top: 2rem;
        z-index: 0;
        position: relative;
        margin-top: 9px;
        padding-right:15px;
        padding-left:15px;
        margin-left:0;
	}
	.event-img{
	    margin-top: 9px;
	}
	.row-gap {

    margin-top: 3.4em;

}
}
@media screen and (max-width: 575px) and (min-width:376px) {
	.event-img{
		width:50%;
	}
	.event-half{
		width:58%;
		font-size:14px;
	}
	.res-gap{
	    margin-top:13.4em;
	}
	
}
@media screen and (max-width: 575px) and (min-width:500px) {
    .event-half{
        padding-top: 7rem;
    }
}
@media screen and (max-width: 767px) and (min-width:576px) {
	.event-half{
	margin-left:140px;
	margin-top:120px;
	}
	.res-gap{
	margin-top:13.4em;
	}
}
@media screen and (max-width: 991px) and (min-width:768px) {
.res-gap{
	margin-top:13.4em;
}
.event-half{
	margin-left:180px;
}
}
@media screen and (max-width: 1200px) and (min-width:992px) {
.event-half{
	margin-left:110px;
}
.event-page{
	margin-bottom:14rem;
}
}
/* event page ends */

/* press and blog page starts */
.press-blog-page{
	margin-top:3em;
	margin-bottom:4rem;
}

.title-center{
	color:#377FA5;
	text-align:center;
	margin-top:0.5em;
	margin-bottom:0.2em;
	letter-spacing:13px;
}
.news-img{
	text-align:center;
}
#blog .fa-chevron-left{
	font-size: 40px;
    color: #000;
    margin-left: -235px;
}
#blog .fa-chevron-right{
	font-size: 40px;
    color: #000;
    margin-right: -235px;
}
#news .fa-chevron-left{
	font-size: 20px;
    color: #000;
    margin-left: -15px;
}
#news .fa-chevron-right{
	font-size: 20px;
    color: #000;
    margin-right: -15px;
}

.press-blog-page .title-center h1{
    font-size: 1.2rem;
}

.press-blog-page .title-center{
    letter-spacing: 8px;
}
@media screen and (max-width: 1023px) and (min-width:280px) {
    #blog .fa-chevron-left{
        margin-left:0px;
        color:#fff;
    }
    #blog .fa-chevron-right{
        margin-right:0px;
        color:#fff;
    }
    #news .fa-chevron-left{
        margin-left:0px;
        color:#000;
    }
    #news .fa-chevron-right{
        margin-left:0px;
        color:#000;
    }
}
@media screen and (max-width: 1120px) and (min-width:1024px){
    #news h4{
        font-size:1.2rem;
    }
}
/* press and blog page ends */


/* workshop page starts */
.workshop-page{
	margin-top: 4em;
    margin-bottom: 55em;
}
.workshop-image img{
	width:100%;
	border: 5px solid #186B97;
    border-radius: 5px;
}
.workshop-text{
	margin-top: 9em;
}
.workshop-text h2 {
    color: #377FA5;
    font-size: 60px;
    letter-spacing: 17px;
    font-weight: normal;
    text-align: right;
}
.workshop-half{
	padding: 4em;
    width: 130%;
    border: 5px solid #E6757B;
    position: absolute;
    z-index: -1;
    margin-left: -234px;
    padding-top: 8em;
}
.workshop-title-box{
	float:left;
	background: white;
	margin-left: -50px;
}
.workshop-title-box h3{
	letter-spacing: 4px;
	color: #E6757B;
}
.workshop-data{
	padding: 3em;
	border: 5px solid;
    margin-top: 14px;
	background: url(../images/workshop-watermark.png);
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
}
.workshop-three-container{
	text-align: center;
}
.workshop-three-container img{
	width:100%;

}
.box-content{
	letter-spacing: 2px;
    font-weight: bold;
	
}
.img-1{
	border:4px solid #E6757B;
}
.img-2{
	border:4px solid #186B97;
}
.img-3{
	border:4px solid #88466C;
}
.box-content h6{
	font-size:0.9em;
}
.box-content{
	padding: 1em;
    padding-top: 6em;
    border: 3px solid #186B97;
    margin-bottom: 2em;
    margin-top: -5.2em;
    z-index: -1;
}

.enquiry-btn{
	margin-bottom: 3em;
	font-size:13px;
	background:#186B97;
	color:#fff;
	border:none;
}


@media screen and (max-width: 375px) and (min-width:280px){
    .workshop-page{
		margin-bottom: 3em;
	}
	.workshop-text{
	    margin-top:1em;
	}
	.workshop-text h2 {
        font-size: 20px;
    }

    .workshop-half {
        padding: 1em;
        padding-top: 2em;
        margin-left:0;
        width:100%;
        position:relative;
    }
    .workshop-title-box{
        float:none;
        margin-left:0px;
    }
    .workshop-title-box h3{
        font-size:0.75rem;
    }
    .workshop-data{
        padding: 1em;
    }
    .workshop-data{
        background-size:contain;
    }
}
@media screen and (max-width: 991px) and (min-width:376px){

	.workshop-page{
		margin-bottom: 70em;
	}
	.workshop-image{
		width:40%;
	}
	.workshop-text{
		width:60%;
		margin-top: 1em;
	}
    .workshop-three-container img{
        width:50%;
    }
	.workshop-text h2{
		font-size: 15px;
	}
	.workshop-half{
	    padding: 2em;
		width: 145%;
		margin-left: -109px;
		width:122%;
		padding-top:9em;
	}
	.workshop-title-box{
	    margin-left: -15px;
	}
	.workshop-title-box h3{
	    font-size:0.6rem;
	}
	.workshop-data{
	    padding: 1em;
	    background-size: contain;
	    margin-top:6px;
	}
	.workshop-data p{
	    font-size: 13px
	}
	.box-content h6 {
		font-size: 1em;
	}
	.enquiry-btn{
		font-size: 23px;
	}
}
@media screen and (max-width: 469px) and (min-width:371px){
    .workshop-page {
        margin-bottom: 115em;
    }
}
@media screen and (max-width: 370px) and (min-width:320px){
    .workshop-page {
        margin-bottom: 2em;
    }
}
@media screen and (max-width: 576px) and (min-width:470px){
    .workshop-page {
        margin-bottom: 85em;
    }
}
@media screen and (max-width: 767px) and (min-width:577px){
    .workshop-page {
        margin-bottom: 70em;
    }
}
@media screen and (max-width: 991px) and (min-width:768px) {
    .workshop-page {
        margin-bottom: 50em;
    }
    
}

@media screen and (max-width: 1199px) and (min-width:992px){
    .workshop-page {
        margin-bottom: 65em;
    }
}
/* workshop page ends */

/* Matchmaking Page Starts */  
.matchmaking-page {
    margin-top: 4em;
    margin-bottom: 117em;
}
.matchmaking-text{
    margin-top: 7em;
}
.matchmaking-text h2 {
    color: #377FA5;
    font-size: 55px;
    letter-spacing: 17px;
    font-weight: normal;
    text-align: right;
}
.matchmaking-half {
    padding: 4em;
    width: 130%;
    border: 5px solid #E6757B;
    position: absolute;
    z-index: -1;
    margin-left: -234px;
    padding-top: 9em;
}
.matchmaking-half h3{
    letter-spacing: 7px;
    color: #e6757b;
}
.matching-title-box {
    float: right;
    background: white;
    margin-left: -50px;
}
.matching-title-box img{
    margin-top: -44px;
    margin-right: -45px;
}
.matchmaking-data {
    padding: 3em;
    border: 5px solid #89456A;
    margin-top: 14px;
}

@media screen and (max-width: 375px) and (min-width:280px){
    .matchmaking-page{
		margin-bottom: 3em;
	}
	.matchmaking-text{
	    margin-top:2em;
	}
	.matchmaking-text h2 {
        font-size: 12px;
    }
    .matchmaking-half h3{
        letter-spacing:2px;
        font-size:0.75rem;
    }
    .matchmaking-half {
        padding: 1em;
        padding-top: 2em;
        margin-left:0;
        width:100%;
        position:relative;
    }
    .matching-title-box{
        float: none;
        background: white;
        margin-left: 0;
        text-align: center;
    }
    .matching-title-box img{
        margin-top:0;
        margin-right:0;
    }

    .matchmaking-data{
        padding: 1em;
    }
    .matchmaking-data h4{
        font-size:1rem;
    }
    .matchmaking-data h5{
        font-size:0.8rem;
    }
    .matchmaking-data p{
        font-size:12px;
    }
    .workshop-data{
        background-size:contain;
    }
}
@media screen and (max-width: 991px) and (min-width:376px){

	.matchmaking-page{
	    margin-bottom: 233em;
	}
	.workshop-image{
		width:40%;
	}
	.matchmaking-text{
		width:60%;
		margin-top: 1em;
	}

	.matchmaking-text h2{
		font-size: 12px;
		letter-spacing:8px;
	}
	.matchmaking-half h3{
	    font-size: 0.9em;
	}
	.matchmaking-half{
	    padding: 2em;
		width: 145%;
		margin-left: -109px;
		width:122%;
		padding-top:14em;
	}
	.matchmaking-title-box{
	    margin-left: -15px;
	}
	.matching-title-box img {
        margin-top: -19px;
        margin-right: -26px;
    }
	.matchmaking-data{
	    padding: 1em;
	    margin-top: 33px;
	    padding-top: 20%;

	}
	 .matchmaking-data h4{
        font-size:1rem;
    }
    .matchmaking-data h5{
        font-size:0.8rem;
    }
    .matchmaking-data p{
        font-size:13px;
    }
	
	.box-content h6 {
		font-size: 1em;
	}
	.enquiry-btn{
		font-size: 23px;
	}
}
/*@media screen and (max-width: 469px) and (min-width:320px){
    .matchmaking-page {
        margin-bottom: 88em;
    }
}*/
@media screen and (max-width: 400px) and (min-width:376px){
    .matchmaking-page {
        margin-bottom: 277em;
    }
}
@media screen and (max-width: 418px) and (min-width:401px){
    .matchmaking-page {
        margin-bottom: 242em;
    }
}
@media screen and (max-width: 520px) and (min-width:470px){
    .matchmaking-page {
        margin-bottom: 198em;
    }
}
@media screen and (max-width: 576px) and (min-width:521px){
    .matchmaking-page {
        margin-bottom: 172em;
    }
}
@media screen and (max-width: 767px) and (min-width:577px){
    .matchmaking-page {
        margin-bottom: 171em;
    }
}
@media screen and (max-width: 991px) and (min-width:768px) {
    .matchmaking-page {
        margin-bottom: 124em;
    }
    
}

@media screen and (max-width: 1199px) and (min-width:992px){
    .matchmaking-page {
        margin-bottom: 136em;
    }
    .matchmaking-text h2{
        font-size:43px;
    }
    .matchmaking-half h3{
        font-size:1.5rem;
    }
}
/* Matchmaking page ends */


/* matching page starts */
    .matching-page{
        margin-top: 4em;
        margin-bottom: 93em;
    }
    .matching-half{
        padding: 4em;
        width: 130%;
        border: 5px solid #E6757B;
        position: absolute;
        z-index: -1;
        margin-left: -234px;
        padding-top: 13em;
    }
    .matching-half h3 {
        letter-spacing: 7px;
        color: #e6757b;
    }
    .matchmaking-data{
        text-align:justify;
    }
    .matchmaking-data span{
        margin-left:15em;
    }
    
    .workshop-title-box img {
        margin-top: -19px;
        margin-right: 0px;
    }
    .heart-icon-data{
        padding: 3em;
        border: 5px solid #89456A;
        margin-top: 14px;
    }
@media screen and (max-width: 375px) and (min-width:280px){
    .matching-half{
        padding:1em;
        position: relative;
        margin-left: 0;
        padding-top: 3em;
        width:100%;
    }
    .matching-half h3{
        font-size:1.4em;
    }
    .heart-title{
        text-align:center;
    }
    .heart-icon-data p{
        font-size:13px;
    }
    .heart-icon-data{
        padding:1em;
    }
    .matching-page{
        margin-bottom:2em;
    }
    
}
@media screen and (max-width: 576px) and (min-width:376px){
    .matching-page{
        margin-bottom:191em;
    }
    .matching-half{
        margin-left: -137px;
        padding:2em;
        padding-top: 12em;
    }
    .matching-half h3{
        font-size:0.75em;
    }
    .matching-half .second{
        margin-bottom:20px;
    }
    .heart-icon-data p{
        font-size:13px;
    }
}
@media screen and (max-width: 390px) and (min-width:376px){
    .matching-page {
        margin-bottom: 228em;
    }
}
@media screen and (max-width: 414px) and (min-width:391px){
    .matching-page {
        margin-bottom: 213em;
    }
}
@media screen and (max-width: 470px) and (min-width:435px){
    .matching-page {
        margin-bottom: 154em;
    }
}
@media screen and (max-width: 520px) and (min-width:471px){
    .matching-page {
        margin-bottom: 160em;
    }
}
@media screen and (max-width: 440px) and (min-width:421px){
    .matching-page {
        margin-bottom: 192em;
    }
}
@media screen and (max-width: 470px) and (min-width:441px){
    .matching-page {
        margin-bottom: 177em;
    }
}
@media screen and (max-width: 576px) and (min-width:551px){
    .matching-page {
        margin-bottom: 128em;
    }
}
@media screen and (max-width: 767px) and (min-width:577px){
    .matching-page {
        margin-bottom: 130em;
    }
    .matching-half{
        margin-left:-133px;
        padding: 2em;
        padding-top:10em;
    }
    .matching-half h3{
        font-size:0.7em;
    }
    .matching-half .second{
        margin-bottom:20px;
    }
    .heart-icon-data p{
        font-size:13px;
    }
}
@media screen and (max-width: 991px) and (min-width:768px) {
    .matching-page {
        margin-bottom: 117em;
    }
    .matching-half{
        margin-left: -169px;
        padding-top: 14em;
    }
    .matching-half h3{
        font-size:0.8em;
    }
    .matching-half .second{
        margin-bottom:20px;
    }
    .heart-icon-data p{
        font-size:13px;
    }
}
@media screen and (max-width: 1199px) and (min-width:992px){
    .matching-page {
        margin-bottom: 115em;
    }
    .matchmaking-text h2{
        font-size:43px;
    }
    .matchmaking-half h3{
        font-size:1.5rem;
    }
}
/* matching page ends */

/* about heart soul page starts */

    .about-heartsoul-page{
        margin-top: 4em;
        margin-bottom: 80em;
    }
    .about-background{
       
        background-size: cover;
        background-position: bottom center;
        background-repeat: no-repeat;
    }
    .about-below{
        margin-bottom:5em;
    }
    .about-below .row{
        margin-top:5em;
    }
    .about-below .matchmaking-data{
        border: 5px solid #E6757B !important;
    }
    .about-below .left-icon img{
        margin-right: 0px;
    }
    .about-below h3{
        color: #29749C;
        font-size: 3rem;
        letter-spacing: 12px;
    }
    .about-below .matchmaking-data{
        padding:2em;
    }
    
    .about-below .matchmaking-data h4{
        color:#E6757B;
        letter-spacing:3px;
    }
    .left-icon{
        float:left;
    }
@media screen and (max-width: 375px) and (min-width:280px){
    .about-heartsoul-page{
        margin-bottom: 2em;
    }
    .about-below h3{
        font-size: 1rem;
    }
    .left-icon{
        float:none !important;
    }
    .about-below .matchmaking-data h4{
        font-size:0.81rem;
        word-break: break-all;
    }
    .about-below .row{
        margin-top: 2em;
    }
    .about-heartsoul-page .matching-half{
        background: url(../images/about-bg.png);
        background-repeat: no-repeat;
        background-position-y: 110px;
        background-position-x: 0px;
        background-size:contain;
    }
}
@media screen and (max-width: 390px) and (min-width:376px){
    .about-below h3{
        font-size:2rem;
    }
    .about-below{
        padding-top: 60em !important;
    }
}
@media screen and (max-width: 470px) and (min-width:391px){
    .about-below h3{
        font-size:2rem;
    }
    .about-below{
        padding-top: 52em !important;
    }
}
@media screen and (max-width: 991px) and (min-width:376px){
    .about-below{
        padding-top: 28em;
    }
    .about-below .col-lg-10{
        margin-bottom: 30px;
    }
    .about-below .heart-icon-data p{
        font-size:13px;
    }
    .responsive-text{
        margin-top:7px !important;
    }
    .about-below .row{
        margin-top: 1em;
        padding:38px;
    }
    .about-heartsoul-page .matching-half{
        margin-left: -137px;
        padding: 1em;
        padding-top: 12em;
    }
    
    .about-below .matchmaking-data h4{
        font-size: .6rem;
        word-break: break-all;
    }
    .about-heartsoul-page .matching-half{
        background: url(../images/about-bg.png);
        background-repeat: no-repeat;
        background-position-y: 563px;
        background-position-x: 17px;
        background-size: contain;
    }
    
}    
@media screen and (max-width: 991px) and (min-width:768px){
    .about-below{
        padding-top:0em;
    }
}
@media screen and (max-width: 1199px) and (min-width:992px){
    .about-heartsoul-page{
        margin-bottom:73em;
    }
    .about-below{
        padding-top: 10em;
    }
    .responsive-text p{
        font-size:13px;
    }
    .about-heartsoul-page .matching-half{
        background: url(../images/about-bg.png);
        background-repeat: no-repeat;
        background-position-y: 457px;
        background-position-x: 17px;
        background-size:contain;
    }
}
/* about heart soul page ends */





/*footer responsive */

@media screen and (max-width: 767px) and (min-width:576px){
    .footer .form-inline{
        margin-left: 118px;
    }
}
@media screen and (max-width: 991px) and (min-width:768px){
    .footer-textfield{
        margin-bottom:10px;
    }
    .footer .social-icons ul li{
        margin: 0px -1px;
    }
}

/* footer responsive ends */
.gallery .carousel-control-prev, .gallery .carousel-control-next{
    display:none;
}




/* contact page starts */
    .contact-page img{
        width:100%;
    }
    .contact-form h1{
        color:#EA989D;
        font-weight:bold;
    }
    .contact-form label{
        color: #008CC1;
        font-weight: bold;
        font-size: 28px;
    }
    .contact-form .form-control{
        border: 4px solid #88466C;
        border-radius: 0;
    }
    .contact-form .btn-success{
        color: #000;
        background-color: transparent;
        border-color: #88466C;
        border: 3px solid #88466C;
        border-radius: 0;
    }
    .contact-details{
        margin-top:40px;
    }
    .contact-details .phone{
        margin-left:20px;
    }
    .contact-details span{
        font-size:25px;
    }
    .contact-details .fa{
        color:#EA989D;
    }
    .contact-details a{
        color:#000;
    }
/* contact page ends */


/* Register Page Starts */
    .register-page{
        margin-bottom:235em;
    }
    .register-form{
        border: 3px solid #88466C;
    }
    .register-form .panel-heading{
        background: #EA989E;
        padding: 6px;
        color: #fff;
        text-transform: uppercase;
        font-weight: bold;
    }
    .register-form .panel-body .container-fluid{
        
        border-bottom: 1.5px solid #88466C;
        padding-right: 5px;
        padding-left: 5px;
    }
    .bor-bot{
        border-bottom:none !Important;
    }
    .mar-bot{
        margin-bottom:8px;
    }
    .register-form .col-lg-5{
        border-right: 1.5px solid #88466C;
    }
    
    .register-form label{
        margin-top: 0.3rem;
        font-size: 14px;
        font-weight: bold;
        padding: 5px;
    }
    .register-form input[type="text"], .register-form input[type="email"],.register-form textarea, .register-form input[type="file"], .register-form input[type=date]{
        width: 100%;
        height: 93%;
        border: none;
        margin-bottom: 8px;
    }
    .register-form button{
        background: transparent;
        border: none;
        color: #fff;
        font-weight: bold;
    }
    
    .register-form button:hover{
        cursor: pointer;
    }
    
    @media screen and (max-width: 515px) and (min-width:280px){
        .register-page .about-half-box{
            z-index:0;
        }
        .register-page{
            margin-bottom: 4em;
        }
        .register-page .col-lg-5{
            width:40%;
        }
        .register-page .col-lg-7{
            width:60%;
        }
        .register-page .about-img, .register-page .about-founder-section{
            width:100%;
        }
        .register-page .about-founder{
            font-size:2.2rem;
        }
        .register-page .about-half-box{
            padding: 6px;
            margin-top: 19%;
            width: 100%;
            margin-left: 0;
            position: relative;
            padding-top: 3em;
        }
    }
    @media screen and (max-width: 566px) and (min-width:516px){
        .register-page{
            margin-bottom:333em;
        }
        .register-page .col-lg-5{
            width:40%;
        }
        .register-page .col-lg-7{
            width:60%;
        }
        
    }
    @media screen and (max-width: 767px) and (min-width:567px){
        .register-page{
            margin-bottom:320em;
        }
        .register-page .col-lg-5{
            width:40%;
        }
        .register-page .col-lg-7{
            width:60%;
        }
    }
    @media screen and (max-width: 991px) and (min-width:768px){
        
        .register-page{
            margin-bottom:240em;
        }
        .register-page .col-lg-5{
            width:40%;
        }
        .register-page .col-lg-7{
            width:60%;
        }
    }
/* Register Page Ends */

/*event description page starts */

    .event-description{
        
        margin-top:4em;
        margin-bottom:5em;
        
    }
    .event-description .col-lg-10{
        padding:2em;
        border:5px dotted #88466C;
    }
    .etitle{
        text-transform:uppercase; font-weight:bold;
        color:#EA989E;
    }
/*event description page ends */

.preheader a{
    color:#000;
}

#privacy-page .about-half-box{
    position:relative;
}

#privacy-page.about-page{
    margin-bottom:80px;
}

#privacy-page ul{
    list-style-type:circle;
}

#privacy-page h5{
    font-weight:bold;
    color:#4a4a4a;
}

#privacy-page p{
    font-weight:normal;
}

#privacy-page hr{
    border-top:2px solid #186B97;
}


	.event-registration.matching-page{
		margin-bottom:3em;
	}
	.event-registration.matching-page .workshop-image{
		z-index:1;
	}
	.event-registration .matching-half{
		position: initial;
		z-index: -1;
		margin-left: -190px;
	}
	.event-registration .footer-submit:hover{
	    color:#33E8FF;
	}

.event-registration .matchmaking-data p, .event-registration .heart-icon-data p{
    font-size:16px;
}

.otherThings{
    padding: 35px;
    margin-top: 10px;
    border-radius: 8px;
    margin-bottom: 20px;
    box-shadow: 0 0 15px 0 rgba(22, 104, 183, 0.15);
}

.strictAction{
    padding: 35px;
    margin-top: 10px;
    background: #0f17ac3d url(../images/heart-and-soul-shades.png);
    border-radius: 8px;
    margin-bottom: 20px;
}

.event-registration blockquote {
    box-shadow: 0 0 50px 0 rgba(22, 104, 183, 0.15);
    padding: 19px;
    background: #0c72a7;
    border-radius: 8px;
}


.event-registration blockquote img{
    width: 6%;
    opacity: 0.3;
    position: absolute;
}

.event-registration blockquote b{
    color:#fff;
}

.event-registration blockquote .col-lg-11{
    padding-left:0;
}


@media (max-width: 376px){
   
    .event-registration .matching-half {
        position: initial;
        z-index: -1;
        width: 100%;
        margin-left:0;
    }
    
    .event-registration .workshop-image, .event-registration .matchmaking-text{
        width:100%;
    }
    
    .event-registration .matchmaking-text h2 {
        font-size: 20px;
        letter-spacing:5px;
    }
    
    .event-registration .footer-submit{
        width:100%;
        font-size:12px;
    }
    
    .event-registration .matchmaking-text {
        margin-top: 0em;
    }
    
    .event-registration .matchmaking-data p, .event-registration .heart-icon-data p{
        font-size:13px;
    }
    
    .event-registration blockquote{
        font-size:13px;
    }
    
    .event-registration li{
        font-size:13px;
        margin-bottom:5px;
    }
}

@media screen and (min-width:377px) and (max-width:424px){
   .event-registration .matching-half {
        position: initial;
        z-index: -1;
        padding-top:5em;
    } 
    .event-registration .matchmaking-text {
        margin-top: 0em;
    }
}


@media (max-width: 992px){
    .event-registration .workshop-title-box, .event-registration .matching-title-box{
        float:none;
        text-align:center;
        background:none;
        margin:0;
    }
    
    .event-registration .matching-half{
        padding-top:2em;
    }
    
    .event-registration .heart-icon-data{
        padding:1em;
    }
    
    .event-registration .workshop-image, .event-registration .matchmaking-text{
        width:100%;
    }
}

@media screen and (min-width:425px) and (max-width:550px){
   .event-registration .matching-half {
        position: initial;
        z-index: -1;
        padding-top:5em;
    } 
    .event-registration .matchmaking-text {
        margin-top: 0em;
    }
}

@media screen and (min-width:551px) and (max-width:767px){
   .event-registration .matching-half {
        position: initial;
        z-index: -1;
        padding-top:7em;
    } 
    .event-registration .matchmaking-text {
        margin-top: 0em;
    }
}


@media screen and (min-width:768px) and (max-width:992px){
   .event-registration .matching-half {
        position: initial;
        z-index: -1;
        padding-top:7em;
    } 
}
@media screen and (min-width: 377px) and (max-width: 992px){
    
    .event-registration .matching-half {
        margin-left:0;
        width:100%;
    }
    
    
    .event-registration .matchmaking-text h2 {
        font-size: 20px;
        letter-spacing:5px;
    }
    
    .event-registration .footer-submit{
        font-size:12px;
    }
    
    
    
    .event-registration .matchmaking-data p, .event-registration .heart-icon-data p{
        font-size:13px;
    }
    
    .event-registration blockquote{
        font-size:13px;
    }
    
    .event-registration li{
        font-size:13px;
        margin-bottom:5px;
    }
    
    .event-registration .heart-icon-data{
        padding:1em;
    }
}

.city_field{
    display:none;
}