<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic,700italic|PT+Sans+Narrow:400,700|PT+Serif:400,700,400&amp;display=swap);
@import url(https://fonts.googleapis.com/css2?family=Cookie&amp;display=swap);*/
@import "//fonts.googleapis.com/css?family=Muli:300,400,400i,600,600i,700,700i,800,800i";
@import "//fonts.googleapis.com/css?family=Poppins:300,400,400i,600,600i,700,700i,800,800i";

#header .logo h1,
#hero .btn-get-started {
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase
}

#footer .footer-top .social-links a:hover,
.list-1 a,
.list-1 a:hover,
a,
a:hover {
	text-decoration: none
}

.img-hover-zoom,
.navbar-mobile,
.services .icon-box,
.steps .row,
.team .member,
.testimonials .testimonials-carousel,
.testimonials .testimonials-slider,
section {
	overflow: hidden
}

body {
	font-family: Muli,sans-serif !important;
	color: #444
}

a {
	color: #f5f5f5
}

a:hover {
	color: #22d8b6
}

.font-cursive {
	/*font-family: Cookie, cursive*/
	font-family: Muli,sans-serif !important;
}

.font-ptsans {
	/*font-family: "PT Sans Narrow", 'Helvetica Neue', Arial, Helvetica, sans-serif;*/
	font-family: Muli,sans-serif !important;
color:#001c3b !important;
	font-weight: 600
}

.back-to-top {
	position: fixed;
	visibility: hidden;
	opacity: 0.3;
	right: 15px;
	bottom: 2px;
	z-index: 996;
	background: #4c4c4c;
	width: 40px;
	height: 40px;
	border-radius: 4px;
	transition: .4s
}

.back-to-top i {
	font-size: 28px;
	color: #fff;
	line-height: 0;
	
}

.back-to-top:hover {
	background: #235095;
	color: #fff;
	opacity: 0.8;
}

.back-to-top.active {
	visibility: visible;
	opacity: 0.8;
}

.banner-info{max-width: 90%; margin-top: 75px;}

@media screen and (max-width:768px) {
	[data-aos-delay] {
		transition-delay: 0 !important
	}

	#hero {
		background: url(../images/banner/hero.webp) top center
	}
	.banner-info{width: 100% !important; margin-top: 54px;}
}

#header {
	height: 80px;
	transition: .5s;
	z-index: 997;
	background: rgb(0, 0, 0, 0.75);
	/*-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .75);
	-moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .75);
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .75)*/
}

.navbar .dropdown ul,
.navbar-mobile .dropdown ul {
	z-index: 99;
	background: #fff;
	box-shadow: 0 0 30px rgba(2, 137, 161, .25);
}

#header.color_scroll {
	background: #5a0000;
	-webkit-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, .75);
	-moz-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, .75);
	box-shadow: 0 1px 2px 1px rgba(0, 0, 0, .75)
}

#header .logo h1 {
	font-size: 30px;
	margin: 0;
	padding: 6px 0;
	line-height: 1
}

#header .logo h1 a,
#header .logo h1 a:hover {
	color: #fff;
	text-decoration: none
}

#header .logo img {
	padding: 0;
	margin: 0;
	max-height: 63px
}

#navbar .btn-get-started {
	font-family: Raleway, sans-serif;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 4px 8px;
	border-radius: 4px;
	transition: .5s;
	border: 1px solid #004aa7;
	color: #fff;
	background-color: #0066e5;
	margin-left: 12px; margin-right: 12px;
}

#navbar .btn-get-started:hover {
	background: rgb(0, 0, 0, .45);
}

#contact .borderbox,
.navbar,
.portfolio-details .portfolio-description p {
	padding: 0
}

.navbar ul {
	margin: 0;
	padding: 0;
	display: flex;
	list-style: none;
	align-items: center
}

.navbar li,
.zigzag-2 {
	position: relative
}

.navbar&gt;ul&gt;li+li {
	margin-left: 9px
}

.navbar a,
.navbar a:focus {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 9px 3px;
	font-size: 14px;
	font-family: 'PT Sans', sans-serif;
	font-weight: 700;
	letter-spacing: 1px;
	color: #b7b7b7;
	white-space: nowrap;
	transition: .3s;
	position: relative
}

.navbar a i,
.navbar a:focus i {
	font-size: 12px;
	line-height: 0;
	margin-left: 5px
}

.navbar&gt;ul&gt;li&gt;a:before {
	content: "";
	position: absolute;
	height: 2px;
	bottom: 3px;
	left: 0;
	background-color: #f5f5f5;
	visibility: hidden;
	width: 0;
	transition: .3s ease-in-out
}

.navbar .active:before,
.navbar a:hover:before,
.navbar li:hover&gt;a:before {
	visibility: visible;
	width: 100%
}

.navbar .active,
.navbar .active:focus,
.navbar a:hover,
.navbar li:hover&gt;a,
.sub-heading-2 {
	color: #fff
}

.navbar .dropdown ul {
	display: block;
	position: absolute;
	left: 0;
	top: 100%;
	margin: 0;
	padding: 10px 0;
	opacity: 0;
	visibility: hidden;
	transition: .3s
}

.navbar .dropdown:hover&gt;ul,
.navbar-mobile .dropdown ul {
	visibility: visible;
	opacity: 1
}

.navbar .dropdown ul li,
.navbar-mobile .dropdown ul li {
	min-width: 200px
}

.navbar .dropdown ul a {
	padding: 10px 20px;
	font-size: 14px;
	text-transform: none;
	font-weight: 500;
	color: #062822
}

.navbar .dropdown ul a i,
.navbar-mobile .dropdown ul a i {
	font-size: 12px
}

.faq .faq-list a.collapsed:hover,
.features .nav-link.active h4,
.features .nav-link:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul a:hover,
.navbar .dropdown ul li:hover&gt;a,
.navbar-mobile .active,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul li:hover&gt;a,
.navbar-mobile a:hover,
.navbar-mobile li:hover&gt;a,
.portfolio #portfolio-flters li.filter-active,
.portfolio #portfolio-flters li:hover,
.team .member .social a:hover {
	color: #f5f5f5
}

.navbar .dropdown .dropdown ul {
	top: 0;
	left: calc(100% - 30px);
	visibility: hidden
}

.navbar .dropdown .dropdown:hover&gt;ul {
	opacity: 1;
	top: 0;
	left: 100%;
	visibility: visible
}

@media (max-width:1366px) {
	.navbar .dropdown .dropdown ul {
		left: -90%
	}

	.navbar .dropdown .dropdown:hover&gt;ul {
		left: -100%
	}
}

.mobile-nav-toggle {
	color: #fff;
	font-size: 28px;
	cursor: pointer;
	display: none;
	line-height: 0;
	transition: .5s
}

@media (max-width:991px) {
	.mobile-nav-toggle {
		display: block
	}

	.navbar ul {
		display: none
	}
}

