@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic,700italic|PT+Sans+Narrow:400,700|PT+Serif:400,700,400&display=swap);
@import url('https://fonts.googleapis.com/css2?family=Cookie&display=swap');
body {
	font-family: arial;
	color: #444
}

a {
	color: #f5f5f5;
	text-decoration: none
}

a:hover {
	color: #22d8b6;
	text-decoration: none
}

.font-cursive {font-family: 'Cookie', cursive;}
.font-ptsans {font-family: "PT Sans Narrow", 'Helvetica Neue', Arial, Helvetica, sans-serif; font-weight: 700;}

.back-to-top {
	position: fixed;
	visibility: hidden;
	opacity: 0;
	right: 15px;
	bottom: 7px;
	z-index: 996;
	background: #4c4c4c;
	width: 40px;
	height: 40px;
	border-radius: 4px;
	transition: all .4s
}

.back-to-top i {
	font-size: 28px;
	color: #fff;
	line-height: 0
}

.back-to-top:hover {
	background: rgb(119, 53, 153);
	color: #fff
}

.back-to-top.active {
	visibility: visible;
	opacity: 1
}

@media screen and (max-width:768px) {
	[data-aos-delay] {
		transition-delay: 0 !important
	}
	#hero {	background: url(../images/banner/hero-bg-2.jpg) bottom center;}
	.tournament-bg{	background-image:url('../images/siteassets/tournament-bg-mobile.jpg'); }
}

#canvas{
   
	
    
}
#header {
	height: 73px;
	transition: all .5s;
	z-index: 997;
	background: rgb(0, 0, 0, .3);
	border-top: 3px solid #000;
	/*-webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.75);
	-moz-box-shadow:  0px 2px 2px 0px rgba(0,0,0,0.75);
	box-shadow:  0px 2px 2px 0px rgba(0,0,0,0.75);*/
}

#header.color_scroll {
    background: rgb(1, 30, 7, 1);
}

#header .logo h1 {
	font-size: 30px;
	margin: 0;
	padding: 6px 0;
	line-height: 1;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase
}

#header .logo h1 a,
#header .logo h1 a:hover {
	color: #fff;
	text-decoration: none
}

#header .logo img {
	padding: 0;
	margin: 0;
	max-height: 54px
}

@media (max-width:992px) {
	#header {
		height: 60px;
		background-color: #0000009c;
	}
}

.navbar {
	padding: 0
}

.navbar ul {
	margin: 0;
	padding: 0;
	display: flex;
	list-style: none;
	align-items: center
}

.navbar li {
	position: relative
}

.navbar>ul>li+li {
	margin-left: 18px
}

.navbar a,
.navbar a:focus {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 12px 0;
	font-size: 15px;
	font-family: 'PT Sans', sans-serif;
	color: rgba(255, 255, 255, 1);
	white-space: nowrap;
	transition: .3s;
	position: relative
}

.navbar a i,
.navbar a:focus i {
	font-size: 12px;
	line-height: 0;
	margin-left: 5px
}

.navbar>ul>li>a:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: 3px;
	left: 0;
	background-color: #f5f5f5;
	visibility: hidden;
	width: 0;
	transition: all .3s ease-in-out 0s
}

.navbar .active:before,
.navbar a:hover:before,
.navbar li:hover>a:before {
	visibility: visible;
	width: 100%
}

.navbar .active,
.navbar .active:focus,
.navbar a:hover,
.navbar li:hover>a {
	color: #fff
}

.navbar .dropdown ul {
	display: block;
	position: absolute;
	left: 0;
	top: 100%;
	margin: 0;
	padding: 10px 0;
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	background: #fff;
	box-shadow: 0 0 30px rgba(127, 137, 161, .25);
	transition: .3s
}

.navbar .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 {
	font-size: 12px
}

.navbar .dropdown ul .active:hover,
.navbar .dropdown ul a:hover,
.navbar .dropdown ul li:hover>a {
	color: #f5f5f5
}

.navbar .dropdown:hover>ul {
	opacity: 1;
	visibility: visible
}

.navbar .dropdown .dropdown ul {
	top: 0;
	left: calc(100% - 30px);
	visibility: hidden
}

