/* 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;
}

@font-face {
    font-family: 'Sofia Pro';
    src: url('fonts/SofiaPro-Light.woff2') format('woff2'),
        url('fonts/SofiaPro-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sofia Pro';
    src: url('fonts/SofiaPro.woff2') format('woff2'),
        url('fonts/SofiaPro.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sofia Pro';
    src: url('fonts/SofiaPro-SemiBold.woff2') format('woff2'),
        url('fonts/SofiaPro-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}



/* Scrollbar CSS */

::selection{
  background: #1785A9;
  color: #fff;
}

::-moz-selection{
  background: #1785A9;
  color: #fff; 
}

::-o-selection{
  background: #1785A9;
  color: #fff; 
}

::-ms-selection{
  background: #1785A9;
  color: #fff;
}

::-webkit-scrollbar{
  width: 8px;
  background: #52585e;
}

::-webkit-scrollbar-thumb{
  background: #1785A9;
}

/* ----- 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;
}
.flex-cell {
  flex: 1 1 50%;
  box-sizing: border-box;
}
.table-div {
	width: 100%;
	display: table;
	table-layout: fixed;
}
.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 {
	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: 10px 0;
}

.textMain {    
	font: 400 18px/36px 'gt_walsheim_proregular';
    color: #c8c8cf;
    padding: 0px 10px 30px 10px;
}

.textMain p{        
    font: 500 16px / 32px 'gt_walsheim_proregular';
    color: #c8c8cf;
    padding: 5px 0;
    letter-spacing: 0.5px;
}

.textMain a {
	color: #1785A9;
	text-decoration: none;
	transition: 0.7s all ease;
}

.textMain a:hover {
	color: #1785A9;
}

.textMain h1 {
    font: 400 34px/40px 'Sofia Pro';
    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: 400 30px / 42px  'Sofia Pro';
    color: #ebebeb;
}
.textMain h2 span {
	font: 400 16px/20px  'Sofia Pro';
	color: #000000;
}
.textMain h2 a {
	color: #014cbe;
}
.textMain h3 {
    font: 400 24px / 34px  'Sofia Pro';
    color: #1785A9;
}
.textMain h3 a {
	color: #353535;
}
.textMain h4 {
	font: 400 20px/30px  'Sofia Pro';
	color: #000101;
}
.textMain h4 a {
	color: #014cbe;
}
.textMain ul{
    margin: 20px 0;
}
.textMain ul li, .textMain ol ul li {
    background: url(../images/ticker.svg) no-repeat 0px 10px;
    background-size: 22px;
    padding: 5px 5px 5px 40px;
    font: 400 18px / 32px 'gt_walsheim_proregular';
    letter-spacing: 0.5px;
    color: #c8c8cf;
}
/* 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 {
	color: #fff;
    position: relative;
    text-align: center;
    list-style: none;
    text-transform: capitalize;
    font: 400 13px / 28px 'Sofia Pro';
    letter-spacing: 1.5px;
    text-transform: uppercase;
}
.menu>li:last-child {
	background: none;
}
.menu:after {
	content: '';
	display: block;
	clear: both;
}

.menu li a {
    transition: 0.6s all ease;
    display: block;
    padding: 0 15px;
    position: relative;
}
.menu li a {
    color: #ffffff;
}

.menu li li a {
	color: #000;
}
.menu > li:hover > a {
	color: #1785A9;
}

/* Slide 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 'Sofia Pro';
	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;
}
