body{
  font-family: 'Roboto', sans-serif;
}
html {
  scroll-behavior: smooth;
}
#sticky{
  position: sticky;
  top: 70px;
}
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: #b9233c;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 5px 5px 5px 32px;
  text-decoration: none;
  font-size: 22px;
  color:#f1f1f1;
  display: block;
  transition: 0.3s;
  line-height: 20px;
  font-weight: 600;
  margin: 0 0 15px;
  text-transform: uppercase;
}

.sidenav a:hover {
  color:  #ffc734;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 15px;
  font-size: 30px;
  margin-left: 0;
  padding: 5px 0 0;
  line-height: 36px;
}
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
/*Menu End*/
/*Header Design Start*/
.header {
  background: #FFF;
  height: 70px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.social-icons {
    position: absolute;
}
.menu_side {
    height: 100%;
}
.download_report a {
    background: #fff;
    color: #000 !important;
    opacity: 1 !important;
    padding: 8px 12px !important;
    border-radius: 50px;
    box-shadow: 0 5px 15px rgb(0 0 0 / 55%);
}
.download_report {
    height: 70px;
    padding: 11px 0px;
}
.download_report a i {
    color: #b9233c;
    padding-left: 6px;
}

.social-icons {
  display: block;
  text-align: center;
  position: sticky;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 6px 0px;
  background: #b9233c;
}

.social-icons a {
  font-size: 16px;
  color: #fff;
  opacity: .5;
  line-height: 20px;
  display: inline-block;
  padding: 0 0px;
  margin: 0 8px;
}
.social-icons a:last-child {
  margin: 0;
}
.headline h1 {
  text-transform: uppercase;
  font-size: 16px;
  text-align: center;
  line-height: 70px;
  margin: 0;
  color: #000;
  font-weight: 600;
  letter-spacing: 1.64px;
}
.navopenicons {
  width: 19px;
  display: inline-block;
  height: 16px;
  position: relative;
  float: right;
  cursor: pointer;
  top: 25px;
}
.navopenicons::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #000;
  box-shadow: 0 7px 0 rgb(0, 0, 0),0 14px 0 rgb(0, 0, 0);
  content: "";
  opacity: 0.5;
}
.hero-section {
  background: #f4ede6 url("../images/digitalarbanner.jpg");
  height: 650px;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  clear: both;
  position: relative;
}

/*Header Design End*/
/*About Section*/
.contentarea {
  max-width: 796px;
  margin: auto;
  width: 100%;
}
.aboutus {
  background: #fff;
  padding: 55px 0;
  transition: background-color .5s ease-in-out;
}
.aboutus .contentarea h5 {
  color: #222;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
}
.aboutus .contentarea h3 {
  color: #222;
  font-size: 42px;
  font-weight: bold;
  margin-top: 0;
}
.aboutus .contentarea p {
  font-size: 26px;
  color: #222;
  letter-spacing: 1.25px;
}
/*Chairman Message*/
.chariamanmsg {
  padding: 55px 0;
  background: #f5f1eb;
  transition: background-color .5s ease-in-out;
}
.chariamanmsg h3 {
  color: #b9233c;
  font-size: 32px;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 20px;
}
.chariamanmsg p {
  font-size: 16px;
  letter-spacing: .11px;
  line-height: 24px;
  margin-bottom: 16px;
}
.charmainimg {
  float: right;
  width: 160px;
  margin-left: 10px;
  margin-bottom: 10px;
}
.charmainimg img {
  float: right;
  width: 100%;
  margin: 0 0 5px;
}
.charmainimg small {
  text-align: center;
  width: 100%;
  display: inline-block;
  font-size: 16px;
  font-style: italic;
  color: #c62731;
  font-weight: bold;
}
.contentarea .btn.btn-primary {
  background: #C62731;
  color: #fff;
  padding: 10px 14px;
  font-size: 14px;
  width: 130px;
  border-color: transparent;
  border-radius: 0;
}
.contentarea .btn.btn-primary:hover {
  background: #ffb600;
  color: #000;
}
.presidentmsg {
  padding: 55px 0;
  background: #f7e8d2;
}
.presidentmsg h3 {
  color: #b9233c;
  font-size: 32px;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 20px;
}
.presidentmsg p {
  font-size: 16px;
  letter-spacing: .11px;
  line-height: 24px;
  margin-bottom: 16px;
}
.presidentmsgimg {
  float: right;
  width: 160px;
  margin-left: 10px;
  margin-bottom: 10px;
}
.presidentmsg img{
  float: right;
  width: 100%;
}
.presidentmsg small {
  text-align: center;
  width: 100%;
  display: inline-block;
  font-size: 16px;
  font-style: italic;
  color: #c62731;
  font-weight: bold;
}
.presidentmsg h4 {
  color: #b9233c;
  font-size: 20px;
}
.presidentmsg h5 {
  color: #000;
  font-weight: 600;
  font-size: 16px;
}
/*Time Line Area*/
.timeline_area {
    position: relative;
    z-index: 1;
}
#timelinearea .item {
  min-height: 596px;
}
#timelinearea .carousel-indicators li { 
  background-color: rgb(200, 197, 197);
  border: 1px solid #b9233c;
}
#timelinearea .carousel-indicators .active{
  background: #fff !important;
}
.single-timeline-area {
    position: relative;
    z-index: 1;
    padding-left: 180px;
}
#timelinearea .carousel-control{
  width: 5%;
}
#timelinearea .left.carousel-control, #timelinearea .right.carousel-control {
  background: none;
}
#timelinearea .left.carousel-control {
  left: -70px;
  color: #ffbb36;
  opacity: 1;
}
#timelinearea .right.carousel-control {
  right: -70px;
  color: #ffbb36;
  opacity: 1;
}
#timelinearea .carousel-indicators {
  bottom: -40px;
}
.single-timeline-area .timeline-date p {
    margin-bottom: 0;
    color: #222;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
}
@media only screen and (max-width: 575px) {
    .single-timeline-area {
        padding-left: 100px;
    }
    .row.menu_mobile>div {
        display: -webkit-inline-box;
        position: relative;
        height: 70px;
    }
    .headlogo img {
        width: 110px !important;
        padding: 22px 0px !important;
    }
    .mobile_second_col {
        position: absolute !important;
    }
    .mobile_third_col {
        position: absolute !important;
        right: 0;
    }
    .mobile_second_col .headline h1 {
        font-size: 12px;
        line-height: 6;
    }
    .board-of-directors h3 {
        font-size: 40px;
    }
    .contentarea h3 {
        font-size: 35px;
        line-height: 1.3;
    }
    .section_heading h3 {
        font-size: 35px !important;
    }
    .parallax {
    min-height: 400px;
  }
  blockquote{
    font-size: 28px;
  }
 
.single-timeline-area .timeline-date {
    width: auto !important;
    padding: 0 10px !important;
}
.mobile_second_col {
    width: 275px !important;
}




}

