﻿a,
a:active,
a:focus {
	letter-spacing: inherit
}

.button,
.button:active,
.button:focus {
	letter-spacing: 0.1em
}

.footer-classic-body {
	background-image: url(../images/footer-bg.webp);
	background-repeat: no-repeat;
	background-size: cover;
    border-top: solid 0px #001d52;
}


input,
button,
select,
optgroup,
textarea {
	padding: 5px;
}

table {
	border: 1px solid #dee2e6;
	width: 100%;
	margin-bottom: 1rem;
	color: #212529;
	border-collapse: collapse;
	display: table;
}

table th {
	font-weight: bold;
}

table th,
table td {
	padding: 0.75rem;
	vertical-align: top;
	border-top: 1px solid #dee2e6;
	display: table-cell;
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0px;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 100%;
	padding: 0.5rem;
	margin: 0.125rem 0 0;
	font-size: 14px;
	color: #212529;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 0.25rem;
}

.dropdown-menu a,
a:focus,
a:active {
	color: #000;
}

.alert-error {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
}

.alert-success {
	color: #155724;
	background-color: #d4edda;
	border-color: #c3e6cb;
}

.alert-info {
	color: #004085;
	background-color: #cce5ff;
	border-color: #b8daff;
}

.alert {
	position: relative;
	padding: .75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: .25rem;
}

.introTitle h4 {
	color: #d70000;
	color:#e68a00;
	position: relative;
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 15px;
	/* text-transform: capitalize; */
	/* font-style: italic; */
	padding: 0px 100px;
	padding: 0px;
	font-family: 'poppins', serif;
	line-height: 22px;
	letter-spacing: 0.3px;
}

/*.introTitle h4:before {
    position: absolute;
    content: "";
    width: 12%;
    width: 0%;
    left: 18%;
    top: 50%;
    height: 1px;
    height: 0px;
    background-color: #419ee9;
}

.introTitle h4:after {
    position: absolute;
    content: "";
    width: 12%;
    width: 0%;
    right: 18%;
    top: 50%;
    height: 1px;
    height: 0px;
    background-color: #419ee9;
}*/

.promo-classic h4 {
	color: #e08700;
	position: relative;
	font-size: 1.5em;
	font-weight: 600;
	margin-top: 5px;
	text-transform: capitalize;
}

.promo-classic h4:before {
	position: absolute;
	content: "";
	width: 10%;
	left: 20%;
	top: 50%;
	height: 1px;
	background-color: #e08700;
}

.promo-classic h4:after {
	position: absolute;
	content: "";
	width: 10%;
	right: 20%;
	top: 50%;
	height: 1px;
	background-color: #e08700;
}

@media (min-width: 768px) and (max-width: 991.99px) {
    .promo-classic h4:before {	
	left: 10%;
}

.promo-classic h4:after {
	right: 10%;
}
}

@media (min-width: 537px) and (max-width: 767.99px) {
    .promo-classic h4:before {	
	left: 0%;
}

.promo-classic h4:after {
	right: 0%;
}
}

@media (min-width: 0px) and (max-width: 536.99px) {
    
    .promo-classic h4:before {	
	width:0px;
}

.promo-classic h4:after {
	width:0px;
}

}




.allsec {
	background-image: linear-gradient(rgb(255 255 255 / 80%), rgba(255, 255, 255, 0.8)), url(../images/imp-link-bg.png) !important;
	background-image: url(../images/texture-5.jpg) !important;
	background-size: contain;
	background-repeat: repeat;
	background-position: center;
	padding-bottom: 40px;
}


.thumbnail-classic-abs {
	background: rgb(0 0 0 / 25%);
	position: absolute;
	height: 100%;
	width: 100%;
	padding: 0px;
	color: #fff;
	font-size: 22px;
	font-weight: 700;
	display: block;
}

.thumbnail-classic-abs h4 {
	color: #fff;
	/* padding-top: 42%; */
	position: absolute;
	display: block;
	top: 45%;
	width: 100%;
	padding:25px;
}

.thumbnail-classic-abs h4 span {
	color: #fff;
	display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    line-height: 20px;
    /* color: #e68a00; */
    padding-top: 10px;
    font-weight:500;
}

.thumbnail-classic-abs:hover h4 {
	display: none
}

.thumbnail-classic:hover .thumbnail-classic-abs:hover h4 {
	display: none
}

@media (min-width: 992px) and (max-width: 1199.98px) {
	.introTitle h4:before {
		width: 10%;
		left: 16%;
	}

	.introTitle h4:after {
		width: 10%;
		right: 16%;
	}

	.rd-navbar-modern.rd-navbar-static .rd-navbar-brand img {
		max-height: 80px;
		margin-bottom: -15px;

	}
}


