/* Fontello */


@font-face {
  font-family: 'fontello';
  src: url('fonts/fontello.eot?83218925');
  src: url('fonts/fontello.eot?83218925#iefix') format('embedded-opentype'),
       url('fonts/fontello.woff2?83218925') format('woff2'),
       url('fonts/fontello.woff?83218925') format('woff'),
       url('fonts/fontello.ttf?83218925') format('truetype'),
       url('fonts/fontello.svg?83218925#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
} 

@font-face {
    font-family: 'GT Walsheim Trial Rg';
    src: url('fonts/GTWalsheimTrial-Rg.woff2') format('woff2'),
         url('fonts/GTWalsheimTrial-Rg.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/* Scrollbar CSS */

::selection{
  background: #7D8837;
  color: #fff;
}

::-moz-selection{
  background: #7D8837;
  color: #fff; 
}

::-o-selection{
  background: #7D8837;
  color: #fff; 
}

::-ms-selection{
  background: #7D8837;
  color: #fff;
}

::-webkit-scrollbar{
  width: 8px;
  background: #52585e;
}

::-webkit-scrollbar-thumb{
  background: #7D8837;
}

/* ----- Global CSS ----- */

body, h1, h2, h3, h4, h5, h6, p, ol, ul, li {
	margin: 0px;
	padding: 0px;
}
body {
	overflow-x: hidden;
	overflow-y: scroll;
	position: relative;
}
ul li {
	list-style: none;
}
img {
	border: 0px;
	max-width: 100%;
	vertical-align: middle;
}
a, a:hover {
	text-decoration: none;
	color: inherit;
}
*, ::after, ::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

/* ----- Fixed CSS ----- */

.hr {
	padding: 10px 0px;
}
.clear-float {
	clear: both;
}
.theme-L, .theme-R {
	width: 100%;
	height: 100%;
}
.flex-div {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.table-div {
	width: 100%;
	display: table;
	table-layout: fixed;
}
.flex-cell {
  flex: 1 1 50%;
  box-sizing: border-box;
}
.table-cell {
	display: table-cell;
	vertical-align: top;
}
.theme-L, .theme-R {
	position: absolute;
	z-index: 99;
	padding: 0px;
	margin: 0px;
	top: 0px;
}
.theme-L {
	left: -100%;
}
.theme-R {
	right: -100%;
}
.image-left {
	float: left;
	margin: 0px 15px 10px 0px;
}
.image-right {
	float: right;
	margin: 0px 0px 10px 15px;
}
.image-center {
	text-align: center;
	margin: 10px;
}
.videoBorder {
	width: 90%;
	border: 4px solid #333;
	padding: 53% 0px 0px 0px;
	position: relative;
	margin: 15px auto;
}
.videoBorder iframe, .videoBorder embed, .videoBorder video  {
	position: absolute;
	margin: 0px;
	padding: 0px;
	border: 0px;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}

/* ---------- Theme CSS ---------- */

.textMain h1,
.textMain h2,
.textMain h3,
.textMain h4 {
    margin: 0 0 10px 0;
}

.textMain {
    font: 400 16px / 30px "Josefin Sans", sans-serif;
	color: #2d2f2f;
    padding: 20px 10px 50px 10px;
}

.textMain p{
    font: 500 16px / 26px "Josefin Sans", sans-serif;
    color: #2d2f2f;
    padding: 5px 0;
}

.textMain a {
    color: #7D8837;
    text-decoration: none;
    transition: 0.7s all ease;
    font-weight: 500;
}

.textMain a:hover {
	color: #000;
}
.textMain h1 {
    font: 700 34px/40px "Unbounded", sans-serif;
    color: #144f94;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 20px 0;
}

.textMain h1 span {
	font: normal 20px/30px "Josefin Sans", sans-serif;
	color: #4d4d4d;
}
.textMain h2 {
    font: 500 30px/40px "Unbounded", sans-serif;
    color: #643d97;
}
.textMain h2 span {
	font: 500 14px / 26px "Josefin Sans", sans-serif;
	color: #000000;
}
.textMain h2 a {
	color: #014cbe;
}
.textMain h3 {
    font: 500 24px/34px "Unbounded", sans-serif;
	color: #207391;
    margin: 10px 0;
}
.textMain h3 a {
	color: #353535;
}
.textMain h4 {
	font: normal 20px/30px "Unbounded", sans-serif;
	color: #000101;
}
.textMain h4 a {
	color: #014cbe;
}
.textMain > ul{
	padding: 20px 0;
}
.textMain ul li, .textMain ol ul li {
    padding: 5px 0;
}

/* Menu */

nav {
	z-index: 9999;
}
#Main-Menu {
	display: block;
	position: relative;
}
#Mobile-Menu {
	display: none;
}

/* Layer 1 */

.menu>li {
	display: inline-block;
	margin: 0 -2px;
}
.menu li {
    font: 500 12px / 28px "Josefin Sans", sans-serif;
    position: relative;
    text-align: center;
    list-style: none;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}
.menu li.active a,
.home .menu li.active a{
    font-weight: 600;
	color: #7D8837;
}

.menu li:hover > a {
	color: #7D8837;
}
.menu:after {
	content: '';
	display: block;
	clear: both;
}

.menu li a {
    transition: 0.6s all ease;
    display: block;
    padding: 5px 20px;
    position: relative;
}
.menu li a {
	color: #141414;
}
.menu li li a {
	color: #141414;
}

/* Layer 2 */

.menu ul {
    background: #141414;
	position: absolute;
	z-index: 9999;
	left: 0px;
	display: none;
    -webkit-box-shadow: 0px 2px 5px -1px rgba(00, 00, 00, 0.2);
    box-shadow: 0px 2px 5px -1px rgba(00, 00, 00, 0.2);
}

.home .menu ul {
    background: #111010;
}

.menu li:hover>ul {
	display: block;
}
.menu ul li {    
    font: 500 10px / 25px "Josefin Sans", sans-serif;
    text-align: left;
    width: 210px;
}
.menu ul li a {
    color: #fff;
	padding: 10px 10px 10px 28px;
	background: url(../images/menu-bullets.png)no-repeat 10px center;
}
.menu ul li:hover a {
	padding: 10px 10px 10px 35px;
}
.menu li li a:hover:before {
	content: "\203A";
	position: absolute;
	transform: translateZ(0px);
	transition: .3s all ease;
	left: 14px;
	font-size: 20px;
	top: 9px;
}

.mega-menu{
    width: 600px;
    background: #fff;
	text-align: left;
}

.menu .mega-menu li{
    display: inline-block;
    width: 49%;
    margin: 0 0px;
}

.home .menu li a,
.home .menu li li a {
	color: #fff;
}

/* Mobile */

.mobile-menu .sub-menu {
  display: none;
  padding-left: 20px;
}

.nav-item.open > .sub-menu {
  display: block;
}

.sub-menu li a{
	color: #fff;
}


/* Slider Code */

.rslides {
	width: 100%;
	height: 100%;
	position: relative;
}
.rslides li {
	display: none;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	position: absolute;
	-webkit-backface-visibility: hidden;
	-khtml-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
}
.rslides li li {
	display: inherit;
	width: inherit;
	height: inherit;
	position: inherit;
	left: inherit;
	top: inherit;
}

/* Navigation CSS */

.navigation {
    font: 400 14px/20px "Inter", sans-serif;
    color: #cfc1e0;
    padding: 10px 0px 10px 10px;
    text-align: center;
}
.navigation a {
	color: #fff;
	text-decoration: none;
	display: inline-block;
	border-bottom: 1px solid #fff;
}

/* Media Query */



@media screen and (max-width: 767px) {
	#Main-Menu {
		display: none;
	}
	#Mobile-Menu {
		display: block;
	}
	.menu-mobile {
		text-align: center;
		color: #fff;
		background: rgba(33, 167, 236, 0.91);
		font: 400 20px/26px "Inter", sans-serif;
	}
	.menu-mobile a {
		color: #fff;
		display: block;
	}
	.menu-mobile img {
		margin: 0px 0px 0px 10px;
	}
	#Mobile-Menu .menu-mobile a {
		background: url(../images/mob-menu-bg-open.png) no-repeat center center #313338;
		padding: 20px 0;
		display: block;
	}
	#Mobile-Menu .active a {
		background: url(../images/mob-menu-bg-close.png) no-repeat center center #313338;
	}
}