.single-timeline-area .timeline-date {
    position: absolute;
    width: 180px;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 60px;
}
@media only screen and (max-width: 575px) {
    .single-timeline-area .timeline-date {
        width: 100px;
    }
}
.single-timeline-area .timeline-date::after {
    position: absolute;
    width: 3px;
    height: 100%;
    content: "";
    background-color: #b7d59a;
    top: 0;
    right: 30px;
    z-index: 1;
}
.single-timeline-area .timeline-date::before {
    position: absolute;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background-color: #ffb600;
    content: "";
    top: 50%;
    right: 26px;
    z-index: 5;
    margin-top: -5.5px;
}

.single-timeline-area .single-timeline-content {
  position: relative;
  z-index: 1;
  padding: 20px 20px 20px;
  border-radius: 6px;
  margin-bottom: 15px;
  margin-top: 15px;
  -webkit-box-shadow: 0 0.25rem 1rem 0 rgba(47, 91, 234, 0.125);
  box-shadow: 0 0.25rem 1rem 0 rgba(47, 91, 234, 0.125);
  /* border: 1px solid #ffb600; */
  background: #444 url("https://csep.org/wp-content/themes/rubik/images/side-triangle.png");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 40px;
  color: #fff;
  font-size: 16px;
}
.single-timeline-content a {
  color: #ffbb36;
}
@media only screen and (max-width: 575px) {
    .single-timeline-area .single-timeline-content {
        padding: 20px;
    }
}
.single-timeline-area .single-timeline-content .timeline-icon {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  width: 30px;
  height: 30px;
  background-color: #b9233c;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30px;
  flex: 0 0 30px;
  text-align: center;
  max-width: 30px;
  border-radius: 50%;
  margin-right: 15px;
  float: left;
  color: #fff;
  line-height: 30px;
  font-weight: 600;
  display: none;
}
.single-timeline-area .single-timeline-content .timeline-icon i {
    color: #ffffff;
    line-height: 30px;
}
.single-timeline-area .single-timeline-content .timeline-text h6 {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  font-size: 18px;
  letter-spacing: 1px;
}
.single-timeline-area .single-timeline-content .timeline-text p {
  font-size: 16px;
  margin-bottom: 0;
}
.single-timeline-area .single-timeline-content:hover .timeline-icon,
.single-timeline-area .single-timeline-content:focus .timeline-icon {
    background-color: #020710;
}
.single-timeline-area .single-timeline-content:hover .timeline-text h6,
.single-timeline-area .single-timeline-content:focus .timeline-text h6 {
    color: #3f43fd;
}
#timelinearea {
  padding: 55px 0;
  background: #e3f7d0;
  transition: background-color .5s ease-in-out;
}
#timelinearea .section_heading h6 {
  color: #222;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
}
#timelinearea .section_heading h3 {
  font-size: 60px;
  line-height: 66px;
  font-weight: 600;
  margin-top: 0;
}
.section_heading .line p {
  font-size: 22px;
  letter-spacing: .15px;
  margin: 0 0 25px;
  line-height: 30px;
}
.publication-posttype span {
  float: left;
  width: auto;
  padding: 1px 5px 2px 5px;
  background: #b9233c;
  clear: both;
  color: #fff;
}
.seminar-posttype, .publication-posttype {
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-size: 10px;
  margin: 0 0 3px;
  width: 100%;
  float: left;
}
.seminar-posttype span {
  float: left;
  width: auto;
  padding: 1px 5px 2px 5px;
  background: #b9233c;
  clear: both;
  color: #fff;
}
/*End Time Line Area*/
/*Map Area*/
.map-container-2{
overflow:hidden;
padding-bottom:56.25%;
position:relative;
height:0;
}
.map-container-2 iframe{
left:0;
top:0;
height:100%;
width:100%;
position:absolute;
}
.shomap {
  padding: 55px 0;
  background: #f5f1eb;
}
.shomap h5 {
  color: #222;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
}
.shomap h3 {
  font-size: 60px;
  line-height: 66px;
  font-weight: 600;
}
.shomap p {
  font-size: 22px;
  letter-spacing: .15px;
  margin: 0 0 25px;
  line-height: 30px;
}
.threeimgparalax {
  position: relative;
}
.threeimgparalax .parallax {
  background-image: url("../images/housingimage.jpg");
}
.energsectionparallx{
  position: relative;
}
.energsectionparallx .parallax {
  background-image: url("../images/energyparrallx.jpg");
}
.foriegnpolicyparallx{
  position: relative;
}
.foriegnpolicyparallx .parallax {
  background-image: url("../images/fpos.jpg");
}
.gfdparalax{
  position: relative;
}
.gfdparalax .parallax {
  background-image: url("../images/gfdone.jpg");
}
.parallax {   
  min-height: 546px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
blockquote {
  width: 100%;
  max-width: 1000px;
  float: none;
  background: #00000063 !important;
  margin: auto;
  position: absolute;
  font-size: 32px;
  font-weight: 600;
  line-height: 44px;
  border: none;
  left: 0;
  right: 0;
  top: 50%;
  color: #fff;
  transform: translateY(-50%);
  padding: 10px 20px;
  border-radius: 8px;
}
blockquote::before {
  content: "\f10d";
  font-size: 40px;
  font-style: normal;
  font-family: FontAwesome;
  text-align: center;
  position: absolute;
  left: 20px;
  top: -30px;
  color: #b9233c;
}
blockquote::after {
  content: "\f10e";
  font-family: FontAwesome;
  color: #b9233c;
  position: absolute;
  bottom: -30px;
  right: 20px;
}
.imgparallex {
  transition: opacity 1s ease-in-out;
  background: #F5F1EB;
}
.imagetop-left img {
    width: 100%;
}
.imagetop-left {
    position: absolute;
    left: -15px;
    top: 0;
    max-width: 320px;
    width: 100%;
    transition: all .5s ease-in .2s;
    display: none;
}
.imagetop-right img{
  width: 100%;
}
.imagetop-right {
    position: absolute;
    right: -15px;
    bottom: 0;
    max-width: 320px;
    width: 100%;
    transition: all .5s ease-in .2s;
    display: none;
}
.figuretext {
  float: right;
  margin: 90px 0 0;
  max-width: 400px;
}
.figuretext .logoa {
  float: right;
  position: relative;
}
.figuretext h3 {
  color: #b9233c;
  font-size: 36px;
  margin: 85px 0 0px;
  float: left;
  width: 100%;
  font-weight: 600;
  text-align: center;
}
.figuretext h2 {
  font-size: 134px;
  color: #b9233c;
  float: right;
  margin: 0;
  font-weight: bold;
  text-align: right;
  position: relative;
  right: 35px;
}
/*End Map Area*/
/*Doamin Section*/
.growth-micro {
  background: #d9a7c7;
  padding: 55px 0;
  background: -webkit-linear-gradient(to right, #d9a7c7, #fffcdc);
  background: linear-gradient(to left, #d9a7c7, #fffcdc);
}
.contentdomain h2 {
  color: #C52731;
  font-size: 44px;
  font-weight: bold;
  line-height: 60px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.contentdomain h3 {
  color: #C52731;
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.contentdomain.whitebgs {
  /* background: #ffffffe0; */
  padding: 10px;
  margin: 0 0 15px;
  border-radius: 15px;
  /* box-shadow: 0 0 20px #00000024; */
}
#sticky .contentdomain p {
  font-size: 20px;
  font-style: normal;
  line-height: 25px;
  letter-spacing: 1px;
  border-top: 5px solid #c52731;
  padding-top: 20px;
  font-weight: 500;
}
.contentdomain p {
  font-size: 16px;
  letter-spacing: .11px;
  line-height: 24px;
  margin-bottom: 16px;
}
.reportimage img {
  width: 100%;
}
.energy-sustainability {
  background: #757f9a;
  padding: 55px 0;
  background: -webkit-linear-gradient(to right, #757f9a, #d7dde8);
  background: linear-gradient(to left, #a9b8df38, #bfbfbf);
}
.foreign-security {
  padding: 55px 0;
  background: #00416A;
  background: -webkit-linear-gradient(to right, #E4E5E6, #00416A);
  background: linear-gradient(to right, #B5E3FF, #00416A0A);
}
.foreign-security #sticky {
  top: 70px;
}
.friendsofcsep .patronsters p {
  font-size: 14px;
  line-height: 25px;
}
.videothreeslides .item img {
  width: 100%;
}
/*.videothreeslides .carousel-indicators li {
  width: 100%;
  border: none;
  text-indent: 0;
  height: 120px;
  margin: 0 0 15px;
  box-shadow: 0 0 10px #000;
  padding: 5px;
  background: #b9233c;
}*/
/*.videothreeslides .carousel-indicators .active {
  width: 100%;
  height: 120px;
  margin: 0 0 15px;
  background-color: #ffb600;
}*/
.carousel-indicators .active {
  background-color: #ff9001;
}
.carousel-indicators li {
  border: 2px solid #ff9001;
}
.videothreeslides .item img {
  width: 100%;
  height: 550px;
  object-fit: cover;
}
.videothreeslides .carousel-indicators li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.videothreeslides {
  background: #f9e3c6;
  padding: 55px 0 0;
}
.videothreeslides .contentarea h5 {
  color: #222;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
}
.videothreeslides h3 {
  font-size: 60px;
  line-height: 66px;
  font-weight: 600;
  margin-bottom: 20px;
}
.videothreeslides p {
  font-size: 22px;
  letter-spacing: .15px;
  margin: 0 0 25px;
  line-height: 30px;
}
.videothreeslides .contentarea {
  padding-bottom: 40px;
}
/*End Domain Section*/
/*Board Of Directors*/
.board-of-directors {
  padding: 55px 0;
  background: #F8E7E3;
}
.board-of-directors h3 {
  font-size: 60px;
  line-height: 66px;
  font-weight: 600;
  margin: 0 0 25px;
}
.teamimage {
  position: relative;
  float: none;
  width: 100%;
  margin: auto auto 25px;
  height: 100%;
  display: block;
  text-align: center;
}
.temimg {
  height: auto;
  width: auto;
  margin: auto;
  border-radius: 50%;
}
.temimg img {
  height: 170px;
  width: 170px;
  border-radius: 50%;
  background: #DCDDDE;
}
.nameteam {
  margin: 10px 0 0;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}
.teamdesignation {
  font-size: 13px;
}
.texofteammebers {
  background: #fff;
  padding: 25px 35px;
  border-radius: 25px;
  box-sizing: border-box;
  min-height: 530px;
  box-shadow: 0 0 15px #E7D7D4;
}
.texofteammebers p {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: .11px;
  margin-bottom: 16px;
}
.texofteammebers p.authname {
  font-weight: bold;
  text-transform: uppercase;
}
.foundercricle {
  padding: 55px 0;
  background: #F6F6F6;
}
.foundercricle h3 {
  font-size: 60px;
  line-height: 66px;
  font-weight: 600;
}
.foundercricle h5{
  color: #222;
text-transform: uppercase;
font-size: 18px;
font-weight: 600;
}
.foundercricle p {
  font-size: 22px;
  letter-spacing: .15px;
  margin: 0 0 25px;
  line-height: 30px;
}
.friendsofcsep h4 {
  margin: 20px 0 10px;
}
.friendsofcsep.tops h4 {
  margin: 0px 0 10px;
}
.teamfounderc {
  margin-left: 0;
  padding: 0;
}
.teamfounderc li {
  margin-bottom: 10px;
  list-style-type: none;
  display: block;
  padding: 0;
  line-height: 20px;
  vertical-align: top;
}
.teamfounderc li span.yelllowsquare {
  background: #EDBC28;
  height: 10px;
  width: 10px;
  float: left;
  margin-right: 10px;
  position: relative;
  top: 3px;
}
.teamfounderc li span.grayquare {
  background: #B81F3A;
  height: 10px;
  width: 10px;
  float: left;
  margin-right: 10px;
  position: relative;
  top: 3px;
}
/*Design On Scroll*/
#headarea.active .header {
  background: #FFF;
}
div#mySidenav a {
    font-size: 13px !important;
    margin-bottom: 0px;
}
div#mySidenav a.closebtn {
    font-size: 22px !important;
}
#headarea.active .header .navopenicons::after {  
  background: #222;
  box-shadow: 0 7px 0 rgb(34, 34, 34),0 14px 0 rgb(34, 34, 34);  
}
#about.active .aboutus{
  background-color: #fff;    
}
#timelinearea.active{
  background: #cbf7a1;
}
/*End Design On Scroll*/
/*Distinguish Fellow*/
.combineimgtext {
    float: left;
    width: 50%;
}
.text-aright {
    float: left;
    width: 50%;
    padding: 15px;
    box-sizing: border-box;
}
.distinguishmessage {
  padding: 55px 0;
  background: #ffb600;
}
.distinguishmessage h3{
  font-size: 60px;
  line-height: 66px;
  font-weight: 600;
  margin: 0 0 25px;
}
.testimonial_subtitle{
    color: #0aaa7a;
    font-size: 12px;
}
.testimonial_subtitle {
  color: #333;
  font-size: 14px;
}
.distinguishslider .item h4 {
  margin: 10px 0 4px;
}
.distinguishslider .item h5 {
  color: #B9233C;
  font-size: 24px;
  font-weight: 600;
  text-transform: capitalize;
  margin: 0 0 10px;
}
.combineimgtext .fellowimg {
  float: left;
  width: 100%;
  text-align: center;
  margin: 0;
  border: 12px solid #b81f380a;
}
.combineimgtext .nameanddesigantions {
  float: left;
  width: auto;
}
.combineimgtext .fellowimg img {
    width: 100%;
    margin: auto;
    height: 100%;
    object-fit: cover;
}
.combineimgtext .nameanddesigantions {
  float: left;
  width: 100%;
  text-align: center;
  margin: 10px 0 0;
}
.testimonial_btn {
  background-color: #ff9001 !important;
  color: #fff !important;
}
.distinguishslider {
  max-width: 796px;
  margin: auto;
  background: #fff url("https://csep.org/wp-content/themes/rubik/images/side-triangle.png") no-repeat top right;
  padding: 0;
  box-sizing: border-box;
  box-shadow: 0 0 20px #00000024;
  background-size: 45px;
  position: relative;
}
.controls.testimonial_control.pull-right {
    position: absolute;
    bottom: 10px;
    right: 10px;
}
/*Distinguish Fellow Msg End*/
/*Numbers Section*/
.numbersarea {
  padding: 55px 0;
  background: #FFFAF4;
}
.numbersarea h3 {
    font-size: 60px;
    line-height: 66px;
    font-weight: 600;
    margin-top: 0;
}
.numbersarea h6 {
    color: #222;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
}
.numbersarea p {
  font-size: 20px;
  letter-spacing: .15px;
  margin: 0 0 25px;
  line-height: 30px;
}
.numberfive {
  width: 20%;
  float: left;
  text-align: center;
}
.numberdiv {
  max-width: 800px;
  margin: auto;
  width: 100%;
}
.numberimg img {
  width: 65px;
}
.numberdiv.firstpart {
  padding: 20px 0 0;
}
.numberfive:hover {
  background: #eaeaea;
}
.numberbold {
  font-size: 26px;
  font-weight: bold;
  margin: 10px 0 5px;
  line-height: 25px;
  color: #C62731;
}
.countes {
  font-size: 14px;
  line-height: 16px;
  min-height: 40px;
  padding: 0 15px;
}
.numberfive {
  width: 20%;
  float: left;
  text-align: center;
  border-right: 2px solid #0000001C;
  border-bottom: 2px solid #0000001C;
  padding: 5px;
  box-sizing: border-box;
}
.numberdiv .numberfive:last-child {
  border-right: none;
}
.numberdiv.thirdpart .numberfive {
  border-bottom: none;
}
/*End Numbers Section*/
/*Senior Researchers Section*/
.teamsseniorresearchers {
  padding: 75px 0;
  background: #edbc28;
}
.teamsseniorresearchers .contentarea h5 {
  color: #222;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
}
.teamsseniorresearchers .contentarea h3 {
  color: #b9233c;
  font-size: 60px;
  font-weight: 600;
  margin-bottom: 25px;
  margin-top: 0;
}
.teamsseniorresearchers .contentarea p {
  font-size: 22px;
  letter-spacing: .15px;
  margin: 0 0 25px;
  line-height: 30px;
}
.teamsseniorresearchers .temimg img {
  height: 140px;
  width: 140px;
  border-radius: 50%;
  background: #DCDDDE;
}
/*End Senior Researchers Section*/
/*Research Staff*/
.research-staff {
  padding: 75px 0;
  background: #F6F6F6;
}
.research-staff .contentarea h3 {
  color: #b9233c;
  font-size: 60px;
  font-weight: 600;
  margin-bottom: 25px;
}
.research-staff .temimg img {
  height: 140px;
  width: 140px;
  border-radius: 50%;
  background: #DCDDDE;
}
/*End Research Staff*/
/*Communicatoin Staff*/
.communicationdev {
  padding: 75px 0;
  background: #FFF;
}
.communicationdev .contentarea h3 {
  color: #b9233c;
  font-size: 60px;
  font-weight: 600;
  margin-bottom: 25px;
}
.communicationdev .temimg img {
  height: 140px;
  width: 140px;
  border-radius: 50%;
  background: #DCDDDE;
}
/*End Communication Staff*/
/*Admin Finance*/
.adminfinancessl {
  padding: 55px 0;
  background: #EDBC28;
}
.adminfinancessl .contentarea h3 {
  color: #b9233c;
  font-size: 60px;
  font-weight: 600;
  margin-bottom: 25px;
}
.adminfinancessl  .temimg img {
  height: 140px;
  width: 140px;
  border-radius: 50%;
  background: #DCDDDE;
}
/*End Admin Finance*/
/*
 * Bootrap carousel plugin
 * --------------------------------------------------
 */
.youtubeplayerrowcols {
  width: 100%;
  overflow: hidden;
  max-width: 1170px;
  margin: auto;
  padding-bottom: 60px;
}
.youtubeplayerrowcols video {
  width: 70%;
  float: left;
  border: 1px solid #000;
}
.youtubeplayerrowcols .playyoutube {
  float: left;
  width: 30%;
  padding: 4px;
  background: #000;
}
.youtubeplayerrowcols .playyoutube ul {
  padding: 0;
  margin: 0;
}
.youtubeplayerrowcols .playyoutube ul li {
  margin: 0 0 5px;
  list-style: none;
}
.youtubeplayerrowcols .playyoutube ul li a {
  display: block;
}
.youtubeplayerrowcols .playyoutube li img {
  width: 100%;
  height: 146px;
  object-fit: cover;
}
.youtube-carousel {
  border: none;
  padding-bottom: 75px;
}

.video-container { 
   position: relative; /* keeps the aspect ratio */ 
   padding-bottom: 505px; /* fine tunes the video positioning */ 
   padding-top: 60px; overflow: hidden;
   margin-bottom: -1px;
   margin-right: -1px;   
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;  
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%;
}
  
.videothreeslides .carousel-control .glyphicon-chevron-left{
  top:35%;
  font-size: 20px;
  left:5%;
  margin: 0;
}

.videothreeslides .carousel-control .glyphicon-chevron-right{
  top:35%;
  font-size: 20px;
  left:33%;
  margin: 0;
}

.videothreeslides .carousel-control.left, .videothreeslides .carousel-control.right {
  background-image: none;
  color: #ffffff;
  top: 50%;
  transform: translate(0,-50%);
  -webkit-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  opacity: 1;
  height:120px;
}

.videothreeslides .controls{
   display: none;
}

.videothreeslides .carousel-control:hover {
  text-decoration: none;
  filter: alpha(opacity=60);
  outline: 0;
  opacity: 0.6;
}

.videothreeslides .left-button {
  height:70px;
  width:35px;
  border-radius: 0 90px 90px 0;
  top: 50%;
  -webkit-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  transform: translate(0,-50%);
  -moz-border-radius: 0 90px 90px 0;
  -webkit-border-radius: 0 90px 90px 0;
  background-color: #e25454;
  display: inline-block;
  position: relative;
  float:left;
  /*subpixel bug*/
  margin-left: -1px; 
}

.videothreeslides .right-button {
  height:70px;
  width:35px;
  border-radius: 90px 0 0 90px;
  top: 50%;
  -webkit-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  transform: translate(0,-50%);
  -moz-border-radius: 90px 0 0 90px;
  -webkit-border-radius: 90px 0 0 90px;
  background-color: #e25454;
  display: inline-block;
  position: relative;
  float:right;
  /*subpixel bug*/
  margin-right: -1px;
}


.videothreeslides .carousel-caption {
  display: none;
  background: none repeat scroll 0 0 #ffb600;
  bottom: 0;
  font-size: 12px;
  text-align: center;
  opacity: 1;
  padding: 7px 30px 7px;
  text-transform: uppercase;
  z-index: 11;
  pointer-events: none;
  color: #000;
  text-shadow: none;
}
@media screen and (min-width: 768px) {
.videothreeslides .right-button {
  height:120px;
  width:60px;
  border-radius: 90px 0 0 90px;
  -moz-border-radius: 90px 0 0 90px;
  -webkit-border-radius: 90px 0 0 90px;
  display: inline-block;
  position: relative;
  float:right;
}




.videothreeslides .left-button {
  height:120px;
  width:60px;
  border-radius: 0 90px 90px 0;
  -moz-border-radius: 0 90px 90px 0;
  -webkit-border-radius: 0 90px 90px 0;
  display: inline-block;
  position: relative;
  float:left;
}



.videothreeslides .carousel-control .glyphicon-chevron-left{
  top:35%;
  font-size: 35px;
  left:5%;
}

.videothreeslides .carousel-control .glyphicon-chevron-right{
  top:35%;
  font-size: 35px;
  left:35%;
}

.videothreeslides .carousel-caption {
  font-size: 18px;
  padding:15px 20px 15px;
  }
}
@media screen and (min-width: 992px) {
 .videothreeslides .carousel-caption {
    font-size: 18px;
    padding:15px 20px 15px;
  }

}
/*Financial Section*/
.financearea {
  padding: 55px 0;
  background: #fff;
}
.financearea h3 {
  font-size: 60px;
  line-height: 66px;
  font-weight: 600;
}
.financialimg img {
  width: 100%;
}
/*End Financial Section*/
/*The New Board of Directors*/
.temimgsa img {
  width: 100px;
  height: 100px;
  display: block;
  border-radius: 50%;
  background: #dcdddf;
  margin-right: 16px;
}
.temimgsa {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 25px;
}
.temimgasda .testimonial {
  padding: 0 15px 0 15px;
  position: relative;
}
.temimgasda .testimonial::before {
  content: "\f0d9";
  font-family: FontAwesome;
  color: #ffc734;
  font-weight: bold;
  font-size: 44px;
  line-height: 54px;
  position: absolute;
  left: -13px;
  top: 0;
  /* background: #edbc28; */
}
.temimgasda {
  background: #ffc734;
  padding: 10px 0;
  border-radius: 8px;
}
/*End Boad of Directors*/
/*Footer Area*/
.footerstrip {
  background: #252729;
  clear: both;
  width: 100%;
  padding: 55px 0;
}
.ftrimg {
  max-width: 620px;
  width: 100%;
}
.ftrimg p {
  color: #fff;
  font-size: 14px;
}
.pdfbtn a {
  border: 2px solid #fff;
  padding: 0px 26px;
  height: 54px;
  display: inline-block;
  line-height: 54px;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
}
.pdfbtn a:hover {
    background: #b71f39;
    transition: all .15s ease;
}
.donwloadpdf {
  margin: 30px 0 0;
}
.footerblack {
  background: #111;
  padding: 15px 0;
}
.footerlinks ul li {
	display: inline-block;
	padding-right: 8px;
	border-right: 2px solid #ffc73436;
	margin-right: 8px;
}
.footerlinks ul li:last-child {
  padding: 0;
  margin: 0;
  border: none;
}
.previousannual li {
	color: #fff;
}
.previousannual {
	margin: 25px 0;
}
.footerlinks ul li a {
  color: #ffc734;
  font-size: 16px;
  text-decoration: none;
}
.footerlinks ul {
  padding: 0;
  margin: 0;
}
.copyrighttext {
  text-align: right;
}
.copyrighttext p {
  margin: 0;
  color: #fff6;
}
.publicationssections {
  padding: 55px 0;
  background: #ffc734;
}
.publicationssections h3 {
  font-size: 60px;  
  font-weight: 600;
  margin: 0 0 25px;
}
.publicationssections p {
  font-size: 22px;
  letter-spacing: .15px;
  margin: 0 0 25px;
  line-height: 30px;
}
.sectoinpublic {
  background: #B71F39;
  display: block; 
  height: 140px;
}
.headingcontains { 
  margin: auto;
  height: 100%;
  width: 100%;
}
.headingcontains a {
  display: block;
  height: 100%;
  padding: 30px 50px;
  text-decoration: none;
}
.headingcontains a:hover {
  opacity: 0.7;
  box-shadow: 0 0 10px #000000f0;
}
.sectoinpublic.allevents {
  background: #43454b;
}
.sectoinpublic.opends {
  background: #B71F39;
}
.sectoinpublic h4{
  color: #fff;
}
.headingcontains h4 {
  margin: 0;
  font-size: 16px;
}
.headingcontains h3 {
  margin: 5px 0;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
}
.publicationssections .headingcontains h3 {
  margin: 5px 0;
  font-size: 26px;
  font-weight: bold;
  color: #fff;
}
.publicationssections .headingcontains a {
  display: flex;
  align-items: center;
}
.floatingbtn {
  position: fixed;
  width: 60px;
  height: 60px;
  background: #ff9001;
  bottom: 10px;
  right: 10px;
  box-shadow: 2px 2px 3px #999;
  border-radius: 50%;
  text-align: center;
  font-size: 28px;
  z-index: 99;
}
.floatingbtn a {
  color: #fff;
}
.floatingbtn a .fa {
  margin-top: 15px;
}
#topnhero {
  padding-top: 70px;
}
/*End Footer Area*/
/*Media Query*/
@media only screen and (max-width: 1200px){
#timelinearea .right.carousel-control{
  right: 0;
}
#timelinearea .left.carousel-control{
  left: 0;
}
.col-md-3.hsosiedeblacnk {
  display: none;
}
.col-md-3.needtohide {
  display: none;
}
.col-md-6.havelogoandtext {
  width: 100%;
}
}
@media only screen and (max-width: 992px){
#sticky {
  position: relative;
  top: 0;
}

