/*
  Theme Name: BIDS
  Theme URL:
  Author: 
  Author URI: 
  Description:
  Version: 1.0
*/
/*============================ Include Fonts ============================*/
@font-face {
    font-family: 'Myriad Pro';
    src: url('../fonts/MyriadPro-Regular.eot');
    src: url('../fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/MyriadPro-Regular.woff2') format('woff2'),
        url('../fonts/MyriadPro-Regular.woff') format('woff'),
        url('../fonts/MyriadPro-Regular.ttf') format('truetype'),
        url('../fonts/MyriadPro-Regular.svg#MyriadPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    /* font-family: 'Conv_IdealSans-Book-Pro';  */font-weight: 200;
    src: url('../fonts/MyriadPro-Bold.eot');
    src: url('../fonts/MyriadPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/MyriadPro-Bold.woff2') format('woff2'),
        url('../fonts/MyriadPro-Bold.woff') format('woff'),
        url('../fonts/MyriadPro-Bold.ttf') format('truetype'),
        url('../fonts/MyriadPro-Bold.svg#MyriadPro-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Myriad Pro Semi';
    src: url('../fonts/MyriadPro-Semibold.eot');
    src: url('../fonts/MyriadPro-Semibold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/MyriadPro-Semibold.woff2') format('woff2'),
        url('../fonts/MyriadPro-Semibold.woff') format('woff'),
        url('../fonts/MyriadPro-Semibold.ttf') format('truetype'),
        url('../fonts/MyriadPro-Semibold.svg#MyriadPro-Semibold') format('svg');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'helveticaneuelight';
    src: url('../fonts/helveticaneue_light-webfont.woff2') format('woff2'),
         url('../fonts/helveticaneue_light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
	font-family: 'Conv_IdealSans-Book-Pro';
	src: url('../fonts/IdealSans-Book-Pro.eot');
	src: local('☺'), url('../fonts/IdealSans-Book-Pro.woff') format('woff'), url('../fonts/IdealSans-Book-Pro.ttf') format('truetype'), url('../fonts/IdealSans-Book-Pro.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600);
/*============================ Preset CSS ============================*/
body{
    font-family: Arial;
    font-size: 14px;
    font-weight: normal;
	color: #555555;
}
ol,ul{
    padding: 0;
    margin: 20px;
}
p{
    margin: 10px 0px 10px 0px!important;
    color: #555555;
    line-height: 24px;
}
h1,h2,h3,h4,h5,h6{
    margin: 10px 0px 10px 0px;
    /* font-family: 'Conv_IdealSans-Book-Pro';  */
    font-weight: bold;
	font-weight: 200;
}
img{
    width: 100%;
    height: auto;
}
a{
    display: inline-block;
    text-decoration: none;
    outline: none;
    color: #818183;
    /* font-family: 'Conv_IdealSans-Book-Pro';  */font-weight: 200;
    line-height: 0.8;
    font-size: 14px;
}
a:hover, a:focus{
    text-decoration: none;
    outline: none;
}
/**************************************************************************
******************************** Home Page ********************************
***************************************************************************/

.headerArea {
    padding: 10px 0;
	background: #448aff;
}
.logoImg{
    margin-top: 0px;
}

.logoImg a {
    float:left;
}

.logoImg a img{
    width: 50px;
	/* display: none; */
}

.logoImg span{
    float: left;
    font-size: 22px;
    line-height: 70px;
    padding-left: 5px;
    font-weight: 600;
    color: #fff;
}
.headSearch{
    position: relative;
    margin-top: 10px;
}
.headSearch input{
    width: 247.5px;
    height: 35px;
    border: 1px solid #cccccc;
    padding: 5px;
}
.headSearch button{
    background: transparent none repeat scroll 0 0;
    border: medium none;
    left: auto;
    padding: 0;
    position: absolute;
    right: 10px;
    top: 8px;
}
.headSearch button i{
    color: #8b8d8c;
    font-size: 18px;
}
.gsc-control-cse {
    font-family: Arial, sans-serif;
    border-color: transparent!important;
    background-color: transparent!important;
}
.addressArea,.phoneArea {
    padding-top: 30px;
}
.icon {
    padding-right: 20px;
    margin-top: 6px;
}
.icon.two{
    border-left: 1px solid #cfcfd1;
    margin-left: 40px;
    padding-left: 25px;
}
.address p{
    line-height: 16px;
    color: #7f7f81;
    font-family: 'Myriad Pro Semi';
    font-size: 14px;
}
.phoneArea .address p{
    margin-top: 5px;
}
.mainMenuArea {
    border-bottom: 2px solid #448aff;
    border-top: 1px solid #dfdfdf;
    margin-bottom: 0px;
	background: #224cc3;
	color: #fff;
}
/* .mainMenuArea::after {
    background: #002569 none repeat scroll 0 0;
    bottom: -16px;
    content: "";
    height: 14px;
    left: 0;
    position: absolute;
    top: auto;
    width: 100%;
} */
.mainMenu{
	display: table;
    clear: both;
    width: 100%;
    list-style: none;
    margin: 0;
}
.mainMenu li {
    float: left;
    position: relative;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.mainMenu li a {
	color: #555555;
}
.mainMenu>li>a {
    color: #fff;
    font-family: Arial;
    font-size: 16px;
    text-transform: capitalize;
    position: relative;
    padding: 13px 20px 12px 20px;
	-webkit-font-smoothing: subpixel-antialiased;
}
.main-menu-stick .mainMenu li a {
	color: #555555;
}
.mainMenu li a strong{
	font-weight: 200;
}
.mainMenu li a i{
	display: none;
}

.mainMenu li.active a,.mainMenu li a:hover{
    color: #fff;
}
.mainMenu > li > a:hover{
	padding: 13px 20px 12px 20px;
	color: #fff;
}
.main-menu-stick .mainMenu li.active a,
.main-menu-stick .mainMenu li a:hover{
	color: #555555;
}

nav.mainMenuArea ul.mainMenu > li{
	position: relative;
}
nav.mainMenuArea ul.mainMenu li#sticcy a:hover{
	border-top: 0px none;
	box-shadow: none;
}
nav.mainMenuArea ul.mainMenu li ul{
	position: absolute;
	width: 250px;
	left: 0;
	top: 37px;
	display: none;
	z-index: 999;
	background: #fff;
	list-style: none;
    margin: 0px;
	padding-top: 5px;
}
nav.mainMenuArea ul.mainMenu ul li,
nav.mainMenuArea ul.mainMenu ul li a{
	width: 100%;
}
nav.mainMenuArea ul.mainMenu ul li a{
	font-size: 14.4px;
    line-height: 15px;
    padding: 8px 10px 8px 20px;
    margin-bottom: 0px;
}
nav.mainMenuArea ul.mainMenu ul li a:hover {
	color: #03a5d6;
    background-color: #f2f2f2;
}
nav.mainMenuArea ul.mainMenu li ul ul{
	position: absolute;
	width: 200px;
	left: 100%;
	top: 0;
	display: none;    
	z-index: 999;
	background: #f7f7f7;
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .25);
	list-style: none;
    margin: 0px;
}
nav.mainMenuArea ul.mainMenu li:hover > ul.menu-submenu{
	display: block;
	box-shadow: 1px 4px 8px 0px rgba(0, 0, 0, .25);
}

.mainMenuArea {
    position: relative;
    z-index: 3;
}
.main-menu-stick{
	position: fixed;
	width: 100%;
	top: 0;
	background: #fff;
	transition: all 0.3s;
}

.main-menu-stick::after {
    height: 0px;
}

.sticcy{
 display: none;
}

.sideBar.left  ul{
	list-style: none;
	padding-top: 0!important;
	margin-left: 0;
}

.row2{
    margin-top: 30px;
    border-top: 1px solid #e3e3e3;
    padding-top: 25px;
}

.row3{
	margin-top: 0px;
    border-top: 1px solid #e3e3e3;
    padding-top: 30px;
	padding-bottom: 30px;
}

nav.mainMenuArea ul.mainMenu li ul ul li a{
	line-height: 20px;
}

/**** Custom Menu css end *********/

.bannerArea{
/*     -webkit-box-shadow: inset 0px -3px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: inset 0px -3px 5px 0px rgba(0,0,0,0.2);
    box-shadow: inset 0px -3px 5px 0px rgba(0,0,0,0.2); */
    padding-top: 25px;
}
.mainContent {
	padding: 44px 0 13px;
}
.messageArea {
    padding: 18px 18px 16px 18px;
    border-bottom: 1px solid #cccccc;
}
.person {
    border: 8px solid #b4b5b9;
}
.describe {
    padding-left: 28px;
    padding-top: 7px;
    width: 74%;
}

.describe h4{
    font-family: 'Myriad Pro';
    font-weight: 400;
    padding-bottom: 13px;
}
.describe p{
    font-size: 16px;
}
.describe a {
    color: #818183;
    float: right;
    /* font-family: 'Conv_IdealSans-Book-Pro';  */font-weight: 200;
    line-height: 0.8;
    padding-top: 25px;
}
.visitors {
    margin-top: 40px;
}
.visitImg {
    border: 8px solid #eaeceb;
}
.describe.two {
    margin-left: -10px;
    width: 66%;
}
.featureArea{
    /* background: rgba(227, 227, 227, 0.4); */
	background: #fff;
    padding-bottom: 50px;
    padding-top: 60px;
}
.featureContent{
    clear: both;
    display: table;
    position: relative;
    width: 100%;
    margin-bottom: 30px;
}

.featImg {
    border: 8px solid #fff;
    left: 0;
    position: absolute;
    top: 10px;
    width: 162px;
}
.featCont {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e6e6e6;
    float: right;
    padding: 30px 25px 16px 70px;
    width: 440px;
}
.featCont:hover {
    border-color: #03ade0;
    box-shadow: 0 0 15px rgba(0, 0, 0, .15);
}
.featCont p {
    line-height: 1.5;
    padding-right: 25px;
    display: table;
    clear: both;
    width: 100%;
}
.featCont p strong{
	/* font-family: 'Conv_IdealSans-Book-Pro';  */font-weight: 200;
	font-size: 20px;
	color: #002569;
	margin-bottom: 10px;
	line-height: 15px;
}
.featCont h3 {
    color: #007DB6;
    /* font-family: 'Conv_IdealSans-Book-Pro';  */font-weight: 200;
    font-size: 16px;
    text-transform: uppercase;
}
.featCont:hover p strong{
	color: #03a5d6;
}
.line{
    background: #002569 none repeat scroll 0 0;
    display: block;
    height: 3px;
    margin-bottom: 11px;
    margin-left: 0;
    margin-top: 17px;
    text-align: left;
    width: 45px;
    cursor: default;
}
.line:hover{
    background: #002569
}
.featCont a {
    float: right;
}
.researchSeminar {
    background: #fff;
    padding-bottom: 70px;
    padding-top: 60px;
    border-top: 1px solid #e3e3e3;
}
.seminarArea h4, .researchArea h4, .pubArea h4{
    color: #002569;
    /* font-family: 'Conv_IdealSans-Book-Pro';  */font-weight: 200;
    font-size: 24px;
    text-transform: capitalize;
}
.seminarArea p{
    padding-top: 5px;
}
.seminarArea p strong{
	font-family: Arial;
	font-weight: 200;
	font-size: 20px;
	color: #002569;
	margin-bottom: 10px;
	line-height: 40px;
}
/*
Journal Page CSS
*/

.detailContent div ul{
    padding: 0;
    margin: 20px 0px 0px 0px;
    border: 1px solid #f1f5f8;
}
.detailContent div ul.vmenu li{
    list-style: none;
    padding-left: 20px;
    line-height: 34px;
    border-bottom: 1px solid #f1f5f8;
    position: relative;
}
.detailContent div ul.vmenu li:before{
    content: '\f101 ';
    position: absolute;
    width: 32px;
    height: 32px;
    display: block;
    left: 7px;
    top: -1px;
    font-family: FontAwesome;
	color: #316c9d;
}
.detailContent div ul.vmenu li a{
	color: #316c9d;
}
.col-sm-3 div ul.vmenu{
    padding: 0;
    margin: 20px 0px 0px 0px;
    border: 1px solid #f1f5f8;
}
.col-sm-3 div ul.vmenu li{
    list-style: none;
    padding-left: 20px;
    line-height: 34px;
    border-bottom: 1px solid #f1f5f8;
    position: relative;
}
.col-sm-3 div ul.vmenu li:after{
    content: '\f101 ';
    position: absolute;
    width: 32px;
    height: 32px;
    display: block;
    left: 7px;
    top: -1px;
    font-family: FontAwesome;
	color: #316c9d;
}
.col-sm-3 div ul.vmenu li a{
	color: #316c9d;
	line-height: 18px;
}
.detailContent .blog-post h4{
	font-size: 12px!important;
    margin-bottom: 3px;
	position: relative;
	padding-left: 12px;
}
.detailContent .blog-post h4:after{
	content: '\f007';
    position: absolute;
    width: 32px;
    height: 32px;
    display: block;
    left: 0px;
    top: -1px;
    font-family: FontAwesome;
	color: #316c9d;
}
.detailContent .blog-post div a{
	font-size: 12px;
    margin-bottom: 3px;
	color: #316c9d;
	position: relative;
    padding-left: 10px;
}
.detailContent .blog-post div a:nth-child(1):before{
    content: '\f101 ';
    position: absolute;
    width: 32px;
    height: 32px;
    display: block;
    left: 0px;
    top: -1px;
    font-family: FontAwesome;
	color: #316c9d;
}
/* .tabsMenu {
    clear: both;
    display: table;
    margin-top: 0px;
    width: 100%;
    padding-bottom: 17px;
	list-style: none;
}
.tabsMenu li a {
    font-family: Arial;
    font-size: 15px;
    text-transform: uppercase;
    padding: 16px 30px 14px;
    border: 1px solid #e9e9e9;
    position: relative;
	color: #fff;
}
.tabsMenu li {
    float: left;
    line-height: 0.8;
}
.tabsMenu li.active a {
    background: #d9dfe9 none repeat scroll 0 0;
    padding: 17px 60px 15px;
    color: #002569;
    font-family: 'Conv_IdealSans-Book-Pro';
    font-weight: 200;
    border: none;
}
.tabsMenu li.active a:after{
    border-bottom: 8px solid #002569;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    bottom: 0;
    content: "";
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: auto;
    width: 15px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.tab-pane > p {
    margin-top: -25px!important;
    padding-left: 19px;
    color: #d9dfe9;
} */
#semCarous .carousel-indicators li {
    background-color: #b4bcbe;
    border: 1px solid #b4bcbe;
    border-radius: 10px;
    height: 8px;
    width: 8px;
    margin: 1px 3px;
}
#semCarous .carousel-indicators {
    bottom: 20px;
}
#semCarous .carousel-indicators .active{
    background-color: #002667;
    height: 8px;
    margin: 1px 3px;
    width: 8px;
    border-color: #002667;
}
.tab-pane > a {
    padding-top: 15px;
}
.footerWidget {
    padding-bottom: 25px;
    padding-left: 20px;
    margin-left: 30px;
}
.footerArea {
    background: #ededef none repeat scroll 0 0;
    padding: 39px 0 0;
	margin-top: 50px;
}
.footerWidget h3 {
    color: #00256c;
    font-size: 16px;
    text-transform: uppercase;
    padding-bottom: 15px;
    /* font-family: 'Conv_IdealSans-Book-Pro';  */font-weight: 200;
}
.footerArea h6 {
    color: #00256c;
    font-family: Arial;
    font-weight: normal;
    padding-bottom: 15px;
}
.copyRight {
    background: #fff none repeat scroll 0 0;
    padding: 32px 0 30px;
}
.copyRight a {
    font-family: Arial;
    font-size: 16px;
}
.owl-item .col-sm-3{
    width: 100%;
}
#footerCarous.owl-theme .owl-controls .owl-buttons div {
    background: transparent none repeat scroll 0 0;
    border-radius: 0;
    color: #fff;
    display: block;
    font-size: 16px;
    margin: 0;
    opacity: 1;
    padding: 0;
    text-indent: -99999px;
    position: absolute;
}