.navbar .dropdown .dropdown:hover>ul {
	opacity: 1;
	top: 0;
	left: 100%;
	visibility: visible
}

@media (max-width:1366px) {
	.navbar .dropdown .dropdown ul {
		left: -90%
	}

	.navbar .dropdown .dropdown:hover>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;
	overflow: hidden;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: rgba(16, 31, 29, .9);
	transition: .3s;
	z-index: 0
}

.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>ul>li+li {
	margin: 0
}

.navbar-mobile .active:before,
.navbar-mobile a:hover:before,
.navbar-mobile li:hover>a:before {
	visibility: hidden
}

.navbar-mobile a,
.navbar-mobile a:focus {
	padding: 10px 20px;
	font-size: 15px;
	color: #21413c
}

.navbar-mobile .active,
.navbar-mobile a:hover,
.navbar-mobile li:hover>a {
	color: #f5f5f5
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
	margin: 15px
}

.navbar-mobile .dropdown ul {
	position: static;
	display: none;
	margin: 10px 20px;
	padding: 10px 0;
	z-index: 99;
	opacity: 1;
	visibility: visible;
	background: #fff;
	box-shadow: 0 0 30px rgba(127, 137, 161, .25)
}

.navbar-mobile .dropdown ul li {
	min-width: 200px
}

.navbar-mobile .dropdown ul a {
	padding: 10px 20px
}

.navbar-mobile .dropdown ul a i {
	font-size: 12px
}

.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul li:hover>a {
	color: #f5f5f5
}

.navbar-mobile .dropdown>.dropdown-active {
	display: block
}

#hero {
	width: 100%;
	height: 100vh;
	background: url(../images/banner/hero-bg-2.webp) center center;
	background-size: cover;
	background-color:#000000;
	position: relative;
	padding: 0
}

.borderbox {
    border: 1px dashed #8d8d8d5c;
    position: relative;
    margin: 10px;
    padding: 18px;
    color: #fff;
}

.borderbox:before {
    position: absolute;
    background: #00380c;
    content: '';
    bottom: -10px;
    right: -10px;
    left: -10px;
    top: -10px;
    z-index: -1;
}

#aced .borderbox:before {
    background: transparent;
}

#aced .img-w {max-width: 190px;}
#whyjoin .img-w {max-width: 260px;}
#career .img-w {max-width: 222px;}
#newage .img-w {max-width: 170px;}
#study .img-w {max-width: 445px;}

.border-curve-black {
  background: #e8eaea url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAJCAQAAACP6lQKAAAAY0lEQVR4AY3LRwGDUABEwcUBN+64wBYW0ntPPGAJDV9A6kvvbec+IiGjSgB84TAyEp0RU+AqiPWMiAWOBZEOzG7US+/yy/RQf6HJN029M3tTHnJWPFqRy0fKiJIVK0pGpPpoDwFYJXxZMwJaAAAAAElFTkSuQmCC) repeat-x left top;
  background-size: 10px 3px;
  padding: 42px 20px 42px 20px;
}

.border-curve-color {
  background: #009d9e url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAJCAQAAACP6lQKAAAAY0lEQVR4AY3LRwGDUABEwcUBN+64wBYW0ntPPGAJDV9A6kvvbec+IiGjSgB84TAyEp0RU+AqiPWMiAWOBZEOzG7US+/yy/RQf6HJN029M3tTHnJWPFqRy0fKiJIVK0pGpPpoDwFYJXxZMwJaAAAAAElFTkSuQmCC) repeat-x left top;
  background-size: 10px 3px;
  padding: 42px 20px 42px 20px;
}
.border-curve-color-bottom{
  background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAJCAIAAACqgQvWAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDkuMC1jMDAwIDc5LjE3MWMyN2ZhYiwgMjAyMi8wOC8xNi0yMjozNTo0MSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6N0Q5ODUwNEY3Qzg1MTFFRDkzODFFMDI2QUFCOEEwRjUiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6N0Q5ODUwNEU3Qzg1MTFFRDkzODFFMDI2QUFCOEEwRjUiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDI0LjAgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6M0JEMzE3M0I3Qzg0MTFFRDgwNjJBNTEzMTM4Mjg2QTkiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6M0JEMzE3M0M3Qzg0MTFFRDgwNjJBNTEzMTM4Mjg2QTkiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7bxBJPAAAA2UlEQVR42mJ88e3bvc+ftz5+Mv3GjXc/fzJQBoTY2TM1NLxlZZR4eRn///8PEf3w61fa0aOr7z8g29xQRYVZ1tYCbGwQLsJoIACyso4dn3HjBhnmZmhoTLOyZEQSYUKWBkoApYGKKDcX3Wi46cU6OsSbm62piWkuFqMhpveYmZbr6RJjLlDZFEsLRmxSTLj0dJiYEDQdqACoDJcsSjRigr4rVyvOnPn97x+aOCsTE9DQIh1tPHoJGA0EwFQ/8eq1bU+ePPzyBciV5+HxkpHJ19YCplz8GgECDAB2W04cil6hLQAAAABJRU5ErkJggg==
) repeat-x left top;
  background-size: 10px 3px;
  padding: 42px 20px 42px 20px;
}

