/* body::-webkit-scrollbar {
    display: none;
  }
  .example {
      -ms-overflow-style: none;
  } */
  


  .st-btn.st-last {
    display: none !important;
}
  
  
  html, body, div, span, applet, object, iframe,
  h1, h2, h3, h4, h5, h6, p, blockquote, pre,
  a, abbr, acronym, address, big, cite, code,
  del, dfn, em, img, ins, kbd, q, s, samp,
  small, strike, sub, sup, tt, var,
  b, u, i, center,
  dl, dt, dd, ol, ul, li,
  fieldset, form, label, legend,
  table, caption, tbody, tfoot, thead, tr, th, td,
  article, aside, canvas, details, embed,
  figure, figcaption, footer, header, hgroup,
  menu, nav, output, ruby, section, summary,
  time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
  }
  
  /* HTML5 display-role reset for older browsers */
  article, aside, details, figcaption, figure,
  footer, header, hgroup, menu, nav, section {
    display: block;
  }
  
  body {
    line-height: 1;
    font-family: 'BPGDejaVuSans';
  }
  ul {
    line-height: 1.4;
}
  
  
  a:hover{
      text-decoration: none;
  }
  a:focus{
      text-decoration: none;
      outline: none;
      text-decoration-style: none;
  }
  input, textarea:focus{
      text-decoration: none;
      outline: none;
  }

  h1, h2, h3, h4, h5, h6:focus{
    outline: none;
    text-decoration: none;
  }
  .container{
      position: relative;
  }
  /*-----------------------------*/

header{
    background-color: #062135;
    height: 154px;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9;
}
.header-blue{
    width: 100%;
    height: 60px;
    background-color: #0A314D;  
    position: relative;
    z-index: 2;
}
.logo{
    position: relative;
    top: -40px;
    z-index: 5000;
    display: inline-block;
}
.logo:hover{
    text-decoration: none;
}
.logo img{
    display: inline-block;
}
.logo h1{
    display: inline-block;
    font-size: 22px;
    color: #fff;
    font-family: 'BPGDejaVuSansCaps-Book';
    line-height: 1.2;
    top: -25px;
    left: 14px;
    position: relative;
}
.submenu{
    display: none;
    transition-duration: 0.5s;
}
.submenu-open{
    width: 60px;
    height: fit-content;
    display: block;
    top: 12px;
    position: absolute;
    background-color: #0A314D;
    text-align: center;
}
.submenu-open a, .submenu-open li{
    display: block !important;
}
.submenu-open a{
    color: #C7BFAF;
    font-family: 'BPGDejaVuSans';
    padding: 10px 5px;
    font-size: 14px;
    font-weight: bold;
}
.nav-blue{
    text-align: right;
}
.nav-blue li{
    display: inline-block;
}
.nav-blue li a{
    display: inline-block;
    font-family: 'BPGDejaVuSans';
}
.nav a{
    padding: 22px 40px;
    font-size: 14px;
    font-family: 'DejaVu Sans';
    font-weight: bold;
    color: #C99E50;
    transition-duration: 0.3s;
}
.nav a:hover{
    color: #E9D7B7;
}
.language, .social{
    display: inline-block;
}
.tringle-menu{
    font-size: 14px;
    font-weight: bold;
    color: #C7BFAF;
    cursor: pointer;
    padding: 5px 16px;
    transition-duration: 0.3s;
}
.tringle-menu:hover{
    color: #fff;
}


.icon-tringle{
    font-size: 5px;
    padding: 0 15px;
    position: relative;
    top: -3px;
    cursor: pointer;
    transition-duration: 0.3s;
    display: inline-block;
}
.icon-tringle2::before{
    color: #fff;
}
.social{
    position: relative;
    top: 3px;
}
.social a{
    font-size: 14px;
    padding: 12px;
}
.second-nav{
    display: inline-block;
    text-align: right;
    float: right;
    height: 94px;
    position: relative;
    z-index: 9;
}
.second-nav ul{
    margin: 40px;
}
.second-nav a{
    color: #fff;
    font-family: 'BPGDejaVuSansCaps-Book';
}
.second-nav li{
    display: inline-block;
    margin: 0 17px;
    position: relative;
}
.second-nav li a{
    font-size: 14px;
}