@media (min-width: 768px) and (max-width: 991.98px) {
	.introTitle h4:before {
		width: 10%;
		left: 8%;
	}

	.introTitle h4:after {
		width: 10%;
		right: 8%;
	}

	.swiper-slider-3+.offset-negative-1 .container {
		position: relative;
		margin-top: 0px;
		z-index: 1;
	}

	.swiper-slider-3.swiper-container-horizontal>.swiper-pagination-bullets {
		bottom: 20px;
	}

	.material-parallax img {
		bottom: 50%;
	}

	.thumbnail-classic-abs {
		display: block;
	}

}


@media (min-width: 530px) and (max-width: 767.98px) {
	.introTitle h4:before {
		width: 7%;
		left: 5%;
	}

	.introTitle h4:after {
		width: 7%;
		right: 5%;
	}

	.clients-classic p {
		padding-top: 0px;
		font-size: 12px;
	}

	.swiper-slider-3+.offset-negative-1 .container {
		position: relative;
		margin-top: 0px;
		z-index: 1;
	}

	.swiper-slider-3.swiper-container-horizontal>.swiper-pagination-bullets {
		bottom: 20px;
	}

	.material-parallax img {
		bottom: 50%;
	}

	.thumbnail-classic-abs {
		display: block;
	}

}


@media (min-width: 80px) and (max-width: 529.98px) {
	.introTitle h4:before {
		width: 0%;
	}

	.introTitle h4:after {
		width: 0%;
	}

	.clients-classic p {
		padding-top: 0px;
		font-size: 12px;
	}

	.swiper-slider-3+.offset-negative-1 .container {
		position: relative;
		margin-top: 0px;
		z-index: 1;
	}

	.swiper-slider-3.swiper-container-horizontal>.swiper-pagination-bullets {
		bottom: 20px;
	}

	.material-parallax img {
		bottom: 50%;
	}

	.thumbnail-classic-abs {
		display: block;
	}


}


/*Facts Block*/

.row.no-gutter {
	margin-left: 0;
	margin-right: 0;
}

.row.no-gutter [class*='col-']:not(:first-child),
.row.no-gutter [class*='col-']:not(:last-child) {
	padding-right: 0;
	padding-left: 0;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: normal;
}

.btn-lg-square {
	width: 48px;
	height: 48px;
}

/* ------------------------------------
    14. Countdown
---------------------------------------*/
.rs-countdown-part .countdown-part .sub-title {
	display: block;
	font-size: 18px;
	line-height: 34px;
	color: #ff3115;
	font-weight: 600;
}

.rs-countdown-part .countdown-part .title {
	font-size: 35px;
	line-height: 1.2em;
	font-weight: 600;
	color: #ffffff;
	color: #ffe002;
	text-align: center;
}

.rs-countdown-part .countdown-part p {
	font-size: 20px;
	font-weight: normal;
	line-height: 26px;
	margin-bottom: 25px;
	font-family: 'poppins', serif;
	letter-spacing:0.01em;
	color: #ffffff;
}

.rs-countdown-part .countdown-part .description {
	font-size: 15px;
	line-height: 27px;
	font-weight: 400;
	color: #ffffff;
}

.rs-countdown-part .countdown-part .counter-wrap {
	max-width: 550px;
}

.rs-countdown-part .countdown-part .counter-wrap .timecounter-inner .time_circles {
	position: relative;
	width: 100%;
	height: 100%;
	left: 0;
}

.rs-countdown-part .countdown-part .counter-wrap .timecounter-inner .time_circles canvas {
	opacity: 1;
}

.rs-countdown-part .countdown-part .counter-wrap .timecounter-inner .time_circles div {
	position: absolute;
	text-align: left;
	padding-right: 0;
}

.rs-countdown-part .countdown-part .counter-wrap .timecounter-inner .time_circles div span {
	padding: 0;
	display: block;
	width: 100%;
	text-align: center;
	font-weight: 700;
	font-size: 40px !important;
	margin: 0 0 9px 0;
	color: #ff3115;
}

.rs-countdown-part .countdown-part .counter-wrap .timecounter-inner .time_circles div h4 {
	color: #ffffff;
	margin: 0;
	padding: 0;
	text-align: center;
	font-weight: 400;
	text-transform: capitalize;
	line-height: 17px;
	font-size: 12px !important;
}

.rs-countdown-part .register-form {
	background: #fff;
}

.rs-countdown-part .register-form .form-title {
	position: relative;
	padding: 15px 36px 16px;
	margin-bottom: 10px;
}

.rs-countdown-part .register-form .form-title .title {
	font-weight: 600;
	color: #fff;
	position: relative;
	z-index: 10;
	font-size: 25px;
	text-align: center;
}

