html, body {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 32px;
  color: #666666;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: none;
  scroll-behavior: smooth; }

/*Reusable styles*/
.header-h {
  position: relative;
  display: inline-block; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Poppins',sans-serif;
  font-weight: 300; }

h1 {
  font-size: 50px;
  line-height: 70px;
  margin-bottom: 26px;
  color: #fff; }
  @media screen and (max-width: 768px) {
    h1 {
      font-size: 32px;
      line-height: 36px; } }

h2 {
  font-size: 28px;
  line-height: 40px;
  font-weight: 400;
  color: #05317B;
  margin-top: 0; }
  @media (max-width: 993px) {
    h2 {
      font-size: 22px;
      line-height: 28px; } }

h2.h2-v2 {
  font-size: 60px;
  line-height: 64px;
  font-weight: 300;
  color: #666;
  margin-left: 20px;
  margin-bottom: 30px; }
  h2.h2-v2::before {
    content: "ESDN";
    font-size: 18px;
    font-weight: 500;
    color: #05317B;
    writing-mode: vertical-lr;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    display: block;
    position: absolute;
    left: 0;
    top: 8px;
    line-height: 1; }
    @media (max-width: 768px) {
      h2.h2-v2::before {
        font-size: 12px;
        top: 10px; } }
  h2.h2-v2::after {
    content: '';
    display: block;
    width: 105px;
    padding-top: 10px;
    margin-top: 0;
    border-bottom: 4px solid #d8722e; }
    @media (max-width: 768px) {
      h2.h2-v2::after {
        margin-top: 0;
        width: 55px; } }
  @media (max-width: 993px) {
    h2.h2-v2 {
      font-size: 48px;
      line-height: 50px; } }
  @media (max-width: 768px) {
    h2.h2-v2 {
      font-size: 36px; } }

h3, h4 {
  color: #05317B;
  font-weight: 400; }

/*General Styles*/
.clearfix:after {
  content: "";
  display: table;
  clear: both; }

a {
  text-decoration: none; }

ul {
  padding: 0; }
  ul li {
    list-style: none; }

.p-rel {
  position: relative; }

.d-flex {
  display: flex; }

.img-fluid, .image-embed-item {
  max-width: 100%;
  height: auto; }

.bg-color-grey {
  background-color: #f7f1f1; }

.bg-color-lgrey {
  background-color: #f7f7f7; }

.bg-color-lblue {
  background-color: #eff5ff; }

.bg-color-lblue2 {
  background-color: #6699ff;
  color: #FFFFFF; }

.bg-color-vdblue {
  background-color: #081d41;
  color: #FFFFFF; }

.bg-color-blue {
  background-color: #4378dd;
  color: #fff; }
  .bg-color-blue div.header-h h2 {
    color: #FFFFFF; }
    .bg-color-blue div.header-h h2.h2-v2::before {
      color: #FFFFFF; }
    .bg-color-blue div.header-h h2.h2-v2::after {
      border-color: #FFFFFF; }

.text-center {
  text-align: center; }

.mt-10 {
  margin-top: 10px; }

.mt-20 {
  margin-top: 20px; }

.mt-30 {
  margin-top: 30px; }

.mt-40 {
  margin-top: 40px; }

.mt-50 {
  margin-top: 50px; }

.mb-10 {
  margin-bottom: 10px; }

.mb-20 {
  margin-bottom: 20px; }

.mb-30 {
  margin-bottom: 30px; }

.mb-40 {
  margin-bottom: 40px; }

.mb-50 {
  margin-bottom: 50px; }

.uc {
  text-transform: uppercase; }

/* frame */
@media (max-width: 768px) {
  #home {
    overflow-x: hidden; } }
.frame-default {
  margin: 0px 0; }
  .frame-default.frame-space-before-extra-small {
    margin-top: 1.5em !important; }
  .frame-default.frame-space-before-small {
    margin-top: 2em !important; }
  .frame-default.frame-space-before-medium {
    margin-top: 3em !important; }
  .frame-default.frame-space-before-large {
    margin-top: 4em !important; }
  .frame-default.frame-space-before-extra-large {
    margin-top: 5em !important; }
  .frame-default.frame-space-after-extra-small {
    margin-bottom: 1.5em !important; }
  .frame-default.frame-space-after-small {
    margin-bottom: 2em !important; }
  .frame-default.frame-space-after-medium {
    margin-bottom: 3em !important; }
  .frame-default.frame-space-after-large {
    margin-bottom: 4em !important; }
  .frame-default.frame-space-after-extra-large {
    margin-bottom: 5em !important; }
  .frame-default.frame-padding {
    padding-top: 110px;
    padding-bottom: 110px; }
  @media (max-width: 993px) {
    .frame-default.frame-padding {
      padding-top: 50px;
      padding-bottom: 50px; } }

#page .frame-default.frame-padding {
  padding-top: 40px;
  padding-bottom: 40px; }
@media (max-width: 993px) {
  #page .frame-default.frame-padding {
    padding-top: 30px;
    padding-bottom: 30px; } }

/*header styles*/
header.header {
  height: 143px;
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 4px -2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 5px 4px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 4px -2px rgba(0, 0, 0, 0.1); }
  header.header .mburger {
    right: 10px;
    color: #05317B; }
  @media (max-width: 993px) {
    header.header {
      height: 100px; }
      header.header .header-logo img {
        max-width: 160px;
        height: auto; }
      header.header .navigation-menu .nav-top nav ul, header.header .navigation-menu .nav-top nav .search {
        margin: 5px 0; } }

#ulmobilemenu:not(.mm-menu) {
  display: none; }

.small-header header.header {
  height: 100px; }
  header.header .header-logo img{margin-top:10px;}
  .small-header header.header .header-logo img {
    max-width: 160px;
    height: auto; margin-top:10px;}
.small-header .navigation-menu .nav-top nav ul, .small-header .navigation-menu .nav-top nav .search {
  margin: 5px 0; }

/*Navigation Menu Styles*/
.navigation-menu .nav-top, .navigation-menu .nav-btm {
  float: right; }
  .navigation-menu .nav-top ul li, .navigation-menu .nav-btm ul li {
    float: left; }
    .navigation-menu .nav-top ul li a, .navigation-menu .nav-btm ul li a {
      display: block;
      text-decoration: none; }
.navigation-menu .nav-top {
  position: relative; }
  .navigation-menu .nav-top nav {
    font-size: 16px;
    color: #666 !important;
    display: flex;
    align-items: center; }
    .navigation-menu .nav-top nav ul {
      margin: 18px 0; }
      .navigation-menu .nav-top nav ul li {
        padding: 0 24px; }
    .navigation-menu .nav-top nav a {
      color: #666 !important; }
      .navigation-menu .nav-top nav a:hover {
        color: #d8722e !important; }
    .navigation-menu .nav-top nav .search {
      margin: 18px 0;
      padding-left: 28px; }
      .navigation-menu .nav-top nav .search .icon-search {
        background: url("../Images/search-solid.svg") center center no-repeat;
        width: 16px;
        height: 16px;
        display: inline-block;
        opacity: 0.6;
        vertical-align: sub;
        cursor: pointer; }
      .navigation-menu .nav-top nav .search #ke_search_searchfield_sword {
        border: none;
        width: 264px;
        outline: none;
        padding-left: 10px;
        background: #eff5ff; }
      .navigation-menu .nav-top nav .search #form_kesearch_searchfield {
        position: absolute;
        right: 0;
        z-index: 1;
        display: none; }
    .navigation-menu .nav-top nav .nav-item.active a {
      color: #d8722e !important; }
.navigation-menu .nav-btm {
  font-size: 20px;
  color: #05317B; }
  .navigation-menu .nav-btm ul {
    margin: 0; }
    .navigation-menu .nav-btm ul li {
      position: relative; }
      .navigation-menu .nav-btm ul li a {
        padding-left: 26px;
        padding-right: 26px;
        line-height: 73px; }
        @media (min-width: 993px) and (max-width: 1130px) {
          .navigation-menu .nav-btm ul li a {
            padding-left: 15px;
            padding-right: 15px; } }
      .navigation-menu .nav-btm ul li:last-child a {
        padding-right: 0; }
      .navigation-menu .nav-btm ul li.active > a {
        font-weight: 500;
        background: url("../Images/caret-right.svg") left center no-repeat;
        background-size: 5px;
        background-position: left 16px center; }
      .navigation-menu .nav-btm ul li .dropdown {
        min-width: 100%;
        position: absolute;
        left: 10px;
        background-color: #fff;
        box-shadow: 0 6px 9px rgba(0, 0, 0, 0.2);
        z-index: 11;
        top: 73px;
        display: none; }
        .navigation-menu .nav-btm ul li .dropdown li {
          display: block;
          width: 100%;
          padding: 0 0 0 0; }
          .navigation-menu .nav-btm ul li .dropdown li a {
            padding: 15px;
            line-height: 18px;
            display: block;
            white-space: nowrap; }
            .navigation-menu .nav-btm ul li .dropdown li a:hover {
              background: #05173b;
              color: #ffffff; }
          .navigation-menu .nav-btm ul li .dropdown li.active a {
            background: #05173b;
            color: #ffffff;
            font-weight: 300; }
      .navigation-menu .nav-btm ul li:hover .dropdown {
        display: block; }
@media (max-width: 993px) {
  .navigation-menu {
    display: none; } }

.small-header .nav-btm ul li a {
  line-height: 60px; }
.small-header .nav-btm ul li .dropdown {
  top: 56px; }

/* content */
.container {
  max-width: 1200px;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px; }

.container-full-width {
  max-width: 100%;
  padding: 0; }

#content-wrap {
  padding-top: 143px; }
  @media (max-width: 993px) {
    #content-wrap {
      padding-top: 100px; } }

.main-content > .frame-default.frame-padding:first-child {
  padding-top: 0 !important; }
.main-content > .container:first-child > .frame-default.frame-padding:first-child {
  padding-top: 0 !important; }
.main-content ul li {
  background: url("../Images/caret-right.svg") left 5px no-repeat;
  background-size: 6px;
  padding-left: 20px; }
.main-content .frame-type-text p {
  margin-top: 30px;
  margin-bottom: 30px; }

#page .main-content {
  margin-top: 40px;
  /*padding-bottom:20px;*/ }

.frame-type-text a {
  color: #d8722e; }
  .frame-type-text a:hover {
    color: #05317B; }

#c4 {
  margin-top: 0px;
  padding-top:30px;
  position: relative;
  z-index: 1; }

#c6.frame-padding {
  padding-top: 0 !important; }

/* content END */
/* breadcrumb */
#breadcrumb {
  padding-top: 5px;
  padding-bottom: 5px;
  background: #efefef;
  color: #05317B;
  width: 100%; }
  #breadcrumb .container a:last-child {
    font-weight: 500; }

/* breadcrumg END */
/*banner style*/
.owl-controls {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  z-index: 1; }
  @media (max-width: 993px) {
    .owl-controls {
      left: 10px;
      right: 10px; } }
  .owl-controls .owl-prev, .owl-controls .owl-next {
    position: absolute;
    width: 20px;
    height: 35px;
    background: none;
    border: none;
    z-index: 100;
    cursor: pointer;
    background-repeat: no-repeat; }
  .owl-controls .owl-prev {
    left: 0;
    background-image: url(../Images/arrow-left.svg); }
  .owl-controls .owl-next {
    right: 0;
    background-image: url(../Images/arrow-right.svg); }
  .owl-controls .owl-prev i, .owl-controls .owl-next i {
    color: #d8722e;
    font-size: 2.5rem;
    padding: 20px; }

.banner {
  position: relative; }
  .banner #banner-slider .owl-item, .banner #banner-slider-v .owl-item {
    height: 650px; }
    .banner #banner-slider .owl-item .item, .banner #banner-slider-v .owl-item .item {
      height: 100%; }
    @media (max-width: 993px) {
      .banner #banner-slider .owl-item, .banner #banner-slider-v .owl-item {
        height: 450px; } }
  .banner #banner-slider .banner-image, .banner #banner-slider-v .banner-image {
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    background-position: center; }
  .banner #banner-slider .container, .banner #banner-slider-v .container {
    height: 100%; }
  .banner #banner-slider .banner-header h1, .banner #banner-slider-v .banner-header h1 {
    font-size: 152px;
    font-weight: 700;
    margin-bottom: 50px; }
    @media (max-width: 993px) {
      .banner #banner-slider .banner-header h1, .banner #banner-slider-v .banner-header h1 {
        font-size: 40px;
        margin-bottom: 10px;
        line-height: 42px; } }
  .banner #banner-slider .item, .banner #banner-slider-v .item {
    color: #fff; }
    .banner #banner-slider .item .banner-content, .banner #banner-slider-v .item .banner-content {
      max-width: 410px;
      position: absolute;
      top: 50%;
      margin-left: 25px;
      transform: translateY(-50%);
      font-size: 20px;
      line-height: 32px; }
      @media (max-width: 993px) {
        .banner #banner-slider .item .banner-content, .banner #banner-slider-v .item .banner-content {
          width: 80%;
          font-size: 16px;
          line-height: 26px; } }
  .banner #banner-slider .banner-overlay, .banner #banner-slider-v .banner-overlay {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    background-image: linear-gradient(90deg, rgba(22, 43, 75, 0.6) 35%, rgba(168, 171, 175, 0.3) 60%); }
  .banner .owl-controls {
    z-index: 1; }
    .banner .owl-controls .owl-nav {
      max-width: 1200px;
      padding: 0 20px;
      position: relative;
      margin: 0 auto; }
  .banner #banner-slider-v {
    /*max-height: 650px;*/
    height: calc(100vh - 143px);
    overflow: hidden; }
    @media (max-width: 993px) {
      .banner #banner-slider-v {
        height: 450px; } }
    .banner #banner-slider-v video {
      display: block;
      width: 100%;
      height: auto;
      object-fit: cover; }
      @media (max-width: 993px) {
        .banner #banner-slider-v video {
          width: auto; } }