#footerCarous.owl-theme .owl-controls {
    margin-top: 0;
    position: absolute;
    top: -5%;
    width: 100%;
}
#footerCarous.owl-theme .owl-controls .owl-buttons {
    position: absolute;
    top: 0;
    width: 100%;
}
#footerCarous.owl-theme .owl-controls .owl-buttons .owl-prev{
    left: 0;
    width: 0;
}
#footerCarous.owl-theme .owl-controls .owl-buttons .owl-next{
    right: -76px;
    width: 0;
}
#footerCarous.owl-theme .owl-controls .owl-buttons .owl-prev:before{
    content: "\f104";
    color: #b2b2b2;
    font-family: FontAwesome;
    font-size: 85px;
    left: -34px;
    position: absolute;
    text-indent: 0;
    top: 0;
}
#footerCarous.owl-theme .owl-controls .owl-buttons .owl-next:before{
    content: "\f105";
    color: #b2b2b2;
    font-family: FontAwesome;
    font-size: 85px;
    right: 12px;
    position: absolute;
    text-indent: 0;
    top: 0;
    left: auto;
}
.footerWidget > p {
    font-size: 13px;
    letter-spacing: 1px;
}
.widget ul{
    width: 100%;
}
.widget ul li a {
    border-bottom: 1px solid #d7d7d7;
    display: block;
    font-family: Arial;
    font-size: 16px;
    line-height: 18px;
    padding-bottom: 10px;
    padding-top: 11px;
    color: #041c4c;
}
.widget ul li a:hover{
	color: #03a5d6;
}
.widget ul li:first-child a{
    padding-top: 0;
}
.widget ul li:last-child a{
    border-bottom: none;
}
.widgetTitle {
    color: #6f6e7e;
    font-family: Arial;
    font-size: 18px;
}
.widget {
    margin-bottom: 24px;
}
.widget ul{
    width: 90%;
	list-style: none;
}
.left .widget ul{
    padding-top: 25px;
}
#homeCarouse .item {
    border: 15px solid #a0a0a0;
}
.sideBar {
    padding-left: 15px;
}
.sideBar.left{
    padding-left: 0;
}

