@import url("../css/fonts.css");
@import url("../css/icon/css/all.css");
 


/*

pink :   light- fbd0dc  base- EC1652  dark- 8e0d31 
blue :   light- cceffc  base- FF0067  dark- FF0067
green :  light- e0f2e7  base- 64BF88  dark- 3c7352
orange : light- feecd1  base- F9A11B  dark- 956110

Greys :
dark: 141414
light:fafafa
medium:565656

Positive:25AB21
Error:F50031
Warning: F06D0F

*/


body{
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
	font-size: 14px;
	color: #565656;
	background-color: #fff;
}

/*-----------------------------*/

@media (max-width: 768px){

div.show1{
	display: block;
}
div.hide1{
	display: none;
}
div p.show1{
	display: block;
}
div p.hide1{
	display: none;
}
}

.show1{
	display: none;
}
.hide1{
	display: block;
}

/*-----------------------------*/

.scroll-up-btn{
    position: fixed;
    height: 45px;
    width: 45px;
    background: #FF0067;
    right: 30px;
    bottom: 10px;
    text-align: center;
    line-height: 45px;
    color: #fff;
    z-index: 9999;
    font-size: 16px;
    border-radius: 16px;
    border-bottom-width: 2px;
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
}
.scroll-up-btn.show{
    bottom: 30px;
    opacity: 1;
    pointer-events: auto;
}
.scroll-up-btn:hover{
    filter: brightness(90%);
}

/*-----------------------------*/

.navbar{
    position: fixed;
    width: 100%;
    z-index: 999;
    transition: all 0.3s ease;
}
.navbar-default.sticky{
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(7px);
  border-color: none;
  border-radius: 1000px;
}

.navbar-default .navbar-nav > li.contact > a {
  color: #fff;
  border: 1px solid #FF0067;
  border-radius: 100px;
  background-color: #FF0067;
  padding: 8px 16px;
  margin-right: 18px;
}
.navbar-default .navbar-nav > li.contact > a:hover,
.navbar-default .navbar-nav > li.contact > a:focus {
  color: #fff;
  border: 1px solid #330065;
  border-radius: 100px;
  background-color: #330065;
  padding: 8px 16px;
}
.navbar-default .navbar-nav li.contact a i{
	margin-right: 8px;
}

/* Buttons Start------------------------*/


.btn-book{
	background-color: rgba(51, 0, 101, 1);
	color: #fff;
	font-size: 16px;
	padding: 12px 8px 12px 16px;
	border-radius: 800px;
	font-weight: 400;
	text-align: center;
	text-decoration: none;
	border: 1px solid #330065;
}
.btn-book:hover{
	background-color: rgba(41, 0, 81, 1);
	color: #fff;
	font-size: 16px;
	padding: 12px 8px 12px 16px;
	border-radius: 800px;
	text-align: center;
	text-decoration: none;
	border: 1px solid #141414;
}
.btn-book:hover i {
  transform: rotate(-45deg);
  background-color: #471a74;
}
.btn-book i{
	padding: 8px;
	background-color: rgba(112, 77, 147, 0.5);
	margin-left: 12px;
	border-radius: 1000px;
	display: inline-block; /* Required for transform to work */
  transition: transform 0.3s ease;
}

.btn-enroll{
	background-color: #fff;
	color: #141414;
	font-size: 16px;
	padding: 12px 8px 12px 16px;
	border-radius: 800px;
	font-weight: 400;
	text-align: center;
	text-decoration: none;
	border: 1px solid #ccc;
}
.btn-enroll:hover{	
	background-color: #FF0067;
	color: #fff;
	font-size: 16px;
	padding: 12px 8px 12px 16px;
	border-radius: 800px;
	text-decoration: none;
	border: 1px solid #FF0067;
}
.btn-enroll:hover i {
  transform: rotate(-45deg);
  background-color: rgba(204, 0, 82, 1);
}
.btn-enroll i{
	padding: 8px;
	background-color: #eee;
	margin-left: 12px;
	border-radius: 1000px;
	display: inline-block; /* Required for transform to work */
  transition: transform 0.3s ease;
}

.btn-more{
	color: #FF0067;
	font-size: 14px;
	padding: 0;
	font-weight: 400;
	text-align: left;
	text-decoration: none;
}

/* Buttons End------------------------*/

