
@font-face {
  font-family: 'KF-Kiran';
  src: url('fonts/KF-Kiran.eot');
  src: url('fonts/KF-Kiran.eot?#iefix') format('embedded-opentype'),  
  url('fonts/KF-Kiran.woff') format('woff'), 
  url('fonts/KF-Kiran.ttf')  format('truetype'), 
  url('fonts/KF-Kiran.svg#KF-Kiran') format('svg');
 }
@font-face {
  font-family: 'KF-Kiran';
  src: url('../fonts/KF-Kiran.eot');
  src: url('../fonts/KF-Kiran.eot?#iefix') format('embedded-opentype'),  
  url('../fonts/KF-Kiran.woff') format('woff'), 
  url('../fonts/KF-Kiran.ttf')  format('truetype'), 
  url('../fonts/KF-Kiran.svg#KF-Kiran') format('svg');
 } 
@font-face {
  font-family: 'KF-Jui';
  src: url('css/fonts/KF-Jui.eot');
  src: url('css/fonts/KF-Jui.eot?#iefix') format('embedded-opentype'),  
  url('css/fonts/KF-Jui.woff') format('woff'), 
  url('css/fonts/KF-Jui.ttf')  format('truetype'), 
  url('css/fonts/KF-Jui.svg#KF-Jui') format('svg');
 }
@font-face {
  font-family: 'KF-Jui';
  src: url('fonts/KF-Jui.eot');
  src: url('fonts/KF-Jui.eot?#iefix') format('embedded-opentype'),  
  url('fonts/KF-Jui.woff') format('woff'), 
  url('fonts/KF-Jui.ttf')  format('truetype'), 
  url('fonts/KF-Jui.svg#KF-Jui') format('svg');
 }
@font-face {
  font-family: 'KF-Jui';
  src: url('../fonts/KF-Jui.eot');
  src: url('../fonts/KF-Jui.eot?#iefix') format('embedded-opentype'),  
  url('../fonts/KF-Jui.woff') format('woff'), 
  url('../fonts/KF-Jui.ttf')  format('truetype'), 
  url('../fonts/KF-Jui.svg#KF-Jui') format('svg');
 } 

@font-face {
  font-family: 'Utsaah';
  src: url('../fonts/Utsaah.eot');
  src: url('../fonts/Utsaah.eot?#iefix') format('embedded-opentype'),  
  url('../fonts/Utsaah.woff') format('woff'), 
  url('../fonts/Utsaah.ttf')  format('truetype'), 
  url('../fonts/Utsaah.svg#KF-Jui') format('svg');
 font-weight: normal;
    font-style: normal;
}
@font-face {
  font-family: 'Utsaah';
  src: url('fonts/Utsaah.eot');
  src: url('fonts/Utsaah.eot?#iefix') format('embedded-opentype'),  
  url('fonts/Utsaah.woff') format('woff'), 
  url('fonts/Utsaah.ttf')  format('truetype'), 
  url('fonts/Utsaah.svg#KF-Jui') format('svg');
 font-weight: normal;
    font-style: normal;
	
}


.font-devnagari-11{
	font-size:11px;
}
.font-devnagari-24{
	font-size:18px;
		font-weight:500 !important;
	letter-spacing:1.2px;
	
}
.font-devnagari-28{
	font-size:18px;
		font-weight:500 !important;
	letter-spacing:1.2px;
	
}
.font-devnagari-16{
	font-size:16px;
	
}

.devnagari-english {
	font-family:Utsaah;  
	font-size:26px; 
	letter-spacing:1.2px;
	
}


.devnagari {
	
	
	
	
}

.devnagari-font {
	
	font-size:16px; 
	
}
.devnagari-font a {
	
	font-size:16px; 
	
}

.devnagari-font-sm {
	
	font-size:16px; 
	
}
.devnagari-font-sm a {
	
	font-size:16px; 

}

/********** Template CSS **********/
:root {
    --primary: #211C54;
    --light: #FBD301;
    --dark: #DF4219;
	--light-yellow: #F4FA58;
}

body{
    scroll-behaviour: smooth;
	color:#333 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary {
    color: #FFFFFF;
}

.btn-square {
    min-width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square {
    padding: 5px;

    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 5px;
}

.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50px;
}


