body {
  color: #111111;
  font-family: "Kohinoor Devanagari", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.text-primary {
  color: #943235; }
  .text-primary.hover {
    color: #888888; }
    .text-primary.hover:hover {
      color: #943235; }

.text-danger {
  color: #ff3368; }
  .text-danger.hover {
    color: #888888; }
    .text-danger.hover:hover {
      color: #ff3368; }

h1, h2, h3, h4, h5, h6 {
  color: #943235;
  font-weight: 600; }

h3 {
  font-size: 20px; }

p {
  line-height: 1.6;
  margin-bottom: 15px; }

a {
  color: #943235; }
  a:hover {
    color: #812c2e; }

html, body {
  height: 100%; }

body {
  position: relative; }

.page-wrapper {
  padding: 15px;
  display: table;
  height: 100%;
  overflow: hidden;
  table-layout: fixed;
  width: 100%;
  max-width: 1920px;
  margin: auto;

}


#header {
  display: table-row;
  height: 1px; }

#main {
  height: 100%; }

#footer {
  display: table-row;
  height: 1px; }

[data-background-image] {
  background-size: cover; }

img {
  max-width: 100%; }

.label-border {
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.12);
  color: #aaaaaa;
  font-weight: 400;
  font-size: 14px;
  padding: 5px 10px;
  margin-top: -3px; }

@media (min-width: 768px) {
  .card {
    position: relative;
    display: block;
    margin-bottom: 30px; }

  .card-deck-wrapper {
    margin-right: -30px;
    margin-left: -30px; }

  .card-deck {
    display: table;
    width: 100%;
    margin-bottom: 30px;
    table-layout: fixed;
    border-spacing: 30px 0; }

  .card-deck .card {
    vertical-align: top !important;
    display: table-cell;
    margin-bottom: 0; } }
.well {
  box-shadow: none; }

.alert {
  margin-bottom: 0;
  padding: 15px 40px;
  list-style: none;
  text-align: center;
  color: #ffffff;
  background-color: #09ba47;
  border: none;
  border-radius: 0; }
  .alert ul li {
    list-style: none; }

.modal-title {
  margin-bottom: 0 !important;
  margin-top: 0 !important; }

.background-lightgray {
  background-color: #f6f8fc; }

.background-primary {
  color: #fff;
  background-color: #943235; }

.background-bluedark {
  color: #fff;
  background-color: #111111; }

.divider-right:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  border-right: 1px dashed rgba(17, 17, 17, 0.3); }

.navbar-brand {
  padding: 25px;
  padding-left: 0;
  height: 100px;
  transition: all .35s; }
  .navbar-brand img {
    height: 100%;
    display: inline-block;
    margin-right: 18px; }

.navbar {
  background-color: #ffffff;
  padding-left: 20px;
  padding-right: 20px;
  border: none;
  border-radius: 0;
  margin-bottom: 0; }

.navbar-default .navbar-nav > li.active a {
  position: relative;
  background-color: transparent !important;
  color: #6e2527;
  font-weight: 600; }
  .navbar-default .navbar-nav > li.active a:hover, .navbar-default .navbar-nav > li.active a:focus, .navbar-default .navbar-nav > li.active a:active, .navbar-default .navbar-nav > li.active a:focus:active {
    color: #6e2527; }
  .navbar-default .navbar-nav > li.active a:before {
    background-color: #6e2527; }
.navbar-default .navbar-nav > li > a {
  transition: all .35s;
  color: #666666;
  padding: 40px 15px;
  font-size: 14px;
  font-weight: 400;
  position: relative; }
  .navbar-default .navbar-nav > li > a:hover {
    color: #6e2527; }
    .navbar-default .navbar-nav > li > a:hover:before {
      background-color: #6e2527; }
  .navbar-default .navbar-nav > li > a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: transparent;
    display: block;
    transition: all .2s; }

#main-content {
  position: relative; }

.languages {
  border-left: 2px solid #fff;
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px;
  z-index: 999; }
  .languages.languages-dark {
    border-left-color: #3a1c1b; }
    .languages.languages-dark a {
      color: #3a1c1b; }
  .languages a {
    color: #fff;
    display: block;
    padding: 5px; }
    .languages a.active {
      font-weight: 600; }

#footer {
  color: #fff;
  background-color: #3b1c1c;
  background-size: auto 150%;
  background-repeat: no-repeat;
  background-position: -10% 140%; }
  #footer .social {
    border-left: 2px solid #db9f95;
    padding: 15px 0 15px 30px; }
    #footer .social a {
      color: #db9f95;
      margin-left: 8px;
      font-size: 14px; }
  #footer .contact {
    margin-top: 110px;
    margin-bottom: 60px;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    padding: 30px 0;
    line-height: 1.7; }
    #footer .contact img {
      height: 40px; }
    #footer .contact i {
      background-color: #0f0505;
      color: #db9f95;
      border-radius: 50%;
      height: 45px;
      width: 45px;
      display: inline-block;
      font-size: 20px;
      text-align: center;
      padding-top: 12px;
      position: absolute;
      margin-left: -70px;
      margin-top: 4px; }

.footer-bottom {
  color: #ccc;
  padding: 20px 0;
  font-size: 12px; }

section {
  margin-bottom: 15px; }
  section.introduction {
    position: relative;
    display: table;
    width: 100%;
    height: 500px;
    table-layout: fixed; }
    section.introduction .half {
      width: 50%;
      display: table-cell;
      vertical-align: top;
      height: 100%; }
    section.introduction .social {
      padding: 120px 15px 30px;
      position: absolute;
      bottom: 0;
      border-right: 2px solid #fff; }
      section.introduction .social a {
        text-align: center;
        font-size: 15px;
        color: #fff;
        display: block;
        margin-top: 8px; }
      section.introduction .social .text-vertical {
        font-size: 13px;
        display: block;
        transform: rotate(-90deg);
        position: absolute;
        left: -14px;
        bottom: 160px; }
    section.introduction h1 {
      text-transform: uppercase;
      color: #fff;
      width: 300px;
      margin: 20% auto 0; }
    section.introduction h5 {
      text-transform: uppercase;
      width: 100px;
      margin: 30px auto 0;
      color: #db9f95; }
    section.introduction .owl-carousel {
      height: 100%; }
      section.introduction .owl-carousel .owl-stage, section.introduction .owl-carousel .owl-stage-outer, section.introduction .owl-carousel .owl-item, section.introduction .owl-carousel .item {
        height: 100%; }
      section.introduction .owl-carousel .item {
        padding: 20% 15% 0; }
        section.introduction .owl-carousel .item:before {
          content: '';
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          display: block;
          background-color: #fff3f1;
          opacity: .8;
          position: absolute; }
        section.introduction .owl-carousel .item > * {
          position: relative;
          z-index: 2; }
        section.introduction .owl-carousel .item h2 {
          color: #48181a;
          margin: 0; }
        section.introduction .owl-carousel .item p {
          margin-top: 20px;
          color: #943235; }
        section.introduction .owl-carousel .item a {
          margin-top: 20px; }
      section.introduction .owl-carousel .owl-dots {
        margin-top: -50px;
        display: block;
        text-align: center; }
      section.introduction .owl-carousel .owl-dot {
        margin: 10px;
        display: inline-block;
        width: 7px;
        height: 7px;
        background-color: #943235;
        border-radius: 50%;
        position: relative; }
        section.introduction .owl-carousel .owl-dot:before {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          border: 1px solid #943235;
          border-radius: 50%;
          transition: all .2s; }
        section.introduction .owl-carousel .owl-dot.active:before {
          top: -4px;
          left: -4px;
          right: -4px;
          bottom: -4px; }
  section.about {
    padding: 25px 0; }
    section.about p {
      margin-bottom: 0; }
    section.about a {
      margin-top: 24px; }
  section.publications {
    background-color: #ebeaea;
    padding-top: 30px;
    padding-bottom: 30px; }
    section.publications h3 {
      margin-bottom: 25px; }
      section.publications h3:not(:first-child) {
        margin-top: 30px; }
    section.publications .download {
      position: relative;
      background-color: #f2f2f2;
      border: 1px solid rgba(0, 0, 0, 0.1);
      padding: 15px 90px 15px 80px;
      margin-bottom: 10px; }
      section.publications .download .clearfix {
        opacity: .7;
        font-size: 13px; }
      section.publications .download p {
        font-weight: 600;
        margin-bottom: 10px; }
    section.publications .download-icon {
      display: block;
      position: absolute;
      right: 20px;
      top: 35px;
      width: 50px;
      height: 50px;
      background-size: 100%;
      background-repeat: no-repeat; }
    section.publications .download-number {
      color: #dc9f95;
      position: absolute;
      left: 20px;
      top: 25px;
      font-weight: 600;
      text-align: center;
      font-size: 14px; }
      section.publications .download-number strong {
        line-height: 1;
        display: block;
        font-size: 30px; }
    section.publications .publication {
      position: relative;
      margin-bottom: 50px; }
      section.publications .publication .publication-thumbnail {
        position: absolute;
        width: 110px;
        max-height: 250px; }
      section.publications .publication .publication-body {
        padding-left: 130px;
        padding-right: 10px; }
        section.publications .publication .publication-body .btn {
          margin-top: -8px;
          margin-right: 30px; }
      section.publications .publication h5 {
        line-height: 1.4;
        color: #111111; }
      section.publications .publication p, section.publications .publication .pull-left {
        font-size: 12px; }
      section.publications .publication p {
        line-height: 1.4;
        color: #666;
        margin-bottom: 20px; }
  section.partners {
    padding: 30px 0 60px;
    background-color: #ebeaea; }
    section.partners h3 {
      color: #111111;
      margin-top: 0;
      margin-bottom: 30px; }
  section.contact {
    position: relative;
    padding: 80px 0;
    background-position: center; }
    section.contact:before {
      content: '';
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      display: block;
      background-color: #fff3f1;
      opacity: .8;
      position: absolute; }
    section.contact > * {
      position: relative;
      z-index: 2; }
    section.contact .contact-heading {
      display: table;
      width: 100%; }
      section.contact .contact-heading h2 {
        padding: 0 20px;
        width: 1px;
        white-space: nowrap;
        color: #3a1c1b; }
      section.contact .contact-heading > * {
        vertical-align: middle;
        display: table-cell; }
      section.contact .contact-heading .line:before {
        content: '';
        border-top: 2px solid #3a1c1b;
        width: 100%;
        display: block; }
    section.contact .contact-details {
      font-weight: 600;
      margin-top: 50px;
      font-size: 16px; }
    section.contact p {
      color: #3a1c1b;
      margin-bottom: 30px; }

.row.flex-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}

.flex-wrap .publication {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex: 0 1 calc(50% - 20px);
  margin: 10px;
}

.content-header {
  margin-bottom: 15px;
  text-align: center;
  padding: 70px 0; }
  .content-header h2 {
    color: #fff;
    margin: 20px 0 0; }
  .content-header h3 {
    color: #fff;
    margin: 20px 0 0; }
    .content-header h2:after {
      display: block;
      content: '';
      border-bottom: 2px solid #fff;
      bottom: 0;
      width: 50px;
      margin: 15px auto; }

.btn:not(.btn-link) {
  border-radius: 16px;
  /* box-shadow: 0 10px 50px rgba(0, 0, 0, 0.3); */
  padding: 10px 25px; }
  .btn:not(.btn-link):focus, .btn:not(.btn-link):active, .btn:not(.btn-link):focus:active {
    outline: none;
    box-shadow: none; }

.btn-link {
  color: #6e2527;
  font-weight: 600;
  padding-left: 0;
  padding-right: 0; }

.btn-primary {
  background-color: #943235;
  border-color: #943235;
  color: #ffffff; }
  .btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:active:focus {
    background-color: #812c2e;
    border-color: #812c2e;
    color: #ffffff; }

.icon-right {
  display: inline-block;
  margin-left: .6em; }

.icon-left {
  display: inline-block;
  margin-right: .6em; }

.btn-group {
  margin-top: -10px;
  display: inline-block;
  padding: 0;
  margin-bottom: 30px; }

.form-demo {
  width: 550px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.3);
  padding: 30px;
  margin-bottom: 30px; }
  .form-demo .submit-area {
    padding-bottom: 5px;
    padding-top: 20px; }

.form-control {
  box-shadow: none;
  border-color: rgba(148, 50, 53, 0.15); }
  .form-control:active, .form-control:focus, .form-control:active:focus {
    border-color: rgba(148, 50, 53, 0.15);
    box-shadow: none;
    outline: none; }

.input-group-addon {
  background-color: #ffffff; }
  .input-group-addon + input {
    border-left: none; }

input {
  box-shadow: none !important; }

.contact .input-group-addon {
  border-color: rgba(148, 50, 53, 0.15);
  padding-top: 9px;
  vertical-align: top;
  border-right: none; }
  .contact .input-group-addon + .form-control {
    padding-left: 0;
    border-left: none; }

.background-primary ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6); }
.background-primary ::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6); }
.background-primary :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6); }
.background-primary :-moz-placeholder {
  color: rgba(255, 255, 255, 0.6); }

#sidebar {
  color: #666666; }
  #sidebar > * {
    margin-bottom: 35px; }
  #sidebar h3 {
    margin-top: 5px;
    margin-bottom: 15px; }
  #sidebar p {
    line-height: 1.7;
    margin-bottom: 10px; }
  #sidebar .btn-link {
    font-size: 13px; }
  #sidebar .contact-block {
    color: #777777;
    font-size: 15px; }
    #sidebar .contact-block p {
      font-weight: 500; }
    #sidebar .contact-block h4 {
      color: #6e2527;
      margin-top: 20px; }
    #sidebar .contact-block h4, #sidebar .contact-block p {
      margin-bottom: 5px; }
    #sidebar .contact-block strong {
      color: #6e2527; }
  #sidebar .documents-list ul {
    list-style: none;
    padding-left: 0;
    line-height: 1.6; }
    #sidebar .documents-list ul li:not(:last-of-type) {
      margin-bottom: 15px; }
    #sidebar .documents-list ul li .document-title {
      font-weight: 500; }
    #sidebar .documents-list ul li .document-date {
      margin-top: 2px;
      font-size: 12px; }