.rightbar{
    border-left: 1px solid #e8e8e8;
}

.banCont {
    background: #a0a0a0 none repeat scroll 0 0;
}
.banCont h3{
    color: #fff;
    font-family: 'Conv_IdealSans-Book-Pro';
    font-size: 28px;
    padding-top: 23px;
	font-weight: 200;
}
.banCont p{
	color: #fff;
    font-size: 16px;
	line-height: 1.35;
    padding-bottom: 40px;
    padding-right: 30px;
    padding-top: 8px;
    margin: 0px!important;
}
#homeCarouse .carousel-indicators .active {
    background-color: #027db6;
    height: 10px;
    margin: 1px 3px;
    width: 10px;
    border-color: #027db6;
}
#homeCarouse .carousel-indicators li {
    background-color: #666666;
    border: 1px solid #666666;
    margin: 1px 3px;
}
#homeCarouse .carousel-indicators {
    bottom: 5px;
}

.coloWidget3 {
    /* background: rgba(0, 0, 0, 0) url("../images/nsidebg.png") no-repeat scroll center center / cover ; */
	background: #448aff;
	color:#FFF;
	height: 120px;
    width: 100%;
	padding-left: 16px;
    margin-bottom: 50px;
    padding-top: 18px;
}
.coloWidget3 a{
    color: #d1dbd0;
}
.coloWidget2 {
	/* background: rgba(0, 0, 0, 0) url("../images/nsidebg.png") no-repeat scroll center center / cover ; */
	background: #000000;
      	height: 60px;
	width: 100%;
	color:#FFFFF;
	padding-left: 10px;
	margin-bottom: 50px;
	padding-top: 10px;
}