.search{
    display: inline-block;
    float: right;
    position: relative;
}
.icon-search{
    color: #101F2A;
    font-size: 18px;
    top: 37px;
    position: absolute;
    right: 10px;
    border: none;
    background-color: transparent;
    padding: 0;
    cursor: pointer;
    z-index: 19;
}
.icon-search:focus{
    outline: none;
}
.fist-section{
    width: 100%;
    height: 542px;
    /* background: url(../img/1111.png); */
    position: relative;
    box-shadow: 0px 9px 20px 0px rgba(0,0,0,0.5);
    z-index: 1;
}
.fist-section-cover{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    object-fit: cover;
}
.home-section{
    width: 100%;
    text-align: right;
    position: relative;
    z-index: 2;
}
.home-section h2{
    font-size: 36px;
    font-family: 'BPGDejaVuSans';
    font-weight: bold;
    color: #fff;
    /* margin-top: 100px; */
}
.home-text{
    margin-top: 100px;
    width: 100%;
    padding-left: 65%;
    /* height: 64px; */
    overflow: hidden;
}
.home-text p{
    font-family: 'DejaVu Sans';
    color: #fff;
    font-size: 18px;
    line-height: 1.2;
}
.btn-primary{
    font-size: 14px;
    width: 142px;
    height: 40px;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 8px;
    color: #fff;
    margin-top: 60px;
    transition-duration: 0.3s;
    display: block;
    float: right;
    text-align: center;
    padding-top: 11px;
    font-family: 'BPGDejaVuSans';
}
.btn-primary:hover{
    background-color: #fff;
    color: #062135;
    border: 1px solid #062135;
}
.btn-primary:hover:focus{
    color: #fff;
}
.btn-primary:hover .first-arrow::before{
    color: #062135;
}
.btn-primary:focus{
    background-color: #062135;
    outline: none;
}
.btn-primary:focus .first-arrow::before{
    color: #fff;
}
.btn-primary:active{
    background-color: #062135;
    outline: none;
}
.btn-primary:active .first-arrow::before{
    color: #fff;
}
.btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus{
    border: none;
    background-color: #062135;
    outline: none;
}
.first-arrow::before{
    transition-duration: 0.3s;
}
.first-arrow{
    display: inline-block;
    position: relative;
    top: -1px;
    left: 10px;
    font-size: 10px;
}
.second-section{
    background-image: url(../img/cover.png);
    position: relative;
    background-color: #F5F5F5;
}
.gray-cover{
    width: 330px;
    background-color: #E4E4E4;
    position: absolute;
    bottom: 0;
    left: 0;
    top: 636px;
}
.gray-cover-main{
    top: 350px;
}
.second-section{
    min-height: 800px;
}
.section-info{
    background-color: #fff;
    padding: 50px 80px;
    padding-bottom: 40px;
    position: relative;
    top: -45px;
    z-index: 3;
    height: inherit;
    overflow: hidden;
    min-height: 800px;
}
.yellow-square{
    width: 52px;
    height: 8px;
    background-color: #C99E50;
    display: block;
}
.absolute{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -2;
}
.section-info h3{
    font-size: 24px;
    font-weight: bold;
    font-family: 'BPGDejaVuSans';
    margin-top: 15px;
    color: #0A314D;
    margin-bottom: 70px;
    padding-right: 30px;
    background-color: white;
    position: relative;
    z-index: 1;
    width: fit-content;
    max-width: 70%;
    line-height: 1.3;
}
/* .section-info a{
    color: #0A314D;
    font-size: 14px;
    font-family: 'BPGDejaVuSansCaps-Book';
    margin-top: 35px;
    display: block;
    transition-duration: 0.3s;
}
.section-info a:hover{
    color: #EEBC56;
} */
.grey-line{
    width: 64%;
    height: 4px;
    background-color: #F1F1F1;
    display: block;
    position: absolute;
    top: 84px;
}
.grey-line2{
    width: 72%;
    left: 88px;
}
.home-posts{
    width: 100%;
    display: block;
    position: relative;
}
.home-img{
    width: 454px;
    height: 259px;
    display: block;
}
.home-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.home-posts h4{
    font-size: 18px;
    font-weight: bold;
    color: #54545E;
    margin-top: 30px;
    line-height: 1.5;
    padding-right: 30px;
    transition-duration: 0.3s;
    font-family: 'BPGDejaVuSans';
    font-weight: bold;
}
.home-posts h4:hover{
    color: #000;
}
.gray-back h4{
    font-size: 16px;
}
.home-posts-date{
    font-size: 14px;
    color: #EEBC56 !important;
    display: block;
    margin-top: 20px !important;
    font-family: 'BPGDejaVuSansCaps-Book';
    transition-duration: 0.3s;
}
.home-posts-date:hover{
    margin-left: 10px;
}
.home-p-limit{
    margin-top: 20px;
    display: block;
    height: 60px;
    overflow: hidden;
    padding-right: 30px;
}
.home-p-limit p{
    font-family: 'BPGDejaVuSans';
    color: #54545E;
    line-height: 1.5;
    font-size: 14px;
}
.gray-back{
    background-color: #FCFCFC;
    padding: 50px 23px 145px 47px;
}
.gray-back-span{
    display: inline-block;
    color: #C99E50;
    padding: 22px 0;
    border-bottom: 1px solid #EEEEEE;
    margin-bottom: 22px;
    font-family: 'BPGDejaVuSans';
}
.gray-back-4{
    padding-right: 0;
}
.gray-back .yellow-square{
    top: -32px;
    position: relative;
}
.gray-back h4{
    margin-top: 0;
}
.news{
    position: relative;
    z-index: 5;
}
.news-title-limit{
    width: fit-content;
    height: 110px;
    overflow: hidden;
}
.news-title-limit a{
    transition-duration: 0.3s;
}
.yellow-square2{
    position: relative;
    top: -47px;
}
.news-inner-title-limit{
    height: 94px;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 25px;
}
.right a{
    width: fit-content;
    padding-bottom: 32px;
    margin-bottom: 33px;
    border-bottom: 1px solid #EEEEEE;
}
.home-slider-img{
    width: 100%;
    height: 305px;
    display: inline-block;
}
.home-slider-img1{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.home-slider-img-cover{
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, rgba(10,49,77,0.5), rgba(10,49,77,1));
}
.slider{
    padding: 0 64px;
    width: 100%;
    height: 305px;
    z-index: 5;
    position: relative;
    top: -140px;
}
.carousel-info{
    background-color: #0A314D;
    padding: 60px 50px 60px 0px;
    height: 305px;
}
.yellow-square3{
    width: 82px;
    height: 8px;
    background-color: #EEBC56;
    display: block;
}
.carousel-info h4{
    font-size: 30px;
    font-weight: bold;
    margin-top: 20px;
    color: #fff;
    margin-bottom: 30px;
    font-family: 'BPGDejaVuSans';
    line-height: 1.5;
}
.carousel-info-p-limit{
    width: 80%;
    height: 60px;
    overflow: hidden;
}
.carousel-info-p-limit p{
    color: #A4B3BD;
    font-size: 14px;
    font-family: 'BPGDejaVuSans';
    line-height: 1.5;
}
.see-all{
    color: #DDB96F;
    float: right;
    display: inline-block;
    font-size: 12px;
    margin-right: 10px;
    transition-duration: 0.3s;
    padding: 5px;
}
.see-all:hover{
    color: #DDB96F;
    margin-right: 3px;
}
.carousel-indicators {
    bottom: -30px;
}
.carousel-indicators .active{
    border: none;
    background-color: #EEBC56;
}
.carousel-indicators{
    border: none;
    background-color: #E4E4E4;
}

