   body {
  margin: 0px;
  padding: 0px;
  /*overflow-x: hidden;*/
  font-family: 'Arial';
  /*cursor: none;*/
  color: #041F3A;
  font-size: 20px;
  line-height: 1.6;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body .h2,
body .h3,
body .h4,
body .h5,
body .h6 {
  font-weight: 600;
  font-family: 'Noto Sans';
}

.pass-error{ color: #ed0c0c; }

h1 {
  font-size: 100px;
  line-height: .7;
  font-weight: bold;
}

h2,
.h2 {
  font-size: 46px;
  line-height: 1.3;
}

h3,
.h3 {
  font-size: 34px;
  line-height: 1.58;
}

h4,
.h4 {
  font-size: 32px;
  line-height: 1.56;
}

h5,
.h5 {
  font-size: 24px;
  line-height: 1.3;
}

h6,
.h6 {
  font-size: 22px;
  line-height: 1.6;
}

h1>a,
h2>a,
h3>a,
h4>a,
h5>a {
  color: #041F3A;
  text-decoration: underline;
}

h1>a:hover,
h2>a:hover,
h3>a:hover,
h4>a:hover,
h5>a:hover {
  color: #FF9E45;
  text-decoration: underline;
}

.fbold {
  font-weight: bold;
}

hr {
  position: relative;
  display: block;
  margin: 30px 0px;
  height: 1px;
  width: 100%;
  background-color: #E8EFF9;
}

strong {
  font-size: 20px;
  line-height: 1.6;
  font-weight: bold;
}

p,
.p,
table td, table th{
  margin: 0px;
  padding: 0px;
  font-family: 'Arial';
  font-size: 20px;
  line-height: 1.6;
}

p {
  margin-bottom: 30px;
}

/* p > strong {
	display: inline-block;
} */
p:last-child {
  margin-bottom: 0;
}

img {
  border: none;
  /* width: 100%; */
  object-fit: contain;
}

ul {
  margin: 0px;
  padding: 0px;
}

ul li {
  list-style-type: none;
}

main ol {
  padding-left: 20px;
}

a,
a:hover {
  text-decoration: none;
  transition: all 0.5s ease;
  /*cursor: none !important;*/
}
/*button, button:hover{
	cursor: none !important;
}*/
main a {
  color: #0b89c6;
  text-decoration: underline;
}

a:hover,
a:focus,
a:focus-visible {
  outline: none !important;
  box-shadow: none !important;
  color: #FF9E45;
  text-decoration: underline;
}

::-moz-selection {
  color: #fff;
  background: #003D78;
}

::selection {
  color: #fff;
  background: #003D78;
}

input:focus,
input:focus-visible,
button:focus,
button:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

table td,
table th {
  border: 1px solid #B6B7BA;
  text-align: left;
  padding: 10px;
}

/* common css all pages start */
.wrapper {
  z-index: 99;
  position: relative;
}

main .banner-inner {
  margin-bottom: 45px;
	position:relative;
}

main {
  padding-bottom: 45px;
}

.main-title h2 {
  font-weight: 600;
}

.all-buttons {
  width: auto;
  margin: 0 auto;
}

.btn-nato {
  position: relative;
}

.nato-pagination .pagination .page-item {
  padding-left: 0;
}

.btn-nato a {
  font-size: 20px;
  line-height: 1.6;
  padding: 9px 20px;
  background: #0B89C6;
  color: #fff;
  display: inline-block;
  text-decoration: none;
}

.nato-pagination .next .btn-nato .next-arrow,
.nato-pagination .prev .btn-nato .prev-arrow {
  font-size: 20px;
  line-height: 1.6;
  padding: 9px 25px;
  background: #0B89C6;
  color: #fff;
  display: inline-block;
  position: relative;
}

.nato-pagination .pagination .page-item .prev.page-numbers,
.nato-pagination .pagination .page-item .next.page-numbers {
  display: inline-block;
}

.btn-nato a span:after,
.nato-pagination .next .btn-nato .next-arrow span:after,
.nato-pagination .prev .btn-nato .prev-arrow span:before {
  font-family: 'icomoon' !important;
  content: "\e908";
  color: #fff;
  display: inline-block;
  margin-left: 12px;
}

.nato-pagination .prev .btn-nato .prev-arrow span:before {
  margin-left: 0px;
  margin-right: 12px;
  transform: rotate(180deg);
  position: relative;
  top: 0;
  font-size: 16px;
}

.nato-pagination .next .btn-nato .next-arrow span:after {
  font-size: 16px;
}

.btn-nato a:before,
.nato-pagination .next .btn-nato .next-arrow:before,
.nato-pagination .prev .btn-nato .prev-arrow:before {
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  content: "";
  background: #FF9E45;
  height: 100%;
  transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}

.btn-nato a:hover:before,
.nato-pagination .next .btn-nato .next-arrow:hover:before,
.nato-pagination .prev .btn-nato .prev-arrow:hover:before {
  width: 100%;
  right: 0;
  left: 0%;
}

.btn-nato a:hover,
.nato-pagination .next .btn-nato .next-arrow:hover,
.nato-pagination .prev .btn-nato .prev-arrow:hover {
  color: #fff;
}

.btn-nato a span,
.nato-pagination .next .btn-nato .next-arrow span,
.nato-pagination .prev .btn-nato .prev-arrow span {
  z-index: 1;
  position: relative;
  color: #fff;
}

.btn-nato .left-angle-btn,
.btn-nato .right-angle-btn {
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  transform: rotate(-53deg);
  z-index: 2;
}

.btn-nato .right-angle-btn {
  position: absolute;
  left: auto;
  top: auto;
  bottom: -12px;
  right: -20px;
  width: 30px;
  height: 30px;
  transform: rotate(-53deg);
  z-index: 2;
}

.btn-nato .left-angle-btn:before,
.btn-nato .right-angle-btn:after {
  position: absolute;
  background: #fff;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 3;
}

.btn-nato.blue-bg a:before {
  background: #4EBEFF;
}

.btn-nato.blue-bg .left-angle-btn:before,
.btn-nato.blue-bg .right-angle-btn:after {
  background: #003D78;
}

.btn-nato .left-angle-btn:before {
  left: 0;
  top: 0;
  left: 0px;
  top: -22px;
}

.btn-nato .right-angle-btn:after {
  left: 0;
  top: 0;
  right: 0px;
  bottom: -22px;
}

.white-text h2,
.white-text p {
  color: #fff;
}

.white-text h2.blue-text {
  color: #4EBEFF;
}

.white-text p {
  width: 800px;
  margin: 12px auto 0 auto;
}


.backToTop {
  display: inline-block;
  background-color: #0B89C6;
  width: 35px;
  height: 35px;
  text-align: center;
  border-radius: 5px;
  position: fixed;
  bottom: 60px;
  right: 20px;
  transition: background-color .3s, opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
}

.backToTop:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 10px;
  display: inline-block;
  width: 13px;
  height: 13px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.backToTop.active {
  opacity: 1;
  visibility: visible;
}
.backToTop.active a{
	display:block;
}
.backToTop:hover {
  background: #FF9E45;
}

.open-menu .backToTop {
  display: none;
}


.banner-inner:before,
.banner-section:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: url('../images/logo-inner-bg.svg') no-repeat;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: 30%;
  z-index: 1;
}

.banner-inner:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #003264;
  width: 100%;
  height: 100%;
}

