/* ==================================================================

Reversal CSS

Main Color: #d00355

================================================================== */


/* ==================================================================
CSS Reset
================================================================== */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
    line-height: 25px;
font-size: 13px;
color: #676767;
}
i {
    margin-right: 10px;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img{
 max-width: 100%;   
}
.padd0{
    padding: 0px;
}
hr {
margin-bottom: 10px;
border: 0;
border-top: 1px solid #EDEDED;
border-bottom: 1px solid #CFCFCF;
width: 98%;
margin-left: 1%;
margin-top: 10px;
height: 1px;
}
/* ==================================================================
Basic Document Styles
================================================================== */
@font-face{
    font-family:"my font";
	src:url('../font/Gidolinya-Regular.ttf')  format('truetype') ;
 }
 @font-face{
    font-family:"my font2";
	src:url('../font/Gidolinya-Regular.ttf')  format('truetype') ;
 }

 

body {
	line-height: 1;
	color: #555555;
	font:14px "my font" , Verdana, sans-serif !important;
	background: #fff;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
}

/* ==================================================================
Typography
================================================================== */

h1 {
    font:35px "my font2" , Verdana, sans-serif !important;
	line-height: 58px;
	font-weight: 300;
	color: #333333;
}

h2 {
    font:25px "my font2" , Verdana, sans-serif !important;
	font-size: 28px;
	line-height: 34px;
	font-weight: 300;
	margin-bottom: 10px;
}

h3 {
    font:16px "my font2" , Verdana, sans-serif !important;
	font-size: 16px;
	line-height: 34px;
	color: #555555;
	margin-bottom: 10px;
}

h4 {
	color: #555555;
	font-size: 14px;
	font-weight: 400;
}

p {
	margin-bottom: 10px;
    line-height: 18px;
    color: #7b7b7b;
    font-size: 15px;
}

a, a > * { 
	text-decoration: none;
	-webkit-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, padding .3s ease;
	   -moz-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, padding .3s ease;
	    -ms-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, padding .3s ease;
	     -o-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, padding .3s ease;
	        transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, padding .3s ease;
}

a:hover, a > *:hover {
	color: #363636;
	text-decoration: none;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

/* ==================================================================
Main Navigation
================================================================== */

a.logo {
	margin: 15px 0 0 20px;
	float: left;
}

nav#main-nav {
	
    text-align: left;
}

nav#main-nav ul {
	float: left;
	margin-right: 10px;
    margin-top: 15px;
}

nav#main-nav ul li {
	float: left;
	display: inline-block;
	line-height: 14px;
    width: 100%;
}

nav#main-nav ul li a {
	color: #fff;
	text-transform: uppercase;
	padding: 11px 20px;
	display: inline-block;
}

nav#main-nav ul li a.active {
	color: #fff;
    background: #88c900;
}

/* ==================================================================
Responsive Navigation
================================================================== */

#main-nav #responsive-nav {
	display: none;
	float: right;
	width: 50px;
	height: 50px;
	background: #333333;
	text-align: center;
	line-height: 50px;
}

#main-nav #responsive-nav:hover i {
	color: #ffffff;
}

#main-nav .responsive-nav {
	margin-bottom: 20px;
	padding: 10px;
}

/* ==================================================================
Sections
================================================================== */
.left-bar{
    width: 14%;
    left: 0px;
    height: 100%;
    z-index: 150;
    position: fixed;
    background: url('../images/patern1.png') #10375e;
    overflow: hidden;
}

.right-bar{
    width: 86%;
    float: left;
    margin-left: 14%;
    overflow-y: auto;
}
.main-body{
    width: 72%;
    float: left;
    margin-right: 3%;
    padding-left: 1%;
}
.sidebar{
    width: 25%;
    float: left;
    border-left: 1px solid #a7a7a7;
    background: #f8f8f8;
    height: 100%;
}

/* ==================================================================
Isotope Transitions
================================================================== */

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

.isotope,
.isotope .isotope-item {
-webkit-transition-duration: 0.8s;
   -moz-transition-duration: 0.8s;
        transition-duration: 0.8s;
}

.isotope {
-webkit-transition-property: height, width;
   -moz-transition-property: height, width;
        transition-property: height, width;
}

