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,
caption,
tbody,
tfoot,
thead,
th,
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;
}
hr {
  margin: 5px 0;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
* {
  outline: none;
}

/* 1.1 Defaults */

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6,
strong {
  font-weight: 500;
  margin: 0;
  padding: 0;
}
i,
em {
  font-style: italic;
}
.left {
  float: left;
}
.right {
  float: right;
}
.alignleft {
  text-align: left;
}
.alignright {
  text-align: right;
}
.aligncenter {
  text-align: center;
}
textarea {
  overflow: auto;
}
a {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  color: #000;
  text-decoration: none;
}
address {
  font-style: normal;
}
p {
  font-size: 16px;
  line-height: 24px;
  color: #000;
  margin: 0;
  padding: 0 0 10px;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
textarea {
  resize: vertical;
}

/* css */

body {
  font-size: 16px;
  line-height: 24px;
  color: #000;
  font-family: 'Libre Franklin', sans-serif !important;
  font-weight: 400;
}
.box {
  max-width: 1020px;
  padding: 0 10px;
  margin: 0 auto;
}

/* header */

.header {
  background: rgba(255, 255, 255, 1);
  width: 100%;
  height: 87px;
  float: left;
  padding: 12px 0 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
.header .box,
.footer .box {
  max-width: 100%;
  padding: 0 35px;
}
.header .logo {
  float: left;
}
.header .logo a {
  display: inline-block;
}
.header .logo a img {
  max-width: 138px;
}
.top-search {
  float: right;
  padding-top: 22px;
  position: relative;
}
.top-search .search-icon {
  /* background: url(images/ico_search.png)no-repeat center; */
  width: 34px;
  height: 30px;
  display: block;
  cursor: pointer;
}
.top-search .search-box {
  background: #eee;
  width: 300px;
  padding: 10px;
  position: absolute;
  right: 0;
  top: 75px;
  display: none;
}
.top-search input[type="search"] {
  background: #fff;
  width: 100%;
  height: 35px;
  padding: 5px 10px;
  font-size: 16px;
  color: #000;
  line-height: 23px;
  font-family: 'Libre Franklin', sans-serif !important;
  font-weight: 400;
  border: 1px solid #d9d9d9;
  float: left;
}
.top-search input[type="search"]::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}
.top-search input[type="search"]:-moz-placeholder {
  color: #000;
  opacity: 1;
}
.top-search input[type="search"]::-moz-placeholder {
  color: #000;
  opacity: 1;
}
.top-search input[type="search"]::-ms-input-placeholder {
  color: #000;
  opacity: 1;
}
.top-search input[type="search"]:-ms-input-placeholder {
  color: #000;
  opacity: 1;
}
.top-search input[type="search"]:focus {
  border: 1px solid #00adef;
}

/* nav-menu */

.nav-menu {
  float: right;
  padding-top: 22px;
}
.nav-menu li {
  float: left;
  font-size: 16px;
  font-weight: 600;
  margin: 0 13px;
  text-transform: uppercase;
  position: relative;
}
.nav-menu li a {
  color: #049ed2;
  line-height: 24px;
  padding: 5px;
  display: inline-block;
}
.nav-menu li:hover a {
  color: #002e53;
}
.nav-menu li sub {
  font-size: 10px;
  position: relative;
  top: -3px;
}
.nav-menu li>ul {
  background: rgba(255, 255, 255, .9);
  width: 280px;
  position: absolute;
  left: 0;
  top: 51px;
  padding: 5px 18px;
  display: none;
}
.nav-menu li:last-child>ul {
  left: inherit;
  right: -70px;
}

/* .nav-menu li ul:before {
  content: '';
  width: 100%;
  height: 18px;
  position: absolute;
  left: 0;
  top: -18px;
} */

.nav-menu li li {
  width: 100%;
  float: left;
  margin: 0;
  font-weight: 400;
}
.nav-menu li li a,
.nav-menu li:hover li a {
  color: #336699;
  padding: 0;
  display: inline-block;
}
.nav-menu li li a:hover {
  color: #002e53;
}
.nav-menu li:hover ul {
  display: block;
}
.nav-menu li .arrow {
  display: none;
}

/* menu-icon */

.menu-icon {
  width: 35px;
  height: 36px;
  text-align: center;
  position: absolute;
  right: 10px;
  top: 21px;
  cursor: pointer;
  display: none;
}
.menu-icon i {
  font-size: 30px;
  color: #002e53;
  position: absolute;
  left: 50%;
  top: -18px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.menu-icon .fa-times {
  display: none;
}
.menu-icon.active .fa-bars {
  display: none;
}
.menu-icon.active .fa-times {
  display: block;
}

/* main-container */

.main-container {
  width: 100%;
  float: left;
}

/* slider-wrap */

.slider-wrap {
  width: 100%;
  float: left;
  position: relative;
  text-align: center;
}
.slider-wrap .home-slider {
  width: 100%;
  float: left;
}
.slider-wrap .slides {
  position: relative;
  z-index: 1;
}
.slider-wrap .slides li {
  position: relative;
}
.slider-wrap .slides li img {
  width: 100%;
}
.slider-wrap .flex-control-nav {
  position: absolute;
  right: 10px;
  top: 40%;
  z-index: 2;
}
.slider-wrap .flex-control-nav li {
  margin: 7px 0;
}
.slider-wrap .flex-control-nav li a {
  background: #098ab5;
  width: 20px;
  height: 20px;
  display: block;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  text-indent: -99999px;
}
.slider-wrap .flex-control-nav li a.flex-active {
  background: #c4c4c4;
}

/* slider-caption */

.slider-wrap .slider-caption {
  width: 500px;
  position: absolute;
  left: 35px;
  top: 33%;
  text-align: left;
  z-index: 2;
}
.slider-wrap .slider-caption h1 {
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 27px;
}
.slider-wrap .slider-caption h1.blue {
  color: #6699cc;
}
.slider-wrap .slider-caption h1 span {
  color: #e67e35;
  display: block;
}
.slider-wrap .slider-caption a {
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
}
.slider-wrap .slider-caption a.gray {
  color: #717273;
}
.slider-wrap .slider-caption a span {
  display: block;
}
.slider-wrap .slider-caption a:hover {
  color: #049ed2;
}

/* slider-blue-bar */

.slider-wrap .slider-blue-bar {
  background: rgba(0, 62, 102, .8);
  width: 100%;
  float: left;
  text-align: center;
  padding: 37px 0;
  /* position: absolute; */
  left: 0;
  bottom: 0px;
  z-index: 2;
}
.box2 {
  max-width: 1145px;
}
.slider-wrap .slider-blue-bar p {
  font-size: 24px;
  line-height: 32px;
  color: #fff;
  padding: 0 0px;
}
.slider-wrap .slider-blue-bar p span {
  display: block;
}

/* gif-supported */

.gif-supported {
  width: 100%;
  float: left;
  text-align: center;
  padding: 18px 0 23px;
  border-bottom: 1px solid #636163;
}
.gif-supported .full-col {
  width: 100%;
  float: left;
}
.gif-supported ul {
  margin-bottom: 5px;
}
.gif-supported li {
  display: inline-block;
  margin: 22px 18px;
}
.gif-supported p {
  font-size: 20px;
  line-height: 32px;
  color: #000;
}
.gif-supported p span {
  display: block;
}
.gif-supported p a {
  color: #00adef;
}
.gif-supported p a:hover {
  color: #29566f;
}

/* glance */

.heading {
  font-size: 30px;
  line-height: 40px;
  color: #000;
  font-weight: 600;
  text-align: center;
  margin-bottom: 45px;
}
.glance {
  width: 100%;
  float: left;
  text-align: center;
  padding: 46px 0;
}
.glance .heading {
  margin-bottom: 53px;
}
.glance>.box>ul {
  width: 100%;
  float: left;
  //border-bottom: 1px solid #636163;
  padding-bottom: 29px;
  margin-bottom: 29px;
  display: flex;
  flex-wrap: wrap;
}
.glance>.box>ul>li {
  width: 33%;
  min-height: 215px;
  display: inline-block;
  border-bottom: 1px solid #636163;
  padding: 0 10px;
}
.glance li.separator>div {
  border-right: 1px solid #636163;
}
.glance li>div {
  margin: 15px 0;
}

.glance li h3,
.graph-box .common h3 {
  min-height: 70px;
  text-align: center;
  font-size: 25px;
  color: #000;
  line-height: 30px;
  font-weight: 400;
  padding-bottom: 20px;
  text-transform: uppercase;
}
.glance li h3 span {
  display: block;
  font-size: 16px;
  line-height: 20px;
  color: #b1b1b3;
  font-weight: 500;
  text-transform: none;
}
.glance li strong {
  display: block;
  font-size: 94px;
  line-height: 100px;
  color: #049ed2;
  font-weight: 600;
}
.glance li strong small {
  font-size: 27px;
  color: #b1b1b3;
  font-weight: 400;
  line-height: 34px;
  text-transform: uppercase;
  padding-left: 5px;
}
.graph-box {
  width: 100%;
  float: left;
}
.graph-box .common {
  width: 50%;
  min-height: 480px;
  float: left;
  padding: 10px;
  text-align: center;
  position: relative;
}
.graph-box .common.left {
  border-right: 1px solid #636163;
}
.graph-box .common h3 {
  min-height: auto;
  padding-bottom: 15px;
}
.graph-box .chart-area {
  width: 100%;
  float: left;
}
.graph-box .chart,
.graph-box .charts {
  width: 500px;
  margin: 0 auto;
}
.graph-box .apexcharts-legend {
  display: flex;
  display: -webkit-flex;
  overflow: auto;
  padding: 0 10px;
  right: 249px !important;
  text-align: left;
}
.graph-box .name-detail {
  width: 100%;
  float: left;
  display: block;
  text-align: left;
  position: relative;
  top: -60px;
}
.graph-box .name-detail ul {
  border-bottom: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.graph-box .name-detail li {
  width: 100%;
  float: left;
  font-size: 13px;
  line-height: 16px;
  color: #a2a5ab;
  font-weight: 500;
  border: 0 !important;
  min-height: inherit !important;
  padding: 0;
}
.graph-box .apexcharts-legend-marker {
  display: none !important;
}
.graph-box .apexcharts-legend {
  left: 0 !important;
  padding: 0 10px 0 0;
}
.graph-box .apexcharts-legend-text {
  width: 100%;
  float: left;
  text-align: right !important;
}

/* projects */

.projects {
  background: #e6e7e7;
  width: 100%;
  float: left;
  text-align: center;
  padding: 60px 0;
}
.projects ul,
.our-partners ul {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.projects li,
.our-partners li {
  background: #fff;
  width: 31.9%;
  display: inline-block;
}
.projects li .white-box {
  width: 100%;
  float: left;
}
.projects li .img-box {
  width: 100%;
  float: left;
  text-align: center;
}
.projects li .img-box img {
  width: 100%;
}
.projects li .text-box {
  width: 100%;
  float: left;
  padding: 20px 25px;
  text-align: left;
}
.projects li .text-box h3 {
  font-size: 30px;
  line-height: 35px;
  font-weight: 400;
  padding-bottom: 17px;
}
.projects li .text-box h4 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  padding-bottom: 23px;
}
.projects li .text-box a,
.partner-details .gray-box a,
.blue-link {
  font-size: 13px;
  color: #00bcf2;
  font-weight: 600;
  text-transform: uppercase;
  float: right;
}
.projects li .text-box a:hover,
.partner-details .gray-box a:hover,
.blue-link:hover {
  color: #000;
}

/* partners */

.partners {
  background: #fff;
  width: 100%;
  float: left;
  text-align: center;
  padding: 60px 0;
}
.partners .heading {
  margin-bottom: 22px;
}
.funding-partner {
  width: 100%;
  float: left;
  padding: 0px 60px;
  margin: 42px 0 20px;
  position: relative;
}
.funding-partner h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 35px;
}
.funding-partner li {
  text-align: center;
}
.funding-partner li .common-box {
  display: inline-block;
  margin: 0 18px 25px;
}
.funding-partner .flex-prev,
.funding-partner .flex-next {
  /* background: url(images/ico_arrow.png)no-repeat left top; */
  width: 38px;
  height: 72px;
  position: absolute;
  top: 65px;
  text-indent: -99999px;
}
.funding-partner .flex-prev {
  left: 12px;
}
.funding-partner .flex-next {
  background-position: right top;
  right: 12px;
}

/* our-partners */

.our-partners {
  width: 100%;
  float: left;
  text-align: center;
}
.our-partners li {
  /* text-align: center; */
  border: 1px solid #e6e7e8;
}
.our-partners li .img-box {
  width: 100%;
  float: left;
}
.our-partners li .text-box {
  width: 100%;
  float: left;
  padding: 20px 25px;
}
.our-partners li .text-box h3 {
  font-size: 24px;
  line-height: 31px;
  font-weight: 600;
  padding-bottom: 10px;
}
.our-partners li .text-box a {
  float: none;
  position: absolute;
    bottom: 10px;
    right: 15px;
}

/* footer */

.footer {
  width: 100%;
  float: left;
}
.footer .sub-newsletter {
  background: #346982;
  width: 100%;
  float: left;
  padding: 15px 0;
}
.footer .sub-newsletter h3 {
  font-size: 20px;
  color: #00bcf2;
  line-height: 38px;
  font-weight: 500;
  float: left;
  margin-right: 20px;
}
.footer .sub-newsletter a {
  background: #e16b2b;
  line-height: 38px;
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  display: inline-block;
  padding: 0 18px;
}
.footer .sub-newsletter a:hover {
  background: #fff;
  color: #e16b2b;
}
.footer-btm {
  width: 100%;
  float: left;
  padding: 15px 0;
}
.footer-btm .ft-logo {
  float: left;
}
.footer-btm .ft-logo a {
  display: inline-block;
}
.footer-btm ul {
  float: right;
  padding: 17px 0 0 32px;
}
.footer-btm li {
  float: left;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  text-transform: uppercase;
  padding: 0 8px;
  position: relative;
}
.footer-btm li:before {
  content: '';
  background: #000;
  width: 1px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 0;
}
.footer-btm li:first-child:before {
  display: none;
}
.footer-btm li:last-child {
  margin-right: 0;
}
.footer-btm li a {
  color: #000;
}
.footer-btm li a:hover {
  color: #00adef;
}
.footer-btm p.copy {
  float: right;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  padding: 17px 0 0 0;
}

/* banner */


/* banner */

.banner {
  width: 100%;
  float: left;
  position: relative;
  text-align: center;
}
.banner img {
  width: 100%;
}
.banner .page-title {
  font-size: 50px;
  line-height: 60px;
  color: #fff;
  font-weight: 700;
  position: absolute;
  left: 5%;
  top: 50%;
  text-align: left;
  text-transform: uppercase;
  -webkit-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -ms-transform: translatey(-50%);
  -o-transform: translatey(-50%);
  transform: translatey(-50%);
}
.banner .page-title span {
  display: inline-block;
  padding-top: 87px;
}

/* about-gif */


/* about-gif */

.about-gif {
  width: 100%;
  float: left;
  padding: 40px 55px;
}
.about-gif p {
  padding-bottom: 25px;
}
.about-gif h4 {
  font-size: 24px;
  line-height: 34px;
  color: #336699;
  font-weight: 700;
  font-style: italic;
}
.about-gif .full-row {
  width: 100%;
  float: left;
  text-align: center;
  padding: 27px 0 22px;
}
.about-gif .full-row .image-box {
  width: 446px;
  height: 276px;
  position: relative;
  display: inline-block;
}
.about-gif .image-box .left-text,
.about-gif .image-box .right-text {
  width: 130px;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  font-weight: 900;
  position: absolute;
  top: 50%;
  -webkit-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -ms-transform: translatey(-50%);
  -o-transform: translatey(-50%);
  transform: translatey(-50%);
}
.about-gif .image-box .left-text {
  left: 35px;
  text-align: left;
}
.about-gif .image-box .right-text {
  right: 35px;
  text-align: right;
}

/* team page */


/* team page */

.team {
  width: 100%;
  float: left;
  padding: 40px 0;
}
.top-box {
  width: 100%;
  float: left;
  text-align: center;
  margin-bottom: 30px;
}
.top-box p {
  font-size: 20px;
  line-height: 30px;
}
.team ul {
  width: 100%;
  float: left;
  border-top: 1px solid #96a2a1;
}
.team li {
  width: 100%;
  float: left;
  padding: 15px 20px 0;
  border-bottom: 1px solid #96a2a1;
}
.team li .full-row {
  width: 100%;
  float: left;
}
.team li .full-row.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 15px;
  position: relative;
}
.accordion-btn {
  background: #de6929;
  width: 28px;
  height: 28px;
  position: absolute;
  right: 0;
  bottom: 15px;
  cursor: pointer;
}
.accordion-btn:before,
.accordion-btn:after {
  background: #fff;
  content: '';
  width: 3px;
  height: 14px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.accordion-btn:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  -o-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.accordion-btn.active:before {
  display: none;
}
.team li .img-box,
.team li .social-icons {
  width: 12.5%;
  float: left;
}
.team li .text-box {
  width: 87.5%;
  float: left;
  padding: 0 35px 0 30px;
}
.team li .text-box h4 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
}
.team li .text-box .designation {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  display: block;
}
.team li .accordion-content {
  padding-top: 15px;
  display: none;
}
.team li .text-box p {
  padding-bottom: 25px;
}
.team li .social-icons {
  padding: 10px 0;
}
.team li .social-icons a {
  margin: 0 2px;
}

/* partner page */


/* partner page */

.partner-details {
  width: 100%;
  float: left;
  text-align: center;
}
.partner-details .heading {
  margin-bottom: 0px;
}
.partner-details p {
  font-size: 20px;
  line-height: 32px;
}
.partner-details .partners-row {
  width: 100%;
  float: left;
  position: relative;
  padding: 40px 0;
}
.partner-details .gif-supported {
  border-bottom: 0;
}
.partner-details .video-wrap {
  width: 100%;
  float: left;
  text-align: center;
}
.partner-details .video-wrap .center {
  width: 580px;
  display: inline-block;
  text-align: left;
}
.video-wrap .video {
  width: 100%;
  padding-bottom: 56.25%;
  float: left;
  margin-bottom: 15px;
  position: relative;
}
.video-wrap .video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.video-wrap .video-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.video-wrap .video-overlay img {
  width: 100%;
}
.video-wrap .video .blue-line {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1d91dc+0,000000+100&0.65+0,0+100 */
  background: -moz-linear-gradient(left, rgba(29, 145, 220, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(29, 145, 220, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(29, 145, 220, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a61d91dc', endColorstr='#00000000', GradientType=1);
  /* IE6-9 */
  width: 100%;
  float: left;
  padding: 16px 20px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.video-wrap .video .blue-line strong {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  line-height: 68px;
  display: inline-block;
  cursor: pointer;
}
.video-wrap .video .blue-line span {
  width: 68px;
  height: 68px;
  float: left;
  display: inline-block;
  margin: 0 15px 0 0;
  border: 2px solid #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  position: relative;
}
.video-wrap .video .blue-line span:before {
  content: '';
  border-left: 30px solid #fff;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  position: absolute;
  left: 20px;
  top: 17px;
}
.video-wrap .text-box {
  width: 100%;
  float: left;
  text-align: left;
}
.partner-details #technical-partners {
  background: #e6e7e7;
}
#technical-partners .gif-supported .full-col {
  padding: 0 50px;
  margin-bottom: 15px;
}
#technical-partners .gif-supported li {
  background: #fff;
  padding: 10px 20px;
  margin: 4px -2px;
}
.partner-details .partners-accordion-wrap {
  width: 100%;
  float: left;
  padding: 15px 140px 0;
  position: relative;
  margin: 35px 0 2px;
}
.partner-details .partners-accordion-wrap:before {
  content: '';
  border-top: 1px solid #29566f;
  position: absolute;
  left: 120px;
  right: 120px;
  top: 0;
}
.partner-details .partners-accordion {
  width: 100%;
  float: left;
  margin-bottom: 15px;
  text-align: left;
}
.partner-details .partners-accordion .accordion-tab {
  background: #b6e1f0;
  width: 100%;
  min-height: 118px;
  float: left;
  font-size: 24px;
  line-height: 28px;
  color: #29566f;
  font-weight: 700;
  padding: 10px 18px;
  border: 1px solid #79919f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.partner-details .accordion-tab.commercial {
  background: #c2e3ca;
}
.partner-details .accordion-tab.finance {
  background: #f8dfc8;
}
.partner-details .accordion-tab.associations {
  background: #d4d5d6;
}
.partner-details .accordion-tab .accordion-btn {
  right: 19px;
  bottom: 0;
}
.partner-details .accordion-content {
  width: 100%;
  float: left;
  padding: 10px 0 25px;
  position: relative;
  display: none;
}
.partner-details .accordion-content:after {
  content: '';
  border-top: 1px solid #29566f;
  position: absolute;
  left: -20px;
  right: -20px;
  bottom: 0;
}
.partner-details .accordion-content ul {
  width: 50%;
  float: left;
  padding-left: 18px;
}
.accordion-content .sub-list li {
  width: 100%;
  float: left;
  font-size: 18px;
  line-height: 24px;
  margin: 3px 0;
}
.accordion-content .sub-list li a {
  color: #000;
  display: inline-block;
}
.accordion-content .sub-list li a:hover {
  color: #049ed2;
}

/* project-profile page */


/* project-profile page */

.project-profile {
  width: 100%;
  float: left;
}
.banner .page-title.project {
  font-size: 35px;
  line-height: 40px;
  text-transform: inherit;
}
.project-blue-bar {
  background: #002f54;
  width: 100%;
  float: left;
  padding: 18px 0;
}
.project-blue-bar ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.project-blue-bar li {
  padding: 0 25px;
}
.project-blue-bar li:nth-child(2)~li {
  border-left: 1px solid #fff;
}
.project-blue-bar li:nth-child(1) {
  width: 19%;
  text-align: center;
}
.project-blue-bar li:nth-child(2) {
  width: 25%;
}
.project-blue-bar li:nth-child(3) {
  width: 13.5%;
}
.project-blue-bar li:nth-child(4) {
  width: 17%;
}
.project-blue-bar strong {
  font-size: 20px;
  line-height: 26px;
  color: #fff;
  font-weight: 700;
}
.project-blue-bar p {
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  padding: 0;
}

/* common */

.project-profile .common {
  width: 100%;
  float: left;
  padding: 40px 0;
}
.project-profile .common.gray {
  background: #e0e1e1;
}
.project-profile .common .heading {
  text-align: left;
  margin-bottom: 25px;
}
.project-profile .common .box {
  padding: 0 65px;
}
.project-profile .common p {
  padding-bottom: 23px;
}

/* news page */


/* news page */

.news-row {
  background: #fff;
  width: 100%;
  /* float: left; */
  padding: 45px 0;
}
.news-tab {
  width: 100%;
  float: left;
  margin-bottom: 42px;
}
.news-tab li {
  float: left;
  font-size: 22px;
  line-height: 25px;
  padding: 0 30px;
  border-left: 1px solid #7e7f7f;
}
.news-tab li:first-child {
  border-left: 0;
  padding-left: 0;
}
.news-tab li a {
  display: inline-block;
  color: #000;
  font-weight: 300;
}
.news-tab li a.active {
  font-weight: 900;
}
.news-content {
  width: 100%;
  float: left;
  display: none;
}
.news-content.active {
  display: block;
}
.news-content>ul {
  margin: 0 -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.news-content>ul>li {
  background: #fff;
  width: 322px;
  float: left;
  margin: 0 9px 18px;
  border: 1px solid #e6e7e8;
  position: relative;
  padding-bottom: 40px;
}
.news-content li .img-box {
  width: 100%;
  float: left;
}
.news-content li .img-box img {
  width: 100%;
}
.news-content li .text-box {
  width: 100%;
  float: left;
  padding: 20px 25px 10px;
}
.news-content li .text-box h3 {
  font-size: 32px;
  line-height: 42px;
  color: #00aeef;
  font-weight: 700;
  font-family: 'Roboto Slab', serif;
  margin-bottom: 15px;
}

.news-content li .text-box h4 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
.news-content li .text-box p {
  line-height: 26px;
  padding-bottom: 20px;
}
/* .news-content>ul>li .blue-link {
  position: absolute;
  right: 25px;
  bottom: 10px;
} */

/* releases */

.news-row.releases {
  background: #dcddde;
}
.news-row.releases .news-content li,
.news-row.blog .news-content li,
.news-row.events .news-content li,
.news-row.videos .news-content li {
  border: 0;
}
.news-content li .text-box .location {
  width: 100%;
  float: left;
  margin: 20px 0;
}
.news-content li .text-box .location li {
  float: left;
  padding: 0 9px;
  margin: 5px 0;
  line-height: 18px;
  border-left: 1px solid #1d1d1d;
  text-transform: uppercase;
}
.news-content li .text-box .location li:first-child {
  border: 0;
  padding-left: 0;
}

/* blog */

.news-row.blog {
  background: #3e5a75;
  float:none;
  clear:both;
}
.news-row.blog .news-tab li,
.news-row.events .news-tab li {
  border-color: #fff;
}
.news-row.blog .news-tab li a,
.news-row.events .news-tab li a {
  color: #fff;
}

/* events */

.news-row.events {
  background: #06224a;
}

/* videos */

.news-row.videos {
  background: #dcddde;
}
.news-row.videos .news-content li {
  padding-bottom: 75px;
}
.news-row.videos .blue-link {
  line-height: 46px;
  position: absolute;
  right: 25px;
  bottom: 15px;
}
.news-row.videos .blue-link span {
  width: 46px;
  height: 46px;
  float: left;
  display: inline-block;
  margin: 0 10px 0 0;
  border: 1px solid #139be9;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  position: relative;
}
.news-row.videos .blue-link span:before {
  content: '';
  border-left: 20px solid #139be9;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  position: absolute;
  left: 16px;
  top: 11px;
}
.news-row.videos .blue-link:hover span {
  border-color: #000;
}
.news-row.videos .blue-link:hover span:before {
  border-left: 20px solid #000;
}

/* start scroller css */

.mCSB_scrollTools {
  -webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
}
.tab-content-wrap {
  width: 100%;
  height: 205px;
  overflow: auto;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.mCustomScrollBox {
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: none;
  direction: ltr;
}
.mCSB_container {
  overflow: hidden;
  width: auto;
  height: auto;
}
.mCSB_scrollTools {
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0px;
  bottom: 0;
}
.mCSB_scrollTools .mCSB_draggerContainer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
}
.mCSB_scrollTools a+.mCSB_draggerContainer {
  margin: 20px 0;
}
.mCSB_scrollTools .mCSB_draggerRail {
  width: 3px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  filter: "alpha(opacity=0)";
  -ms-filter: "alpha(opacity=0)";
}
.mCSB_scrollTools .mCSB_dragger {
  cursor: pointer;
  width: 100%;
  min-height: 75px !important;
  z-index: 1;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  position: relative;
  width: 7px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  text-align: center;
}
.mCustomScrollbar>.mCustomScrollBox>.mCSB_scrollTools.mCSB_scrollTools_onDrag {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}
.mCSB_scrollTools .mCSB_draggerRail {
  /* back line */
  background-color: #000;
  background-color: rgba(0, 46, 83, 1);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(0, 46, 83, .5);
  filter: "alpha(opacity=2)";
  -ms-filter: "alpha(opacity=2)";
}
.mCustomScrollbar:hover .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(0, 46, 83, .7);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(0, 46, 83, 1);
  filter: "alpha(opacity=1)";
  -ms-filter: "alpha(opacity=1)";
}
.mCustomScrollBox {
  padding-right: 15px;
}
.mCS_no_scrollbar .mCustomScrollBox {
  padding-right: 0;
}

/* end scroller css */


/* map page */


/* map page */

.map {
  background: #e6e7e8;
  width: 100%;
  float: left;
  position: relative;
  padding-top: 87px;
  /*display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap;*/
}

/* map-tabbing */

.map-tabbing {
  background: #002e53;
  width: 255px;
  float: left;
  padding: 18px 20px 18px 30px;
  position: absolute;
  left: 0;
  top: 87px;
  z-index: 2;
}
.map-tabbing li {
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  font-weight: 600;
  margin: 11px 0;
}
.map-tabbing li a {
  color: #fff;
}
.map-tabbing li a:hover,
.map-tabbing li a.active {
  color: #00aeef;
}
.map-content {
  width: 100%;
  float: left;
  display: none;
}

/* filter */

.filter {
  background: #e6e7e8;
  width: 255px;
  float: left;
  padding-top: 152px;
}
.filter .gray-box {
  width: 100%;
  max-height: 570px;
  float: left;
  padding: 13px 0px 15px 0px;
}

/* search-box */

.filter .search-box {
  width: 100%;
  float: left;
  margin-bottom: 20px;
  padding-left: 30px;
  padding-right: 20px;
}
.filter .search-box .input {
  background: #fff;
  width: calc(100% - 30px);
  height: 24px;
  float: left;
  padding: 3px 8px;
  font-size: 10px;
  color: #96a2a1;
  line-height: 16px;
  font-family: 'Libre Franklin', sans-serif !important;
  font-weight: 400;
  border: 1px solid #96a2a1;
  border-right: 0;
}
.filter .search-box .input::-webkit-input-placeholder {
  color: #96a2a1;
  opacity: 1;
}
.filter .search-box .input:-moz-placeholder {
  color: #96a2a1;
  opacity: 1;
}
.filter .search-box .input::-moz-placeholder {
  color: #96a2a1;
  opacity: 1;
}
.filter .search-box .input::-ms-input-placeholder {
  color: #96a2a1;
  opacity: 1;
}
.filter .search-box .input:-ms-input-placeholder {
  color: #96a2a1;
  opacity: 1;
}
.filter .search-box .sub-btn {
  /* background: url(images/icon_arrow_search.png)no-repeat right 4px center #fff; */
  width: 30px;
  height: 24px;
  float: left;
  border: 1px solid #96a2a1;
  border-left: 0;
  cursor: pointer;
}
.filter .gray-box h3 {
  width: 100%;
  float: left;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  font-weight: 400;
  margin-bottom: 3px;
  padding-left: 30px;
  padding-right: 20px;
}
.blue-bar {
  background: #336699;
  width: 100%;
  float: left;
  text-align: center;
  position: relative;
  padding: 5px 20px 5px 30px;
}
.blue-bar:before,
.blue-bar:after {
  content: '';
  background: #336699;
  width: 30px;
  height: 100%;
  position: absolute;
  left: -30px;
  top: 0;
  display: none;
}
.blue-bar:after {
  width: 20px;
  left: inherit;
  right: -20px;
}
.blue-bar li {
  width: 33.3%;
  display: inline-block;
  font-size: 10px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  padding-right: 5px;
  margin: 0 -2px;
}
.blue-bar li strong {
  font-size: 24px;
  line-height: 26px;
  font-weight: 400;
  display: block;
  text-transform: initial;
}
.filter .small-box {
  width: 100%;
  float: left;
  padding-left: 30px;
  padding-right: 20px;
  margin: 15px 0 1px;
}
.filter .common {
  width: 100%;
  float: left;
  padding-bottom: 20px;
  margin-bottom: 7px;
  border-bottom: 1px solid #7e7f7f;
}
.filter .common.last {
  border-bottom: 0;
  padding-bottom: 10px;
  margin-bottom: 0;
}
.filter .status ul li {
  width: 50%;
  float: left;
  position: relative;
}
.filter .status ul li input[type=radio] {
  position: absolute;
  visibility: hidden;
}
.filter .status ul li label {
  display: block;
  position: relative;
  font-size: 12px;
  color: #000;
  padding: 0 0 0 18px;
  height: 16px;
  line-height: 16px;
  z-index: 9;
  text-transform: uppercase;
}
.filter .status ul li .check {
  display: block;
  position: absolute;
  border: 1px solid #000;
  height: 9px;
  width: 9px;
  top: 4px;
  left: 2px;
  z-index: 5;
}
.filter .status ul li .check:before {
  background: #336699;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  content: '';
  top: 0px;
  left: 0px;
  -webkit-transition: background 0.25s linear;
  opacity: 0;
}
.filter .status input[type=radio].active~.check:before {
  opacity: 1;
}

/*
.filter .status input[type=radio]:checked ~ .check:before{opacity:1;}
.filter .status input[type=radio]:checked ~ .check {border: 5px solid #f00;}
input[type=radio]:checked ~ label{color: #0DFF92;}
*/

.filter .common h4 {
  font-size: 12px;
  line-height: 18px;
  font-weight: 800;
  margin-bottom: 3px;
}
.filter .common li {
  font-size: 14px;
  line-height: 23px;
  cursor: pointer;
}
.filter .common.links li.active,
.filter .common.links li:hover {
  text-decoration: underline;
}

/* map-box */

.map-box {
  width: calc(100% - 255px);
  float: left;
  overflow: hidden;
  position: relative;
}
.map-box iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.map-popup {
  background: #fff;
  width: 196px;
  position: absolute;
  left: 53%;
  top: 50%;
  -webkit-box-shadow: rgba(10, 10, 10, .5)0 0 15px;
  -moz-box-shadow: rgba(10, 10, 10, .5)0 0 15px;
  -ms-box-shadow: rgba(10, 10, 10, .5)0 0 15px;
  -o-box-shadow: rgba(10, 10, 10, .5)0 0 15px;
  box-shadow: rgba(10, 10, 10, .5)0 0 15px;
  -webkit-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -ms-transform: translatey(-50%);
  -o-transform: translatey(-50%);
  transform: translatey(-50%);
  display: none;
}
.map-popup .text-box {
  width: 100%;
  max-height: 365px;
  float: left;
  padding: 20px 20px 10px;
}
.map-popup .text-box h3 {
  font-size: 14px;
  line-height: 18px;
  font-weight: 800;
  margin-bottom: 15px;
}
.map-popup .text-box li {
  width: 100%;
  float: left;
  margin-bottom: 10px;
}
.map-popup .text-box li h4 {
  font-size: 12px;
  line-height: 17px;
  font-weight: 800;
  margin-bottom: 2px;
}
.map-popup .text-box li p {
  font-size: 14px;
  line-height: 17px;
  padding: 0;
}
.map-popup .view {
  background: #00aeef;
  min-width: 140px;
  height: 30px;
  float: left;
  padding: 0 10px;
  text-align: center;
  line-height: 30px;
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
}
.map-popup .view:hover {
  background: #002e53;
}
.map-popup.active {
  display: block;
}

/* map-by-image */

.map-box .map-by-image {
  background: #e4f5fc;
  width: 100%;
  height: 100vh;
  max-height: 730px;
  float: left;
  overflow: hidden;
}
.map-box img {
  width: 100%;
}

/* governance page */


/* governance page */

.banner.new .page-title span {
  padding-top: 137px;
}
.gov-text {
  width: 100%;
  float: left;
  padding: 45px 0px 15px;
}
.gov-text p strong {
  font-weight: 800;
}
.gov-text .box,
.part-structure .box,
.about-gif2 .box {
  padding: 0 65px;
}
.part-structure {
  background: #dbdddd;
  width: 100%;
  float: left;
  text-align: center;
  padding: 40px 0 48px;
}
.part-structure .heading {
  margin-bottom: 28px;
}
.gov-text.btm {
  padding: 35px 0px 15px;
  margin-bottom: 50px;
}
.gov-text.btm p,
.about-gif2 .btm-text p {
  padding-bottom: 22px;
}

/* about-gif2 page*/


/* about-gif2 page*/

.about-gif2 {
  width: 100%;
  float: left;
  padding-top: 45px;
}
.people-info {
  width: 100%;
  float: left;
}
.people-info ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 35px;
}
.people-info li {
  width: 32%;
  display: inline-block;
  text-align: center;
  margin: 10px 0;
}
.people-info h3 {
  font-size: 27px;
  line-height: 30px;
  color: #a2a1a4;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 3px;
}
.people-info h3 strong {
  font-size: 75px;
  line-height: 80px;
  color: #009ad8;
  font-weight: 600;
}
.people-info p {
  font-size: 20px;
  line-height: 24px;
  color: #535659;
}
.people-info li:nth-child(5) {
  margin-left: 50px;
}
.our-mission {
  background: #dbdddd;
  width: 100%;
  float: left;
  padding: 43px 0;
}
.our-mission .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.our-mission h3 {
  width: calc(100% - 491px);
  padding-right: 25px;
  font-size: 25px;
  line-height: 64px;
  color: #29556f;
  font-weight: 700;
  font-style: italic;
}
.our-mission .image-box {
  width: 463px;
  height: 283px;
  position: relative;
  display: inline-block;
}
.our-mission .image-box .left-text,
.our-mission .image-box .right-text {
  width: 130px;
  font-size: 19px;
  line-height: 22px;
  color: #fff;
  font-weight: 900;
  position: absolute;
  top: 50%;
  -webkit-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -ms-transform: translatey(-50%);
  -o-transform: translatey(-50%);
  transform: translatey(-50%);
}
.our-mission .image-box .left-text {
  left: 42px;
  text-align: left;
}
.our-mission .image-box .right-text {
  right: 42px;
  text-align: right;
}
.about-gif2 .btm-text {
  width: 100%;
  float: left;
  padding: 55px 0;
}

/* partner-new page */


/* partner-new page */

.partner-new .box {
  padding: 0 60px;
}
.partner-new .top-text {
  width: 100%;
  float: left;
  text-align: left;
  padding: 30px 0 0;
}
.partner-new .top-text p {
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 25px;
}
.partner-new #funding-partners,
.partner-new #advisory-partners {
  background: #dcddde;
}
.partner-new #funding-partners {
  padding: 23px 0 30px;
}
.partner-new .gif-supported {
  padding: 20px 0 23px;
}
.partner-new .gif-supported li {
  margin: 30px 8px 20px;
}
.partner-new .video-wrap .video {
  margin-bottom: 17px;
}
.partner-new .video-wrap .video .blue-line {
  background: -moz-linear-gradient(left, rgba(24, 138, 212, 1) 0%, rgba(99, 173, 227, 0) 74%, rgba(125, 185, 232, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(24, 138, 212, 1) 0%, rgba(99, 173, 227, 0) 74%, rgba(125, 185, 232, 0) 100%);
  background: linear-gradient(to right, rgba(24, 138, 212, 1) 0%, rgba(99, 173, 227, 0) 74%, rgba(125, 185, 232, 0) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#188ad4', endColorstr='#007db9e8', GradientType=1);
}
.partner-new .video-wrap .text-box p {
  font-size: 17px;
  line-height: 20px;
}
.partner-new #technical-partners .gif-supported .full-col {
  padding: 0;
  margin: 10px 0;
}
.partner-new #technical-partners {
  background: #fff;
  padding-bottom: 17px;
}
.partner-new #advisory-partners {
  padding: 70px 0 50px;
}
.advisory-number-box {
  width: 100%;
  float: left;
  padding: 15px 0;
}
.advisory-number-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 50px 0 12px;
}
.advisory-number-box li {
  width: 25%;
  font-size: 20px;
  line-height: 24px;
  color: #535659;
  padding: 0 10px;
}
.advisory-number-box li h3 {
  font-size: 75px;
  line-height: 80px;
  color: #009ad8;
  font-weight: 600;
}
.partner-new .partners-accordion-wrap:before {
  left: 68px;
  right: 68px;
}
.partner-new .partners-accordion-wrap {
  padding: 15px 88px 0;
}
.partner-new .partners-accordion .accordion-tab {
  background: #002f4d;
  color: #fff;
}
.partner-new .accordion-tab.commercial {
  background: #416378;
}
.partner-new .accordion-tab.finance {
  background: #788f9c;
}
.partner-new .accordion-tab.associations {
  background: #afbac0;
  color: #29566f;
}
.partner-new .accordion-content .sub-list li {
  font-weight: 500;
}
.partner-new .recipient-country {
  padding: 60px 0 45px;
}
.we-support {
  background: #dbdddd;
  width: 100%;
  float: left;
  padding-top: 65px;
}
.we-support .heading {
  margin-bottom: 17px;
}
.we-support h3 {
  font-size: 24px;
  line-height: 28px;
  font-weight: 900;
}
.we-support p {
  line-height: 30px;
  padding-bottom: 35px;
}
.we-support ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.we-support li {
  width: 33.33%;
  padding: 0 10px;
  margin: 0 0 37px;
}