.banner-inner h1 {
  color: #fff;
  /* padding-right: 100px; */
  font-size: 42px;
  line-height: 1.2;
}

.banner-inner .container {
  position: relative;
  z-index: 1;
  text-align: right;
}

.main-title.svg-image {
  position: relative;
}

.main-title.svg-image:before {
  content: "";
  position: absolute;
  background: url('../images/pattern-blue.svg') no-repeat;
  width: 243px;
  height: 243px;
  background-size: cover;
  left: -30px;
  top: -100px;
  opacity: .8;
  animation: animName 10s linear infinite;
  z-index: -9;
}

.dropdown-menu {
  padding: 0;
}

.dropdown-menu li a {
  font-size: 18px;
}

.dropdown-menu li:not(.dropdown-menu),
.article-section .pagination li:not(.pagination) {
  margin-bottom: 0;
}

.dropdown-menu li:not(.dropdown-menu):before,
.article-section .pagination li:not(.pagination):before {
  content: "";
  margin-right: 0;
}

main ul,
main ol {
  margin-bottom: 30px;
}

main ul li ul {
  margin-top: 20px
}

main ol li {
  font-size: 20px;
  line-height: 1.6;
  position: relative;
  margin-bottom: 15px;
}

main ul li {
  font-size: 20px;
  line-height: 1.6;
  position: relative;
  margin-bottom: 15px;
  padding-left: 30px;
}

main ul li:before {
  content: "\e914";
  color: #004990;
  font-family: 'icomoon' !important;
  position: absolute;
  margin-right: 12px;
  left: 0;
}

main ul li:last-child,
main ul ol:last-child {
  margin-bottom: 0;
}

.modal-backdrop {
  z-index: 9999;
}

.modal {
  z-index: 99999;
}

.error-section {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
  position: relative;
}

.error-section .btn-nato {
  display: inline-block;
}

.error-section .h2 {
  font-size: 160px;
  font-weight: bold;
  line-height: 1;
  color: #0B89C6;
}

.error-section h3 {
  font-size: 62px;
  line-height: 1;
  margin: 20px 0 50px 0;
}

.error-section.error-section .svg-border {
  position: absolute;
  right: 0;
  top: 30px;
}

.error-section.coming-soon .h2 {
    font-size: 90px;
}
.error-section.coming-soon .h4{
  margin: 20px 0px;
}

.coming-soon h4.h3 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  line-height: normal;
  padding-top: 20px;
  padding-bottom: 25px;
  margin-bottom: 0;
}

.nato-section-space {
  position: relative;
  padding: 45px 0px;
}

.nato-top-space {
  padding-top: 45px;
  position: relative;
  width: 100%;
}

.nato-bottom-space {
  padding-bottom: 45px;
  position: relative;
  width: 100%;
}

/* Partnership Training and Education Centres start*/
.line-space {
  margin-top: 15px;
  margin-bottom: 15px;
}

.PTEC-Announcements {
  position: relative;
  margin: 50px 0px;
}

.PTEC-Announcements .row .ptec-content {
  margin-bottom: 40px;
}

.PTEC-Announcements .row .ptec-img {
  margin-bottom: 40px;
  float: left;
  margin-right: 40px;
  width: 537px;
  object-fit: contain;
}

.PTEC-Announcements .normal-title {
  margin-bottom: 20px;
}

.PTEC-Announcements+.only-desc.nato-section-space {
  padding-top: 0px;
}

.normal-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 38px;
  color: #000;
}

.medium-title {
  font-weight: 700;
  font-size: 38px;
  line-height: 1.6;
  color: #041F3A;
  margin-bottom: 20px;
}

.link-here {
  font-weight: 700;
  font-size: 24px;
  line-height: 38px;
  color: #004990;
  border-bottom: 1px solid #004990;
}

.training-edu-list {
  position: relative;
  margin-top: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid #B6B7BA;
  margin-bottom: 60px;
}

.training-edu-list .edu-main-box {
  display: flex;
  align-items: center;
  padding: 15px;
  border-left: 1px solid #B6B7BA;
  border-right: 1px solid #B6B7BA;
  border-bottom: 1px solid #B6B7BA;
}
.training-edu-list .edu-main-box a,
.procurements-section .activitie-box-list a{
	color: inherit;
    text-decoration: none;
}
.training-edu-list .edu-main-box a:hover,
.procurements-section .activitie-box-list a:hover{
	color: #FF9E45;
    text-decoration: none;
}
.training-edu-list .edu-main-box:nth-child(even) {
  border-left: 0px;
  /* border-bottom: 0px; */
}

.training-edu-list .edu-main-box p {
  font-size: 20px;
  line-height: 32px;
  color: #000;
  padding-left: 20px;
}

/* Partnership Training and Education Centres end */

.img-center {
  width: auto;
  margin: 0 auto;
}