.owl-carousel {
  display: block; }

#sub-banner {
  height: 415px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative; }
  @media (max-width: 768px) {
    #sub-banner {
      height: 250px; } }
  #sub-banner #sub-banner-head {
    background: rgba(255, 255, 255, 0.7);
    padding-right: 20px;
    position: absolute;
    bottom: 30px; }
    #sub-banner #sub-banner-head h1 {
      text-transform: uppercase;
      color: #666666;
      font-size: 92px;
      line-height: 92px;
      font-weight: 500;
      padding-left: 27px;
      margin: 0;
      position: relative; }
      #sub-banner #sub-banner-head h1:before {
        content: "ESDN";
        font-size: 18px;
        font-weight: 500;
        color: #05317B;
        writing-mode: vertical-lr;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        display: block;
        position: absolute;
        left: 0;
        top: 8px;
        line-height: 1;
        top: 12px;
        color: #05317B;
        font-size: 26px;
        font-weight: 600; }
        @media (max-width: 768px) {
          #sub-banner #sub-banner-head h1:before {
            font-size: 12px;
            top: 10px; } }
        @media (max-width: 768px) {
          #sub-banner #sub-banner-head h1:before {
            top: 12px; } }
      @media (max-width: 768px) {
        #sub-banner #sub-banner-head h1 {
          font-size: 34px;
          line-height: 50px; } }
    #sub-banner #sub-banner-head sup {
      font-size: 65%; }