.navbar-mobile {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: rgba(16, 31, 29, .9);
	transition: .3s;
	z-index: 0
}

#hero,
.borderbox {
	position: relative
}

.navbar-mobile .mobile-nav-toggle {
	position: absolute;
	top: 15px;
	right: 15px
}

.navbar-mobile ul {
	display: block;
	position: absolute;
	top: 55px;
	right: 15px;
	bottom: 15px;
	left: 15px;
	padding: 10px 0;
	background-color: #fff;
	overflow-y: auto;
	transition: .3s
}

.navbar-mobile&gt;ul&gt;li+li {
	margin: 0
}

.navbar-mobile .active:before,
.navbar-mobile a:hover:before,
.navbar-mobile li:hover&gt;a:before {
	visibility: hidden
}

.navbar-mobile a,
.navbar-mobile a:focus {
	padding: 10px 20px;
	font-size: 15px;
	color: #21413c
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
	margin: 15px
}

.navbar-mobile .dropdown ul {
	position: static;
	display: none;
	margin: 10px 20px;
	padding: 10px 0
}

.navbar-mobile .dropdown ul a {
	padding: 10px 20px
}

.navbar-mobile .dropdown&gt;.dropdown-active {
	display: block
}

#hero {
	width: 100%;
	height: 100vh;
	background: url(../images/banner/hero.webp) center center/cover;
	padding: 0
}

.borderbox {
	border: 1px dashed #8d8d8d5c;
	margin: 10px;
	padding: 18px;
	color: #fff
}

.borderbox:before {
	position: absolute;
	background: #2d335c;
	content: '';
	bottom: -10px;
	right: -10px;
	left: -10px;
	top: -10px;
	z-index: -1
}

.bg-skyblue{background-color:#000000;}

.border-tb{border-top: 6px solid #660000; border-radius: 12px; border-bottom: 6px solid #660000; border-radius: 12px; padding:18px 9px; margin-bottom: 0px; min-height:auto;}

#owl-testimonials .card-body p {font-size: 13px; min-height:220px;}

.svgimg,
.zigzag-2::before {
	top: 0;
	left: 0;
	width: 100%;
	position: absolute
}

.borderinside {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 12px solid #00000029;
	background: rgb(0, 0, 0, .45);
	height: 100%
}

#01features .img-w { max-width: 358px; }

#aced .borderbox:before {
	background: 0 0
}

#datasci .img-w {
	max-width: 330px
}
#faculty .img-w { width: 100%; height: 100%; }

#specialisations .img-w,
#whyjoin .img-w {
	max-width: 260px
}

.portfolio-details .portfolio-details-slider img,
.svgimg .img-w {
	width: 100%
}

#alliance .img-w {
	max-width: 300px
}

#specialisations .borderbox {
	border-color: #fff
}

#specialisations .borderbox:before {
	background: #45565c
}

#specialisations ul.checkmark li:before {
	border-color: #768fa6
}

.border-curve-black {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAJCAQAAACP6lQKAAAAY0lEQVR4AY3LRwGDUABEwcUBN+64wBYW0ntPPGAJDV9A6kvvbec+IiGjSgB84TAyEp0RU+AqiPWMiAWOBZEOzG7US+/yy/RQf6HJN029M3tTHnJWPFqRy0fKiJIVK0pGpPpoDwFYJXxZMwJaAAAAAElFTkSuQmCC) left top/10px 3px repeat-x #e8eaea;
	padding: 42px 20px
}

.border-curve-color {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAJCAQAAACP6lQKAAAAY0lEQVR4AY3LRwGDUABEwcUBN+64wBYW0ntPPGAJDV9A6kvvbec+IiGjSgB84TAyEp0RU+AqiPWMiAWOBZEOzG7US+/yy/RQf6HJN029M3tTHnJWPFqRy0fKiJIVK0pGpPpoDwFYJXxZMwJaAAAAAElFTkSuQmCC) left top/10px 3px repeat-x #009d9e;
	padding: 42px 20px
}

.border-curve-color-bottom {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAJCAIAAACqgQvWAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDkuMC1jMDAwIDc5LjE3MWMyN2ZhYiwgMjAyMi8wOC8xNi0yMjozNTo0MSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6N0Q5ODUwNEY3Qzg1MTFFRDkzODFFMDI2QUFCOEEwRjUiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6N0Q5ODUwNEU3Qzg1MTFFRDkzODFFMDI2QUFCOEEwRjUiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDI0LjAgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6M0JEMzE3M0I3Qzg0MTFFRDgwNjJBNTEzMTM4Mjg2QTkiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6M0JEMzE3M0M3Qzg0MTFFRDgwNjJBNTEzMTM4Mjg2QTkiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7bxBJPAAAA2UlEQVR42mJ88e3bvc+ftz5+Mv3GjXc/fzJQBoTY2TM1NLxlZZR4eRn///8PEf3w61fa0aOr7z8g29xQRYVZ1tYCbGwQLsJoIACyso4dn3HjBhnmZmhoTLOyZEQSYUKWBkoApYGKKDcX3Wi46cU6OsSbm62piWkuFqMhpveYmZbr6RJjLlDZFEsLRmxSTLj0dJiYEDQdqACoDJcsSjRigr4rVyvOnPn97x+aOCsTE9DQIh1tPHoJGA0EwFQ/8eq1bU+ePPzyBciV5+HxkpHJ19YCplz8GgECDAB2W04cil6hLQAAAABJRU5ErkJggg==) left top/10px 3px repeat-x #fff;
	padding: 42px 20px
}

.pattern-1 {
	background-repeat: repeat;
	background-image: url("../images/siteassets/pattern-1.jpg")
}

.pattern-2 {
	background: url(../images/siteassets/pattern-2.png);
	color: #fff
}

.pattern-3 {
	background: url(../images/siteassets/pattern-3.jpg);
	color: #fff
}

.parallax-1,
.parallax-2 {
	background-attachment: fixed
}

.parallax-1 {
	background-image: url("../images/siteassets/parallax-1.jpg");
	min-height: 300px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover
}

.parallax-2,
.parallax-3 {
	background-position: center top;
	min-height: 300px;
	background-size: cover;
	background-repeat: no-repeat
}

.parallax-2 {
	background-image: url("../images/siteassets/parallax-2.jpg")
}

.parallax-3 {
	background-position: center top;
	min-height: 300px;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url("../images/siteassets/parallax-3.jpg");
	background-attachment: fixed;

}

.parallax-4 {
	background-image: url("../images/siteassets/tomb.png");
	min-height: 300px;
	background-position: center bottom;
	background-repeat: no-repeat
}

.parallax-5 {
	background-image: url("../images/siteassets/parallax-5.jpg");
	min-height: 300px;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover
}