.contacts-nedu-box {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
  height: calc(100% - 30px);
  width: 100%;
  background-color: #e8eff9;
}

.nedu-content {
  height: auto;
  display: flex;
  align-items: center;
}

.contacts-nedu-box .contacts-img img {
  width: 100%;
}

.contacts-nedu-box .contacts-img {
  position: relative;
  overflow: hidden;
  height: 210px;
  width: 100%;
}

.contacts-nedu-box .contacts-img::before {
  position: absolute;
  content: '';
  left: -25px;
  top: -6px;
  width: 52px;
  height: 34px;
  transform: rotate(-53deg);
  z-index: 9;
  background-color: #fff;
}

.contacts-nedu-box .contacts-img::after {
  position: absolute;
  content: '';
  right: -20px;
  bottom: -9px;
  width: 52px;
  height: 34px;
  transform: rotate(-48deg);
  z-index: 9;
  background-color: #e8eff9;
}

.contacts-nedu-box::after {
  position: absolute;
  content: '';
  right: -20px;
  bottom: -9px;
  width: 52px;
  height: 34px;
  transform: rotate(-48deg);
  z-index: 9;
  background-color: #fff;
}

.contacts-nedu-box .nedu-content p {
  font-weight: 700;
  font-size: 24px;
  line-height: 38px;
  padding: 20px;
}

.biography-detail .left-header hr {
  margin: 15px 0px;
}

.only-desc h2,
.only-desc h3,
.only-desc h4 {
  font-weight: 600;
  margin-bottom: 30px;
}

.limg-content-section table {
  margin-bottom: 30px;
}

.limg-content-section p:last-child {
  margin-bottom: 25px;
}

/* education-box-slider css start */
.education-box-slider {
  padding: 75px 0px 60px 0px;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  /* color: #fff; */
}

.education-box-slider::before {
  position: absolute;
  content: '';
  background-color: rgba(255, 255, 255, 0.7);
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
}

.education-box-slider .edu-slider-content {
  margin-right: 50px;
}

.education-box-slider .owl-theme .owl-dots {
  margin-top: 20px !important;
}

.education-box-slider .owl-theme .owl-dots .owl-dot span {
  background-color: #003264;
}

.education-box-slider .owl-theme .owl-dots .owl-dot.active span {
  background-color: var(--yellow);
}

.education-box-slider .owl-theme .item .edu-slider-content .normal-text {
  margin-bottom: 20px;
}

.education-box-slider .owl-theme .item img {
  width: 100%;
  object-fit: cover;
  height: 500px;
}

/* education-box-slider css end */
.page-id-130 .only-desc.nato-section-space:last-child {
  padding-top: 0px;
}
/* .page-id-109 .accordion-section .accordion-item:last-child {
  margin-bottom: 100px;
} */
.accordion-section .sec-title {
  padding-top: 60px;
}

p:empty {
  display: none;
}


.single-activities.postid-541 .only-desc.nato-section-space {
  padding: 0px !important;
}

.single-activities.postid-541 .nato-section-space.accordion-section:nth-child(2),
.single-activities.postid-541 .nato-section-space.accordion-section:nth-child(3),
.single-activities.postid-541 .nato-section-space.accordion-section:nth-child(4),
.single-activities.postid-541 .nato-section-space.accordion-section:nth-child(5),
.single-activities.postid-541 .nato-section-space.accordion-section:nth-child(6) {
  padding-bottom: 0px !important
}

.page-id-844 .partner-image-section.nato-section-space,
.page-id-136 .site-main>.only-desc.nato-section-space:first-child,
.page-id-136 .accordion-section.nato-section-space {
  padding-bottom: 0px;
}

.page-id-1519 .only-desc table {
  width: 100%;
  display: inline-block;
}

.partner-img img {
  width: 100%;
  margin: 0 auto;
    object-fit: contain;
}

.single-activities.postid-496 .nato-section-space.nato-single-acticity {
  padding-top: 0px;
}

.pagination li:before {
  display: none;
}

.bio-graph {
  margin-top: 45px;
  margin-bottom: 15px;
}

.limg-content-section{
  margin-top: 45px;
  display: inline-block;
  width: 100%;
}

.photo-gallery-section{
	margin-top: 5px;
  display: inline-block;
  width: 100%;
}
.buttonlist-section {
  margin-top: 45px;
  display: inline-block;
  width: 100%;
}
.buttonlist-section{
	padding-bottom: 0px;
}
.buttonlist-section .container{
	border-bottom: 1px solid #E8EFF9;
    padding-bottom: 40px;
}
.buttonlist-section p{
  font-size: 15px;
}

