#slider001 .carousel-inner .carousel-item:before
{
	display: none !important;
}
#slider001 .carousel-inner .carousel-item img
{
	height: 600px;
	object-position:50% 35%;
}

@media screen and (min-width: 481px) and (max-width: 576px)
{
	#slider001 .carousel-inner .carousel-item img
	{
		height: 300px;
		object-position: top;
	}
}
@media screen and (max-width: 480px)
{
	#slider001 .carousel-inner .carousel-item img
	{
		height: 350px;
		object-position: top;
	}
}

.profile-message .about_school_text h4 {
    text-transform: capitalize;
    font-size: 25px;
    line-height: 35px;
    word-spacing: 2px;
    margin-bottom: 15px;
    font-weight: 600;
    color: var(--color2);
    text-align: justify;
}
.sliders_wrapper #wave1
{		
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
	z-index: 5;
}
.sliders_wrapper #wave1 path
{
	fill: var(--white);
}
.profile-message
{
	margin-top: 50px;
	margin-bottom: 50px;
}
.profile-message .about_school_text
{
	padding-top: 0px;
	padding-left: 30px;
	padding-right: 20px;
}
.profile-message .about_school_text h6
{
	font-size: 20px;
}
.profile-message .about_school_text ul{
	padding-left: 0;
	margin-top: 20px;
}
.profile-message .about_school_text ul li{
	position: relative;
	padding-left: 25px;
	margin-bottom: 12px;
	line-height: 22px;
}
.profile-message .about_school_text ul li:before{
	
    content: '\F269';
    font-family: bootstrap-icons!important;
	position: absolute;
    color: var(--white);
	left: 0;
	width: 20px;
	height: 20px;
	background-color: var(--color2);
	border-radius: 5px;
}
.profile-message .about_school_text ul li:nth-child(1):before
{
	background-color: #8f62eb;
}
.profile-message .about_school_text ul li:nth-child(2):before
{
	background-color: #f8b81f;
}
.profile-message .about_school_text ul li:nth-child(3):before
{
	background-color: #ef5c72;
}
.profile-message .about_school_text ul li:nth-child(4):before
{
	background-color: #00c7c4;
}

.profile-message .about_school_text blockquote
{
	background-color: #eaeaea;
	padding:30px 20px;
	border-left: 5px solid var(--color1);
	font-weight: 600;
	font-size: 20px;
	text-transform: capitalize;
	color: var(--color2);
	box-shadow: 0 10px 15px 5px rgba(0 0 0 / 5%);
}

@media screen and (min-width: 577px) and (max-width: 767px)
{
	.profile-message .about_school_text
	{
		padding-left: 0;
		padding-right: 0;
	}
	.profile-message .about_school_text h4
	{
	    font-size: 20px;
		line-height: 28px;
		word-spacing: 0px;
	}
	.profile-message .about_school_text blockquote
	{
		font-size: 22px;
		padding: 15px 15px;
		text-align: center;
	}
}

@media screen and (min-width: 481px) and (max-width: 576px)
{
	.profile-message .about_school_text
	{
		padding-left: 0;
		padding-right: 0;
	}
	.profile-message .about_school_text h4
	{
	    font-size: 20px;
		line-height: 28px;
		word-spacing: 0px;
	}
	.profile-message .about_school_text blockquote
	{
		font-size: 22px;
		padding: 15px 15px;
		text-align: center;
	}
}
@media screen and (max-width: 480px)
{
	.profile-message .about_school_text
	{
		padding-left: 0;
		padding-right: 0;
	}
	.profile-message .about_school_text h4
	{
	    font-size: 18px;
		line-height: 28px;
		word-spacing: 0px;
	}
	.profile-message .about_school_text blockquote
	{
		font-size: 18px;
		padding: 15px 15px;
	}
}

/*
	==============================
*/

.profile-message .imagesContainer
{
	display: grid;
	grid-template-columns: repeat(2,1fr);
	grid-column-gap: 30px;
	grid-row-gap: 30px;
	position: relative;
}
.profile-message .imagesContainer .circles
{
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 240px;
	height: 240px;
	border: 40px solid var(--color1);
	border-radius: 50%;
	z-index: 1;
}
.profile-message .imagesContainer .image_cols
{
	position: relative;
	z-index: 2;
}
.profile-message .imagesContainer .image_cols img
{
	width: 100%;
	height: 200px;
	object-position: center;
	object-fit: cover;
}

.profile-message .imagesContainer .image_cols.cols01 img
{
	border-radius: 100px 50px 0 50px;
}

.profile-message .imagesContainer .image_cols.cols02 img
{
	border-radius: 50px 100px 50px 0px;
}
.profile-message .imagesContainer .image_cols.cols03 img
{
	border-radius: 50px 0 50px 100px;
}
.profile-message .imagesContainer .image_cols.cols04 img
{
	border-radius:  0 50px 100px 50px;
}

/*
	================================
*/