.pattern-1 {
  background-repeat: repeat;
  background-image: url("../images/siteassets/pattern-1.webp"); 
}  

.pattern-2 {
    background: url("../images/siteassets/pattern-2.webp") 0 0 repeat;
    color: #ffffff;
}
.pattern-3 {
    background: url("../images/siteassets/pattern-3.webp") 0 0 repeat;
    color: #ffffff;
}

.parallax-1 {
  background-image: url("../images/siteassets/parallax-1.webp");
  min-height: 300px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.parallax-2 {
  background-image: url("../images/siteassets/parallax-2.webp");
  min-height: 300px;
  background-attachment: fixed;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.parallax-3 {
  background-image: url("../images/siteassets/parallax-3.webp");
  min-height: 300px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.parallax-4 {
  background-image: url("../images/siteassets/tomb.webp");
  min-height: 300px;
  background-position: center bottom;
  background-repeat: no-repeat;

}


.zigzag-2{
  position: relative;
 }
  .zigzag-2::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    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-repeat: no-repeat; background-position: bottom right; 
background: linear-gradient(90deg, rgba(221,225,249,0.6) 0%, rgba(221,225,249,0.04) 81%), url('../images/siteassets/page-turn.png')no-repeat bottom right; 
min-height: 150px;
}

#contact .card {
    border: 1px solid rgb(0, 0, 0, 0.04);
}

#guidelines ul li { margin-bottom: 12px; }

#hero {
  position: relative;
}

#hero:after {
    background: linear-gradient(-45deg, #fff 16px, transparent 0), linear-gradient(45deg, #fff 16px, transparent 0);
    background-position: left-bottom;
    background-repeat: repeat-x;
    background-size: 10px 41px;
    content: " ";
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 24px;
}

#hero canvas, #overlay {
  position: absolute;
  margin-left: auto;
margin-right: auto;
left: 0;
right: 0;
text-align: center;
}
canvas {
  border: 1px solid black;
}