/*Footer-------------------------------*/

footer{	
	/*background: url('../img/footer1.jpg') no-repeat top center fixed;
 	-webkit-background-size: cover;
 	-moz-background-size: cover;
	background-size: cover;*/
  background: radial-gradient(circle, #eee, #fafafa);
}
footer .foot .logo{
	width: 50%;
	margin-top: 20px;
}
footer .foot h3{	
	font-size: 18px;
	font-weight: 400;
	line-height: 32px;
	text-align: left;
	color: #141414;
	margin-top: 16px;
}
footer .foot h1{	
	font-size: 32px;
	font-weight: 500;
	line-height: 32px;
	text-align: left;
	color: #141414;
	margin-top: 0px;
}
footer .foot p {
	color: #141414;
	font-size: 16px;
	font-weight: 400;
	text-align: left;
	line-height: 24px;
}
footer .foot p strong{
	color: #141414;	
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
}
footer .foot p a{
	color: #141414;
	font-weight: 500;
	font-size: 16px;
	text-decoration: none;
}
footer .foot p a:hover{
	color: #FF0067;
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
}
footer .foot h4{
	color: #141414;	
	font-size: 18px;
	font-weight: 600;
	line-height: 32px;
	padding-bottom: 12px;
}
footer .foot{
	padding: 128px 0 64px 0;
}
footer .foot1{
	padding-top: 64px;
}
footer .foot2{
	padding: 24px 0;
	border-top: 1px solid #ddd;
}
footer .foot2 h5.designer {
	font-size: 16px;
	color: #141414;
	line-height: 24px;
	text-align: right;
}
footer .foot2 h5.designer a{
	font-size: 16px;
	color: #FF0067;
	line-height: 24px;
	text-align: left;
}
footer .foot2 h5{
	font-size: 16px;
	color: #141414;
	line-height: 24px;
	text-align: left;
}
footer .foot h6 {
	text-align: left;
	font-size: 24px;
}
footer .foot h6 a{
	padding-right: 8px;
	text-decoration: none;
}
footer .fa-whatsapp{
	color: #25AB21;
}
footer .fa-instagram{
	color: #D7074C;
}
footer .fa-youtube{
	color: #F50031;
}

/*-----------------------------------------*/

.appointment{
/*	background: url('../img/quote2.jpg') no-repeat center center fixed;
 	-webkit-background-size: cover;
 	-moz-background-size: cover;
	background-size: cover;*/
	padding: 150px 0;
	background-color: #fff;
}
.appointment h1{	
	font-size: 56px;
	font-weight: 300;
	line-height: 64px;
	text-align: left;
	color: #141414;
	margin-top: 0px;
	font-family: "Poppins", serif;
}
.appointment h4{
	text-align: left;
	margin-top: 0px;
	margin-bottom: 24px;
}
.appointment h6{
	text-align: left;
	margin-top: 40px;
}
.appointment h5{
	font-size: 16px;
	font-weight: 500;
	line-height: 32px;
	text-align: left;
	color: #fff;
	padding-bottom: 24px;
}
.appointment img{
	border-radius: 24px;
}

/*-----------------------------------------*/

.resources{	
	padding:128px 0;
	background-color: #fafafa;
}

.resources h1{
	font-size: 56px;
	font-weight: 300;
	line-height: 72px;
	color: #141414;
	text-align: left;
	margin-top: 0px;
	font-family: "Poppins", serif;
	padding-bottom: 32px;
}
.resources .resource{
	border: 1px solid #eee;
	border-radius: 24px;
	background-color: #fafafa;
	height: 500px;
}
.resources .resource:hover{
	border: 1px solid #eee;
	border-radius: 24px;
	background-color: #fff;
	box-shadow: 0px 0px 10px #eee;
	
}
.resources .item{
	margin: 16px 0;
}

.resources .resource img{
   -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: filter 0.3s ease, transform 0.3s ease;
  border-radius: 23px 23px 0px 0px;
}

.resources .resource:hover img {
   -webkit-filter: none;
  filter: none;
  transform: scale(1.01); /* optional subtle zoom */
}


.resources .resource .cap{
	padding: 24px 24px 12px 24px;
}
.resources h2{
	font-size: 18px;
	font-weight: 600;
	color: #141414;
	text-align: left;
	line-height: 24px;
	margin-top: 0px;
}
.resources a{
	text-decoration: none;
}
.resources .resource h5{
	font-size: 14px;
	font-weight: 500;
	color: #434343;
	line-height: 24px;
}
.resources .resource p{
	font-size: 14px;
	font-weight: 400;
	color: #808080;
	line-height: 20px;
}
.resources .caro-controls{
	float: right;
	margin-top: 24px;
}
.resources .caro-controls .fa-circle-arrow-left,
.resources .caro-controls .fa-circle-arrow-right{
	font-size: 32px;
	color: #565656;
}
.resources .caro-controls .fa-circle-arrow-left:hover,
.resources .caro-controls .fa-circle-arrow-right:hover{
	font-size: 32px;
	color: #FF0067;
}
.resources .caro-controls .fa-circle-arrow-left{
	padding-right: 8px;
}

.modal .modal-header .close .fa-xmark{
	background-color: #eee;
	color: #000;
	padding: 8px 12px;
	border-radius: 100px;
}
.modal .modal-header .close .fa-xmark:hover{
	background-color: #eee;
	color: #FF0067;
	padding: 8px 12px;
	border-radius: 100px;
}
.modal .modal-body{
	padding: 0 32px 32px 32px;
}
.modal .modal-body img{
	border-radius: 24px;
}

.modal .modal-body h2{
	font-size: 24px;
	font-weight: 600;
	color: #141414;
	text-align: left;
	line-height: 32px;
	margin-top: 0px;
}
.modal .modal-body h5{
	font-size: 16px;
	font-weight: 500;
	color: #434343;
	line-height: 24px;
}
.modal .modal-body p{
	font-size: 16px;
	font-weight: 400;
	color: #434343;
	line-height: 24px;
}

/* CSS end --------------------------------------*/


/* Media start----------------------------------------*/

@media (max-width: 768px){

body{
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
	font-size: 14px;
	color: #141414;
	background-color: #fff;
}

div.scroll-up-btn{
    position: fixed;
    height: 45px;
    width: 45px;
    background: #FF0067;
    right: 30px;
    bottom: 10px;
    text-align: center;
    line-height: 45px;
    color: #fff;
    z-index: 9999;
    font-size: 16px;
    border-radius: 160px;
    border-bottom-width: 2px;
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
}
div.scroll-up-btn.show{
    bottom: 30px;
    opacity: 1;
    pointer-events: auto;
}
div.scroll-up-btn:hover{
    filter: brightness(90%);
}

/*-----------------------------*/

nav.navbar{
    position: fixed;
    width: 100%;
    z-index: 999;
    margin: 0px;
    padding: 0px;
    transition: all 0.3s ease;
}
div.navbar-default.sticky{
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(7px);
  border-color: none;
  border-radius: 0px;
}
div.navbar-default {
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(7px);
  border-color: transparent;
  padding: 0 12px;
  margin: 0px;
  border-radius: 0px;
  box-shadow:  none; 
}
div.navbar-default .navbar-brand {
  color: #777;
  margin-top: -8px;
}
div.navbar-default .navbar-toggle {
  border:1px solid #eee;
  background-color: #fff;
  border-radius: 100px;
  padding: 8px 12px;
}
div.navbar-default .navbar-toggle:hover,
div.navbar-default .navbar-toggle:focus {
  background-color: #fff;
}
nav.navbar .navbar-default .navbar-brand img{
  width: 128PX;
  margin-left: 12px;
}
div.navbar-default .navbar-nav > li.contact > a {
  color: #fff;
  border: 1px solid #FF0067;
  border-radius: 100px;
  background-color: #FF0067;
  padding: 8px 16px;
  margin:0 18px;
}
div.navbar-default .navbar-nav > li.contact > a:hover,
div.navbar-default .navbar-nav > li.contact > a:focus {
  color: #fff;
  border: 1px solid #330065;
  border-radius: 100px;
  background-color: #330065;
  padding: 8px 16px;
}
div.navbar-default .navbar-nav li.contact a i{
	margin-right: 8px;
}
div.navbar-default .navbar-text {
  color: #777;
}
div.navbar-default .navbar-nav > li > a {
  color: #141414;
  font-size: 16px;
  font-weight: 500;
  border: 1px solid transparent;
  border-radius: 100px;
  background-color: transparent;
  padding: 8px 16px;
  margin: 6px 2px;
}
div.navbar-default .navbar-nav > li > a:hover,
div.navbar-default .navbar-nav > li > a:focus {
  color: #141414;
  font-size: 16px;
  font-weight: 500;
  border: 1px solid transparent;
  border-radius: 100px;
  background-color: transparent;
  padding: 8px 16px;
  margin: 6px 2px;
}
div.navbar-default .navbar-nav > .active > a,
div.navbar-default .navbar-nav > .active > a:hover,
div.navbar-default .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: transparent;
}
div.navbar-default .navbar-nav > .disabled > a,
div.navbar-default .navbar-nav > .disabled > a:hover,
div.navbar-default .navbar-nav > .disabled > a:focus {
  color: #fff;
  background-color: transparent;
}
div.navbar-default .navbar-nav > .open > a,
div.navbar-default .navbar-nav > .open > a:hover,
div.navbar-default .navbar-nav > .open > a:focus {
  color: #141414;
  background-color: transparent;
}
div.navbar-default .navbar-nav .open .dropdown-menu{
  background-color: #eee;
  margin-top: 0px;
  padding-bottom: 0px;
  border-radius: 0;
  color: #141414;
}
  nav.navbar .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #141414;
    padding: 16px;

  }
  nav.navbar .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  nav.navbar .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
   color: #141414;
   background-color: #fff;
  }
