/* 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_proregular';
    src: url('fonts/gt-walsheim-pro-regular-webfont.woff2') format('woff2'),
         url('fonts/gt-walsheim-pro-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}



/* Scrollbar CSS */

::selection{
  background: #B94626;
  color: #fff;
}

::-moz-selection{
  background: #B94626;
  color: #fff; 
}

::-o-selection{
  background: #B94626;
  color: #fff; 
}

::-ms-selection{
  background: #B94626;
  color: #fff;
}

::-webkit-scrollbar{
  width: 8px;
  background: #52585e;
}

::-webkit-scrollbar-thumb{
  background: #B94626;
}

/* ----- 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;
	background: #f3f1ef;
}
body.nocolor{
	background: none;
}
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 'gt_walsheim_proregular';
	color: #2d2f2f;
    padding: 20px 10px 50px 10px;
}

.textMain p{
    font: 500 16px / 26px 'gt_walsheim_proregular';
    color: #2d2f2f;
    padding: 5px 0;
}

.textMain a {
    color: #B94626;
    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 'gt_walsheim_proregular';
	color: #4d4d4d;
}
.textMain h2 {
    font: 500 30px/40px "Unbounded", sans-serif;
    color: #643d97;
}
.textMain h2 span {
	font: 500 14px / 26px 'gt_walsheim_proregular';
	color: #000000;
}
.textMain h2 a {
	color: #014cbe;
}
.textMain h3 {
    font: 400 24px / 34px "Unbounded", sans-serif;
    color: rgb(255 248 220);
    margin: 10px 0;
    letter-spacing: 0.7px;
}
.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;
}


/* 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;
}

/* Layer 1 */

.menu>li {
	display: inline-block;
	margin: 0 -2px;
}
.menu li {
    font: 500 12px / 28px "Unbounded", 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{
	color: #03add0;
}

.menu li:hover > a {
	color: #03add0;
}
.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 "Unbounded", sans-serif;
    text-align: left;
    width: 240px;
}
.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;
}


/* Mobile */

.mobile-menu .sub-menu {
  display: none;
  padding-left: 20px;
}

.nav-item.open > .sub-menu {
  display: block;
}

.nav-item.open .sub-menu li{
    font: 400 14px / 26px 'gt_walsheim_proregular';
    padding: 12px 0 0 20px;
}

.sub-menu li a{
	color: #c8c8cf;
}


/* Side Menu */

.mobile-menu {
	display: none;
	position: relative;
	z-index: 9;
	padding: 0 10px 0 0;
}

.mobile-menu img {
	width: 36px;
}

.mobile-menu img.logoslide {
	width: 150px;
}

.side-menu {
	width: 90%;
	position: fixed;
	right: 0;
	top: 0;
	background-image: linear-gradient(to top, #1d1d26, #1b1b24, #181922, #161621, #14141f);
	z-index: 99999999;
	height: 100%;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	-webkit-transition: -webkit-transform .5s ease;
	transition: -webkit-transform .5s ease;
	-o-transition: -o-transform .5s ease;
	transition: transform .5s ease;
	transition: transform .5s ease, -webkit-transform .5s ease, -o-transform .5s ease;
	transition: transform .5s ease, -webkit-transform .5s ease;
	overflow: hidden;
}

.side-menu.left {
	left: 0;
	right: auto;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

.side-menu.before-side {
	width: 280px;
}

.side-menu.side-menu-active,
.side-menu.before-side {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.pul-menu .side-menu.side-menu-active {
	visibility: visible;
	opacity: 1;
}

.side-menu .navbar-brand {
	margin: 0 0 2.5rem 0;
}

/*Side overlay*/

#close_side_menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	-webkit-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
	-o-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
	transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
	display: none;
	z-index: 1031;
	opacity: 0.4;
}

/*side clode btn*/

.side-menu .btn-close {
	height: 33px;
	width: 33px;
	display: inline-block;
	text-align: center;
	position: absolute;
	top: 30px;
	right: 15px;
	cursor: pointer;
}

.side-menu.before-side .btn-close {
	display: none;
}

.just-sidemenu #sidemenu_toggle {
	position: fixed;
	z-index: 999;
	/*background: #fff;*/
	right: 0;
	top: 16px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .15);
	box-shadow: 0 0 20px rgba(0, 0, 0, .15);
}

.side-menu .btn-close::before,
.side-menu .btn-close::after {
	position: absolute;
	left: 16px;
	content: ' ';
	height: 24px;
	width: 2px;
	background: #fff;
	top: 5px;
}

.side-menu .btn-close:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.side-menu .btn-close:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/*side open btn*/

.sidemenu_btn {
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	margin-right: 1rem;
	margin: 0;
	position: relative;
}

.sidemenu_btn.left {
	left: 15px;
	right: auto;
}

.side-menu .inner-wrapper {
	padding: 30px;
	height: 100%;
	position: relative;
	overflow-y: auto;
	display: block;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: left;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.pul-menu.pushwrap .side-menu .inner-wrapper {
	padding: 3.5rem 2.5rem;
}

.side-menu .side-nav {
	margin: 30px 0;
	display: block;

}

.side-nav .navbar-nav .nav-item {
	display: block;
    margin: 10px 0;
    padding: 5px 0 !important;
    font: 400 18px / 30px 'gt_walsheim_proregular';
    text-transform: capitalize;
    letter-spacing: 0.8px;
}

.side-menu.side-menu-active .side-nav .navbar-nav .nav-item {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

.side-nav .navbar-nav .nav-link {
	color: #fff;
	position: relative;
}

.side-nav .navbar-nav .nav-link.active {
	background: transparent;
}

.side-menu p {
	font-size: 13px;
	font: 400 12px/24px 'gt_walsheim_proregular';
	color: #fff;
	letter-spacing: 1px;
}

.side-menu p .icon-heart {
	position: relative;
	display: inline-block;
	vertical-align: top;
}

.side-menu p span.icon-heart:before {
	content: '\E81D';
	font-family: 'fontello';
	position: absolute;
	top: 0;
	left: 2px;
	right: 0;
	margin: auto;
	color: #ff5722;
}

.modal-content {
	border-radius: 0
}

.side-footer {
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
}

/* 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 "Unbounded", 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;
	}
}