/*** Heading ***/
h1,
h2,
h3,
h4,
.h1,
.h2,
.h3,
.h4,
.display-1,
.display-2,
.display-3,
.display-4,
.display-5,
.display-6 {
    /*font-family: 'Lobster Two', cursive;
	font-family: Georgia, serif;*/
    font-weight: 700;
}

h5,
h6,
.h5,
.h6 {
    font-weight: 600;
}

.font-secondary {
     /*font-family: 'Lobster Two', cursive;*/
	font-family: Georgia, serif;
}


/*** Navbar ***/
.navbar .navbar-nav .nav-link {
    padding: 30px 15px;
    color: var(--dark);
    font-weight: 700;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 5px;
    transition: .5s;
}

.navbar .dropdown-toggle[aria-expanded=true]::after {
    transform: rotate(-180deg);
}
.navbar-brand .logo {
	width:270px;
	height:85px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        margin-top: 15px;
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        top: calc(100% - 15px);
        margin-top: 0;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
        
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.header-carousel::before,
.header-carousel::after,
.page-header::before,
.page-header::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 10px;
    top: 0;
    left: 0;
    background: url(../img/bg-header-top.png) center center repeat-x;
    z-index: 1;
}

.header-carousel::after,
.page-header::after {
    height: 19px;
    top: auto;
    bottom: 0;
    background: url(../img/bg-header-bottom.png) center center repeat-x;
}

@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }
    
    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .header-carousel .owl-carousel-item p {
        font-size: 16px !important;
        font-weight: 400 !important;
    }

    .header-carousel .owl-carousel-item h1 {
        font-size: 30px;
        font-weight: 600;
    }
}

.header-carousel .owl-nav {
    position: absolute;
    top: 50%;
    right: 8%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    margin: 7px 0;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: transparent;
    border: 1px solid #FFFFFF;
    border-radius: 45px;
    font-size: 22px;
    transition: .5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.breadcrum-div {
    padding-top: 1.2rem !important;
    padding-bottom: 1.2rem !important;
}

.page-header {
    background: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url(../img/breadcrumb-bg4.jpg) center center no-repeat;
    background-size: cover;
}
@media (max-width: 768px) {
	.breadcrum-div {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}
	.page-header {
	 background: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url(../img/breadcrumb-bg-mobile4.jpg) center center no-repeat;
    background-size: cover;
	}
	
}
.breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, .5);
}


/*** Facility ***/
.facility-item .facility-icon {
    position: relative;
    margin: 0 auto;
    width: 100px;
    height: 100px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.facility-item .facility-icon::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .9);
    transition: .5s;
    z-index: 1;
}

.facility-item .facility-icon span {
    position: absolute;
    content: "";
    width: 15px;
    height: 30px;
    top: 0;
    left: 0;
    border-radius: 50%;
}

.facility-item .facility-icon span:last-child {
    left: auto;
    right: 0;
}

.facility-item .facility-icon i {
    position: relative;
    z-index: 2;
}

.facility-item .facility-text {
    position: relative;
    min-height: 250px;
    padding: 30px;
    border-radius: 100%;
    display: flex;
    text-align: center;
    justify-content: center;
    flex-direction: column;
}

.facility-item .facility-text::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .9);
    transition: .5s;
    z-index: 1;
}

.facility-item .facility-text * {
    position: relative;
    z-index: 2;
}

.facility-item:hover .facility-icon::before,
.facility-item:hover .facility-text::before {
    background: transparent;
}

.facility-item * {
    transition: .5s;
}

.facility-item:hover * {
    color: #FFFFFF !important;
}


/*** About ***/
.about-img img {
    transition: .5s;
	background: var(--light-yellow) !important;
}

.about-img img:hover {
    background: var(--primary) !important;
}


/*** Classes ***/
.classes-item {
    transition: .5s;
}

.classes-item:hover {
    margin-top: -10px;
}


/*** Team ***/
.team-item .team-text {
    position: absolute;
    width: 250px;
    height: 250px;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #FFFFFF;
    border: 17px solid var(--light);
    border-radius: 250px;
    transition: .5s;
}

.team-item:hover .team-text {
    border-color: var(--primary);
}