.coloWidget1 {
    /* background: rgba(0, 0, 0, 0) url("../images/nsidebg.png") no-repeat scroll center center / cover ; */
	background: #448aff;
	height: 60px;
    width: 100%;
	color:#D4DDED;
    padding-left: 16px;
    margin-bottom: 50px;
    padding-top: 18px;
}
.coloWidget {
    /* background: rgba(0, 0, 0, 0) url("../images/nsidebg.png") no-repeat scroll center center / cover ; */
	background: #2a8824;
    height: 120px;
    width: 100%;
    padding-left: 16px;
    margin-bottom: 50px;
    padding-top: 18px;
}
.coloWidgetLive {
    /* background: rgba(0, 0, 0, 0) url("../images/nsidebg.png") no-repeat scroll center center / cover ; */
	height: 185px;
    width: 100%;
    padding-left: px;
    margin-bottom: px;
    padding-top: 18px;
}
.coloWidgetLiveMujib {
    /* background: rgba(0, 0, 0, 0) url("../images/nsidebg.png") no-repeat scroll center center / cover ; */
	height: 250px;
    width: 100%;
    padding-left: px;
    margin-bottom: px;
    padding-top: 18px;
}
.coloWidget h5{
    color: #fff;
	font-family: 'Conv_IdealSans-Book-Pro';
    font-size: 20px;
	margin-top: 0px;
	font-weight: 200;
	margin-bottom: 5px;
}
.wojo.header{
	font-family: 'Conv_IdealSans-Book-Pro';
    font-size: 24px;
	font-weight: 200;
}
#cal-wrap-small .small-calendar thead tr td span.month {
    font-size: 20px;
    font-weight: 200;
}
#cal-wrap-small .small-calendar thead tr td span {
    display: block;
    font-size: 20px;
    font-weight: 200;
}
.coloWidget a{
    color: #d1dbd0;
}
.coloWidget1 a{
	color: #9FF;
}
.coloWidget p{
    color: #cde7ba;
    line-height: 25px;
	margin: 0px 0px!important;
}

/* Details Page */

.topHeader {
    background: #282f39 none repeat scroll 0 0;
    padding: 10px 0;
}
.social {
    padding-top: 5px;
}
.social li {
    display: inline-block;
}
.social li a {
    color: #7f8995;
    font-size: 16px;
    padding-right: 18px;
}
.breadWrap {
    position: relative;
    height: 326px;
}
.breadCrum {
    background: rgba(0, 0, 0, 0) url("../images/breadBg.jpg") no-repeat scroll center center / cover ;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; 
}
.breadCrum:after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.3);
    position: absolute;
    left: 0;
    top: 0;
}
.breadCrum .container{
    position: relative;
    z-index: 2;
}
.bread {
    height: 326px;
    padding-top: 142px;
}
.bread h1 {
    color: #fff;
    font-size: 50px;
    line-height: 0.8;
}
.bread .line {
    margin: 14px auto 20px;
}
.bread ul{}
.bread ul li{
    display: inline-block;
    color: #fff;
    /* font-family: 'Conv_IdealSans-Book-Pro';  */font-weight: 200;
    font-size: 18px;
    font-style: italic;
}
.bread ul li a{
    color: #fff;
    /* font-family: 'Conv_IdealSans-Book-Pro';  */font-weight: 200;
    font-size: 18px;
    font-style: italic;
    padding-right: 3px;
}
.bread ul li a i{
    display: inline-block;
    padding-left: 4px;
}
.mainContent.detailsPage{
    padding-top: 110px;
    position: relative;
}
.detailImg {
    border: 5px solid #00246a;
    margin-bottom: 40px;
}
.detailContent{
    padding-right: 30px;
}
.detailPara h2 {
    font-family: Arial;
    font-size: 28px;
    font-weight: normal;
}
.detailPara p{
    line-height: 24px;
    margin-top: 20px;
    padding-right: 10px;
}

.detaiItem li {
    color: #ff8c53;
    padding-bottom: 6px;
}
.detaiItem li i{
    padding-right: 15px;
    display: inline-block;
}
.detailList {
    padding: 50px 0 25px;
}
.detaiItem.two {
    padding-left: 135px;
}
.detailContent blockquote {
    background: #f7f7f7 none repeat scroll 0 0;
    border-left: medium none;
    color: #555555;
    font-size: 16px;
    margin: 0;
    padding: 36px 45px 33px 100px;
    position: relative;
    line-height: 25px;
}
.detailContent blockquote:before{
    background: rgba(0, 0, 0, 0) url("../images/quote.jpg") no-repeat scroll center center / cover ;
    content: "";
    height: 44px;
    left: 30px;
    position: absolute;
    top: 17px;
    width: 53px;
}
blockquote span {
    color: #e8a02a;
    font-size: 18px;
    font-style: italic;
    padding-top: 1px;
}
.footCont {
    padding: 46px 0 23px;
}
.footCont > p {
    line-height: 24px;
}
.footCont span {
    font-family: 'helveticaneuelight';
    font-style: italic;
}
.footCont a {
    color: #3180bb;
    font-family: Arial;
}
.detailsPage:after{
    background: #f9f9f9 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 35.5%;
}
.detailsPage .container{
    position: relative;
    z-index: 1;
}
.sideBar2{
    padding-left: 40px;
}
.widget input {
    border: 1px solid #e9e9e9;
    height: 46px;
    padding-left: 15px;
    width: 270px;
    color: #a9aaa5;
    opacity: 1;
    font-size: 18px;
}
.widSearch{
    position: relative;
}
.widSearch button{
    padding: 0;
    border: none;
    background: transparent;
    position: absolute;
    left: auto;
    top: 0;
    right: 4px;
}
.sideBar2 .line {
    margin-bottom: 30px;
}
.text-widget p{
    line-height: 24px;
    padding-right: 20px;
}
.widget.institute ul{
    width: 100%;
}
.widget.institute ul li{}
.widget.institute ul li a{
    padding-bottom: 13px;
    padding-top: 15px;
    color: #262626;
}
.widget.institute ul li a i{
    display: inline-block;
    padding-right: 15px;
}
.sideBar2 .widgetTitle {
    color: #262626;
}
.sideBar2 .institute .line {
    margin-bottom: 12px;
}
/* Contact page */
.contactArea {
    padding: 100px 0;
    overflow-x: hidden;
}
.contactTitle h2 {
    /* font-family: 'Conv_IdealSans-Book-Pro';  */font-weight: 200;
    font-size: 28px;
    line-height: 0.8;
}
.contactTitle .line {
    margin: 15px auto 45px;
}
.contactTitle p {
    font-style: italic;
    line-height: 24px;
    margin-bottom: 50px;
}
.contactForm {
    padding-right: 50px;
}
.contactForm input, .contactForm select{
    background: #fdfdff none repeat scroll 0 0;
    border: 1px solid #ececec;
    height: 48px;
    margin-bottom: 20px;
    padding-left: 15px;
    width: 100%;
}
.contactForm textarea {
    background: #fdfdff none repeat scroll 0 0;
    border: 1px solid #ececec;
    height: 220px;
    margin-bottom: 39px;
    padding-left: 15px;
    width: 100%;
    padding-top: 15px;
    resize: none;
}
.contactForm button{
    background: transparent;
    border: none;
    padding: 0;
}
.contactForm button img{
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    opacity: 1;
}
.contactForm button:hover img{
    opacity: .8;
}
.conArea {
    position: relative;
}
.fake{
    background: #f6f6f8;
    position: absolute;
    left: 0;
    top: 0;
    width: 1000%;
    height: 100%;
    border-left: 2px solid #129fb0;
}
.conAddress,.conPhone{
    position: relative;
    z-index: 2;
}
div.padOk{
    padding-left: 5px;
}
.conAddress {
    padding-left: 58px;
    padding-top: 60px;
}
.conAddress .icon {
    margin: 0;
    padding-right: 28px;
}
.conPhone {
    padding-left: 52px;
        padding-top: 20px;
    padding-bottom: 73px;
}
.conPhone .icon {
    margin: 0;
    padding-right: 20px;
}
#map{
    width: 100%;
    height: 530px;
}
#pubCarous .carousel-indicators .active {
    background-color: #fff;
    height: 7px;
    margin: 1px;
    width: 7px;
}
#pubCarous .carousel-indicators li {
    background-color: #94999f;
    border: medium none;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    height: 7px;
    text-indent: -999px;
    width: 7px;
    margin: 1px;
}
#pubCarous .carousel-indicators {
    bottom: auto;
    left: auto;
    margin: 0;
    right: 12px;
    text-align: right;
    top: -7px;
    width: 100%;
}
.customeWidth{
    width: 1080px;
    margin-left: 50px;
}
.footerWidget {
    margin-left: 30px;
    padding-bottom: 25px;
    padding-left: 0;
}
/* Research Page */
.researchPage {
    padding: 58px 0 90px;
}
iframe{
    border: 0;
    float: left;
    width: 100%;
    height: 580px;
}
.researchCont{
    padding: 0 30px;
}
.researchCont h2 {
    color: #33342f;
    /* font-family: 'Conv_IdealSans-Book-Pro';  */font-weight: 200;
    font-size: 28px;
    padding-bottom: 23px;
}
.researchCont > p {
    color: #5d5d5b;
}
.video{
    padding: 80px 50px 0;
}
.teamContArea {
    padding: 100px 0 26px;
}
.contactTitle.two p {
    font-style: normal;
}
.teamArea {
    padding: 35px 0 53px;
	margin-bottom: -43px;
    margin-top: -43px
}
.teamDetails {
    background: #fff none repeat scroll 0 0;
    margin-bottom: 30px;
	padding: 10px 28px 0px 28px;
	min-height: 105px;
}
.teamDetails h4 {
    color: #232323;
    /* font-family: 'Conv_IdealSans-Book-Pro';  */font-weight: 200;
}
.teamDetails h5 {
    color: #3c3c3c;
    font-family: Arial;
    font-size: 16px;
    font-weight: normal;
    padding-bottom: 13px;
    padding-top: 6px;
}
.teamDetails > p {
    line-height: 24px;
	display: none;
}
.teamSocial {
    padding-top: 18px;
	display: none;
}
.teamSocial li {
    display: inline-block;
}
.teamSocial li a {
    border: 1px solid #119fb3;
    border-radius: 50%;
    color: #119fb3;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
    margin-right: 6px;
}
.teamSocial li a:hover {
    color:#00256c;
    border-color:#00256c
}
@media (min-width:1600px){
    .detailsPage::after {
        width: 39.5%;
    }
}


