* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    list-style: none;
}

.login-btn ul {
    list-style: none;
}

/*ul li {*/
/*    list-style: none;*/
/*}*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&family=Poppins:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&family=Roboto:ital,wght@0,400;0,500;0,700;1,400&display=swap');


@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;0,700;1,400;1,600&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@400;500;600;700&display=swap');



/*
    font-family: 'Montserrat', sans-serif;
    font-family: 'Poppins', sans-serif;
    font-family: 'Roboto', sans-serif;
    font-family: 'Poppins', sans-serif;
    font-family: 'Roboto Slab', serif;
*/



/* start:: header
 ============================= */
 header{
    background-color: #FFF;

 }
.header-wrapper {
    display: flex;
    justify-content: space-between;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    width: 100%;
}

.flag-wrapper {
    padding-top: 5px;
}

.main-logo h3 {
      font-weight: 700;
      color: #233F87;
      font-size: 3em;
      transition: all .7s;
      -webkit-transition: all .7s;
      -moz-transition: all .7s;
      -ms-transition: all .7s;
      -o-transition: all .7s;
}
.main-logo p{

}

.main-logo .logo {
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
}
.main-logo p {
    font-weight: 600;
    line-height: 23px;
    font-size: 16px;
}


/* demo
=================== */

#bimstec_logo img {
    width: 300px;
    /* font-weight: bold; */
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
}
.login-btn ul li ul li {
   display: flex;
   margin-bottom: 5px;
}