.rs-countdown-part .register-form .form-title:after {
	position: absolute;
	height: 100%;
	width: 100%;
	clip-path: ellipse(84% 106px at 50% -17%);
	left: 0;
	background-color: #229e57;
	top: 0;
	content: "";
}

.rs-countdown-part .register-form .form-group {
	padding: 0 35px 5px;
}

.rs-countdown-part .register-form .form-group .from-control {
	width: 100%;
	margin-bottom: 20px;
	border-radius: 3px;
	height: 40px;
	line-height: 40px;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 15px;
	padding: 10px 14px;
	border: 1px solid rgba(54, 54, 54, 0.1);
	outline: 0;
}

.rs-countdown-part .register-form .form-group textarea {
	border: 1px solid rgba(54, 54, 54, 0.1);
	width: 100%;
	padding: 10px 20px;
	border-radius: 3px;
	margin-bottom: 20px;
	outline: 0;
}

.rs-countdown-part .register-form .form-group input[type=submit] {
	width: 100%;
	margin-bottom: 35px;
	border-radius: 3px;
	height: 50px;
	line-height: 50px;
	-webkit-appearance: button;
	cursor: pointer;
	background: #ff3115;
	border: 0;
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
	outline: 0;
}

.rs-countdown-part .register-form .form-group input[type=submit]:hover {
	color: #ffffff;
	background: #e41f05;
}

.rs-countdown-part .register-form .form-group .select-option {
	position: relative;
}

.rs-countdown-part .register-form .form-group .select-option select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	color: #b1b1b1;
	opacity: 1;
	z-index: 11;
	position: relative;
}

.rs-countdown-part .register-form .form-group .select-option:after {
	content: '\f107';
	font-family: FontAwesome;
	color: #b1b1b1;
	right: 15px;
	position: absolute;
	top: 11px;
	z-index: 12;
	font-size: 22px;
	pointer-events: none;
}

.bg9 {
	background-image: url(../images/footerimage-02.webp);
	background-attachment: fixed;
	background-position: center top;
	background-size: cover;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.rs-countdown-part .countdown-part .title {
		font-size: 35px;
		line-height: 1.1;
		margin-top: 30px;
	}

	.rs-countdown-part .countdown-part p {
		font-size: 18px;
		font-weight: normal;
		line-height: 22px;
		margin-bottom: 20px;
		font-family: 'poppins', serif;
	letter-spacing:0.01em;
		
	}
}

@media only screen and (max-width: 767px) {}


.custom-select {
	display: inline-block;
	width: 100%;
	height: calc(1.5em + 0.75rem + 2px);
	padding: 0.375rem 1.75rem 0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	vertical-align: middle;
	background: #fff url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e) no-repeat right 0.75rem center/8px 10px;
	border: 1px solid #ced4da;
	border-radius: 5px;
	appearance: none;
}

select {
	word-wrap: normal;
}

.rounded-bottom {
	border-bottom-right-radius: 5px !important;
	border-bottom-left-radius: 5px !important;
}


/*Sticky Social Media Side Bars*/

.icon-bar {
	position: fixed;
	top: 35%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 99;
	right: -50px;
	transition: all 0.3s ease;
}

.icon-bar:hover {
	right: -42px;
}

.icon-bar a {
	display: block;
	text-align: center;
	padding: 7px 10px 10px 10px;
	transition: all 0.3s ease;
	color: white;
	font-size: 14px;
}

.icon-bar a:hover {
	background-color: #000;
}


.icon-bar-2 {
	position: fixed;
	top: 55%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 99;
	right: -97px;
	transition: all 0.3s ease;
}

.icon-bar-2:hover {
	right: -94px;
}

.icon-bar-2 a {
	display: block;
	text-align: center;
	padding: 12px 14px 20px 14px;
	transition: all 0.3s ease;
	color: white;
	font-size: 14px;
}

.icon-bar-2 a:hover {
	background-color: #d70000;
}


.facebook {
	background: #d70000;
	color: white;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	border-radius: 10px 10px 0px 0px;
}

.twitter {
	background: #55ACEE;
	color: white;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	border-radius: 10px 10px 0px 0px;
}

.google {
	background: #dd4b39;
	color: white;
	border-radius: 10px;
}

.linkedin {
	background: #229e57;
	color: white;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	border-radius: 10px 10px 0px 0px;
}

.youtube {
	background: #bb0000;
	color: white;
	border-radius: 10px;
}

.content {
	margin-left: 75px;
	font-size: 30px;
}


/* Principal Message */