.quick_links001{
    padding: 100px 0 60px;
    background-color: #77ffe626;
}
.quick_links001 .quick-link-rows
{
	display: grid;
	grid-template-columns: repeat(4,1fr);
	grid-column-gap: 30px;
	/*grid-column-gap: 20px;*/
}
.quick_links001 .quick-link-rows .quick-colomns .wrapper
{
	background-color: var(--white);
	border-radius: 20px;
	box-shadow: 0 20px 20px 15px rgba(0 0 0 / 10%);
	position: relative;
	transition: .3s;
}
.quick_links001 .quick-link-rows .quick-colomns .wrapper:hover
{
	transform: scale(1.07);
}
.quick_links001 .quick-link-rows .quick-colomns .wrapper .image .img
{
	position: absolute;
    background-color: var(--white);
    max-width: 100px;
    margin-left: auto;
    margin-right: auto;
    height: 100px;
    border-radius: 50%;
    margin-top: -60px;
    padding: 20px;
    left: 50%;
    transform: translateX(-50%);
    /*box-shadow: 0 10px 20px 5px rgb(0 0 0 / 5%);*/
}
.quick_links001 .quick-link-rows .quick-colomns .wrapper .image
{

}
.quick_links001 .quick-link-rows .quick-colomns .wrapper .details
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px 25px 20px;
    padding-top: 50px;
}
.quick_links001 .quick-link-rows .quick-colomns .wrapper .details p
{
	margin-bottom: 0;
}



.quick_links001 .quick-link-rows .quick-colomns:nth-child(1) .wrapper .image .img
{
    border: 7px solid #76AD1E;
}
.quick_links001 .quick-link-rows .quick-colomns:nth-child(1) .wrapper
{
	background-color: #76AD1E;
}


.quick_links001 .quick-link-rows .quick-colomns:nth-child(2) .wrapper .image .img
{
    border: 7px solid #18C0CB;
}
.quick_links001 .quick-link-rows .quick-colomns:nth-child(2) .wrapper
{
	background-color: #18C0CB;
}


.quick_links001 .quick-link-rows .quick-colomns:nth-child(3) .wrapper .image .img
{
    border: 7px solid #F8B81F;
}
.quick_links001 .quick-link-rows .quick-colomns:nth-child(3) .wrapper
{
	background-color: #F8B81F;
}


.quick_links001 .quick-link-rows .quick-colomns:nth-child(4) .wrapper .image .img
{
    border: 7px solid #EF5C72;
}
.quick_links001 .quick-link-rows .quick-colomns:nth-child(4) .wrapper
{
	background-color: #EF5C72;
}



.quick_links001 .quick-link-rows .quick-colomns .wrapper h5 a,
.quick_links001 .quick-link-rows .quick-colomns .wrapper p
{
	color: var(--white);
}
.quick_links001 .quick-link-rows .quick-colomns .wrapper h5 a
{
	font-weight: 700;
	font-size: 22px;
}
.quick_links001 .quick-link-rows .quick-colomns .wrapper p
{
	font-weight: 400;
	font-size: 15px;
	text-align: center;
}
.quick_links001 .quick-link-rows .quick-colomns .wrapper h5 a:before
{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media screen and (min-width: 768px) and (max-width: 992px)
{
	.quick_links001 .quick-link-rows
	{
		 grid-template-columns: repeat(2,1fr);
		    grid-row-gap: 70px;
	}
}


@media screen and (min-width: 577px) and (max-width: 767px)
{
	.quick_links001 .quick-link-rows
	{
		 grid-template-columns: repeat(1,1fr);
		    grid-row-gap: 70px;
	}
}


@media screen and (min-width: 481px) and (max-width: 576px)
{
	.quick_links001 .quick-link-rows
	{
		 grid-template-columns: repeat(1,1fr);
		    grid-row-gap: 70px;
	}
}


@media screen and (max-width: 480px)
{
	.quick_links001 .quick-link-rows
	{
		    grid-template-columns: repeat(1,1fr);
		    grid-row-gap: 70px;
	}
}

/*
	==========================
*/

.ytb-videos
{
	margin-top: 50px;
	margin-bottom: 55px;
}
.ytb-videos .container
{
	max-width: 80%;
}
.ytb-videos .container a
{
	display: block;
	border-radius: 20px;
	box-shadow: 0 20px 15px 5px rgba(0 0 0 / 20%);
	overflow: hidden;
	position: relative;
}
.ytb-videos .container a:before
{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255 255 255 / 40%);
	z-index: 2;
	transition: .5s;
	opacity: 0;
	transform: scale(.8);
}
.ytb-videos .container a:hover:before
{
	opacity: 1;
	transform: scale(1);
}
.ytb-videos .container a .img-fluid
{
	width: 100%;
	height: 400px;
	object-position: center;
	object-fit: cover;
	border-radius: 20px;
	box-shadow: 0 20px 15px 5px rgba(0 0 0 / 20%);
	transition: .4s;
}
.ytb-videos .container a:hover .img-fluid
{
	transform: scale(1.05);
}
.ytb-videos .container a .overlay
{
	position: absolute;
    left: 50%;
    top: 50%;
    width: 80px;
    height: 80px;
    transform: translate(-50%,-50%);
    background-image: url(../../../assets/img/ytbs.png);
    background-size: contain;
    background-repeat: no-repeat;
}

@media screen and (min-width: 481px) and (max-width: 576px)
{
	.ytb-videos .container
	{
		max-width: 90%;
	}
	.ytb-videos
	{
		margin-top: 30px;
	}
	.ytb-videos .container a .img-fluid
	{
		height: 250px;
	}
	.ytb-videos .container a .overlay
	{
		background-position: center;
		background-size: 70px;
	}
}
@media screen and (max-width: 480px)
{
	.ytb-videos .container
	{
		max-width: 95%;
	}
	.ytb-videos
	{
		margin-top: 30px;
	}
	.ytb-videos .container a .img-fluid
	{
		height: 250px;
	}
	.ytb-videos .container a .overlay
	{
		background-position: center;
		background-size: 60px;
	}
}

