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

Template Name: silveroakuni Responsive HTML5 Template
Template URI: https://silveroakuni.ac.in/
Description: silveroakuni Responsive HTML5 Template.
Author: Radius Theme
Author URI: https://silveroakuni.ac.in/
Version: 1.5

/*=======================================================================
[Table of content]
=========================================================================

[01] Typography
[02] General
[03] Header Area
[04] Footer Area

=========================================================================
[ End table of content ]
=========================================================================*/
/*=======================================================================
[01] Typography
=========================================================================*/
/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500,700);
/* @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html {
	color: #222;
}

* {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/*
    * Remove text-shadow in selection highlight:
    * https://twitter.com/miketaylr/status/12228805301
    *
    * These selection rule sets have to be separate.
    * Customize the background color to match your design.
    */

::-moz-selection {
	/* background: #b3d4fc; */
	text-shadow: none;
}

::selection {
	/* background: #b3d4fc; */
	text-shadow: none;
}

/*
    * A better looking default horizontal rule
    */

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #060000;
	margin: 1em 0;
	padding: 0;
}

/*
    * Remove the gap between audio, canvas, iframes,
    * images, videos and the bottom of their containers:
    * https://github.com/h5bp/html5-boilerplate/issues/440
    */

audio,
canvas,
iframe,
img,
svg,
video {
	vertical-align: middle;
}

/*
    * Remove default fieldset styles.
    */

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

/*
    * Allow only vertical resizing of textareas.
    */

textarea {
	resize: vertical;
}

/* ==========================================================================
      Browser Upgrade Prompt
      ========================================================================== */

.browserupgrade {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}

/* ==========================================================================
      Author's custom styles
      ========================================================================== */

.cr,
.cr a {
	color: #555;
}

a {
	color: #0170B9;
}

a:hover,
a:focus {
	color: #3a3a3a;
}

.underline {
	text-decoration: underline;
}













/* ==========================================================================
      Helper classes
      ========================================================================== */

/*
    * Hide visually and from screen readers
    */

.hidden {
	display: none;
}

/*
    * Hide only visually, but have it available for screen readers:
    * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
    */

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

/*
    * Extends the .visuallyhidden class to allow the element
    * to be focusable when navigated to via the keyboard:
    * https://www.drupal.org/node/897638
    */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

/*
    * Hide visually and from screen readers, but maintain layout
    */

.invisible {
	visibility: hidden;
}

/*
    * Clearfix: contain floats
    *
    * For modern browsers
    * 1. The space content is one way to avoid an Opera bug when the
    *    `contenteditable` attribute is included anywhere else in the document.
    *    Otherwise it causes space to appear at the top and bottom of elements
    *    that receive the `clearfix` class.
    * 2. The use of `table` rather than `block` is only necessary if using
    *    `:before` to contain the top-margins of child elements.
    */

.clearfix:before,
.clearfix:after {
	content: " ";
	/* 1 */
	display: table;
	/* 2 */
}

.clearfix:after {
	clear: both;
}

/* ==========================================================================
      EXAMPLE Media Queries for Responsive Design.
      These examples override the primary ('mobile first') styles.
      Modify as content requires.
      ========================================================================== */

@media only screen and (min-width: 35em) {
	/* Style adjustments for viewports that meet the condition */
}

@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
	/* Style adjustments for high resolution devices */
}

/* ==========================================================================
      Print styles.
      Inlined to avoid the additional HTTP request:
      http://www.phpied.com/delay-loading-your-print-css/
      ========================================================================== */