/* selection-criteria page */


/* selection-criteria page */

.criteria-top-text {
  width: 100%;
  float: left;
  padding: 35px 0 5px;
}
.criteria-top-text .box,
.sectors-themes .box {
  padding: 0 60px;
}
.criteria-top-text p {
  font-size: 20px;
  line-height: 28px;
  color: #29556f;
  font-weight: 700;
  font-style: italic;
  padding-bottom: 27px;
}
.criteria-list,
.instruments-type {
  width: 100%;
  float: left;
  padding-bottom: 85px;
}
.criteria-list .box,
.sectors-type .box {
  max-width: 1200px;
}
.criteria-list ul,
.sectors-type ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.criteria-list li {
  background: #009ad8;
  width: 19.3%;
  min-height: 400px;
  padding: 77px 13px 25px;
  margin: 10px 3px;
  position: relative;
}
.criteria-list li,
.instruments-type li,
.sectors-type li {
  -webkit-box-shadow: rgba(0, 0, 0, .3)5px 5px 10px;
  -moz-box-shadow: rgba(0, 0, 0, .3)5px 5px 10px;
  -ms-box-shadow: rgba(0, 0, 0, .3)5px 5px 10px;
  -o-box-shadow: rgba(0, 0, 0, .3)5px 5px 10px;
  box-shadow: rgba(0, 0, 0, .3)5px 5px 10px;
}
.criteria-list li .icon {
  position: absolute;
  right: 15px;
  top: 13px;
}
.criteria-list li h3 {
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 7px;
}
.criteria-list li p {
  font-size: 16px;
  line-height: 18px;
  color: #fff;
}
.criteria-list li:nth-child(2) {
  background: #de6929;
}
.criteria-list li:nth-child(3) {
  background: #5aad41;
}
.criteria-list li:nth-child(4) {
  background: #29556f;
}
.criteria-list li:nth-child(5) {
  background: #002f4d;
}

