html {
  scroll-behavior: smooth;
}
body{
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #2c2b5e;
}
P{
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 200;
    color: #272732;
    line-height: 26px;
}
.text-white{
 font-family: 'Roboto', sans-serif;
 font-weight: 500;
}
.active{
  color:#f170ae !important;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link{
   color:#f170ae !important;
}
.white-wrp a{
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 200;
    color: #f170ae;
    line-height: 26px;

}
.nav-link{
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #2c2b5e;
}
.dropdown-item{
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #2c2b5e;
}
.header-top {
    background: #f170ae !important;
    position: relative;
}
.header-top::before {
        background: #fff none repeat scroll 0 0;
        content: "";
        height: 119px;
        position: absolute;
        right: 36%;
        top: -26px;
        transform: rotate(-45deg);
        width: 12px;
        z-index: 1;
  }

.header-top-left p, .header-top-right ul li a {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    line-height:40px;
    position: relative;
    z-index: 1;
    top:10px;
    float: left;
    padding-right: 20px;
}
.header-top-right {
    position: relative;
}
.header-top-right::after {
    background: #2c2b5e none repeat scroll 0 0;
    content: "";
    height: 100px;
    left: -16%;
    position: absolute;
    top: -44px;
    transform: rotate(
-45deg);
    width: 60px;
}
.header-top:after {
    background: #2C2B5E;
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 34%;
}
ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.header-top-right ul li {
    display: inline-block;
    margin-right: 38px;
}
.header-top i{
    background-color: #eaa0c4;
    padding: 12PX;
    border-radius: 3px;
    color: #2c2b5e;
}
.bdr-btm{
  border-bottom: 3px solid #f170ae;
}
.navbar{
  padding:0px !important; 
}
.flash-news{
  background-color: #f170ae;
 
}
.news-scroll{
  background-color: #2c2b5e;
  color: #ffffff;
  padding:10px;
}
.news-scroll a{
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
 
}
.sticky-top{
  background-color: #ffffff;
}
.welcome-bg{
  background-image: url(../images/welcome-bg.jpg);
  padding: 100px 0px 100px 0px;
}
.welcome-bg h2{
  font-family: 'Roboto', sans-serif;
  font-size: 26px;
  font-weight: 700;
  color:#2c2b5e;
  position: relative;
}
.welcome-bg h2:before{
  content: "";
  position: absolute;
  background-color: #f170ae;
  width: 50px;
  height: 5px;
  bottom: -5px;
}
.icn-wrp{
  background-color:#2d69f0;
  padding: 50px 0px 50px 0px;
  border-radius: 5px; 
  box-shadow: 0px 0px 29px -9px rgba(0,0,0,0.75);
-webkit-box-shadow: 0px 0px 29px -9px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 29px -9px rgba(0,0,0,0.75);

}
.icn-sec{
  padding: 100px 0px 100px 0px;
}
.icn-wrp h3{
  font-family: 'Roboto', sans-serif;
  font-size: 26px;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  padding-top: 10px;
}
.red-wrp{
  background-color:#dc246e;
}
.blue-wrp{
  background-color:#8007e6;
}
.grn-wrp{
 
   background-color:#0cae74;
}
.icn{
  margin:auto;
  display: table;
}
.notice-sec{
  background-color:#2c2b5e;
  padding: 100px 0px 100px 0px; 
}
.notice-sec h3{
  font-family: 'Roboto', sans-serif;
  font-size: 26px;
  font-weight: 500;
  color: #ffffff;
  position: relative;
}
.notice-sec h3:before {
    content: "";
    position: absolute;
    background-color: #f170ae;
    width: 50px;
    height: 5px;
    bottom: -5px;
}
.white-wrp{
  background-color:#ffffff;
  padding: 10px;
}
.mission-sec {
    background-image: url(../images/welcome-bg.jpg);
    padding: 100px 0px 100px 0px;
}
.mission-sec p{
  padding: 10px !important;
}
.mission-sec h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 26px;
    font-weight: 700;
    color: #2c2b5e;
    position: relative;
}
.mission-sec h2:before {
    content: "";
    position: absolute;
    background-color: #f170ae;
    width: 50px;
    height: 5px;
    bottom: -5px;
}
nav > .nav.nav-tabs{

    border: none;
    color:#fff;
    background:#272e38;
    border-radius:0;

}
nav > div a.nav-item.nav-link,
nav > div a.nav-item.nav-link.active
{
  border: none;
    padding: 18px 25px;
    color:#fff;
    background:#2c2b5e;
    border-radius:0;
}