.programes-home.home-gallerys
{
	margin-top: 80px !important;
}
.home-gallerys .gallery-home-grid .gallery-col-colom .imagebox a:before
{
    background-color: rgba(0 0 0 / 60%);
}

@media screen and (min-width: 577px) and (max-width: 767px)
{
	.programes-home.home-gallerys
	{
		margin-top: 10px !important;
	}
	.home-gallerys .gallery-home-grid
	{
		grid-column-gap: 5px;
		grid-row-gap: 5px;
	}
}

@media screen and (min-width: 481px) and (max-width: 576px)
{
	.programes-home.home-gallerys
	{
		margin-top: 10px !important;
	}
	.home-gallerys .gallery-home-grid
	{
		grid-row-gap: 5px;
	}
}
@media screen and (max-width: 480px)
{
	.programes-home.home-gallerys
	{
		margin-top: 10px !important;
	}
	.home-gallerys .gallery-home-grid
	{
		grid-row-gap: 5px;
	}
}

.quick-link1.cambridge
{
	margin-top: 0;
	background-color: #a1fbef;
}
.quick-link1 .custom-row .customColom .text .heading
{
	padding: 25px 20px 35px;
    text-align: center;
}
.quick-link1 .custom-row .customColom .text .heading p
{
	font-size: 15px;
}

.quick-link1 .custom-row {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    grid-column-gap: 5px;
}
.quick-link1 .custom-row .customColom.cols05 {
    background-color: #76AD1E;
}

.quick-link1 .custom-row .customColom.whitebgonly .text .heading h4 span
{
	color: var(--color2) !important;
}
.quick-link1 .custom-row .customColom.whitebgonly .text p
{
	color: var(--color2) !important;
}

@media screen and (min-width: 768px) and (max-width: 992px)
{
	.quick-link1 .custom-row
	{
		grid-template-columns: repeat(2,1fr);
    	grid-column-gap: 2px;
	}
	.quick-link1 .custom-row .customColom .text .heading
	{
		padding: 40px 20px 45px;
	}
	.quick-link1 .custom-row .customColom:nth-child(1)
	{
		order: 1;
	}
	.quick-link1 .custom-row .customColom:nth-child(2)
	{
		order: 2;
	}
	.quick-link1 .custom-row .customColom:nth-child(3)
	{
		order: 4;
	}
	.quick-link1 .custom-row .customColom:nth-child(4)
	{
		order: 3;
	}
	.quick-link1 .custom-row .customColom:nth-child(5)
	{
		order: 5;
	}
	.quick-link1 .custom-row .customColom:nth-child(6)
	{
		order: 6;
	}
	.quick-link1 .custom-row .customColom:nth-child(7)
	{
		order: 8;
	}
	.quick-link1 .custom-row .customColom:nth-child(8)
	{
		order: 7;
	}
	.quick-link1 .custom-row .customColom:nth-child(9)
	{
		order: 9;
	}
	.quick-link1 .custom-row .customColom:nth-child(10)
	{
		order: 10;
	}
	.quick-link1.cambridge
	{
		overflow-y: hidden;
		overflow-x: hidden;
	}
}
@media screen and (min-width: 577px) and (max-width: 767px)
{
	.quick-link1 .custom-row
	{
		grid-template-columns: repeat(2,1fr);
    	grid-column-gap: 2px;
	}
	.quick-link1 .custom-row .customColom .text .heading
	{
		padding: 40px 20px 45px;
	}
	.quick-link1 .custom-row .customColom:nth-child(1)
	{
		order: 1;
	}
	.quick-link1 .custom-row .customColom:nth-child(2)
	{
		order: 2;
	}
	.quick-link1 .custom-row .customColom:nth-child(3)
	{
		order: 4;
	}
	.quick-link1 .custom-row .customColom:nth-child(4)
	{
		order: 3;
	}
	.quick-link1 .custom-row .customColom:nth-child(5)
	{
		order: 5;
	}
	.quick-link1 .custom-row .customColom:nth-child(6)
	{
		order: 6;
	}
	.quick-link1 .custom-row .customColom:nth-child(7)
	{
		order: 8;
	}
	.quick-link1 .custom-row .customColom:nth-child(8)
	{
		order: 7;
	}
	.quick-link1 .custom-row .customColom:nth-child(9)
	{
		order: 9;
	}
	.quick-link1 .custom-row .customColom:nth-child(10)
	{
		order: 10;
	}
	.quick-link1.cambridge
	{
		overflow-y: hidden;
		overflow-x: hidden;
	}
}

@media screen and (min-width: 481px) and (max-width: 576px)
{
	.quick-link1 .custom-row
	{
		grid-template-columns: repeat(1,1fr);
    	grid-column-gap: 15px;
	}
	.quick-link1 .custom-row .customColom .text .heading
	{
		padding: 40px 20px 45px;
	}
	.quick-link1.cambridge
	{
		overflow-y: hidden;
		overflow-x: hidden;
	}
}