/*** Testimonial ***/
.testimonial-carousel {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

@media (min-width: 576px) {
    .testimonial-carousel {
        padding-left: 4rem;
        padding-right: 4rem;
    }
}

.testimonial-carousel .testimonial-item .border {
    border: 1px dashed rgba(0, 185, 142, .3) !important;
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: 100%;
    height: 45px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    z-index: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 45px;
    font-size: 20px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    background: var(--dark);
}

/*** Footer ***/
.footer .btn.btn-social {
    margin-right: 5px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #DF0101;
    border: 1px solid rgba(255,255,255,0.5);
    border-radius: 45px;
    transition: .3s;
	background: #F3F781;
}

.footer .btn.btn-social:hover {
    border-color: var(--primary);
    background: #DE3812;
	color:#FFFFFF;
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    font-size: 16px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
	  color: #F7FE2E;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--primary) !important;
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .form-control {
    border-color: rgba(255,255,255,0.5);
}
.footer .h3 {
    color: #ffffff;
	font-size:20px;
}
.footer p {
    color: #F3F781;
	font-size:16px;
}
.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
	 color: #FFFFFF;
}

.footer .copyright a {
     color: #F3F781;
	font-size:16px;
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
	color:#F2F5A9 !important;
}

.footer .copyright a:hover,
.footer .footer-menu a:hover {
    color: var(--primary) !important;
	font-size:16px;
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

.form-bg-outer{
	background-color:#ddd !important;
	padding:15px 10px;
	margin-bottom:20px;
	border-radius:5px;
}
.form-bg-inner{
	background-color:#F2F5A9 !important;
	padding:15px 10px;
	margin-bottom:20px;
	border-radius:5px;
}
.form-bg{
	background-color:#eee !important;
	padding:10px 5px;
	margin-bottom:20px;
	border-radius:5px;
}
.my-label {
	padding:10px;
	color:#76159c !important;
	font-weight:600;
}

.flex-center-0 {
	align-items: left;
	display: flex;
	justify-content: center;
}
.flex-center-1 {
	align-items: center;
	display: flex;
	justify-content: left;
}
.form-row-1 {
	background: #ffffff;
	border-radius: 50px;
	height: 35px;
	margin: 10px 5px;
	padding:5px 5px 5px 30px;
	overflow: hidden;
	position: relative;
	width: 150px;
}

.form-input-1 {
	-webkit-appearance: none;
	appearance: none;
	
}

.form-input-1::before {
	content: '';
	cursor: pointer;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	background: #bbb;
}

.form-input-1:checked::before {
	background: #DF4219;
}

.form-input-1::after {
	content: '';
	cursor: pointer;
	height: 15px;
	border-radius: 50px;
	border: 4px solid #211C54;
	left: 10%;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	width: 15px;
}

.form-input-1:checked::after {
	border: 4px solid #ffffff;
}

.form-label-1 {
	color: #DF4219;
	font-size: 1.1rem;
	margin-left: 10px;
	z-index: 1;
	/*position: absolute; This is an alternative option */
}

.form-input-1:checked ~ .form-label-1 {
	color: #ffffff;
}



.flex-center-2 {
	align-items: center;
	display: flex;
	justify-content: left;
}
.form-row-2 {
	background: #ffffff;
	border-radius: 50px;
	height: 35px;
	margin: 10px 5px;
	padding:5px 5px 5px 40px;
	overflow: hidden;
	position: relative;
	width: 250px;
}

.form-input-2 {
	-webkit-appearance: none;
	appearance: none;
	
}

.form-input-2::before {
	content: '';
	cursor: pointer;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	background: #bbb;
}

.form-input-2:checked::before {
	background: #DF4219;
}

.form-input-2::after {
	content: '';
	cursor: pointer;
	height: 15px;
	border-radius: 50px;
	border: 4px solid #211C54;
	left: 10%;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	width: 15px;
}

.form-input-2:checked::after {
	border: 4px solid #ffffff;
}

.form-label-2 {
	color: #DF4219;
	font-size: 1.1rem;
	margin-left: 10px;
	z-index: 1;
	/*position: absolute; This is an alternative option */
}

.form-input-2:checked ~ .form-label-2 {
	color: #ffffff;
}

.form-control input, select, option {
	 font-size:16px;
}

.circleOrange {
  background: #211C54;
  border-radius: 3em;
  -moz-border-radius: 3em;
  -webkit-border-radius: 3em;
  color: #ffffff;
  height: 2.2em;
  width: 2.2em;
  display: inline-block;
  font-family: 'Roboto', Helvetica, Sans-serif;
  font-size: 16px;
  line-height: 2.2em;
  text-align: center;
}

.circleOrange:hover {
  background: #DF4219;
  -webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out; 
}

.left-input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.right-input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  
  /* we want a single px border*/
  border-left: 0;
}



.input-text-typing {
    background: #fff;
    overflow: auto;
   
 
    padding: 5px;
    border-radius: 2px;
    border: 1px solid #ccc;
    box-shadow: inset 0 2px 2px rgba(0,0,0,.1);
}


/* Animation stuff 1 */


.message-typing-1 {
    position: relative;
    float: left;
    margin: 0;
    font-size: 16px;
    letter-spacing: 0px;
}

.message-typing-1 span {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 0;
    background: #fff;
    border-left: 2px solid #167ff0;

    -webkit-animation-name: typing1x, blinking1x;
    -webkit-animation-duration: 3s, 0.9s;
    -webkit-animation-iteration-count: 1, infinite;
    -webkit-animation-timing-function: steps(21,end), steps(1,end);


}

@-webkit-keyframes typing1x {
  0%   { width: 100%; }
  100% { width: 0; }
}

@-webkit-keyframes blinking1x {
  0%   { border-color: transparent; }
  50% { border-color: #DF01D7; }
  100% { border-color: transparent; }
}

/* Animation stuff 2 */


.message-typing-2 {
    position: relative;
    float: left;
    margin: 0;
    font-size: 16px;
    letter-spacing: 0px;
}

.message-typing-2 span {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 0;
    background: #fff;
    border-left: 2px solid #167ff0;

    -webkit-animation-name: typing2x, blinking2x;
    -webkit-animation-duration: 3s, 0.9s;
    -webkit-animation-iteration-count: 1, infinite;
    -webkit-animation-timing-function: steps(21,end), steps(1,end);


}

@-webkit-keyframes typing2x {
  0%   { width: 100%; }
  100% { width: 0; }
}

@-webkit-keyframes blinking2x {
  0%   { border-color: transparent; }
  50% { border-color: #0000FF; }
  100% { border-color: transparent; }
}

/* Animation stuff 3 */


.message-typing-3 {
    position: relative;
    float: left;
    margin: 0;
   font-weight:700;
}

.message-typing-3 span {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 0;
  background: #fff;
    border-left: 2px solid #167ff0;
	
    -webkit-animation-name: typing3x, blinking3x;
    -webkit-animation-duration: 4s, 0.9s;
    -webkit-animation-iteration-count: 1, infinite;
    -webkit-animation-timing-function: steps(100,end), steps(1,end);


}

@-webkit-keyframes typing3x {
  0%   { width: 100%; }
  
  100% { width: 0; }
}

@-webkit-keyframes blinking3x {
  0%   { border-color: transparent; }
  50% { border-color: #0000FF; }
  100% { border-color: transparent; }
}


#showMeDiv {
    opacity: 0;
    -moz-animation: cssAnimationShowMeDiv ease 5s;
    /* Firefox */
    -webkit-animation: cssAnimationShowMeDiv ease 5s;
    /* Safari and Chrome */
    -o-animation: cssAnimationShowMeDiv ease 5s;
    /* Opera */
    animation: cssAnimationShowMeDiv ease 5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
@keyframes cssAnimationShowMeDiv {
    99% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes cssAnimationShowMeDiv {
    99% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}




#hideMeDiv {
    opacity: 1;
    -moz-animation: cssAnimationHideMeDiv ease 5s;
    /* Firefox */
    -webkit-animation: cssAnimationHideMeDiv ease 5s;
    /* Safari and Chrome */
    -o-animation: cssAnimationHideMeDiv ease 5s;
    /* Opera */
    animation: cssAnimationHideMeDiv ease 5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
@keyframes cssAnimationHideMeDiv {
    99% {
        opacity: 1;
        display:block;
    }
    100% {
        opacity: 0;
         display:none;
    }
}
@-webkit-keyframes cssAnimationHideMeDiv {
    99% {
        opacity: 1;
         display:block;
    }
    100% {
        opacity: 0;
         display:none;
    }
}


.mywhite-bg{
	background-color:#FFFFFF! important;
	border-radius:50%;
}
.padding-5 {
	padding:5px;
}
.padding-7 {
	padding:5px 7px;
}
.border-radius-50 {
	border-radius:50%;
}



/* ONLY FOR BEFORE INAUGURATION OF WEBSITE */
.my-pre-body
	{
		background-image: url('../img/carousel-14.jpg');
		 /* Full height */
  height: 100%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.3;
    z-index:-1;
        }
	.my-pre-h1
	{
		text-align: center;
		padding-top: 5%;
		color: white;
	}
	.my-pre-h2
	{
		text-align: center;
		padding-top: 1%;
		color: white;
	}
	.my-pre-card {
        margin: 0 auto; /* Added */
        float: none; /* Added */
        margin-bottom: 10px; /* Added */
        box-shadow: 0 8px 18px 0;
        border-width: 0;
    background-color: none;
}

.demo-wrap {
  overflow: hidden;
  position: relative;
 
}

.demo-bg {
  opacity: 0.6;
  position: absolute;
  left: 0;
  top: 0;
  bottom:0;
  right:0;
  width: 100%! important;
  height: 100% !important;
}

.demo-content {
  position: relative;
}


   .outer_cont {
                position: relative;
				
            }
            .outer_cont:before { /* A pseudo element is created before outer_cont that will display the background image and its position property is set to absolute */
                content: " ";
                display: block;
                position: absolute;
                left: 0;
                top: 0;
                opacity: 0.5;
                width: 100%;
                height:800px;
                background-image: url("../img/carousel-14.jpg");
				 background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
            }
            .inner_cont { /* It is the child element of outer_cont, hence it’s position is set to relative */
			font-family:Arial;
                 position: relative;
    width: 500px;
    height: 500px;
    top: 70%;
    left: 2%;
	
	margin-top:250px;
    margin:auto ;
                font-size: 22px;
				border:1px solid #333;
				text-align:center;
				background-color:#58D3F7;
				box-shadow:6px 9px 15px #000;
				border-radius:10px;
            }
			
@media(max-width:768px) {
		.inner_cont {
 width: 380px !important;
   top: 0;
    left: 0;
    margin-top:-80px;
		}
	}		
			
.SMN_effect-16 a:before, .SMN_effect-16 a:after {
	position: absolute;
	top: 80%;
	left: 50%;
	width: 100px;
	height: 100px;
	border: 2px solid rgba(255, 255, 255, 0.7);
	border-radius: 50%;
	content: '';
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transform: translateX(-50%) translateY(-50%) scale(0.2);
	-moz-transform: translateX(-50%) translateY(-50%) scale(0.2);
	transform: translateX(-50%) translateY(-50%) scale(0.2);
}

.SMN_effect-16 a:after {
	width: 120px;
	height: 120px;
	border-width: 6px;
	-webkit-transform: translateX(-50%) translateY(-50%) scale(0.8);
	-moz-transform: translateX(-50%) translateY(-50%) scale(0.8);
	transform: translateX(-50%) translateY(-50%) scale(0.8);
}

.SMN_effect-16 a:hover:before, .SMN_effect-16 a:hover:after, .SMN_effect-16 a:focus:before, .SMN_effect-16 a:focus:after {
	opacity: 1;
	-webkit-transform: translateX(-50%) translateY(-50%) scale(1);
	-moz-transform: translateX(-50%) translateY(-50%) scale(1);
	transform: translateX(-50%) translateY(-50%) scale(1);
}
			
			

.pre_btn {
  font-family: Arial;
  font-size: 26px;
  padding: 0.85em 1.345em;
  font-weight: bold;
  border-radius: 0.5em;
  margin: auto;
  letter-spacing: 2px;
  cursor: pointer;
  max-width: 10rem;
 text-decoration:none;
 color:#B40431 !important;
 background-color:#58D3F7;
}

.rainbow {
  border: 5px solid;
  background: transparent;
  border-image-slice: 5%;
  border-image-width: 0.575em;
  border-image-repeat: stretch;   
  border-image-source: linear-gradient(
    to left,
    violet,
    indigo,
    blue,
    green,
    yellow,
    orange,
    red
  );
  color: black;
box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}
.rainbow:hover {
  animation: rainbow 0.75s infinite ease-in-out;
}

@keyframes rainbow {
  0% {
    border-image-source: linear-gradient(
      to left,
      violet,
      indigo,
      blue,
      green,
      yellow,
      orange,
      red
    );
  }
  14% {
    border-image-source: linear-gradient(
      to left,
      red,
      violet,
      indigo,
      blue,
      green,
      yellow,
      orange
    );
  }
  28% {
    border-image-source: linear-gradient(
      to left,
      orange,
      red,
      violet,
      indigo,
      blue,
      green,
      yellow
    );
  }
  42% {
    border-image-source: linear-gradient(
      to left,
      yellow,
      orange,
      red,
      violet,
      indigo,
      blue,
      green
    );
  }
  57% {
    border-image-source: linear-gradient(
      to left,
      green,
      yellow,
      orange,
      red,
      violet,
      indigo,
      blue
    );
  }
  71% {
    border-image-source: linear-gradient(
      to left,
      blue,
      green,
      yellow,
      orange,
      red,
      violet,
      indigo
    );
  }
  85% {
    border-image-source: linear-gradient(
      to left,
      indigo,
      blue,
      green,
      yellow,
      orange,
      red,
      violet
    );
  }
  100% {
    border-image-source: linear-gradient(
      to left,
      violet,
      indigo,
      blue,
      green,
      yellow,
      orange,
      red
    );
  }
}





.loader-leaf {
    text-align: center;
	margin-top:-50px;
}
.loader-leaf span {
    display: inline-block;
    width: 80px;
    height: 64px;
	  margin: -280px 30px 44px  -34px;
         background:url("../img/hibiscus1.png");
    
    -webkit-animation: loader-leaf 10s infinite  linear;
    -moz-animation: loader-leaf 10s infinite  linear;
}
.loader-leaf span:nth-child(5n+5) {

    -webkit-animation-delay: 1.3s;
    -moz-animation-delay: 1.3s;
}
.loader-leaf span:nth-child(3n+2) {

    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
}
.loader-leaf span:nth-child(2n+5) {

    -webkit-animation-delay: 1.7s;
    -moz-animation-delay: 1.7s;
}

.loader-leaf span:nth-child(3n+10) {

    -webkit-animation-delay: 2.7s;
    -moz-animation-delay: 2.7s;
}
.loader-leaf span:nth-child(7n+2) {

    -webkit-animation-delay: 3.5s;
    -moz-animation-delay: 3.5s;
}
.loader-leaf span:nth-child(4n+5) {

    -webkit-animation-delay: 5.5s;
    -moz-animation-delay: 5.5s;
}
.loader-leaf span:nth-child(3n+7) {

    -webkit-animation-delay: 8s;
    -moz-animation-delay: 8s;
}
@-webkit-keyframes loader-leaf {
  0% {
    width: 80px;
    height: 64px;
    opacity: 1;

	-webkit-transform: translate(0, 0px) rotateZ(0deg);
  }
  75% {
    width: 80px;
    height: 64px;
    opacity: 1;

	-webkit-transform: translate(100px, 500px) rotateZ(270deg); 
  }
  100% {
    width: 80px;
    height: 64px;
    opacity: 0;

	-webkit-transform: translate(150px, 700px) rotateZ(360deg);
  }
}
@-moz-keyframes loader-leaf {
  0% {
    width: 80px;
    height: 64px;
    opacity: 1;
    
	-webkit-transform: translate(0, 0px) rotateZ(0deg);
  }
  75% {
    width: 80px;
    height: 64px;
    opacity: 1;
   
	-webkit-transform: translate(100px, 500px) rotateZ(270deg); 
  }
  100% {
    width: 80px;
    height: 64px;
    opacity: 0;
    
	-webkit-transform: translate(150px, 700px) rotateZ(360deg);
  }
}