footer{
    background-color: #0A314D;
    padding-top: 80px;
    background-image: url(../img/footer-cover.png);
    background-repeat: no-repeat;
    background-position: 60% 10%;
}
footer h5{
    font-family: 'BPGDejaVuSans';
    font-size: 18px;
    font-weight: bold;
    color: #AA884A;
    display: block;
    width: 60%;
    line-height: 1.2;
    margin-bottom: 50px;
}
.footer-info{
    display: block;
}
.footer-info a{
    display: block;
    color: #91A0AA;
    margin-bottom: 30px;
    font-family: 'BPGDejaVuSans';
    font-size: 16px;
    transition-duration: 0.3s;
}
.footer-info a:hover{
    color: #fff;
}
.icon-pin:before, .icon-Call:before{
    transition-duration: 0.3s;
}
.icon-mail:before{
    transition-duration: 0.3s;
}
.footer-info a:hover .icon-pin:before{
    color: #fff;
}
.footer-info a:hover .icon-Call:before{
    color: #fff;
}
.footer-info a:hover .icon-mail:before{
    color: #fff;
}
.footer-info span{
    padding-right: 20px;
}
.ic{
    font-size: 20px;
}
.is{
    font-size: 22px;
    padding-right: 30px !important;
}
.icon-arrow-right{
    transform: rotate(270deg);
    display: inline-block;
    font-size: 6px;
    top: -4px;
    position: relative;
    margin-right: 8px;
}
.footer-list a{
    display: block;
    color: #fff;
    font-size: 16px;
    font-family: 'BPGDejaVuSansCaps-Book';
    padding: 17px 0;
    transition-duration: 0.3s;
}
.footer-list a:hover{
    margin-left: 10px;
}
.footer-last{
    text-align: right;
}
.footer-media{
    margin-bottom: 35px;
}
.footer-media a{
    font-size: 16px;
    padding: 10px 15px;
}
.footer-end{
    position: relative;
    bottom: 0;
    border-top: 1px solid #2D4E65;
    padding: 25px 0;
    margin-top: 75px;
}
.footer-end span{
    font-size: 14px;
    color: #A4B3BD;
    font-family: 'BPGDejaVuSans';
}
.footer-end a{
    font-size: 14px;
    color: #A4B3BD;
    float: right;
    transition-duration: 0.3s;
    font-family: 'BPGDejaVuSans';
}
.footer-end a:hover{
    color: #fff;
}
.slick-dots{
    text-align: center;
    width: 100%;
    margin-top: 10px;
}
.slick-dots li{
    display: inline-block;
}
.slick-dots li button{
    border-radius: 50%;
    width: 14px;
    height: 14px;
    color: #E4E4E4;
    background-color: #E4E4E4;
    border: none;
    margin: 0 5px;
    transition-duration: 0.3s;
    font-size: 0;
}
.slick-dots .slick-active button{
    color: #EEBC56;
    background-color: #EEBC56;
}
.slick-dots li button:focus{
    outline: none;
}
.home-relative{
    position: relative;
}
.home-relative span{
    display: block;
    margin: 26px 0;
    color: #C99E50;
    font-family: 'BPGDejaVuSans';
}
.btn-next{
    width: 142px;
    height: 40px;
    border: 1px solid #C99E50;
    border-radius: 8px;
    position: relative;
    bottom: 80px;
    right: -396px;
    padding-top: 9px;
    color: #C99E50 !important;
    transition-duration: 0.3s;
    font-family: 'BPGDejaVuSans';
}
.btn-next:hover{
    background-color: #C99E50;
    color: #fff !important;
    border: 1px solid #fff;
}
.home-last{
    background-color: #F0F1F2;
    position: relative;
}
#home-last-slider{
    margin: 64px 0;
    background-color: #fff;
}
.home-last-slide{
    height: 192px;
    /* border-top: 2px solid #E4E4E4;
    border-bottom: 2px solid #E4E4E4;
    border-left: 1px solid #E4E4E4;
    border-right: 1px solid #E4E4E4; */
    transition-duration: 0.3s;
}
.home-last-slide a{
    height: 192px; 
    border: 1px solid #E4E4E4;
    transition-duration: 0.3s;
    margin-right: 1px;
}
.home-last-slide a:hover{
    border: 1px solid #C99E50;
}

.home-last-slide a{
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}
#home-last-slider .slick-active + .slick-active + .slick-active + .slick-active + .slick-active + .slick-active + .slick-active a{
    
    width: calc(100% - 2.5px);
}
.home-last-slide img{
    display: block;
    object-fit: contain;
    width: 100px;
    height: 100px;
}
.home-last-slide a:focus{
    outline: none;
}
.icon-next{
    cursor: pointer;
    font-size: 30px;
    position: absolute;
}
.home-last-slider-prev{
    top: 45%;
    left: 4%;
    transform: rotate(180deg);
}
.home-last-slider-next{
    top: 45%;
    right: 4%;
}

.submenu-1{
    display: none;
}
.second-nav li:hover > div{
    display: block;
}
/* .second-nav li:hover .icon-tringle{
    transform: rotate(180deg);
    display: inline-block;
} */
.submenu-1{
    position: absolute;
    background-color: #062135;
    padding: 10px 0;
    width: 340px;
}
.submenu-1 ul{
    text-align: left;
    margin: 0;
    position: relative;
    top: 6px;
}
.submenu-1 li{
    display: block;
    padding: 18px 16px;
    margin: 0 !important;
}
.submenu-1 a{
    font-size: 14px;
    color: #fff;
}
.icon-566015{
    padding: 0 22px 0 14px;
    font-size: 12px;
    height: 100%;
    transition-duration: 0.3s;
}
.second-nav > ul > li::after{
    content: '';
    width: 0%;
    height: 2px;
    background-color: #C99E50;
    display: block;
    position: absolute;
    transition-duration: 0.3s;
    top: 30px;
}
.second-nav > ul > li:hover::after{
    width: 100%;
}
.submenu-1 li:hover .icon-566015{
    padding: 0 14px 0 22px;
    display: inline-block;
}