@media screen and (max-width: 480px)
{
	.quick-link1 .custom-row
	{
		grid-template-columns: repeat(1,1fr);
    	grid-column-gap: 15px;
	}
	.quick-link1.cambridge
	{
		overflow-y: hidden;
		overflow-x: hidden;
	}
}
/*
	======================================
*/

body.cambridge.gallery.testimonials section.gallery .customRow#whyus .custom_colom
{
    flex: 0 0 auto;
    width: calc(33.333% - 30px);
    margin: 0 15px 20px;
}
body.cambridge.gallery.testimonials section.gallery #whyus .custom_colom .why_us_boxes .image a img
{
	height: 235px;
}
.colom-flex
{
	display: grid;
	grid-template-columns: repeat(2,1fr);
	grid-column-gap: 20px;
}

.profile-message .ytb-videos
{
	margin-bottom: 0;
	margin-top: 0;
}

.profile-message .ytb-videos .container
{
	max-width: 100%;
}
.profile-message .ytb-videos .container a .img-fluid
{
	height: 400px;
}
body.partnerships .admission-process blockquote
{
	font-size: 22px !important;
	font-weight: 700;
	color: var(--color2) !important;
}
.simpleGallery
{
	margin-top: 30px !important;
}
.simpleGallery .galleryRow
{
	display: grid;
	grid-template-columns: repeat(3,1fr);
	grid-column-gap: 10px;
	grid-row-gap: 10px;
}
.simpleGallery .galleryRow .gallery_cols
{
	overflow: hidden;
	position: relative;
}
.simpleGallery .galleryRow .gallery_cols:before
{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0 0 0 / 60%);
	transition: .3s;
	opacity: 0;
	z-index: 20;
}
.simpleGallery .galleryRow .gallery_cols:hover:before
{
	opacity: 1;
}
.simpleGallery .galleryRow .gallery_cols img
{
	transition: .2s;
}
.simpleGallery .galleryRow .gallery_cols:hover img
{
	transform: scale(1.1);
}

/*
	===================================
*/
.maps-cambridge-pathway .container
{
	max-width: 95% !important;
}
.infographys
{
	display: grid;
	grid-template-columns: repeat(3,1fr);
	grid-column-gap: 20px;
	grid-row-gap: 50px;
	margin-top: 50px;
}
.infographys .infography-colom .wrapper
{
	background-color: var(--white);
	box-shadow: 0 10px 10px 3px rgba(0 0 0 / 10%);
	padding: 15px;
	border-radius: 8px;
	height: 100%;
	position: relative;
}
.infographys .infography-colom .wrapper .heading
{	
	position: absolute;
	top: -15px;
	left: 50%;
	transform: translateX(-50%);
	min-width: 88%;
	text-align: center;
	font-size: 17px;
	font-weight: 600;
	color: var(--white);
	padding: 15px 15px 8px;
	padding-bottom: 15px;
	border-radius: 0 0 25px 25px;
	letter-spacing: 0;
}
.infographys .infography-colom .wrapper .heading:before
{
	content: '';
    position: absolute;
    left: -15px;
    top: 0;
    border-left: 15px solid transparent;
}
.infographys .infography-colom .wrapper .heading:after
{
	content: '';
    position: absolute;
    right: -15px;
    top: 0;
    border-right: 15px solid transparent;
}
.infographys .infography-colom.colom1 .wrapper .heading:before{

    border-bottom: 15px solid #5e38ad;
}
.infographys .infography-colom.colom2 .wrapper .heading:before{

    border-bottom: 15px solid #F8B81F;
}
.infographys .infography-colom.colom3 .wrapper .heading:before{

    border-bottom: 15px solid #EF5C72;
}
.infographys .infography-colom.colom4 .wrapper .heading:before{

    border-bottom: 15px solid #8C09B1;
}
.infographys .infography-colom.colom5 .wrapper .heading:before{

    border-bottom: 15px solid #22D17E;
}

.infographys .infography-colom.colom1 .wrapper .heading:after{

    border-bottom: 15px solid #5e38ad;
}
.infographys .infography-colom.colom2 .wrapper .heading:after{

    border-bottom: 15px solid #F8B81F;
}
.infographys .infography-colom.colom3 .wrapper .heading:after{

    border-bottom: 15px solid #EF5C72;
}
.infographys .infography-colom.colom4 .wrapper .heading:after{

    border-bottom: 15px solid #8C09B1;
}
.infographys .infography-colom.colom5 .wrapper .heading:after{

    border-bottom: 15px solid #22D17E;
}

.infographys .infography-colom.colom1 .wrapper .heading
{
	background-color: #8F62EB
}
.infographys .infography-colom.colom2 .wrapper .heading
{
	background-color: #F8B81F
}
.infographys .infography-colom.colom3 .wrapper .heading
{
	background-color: #EF5C72
}
.infographys .infography-colom.colom4 .wrapper .heading
{
	background-color: #8C09B1
}
.infographys .infography-colom.colom5 .wrapper .heading
{
	background-color: #22D17E
}
.infographys .infography-colom .wrapper .subwrapper
{
	padding: 10px 20px;
	border: 5px solid #000;
	border-radius: 8px;
	height: 100%;
	padding-top: 40px;
	background-color: var(--white);
}


