@charset "utf-8";
/* CSS Document */

/******************************

[Table of Contents]



******************************/

/***********
1. Fonts
***********/

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800,900|Poppins:300,400,500,600,700,800,900');
@font-face {font-family: "Acumin Pro"; src: url("//db.onlinewebfonts.com/t/4eea0b56eeb6549def65619b1957eb8d.eot"); src: url("//db.onlinewebfonts.com/t/4eea0b56eeb6549def65619b1957eb8d.eot?#iefix") format("embedded-opentype"), url("//db.onlinewebfonts.com/t/4eea0b56eeb6549def65619b1957eb8d.woff2") format("woff2"), url("//db.onlinewebfonts.com/t/4eea0b56eeb6549def65619b1957eb8d.woff") format("woff"), url("//db.onlinewebfonts.com/t/4eea0b56eeb6549def65619b1957eb8d.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/4eea0b56eeb6549def65619b1957eb8d.svg#Acumin Pro") format("svg"); } 

/*********************************
2. Body and some general stuff
*********************************/

*
{
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
body
{
	font-family: 'brandon_grotesquemedium';
	font-size: 14px;
	font-weight: 400;
	background: #FFF;
	color: rgba(0,0,0,0.8);
}
div
{
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
ul
{
	list-style: none;
	margin-bottom: 0px;
}
ul li{
	list-style:square;
}
p
{
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	line-height: 1.71;
	font-weight: 400;
	color: rgba(0,0,0,0.9);
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.02) 0 0 1px;
}
p a
{
	display: inline;
	position: relative;
	color: inherit;
	border-bottom: solid 1px #ffa07f;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
p:last-of-type
{
	margin-bottom: 0;
}
a, a:hover, a:visited, a:active, a:link
{
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
p a:active
{
	position: relative;
	color: #FF6347;
}
p a:hover
{
	color: #FFFFFF;
	background: #ffa07f;
}
p a:hover::after
{
	opacity: 0.2;
}
::selection
{
	
}
p::selection
{
	
}
h1{font-size: 40px; }
h2{font-size: 30px; }
h3{font-size: 24px; }
h4{font-size: 18px;}
h5{font-size: 14px;}
h1, h2, h3, h4, h5, h6
{
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	color: #154029;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
	margin-bottom: 5px;
	margin-top: 20px;
}
h1::selection, 
h2::selection, 
h3::selection, 
h4::selection, 
h5::selection, 
h6::selection
{
	
}
.form-control
{
	color: #db5246;
}
section
{
	display: block;
	position: relative;
	box-sizing: border-box;
}
.clear
{
	clear: both;
}
.clearfix::before, .clearfix::after
{
	content: "";
	display: table;
}
.clearfix::after
{
	clear: both;
}
.clearfix
{
	zoom: 1;
}
.float_left
{
	float: left;
}
.float_right
{
	float: right;
}
.trans_200
{
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.trans_300
{
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.trans_400
{
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.trans_500
{
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.fill_height
{
	height: 100%;
}
.super_container
{
	width: 100%;
	overflow: hidden;
}
.prlx_parent
{
	overflow: hidden;
}
.prlx
{
	height: 130% !important;
}
.parallax-window
{
    min-height: 400px;
    background: transparent;
}
.nopadding
{
	padding: 0px !important;
}

/*********************************
3. Header
*********************************/

.header
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	box-shadow: 0px 5px 20px rgba(0,0,0,0.025);
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.header.scrolled
{
	top: -51px;
}

/*********************************
3.1 Top Bar
*********************************/

.top_bar
{
	width: 100%;
	background: rgb(55, 55, 55);
	border-bottom: solid 1px #ebebeb;
	z-index: 10;
}
.top_bar_container
{
	width: 100%;
}
.top_bar_content
{
	height: 49px;
	font-size: 12px;
	color: #c8c8c8;
	font-weight: 600;
}
.top_bar_phone
{
	
}
.top_bar_title
{
	margin-right: 10px;
	letter-spacing: 0.075em;
	text-transform: uppercase;
}

.top_bar_social
{
	display: inline-block;
	margin-left: 79px;
	margin-right: -6px;
}
.social_title
{
	margin-right: 13px;
}
.top_bar_social ul
{
	display: inline-block;
}
.top_bar_social ul li
{
	display: inline-block;
}
.top_bar_social ul li a i
{
	font-size: 12px;
	color: #c8c8c8;
	padding: 6px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.top_bar_social ul li a i:hover
{
	color: #fff;
}

/*********************************
3.2 Header Content
*********************************/

.header_container
{
	width: 100%;
	background: #fff;
}
.header_content
{
	height: 80px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
	padding: 20px;
}
.header.scrolled .header_content
{
	height: 80px;
}

/*********************************
3.3 Logo
*********************************/

.logo,
.logo_text
{
	display: inline-block;
}
.logo_container
{
	width: 50%;
}
.logo
{
	width: 60px;
	height: 60px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.logo img
{
	max-width: 100%;
	padding: 10px;
}
.logo_text
{
font-family: 'brandon_grotesquemedium';
font-size: 20px;
color: #fff;
	margin-top: 20px;
	text-transform: uppercase;
	vertical-align: middle;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.logo_img{
	height: 13%;
	width: 18%;
	float: left;
	padding: 5px;
}

.header.scrolled .logo
{
	width: 40px;
	height: 40px;
}
.header.scrolled .logo_text
{
	font-size: 18px;
}
/*********************************
3.4 Crousel
*********************************/
.crs{
	top:0;
}
.crs h2{
	color: #154029;
}
.crs p{
		font-weight: 600px;
	}
.crs img{
	height: 100vh;
	width: 100vw;
	opacity: 75%;
	
}
.crs-bg{
	color: #000;
	background-color: #f0f0f0;
	opacity: 0.7; /* Standard compliant browsers */
   -moz-opacity: 0.7; /* Firefox and Mozilla browsers */
   -webkit-opacity: 0.7; /* WebKit browser e.g. Safari */
	
   filter: alpha(opacity=70); /* For IE8 and earlier */
	margin-bottom: 40px;
	
}
.crs-bg p{
	color: #000;
}
.crs img{
	height: 100vh;
	width: 100%;
	object-fit: cover;
}
/*********************************
3.4 Main Nav
*********************************/

.dropdown:hover > .dropdown-menu {
	
    display: block;
}
.dropdown > .dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;
}
.main_nav_contaner
{

}
.dropdown a{
font-family: 'brandon_grotesquemedium';
font-size: 12px;
font-weight: 500;
}


.main_nav,
.user
{

	display: inline-block;
}
.main_nav li
{
	float: left;
	display: inline-block;
	position: relative;
line-height: 1.5;
text-transform: uppercase;
text-decoration: none;
transition: .15s ease-in-out;
}
.main_nav li:not(:last-child)
{
	margin-right: 20px;
}
.main_nav li a
{
	font-family: 'brandon_grotesquemedium';
font-size: 17px;
font-weight: 100;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.main_nav dropdown-menu li a
{
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.main_nav li a:hover,
.main_nav li.active a
{
	color:white;
	background-color: black;
}
.nav-link{
	color: white;
}


/*********************************
3.5 Hamburger
*********************************/

.hamburger_container
{

}
.hamburger
{
	display: none;
	cursor: pointer;
}
.hamburger i
{
	font-size: 20px;
	color: white;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.hamburger:hover i
{
	color: #2e21df;
}

/*********************************
4. Menu
*********************************/

.menu
{
	position: fixed;
	top: 0;
	right: -400px;
	width: 350px;
	height: 100%;
	background: #FFFFFF;
	z-index: 101;
	padding-right: 60px;
	padding-top: 87px;
	padding-left: 50px;
	box-shadow: 0px 5px 20px rgba(0,0,0,0.1);
	opacity: 90%;
	 overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
	scroll-behavior: smooth;
}
.menu .logo a
{
	color: #000000;
}
.menu.active
{
	right: 0;
}
.menu_close_container
{
	position: absolute;
	top: 30px;
	right: 60px;
	width: 18px;
	height: 18px;
	transform-origin: center center;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	cursor: pointer;
}
.menu_close
{
	width: 100%;
	height: 100%;
	transform-style: preserve-3D;
}
.menu_close div
{
	width: 100%;
	height: 2px;
	background: #f2f2f2;
	top: 8px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.menu_close div:last-of-type
{
	-webkit-transform: rotate(90deg) translateX(-2px);
	-moz-transform: rotate(90deg) translateX(-2px);
	-ms-transform: rotate(90deg) translateX(-2px);
	-o-transform: rotate(90deg) translateX(-2px);
	transform: rotate(90deg) translateX(-2px);
	transform-origin: center;
}
.menu_close:hover div
{
	background: #fff;
	height: 3px;
}
.menu .logo
{
	margin-bottom: 60px;
}
.menu_nav ul
{
	color: #f2f2f2;
}
.menu_nav ul li
{
	margin-bottom: 9px;
	list-style: none;
}
.menu_nav ul li a
{
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #d9d9d9;
	font-weight: 700;
	letter-spacing: 0.1em;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.menu_nav ul li a:hover
{
	color: #fff;
	font-size: 15px;
}

.menu_extra
{
	position: absolute;
	right: 60px;
	margin-top: 15px;
}
.menu_phone,
.menu_social
{
	font-size: 12px;
}
.menu_social
{
	margin-right: -6px;
	margin-top: 5px;
}
.menu_title
{
	text-transform: uppercase;
	margin-right: 10px;
}
.menu_social ul
{
	display: inline-block;
}
.menu_social ul li
{
	display: inline-block;
}
.menu_social ul li a i
{
	font-size: 12px;
	color: rgba(0,0,0,0.4);
	padding: 6px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.menu_social ul li a i:hover
{
	color: rgba(0,0,0,1);
}
.menu_nav ul{
	list-style: none;
}

.left{
	float: left;
}
.right{
	float: right;
}
.bg-blue{
	background-color: #edf4f7;
}
.psignature{
	color: #1f603e;
	font-family: Georgia, serif;
	font-size: 16px;
	line-height: 21px;
	padding-bottom: 15px;
}
.pad{
	padding: 6px;
}
.Abstract{
	text-align: justify;
text-justify: inter-word;
	background: #edf4f7;
	color: rgba(0,0,0,0.9);
border:  medium 0.5px;
	margin-bottom: 15px;
	overflow: hidden;
	position: relative;
}
.Abstract .title{
	color: #0072cf;
	font-weight: 600;
}
.Abstract span{
	text-transform: uppercase;
color: #A31D1F;
padding-bottom: 10px;
margin-top: 5px;
}
.Abstract img{
	height: 230px;
	float: right;
	margin: 10px;
	border:  solid 1px;
	max-width: 344px;
}
.Abstract-issue{
	
border-bottom: 1px solid #e4e4e4;
padding-bottom: 20px;
color: #003e74;
font-size:  18px;
	line-height: 25px;
	margin-bottom: 20px;
}
.Abstract .jmp{
	 position: absolute;
    top: -450px;
    visibility: hidden;
}
.footer_col .pad{
	padding: 0;
	color: #f2f2f2;
	font-size: 12px;
	padding-top: 5px;
}
.pr35{
	padding-right: 30px;
}
.mh-500{
	min-height: 500px;
}

.menushadow{
	background-image: url("../images/menushadow.png") !important;
transition: All 0.5s ease;
-webkit-transition: All 0.5s ease;
-moz-transition: All 0.5s ease;
-o-transition: All 0.5s ease;
background-repeat: repeat-x;
background-position: top;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 187px;
}
.blinking{
    animation:blinkingText 1.2s infinite;
}
@keyframes blinkingText{
    0%{     opacity: 0;    }
	45%{opacity: 1;}
	50%{ opacity:0; }
    100%{   opacity: 1;    }
}
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url("/images/Preloader_11.gif") center no-repeat #fff;
}