.isotope .isotope-item {
-webkit-transition-property: -webkit-transform, opacity;
   -moz-transition-property:    -moz-transform, opacity;
        transition-property:         transform, opacity;
}

/* ==================================================================
Home Page 
================================================================== */
.container-fluid{
    background: url('../images/bg.jpg');
    width: 100%;
}
.logo{
    background: #e0e0e0;
    border-radius: 0px 0px 50% 50%;
    width: 140%;
    margin-left: -20%;
    padding-bottom: 20px;
}
.logo img{
    margin-left: 20%;
}
.line{
    border-bottom: 1px solid #cecece;
    padding-bottom: 10px;
    text-align: left;
    margin-bottom: 15px;
    margin-top: 25px;
}
.line span{ 
   border-bottom: 1px solid #0d375d; 
    color: #0f365d;
    padding: 0px 10px;
    padding-bottom: 10px;
    font-size: 24px;
    font-weight: bold;
    font-style: italic;
}

.line22{
    /*border-bottom: 1px solid #cecece;*/
    padding-bottom: 10px;
    text-align: left;
    margin-bottom: 15px;
    margin-top: 25px;
}
.line22 span{ 
   /*border-bottom: 1px solid #0d375d;*/ 
    color: #0f365d;
    padding: 0px 10px;
    padding-bottom: 10px;
    font-size: 24px;
    font-weight: bold;
    font-style: italic;
}
.line22 label{ 
   /*border-bottom: 1px solid #0d375d;*/ 
    color: #0f365d;
    padding: 0px 10px;
    padding-bottom: 10px;
    font-size: 24px;
    font-weight: bold;
    font-style: italic;
}

.box-img{
  height: 190px;
  overflow-y: hidden;
  box-shadow: 0px 2px 3px ;
    border-radius: 6px 6px 0px 0px;
}
.box-imgDetails{
    display:inline-block;
    width:20%;
  height: 145px;
  overflow-y: hidden;
  box-shadow: 0px 2px 3px ;
    border-radius: 6px 6px 0px 0px;
}
.box-details {
   
}
.box-detailsList {
     display:inline-block;
    width:71%;
    margin-left:15px;
}
.news-box{
    margin: 0px 10px ;
}
.news-boxList{
}

.news-title {
     color: #0f365d;
font-size: 22px !Important;
    font-weight: bold;
    font-style: italic;
}
.news-box h3{
    font-size: 22px;
    text-align: left;
    color: #454545;
    margin-top: 20px;
    font-weight: bold;
}
.news-box p{
    text-align: left;
    color: #7b7b7b;
}

.more-btn{
    color: #a68c2b;
    border: 1px solid #a68c2b;
    padding: 8px;
    text-align: center;
    width: 100px;
    line-height: 30px;
}
.more-btnList{
    color: #a68c2b;
    border: 1px solid #a68c2b;
    padding: 8px;
    text-align: center;
    width: 100px;
    line-height: 30px;
    margin-left:80%;
}
.more-btnList:hover{
    background: #a68c2b;
    color: #fff;
     transition: background-color 300ms ease-out;
}

.more-btn:hover{
    background: #a68c2b;
    color: #fff;
     transition: background-color 300ms ease-out;
}

.paginationxxx ul {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 10%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    
}

.lnkstylenext {
    width: 70px;
}
.lnkstylenext01 {
    width: 100px;
}

.lnkstyleprev {
    width:70px;
}

.paginationxxx ul > li > a, .paginationxxx ul > li > span {
    float: left;
    padding: 4px 12px;
    line-height: 20px;
    text-decoration: none;
    background-color: #EFF3F5;
    border: 1px solid #dddddd;
    border-left-width: 0;
    color: rgb(81, 81, 81);
    font-weight: bold;
    font-size: 16px;
    text-transform: capitalize;
}

.paginationxxx ul > .active > a, .paginationxxx ul > .active > span {
    color: #999999;
    cursor: default;
}

.paginationxxx ul a {
    color: #0088cc;
    text-decoration: none;
}