.infographys .infography-colom.colom1 .wrapper .subwrapper
{
	border-color: #8F62EB
}
.infographys .infography-colom.colom2 .wrapper .subwrapper
{
	border-color: #F8B81F
}
.infographys .infography-colom.colom3 .wrapper .subwrapper
{
	border-color: #EF5C72
}
.infographys .infography-colom.colom4 .wrapper .subwrapper
{
	border-color: #8C09B1
}
.infographys .infography-colom.colom5 .wrapper .subwrapper
{
	border-color: #22D17E
}
.infographys .infography-colom .wrapper .subwrapper h6
{
	color: var(--color2);
	text-transform: capitalize;
	font-size: 20px;
}
.infographys .infography-colom .wrapper .subwrapper ul li
{
	padding-left: 27px;
}
.infographys .infography-colom .wrapper .subwrapper ul li:before
{
	background-color: transparent !important;
	color: var(--color2);
	font-size: 22px;
}

/*
	================================
*/

.home-branch-btn
{
	position: fixed;
    bottom: 65px;
    right: 20px;
    z-index: 150;
}
.home-branch-btn a
{

    background: linear-gradient(45deg,var(--color3),var(--color2),var(--color3));
    box-shadow: 0 0 20px 2px rgb(0 0 0 / 50%);
    padding: 13px 20px;
    border-radius: 8px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	transition: .4s;
	animation: xyz01 4s .5s infinite alternate-reverse;
	text-decoration: none;
}
@-webkit-keyframes xyz01{
	0%
	{
		transform: translateY(-15px);
	}
	100%
	{
		transform: translateY(15px);
	}
}
.home-branch-btn a:hover
{
    background: linear-gradient(45deg,var(--color1),var(--color1),var(--color1));
}
.home-branch-btn a .icon
{
	width: 35px;
}
.home-branch-btn a .valu
{
	font-size: 20px;
	font-weight: 600;
	padding-left: 10px;
	color: var(--white);
}


.cambridge.parentReviews .parentsreivewMainDiv
{

}
.cambridge.parentReviews .parentsreivewMainDiv .row
{
	padding: 60px 60px;
}
.cambridge.parentReviews .parentsreivewMainDiv .row:nth-child(even)
{
	background: #eaeaea;
}
@media screen and (min-width: 993px)
{
	.cambridge.parentReviews .parentsreivewMainDiv .row .colom1
	{
		order: 1;
	}
	.cambridge.parentReviews .parentsreivewMainDiv .row .colom2
	{
		order: 2;
	}
	.cambridge.parentReviews .parentsreivewMainDiv .row:nth-child(even) .colom1
	{
		order: 2;
	}
	.cambridge.parentReviews .parentsreivewMainDiv .row:nth-child(even) .colom2
	{
		order: 1;
	}
}
.cambridge.parentReviews .profile-message .ytb-videos .container a .img-fluid
{
	height: 330px;
}
.cambridge.parentReviews .profile-message .row:nth-child(odd) .about_school_text blockquote
{
	background-color: #f5f2f2;
}
.cambridge.parentReviews .profile-message .row:nth-child(even) .about_school_text blockquote
{
	background-color: var(--white);
}



/*

	**********************************************
*/

.profile-message
{
	margin-top: 70px;
}
.infographics--5-row
{
	display: grid;
	grid-template-columns: repeat(2,1fr);
	grid-column-gap: 30px;
	grid-row-gap: 30px;
	position: relative;
}
.infographics--5-row .circle--logo
{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 5;
	box-shadow: 0 20px 30px 15px rgba(0 0 0 / 5%);
	border-radius: 50%;
}
.infographics--5-row .circle--logo .logo-wrapper img
{
	width: 150px;
	height: 150px;
	border-radius: 50%;
	box-shadow: 0 20px 30px 15px rgba(0 0 0 / 5%);
}
.infographics--5-row .infoColomsn
{
	background-color: var(--white);
	box-shadow: 0 20px 30px 25px rgba(0 0 0 / 5%);
	border-radius: 20px;
	padding: 20px;
	position: relative;
	overflow: hidden;
}
.infographics--5-row .infoColomsn .wrapper
{
	width: 290px;
	height:170px;
	border-radius: 20px;
	border: 2px solid #eaeaea;
	position: relative;
	z-index: 3;
}
.infographics--5-row .infoColomsn .wrapper p
{
	font-family: 'Titillium Web', sans-serif;
    text-transform: capitalize;
    font-size: 22px;
    line-height: 28px;
    word-spacing: 2px;
    margin-bottom: 15px;
    font-weight: 700;
    color: var(--black);
    padding-right: 20px;
    padding-left: 13px;
    padding-top: 10px;
}


.infographics--5-row .infoColomsn .shapes
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	height: 100px;
	border-radius: 50%;
}
.infographics--5-row .infoColomsn:nth-child(2)
{
	background-color: #00c0ef3b;
}
.infographics--5-row .infoColomsn:nth-child(2) .shapes
{
	background-color: #00c0ef;
	top: -35px;
    left: -35px;
}