/* .accordion-body iframe,
.iframe iframe,
iframe,
.single-activities iframe {
  width: 100% !important;
  min-height: 550px;
  height: 100%;
  object-fit: fill !important;
  object-position: top;
} */
.iframe-sec{
	position: relative;
  padding-bottom: 40%;
  height: 0;
}
.iframe-sec iframe{
	position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.postid-517 .nato-single-acticity .accordion-section{
  padding-bottom: 0px;
  padding-top: 0px;
}

.postid-517 .nato-single-acticity .accordion-section:last-child {
  padding-top: 0px;
}

.postid-526 .nato-single-acticity {
  margin-bottom: 45px;
}

.nato-bottom-space.video-section {
  padding-bottom: 20px;
}

.limg-content-section ol+h5,
.limg-content-section hr+h5 {
  margin-bottom: 15px;
}

.newsroom-section.organization-section .org-box {
  width: 100%
}

.blackqoute-section+.only-desc.nato-section-space {
  padding: 0px;
}

.accordion-left-title {
  position: sticky;
  top: 110px;
	padding-right:50px;
}

.banner-inner+.accordion-section.nato-section-space .sec-title {
  padding-top: 70px;
}

.page-id-2543 .only-desc.nato-section-space {
  padding: 0px !important
}

.page-id-2543 .only-desc.nato-section-space:last-child {
  padding: 0px !important;
  margin-bottom: 45px;
}

.single-activities.postid-484 .light-main-box {
  margin-bottom: 0px !important;
}

.page-id-2509 .accordion-section.nato-section-space {
  padding-bottom: 0px !important;
}

.page-id-2509 hr {
  margin-bottom: 0px !important;
}

.page-id-2509 .accordion-section.nato-section-space:last-child hr {
  display: none;
}

.postid-496 main .banner-inner {
  margin-bottom: 0px;
}

/* article box css start */
.article-single-box {
  display: inline-block;
  margin-bottom: 50px;
  text-decoration: none;
}

.article-single-box:hover,
.article-single-box:focus{
  text-decoration: none;
}

.article-single-box .update-img {
  margin-bottom: -21px;
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease;
}

.article-single-box .update-img:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.article-single-box .update-img img {
  width: 100%;
  height: 418px;
  object-fit: cover;
  transition: all 0.5s ease;
}

.article-single-box .detail-update {
  margin-left: 20px;
  text-align: left;
}

.detail-update h4.p {
  background: #E8EFF9;
  font-size: 20px;
  line-height: 1.6;
  padding: 3px 15px;
  font-family: 'Arial';
  display: inline-block;
  color: #58636C;
  position: relative;
  z-index: 99;
  font-weight: 400;
  margin-bottom: 5px;
}

.detail-update h3.h6 {
  font-weight: bold;
  margin-left: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #041F3A;
  margin-top: 0;
}

.detail-update .learn-more {
  margin-left: 15px;
  color: #004990;
  font-size: 20px;
  line-height: 1.6;
  margin-top: 5px;
  display: inline-block;
}

.detail-update .learn-more:after {
  font-family: 'icomoon' !important;
  content: "\e909";
  transition: all 0.5s ease;
  color: #004990;
  display: inline-block;
  line-height: normal;
  margin-left: 8px;
  position: relative;
  top: 1px;
}

.detail-update .learn-more:hover,
.detail-update .learn-more:hover:after {
  color: #FF9E45;
}

.article-single-box .update-img {
  overflow: hidden;
}

.article-single-box:hover .update-img {
  border-radius: 20px;
}

.article-single-box:hover .update-img img {
  border-radius: 20px;
  transform: scale(1.1);
}

.article-single-box:hover .update-img:before {
  background: rgba(11, 137, 198, .4);
  z-index: 9;
}

.article-single-box:hover h3.h6 {
  color: #0b89c6;
}

.postid-490 .light-main-box {
  margin-bottom: 0px !important;
}

.grecaptcha-badge {
  visibility: hidden !important;
}

.page-id-133 .limg-content-section table {
  margin-bottom: 30px;
  float: left;
  margin-right: 30px;
}

.page-id-127 table {
  margin-bottom: 20px;
  width: 100%;
}

.page-id-127 table tr:first-child td {
  min-width: 180px;
}

.page-id-127 .accordion-section.nato-section-space {
  padding-bottom: 0px;
}

.page-id-127 .banner-inner+.accordion-section.nato-section-space .sec-title {
  padding-top: 0px;
}

.page-id-2380 .banner-inner+.accordion-section.nato-section-space .sec-title {
  padding-top: 20px;
}

.postid-541 .accordion-section .sec-title {
  padding-top: 0px;
}

.page-id-109 .title-des-section.top-bar {
  padding-top: 120px;
  padding-bottom: 0 !important;
}

.page-id-868 .banner-inner+.accordion-section.nato-section-space .sec-title {
  padding-top: 0px;
}



.no-results.not-found {
  margin-top: 60px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  margin-bottom: 72px;
}

.no-results.not-found .search-form {
  display: flex;
  align-items: center;
  justify-content: center;
}

.no-results.not-found .btn-nato.white-bg button {
  background: #0B89C6;
}

.no-results.not-found .btn-nato button {
  font-size: 20px;
  line-height: 1.6;
  padding: 9px 26px;
  background: #FF9E45;
  color: #fff;
  display: inline-block;
  position: relative;
  border: none;
}

.no-results.not-found .btn-nato button::before {
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  content: "";
  background: #003D78;
  height: 100%;
  transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}

.no-results.not-found .btn-nato button:hover::before {
  width: 100%;
  right: 0;
  left: 0%;
}

.no-results.not-found .btn-nato button:hover {
  color: #fff;
}

.no-results.not-found .btn-nato button span::after {
  font-family: 'icomoon' !important;
  content: "\e908";
  color: #fff;
  display: inline-block;
  margin-left: 10px;
  font-size: 16px;
}

.no-results.not-found .btn-nato button span {
  z-index: 1;
  position: relative;
  color: #fff;
}

.no-results.not-found input.search-field {
  border: 1px solid #B6B7BA;
  padding: 15px;
  font-weight: 400;
  font-size: 20px;
  color: #041F3A;
  height: 50px;
  margin-right: 20px;
  position: relative;
  z-index: 99;
}
.postid-517 .accordion-section .sec-title {
  padding-top: 0;
}
.page-id-3019 .light-main-box {
    margin-bottom: 0px !important;	
    margin-top: 20px;
}
.page-id-3019 .only-desc.nato-section-space + .photo-gallery-section{
	margin-top: 0px !important;
}
.page-id-3019  .photo-gallery-section{
	margin-top: 20px !important;
}
.page-id-3697 .nato-section-space {
    padding-top: 0px;
}
.article-btn-bottom{
	    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 55px;
    padding-top: 60px;
    border-top: 1px solid #E8EFF9;
}
.article-btn-bottom .btn-nato{
	margin: 0px 15px;
}
.prev-arrow{
	padding-left: 30px;
}
.btn-nato a span.prev-arrow:after {    
    left: -15px;
    position: absolute;
    transform: rotate(180deg);
}
.postid-484 .accordion-section .sec-title {
    padding-top: 0;
}
.banner-inner {
     padding-top: 180px;
    padding-bottom: 80px;
}
.page-id-133 .nato-section-space{
	padding-top:0px !important;
}
.postid-487 .light-main-box{
	margin-bottom:0px !important;
}
.postid-508 .accordion-section .sec-title {
    padding-top: 0px !important;
}
.page-id-2509  .accordion-section .sec-title {
    padding-top: 0px;
}
.postid-499 .nato-section-space{
	padding-top: 0px;
}
.page-id-1851 .limg-content-section{
	    margin-top: 20px;
}
.page-id-3709 .organization-section,
.page-id-2719 .organization-section,
.page-id-3723 .organization-section,
.page-id-3716 .organization-section{
    padding-top: 45px;
    padding-bottom: 45px;
}
main a[href^="tel:"] {
	display: inline-block;
}
.contacts-nedu-box .nedu-content a{
	    text-decoration: none;
	color: unset;
}
.contacts-nedu-box .nedu-content a:hover{	
	color: #ffa927;
}
.iframe-wrap-div .iframe-sec{
	position: relative;
    padding-bottom: 50%;
    height: 0;
}
.iframe-wrap-div .iframe-sec iframe{
	    min-height: unset !important;
    object-fit: cover !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 98% !important;
}
.main-title{
	padding-right:15px;
}
.post-password-form{
	    margin: 0 auto;
    width: 50%;
    padding: 45px 0px;
}
.post-password-form .from-group input{
	    height: 50px;
    width: calc(100% - 195px);
    border: 1px solid rgb(204, 204, 204);
    margin: 15px 25px 15px 0px;
}
.post-password-form .from-group{
	    display: flex;
    align-items: center;
}
.post-password-form .from-group{
	    display: flex;
    align-items: center;
}
.page-id-112 .accordion-section.nato-section-space{
  padding-bottom: 0px;
}
.page-id-112 .accordion-section.nato-section-space hr{
  margin-bottom: 0px;
}
.page-id-112 .light-main-box { 
  margin-bottom: 0px !important;
}
.postid-541 .row + hr{   
  margin: 30px 0px 0px 0px;
}
.social-share-icons{
      display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}
.social-share-icons .a2a_kit a {
    margin: 0px 5px;
}
.page-id-1726 .accordion-section .sec-title {
    padding-top: 0;
}
.postid-541 .only-desc.nato-section-space hr:last-child{
	margin-bottom:0px;
}
.postid-502 .accordion-section .sec-title {
  padding-top: 0;
}
.postid-502 .nato-section-space {
  padding: 0px;
}
.page-id-136 .banner-inner + .only-desc.nato-section-space{
  padding-bottom: 0px;
}
.pointer-event{
  pointer-events: none;
}
.page-title-box .right-short .dropdown-menu.show li{
	padding-left: 0px;
  text-align: center;
}
.page-title-box .right-short .dropdown-menu.show li a:hover{
  background-color: #ffbf5d;
  text-decoration: none;
}
.page-title-box .right-short .dropdown-menu.show li:before{
	display: none;
}
.single .article-single-box { 
    height: 100%;
}
.single .article-single-box .detail-update {
    margin-left: 20px;
    text-align: left;
    position: relative;
    height: calc(100% - 418px);
    padding: 0px 0px 30px 0px;
}
.single .detail-update .learn-more {    
    position: absolute;
    bottom: 15px;
}
.page-id-5220 .light-main-box{
	margin-bottom: 0px !important;
    margin-top: 15px;
}
.postid-5291 .nato-section-space,
.postid-5457 .nato-section-space,
.postid-5508 .nato-section-space{
    position: relative;
    padding: 0;
}
.postid-5291 .nato-single-acticity{
	margin-top: 40px;
}
.page-id-5797 #collapse23 .layout.two-col{	
	    display: inline-block;
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
    padding-bottom: 15px;
	    width: 100%;
}
.page-id-5797 .footer__share-button .flexible-footer__share-button__container{
	background: #014289;
    padding: 6px 10px;
    color: #fff;
    margin-bottom: 10px;
    width: 150px;
    display: flex;
    align-items: center;
}
.page-id-5797 .footer__share-button .flexible-footer__share-button__container .icon-white{
	    text-decoration: none;
    color: #fff;
    height: auto;
    display: inline-block;
    line-height: 1;
    font-size: 20px;
    padding-bottom: 5px;
}
.page-id-5797 #collapse23 .layout.two-col img{
height: auto;
}
.page-id-5797 #collapse23 .layout.two-col .btn--flat{
padding-left: 0;	
}
.page-id-5797 #collapse23 .layout.two-col .btn--flat a{
font-size: 20px;
    line-height: 1.6;
    font-weight: bold;
}
.single-social-icons img{
width: 26px !important;	
}
.page-id-6154 h3.page-title{
	    font-weight: 700;
    font-size: 24px;
    line-height: 38px;
}
.page-id-5797 #collapse23 .layout.two-col h3,
.page-id-5797 #collapse23 .layout.two-col h3 strong{
    font-size: 22px;
    line-height: 1.2;	
}
.postid-5493 .only-desc.nato-section-space{
	    padding-bottom: 0px;
}
.postid-5493 .accordion-section.nato-section-space{
	    padding-top: 0px;
}
.page-id-5797 .table-responsive td{
    min-width: 150px;	
}
.postid-5424 .accordion-section.nato-section-space{
	    padding-bottom: 0px;
}
@media(min-width:1199px) {
.page-id-109 .row .col-xl-6:first-child{
	width: 45%;
}

  /**/
  .cursor {
    z-index: 1000000;
    width: 10px;
    height: 10px;
    background-color: #48A90D;
    border: 2px solid #48A90D;
    transition-timing-function: ease-out;
    border-radius: 100%;
    position: fixed;
    pointer-events: none;
    transform: translate(-50%, -50%);
    transition: height 500ms, width 500ms;
  }

  .cursor.active {
    width: 15px;
    height: 15px;
  }

  .cursor.active-dot.active {
    width: 15px;
    height: 15px;
    font-size: 0;
  }

  .cursor.active-dot.active .text-drag {
    font-size: 0;
  }

  /*.cursor.active-dot.active .dot {
    display: none;
}
*/
  .cursor.active-dot {
    width: 50px;
    height: 50px;
  }

  .cursor .dot {
    position: absolute;
    top: 50%;
    left: -9978px;
    width: 6px;
    height: 6px;
    margin: 0 auto;
    border-radius: 5px;
    background-color: #fff;
    color: #fff;
    transform: translateY(-50%);
    opacity: 0;
  }

  .cursor.active-dot .dot {
    opacity: 1;
  }

  .cursor.active-img,
  .cursor.active,
  .cursor.active-dot.active {
    width: 30px;
    height: 30px;
  }

  .cursor.active-img .dot,
  .cursor.active .dot,
  .cursor.active-dot.active .dot {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 8px;
    height: 8px;
    opacity: 1;
    background-color: #fff;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 1);
    animation: pulse-white 1.5s infinite;
    margin-top: -4px;
    transform: translateY(-50%);
    z-index: 1;
  }

  @keyframes pulse-white {
    0% {
      transform: scale(0.95);
      box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    }

    70% {
      transform: scale(1);
      box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
    }

    100% {
      transform: scale(0.95);
      box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
  }

  .cursor .dot .text-drag {
    display: none;
    font-size: 20px;
    line-height: 1.6;
    color: #fff;
    font-family: 'Arial';
    font-weight: 400;
  }

  .active-dot.cursor .dot .text-drag {
    display: inline-block;
  }

  .cursor .dot {
    width: 100%;
    height: 43px;
    text-align: center;
    display: inline-block;
    position: relative;
    top: 0;
    left: 0;
    border-radius: 10px;
    background-color: transparent;
    transform: none;
  }

  .cursor .dot-inner {
    opacity: 0;
    width: 3px;
    height: 3px;
    left: -2px;
    top: 50%;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    transform: translateY(-50%);
  }

  .cursor.active-dot.active .dot-inner {
    display: none;
  }

  .cursor.active-dot .dot-inner {
    opacity: 1;
    left: calc(50% + 4px);
    transform: scale(0);
    -webkit-animation: cursor-dots-drag 1s ease-in-out 0.5s infinite;
    animation: cursor-dots-drag 1s ease-in-out 0.5s infinite;
  }

  .cursor.active-dot .dot-inner:first-child {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
  }

  .cursor.active-dot .dot-inner:nth-child(2) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
  }

  @-webkit-keyframes cursor-dots-drag {
    0% {
      transform: translateX(0);
      transform: scale(0);
    }

    25% {
      transform: scale(1);
    }

    75% {
      transform: translateX(-10px);
      opacity: 1;
    }

    to {
      transform: translateX(-15px);
      opacity: 0;
    }
  }

  @keyframes cursor-dots-drag {
    0% {
      transform: translateX(0);
      transform: scale(0);
    }

    25% {
      transform: scale(1);
    }

    75% {
      transform: translateX(-10px);
      opacity: 1;
    }

    to {
      transform: translateX(-15px);
      opacity: 0;
    }
  }

  @keyframes animName {
    0% {
      transform: rotate(0deg);
    }

    100% {
      transform: rotate(360deg);
    }
  }
}