.overlay {
	min-height: 60vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.svgimg {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center
}

#hero .svgimg {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center; 
	position: absolute;
}

#footer .overlays {
	position: relative;
}

#footer .svgimgs {
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	display: flex;
	position: absolute;
	max-height: 260px;
}

.zigzag-2::before {
	content: "";
	z-index: 1;
	height: 30px;
	background: linear-gradient(135deg, #fff 12px, transparent 0), linear-gradient(-135deg, #fff 12px, transparent 0);
	background-size: 9px
}

.zigzag-2::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 30px;
	background: linear-gradient(45deg, #fff 12px, transparent 0), linear-gradient(-45deg, #fff 12px, transparent 0);
	background-size: 9px
}

#contact .list-group-item {
	background: linear-gradient(90deg, rgba(221, 225, 249, .6) 0, rgba(221, 225, 249, .04) 81%), url('../images/siteassets/page-turn.png') bottom right no-repeat;
	min-height: 150px
}

#contact .card {
	border: 1px solid
}

#guidelines ul li {
	margin-bottom: 12px
}

#hero:after {
	background-position: left-bottom;
	background-repeat: repeat-x;
	background-size: 10px 41px;
	position: absolute;
	bottom: 0
}

#hero canvas,
#overlay {
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	text-align: center
}

canvas {
	border: 1px solid #000
}

.herodiv {
	margin: auto;
	max-width: 1100px;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.text-theme {
	color: #9b0707
}
.text-gold {
	color: #dcccaa;
}

.text-list {
	color: #c17424
}

.text-theme-dark {
	color: #002821
}

.bg-theme-dark {
	background: #002821
}

.bg-theme-blue {
	background: #009d9e
}

.bg-heading-hero {
	background: rgb(0, 40, 33, .6);
	-webkit-border-top-left-radius: 12px;
	-webkit-border-bottom-right-radius: 12px;
	-moz-border-radius-topleft: 12px;
	-moz-border-radius-bottomright: 12px;
	border-top-left-radius: 12px;
	border-bottom-right-radius: 12px
}

.sub-head-header {
	font-size: 18px;
	background: rgb(0, 0, 0, .3);
	color: #fff;
	padding: 5px 15px;
	margin-bottom: 30px;
	border-radius: 12px;
	text-align: center;
	display: inline
}

.registernow {
	color: #fff;
	position: fixed;
	bottom: 48px;
	z-index: 999;
	right: 15px;
	display: none;
	animation: blinker 0.9s linear infinite;
}
.registernow:hover {
	opacity: 1;
	animation: none;
}

.rotate-txt {
	font-family: verdana, sans-serif;
	color: #000;
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	transform: rotate(270deg)
}

.content-equal,
.list-1 ol {
	font-family: "PT Sans Narrow", 'Helvetica Neue', Arial, Helvetica, sans-serif
}

.row-flex {
	display: flex;
	flex-wrap: wrap
}

.content-equal {
	height: 100%;
	padding: 20px 20px 10px;
	border: 1px dotted #366e42;
	letter-spacing: 1px;
	background: url(../images/siteassets/corner.png) bottom right no-repeat
}

.herobottom {
	color: #fff;
	height: 96px;
	padding: 9px;
	max-width: 100%;
	width: 100%;
	position: absolute;
	bottom: 0;
	background: #000000c7;
	z-index: 9
}

.zigzag:after {
	background-position: left-bottom;
	background-repeat: repeat-x;
	background-size: 10px 41px;
	position: relative;
	bottom: 0
}

#hero .btn-get-started {
	font-family: 'PT Sans', sans-serif;
	font-size: 16px;
	display: inline-block;
	padding: 6px 45px;
	margin-top: 12px;
	border-radius: 4px;
	transition: .5s;
	border: 2px solid
}

#hero .btn-get-started:hover {
	border-color: #cb2030;
	background: #8b0b0b
}

.bgcoloranim {
	-webkit-animation: 1s infinite btnanimation;
	-moz-animation: 1s infinite btnanimation;
	-o-animation: 1s infinite btnanimation;
	animation: 1s infinite btnanimation
}

@-webkit-keyframes btnanimation {

	0%,
	49% {
		background-color: rgb(0, 0, 0, .5);
		border: 3px solid #e50000;
		color: #fff
	}

	100%,
	50% {
		background-color: rgb(139, 11, 11, .9);
		border: 3px solid #75d13f;
		color: #fff
	}
}

.tournament-bg {
	background-image: url('../images/siteassets/tournament-bg.jpg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom center;
	padding-bottom: 81px
}

.section-bg1,
.section-bg2 {
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	position: relative;
	width: 100%
}

#hero .ausat-txt {
	margin-top: 120px
}

@media (min-width:1024px) {
	#hero {
		background-attachment: fixed;
		border-left: 1px solid #000;
		border-right: 1px solid #000
	}
}

section {
	padding: 60px 0
}

.section-bg {
	background-color: #f2f9f8
}

.section-bg1 {
	background-image: url(../images/bg-1.jpg)
}

.section-bg2 {
	background-image: url(../images/bg-2.jpg)
}

.section-title {
	padding-bottom: 40px;
	text-align: center
}

.section-title h2 {
	font-size: 36px;
	font-weight: 300;
	margin-bottom: 20px;
	padding-bottom: 0;
	color: #21413c
}

.glightbox-clean .gslide-title,
.section-title p {
	margin-bottom: 0
}

.breadcrumbs {
	padding: 20px 0;
	background-color: #f7f7f7;
	min-height: 40px;
	margin-top: 72px
}

.sec-bg1,
.sec-bg2,
.sec-bg3 {
	min-height: 100%
}

.breadcrumbs h2 {
	font-size: 24px;
	font-weight: 300;
	margin: 0
}

@media (max-width:992px) {
	#header {
		height: 60px;
		background-color: #0000009c
	}

	#hero {
		padding: 12px;
		height: auto
	}

	#hero .ausat-txt {
		margin-top: 45px
	}

	.herodiv {
		margin: auto;
		max-width: auto;
		height: auto;
		display: flex;
		align-items: center;
		justify-content: center
	}

	.breadcrumbs {
		margin-top: 60px
	}

	.breadcrumbs h2 {
		margin: 0 0 10px
	}
}

.breadcrumbs ol {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 14px
}

.breadcrumbs ol li+li {
	padding-left: 10px
}

.breadcrumbs ol li+li::before {
	display: inline-block;
	padding-right: 10px;
	color: #6c757d;
	content: "/"
}

.about h3 {
	font-weight: 400;
	font-size: 34px;
	color: #21413c
}

.about .icon-box {
	margin-top: 44px
}

.about .icon-box i {
	font-size: 48px;
	float: left;
	color: #f5f5f5
}

.about .icon-box h4 {
	font-size: 22px;
	font-weight: 500;
	margin-left: 60px;
	color: #21413c
}