.infographics--5-row .infoColomsn:nth-child(2) p
{
	padding-top: 38px;padding-left: 20px;
}
.infographics--5-row .infoColomsn:nth-child(3)
{
	background-color: #a002ae4d;
}
.infographics--5-row .infoColomsn:nth-child(3) .shapes
{
	background-color: #a002ae;
	left: auto;
	right: -35px;
	top: -35px;
}
.infographics--5-row .infoColomsn:nth-child(3) p
{
	padding-top: 38px;padding-left: 20px;
}
.infographics--5-row .infoColomsn:nth-child(4)
{
	background-color: #ff4a7f47;
}
.infographics--5-row .infoColomsn:nth-child(4) .shapes
{
	background-color: #ff4a7f;
	top: auto;
	left: -35px;
	bottom: -35px;
}
.infographics--5-row .infoColomsn:nth-child(4) p
{
	padding-top: 18px;
	padding-left: 18px;
}
.infographics--5-row .infoColomsn:nth-child(5)
{
	background-color: #0073e859;
}
.infographics--5-row .infoColomsn:nth-child(5) .shapes
{
	background-color: #0073e8;
	top: auto;
	left: auto;
	right: -35px;
	bottom: -35px;
}
.infographics--5-row .infoColomsn:nth-child(5) p
{
	padding-top: 18px;
	padding-left: 20px;
}
@media screen and (min-width: 768px) and (max-width: 992px)
{
	.infographics--5-row
	{
	    margin-bottom: 25px;
	}
}
@media screen and (min-width: 577px) and (max-width: 767px)
{
	.infographics--5-row .circle--logo
	{
		display: none;
	}
	.infographics--5-row
	{
		grid-template-columns: repeat(1,1fr);
	    grid-column-gap: 10px;
	    grid-row-gap: 10px;
	    margin-bottom: 25px;
	}
	.infographics--5-row .infoColomsn .wrapper
	{
		width: 100%;
	}
	.infographics--5-row .infoColomsn:nth-child(2) p
	{
		padding-top: 20px;
		padding-left: 20px;
	}
	.infographics--5-row .infoColomsn:nth-child(3) p
	{
		padding-top: 20px;
		padding-left: 20px;
	}
	.infographics--5-row .infoColomsn .wrapper
	{
		height: auto;
	}
	.infographics--5-row .infoColomsn
	{
		padding: 25px;
	}
	.infographics--5-row .infoColomsn .wrapper p
	{
		padding-right: 12px;
		text-align: center;

	}
}

@media screen and (min-width: 481px) and (max-width: 576px)
{
	.infographics--5-row .circle--logo
	{
		display: none;
	}
	.infographics--5-row
	{
		grid-template-columns: repeat(1,1fr);
	    grid-column-gap: 10px;
	    grid-row-gap: 10px;
	    margin-bottom: 25px;
	}
	.infographics--5-row .infoColomsn .wrapper
	{
		width: 100%;
	}
	.infographics--5-row .infoColomsn:nth-child(2) p
	{
		padding-top: 20px;
		padding-left: 20px;
	}
	.infographics--5-row .infoColomsn:nth-child(3) p
	{
		padding-top: 20px;
		padding-left: 20px;
	}
	.infographics--5-row .infoColomsn .wrapper
	{
		height: auto;
	}
	.infographics--5-row .infoColomsn
	{
		padding: 15px;
	}
	.infographics--5-row .infoColomsn .wrapper p
	{
		padding-right: 12px;

	}
}

@media screen and (max-width: 480px)
{
	.infographics--5-row .circle--logo
	{
		display: none;
	}
	.infographics--5-row
	{
		grid-template-columns: repeat(1,1fr);
	    grid-column-gap: 10px;
	    grid-row-gap: 10px;
	    margin-bottom: 25px;
	}
	.infographics--5-row .infoColomsn .wrapper
	{
		width: 100%;
	}
	.infographics--5-row .infoColomsn:nth-child(2) p
	{
		padding-top: 20px;
		padding-left: 20px;
	}
	.infographics--5-row .infoColomsn:nth-child(3) p
	{
		padding-top: 20px;
		padding-left: 20px;
	}
	.infographics--5-row .infoColomsn .wrapper
	{
		height: auto;
	}
	.infographics--5-row .infoColomsn
	{
		padding: 10px;
	}
	.infographics--5-row .infoColomsn .wrapper p
	{
		padding-right: 12px;

	}
	.infographics--5-row .infoColomsn p
	{
		font-size: 19px !important;
	}
}

.text-collage
{
	margin-top: 60px;
	margin-bottom: 60px;
}

@media screen and (min-width: 768px) and (max-width: 992px)
{
	.text-collage
	{
		margin-top: 20px;
    	margin-bottom: 30px;
	}
}

@media screen and (min-width: 577px) and (max-width: 767px)
{
	.text-collage
	{
		margin-top: 20px;
    	margin-bottom: 30px;
	}
}

@media screen and (min-width: 481px) and (max-width: 576px)
{
	.text-collage
	{
		margin-top: 20px;
    	margin-bottom: 30px;
	}
}

@media screen and (max-width: 480px)
{
	.text-collage
	{
		margin-top: 20px;
    	margin-bottom: 30px;
	}
}

@media screen and (min-width: 768px) and (max-width: 992px)
{
	.parentReviews .profile-message
	{
		margin-top: 30px;
	}
	.cambridge.parentReviews .parentsreivewMainDiv .row
	{
		padding: 25px 25px;
	}
	.cambridge.parentReviews .parentsreivewMainDiv .row .colom1
	{
		width: 50%;
	}
	.cambridge.parentReviews .parentsreivewMainDiv .row .colom2
	{
		width: 50%;
	}
	.cambridge.parentReviews .profile-message .ytb-videos .container a .img-fluid
	{
		height: 250px;
	}
	.profile-message .about_school_text
	{
		margin-top: 25px;
	}
	.profile-message .about_school_text h4
	{
		text-align: center;
	    font-size: 27px;
	}
	.profile-message .about_school_text blockquote
	{
		text-align: center;
		font-size: 16px;
	}
	.cambridge.parentReviews .profile-message .ytb-videos .container a .img-fluid
	{
		height:350px;
	}
}