.postid-3181 .nato-section-space {
  padding: 25px 0px;
}

.postid-3181 .nato-section-space hr {
  margin-bottom: 0px;
}

@media(min-width:1440px) {
  .container {
    max-width: 1320px;
  }
}

@media(min-width:1600px) {
  .container {
    max-width: 1600px;
  }
}

@media(max-width:1599px) {
.article-single-box .update-img img {
    height: 240px;
}
.single .article-single-box .detail-update {
    height: calc(100% - 240px);
}
  .medium-title {
    font-size: 28px;
}
 .banner-inner {   
	    padding-top: 100px;
    padding-bottom: 45px;
}
  .no-results.not-found {
    margin-top: 50px;
    margin-bottom: 60px;
  }

  main ul li,
  main ol li {
    font-size: 18px;
    margin-bottom: 10px;
  }

  h1 {
    font-size: 75px;
  }

  h2,
  .h2 {
    font-size: 42px;
  }

  h3,
  .h3 {
    font-size: 30px;
  }

  h4,
  .h4 {
    font-size: 28px;
  }

  h5,
  .h5 {
    font-size: 22px;
  }

  h6,
  .h6 {
    font-size: 20px;
  }

  p,
  .p,
  strong {
    font-size: 18px;
  }


  .cursor .dot .text-drag {
    font-size: 14px;
    /*line-height: 50px;
       */
    line-height: 40px;
  }

  .cursor.active-dot {
    width: 50px;
    height: 50px;
    /*line-height: 50px;
       */
  }

  .main-title.svg-image::before {
    width: 200px;
    height: 200px;
    top: -70px;
  }

  p {
    margin-bottom: 25px;
  }

  .error-section h3 {
    font-size: 50px;
    margin: 15px 0 40px 0;
  }

  .error-section .h2 {
    font-size: 140px;
  }

  .error-section .svg-border svg {
    width: 590px;
    right: -110px;
  }

  .banner-inner h1 {
    font-size: 38px;
  }

  .banner-inner {
    padding-right: 50px;
  }

  .nato-section-space {
    position: relative;
    padding: 35px 0px;
  }

  .training-edu-list .edu-main-box p {
    font-size: 18px;
    line-height: 28px;
    padding-left: 10px;
  }

  .nato-section-space.bio-graph {
    padding-bottom: 0px !important;
  }
 
  .coming-soon h4.h3 {
  max-width: 680px;
}
}

