@charset "UTF-8";

*,
*::before,
*::after {
  box-sizing: border-box; 
}

html {
	font-family: 'Comfortaa', cursive;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
	display: block;
	padding: 0;
	margin: 0;
}

body {
	margin:0;
	padding:0;
	height:100%;
	font-family: 'Comfortaa', cursive;
    font-weight: 300;
    line-height: 2em;
    font-size: 18px;
    overflow-wrap: break-word;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6, p, li, span, a {
	font-family: 'Comfortaa', cursive !important;
}

.whatsapp{
	position: fixed;
	left: 12px;
	bottom: 12px;
	z-index: 9999;
}

.whatsappGroup {
    position: fixed;
    right: 12px;
    bottom: 12px;
    z-index: 9999;
}

.nu_relCont{
	position: relative !important;
	width: 100%;
	height: 100%;
}

.nu_absCont{
	position: absolute !important;
	top:80%;
	left:6%;
    z-index: 999;
	width: 86%;
	transition: 0.5s;
}

.text-pink{
	color:#ff4073;
}

.text-center a{
	color:#333333;
	text-decoration: none;
	transition: 0.5s ease;
}

.text-center a:hover{
	color:#ff4073;
}


/* Flip Image css */
.flip-box {
  background-color: transparent;
  width: 100%;
  height: 100%;
  perspective: 1000px;
}

.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.flip-box.active .flip-box-inner {
  transform: rotateY(180deg);
}

.flip-box-front, .flip-box-back {
  position: absolute;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-box-front {
  background-color: #ffffff;
  color: black;
}

.flip-box-back {
  color: #ff4073;
  display: block;
  text-align: center;
  background: #f1f1f1;
  transform: rotateY(180deg);
}
/* Flip Image css */


/* Menu CSS */
.menuActive{
	border-bottom: 3px solid #01d5c9;
}
.d-inline-flex{
	/* margin-right: 0.6rem; */
}
.d-inline-flex:hover {
	border-bottom: 3px solid #01d5c9;
}
.d-inline-flex a:hover {
	text-decoration: none;
}
.menuLink{
	position: relative;
}
.subMenuLink{
	position: absolute;
	background-color: #453074;
	text-align: center;
    width: 15rem;
    opacity: .8;
	top: 100%;
	left: 2%;
	transition: 0.5s ease;
	display: none;
}

.subMenuLink a:hover{
	border-bottom: 3px solid #ff4073;
}

.menuLink a{
	text-decoration: none;
	color: #453074 !important;
	font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 30px;
}

.aLink a{
	text-decoration: none;
	color: #333 !important;
	font-size: 1rem;
}

.cath5{
	color: #fff;
	text-decoration: none;
}

.cath5:hover{
	color: #fff;
	text-decoration: underline;
}

.catImg{
	cursor: zoom-in;
}

.blogReadMore{
	color: #222;
    padding: 10px;
	text-decoration: none;
	position: relative;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: .2em;
    line-height: 1em;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    background-color: transparent;
    background-image: -webkit-linear-gradient(#01d5c9,#01d5c9);
    background-image: linear-gradient(#01d5c9,#01d5c9);
    background-position: 0 27px;
    background-repeat: no-repeat;
    border: none;
    border-radius: 0;
    -webkit-transition: all .2s linear 0s;
    transition: all .2s linear 0s;
}

.blogReadMore:hover{
	color: #fff;
    background-position: 0 0;
}

.fcBG{
	background: #333366;
}

.topBG {
	background: linear-gradient(90deg, rgba(253,71,3,1) 0%, rgba(253,3,126,1) 100%);
    background-size: 100%;
    -webkit-animation: conFade 20s ease infinite;
    -moz-animation: conFade 20s ease infinite;
    animation: conFade 20s ease linear 1s infinite;
}

@-webkit-keyframes conFade{
	0%   {background: linear-gradient(90deg, rgba(253,71,3,1) 0%, rgba(253,3,126,1) 100%);}
	50%  {background: linear-gradient(90deg, rgba(253,3,126,1) 0%, rgba(253,71,3,1) 100%);}
	100% {background: linear-gradient(90deg, rgba(253,71,3,1) 0%, rgba(253,3,126,1) 100%);}
}
@-moz-keyframes conFade{
	0%   {background: linear-gradient(90deg, rgba(253,71,3,1) 0%, rgba(253,3,126,1) 100%);}
	50%  {background: linear-gradient(90deg, rgba(253,3,126,1) 0%, rgba(253,71,3,1) 100%);}
	100% {background: linear-gradient(90deg, rgba(253,71,3,1) 0%, rgba(253,3,126,1) 100%);}
}
@keyframes conFade{
	0%   {background: linear-gradient(90deg, rgba(253,71,3,1) 0%, rgba(253,3,126,1) 100%);}
	50%  {background: linear-gradient(90deg, rgba(253,3,126,1) 0%, rgba(253,71,3,1) 100%);}
	100% {background: linear-gradient(90deg, rgba(253,71,3,1) 0%, rgba(253,3,126,1) 100%);}
}

.nav-fixed {
    padding: 0px;
    background: linear-gradient(90deg, rgba(253,71,3,0.7) 0%, rgba(253,3,126,0.7) 100%) !important;
	border-bottom: 1px solid #333;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.05);
	background-size: 100%;
    -webkit-animation: conFade 20s ease infinite;
    -moz-animation: conFade 20s ease infinite;
    animation: conFade 20s ease linear 1s infinite;
}

/* Menu CSS */

.call_btn{
	background:#453074;
	position:fixed;
	z-index: 9999;
	bottom:20px;
	left: 20px;
    width: 55px;
    height: 55px;
    white-space: nowrap;
    line-height: 52px;
    border-radius: 50px;
    color: #fff;
    padding-left: 17px;
	transition:all 0.3s ease 0s;
	overflow:hidden;
	animation:bounce 3s infinite;
	-webkit-animation:bounce 3s infinite;
	-moz-animation:bounce 3s infinite;
	-o-animation:bounce 3s infinite;
}

.call_btn a{color:#fff;font-size:19px;letter-spacing:.5px;display:block;text-decoration:none;}

.call_btn a:hover{color:#fff;font-size:19px;letter-spacing:.5px;display:block;text-decoration:none;}

.call_btn img{display:inline-block;vertical-align:middle}

.call_btn small{display:inline-block;vertical-align:middle;margin-left:15px;font-weight:500}

.call_btn:hover{width:220px;border-radius:50px;box-shadow:0 15px 20px rgba(49,49,49,.25)}

@keyframes bounce{0%,20%,50%,80%,100%{transform:translateY(0)}40%{transform:translateY(-30px)}60%{transform:translateY(-15px)}}

.navbar-text{
	cursor: pointer
}

.navbar-text img{
	margin: 0px 0px 0px 15px;
}

.navbar-text a:hover{
	text-decoration: none;
}

.menuTxt{
	color: #fff;
}

.sidenav {
	height: 100%;
	width: 320px;
	position: fixed;
	z-index: 9999999999;
	top: 0;
	right: -320px;
	background-color: rgba(0,0,0,0.9);
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 60px;
	opacity: 0.9;
}

.sidenav a, .withMenu {
	margin: 10px 8px 20px 32px;
    text-decoration: none;
    font-size: 18px;
    color: #adadad;
    display: block;
    transition: 0.3s;
    font-weight: bold;
}

.sidenav a:hover, .withMenu {
	color: #ffffff;
	text-decoration: none;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  z-index: 9999;
  font-size: 36px;
  margin-left: 50px;
  transition: transform 1s;
}

.closebtn:hover{
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.twt-h1{
    font-size: 60px;
    font-weight: bold;
	text-decoration: underline;
    clear: both;
}

/* image overlay classes */
.twt-imgContainer {
	position: relative;
	width: 100%;
	/* cursor: pointer; */
}

.twt-overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 1;
	z-index: 99;
	padding: 20px;
	font-size: 17px;
    line-height: 20px;
    font-weight: 600;
    color: #fff;
	display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
	text-shadow: 2px 2px 2px rgba(51,51,51,0.4);
	text-align: center;
	transition: .5s ease;
	background: linear-gradient(90deg, rgba(255,64,115,1) 0%, rgba(255,163,150,0.5) 50%, rgba(255,64,115,1) 100%);
}

.fixedOverlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 1;
	font-size: 17px;
    line-height: 20px;
    font-weight: 600;
    color: #fff;
	border-radius: .25rem !important;
	display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
	text-align: center;
	transition: .5s ease;
}

.fixedOverlay h5 a, .fixedOverlay p a {
	color: #ff4073;
	text-decoration: none;
}

.fixedOverlay h5 a:hover, .fixedOverlay p a:hover {
	color: #333333;
	text-decoration: underline;
}

.topRight {
	position: absolute;
    top: 2%;
    color: #ff4073;
    right: 2%;
    z-index: 999;
    font-size: 1.6rem;
    cursor: pointer;
    background: rgba(1,1,1,0.1);
    padding: 10px;
}

.twt-overlay p {
	font-size: 16px !important;
	font-weight: 300;
}

.categoryBG{
	width: 100%;
	height: 200px;
	background-size: cover;
	background-position: center;
	position: relative;
}

.d-inline-flex{
    font-size: 1.2rem;
    font-weight: 600;
}

.d-inline-flex a:hover{
	color:#fff;
	text-decoration: none;
}

.darkened-image {
	filter: brightness(50%);
}
/* image overlay classes */

.input-control{
    font-family: 'Comfortaa', cursive;
	margin-bottom: 10px;
	padding: 1rem 1rem;
    outline: none;
    border: transparent;
	/*border-top: 2px solid #e9e6e3;*/
    border-bottom: 2px solid #e9e6e3;
    font-size: 17px;
    line-height: 26px;
    color: #fff;
    width: 100%;
    background: none;
    border-radius: .3rem;
}

::-webkit-input-placeholder {color: #000;} /* Chrome/Opera/Safari */
::-moz-placeholder { color: #000;} /* Firefox 19+ */
:-ms-input-placeholder { color: #000;} /* IE 10+ */
:-moz-placeholder {color: #000;}
::placeholder {
  color: #000;
  font-size: 17px;
  font-family: 'Comfortaa', cursive;
}

.myFooter #movetop {
	display: none;
	position: fixed;
	bottom: 20px;
	right: calc(50% - 25px);
	z-index: 9999;
	font-size: 24px;
	cursor: pointer;
	color: #fff;
	width: 50px;
	height: 50px;
	line-height: 36px;
	border-width: initial;
	border-style: none;
	border-color: initial;
	-o-border-image: initial;
	border-image: initial;
	outline: none;
	padding: 0px;
	border-radius: 50%;
	transition: all 0.5s ease-out 0s;
}

.myFooter{
	position: relative;
	bottom: 0px;
	background-color: #000000;
	width:100%;
	color:#ffffff;
}

.footer-text {
	margin: 8px 0;
	transition: all 0.5s ease;
}

.footer-text a{
	color: #ffffff;
	text-decoration: none;
	transition: all 0.5s ease;
}

.footer-text a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.footer-text:hover {
	color: #cd270f;
	text-decoration: none;
}

/*
// Extra small devices (portrait phones, less than 576px)
// No media query for `xs` since this is the default in Bootstrap*/

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
  .slide-mid-1 { overflow-y: hidden;}
  .portClass h2{ font-size: 30px !important; padding-top: 20px; }
  .singleDiv h4{font-size: calc(1rem + .3vw);}
}

/*// Small devices (landscape phones, 576px and below)*/
@media (max-width: 576px) {
	.slide-mid-1 { overflow-y: hidden;}
	.portClass h2{ font-size: 30px !important; padding-top: 20px; }
	.singleDiv h4{font-size: calc(1rem + .3vw);}
}

/*// Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
	.slide-mid-1 { overflow-y: hidden;}
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 640px) {
	.slide-mid-1 { overflow-y: hidden;}
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
	
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
	
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
	
}