.contactForm button{
background: #00256a;
color: #fff;
padding: 10px 15px;
min-width: 200px;
border-radius: 2px;
text-align: center;
}

#homeCarouse h1,h2,h3,p{
	margin: 0;
}
.wojo-content-full h3{
	/* font-family: 'Conv_IdealSans-Book-Pro' !important;  */
	color: #002569;
}
.wojo-content-full h3:hover{
    color: #03a5d6;
}
.blog-post{
	padding: 25px 0px 25px 0px;
    border-bottom: 1px solid #e3e3e3;
}


.blog-post img {
margin: 10px 0px 10px 0px;
max-width: 200px;
float: left;
margin-right: 20px;
border-radius: 5px;
}

.blog-post h2{
	font-size: 28px;
    line-height: 30px;
    margin: 10px 0px 10px 0px;
    color: #555;
}

.blog-post p {
    min-height: 50px;
    overflow: hidden;
}


.team-profile{
	max-height: 390px;
}

.team-profile:hover .teamImg{
    border-top: 1px solid #03ade0;
    border-left: 1px solid #03ade0;
    border-right: 1px solid #03ade0;
    box-shadow: 0 0 15px rgba(0, 0, 0, .15);
}
.team-profile:hover .teamDetails{
    border-bottom: 1px solid #03ade0;
    border-left: 1px solid #03ade0;
    border-right: 1px solid #03ade0;
    box-shadow: 0 0 15px rgba(0, 0, 0, .15);
}
.blog-post-details h2{
	padding: 20px 0px 5px 0px;
	color: #002569;
}
.bannerImg{
    height: 350px;
    overflow: hidden;
	background: #a0a0a0;
}

.semImg img{
	height: 180px;
	min-height: 180px;
    overflow: hidden;
}

.sub-header{
    background: #303F9F;
    height: 100px;
    color: #ffffff;
	max-height: 100px;
    overflow: hidden;
	display: none;
}

.sub-header .left{
	float: left;
    line-height: 100px;
}

.sub-header .left img{
	width: 60px;
}

.sub-header .right{
	float: right;
}

.sub-header .right span{
	line-height: 100px;
    font-size: 16px;
}

.sub-header .right span .fa-home{
    font-size: 24px;
}

.sub-header .right span a{
    font-size: 16px;
	color: #fff;
}

.new-footer{
	border-top: 3px solid #448aff;
	background-color: #224cc3;
    color: #d9dfe9;
	margin-top: 30px;
}

.new-footer .copyright{
	height: 80px;
    border-bottom: 1px solid #039ac7;
}


.new-footer .copyright .left p{
	line-height: 65px;
    color: #d9dfe9;
}

.new-footer .copyright .left a{
	line-height: 65px;
    color: #d9dfe9;
}

.footer-follow {
    padding: 0;
    list-style: none;
    text-align: right;
    margin: 18px 0px 18px 0px;
}

.footer-follow>li {
    display: inline-block;
}

.footer-follow a {
    color: #03a5d6;
    background-color: transparent;
}

.footer-follow a {
    border-color: #007DB6;
}

.footer-follow a {
    display: block;
    width: 46px;
    height: 46px;
    text-align: center;
    border-radius: 50%;
    line-height: 46px;
    color: #03a5d6;
    border: 2px solid #007DB6;
}

.footer-follow a:hover {
	background: #03a5d6;
    border-color: #03a5d6;
    color: #fff;
	-webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease;          
    transition: all 0.3s ease;
}

.footer-follow .fa {
    font-size: 24px;
    width: 42px;
    line-height: 44px;
}

.tab-content > .active {
    display: block;
    margin-top: -25px;
    margin-left: 20px;
}

.new-footer .footer-low{
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #039ac7;
    margin-bottom: 50px;
}

.new-footer .footer-low .left img{
    width: 80px;
}

.new-footer .footer-low .left .address{
    display: block;
    padding: 20px 0px 0px 0px;
	font-size: 14px;
}
.new-footer .footer-low .left .phone{
    display: block;
    padding: 10px 0px 0px 0px;
	font-size: 14px;
}

.new-footer .footer-low .left .email{
    display: block;
    padding: 10px 0px 20px 0px;
	font-size: 14px;
}

.pubArea{
    margin-top: 0px;
	padding-bottom: 20px!important;
}

.pubArea .featured {
margin-left: -15px;
    margin-right: -15px;
}

.pubArea .featured img{
	float: left;
    width: 180%;
    margin: 0px 15px 15px 0px;
    max-height: 180px;
}