.herodiv{ 
margin: auto;
height: 100vh;
display: flex;
align-items: center;
justify-content: center;
}
.text-theme{color:#cb2030;}
.text-list{color:#c17424;}
.text-theme-dark{color:rgb(0, 40, 33, 1);}
.bg-theme-dark{background:rgb(0, 40, 33, 1);}
.bg-theme-blue{background:#009d9e;}
.bg-heading-hero {
	background: rgb(0, 40, 33, 0.6);
	/*background: rgb(1,88,73);
	background: radial-gradient(circle, rgba(1,88,73,0.8) 0%, rgba(0,40,33,0.8) 87%);*/
	-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,0.3);
	color:#fff;
	padding:5px 15px;
	margin-bottom:30px;
	border-radius: 12px;
	text-align:center;
	display: inline;
	}
.registernow {
    color: white;
    position: fixed;  
    right: 5px;
	bottom: 70px;
	z-index:999;
	right: 15px;
	display:none;
}
.rotate-txt {
  font-family: verdana, sans-serif;
  color: #000000;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}


/*#hero:before {
	content: "";
	background: rgba(1, 51, 42, 0);
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0
}*/


.row-flex {
  display: flex;
  flex-wrap: wrap;
}

.content-equal {
  height: 100%;
  padding: 20px 20px 10px;
  border: 1px dotted #366e42;
  font-family: "PT Sans Narrow", 'Helvetica Neue', Arial, Helvetica, sans-serif;
  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: linear-gradient(-45deg, #fff 16px, transparent 0), linear-gradient(45deg, #fff 16px, transparent 0);
    background-position: left-bottom;
    background-repeat: repeat-x;
    background-size: 10px 41px;
    content: " ";
    display: block;
    position: relative;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 24px;
}

#hero .btn-get-started {
	font-family: 'PT Sans', sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 16px;
	letter-spacing: 2px;
	display: inline-block;
	padding: 6px 45px;
	margin-top: 12px;
	border-radius: 4px;
	transition: .5s;
	border: 2px solid rgb(76, 234, 234, .21);
}

#hero .btn-get-started:hover {
	border-color: #cb2030;
	background: rgb(139, 11, 11, 1);
}

.bgcoloranim {
  -webkit-animation: btnanimation 1s infinite;  /* Safari 4+ */
  -moz-animation: btnanimation 1s infinite;  /* Fx 5+ */
  -o-animation: btnanimation 1s infinite;  /* Opera 12+ */
  animation: btnanimation 1s infinite;  /* IE 10+, Fx 29+ */
}

@-webkit-keyframes btnanimation {
  0%, 49% {
    background-color: rgb(0, 0, 0, .5);
    border: 3px solid #e50000;
	color: #fff;
  }
  50%, 100% {
    background-color: rgb(139, 11, 11, .9);
    border: 3px solid rgb(117, 209, 63);
	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;
}


#hero .ausat-txt {
		margin-top:120px;
	}

@media (min-width:1024px) {
	#hero {
		background-attachment: fixed;
		border-left: 1px solid #000;
		border-right: 1px solid #000;
	}
}

@media (max-width:992px) {
	#hero {
		padding: 12px;
	}
	#hero .ausat-txt {
		margin-top:45px;
	}
}

@media (max-width:768px) {

	#header .logo img {
		max-height: 40px
	}
	.tournament-bg{	background-image:url('../images/siteassets/tournament-bg-mobile.jpg'); }
}

section {
	padding: 60px 0;
	overflow: hidden
}

.section-bg {
	background-color: #f2f9f8
}

.section-bg1 {
    position: relative;
    width: 100%;
    background-image: url(../images/bg-1.jpg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

.section-bg2 {
    position: relative;
    width: 100%;
    background-image: url(../images/bg-2.jpg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

.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
}

.section-title p {
	margin-bottom: 0
}

.breadcrumbs {
	padding: 20px 0;
	background-color: #f7f7f7;
	min-height: 40px;
	margin-top: 72px
}

@media (max-width:992px) {
	.breadcrumbs {
		margin-top: 60px
	}
}

.breadcrumbs h2 {
	font-size: 24px;
	font-weight: 300;
	margin: 0
}

@media (max-width:992px) {
	.breadcrumbs h2 {
		margin: 0 0 10px 0
	}
}

.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: "/"
}

@media (max-width:768px) {
	.breadcrumbs .d-flex {
		display: block !important
	}

	.breadcrumbs ol {
		display: block
	}

	.breadcrumbs ol li {
		display: inline-block
	}
}

.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 0
}

.steps .row {
	overflow: hidden
}

.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) {
	.steps .content-item {
		padding: 40px 0
	}
	.tournament-bg{	background-image:url('../images/siteassets/tournament-bg-mobile.jpg'); }
}

.features .nav-tabs {
	border: 0
}

.features .nav-link {
	border: 0;
	padding: 20px;
	transition: .3s;
	color: #21413c
}

.features .nav-link:hover {
	color: #f5f5f5
}

.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 .nav-link.active h4 {
	color: #f5f5f5
}

.features .tab-pane.active {
	-webkit-animation: slide-down .5s ease-out;
	animation: slide-down .5s ease-out
}

@-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;
	overflow: hidden;
	margin: 0;
	background: #fff;
	transition: all .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 .testimonials-carousel,