.single-news {
	padding: 10px;
	background-color: #f8fdf5;
	background-color: #f7f1db;
	margin-bottom: 30px;
	margin-bottom: 10px;
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
	position: relative;
	z-index: 1;
}

.quote_big {
	position: relative;
	padding: 20px 0px 10px 0px;
}

.quote_big .img_principal {
	position: relative;
	margin-top: -90px;
	margin-left: 40%;
	border: solid 5px #951217;
	border-radius: 10px;
}

.quote_big .icon_quote_open {
	position: absolute;
	top: -10px;
	left: 15px;
	z-index: 99;
}

.quote_big .icon_quote_open img {
	width: 60px;
}

.quote_big .text {
	padding: 50px;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	color: #ffffff;
	background: #293c61 url(../images/bg_quote.jpg) no-repeat 50% 100%;
	background:linear-gradient(90deg, rgb(1 38 104) 0%, rgb(0 31 86) 35%, rgb(0 29 82) 100%);
	opacity: 0.9;
}

.quote_big .icon_quote_close {
	position: absolute;
	bottom: -10px;
	right: 15px;
}

.quote_big .icon_quote_close img {
	width: 60px;
}

.principal-img {
	
	margin-bottom: 0px;
	margin-top: 0px;
	position: relative;
	z-index: 50;
	top: 50px;
	width:100%;
}

.principal-img img {
	border-radius: 10px;
	-webkit-box-shadow: 3px 6px 10px -5px rgba(53, 2, 2, 1);
	-moz-box-shadow: 3px 6px 10px -5px rgba(53, 2, 2, 1);
	box-shadow: 3px 6px 10px -5px rgba(53, 2, 2, 1);
	max-width: 150px;
}

.sec-spacer {
	padding: 80px 0;
}


.bg8 {
	background-image: url(../images/bg8.jpg);
	background-attachment: fixed;
	background-position: center top;
	background-repeat: repeat;
}

.bg10 {
	background-image: url(../images/footer04.webp);
	background-attachment: fixed;
	background-position: center top;
	background-repeat: repeat;
}


/*Scrolling Notice*/

.slidenews {
	width: 100%;
    min-height: 30px;
    background: #56352c;
    background: rgb(86, 53, 44);
    background: linear-gradient(90deg, rgb(189 119 15) 0%, rgb(202 123 3) 35%, rgb(233 140 0) 100%);
    position: fixed;
    bottom: 0;
    z-index: 99;
    box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.13);
}

.news {
	padding: 12px 10px;
    background: #020066;
    color: #ffffff;
    line-height: 15px;
    width: 200px;
}

.dot {
	height: 6px;
	width: 6px;
	margin-left: 10px;
	margin-right: 1px;
	margin-bottom: 1px !important;
	background-color: #fff;
	border-radius: 50%;
	display: inline-block;
}


.facts {
	text-align: left
}

.facts .card .card-body {
	display: inline-flex;
	text-align: left;
}

.facts .card .card-body img {
	width: 60px;
}

.facts h4 {
	font-size: 16px;
	line-height: 20px;
	padding-left: 1rem;
	padding-top: 5px;
}

@media (min-width: 991.98px) {
	.facts {
		position: relative;
		margin-top: -75px;
		z-index: 1;
	}
}


/* CARD */