.nav-stacked li:hover:before {
  left: 4px; }
.nav-stacked li:before {
  content: '';
  height: 2px;
  width: 10px;
  background-color: #6e2527;
  display: block;
  top: 16px;
  left: 0;
  position: absolute;
  transition: all .12s; }
.nav-stacked li a {
  padding: 8px 0 8px 25px;
  color: #6e2527;
  font-weight: 500; }
  .nav-stacked li a:hover {
    background-color: transparent; }

@media (max-width: 767px) {
  .footer-top * {
    text-align: center !important; }
  .footer-top .contact-box {
    font-size: 16px; }
    .footer-top .contact-box .contact-icon {
      display: none; }

  iframe, img {
    max-width: 100% !important; }

  .main-content .reference-logo, .main-content .reference-body {
    display: block;
    width: 100%;
    padding: 0 10px; }

  .main-content.references .reference-logo img {
    max-height: 100%;
    margin: 20px; }

  .main-content.references .reference-logo {
    padding: 0 10px 40px; }

  .main-content .reference-box {
    padding-left: 10px;
    padding-right: 10px; }

  .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    border-top: none;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    background-color: white;
    margin-left: -35px;
    margin-right: -35px; }

  .navbar-default .navbar-nav > li > a {
    padding: 15px 30px !important; }

  .contact .form-group:nth-of-type(-n+4) {
    width: 100%; }

  .top .navbar-toggle {
    margin-top: 25px; }

  .navbar-toggle {
    margin-top: 15px; } }
@media (max-width: 991px) {
  .introduction {
    padding-bottom: 50px;
    padding-top: 50px; }
    .introduction h1 {
      font-size: 38px; }
      
      .languages {

        margin-top: 0px;
      }
    
    }

/*# sourceMappingURL=style_generated.css.map */

 
.annual-report {
  padding-top: 12px;
}

.bg-white {
    background-color: #fff;
}

/* .back1 > img, .obr > img {
  height: auto !important;
} */


.partnerbox > img {
  max-width: 200px;
  height: auto;
}