@media(max-width:1440px) {
.banner-inner:before, .banner-section:before{
    background-size: 35%;
}
  main ul li, main ol li {
    font-size: 16px;
}
  .contacts-nedu-box .contacts-img {
    position: relative;
    overflow: hidden;
    height: 160px;
    width: 100%;
  }

  .nedu-content {
    display: flex;
    align-items: center;
  }

  .banner-inner h1 {
    font-size: 34px;
    line-height: 56px;
  }

  .training-edu-list .edu-main-box {
    padding: 10px;
    align-items: flex-start;
  }

  .bio-graph {
    margin-top: 30px;
    margin-bottom: 15px;
  }

  main .banner-inner {
    margin-bottom: 30px;
  }

  main {
    padding-bottom: 30px;
  }

  h1 {
    font-size: 65px;
  }

  h2,
  .h2 {
    font-size: 38px;
  }

  h3,
  .h3 {
    font-size: 28px;
  }

  h4,
  .h4 {
    font-size: 26px;
  }

  h5,
  .h5 {
    font-size: 20px;
  }

  h6,
  .h6 {
    font-size: 18px;
  }

  p,
  .p,
  strong,
 table td, table th{
    font-size: 16px;
  }

  .PTEC-Announcements .row .ptec-img {
    width: 450px;
  }

  .PTEC-Announcements {
    margin: 20px 0px;
  }
	.main-title h2 br{
		display:none;
	}
}