.foreign-security #sticky {
  top: 0;
}
.youtubeplayerrowcols video {
  width: 100%; 
}
.youtubeplayerrowcols .playyoutube {
  width: 100%;
}
.youtubeplayerrowcols .playyoutube ul li {
  margin: 0 0 5px;
  list-style: none;
  width: 33.3%;
  float: left;
  border: 4px solid #000;
}
.headingcontains a {
  padding: 40px 10px;
}
.headingcontains h3 {
  font-size: 18px;
}
#timelinearea .item {
  min-height: auto;
}
.figuretext .logoa img {
  width: 280px;
}
.figuretext {
  margin: 30px 0 0;
}
.figuretext h3 { 
  font-size: 26px;
  margin: 15px 0 0px;
  float: right;
  text-align: right;
}
.figuretext h2 {
  font-size: 90px; 
  text-align: right;
  right: 0;
}
}
@media only screen and (max-width: 767px){
.board-of-directors .bdiredors {
  width: 25%;
  float: left;
}
.pdfbtn {
    text-align: center;
}
.headline {
    width: 90%;
    margin: auto;
}
.mobile_second_col {
    width: 460px !important;
}
.board-of-directors .bdiredors .temimg img {
  height: auto;
  width: 100%;
}
.header .socialhead {
  float: left;
  width: 30%;
}
.header .reporthead {
  width: 50%;
  float: left;
}
.header .menuicosn {
  float: left;
  width: 20%;
}
.numberbold {
  font-size: 20px;
}
.countes {
  font-size: 12px; 
}
.numberimg img {
  width: 58px;
}
.teamsseniorresearchers .fourboxcsd {
  float: left;
  width: 50%;
  margin: 0 0 25px;
}
.publicationssections .threeboxcsd {
  float: left;
  width: 50%;
  margin: 0 0 25px;
}
.figuretext .logoa img {
  width: 240px;
}
.figuretext h3 {
  font-size: 22px;
  margin: 15px 0 0px;
  float: right;
  text-align: right;
}
.figuretext h2 {
  font-size: 50px;
  text-align: right;
  right: 0;
}
.hero-section {
  background: #f4ede6 url("../images/digitalarbanner.jpg");
  height: 300px;
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
  clear: both;
  position: relative;
  background-position: center;
}
.col-md-6.havelogoandtext {
  width: 100%;
  padding-right: 105px;
}
.row.menu_mobile>div {
    display: -webkit-inline-box;
    position: relative;
    height: 70px;
}
.headlogo img {
    width: 110px !important;
    padding: 22px 0px !important;
}
.mobile_second_col {
    position: absolute !important;
}
.mobile_third_col {
    position: absolute !important;
    right: 0;
}
.mobile_second_col .headline h1 {
    font-size: 12px;
    line-height: 6;
}
.single-timeline-area .timeline-date{
  padding-right: 50px;
}
.single-timeline-area {
    padding-left: 165px;
    padding-right: 30px;
}
.single-timeline-area .timeline-date p {
    font-size: 15px;
}
.single-timeline-area .timeline-date{
  padding-right: 44px;
}
.mobile_second_col {
    width: 65% !important;
}
.single-timeline-area {
    padding-right: 23px;
}
.parallax {
    min-height: 400px;
}
blockquote{
    font-size: 30px;
}
.distinguishslider {
    background: #fff;
    background-image:none;
}
}
@media only screen and (max-width: 600px){
.social-icons a {
  margin-right: 10px;
}
.mobile_second_col {
  width: 60% !important;
}
.header .reporthead {
  padding: 0;
}
.headline h1{
  font-size: 14px;
}
.board-of-directors .bdiredors {
  width: 50%;
  float: left;
}
.board-of-directors .bdiredors .temimg img {
  height: 170px;
  width: 170px;
}
.distinguishmessage h3, .shomap h3, #timelinearea .section_heading h3, .numbersarea h3, 
.videothreeslides h3, .foundercricle h3, .teamsseniorresearchers .contentarea h3, 
.financearea h3, .publicationssections h3{
  font-size: 50px;
}
.footerlinks{
  text-align: center;
}
.copyrighttext {
  text-align: center;
  padding: 05px 0;
}
.combineimgtext {
  width: 100%;
}
.text-aright {
  width: 100%;
}
#headarea.active .socialhead {
  visibility: hidden;
}
.numberbold {
  font-size: 18px;
}
.countes {
  font-size: 11px;
  padding: 0 5px;
}
.hero-section {
  height: 240px;
}
.col-md-6.havelogoandtext {
  width: 100%;
  padding-right: 10px;
}
.figuretext .logoa img {
  width: 200px;
}
.figuretext h3 {
  font-size: 20px;
  margin: 10px 0 0px;
}
.figuretext h2 {
  font-size: 34px;
  text-align: right;
  right: 0;
}
.single-timeline-area .timeline-date {
    width: auto;
    padding: 0 10px;
}
.single-timeline-area .timeline-date p {
    font-size: 16px;
    position: absolute;
    width: auto;
    top: 0;
    left: 40px;
    margin-top: 0px;
    background: #b9233c;
    color: #fff !important;
    padding: 0 11px;
    border-radius: 4px;
}