.paginationxxx ul > li {
    display: inline;
}

    .paginationxxx ul > li > a, .paginationxxx ul > li > span {
        float: left;
        padding: 4px 12px;
        line-height: 20px;
        text-decoration: none;
        background-color: #ffffff;
        border: 1px solid #dddddd;
    }



#main-nav ul li span{
    width: 45px;
    height: 20px;
    float: left;
    margin-left: 10px;
    background: url('../images/icons.png');
    background-position: 34px 30px;
}


.home{
    background-position: 35px -19px !important;
}
.about{
    background-position: 35px -63px !important;
}
.news{
   background-position: 35px -105px !important; 
}
.gallery{
    background-position: 35px -145px !important;
}
.timeline{
    background-position: 38px -187px !important;
}
.webcast{
    background-position: 38px -226px !important;
}
.interviews{
    background-position: 40px -271px  !important;
}
.reflections{
    background-position: 35px -311px !important;
}
.publications{
    background-position: 35px -353px !important;
}
.programs{
    background-position: 35px -395px !important;
}
nav#main-nav ul li::after{
    content: " ";
    width: 92%;
    margin-left: 4%;
    height: 2px;
    float: left;
    border-radius: 50%;
    background: rgba(9, 40, 64, 0.61);
}
nav#main-nav ul li:hover{
    opacity: 0.8;
}
nav#main-nav ul li:last-child:after {
    height: 0px;
}
.social::before{
    content: " ";
    width: 92%;
    margin-left: 4%;
    height: 3px;
    float: left;
    border-radius: 50%;
    background: #092840;
}
.social{
    background: rgba(8, 37, 64, 0.5);
    float: left;
    width: 100%;
    height: 100%;
}
.social ul{
    padding-top: 20px;
    padding-left: 10px;
    
}
.social li{
    float: left;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin-right: 10px;
    margin-left: 10px;
    line-height: 35px;
    color: #fff;
    text-align: center;
    background: #081d32;
    cursor: pointer;
    font-size: 16px;
}
    .social li i{
    margin-left: 6px;
    }

/******************************************************/
.time-box li{
    line-height: 18px !important;
    margin-bottom: 10px !important;
    text-align: left !important;
    float: left !important;
    width: 100% !important;
}
.time-box li i{
    background: url('../images/icon-2.PNG') no-repeat;
    width: 40px;
    height: 30px;
    float: left;
    margin-right: 10px;
}
.date h6:after {
    content: "\f0da";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #0E385E;
    font-size: 24px;
    float: right;
    margin-right: -6px;
}
.date2 h6:before {
    content: "\f0d9";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #0E385E;
    font-size: 24px;
    float: left;
    margin-left: -6px;
}

.date:after {
   content: "";
    background: #C1C1C1;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    float: right;
    margin-right: -31px;
    margin-top: -26px;
    box-shadow: 0px 2px 0px #9C9C9C;
}
.date2::before {
    content: "";
    background: #C1C1C1;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    float: left;
    margin-left: -31px;
    margin-top: -6px;
    box-shadow: 0px 2px 0px #9C9C9C;
}


.time-box ul{
    clear: both;
    margin-top: 20px;
    float: left;
}
.time-box >div{
    padding: 10px 20px;
}
.time-box >div:first-child {
    border-right: 3px solid #a7a7a7;
}
.date{
    width: 70px;
    height: 30px;
    border-radius: 8px;
    background: #0e385e;
    float: right;
    line-height: 30px;
    text-align: center;
    color: #fff;
}

.date2{
    width: 70px;
    height: 30px;
    border-radius: 8px;
    background: #0e385e;
    float: left;
    line-height: 30px;
    text-align: center;
    color: #fff;
}
/******************************************************/
.event-img{
  height: 115px;
  width: 115px;
  overflow: hidden;
  border-radius:50%;
  margin: 0 auto;
  display: inline-block;
}
.event-box{
    margin: 0px 10px ;
}
.event-box h3{
    font-size: 22px;
    text-align: left;
    color: #454545;
    margin-top: 20px;
    font-weight: bold;
}
.event-details h3{
    color: #444444;
    font-size: 20px;
    font-weight: bold !important;
    text-align: center;
}
.event-details p{
     color: #868686;
    font-size: 14px;
    text-align: center;
}
.gsc-search-button.gsc-search-button-v2 {
    background-image:url(/images/bksrch.png);
    height:30px;

    border:none;
}
.gsc-search-button.gsc-search-button-v2:hover {
    background-image:url(/images/bksrchhover.png);
    height:30px;
    border:none;

}
.drpNeww {
    margin-right:10px;
    height:32px;
    border-radius:10px;
    padding:5px;
    border: 1px solid #E9E9E9;
}