@media(max-width:1365px) {
.error-section {
  padding-top: 90px;
  padding-bottom: 110px;
}
  .no-results.not-found .btn-nato button {
    font-size: 18px;
  }

  .no-results.not-found input.search-field {
    height: 46px;
    font-size: 18px;
  }

  .btn-nato a,
  .nato-pagination .next .btn-nato .next-arrow,
  .nato-pagination .prev .btn-nato .prev-arrow {
    font-size: 18px;
  }

  p {
    margin-bottom: 20px;
  }

  .main-title.svg-image::before {
    width: 170px;
    height: 170px;
    top: -60px;
  }

  main ul li::before {
    top: -1px;
  }

  .nato-section-space {
    position: relative;
    padding: 35px 0px;
  }
}

@media(max-width:1199px) {
.page-id-5797 #collapse23 .layout.two-col img {
    height: auto;
    max-width: 100%;
    width: 100%;
}
.banner-inner:before, .banner-section:before{
	    background-size: 60%;
}
.normal-title {
     font-size: 22px;
    line-height: 1.4;
}
  .iframe-sec {
    position: relative;
    padding-bottom: 50%;
    height: 0;
  }
  .banner-inner h1 br{
    display: none;
  }
	.education-box-slider .edu-slider-content {
    margin-right: 0px;
}
.page-id-124 .accordion-section.nato-section-space + .accordion-section.nato-section-space .sec-title {
    padding-top: 0px;
}
  .coming-soon h4.h3 {
  padding-top: 20px;
  padding-bottom: 20px;
}

  .postid-3181 .nato-section-space {
    padding: 15px 0px;
  }

  .no-results.not-found {
    margin-top: 40px;
    margin-bottom: 48px;
  }

  .banner-inner {
    padding-right: 0px;
  }

  h1 {
    font-size: 65px;
  }

  h2,
  .h2 {
    font-size: 34px;
  }

  h5,
  .h5 {
    font-size: 19px;
  }

  .error-section .svg-border svg {
    width: 400px;
    right: 0;
  }

  .error-section {
    padding-top: 100px;
    padding-bottom: 120px;
  }

  .error-section h3 {
    font-size: 45px;
  }

  .error-section .h2 {
    font-size: 120px;
    position: relative;
  }

  .nato-section-space {
    position: relative;
    padding: 30px 0px;
  }

  .medium-title {
        font-size: 26px;
    line-height: 1.4;
  }

  .banner-inner h1 {
    font-size: 30px;
    line-height: 46px;
  }

  .training-edu-list .edu-main-box p {
    font-size: 16px;
    line-height: 26px;
    padding-left: 15px;
  }

  /* a{
  word-break: break-word;
   display: inline-block;
} */
  .page-id-1519 .only-desc table {
    width: calc(100% - 30px);
    display: inline-block;
    overflow-x: scroll;
    margin: 15px;
  }

  main .banner-inner {
    margin-bottom: 20px;
  }

  main {
    padding-bottom: 20px;
  }

  .PTEC-Announcements .row .ptec-img {
    width: 350px;
  }

  .PTEC-Announcements .row:last-child .ptec-content {
    margin-bottom: 0px;
  }

  /* .accordion-body iframe,
  .iframe iframe,
  iframe,
  .single-activities iframe {
    min-height: 370px;
  } */

}