nav.navbar .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  nav.navbar .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  nav.navbar .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #141414;
    background-color: #fff;
  }
  nav.navbar .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  dnav.navbar .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  nav.navbar .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #141414;
    background-color: #fff;
  }



/* Buttons Start------------------------*/


div a.btn-book{
	background-color: rgba(51, 0, 101, 1);
	color: #fff;
	font-size: 16px;
	padding: 8px 8px 8px 16px;
	border-radius: 800px;
	font-weight: 400;
	text-decoration: none;
	text-align: center;
	border: 1px solid #330065;

}
div a.btn-book:hover{
	background-color: rgba(41, 0, 81, 1);
	color: #fff;
	font-size: 16px;
	padding: 8px 8px 8px 16px;
	border-radius: 800px;
	text-decoration: none;
	text-align: center;
	border: 1px solid #141414;
}
div z.btn-book:hover i {
  transform: rotate(-45deg);
  background-color: #471a74;
}
div a.btn-book i{
	padding: 8px;
	background-color: rgba(112, 77, 147, 0div.5);
	margin-left: 12px;
	border-radius: 1000px;
	display: inline-block; /* Required for transform to work */
  transition: transform 0.3s ease;
}

div a.btn-enroll{
	background-color: #fff;
	color: #141414;
	font-size: 16px;
	padding: 8px 8px 8px 16px;
	border-radius: 800px;
	font-weight: 400;
	text-align: center;
	text-decoration: none;
	border: 1px solid #ccc;
}
div a.btn-enroll:hover{	
	background-color: #FF0067;
	color: #fff;
	font-size: 16px;
	padding: 8px 8px 8px 16px;
	border-radius: 800px;
	text-decoration: none;
	border: 1px solid #FF0067;
}
div a.btn-enroll:hover i {
  transform: rotate(-45deg);
  background-color: rgba(204, 0, 82, 1);
}
div a.btn-enroll i{
	padding: 8px;
	background-color: #eee;
	margin-left: 12px;
	border-radius: 1000px;
	display: inline-block; /* Required for transform to work */
  transition: transform 0.3s ease;
}