.single-timeline-area .timeline-date::before, .single-timeline-area .timeline-date::after {
    display: none;
}
.single-timeline-area {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 13px;
    padding-bottom: 15px;
}
.single-timeline-area .col-12.col-md-6.col-lg-5 {
    padding: 0 20px;
}
.single-timeline-area .timeline-date p {
    font-size: 15px;
}
.single-timeline-area .timeline-date{
  padding-right: 44px;
}
.headline {
    width: 90%;
    margin: auto;
}
}
@media only screen and (max-width: 480px){
#headarea .socialhead {
  display: none;
}
.headingcontains {
    display: block;
    text-align: center;
}
.headingcontains a {
    display: block !important;
}
blockquote{
  font-size: 16px;
  line-height: 20px;
}
.distinguishmessage h3, .shomap h3, #timelinearea .section_heading h3, .numbersarea h3, 
.videothreeslides h3, .foundercricle h3, .teamsseniorresearchers .contentarea h3, 
.financearea h3, .publicationssections h3 {
  font-size: 30px;
  line-height: 35px;
}
.board-of-directors .bdiredors {
  width: 100%;
  float: left;
}
.contentdomain h2 {
    font-size: 30px;
    line-height: 35px;
}
.ftrimg img {
    width: 100%;
}
.single-timeline-area .timeline-date {
    width: auto;
    padding: 0 10px;
}

