/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 09 2023 | 14:24:48 */
div.education-top p {
	
	 font-size: 14px;
}



.education-short .education-bottom p {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 0;
    padding: 10px 25px;
    font-size: 24px;
    line-height: 21px;
    font-weight: 500;
    color: #fff;
}


.education-short .education-bottom {
    background: #a5317d;
	padding-top: 10px;
	padding-bottom: 10px;
}


.learning-elements-wrap .circle-container .learning-item::after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #dc00741a;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.quickLinks-wrap .quickLinks-desc .quickLinks-content {
    padding: 10px 25px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    background: #fff;
}


.no-style-btn-cnt.bookatoor.button.read-more.mt-10 p {
	
	margin-bottom: 0px !important;
}	
	
	.quickLinks-wrap {
   
    top: 38%;
   
}


.no-style-btn-cnt svg {
    width: 25px;
    display: none;
}

.no-style-btn-cnt {
    display: inline-block;
    justify-content: center;
    align-items: center;
}


.book-form input {
    margin-bottom: 0px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.book-form .check-list-wrap {
    padding-top: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.no-style-btn-cnt.bookatoor.button.read-more.mt-10 {
    width: 200px;
}


/* Button resets and style */
button {


	font-size: 16px;
	font-weight: 600;
	color: #ffffff;
	cursor: pointer;
	border-radius: 100px;
	padding: 15px 20px;
	border: 0px solid #000;
	color: #ffffff !important;
    background: #dc0074 !important;
	}

/* Initiate Auto-Pulse animations */
button.pulse-button {
	animation: borderPulse 1000ms infinite ease-out, colorShift 10000ms infinite ease-in;
}

/* Initiate color change for pulse-on-hover */
button.pulse-button-hover {
	animation: colorShift 10000ms infinite ease-in;
	color: #ffffff;
}

/* Continue animation and add shine on hover */
button:hover, button:focus {
    animation: borderPulse 1000ms infinite ease-out, colorShift 10000ms infinite ease-in, hoverShine 200ms;
    color: #ffffff !important;
    background: #dc0074 !important;
}

/* Declare border pulse animation */
@keyframes borderPulse {
  0% {
    box-shadow: inset 0px 0px 0px 5px rgba(255, 255, 255,.4), 0px 0px 0px 0px rgba(255,255,255,1);
  }
  100% {
    box-shadow: inset 0px 0px 0px 3px rgba(117, 117, 255,.2), 0px 0px 0px 10px rgba(255,255,255,0);
  }
}

/* Declare shine on hover animation */
@keyframes hoverShine {
	0%{
		background-image: linear-gradient(135deg, rgba(255,255,255,.4) 0%, rgba(255,255,255,0) 50%, rgba(255,255,255,0) 100%);
	}
	50%{
		background-image: linear-gradient(135deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.4) 50%, rgba(255,255,255,0) 100%);
	}
	100%{
		background-image: linear-gradient(135deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 50%, rgba(255,255,255,.4) 100%);
	}
}



.main-nav-list li a {
    font-weight: 500;
    font-size: 14px;
}





body p {
    margin-bottom: 20px;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5em;
    color: #222;
}


body ul li a {
    margin-bottom: 0;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.6em;
    color: #222 ;
}


.contact-list a, .contact-list p {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 15px;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.8em;
    color: #222;
}





.education-short .education-bottom {
    background: #a5317d;
}

.education-short.color-2 .education-bottom {
    background: #FFC107;
}


.education-short .education-bottom p .education-age {
 
    color: #ffffff;
}

.quickLinks-wrap .quickLinks-item:nth-child(1) .quickLinks-head, .quickLinks-wrap .quickLinks-item:nth-child(1) .quickLinks-desc {
    background: #a5317d;
}


.education-short.color-2 .education-bottom p .education-age {
    color: #ffffff;
}

.quickLinks-wrap .quickLinks-item:nth-child(3) .quickLinks-head, .quickLinks-wrap .quickLinks-item:nth-child(3) .quickLinks-desc {
    background: #d72268;
}


.education-short.color-3 .education-bottom {
    background: #d72268;
}

.education-short.color-3 .education-bottom p .education-age {
    color: #e6e6e6;
}




header.header img {
    height: auto;
    max-width: 300px;
}

.header {
    padding: 10px 0;
}

.preloader .preloader-item:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #a5317d !important;
    -webkit-border-radius: var(--box-border-radius);
    border-radius: var(--box-border-radius);
    -webkit-box-shadow: 0px 0px 10px 0px rgb(165 49 125 / 66%) !important;
    box-shadow: 0px 0px 10px 0px rgb(165 49 125 / 37%) !important;
}