* {
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: 'Playfair Display', serif;
 }

html {
  scroll-behavior: smooth; }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin: 0 auto !important; }

.column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }
  @media screen and (max-width: 1200px) {
    .column {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 100%; } }

.learn-btn:hover {
  -webkit-box-shadow: inset 300px 0 0 0 white;
          box-shadow: inset 300px 0 0 0 white;
  text-decoration: none; }

.fixed {
  position: fixed;
  width: 100%;
  top: 0px;
  z-index: 999999999;
  padding: 0px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-backdrop-filter: blur(18px);
          backdrop-filter: blur(18px);
  border-bottom: 1px solid lightgray; }
 .navbar-logo>a{
	display: inline-flex;
	color: black;
	text-decoration: none !important;
 }
p {
  font-size: 17px;
  padding-bottom: 33px; }

header {
  padding: 10px;
  background: #D3D3D3; }
  @media screen and (max-width: 1200px) {
    header {
      display: none !important; } }
  header ul {
    list-style-type: none;
    margin: 10px; }
    header ul li {
      display: inline-block;
      margin: 0px 10px; }
      header ul li a {
        font-size: 17px;
        color: white; }
        header ul li a i {
          color: #FAF6F5; }

.signlogo {
  position: absolute;
  top: 198px;
  width: 126px;
  left: 116px; }
  @media screen and (max-width: 1200px) {
    .signlogo {
      left: 0; } }

nav {
  padding: 10px; }
  @media screen and (max-width: 1200px) {
    nav {
      padding: 0; } }
  nav .menu {
    position: absolute;
    padding: 10px;
    background: #E77785;
    color: white;
    top: 0;
    left: 0;
    display: none; }
    @media screen and (max-width: 1200px) {
      nav .menu {
        display: block; } }
  nav ul {
    padding: 20px;
    list-style-type: none;
    margin: 10px; }
    nav ul li {
      display: inline-block;
      margin: 0px 15px; }
      @media screen and (max-width: 1200px) {
        nav ul li {
          display: block;
          margin: 10px 0px; } }
      nav ul li a {
        font-size: 18px;
        color: black; }
      nav ul li a:hover {
        color: #E77785;
        text-decoration: none; }
  nav .navbar-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    nav .navbar-logo img {
      width: 82px;
      margin: 0px 10px; }
      @media screen and (max-width: 1200px) {
        nav .navbar-logo img {
          width: 70px !important;
          margin: 9px 10px;
          padding: 10px; } }
  @media screen and (max-width: 1200px) {
    nav .navbar-menu {
      display: none; } }

.slider-wrapper {
  background-image: url(../images/hero-img.jpg);
  padding: 250px 0px;
  background-position: bottom;
  background-size: cover;
  background-repeate: no-repeate; }

.hero-head h2 {
  font-size: 70px !important;
  font-weight: 900;
  color: black; }
  @media screen and (max-width: 1200px) {
    .hero-head h2 {
      font-size: 40px !important; } }
  .hero-head h2 .sub-hero-head {
    color: #E77785; }

.learn-btn {
  padding: 10px 30px;
  background: #E77785;
  color: white;
  border-radius: 4px;
  border: none;
  outline: none;
  -webkit-transition: 0.8s;
  transition: 0.8s; }

section, article {
  padding: 30px 0px; }

.bg-pink {
  background: #FAF6F5; }

.textbox-wrapper {
  padding: 10px;
  margin: 10px 10px; }
  .textbox-wrapper span {
    font-size: 16px; }
  .textbox-wrapper h3 {
    color: #E77785; }

.textbox-content {
  background: white;
  padding: 28px 20px;
  line-break: loose;
  line-height: 2;
  margin: 10px 10px;
  border-top-left-radius: 56px;
  border-top-right-radius: 56px;
  border-bottom-right-radius: 56px; }
  .textbox-content img {
    width: 80px;
    border-radius: 100px; }

.wps-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  padding: 20px; }
  .wps-wrapper i {
    color: #E77785;
    margin: 0px 10px;
    font-size: 55px; }
  .wps-wrapper p {
    font-size: 25px; }

.panal-wrapper {
  background-image: url(../images/bg-hero.jpg);
  color: white;
  padding: 10px;
  font-size: 18px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  @media screen and (max-width: 1200px) {
    .panal-wrapper {
      height: 177px !important; } }
  .panal-wrapper .bg-fade {
    padding: 10px;
    -webkit-backdrop-filter: brightness(0.5);
            backdrop-filter: brightness(0.5); }
    @media screen and (max-width: 1200px) {
      .panal-wrapper .bg-fade {
        margin: 0px;
        font-size: 15px; } }
    .panal-wrapper .bg-fade h4 {
      font-size: 35px;
      font-weight: 700;
      color: #E77785; }

.panal-content {
  padding: 20px;
  text-align: center;
  border: 1px solid #D3D3D3;
  height: 260px; }
  @media screen and (max-width: 1200px) {
    .panal-content {
      height: 100%; } }
  .panal-content img {
    width: 100%;
    border: 4px solid #E77785;
    height: 187px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 4px; }
    @media screen and (max-width: 1200px) {
      .panal-content img {
        width: 100%;
        border-radius: 2px;
        border: 5px solid #E77785;
        height: auto; } }
  .panal-content h4 {
    text-transform: uppercase !important; }

.fluid-wrapper img {
  width: 100%;
  height: 332px; }
  @media screen and (max-width: 1200px) {
    .fluid-wrapper img {
      height: 100%; } }

.fluid-form {
  padding: 10px;
  background: black;
  height: 100%; }
  .fluid-form i {
    color: #E77785;
    font-size: 38px; }
  .fluid-form h3 {
    color: white; }
  .fluid-form form {
    padding: 40px 0px; }

.gallery_images a img {
  width: 100%; }

.con-wrapper ul {
  list-style-type: none; }
  .con-wrapper ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 20px 0px; }
	.abc>h1{
		font-size:30px;
	}
    .con-wrapper ul li a {
      font-size: 20px;
      color: black;
	  display:block;
      text-decoration: none; }
      .con-wrapper ul li a i {
        font-size: 20px;
        color: #E77785; }

footer {
  padding: 10px;
  background: #E77785; }