.single-promo-card.single-promo-hover-2 {
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.single-promo-card.single-promo-hover-2:hover {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
	-webkit-box-shadow: 0 1rem 3rem rgb(31 45 61 / 13%);
	box-shadow: 0 1rem 3rem rgb(31 45 61 / 13%);
	background-color: #229e57;
	color: #fff;
}

.single-promo-card:hover {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
	-webkit-box-shadow: 0 1rem 3rem rgb(31 45 61 / 13%);
	box-shadow: 0 1rem 3rem rgb(31 45 61 / 13%);
}

.single-promo-card.single-promo-hover-2:hover span,
.single-promo-card.single-promo-hover-2:hover h4 {
	color: #d70000 !important;
}

.single-promo-card .fa {
	color: #d70000;
	font-size: 35px;
}

.card {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(72, 94, 144, 0.16);
	border-radius: 0.25rem;
}

.single-promo-card {
	border-radius: 1rem;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	-webkit-box-shadow: 0 4px 16px 0 rgb(0 0 0 / 12%);
	box-shadow: 0 4px 16px 0 rgb(0 0 0 / 12%);
}


.check-list-wrap {
	margin-top: -0.5em;
	margin-bottom: -0.5em;
}

.check-list-wrap li {
	position: relative;
	padding: .2rem 0 .2rem 1.375rem;
	line-height: inherit;
}

.check-list-wrap li:before {
	position: absolute;
	top: 3px;
	left: 0;
	font-family: "FontAwesome";
	content: "\f046";
	font-weight: 500;
	font-size: 1.10rem;
	line-height: 1.3rem;
	color: #e88b00;
}

.rs-countdown-part .countdown-part p {
	font-size: 16px;
	font-weight: normal;
	line-height: 22px;
	margin-bottom: 15px;
	font-family: 'poppins', serif;
	letter-spacing:0.01em;
}


@media (min-width: 992px) and (max-width: 1199.98px) {
	.principal-img {
		width: 100%;
		top: 50px;
	}

	.mobile .thumbnail-classic-abs {
		background: rgb(0 0 0 / 0%);
		border: solid 1px #f2f2f2;
	}

	.tablet .thumbnail-classic-abs {
		background: rgb(0 0 0 / 0%);
		border: solid 1px #f2f2f2;
	}

	.mobile .thumbnail-classic-abs {
		display: none;
	}

	.tablet .thumbnail-classic-abs {
		display: none;
	}

	.mobile .thumbnail-classic-caption {
		background: #f2f2f2;
	}

	.tablet .thumbnail-classic-caption {
		background: #f2f2f2;
	}


}

@media (min-width: 768px) and (max-width: 991.98px) {
	.principal-img {
		width: 100%;
		top: 50px;
		
	}

	.mobile .thumbnail-classic-abs {
		background: rgb(0 0 0 / 0%);
		border: solid 1px #f2f2f2;
	}

	.tablet .thumbnail-classic-abs {
		background: rgb(0 0 0 / 0%);
		border: solid 1px #f2f2f2;
	}

	.mobile .thumbnail-classic-abs {
		display: none;
	}

	.tablet .thumbnail-classic-abs {
		display: none;
	}

	.mobile .thumbnail-classic-caption {
		background: #f2f2f2;
	}

	.tablet .thumbnail-classic-caption {
		background: #f2f2f2;
	}

}

@media (min-width: 530px) and (max-width: 767.98px) {
	.principal-img {
		width: 100%;
		top: 50px;
	}

	.rs-countdown-part .countdown-part .title {
		font-size: 30px;
		line-height: 1.1;
	}

	.rs-countdown-part .countdown-part p {
		font-size: 16px;
		font-weight: normal;
		line-height: 22px;
		margin-bottom: 15px;
		font-family: 'poppins', serif;
	letter-spacing:0.01em;
	}

	.mobile .thumbnail-classic-abs {
		background: rgb(0 0 0 / 0%);
		border: solid 1px #f2f2f2;
	}

	.tablet .thumbnail-classic-abs {
		background: rgb(0 0 0 / 0%);
		border: solid 1px #f2f2f2;
	}

	.mobile .thumbnail-classic-abs {
		display: none;
	}

	.tablet .thumbnail-classic-abs {
		display: none;
	}

	.mobile .thumbnail-classic-caption {
		background: #f2f2f2;
	}

	.tablet .thumbnail-classic-caption {
		background: #f2f2f2;
	}


}

@media (min-width: 452px) and (max-width: 529.98px) {
	.principal-img {
		width: 100%;
		top: 40px;
	}

	.quote_big .icon_quote_open {
		position: absolute;
		top: -25px;
		left: 15px;
	}

	.facts .card .card-body {
		display: inline-block;
		text-align: center;
	}

	.facts .card .card-body img {
		width: 60px;
	}

	.facts h4 {
		font-size: 14px;
		line-height: 17px;
		padding-left: 0rem;
	}

	.quote_big {
		position: relative;
		padding: 0px 0 20px 0px;
	}

	.introTitle h4 {
		font-size: 1.2em;
		padding: 0px 30px;
		line-height: 22px;
	}

	.rs-countdown-part .countdown-part .title {
		font-size: 25px;
		line-height: 1.1;
	}

	.rs-countdown-part .countdown-part p {
		font-size: 16px;
		font-weight: normal;
		line-height: 22px;
		margin-bottom: 15px;
		font-family: 'poppins', serif;
	letter-spacing:0.01em;
	}

	.mobile .thumbnail-classic-abs {
		background: rgb(0 0 0 / 0%);
		border: solid 1px #f2f2f2;
	}

	.tablet .thumbnail-classic-abs {
		background: rgb(0 0 0 / 0%);
		border: solid 1px #f2f2f2;
	}

	.mobile .thumbnail-classic-abs {
		display: none;
	}

	.tablet .thumbnail-classic-abs {
		display: none;
	}

	.mobile .thumbnail-classic-caption {
		background: #f2f2f2;
	}

	.tablet .thumbnail-classic-caption {
		background: #f2f2f2;
	}

}

@media (min-width: 80px) and (max-width: 451.98px) {
	.principal-img {
		width: 100%;
		top: 85px;
	}

	.quote_big .icon_quote_open {
		position: absolute;
		top: -25px;
		left: 15px;
	}

	.facts .card .card-body {
		display: inline-block;
		text-align: center;
	}

	.facts .card .card-body img {
		width: 60px;
	}

	.facts h4 {
		font-size: 14px;
		line-height: 17px;
		padding-left: 0rem;
	}

	.quote_big {
		position: relative;
		padding: 0px 0 20px 0px;
	}

	.introTitle h4 {
		font-size: 1.2em;
		padding: 0px 30px;
		line-height: 22px;
	}

	.rs-countdown-part .countdown-part .title {
		font-size: 25px;
		line-height: 1.1;
	}

	.rs-countdown-part .countdown-part p {
		font-size: 16px;
		font-weight: normal;
		line-height: 22px;
		margin-bottom: 15px;
		font-family: 'poppins', serif;
	letter-spacing:0.01em;
	}

	.mobile .thumbnail-classic-abs {
		background: rgb(0 0 0 / 0%);
		border: solid 1px #f2f2f2;
	}

	.tablet .thumbnail-classic-abs {
		background: rgb(0 0 0 / 0%);
		border: solid 1px #f2f2f2;
	}

	.mobile .thumbnail-classic-abs {
		display: none;
	}

	.tablet .thumbnail-classic-abs {
		display: none;
	}

	.mobile .thumbnail-classic-caption {
		background: #f2f2f2;
	}

	.tablet .thumbnail-classic-caption {
		background: #f2f2f2;
	}
}

.pagenum {
	background: #293c61;
	color: #fff;
	padding: 2px 3px;
	font-size: 11px;
}

.pagenum:focus,
.pagenum:active,
.pagenum:hover {
	background: #d70000;
	color: #fff;
}


/*CAPTCHA FORMATING*/
#ucCaptcha {
	background: #fff;
}

