@import url('https://fonts.googleapis.com/css?family=Signika:300,400,600');
body {
	background:#fff;
	font-family: 'Signika', sans-serif;
}
.container-fluid {
	margin:0;
	padding:0;
}
.header {
	background:#000 url(../images/top-bg.jpg) no-repeat top left;
	height:170px;
	border-bottom:1px solid #fff;/* -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;*/

}

.logo {
	margin:15px 0 5px;
	 
}
/*navigation start here*/
.navbar {
	margin-bottom:0;
}
.navbar-default {
	background-color:transparent;
	border:0;
}
.logo-top-space {
	margin-top:25px;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
	background:transparent;
	/*color:#db0303;*/
	border-bottom:1px solid #db0303;
}
.navbar-inverse a:focus, .navbar-inverse a:hover {
	color:#fff !important;
} 
a {
	color:#fff;
}
.nav>li>a {
	padding:10px 13px;
	}
.navbar-nav>li>a {
	margin-bottom:0;
	padding-bottom:10px;
}
.navbar-default .navbar-nav>li>a {
	color:#fff;
	font-weight:300;
	font-size:16px;
}
.navbar-default .navbar-nav>li>a:hover {
	color:#71d6e8 !important;
 
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	background-color:transparent;
	color:#fff;
	border-bottom:1px solid #fff;
	font-size:18px;
}
.active {
	color:#fff;
	border-bottom:1px solid #fff;
}

.soical-btn a:hover {
	color:#CCCCCC !important;
	}
 