.single-timeline-area .timeline-date::before, .single-timeline-area .timeline-date::after {
    display: none;
}
.single-timeline-area {
    padding-left: 50px;
    padding-right: 20px;
}
.single-timeline-area .col-12.col-md-6.col-lg-5 {
    padding: 0 20px;
}
.header .reporthead {
    width: 80%;
    float: left;
}
.header .menuicosn {
    float: left;
    width: 20%;
}
.aboutus .contentarea h3 {
    font-size: 30px;
}
.aboutus .contentarea p {
  letter-spacing: 0;
  line-height: 25px;
  font-size: 18px;
  text-align: left;
}
.chariamanmsg h3 {
    color: #b9233c;
    font-size: 26px;
    font-weight: 600;
    line-height: 30px;
    margin-top: 0;
    margin-bottom: 20px;
}
.board-of-directors h3 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 600;
    margin: 0 0 25px;
}
.numberimg img {
    width: 45px;
}
.numberfive {
    width: 50%;
    float: left;
    text-align: center;
    border: 1px solid #0000001C;
    padding: 15px 0;
    box-sizing: border-box;
}
.numberdiv .numberfive:last-child {
    border-right: 1px solid #0000001C;
}
.numberdiv.thirdpart .numberfive {
    border-bottom: 1px solid #0000001C;
}
.youtubeplayerrowcols .playyoutube li img {
    width: 100%;
    height: 56px;
    object-fit: cover;
}
.teamsseniorresearchers .fourboxcsd {
    float: none;
    width: 100%;
    margin: auto auto 25px;
    max-width: 300px;
}
.publicationssections .threeboxcsd {
    float: none;
    width: 100%;
    margin: auto auto 25px;
    max-width: 300px;
}
.figuretext .logoa img {
  width: 140px;
}
.figuretext {
  margin: 10px 0 0;
}
.figuretext h3 {
  font-size: 16px;
  margin: 10px 0 0px;
}
.figuretext h2 {
  font-size: 24px;
  text-align: right;
  right: 0;
}
.hero-section {
  height: 160px;
}
.row.menu_mobile>div {
    display: -webkit-inline-box;
    position: relative;
    height: 70px;
}
.headlogo img {
    width: 110px !important;
    padding: 22px 0px !important;
}
.mobile_second_col {
    position: absolute !important;
}
.mobile_third_col {
    position: absolute !important;
    right: 0;
}
.mobile_second_col .headline h1 {
    font-size: 12px;
    line-height: 6;
}
.parallax {
    min-height: 270px;
}
.mobile_second_col {
    width: 56% !important;
    padding: 0 !important;
}
}