/*card styles*/
.w3-card {
  background-color: #fff;
  color: #000;
  margin-bottom: 20px;
  height: 100%; }
  .w3-card .card-header {
    background-color: #6699ff;
    padding: 25px 38px; }
    .w3-card .card-header h2 {
      color: #fff;
      margin: 0;
      letter-spacing: 0.5px;
      font-size: 28px;
      line-height: 27px;
      font-weight: 400; }
      .w3-card .card-header h2 span {
        float: right; }
      @media (max-width: 1200px) {
        .w3-card .card-header h2 {
          font-size: 20px; } }
  .w3-card .card-content {
    padding: 20px 20px 20px 38px;
    color: #666;
    font-size: 18px;
    line-height: 26px; }
    .w3-card .card-content strong {
      font-size: 20px;
      color: #05173B;
      font-weight: 500; }
    .w3-card .card-content li {
      margin-bottom: 10px;
      position: relative;
      padding-left: 20px; }
    .w3-card .card-content a {
      display: block; }
      .w3-card .card-content a:hover {
        color: #d8722e; }

/* DCE */
.bcit .bcit-left-wrap {
  padding-top: 120px;
  max-width: 100%;
  margin-right: 10%;
  /*margin:auto;*/
  color: #FFFFFF;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300; }
  .bcit .bcit-left-wrap div.header-h {
    position: relative; }
    .bcit .bcit-left-wrap div.header-h h2 {
      color: #FFFFFF; }
      .bcit .bcit-left-wrap div.header-h h2.h2-v2::before {
        color: #FFFFFF; }
      .bcit .bcit-left-wrap div.header-h h2.h2-v2::after {
        border-color: #FFFFFF; }
  @media (max-width: 993px) {
    .bcit .bcit-left-wrap {
      padding: 5%;
      max-width: 100%; } }
.bcit .bcit-right-wrap {
  display: flex;
  flex-wrap: wrap;
  padding: 110px 0 3% 5%;
  max-width: 740px; }
  @media (max-width: 993px) {
    .bcit .bcit-right-wrap {
      padding: 5%; } }
  @media (max-width: 768px) {
    .bcit .bcit-right-wrap {
      padding: 4%; } }
.bcit .w3-col-right {
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: inset 0 0 0 2000px rgba(0, 23, 70, 0.7); }
.bcit .bcit-right-item {
  width: 45%;
  margin-right: 5%;
  margin-bottom: 30px;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 300; }
  @media (max-width: 768px) {
    .bcit .bcit-right-item {
      width: 100%; } }
.bcit h3.h3-v2 {
  color: #d8722e;
  font-size: 32px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px; }
  .bcit h3.h3-v2::first-letter {
    color: #FFFFFF;
    font-size: 42px;
    font-weight: 500; }

/* floating box */
.content-lt > .frame-padding:first-child {
  padding-top: 0 !important; }
@media (max-width: 1270px) {
  .content-lt .container {
    padding-right: 20%;
    max-width: 100%; } }
@media (min-width: 1271px) and (max-width: 1600px) {
  .content-lt .container {
    max-width: 1024px;
    padding-right: 6%; } }
@media (min-width: 200px) and (max-width: 1024px) {
  .content-lt .container {
    padding-right: 20px;
    max-width: 100%; } }

.floating-box-container {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1; }
  .floating-box-container .floating-box {
    max-width: 200px;
    padding: 10px 20px 10px 20px; }
    .floating-box-container .floating-box .floating-box-title {
      font-weight: 400;
      font-size: 18px; }
    .floating-box-container .floating-box a {
      color: #d8722e; }
    .floating-box-container .floating-box p {
      margin-top: 0;
      margin-bottom: 10px; }
  @media (max-width: 1024px) {
    .floating-box-container {
      position: relative !important;
      bottom: auto !important;
      top: auto !important;
      display: flex; } }

/* floating box END */
/* Powermail */
.tx-powermail .powermail_legend {
  display: none; }
.tx-powermail .powermail_fieldwrap {
  margin-bottom: 10px; }
.tx-powermail .powermail_fieldset {
  border: none;
  padding: 0; }
.tx-powermail .powermail_input, .tx-powermail .powermail_textarea, .tx-powermail .powermail_captcha {
  border: 1px solid #05317B;
  padding: 2px;
  width: 100%;
  outline: none; }
.tx-powermail .powermail_submit {
  background: #d8722e;
  border: none;
  color: #FFF;
  padding: 2px 15px;
  cursor: pointer; }
  .tx-powermail .powermail_submit:hover {
    background-color: #ac4907; }
.tx-powermail .parsley-errors-list {
  margin: 0; }
  .tx-powermail .parsley-errors-list li {
    color: red;
    padding-left: 10px !important; }
.tx-powermail .powermail_fieldwrap_type_html {
  font-size: 14px;
  line-height: 22px; }

/* Powermail END*/
/* fe login */
.frame-type-felogin_login legend, .tx-femanager legend {
  display: none; }
.frame-type-felogin_login fieldset, .tx-femanager fieldset {
  border: none;
  padding: 0; }
.frame-type-felogin_login input, .tx-femanager input {
  border: 1px solid #05317B;
  width: 100%;
  outline: none;
  display: block;
  margin-bottom: 10px;
  max-width: 500px; }
.frame-type-felogin_login input[type="text"], .frame-type-felogin_login input[type="password"], .tx-femanager input[type="text"], .tx-femanager input[type="password"] {
  padding-left: 5px; }
.frame-type-felogin_login input[type="checkbox"], .tx-femanager input[type="checkbox"] {
  width: auto;
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: text-top;
  margin-right: 4px; }
.frame-type-felogin_login .btn, .tx-femanager .btn {
  max-width: 250px;
  min-width: 250px; }

/* fe login END */
/* country profile Map */
#country_x5F_shape {
  max-width: 100%;
  height: auto;
  align-self: flex-end; }

.country-flags {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #666666;
  padding: 20px 20px 10px 20px; }
  .country-flags img {
    display: block;
    margin: auto;
    height: 32px;
    width: auto; }
    @media (max-width: 768px) {
      .country-flags img {
        height: auto; } }
  .country-flags a {
    width: 33.33%;
    color: #d8722e;
    text-align: center;
    font-size: 14px;
    display: block;
    margin-bottom: 10px; }
    .country-flags a:hover {
      color: #05317B; }

.tx-countryprofile .frame-type-menu_subpages li.starategy-head {
  width: 100%;
  font-weight: 400;
  text-transform: none;
  padding: 20px !important;
  text-align: left; }
  .tx-countryprofile .frame-type-menu_subpages li.starategy-head:hover {
    background-color: #eff5ff; }

.country-selector {
  min-width: 300px;
  max-width: 500px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 400; }
  @media (max-width: 768px) {
    .country-selector {
      width: 100%;
      max-width: 100%; } }
  .country-selector a {
    display: block;
    min-width: 300px;
    max-width: 500px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 400;
    color: #666666;
    background: #ffffff;
    padding-top: 5px;
    padding-bottom: 5px; }
    .country-selector a:hover {
      background: #ccc; }
    .country-selector a img {
      margin-right: 20px; }
    @media (max-width: 768px) {
      .country-selector a {
        width: 100%;
        max-width: 100%; } }
  .country-selector .country-current {
    border: 2px solid #666666; }
    .country-selector .country-current img {
      margin-right: 20px; }
    .country-selector .country-current a {
      padding: 0; }
      .country-selector .country-current a:hover {
        background: #ffffff; }

.w3-dropdown-content {
  max-height: 400px;
  overflow-x: hidden;
  overflow-y: auto; }

.country-shower span {
  background: #6666660D 0% 0% no-repeat padding-box;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 400;
  color: #666666;
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
  padding: 5px 20px 5px 10px;
  width: 41%; }

.icon-selectbox {
  background: url("../Images/caret-right.svg") center center no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 10px;
  right: 10px;
  transform: rotate(90deg); }

@media (min-width: 993px) {
  .map-container {
    min-height: 800px; } }

.map-align-bottom {
  position: absolute;
  bottom: -10px;
  width: 100%; }
  @media (max-width: 993px) {
    .map-align-bottom {
      position: relative;
      bottom: auto; } }

.maptooltip {
  pointer-events: none;
  position: absolute;
  font-size: 16px;
  text-align: center;
  text-transform: capitalize;
  background: white;
  padding: 0 5px;
  z-index: 5;
  margin: 0 auto;
  color: #05317B;
  border-radius: 5px;
  box-shadow: 0 0 0 1px #eee;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: none; }
  .maptooltip.active {
    display: block; }
    .maptooltip.active:after {
      content: "";
      position: absolute;
      left: 50%;
      top: 100%;
      width: 0;
      height: 0;
      margin-left: -10px;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-top: 10px solid white; }

/* rotated background text */
.rotatedtext {
  position: absolute;
  right: 48px;
  top: 0;
  transform: rotate(-90deg);
  font-weight: 500;
  font-size: 700%;
  transform-origin: right center;
  z-index: 0;
  opacity: 0.1; }
  .rotatedtext.rotatedtextpos-left {
    left: 50px;
    top: 50px;
    transform-origin: left center;
    transform: rotate(90deg); }
  .rotatedtext.appendesdn {
    padding-left: 30px; }
    .rotatedtext.appendesdn::before {
      content: "ESDN";
      font-size: 18px;
      font-weight: 500;
      color: #05317B;
      writing-mode: vertical-lr;
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg);
      display: block;
      position: absolute;
      left: 0;
      top: 8px;
      line-height: 1;
      font-size: 36px;
      top: -28px; }
      @media (max-width: 768px) {
        .rotatedtext.appendesdn::before {
          font-size: 12px;
          top: 10px; } }
  @media (max-width: 768px) {
    .rotatedtext {
      display: none; } }

/* rotated background text END */
/* ligtcase */
#lightcase-caption {
  display: none !important; }

.c-gallery__figure-caption {
  text-align: center;
  color: #05317B; }

/* ligtcase END */
/* news comments */
.comments-list li {
  background: none !important; }

.ns-headline h2 {
  font-weight: 600 !important;
  color: #d8722e !important; }

.ns-btn {
  border-color: #d8722e !important;
  background: #d8722e !important;
  font-weight: 400 !important;
  border-radius: 0 !important;
  border: none !important;
  padding: 6px 20px; }
  .ns-btn:hover {
    background-color: #ac4907 !important;
    border: none !important; }

.text-muted {
  font-size: 12px; }

.comment-btn.reply {
  font-size: 14px; }

.comment-box {
  border-radius: 0 !important;
  box-shadow: none !important; }

.ns-btn-login {
  display: inline-block;
  margin-bottom: 20px; }

.ns-captch {
  font-size: 16px; }

.ns-comment-wrapper {
  border-top: 1px solid #ccc;
  padding-top: 20px; }

.comment-avatar {
  z-index: 1 !important; }

.tx_nscomments input, .tx_nscomments textarea, .tx_nscomments select {
  border: 1px solid #05317B;
  box-shadow: none;
  border-radius: 0; }

.tx_nscomments .error-msg {
  box-shadow: none; }

.comment-author {
  font-size: 16px; }

/* news comments END */
/* User register */
.bg-danger {
  color: red;
  font-size: 14px; }

.tx-srfreecap-cant-read {
  width: auto !important; }

/* User register END */
/* DCE END */
/*Testimonials Style Start*/
.tx-testimony {
  position: relative;
  box-shadow: 1px 4px 13px 2px #ccc; }
  .tx-testimony .testi-image {
    width: 100%;
    height: auto;
    display: block; }
  .tx-testimony .w3-col-right {
    position: relative; }
  .tx-testimony .testi-bg {
    background-image: url(../Images/testi-bg.jpg);
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 100%; }
  .tx-testimony .testimony-desc {
    position: relative;
    color: #fff;
    padding: 45px 60px; }
    @media (max-width: 993px) {
      .tx-testimony .testimony-desc {
        padding: 20px 20px; } }
  .tx-testimony .quote-author {
    padding-bottom: 50px; }
    @media (max-width: 993px) {
      .tx-testimony .quote-author {
        padding: 0 0 00px 0; } }
  .tx-testimony .quote-authorName {
    font-size: 34px;
    text-transform: uppercase;
    color: #6699ff;
    margin-bottom: 20px;
    font-weight: 400; }
    @media (max-width: 993px) {
      .tx-testimony .quote-authorName {
        font-size: 22px; } }
  .tx-testimony .quote-authorDesg {
    font-size: 28px;
    font-weight: 400;
    line-height: 32px; }
    @media (max-width: 993px) {
      .tx-testimony .quote-authorDesg {
        font-size: 18px;
        line-height: 28px; } }
  .tx-testimony .quote-text-content {
    position: relative; }
    .tx-testimony .quote-text-content p {
      font-size: 24px;
      line-height: 34px;
      padding-top: 15px; }
      @media (max-width: 993px) {
        .tx-testimony .quote-text-content p {
          font-size: 16px;
          line-height: 24px; } }
  .tx-testimony .quote-icon {
    background-image: url(../Images/quote-right.svg);
    position: absolute;
    height: 35px;
    width: 35px;
    left: -8px;
    top: -20px; }
    @media (max-width: 993px) {
      .tx-testimony .quote-icon {
        height: 20px;
        width: 20px; } }
  .tx-testimony .owl-prev {
    left: 20px; }
  .tx-testimony .owl-next {
    right: 20px; }

/*Testimonials  Style End*/
/* News */
.news-slider-container {
  width: 100%;
  margin: 0 auto;
  position: relative;
  margin-bottom: 20px; }
  .news-slider-container .news-slider-tab {
    background-color: #d8722e;
    color: #fff;
    display: flex;
    height: 82px; }
    .news-slider-container .news-slider-tab .news-slider-tab-link {
      font-size: 16px;
      line-height: 20px;
      border-right: 1px solid #FFFFFF;
      width: 33.33%;
      padding: 10px; }
      .news-slider-container .news-slider-tab .news-slider-tab-link:last-child {
        border: none; }
      .news-slider-container .news-slider-tab .news-slider-tab-link.active {
        background-color: #05317B; }
      @media (max-width: 768px) {
        .news-slider-container .news-slider-tab .news-slider-tab-link {
          display: none; }
          .news-slider-container .news-slider-tab .news-slider-tab-link.active {
            display: block;
            width: 100%; } }
  .news-slider-container .owl-next {
    right: 10px; }
  .news-slider-container .owl-prev {
    left: 10px; }
  .news-slider-container .mediaelement-video iframe {
    display: block;
    width: 100%;
    height: 406px;
    border: none; }

.news-single .mediaelement-video {
  display: block;
  width: 100%;
  height: 560px;
  border: none; }
  @media (max-width: 768px) {
    .news-single .mediaelement-video {
      height: 250px; } }

.news-list-view .mediaelement-video iframe {
  width: 100%; }

.sh-more {
  float: right;
  color: #d8722e;
  font-size: 16px;
  margin-top: 55px; }
  @media (max-width: 991px) {
    .sh-more {
      margin-top: 43px; } }

@media (min-width: 991px) {
  #c16 {
    max-width: 66%; } }
/* News END */
/*Button Styles*/
.btn {
  padding: 10px 30px;
  display: inline-block;
  color: #fff !important;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  border: none !important;
  cursor: pointer;
  text-align: center; }

.btn-orange {
  background-color: #d8722e; }
  .btn-orange:hover {
    background-color: #ac4907; }

.btn-blue {
  background-color: #05317B; }
  .btn-blue:hover {
    background-color: #6699ff; }

/*Testimonial Styles*/
/* frame-type-menu_subpages */
.frame-type-menu_subpages ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px; }
  .frame-type-menu_subpages ul li {
    width: 25%;
    background: #d8722e;
    text-align: center;
    color: #FFF;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 24px;
    border-style: solid;
    border-width: 0 4px 4px 0;
    border-color: #FFF;
    padding: 0 !important;
    transition: all 0.3s ease-in-out; }
    .frame-type-menu_subpages ul li a {
      display: flex;
      padding: 25px 40px;
      height: 100%;
      min-height: 100px;
      align-items: center;
      text-align: center;
      justify-content: center; }
      @media (max-width: 768px) {
        .frame-type-menu_subpages ul li a {
          padding: 25px 20px;
          min-height: 70px; } }
    .frame-type-menu_subpages ul li span {
      /*word-spacing: 9999999px;*/ }
    .frame-type-menu_subpages ul li:hover, .frame-type-menu_subpages ul li.active {
      background: rgba(216, 114, 46, 0.5); }
    @media (max-width: 993px) {
      .frame-type-menu_subpages ul li {
        width: 33.33%; } }
    @media (max-width: 768px) {
      .frame-type-menu_subpages ul li {
        width: 50%;
        font-size: 16px;
        line-height: 18px; } }
.frame-type-menu_subpages.subpages-blue li {
  background-color: #eff5ff;
  color: #05317B;
  font-size: 20px; }
  .frame-type-menu_subpages.subpages-blue li.starategy-head {
    font-size: 24px;
    line-height: 26px; }

/* frame-type-menu_subpages END */
/* ce-uploads */
.ce-file-download img {
  display: block;
  border: 1px solid #707070;
  padding: 0 !important;
  margin: 20px auto;
  float: none !important;
  max-width: 100%;
  height: auto;
  min-height: 262px; }
.ce-file-download li {
  float: left;
  display: block;
  width: 275px;
  padding-left: 0 !important;
  background: #f7f7f7 !important;
  margin-right: 20px !important; }
  @media (min-width: 650px) and (max-width: 790px) {
    .ce-file-download li {
      width: 218px;
      margin-right: 18px !important; } }
  .ce-file-download li .ce-file-download-info {
    background: #374562;
    color: #FFF;
    padding: 10px 15px; }
    .ce-file-download li .ce-file-download-info .pb_fileinfo {
      display: none !important; }
      .ce-file-download li .ce-file-download-info .pb_fileinfo.pb_fileinfoupd {
        display: block !important; }
    .ce-file-download li .ce-file-download-info .ce-uploads-fileName {
      max-width: 80%;
      font-size: 20px;
      line-height: 24px;
      margin-bottom: 18px; }
      @media (max-width: 993px) {
        .ce-file-download li .ce-file-download-info .ce-uploads-fileName {
          max-width: 100%;
          font-size: 18px; } }
    .ce-file-download li .ce-file-download-info a {
      color: #d8722e;
      float: right; }

/* ce-uploads END */
/*Section*/
.section-header {
  background: #6699ff;
  color: #FFF;
  text-transform: uppercase;
  font-size: 24px;
  padding: 20px; }
  @media (max-width: 768px) {
    .section-header {
      font-size: 18px; } }
  .section-header .section-totop {
    background: url("../Images/icon-up-sq-w.svg") center center no-repeat;
    width: 20px;
    height: 20px;
    float: right; }

.section-container-cnt {
  max-width: 90%;
  padding-top: 20px;
  padding-bottom: 20px;
  margin: auto;
  color: #05317B; }
  .section-container-cnt a {
    color: #d8722e;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto; }

/*Section END*/
/* sessions */
.session-content {
  border-left: 10px solid #ffffff;
  padding-bottom: 15px !important; }
  @media (max-width: 993px) {
    .session-content {
      border: none; } }
  .session-content a {
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto; }
  .session-content .session-content-cnt {
    max-width: 675px;
    padding-left: 15px;
    padding-right: 15px;
    margin: auto;
    color: #05317B;
    line-height: 29px; }
    .session-content .session-content-cnt a {
      color: #d8722e;
      overflow-wrap: break-word;
      word-wrap: break-word;
      word-break: break-all;
      word-break: break-word;
      -ms-hyphens: auto;
      -moz-hyphens: auto;
      -webkit-hyphens: auto;
      hyphens: auto; }

.tx-countryprofile .session-content-cnt {
  max-width: 95%; }

.session-header {
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 15px;
  background: url("../Images/bullet-right-white.svg") left 6px no-repeat;
  background-size: 9px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px; }

/* sessions END */
/* file link icons */
.pb_fileinfo.icon-pdf, .pb_fileinfo.icon-png {
  background: url("../Images/icon-pdf.svg") left 3px no-repeat;
  background-size: 15px;
  width: 20px;
  height: 24px;
  display: block;
  float: left;
  margin-right: 5px; }
  .pb_fileinfo.icon-png {
    background: url("../Images/icon-img.svg") left 2px no-repeat;
    margin-top:5px;
  }

/* file link icons END */
/*footer styles*/
.footer {
  color: #fff;
  position: relative; }
  .footer .footer-header {
    font-weight: 600;
    font-size: 62px;
    line-height: 62px;
    margin-bottom: 24px; }
  .footer .footer-content {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #081d41; }
  .footer .footer-left {
    font-size: 16px;
    line-height: 24px; }
    .footer .footer-left p:first-child {
      font-weight: 400; }
  .footer .footer-middle li {
    background: url("../Images/bullet-right-white.svg") left center no-repeat;
    background-size: 6px;
    padding-left: 20px; }
  .footer .footer-right p:nth-child(4) {
    font-size: 16px; }
  .footer .footer-right a {
    color: #d8722e;
    font-size: 16px; }
  .footer h4 {
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    color: #fff; }
  .footer .post-footer {
    background-color: #6f6c6c;
    width: 100%;
    padding: 2px 0; }
    .footer .post-footer .footer-links ul {
      margin: 0;
      text-align: right; }
      .footer .post-footer .footer-links ul li {
        display: inline-block; }
        .footer .post-footer .footer-links ul li:first-child a::after {
          content: '|';
          padding-left: 4px;
          padding-right: 4px; }
      @media (max-width: 768px) {
        .footer .post-footer .footer-links ul {
          text-align: left; } }
  .footer .toTop {
    background: #FFFFFF url("../Images/icon-up-sq-o.svg") center center no-repeat;
    width: 25px;
    height: 25px;
    position: absolute;
    right: 10px;
    top: -40px;
    display: block;
    text-indent: -999em;
    border-radius: 3px;
    outline: none; }

/* typo3 */
.ce-gallery figcaption {
  margin-top: 10px; }

#twitter-widget-0 {
  width: 100% !important; }

.p-highlight {
  font-size: 20px;
  line-height: 30px; }

#c20 .btn {
  min-width: 230px; }
  @media (max-width: 550px) {
    #c20 .btn:first-child {
      margin-left: 25px; } }

/* typo3 END */
.frame-type-bullets ul.ce-bullets {
  display: flex;
  flex-wrap: wrap; }
  .frame-type-bullets ul.ce-bullets li {
    background: #6699ff;
    color: #FFFFFF;
    width: 33.33%;
    padding: 25px 40px 25px 25px; }
    .frame-type-bullets ul.ce-bullets li span {
      background: url("../Images/bullet-right-white.svg") left 4px no-repeat;
      background-size: 9px;
      padding-left: 20px; }
    @media (max-width: 994px) {
      .frame-type-bullets ul.ce-bullets li {
        width: 50%;
        padding: 20px; } }
    @media (max-width: 768px) {
      .frame-type-bullets ul.ce-bullets li {
        width: 100%; } }

/* KE search */
div.kesearchbox {
  position: relative !important;
  height: auto !important; }
  div.kesearchbox #ke_search_sword {
    position: relative !important;
    top: auto !important;
    width: 100% !important; }

/* Newsletter form */
#mc_embed_signup .button {
  padding: 10px 30px !important;
  display: inline-block !important;
  color: #fff !important;
  margin-bottom: 10px !important;
  transition: all 0.3s ease-in-out;
  border: none !important;
  border-radius: 0 !important;
  cursor: pointer !important;
  text-align: center !important;
  background: #d8722e !important;
  height: auto !important; }
  #mc_embed_signup .button:hover {
    background-color: #ac4907 !important; }
#mc_embed_signup input[type="text"], #mc_embed_signup input[type="email"], #mc_embed_signup select {
  border-radius: 0 !important;
  padding: 12px 0 !important;
  width: 100% !important;
  border: 1px solid #05317B !important; }

/* video embed */
.video-embed {
  overflow: hidden;
  position: relative;
  width: 100%; }
  .video-embed:after {
    padding-top: 56.25%;
    display: block;
    content: ''; }
  .video-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.frame-type-textmedia .ce-gallery, .frame-type-textmedia .ce-column {
  float: none; }
  .frame-type-textmedia .ce-gallery figure, .frame-type-textmedia .ce-column figure {
    display: block; }

/*# sourceMappingURL=esdn.css.map */