nav > div a.nav-item.nav-link.active:after
 {
  content: "";
  position: relative;
  bottom: -60px;
  left: -10%;
  border: 15px solid transparent;
  border-top-color: #f170ae;
}
.tab-content{
  background: #fdfdfd;
    line-height: 25px;
    border: 1px solid #ddd;
    border-top:5px solid #f170ae;
    border-bottom:5px solid #f170ae;
    padding:30px 25px;
}

nav > div a.nav-item.nav-link:hover,
nav > div a.nav-item.nav-link:focus
{
     border: none;
    background: #f170ae;
    color:#fff !important;
    border-radius:0;
    transition:background 0.20s linear;
}
.gallery-sec{
  background-color:#ffffff;
  padding: 100px 0px 100px 0px;
}
.gallery-sec h3{
    font-family: 'Roboto', sans-serif;
    font-size: 26px;
    font-weight: 700;
    color: #2c2b5e;
    position: relative;
}
.gallery-sec h3:before {
    content: "";
    position: absolute;
    background-color: #f170ae;
    width: 50px;
    height: 5px;
    bottom: -5px;
}


.grid {
  position: relative;
  clear: both;
  margin: 0 auto;
  padding: 1em 0 4em;
  max-width: 1000px;
  list-style: none;
  text-align: center;
}

/* Common style */
.grid figure {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 1%;
  
  width: 100%;
  height: auto;
  background: #3085a3;
  text-align: center;
  cursor: pointer;
}

.grid figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 0.8;
}

.grid figure figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
  pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

.grid figure h2 {
  word-spacing: -0.15em;
  font-weight: 300;
}

.grid figure h2 span {
  font-weight: 800;
}

.grid figure h2,
.grid figure p {
  margin: 0;
}

.grid figure p {
  letter-spacing: 1px;
  font-size: 68.5%;
  margin-top: 45px;
}

figure.effect-ming {
  background: #030c17;
}