.gsc-control-cse gsc-control-cse-en {
    background-color:#F8F8F8 !important;
}
.event-info{
    width: 100%;
    float: left;
    margin-top: 10px;
    border-top: 1px dotted #b4b4b4;
    padding-top: 10px;
    text-align: center;
        line-height: 20px;
}
.event-info>div:first-child{
    border-right: 1px dotted #b4b4b4;
}
.event-info span{
    color: #6c6c6c;
    font-size: 14px;
    font-weight: bold;
}
.event-info i{
    
}
/***************************************/
.icon01, .icon02, .icon03{
    width: 40px;
    height: 35px;
    float: left;
    margin-left: 10px;
    background: url('../images/icons3.png');
    background-position: 34px 30px;
    border: 1px solid #a08a25;
    border-radius: 6px 6px 0px 0px;
}


.icon01{
    background-position: 36px -2px  !important;
}
.icon02{
    background-position: 36px -162px !important;
}
.icon03{
    background-position: 36px -80px !important;
}
.work-list{
        margin-bottom: 10px;
    float: left;
    margin-top: 10px;
}

.gallery .col-md-4{
    padding: 0px;
    border: 1px solid #f8f8f8;
}
.g-hover{
    position: absolute;
    background:rgba(166, 140, 43, 0.65);
    width: 100%;
    height: 100%;
    display: none;
    color: rgba(255, 255, 255, 0.86);
    line-height: 70px;
    text-align: center;
    font-size: 24px;
    cursor: pointer;
}
.gallery .col-md-4:hover .g-hover{
    display: block;
}


.animated {
opacity: 0;

-webkit-animation-duration: 1s;
   -moz-animation-duration: 1s;
     -o-animation-duration: 1s;
        animation-duration: 1s;

-webkit-animation-fill-mode: both;
   -moz-animation-fill-mode: both;
     -o-animation-fill-mode: both;
        animation-fill-mode: both;

}

.animated.hinge {
-webkit-animation-duration: 5s;
   -moz-animation-duration: 5s;
     -o-animation-duration: 5s;
        animation-duration: 5s;
}

/*===================================================================================*/
/*  fadeIn                                                                           */
/*===================================================================================*/

    @-webkit-keyframes fadeIn {
        0% {opacity: 0;}
        100% {opacity: 1;}
    }

    @-moz-keyframes fadeIn {
        0% {opacity: 0;}
        100% {opacity: 1;}
    }

    @-o-keyframes fadeIn {
        0% {opacity: 0;}
        100% {opacity: 1;}
    }

    @keyframes fadeIn {
        0% {opacity: 0;}
        100% {opacity: 1;}
    }

    .animated.fadeIn {
        opacity: 1;

        -webkit-animation-name: fadeIn;
           -moz-animation-name: fadeIn;
             -o-animation-name: fadeIn;
                animation-name: fadeIn;
    }


/******************************************/

footer{
    width: 100%;
    height: 50px;
    background: #07437f;
    border-top: 2px solid #012b53;
    float: left;
}
footer ul{
    padding-left: 15px;
    margin-top: 10px;
}
footer li{
    float: left;
}
footer li a{
    margin-right: 15px;
    padding-right: 15px;
    color: #fff;
    font-size: 14px;
    line-height: 30px; 
    cursor: pointer;
     float: left;
}
footer li:after{
    content: "/";
    float: right;
    width: 10px;
    margin-right: 8px;
    color: #fff;
}
footer li:last-child:after{
    content: " ";
    float: right;
    margin-right: -15px;
}
footer li:first-child:after{
    content: " ";
    float: right;
    margin-right: -15px;
}
footer li a:hover{
    color: #a68c2b;
}

.privacy{
    background: #0d3155;
    height:100%;
    color: #fff;
    text-align: center;
    padding-top: 10px;
}