.about .icon-box p {
	font-size: 15px;
	color: #848484;
	margin-left: 60px
}

.steps {
	padding: 50px 0 40px
}

.steps .content-item {
	padding: 40px;
	border-left: 1px solid #d4e9e6;
	border-bottom: 1px solid #d4e9e6;
	margin: -1px
}

.steps .content-item span {
	display: block;
	font-size: 24px;
	font-weight: 400;
	color: #f5f5f5
}

.steps .content-item h4 {
	font-size: 28px;
	font-weight: 400;
	padding: 0;
	margin: 20px 0;
	color: #21413c
}

.steps .content-item p {
	color: #aaa;
	font-size: 15px;
	margin: 0;
	padding: 0
}

@media (max-width:768px) {
	#header .logo img {
		max-height: 36px
	}

	.breadcrumbs .d-flex {
		display: block !important
	}

	.breadcrumbs ol {
		display: block
	}

	.breadcrumbs ol li {
		display: inline-block
	}

	.steps .content-item {
		padding: 40px 0
	}

	.tournament-bg {
		background-image: url('../images/siteassets/tournament-bg-mobile.jpg')
	}

	#contact .list-group-item {
		min-height: 0
	}
}

.features .nav-tabs {
	border: 0
}

.features .nav-link {
	border: 0;
	padding: 20px;
	transition: .3s;
	color: #21413c
}

.features .nav-link h4 {
	font-size: 18px;
	font-weight: 600
}

.features .nav-link p {
	font-size: 14px;
	margin-bottom: 0
}

.features .nav-link.active {
	box-shadow: 0 2px 15px rgba(0, 0, 0, .12)
}

.features .tab-pane.active {
	-webkit-animation: .5s ease-out slide-down;
	animation: .5s ease-out slide-down
}

@-webkit-keyframes slide-down {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@keyframes slide-down {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

.services .icon-box {
	padding: 30px;
	position: relative;
	margin: 0;
	background: #fff;
	transition: .3s ease-in-out;
	border-radius: 15px;
	text-align: center;
	border-bottom: 3px solid #fff
}

.services .icon-box:hover {
	box-shadow: 0 2px 29px 0 rgba(37, 37, 37, .1)
}

.services .icon i {
	font-size: 48px;
	line-height: 1;
	margin-bottom: 15px
}

.services .title {
	font-weight: 700;
	margin-bottom: 15px;
	font-size: 18px
}

.services .title a {
	color: #111
}

.services .description {
	font-size: 15px;
	line-height: 28px;
	margin-bottom: 0
}

.services .icon-box-pink .icon i {
	color: #ff689b
}

.services .icon-box-cyan .icon i {
	color: #3fcdc7
}

.services .icon-box-green .icon i {
	color: #41cf2e
}

.services .icon-box-blue .icon i {
	color: #2282ff
}

.testimonials .testimonial-item {
	box-sizing: content-box;
	min-height: 320px
}

.testimonials .testimonial-item .testimonial-img {
	width: 90px;
	border-radius: 50%;
	margin: -40px 0 0 40px;
	position: relative;
	z-index: 2;
	border: 6px solid #fff
}

.testimonials .testimonial-item h3 {
	font-size: 18px;
	font-weight: 700;
	margin: 10px 0 5px 45px;
	color: #111
}

.testimonials .testimonial-item h4 {
	font-size: 14px;
	color: #999;
	margin: 0 0 0 45px
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
	color: #a8d3cc;
	font-size: 26px
}

.testimonials .testimonial-item .quote-icon-left {
	display: inline-block;
	left: -5px;
	position: relative
}

.testimonials .testimonial-item .quote-icon-right {
	display: inline-block;
	right: -5px;
	position: relative;
	top: 10px
}

.testimonials .testimonial-item p {
	font-style: italic;
	margin: 0 15px;
	padding: 20px 20px 60px;
	background: #eff7f6;
	border-radius: 6px;
	position: relative;
	z-index: 1
}

.portfolio-details .portfolio-details-slider .swiper-pagination,
.testimonials .swiper-pagination {
	margin-top: 20px;
	position: relative
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet,
.testimonials .swiper-pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background-color: #fff;
	opacity: 1;
	border: 1px solid #f5f5f5
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active,
.testimonials .swiper-pagination .swiper-pagination-bullet-active {
	background-color: #f5f5f5
}

#footer .footer-top .footer-links,
.portfolio .portfolio-item {
	margin-bottom: 30px
}

.portfolio #portfolio-flters {
	padding: 8px 20px;
	margin: 0 auto 35px;
	list-style: none;
	text-align: center;
	background: #fff;
	box-shadow: 0 2px 15px rgba(0, 0, 0, .1);
	border-radius: 50px
}

.portfolio #portfolio-flters li {
	cursor: pointer;
	display: inline-block;
	padding: 10px 15px 8px;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	text-transform: uppercase;
	color: #444;
	margin-bottom: 5px;
	transition: .3s ease-in-out
}

.portfolio #portfolio-flters li:last-child {
	margin-right: 0
}

.portfolio .portfolio-wrap {
	transition: .3s;
	position: relative;
	overflow: hidden;
	z-index: 1;
	background: rgba(0, 0, 0, .6)
}

.portfolio .portfolio-wrap::before {
	content: "";
	background: rgba(0, 0, 0, .5);
	position: absolute;
	left: 30px;
	right: 30px;
	top: 30px;
	bottom: 30px;
	transition: .3s ease-in-out;
	z-index: 2;
	opacity: 0
}

.portfolio .portfolio-wrap .portfolio-info {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	z-index: 3;
	transition: .3s ease-in-out;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center
}

.portfolio .portfolio-wrap .portfolio-info::before {
	display: block;
	content: "";
	width: 48px;
	height: 48px;
	position: absolute;
	top: 35px;
	left: 35px;
	border-top: 3px solid #fff;
	border-left: 3px solid #fff;
	transition: .5s;
	z-index: 9994
}

.portfolio .portfolio-wrap .portfolio-info::after {
	display: block;
	content: "";
	width: 48px;
	height: 48px;
	position: absolute;
	bottom: 35px;
	right: 35px;
	border-bottom: 3px solid #fff;
	border-right: 3px solid #fff;
	transition: .5s;
	z-index: 9994
}

.portfolio .portfolio-wrap .portfolio-info h4 {
	font-size: 20px;
	color: #fff;
	font-weight: 600
}

.portfolio .portfolio-wrap .portfolio-info p {
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	padding: 0;
	margin: 0
}

.portfolio .portfolio-wrap .portfolio-links {
	text-align: center;
	z-index: 4
}

.portfolio .portfolio-wrap .portfolio-links a {
	color: #fff;
	margin: 0 2px;
	font-size: 28px;
	display: inline-block;
	transition: .3s
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
	color: #4ae3c6
}

.portfolio .portfolio-wrap:hover::before {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 1
}