/* instruments page */


/* instruments page */

.instruments-type .box {
  max-width: 1050px;
}
.instruments-type ul {
  width: 100%;
  float: left;
}
.instruments-type li {
  background: #59ad41;
  width: 32.2%;
  float: left;
  min-height: 447px;
  padding: 21px 30px;
  text-align: left;
  margin: 10px 5px;
  position: relative;
}
.instruments-type li h3 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 900;
  color: #fff;
}
.instruments-type li h4 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 17px;
}
.instruments-type li p {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  padding-bottom: 20px;
}
.instruments-type .hidden-text {
  width: 100%;
  float: left;
  display: none;
}
.instruments-type .hidden-text.activity h4 {
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  font-weight: 400;
  padding: 22px 0 5px;
  margin: 0;
  position: relative;
}
.instruments-type .hidden-text.activity h4:before {
  content: '';
  background: #fff;
  width: 52px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 0;
}
.instruments-type .hidden-text.activity .subtitles {
  width: 100%;
  display: block;
  font-size: 18px;
  line-height: 24px;
  color: #de6929;
  font-weight: 800;
  padding-bottom: 10px;
}
.read-more {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  position: relative;
  padding-right: 40px;
  display: inline-block;
  margin: 5px 0;
}
.read-more:hover {
  color: #fff;
}
.read-more span {
  background: #de6929;
  width: 28px;
  height: 28px;
  cursor: pointer;
  display: block;
  position: absolute;
  right: 0;
  bottom: 6px;
}
.read-more span:before,
.read-more span:after {
  background: #fff;
  content: '';
  width: 3px;
  height: 14px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.read-more span:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  -o-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.read-more.active span:before {
  display: none;
}
.read-more .less {
  display: none;
}
.read-more.active .less {
  display: block;
}
.read-more.active .more {
  display: none;
}
.instruments-type .read-more {
  margin-top: 20px;
}
.instruments-type li:nth-child(2) {
  background: #009ad8;
}
.instruments-type li:nth-child(3) {
  background: #002f4d;
}

/* sectors-themes page */


/* sectors-themes page */

.sectors-themes {
  width: 100%;
  float: left;
}
.sectors-themes .text-box {
  width: 100%;
  float: left;
  padding: 45px 0 19px;
}
.sectors-themes .text-box h2 {
  font-size: 32px;
  line-height: 40px;
  color: #29556f;
  font-weight: 700;
}
.sectors-themes .text-box p {
  font-size: 16px;
  line-height: 24px;
}
.sectors-type {
  width: 100%;
  float: left;
  padding-bottom: 25px;
}
.sectors-type .box {
  padding: 0 10px;
}
.sectors-type li {
  background: #59ad41;
  width: 29.5%;
  min-height: 215px;
  padding: 65px 22px 10px;
  margin: 3px 4px;
  position: relative;
}
.sectors-type li .icon {
  position: absolute;
  right: 15px;
  top: 13px;
}
.sectors-type li h3 {
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 7px;
}
.sectors-type li p {
  font-size: 16px;
  line-height: 18px;
  color: #fff;
  padding-right: 60px;
}
.sectors-type li:nth-child(2) {
  background: #0099d7;
}
.sectors-type li:nth-child(3) {
  background: #9daba9;
}
.sectors-type li:nth-child(4) {
  background: #dd6929;
}
.sectors-type li:nth-child(5) {
  background: #29556f;
}
.sectors-type li:nth-child(6) {
  background: #002f4d;
}
.smart-projects {
  /* background: url(images/bg_smart_projects.jpg)no-repeat left top #06334e; */
  /*background-size:cover;*/
  width: 100%;
  min-height: 280px;
  padding: 58px 0;
  float: left;
  position: relative;
}
.smart-projects img {
  width: 100%;
}
.smart-projects .box {
  padding: 0 10px;
}
.smart-projects .caption {
  width: 50.5%;
  float: right;
}
.smart-projects .caption h4 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 900;
  color: #fff;
}
.smart-projects .caption p {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  padding: 22px 0 2px;
}
.smart-projects .hidden-text {
  width: 100%;
  float: left;
  display: none;
}
.smart-projects .read-more {
  margin-top: 25px;
}
.smart-projects .show-mbl {
  display: none;
}
.connectivity {
  /* background: url(images/bg_connectivity.jpg)no-repeat right center #fff; */
  min-height: 310px;
  padding: 55px 0 10px;
  margin-bottom: 90px;
}
.connectivity .caption {
  padding-left: 50px;
}
.connectivity .caption h4,
.connectivity .caption p,
.connectivity .read-more {
  color: #000;
}
.connectivity .caption {
  float: left;
}