.modal-dialog{
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 10;
    background-color: #062135;
    margin-top: 150px;
}
button.close{
    display: block;
    color: #fff;
    font-size: 80px;
    position: absolute;
    right: 160px;
    top: 70px;
    transition-duration: 0.3s;
}
button.close:hover{
    color: #fff;
}
button.close:focus{
    outline: none;
}
.search-menu{
    width: 50%;
    height: 3vw;
    border-radius: 30px;
    border: none;
    position: absolute;
    left: 25%;
    top: 35%;
    padding-left: 40px;
}
.search-menu:focus{
    outline: none;
}
.icon-search2:before{
    color: #000;
}
.icon-search2{
    top: 36.8%;
    right: 27%;
    font-size: 24px;
}
#HomePageSlider .slick-arrow{
    display: none !important;
}

.about-cover{
    position: relative;
    width: 100%;
    height: 17px;
}
.first{
    position: absolute;
    width: 100%;
    z-index: 1;
}
.second{
    position: absolute;
    width: 100%;
    z-index: 2;
}
.second-section-height .section-info{
    top: 90px;
}
.about-cover a{
    position: absolute;
    z-index: 5;
    color: #AA884A;
    font-family: 'BPGDejaVuSans';
    left: 82px;
    top: 56px;  
    transition-duration: 0.3s;
}
.about-cover span{
    font-size: 10px;
    margin-right: 16px;
    transform: rotate(180deg);
    display: inline-block;
    position: relative;
    top: -2px;
}
.about-cover a:hover{
    left: 92px;
}
.about-paragraph{
    width: 70%;
}
.about-paragraph p{
    font-family: 'DejaVu Sans';
    font-size: 14px;
    color: #54545E;
    line-height: 1.5;
}
.pdf{
    font-size: 12px;
    border-top: 1px solid #F1F2F2;
    font-weight: bold;
    color: #54545E;
    margin-bottom: 40px;
    display: block;
    padding-top: 10px;
    padding-bottom: 5px;
    padding-left: 50px;
    transition-duration: 0.5s;
    padding-top: 26px;
    line-height: 17px;
    position: relative;
}
.pdf img{
    margin-right: 10px;
    position: relative;
    top: 16px;
    width: 35px;
    height: 40px;
    position: absolute;
    left: 0;
}
.pdf:hover{
    color: #54545E;
    margin-left: 5px;
}
.second-section-height{
    padding-bottom:90px;
    height: 100%;
}
.second-section-height .section-info{
    height: initial;
}

.news-img{
    width: 454px;
    height: 260px;
}
.news-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.news h4{
    font-size: 18px;
    font-family: 'BPGDejaVuSans';
    font-weight: bold;
    color: #54545E;
    line-height: 1.3;
    display: block;
}
.news span{
    color: #C99E50;
    font-size: 14px;
    font-family: 'BPGDejaVuSans';
    display: block;
    margin-bottom: 25px;
}
.news-p{
    width: fit-content;
    height: 78px;
    overflow: hidden;
    padding-right: 40px;
    margin-bottom: 80px;
}
.news-p p{
    line-height: 1.2;
    color: #54545E;
    font-family: 'BPGDejaVuSans';
}
.news :nth-child(2n+1) .row{
    padding-right: 20px;
}
.news :nth-child(2n+0) .row{
    padding-left: 20px;
}

.page-item .active{
    color: #0A314D;
}
.cover-info{
    overflow: hidden;
   
}
.section-cover{
    position: absolute;
    right: 0;
    top: -14%;
    opacity: 0.2;
    z-index: 6;
    display: none;
}