@media print {

	*,
	*:before,
	*:after,
	*:first-letter,
	*:first-line {
		background: transparent;
		color: #000;
		/* Black prints faster:
                                      http://www.sanbeiji.com/archives/953 */
		box-shadow: none;
		text-shadow: none;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	/*
        * Don't show links that are fragment identifiers,
        * or use the `javascript:` pseudo protocol
        */

	a[href^="#"]:after,
	a[href^="javascript:"]:after {
		content: "";
	}

	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	/*
        * Printing Tables:
        * http://css-discuss.incutio.com/wiki/Printing_Tables
        */

	thead {
		display: table-header-group;
	}

	tr,
	img {
		page-break-inside: avoid;
	}

	img {
		max-width: 100%;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	h2,
	h3 {
		page-break-after: avoid;
	}
}

/* @import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500,700); */

html,
body {
	height: 100%;
	font-family: 'Poppins', sans-serif;
	line-height: 1.5;
	font-weight: 400;
	vertical-align: baseline;
	background: #ffffff;
	color: #333;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body {
	font-size: 15px;
	font-family: 'Poppins', sans-serif;
	color: rgb(75, 79, 88);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	/* font-family: 'Poppins', sans-serif; */
	font-family: 'Roboto Condensed', sans-serif;
	line-height: 1.5;
	font-weight: 400;
	margin: 0 0 20px 0;
	color: #212121;
}

h1 {
	font-size: 56px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
	line-height: normal;
}

h4 {
	font-size: 20px;
}

p {
	line-height: 1.5;
	margin: 0 0 20px 0;
}

/*=======================================================================
   [02] General
   =========================================================================*/
.yellow {
	color: #fdd333;
}

.error {
	color: #c30c0c;
	font-weight: bold;
}

.blink_me {
	animation: 1s linear infinite blinker
}

@keyframes blinker {
	50% {
		opacity: 0
	}
}

.font-weight-bold {
	font-weight: 700;
}

a {
	text-decoration: none;
}

a:active,
a:hover,
a:focus {
	text-decoration: none;
}

a:active,
a:hover,
a:focus {
	outline: 0 none;
}

img {
	max-width: 100%;
	height: auto;
}

ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}

.clear:after {
	clear: both;
	content: "";
	display: block;
}

#wrapper {
	overflow: hidden;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.video-margin-top {
	margin-top: 12px;
}

.margin-bottom-none {
	margin-bottom: 0;
}

.margin-bottom-sidebar {
	margin-bottom: 30px;
}

.bg-common-style {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.section-divider {
	height: 1px;
	width: 100%;
	background: #BDBDBD;
}

.solid-underline {
	position: relative;
	padding-bottom: 8px;
	margin-bottom: 35px;
}

.solid-underline:after {
	position: absolute;
	content: "";
	height: 1px;
	width: 100%;
	background: #e3e3e3;
	left: 0;
	bottom: 0;
}

.mb-10 {
	margin-bottom: 10px;
}

.mb-40 {
	margin-bottom: 40px;
}

.btn-view {
	color: #fdc800;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.btn-view:hover {
	color: #8D3131;
}

.section-space {
	padding: 100px 0;
}

.mb-none {
	margin-bottom: 0;
}

.accent-bg {
	background-color: #f5f5f5;
}

.bg-primary {
	background: #fff;
	color: #8D3131;
}

.bg-textPrimary {
	background: #FFFFFF;
	color: #8D3131;
}

.bg-primary-deep {
	position: relative;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 1;
}

.bg-primary-deep:before {
	content: "";
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	position: absolute;
	/* background-color: rgba(0, 0, 0, 0.6); */
	background: rgba(0, 0, 0, 0.5);
	/* background-image: none; */
	background-image: linear-gradient(to right, rgba(249, 248, 248, 0.47) 0%, rgba(247, 244, 244, 0.44) 0%, rgba(234, 120, 107, 0.51) 21%, rgba(232, 119, 106, 0.43) 52%, rgba(157, 56, 75, 0.62) 78%, rgba(177, 42, 91, 0.56) 100%);
	z-index: -1;
}

.bg-primary-deep-fixed {
	background-attachment: fixed;
	position: relative;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.bg-primary-deep-fixed:before {
	content: "";
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	position: absolute;
	background-color: rgba(0, 33, 71, 0.9);
}

/* -------------------------------- css new --------------------------- */
#top-Navbar {
	background-color: #19449C;
	color: #fff;
	font-size: 12px;
	line-height: normal;
	position: relative;
	width: 100%;
	top: 0;
	left: 0;
	font-weight: 500;
	z-index: 8;
	padding: 5px 40px;
}

#top-Navbar .navbar-nav>li {
	color: #fff;
	font-size: 12px;
	line-height: normal;
	text-transform: uppercase;
	display: inline-block;
	font-weight: 500;
	margin: 0 30px 0 0;
}

#top-Navbar .navbar-nav>li a {
	color: #fff;
}

#top-Navbar .navbar-nav>li i {
	margin-right: 10px;
	font-size: 14px;
}
#top-Navbar .navbar-nav > .helpline-number {
	text-transform: lowercase;
}
.socials_links li a {
	width: 30px;
	height: 30px;
	-webkit-transition: transform 0.3s ease-out;
	-moz-transition: transform 0.3s ease-out;
	-ms-transition: transform 0.3s ease-out;
	-o-transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #4A77CF;
	border-radius: 10%;
	justify-content: center;
	align-items: center;
	display: flex;
}

.socials_links li a:hover {
	transform: scale(1.1);
	opacity: .9;
}

#top-Navbar .navbar-nav.socials_links li a i {
	font-size: 15px;
	margin: 0;
}

#top-Navbar .navbar-nav.socials_links li {
	margin: 0 0 0 10px;
}

#top-Navbar .row>div {
	display: flex;
}

#top-Navbar .navbar-nav {
	flex-wrap: wrap;
}

.socials_links li:nth-child(1) a {
	background-color: #ef4123;
}
.socials_links li:nth-child(3) a {
	background-color: #A70D35;
}

#top-Navbar .row>.text-right {
	justify-content: end;
}

/* ----------------- header css ------------------- */
#mainNavbar {
	background: rgb(239, 65, 35);
	padding: 0;
	border-bottom: 3px solid #003091;
}

.header1-area .logo-area {
	display: flex;
	align-items: center;
	padding: 5px 30px 5px 45px;
	-webkit-transition: transform 0.3s ease-out;
	-moz-transition: transform 0.3s ease-out;
	-ms-transition: transform 0.3s ease-out;
	-o-transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
}

.logo-area:hover {
	border-radius: 0px 100px 100px 0px;
	background: rgb(0, 48, 145);
}