figure.effect-ming img {
  opacity: 0.9;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

figure.effect-ming figcaption::before {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  border: 2px solid #fff;
  box-shadow: 0 0 0 30px rgba(255,255,255,0.2);
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale3d(1.4,1.4,1);
  transform: scale3d(1.4,1.4,1);
}

figure.effect-ming h2 {
  margin: 20% 0 10px 0;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  color: #ffffff;
}

figure.effect-ming p {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  color: #ffffff;
}

figure.effect-ming:hover h2 {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

figure.effect-ming:hover figcaption::before,
figure.effect-ming:hover p {
  opacity: 1;
  -webkit-transform: scale3d(1,1,1);
  transform: scale3d(1,1,1);
}

figure.effect-ming:hover figcaption {
  background-color: rgba(58,52,42,0);
}

figure.effect-ming:hover img {
  opacity: 0.4;
}
.footer_top_area:is(.footer_default_area) {
    padding-top: 165px;
    overflow: hidden;
    clip-path: polygon(0 120px,50% 0,100% 120px,100% 100%,0 100%);
    background-size: cover!important;
    background-position: 50%!important;
    margin-bottom: -2px;
    padding-bottom: 50px;
}
.footer_top_area:is(.footer_default_area):before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: #2c2b5e;
    opacity: .9;
}
.p-rel {
    position: relative;
}
.ftr-sec h3{
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #ffffff;
    position: relative;
}
.ftr-sec h3:before {
    content: "";
    position: absolute;
    background-color: #f170ae;
    width: 50px;
    height: 3px;
    bottom: -5px;
}
.ftr-sec p{
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight:200;
    color: #ffffff;
    
}
.links ul {
    list-style: none;
}
.links ul li a {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    font-family: 'Poppins', sans-serif;
    border-bottom: #eeeeee solid 1px;
}
.location ul li {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    list-style: none;
}
.social ul li {
    float: left;
    display: inline;
    margin-right: 0px;
    padding: 4px;
}
.social ul li a i {
    color: #000000;
    background-color: #ffffff;
    line-height: 40px;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 20px;
}
.btm-sec {
    padding: 30px 0;
    background: #f170ae;
}
.btm-sec p {
    color: #ffffff;
    margin-bottom: 0;
    text-align: center;
    margin:auto;
}
.fa-arrow-right{
  color: #f170ae !important;
  padding-right: 5px;
}
.address-wrp{
  background-color: #f170ae;
}
.address-wrp h5{
    font-size: 22px;
    font-weight: 500;
    font-family: 'Brygada 1918', serif;
    color: #272062;
}
.sub-banner{
  width: 100%;
  height: 150px;
  background-image: url(../images/sub-banner.jpg);
}
.sub{
  padding:100px 0px 100px 0px;
}
.sub h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 26px;
    font-weight: 500;
    color: #2c2b5e;
    position: relative;
}
.sub h5 {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #2c2b5e;
    position: relative;
}
.sub h3:before {
    content: "";
    position: absolute;
    background-color: #f170ae;
    width: 50px;
    height: 5px;
    bottom: -5px;
}
.list-group h4{
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    font-weight: 500;
    color: #2c2b5e;
  
}
.button {
  text-decoration: none;
  position: relative;
  display: inline-block;
}
.button:before,
.button:after {
  content: "";
  position: absolute;
  width:60px;
  height:60px;
  border: 2px solid #fcce01;
  top: -10px;
  left: 50%;
  z-index: 1;
  margin-left: -40px;
  transition: all 1s ease 0s;
}
.button:before {
  -webkit-animation: rotate 20s infinite linear;
          animation: rotate 20s infinite linear;
}
.button:after {
  -webkit-animation: rotate 25s infinite linear;
          animation: rotate 25s infinite linear;
}
.button__text {
  position: relative;
  height:40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  border-radius: 50px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.3);
  transition: all 0.8s ease 0s;
  top: 0;
  overflow: hidden;
}
.button__text:before,
.button__text:after {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  background-color: #f170ae;
  transition: all 0.8s ease 0s;
}
.button__text:before {
  left: 0;
  z-index: 2;
}
.button__text:after {
  right: 0;
}
.button__text span {
  position: relative;
  z-index: 2;
}
.button:hover:before,
.button:hover:after {
  left: 100%;
  opacity: 0;
}
.button:hover .button__text {
  top: -10px;
  color: #fff;
  transition: all 0.8s ease 0s;
  box-shadow: 0 5px 0 0 #0c5b52;
}
.button:hover .button__text:before,
.button:hover .button__text:after {
  background-color: #18b5a4;
}
.button:hover .button__text:before {
  width: 100%;
}
.button:active .button__text {
  top: -7px;
  transition: all 0.1s ease 0s;
  box-shadow: 0 5px 0 0 #0c5b52;
}

@-webkit-keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.modal-body h1 {
  font-weight: 900;
  font-size: 2.3em;
  text-transform: uppercase;
}
.modal-body a.pre-order-btn {
  color: #000;
  background-color: gold;
  border-radius: 1em;
  padding: 1em;
  display: block;
  margin: 2em auto;
  width: 50%;
  font-size: 1.25em;
  font-weight: 6600;
}
.modal-body a.pre-order-btn:hover {
  background-color: #000;
  text-decoration: none;
  color: gold;
}
.revGallery-anchor, .gal-overlay, .nak-gallery-poster{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}