.contact-us{
    width: 60%;
    position: relative;
    z-index: 3;
}
.contact-us input{
    display: block;
    height: 52px;
    background-color: #F5F5F5;
    border: none;
    margin-bottom: 12px;
    padding-left: 26px;
    width: 100%;
}
.contact-us textarea{
    height: 200px;
    background-color: #F5F5F5;
    border: none;
    display: block;
    padding-left: 26px;
    padding-top: 15px;
    width: 100%;
}
.contact-media a{
    color: #0A314D;
    font-family: 'BPGDejaVuSans';
    font-size: 16px;
    margin-bottom: 28px;
    display: block;
}
.contact-media{
    border-bottom: 1px solid #F4F4F4;
    width: 60%;
    position: relative;
}
.contact-us h4{
    font-size: 16px;
    font-family: 'BPGDejaVuSansCaps-Book';
    color: #0A314D;
    margin-top: 50px;
    margin-bottom: 24px;
    display: block;
}
.contact-media span::before{
    color: #C99E50;
    margin-right: 22px;
}
.contact-media .icon-pin{
    font-size: 28px;
}
.contact-media .icon-Call{
    font-size: 22px;
}
.contact-us button{
    width: 142px;
    height: 40px;
    display: block;
    float:  right;
    border: 1px solid #C99E50;
    color: #C99E50;
    background-color: transparent;
    border-radius: 5px;
    margin-top: 42px;
    transition-duration: 0.3s;
    font-family: 'BPGDejaVuSans';
}
.contact-us button:hover{
    background-color: #C99E50;
    color: #fff;
    border: 1px solid #fff;
}
.document{
    position: relative;
    margin-bottom: 82px;
}
.document a{
    width: fit-content;
    height: 50px;
    line-height: 1.5;
}
.doc{
    width: 100%;
    height: 380px;
}
.blue{
    z-index: 4;
    position: absolute;
}
.blue-logo{
    position: absolute;
    left: 70px;
    top: 70px;
    z-index: 5;
}
.white-back{
    width: 207px;
    height: 302px;
    background-color: #E4E4E4;
    position: absolute;
    top: 50px;
    left: 44px;
    z-index: 3;
    border-top-right-radius: 5px;
}
.white{
    width: 206px;
    height: 331px;
    background-color: #F5F5F5;
    z-index: 2;
    position: absolute;
    top: 22px;
    left: 76px;
    border-top-right-radius: 5px;
}
.yellow{
    width: 205px;
    height: 292px;
    background-color: #C99E50;
    position: absolute;
    top: 60px;
    left: 86px;
    z-index: 1;
    border-top-right-radius: 5px;
}
.document span{
    font-size: 14px;
    font-family: 'BPGDejaVuSansCaps-Book';
    color: #C99E50;
    display: block;
    margin-bottom: 30px;
}
.download{
    color: #54545E;
    font-size: 16px;
    font-family: 'BPGDejaVuSans';
    display: block;
    padding-right: 30px;
}
.download:hover{
    color: #54545E;
}
.team{
    width: 100%;
    height: initial;
    background-color: #F5F5F5;
    padding: 66px 86px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.team-img{
    width: 100%;
    overflow: hidden;
}
.team-img img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.member-info{
    border-bottom: 1px solid #DADADA;
}
.member-info span{
    display: block;
    text-align: left;
    margin-top: 12px;
    line-height: 18px;
}
.member-name{
    font-size: 18px;
    font-family: 'BPGDejaVuSans';
    font-weight: bold;
    color: #C99E50;
}
.member-title{
    font-size: 14px;
    font-family: 'BPGDejaVuSans';
    font-weight: bold;
    color: #707070;
}
.member-status{
    font-size: 14px;
    font-family: 'BPGDejaVuSans';
    color: #707070;
    margin-bottom: 20px;
}
.team-soc-icons{
    margin-top: 16px;
}
.team-soc-icons a{
    margin-right: 26px;
}
.team-p{
    margin-left: 40px;
}
.team-p p{
    font-size: 14px;
    font-family: 'BPGDejaVuSans';
    color: #54545E;
    line-height: 1.5;
    margin-bottom: 30px;
    display: block;
}

.team-member-info, .team-soc-icons{
    margin-right: 50px;
    margin-left: 22px;
}
.team-member-info span{
    display: block;
    margin-bottom: 16px;
    line-height: 18px;
}
.member-img{
    width: 100%;
    height: initial;
    background-color: #F5F5F5;
    padding: 42px;
    margin-bottom: 62px;
    border-radius: 5px;
}
.member-img img{
    width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.team-member-info{
    margin-top: 25%;
    border-bottom: 1px solid #E2E2E2;
}
.mem-name{
    font-size: 16px;
    font-family: 'BPGDejaVuSans';
    font-weight: bold;
    color: #C99E50;
}
.mem-status{
    font-size: 14px;
    font-family: 'DejaVu Sans';
    color: #707070;
}
.date{
    font-size: 14px;
    font-family: 'BPGDejaVuSansCaps-Book';
    color: #C99E50;
    margin-bottom: 40px;
    display: block;
}
.news-inner-text p{
    font-family: 'BPGDejaVuSans';
    color: #54545E;
    line-height: 1.5;
    display: block;
}
.grouped_elements img{
    border-radius: 5px;
    float: left;
    padding-right: 30px;
    padding-bottom: 20px;
}
.news-inner-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
    position: relative;
    z-index: 2;
    padding:0 ;
}
.about-paragraph-text{
    padding-bottom: 40px;
}
.news-inner-img .col-md-6 img{
    height: 217px;
    object-fit: cover;
    
}
.news-inner-img .col-sm-6:nth-child(2n+1) .row{
    padding-right: 20px;
    margin-bottom: 45px;
}
.news-inner-img .col-sm-6:nth-child(2n) .row{
    padding-left: 20px;
    margin-bottom: 45px;
}
.news-inner-img .col-sm-4:nth-child(3n+2) .row{
    padding-left: 18px;
}
.news-inner-img .col-sm-4:nth-child(3n+1) .row{
    padding-left: 9px;
    padding-right: 9px;
}
.news-inner-img .col-sm-4:nth-child(3n) .row{
    padding-right: 18px;
}
.news-inner-img .col-sm-4 .row{
    margin-bottom: 40px;
}
.news-inner-img .col-md-6:nth-child(2n+1) .row{
    padding-right: 20px;
    margin-bottom: 45px;
}
.news-inner-img .col-md-6:nth-child(2n) .row{
    padding-left: 20px;
    margin-bottom: 45px;
}
.news-inner-img .col-md-4:nth-child(3n+2) .row{
    padding-left: 18px;
}
.news-inner-img .col-md-4:nth-child(3n+1) .row{
    padding-left: 9px;
    padding-right: 9px;
}
.news-inner-img .col-md-4:nth-child(3n) .row{
    padding-right: 18px;
}
.news-inner-img .col-md-4 .row{
    margin-bottom: 40px;
}
#video{
    margin: 0 80px;
    height: 305px;
    z-index: 3;
    position: relative;
}
#video a{
    width: 100%;
    height: 100%;
    display: block;
    z-index: 14;
}
#video img{
    padding-bottom: 0;
}
.inner-video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 12;
}
.inner-video-icon{
    position: absolute;
    z-index: 16;
    left: 47%;
    top: 40%;
}
.room{
    padding-bottom: 0;
}
.news-inner-img .col-md-4 img{
    margin-bottom: 40px;
    padding: 0;
    width: 100%;
}
.news-inner-img{
    width: 100%;
    display: inline-block;
}
.with-vid{
    margin-bottom: 50px;
}
.publication span{
    font-size: 14px;
    font-family: 'BPGDejaVuSansCaps-Book';
    color: #686868;
    margin-bottom: 10px;
    margin-top: 20px;
    display: block;
}
.meet .icon-arrow-next:before{
    color: #CCA35A;
}
.meet-room{
    width: 100%;
    height: initial;
    background-color: #FCFCFC;
    padding: 40px 32px;
    border: 1px solid transparent;
    border-radius: 5px;
    transition-duration: 0.3s;
    display: block;
    margin-bottom: 64px;
}
.meet-room:hover{
    border: 1px solid #CCA35A;
}
.meet-room span{
    font-size: 14px;
    font-family: 'BPGDejaVuSans';
    color: #CCA35A;
    display: inline-block;
}
.border-right{
    border-right: 1px solid #CCA35A;
    margin-right: 8px;
    padding-right: 12px;
    margin-bottom: 32px;
}
.meet-p{
    width: 100%;
    height: 106px;
    overflow: hidden;
}
.meet-p p{
    font-size: 18px;
    font-family: 'BPGDejaVuSans';
    font-weight: bold;
    color: #54545E;
    line-height: 1.5;
}
.meet-room .icon-arrow-next{
    float: right;
    display: block;
}
.meet .col-md-6:nth-child(2n+1) .row{
    margin-right: 40px;
}
.meet .col-md-6:nth-child(2n) .row{
    margin-left: 40px;
}
.border-bottom{
    border-bottom: 1px solid #E8E8E8;
    margin-bottom: 70px;
}
.language a{
    font-family: 'BPGDejaVuSans';
    font-weight: bold;
    font-size: 14px;
    color: #C7BFAF;
    transition-duration: 0.3s;
    display: block;
    padding-left: 12px;
}
.language a:hover{
    color: #fff;
}
#st-1{
    text-align: left !important;
    margin: 30px 0;
}
.footer-media a::before, .social a::before{
    transition-duration: 0.3s;
}
.footer-media a:hover::before, .social a:hover::before{
    color: #E9D7B7;
}
summary{
    list-style-type: none; /* Firefox */
    outline: none;
}
  
