@font-face {
  font-family: 'Kruti';
  src: url('../fonts/k010-webfont.woff2') format('woff2'),
       url('../fonts/k010-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;  
}

/* Global css */  
*{margin:0;padding:0;}   
html{font-size:100%;width:100%;height:100%;}   
body {  color: #222;  font-family: 'Source Sans Pro', sans-serif; font-weight: 400; font-size: 16px;  line-height: 26px;  min-width: 360px;  width: 100%;  }  
button,input[type="submit"],input[type="search"],a{transition:all .3s ease;-moz-transition:all .3s ease;-webkit-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;}
a {  color: inherit;  font-weight: inherit;    text-decoration: none;}  
a:hover{text-decoration:none;outline:0;} 
a:focus{outline:none!important;outline-offset:inherit!important;text-decoration:none!important;}
button:focus{outline:none;}
a,img{border:none;outline:none;}
img{max-width:100%;height:auto;display:inline-block;} 
label {	font-weight: 400;	font-size: 15px;	line-height: normal;	margin-bottom: 0;}
dl, ol, ul {list-style-position: inside; list-style: none;}
h1,h2,h3,h4,h5,h6{margin:0; font-family: 'Roboto', sans-serif; font-weight: 600;}  
p{display:block;margin:0;padding:0 0 15px;  word-wrap: break-word; letter-spacing: .2px;} 
*:focus {    outline: none;}
/* Buttons CSS */
.btn-inline .btn{margin:0 5px;}
.btn-inline .btn:first-child{margin-left: 0;}
.btn-inline .btn:last-child{margin-right: 0;}
.btn:focus{outline: normal;  box-shadow: none !important;}
.btn-custom {
  height: 37px;
  padding: 0 15px;
  line-height: 33px;
  min-width: 130px;
  color: #fff;
  background-color: #3368C6;
  font-size: 14px;
  text-align: center;
  font-weight: 600;
  text-shadow: none;
  border: 1px solid #3368C6;
  font-family: 'Open Sans', sans-serif;
  text-transform: inherit;
}

.container {  width: 90%;  max-width: 1300px;}
.link-blue{color:#224e96;}
.link-blue i{margin:0 5px; vertical-align: middle;}
.link-blue:hover{color:#ff9301;}
.underline{text-decoration: underline;}
.paddTB80{padding-top: 80px; padding-bottom: 80px;}
.paddT80{padding-top: 80px;}
.paddB80{padding-bottom: 80px;}
.bg-lightgray{background:#F9F9F9;} 
.marT0{margin-top: 0 !important;} 
.marT15{margin-top: 15px !important;} 
.marB0{margin-bottom: 0 !important;} 
.paddT0{padding-top: 0 !important;}  
.marB5{margin-bottom: 5px;} 

 /* For Placeholder Color */
input::-webkit-input-placeholder {color: #666 !important;  opacity: 1 ;}
input:-moz-placeholder {color: #666 !important ;   opacity: 1 ;}
input::-moz-placeholder {color: #666 !important ;  opacity: 1 ;}
input:-ms-input-placeholder { color: #666 !important ; opacity: 1 ;}
textarea::-webkit-input-placeholder {color: #666 !important; opacity: 1 ;}
textarea:-moz-placeholder { color: #666 !important ; opacity: 1 ;}
textarea::-moz-placeholder {color: #666 !important ; opacity: 1 ;}
textarea:-ms-input-placeholder {color: #666 !important; opacity: 1 ;} 
/*Header*/ 

header {
  background: #fff;
  width: 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: flex;
  align-items: center;
}
.header-left {
  padding: 0 10px;
  flex-shrink: 0;
}
.header-right {
  border-left: 1px solid #E9E9E9;
  width: 100%;
}
.fixed{position: fixed;left: 0;top: 0;z-index: 9; }
.header-top {
  height: 36px;
  background: #F84128;
  display: flex;
  align-items: center;
  padding: 0 15px;
}
.header-top .col-12{display: flex;align-items: center;justify-content: space-between;}
.header-top .emails {	display: flex;}
.header-top .emails p{color:#fff; padding-bottom: 0; margin-right: 20px; display: flex; align-items: center;}
.header-top .emails p img{margin-right: 5px;}
.header-top .emails p span{margin-right: 5px;} 
  
.header-inner {
  display: flex;
  align-items: center;
  height: 96px;
}
.logo img{
    padding:5px;
}
.logo {	display: flex; align-items: center;}
.logo img {
  width: 130px !important;
}
.head-center {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);  
  -webkit-transform: translate(-50%, -50%);   
  -ms-transform: translate(-50%, -50%);  
  top: 50%;
}
.logo-title { text-align: center;}
.logo-title h1 {
  font-style: normal;
  font-size: 36px;
  line-height: 25px;
  color: #56101A; 
  text-transform: uppercase;
  font-family: 'Alegreya', serif;
  margin-bottom: 10px;
  font-weight: 800;
  margin-top: 10px;
}
.logo-title p {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  text-transform: capitalize;
  color: #333;
  margin-bottom: -2px;
  padding-bottom: 0;
  font-family: 'Poppins', sans-serif;
}
.logo-title span {
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 13px;
  color: #333;
  font-family: 'Poppins', sans-serif;
}
input::-ms-clear, input::-ms-reveal {display: none !important;}

.header-links {
  color: #fff;
  margin-right: auto;
}
.header-links a {
  color: #fff;
  font-size: 14px;
  padding: 0 10px;
  border-right: 1.5px solid #fff;
  line-height: 12px;
  display: inline-block;
}
.header-links a:first-child{padding-left: 0;}  
.header-links a:last-child{padding-right: 0; border-right: none;}   
.header-links a:hover{color:#045252;}  


.header-links.rightside {
  margin-right: auto;
  margin-left: inherit;
}

.lang-btns a, .lang-btns a:first-child {
  padding-left: 10px !important;
  border-right: none !important;
}


.head-right {
  display: flex;
  align-items: center;
}
.head-right a:first-child img{width: 94px;}
.head-right-btns{display: flex;}
.head-right-btns a{border-radius: 3px; height: 33px; padding:7px 15px; font-weight: 600; text-transform: uppercase; line-height: 19px; background-color: #363991; color:#fff; margin-left: 10px;}
.head-right-btns a.btn-red{background-color: #E6646E; } 
.head-content{padding-top: 15px; }
.head-content.for-mobile{display: none;} 
.head-content p{font-style: normal;font-weight: 700;font-size: 15px;line-height: 27px;text-align: right;color: #000000;  font-family: 'Open Sans', sans-serif; padding-bottom: 0; }
.main-navbar {
  display: flex;
  background: #fff;
  width: 100%;
}
.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  box-shadow: 0 0 5px rgba(0,0,0,.3);
}
.collapse.navbar-collapse {  justify-content: flex-start;}  
.navouter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 15px 0 5px;
}
.main-navbar .navbar-dark{padding:0;}
.main-navbar .navbar-dark .navbar-nav{height: 50px;}
.main-navbar .navbar-dark .navbar-nav .nav-item{display: flex; align-items: center;}
.main-navbar .navbar-dark .navbar-nav .nav-item:hover .nav-link{color:#f84128; background: transparent; transition:all .3s ease;-moz-transition:all .3s ease;-webkit-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;}
.main-navbar .navbar-dark .navbar-nav .nav-link {
  color: #000;
  font-size: 16px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0px 15px;
  line-height: 14px;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
}
.main-navbar .navbar-dark .navbar-nav .nav-link.dropdown-toggle::after {    margin-left: 7px;    font-size: 12px;}  
.main-navbar .navbar-dark .navbar-nav .nav-link:focus, .main-navbar .navbar-dark .navbar-nav .nav-link:hover, .main-navbar .navbar-dark .navbar-nav .nav-link.active {color:#f84128; background: transparent; transition:all .3s ease;-moz-transition:all .3s ease;-webkit-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;}
.main-navbar .btn{min-width: 145px; 	transition: all .3s ease;	-moz-transition: all .3s ease;	-webkit-transition: all .3s ease;	-ms-transition: all .3s ease;	-o-transition: all .3s ease;}
.main-navbar .navbar-dark .navbar-nav .dropdown-menu{padding:0; margin-top: 0; border-radius: 0;	top: calc(100% - 1px); min-width: 200px;}
.main-navbar .navbar-dark .navbar-nav .dropdown-menu li a {	padding: 10px 15px;	display: block;	border-bottom: 1px solid #ddd;	font-size: 13px;	font-weight: 400;	line-height: 18px;}
.main-navbar .navbar-dark .navbar-nav .dropdown-menu li a:hover{background: #fff; color:#f84128;}
.main-navbar .navbar-dark .navbar-nav .nav-item.dropdown:hover > ul {display: block;}
.main-navbar .navbar-dark .navbar-nav .nav-item .dropdown-submenu{position: relative;}
.main-navbar .navbar-dark .navbar-nav .nav-item .dropdown-submenu > a.dropdown-toggle {    display: flex;    align-items: center;    justify-content: space-between;}
  .main-navbar .navbar-dark .navbar-nav .nav-item .dropdown-submenu > a.dropdown-toggle::after{margin-left: 10px; font-size: 14px;}
.main-navbar .navbar-dark .navbar-nav .nav-item .dropdown-submenu .dropdown-menu {top: 0;left: 100%;margin-top: -1px;}
.main-navbar .navbar-dark .navbar-nav .nav-item.dropdown:hover > ul li:hover > ul {  display: block;}





.nav-search {
  display: flex;
  text-transform: uppercase;
  border-left: 1px solid #000;
  padding: 20px 0px 20px 20px;
  font-size: 16px;
  font-weight: 600;

}
.nav-search a{
  margin-left: 25px; 

}



/* .main-banner {
  position: relative;
  background: #90a6af;
} */
.main-banner {
  position: relative;
  background: #bbd6e1;
  text-align: center;
}
.main-banner img { width: 100%; position: relative; z-index: 2; pointer-events: none;} 
#particles-js {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  top: 0px;
  z-index: 1;
  left: 0;
}


.section-title {  margin-bottom: 40px;}
.section-title h2 {
  color: #222;
  font-size: 40px;
  text-transform: capitalize;
}
.section-title h2 span.text-red {
  color: #3368C6; 
  font-size: 14px;
  display: block;
}

.card-custom1{border-radius: 10px; overflow: hidden; background-color: #F2F4FC; } 
.card-custom1 .card-header {
  text-align: center;
  padding: 0;
  background: none;
  border: none;
}
.card-custom1 .card-header h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  background: #273E47;
  height: 54px;
  line-height: 54px;
}
.card-custom1 .card-header h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  background: #3368C6;
  height: 56px;
  line-height: 54px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
}
.card-head-links {
  background: #3368C6;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px 10px 0 0;
  color: #fff;
}
.card-head-links a {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;  
  padding: 0 10px;  
  line-height: 14px;  
  color: #fff;
}
.card-head-links a:hover, .card-head-links a.active {
  color: #19dfdf;
}
.list-with-date li {  
  display: flex; 
  margin-bottom: 20px;   
}   
.card-date-col {
  width: 65px;
  height: 65px;
  background-color: #878A94;
  flex-shrink: 0;
  border-radius: 5px;
  display: flex;
  margin-right: 15px;
  flex-direction: column;
  justify-content: center;
  color: #ffffff;
  text-align: center;
  font-size: 32px;
  line-height: 32px;
  font-weight: 700;
}
.card-date-col span {
  color: #fff;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 12px;
  padding-top: 2px;
}
.list-with-date li .card-detail-col{ width: 100%;}
.list-with-date li .card-detail-col p {
  font-size: 14px;
  line-height: 22px;
padding-bottom: 0;
}
.list-with-date li .card-detail-col p a {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.list-with-date.with-sep li .card-detail-col p a {
  -webkit-line-clamp: 2;
}
.list-with-date li:hover .card-date-col{background-color: #F84128;}
.list-with-date li:hover .card-detail-col p a{color:#3368c6;} 

.list-with-date.with-sep li { margin-bottom: 0; padding: 8px 0;  border-bottom: 1px solid #ddd; font-size: 14px;}   
.list-with-date.with-sep li:last-child{border-bottom: none;}    
  
.list-with-date.with-ico li {
  position: relative;
  padding: 10px 0px 10px 15px;
}
.list-with-date.with-ico li::before {
  content: "";
  position: absolute; 
  left: 0; 
  top: 20px;   
  width: 4px; 
  height: 4px;
  background: #666;
  border-radius: 50%;  -webkit-border-radius: 50%;  -ms-border-radius: 50%;
}



.card-custom2 {
  background: #F2F2F2; 
  height: 100%; 
  border-radius: 10px;  
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);  
  overflow: hidden;
  display: flex; 
  flex-direction: column; 
}
  .card-custom2 .card-thumb { position: relative;} 
  .card-custom2 .card-thumb img+a { 
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.card-custom2 .card-thumb img+a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card-thumb img {  width: 100%;}     
.card-thumb-det { 
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.card-thumb-det h3{font-size: 18px; margin-bottom: 5px;} 
.card-thumb-det p{padding-bottom: 8px;}  
/* .media-coverage-section .row [class^="col-"]:first-child .card-custom2{background-color: #FCEADE;}  */
.college-event-section{background-color:#F2F2F2; padding-bottom: 80px;} 
.event-slide-row{ margin-bottom:-50px ;}  
.event-slide .item{padding:0px 0;}  
.event-btns.btn-inline {  display: flex;  justify-content: flex-end;  margin-bottom: 20px;  position: relative;  z-index: 2;}
/* Image flip css */ 
.flip-card {background-color: #F4F6FA;border: 1px solid #F4F6FA;perspective: 1000px;height: 300px;}
.flip-card-inner {position: relative;width: 100%;height: 100%;text-align: center;transition: transform 0.8s;-webkit-transition: transform 0.8s;
-ms-transition: transform 0.8s; transform-style: preserve-3d;}
.flip-card:hover .flip-card-inner {  transform: rotateY(180deg);  -webkit-transform: rotateY(180deg);  -ms-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 {  background-color: #bbb;  color: black;}  
.flip-card-front img {  width: 100%;  height: 100%;  object-fit: cover;}   
.flip-card-back {  background-color: #273E47;  color: white;  transform: rotateY(180deg);  -webkit-transform: rotateY(180deg);  -ms-transform: rotateY(180deg);  padding: 20px;
  display: flex;  align-items: center;     justify-content: center;}  
.flip-card-back h3 {  font-size: 20px;  font-weight: 500;  letter-spacing: .5px;  margin-bottom: 5px;}
.flip-card-back p{font-size: 13px; line-height: 22px;}  
.flip-card-back a {  background: #fff;    color: #273e47;   border-color:#fff;} 
.flip-card-back a:hover {  background: #A4243B;    color: #fff;   border-color:#A4243B;} 

/* Owl carousel button */
.owl-theme .owl-nav {
  margin-top: 0;
  position: absolute;
  top: -31px;
  width: 100%; 
  right: 0;
  display: flex;
  justify-content: end;
}
.owl-theme .owl-nav button{margin:0 3px!important;} 
.owl-theme .owl-nav button:hover{background: none !important; }
.owl-theme .owl-nav button i{font-size: 22px; display: block; color:#273E47;} 
.owl-theme .owl-nav button:hover i{font-size: 22px; display: block; color:#A4243B;} 
/* Owl carousel button end*/






.principal-desk-col {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.principal-thumb {
  margin-bottom: 15px;
}
.principal-thumb img {
  border: 1px solid #ddd;
  background: #fff;
  display: block;
  padding: 5px;
}
.principal-cont {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.principal-cont h3 {
  font-size: 18px;
  margin-bottom: 5px;
}


.services-section{} 
.thumb-with-title-col {
  overflow: hidden;
  position: relative;
  background-color: #f7f7f7;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
	padding:5px;
}
.browser-journals-section .row.multicol [class^="col-"]:first-child .thumb-with-title-col{  background-color: #F0D0B4;}
.browser-journals-section .row.multicol [class^="col-"]:nth-child(2) .thumb-with-title-col{  background-color: #C7EFBC;}
.browser-journals-section .row.multicol [class^="col-"]:nth-child(3) .thumb-with-title-col{  background-color: #FBFACD;}
.browser-journals-section .row.multicol [class^="col-"]:nth-child(4) .thumb-with-title-col{  background-color: #FFE3E0;}
.browser-journals-section .row.multicol [class^="col-"]:nth-child(5) .thumb-with-title-col{  background-color: #D3ECFA;}
.browser-journals-section .row.multicol [class^="col-"]:nth-child(6) .thumb-with-title-col{  background-color: #F0E1FC;}
.browser-journals-section .row.multicol [class^="col-"]:nth-child(7) .thumb-with-title-col{  background-color: #D7E2FF;}
.thumb-with-title-col::before {
	width: 100%;
	height: 100%;
	background: rgba(11,33,47,.5);
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all .5s ease 0s; 
  z-index: 2;
}
.thumb-with-title-col::before {
	content: "";
}
.thumb-with-title-col:hover::before {
	opacity: 1;
}
/* .thumb-with-title-col::after {
	background: rgba(255,255,255,.3);
	border: 2px solid #A4243B;
	top: 0;
  width: 100%;
	height: 100%;
	left: 170%;
	opacity: 1;
	z-index: 1;
	transform: skewX(45deg);
	transition: all 1s ease 0s;
  content:"";
  position: absolute;
  z-index: 3;
} */
.thumb-with-title-col:hover::after {
	left: -170%;
}
.thumb-with-title-col img {
}
.thumb-with-title-col span { 
  font-size: 16px;
  font-weight: 600;
  color: #333;
}
.thumb-with-title-col h3 { 
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  color: #333;
  padding-top: 2px;
}
.thumb-with-title-col h3 a{display: block;}
  .thumb-with-title-col-inner{}
  .thumb-with-title-col .thumb-with-title-col-inner {
    width: 100%;
    position: absolute;
    bottom: -100%;
    left: 0;
    transition: all .5s ease 0s;
    text-align: center;
    z-index: 3;
  }
  .thumb-with-title-col .thumb-with-title-col-inner h4 {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;  
}
  .thumb-with-title-col .thumb-with-title-col-inner ul{    margin-bottom: 15px; margin-top: 10px;} 
  .thumb-with-title-col .thumb-with-title-col-inner ul li a {    color: #fff;    font-size: 15px;    line-height: 32px;}  
  .thumb-with-title-col .thumb-with-title-col-inner ul li a:hover {  color: #A4243B;    font-size: 15px;    line-height: 32px;}  
    
  .thumb-with-title-col:hover .thumb-with-title-col-inner { 
    bottom: 50%;
    transform: translateY(50%);
}

.browseresearchouter {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 25px;
}
.browseresearchouter .thumb-with-title-col:first-child {  background-color: #F0D0B4;}
.browseresearchouter .thumb-with-title-col:nth-child(2){  background-color: #C7EFBC;}
.browseresearchouter .thumb-with-title-col:nth-child(3){  background-color: #FBFACD;}
.browseresearchouter .thumb-with-title-col:nth-child(4){  background-color: #FFE3E0;}
.browseresearchouter .thumb-with-title-col:nth-child(5){  background-color: #D3ECFA;}
.browseresearchouter .thumb-with-title-col:nth-child(6){  background-color: #F0E1FC;}
.browseresearchouter .thumb-with-title-col:nth-child(7){  background-color: #D7E2FF;}



.current-natural-section {
  background: #F6FAFF;
}
.current-natural-section .section-title {
  margin-bottom: 20px;
}
.heightlighttext {
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: 2px solid #000;
  display: inline-block;
  margin-bottom: 30px;
}
.currentnutlist {
  display: flex;
  margin-bottom: 40px;
}
.currentnutlist li {
  margin-right: 30px;
  list-style-type: disc;
  list-style-position: inside;
}
.currentnutlist li a{
font-weight: 600;
}

.globalrecognition-section {
  background-color: #F6FAFF;
}
.card-type {
  overflow: hidden;
  position: relative;
}
.card-type a {
  color: #fff;
  font-weight: 600;
  font-size: 22px;
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #3368C6;
  height: 110px;
  border-radius: 10px;
}
.card-type a:hover{  background-color: #F84128;}












  

  .scrollup {
    position: fixed;
    bottom: 10px;
    right: 20px;
    width: 40px;
    height: 40px;
    background: #3368c6;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    z-index: 1;
    color: #fff;
    -webkit-animation: floating2 7s infinite;
    -o-animation: floating2 7s infinite;
    animation: floating2 7s infinite;
}
.scrollup:hover{
  background: #F84128;
  color: #fff;
}



.subscribe-floating-icon { 
  position: fixed;
  bottom: 20px; 
  left: 20px;   
  width: 50px; 
  height: 50px;  
    border-radius: 50%;-webkit-border-radius: 50%;-ms-border-radius: 50%; 
  background: #a4243b; 
  cursor: pointer;
  box-shadow: 0 0 0 rgba(164,36,59, 0.4);-webkit-box-shadow: 0 0 0 rgba(164,36,59, 0.4);-ms-box-shadow: 0 0 0 rgba(164,36,59, 0.4);
  animation: pulse 2s infinite;-webkit-animation: pulse 2s infinite;-ms-animation: pulse 2s infinite;
  z-index: 2;
  display: none; align-items: center; justify-content: center;   
} 
.subscribe-floating-icon:hover {
  animation: none; 
}
.subscribe-floating-icon img{height: 40px;} 
.subscribe-floating-icon a {
  color: #fff;
  font-size: 27px;
  display: block;
}
@-webkit-keyframes pulse {
  0% { 
    -webkit-box-shadow: 0 0 0 0 rgba(164,36,59, 0.4); 
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(164,36,59, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(164,36,59, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(164,36,59, 0.4);
    box-shadow: 0 0 0 0 rgba(164,36,59, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(164,36,59, 0);
      box-shadow: 0 0 0 10px rgba(164,36,59, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(164,36,59, 0);
      box-shadow: 0 0 0 0 rgba(164,36,59, 0);
  }
}

/* Header mode */
.header-mode {
    display: flex;
}
.header-mode a {
  color: #F84128;
  border: 1px solid #fff;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;  -webkit-border-radius: 50%;
  font-size: 12px;
  margin-right: 7px;
  background: #fff;
  display: block;
  text-align: center;
}
.header-mode a:last-child{margin-right: 0;} 




/* Footer */
footer{background: #fff; position: relative;}
footer .footer-top {
  padding: 40px 0;
  background: #282624;
}

.footer-top ul{}
  .footer-top ul li {
    color: #E9F9FF;
    padding: 4px 0;
}
.footer-top ul li a {color: #E9F9FF;transition: all .3s ease;-moz-transition: all .3s ease;-webkit-transition: all .3s ease;-ms-transition: all .3s ease;-o-transition: all .3s ease;font-weight: 300;
  position: relative; padding: 0;padding-left: 10px;
}
.footer-top ul li a::before {
	background: #E9F9FF;
	height: 1.5px;
	width: 4px;
	content: "";
	position: absolute;  
	left: 0; 
	top: 50%; 
	transform: translateY(-50%);-ms-transform: translateY(-50%);-webkit-transform: translateY(-50%);
}

footer .footer-btm {
  height: 50px;
  display: flex;
  align-items: center;
  background: #1e1d1d;
}
footer .footer-btm p{color:#fff; font-weight: 400; font-size: 13px;}
.footer-top h3, .footer-top .widgettitle {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px;
  text-transform: uppercase;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
}
.footer-top .widget .post-date {
	display: block;
	font-weight: 400; 
	color:#8893B9;
}

.footer-top ul li, .footer-top ul{list-style-type: none;} 
footer .row > [class^="col-"] ul li{text-align: left;}

.footer-widget-row p, .footer-top .widget.widget_recent_entries a {  
  text-align: left;    
  color: #E9F9FF;    
  font-weight: normal;  
  line-height: 28px;
  padding-bottom: 0;
}
.footer-btm p {  line-height: 22px;  padding-bottom: 0;  color: #202020;  font-weight: 600;  text-align: center;}



/* New site */
.slider-btm-section {
  position: relative;
  z-index: 2;
  background-color: #F6FAFF;
}
.slider-btm-card-outer {
  display: flex;
  margin-top: -40px;
  justify-content: center;
}
.slider-btm-card {
  background: #ffffff;
  width: 988px;
  height: 146px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0 15px;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease; 
  border-radius: 20px;
  color: #000;
  box-shadow: 0 0 15px rgba(0,0,0,.3);
}
.slider-btm-card h3 {
  color: #040404;
  font-size: 68px;
  font-weight: 600;
}

.ftr-posts p span{font-weight: 400; color:#8893B9;} 
.ftr-logo-outer {
  display: flex;
  align-items: center; 
  height: 100%;
}
.ftr-logo {
  flex-shrink: 0;
  margin-right: 20px;
}
.ftr-logo img {
  width: 150px !important;
  padding: 5px;
  background: #fff;
  border-radius: 5px;
}
.breadcrumbouter .breadcrumb {
	margin-bottom: 0;
}
.breadcrumbouter {
	background-color: #e9ecef;
}
.post-wrapper {
	padding: 40px 0;
}
.page-title {
	border-bottom: 2px solid #000;
	margin-bottom: 20px;
}
.page-title h2 {
	font-size: 28px;
}

.big-nut-img{max-width: 60%;}
.post-wrapper.research-area ul {
	list-style: disc;
	padding-left: 20px;
}
#nav_menu-2 .widget-title {
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 10px;
	text-transform: uppercase;
	border-bottom: 1px solid #fff;
	padding-bottom: 10px;
}
.ftr-posts li#recent-posts-3 {
    display: block;
}
/*form.wpcf7-form{*/
/*	background: rgba(0,0,0,.1);*/
/*	padding: 1em;*/
/*	box-shadow: 0 0 1em rgba(0,0,0,.3);*/
/*  backdrop-filter: blur(5px);*/
/*}*/
form.wpcf7-form * {
	transition: 225ms;
}
form.wpcf7-form label {
	display: block;
	width: 100%;
	cursor: pointer;
}
form.wpcf7-form input, form.wpcf7-form select, form.wpcf7-form textarea {
	display: block;
	width: 100%;
	padding: .5em 0;
	margin-bottom: 0.5em;
	border: 0;
	border-bottom: 1px solid rgba(255,255,255,.7);
	background: transparent;
	font-size: 1.2em;
	border: 1px solid #ccc;
	background-color: #f5f5f5;
	padding-left: 10px;
}
form.wpcf7-form input:hover,
form.wpcf7-form select:hover,
form.wpcf7-form textarea:hover {
	cursor: pointer;
	border-bottom: 1px solid rgba(255,255,255,1);
}
form.wpcf7-form input:focus,
form.wpcf7-form select:focus,
form.wpcf7-form textarea:focus {
	border-bottom: 1px solid #333;
	box-shadow: inset 0 -2px 0 #333;
	outline: none;
}


form.wpcf7-form input,
form.wpcf7-form textarea{
	background: rgba(0,0,0,.03);
}

form.wpcf7-form input[type="submit"] {
	padding: 1em;
	margin-bottom: 0;
	text-transform: uppercase;
	font-size: 110%;
	border: 2px solid #fff;
	box-shadow: none;
	background: rgba(0,0,0,.1);
	color: #fff;
	line-height: 1.2em;
	width: calc(100% - 3em);
	display: block;
	margin-right: 1em;
	background-color: #3368C6;
	max-width: 200px;
	border-radius: 5px;
}
form.wpcf7-form input[type="submit"]:hover {
	background-color: #305BA8;
}


span.wpcf7-not-valid-tip {
	position: relative;
	top: -0.1em;
	color: #e87676;
}
div.wpcf7-response-output {
	padding: 1em !important;
	margin: 0 !important;
}

div.wpcf7 .ajax-loader {
	display:none;
   background: none;
  -webkit-animation: spin 1s ease-in-out infinite;
  animation: spin 1s cubic-bezier(0.36, 0.09, 0.27, 0.97) infinite;
  border: 3px solid #dedede;
  border-top: 3px solid #000000;
  border-radius: 50%;
  height: 1em;
  width: 1em;
  margin: 0;
  vertical-align: middle;
}

@-webkit-keyframes spin {
  50% {
    border-top-color: #a7005d;
  }
  100% {
    border-top-color: #000000;
   -webkit-transform: rotate(360deg);
           transform: rotate(360deg);
  }
}

@keyframes spin {
  50% {
    border-top-color: #a7005d;
  }
  100% {
    border-top-color: #000000;
   -webkit-transform: rotate(360deg);
           transform: rotate(360deg);
  }
}


.wpcf7-form-control.g-recaptcha.wpcf7-recaptcha {
    opacity: .75;
}
.wpcf7-file::-webkit-file-upload-button {
  visibility: hidden;
}
.wpcf7-file::before {
  content: 'Upload Manuscript file';
  display: inline-block;
  background: -webkit-linear-gradient(top, #f9f9f9, #e3e3e3);
  border: 1px solid #999;
  border-radius: 3px;
  padding: 5px 8px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  text-shadow: 1px 1px #fff;
  font-weight: 700;
  font-size: 10pt;
}
.wpcf7-file:hover::before {
  border-color: black;
}
.wpcf7-file:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}
.manuscript-card .tab-content h3 {
	font-size: 20px;
}

.tg  {border-collapse:collapse;border-spacing:0;}
.tg td{border-color:black;border-style:solid;border-width:1px;font-family:Arial, sans-serif;font-size:14px;
  overflow:hidden;padding:10px 5px;word-break:normal;}
.tg th{border-color:black;border-style:solid;border-width:1px;font-family:Arial, sans-serif;font-size:14px;
  font-weight:normal;overflow:hidden;padding:10px 5px;word-break:normal;}
.tg .tg-0pky{border-color:inherit;text-align:left;vertical-align:top}
.tg thead th {
	border: 1px solid #fff;
}
.tg thead {
	background-color: #282624;
	color: #fff;
}
.tg {
	width: 100%;
}
.tg thead th {
	min-width: 30%;
}
.board-title{font-size:20px;font-weight:600;text-transform:uppercase;margin-bottom:20px;letter-spacing:1px;color:#F84128;border-left:solid 3px #F84128;padding-left:10px;}
.board-list span{font-weight:600;display:block;line-height:100%;margin-bottom:7px;font-size:18px;}
.board-list p{font-size:14px;margin-bottom:5px;padding:0;line-height:110%;font-weight:600;color:#585858;}
.board-list dt{font-size:14px;margin-bottom:0;font-weight:normal;line-height:140%;color:#797979;}
form .sample-doc-download {
	border: 2px solid #000;
	padding: 7px;
	font-weight: bold;
	/* position: absolute; */
	/* bottom: 51px; */
	/* left: 370px; */
	background-color: #fff;
	border-radius: 3px;
	box-shadow: 0 0 5px #ccc;
}

#scrollPDF {display: none;}
#scrollPDF.active {display: block;}
.ppw-restricted-content a, .content-area a {
  color: #1126d0;
  text-decoration: underline;
  font-size: 15px;
  font-weight: 600;
}

.content-area .no-password {
  display: none;
}
.content-area.no-active .no-password {
  display: block;
}
.board_box a {
  color: #1126d0;
}
.home .board-list p:last-child, .home .board-list p:nth-last-child(2),  .home .board-list p:nth-last-child(3) {
	display: none;
}

.col-md-12.content-area table td, .col-md-12.content-area table th {
  padding: 10px;
  font-weight: bold;
}
.col-md-12.content-area table th[colspan="2"] {
  font-size: 22px;
}