.revGallery-anchor{
  overflow: hidden;
  position: relative;
  width: calc(100% / 5);
  display: block;
  float: left;
  border: 5px solid #ffffff;
  padding-right: 0px !important;
  padding-left: 0px !important;

}

.gal-overlay{
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: background .4s ease;
  -webkit-transition: background .4s ease;
}
    
.revGallery-anchor:hover .gal-overlay{
  background: rgba(27,27,27, 0);
}

.nak-gallery {
  display: block;
  width: 100%;
  position: relative;
  margin-top: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.nak-gallery-poster{
  padding-bottom:100%;
  transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transition: all .4s ease;
  -webkit-transition: all .4s ease;
}

.revGallery-anchor:hover .nak-gallery-poster{
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
}

.img-responsive{
  display:none;
}

.button{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  width: 200px;
  height: 48px;
  border: 1px solid #f170ae;
  background-color:#2C2B5E;
  border-radius: 2px;
  color: #fff;
  letter-spacing: 2px;
}

.button:hover {
  background-color: #363636;
  text-shadow: 0 1px hsla(0, 0%, 100%, 0.5);
  color: #fff;
}

.button:active,
.button.is-checked {
  background-color: #f170ae;
}

.button.is-checked {
  color: white;
  text-shadow: 0 -1px hsla(0, 0%, 0%, 0.8);
}

.button:active {
  box-shadow: inset 0 1px 10px hsla(0, 0%, 0%, 0.8);
}


.revGallery-anchor-width1{
  width: 40%
}

.revGallery-anchor-width2{
  width: 30%
}

.revGallery-anchor-width3{
  width: 20%
}

.nak-gallery-height1{
  padding-bottom: 400px
}

.nak-gallery-height2{
  padding-bottom: 300px
}

.nak-gallery-height3{
  padding-bottom: 200px
}

.preloader{
  display: none;
}

.preloaderStyle{
  background: red;
  width: 100%;
  height: 100px;
}
#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color:#f170ae; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius:50px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}

#myBtn:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}
.sub-banner h2{
  display: table;
  margin:auto;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-size: 42px;
  font-weight: 700;
  color: #ffffff;
  padding-top: 50px;
}
.staff h5{
  background-color:#f170ae;
  padding: 20px;
}
.top-btn-wrp{
  position: relative;
    z-index: 999;
    margin: auto;
    display: table;
    top: 236px;
}
a.red-btn{
  background-color:#f170ae;
  padding: 10px 20px 10px 20px;
  border-radius: 20px;
  color: #ffffff;
  font-weight: bold;
  border: 3px solid #ffffff;
}
a.ylw-btn{
  background-color:#fff004;
  padding: 10px 20px 10px 20px;
  border-radius: 20px;
  color: #000000;
  font-weight: bold;
  border: 3px solid #ffffff;
}


.owl-theme .owl-dots .owl-dot {
    display: none !important;
   
}
.owl-item {width: 128.906px; margin-right: 10px; background:powderblue; }
.banner-btn{
	position: absolute;
    z-index: 99;
    left: 33%;
    top: 50%;
}



.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: 0px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
.dropdown-item a{
	color:#212529;
}
.dropdown-item a:hover{
	color:#212529;
}
.gal-wrp{
	position:relative;
	width: 100%;
    overflow: hidden;
}
.gal-wrp:hover img {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
}
.gal-wrp img {
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}
.gal-wrp h5{
	width:100%;
	font-weight: normal;
    color: white;
    text-align: center;
    font-size: 19px;
    margin: 0px;
    line-height: 31px;
    background-color: #30277a;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 2em;
    text-overflow: ellipsis;
	position:absolute;
	bottom:0px;
	z-index:999;
	
}
.shadow-box{
  
  -webkit-box-shadow: 1px 0px 16px -4px rgba(0,0,0,0.47);
   -moz-box-shadow: 1px 0px 16px -4px rgba(0,0,0,0.47);
   box-shadow: 1px 0px 16px -4px rgba(0,0,0,0.47);
  }
  .bg-one{
    background-color:#ffdfee;
  }
  .bg-two{
    background-color:#e0f3f7;
  }


.photo-gallery {
  color:#313437;
  background-color:#fff;
}

.photo-gallery p {
  color:#7d8285;
}

.photo-gallery h2 {
  font-weight:bold;
  margin-bottom:40px;
  padding-top:40px;
  color:inherit;
}

@media (max-width:767px) {
  .photo-gallery h2 {
    margin-bottom:25px;
    padding-top:25px;
    font-size:24px;
  }
}

.photo-gallery .intro {
  font-size:16px;
  max-width:500px;
  margin:0 auto 40px;
}

.photo-gallery .intro p {
  margin-bottom:0;
}

.photo-gallery .photos {
  padding-bottom:20px;
}

.photo-gallery .item {
  padding-bottom:30px;
}
.left-align {
    left:10% !important;
    margin-top:30px !important;
}
.gal-wrp h6 {
    font-weight: normal;
    color: white;
    text-align: center;
    font-size: 14px;
    margin: 0px;
    line-height: 30px;
    background-color:#f170ae;
    width: 30%;
    margin-top: 0px;
    position: absolute;
    z-index: 99;
    right: 0;
}
.left-side-menu ul li{
  display: block;

}
.left-side-menu li{
  display: block;
  margin-top:-7px;

}
.step-wrp{
  font-family: 'Roboto', sans-serif;
  border:#f79646 3px solid;
  padding: 5px 10px 10px 10px;
  display: inline;
  text-align: center;
}

.btn-rose {
    color: #fff;
    background-color:#f170ae;
    border-color: #dc3545;
	padding: 15px;
	font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 500;
	width: 100%;
    float: left;
	margin-top:10px;
}
.btn-rose:hover{
 background-color:#292a8b;
 color:#ffffff;
 text-decoration: none;
}
.active-new{
 background-color:#292a8b;
}
.reg h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 26px;
    font-weight: 700;
    color: #ffffff;
    background-color: #f170ae;
    padding: 7px;
    border-radius: 5px;
}
.reg h5 {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color:#dc3545;
}
.reg h6 {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 900;
    color: #2c2b5e;
    text-align:left;

}
.follow-hd {
  font-family: 'Roboto', sans-serif;
  font-size: 22px;
  color: #c00000;
  font-weight: 500;
  background-color: #c6d9f1;
  display: inline;
  padding: 5px 50px 10px 50px;
  border:#385d8a 2px solid;
  text-align: center;
}
/*****************************
      Footer app
  *****************************/