/* transition */


/* transition */


/* transition */


/* transition */


/* transition */

.top-search input[type="search"],
.nav-menu li a,
.projects li .text-box a,
.blue-link,
.footer .sub-newsletter a,
.footer-btm li a,
.partner-details .gray-box a,
.partner-details .advisory-links li a,
.advisory-council .partner-type li .gray-box a,
.partner-details .popup li a,
.slider-wrap .slider-caption a,
.gif-supported p a,
.accordion-content .sub-list li a,
.news-row.videos .blue-link span,
.news-row.videos .blue-link span:before,
.map-popup .view,
.read-more span {
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

/* responsive */


/* responsive */


/* responsive */


/* responsive */


/* Responsive */

@media only screen and (min-width:1260px) and (max-width:1499px) {
  /* slider-wrap */
  .slider-wrap .slider-caption {
    top: 26%;
  }
}
@media only screen and (max-width:1199px) {
  .header .box,
  .footer .box {
    max-width: 100%;
    padding: 0 10px;
  }
  .slider-wrap .slider-caption {
    left: 10px;
  }
  .banner .page-title {
    left: 10px;
  }
  .banner .page-title span,
  .banner.new .page-title span {
    padding-top: 79px;
  }
  /* map-page */
  .map {
    padding-top: 79px;
  }
  .map-tabbing {
    top: 79px;
  }
  .filter .gray-box {
    max-height: 410px;
  }
  .map-box .map-by-image {
    max-height: 570px;
    height: 570px;
  }
  /* header */
  .header {
    height: 79px;
    padding-top: 6px;
  }
  .top-search {
    padding: 20px 60px 0 0;
  }
  .top-search .search-box {
    top: 6px;
    right: 115px;
    z-index: 10;
  }
  /* nav-menu */
  .menu-icon {
    display: block;
  }
  .nav-menu {
    background: #3e6493;
    width: 400px;
    position: absolute;
    right: 0px;
    top: 79px;
    padding: 0;
    padding: 10px;
    display: none;
  }
  .nav-menu li {
    width: 100%;
    margin: 0;
    font-size: 14px;
    margin: 2px 0;
  }
  .nav-menu li a {
    display: block;
    color: #fff;
  }
  .nav-menu li .arrow {
    background: #078bb6;
    width: 35px;
    height: 34px;
    line-height: 34px;
    font-size: 28px;
    color: #fff;
    position: absolute;
    right: 0;
    /* top: 0; */
    text-align: center;
    display: block;
    cursor: pointer;
    z-index:1;
    margin-top: -8%;
  }
  .nav-menu li .arrow.active {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .nav-menu li ul,
  .nav-menu li:last-child>ul {
    background: none;
    width: 100%;
    float: left;
    position: relative;
    top: inherit;
    left: inherit;
    right: inherit;
    padding: 0px 0 0 20px;
  }
  .nav-menu li:hover ul {
    display: none;
  }
  .nav-menu li li a,
  .nav-menu li:hover li a {
    color: #fff;
    display: block;
  }
  .nav-menu li:hover a,
  .nav-menu li a:hover,
  .nav-menu li a:focus,
  .nav-menu li li a:hover,
  .nav-menu li li a:focus {
    color: #00adef;
  }
  .nav-menu li ul:before {
    display: none;
  }
}
@media only screen and (min-width:1024px) and (max-width:1259px) {
  /* slider-wrap */
  .slider-wrap .slider-caption {
    width: 420px;
    top: inherit;
    bottom: 140px;
    margin-left: 0;
  }
  .slider-wrap .slider-caption h1 {
    font-size: 36px;
    line-height: 45px;
    margin-bottom: 20px;
  }
  .slider-wrap .slider-blue-bar {
    padding: 20px 0;
  }
  .slider-wrap .slider-blue-bar p {
    font-size: 20px;
    line-height: 28px;
    padding: 0;
  }
  /* glance */
  .heading {
    font-size: 26px;
    line-height: 34px;
  }
  .glance,
  .projects,
  .partners {
    padding: 45px 0;
  }
  .glance .heading {
    margin-bottom: 45px;
  }
  .glance li h3,
  .graph-box .common h3 {
    font-size: 22px;
  }
  .glance li strong {
    font-size: 65px;
    line-height: 90px;
  }
  .glance li strong small {
    font-size: 25px;
  }
  /* about-gif */
  .about-gif {
    padding: 30px 55px;
  }
  .banner .page-title {
    font-size: 40px;
    line-height: 50px;
  }
  /* team page */
  .team,
  .partner-details .partners-row {
    padding: 30px 0;
  }
  /* partner page */
  .partner-details .partners-accordion-wrap {
    padding: 15px 75px 0;
  }
  .partner-details .partners-accordion-wrap:before {
    left: 55px;
    right: 55px;
  }
  .partner-details .partners-accordion .accordion-tab {
    font-size: 22px;
  }
  /* project-profile page */
  .project-blue-bar li {
    padding: 0 15px;
  }
  .project-blue-bar li:nth-child(1),
  .project-blue-bar li:nth-child(3),
  .project-blue-bar li:nth-child(4),
  .project-blue-bar li:nth-child(5) {
    width: 18%;
  }
  .project-blue-bar li:nth-child(2) {
    width: 28%;
  }
  .project-blue-bar strong {
    font-size: 18px;
    line-height: 24px;
  }
  .project-profile .common {
    padding: 30px 0 15px;
  }
  .banner .page-title.project {
    font-size: 30px;
    line-height: 38px;
  }
  /* news page */
  .news-row {
    padding: 30px 0;
  }
  .news-tab {
    margin-bottom: 30px;
  }
  .news-tab li {
    font-size: 20px;
  }
  .news-content li .text-box h3 {
    font-size: 30px;
    line-height: 40px;
  }
  .news-content li .text-box span {
    font-size: 24px;
  }
  /* map-page */
  /* selection-criteria page */
  /* selection-criteria page */
  .criteria-list,
  .instruments-type {
    padding-bottom: 60px;
  }
  .criteria-list li h3 {
    font-size: 20px;
    line-height: 26px;
  }
  /* instruments page */
  /* instruments page */
  .instruments-type li h3 {
    font-size: 30px;
  }
  /* sectors-themes page */
  /* sectors-themes page */
  .sectors-type li {
    width: 32%;
  }
  .smart-projects {
    padding-top: 32px;
  }
}
@media only screen and (min-width:768px) and (max-width:1023px) {
  /* slider-wrap */
  .slider-wrap .slider-caption {
    width: 350px;
    left: 10px;
    top: inherit;
    bottom: 100px;
    margin-left: 0;
  }
  .slider-wrap .slider-caption h1 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .slider-wrap .slider-caption a {
    font-size: 13px;
    line-height: 20px;
  }
  .slider-wrap .slider-blue-bar {
    padding: 10px 0;
  }
  .slider-wrap .slider-blue-bar p {
    font-size: 16px;
    line-height: 24px;
    padding: 0;
  }
  .slider-wrap .flex-control-nav {
    top: 40%;
  }
  /* gif-supported */
  .gif-supported ul {
    margin-bottom: 10px;
  }
  .gif-supported li {
    margin: 10px;
  }
  .gif-supported p {
    font-size: 18px;
    line-height: 30px;
  }
  /* glance */
  .heading,
  .glance .heading {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 35px;
  }
  .glance,
  .projects,
  .partners {
    padding: 35px 0;
  }
  .glance li {
    min-height: 155px;
  }
  .glance li h3,
  .graph-box .common h3 {
    font-size: 18px;
    line-height: 24px;
  }
  .glance li h3 {
    min-height: 60px;
    padding-bottom: 10px;
  }
  .glance li strong {
    font-size: 40px;
    line-height: 65px;
  }
  .glance li strong small {
    font-size: 20px;
  }
  .graph-box .common {
    width: 100%;
  }
  .graph-box .common.left {
    border-right: 0;
    border-bottom: 1px solid #636163;
    margin-bottom: 29px;
  }
  .graph-box .name-detail {
    top: -40px;
  }
  .graph-box .chart,
  .graph-box .charts {
    width: 450px;
  }
  .graph-box .apexcharts-legend {
    right: 224px !important;
    padding-right: 5px;
  }
  /* projects */
  .projects li,
  .our-partners li {
    width: 32.5%;
  }
  .projects li .text-box,
  .our-partners li .text-box {
    padding: 10px;
  }
  .projects li .text-box h3 {
    font-size: 20px;
    line-height: 26px;
  }
  .projects li .text-box h4 {
    font-size: 14px;
    line-height: 22px;
    font-weight: 700;
    padding-bottom: 15px;
  }
  /* partners */
  .our-partners ul {
    padding: 0;
  }
  .our-partners li .text-box h3 {
    font-size: 18px;
    line-height: 26px;
    padding: 0 0px 10px;
  }
  /* footer */
  .footer .sub-newsletter {
    text-align: center;
  }
  .footer .sub-newsletter h3 {
    font-size: 22px;
    float: none;
    display: inline-block;
  }
  .footer-btm {
    padding: 20px 0;
  }
  .footer-btm .ft-logo {
    width: 200px;
  }
  .footer-btm ul {
    padding: 10px 0 0 20px;
  }
  .footer-btm p.copy {
    padding-top: 10px;
  }
  /* about-gif */
  .banner .page-title {
    font-size: 25px;
    line-height: 30px;
    left: 10px;
  }
  .about-gif {
    padding: 25px 0;
  }
  .about-gif h4 {
    font-size: 22px;
    line-height: 32px;
  }
  /* team page */
  .team,
  .partner-details .partners-row {
    padding: 25px 0;
  }
  .top-box {
    margin-bottom: 20px;
  }
  .top-box p {
    font-size: 18px;
    line-height: 26px;
  }
  .team li .img-box,
  .team li .social-icons {
    width: 15%;
  }
  .team li .text-box {
    width: 85%;
    padding: 0 35px 0 20px;
  }
  .team li .text-box h4,
  .team li .text-box .designation {
    font-size: 16px;
    line-height: 26px;
  }
  /* partner page */
  .partner-details .partners-accordion-wrap {
    padding: 15px 50px 0;
    margin-top: 20px;
  }
  .partner-details .partners-accordion-wrap:before {
    left: 30px;
    right: 30px;
  }
  .partner-details .partners-accordion .accordion-tab {
    min-height: 60px;
    font-size: 20px;
  }
  #technical-partners .gif-supported li {
    padding: 10px 15px;
  }
  .video-wrap p {
    font-size: 18px;
    line-height: 30px;
  }
  .accordion-content .sub-list li {
    font-size: 16px;
    line-height: 22px;
  }
  #technical-partners .gif-supported .full-col {
    padding: 0;
  }
  /* project-profile page */
  .project-blue-bar li {
    padding: 0 10px;
  }
  .project-blue-bar li:nth-child(1),
  .project-blue-bar li:nth-child(3),
  .project-blue-bar li:nth-child(4),
  .project-blue-bar li:nth-child(5) {
    width: 18%;
  }
  .project-blue-bar li:nth-child(2) {
    width: 28%;
  }
  .project-blue-bar strong {
    font-size: 16px;
    line-height: 22px;
  }
  .project-blue-bar p {
    font-size: 16px;
    line-height: 22px;
  }
  .banner .page-title.project {
    font-size: 25px;
    line-height: 30px;
  }
  .project-profile .common {
    padding: 25px 0 10px;
  }
  .project-profile .common .box {
    padding: 0 10px;
  }
  .project-profile .common .heading {
    margin-bottom: 10px;
  }
  /* news page */
  .news-row {
    padding: 25px 0;
  }
  .news-tab {
    margin-bottom: 25px;
  }
  .news-tab li {
    padding: 0 20px;
    font-size: 18px;
    line-height: 22px;
  }
  .news-tab li a.active {
    font-weight: 700;
  }
  .news-content>ul {
    margin: 0 -5px;
  }
  .news-content>ul>li {
    width: 32%;
    margin: 0 5px 10px;
  }
  .news-content li .text-box {
    padding: 10px;
  }
  .news-content li .text-box h3 {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 8px;
  }
  .news-content li .text-box span {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 12px;
  }
  .news-content li .text-box .location {
    margin: 12px 0;
  }
  /* governance page */
  /* governance page */
  .gov-text .box,
  .part-structure .box,
  .about-gif2 .box,
  .partner-new .box {
    padding: 0 10px;
  }
  .gov-text,
  .gov-text.btm {
    padding: 30px 0 20px;
  }
  .part-structure {
    padding: 25px 0 35px;
  }
  .gov-text.btm {
    margin-bottom: 0;
  }
  /* about-gif2 page*/
  /* about-gif2 page*/
  .about-gif2 {
    padding-top: 30px;
  }
  .people-info ul {
    margin-bottom: 25px;
  }
  .people-info h3 {
    font-size: 22px;
    line-height: 26px;
  }
  .people-info h3 strong,
  .advisory-number-box li h3 {
    font-size: 55px;
    line-height: 65px;
  }
  .people-info p {
    font-size: 18px;
  }
  .our-mission,
  .about-gif2 .btm-text {
    padding: 30px 0;
  }
  .our-mission h3 {
    width: calc(100% - 463px);
    font-size: 20px;
    line-height: 40px;
  }
  /* partner-new page */
  /* partner-new page */
  .partner-new .gif-supported li {
    max-width: 90px;
    margin: 20px 5px 15px;
  }
  .partner-new #advisory-partners {
    padding: 25px 0;
  }
  .partner-details p,
  .partner-details p {
    font-size: 18px;
    line-height: 30px;
  }
  .advisory-number-box ul {
    padding-top: 35px;
  }
  .advisory-number-box li {
    font-size: 18px;
  }
  .we-support {
    padding-top: 25px;
  }
  .we-support h3 {
    font-size: 22px;
  }
  /* selection-criteria page */
  /* selection-criteria page */
  .criteria-top-text {
    padding: 25px 0 0px;
  }
  .criteria-top-text .box,
  .sectors-themes .box {
    padding: 0 10px;
  }
  .criteria-top-text p {
    font-size: 18px;
    line-height: 26px;
    padding-bottom: 20px;
  }
  .criteria-list,
  .instruments-type {
    padding-bottom: 40px;
  }
  .criteria-list li {
    width: 32.2%;
  }
  .criteria-list li h3 {
    font-size: 20px;
    line-height: 26px;
  }
  /* instruments page */
  /* instruments page */
  .instruments-type li {
    width: 31.9%;
    min-height: 495px;
    padding: 20px 15px;
  }
  .instruments-type li h3 {
    font-size: 26px;
    line-height: 32px;
  }
  .instruments-type li h4 {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 12px;
  }
  .instruments-type .hidden-text.activity h4 {
    font-size: 22px;
    line-height: 28px;
    padding: 10px 0 5px;
  }
  /* sectors-themes page */
  /* sectors-themes page */
  .sectors-themes .text-box {
    padding: 30px 0 19px;
  }
  .sectors-themes .text-box h2 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 5px;
  }
  .sectors-type {
    padding-bottom: 0;
  }
  .sectors-type li {
    width: 32%;
    padding: 65px 15px 15px;
  }
  .sectors-type li h3 {
    font-size: 22px;
    line-height: 26px;
  }
  .smart-projects {
    background-size: cover;
    padding: 40px 0;
    min-height: auto;
  }
  .smart-projects .caption h4 {
    font-size: 22px;
    line-height: 26px;
  }
  .smart-projects .caption p {
    font-size: 14px;
    line-height: 22px;
    margin: 7px 0 5px;
    padding-top: 10px;
  }
  .connectivity {
    margin-bottom: 40px;
  }
  .connectivity .caption {
    padding-left: 0px;
  }
}
@media only screen and (max-width:767px) {
  /* header */
  .header {
    position: relative;
  }
  .top-search {
    padding-right: 65px;
  }
  .top-search .search-box {
    top: 73px;
    right: 0;
  }
  .nav-menu {
    width: 100%;
  }
  .nav-menu li {
    font-size: 13px;
  }
  /* slider-wrap */
  .slider-wrap .home-slider {
    background: rgba(0, 62, 102, 1);
  }
  /*.slider-wrap .slider-caption {width: 250px; left: 10px; top: 25px; margin-left: 0;}*/
  .slider-wrap .home-slider li .first-box {
    width: 100%;
    float: left;
    position: relative;
    z-index: 1;
  }
  .slider-wrap .slider-caption {
    width: auto;
    position: initial;
    left: inherit;
    top: inherit;
    margin-left: 0;
  }
  .slider-wrap .slider-caption h1 {
    width: 250px;
    font-size: 18px;
    line-height: 24px;
    position: absolute;
    left: 10px;
    top: 20%;
    margin: 0;
  }
  .slider-wrap .slider-caption a {
    background: #2194d0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 46px;
    text-align: center;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 18px;
  }
  .slider-wrap .slider-caption a.gray {
    color: #fff;
  }
  .slider-wrap .slider-caption a:hover {
    color: #fff;
  }
  .slider-wrap .slider-blue-bar {
    width: 100%;
    float: left;
    position: relative;
    left: inherit;
    bottom: inherit;
    padding: 10px 0;
  }
  .slider-wrap .slider-blue-bar p {
    font-size: 14px;
    line-height: 22px;
    padding: 0;
  }
  .slider-wrap .flex-control-nav {
    top: 20%;
  }
  .slider-wrap .flex-control-nav li a {
    width: 15px;
    height: 15px;
  }
  /* gif-supported */
  .gif-supported {
    padding: 0px 0 15px;
  }
  .gif-supported ul {
    max-width: 350px;
    margin: 0 auto;
    padding: 10px 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
  }
  .gif-supported li,
  .partner-details .partners-row li {
    width: 97px;
    float: left;
    margin: 0;
    padding: 3px;
  }
  .gif-supported li:nth-child(3n+1) {
    clear: left;
  }
  .gif-supported br {
    display: none;
  }
  /* glance */
  .heading,
  .glance .heading,
  .partners .heading {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  .glance,
  .projects,
  .partners {
    padding: 20px 0;
  }
  .glance {
    padding-bottom: 5px;
  }
  .glance ul {
    padding-bottom: 0;
    margin-bottom: 0px;
  }
  .glance li {
    width: 100%;
    min-height: auto;
    border: 0;
    border-top: 1px solid #000;
    padding: 15px 0;
  }
  .glance li h3,
  .graph-box .common h3 {
    font-size: 16px;
    line-height: 24px;
    min-height: auto;
    padding: 0 0 15px;
  }
  .glance li h3 span {
    font-size: 14px;
  }
  .glance li strong {
    font-size: 26px;
    line-height: 36px;
  }
  .glance li strong small {
    font-size: 16px;
  }
  .graph-box .common {
    width: 100%;
    min-height: auto;
    padding: 15px 0;
  }
  .graph-box .common.left {
    border-right: 0;
    border-bottom: 1px solid #636163;
  }
  .graph-box .chart,
  .graph-box .charts {
    width: 350px;
    height: 200px;
  }
  .graph-box .apexcharts-legend {
    right: 175px !important;
    left: 0 !important;
    top: 0px !important;
    padding: 0;
  }
  .graph-box .name-detail {
    top: -15px;
  }
  /* projects */
  p,
  .partners p,
  .partner-details p,
  .partner-details .gray-box p,
  .top-box p,
  .gif-supported p {
    font-size: 14px;
    line-height: 22px;
  }
  .projects {
    padding-bottom: 10px;
  }
  .projects ul,
  .our-partners ul {
    padding: 0;
  }
  .projects li,
  .our-partners li {
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
  }
  .projects li .white-box {
    min-height: auto;
  }
  .projects li .text-box,
  .our-partners li .text-box {
    padding: 10px;
  }
  .projects li .text-box h3 {
    font-size: 20px;
    line-height: 26px;
    padding-bottom: 10px;
  }
  .projects li .text-box h3 br,
  .our-partners li .text-box h3 br {
    display: none;
  }
  .projects li .text-box h4 {
    font-size: 14px;
    line-height: 22px;
    font-weight: 700;
    padding-bottom: 10px;
  }
  /* partners */
  .our-partners li .img-box img {
    width: 100%;
  }
  .our-partners li .text-box h3 {
    font-size: 18px;
    line-height: 26px;
    padding: 0 0px 10px;
  }
  /* footer */
  .footer .sub-newsletter {
    text-align: center;
  }
  .footer .sub-newsletter h3 {
    width: 100%;
    font-size: 18px;
    line-height: 24px;
    float: left;
    margin: 0 0 10px;
    display: block;
  }
  .footer .sub-newsletter a {
    font-size: 16px;
    line-height: 35px;
  }
  .footer-btm {
    padding: 15px 0;
    text-align: center;
  }
  .footer-btm .ft-logo {
    width: 100%;
  }
  .footer-btm .ft-logo img {
    width: 200px;
  }
  .footer-btm ul {
    width: 100%;
    float: left;
    padding: 10px 0;
  }
  .footer-btm li {
    display: inline-block;
    float: none;
  }
  .footer-btm p.copy {
    width: 100%;
    padding-top: 0px;
  }
  /* about-gif */
  .banner .page-title,
  .banner .page-title.project {
    font-size: 18px;
    line-height: 24px;
  }
  .banner .page-title span,
  .banner.new .page-title span {
    padding: 0;
  }
  .about-gif {
    padding: 15px 0;
  }
  .about-gif p {
    padding-bottom: 15px;
  }
  .about-gif h4 {
    font-size: 18px;
    line-height: 24px;
  }
  .about-gif .full-row .image-box {
    width: 355px;
    height: 219px;
  }
  .about-gif .image-box .left-text,
  .about-gif .image-box .right-text {
    width: 100px;
    font-size: 16px;
    line-height: 19px;
    font-weight: 600;
  }
  /* team page */
  .team,
  .partner-details .partners-row {
    padding: 15px 0;
  }
  .top-box {
    margin-bottom: 10px;
  }
  .team li {
    padding: 10px 10px 0;
  }
  .team li .accordion-btn {
    bottom: 10px;
  }
  .team li .full-row.flex {
    padding-bottom: 10px;
  }
  .team li .img-box,
  .team li .social-icons {
    width: 20%;
  }
  .team li .text-box {
    width: 80%;
    padding: 0 35px 0 10px;
  }
  .team li .text-box h4,
  .team li .text-box .designation {
    font-size: 14px;
    line-height: 20px;
  }
  .team li .accordion-content {
    padding: 0;
  }
  .team li .social-icons {
    width: 100%;
    padding: 5px 0 10px;
  }
  .team li .accordion-content .text-box {
    width: 100%;
    padding: 0;
  }
  .team li .text-box p {
    padding-bottom: 15px;
  }
  /* partner page */
  .partner-details .partners-accordion-wrap {
    padding: 10px 0px 0;
    margin-top: 15px;
  }
  .partner-details .partners-accordion-wrap:before,
  .partner-details .accordion-content:after {
    left: 0;
    right: 0;
  }
  .partner-details .partners-accordion {
    margin-bottom: 10px;
  }
  .partner-details .partners-accordion .accordion-tab {
    min-height: 50px;
    padding: 10px;
    font-size: 14px;
    line-height: 20px;
  }
  .partner-details .accordion-tab .accordion-btn {
    right: 10px;
  }
  .partner-details .accordion-content {
    padding: 10px 0;
  }
  #technical-partners .gif-supported .full-col {
    padding: 0;
  }
  #technical-partners .gif-supported ul {
    padding: 0;
  }
  #technical-partners .gif-supported li {
    width: auto;
    padding: 10px 15px;
  }
  #technical-partners .gif-supported li img {
    max-height: 60px;
  }
  .partner-details .video-wrap {
    padding: 0;
    text-align: center;
  }
  .partner-details .video-wrap .center {
    max-width: 400px;
    width: 100%;
  }
  .video-wrap .video .blue-line {
    padding: 10px;
  }
  .video-wrap .video .blue-line strong {
    font-size: 18px;
    line-height: 50px;
  }
  .video-wrap .video .blue-line span {
    width: 50px;
    height: 50px;
  }
  .video-wrap .video .blue-line span:before {
    border-left: 20px solid #fff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    left: 16px;
    top: 13px;
  }
  .video-wrap .text-box {
    text-align: center;
  }
  .partner-details .accordion-content ul {
    width: 100%;
    padding: 0 0 0 15px;
  }
  .accordion-content .sub-list li {
    width: 100%;
    font-size: 14px;
    line-height: 22px;
    padding: 0;
    margin: 2px 0;
  }
  #advisory-partners {
    padding-bottom: 5px;
  }
  /* project-profile page */
  .project-blue-bar {
    padding: 0 10px;
  }
  .project-blue-bar li:nth-child(1),
  .project-blue-bar li:nth-child(2),
  .project-blue-bar li:nth-child(3),
  .project-blue-bar li:nth-child(4),
  .project-blue-bar li:nth-child(5) {
    width: 100%;
    text-align: left;
    padding: 10px 0;
  }
  .project-blue-bar li:nth-child(2)~li {
    border-left: 0;
    border-top: 1px solid #fff;
  }
  .project-blue-bar strong {
    font-size: 16px;
    line-height: 22px;
  }
  .project-blue-bar p {
    font-size: 14px;
    line-height: 21px;
  }
  .banner .page-title.project {
    font-size: 18px;
    line-height: 24px;
  }
  .project-profile .common {
    padding: 15px 0 10px;
  }
  .project-profile .common .box {
    padding: 0 10px;
  }
  .project-profile .common .heading {
    margin-bottom: 10px;
  }
  .project-profile .common p {
    padding-bottom: 15px;
  }
  /* news page */
  .news-row {
    padding: 15px 0;
  }
  .news-tab {
    margin-bottom: 15px;
  }
  .news-tab li {
    padding: 0 15px;
    font-size: 16px;
    line-height: 20px;
  }
  .news-tab li a.active {
    font-weight: 700;
  }
  .news-content>ul {
    margin: 0px;
  }
  .news-content>ul>li {
    width: 100%;
    margin: 0 0 10px;
  }
  .news-content li .text-box {
    padding: 10px 10px 0;
  }
  .news-content li .text-box h3 {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 8px;
  }
  .news-content li .text-box span {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
  }
  .news-content li .text-box h4 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 5px;
  }
  .news-content li .text-box p {
    line-height: 22px;
    padding-bottom: 15px;
  }
  .news-content li .text-box .location {
    margin: 6px 0;
  }
  /* map-page */
  .map {
    background: none;
    padding: 0 10px 15px;
  }
  .map-tabbing {
    width: 100%;
    float: left;
    position: relative;
    top: inherit;
    left: inherit;
    padding: 10px;
  }
  .filter {
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
  }
  .filter .status ul li {
    margin: 3px 0;
  }
  .filter .gray-box {
    padding-bottom: 10px;
    max-height: 300px;
  }
  .filter .search-box,
  .filter .gray-box h3,
  .blue-bar,
  .filter .small-box {
    padding-left: 10px;
    padding-right: 10px;
  }
  .map-tabbing li {
    font-size: 14px;
    line-height: 20px;
    margin: 5px 0;
  }
  .filter .search-box {
    margin: 5px 0 10px;
  }
  .blue-bar {
    margin-bottom: 10px;
  }
  .blue-bar li {
    font-size: 12px;
    text-align: left;
  }
  .blue-bar:before {
    width: 10px;
    left: -10px;
  }
  .blue-bar:after {
    width: 10px;
    left: inherit;
    right: -10px;
  }
  .filter .scroll-area .mCustomScrollBox {
    max-height: inherit;
  }
  .filter .common {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .map-box {
    width: 100%;
  }
  .map-box iframe {
    width: 100%;
    height: 325px;
    position: relative;
    left: inherit;
    top: inherit;
  }
  .map-popup {
    left: inherit;
    right: 10%;
  }
  .map-popup .text-box {
    padding: 10px;
    max-height: 160px;
  }
  /* map-by-image */
  .map-box .map-by-image {
    height: 325px;
    max-height: inherit;
  }
  /* governance page */
  /* governance page */
  .gov-text .box,
  .part-structure .box,
  .about-gif2 .box,
  .partner-new .box {
    padding: 0 10px;
  }
  .gov-text,
  .gov-text.btm {
    padding: 15px 0;
  }
  .part-structure {
    padding: 15px 0;
  }
  .part-structure .heading {
    margin-bottom: 10px;
  }
  .gov-text.btm {
    margin-bottom: 0;
  }
  .gov-text.btm p,
  .about-gif2 .btm-text p,
  .partner-new .top-text p,
  .we-support p {
    padding-bottom: 15px;
  }
  /* about-gif2 page*/
  /* about-gif2 page*/
  .about-gif2 {
    padding-top: 15px;
  }
  .people-info ul {
    margin-bottom: 25px;
  }
  .people-info li,
  .people-info li:nth-child(5) {
    width: 100%;
    margin: 0;
    padding: 10px 0;
  }
  .people-info li~li {
    border-top: 1px solid #eee;
  }
  .people-info h3 {
    font-size: 18px;
    line-height: 24px;
  }
  .people-info h3 strong {
    font-size: 40px;
    line-height: 45px;
  }
  .people-info p {
    font-size: 16px;
    line-height: 24px;
    padding: 0;
  }
  .our-mission {
    text-align: center;
  }
  .our-mission .box {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .our-mission,
  .about-gif2 .btm-text {
    padding: 15px 0;
  }
  .our-mission h3 {
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    padding: 0 0 20px;
    text-align: center;
  }
  .our-mission .image-box {
    width: 355px;
    height: 220px;
  }
  .our-mission .image-box .left-text,
  .our-mission .image-box .right-text {
    width: 100px;
    font-size: 16px;
    line-height: 19px;
    font-weight: 600;
  }
  /* partner-new page */
  /* partner-new page */
  .partner-new .top-text,
  .partner-new #advisory-partners {
    padding: 15px 0;
  }
  .partner-new .top-text p,
  .partner-new .video-wrap .text-box p {
    font-size: 14px;
    line-height: 22px;
  }
  .partner-new #funding-partners {
    padding: 15px 0;
  }
  .partner-new .gif-supported {
    padding: 0px 0 15px;
  }
  .partner-new .advisory-number-box {
    padding: 0;
  }
  .partner-new .advisory-number-box ul {
    padding: 20px 0 15px;
  }
  .partner-new .advisory-number-box li {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
  }
  .partner-new .advisory-number-box li br {
    display: none;
  }
  .partner-new .advisory-number-box li~li {
    border-top: 1px solid #eee;
  }
  .partner-new .advisory-number-box li h3 {
    font-size: 40px;
    line-height: 45px;
  }
  .we-support {
    padding: 15px 0;
  }
  .we-support h3 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 5px;
  }
  .we-support li {
    margin-bottom: 20px;
  }
  /* selection-criteria page */
  /* selection-criteria page */
  .criteria-top-text {
    padding: 15px 0 0px;
  }
  .criteria-top-text .box,
  .sectors-themes .box {
    padding: 0 10px;
  }
  .criteria-top-text p {
    font-size: 16px;
    line-height: 22px;
    padding-bottom: 15px;
  }
  .criteria-list,
  .instruments-type {
    padding-bottom: 20px;
  }
  .criteria-list li {
    width: 100%;
    min-height: auto;
    padding: 55px 15px 15px;
    margin: 5px 0;
  }
  .criteria-list li .icon,
  .sectors-type li .icon {
    right: 10px;
    top: 10px;
  }
  .criteria-list li .icon img {
    max-height: 35px;
  }
  .criteria-list li h3 {
    font-size: 16px;
    line-height: 22px;
  }
  .criteria-list li p,
  .instruments-type li p,
  .sectors-themes .text-box p,
  .sectors-type li p,
  .smart-projects .caption p,
  .connectivity p {
    font-size: 14px;
    line-height: 22px;
  }
  /* instruments page */
  /* instruments page */
  .instruments-type li {
    width: 100%;
    min-height: auto;
    padding: 15px;
    margin: 5px 0;
  }
  .instruments-type li h3 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
  }
  .instruments-type li h4 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 5px;
  }
  .instruments-type li p {
    padding-bottom: 15px;
  }
  .instruments-type .read-more {
    margin-top: 20px;
  }
  .instruments-type .hidden-text.activity h4 {
    font-size: 20px;
    line-height: 26px;
    padding: 10px 0 5px;
  }
  .instruments-type .hidden-text.activity .subtitles {
    font-size: 16px;
    line-height: 24px;
  }
  .read-more {
    font-size: 14px;
  }
  /* sectors-themes page */
  /* sectors-themes page */
  .sectors-themes .text-box {
    padding: 15px 0 5px;
  }
  .sectors-themes .text-box h2 {
    font-size: 20px;
    line-height: 28px;
  }
  .sectors-type {
    padding-bottom: 10px;
  }
  .sectors-type li {
    width: 100%;
    min-height: auto;
    padding: 55px 50px 15px 15px;
    margin: 5px 0;
  }
  .sectors-type li .icon img {
    max-width: 50px;
    max-height: 45px;
  }
  .sectors-type li h3 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 5px;
  }
  .sectors-type li p {
    padding-right: 0;
  }
  .smart-projects {
    background: #06334e;
    padding: 0;
  }
  .smart-projects .show-mbl {
    display: block;
  }
  .smart-projects .caption {
    width: 100%;
    padding: 10px 0;
  }
  .smart-projects .caption h4 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
  }
  .smart-projects .caption p {
    margin: 10px 0;
    padding: 0;
  }
  .smart-projects .read-more {
    margin-top: 15px;
  }
  .connectivity {
    background: #fff;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width:480px) and (max-width:767px) {
  .slider-wrap .slider-caption h1 {
    top: 25%;
  }
  .slider-wrap .slider-caption a {
    font-size: 13px;
    line-height: 20px;
  }
  .slider-wrap .flex-control-nav {
    top: 25%;
  }
  /* about-gif2 page*/
  /* about-gif2 page*/
  .people-info li,
  .people-info li:nth-child(5),
  .partner-new .advisory-number-box li {
    width: 48%;
    margin: 15px 0;
    padding: 0;
  }
  .people-info li~li,
  .partner-new .advisory-number-box li~li {
    border-top: 0;
  }
}

.video-wrap .video.s7-video-container {
  padding-bottom: 0;
}

.project-view-link,
.project-edit-link {
  margin: 4px;
  
}
.project-view-link {
  margin-left: 0;
}
.project-edit-link {
  margin-right: 0;
}