/*banner css start here*/
 /* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 0;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 1;
}

 

/* Declare heights because of positioning of img element */
.carousel .item { 
   height:500px;
   min-height:300px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.carousel img {
  position: absolute;
  top: 0;
  left: 0;
  min-height: 100%;
  	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img {
	  	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width:100%;
  height:auto;

}

.line-height {
	line-height:65px;
	 
	}
.m-b-110{
	margin-left:110px;
	}
.cruve-box {
	width:70px;
	height:70px;
	border-radius:6px;
	background:#666;
	margin-top:145px;
	}
.cruve-box .fa {
	font-size:60px;
	}
/*banner section ends here*/

/*blue section start here*/
.blue-wrap, .top-heading-stripe { 
	background:url(../images/banner-dot.png) repeat top left;
	padding:10px 0 30px;
	color:#fff;
	position:absolute;
    left: 0;
    top:326px;
	width:100%;
	z-index:9;
}
.top-heading-stripe {
	top:0;
	width:25%;
	left:0%;
	text-align:right;
	font-size:24px;
	padding:10px;
	color:#ff935a;
	}
.blue-wrap a, .top-heading-stripe a {
	color:#fff;
	}
.blue-wrap p {
	font-size:20px;
	font-weight:400;
}
.blue-wrap h2 {
	margin:0;
	color:#fff;
	font-size:32px;
	font-weight:600;
}
.white-text {
	color:#fff;
	float:left;
	margin-right:10px;
}
.m-b-15 {
	margin-bottom:15px;
}
/*blue section ends here*/

.four-col-wrap {
	background:#e9e7e8;
	padding-bottom:10px;
	color:#333;
}
.four-col-wrap a:hover {
	color:#FF0000 !important;
	text-decoration:none;
}
.img-wrap {
	width:100%;
	border:2px solid #fff;
	box-sizing:border-box;
	position:relative;
	top:-10px;
	height:170px;
	z-index:99;
}


.heading-text {
	color:#FF0000;
	font-size:18px;
	font-weight:400;
	margin-bottom:10px;
}
.blue-sub-heading {
	font-size:14px;
	margin-bottom:10px;
	color:#25275e;
}
.read-more-txt {
	color:#FF0000;
	text-transform:uppercase;
	float:right;
	border-bottom:1px solid #FF0000;
}
/*Conflict Alters start here*/
.conflict-wrap {
		background-image:url(../images/conflict-bg.jpg);
		background-position:top right;
		background-repeat:no-repeat;
	background-color:#c6c6c6 ;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	color:#333;
}
h3 {
	width: 100%;
	text-align: left;
	border-bottom: 3px solid #ff935a;
	line-height: 0.1em;
	margin-bottom:30px;
}
.conflict-wrap  a {
	text-decoration:none !important;
	}
.m-t-b-30 {
	padding:30px 0;
}
h3 span {
	background:#c6c6c6;
	padding:0 10px;
	color:#001f6f;
	font-size:28px;
	font-weight:600;
}
.img-wrap-country {
	position:relative;
	width:280px;
	z-index:1;
	margin-bottom:10px;
	height:100%;
 
}
.name-country {
	background:#be0002;
	padding:5px 15px;
	position:absolute;
	bottom:0;
	color:#fff;
	z-index:2;
	left:25%;
	font-size:18px;
	font-weight:600;
	min-width:130px;
	text-align:center;
}
.conflict-wrap .white-text {
	color:#333;
}
h4 {
	margin:0;
	font-size:18px;
	font-weight:600;
	margin-bottom:10px;
}
.pak-color {
	background:#006600;
	}
.jk-color {
	background:#ff0000;
	}
.north-east {
	background:#a60274;
	}
.naxal-color {
	background:#fd5800;
	}
.nepal-color {
	background:#003893;
	}
.sri-color {
	background:#ffb700;
	}
.myanmar-color {
	background:#34b234;
	}
	
/* on peace css start here*/
.peace-wrap {
	background:#fff;
	padding:25px 0;
}
.peace-wrap h3 span {
	background:#fff;
	}
.peace-wrap p {
	text-align:justify;
	font-size:18px;
	 
}
.right-hands-wrap {
	background:#f0f1f2;
	padding-bottom:10px;
	}
.peace-wrap .fa {
 	color:#333;
	font-size:30px;
	}
.source-col {	
	font-size:14px;
	margin-bottom:10px;
	padding-bottom:5px;
	border-bottom:1px solid #021f66;
	color:#021f66;
 
	padding-right:15px;
	}
.m-t-15 {
	margin-top:15px;
	}
.peace-wrap h4{
	color:#021f66;
	font-weight:700;
	font-size:18px;

}
.icon-position {
	position:relative;
	top:-20px;
	}
.p-0 {
	padding:0;
	}
.news-wrap  h4 {
	color:#333;
	margin-bottom:0;
}
.news-wrap .source-col {
	color:#333;
} 
.news-wrap .fa {
	font-size:16px;
	}
	
/*Reviews css start here*/

.reviews-wrap  a:hover {
	text-decoration:none !important;
	}
.reviews-wrap  a { 
	color:#001f6f !important;
	}
.reviews-wrap h3 span, .editorial-wrap h3 span {
	background:#fff;
	}
.rewiews-sub-block {
	margin-bottom:30px;
	 
	}
.rewiews-sub-block h4 {
	color:#001f6f;
	font-size:20px;
	font-weight:700;
	margin-bottom:20px;
	}
h5 {
	color:#db0303;
	font-size:18px;
	font-weight:600;
	margin:0 0 15px;
}
.small-text {
	color:#333;
	font-weight:400;
	font-size:16px;
	}
.reviews-wrap a:hover {
	color:#f26f1f;
	}
.reviews-wrap .read-more-txt {
	color:#f26f1f;
	border-color:#f26f1f;
	}
.comman-text {
	font-size:17px;
	}
/*editorial-wrap css start here*/
.text-blurb {
 	font-size:20px;
	font-weight:300;
	color:#333;
	position:relative;
	margin-bottom:20px;
	}	
.text-blurb:after {
	content:"";
	display:inline-block;
    bottom:-2px;
	width:50%;
	position:absolute;
	height:1px;
	background:#000;
	left:0;
	}

.text-blurb .sub-hightlight-text {
	color:#ff0000;	

}

/*partner section start here*/
.partner-wrap {
	background:#f0f1f2;
	}

.partner-wrap h3 span {
	background:#f0f1f2;
	}
.white-bg-wrap {
	background:#fff;
	padding:5px;
	width:100%;
	box-sizing:border-box;
	margin-bottom:10px;
	}
.border-btm {
	height:1px;
	background:#ff935a;
	width:80%;
	clear:right;
	margin-bottom:10px;
	}
.txt-wrap {
	font-size:16px;
	font-weight:300;
	color:#001f6f;
	margin-bottom:10px;

}
.txt-wrap .b-txt {
	font-size:16px;
	font-weight:700;
	}
/*partner section ends here*/
.stories-wrap h3 span {
	background:#fff;
	}
	
/*stories wrap start here*/
.top-wrap{
	background:#00529b;
	padding:30px 0;
	color:#fff;
	}
.top-wrap p {
	font-size:19px;
	font-weight:300;
	}
.top-wrap h4 {
	color:#333;
	}
.top-wrap .fa {
 
	font-size:20px;
	}
.right-hands-wrap .fa {
	color:#333;
	}
.right-hands-wrap p {
	font-size:14px;
	}
.right-hands-wrap h4 {
	font-size:15px;
	}
.f-22 {
	font-size:22px !important;
	font-weight:bold;
	}
.txt-align {
	text-align:justify;
	}
	
 /*Subscribe css section start here*/ 
.subscribe-wrap {
	border-radius: 0px 0px 10px 10px;
-moz-border-radius: 0px 0px 10px 10px;
-webkit-border-radius: 0px 0px 10px 10px;
	position:relative;
	z-index:3;
	background:#fff;
	padding:90px 0;
	top:30px;
 
}
.blue-stripe {
	background:#001f6f;
	padding:10px;
	overflow:hidden;
	width:90px;
	height:90px;
	} 
.blue-stripe .fa {
	color:#fff;
	font-size:40px;
	margin-left:14px;
	line-height:70px;
	}
.news-text-sub, .b-news-text {
	font-size:22px;
	font-weight:600;
	color:#001f6f;
	margin-bottom:0;
	}
.b-news-text {
	font-size:21px;
	font-weight:300;

}
::placeholder {
	color:#001f6f;
	font-size:16px;
	font-weight:300;
	}
.input-group {
    margin: 20px auto;
    width: 100%;
}
input.btn.btn-lg,
input.btn.btn-lg:focus {
    outline: none;
    width: 60%;
    height:40px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
		text-align:left;
}
button.btn {
    width: 40%;
    height:40px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-info {
	background-color:#001f6f;
	border-color:#001f6f;
}
input {
	 border: 1px solid #001f6f;
    box-shadow: 0 0 3px #999;

}

.footer-bg {
	background:url(../images/footer-bg.jpg) no-repeat top left;
	position:relative;
	z-index:1;
	top:0;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	
}

.footer-topics-wrap {
	padding:90px 0 40px;
	}
.topic-heading {
	font-size:24px;
	font-size:24px;
	font-weight:400;
	position:relative;
	margin-bottom:35px;
	color:#fff;
	}
.topic-heading:after {
	content:"";
	position:absolute;
	bottom:-10px;
	display:inline-block;
	height:1px;
	width:8%;
	left:0;
	background:#ff935a;
	}
.topic-ul {
	width:100%;
	display:block;
	
	}
.topic-ul ul {
	margin:0;
	padding:0;

}
.topic-ul ul li {
	list-style:none;
	border-bottom:1px solid #fff;
	padding-bottom:10px;
	margin-bottom:15px;
	}
.topic-ul ul li a {
	font-size:15px;
	font-weight:300px;
	color:#fff;
	display:block;
	text-transform:uppercase;
	}
.date-ana-text, .white-content {
	color:#0086ff;
	font-size:15px;
	font-weight:300;
	}
.public-wrap {
	margin-bottom:30px;
	width:100%;
	}
.left-img {
	width:40%;
	padding-right:10px;
	box-sizing:border-box;
}
.right-content {
	width:60%;
	}
.white-content {
 	color:#fff;
	}
.right-text-footer {
	font-size:15px;
	text-transform:uppercase;
	color:#fff;
	}
	
/*footer copyright section*/
.author-wrap {
	color:#fff;
	font-size:18px;
	font-weight:300;
	}
.author-wrap p {
	margin:0;
	}
.sub-title, .sub-title-name {
	color:#f26f1f;
	font-size:20px;
	font-weight:400;
	}
.sub-title-name {
	color:#fff;
	}
 
.m-b-30 {
	margin-bottom:50px;
	}

.m-t-f-55 {
	margin-top:55px;
	}
hr {
	height:1px;
	width:100%;
	margin:20px 0;
	background:#fff;
	}
.footer-menu  {
	padding-bottom:29px;
	}
.footer-menu a {
	font-size:14px;
	text-transform:uppercase;
	}
.footer-menu a:hover {
	color:#fff;
	text-decoration:none;
	}
.footer-menu .line {
	color:#fff;
	margin:0 10px;
	}
.footer-menu .fa {
	font-size:24px;
	}
.m-r-10 {
	margin-right:10px;
	}
/*footer copyright section*/

/*custom icon start here*/

@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?6r6zkb');
  src:  url('../fonts/icomoon.eot?6r6zkb#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?6r6zkb') format('truetype'),
    url('../fonts/icomoon.woff?6r6zkb') format('woff'),
    url('../fonts/icomoon.svg?6r6zkb#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-calendar:before {
  content: "\e900";
}
.icon-check:before {
  content: "\e901";
}
.icon-document_shild:before {
  content: "\e902";
}
.icon-google:before {
  content: "\e903";
}
.icon-mail:before {
  content: "\e904";
}
.icon-pen:before {
  content: "\e905";
}
.icon-photo-camera:before {
  content: "\e906";
}
.icon-social:before {
  content: "\e907";
}
.icon-twitter:before {
  content: "\e908";
}
.icon-user:before {
  content: "\e909";
}
.icon-youtube:before {
  content: "\e90a";
}
.icon-photo-camera  {
	font-size:36px;
	}
.right-hands-wrap .icon-photo-camera  {
	color:#333;

}
.subscribe-wrap .icon-mail{
	color:#fff;
	font-size:46px;
	margin-left:11px;
	line-height:64px;
	
	}
.footer-menu .icon-twitter, .footer-menu .icon-social, .footer-menu .icon-youtube, .footer-menu .icon-google {
	font-size:20px;
}
.four-col-block a {
	color:#FF0000 !important;
	}
.height-infro {
	height:57px;
	overflow:hidden;
	margin-bottom:10px;
	}
.height-infro p {
	margin-bottom:0;
	}
.heading-height-conflict {
	height:36px;
	overflow:hidden;
}

/***********conflict reader page start here**************/

.cr-bttom-blue-col {
	border-bottom: 3px solid #fff;
	}
.ab-bttom-blue-col {
	border-bottom: 3px solid #00529c;
	}
.conflict-wraper .blue-wrap p {
	font-weight:200;
	}
.conflict-wraper .blue-wrap {
	top:331px;
	padding-bottom:80px; /* add the more padding if require */
	}
.headin-h3   { 
	position:relative;
	color: #001f6f;
    font-size: 28px !important;
	margin-bottom:30px;
	font-weight:600;
	}
.headin-h3:after {
	position:absolute;
	display:inline-block;
	height:3px;
	width:70%;
	content:"";
	background:#ff935a;
	top:40px;
	left:0;
	
	}
.conflict-wraper .conflict-wrap {
	background:#e8e7e7;

}
.m-b-20 {
	margin-bottom:20px;
	}
.conflict-wraper .img-wrap {
	border-color:#001f6f;
    height: 169px;
}
.conflict-wraper .heading-text {
	color:#001f6f;
	}
.img-active {
	border-color:#ff925a !important;
	}
.txt-heading-active {
	color:#ff0000 !important;
	}
	
/****** cr-right-side-block start here********/

/*image zoom in and out animation*/

.mg-image img, .image-effect img, .left-photo-col img {
    -webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -o-transition: all 1s ease; /* IE 9 */
    -ms-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
        max-width: 100%;
}
.mg-image:hover img, .image-effect:hover img, .left-photo-col:hover img {
    -webkit-transform:scale(1.25); /* Safari and Chrome */
    -moz-transform:scale(1.25); /* Firefox */
    -ms-transform:scale(1.25); /* IE 9 */
    -o-transform:scale(1.25); /* Opera */
     transform:scale(1.25);
}
/* just apply some height and width to the wrapper.*/
.mg-image, .image-effect, .left-photo-col  {
  height: 135px ;
  width:174px;
  overflow: hidden;
  float:left;
  margin-right:15px;
}
.image-effect {
	width:574px;
	height:232px;
	} 
.cr-about .image-effect {
	width:819px !important;
	height:356px  !important;
	}
/*image zoom in and out animation*/
 
.right-content-col {
	float:left;
	width:340px;
	}
.right-content-col h5 {
	font-size:18px;
	font-weight:400;
	color:#ff0000;
	margin:0 0 8px;
	font-family: 'Signika', sans-serif;
	text-transform:uppercase;
	}
.right-content-col .sub-headinng {
	font-size:19px;
	font-weight:400;
	color:#333;
	margin:0 0 10px;
	line-height:24px;
	}
.right-content-col .naming-heading {
	font-size:18px;
	font-weight:200;
	}
.right-content-col .highlighted-text {
	color:#ff0000;
	}
.right-content-col .date-detail {
	font-size:17px;
	}
.cr-right-side-block {
	border-bottom:1px solid #333;

	}
.p-15 {
	padding:10px;
	box-sizing:border-box;
	}
.cr-right-side-block > div:nth-child(even) {
	background:#fff;
	}
.cr-right-side-block > div:nth-child(odd) {
	background:#e8e7e7;
	}
.cr-right-side-block .headin-h3 {
	margin-bottom:20px;
	}
.right-list-sub-col .book-heading {
	text-transform:lowercase;
	}
 
.right-list-sub-col ul {
 	margin:0;
	padding:0;
	display:block;
	}
.right-list-sub-col ul li {
	list-style:none;
	padding-bottom:15px;
	margin-bottom:15px;
	border-bottom:1px solid #001f6f;
	font-size:18px;
	color:#333;
	text-align:justify;
	}
.right-list-sub-col ul li .book-heading {
	margin-bottom:0;
	}
.right-list-sub-col ul li .heading-blue {
	color:#001f6f;
	font-size:18px;
	}
.right-list-sub-col ul li a {
	text-decoration:underline;
	color:#333;
	}
.right-list-sub-col ul li .book-heading {
	text-align:left !important;
	}
/**************** aobut us page start here ******************/

.about-wrap {
	padding:40px 0;
	}

.about-wrap .nav>li>a {
	background-color:#00529c;
	color:#fff;
	font-size:21px;
	}
.nav-pills>li>a {
	border-radius:0;
	border-left:3px solid #00529c;
	border-right:3px solid #ff935a;
	
	}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
	border-left-color:#00529c;
	border-right-color:#ff935a;
	color:#fff;
	background-color:#ff935a;

}
.about-wrap .active {
	color:#333;
	}
.about-wrap .contact-details {
	color:#00529c;
	margin-bottom:10px;
	text-transform:uppercase;
	padding-left:15px;
	font-size:18px;
	font-weight:400;
	}
.about-wrap .left-details p {
	margin-bottom:0;
	padding-left:15px;
	font-size:18px;
	font-weight:200;
	}
	
	
.book-wrap h3 span {
	background:#fff;
	padding-left:0;
	}
.personal-detail-col {
	background:#f1f1f1;
	padding:15px;
	box-sizing:border-box;
	font-family: 'Signika', sans-serif;
	}
.left-photo-col {
	width:185px;
	height:185px;
	border:1px solid #ff935a;
	box-sizing:border-box;
	}
.prof-list {
	width:auto;	
	float:left;
	}
.personal-detail-col h5 {
	font-size:26px;
	font-weight:400;
	color:#001f6f;
	margin:25px 0 10px;
	}	
.personal-detail-col h6 {
	font-size:20px;
	font-weight:200;
	color:#181818; 
	}
.book-heading {
	font-size:20px;
	color:#001f6f;
	text-transform:uppercase;
	margin-bottom:10px;
	}
.book-author, .book-detail-text {
	font-size:17px;
	font-weight:400;
	color:#181818; 
	font-family: 'Signika', sans-serif;
	}
.book-detail-text {
	font-weight:200;

}
.book-wrap p {
	font-size:17px;
	font-weight:200;
	font-family: 'Signika', sans-serif;
	}
.opt-text {
	color:#d80000;
	font-size:20px;
	font-weight:600;
	}
.m-l-15 {
	margin-left:15px;
	}
/********************************/
/*          Media Queries       */
/********************************/
@media screen and (min-width: 980px) {
 .hero {
width: 980px;
}
}
@media screen and (max-width: 640px) {
 .hero h1 {
font-size: 4em;
}
 .four-col-block {
 margin-bottom:30px;
}

.m-b-40 {
	margin-bottom:40px;
	}
.footer-bg  {
	background:#302f2d;
	}
.pull-right {
	margin:0 auto !important;
	display:table;
	float:none;
	}
.logo {
	margin-left:15px;
	}
.logo img {
	width:60%;
	}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	background-color:#333;
	z-index:99;
	}
.line-bottom {
	padding-bottom:15px;
	border-bottom:1px solid #ff935a;
	}
.m-t-f-55 {
	margin-top:10px;
	}
.about-m-t-20 {
	margin-top:20px;
	}
}