.app-store-btns {
    /* display: flex; */
    width: 100%;
}

    .app-store-btns a {
        gap: 5px;
        margin-bottom: 10px;
        margin-left: 1px;
        font-size: 15px;
        flex-grow: 1;
        flex-basis: 0;
        text-decoration: none;
        color: #ffffff;
        background: #4A3558;
        background-repeat: no-repeat;
        padding: 6px 12px 6px 48px;
        min-height: 40px;
        font-weight: 400;
        background-position: 16px;
        display: inline-flex;
        align-items: center;
        border-radius: 0px;
        border-bottom: none;
        border-radius: 3px;
    }

        .app-store-btns a:hover {
            background: #f170ae;
            background-repeat: no-repeat;
            background-position: 10px;
            transform: translateY(-6px);
            color: #ffffff !important;
            text-decoration: none;
        }

        .app-store-btns a:nth-child(2) {
            margin-left: 1px;
        }

        .app-store-btns a:nth-child(3) {
            margin-left: 1px;
        }

        .app-store-btns a:nth-child(4) {
            margin-left: 1px;
        }

        .app-store-btns a.apple {
            background-image: url("https://psycatgames.com/images/supporting/app-store.svg");
            background-size: 21px 25px;
        }

        .app-store-btns a.google {
            background-image: url("https://psycatgames.com/images/supporting/google-play.svg");
            background-size: 22px 25px;
        }