/* Buttons End------------------------*/


/*Footer-------------------------------*/

footer .foot{
	background: radial-gradient(circle, #eee, #fafafa);
	padding: 32px 0;
}
footer .foot img{
	width: 50%;
	margin-top: 20px;
}
footer .foot h3{	
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	text-align: left;
	color: #141414;
	margin-top: 16px;
}

footer .foot h1{	
	font-size: 32px;
	font-weight: 500;
	line-height: 32px;
	text-align: left;
	color: #141414;
	margin-top: 0px;
}
footer .foot p {
	color: #141414;
	font-size: 16px;
}
footer .foot p strong{
	color: #141414;
	font-size: 16px;
	font-weight: 500;
}
footer .foot p a{
	color: #141414;
	font-size: 16px;
	text-decoration: none;
}
footer .foot p a:hover{
	color: #FF0067;
	font-size: 16px;
	text-decoration: none;
}
div.foot h4{
	color: #141414;	
	font-size: 16px;
	font-weight: 600;
	padding: 16px 0 8px 0px;
}
footer .foot1{
	padding: 4px ;
}
footer h5.designer {
	font-size: 16px;
	color: #141414;
	text-align: center;
	padding: 8px 0;
}
footer h5.designer a{
	font-size: 16px;
	color: #FF0067;
	text-align: center;
	padding: 8px 0;	
}

footer h5{
	font-size: 16px;
	color: #141414;
	text-align: center;
	padding: 8px 0;
	line-height: 16px;
}
footer .foot h6 {
	margin-top: 32px;
}

footer .foot2{
	background-color: #fff;
	margin-bottom: 0px;
	border-radius: 0px;
}
footer .foot2 h5.designer {
	font-size: 16px;
	color: #141414;
	line-height: 24px;
	text-align: center;
}
footer .foot2 h5.designer a{
	font-size: 16px;
	color: #141414;
	line-height: 24px;
	text-align: center;
}
footer .foot2 h5{
	font-size: 16px;
	color: #141414;
	line-height: 24px;
	text-align: center;
	padding: 8px;
}
footer .fa-whatsapp{
	color: #25AB21;
}
footer .fa-instagram{
	color: #D7074C;
}
footer .fa-youtube{
	color: #F50031;
}

/*-----------------------------------------*/

div.appointment{
	padding: 32px 0;
	background-color: #fff;
}
div.appointment h1{	
	font-size: 32px;
	font-weight: 400;
	line-height: 40px;
	text-align: left;
	color: #141414;
	margin-top: 0px;
	font-family: "Poppins", serif;
}
div.appointment h4{
	text-align: left;
	margin-top: 0px;
	margin-bottom: 24px;
}
div.appointment h6{
	text-align: left;
	margin-top: 24px;
}
div.appointment h5{
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	text-align: left;
	color: #fff;
	padding-bottom: 24px;
}
div.appointment img{
	border-radius: 0px;
}

/*-----------------------------------------*/

div.resources{	
	padding:32px 0;
	background-color: #fafafa;
}

div.resources h1{
	font-size: 40px;
	font-weight: 400;
	line-height: 48px;
	color: #141414;
	text-align: left;
	margin-top: 0px;
	font-family: "Poppins", serif;
	padding-bottom: 32px;
}
div.resources .resource{
	border: 1px solid #eee;
	border-radius: 8px;
	background-color: #fafafa;
	height: 280px;
	margin-bottom: 16px;
}
div.resources .resource:hover{
	border: 1px solid #eee;
	border-radius: 8px;
	background-color: #fff;
	box-shadow: 0px 0px 10px #eee;
	
}
div.resources .item{
	margin: 16px 0;
}

div.resources .resource img{
   -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: filter 0.3s ease, transform 0.3s ease;
  border-radius: 8px 8px 0px 0px;
}

div.resources .resource:hover img {
   -webkit-filter: none;
  filter: none;
  transform: scale(1.01); /* optional subtle zoom */
  border-radius: 8px 8px 0px 0px;
}


div.resources .resource .cap{
	padding: 8px 8px 2px 8px;
}
div.resources h2{
	font-size: 14px;
	font-weight: 600;
	color: #141414;
	text-align: left;
	line-height: 16px;
	margin-top: 0px;
}
div.resources a{
	text-decoration: none;
}
div.resources .resource h5{
	font-size: 12px;
	font-weight: 500;
	color: #808080;
	line-height: 18px;
	margin-top: 0px;
}
div.resources .resource p{
	font-size: 12px;
	font-weight: 400;
	color: #808080;
	line-height: 20px;
}
div.resources .caro-controls{
	float: right;
	margin-top: 24px;
}
div.resources .caro-controls .fa-circle-arrow-left,
div.resources .caro-controls .fa-circle-arrow-right{
	font-size: 32px;
	color: #565656;
}
div.resources .caro-controls .fa-circle-arrow-left:hover,
div.resources .caro-controls .fa-circle-arrow-right:hover{
	font-size: 32px;
	color: #FF0067;
}
div.resources .caro-controls .fa-circle-arrow-left{
	padding-right: 8px;
}
/*---------------------------------------------*/


}

/* Media End-------------------------------------------*/