summary::-webkit-details-marker {
    display: none; /* Chrome */
}
details:focus{
    list-style-type: none;
    text-decoration: none;
    outline: none;
}
.section-info label{
    font-size: 14px;
    font-family: 'BPGDejaVuSans';
    color: #686868;
    display: block;
    margin-top: 22px;
    margin-bottom: 10px;
}
.gray-back{
    background-color: #FCFCFC;
    padding: 34px 48px 100px 48px;
}
.footer-logo img{
    width: 96px;
    height: 96px;
}
.children .icon-566015{
    display: inline-block;
    width: 14%;
    /* vertical-align: super; */
}
.children a{
    display: inline-block;
    width: 84%;
    line-height: 1.2;
}
.ac-btn{
    width: 100%;
    color: #54545E;
    cursor: pointer;
}

.ac-btn span{
    border-left: 1px solid #E4E4E4;
    border-right: 1px solid #E4E4E4;
    border-top: 1px solid #E4E4E4;
    display: block;
    width: 100%;
    padding: 17px;
    color: #54545E;
    font-size: 18px;
    transition-duration: 0.3s;
    position: relative;
    padding-left: 74px;
    line-height: 1.5;
}
.ac-btn:last-child span{
    border-bottom: 1px solid #E4E4E4;
    transition-duration: 0.3s;
}
.ac-btn.open:last-child span{
    border-bottom: 1px solid #C99E50;
}
.open span{
    border-left: 1px solid #C99E50;
    border-top: 1px solid #C99E50;
    border-right: 1px solid #C99E50;
    border-bottom: 1px solid #C99E50;
    color:  #C99E50;
    transition-duration: 0.3s;
}
.ac-text{
    max-height: 0;
    overflow: hidden;
    transition-duration: 0.4s;
}
.open .ac-text{
    max-height: initial;
    display: block;
    padding: 0;
    margin: 0;
    transition-duration: 0.8s;
}
.ac-text-text{
    background-color: #F5F5F5;
    padding: 42px 72px;
}
.ac-text-text p{
    line-height: 1.5;
    font-size: 14px;
    font-family: 'BPGDejaVuSans';
}
.department-links{
    position: relative;
} 
.ac-btn .icon-arrow-next:before{
    color: #C99E50;
    display: inline-block;
    transition-duration: 0.3s;
}
.ac-btn i{
    font-size: 12px;
    padding-right: 24px;
    color: #C99E50;
    display: inline-block;
    padding-bottom: 0px;
    position: absolute;
    left: 26px;
    top: 44%;
}
.open .icon-arrow-next:before{
    transform: rotate(90deg);
}
.main-new-text-limit{
    width: 100%;
    height: 74px;
    overflow: hidden;
}
.section-height{
    max-height: 1090px;
}

.home-grey-line{
    width: 72%;
    left: 88px;
}
.inner-team-soc-icons{
    margin-left: 0;
}
.search-page{
    width: 100%;
    margin-top: 220px;
    padding: 0 100px;
}









#nav-icon3{
    width: 26px;
    height: 45px;
    position: fixed;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    z-index: 10;
    float: right;
    top: 94px;
    right: 110px;
  }
  
  #nav-icon3 span{
    display: block;
    position: absolute;
    height: 3px;
    width: 26px;
    background: #C99E50;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }
  

  
  #nav-icon3 span:nth-child(1) {
    top: 0px;
  }
  
  #nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
    top: 10px;
  }
  
  #nav-icon3 span:nth-child(4) {
    top: 20px;
  }
  
  #nav-icon3.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;

  }
  
  #nav-icon3.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  
  #nav-icon3.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  
  #nav-icon3.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;

  }



  .burgermenu{
    content: '';
    width: 100%;
    height: 100%;
    background-color: #062135;
    position: fixed;
    right: 0;
    z-index: 0;
    top: -160%;
    transition-duration: 1s;
  }
.open{
    top: 10%;
  }
  #nav-icon3{
    display: none;
  }
  .burgermenu-search{
      width: 100%;
      display: block;
      position: relative;
  }

  .burgermenu .second-nav li{
    display: block;
  }
  .burgermenu ul{
      text-align: left;
  }
  .burger-active .open span{
      border: none !important;
  }
  .burgermenu span{
      border: none !important;
  }
  .burgermenu-search form{
      text-align: center;
  }
  .burgermenu-search input{
      border: none;
      border-radius: 15px;
      padding-left: 20px;
      height: 30px;
      width: 80%;
  }
  .burgermenu-nav{
    width: 100%;
  }
  .burgemenu-media{
    text-align: center;
    margin-top: 30px;
  }
  .burgermenu-nav li{
      display: block;
      margin: 15px 0;
  }
  .burgermenu-nav a{
      color: #fff;
      display: inline-block;
      font-size: 14px;
  }
  .burgemenu-media a{
     display: inline-block;
     padding: 10px 20px;
  }
  .burgermenu-upper-menu{
      text-align: left;
  }
  .burgermenu-upper-menu a{
      display: inline-block;
      padding: 10px 0;
      font-size: 14px;
  }
  .burger-logo{
      text-align: center;
      margin-top: 25px;
      opacity: 0.7;
  }
  .burger-navigation{
      width: 100%;
      padding: 40px;
      
  }
  .burger-language{
      width: 100%;
      text-align: center;
      margin-top: 10px;
  }
  .burger-language a{
      padding: 0;
  }
  .logo-center{
      position: relative;
      z-index: 8;
  }


  .burgermenu .icon-tringle{
    font-size: 8px;
    margin-left: 20px;
    top: -1px;
    float: right;
  }
  .right-cover{
    position: absolute;
    right: 0;
    top: -260px;
    z-index: -1;
    opacity: 0.2;
  }