.testimonials .testimonials-slider {
	overflow: hidden
}

.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 0 15px;
	padding: 20px 20px 60px 20px;
	background: #eff7f6;
	position: relative;
	border-radius: 6px;
	position: relative;
	z-index: 1
}

.testimonials .swiper-pagination {
	margin-top: 20px;
	position: relative
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background-color: #fff;
	opacity: 1;
	border: 1px solid #f5f5f5
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
	background-color: #f5f5f5
}

.portfolio .portfolio-item {
	margin-bottom: 30px
}

.portfolio #portfolio-flters {
	padding: 0;
	margin: 0 auto 35px auto;
	list-style: none;
	text-align: center;
	background: #fff;
	box-shadow: 0 2px 15px rgba(0, 0, 0, .1);
	border-radius: 50px;
	padding: 8px 20px
}

.portfolio #portfolio-flters li {
	cursor: pointer;
	display: inline-block;
	padding: 10px 15px 8px 15px;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	text-transform: uppercase;
	color: #444;
	margin-bottom: 5px;
	transition: all .3s ease-in-out
}

.portfolio #portfolio-flters li.filter-active,
.portfolio #portfolio-flters li:hover {
	color: #f5f5f5
}

.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: all ease-in-out .3s;
	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: all ease-in-out .3s;
	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: all .5s ease 0s;
	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: all .5s ease 0s;
	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-details-slider img {
	width: 100%
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
	margin-top: 20px;
	position: relative
}

.portfolio-details .portfolio-details-slider .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 {
	background-color: #f5f5f5
}

.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
}

.portfolio-details .portfolio-description {
	padding-top: 30px
}

.portfolio-details .portfolio-description h2 {
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 20px
}

.portfolio-details .portfolio-description p {
	padding: 0
}

.team .member {
	text-align: center;
	margin-bottom: 20px;
	background: #343a40;
	position: relative;
	overflow: hidden
}

.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 ease-in-out .3s;
	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 a:hover {
	color: #f5f5f5
}

.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 ease-in-out .3s
}

.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 0
}

.faq .faq-list .icon-show {
	display: none
}

.faq .faq-list a.collapsed {
	color: #343a40
}

.faq .faq-list a.collapsed:hover {
	color: #f5f5f5
}

.faq .faq-list a.collapsed .icon-show {
	display: inline-block
}

.faq .faq-list a.collapsed .icon-close {
	display: none
}

@media (max-width:1200px) {
	.faq .faq-list {
		padding: 0
	}
}

/*.contact .info {
	padding: 20px;
}*/

.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: all .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: bold;
}

.contact .info a {
	color: #003028;
	font-weight: bold;
}

.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: animate-loading 1s linear infinite;
	animation: animate-loading 1s linear infinite
}

.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
}

.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: #212529;
	color: #fff;
	font-size: 14px
}



#footer .footer-top .footer-info {
	padding-top: 30px;
}

#footer .footer-top .footer-info h3 {
	font-size: 24px;
	margin: 0 0 20px 0;
	padding: 2px 0 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: rgb(131, 131, 131);
	color: #fff;
	line-height: 1;
	padding: 8px 0;
	margin-right: 4px;
	border-radius: 50%;
	text-align: center;
	width: 36px;
	height: 36px;
	transition: .3s
}

#footer .footer-top .social-links a:hover {
	background: #cb2030;
	color: #fff;
	text-decoration: none
}

#footer .footer-top h4 {
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	position: relative;
	padding-bottom: 12px
}

#footer .footer-top .footer-links {
	margin-bottom: 30px
}

#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: 0 0;
	font-size: 16px;
	padding: 0 20px;
	background: #f5f5f5;
	color: #fff;
	transition: .3s;
	border-radius: 0 4px 4px 0
}

#footer .footer-top .footer-newsletter form input[type=submit]:hover {
	background: #006
}

#footer .footer-bottom {
	background: #011e07
}

#footer .copyright {
	text-align: center;
	padding: 16px
}

#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: all .5s ease;
	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: all .5s ease;
	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: all .5s ease
}