.pubArea .featured p{
	display: inline;
}

.pubArea .featured h5 a{
    font-size: 20px;
    color: #002569;
    font-family: Arial;
    line-height: 25px;
}

.pubArea .featured h5{
    margin-top: 0;
}

.pubArea .featured p{
    font-size: 15px;
}

.pubArea ul{
	list-style: none;
    margin: 0;
}

.pubArea ul li {

}

.pubArea ul li a{
	font-size: 16px;
    line-height: 33px;
    font-family: Arial;
    padding-left: 10px;
}

.researchArea{
	min-height: 250px;
}

.pubArea h3 {
	color: #002569;
}

.uevents{
	list-style: none;
	margin-left: 0;
	width: 100%!important;
	margin-top: 0px;
}

.uevents li{
	margin-bottom: 10px;
    padding-top: 10px;
}

.uevents li a{
	margin: 0;
    line-height: 20px;
    padding-top: 0!important;
	line-height: 24px!important;
    padding-bottom: 0!important;
	border-bottom: 0px solid transparent!important;
}

.uevents li span{
	font-size: 12px;
    color: #8c8c8c;
    font-weight: 600;
}

.uevents li + li {
	border-top: 1px solid #e3e3e3;
}

input[type=text]:focus, input[type=search]:focus, select:focus, textarea:focus {
    border-color: #03ade0;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(3, 173, 224, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(3, 173, 224, .6);
}

.all-events{
    background-color: transparent;
    color: #002569;
	display: block;
    padding: 5px 0;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    margin-top: 10px;
	text-decoration: none;
}

.researchArea p {
	color: #d9dfe9;
    font-size: 15px;
}

.researchArea p strong{
    font-size: 16px;
}

.researchArea a {
	color: #fff;
    font-size: 14px;
}

.feature-content{
    border-top-color: #de0086;
	margin-bottom: 0px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-top: 2px solid #666;
	min-height: 480px;
    max-height: 480px;
    overflow: hidden;
}

.feature-content ul{
	line-height: 17px;
    font-family: Arial;
    font-size: 14px;
    margin-top: -10px;
}

.seminarArea, .pubArea{
    border-top-color: #de0086;
	margin-bottom: 30px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-top: 2px solid #666;
	padding: 10px 10px 30px 10px
}

.feature-content:hover{
    cursor: pointer;
    border-color: #03ade0;
    box-shadow: 0 0 15px rgba(0, 0, 0, .15);
	    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.seminarArea:hover, .pubArea:hover {
    cursor: pointer;
    border-color: #03ade0;
    box-shadow: 0 0 15px rgba(0, 0, 0, .15);
	    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.feature-content .photo {
	height: 180px;
	overflow: hidden;
	border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
}

.feature-content h3 a, .feature-content h3{
	padding: 10px;
    font-size: 18px;
    line-height: 24px;
    font-family: Arial;
	color: #002569;
	text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 3.2em;
    line-height: 1.5em;
}

.feature-content p{
	padding: 0px 10px 10px 10px;
    font-size: 14px;
	font-family: Arial;
	text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 13.2em;
    line-height: 1.5em;
}

.feature-content .header{
	padding: 9px 5px;
    font-weight: 600;
    color: #555555;
    font-size: 16px;
    height: 30px;
    font-family: 'Conv_IdealSans-Book-Pro';
}

.feature-content:hover .header{
	background: #def4fb;
}

.feature-content:hover h3{
	color: #03a5d6;
}

.clear {
    clear: both;
}

.feature-content .header .left{
	float: left;
}

.feature-content .header .right{
	float: right;
}

.load-more{
    color: #fff;
    background-color: #224cc3;
    width: 100%;
    min-width: 100px;
    font-weight: 500;
    display: block;
    text-align: center;
    font-size: 16px;
    padding: 13px;
    font-family: Arial;
	margin-bottom: 30px;
}

.load-more:hover, .load-more:active, .load-more:focus{
    background-color: #03a5d6;
	border-color: #03ade0;
	color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, .15);
	-webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.row3{
	display: none;
}

.totop {
    position: fixed;
    bottom: 10px;
    right: 20px;
}
.totop a {
    display: none;
}

nav.mainMenuArea ul.mainMenu > li {
	border-top: 2px solid transparent;
}

nav.mainMenuArea ul.mainMenu > li:hover, nav.mainMenuArea ul.mainMenu > li:active, nav.mainMenuArea ul.mainMenu > li:focus{
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .25);
    border-top: 2px solid #03ade0;
    color: #03a5d6;
}



.nav-tabs1 {
    border-bottom: 1px solid #ddd;
    list-style: none;
    position: absolute;
	width: 100%;
	max-width: 925px;
}

.nav-tabs1 > li {
    float: left;
    margin-bottom: -1px;
}

.nav-tabs1>li.active>a, .nav-tabs1>li.active>a:focus, .nav-tabs1>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    border-top: 2px solid #002569;
}

.nav-tabs1>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 0;
    padding: 10px;
    font-size: 15px;
    border-top: 2px solid transparent;
}



.tab-content{
    margin-top: 90px;
}

.tab-content>.tab-pane {
    display: none;
}

.tab-content>.active {
    display: block;
}


.upevents{
	list-style: none;
	margin-left: 0;
	width: 100%!important;
	margin-top: 0px;
}

.upevents li{
	margin-bottom: 10px;
    padding-top: 10px;
}

.upevents li{
	font-size: 15px;
	color: #8c8c8c;
}

.upevents li .date{
    width: 150px;
    float: left;
}

.upevents li .event{

}

.upevents li .event a{
	margin: 0;
    line-height: 20px;
	font-size: 15px;
    padding-top: 0!important;
    padding-bottom: 0!important;
	border-bottom: 0px solid transparent!important;
}

.upevents li .location{
float: right;
    width: 250px;
}

.upevents li + li {
	border-top: 1px solid #e3e3e3;
}







.event-details h2{

}

.event-details .line{
    width: 100%;
    height: 2px;
}

.event-details p{

}

.event-details .event-box{
    background: #f7f7f7;
    border: 1px solid #e3e3e3;
    padding: 0px 10px;
}

.event-details .event-box p{

}

.blog-post-details .line{
	    width: 100%;
    height: 2px;
}

.rlist{
    list-style: none;
    width: 100%!important;
}

.rlist li {

}

.rlist li a{
    line-height: 20px;
}

.list-head{
    margin-left: 20px;
    text-transform: capitalize;
    font-size: 22px;
    margin-bottom: 30px;
}


.team-profile a .teamImg, .team-profile a .teamDetails{
	border: 1px solid #e3e3e3;
}

.team-profile .teamImg:hover, .team-profile .teamDetails:hover {
	cursor: pointer;
}

.update-success{
    background: green;
    color: #fff;
    padding: 10px;
    margin-top: -20px!important;
    margin-bottom: 30px!important;
}

.profile-manage{
	border-bottom: 2px solid;
    line-height: 30px;
    padding: 0px 0px 10px 0px;
    margin-bottom: 30px;
}