@media screen and (min-width: 577px) and (max-width: 767px)
{
	.parentReviews .profile-message
	{
		margin-top: 30px;
	}
	.cambridge.parentReviews .parentsreivewMainDiv .row
	{
		padding: 25px 25px;
	}
	.cambridge.parentReviews .profile-message .ytb-videos .container a .img-fluid
	{
		height: 250px;
	}
	.profile-message .about_school_text
	{
		margin-top: 25px;
	}
	.profile-message .about_school_text h4
	{
		text-align: center;
	    font-size: 27px;
	}
	.profile-message .about_school_text blockquote
	{
		text-align: center;
		font-size: 20px;
	}
}
@media screen and (min-width: 481px) and (max-width: 576px)
{
	.parentReviews .profile-message
	{
		margin-top: 30px;
	}
	.cambridge.parentReviews .parentsreivewMainDiv .row
	{
		padding: 25px 25px;
	}
	.cambridge.parentReviews .profile-message .ytb-videos .container a .img-fluid
	{
		height: 250px;
	}
	.profile-message .about_school_text
	{
		margin-top: 25px;
	}
	.profile-message .about_school_text h4
	{
		text-align: center;
	}
	.profile-message .about_school_text blockquote
	{
		text-align: center;
	}
}

@media screen and (max-width: 480px)
{
	.parentReviews .profile-message
	{
		margin-top: 30px;
	}
	.cambridge.parentReviews .parentsreivewMainDiv .row
	{
		padding: 25px 25px;
	}
	.cambridge.parentReviews .profile-message .ytb-videos .container a .img-fluid
	{
		height: 200px;
	}
	.profile-message .about_school_text
	{
		margin-top: 25px;
	}
	.profile-message .about_school_text h4
	{
		text-align: center;
	}
	.profile-message .about_school_text blockquote
	{
		text-align: center;
	}
}

/*
===================================
*/

@media screen and (min-width: 768px) and (max-width: 992px)
{
	body.cambridge.gallery.testimonials section.gallery .customRow#whyus .custom_colom
	{
	    width: calc(50% - 20px);
		margin: 0 10px 20px;
	}
}

@media screen and (min-width: 577px) and (max-width: 767px)
{
	body.cambridge.gallery.testimonials section.gallery .customRow#whyus .custom_colom
	{
	    width: calc(50% - 20px);
		margin: 0 10px 20px;
	}
}
@media screen and (min-width: 481px) and (max-width: 576px)
{
	body.cambridge.gallery.testimonials section.gallery .customRow#whyus .custom_colom
	{
	    width: calc(100% - 20px);
		margin: 0 10px 20px;
	}
}
@media screen and (max-width: 480px)
{
	body.cambridge.gallery.testimonials section.gallery .customRow#whyus .custom_colom
	{
	    width: calc(100% - 20px);
		margin: 0 10px 20px;
	}
}

/*
	==============================================
*/
body
{
	height: auto !important;
}
@media screen and (min-width: 768px) and (max-width: 992px)
{
	.infographys
	{
	    grid-template-columns: repeat(2,1fr);
	    grid-column-gap: 20px;
	    grid-row-gap: 50px;
	    margin-top: 20px;
	}
	.maps-cambridge-pathway.profile-message
	{
		margin-top: 30px;
	}
	.maps-cambridge-pathway.profile-message .about_school_text
	{
		margin-top: 0;
	}
	body.innerpages .maps-cambridge-pathway .heading1 h3
	{
		font-size: 34px;
		margin-bottom: 15px !important;
	}
	.infographys .infography-colom .wrapper .heading
	{
		font-size: 16px;
	}
	.infographys .infography-colom .wrapper .subwrapper
	{
		padding:25px 20px;
		padding-top: 45px;
	}
}

@media screen and (min-width: 577px) and (max-width: 767px)
{
	.infographys
	{
	    grid-template-columns: repeat(1,1fr);
	    grid-column-gap: 20px;
	    grid-row-gap: 50px;
	    margin-top: 20px;
	}
	.maps-cambridge-pathway.profile-message
	{
		margin-top: 30px;
	}
	.maps-cambridge-pathway.profile-message .about_school_text
	{
		margin-top: 0;
	}
	body.innerpages .maps-cambridge-pathway .heading1 h3
	{
		font-size: 28px;
	}
	.infographys .infography-colom .wrapper .heading
	{
		font-size: 20px;
	}
	.infographys .infography-colom .wrapper .subwrapper
	{
		padding:25px 20px;
		padding-top: 45px;
	}
}
@media screen and (min-width: 481px) and (max-width: 576px)
{
	.infographys
	{
	    grid-template-columns: repeat(1,1fr);
	    grid-column-gap: 20px;
	    grid-row-gap: 50px;
	    margin-top: 20px;
	}
	.maps-cambridge-pathway.profile-message
	{
		margin-top: 30px;
	}
	.maps-cambridge-pathway.profile-message .about_school_text
	{
		margin-top: 0;
	}
	body.innerpages .maps-cambridge-pathway .heading1 h3
	{
		font-size: 26px;
	}
	.infographys .infography-colom .wrapper .heading
	{
		font-size: 17px;
	}
	.infographys .infography-colom .wrapper .subwrapper
	{
		padding:25px 20px;
		padding-top: 45px;
	}
}
@media screen and (max-width: 480px)
{
	.infographys
	{
	    grid-template-columns: repeat(1,1fr);
	    grid-column-gap: 20px;
	    grid-row-gap: 50px;
	    margin-top: 20px;
	}
	.maps-cambridge-pathway.profile-message
	{
		margin-top: 30px;
	}
	.maps-cambridge-pathway.profile-message .about_school_text
	{
		margin-top: 0;
	}
	body.innerpages .maps-cambridge-pathway .heading1 h3
	{
		font-size: 26px;
	}
	.infographys .infography-colom .wrapper .heading
	{
		font-size: 15px;
	}
	.infographys .infography-colom .wrapper .subwrapper
	{
		padding:25px 10px;
		padding-top: 45px;
	}
}
/*
	==============================================
*/