@media(max-width:991px) {
img {
    border: none;
   
    object-fit: contain;
    height: auto;
	    max-width: 100%;
}
	.btn-nato a span.prev-arrow:after{
		top: -2px;
		left: -10px;
	}
  
.all-buttons {
    width: 100%;
    margin: 0 auto;
}
.all-buttons .btn-nato {
  position: relative;
  margin: 0 auto;
  width: 185px;
}
.post-password-form {
    margin: 0 auto;
    width: 90%;
    padding: 35px 0px;
}
.main-title{
	padding-right:0px;
}
  .no-results.not-found .btn-nato button span::after {
    font-size: 13px;
    margin-left: 8px;
  }

  .no-results.not-found h1 {
    margin-bottom: .5rem;
  }

  .no-results.not-found .btn-nato button {
    font-size: 17px;
  }

  .no-results.not-found .page-content p {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .no-results.not-found {
    margin-top: 40px;
  }

  .no-results.not-found input.search-field {
    height: 45px;
    font-size: 17px;
  }

  .no-results.not-found {
    padding-left: 15px;
    padding-right: 15px;
  }

  .education-form .btn-nato button span::after {
    font-size: 13px;
    margin-left: 8px;
  }

  .page-id-133 .limg-content-section table {
    margin-bottom: 30px;
    float: unset;
    margin-right: 0px;
  }

  main .banner-inner {
    margin-bottom: 20px;
  }

  main ul li,
  main ol li {
    font-size: 17px;
  }

  h1 {
    font-size: 55px;
  }

  h4,
  .h4 {
    font-size: 24px;
  }

  .btn-nato a span::after,
  .nato-pagination .next .btn-nato .next-arrow span::after,
  .nato-pagination .prev .btn-nato .prev-arrow span::before {
    font-size: 14px;
  }

  .btn-nato a {
    font-size: 17px;
    padding: 9px 15px;
  }

  .nato-pagination .next .btn-nato .next-arrow,
  .nato-pagination .prev .btn-nato .prev-arrow {
    font-size: 17px;
  }

  p,
  .p,
  strong {
    font-size: 17px;
  }

  h2,
  .h2 {
    font-size: 30px;
  }

  h5,
  .h5 {
    font-size: 18px;
  }

  h3,
  .h3 {
    font-size: 26px;
  }

  .medium-title {
    font-size: 28px;
    line-height: 38px;
  }


  .main-title.svg-image::before {
    width: 130px;
    height: 130px;
    top: -50px;
  }

  .banner-inner h1 {
    text-align: center;
    font-size: 34px;
  }

  .error-section h3 {
    font-size: 35px;
    margin: 15px 0 30px 0;
    line-height: 1.3;
  }

  .error-section .svg-border svg {
    width: 400px;
  }

  .error-section {
    padding-top: 80px;
    padding-bottom: 100px;
  }

  .error-section .h2 {
    font-size: 100px;
  }

  .single .limg-content-section,
  .single .photo-gallery-section {
    margin-top: 20px;
  }
  hr {
   margin: 15px 0px;
}
}

@media(max-width:767px) {
  .education-box-slider .owl-theme .item img {
    height: 230px;
}
  .iframe-sec {
    padding-bottom: 45%;
}
  .error-section.coming-soon .h2 {
    font-size: 40px;
}
  .article-single-box .update-img{
    margin-bottom: -40px;
  }
	main a {
    display: inline;
    word-break: break-word;
}
 
  .banner-inner {
       padding-top: 60px;
    padding-bottom: 60px;
  }
  .postid-517 .left-who-image>img,
  .postid-526 .left-who-image>img {
    width: auto;
    float: unset;
    margin: 15px auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .no-results.not-found input.search-field {
    height: 44px;
  }

  .no-results.not-found .btn-nato button {
    font-size: 14px;
  }

  .nato-pagination .next .btn-nato .next-arrow,
  .nato-pagination .prev .btn-nato .prev-arrow {
    padding: 9px 20px;
    font-size: 14px;
  }

  .nato-pagination .pagination .page-item .page-link,
  .nato-pagination .pagination .page-item .page-numbers {
    font-size: 18px;
  }

  .nato-pagination .prev .btn-nato .prev-arrow span::before {
    margin-right: 10px;
  }

  .nato-pagination .next .btn-nato .next-arrow span::after {
    margin-left: 10px;
  }

  .medium-title {
    font-size: 26px;
    line-height: 36px;
  }

  .btn-nato a span.prev-arrow::before {
    margin-right: 10px;
    position: relative;
    top: 1px;
    font-size: 14px;
  }

  main ul li,
  main ol li {
    font-size: 16px;
    margin-bottom: 5px;
  }

  h1 {
    font-size: 36px;
  }

  h4,
  .h4 {
    /*font-size: 16px;*/
    font-size: 18px;
  }

  h2,
  .h2 {
    font-size: 28px;
  }
  h3, .h3 {
    font-size: 22px;
    line-height: 1.3;
}
  p,
  .p,
  strong {
    font-size: 16px;
  }

  .btn-nato a {
    font-size: 14px;
    padding: 9px 25px;
  }

  .svg-border svg {
    width: 360px;
  }

  .main-title.svg-image::before {
    width: 100px;
    height: 100px;
    top: -30px;
  }

  .error-section h3 {
    margin: 10px 0 25px 0;
    font-size: 30px;
  }

  .error-section {
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .article-single-box .detail-update {
    padding: 20px 10px;
  }

  .article-single-box .detail-update p {
    margin-bottom: 10px;
  }

  .banner-inner h1 {
    text-align: center;
    font-size: 30px;
    padding-right: 0px;
    line-height: 38px;
  }

  .training-edu-list {
    grid-template-columns: 1fr;
    margin-bottom: 30px;
  }

  .training-edu-list .edu-main-box:nth-child(even) {
    border-left: 1px solid #B6B7BA;
  }

  .PTEC-Announcements .row .ptec-img {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  
}

@media(max-width:585px) {
	.banner-inner:before, .banner-section:before {
    background-size: 90%;
}
	.article-btn-bottom {
    margin-bottom: 25px;
    padding-top: 30px;
}
	.article-btn-bottom .btn-nato:first-child{
		margin-right:15px;
		margin-left:0px;
	}
	.article-btn-bottom .btn-nato:last-child{
		margin-left:15px;
		margin-right:0px;
	}
	.backToTop{
		    bottom: 95px;
	}
 
.coming-soon h4.h3 {
  font-size: 22px;
}
  .banner-inner {
  padding-top: 155px;
}
  .no-results.not-found .page-content p {
    max-width: 100%;
  }

  .nato-pagination .pagination .page-item .prev.page-numbers,
  .nato-pagination .pagination .page-item .next.page-numbers {
    padding: 0;
  }

  .main-title.svg-image::before {
    left: 0;
  }

  .error-section .h2 {
    font-size: 80px;
  }

  .error-section h3 {
    margin: 10px 0 20px 0;
    font-size: 26px;
  }

  .error-section .svg-border svg {
    width: 300px;
  }

  .error-section {
    padding-top: 50px;
    padding-bottom: 60px;
  }

/* .accordion-body iframe,
  .iframe iframe,
  iframe,
  .single-activities iframe {
    width: 100%;
    min-height: 250px;
    height: 100%;
    object-fit: fill !important;
    object-position: top;
  } */

  .biography-detail .left-header {
    margin-bottom: 10px;
  }
.postid-517 .accordion-section.nato-section-space hr{
		margin:0;
	}
  .buttonlist-section{
    margin-top: 0px;
  }
}

@media(max-width:479px) {
  .page-id-133 .limg-content-section table{
    margin: 10px auto;
  }
.iframe-sec{
    padding-bottom: 80%;
}
.coming-soon h4.h3 {
  font-size: 20px;
}
  h1 {
    font-size: 31px;
  }

  .banner-inner {
       padding-bottom: 40px;
    padding-top: 100px;
  }

  .no-results.not-found .search-form {
    flex-wrap: wrap;
  }

  .no-results.not-found .search-form label {
    width: 100%;
  }

  .no-results.not-found input.search-field {
    height: 44px;
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .no-results.not-found {
    margin-top: 20px;
    margin-bottom: 28px;
  }
	.post-password-form .from-group {
    display: flex;
    align-items: center;
    flex-direction: column;
}
	.post-password-form .from-group input {
    height: 50px;
    width: 100%;
    border: 1px solid rgb(204, 204, 204);
    margin: 20px;
}

}