input[type="submit"], .contactForm  input[type="submit"]{
	background: #00256a;
    color: #fff;
    padding: 10px 15px;
    min-width: 200px;
    border-radius: 2px;
    text-align: center;
}

.pr-soc{
    display: block!important;
    padding: 0;
    margin-left: 0;
}

.pr-soc li a {
    border: 1px solid #002569;
    border-radius: 4px;
    color: #002569;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
    margin-right: 6px;
}

.pr-soc li a:hover {
    border: 1px solid #002569;
	background: #002569;
    color: #fff;
}

.team-profile a{
	width: 100%;
}

.research-download{
    background: #03ade0;
    color: #fff;
    width: 100%;
    text-align: center;
    margin-left: 20px;
    padding: 20px 20px;
    font-size: 18px;
    margin-bottom: 30px;
}

.research-more{
    background-color: transparent;
    color: #002569;
    display: block;
    padding: 5px 0;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    margin-top: 10px;
    text-decoration: none;
    margin-left: 20px;
}

.other-contacts p{
    font-size: 13px;
    font-weight: 200;
    font-family: Arial;
    margin: 10px!important;
    color: rgb(85, 85, 85);
}

.other-research-division{
	margin-left: 20px;
}

.ln-photo{
    overflow: hidden;
    width: 100%;
}

.feature-content .photo img{
	width: 120%;
}

.paginate{
    margin-top: 10px;
}

.paginate .left, .paginate .right{
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding: 0;
    margin: 0;
}

.paginate .left:before {
    content: "\f104";
}

.paginate .right:before {
    content: "\f105";
}

.paginate .left-align{
	text-align: left;
}

.paginate .left-align span{
	height: 32px;
    line-height: 32px;
    font-family: Arial;
}

.paginate .right-align{
	text-align: right;
}

.paginate .menu{
	float: right;
}

.paginate a{
	font-family: Arial;
    height: 32px;
    width: 32px;
    background: #f5f5f5;
    float: left;
    margin-left: 5px;
    color: #224cc3;
    line-height: 30px;
    text-align: center;
    border-radius: 1px;
    border: 1px solid #e3e3e3;
}

.paginate .active, .paginate a:hover{
    background: #224cc3;
    color: #fff;
    border: 1px solid rgba(0,37,105,0.7);
}
ul.simplePagerNav li {
    display: block;
    float: left;
    height: 32px;
    width: 32px;
    margin-bottom: 10px;
    font-family: Arial!important;
	text-align: center;
    line-height: 30px;
    font-size: 14px;
	background: #f5f5f5;
	border-radius: 1px;
    border: 1px solid #e3e3e3;
	margin-right: 5px;
	padding: 0!important;
}
ul.simplePagerNav li:hover ,
ul.simplePagerNav li.currentPage {
	background: #224cc3;
	border: 1px solid #224cc3;
}
ul.simplePagerNav li.currentPage a{

}
.page-menu{
	border-bottom: 1px solid #e3e3e3;
    padding-bottom: 15px;
}

.page-menu select{
	border: 1px solid #e3e3e3;
    font-size: 14px;
    color: #222;
    background: #f7f7f7;
    padding: 5px;
    display: inline-block;
    height: 28px;
    width: 100%;
    line-height: 28px;
}

.blog-header-title{
	font-size: 40px;
    text-transform: capitalize;
    margin-bottom: 20px;
    color: #002569;
}

.update-profile{
	font-size: 20px;
    color: #002569;
    margin-left: 20px;
}

#gallerywrap .item {
    width: 30%;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

#gallerywrap section {
    padding-bottom: 0em!important;
    padding: 1.5em!important;
}

.gallery-nav {

}

.gallery-nav a{
    background: #03a5d6;
    color: #fff;
    padding: 10px 0px;
    display: block;
    width: 100%;
    margin-bottom: 5px;
    text-align: center;
}

.jobs{
	list-style: none;
    margin-left: 0px;
}

.jobs li {
	padding: 7px 5px;
}

.jobs li + li{
	border-top: 1px solid #e3e3e3;
}

.jobs .title{
	width: 65%;
    display: inline-block;
    font-weight: 600;
}

.apply-button{
    width: 100%;
    text-align: center;
    background: #002569;
    color: #fff;
    padding: 10px;
    border-radius: 2px;
    margin-bottom: 20px;
	cursor:pointer;
}

.apply-button:hover, .apply-button:focus{
    background: #03a5d6;
    color: #fff;
}

#apply-form{
	display: none;
}

.success{
    background: green;
    color: #fff;
    padding: 6px 10px;
}

.error{
    background: red;
    color: #fff;
    padding: 6px 10px;
}

.applyform input{
	height: 36px;
}

.journal-menu{
	list-style: none;
    margin-left: 0;
}

.journal-menu li{
	margin-bottom: 10px;
}

.journal-menu li a{
	text-transform: uppercase;
    background: #03ade0;
    color: #fff;
    padding: 15px 20px;
    width: 100%;
}

.full-line{
	border-top: 1px solid #e3e3e3;
    padding-bottom: 20px;
}

.beta-version{
    width: 70px;
    position: absolute;
    top: 10px;
    right: 50px;
    z-index: 99;
}

.album {
    background: #f6f6f6;
    border: 1px solid #e3e3e3;
    margin-top: 15px;
    margin-bottom: 15px;
}

.album a{
    height: 100px;
    width: 100%;
    display: table;
    position: relative;
}
.album a h3{
    padding: 10px 0px 10px 10px;
    font-family: Arial!important;
    font-size: 18px;
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

.album .cover{
    border-bottom: 1px solid #e3e3e3;
    width: 260px;
    height: 165px;
    overflow: hidden;
}

.album .cover a img{
    transform: scale(1.5);
}

.book {
    background: rgba(246, 246, 246, 0.42);
    margin-top: 15px;
    margin-bottom: 15px;
}
.list_book.book {
    border: 1px solid #000;
    float: left;
    width: 100%;
}

.book a .book_title{
    padding: 0px 0px 0px 0px;
    font-family: Arial!important;
    font-size: 14px;
    margin: 0px 0px!important;
    color: #000;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 450px;
}
.book a .book_title:hover{
	color: #224cc3;
}

.book .cover{
    overflow: hidden;
}

.book .cover a img{
    /* transform: scale(1.5); */
	height: 282px;
}
.list_book.book .cover{
    float: left;
    width: 15%;
    margin: 20px 20px 15px 20px;
}
.list_book.book .cover a img{
	width: 150px;
	height: auto;
}
.book a.book_copyright{
	padding: 5px 10px;
	height: 240px;
}
.cart_area{
    float: right;
    border-left: 1px solid #000;
    min-height: 100%;
    height: 100%;
    padding: 74px 20px;
	text-align: center;
}
.cart_area a{
    background: #224CC3;
    color: #fff;
    padding: 10px 20px;
    display: block;
	margin-bottom: 10px;
}
.list_book.book a.book_copyright{
    height: auto;
    padding: 20px 10px;
}
.book a .book_author{
    padding: 0px 0px;
    margin: 0px 0px!important;
    font-size: 12px;
    line-height: 20px;
}
.book a .book_author b{
	color: #000;
}

.success .content p, .error p{
    color: #fff!important;
}

.overlay-hslide{
	display: none;
}

#gallerywrap .item + .item{
	margin-right: 10px;
}

