/* @font-face {
font-family: 'Circe';
font-style: normal;
font-weight: normal;
src: local('Circe'), url('../fonts/CRC55.woff') format('woff');
}


@font-face {
font-family: 'Circe Extra Light';
font-style: normal;
font-weight: normal;
src: local('Circe Extra Light'), url('../fonts/CRC25.woff') format('woff');
}


@font-face {
font-family: 'Circe Light';
font-style: normal;
font-weight: normal;
src: local('Circe Light'), url('../fonts/CRC35.woff') format('woff');
}


@font-face {
font-family: 'Circe Bold';
font-style: normal;
font-weight: normal;
src: local('Circe Bold'), url('../fonts/CRC65.woff') format('woff');
} */

body
{
	font-family: 'Circe';
	color:#2b2e35;
}

ul li
{
	list-style-type: none;
}

a
{
	text-decoration: none;
}

.banner-studyses
{
	width: 100%;
	display: inline-block;
	padding-top: 100px;
}

.studyses-banner-text
{
	width: 100%;
	display: inline-block;
	padding: 70px 0;
}

.studyses-banner-text h2
{
	font-size: 38px;
	line-height: 47px;
	font-weight: bold;
	margin-bottom: 1rem;
}

.studyses-banner-text p
{
	font-size: 20px;
    font-weight: 400;
    line-height: 140%;
}

.studyses-banner-text a
{
	display: inline-block;
	min-width: 242px;
    padding: 15px 9px;
    border-radius: 50px;
    background: #0cb3ac;
    box-shadow: 0 4px 25px #0000001a;
    transition: .3s;
    font-size: 20px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    margin-top: 20px;
}

.studyses-banner-text a:hover
{
	background: #bae158;
	color: #000;
	box-shadow: none;
}

.studyses-home-banner
{
	width: 100%;
	display: inline-block;
	text-align: center;
}

.studyses-home-banner img
{
	width: 100%;
	margin: 20px 0;
}

.studyses-reading-skill
{
	width: 100%;
	display: inline-block;
}



.glry-slider-total{ 
	background: #dcf8c0;
}

.studyses-content-box
{
	width: 100%;
	display: inline-block;
	padding: 70px 0;
}

 h3
{
	font-size: 38px;
	line-height: 47px;
	font-weight: bold;
	margin-bottom: 1rem;
}

.studyses-content-box p
{
	font-size: 20px;
    font-weight: 400;
    line-height: 140%;
}

.studyses-content-box a
{
	display: inline-block;
	width: 242px;
    padding: 15px 9px;
    border-radius: 50px;
    background: #0cb3ac;
    box-shadow: 0 4px 25px #0000001a;
    transition: .3s;
    font-size: 20px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    margin-top: 20px;
}

.studyses-content-box a:hover
{
	background: #bae158;
	color: #000;
	box-shadow: none;
}

.studyses-content-image
{
	width: 100%;
	display: inline-block;
	text-align: center;
}

.studyses-content-image img
{
	width: 100%;
}

section{
	padding: 100px 0 100px 0;
}

.no-pad-sec{
	padding: 0;
}

section .container {
	padding: 0 60px;
}

.grn-sec{
	background: #dcf8c0;
}

.blu-sec{
	background: #dceff8;
}

.vio-sec{
	background: #fbeef9;
}

.ylw-sec{
	background: #f8f4c4;
}


.studyses-banner-text a, .studyses-content-box a{
    font-weight: bold;
  }


.studyses-content-box a.dwn-btn{
	width:100% !important;
	background: transparent !important;
	box-shadow: 0 0px 0px #0000001a !important;
	padding: 3px !important;
}

.dwn-btn img{
	width:100%;
}

.ratings{
    margin-right:10px;
}



.ratings i{
    
    color:#cecece;
    font-size:32px;
}

.rating-color{
    color:#fbc634 !important;
}

.review-count{
    font-weight:400;
    margin-bottom:2px;
    font-size:24px !important;
}

.small-ratings i{
  color:#cecece;   
}

.review-stat{
    font-weight:300;
    font-size:18px;
    margin-bottom:2px;
}



 ul {
            margin: 0;
            padding: 0;
            list-style: none;
        }
.contact-area {
    border-bottom: 1px solid #6a7586;
	padding: 0px 0 30px;
}

.contact-content p {
    font-size: 18px;
    margin: 30px 0 60px;
    position: relative;
}

.contact-content p::after {
    background: #b0bac8;
    bottom: -30px;
    content: "";
    height: 1px;
    left: 50%;
    position: absolute;
    transform: translate(-50%);
    width: 80%;
}

.contact-content h6 {
    color: #8b9199;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
}

.contact-content span {
    color: #353c47;
    margin: 0 10px;
}

.contact-social {
    margin-top: 30px;
}

.contact-social > ul {
    display: inline-flex;
}

.contact-social ul li a {
    border: 2px solid #01BEE9;
    color: #222;
    display: inline-block;
    height: 40px;
    margin: 0 10px;
    padding-top: 7px;
    transition: all 0.4s ease 0s;
    width: 40px;
	border-radius: 8px;
}

.contact-social ul li a:hover {
    border: 2px solid #222;
    color: #25c6df;
}

.contact-content img {
    max-width: 170px;
}

footer {
    color: #868c96;
}

footer p {
    padding: 40px 0;
    text-align: center;
	margin-bottom: 0px;
}

footer img {
    width: 75px;
}

.no-pad-box{
	padding: 0px;
}

.blog-sec .studyses-banner-text{
	text-align: left !important;
}

.grey-sec{
	background-color: #f1f1f1;
}

.blog-sec h1{
	font-size: 2.1rem;
    font-weight: bold;
}

.blog-sec h2{
	font-size: 1.8rem;
    font-weight: bold;
}

.blog-sec h3{
	font-size: 1.5rem;
    font-weight: bold;
}



@media (max-width: 767px) {
	.carousel-inner .carousel-item > div {
		display: none;
	}
	.carousel-inner .carousel-item > div:first-child {
		display: block;
	}


}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
	display: flex;
}

.glry-slider-total .carousel {
	padding: 0px;
	text-align: center;
}

.glry-slider-total .carousel .card-img-overlay{
	display: none;
}

.glry-slider-total .carousel .card{
	width: 90%;
	margin: 15px auto;
	border-radius: 10px;
	overflow: hidden;
}







/* medium and up screens */
@media (min-width: 768px) {

	.carousel-inner .carousel-item-end.active,
	.carousel-inner .carousel-item-next {
		transform: translateX(25%);
	}

	.carousel-inner .carousel-item-start.active, 
	.carousel-inner .carousel-item-prev {
		transform: translateX(-25%);
	}
}

.carousel-inner .carousel-item-end,
.carousel-inner .carousel-item-start { 
	transform: translateX(0);
}