#txtCaptcha {
	background: #f2f2f2;
	border: #f3f3f3;
	padding: 5px 10px;
	width: 150px
}

#ucCaptcha img {
	border-right: 1px solid #a5a5a5;
	padding: 10px;
}

/*END OF CAPTCHA FORMATING*/


.top-bar {
	padding: 0px;
	position: relative;
	color: #fff;
	font-size: 12px;
	background-position: center top;
	background-size: 100% 100%;
	width: auto;
	margin: 0px;
	height:43px;
	background: linear-gradient(90deg, rgb(26 26 124) 0%, rgb(30 30 143) 35%, rgb(52 29 153) 100%);
}

.top-bar .top-info {
	list-style: none;
	margin: 0;
	padding: 0;
}

.top-bar .top-info li {
	position: relative;
	display: inline-flex;
	margin-left: 0;
	padding-right: 5px;
	letter-spacing: 0.3px;
}

.top-bar .top-info li a
{
    color: #151515;
	background: #ffc107;    
	padding:8px 10px;
    }

.top-bar .top-info li a:active,
.top-bar .top-info li a:focus {
	color: #151515;
	background: #ffc107;  
}

.top-bar .top-info li a:hover {
	color: #fff;
	background: #229e57;
}

.top-bar .top-info li a span {
	font-size: 14px;
	position: relative;
	margin-right: 2px;
	color: #151515;
}

.top-bar .top-info li a:hover span {
	color: #fff;
}

/*--------------Top bar Social Icons---------------*/
.top-bar .top-social ul {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-right: -12px;
	margin-top: 0px;
}

.top-bar .top-social .list-unstyled {
	padding-left: 0;
	list-style: none;
}

.top-bar .top-social ul li {
	display: inline-flex;
	padding: 0;
}

.top-bar .top-social ul li a {
	color: #fff;
	font-size: 16px;
	transition: 400ms;
	padding: 9px 10px;
}

.top-bar .top-social ul li a.active a.focus {
	letter-spacing: inherit;
}



.top-bar .top-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-right: -12px;
	margin-top: 0px;
}

.top-bar .top-menu .list-unstyled {
	padding-left: 0;
	list-style: none;
}

.top-bar .top-menu ul li {
	display: inline-flex;
	padding: 0;	
}

.top-bar .top-menu ul li a {
	color: #fff;
	font-size: 12px;
	transition: 500ms;
	padding: 9px 10px 15px 10px;
	background: #e68a00;
}


.top-bar .top-menu ul li a span {
	color: #fff;
	font-size: 10px;
	padding-right:1px;
}

.top-bar .top-menu ul li a:active, .top-bar .top-menu ul li a:focus, .top-bar .top-menu ul li a:hover {
	letter-spacing: inherit;
	color:#fff;
	background: #0a0862;
}