.header-menu {
	display: flex;
	flex-wrap: inherit;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

header .nav-link {
	display: block;
	text-decoration: none;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	font-family: "Poppins", Sans-serif;
	font-size: 1.1em;
	/* text-transform: uppercase;
	font-style: italic; */
	padding: 0px 15px 0px 15px !important;
	font-weight: 500;
	color: #fff;
}

header .nav-item.active .nav-link,
header .nav-link:hover,
header .nav-link:focus {
	color: rgb(0, 48, 145);
}

.ekit-wid-con .elementskit-btn {
	border-radius: 5px;
	padding: 15px 30px;
	display: inline-block;
	color: #fff;
	position: relative;
	line-height: 1;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	vertical-align: middle;
	text-align: center;
	background-color: #003091;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	font-family: "Poppins", Sans-serif;
	font-size: 1em;
	font-weight: 600;
	text-transform: uppercase;
	font-style: italic;
	margin: 0 45px 0 15px;
}

.ekit-wid-con .elementskit-btn:hover {
	background-color: #0170B9;
}

header .nav-item {
	position: relative;
}

header .nav-item .dropdown-menu {
	position: absolute;
	border-radius: 0;
	min-width: 220px;
	webkit-box-shadow: 0 10px 30px 0 rgba(45, 45, 45, .2);
	box-shadow: 0 10px 30px 0 rgba(45, 45, 45, .2);
	top: 100%;
	left: 0;
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
	pointer-events: none;
	max-height: none;
	z-index: 999;
	padding: 10px 0px 10px 0px;
	border: 1px solid #dadada;
	background-color: #f4f4f4;
	padding-left: 0;
	opacity: 0;
	visibility: hidden;
	list-style: none;
	display: block;
	-webkit-transition: -webkit-transform .4s ease;
	transition: -webkit-transform .4s ease;
	transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease;
}

header .nav-item .dropdown-menu a {
	display: block;
	font-weight: 400;
	font-size: 14px;
	-webkit-transition: all .3s;
	transition: all .3s;
	padding: 15px 15px 15px 15px;
	color: #000000;
}

header .nav-item .dropdown-menu a:hover {
	background-color: rgba(255, 255, 255, .5);
	color: #707070;
}

.nav-item.dropdown:hover>.dropdown-menu {
	opacity: 1;
	display: block;
	visibility: visible;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	pointer-events: auto;
	-webkit-transition: -webkit-transform .4s ease;
	transition: -webkit-transform .4s ease;
	transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease;
}

/* ----------------- footer css ------------------- */
.footer-heading-title {
	color: #003091;
	margin: 0;
	font-family: "Alegreya Sans", Sans-serif;
	font-size: 1.6em;
	text-transform: uppercase;
	font-style: italic;
	letter-spacing: 1.6px;
	font-weight: 500;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.footer-heading-title span {
	font-weight: 900;
	color: #EF4123;
}

.footer-heading-title:hover span {
	color: #000000;
}

.footer-area-top .bg-grey {
	background-color: #F2F5F7E8;
	opacity: 1;
	padding: 10px;
	border-radius: 10px;
}

.border-divider {
	width: 100px;
	background: linear-gradient(90deg, #003091 0%, #003091 100%);
	border-radius: 2px;
	position: relative;
	margin-left: 27px;
	height: 4px;
}

.border-divider::before {
	content: "";
	position: absolute;
	left: -27px;
	top: 0;
	display: inline-block;
	height: 4px;
	width: 4px;
	border-radius: 50%;
	background-color: #003091;
	color: #003091;
	-webkit-box-shadow: 9px 0 0 0 currentColor, 18px 0 0 0 currentColor;
	box-shadow: 9px 0 0 0 currentColor, 18px 0 0 0 currentColor;
}

.footer-heading {
	margin-bottom: 20px;
}

.icon-list-text {
	align-self: center;
	padding-left: 5px;
	color: #333;
	font-weight: 700;
	font-size: 15px;
	word-break: break-word;
}

.icon-list-icon i {
	width: 1.25em;
	font-size: 20px;
	color: #FD4D40;
	line-height: 1;
}

.icon-list-item:hover .icon-list-icon i {
	color: #003091;
}

.footer-box {
	padding: 20px 0;
}

.social-icons .grid-item a i {
	font-size: 18px;
	color: #fff;
}

.social-icons .grid-item a {
	width: 36px;
	height: 36px;
	-webkit-transition: transform 0.3s ease-out;
	-moz-transition: transform 0.3s ease-out;
	-ms-transition: transform 0.3s ease-out;
	-o-transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #003091;
	border-radius: 10%;
	justify-content: center;
	align-items: center;
	display: flex;
	margin-right: 8px;
}

.social-icons .grid-item a:hover {
	transform: scale(0.9);
	opacity: .9;
}

.social-icons .grid-item .social-icon-instagram {
	background-color: #A70D35;
}
.social-icons .grid-item .social-icon-youtube {
	background-color: #ef4123;
}

.social-icons.grid {
	margin-top: 20px;
	display: flex;
}

.heading-title {
	color: #003091;
	font-family: "PT Sans", Sans-serif;
	font-size: 1em;
	font-weight: 900;
	text-transform: uppercase;
	font-style: italic;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	margin: 0;
}

.heading-title span {
	font-family: "Alegreya Sans", Sans-serif;
	font-size: 1.1em;
	font-weight: 800;
	text-transform: uppercase;
	font-style: italic;
	letter-spacing: 2px;
	color: #FD4D40;
}

.heading-title:hover span {
	color: #000000;
}

.footer-area-bottom {
	background-color: #F5EFE0;
	padding: 15px 0;
}

footer {
	background-color: #9D3136;
}

.footer-area-top {
	position: relative;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	padding: 6em 0em 3em 0em;
}

.svg-shape svg {
	width: calc(195% + 1.3px);
	height: 68px;
	display: block;
	/* width: calc(100% + 1.3px); */
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

.svg-shape .elementor-shape-fill {
	fill: #fff;
	transform-origin: center;
	transform: rotateY(0deg);
}

.svg-shape {
	overflow: hidden;
	position: absolute;
	left: 0;
	width: 100%;
	line-height: 0;
	direction: ltr;
	top: -1px;
}

.scrollTop a {
	padding: .5em;
	background-color: #003091;
	color: #fff;
	fill: #fff;
	font-size: 24px;
	display: inline-block;
	line-height: 24px;
	transition: all .3s;
	text-align: center;
	border-radius: 50%;
}

.scrollTop a:hover {
	background-color: #EF4123;
}

.scrollTop a i {
	width: 1em;
	height: 1em;
}

.scrollTop {
	width: auto;
	max-width: auto;
	bottom: 34px;
	z-index: 102;
	right: 4px;
	position: fixed;
}

.fixbox_btm_left {
	text-align: center;
	width: auto;
	max-width: 100%;
	bottom: 10px;
	z-index: 100;
	left: 0px;
	position: fixed;
}

.fixbox_btm_left img {
	border-style: solid;
	border-width: 1px 1px 1px 0px;
	border-color: #003091;
	border-radius: 0px 50px 0px 0px;
}

.caption-text {
	text-align: center;
	background-color: #003091;
	font-family: "Poppins", Sans-serif;
	font-size: 1.4em;
	font-weight: 900;
	text-transform: uppercase;
	font-style: italic;
	line-height: 2em;
	margin: 0 0 .8075em 0;
	color: #fff;
}

.fixbox_btm_right {
	text-align: center;
	width: auto;
	bottom: 50px;
	z-index: 100;
	right: 30px;
	max-width: 100%;
	position: fixed;
}

.footer-link iframe {
	max-width: 100%;
}

/* ----------------- banner css ------------------- */
/* .elementor-background-overlay, .elementor .elementor-background-slideshow {
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
}
.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.elementor-background-slideshow__slide__image {
	width: 100%;
	height: 100%;
	background-position: 50%;
	background-size: cover;
}
.elementor-ken-burns {
	transition-property: transform;
	transition-duration: 10s;
	transition-timing-function: linear;
} */
.swiper-container {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.swiper-container .image-container {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	transition: 10s ease-out;
	transform: scale(1.1);
}

.swiper-container .swiper-slide.swiper-slide-active .image-container {
	transform: scale(1);
}

.banner_innr {
	position: relative;
	width: 100%;
	height: auto;
	min-height: 80vh;
}

.elementor-background-overlay,
.elementor-background-slideshow {
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
}

.elementor-background-overlay {
	background-color: rgba(12, 127, 0, 0.76);
	opacity: 0.19;
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-background-overlay {
	filter: brightness(100%) contrast(100%) saturate(42%) blur(0px) hue-rotate(80deg);
}

.elementor-shape-bottom {
	z-index: 2;
	pointer-events: none;
}

.elementor-shape[data-negative="false"].elementor-shape-bottom,
.elementor-shape[data-negative="true"].elementor-shape-top {
	transform: rotate(180deg);
}

.elementor-shape-bottom {
	bottom: -1px;
}

.elementor-shape-bottom svg {
	width: calc(204% + 1.3px);
	height: 67px;
}

.elementor-shape .elementor-shape-fill {
	fill: #fff;
	transform-origin: center;
	transform: rotateY(0deg);
}

.elementor-shape-bottom .elementor-shape-fill {
	fill: #ffffff;
}

.elementor-shape-bottom:not([data-negative="true"]) svg {
	z-index: -1;
}

.elementor-shape {
	overflow: hidden;
	position: absolute;
	left: 0;
	width: 100%;
	line-height: 0;
	direction: ltr;
}

/* ----------------- why css ------------------- */
.elementor-icon-list-item {
	display: flex;
	position: relative;
	padding: 15px;
}

.elementor-icon-list-icon {
	padding-right: 10px;
}

.elementor-icon-list-icon i {
	color: #EF4123;
	transition: color 0.3s;
}

.elementor-icon-list-text {
	color: #333;
	transition: color 0.3s;
	font-family: "PT Sans", Sans-serif;
	font-size: 16px;
	align-self: center;
	padding-left: 5px;
}

.elementor-icon-list-item:hover .elementor-icon-list-text {
	color: #003091;
}

.elementor-icon-list-items {
	display: grid;
	grid-template-columns: 50% 50%;
}

.elementor-custom-embed-play i {
	color: #ffffff;
	font-size: 30px;
	opacity: .8;
	transition: all .5s;
}

.elementor-custom-embed-play:hover i {
	opacity: 1;
}

.elementor-custom-embed-play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100px;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 4px solid #fff;
	border-radius: 50%;
}

.elementor-custom-embed-image-overlay img {
	--video-aspect-ratio: 1.77777;
	display: block;
	width: 100%;
	cursor: pointer;
	text-align: center;
}

.elementor-custom-embed-image-overlay {
	margin: 15% 0% 0% 0%;
	border-style: dashed;
	border-width: 10px 10px 10px 10px;
	border-color: #EF4123;
	border-radius: 60% 60% 60% 60%;
	overflow: hidden;
	transform: translateZ(0);
}

.section-title {
	webkit-transition: all .3s ease;
	transition: all .3s ease;
	margin: 0;
	margin-bottom: 10px;
	font-weight: 500;
	color: #003091;
	font-family: "Alegreya Sans", Sans-serif;
	font-size: 2rem;
	text-transform: uppercase;
	font-style: italic;
	letter-spacing: 1.6px;
}

.section-title span {
	transition: all .3s ease;
	display: inline-block;
	font-family: "Alegreya Sans", Sans-serif;
	font-weight: 900;
	text-transform: uppercase;
	font-style: italic;
	font-size: 2rem;
	letter-spacing: 1.6px;
	color: #EF4123;
}

.section-title:hover span {
	color: #000000;
}

.elementor-button {
	font-family: "Montserrat", Sans-serif;
	font-size: 1rem;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.3em;
	fill: #003091;
	color: #003091;
	background-color: rgba(64, 206, 214, 0);
	padding: 20px 30px 20px 30px;
}

.elementor-button:hover {
	color: #003091;
}

.border-divider.center {
	margin: 0 auto;
}

.section-subtitle {
	color: #555555;
	font-family: "PT Sans", Sans-serif;
	font-size: 1.6em;
	font-weight: 900;
	font-style: italic;
	letter-spacing: 0.4px;
	margin: 8px 0 5px;
}

.sec_space {
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	padding: 35px 0px 35px 0px;
}

.bg_darkyellow {
	background-color: #F5EFE0;
}

.infobox .info-box-title {
	transition: all .4s ease;
	margin-top: 0;
	padding: 0px 0px 0px 0px;
	color: #FD4D40;
	font-family: "Alegreya Sans", Sans-serif;
	font-size: 28px;
	font-weight: 600;
	text-transform: capitalize;
	font-style: italic;
	margin-bottom: 20px;
}

.our-program .row>div:nth-child(2) .infobox .info-box-title {
	color: #2DB3D9;
}

.our-program .row>div:nth-child(3) .infobox .info-box-title {
	color: #F1C22E;
}

.our-program .row>div:nth-child(4) .infobox .info-box-title {
	color: #003091;
}

.infobox .info-box-icon img {
	display: inline-block;
	margin-bottom: 13px;
	border-radius: 5px 5px 0 0;
}

.infobox:hover .info-box-title {
	color: #000000 !important;
}

.infobox p {
	color: #656565;
	margin-bottom: 10px;
}

.card-btn {
	padding: 3% 29% 3% 29%;
	font-family: "PT Sans", Sans-serif;
	font-size: 18px;
	text-transform: capitalize;
	text-decoration: none;
	background-color: #FD4D40;
	border-radius: 5px;
	color: #fff;
	position: relative;
	display: inline-block;
	line-height: 1;
	transition: all .4s ease;
}

.our-program .row>div:nth-child(2) .card-btn {
	background-color: #2DB3D9;
}

.our-program .row>div:nth-child(3) .card-btn {
	background-color: #F1C22E;
}

.our-program .row>div:nth-child(4) .card-btn {
	background-color: #003091;
}

.infobox:hover .card-btn {
	background-color: #333 !important;
	color: #fff !important;
}
.program_box {
	height: 100%;
	margin: 15px 0;
}
.infobox {
	background: #fff;
	border-radius: 5px;
	margin: 15px 0;
	height: calc(100% - 30px);
}

.infobox .box-body {
	padding: 0 10px 20px;
}
.parents_box {
	height: 100%;
}
.parentbox {
	overflow: hidden;
	position: relative;
	transition: all .4s ease;
	z-index: 1;
	background-color: #fff;
	padding: 20px 40px 20px 40px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	margin: 25px 0;
	height: calc(100% - 50px);
}

.commentor-badge i {
	/* font-family: elementskit !important; */
	/* speak: none; */
	font-style: normal;
	/* font-weight: 400; */
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 30px;
	color: #ffffff;
}

.commentor-badge {
	position: absolute;
	right: 20px;
	top: 20px;
	line-height: 1;
	z-index: 1;
}

.commentor-badge::before {
	position: absolute;
	content: "";
	top: -100px;
	left: -30px;
	width: 160px;
	height: 160px;
	z-index: -1;
	border-radius: 50%;
	background-color: #003091;
}

.author-name {
	color: #FD4D40;
	font-family: "Alegreya Sans", Sans-serif;
	font-size: 18px;
	font-weight: 800;
	margin-bottom: 0px;
	display: block;
}

.stars {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fec42d;
	gap: 10px;
	font-size: 15px;
	margin: 15px 0 20px;
}

.parentbox p {
	text-align: justify;
	font-size: 15px;
	color: rgb(75, 79, 88);
}

.video_box {
	position: relative;
}

.video_box img {
	width: 100%;
	height: auto;
}

.our-gallery .img-fluid {
	width: 100%;
	height: auto;
	border-radius: 10px 10px 10px 10px;
}

.posrt-thumb {
	position: relative;
}

.posrt-thumb .hover {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	transform: translate(-50%, -50%);
}

.posrt-thumb .hover a {
	width: 100%;
	height: 100%;
	display: block;
}

.staff-img {
	position: relative;
}

.staff-img img {
	border-radius: 8px;
}

.staff-img-innr {
	width: 100%;
	max-width: 100%;
	transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, transform .4s;
}

.admission_sec .elementor-icon-list-item:hover i {
	color: #003091;
}

.admission_sec .elementor-icon-list-text {
	font-family: "Alegreya Sans", Sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: #333;
	transition: color 0.3s;
	padding-left: 5px;
}

.admission_sec .elementor-icon-list-item:hover .elementor-icon-list-text {
	color: #333;
}

.admission_sec .elementor-icon-list-items {
	grid-template-columns: 100%;
}

.admission_sec .elementor-icon-list-item {
	display: flex;
	position: relative;
	padding: 0;
}

.admission_form {
	padding: 20px 20px 0px 20px;
	border-style: solid;
	border-width: 0px 0px 0px 2px;
	border-color: #5D6F94;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.admission_souk {
	padding: 20px 20px 0px 20px;
}

.admission_sec .row {
	background-color: #F2F5F7E3;
	opacity: 1;
	border-radius: 10px 10px 10px 10px;
	padding: 20px 0px 20px 0px;
}

.wpforms-submit {
	background-color: #003091 !important;
	color: #fff !important;
	/* font-size: 1em;
	padding: 10px 15px;
	border: 1px solid #024488 !important; */
}

.wpforms-submit:hover {
	background-color: #EF4123 !important;
}

.admission_sec {
	background-size: cover;
	background-repeat: no-repeat;
}

.services-icon-box {
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	background-color: #FD4D40;
	padding: 15px;
	height: 100%;
}

.services-row>div:nth-child(1) .services-icon-box {
	background-color: #F1C22E;
}

.services-row>div:nth-child(3) .services-icon-box {
	background-color: #16C3B0;
}

.services-icon-box .icon-box-icon {
	line-height: 1;
	font-size: 50px;
	text-align: center;
	fill: #fff;
	color: #fff;
	width: 1em;
	height: 1em;
	margin-bottom: 15px;
	width: 100%;
}

.services-row {
	display: grid;
	grid-template-columns: 33.333% 33.333% 33.333%;
}

.services-icon-box .icon-box-title {
	font-family: "Pacifico", Sans-serif;
	font-weight: 400;
	font-style: italic;
	letter-spacing: 2px;
	color: #fff;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
	font-size: 1.6666666666667rem;
	line-height: 1.2em;
}

.accordion-button .accordion_normal_icon,
.accordion-button.collapsed .accordion_active_icon {
	display: none;
}

.accordion-button.collapsed .accordion_normal_icon,
.accordion-button .accordion_active_icon {
	display: block;
}

.accordion_icon_left_group {
	background-color: #EF4123;
	width: 54px;
	height: 54px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.accordion_icon_left_group>div {
	height: 16px;
	width: 16px;
	line-height: 16px;
}

.accordion_icon_left_group i {
	color: #fff;
	font-size: 16px;
}

.accordion-button {
	padding: 0;
	outline: 0;
	border: 0;
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}

.accordion-button::after {
	display: none;
}

.accordion-button .accordion_title {
	text-decoration: none;
	color: #fff;
	background-color: #003091;
	padding: 14px 10px 14px 10px;
	font-size: 16px;
	line-height: 24px;
	outline: 0;
	webkit-transition: all .4s ease;
	transition: all .4s ease;
	position: relative;
	font-weight: 700;
	color: #fff;
	/* box-shadow: 0px 0px 0px 0px rgba(0,0,0,0); */
	width: 100%;
	height: 54px;
}

.accordion-item {
	margin-bottom: 10px;
}

.accordion-body {
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
	color: #000000;
}

.sm_banner {
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #748AB6;
}

.card_box {
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	background-color: #F2F5F7;
}

.card_box:hover {
	box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
}

.card_box .content {
	padding: 24px 32px 24px 32px;
}

.card_box .img {
	padding: 20px 20px 20px 0px;
}

.card_box img {
	border-radius: 10px 10px 10px 10px;
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
	width: 100%;
}

.tab-heading {
	color: #FD4D40;
	font-family: "Alegreya Sans", Sans-serif;
	font-size: 28px;
	font-weight: 600;
	text-transform: capitalize;
	font-style: italic;
	line-height: 1.4em;
	margin: 0px 0px 8px 0px;
}

.tab_sec .nav-link {
	padding: 15px 25px 15px 25px;
	color: #000000;
	font-weight: 700;
	border-radius: 0 !important;
	position: relative;
	border: none;
	margin: 0;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	background-color: #FFF;
	font-size: 15px;
	flex: 0 0 50%;
	width: 50%;
	text-align: left;
}

.tab_sec .nav-link.active {
	color: #fff;
	background-color: #FD4D40;
}

.tab-icon {
	margin-right: 10px;
}

.tab-title {
	font-weight: 700;
}

.tab-pane {
	padding: 20px 30px 20px 30px;
	color: #000;
	background: #fff;
}

.tab_sec .nav-link::before {
	position: absolute;
	content: "";
	width: 100%;
	bottom: -3px;
	left: 0%;
	background-color: transparent;
	background-image: linear-gradient(180deg, #003091 0%, #003091 100%);
	height: 3px;
	transform: scaleX(0);
	-webkit-transition: -webkit-transform 350ms ease 350ms;
	transition: -webkit-transform 350ms ease 350ms;
	transition: transform 350ms ease 350ms;
	transition: transform 350ms ease 350ms, -webkit-transform 350ms ease 350ms;
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	z-index: 1;
}

.tab_sec .nav-link::after {
	position: absolute;
	content: "";
	bottom: -10px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 20px;
	height: 20px;
	border-radius: 50%;
	/* background-image: -webkit-gradient(linear,right top,left top,from(#07b787),to(#7ed500)); */
	background-image: linear-gradient(270deg, #07b787 0, #7ed500 100%);
	border: 5px solid #fff;
	opacity: 0;
	-webkit-transition: opacity 350ms ease 0s;
	transition: opacity 350ms ease 0s;
	z-index: 1;
	background-color: transparent;
	background-image: linear-gradient(180deg, #003091 0%, #003091 100%);
	width: 20px;
	height: 20px;
	bottom: -10px;
	left: 50%;
	border-radius: 50%;
}

.tab_sec .nav-link.active::before {
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transition: -webkit-transform 350ms ease 0s;
	transition: -webkit-transform 350ms ease 0s;
	transition: transform 350ms ease 0s;
	transition: transform 350ms ease 0s, -webkit-transform 350ms ease 0s;
}

.tab_sec .nav-link.active::after {
	opacity: 1;
	-webkit-transition: opacity 350ms ease 350ms;
	transition: opacity 350ms ease 350ms;
}

.tab_sec .nav-tabs {
	display: flex;
	flex-wrap: wrap;
	border: none;
}

.tab_box {
	border: 1px solid #E0DEDE;
}

.tab_sec>.tab_sec_innr>.card_box:nth-child(2) .tab-heading {
	color: #6EC1E4;
}

.tab_sec>.tab_sec_innr>.card_box:nth-child(2) .nav-link.active {
	background-color: #6EC1E4;
}

.tab_sec>.tab_sec_innr>.card_box:nth-child(3) .tab-heading {
	color: #F1C22E;
}

.tab_sec>.tab_sec_innr>.card_box:nth-child(3) .nav-link.active {
	background-color: #F1C22E;
}

.tab_sec>.tab_sec_innr>.card_box:nth-child(4) .tab-heading {
	color: #003091;
}

.tab_sec>.tab_sec_innr>.card_box:nth-child(4) .nav-link.active {
	background-color: #003091;
}

.simple-pagination ul {
	margin: 0 0 20px;
	padding: 0;
	list-style: none;
	text-align: center;
}

.simple-pagination li {
	display: inline-block;
	margin-right: 5px;
}

.simple-pagination li a,
.simple-pagination li span {
	color: #666;
	padding: 5px 10px;
	text-decoration: none;
	border: 1px solid #EEE;
	background-color: #FFF;
	box-shadow: 0px 0px 10px 0px #EEE;
}

.simple-pagination .current,
.simple-pagination .page-link:hover {
	color: #FFF;
	background-color: #003091;
	border-color: #003091;
}

.simple-pagination .prev.current,
.simple-pagination .next.current {
	background: #ef4123;
	border-color: #ef4123;
	color: #000;
}

.gallery_box .hover {
	background-color: rgba(0, 48, 145, 0.64);
	border: 10px solid #003091;
	transition: all .3s;
	opacity: 0;
}

.gallery_box .hover a {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #ffffff;
	font-size: 40px;
}

.gallery_box {
	overflow: hidden;
	transition: all .3s;
	border-radius: 6px;
  	box-shadow: 0 0 10px #0030918c;
}

.gallery_box .img-fluid {
	scale: 1;
	transition: all .3s;
}

.gallery_box:hover .img-fluid {
	scale: 1.2;
}

.gallery_box:hover .hover {
	opacity: 1;
}

.simple_list {
	margin: 0 0 1.5em 3em;
	list-style-type: disc;
}

.bg_yellowgray {
	background-color: #F5EFE0;
}
.bg_yellowgradient {
	background-color: transparent;
	background-image: linear-gradient(180deg, #F5EFE0 0%, #FFF 100%);
}

.contact_rightbox {
	border-style: dotted;
	border-width: 0px 0px 0px 2px;
	border-color: #EF4123;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	padding: 10px 10px 10px 10px;
}

.map_box iframe {
	height: 360px;
	width: 100%;
}

.right-heading-title {
	font-family: "Alegreya Sans", Sans-serif;
	font-size: 1.2em;
	font-weight: 800;
	text-transform: uppercase;
	line-height: 45px;
	letter-spacing: 2px;
	text-align: right;
	border-style: solid;
	border-width: 0px 4px 0px 0px;
	border-color: #003091;
	color: #3a3a3a;
}

.contact_details .icon-box-icon {
	margin-right: 13px;
	font-size: 13px;
	padding: 16px;
	background-color: #EF4123;
	color: #fff;
	fill: #fff;
	transition: all .3s;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	width: 45px;
	height: 45px;
}

.contact_details .icon-box-icon:hover {
	background-color: #003091;
}

.contact_details .icon-box-title {
	font-family: "Nunito", Sans-serif;
	font-size: 1em;
	font-weight: 700;
	margin-bottom: 6px;
	color: #282828;
}

.contact_details .icon-box-description {
	font-family: "Nunito Sans", Sans-serif;
	font-size: 0.9rem;
	margin: 0;
}

.contact_details .icon-box-description a {
	color: #0170B9;
}

.contact_details .icon-box-description a:hover {
	color: #3a3a3a;
}

.contact_details .icon-box-wrapper {
	display: flex;
	align-items: flex-start;
	margin-bottom: 20px;
}

.icon-box-wrapper .socials_links a {
	width: 44px;
	height: 44px;
	color: #fff;
	font-size: 20px;
	border-radius: 0;
}

.icon-box-wrapper .socials_links {
	display: flex;
	gap: 10px;
	align-items: center;
}

.contact_details .icon-box-wrapper .wpforms-container {
	margin: 0;
	width: 100%;
}

.contact_details .elementor-widget-container {
	width: 100%;
}

.sticky-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	z-index: 999;
	transition-property: transform;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	transition-duration: .5s;
}

#HEADER_ID {
	transition-property: transform;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	transition-duration: .5s;
}

@media only screen and (min-width: 991px) {

	/* ----------------- header css ------------------- */
	/* .nav-item.dropdown:hover > .dropdown-menu {
    display: block;
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease,-webkit-transform .4s ease;
  } */
	.admission_sec {
		padding: 60px 0;
	}

	.services-row>div:nth-child(1) .services-icon-box {
		border-radius: 10px 0px 0px 10px;
	}

	.services-row>div:nth-child(3) .services-icon-box {
		border-radius: 0px 10px 10px 0px;
	}
	/* .footer-area-top .bg-grey {
		padding: 10px 50px;
	} */
	.footer-area-top {
		padding: 9em 0em 6em 0em;
	}
}
@media (min-width: 991.5px) and (max-width: 1199.5px) {
	.ekit-wid-con .elementskit-btn {
		margin: 0 15px;
	}
	header .nav-link {
		font-size: 1em;
		padding: 0px 7px 0px 7px !important;
	}
	.header1-area .logo-area {
		padding: 5px 10px 5px 15px;
	}
}

@media only screen and (max-width: 991px) {
	#top-Navbar {
		padding: 10px;
	}

	/* ----------------- header css ------------------- */
	header .nav-item .dropdown-menu {
		left: 15px;
	}

	.header1-area .logo-area {
		padding: 5px 15px 5px 15px;
	}

	.navbar-toggler {
		padding: 0px 3px;
		border-radius: 4px;
		margin-right: 15px;
	}

	.ekit-wid-con .elementskit-btn {
		padding: 10px 15px;
		margin: 0 15px;
	}
   .ekit-wid-con .elementskit-btn {
		padding: 10px 15px;
		margin: 0 15px 0 15px;
	}
	/* ----------------- footer css ------------------- */
	.fixbox_btm_left img {
		max-width: 100px;
	}

	.caption-text {
		font-size: 0.8em;
		margin: 0;
	}

	.fixbox_btm_right {
		bottom: 40px;
		right: 10px;
	}

	.fixbox_btm_left {
		bottom: 0;
	}

	.fixbox_btm_right img {
		max-width: 100px;
	}

	.scrollTop {
		bottom: 15px;
	}

	.scrollTop a {
		font-size: 18px;
		line-height: 18px;
	}

	/* ----------------- banner css ------------------- */
	.banner_innr {
		min-height: 40vh;
	}

	.elementor-shape-bottom svg {
		width: calc(284% + 1.3px);
		height: 38px;
	}

	.section-title {
		margin-bottom: 10px;
		font-size: 1.5rem;
	}

	.section-title span {
		font-size: 1.5rem;
	}

	.elementor-custom-embed-play {
		width: 60px;
		height: 60px;
	}

	.infobox .info-box-title {
		font-size: 24px;
		margin-bottom: 10px;
	}

	.parentbox {
		padding: 20px 15px;
	}

	.commentor-badge {
		right: 6px;
		top: 4px;
	}

	.commentor-badge::before {
		top: -78px;
		left: -27px;
		width: 120px;
		height: 120px;
	}

	.admission_form {
		padding: 20px 0 0;
		border: none;
	}

	.admission_souk {
		padding: 10px 0;
	}

	.admission_sec {
		padding: 35px 12px;
	}

	.services-row {
		grid-template-columns: 100%;
	}

	.card_box .content {
		padding: 10px 12px;
	}

	.tab_sec .nav-link {
		padding: 10px 12px;
	}

	.card_box .img {
		padding: 10px 12px;
	}

	.sec_space.tab_sec {
		padding: 35px 12px;
	}

	.contact_rightbox {
		border-width: 0;
		padding: 0;
	}
	.mdb-col-reverse {
		flex-direction: column-reverse;
	}
}

@media only screen and (max-width: 768px) {
	.right-heading-title {
		text-align: left;
		width: fit-content;
	}
	#top-Navbar .navbar-nav {
		justify-content: center;
	}
	#top-Navbar .navbar-nav > li {
		margin: 0 10px 0 10px;
	}
	#top-Navbar .row > .text-right {
		justify-content: center;
		margin-top: 10px;
	}
	.swiper-container .image-container {
		background-repeat: repeat;
		background-size: contain;
	}
}