.portfolio .portfolio-wrap:hover .portfolio-info {
	opacity: 1
}

.portfolio .portfolio-wrap:hover .portfolio-info::before {
	top: 15px;
	left: 15px
}

.portfolio .portfolio-wrap:hover .portfolio-info::after {
	bottom: 15px;
	right: 15px
}

.portfolio-details {
	padding-top: 40px
}

.portfolio-details .portfolio-info {
	padding: 30px;
	box-shadow: 0 0 30px rgba(33, 65, 60, .08)
}

.portfolio-details .portfolio-info h3 {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee
}

.portfolio-details .portfolio-info ul {
	list-style: none;
	padding: 0;
	font-size: 15px
}

.portfolio-details .portfolio-info ul li+li {
	margin-top: 10px
}

#footer .footer-top .footer-info,
.portfolio-details .portfolio-description {
	padding-bottom: 6px
}

.portfolio-details .portfolio-description h2 {
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 20px
}

.team .member {
	text-align: center;
	margin-bottom: 20px;
	background: #343a40;
	position: relative
}

.team .member .member-info {
	opacity: 0;
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	transition: .2s
}

.team .member .member-info-content {
	position: absolute;
	left: 50px;
	right: 0;
	bottom: 0;
	transition: bottom .4s
}

.team .member .member-info-content h4 {
	font-weight: 700;
	margin-bottom: 2px;
	font-size: 18px;
	color: #fff
}

.team .member .member-info-content span {
	font-style: italic;
	display: block;
	font-size: 13px;
	color: #fff
}

.team .member .social {
	position: absolute;
	left: -50px;
	top: 0;
	bottom: 0;
	width: 50px;
	transition: left .3s ease-in-out;
	background: rgba(0, 0, 0, .5);
	text-align: center
}

.team .member .social a {
	transition: color .3s;
	display: block;
	color: #fff;
	margin-top: 15px
}

.team .member .social i {
	font-size: 18px;
	margin: 0 2px
}

.team .member:hover .member-info {
	background: linear-gradient(0deg, rgba(0, 0, 0, .9) 0, rgba(0, 0, 0, .8) 20%, rgba(0, 212, 255, 0) 100%);
	opacity: 1;
	transition: .4s
}

.team .member:hover .member-info-content {
	bottom: 30px;
	transition: bottom .4s
}

.team .member:hover .social {
	left: 0;
	transition: left .3s ease-in-out
}

.faq .faq-list {
	padding: 0 100px
}

.faq .faq-list ul {
	padding: 0;
	list-style: none
}

.faq .faq-list li+li {
	margin-top: 15px
}

.faq .faq-list li {
	padding: 20px;
	background: #fff;
	border-radius: 4px;
	position: relative
}

.faq .faq-list a {
	display: block;
	position: relative;
	font-family: Poppins, sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	padding: 0 30px;
	outline: 0;
	cursor: pointer
}

.faq .faq-list .icon-help {
	font-size: 24px;
	position: absolute;
	right: 0;
	left: 20px;
	color: #97cac2
}

.faq .faq-list .icon-close,
.faq .faq-list .icon-show {
	font-size: 24px;
	position: absolute;
	right: 0;
	top: 0
}

.faq .faq-list p {
	margin-bottom: 0;
	padding: 10px 0 0
}

.faq .faq-list .icon-show,
.faq .faq-list a.collapsed .icon-close {
	display: none
}

.faq .faq-list a.collapsed {
	color: #343a40
}

.faq .faq-list a.collapsed .icon-show {
	display: inline-block
}

@media (max-width:1200px) {
	.faq .faq-list {
		padding: 0
	}
}

.contact {
	background: #212529
}

.contact .conbor {
	border-bottom: 1px dotted #838383
}

.contact .info i {
	font-size: 20px;
	color: #fff;
	float: left;
	width: 44px;
	height: 44px;
	background: #003028;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50px;
	transition: .3s ease-in-out
}

.contact .info h4 {
	padding: 0 0 0 60px;
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 5px;
	color: #003028
}

.contact .info p {
	padding: 0 0 0 60px;
	margin-bottom: 0;
	font-size: 14px;
	color: #003028;
	font-weight: 700
}

.contact .info a {
	color: #003028;
	font-weight: 700
}

.contact .info .email p {
	padding-top: 5px
}

.contact .info .social-links {
	padding-left: 60px
}

.contact .info .social-links a {
	font-size: 18px;
	display: inline-block;
	background: #333;
	color: #fff;
	line-height: 1;
	padding: 8px 0;
	border-radius: 50%;
	text-align: center;
	width: 36px;
	height: 36px;
	transition: .3s;
	margin-right: 10px
}

.contact .info .social-links a:hover {
	background: #f5f5f5;
	color: #fff
}

.contact .info .address:hover i,
.contact .info .email:hover i,
.contact .info .phone:hover i {
	background: #cb2030;
	color: #fff
}

.contact .php-email-form {
	width: 100%;
	padding: 30px;
	background: #fff;
	box-shadow: 0 0 24px 0 rgba(0, 0, 0, .12)
}

.contact .php-email-form .form-group {
	padding-bottom: 8px
}

.contact .php-email-form .error-message {
	display: none;
	color: #fff;
	background: #ed3c0d;
	text-align: left;
	padding: 15px;
	font-weight: 600
}

.contact .php-email-form .error-message br+br {
	margin-top: 25px
}

.contact .php-email-form .sent-message {
	display: none;
	color: #fff;
	background: #18d26e;
	text-align: center;
	padding: 15px;
	font-weight: 600
}

.contact .php-email-form .loading {
	display: none;
	background: #fff;
	text-align: center;
	padding: 15px
}

.contact .php-email-form .loading:before {
	content: "";
	display: inline-block;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	margin: 0 10px -6px 0;
	border: 3px solid #18d26e;
	border-top-color: #eee;
	-webkit-animation: 1s linear infinite animate-loading;
	animation: 1s linear infinite animate-loading
}

.contact .php-email-form input,
.contact .php-email-form textarea {
	border-radius: 0;
	box-shadow: none;
	font-size: 14px
}

.contact .php-email-form input {
	height: 44px
}

.contact .php-email-form textarea {
	padding: 10px 12px
}

.contact .php-email-form button[type=submit] {
	background: #f5f5f5;
	border: 0;
	padding: 10px 24px;
	color: #fff;
	transition: .4s;
	border-radius: 4px
}

#footer .footer-top .footer-newsletter form input[type=submit]:hover,
.contact .php-email-form button[type=submit]:hover {
	background: #006
}

@-webkit-keyframes animate-loading {
	0% {
		transform: rotate(0)
	}

	100% {
		transform: rotate(360deg)
	}
}

@keyframes animate-loading {
	0% {
		transform: rotate(0)
	}

	100% {
		transform: rotate(360deg)
	}
}