.add-file{
    position: relative;
    overflow: hidden;
    display: inline-block;
}
.add-file img{
    position: relative;
    top: 8px;
    margin-right: 5px;
}
.add-file label{
    display: inline-block;
    width: fit-content;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    font-family: 'BPGDejaVuSans';
    color: #C99E50;
    line-height: 1.3;
}
.description h2{
    font-size: 18px;
    font-weight: bold;
    display: block;
    margin-bottom: 20px;
    font-family: 'BPGDejaVuSans';
}
.description h2 a{
    color: #54545E;
    font-family: 'BPGDejaVuSans';
}
.description > .text{
    color: #54545E;
    font-size: 14px;
    font-family: 'BPGDejaVuSans';
    margin-bottom: 20px;
    display: block;
    line-height: 1.5;
}
.continue {
    font-size: 20px;
    border-bottom: 1px solid #EFEFEF;
    padding-bottom: 20px;
    margin-top: 10px;
    margin-bottom: 20px;
    display: block;
}
.continue a{
    color: #C99E50;
    font-family: 'BPGDejaVuSans';
    font-size: 14px;
}
.burger-inner-menu {
    display: none;
}
.burger-open .burger-inner-menu{
    display: block;
}
.burgermenu .icon-search{
    display: block;
    top: 4px;
    right: 100px;
}
main{
    margin-top: 154px;
}
.department-top{
    top: -45px !important;
}
.submit-btn{
    margin-top: 10px;
}
.form-control span{
    margin: 0;
}
.add-file input{
    display: none !important;
    background-color: transparent;
    display: inline-block;
    margin: 0;
    padding: 0;
}
.submenu-toggle{
    display: inline-block;
    transition-duration: 0.2s;
}
.burger-open .submenu-toggle{
    transform: rotate(180deg);
}
.team-up{
    position: relative;
    z-index: 5;
}
/* .pagination span{
    margin-bottom: 0;
}
.pagination > li:first-child > a, .pagination > li:first-child > span{
    border-radius: 50%;
    z-index: 2;
}
.pagination > li:last-child > a, .pagination > li:last-child > span{
    border-radius: 50%;
}
.page-link2{
    border: none !important;
}
.pagination li{
    padding: 0 5px;
}
.pagination > li > a{
    color: #C99E50;
    transition-duration: 0.3s;
}
.pagination > li > a:hover{
    background-color: transparent;
} */
.pagination > li > a, .pagination > li > span{
    border: none;
    color: #C99E50;
    border-radius: 50%;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{
    background-color: transparent;
    color: #C99E50;
    border: none;
}
.pagination > li:first-child > a, .pagination > li:first-child > span{
    border: 1px solid #f5f5f5;
    border-radius: 50%;
    box-shadow: 1px 4px 9px -2px rgba(0,0,0,0.5);
    position: relative;
    z-index: 4;
}
.pagination > li:last-child > a, .pagination > li:last-child > span{
    border: 1px solid #f5f5f5;
    border-radius: 50%;
    box-shadow: 1px 4px 9px -2px rgba(0,0,0,0.5);
    position: relative;
    z-index: 4;
}
.pagination .active span{
    color: #0A314D;
}
.pagination > li > a:hover{
    background-color: transparent;
    color: #C99E50;
}

.icon-triangle-right::before {
    border-left: 5px solid #C99E50;
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    border-right: 0;
    content: "";
    width: 0;
    height: 0;
    display: inline-block;
}

.submenu-1 li:hover .icon-triangle-right {
    padding: 0 14px 0 22px;
}

.submenu-1 li .icon-triangle-right {
    padding: 0 22px 0 14px;
    transition-duration: 0.3s;
}

.icon--disabled::before {
    color: #c3c3c3;
}
.fancybox-navigation .fancybox-button{
    width: 110px;
    height: 140px;
}

.st-btn > img {
    display: none !important;
}

.st-btn::before {
    content: '';
    width: 20px;
    height: 20px;
    display: inline-block;
    background-size: 20px 20px;
    position: relative;
    top: 9px;
    vertical-align: top;
}
.burger-inner-menu span{
    float: left !important;
    display: inline-block;
    margin: 0 !important;
    transform: rotate(270deg);
    top: 5px !important;
    font-size: 6px !important;
}
.burger-inner-menu span::before{
    color: #C99E50;
}

.st-btn[data-network="facebook"]::before {
    background-image: url("data:image/svg+xml;utf8,<svg style='fill: %23C99E50;' xmlns='http://www.w3.org/2000/svg' width='16' height='28' viewBox='0 0 16 28'><path fill='inherit' d='M10.7,10.7 L15.7,10.7 L15.7,15.7 L10.7,15.7 L10.7,27.3 L5.7,27.3 L5.7,15.7 L0.7,15.7 L0.7,10.7 L5.7,10.7 L5.7,8.6 C5.7,6.6 6.3,4.1 7.5,2.7 C8.8,1.4 10.3,0.7 12.2,0.7 L15.7,0.7 L15.7,5.7 L12.2,5.7 C11.3,5.7 10.7,6.3 10.7,7.2 L10.7,10.7 Z'/></svg>");
}

.st-btn[data-network="twitter"]::before {
    background-image: url("data:image/svg+xml;utf8,<svg style='fill: %23C99E50;' xmlns='http://www.w3.org/2000/svg' width='30' height='26' viewBox='0 0 30 26'><path fill='inherit' d='M26.5,4.7 C27.8,3.9 28.7,2.7 29.2,1.3 C27.8,2 26.5,2.5 25.2,2.7 C24.1,1.5 22.6,0.8 20.8,0.8 C19.1,0.8 17.6,1.4 16.4,2.6 C15.2,3.8 14.6,5.3 14.6,7 C14.6,7.5 14.7,7.9 14.8,8.3 C9.7,8.2 5.4,6 2.1,1.9 C1.5,2.9 1.2,4 1.2,5 C1.2,7.2 2.2,8.9 4,10.2 C2.9,10.1 2,9.8 1.2,9.4 C1.2,10.9 1.7,12.2 2.6,13.4 C3.5,14.5 4.7,15.2 6.1,15.5 C5.6,15.6 5.1,15.7 4.5,15.7 C4,15.7 3.6,15.7 3.4,15.6 C3.8,16.8 4.5,17.9 5.5,18.6 C6.6,19.4 7.8,19.8 9.1,19.9 C6.9,21.6 4.4,22.5 1.5,22.5 C0.8,22.5 0.3,22.5 3.55271368e-15,22.4 C2.8,24.3 6,25.2 9.5,25.2 C13,25.2 16.2,24.3 18.9,22.5 C21.7,20.7 23.7,18.4 25,15.8 C26.3,13.2 26.9,10.5 26.9,7.7 L26.9,6.9 C28.2,6 29.2,4.9 30,3.7 C28.9,4.2 27.7,4.5 26.5,4.7 Z'/></svg>");
}

.st-btn[data-network="email"]::before {
    background-image: url("data:image/svg+xml;utf8,<svg style='fill: %23C99E50;' xmlns='http://www.w3.org/2000/svg' width='34' height='28' viewBox='0 0 34 28'><path fill='inherit' d='M30.4,7.4 L30.4,4 L17,12.4 L3.6,4 L3.6,7.4 L17,15.6 L30.4,7.4 Z M30.4,0.6 C31.2666667,0.6 32.0333333,0.966666667 32.7,1.7 C33.3666667,2.43333333 33.6666667,3.2 33.6,4 L33.6,24 C33.6,24.8666667 33.3,25.6333333 32.7,26.3 C32.1,26.9666667 31.3333333,27.3333333 30.4,27.4 L3.6,27.4 C2.73333333,27.4 1.96666667,27.0333333 1.3,26.3 C0.633333333,25.5666667 0.333333333,24.8 0.4,24 L0.4,4 C0.4,3.13333333 0.7,2.36666667 1.3,1.7 C1.9,1.03333333 2.66666667,0.666666667 3.6,0.6 L30.4,0.6 Z'/></svg>");
}

.st-btn[data-network="sharethis"]::before {
    background-image: url("data:image/svg+xml;utf8,<svg style='fill: %23C99E50;' xmlns='http://www.w3.org/2000/svg' width='30' height='34' viewBox='0 0 30 34'><path fill='inherit' d='M25,23.8 C27.7,23.8 29.8,26 29.8,28.6 C29.8,31.2 27.7,33.6 25,33.6 C22.3,33.6 20.2,31.3 20.2,28.6 C20.2,28.3 20.2,27.9 20.2,27.5 L8.4,20.7 C7.5,21.5 6.3,22 5,22 C2.3,22 -5.32907052e-15,19.7 -5.32907052e-15,17 C-5.32907052e-15,14.3 2.3,12 5,12 C6.3,12 7.5,12.5 8.4,13.3 L20.2,6.5 C20.1,6.1 20,5.7 20,5.4 C20,2.6 22.3,0.4 25,0.4 C27.7,0.4 30,2.6 30,5.4 C30,8.2 27.7,10.4 25,10.4 C23.7,10.4 22.5,9.8 21.6,9 L9.8,15.8 C9.9,16.2 10,16.6 10,17 C10,17.4 9.9,17.8 9.8,18.2 L21.7,25 C22.6,24.3 23.8,23.8 25,23.8 Z'/></svg>")
}

/* .grouped_elements.video_element::after {
    content: '';
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 60px solid #fff;
    position: absolute;
    top: calc(50% - 60px);
    left: calc(50% - 30px);
    z-index: 2;
} */

.grouped_elements .inner-video-icon{
    position: absolute;
    width: 58px;
    height: 58px !important;
    left: 43%;
    top: 32%;
    padding-right: 0;
}
.about-paragraph-text ul{
    font-family: 'DejaVu Sans';
}
.about-paragraph-text ul li{
    font-family: 'DejaVu Sans';
}

.about-paragraph-text{
    font-size: 14px;
}


.test-web-text{
      
    height: 30px;
    text-align: center;
    width:100%;
    background-color: #C99E50;
    color: white;
    font-family: 'BPGDejaVuSansCaps-Book';
    padding: 8px;
    position:fixed;
    top:0
  }

  header{
      transition-duration: 0.1s;
  }
  header.animate-header{
      margin-top: 0;
  }

@media print {
    a[href]:after {
      content: none !important;
    }
    header, footer, .home-last, .second-nav a, .about-paragraph > a, .test-web-text, .sharethis-inline-share-buttons{
        display: none !important;
    }

    .news-inner p, .news-inner img, .news-inner h1,.news-inner h2,.news-inner h3,.news-inner h4,.news-inner h5,.news-inner h6, .news-inner [class^="col-"], .news-inner [class*=" col-"], .news-inner-img{
        display: block;
    }

    
}

.search-list ul li {
    list-style-type: none ;
    position: relative;
    padding-top: 10px;
}

.search-list ul li::before {
    content: '';
    width: 52px;
    height: 8px;
    background-color: #C99E50;
    display: block;
    position: relative;
    top: -10px;
    left: -15px;
}

#g-recaptcha-response {
    display: block !important;
    position: absolute;
    margin: -78px 0 0 0 !important;
    width: 302px !important;
    height: 76px !important;
    z-index: -999999;
    opacity: 0;
}
.children a{
    font-family: 'BPGDejaVuSansCaps-Book';
    font-size: 12px !important;
}

.only-mobile{
    display: none;
}