.bottom-row-search{
    margin-top: 10px;
}
.header-search-area {

    position: relative;
}
.header-search-area input{
    border: none;
    border-radius: 0px;
    border-bottom: 1px solid gray;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    width: 134px;
    padding: 5px;
}
.header-search-area button{
    position: absolute;
    display: inline-block;
    right: 0;
    top: 50%;
    transform: translate(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    border: honeydew;
    padding: 4px 10px;
    font-size: 19px;
    background: none;
    color: #0064ff;
}
.header-search-area input:focus{
    outline: none;
}

.main-logo.large img {

    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    width: 100%;
}
.main-logo.small img {
    width: 60%;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
}

.national-flag {
    display: flex;
    justify-content: end;
    align-items: center;
}

.national-single-flag {
    width: auto;
    height: auto;
    margin-right: 4px;
}

.national-single-flag img {
    width: 100%;
    height: 30px;
}

.login-btn ul {
    padding-left: 0;
    margin-left: 0px;
    margin-bottom: 3px;
}

.login-btn ul li ul {
    padding: 0;
    margin: 0;
}

.login-btn ul li a {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    background-color: #233F87;
    color: #FFF;
    padding: 6px 12px;
    font-size: 13px;
    margin-left: 10px;
    margin-top: 8px;
    margin-right: 17px;
}

.login-btn ul li ul li a {
    font-family: 'Montserrat', sans-serif;
    padding: 10px;
    font-weight: 500;
    background-color: white;
    color: #000;
}

.login-btn ul li ul li:first-child {
    border-bottom: 1px solid #eae9e9;
}

.login-btn ul li a:hover {
    color: #FFF;
}

.login-btn ul li a:focus {
    background-color: #233F87;
    color: #FFF;
}

.login-btn ul li ul li a:hover {
    background-color: #233F87;
    color: #FFF;
}

/* navbar
  =========================== */
.overlay {
    display: none;
    z-index: -1;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgb(0, 0, 0);
    transition: 5s;
    -webkit-transition: 5s;
    -moz-transition: 5s;
    -ms-transition: 5s;
    -o-transition: 5s;
}

.body-overlay {
    background-color: rgba(0, 0, 0, 0.5);
    display: inline !important;
    transition: all .5s;
    z-index:-2;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

/* start:: new nav */
nav{
    background: #00A750;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    padding:10px 0px;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
}
 nav .navbar{
    height: 100%;
    max-width: 1250px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: auto;
    padding: 0px 0px;
}

nav.large{
    padding: 10px 0px;
}
nav.small{
    padding: 5px 0px;
}
  .navbar .logo a{
    font-size: 30px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
  }
  nav .navbar .links{
    display: flex;
    padding: 0px;
    margin: 0;
  }
  nav .navbar .links li{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style: none;
    padding: 20 14px;
  }
  nav .navbar .links li a{
    height: 100%;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    padding:10px;
    width: 100%;
  }
  nav .navbar .links li a.active{
   background-color: #233F87;
  }
  nav .navbar .links li a:hover{
   background-color: #233F87;
  }

  /* .links li:hover .htmlcss-arrow,
  .links li:hover .js-arrow,
  .links li:hover .sectors-arrow,
  .links li:hover .arrow-5,
  .links li:hover .arrow-6{
    transform: rotate(180deg);
    } */

  nav .navbar .links li .arrow{
    height: 100%;
    width: 22px;
    text-align: center;
    display: inline-block;
    color: #fff;
    transition: all 0.3s ease;
  }
  nav .navbar .links li .sub-menu{
    position: absolute;
    top: 40px;
    left: 0;
    line-height: 40px;
    /*background: #00A750;
    */background: #F4F4F4;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    border-radius: 0 0 4px 4px;
    display: none;
    z-index: 2;
    padding-left: 0px;
    min-width: 200px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
  nav .navbar .links li .sub-menu li a{
   font-size: 13px;
   border-bottom: 1px solid #d9d7d7;
  }
  nav .navbar .links li:hover .htmlCss-sub-menu,
  nav .navbar .links li:hover .js-sub-menu,
  nav .navbar .links li:hover .sub-menu-4,
  nav .navbar .links li:hover .sub-menu-5,
  nav .navbar .links li:hover .sub-menu-6{
    display: block;
  }

.navbar .links li .sub-menu a {
    font-size: 13px;
    font-weight: 500;
    padding: 5px 15px;
    color: #000;
    background: #F4F4F4;
    text-transform: inherit;
    /*text-wrap: wrap;*/
}
  .navbar .links li .sub-menu a:hover {
    color: #fff;
}
  .navbar .links li .sub-menu .more-arrow{
    line-height: 40px;
  }
  .navbar .links li .sub-menu .more-sub-menu{
    position: absolute;
    top: 0;
    left: 100%;
    border-radius: 0 4px 4px 4px;
    z-index: 1;
    display: none;
  }
  .links li .sub-menu .more:hover .more-sub-menu{
    display: block;
  }
  .navbar .search-box{
    position: relative;
     height: 40px;
    width: 40px;
  }
  .navbar .search-box i{
    position: absolute;
    height: 100%;
    width: 100%;
    line-height: 40px;
    text-align: center;
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  .navbar .search-box .input-box{
    position: absolute;
    right: calc(100% - 40px);
    top: 80px;
    height: 60px;
    width: 300px;
    background: #00A750;
    border-radius: 6px;
    opacity: 0;
    pointer-events: none;
    transition: all 0.4s ease;
  }
  .navbar.showInput .search-box .input-box{
    top: 65px;
    opacity: 1;
    pointer-events: auto;
    background: #00A750;
  }
  .search-box .input-box::before{
    content: '';
    position: absolute;
    height: 20px;
    width: 20px;
    background: #00A750;
    right: 10px;
    top: -6px;
    transform: rotate(45deg);
  }
  .search-box .input-box input{
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 4px;
    transform: translate(-50%, -50%);
    height: 35px;
    width: 280px;
    outline: none;
    padding: 0 15px;
    font-size: 16px;
    border: none;
  }
  .navbar .nav-links .sidebar-logo{
    display: none;
  }
  .navbar .bx-menu{
    display: none;
  }
  .mobile-logo img{
    width: 150px;
  }

  .header-container{
    padding: 5px 0px;
  }
/* end:: new nav */

/* start:: shirnk header */
  /* .main-logo{
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
} */


.main-logo{
    width: auto;
    transform: all .3s;
    -webkit-transform: all .3s;
    -moz-transform: all .3s;
    -ms-transform: all .3s;
    -o-transform: all .3s;
}
.main-logo img{
    width: 100%;
    transform: all .3s;
    -webkit-transform: all .3s;
    -moz-transform: all .3s;
    -ms-transform: all .3s;
    -o-transform: all .3s;
}


.main-logo .logo-text{
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    padding-left: 10px;
}

.main-logo.small .logo img{

    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
}
.main-logo.small .logo-text h2{
   font-size: 20px;
}
.main-logo.small .logo-text p{
   font-size: 12px;
}



  /* Transitions */

  header,
  nav,
  a,
  img,
  li {
      transition: .7s all;
      -moz-transition: .7s all;
      -webkit-transition: .7s all;
      -o-transition: .7s all;
  }

/* start::slider section
======================== */

.slider-container .slider-img img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}

.slider-section {
    position: relative;
}

.slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.slider-btn span {
    display: block;
    width: 40px;
    height: 40px;
    background-color: #2b2929;
    color: #FFF;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    line-height: 40px;
    cursor: pointer;
}

.slider-btn span {
    font-weight: bold;
}

.slider-img {
    position: relative;
}

.slide-text {
    background-color: #000000a3;
    color: #FFF;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px 150px;
}

.slide-text p {
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    margin: 0;
}


/* meeting event section
================================ */
.meeting-event-section {
    padding: 50px 0;
    background-color: #f7f7f7;
}

.meeting-event-title h2 {
    font-size: 32px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #00a750;
    border-left: 3px solid #00a750;
    padding: 0px 10px;
}

.meeting-card-body {
    height: 380px;
    padding: 0px 5px;
    overflow: hidden;
}

.card-col {
    border-right: 1px solid #c8c8c8;
}

.meeting-event-title {
    padding-bottom: 30px;
}

.meeting-card-img {
    height: 180px;
}
.meeting-card-img{
    width: 100%;
    height: 180px;
    overflow: hidden;
}

.meeting-card-img img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    cursor: pointer;
}


.meeting-card-date {
    padding: 15px 0px;
    font-family: 'Montserrat', sans-serif;
    cursor: pointer;
}

.meeting-card-date h5 {
    font-size: 16px;
    font-weight: 500;
}

.meeting-card-date h6 {
    font-size: 15px;
    font-weight: 500;
}

.meeting-card-info p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 0;
    text-align: justify;
}

.meeting-show-all-info {
    display: block;
    text-align: right;
    padding-top: 20px;
}

.meeting-show-all-info button {
    font-weight: bold;
    padding: 5px 16px;
    border-radius: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border: none;
    color: #233F87;
    background-color: transparent;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.meeting-show-all-info button:hover {
    background-color: #233F87;
    color: #FFFFFF;
}
.tweets-body{
    height: 382px;
    overflow: auto;
}

/* update meeting event section
========================================= */
.meeting-card-body{
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding: 10px;
    background-color: #fff;
    border-radius: 7px;
}
.meeting-card-body:hover{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 10px;
}
.meeting-card-info a{
    color: #565555;
    /* font-family: 'Poppins', sans-serif; */
    font-weight: 600;
    font-size: 15px;
}
.meeting-card-info a:hover{
   color: #0C338A;
}
.media-filter{
    margin-bottom: 50px;
}
.media-archive-item{

    padding: 15px;

}

.media-archive-item a{
    color: #271c7a;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}
.media-archive-item a:hover{
    color: red !important;
}
.media-archive-item h6{
    color: #66667F;
    font-size: 17px;
}
.media-archive-item a:hover{
    color: #0C338A;
}
.media-filter input::placeholder{
    font-size: 17px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}
.media-filter input{
    padding: 11px;
    font-size: 17px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}
.media-filter button{
    background-color: #0f3188;
    color: #fff;
    font-size: 24px;
}

/* start::newsletter-section
=============================== */

.newsletter-single-part,
.media-single-part {
    padding: 0px 5px;
}
.newsletter-section{
    margin-bottom: 80px;
}

.useful-link-title {
    background-color: #00A750;
    color: #FFF;
    padding: 15px;
}

.publications-text{
    margin-top: 40px;
}
.publications-archive-text{
    margin-top: 20px;
}

/* start::newsletter new design
===================================== */
.newsletter-container{
    padding: 30px 15px;
}
.news-letter-item{
    background-color: #FFF;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding: 10px;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    height: 100%;
    padding-bottom: 18px;
}
.news-letter-item:hover{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.news-letter-item a{
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 15px !important;
    padding: 10px 0px;
    display: inline-block;
}

.news-letter-item h6{
    color: #000;
    font-family: 'Poppins', sans-serif;
    padding-bottom: 10px;
    font-size: 15px;
}
.news-letter-item:hover a{
    color: #0C338A;
}
/* sart:: upcoming event
=================================== */
.upcoming-event-section{
    padding: 50px 0px;
}

/* useful-link-section
================================== */
.useful-link-section {
    padding-bottom: 50px;
}

.useful-link-container {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    height: 300px;
}

.useful-link-title h4 {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 25px;
}

.useful-link-body ul {
    padding: 0px 30px;
}

.useful-link-body ul li {
    padding: 13px 0px;
    border-bottom: 1px solid #bdbdbd;
}

.useful-link-body ul li a {
    display: block;
    color: #233F87;
    font-family: 'Roboto', sans-serif;
}

.useful-link-body ul li a i {
    padding-right: 5px;
}

/* location-map-section
================================ */
.location-map-section {
    padding-bottom: 50px;
}

.bimstic-map iframe {
    height: 450px;
}

.message-container {
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    padding: 20px;
}

.form-title {
    padding: 30px 0px;
}

.form-title h4 {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 24px;
    text-align: center;
    padding: 0px 20px;
    position: relative;
    padding-bottom: 20px;
}

.form-title h4::after {
    content: "";
    position: absolute;
    width: 100px;
    height: 3px;
    background-color: #233F87;
    bottom: 0;
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.message-form input,
.message-form textarea {
    padding: 10px;
    border: 1px solid #929292;
}

.message-form button {
    width: 100%;
    background-color: #233F87;
    border: none;
    color: #FFFFFF;
    padding: 14px 0px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 18px;
}

/* start::history page
================================== */
.about-bimstec-all-page-body-section,
.secretary-general-section{
    padding: 80px 0px;
}
.about-bimstec-list{
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.about-bimstec-list ul li a {
    color: #000;
    font-family: 'Poppins', sans-serif;
    display: inline-block;
    padding: 8px 15px;
    border-bottom: 1px solid #f7f5f5;
}
.about-bimstec-list ul li a:hover{
    border-bottom: 1px solid black;
}
.about-bimstec-content{
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.about-bimstec-page-title h3,
.secretary-general-title h3{
    color: #61ce70;
    padding-bottom: 50px;
    font-size: 32px;
}
.about-bimstec-content p{
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #000;
    line-height: 25px;
}
.about-bimstec-country-cart{
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding: 20px;
    height: 100%;
}
.about-bimstec-country-cart h6{
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #0C338A;
}
.about-bimstec-country-cart img{
    width: 50px;
    padding-bottom: 25px;
}
.about-charter-img{
  width: 100%;
}
.about-charter-img img{
    max-height: 250px;
    margin-bottom: 20px;
    width: 100%;
}

.mechanism-image img{
    max-height: 300px;
    margin-bottom: 20px;
    width:100%;
}
.about-bimstec-content ul li {
    list-style: circle;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    padding: 10px 0px;
    font-size: 15px;
}
.summit-image img{
    width: 100%;
    margin-bottom: 20px;
    max-height: 500px;
}
.ministari-metting ul li {
    padding: 7px 0px;
    font-size: 15px;
    list-style: disc;
}
.secretary-general-person{
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-bottom: 1px solid #61ce70;
    width: 100%;
    text-align: center;
    cursor: pointer;
}
.secretary-general-person .person-img{
    width: 25%;
    margin-right: 20px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px;


}
.secretary-general-person .person-img img {
    width: 100%;
    max-height: 170px;
    object-fit: cover;
}
.secretary-general-person .person-info{

}
.secretary-general-person .person-info p{
    margin-bottom: 5px;
    font-family: 'Montserrat', sans-serif;
}
.secretary-general-person .person-info p span{
    font-weight: 600;
}
/* start:: secretary genarel page
========================================== */
.secretary-general-section{
    padding: 100px 0px;
}
.secretary-general-left-menu,
.secretary-general-right-menu{
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.secretary-general-left-menu ul li a,
.secretary-general-right-menu ul li a{
    color: #000;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    padding: 8px 20px;
    display: inline-block;
    border-bottom: 1px solid #ededed;
}
.secretary-general-left-menu ul li a:hover{
    border-bottom: 1px solid black;
}
.secretary-general-right-menu ul li a:hover{
    background-color: #e3e0e0;
}
.secretary-general-middle{
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding: 15px;
}
.secretary-general-middle .title h2 {
    color: #61ce70;
    text-align: center;
    font-weight: 600;
    font-size: 40px;
    padding-bottom: 20px;
    font-family: 'Roboto Slab', serif;
}
.secretary-general-middle .secretary-image{
    margin-bottom: 10px;
}
.secretary-contact-info{
   margin-top: 50px;
}
.secretary-contact-info p{
    margin-bottom: 3px;
    font-weight: 500;
    font-size: 17px;
}
.secretary-image img{
    width: auto;
    object-fit: contain;
    margin-bottom: 20px;
}
.directory-profile-info p{
    margin-bottom: 4px;
}
.directory-par-cart{
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding: 10px;
    border-bottom: 1px solid #61ce70;
}
.dirictory-img{
    margin-bottom: 10px;
}
.dirictory-img img{
    width: 200px;
}
/* start::contact us section
========================================= */
.contact-us-section{
    padding: 100px 0px;
}
.contact-us-map,
.contact-us-form{
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding: 20px;
}
.contact-us-section .contact-us-title h2,
.publication-body-title h2,
.overview-of-sectretary-title h2{
    color: #00A750;
    font-family: "Montserrat", Sans-serif;
    font-size: 32px;
    font-weight: 600;
    border-left: 2px solid #00A750;
    padding-left: 10px;
    margin-bottom: 10px;
}
.newsletter-title h2{
    color: #00A750;
    font-family: "Montserrat", Sans-serif;
    font-size: 32px;
    font-weight: 600;
    padding-left: 10px;

}
.newsletter-common-cart p{
    text-align: left;
}
.contact-us-form h2{
    color: #000000;
    font-family: "Roboto", Sans-serif;
    font-weight: 600;
    text-align: center;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
.contact-us-form h2::after{
    position: absolute;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 3px;
    background-color: #000;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    bottom: 0;
}
.single-input-box input,
.single-input-box textarea{
    padding: 9px;
    border: 1px solid #787878;
}

.single-input-box button{
    background-color: #233F87;
    color: #FFFFFF;
    border-color: #233F87;
    font-weight: 600;
}
.single-input-box button:hover{
    color: #FFF;
}
.contact-us-map{
    width: 100%;
    height: 100%;
}
.contact-us-map iframe{
    width: 100%;
    height: 100%;
}
.news-letter-item .newsletter-text a{
    color: #000;
    font-size: 17px;
    padding: 0px 13px;
    border: 1px solid #777575;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    margin-right: 5px;
    display: inline-block;
    height: auto;
}
.news-letter-item .newsletter-text button{
    border: 1px solid #777575;
    padding: 3px 10px;
    background-color: #FFF;
    color: #000;
    font-weight: 600;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    font-size: 14px;
}
/* start:: publication section
========================================== */
.publication-section{
    padding: 60px 0px;
}
.publication-search-form .search-box{
    position: relative;
}
.publication-search-form .search-box input{
    padding-left: 50px;
}
.publication-search-form .search-box i {
    position: absolute;
    top: 12px;
    left: 18px;
}
.publication-body-title {
    margin: 30px 0px;
}
.publication-item-text p{
    font-size: 18px;
    margin-bottom: 0px;
}
.publication-item-text p span{
    margin-right: 10px;
}
.publication-item-text p span i{
    color: #00a750;
}
.publication-download-btn button{
    border: 1px solid black;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    background: #FFF;
    padding: 6px 20px;
}
.publication-item{
    border-bottom: 1px solid silver;
    padding: 18px 0px;
}
/* start:: newsletter page
===================================== */

.newletter-cart-body{
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding: 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    height: 100%;
}
.newletter-cart-body:hover{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.newsletter-text p{
    font-size: 18px;
    font-weight: 600;
    color: black;
    padding: 10px 0px;
}
.newsletter-img img{
    height: 250px;
    object-fit: contain;
    width: 100%;
}
.newsletter-text a{
    color: #000;
    font-size: 20px;
    padding: 0px 20px;
    border: 1px solid #777575;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    margin-right: 5px;
    display: inline-block;
    height: 36px;
}
.newsletter-text a:hover{
    background: #050597;
    color: #fff;
}

.newsletter-text button{
    border: 1px solid #777575;
    padding: 5px 15px;
    background-color: #FFF;
    color: #000;
    font-weight: 600;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
.newsletter-text button:hover{
    background: #050597;
    color: #fff;
}
/* start::member state section
================================= */
.member-state-section{
    padding: 100px 0px;
}
.member-state-all-flag,
.member-state-single-flag-wrapper{
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding: 20px;
}
.member-state-flag{
    border: 1px solid #00a750;
    margin-bottom: 15px;
    padding: 15px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    cursor: pointer;
}
.member-state-flag img{
    width: 80px;
    height: 50px;

}
.member-state-flag p{
    font-weight: 600;
    margin-bottom: 0px;
}
.member-state-title h2{
    color: #00A750;
    font-family: "Montserrat", Sans-serif;
    font-size: 32px;
    font-weight: 600;
    text-transform: capitalize;
    border-left: 2px solid #00A750;
    padding-left: 10px;
    margin-bottom: 30px;
}
.member-state-single-flag .single-flag-big-img img{
    max-width: 100%;
    height: auto;
}
.member-state-single-flag .single-flag-big-img{
    position: relative;
    margin-bottom: 80px;
}
.member-state-single-flag .single-flag-big-img .small-flag{
    position: absolute;
    bottom: -32px;
    left: 17px;
}
.member-state-single-flag .single-flag-big-img .small-flag img{
  width: 100px;
  /*height: 60px;*/
  object-fit: cover;
}
.member-state-info img{
    width: 65px;
    /*height: 30px;*/
    object-fit: cover;
}
.member-state-info p{
    font-size: 17px;
    color: #000;
}
.purposes-body ul li{
    list-style: disc;
    padding-bottom: 10px;
}
.purposes-body ul li ul{
    padding: 0;
}
.purposes-body ul li ul li{
    list-style: none;
}
.past-chairs-details-btn h4{
    margin-top: 50px;
    margin-bottom: 20px;
}

.past-chairmanship-item {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    height: 100%;
    padding: 20px 15px;
    cursor: pointer;
}
.past-chairmanship-details-area-image img{
    width: 100%;
    margin-bottom: 30px;
}
.past-chairmanship-item h6{
    font-size: 14px;
}
.bimstec-year-title,
.slider-event-title {
    background-color: #0060A9;
    padding: 10px;
}

.bimstec-year-title h2{
    color: #FFF;
    font-weight: 600;
    font-size: 26px;
}

.past-chairmanship-item:hover {
    background-color: #EFEFEF;

}
.national-focal-item p span{
    color: #00a750;
}
/* start:: slider event section
============================================ */
.slider-event-section{
    padding: 50px 0px;
}
.slider-event-title h3{
    color: #FFF;
    font-weight: 600;
    font-size: 26px;
}
.slider-event-title p{
   font-size: 20px;
   font-weight: 600;
}

/* .member-state-single-flag .single-flag-big-img */
/* start:: division section
============================= */

.single-division-wrappper{
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.single-division-wrappper .division-name,
 .single-division-wrappper .division-contact{
    height: 100%;
}
.single-division-wrappper .division-name h5{
    margin-bottom: 0px;
    font-size: 20px;
    color: #000;
    margin-bottom: 15px;
}
.single-division-wrappper .division-name ul li {
    font-size: 17px;
    list-style: disc;
    font-family: 'Poppins', sans-serif;
}
.single-division-wrappper .division-name h3, .single-division-wrappper .division-contact h3 {
    background-color: #00A750;
    font-weight: 500;
    padding: 8px 13px;
    font-size: 20px;
    color: #FFFF;
    font-family: 'Roboto Slab', serif;
    font-weight: 600;
    height: 70px;
}
.single-division-wrappper .division-contact p{
    margin-bottom: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
}
.overview-of-secretary-section .overview-body ul li{
    list-style: disc;
}
.overview-of-secretary-section{
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.national-focal-link a{
    border: 1px solid #00a750;
    color: #00a750;
    padding: 7px 15px;
    font-weight: 600;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.national-focal-link a:hover{
   background-color: #00a750;
   color: #FFF;
}
.national-focal-item p span{
    display: inline-block;
}
.publication-item-text{
    display: flex;
}
.publication-item-text span{
   width: 100px;
   color: #00a750;
}
/* start::security section
================================== */
.security-section {
    padding: 60px 0px;
}
.security-left-content{
    background-color: #ECF1F4;
    padding: 20px;
}
.security-blog-item{
    border-bottom: 1px solid rgb(131, 127, 127);
    /*padding-bottom: 10px;*/
    /*margin-bottom: 10px;*/
}
.security-blog-item:last-child{
    border-bottom: none;
}
.security-blog-item-img img{
    width: 100%;
    height: 120px;
    object-fit: cover;
}
.security-blog-info h5{
    color: #00a750;
    padding: 12px 0px;
    font-size: 17px;
    font-family: 'Montserrat', sans-serif;
}
.security-blog-info p{
    font-size: 14px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}
.security-blog-info a{
    color: #0049b5;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 14px;
}
.security-content-search-box{
    position: relative;
}
.security-content-search-box input{
    padding-left: 50px;
}
.security-content-search-box i{
    position: absolute;
    top: 12px;
    left: 18px;
}
.security-title h2{
    color:#61ce70;
    font-size: 32px;

    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    margin-bottom: 50px;
}
.security-content p{
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #000000;
}
.security-content ul li{
    list-style: disc;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #000000;
}
.security-content .table-area table tr td{
    font-size: 15px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
}
.sector-of-cooperation-list ul li{
    list-style: none;
}
.security-content.science-techonology ul li{
    list-style: none;
}

.security-megamenu-container{
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
}
.security-megamenu-container ul{
    width: 100%;
}
.megamenu-container{
    width: 100%;
    background-color: #FFF5E8;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.megamenu-container ul li a:hover{
   background-color: #fff !important;
   color: #000 !important;
}
.megamenu-container .first-contant{
    width: 100%;
}
.megamenu-container .second-contant{
    width: 100%;
}
/* start:: bimstec energy section
===========================================*/
.bimstec-energy-center-section {
    padding: 60px 0px;
}

.bimstec-egergy-image img{
    width: 100%;
    max-height: 500px;
    object-fit: cover;
}
.bimstec-energy-center-text{
    margin-top: 30px;
}
.bimstec-energy-center-text h3,
.summit-declarations-right .summit-title h3{
    border-left: 3px solid #00a750;
    padding-left: 10px;
    margin-bottom: 20px;
    color: #00A750;
}
.bimstec-energy-center-text ul li {
    padding: 15px 0px;
}
/* start:: login page */
.staff-login-section {
    padding: 50px 0px;
}
.staff-login-form .form-title img{
    width: 250px;
    margin-bottom: 10px;
}
.staff-login-form .form-title h6 {
    font-size: 25px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #233F87;
    padding: 20px;
}

.staff-login-form .nft-form-input label{
    font-weight: 500;
    font-size: 15px;
}
.staff-login-form .nft-form-input input{
    padding: 10px;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    font-size: 14px;
}
.staff-login-form .nft-form-input input[type="checkbox"]{
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.staff-login-form .nft-form-input button {
    background-color: #0C338A;
    color: #FFF;
    padding: 7px 30px;
    font-weight: 600;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    width: 100%;
    font-weight: 700;
    font-size: 20px;
    border: none;
}
.loss-pass-route a{
    font-size: 14px;
}
.staff-login-area{
    background-color: #f7f7f7;
}
.staff-login-form {
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    background: #fff;
    border-radius: 10px;
    padding: 20px 50px  50px 50px;
}
/* start::documents page
======================================= */
.summit-declarations-section{
    padding: 60px 0px;
}
.summit-declarations-left{
    background-color: #ECF1F5;
    padding: 20px;
}
.summit-declarations-left .left-item{
    border-bottom: 1px solid #d3d3d3;
    padding-bottom: 10px;
    margin-bottom: 10px;

}
.ul[data-menu-style="vertical"] > li > ul.sub-menu {

     width: 100% !important;
}
.summit-declarations-left .left-item h5{
    color: #61ce70;
    font-weight: 600;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
}
.summit-declarations-left .left-item a{
    font-family: 'Roboto', sans-serif;
    color: #233F87;
    font-weight: 500;
    font-size: 14px;
}
.top-filter-form .summit-date-filter select{
    padding: 5px 10px;
    margin-right: 10px;
}
.summit-search-filter{
    position: relative;
}
.summit-search-filter input{
    padding: 8px;
    padding-left: 35px;
}
.summit-search-filter i{
    position: absolute;
    top: 15px;
    left:15px
}
.summit-declarations-right .summit-title{
    margin-top: 30px;
    margin-bottom: 50px;
}
.summit-item-info{
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 10px;
    font-family: 'Montserrat', sans-serif;
    margin: 20px 0px;
}
.summit-item-info .summit-item-info-date h5{
    font-size: 17px;
    color: #61ce70;
    font-weight: 500;
}
.summit-item-info .summit-item-info-title h5{
    font-size: 17px;
    font-weight: 500;
}
.summit-item-info .sumit-item-download button{
    width: 100%;
    color: #61ce70;
    background-color: #FFF;
    border:1px solid #61ce70;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    padding: 4px;
}
.summit-item-info .sumit-item-download button:hover{
    background-color: #61ce70;
    color: #FFF;
}
.design-two-title {
    margin-bottom: 50px;
    font-weight: 600;
}
/* start:: data page
=============================== */
.datatable-section{
    padding:100px 0px ;
}
.data-table-title h2{
    font-family: 'Poppins', sans-serif;
    margin-bottom: 20px;
}
.data-table-body tr td a {
    font-weight: bold;
}
.data-table-body tr td a:hover {
    text-decoration: underline;
}
/* start:: cultarl industries
================================= */
.cultural-industries-body-section{
    padding: 50px 0px;
}
.prient-img-container button{
    border: none;
    margin-left: 10px;
}
.cultural-industries-body h2{
    margin-bottom: 30px;
}
.cultural-industries-body ul li{
    list-style: disc;
}
.cultural-industries-right-sitebar ul li{
    list-style: circle;
    line-height: 30px;
}
.cultural-industries-right-sitebar ul li a{
   color: black;
}
.cultural-industries-right-sitebar ul li a:hover{
   color: blue;
}
.cultural-industries-right-sitebar .search-form{
   margin-bottom: 20px;
   position: relative;
}
.cultural-industries-right-sitebar .search-form input{
  border-top: none;
  border-left: none;
  border-bottom: 1px solid gray;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.cultural-industries-right-sitebar .search-form button{
   position: absolute;
   right: 0;
   top: 0;
   padding: 7px 16px;
   color: #fff;
   background-color: #00a750;
   border: none;
}

/* start:: media and event
================================== */
.media-and-event-section{
    padding: 50px 0px;
}
.meeting-and-event-container{
    background-color: #E5EFF6;
    padding: 30px 20px;
}
.meeting-and-event-title h2{
    color: #00A750;
    font-family: "Montserrat", Sans-serif;
    font-size: 32px;
    font-weight: 600;
    text-transform: capitalize;
    padding-left: 10px;
    margin-bottom: 50px;
}
.meeting-and-event-view-all-title a button{
    background-color: #0C338A;
    color: #FFF;
}
.meeting-and-event-view-all-title a:hover button{
    color: #FFF;

}
.media-and-event-item{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 15px;
    background-color: #FFF;
    height: 100%;
}
.media-and-event-item h5{
    font-size: 17px;
    margin-bottom: 15px;
}
.media-and-event-item h5 a{
    color: black;
}
.media-and-event-item p span {
    display: inline-block;
    font-size: 17px;
    font-weight: 600;
    color: #000;

}
.meeting-and-event-view-all-title a{
    font-size: 18px;
}
.media-and-event-item p i{
    color: #2E87C8;
}
.media-and-event-item p{
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 5px;
}

.news-letter-item .news-letter-img {
    text-align: center;
}
.news-letter-item img {
    height: 252px;
}
/* start:: meeting-and-event-details-section
================================================*/
.meeting-and-event-details-section{
   padding-top: 30px;
   padding-bottom: 50px;
}
.meeting-details-title h2{
    border-bottom: 2px solid green;
    font-weight: bold;
    padding-bottom: 5px;
    font-size: 35px;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 25px;
}
.share-this-iocn{
    margin-top: 50px;
    padding: 20px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.share-this-iocn h4{
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 22px;
}
.meeting-details-title h4{
    color: #00A750;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}
.share-this-iocn > h4{
    border-bottom: 1px solid gray;
    margin-bottom: 20px;
}
.other-event-link ul li{
 margin: 15px 0px;
}
.other-event-link ul li i{
    font-size: 8px;
    color: gray;
}
.other-event-link ul li a{
    color: #000;
    font-size: 15px;
    display: inline-block;
}
.other-event-link ul li a:hover{
    color: blue;
}
.other-event-link ul li:hover i{
    color: blue;
}
.other-event-link h4{
    margin-top: 20px;
    border-bottom: 1px solid gray;
}
.meeting-details-title h5{
    font-size: 22px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}
.meeting-details-title h5 i{
    color: #00A750;
}
.meeting-details-title{
    margin-bottom: 20px;
}
.meeting-details-img img{
    width: 100%;
    max-height: 400px;
    object-fit: cover;
}
.meeting-and-event-text-body{
    margin-top: 50px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 30px 20px;
}
.meeting-and-event-text-body .title {
    border-bottom: 2px solid #0C338A;
    margin-bottom: 20px;
}
.meeting-and-event-text-body .title h2{
    background-color: #0C338A;
    color: #FFF;
    padding: 5px 50px;
    display: inline-block;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    margin-bottom: 0px;
}
.shere-this-event {
    margin: 30px 0px;
}
.shere-this-event-item h4,
.prient-this-page h4{
    margin-bottom: 10px;
    color: #00a750;
}
.prient-this-page button{
    color: white;
    background-color: #0C338A;
    padding: 0px 20px;
    font-size: 18px;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
}
/* start:: media archive page
============================= */
.media-archive-section{
    padding: 50px 0px;
}
.media-archive-page-title{
    padding-bottom: 30px;
}
.media-archive-left-site h4{
    color: #00a750;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    border-left: 2px solid #00A750;
    padding-left: 7px;
}
.media-archive-left-site ul li a{
    color: #000;
}
.media-archive-left-site ul li a:hover{
    color: #00A750;
}
.media-archive-page-title h2{
    color: #00a750;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}
.media-archive-body h3{
    color: #00a750;
    font-weight: 600;
    margin-bottom: 20px;
}
.media-archive-body .media-item {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 15px;
    height: 100%;
}
.media-archive-body .media-item img{
   width: 100%;
   height: 250px;
   object-fit: cover;
}
.media-archive-body .media-item small{
  font-weight: 600;
  font-size: 16px;
  margin: 7px 0px;
  display: inline-block;
}
.media-archive-body .media-item a{
  font-weight: 600;
  font-size: 16px;
  color: #000;
}
.media-archive-body .media-item a:hover{
  color: #00a750;
}






/*
    font-family: 'Montserrat', sans-serif;
    font-family: 'Poppins', sans-serif;
    font-family: 'Roboto', sans-serif;
*/

/* start:: subscribe modal
===================================== */

.footer-area{
position: relative;
}
.subscribe-body{
    display: none;
    position: absolute;
    background-color: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    bottom: 30px;
    right: 30px;
    width: 500px;
    height: 300px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    display: none;
    padding: 15px;
    overflow: auto;
}
.subscribe-inner-body{
    background-color: #f7f7f7;
    padding: 10px;
    margin: 10px;
    text-align: left;
}
.subscribe-inner-btn-container input{
    margin: 8px 0px;
}
.subscribe-inner-btn-container input:focus{
border: 1px solid gray;
}
.subscribe-inner-btn-container .save-btn{
    background-color: #00A750;
    color: #fff;
    padding: 7px 10px;
}
.subscribe-inner-btn-container .close-btn{
    background-color: red;
    color: #fff;
    padding: 7px 10px;
    margin-right: 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.subscribe-body .close-btn1{
   border-radius: 100%;
   -webkit-border-radius: 100%;
   -moz-border-radius: 100%;
   -ms-border-radius: 100%;
   -o-border-radius: 100%;
   background: gray;
}
.subscribe-body .title h4{
    font-weight: 600;
    font-size: 20px;
}

.center-image {
    text-align:center;
}
figure{
   margin: 0 auto;
   text-align: center;
}

.about-bimstec-content p img {
    margin: 0 auto;
    display: block;
    margin-bottom: 20px;
}
/* footer
================================ */
.footer-area {
    padding: 50px 0px;
    background-color: #EBEBEB;
    font-family: 'Roboto', sans-serif;
}

.footer-info h5 {
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 10px;
}

.footer-info p {
    margin-bottom: 0;
    color: #233F87;
}
.footer-left-information-item i{
    color:#0f3188 ;
    font-size: 15px;
    margin-top: 2px;
}
.footer-left-information-item span{
    color: #0f3188;
    font-size: 15px;
    display: inline-block;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}
.footer-visitor-count{
    background-color: #EBEBEB;
    padding: 10px 0px;
}
.footer-visitor-count h5{
    font-weight: 700;
    color: #0f3188;
    font-size: 16px;
}

.footer-info a {
    color: #0f3188;
}

.social-icon-container h5 {
    font-weight: 700;
    padding-bottom: 15px;
    font-size: 17px;
}

.social-icon a {
    color: #FFFFFF;
    margin: 0px;
}

.social-icon .fa-facebook-f,
.social-icon .fa-youtube,
.social-icon .fa-twitter,
.social-icon .fa-linkedin-in,
.social-icon .fa-instagram {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    color: #233F87;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    font-size: 15px;
}

.social-icon .fa-facebook-f:hover {
    background-color: #4D68A0;
    color: #FFF;
}

.social-icon .fa-youtube:hover {
    color: #FFF;
    background-color: #D03433;
}

.social-icon .fa-twitter:hover {
    color: #FFF;
    background-color: #32A8F1;
}

.social-icon .fa-linkedin-in:hover {
    color: #FFF;
    background-color: #1883BA;
}

.social-icon .fa-instagram:hover {
    color: #FFF;
    background-color: #F502BB;
}

.privacy-policy {
    padding-top: 30px;
}

.privacy-policy a {
    color: #0f3188;
    font-size: 15px;
    padding: 0px 7px;
}

.privacy-policy {
    display: flex;
    justify-content: center;
}

.subscribe-part {
    text-align: center;
}
.meeting-and-event-text-body .image img{
    width:100%;
}

.subscribe-part h5 {
    padding-bottom: 15px;
    font-size: 17px;
    font-weight: 700;
}

.subscribe-part button {
    border: none;
    padding: 10px 20px;
    color: #FFF;
    background-color: #233F87;
    font-weight: 700;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
}
.subscribe-part input{
    padding: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.subscribe-part a {
    display: block;
    padding-top: 30px;
    font-weight: 700;
    color: #0f3188;
}

.footer-copyright {
    background-color:#006600;
    text-align: center;
    color: #FFFFFF;
}

.footer-copyright p {
    padding: 20px 0px;
    font-weight: 500;
}
.footer-info p span{
    padding-right: 5px;
}
.footer-info p span i{
    font-size: 18px;
    color: #233F87;
}

.social-icon-container .social-icon a img{
    padding:0px 3px;
    display:inline-block;
}

/* back to top */

#btn-back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: none;
    background-color: #00A750;
    color: #FFF;
}
.pagination-page {
    text-align: end !important;
    width: 100%;
    margin-top: 50px;
    display: flex !important;
    justify-content: end !important;
}
.pagination-page nav{
    background-color: transparent !important;
    text-align: end;
    width: 100%;
    box-shadow: none !important;
}
.pagination-page nav ul{
    background-color: transparent !important;
    text-align: end;
    width: 100%;
}
.about-bimstec-content p {
    /*text-align: center;*/
}
.about-bimstec-content p img{


}
.about-bimstec-content ul{
    margin: auto !important;
    padding: revert;

}
.about-bimstec-content p {
    /* text-align: start !important; */
}
.purposes-body > ul{
    margin: auto !important;
    padding: revert;
}
.security-content  ul{
    margin: auto !important;
    padding: revert;
}
.summit-declarations-section .container nav{
    background-color: transparent !important;
    box-shadow: none !important;
}
.active
{
display: block!important;
}
ul[data-menu-style="vertical"] > li > ul.sub-menu {
    position: absolute;
    left: 100%;
    top: 0px;
    width: 600px;
    padding: 20px;
}

.about-bimstec-country-cart{
    cursor: pointer;
}
.about-bimstec-country-cart:hover{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.about-bimstec-country-cart p{
    margin-bottom: 0px;
}
figure.image img{
    max-width: 100%;
}
.about-bimstec-content p img{
    max-width: 100%;
}
table{
    width:100%;
}
tbody, td, tfoot, th, thead, tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border: 1px solid #bcb7b7;
}
tbody, td, tfoot, th, thead, tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border: 1px solid #bcb7b7;
    padding: 10px !important;
    text-align: left;
}

.flip-card {
    background-color: transparent;
    width: 100%;
    height: 300px;
    perspective: 1000px;
  }

  .flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  }

  .flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
  }

  .flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  .flip-card-front {
    color: black;
  }
  .flip-card-front img{
    margin-bottom: 15px;
  }

  .flip-card-back {
    background-color: #f7f7f7;
    color: #000;
    transform: rotateY(180deg);
    padding: 30px 15px;
  }
/* directors
============================ */
.director-img{
    margin-bottom: 50px;

}
.director-img img{
    width: 300px;
}
.directors-wrapper{
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 20px;
    margin: 50px 0px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.footer-twitter-img:hover
{
    background-color: green;
}
.staff-sheed-section{
    padding: 80px 0px;
    background-color: #f7f7f7;
}

.staff-sheed-menu{
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding: 20px;
    background-color: #FFF;
}
.staff-sheed-menu ul{

}
.staff-sheed-menu ul li{

}
.staff-sheed-menu ul li a{
    padding: 10px 0px;
    display: inline-block;
    color: #302f2f;
    font-weight: 500;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    border-bottom: 1px solid rgb(233, 233, 235);
}
.staff-sheed-menu ul li a:hover{
    border-bottom: 1px solid gray;
}
.staff-sheed-content{
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding:20px;
    background-color: #FFF;
}
.staff-sheed-content .sheed-title{
    text-align: center;
    margin-bottom: 50px;

}
.staff-sheed-content .sheed-title h2 {
    font-family: 'Roboto Slab', serif;
    font-weight: 600;
    margin-bottom: 0px;
}
.staff-sheed-content .sheed-title h6 span {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
}
.staff-sheed-content{

}
.staff-sheed-content .sheed-body{
    overflow-x: auto;

}
.staff-sheed-content .sheed-body table thead tr th{
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    color: black;
}
.staff-sheed-content .sheed-body table tbody tr td {
    font-family: 'Roboto Slab', serif;
    font-weight: 600;
    color: rgb(43, 42, 42);
    font-size: 15px;
}
/* START:: Network Policy
====================================== */
.network-of-policy-area{
    padding: 80px 0px;
    background-color: #f9f9f9;
}
.network-policy-content-wrapper .network-item{
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 15px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    text-align: center;
    background-color: #FFF;
    height: 100%;
}
.network-policy-content-wrapper .network-item img{
 width: 120px;
 margin: 0 auto;
}
.network-policy-content-wrapper .network-item .image {
    height: 144px;
    display: flex;
    align-items: center;
}
.network-policy-content-wrapper .network-item .network-info{
    margin-top: 20px;
    padding-bottom: 30px;
}
.network-policy-content-wrapper .network-item .network-info h6{
    font-size: 20px;
    font-family: 'Roboto Slab', serif;
    font-weight: 600;
}
.network-policy-content-wrapper .network-item .network-info a{
    font-size: 16px;
    font-weight: 600;
}
.network-item.SriLanka img {
    background-color: rgb(35, 6, 61);
}

.network-item.Thailand img {
    background-color: rgb(35, 6, 61);
}
.network-policy-title h2{
    font-family: 'Roboto Slab', serif;
    margin-bottom: 50px;
    font-weight: 600;
    text-align: center;
    color: #00A750;

}
.single-division-item ul {
   padding-left: 20px !important;
}
.single-division-item ul li{
    list-style: none;
}
/* repair navbar
=============================== */
.main_navbar .nav-links ul > li> ul{

}
.main_navbar .nav-links ul > li> ul >li{
    position: relative;
    top: 0;
}

.main_navbar .nav-links ul > li> ul >li > .dropdown-btn{
    position: absolute;
    right: 0;
    /* top: 18px; */
    color: black !important;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    height: 15px;
}
.main_navbar .nav-links ul > li> ul >li:hover i{
    color: #fff !important;
 }
.main_navbar .nav-links ul > li> ul >li >ul {
    position: absolute;
    left: 100%;
    border-left: 1px solid green;
    display: none;
    top: 0;
    min-width: 200px;
}
.main_navbar .nav-links ul > li> ul >li:hover > ul {
 display: block;
}
.main_navbar .nav-links ul > li> ul >li >ul > li {
  position: relative;
}
.main_navbar .nav-links ul > li> ul >li >ul > li > ul{
  position: absolute;
    left: 100%;
}
.sheed-panel-wrapper{
    overflow-x: auto;
}
.sheed-panel-wrapper .sheed-body{
 width: 1020px;

}
.sub-sub-active{
    background-color: red;
}



/* update menu
========================== */

/* .bimstec-main-menu{

}
.bimstec-main-menu > ul{
    display: flex;
}
.bimstec-main-menu > ul > li{
    position: relative;
    top: 100%;
}

.bimstec-main-menu > ul > li > span{
    color: #FFF;
    cursor: pointer;
}
.bimstec-main-menu > ul > li > span > i{
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
.bimstec-main-menu > ul > li:hover >span i{
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
.bimstec-main-menu > ul > li > a{
    text-transform: uppercase;
    color: #FFF;
    font-size: 13px;
    font-weight: 600;
    padding: 10px;
    font-family: 'Montserrat', sans-serif;
}
.bimstec-main-menu > ul > li > ul{
   position: absolute;
   background-color:#F4F4F4;
   width: max-content;
   transform: scaleY(0);
   -webkit-transform: scaleY(0);
   -moz-transform: scaleY(0);
   -ms-transform: scaleY(0);
   -o-transform: scaleY(0);
   transition: all .2s;
   -webkit-transition: all .2s;
   -moz-transition: all .2s;
   -ms-transition: all .2s;
   -o-transition: all .2s;
   transform-origin: top;
}
.bimstec-main-menu > ul > li:hover > ul{
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);

}
.bimstec-main-menu > ul > li > ul > li{
    border-bottom: 1px solid #d9d7d7;
    position: relative;
}
.bimstec-main-menu > ul > li > ul > li > ul {
    position: absolute;
    left: 100%;
    top: 0;
    width: max-content;
    background-color:#F4F4F4;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
}
.bimstec-main-menu > ul > li > ul > li:hover > ul {
    position: absolute;
    top: 0;
    left: 100%;
    width: max-content;
    background-color:#F4F4F4;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}
.bimstec-main-menu > ul > li > ul > li > span{

}
.bimstec-main-menu > ul > li > ul > li > span > i{

}
.bimstec-main-menu > ul > li > ul > li > a{
    font-weight: 500;
    padding: 15px 15px;
    color: #000;
    background: #F4F4F4;
    text-transform: inherit;
    font-size: 13px;
    display: inline-block;
}
.bimstec-main-menu > ul > li > ul > li > ul > li{

}
.bimstec-main-menu > ul > li > ul > li > ul > li > a{
    font-weight: 500;
    padding: 15px 15px;
    color: #000;
    background: #F4F4F4;
    text-transform: inherit;
    font-size: 13px;
    display: inline-block;
} */


.cslide-text {
    position: absolute;
    font-size: 15px;
    width: 100%;
    border: 0;
    left: 0;
    background: #000000a3;
    height: 56px;
    z-index: 9999;
    bottom: 0;
    color: #fff;
    padding: 10px 150px;
}

@media only screen and (max-width: 600px) {
.cslide-text {
    padding: 10px 20px;
}
}

.img-cont {
    /* width: 226px; */
    /* height: 226px; */
    margin: 0 auto;
    overflow: hidden;
}

.img-cont img {
    width: 100%;
    height: 226px;
    object-fit: contain;
}

.meeting-card-img {
    width: 100% !important;
    height: auto !important;
}

.meeting-card-img img {
    width: 100%;
    height: auto !important;
}

.dirictory-img.text-center {
    padding: 25px;
}

.dirictory-img.text-center img {
    width: 100%;
    height: auto;
}


/*Carousel */


.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}

.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: "\2039";
}
.carousel-control .icon-next:before {
  content: "\203a";
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}


@font-face {
  font-family: "Glyphicons Halflings";
  src: url("../fonts/glyphicons-halflings-regular.eot");
  src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\002a";
}
.glyphicon-plus:before {
  content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}

.submenu .col-md-6 a {
    display: block;
    padding: 12px 20px 12px 15px;
    text-decoration: none;
    font-size:13px;
}


td p {
    margin-bottom: 0px;
}

p {
    margin-bottom: 0px;
}