@media only screen and (max-width: 412px){

  .headlogo img {
    width: 85px !important;
    padding: 25px 0px !important;
}
.mobile_second_col {
    width: 60% !important;
    padding: 0 !important;
}
.row.menu_mobile>div {
    padding: 0px 8px;
}
.headline {
    width: 100%;
    margin: auto;
}
.parallax {
    min-height: 270px;
}
.download_report {
    height: 55px;
}

}


@media only screen and (max-width: 375px){

  .headlogo img {
    width: 85px !important;
    padding: 25px 0px !important;
}
.mobile_second_col {
    width: 62% !important;
    padding: 0 !important;
}

.row.menu_mobile>div {
    padding: 0px 8px;
}
.headline {
    width: 100%;
    margin: auto;
}
.parallax {
    min-height: 270px;
}
.download_report {
    height: 55px;
}
.mobile_second_col .headline h1 {
    font-size: 10px !important;
}
body{
    overflow-x: hidden
}

}

@media only screen and (max-width: 320px){
.mobile_second_col {
    width: 190px !important;
    padding: 0;
}
.headline {
    width: 100%;
    margin: auto;
}
.headline h1 {
    font-size: 10px !important;
}
.row.menu_mobile>div {
    padding: 0px 4px;
}

}

/*End Media Query*/