.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;
	font-family: "PT Sans Narrow", 'Helvetica Neue', Arial, Helvetica, sans-serif;
	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;
	text-decoration: none;
	transition: all .2s ease-in-out
}

.list-1 a:hover {
	background: #f5f5f5;
	color: #f5f5f5;
	text-decoration: none
}

.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 {
    overflow: hidden;
	max-width: 100%;
    vertical-align: middle;
}
.img-hover-zoom--basic img {-webkit-transition: all 0.4s ease-in-out 0s; -moz-transition: all 0.4s ease-in-out 0s; transition: all 0.4s ease-in-out 0s; 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, 0.3);
    color: #000;
	padding:24px;
	height:93%;
	display:block;
	}
	.ourwork h2{
	font-size: 1.8em;
	}

.text-blue{color:#00380c;}
.sec-bg1 {
  min-height:100%;
  background:linear-gradient(0deg, rgba(0, 11, 90, 0.7), rgba(0, 11, 90, 0.6)), url(../images/events.jpg);
  background-size:cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
} 
.sec-bg2 {
  min-height:100%;
  background:linear-gradient(0deg, rgba(0, 11, 90, 0.7), rgba(0, 11, 90, 0.6)), url(../images/students.jpg);
  background-size:cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
.sec-bg3 {
  min-height:100%;
  background:linear-gradient(0deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url(../images/white-bg.jpg);
  background-size:cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
.ribbon-bg {
    background: url(../images/ribbon.png) no-repeat top;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
}
.gallary-bg {
    background: url(../images/gray.jpg) no-repeat top;
    background-size: cover;
    -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: 0.25em 0 0 2.5em;
  position: relative;
}
ul.checkmark li:before {
  content: " ";
  display: block;
  border: solid 0.6em #00380c;
  border-radius: 0.6em;
  height: 0;
  width: 0;
  position: absolute;
  left: 0.5em;
  top: 40%;
  margin-top: -0.3em;
}
ul.checkmark li:after {
  content: " ";
  display: block;
  width: 0.3em;
  height: 0.6em;
  border: solid #fff;
  border-width: 0 0.2em 0.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);
  background-position: center top;
  background-size: auto 4.4rem;
  background-repeat: no-repeat; 
  }
  .page-heading h2 {
	padding: 0 5rem;
    position: relative; 
	}
    .page-heading h2:before, .page-heading h2:after {
      content: '';
      position: absolute;
      left: 0;
      top: calc(50% - 1rem);
      width: 1rem;
      height: 1rem;
	  background: url(../images/star.png);
      background-repeat: no-repeat;
      background-size: contain; 
	  }
    .page-heading h2:after {
      right: 0;
      left: auto;
	  }

/*Testimonial*/
.owl-carousel .owl-item {
    transition: all 0.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-stage-outer {
    overflow-y: auto !important;
    padding-bottom: 20px;
}

.owl-carousel .owl-item img {
    min-height: 200px;
    object-fit: cover;
}
.owl-carousel .btn {
    padding: 0.375rem 2.75rem;
}

.owl-carousel .btn-primary {
    background-color: #00380c;
    border-color: #366e42;
}

.owl-carousel .btn-primary:hover {
    background-color: #660000;
    border-color: #ffffff;
}

.owl-carousel .owl-item .card .name {
    position: absolute;
    bottom: -20px;
    left: 33%;
    color: #101c81;
    font-size: 1.1rem;
    font-weight: 600;
    background-color: aquamarine;
    padding: 0.3rem 0.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: 0.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;
}

@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 section ----------- */

.learning-exp-theme-1{ color: #333333;}
.learning-exp-theme-2{background-color:#2a2a2a; color: #ffffff;}
#learning-exp-sec {width: 100%; margin:0px; background-color:#e3e3e3; height:auto; margin:0px; 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:0.5em; padding-bottom:0.5em;  float:left; text-align:left;  margin:0;  clear:both;}
.sub-heading-1{color:#333333;}
.sub-heading-2{color:#ffffff;}
#learning-exp-sec .learn-exp-content p.first{padding:0 0 0.2em 0; margin: 0; color:#333333; font-size:1.2em; text-align:justify; }
#learning-exp-sec .learn-exp-content p.second{padding:0 0 0.2em 0; margin: 0; color:#ffffff; font-size:1.2em; text-align:justify; }

#learning-exp-sec .learn-exp-content ol {padding-left:2em; padding-top:1em; color:#333333;}
#learning-exp-sec .learn-exp-content ol li{ padding-left:0em; color:#333333; padding-bottom:0.2em; font-size:1.2em; text-align:left; }	
#learning-exp-sec img{padding:0em; margin: auto; max-width: 100%;}

.flip-card {
  background-color: transparent;
  width: 230px;
  height: 230px;
  perspective: 1000px;
}
.imgbox{
	float: left;
	margin: 0.7rem;
}
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front {
  
  color: black;
	border: 3px solid #fff;
	background-color: #002821;
}

.flip-card-back {
 background-color: #002821;
padding-top: 39%;
color: white;
transform: rotateY(180deg);
font-size: 8px;
font-weight: 600;;
}

@media (max-width: 630px) {
  .mview {
  margin: auto;
  width: 50%;
  
  padding: 10px;
  }
}

@media (max-width: 630px) {
  .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:#ffffff;color:#000; margin:0 10px 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 auto; text-align:center;}
.faculty-title{font-size:1.4em;  line-height:1.2em; color:#002821; padding: 0 10px 10px 10px; margin:0 0px 10px 0px;  text-align:center;}
.faculty-des{font-size:1.2em; line-height:1.2em; color:#002821; padding: 0 25px 25px 25px; margin:0 0px 20px 0px; 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}
.faculty-des a:hover{ background-color:#0d1d3e;}

.swiper {
        width: 100%;
        height: 100%;
      }

      .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;

        /* Center slide text vertically */
        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;
      }

      .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
	  
	/*button*/ 

.w-button {
  display: inline-block;
  padding: 9px 15px;
  background-color: #3898EC;
  color: white;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
}
.button-primary {
    display: inline-block;
    /* min-width: 180px; */
    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: #009d9e;
    /* background-color: #f9c300; */
    font-family: Montserrat, sans-serif;
    /* color: #363b3a; */
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-decoration: none;
    text-transform: uppercase;
}	
	  .contact-us-button-witharrow {
        position: relative;
        width: fit-content;
        margin: 0px auto;
    }
    .contact-us-button-witharrow:before {
        content: '';
        background: url(../images/arrow-right.png);
        height: 44px;
        width: 150px;
        position: absolute;
        background-size: contain;
        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/arrow-left.png);
        height: 38px;
        width: 150px;
        position: absolute;
        background-size: contain;
        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-bg-2.webp) bottom center;}
		.tournament-bg{	background-image:url('../images/siteassets/tournament-bg-mobile.jpg'); }
      .contact-us-button-witharrow:before {
        content: '';
        background: url(../images/arrow-right.png);
        height: 20px;
        width: 73px;
        position: absolute;
        background-size: contain;
        right: -75px;
        transform: rotate(
    340deg
    );
        -ms-transform: rotate(340deg);
        -moz-transform: rotate(340deg);
        -webkit-transform: rotate( 
    340deg
     );
        -o-transform: rotate(340deg);
        background-repeat: repeat-y;
        margin-top: 15px;
    }
    .contact-us-button-witharrow:after {
        content: '';
        background: url../images/arrow-left.png);
        height: 18px;
        width: 72px;
        position: absolute;
        background-size: contain;
        left: -72px;
        transform: rotate(
    380deg
    );
        -ms-transform: rotate(380deg);
        -moz-transform: rotate(380deg);
        -webkit-transform: rotate(
    380deg
    );
        -o-transform: rotate(380deg);
        background-repeat: repeat-y;
        margin-top: 18px;
    }
    }
.down-arrow {
  position: absolute;
  top: calc(100vh - 80px);
  left: calc(50% - 8px);
  width: 0;
  height: 30px;
  border: 2px solid;
  border-radius: 2px;
  animation: jumpInfinite 1.5s infinite;
}

.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% {
    margin-top: 0;
  }
  50% {
    margin-top: 20px;
  }
  100% {
    margin-top: 0;
  }
}