.top-bar .top-menu ul li a:active span, .top-bar .top-menu ul li a:focus span, .top-bar .top-menu ul li a:hover span {
	color: #ffc107;
}
/*--------------Top bar Social Icons---------------*/

 input[type='checkbox'] {
    accent-color: #229e57;
}

.expect-area {
    background-image: url(../images/facilities-bg.png);
    background-repeat: no-repeat;
    padding: 100px 0px 100px 0px;
    background-size: cover;
}

.principal-home {
    max-width: 200px;
    margin-bottom: 10px;
    margin-top: 10px;
    border-radius: 10px;
    position: absolute;
    z-index: 99;
    top: 52px;
    left: 40%;
    -webkit-box-shadow: 3px 6px 10px -5px rgba(53, 2, 2, 1);
    */-moz-box-shadow: 3px 6px 10px -5px rgba(53, 2, 2, 1);
    box-shadow: 3px 6px 10px -5px rgba(53, 2, 2, 1);
}


.rs-courses-categories .courses-item:hover {
    background-color: #d0d0d0;
}
.rs-courses-categories .courses-item {
    text-align: center;
    background-color: #f0f0f0;
    padding: 30px 30px 22px;
    border-radius: 15px;
}

.rs-courses-categories .courses-item:hover i {
    background-color: #212121;
    color: #ff3115;
    transform: rotate(360deg);
}
.rs-courses-categories .courses-item i {
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background-color: #ff3115;
    color: #ffffff;
    border-radius: 50%;
    font-size: 36px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -ms-transition: 0.5s;
}

.imgrotate img
	{
	    -webkit-transition: -webkit-transform .8s ease-in-out;
         transition:transform .8s ease-in-out;
    }
    
    .imgrotate:hover img 
	{
	    -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
    }
 
 
 .swing1{ position: absolute; background: url(../images/preschool-bg3.jpg) left top no-repeat; height: 300px; width: 50%; margin-top: -50px; left: 0px; background-size: 100px;}   
 .swing2{ position: absolute; background: url(../images/preschool-bg2.jpg) right top no-repeat; height: 323px; width: 50%; margin-top: -50px; right: 0px; background-size: 80px;}   

  
 @media (min-width: 100px) and (max-width: 575px) 
 {
      .swing1{display:none;}
	    .swing2{display:none;}
	    
     }
 
 @media (min-width: 575px) and (max-width: 767px) {
	.swing1, .swing2{margin-top: -25px;}
   
}

@media (min-width: 766px) and (max-width: 992px) {
	.swing1, .swing2{margin-top: -40px;}
   
}

 
 
 /*----------------------------------------*/
/*  19.  Gallery page
/*----------------------------------------*/

.sin-gallery.style-b {
	background: none;
	text-align: center;
	height:90%;
}
.kids-care-gallery.style-two{background-image: none}

.sin-gallery .gallery-overlay {
    padding: 0px; 
}
.sin-gallery.style-b:hover img {
	opacity: 0.5;
}
.sin-gallery.style-b .gallery-content h4,.sin-gallery.style-b .gallery-content p {
	color: #631659;
}

