@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500&display=swap');
@font-face {
  font-family: 'Segoe Script';
  src: url('../fonts/SegoeScript.eot');
  src: url('../fonts/SegoeScript.eot?#iefix') format('embedded-opentype'),
      url('../fonts/SegoeScript.woff2') format('woff2'),
      url('../fonts/SegoeScript.woff') format('woff'),
      url('../fonts/SegoeScript.ttf') format('truetype'),
      url('../fonts/SegoeScript.svg#SegoeScript') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body{background-color:#fff;font-family: 'Open Sans', sans-serif;}
header{z-index: 9999; }
p{font-weight: 400;}
.logo{ }
nav{font-family: 'Segoe Script';}
.nav-link{font-size: 18px; margin: 0 0.55em;}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link, .navbar-light .nav-link:hover{color: #FC005E!important;}
.banner{background-image:url(../images/banner.png); background-size: cover; background-repeat: no-repeat; min-height:100vh; position: relative; }
.bannerinr{background-image:url(../images/innerbnr.jpg); background-size: cover; background-repeat: no-repeat; min-height:350px; position: relative; }
.bannertxt{height: 100%; text-align: center; color: #333;margin-top: 12%;}
.pink{color: #FC005E;}
.bannertxt h1{font-family: 'Open Sans', sans-serif;color:#5E5E5E; font-weight: 600;}
.bannertxt small{font-weight: 300;font-size: 25px;}
h2{font-family: 'Segoe Script';}

.responsive-img{width:100%; height:auto;}
.greybg{background-color: #FFF3F8;}
.btn{background-color: #3A0019; padding: 8px 15px; color: #fff;}
.btn:hover{background-color: #000;color: #fff;}
 

  .footer{background-color: #8A1044; padding-top:20px; color: #fff;}
  .copyright{font-size: small; color: #ddd; background-color: #8A1044; text-align: center; margin-top: 15px; border-top: 1px solid #EE68A1;}
  .copyright a{color: #eee; text-decoration: none; margin: 0 10px;}
  .footer h5{font-weight: 500;}
  .footer p{font-size: 12px; margin-top: 10px;}
  .footer ul{list-style-type: none; padding: 0; margin: 0;}
  .footer li{list-style-type: none; padding: 0; margin: 0;}
  .footer li a{color: rgba(255, 255, 255, 0.7); font-size: 12px; line-height: 18px; text-decoration: none;}
  .footer li a:hover{text-decoration: underline; color: #fff;}

  .fstsec p{margin-bottom: 40px;}
.frtprd{background-color: #3D3D3D; padding: 5px; text-align: center;}
.frtprd h5{margin-top: 10px; font-weight: 400; color: #fff;}
.ttlbrdra{background-image: url(../images/seprtor.png); background-repeat: no-repeat; background-position: left bottom;padding-bottom: 10px;}
.ttlbrdrb{background-image: url(../images/seprtor.png); background-repeat: no-repeat; background-position: center bottom;padding-bottom: 10px;}

@media screen and (max-width: 480px) {
  .banner{min-height: 400px;}
}

.ttloverlay{background-color: rgba(255, 255, 255, 0.7); color: #000; text-align: center; padding: 10px 0; width: 100%; position: absolute; bottom: 0; font-weight: bold;}