.footer {
	background-image: url('../images/siteassets/footer-bg.jpg');
	background-position: top right;
	background-repeat: repeat
}

#footer {
	background-color: #000;
	color: #fff;
	font-size: 14px;
	border-top: 6px solid #ebebeb
}

#footer .footer-top .footer-info h3 {
	font-size: 24px;
	margin: 0 0 20px;
	padding: 2px 0;
	line-height: 1;
	font-weight: 700
}

#footer .footer-top .footer-info p {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 0;
	font-family: Raleway, sans-serif;
	color: #fff
}

#footer .footer-top .social-links a {
	font-size: 18px;
	display: inline-block;
	background: #323232;
	background: radial-gradient(circle, #235095 39%, rgba(5 24, 60, 1) 100%);
	color: #fff;
	line-height: 1;
	padding: 8px 0;
	margin-right: 4px;
	border-radius: 50%;
	text-align: center;
	width: 36px;
	height: 36px;
}

#footer .footer-top .social-links a:hover {
	background: #660000;
	color: #fff;
	animation: rotate .3s linear;
}

#footer .footer-top h4 {
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	position: relative;
	padding-bottom: 12px
}

#footer .footer-top .footer-links ul {
	list-style: none;
	padding: 0;
	margin: 0
}

#footer .footer-top .footer-links ul i {
	padding-right: 2px;
	color: #99f;
	font-size: 18px;
	line-height: 1
}

#footer .footer-top .footer-links ul li {
	padding: 10px 0;
	display: flex;
	align-items: center
}

#footer .footer-top .footer-links ul li:first-child {
	padding-top: 0
}

#footer .footer-top .footer-links ul a {
	color: #fff;
	transition: .3s;
	display: inline-block;
	line-height: 1
}

#footer .footer-top .footer-links ul a:hover {
	color: #99f
}

#footer .footer-top .footer-newsletter form {
	margin-top: 30px;
	background: #fff;
	padding: 6px 10px;
	position: relative;
	border-radius: 4px 0 0 4px
}

#footer .footer-top .footer-newsletter form input[type=email] {
	border: 0;
	padding: 4px;
	width: calc(100% - 110px)
}

#footer .footer-top .footer-newsletter form input[type=submit] {
	position: absolute;
	top: 0;
	right: -4px;
	bottom: 0;
	border: 0;
	background: #f5f5f5;
	font-size: 16px;
	padding: 0 20px;
	color: #fff;
	transition: .3s;
	border-radius: 0 4px 4px 0
}

#footer .footer-bottom {
	position: relative;
	background: #2e0101;
	background: linear-gradient(0deg, #180000 37%, #600 100%)
}

#footer .copyright {
	text-align: center;
	padding: 12px 0 10px
}

#footer .credits {
	padding-top: 10px;
	text-align: center;
	font-size: 13px;
	color: #fff
}

.team-section {
	background-color: #009688;
	min-height: 100vh;
	padding: 70px 15px 30px
}

.team-section .section-title {
	flex-basis: 100%;
	max-width: 100%;
	margin-bottom: 20px
}

.team-section .section-title h1 {
	font-size: 40px;
	text-align: center;
	margin: 0;
	color: #fff;
	font-weight: 700
}

.team-section .section-title p {
	font-size: 16px;
	text-align: center;
	margin: 15px 0 0;
	color: #fff
}

.team-section .team-items {
	flex-basis: 100%;
	max-width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around
}

.team-section .team-items .item {
	flex-basis: calc(30% - 30px);
	max-width: calc(30% - 30px);
	transition: .5s;
	margin-bottom: 40px;
	cursor: pointer
}

.team-section .team-items .item img {
	display: block;
	width: 100%;
	border-radius: 8px
}

.team-section .team-items .item .inner {
	position: relative;
	padding: 0 15px
}

.team-section .team-items .item .inner .info {
	background-color: #009688;
	text-align: center;
	padding: 20px 15px;
	border-radius: 8px;
	transition: .5s;
	margin-top: -40px
}

.team-section .team-items .item:hover .info {
	transform: translateY(-20px)
}

.team-section .team-items .item:hover {
	transform: translateY(-10px)
}

.team-section .team-items .item .inner .info h5 {
	margin: 0;
	font-size: 18px;
	font-weight: 600;
	color: #fff
}

.team-section .team-items .item .inner .info p {
	font-size: 16px;
	font-weight: 400;
	color: #abd8ff;
	margin: 10px 0 0
}

.team-section .team-items .item .inner .info .social-links {
	padding-top: 15px
}

.team-section .team-items .item .inner .info .social-links a {
	display: inline-block;
	height: 32px;
	width: 32px;
	background-color: #fff;
	color: #009688;
	border-radius: 50%;
	margin: 0 2px;
	text-align: center;
	line-height: 32px;
	font-size: 16px;
	transition: .5s
}

.team-section .team-items .item .inner .info .social-links a:hover {
	box-shadow: 0 0 10px #000
}

.bg-white {
	background-color: #fff
}

.bg-sec0 {
	background-color: #963838
}

.bg-secfooter {
	background-color: #00241e
}

.bg-sec1 {
	background-color: #001c3b
}

.bg-sec2 {
	background-color: #ccf
}

.bg-sec3 {
	background-color: #0c1817
}

.bg-sky {
	background: #49538d
}

.text-sky {
	color: #0e184e
}

.list-1 {
	margin: 0 auto
}

.list-1 ol {
	counter-reset: li;
	list-style: none;
	font-size: 20px;
	font-weight: 700;
	padding: 0;
	margin-bottom: 4em
}

.list-1 ol ol {
	margin: 0 0 0 2em
}

.list-1 a {
	position: relative;
	display: block;
	padding: .4em .4em .4em 2em;
	margin: .5em 0;
	background: #d6d4d4;
	color: #000;
	transition: .2s ease-in-out
}

.list-1 a:hover {
	background: #f5f5f5;
	color: #f5f5f5
}

.list-1 a:before {
	content: "âœ¦";
	position: absolute;
	left: -1.3em;
	top: 50%;
	margin-top: -1em;
	background: #f5f5f5;
	height: 2em;
	width: 2em;
	line-height: 1.4em;
	border: .3em solid #fff;
	text-align: center;
	font-weight: 700;
	color: #000
}

.img-hover-zoom {
	max-width: 100%;
	vertical-align: middle
}

.img-hover-zoom--basic img {
	-webkit-transition: .4s ease-in-out;
	-moz-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
	filter: grayscale(70%)
}

.img-hover-zoom--basic:hover img {
	transform: scale(1.1);
	filter: grayscale(0%)
}

.ourwork {
	margin-bottom: 1em;
	background: rgb(214, 212, 212, .3);
	color: #000;
	padding: 24px;
	height: 93%;
	display: block
}

.ourwork h2 {
	font-size: 1.8em
}