@media screen and (min-width: 768px) and (max-width: 992px)
{
	
}

@media screen and (min-width: 577px) and (max-width: 767px)
{
	#whyus .custom_colom .why_us_boxes .details h6
	{
		font-size: 20px;
	}
	.profile-message
	{
		margin-top: 30px;
	}
	.profile-message .ytb-videos .container a .img-fluid
	{
		height: 300px;
	}
	.profile-message .container
	{
		max-width: 95%;
	}
	body.innerpages .heading1 h3
	{
		font-size: 27px;
	}	
}
@media screen and (min-width: 481px) and (max-width: 576px)
{
	#whyus .custom_colom .why_us_boxes .details h6
	{
		font-size: 20px;
	}
	.profile-message
	{
		margin-top: 30px;
	}
	.profile-message .ytb-videos .container a .img-fluid
	{
		height: 250px;
	}
	.profile-message .container
	{
		max-width: 95%;
	}
	body.innerpages .heading1 h3
	{
		font-size: 27px;
	}
}
@media screen and (max-width: 480px)
{
	#whyus .custom_colom .why_us_boxes .details h6
	{
		font-size: 20px;
	}
	.profile-message
	{
		margin-top: 30px;
	}
	.profile-message .ytb-videos .container a .img-fluid
	{
		height: 250px;
	}
	.profile-message .container
	{
		max-width: 95%;
	}
	body.innerpages .heading1 h3
	{
		font-size: 27px;
	}
}

/*
	***************************************
*/

@media screen and (min-width: 768px) and (max-width: 992px)
{
	.simpleGallery .galleryRow
	{
		grid-template-columns: repeat(2,1fr);
	}
}
@media screen and (min-width: 577px) and (max-width: 767px)
{
	.simpleGallery .galleryRow
	{
		grid-template-columns: repeat(2,1fr);
	}
}
@media screen and (min-width: 481px) and (max-width: 576px)
{
	.simpleGallery .galleryRow
	{
		grid-template-columns: repeat(2,1fr);
	}
}
@media screen and (max-width: 480px)
{
	.simpleGallery .galleryRow
	{
		grid-template-columns: repeat(1,1fr);
	}
}

/*
	=======================================
*/

@media screen and (max-width: 767px)
{
	.colom-flex
	{
		grid-template-columns: repeat(1,1fr);
	}
}

.sliders_wrapper .carousel-inner .captions.for-special-text
{
	max-width: 60% !important;
	width: 100%;
	border-radius: 8px !important;
}
.sliders_wrapper .carousel-inner .captions.for-special-text h5:before
{
	display: none !important;
}
.sliders_wrapper .carousel-inner .captions.for-special-text h5:after
{
	display: none !important;
}
.sliders_wrapper .carousel-inner .captions.for-special-text
{
	bottom: 90px !important;
}
.sliders_wrapper .carousel-inner .captions.for-special-text h5
{
	white-space: normal !important;
	font-size: 24px !important;
	font-weight: 500 !important;
	font-family: 'Poppins';
	line-height: 35px;
}
.sliders_wrapper .carousel-inner .captions.for-special-text h5 span
{
	color: yellow;
	font-family: 'Poppins';
	font-weight: 800;
}
@media screen and (min-width: 577px) and (max-width: 992px)
{
	#slider001 .carousel-inner .carousel-item .captions
	{
		bottom: 70px !important;
		max-width: 85% !important;
		width: 100%;
	}
	#slider001 .carousel-inner .carousel-item .captions h5
	{
		font-size: 20px !important;
		line-height: 32px;
	}
}
@media screen and (max-width: 576px)
{
	#slider001 .carousel-inner .carousel-item .captions
	{
		position: static;
		max-width: 100% !important;
		width: 100%;
		transform: translateX(0%);
	}
	.sliders_wrapper #wave1
	{
		display: none;
	}
	#slider001 .carousel-inner .carousel-item .captions h5
	{
		font-size: 18px !important;
	}
}

@media screen and (max-width: 576px)
{
	.home-branch-btn
	{
		right: 10px;
		bottom: 20px;
	}
}

.only-home-gallery.home-gallerys .gallery-home-grid .gallery-col-colom .imagebox a .text-wrapper .para
{
    	display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
}