.sin-gallery.style-b .gallery-content .fa {
	background-color: rgba(50, 30, 152, 0.8);
	color: #fff;
}
.sin-gallery.style-b .gallery-content a {

	border: 4px solid rgba(255, 255, 255, 0.71);

}
.sin-gallery.style-b:hover .gallery-content h4,.sin-gallery.style-b:hover .gallery-content p {
	-webkit-transform: translateY(-14px);
	transform: translateY(-14px);

}
.kids-care-gallery.style-two .filter-menu li:hover {
	background: rgba(150, 45, 141, 0.89)!important;
}
.kids-care-gallery.style-two .filtr-active {
	background: rgba(150, 45, 141, 0.89)!important;
}
.sin-gallery.style-b > h4 {
	color: #8373ce;
	font-size: 18px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.sin-gallery.style-b > a{color: #525252;}
.sin-gallery.style-b > a i{margin-right: 5px;} 
.kids-care-gallery.style-two {
	background-image: none;
	background: #f8f8f8;
	padding-bottom: 150px;
}
.sin-gallery.style-b .gallery-content {
	top: 55%;
}
.enroll-area.style-two {
	background-image: url(../images/bg/news-letter-bg-4.jpg);

}

/*Gllery area start */

.kids-care-gallery {
	background-image: url(../images/bg/gallery-bg.jpg);
    background-repeat: repeat;
	color: #fff;
	padding: 75px 0 70px;
}
.sin-gallery {
	padding: 7px 0px;
	background: #fff;
	border-radius: 9px;
	margin-bottom: 30px;
    margin-bottom: 0px;
    position: relative;
}
.sin-gallery .gallery-overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	padding: 10px;
	-webkit-transition: .25s ease-out;
	transition: .25s ease-out;
	opacity: 0;
}
.sin-gallery:hover .gallery-overlay{opacity: 1}
.sin-gallery .gallery-overlay .bg {
	background-color: rgba(146,39,143,.94);
	height: 100%;
	width: 100%;
	border-radius: 9px;
}
.gallery-content {
	color: #fff;
	text-align: center;
}

.sin-gallery .gallery-content {
	position: absolute;
	width: 100%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	text-align: center;
}
.sin-gallery .gallery-content a {
	display: inline-block;
	text-align: center;
	text-decoration: none;
	border: 4px solid rgba(255,255,255,0.5);
	border-radius: 100%;
	margin-bottom: 20px;
	-webkit-transition: .25s ease-out;
	transition: .25s ease-out;
	-webkit-transform: scale(0);
	transform: scale(0);
}
.sin-gallery:hover .gallery-content a {
	-webkit-transform: scale(1);
	transform: scale(1);
}
.sin-gallery .gallery-content .fa {
	display: inline-block;
	background-color: rgba(255, 255, 255, 0.9);
	height: 40px;
	width: 40px;
	border-radius: 100%;
	line-height: 2.7;
	color: #962D8D;
}
.gallery-content h4 {
	font-family: 'Museo-700';
	font-family: 'Roboto Condensed', sans-serif;
    font-weight:600;
	font-size: 20px;
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
	opacity: 0;
	line-height: 35px;
}
.sin-gallery:hover .gallery-content h4 {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    -webkit-transition: .25s ease-out;
	transition: .25s ease-out;
    
}
.gallery-content p {
    font-size: 15px;
    opacity: 0;
    -webkit-transform: translateY(50px);
	transform: translateY(50px);
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
   
}
.sin-gallery:hover p {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
      -webkit-transition: .25s ease-out;
	transition: .25s ease-out;
    margin-top: -5px;
    
}

.sin-gallery img {
	border:solid 0px #d70000;	
	object-fit: fill;
	object-fit: cover;
    height: 100%;
    max-height:250px;
    border-radius: 20px 0px 20px 0px;
}

.gallery-content a {
    color: #000;
    font-size: 15px
}
.filter-menu li {
	display: inline-block;
	background: #d4830d;
	padding: 6px 18px;
	border-radius: 5px;
	margin: 0 5px;
	font-size: 20px;
	cursor: pointer;
}
.filter-menu li:hover{background: #985d09 !important;}
.filtr-active {background: #985d09 !important;}
.filter-menu {
	text-align: center;
	margin-bottom: 47px;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgb(235 242 255);
}

.fa-facebook {color:#fff; background:#1977f1; border-radius:200%; padding:3px 6px; font-size:12px;}
.fa-telegram {color:#fff; background:#27a4e4; border-radius:200%; padding:3px 6px; font-size:12px;}


/* Stripe Img */

.stripe_item {
    position: relative;
    z-index: 1;
    float: left;
    height: 400px;
    white-space: nowrap;
    background-size: cover;
    background-position: center;
    text-align: center;
    box-sizing: border-box;
}
.stripe_item:before {
    content: "";
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle;
    margin-left: -3px;
}
.stripe_item:after{
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: opacity 0.3s;
    /*background-color: #152671;*/
    background:linear-gradient(360deg, rgb(26 26 124) 0%, rgb(30 30 143) 35%, rgb(52 29 153) 100%);
}
.stripe_item:hover:after {
    opacity: 0.90;
}
.stripe_item-wrapper {
    position: relative;
    z-index: 2;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    white-space: normal;
    padding-right: 10.3%;
    padding-left: 10.3%;
    max-width: 100%;
    box-sizing: border-box;
    min-height:250px;
}
.gt3_stripe-link, .gt3_stripe-link:focus {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.stripe_item-divider {
    display: block;
    width: 50px;
    height: 2px;
    margin: 15px auto 15px auto;
    background:#e68a00;
}

.stripe_item-title{font-size:25px; color:#fff;}
.stripe_item-content{font-size:15px; color:#fff;}

@media only screen and (max-width: 1200px) {
    .stripe_item {
        width: 100% !important;
        height: 100% !important;
        padding: 100px 20px;
    }
}

.toppers-border
{   
    object-fit: cover;
    height: 150px;
    border-left: 4px solid #db8502;
    border-top: 4px solid #db8502;
    border-right: 4px solid #282594;
    border-bottom: 4px solid #282594;
    border-radius: 0px 15px 0px 15px;
}

/* ! Stripe Img */