.text-blue {
	color: #3f4b9b
}

.sec-bg1 {
	background: linear-gradient(0deg, rgba(0, 11, 90, .7), rgba(0, 11, 90, .6)) 0 0/cover no-repeat fixed, url(../images/events.jpg) 0 0/cover no-repeat fixed
}

.sec-bg2 {
	background: linear-gradient(0deg, rgba(0, 11, 90, .7), rgba(0, 11, 90, .6)) 0 0/cover no-repeat fixed, url(../images/students.jpg) 0 0/cover no-repeat fixed
}

.sec-bg3 {
	background: linear-gradient(0deg, rgba(255, 255, 255, .5), rgba(255, 255, 255, .5)) 0 0/cover no-repeat fixed, url(../images/white-bg.jpg) 0 0/cover no-repeat fixed
}

.ribbon-bg {
	background: url(../images/ribbon.png) top/cover no-repeat;
	-webkit-background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover
}

.gallary-bg {
	background: url(../images/gray.jpg) top/cover no-repeat;
	-webkit-background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover
}

ul.checkmark li {
	margin-bottom: .3em;
	list-style-type: none;
	padding: .25em 0 0 2.5em;
	position: relative
}

ul.checkmark li:before {
	content: " ";
	display: block;
	border: .6em solid #7e0b0b;
	border-radius: .6em;
	height: 0;
	width: 0;
	position: absolute;
	left: .5em;
	top: 40%;
	margin-top: -.3em
}

ul.checkmark li:after {
	content: " ";
	display: block;
	width: .3em;
	height: .6em;
	border: solid #fff;
	border-width: 0 .2em .2em 0;
	position: absolute;
	left: 1em;
	top: 40%;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg)
}

.page-heading {
	display: table;
	margin: 0 auto;
	padding-top: 4.8rem;
	text-align: center;
	background: url(../images/heading.svg) center top/auto 4.4rem no-repeat
}

.page-heading h2 {
	padding: 0 5rem;
	position: relative
}

.page-heading h2:after,
.page-heading h2:before {
	content: '';
	position: absolute;
	left: 0;
	top: calc(50% - 1rem);
	width: 1rem;
	height: 1rem;
	background: url(../images/star.png) 0 0/contain no-repeat
}

.page-heading h2:after {
	right: 0;
	left: auto
}

.owl-carousel .owl-item {
	transition: .3s ease-in-out
}

#testimonial .card .testimonial {
	font-size: 14px;
	line-height: 18px
}

.owl-carousel .owl-item .card {
	padding: 6px;
	position: relative
}

.owl-carousel .owl-item img {
	object-fit: cover
}

.owl-carousel .btn {
	padding: .375rem 2.75rem
}

.owl-carousel .btn-primary {
	background-color: #600;
	border-color: #366e42
}

.owl-carousel .btn-primary:hover {
	background-color: #2d335c;
	border-color: #fff
}

.owl-carousel .owl-item .card .name {
	position: absolute;
	bottom: -20px;
	left: 33%;
	color: #101c81;
	font-size: 1.1rem;
	font-weight: 600;
	background-color: #7fffd4;
	padding: .3rem .4rem;
	border-radius: 5px;
	box-shadow: 2px 3px 15px #3c405a
}

.owl-carousel .owl-dots {
	display: inline-block;
	width: 100%;
	text-align: center
}

.owl-theme .owl-dots .owl-dot span {
	height: 20px;
	background: #2a6ba3 !important;
	border-radius: 2px !important;
	opacity: .8
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	height: 13px;
	width: 13px;
	opacity: 1;
	transform: translateY(2px);
	background: #83b8e7 !important
}

.glightbox-clean .gdesc-inner {
	padding: 9px;
	text-align: center
}

@media(min-width:480.6px) and (max-width:575.5px) {
	.owl-carousel .owl-item .card .name {
		left: 24%
	}

	.tournament-bg {
		background-image: url('../images/siteassets/tournament-bg-mobile.jpg')
	}
}

@media(max-width:360px) {
	.owl-carousel .owl-item .card .name {
		left: 30%
	}

	.tournament-bg {
		background-image: url('../images/siteassets/tournament-bg-mobile.jpg')
	}
}

.learning-exp-theme-1,
.sub-heading-1 {
	color: #333
}

.learning-exp-theme-2 {
	background-color: #2a2a2a;
	color: #fff
}

#learning-exp-sec {
	width: 100%;
	margin: 0;
	background-color: #e3e3e3;
	height: auto;
	padding-top: 65px;
	padding-bottom: 125px;
	position: relative
}

#learning-exp-sec .learn-exp-content {
	padding: 2em;
	margin: 0
}

#learning-exp-sec .learn-exp-content h2.sub-heading {
	width: 100%;
	font-size: 2em;
	padding-top: .5em;
	padding-bottom: .5em;
	float: left;
	text-align: left;
	margin: 0;
	clear: both
}

#learning-exp-sec .learn-exp-content p.first {
	padding: 0 0 .2em;
	margin: 0;
	color: #333;
	font-size: 1.2em;
	text-align: justify
}

#learning-exp-sec .learn-exp-content p.second {
	padding: 0 0 .2em;
	margin: 0;
	color: #fff;
	font-size: 1.2em;
	text-align: justify
}

#learning-exp-sec .learn-exp-content ol {
	padding-left: 2em;
	padding-top: 1em;
	color: #333
}

#learning-exp-sec .learn-exp-content ol li {
	padding-left: 0;
	color: #333;
	padding-bottom: .2em;
	font-size: 1.2em;
	text-align: left
}

#learning-exp-sec img {
	padding: 0;
	margin: auto;
	max-width: 100%
}

.flip-card {
	background-color: transparent;
	width: 230px;
	height: 230px;
	perspective: 1000px
}

.imgbox {
	float: left;
	margin: .7rem
}

.flip-card-inner {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	transition: transform .6s;
	transform-style: preserve-3d;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2)
}

.flip-card-back,
.flip-card:hover .flip-card-inner {
	transform: rotateY(180deg)
}