#gcse{
	max-width: 300px;
    float: right;
}

#gcse input[type="image"]{
	display: none;
}

#gcse input[type="text"]{
	margin-top: -20px!important;
}

#gcse input[type="text"]:focus{
	box-shadow: none;
}


@media only screen and ( max-width: 640px ) /* 640 */
{
	.list_book.book .cover {
		float: left;
		width: 100%;
		margin: 20px 0px 10px;
		text-align: center;
	}
	.book a .book_title{
		max-width: 250px;
	}
	.cart_area {
		width: 100%;
		border-left: 0px solid #000;
		padding: 0px 20px;
	}
}
@media only screen and ( min-width: 640px ) /* 640 */
{
	.show-hide, .sticcy {
		display: none!important;
	}
}


@media only screen and ( max-width: 640px ) /* 640 */
{

	.show-hide{
		
	}

	.logoImg span {
		font-size: 16px;
		line-height: 20px;
	}






#nav {
	width: 100%; /* 1000 */
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	position: absolute;
	top: 25%;
	left: 50%;
}

#nav > a {
	display: none;
}

#nav li {
	position: relative;
}
#nav li a {
	color: #fff;
	display: block;
}
#nav li a:active {
	background-color: #c00 !important;
}

#nav span:after {
	width: 0;
	height: 0;
	border: 0.313em solid transparent; /* 5 */
	border-bottom: none;
	border-top-color: #efa585;
	content: '';
	vertical-align: middle;
	display: inline-block;
	position: relative;
	right: -0.313em; /* 5 */
}

/* first level */

#nav > ul {
	height: 3.75em; /* 60 */
	background-color: #e15a1f;
}

#nav > ul > li {
	width: 25%;
	height: 100%;
	float: left;
}
#nav > ul > li > a {
	height: 100%;
	    font-size: 1em;
    line-height: 1em;
	text-align: center;
}
#nav > ul > li:not( :last-child ) > a {
	border-right: 1px solid #cc470d;
}
#nav > ul > li:hover > a, #nav > ul:not( :hover ) > li.active > a {
	background-color: #cc470d;
}


/* second level */

#nav li ul {
	background-color: #cc470d;
	display: none;
	position: absolute;
	top: 100%;
}

#nav li:hover ul {
	display: block;
	left: 0;
	right: 0;
}
#nav li:not( :first-child ):hover ul {
	left: -1px;
}
#nav li ul a {
	font-size: 1.25em; /* 20 */
	border-top: 1px solid #e15a1f;
	padding: 0.75em; /* 15 (20) */
}

#nav li ul li a:hover,#nav li ul:not( :hover ) li.active a {
	background-color: #e15a1f;
}











	#nav
	{
	position: relative;
	top: auto;
	left: auto;
	}
	.show-hide
	{
	width: 3.125em; /* 50 */
	height: 3.125em; /* 50 */
	text-align: left;
	text-indent: -9999px;
	background-color: #e15a1f;
	position: relative;
	}
	.show-hide:before,
	.show-hide:after
	{
	position: absolute;
	border: 2px solid #fff;
	top: 35%;
	left: 25%;
	right: 25%;
	content: '';
	}
	.show-hide:after
	{
	top: 60%;
	}

	#nav:not( :target ) > a:first-of-type,
	#nav:target > a:last-of-type
	{
	display: block;
	}


	/* first level */

	#nav > ul
	{
	height: auto;
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	}
	#nav:target > ul
	{
	display: block;
	}
	#nav > ul > li
	{
	width: 100%;
	float: none;
	}
	#nav > ul > li > a
	{
	height: auto;
	text-align: left;
	}
	#nav > ul > li:not( :last-child ) > a
	{
	border-right: none;
	border-bottom: 1px solid #cc470d;
	}


	/* second level */

	#nav li ul
	{
	position: static;
	padding-top: 0;
	}
}

/** Load More **/

#loadmore a{
	font-size: 14px;
    text-transform: uppercase;
    background: #224CC3;
    color: #fff;
    padding: 15px 20px;
    margin: 20px 0px 0px 0px;
    position: relative;
    padding-right: 30px;
}
#loadmore a:after{
	content: '\f067 ';
    position: absolute;
    width: 32px;
    height: 32px;
    display: block;
    right: -12px;
    top: 16px;
    font-family: FontAwesome;
    color: #fff;
}

.show-hide{
	display: none;
}


/**************************************************************************
******************************** Share Now ********************************
***************************************************************************/

/**
<!---

@import url('https://fonts.googleapis.com/css2?family=PT+Sans:wght@400;700&display=swap');
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	list-style: none;
	text-decoration: none;
	font-family: 'PT Sans', sans-serif;
}

body{
	background: #58b600;
}

.wrapper{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.toggle_button{
	width: 250px;
	height: 65px;
	background: #fff;
	border-radius: 50px;
	overflow: hidden;
	transition: all 0.2s ease;
}

.toggle_button ul li a{
	display: flex;
	align-items: center;
	height: 65px;
	padding: 0 35px;
}

.toggle_button ul li a.share_btn{
	justify-content: center;
	cursor: pointer;
}

.toggle_button ul li a.share_btn .text{
	font-weight: 700;
	font-size: 24px;
    letter-spacing: 10px;
    color: #c73a5d;
    margin-right: 15px;
}

.toggle_button ul li a.share_btn .icon{
	width: 35px;
	height: 35px;
	background: #c73a5d;
	display: inline-block;
	border-radius: 50%;
	position: relative;
	transition: all 1s ease;
}

.toggle_button ul li a .icon i{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #fff;
}

.toggle_button ul li a.sm .icon{
	position: relative;
	width: 35px;
	height: 35px;
	background: red;
	border-radius: 50%;
	margin-right: 15px;
}

.toggle_button ul li a .text{
	letter-spacing: 2px;
}

.toggle_button ul li a.facebook .icon{
	background: #3b5998;
}

.toggle_button ul li a.facebook .text{
	color: #3b5998;
}

.toggle_button ul li a.twitter .icon{
	background: #1da1f2;
}

.toggle_button ul li a.twitter .text{
	color: #1da1f2;
}

.toggle_button ul li a.instagram .icon{
	background: #c32aa3;
}

.toggle_button ul li a.instagram .text{
	color: #c32aa3;
}

.toggle_button ul li a.reddit .icon{
	background: #ff4500;
}

.toggle_button ul li a.reddit .text{
	color: #ff4500;
}

.toggle_button.active{
	height: 325px;
}

.toggle_button.active ul li a.share_btn .icon{
	transform: rotate(45deg);
}

.toggle_button ul li a.sm{
	visibility: hidden;
}

.toggle_button.active ul li a.sm {
    visibility: visible;
    transition-delay: 0.3s;
}

**/