.flip-card-back,
.flip-card-front {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.flip-card-front {
	color: #000;
	border: 3px solid #fff;
	background-color: #002821
}

.flip-card-back {
	background-color: #002821;
	padding-top: 39%;
	color: #fff;
	font-size: 8px;
	font-weight: 600
}

@media (max-width:630px) {
	.mview {
		margin: auto;
		width: 50%;
		padding: 10px
	}

	.flip-card {
		background-color: transparent;
		width: 150px;
		height: 150px;
		perspective: 1000px
	}

	.tournament-bg {
		background-image: url('../images/siteassets/tournament-bg-mobile.jpg')
	}
}

.faculty-bg-base {
	background-color: #fff;
	color: #000;
	margin: 0 10px
}

.faculty h2 {
	font-size: 40px;
	font-weight: 300;
	color: #002821
}

.faculty-img {
	width: 200px;
	height: 200px;
	transition: transform .2s;
	border-radius: 50%;
	margin: auto
}

.faculty-img:hover {
	transform: scale(1.2)
}

.faculty-name {
	font-size: 1.75em;
	color: #002821;
	padding: 0;
	margin: 25px auto 5px;
	text-align: center
}

.faculty-title {
	font-size: 1.4em;
	line-height: 1.2em;
	color: #002821;
	padding: 0 10px 10px;
	margin: 0 0 10px;
	text-align: center
}

.faculty-des {
	font-size: 1.2em;
	line-height: 1.2em;
	color: #002821;
	padding: 0 25px 25px;
	margin: 0 0 20px;
	text-align: center
}

.faculty-des a {
	width: 150px;
	margin: auto;
	height: 40px;
	border-radius: 20px;
	line-height: 40px;
	display: block;
	color: #002821;
	background-color: #252a47;
	text-align: center
}

.swiper,
.swiper-slide img {
	width: 100%;
	height: 100%
}

.faculty-des a:hover {
	background-color: #0d1d3e
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center
}

.button-primary,
.w-button {
	display: inline-block;
	color: #fff;
	text-decoration: none
}

.swiper-slide img {
	display: block;
	object-fit: cover
}

.w-button {
	padding: 9px 15px;
	background-color: #3898ec;
	border: 0;
	line-height: inherit;
	cursor: pointer;
	border-radius: 0
}

.button-primary {
	margin: 0 auto;
	text-align: center;
	padding: 16px 40px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 auto;
	-ms-flex: 0 auto;
	flex: 0 auto;
	border-radius: 40px;
	background-color: #2c3874;
	font-family: Montserrat, sans-serif;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: .1em;
	text-transform: uppercase
}

.button-primary strong {
	animation: blinker 0.9s linear infinite;
}

.button-primary:hover strong {
	animation: none;
	font-size: 13px;
	letter-spacing: 2px;
	font-weight: 700;
	animation: rotate .3s linear;
}


.button-primary:hover {
	background-color: #600;
	color: #fff;
	padding: 15px 31px;
}

.contact-us-button-witharrow {
	position: relative;
	width: fit-content;
	margin: 0 auto
}

.contact-us-button-witharrow:hover::before {
	background: url(../images/siteassets/arrow-right-h.png) 0 0/contain;
}

.contact-us-button-witharrow:hover::after {
	background: url(../images/siteassets/arrow-left-h.png) 0 0/contain;
}

.contact-us-button-witharrow:before {
	content: '';
	background: url(../images/siteassets/arrow-right.png) 0 0/contain;
	height: 44px;
	width: 150px;
	position: absolute;
	right: -154px;
	transform: rotate(340deg);
	-ms-transform: rotate(340deg);
	-moz-transform: rotate(340deg);
	-webkit-transform: rotate(340deg);
	-o-transform: rotate(340deg)
}

.contact-us-button-witharrow:after {
	content: '';
	background: url(../images/siteassets/arrow-left.png) 0 0/contain;
	height: 38px;
	width: 150px;
	position: absolute;
	left: -155px;
	transform: rotate(380deg);
	-ms-transform: rotate(380deg);
	-moz-transform: rotate(380deg);
	-webkit-transform: rotate(380deg);
	-o-transform: rotate(380deg)
}

@media screen and (max-width:769px) {
	#hero {
		    /*background: url(../images/banner/hero-m.webp);
			background-size: contain;
			background-repeat: no-repeat;*/
			background: url(../images/banner/ai-bg.webp) repeat;
			background-size: contain;
			background-repeat: repeat;
	}

	.contact-us-button-witharrow:before {
		content: '';
		background: url(../images/siteassets/arrow-right.png) 0 0/contain repeat-y;
		height: 20px;
		width: 73px;
		position: absolute;
		right: -75px;
		transform: rotate(340deg);
		-ms-transform: rotate(340deg);
		-moz-transform: rotate(340deg);
		-webkit-transform: rotate(340deg);
		-o-transform: rotate(340deg);
		margin-top: 15px
	}

	.contact-us-button-witharrow:after {
		content: '';
		background: 0 0/contain repeat-y siteassets;
		height: 18px;
		width: 72px;
		position: absolute;
		left: -72px;
		transform: rotate(380deg);
		-ms-transform: rotate(380deg);
		-moz-transform: rotate(380deg);
		-webkit-transform: rotate(380deg);
		-o-transform: rotate(380deg);
		margin-top: 18px
	}
}

.down-arrow {
	position: absolute;
	top: calc(100vh - 51px);
	left: calc(50% - 8px);
	width: 0;
	height: 30px;
	border: 2px solid;
	border-radius: 2px;
	animation: 1.5s infinite jumpInfinite
}

.down-arrow:after {
	content: " ";
	position: absolute;
	top: 12px;
	left: -8px;
	width: 16px;
	height: 16px;
	border-bottom: 4px solid;
	border-right: 4px solid;
	border-radius: 4px;
	transform: rotateZ(45deg)
}

@keyframes jumpInfinite {

	0%,
	100% {
		margin-top: 0
	}

	50% {
		margin-top: 20px
	}
}

#owl-international .owlimg {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 10px
}

.blink_me {
	animation: 1s linear infinite blinker
}

@keyframes blinker {
	50% {
		opacity: 0
	}
}
@keyframes rotate{
            0%{
                transform: rotate(0deg);
            }
            50%{
                transform: rotate(180deg);
            }
            100%{
                transform: rotate(360deg);
            }
        }



/********************************/
.aieventsschedule {
	width: 100%;		
	background: url(../images/schedule.webp) center no-repeat;
	background-size: contain;
	position: relative;
	background-color: #f5f5f5;
	color:#001c3b;
	padding: 0
}
.sep {border-top: 3px solid #701014; border-bottom:3px solid #701014;margin:3px 0 3px 0;}

.speakers_name {color:#701014;font-size:14px;font-weight:600;text-align:center !important;}
.speakers_desig {color:#001c3b;font-size:13px;text-align:center !important;line-height:12px;}

.digni p {text-align: center !important;}

.digni p, img {cursor: pointer;}
.digni img {filter: grayscale(100%);  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */}
.digni img:hover {filter: none; -webkit-filter: grayscale(0); -webkit-transform: scale(1.01);}

.schedule ul li {list-style-image: linear-gradient(to left bottom, #701014, #001c3b);	}
.schedule ul li{font-size:16px !important;font-weight: 500;text-align:justify;line-height:30px;}

/*.card-glass{background: hsla(0, 0%, 100%, 0.25); backdrop-filter: blur(80px);}*/
.card-glass{background-color:hsla(0,0%,70%,0.15);}

.salient{	
	background: url(../images/salient.webp) center no-repeat;
	background-size: contain;
}

/*****************************/</pre></body></html>