/*

Theme Name: Avada Child

Description: Child theme for Avada theme

Author: ThemeFusion

Author URI: https://theme-fusion.com

Template: Avada

Version: 1.0.0

Text Domain:  Avada

*/

.eachnewletter h3 {
    font-size: 17px;
    border-bottom: 4px double #ccc;
    padding: 0px 15px;
    padding-bottom: 10px;
    color: red;
    font-weight: 900;
    margin-bottom: 0px;
}
.news-flex-layout .grid {
    display: flex;
    flex-wrap: wrap;
}
.news-flex-layout .grid-item.news-item {
    position: unset !important;
}
.dialog-widget-content {
    background-color: #ffffff !important;
}
a:hover,
a:focus{
    outline: none;
    text-decoration:none;
}

header {
    -webkit-transition: all 0.5s ease;
    -moz-transition: position 10s;
    -ms-transition: position 10s;
    -o-transition: position 10s;
    transition: all 0.5s ease;
    /* position: fixed;
    z-index: 9999;
    left: 0;
    right: 0; */
    background-color: #fff;
}
header.fix {
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
    left: 0;
    animation: smoothScroll 1s forwards;
    box-shadow: 1px -1px 7px #000;
}

@keyframes smoothScroll {

  0% {

    transform: translateY(-40px);

  }

  100% {

    transform: translateY(0px);

  }

}
/**************************** Header **********************************/

.awbaLogo img {
    max-width: 163px;
}
.awba_menu_section {
    display: flex;
    justify-content: space-between;
}
.navibar nav.navbar.navbar-expand-md.navbar-light {
    padding-top: 0;
}
.navibar div#ns-main-menu li.menu-item {
    
    margin-left: 36px;
}
/* .navibar div#ns-main-menu li.menu-item a{
    color:#333;
    font-size: 18px;
} */
.navibar div#ns-main-menu li.menu-item a {
    font-weight: 300;
    letter-spacing: 1px;
    color: #333;
    font-size: 18px;
    padding: 21px 0;
    border-top: 3px solid #000;
}
/* .navigation_banner {
    padding: 32px 0px;
} */

.awbaLogo {
    padding: 31px 0;
}
.navibar .navbar-light .navbar-nav .nav-link.active, .navibar .navbar-light .navbar-nav .show>.nav-link {
    border-color: #1e4382 !important;
    color: #1e4382 !important;
    font-weight: 700 !important;
}
.navibar .navbar-light .navbar-nav .nav-link:hover,
.navibar .navbar-light .navbar-nav .nav-link:focus{
    border-color: #1e4382 !important;
    color: #1e4382 !important;
    font-weight: 700 !important;
}
/* .navibar .dropdown>.dropdown-toggle:active {
    pointer-events: auto;
} */
.navibar div#ns-main-menu li.menu-item:hover ul.dropdown-menu, 
.navibar div#ns-main-menu li.menu-item:focus ul.dropdown-menu {
    display: block !important;
}
.navibar div#ns-main-menu ul.dropdown-menu li.menu-item {
    margin-left: 0;                    
    border-top-color: transparent;
}
.navibar div#ns-main-menu li.menu-item ul.dropdown-menu a, 
.navibar div#ns-main-menu li.menu-item ul.dropdown-menu a {
    padding: 7px 23px;
    border-color:transparent
}
.navibar div#ns-main-menu li.menu-item ul.dropdown-menu a:hover, 
.navibar div#ns-main-menu li.menu-item ul.dropdown-menu a:focus {
    /* padding: 10px 23px; */
    color:#1e4382;
    font-weight: 700;
}

.navibar .dropdown-toggle::after{
    display: none;
}

.navibar div#ns-main-menu li.menu-item ul.dropdown-menu  {
    box-shadow: 1px 1px 30px rgba(0, 0, 0, .06);
    border-top: 3px solid #000;
    border-radius: 0;
    padding:0;
}
.navibar .dropdown-item{
    font-size: 17px;
}
.navibar .dropdown-item.active, 
.navibar .dropdown-item:active{
    background-color: #f8f8f8 !important;
}
/**************************** Newsletter *********************************/
.newletterflex {
	margin-top:40px;
    display: flex;
    flex-wrap: wrap;
}
.d-none{display:none}


tr.table-head th {
    color: #fff;
}
tr.table-head {
    background: #b19057;
}
th.table-bd-line {
    border-right: 1px solid #fff;
}
tr.table-head th {
    vertical-align: middle !important;
}
table.table.table-striped.board-meeting-table tr th {
    padding: 13px 8px;
}
table.table.table-striped.board-meeting-table tbody tr td:nth-child(2) {
    width: 36%;
}
.board-meeting-table-wrap thead{display: none;}
.board-meeting-table-wrap .jet-table__cell-content {
    width: 100%;
/*     justify-content: center; */
}
tbody.jet-table__body tr:nth-child(2) th:nth-child(1) {
    border-left: 1px solid #fff;
}
tbody.jet-table__body tr:nth-child(1) th:nth-child(3) {
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
tbody.jet-table__body tr:nth-child(2) th {
    line-height: 23px;
}
tbody.jet-table__body tr:nth-child(1) th:nth-child(3) .jet-table__cell-inner .jet-table__cell-content {
    justify-content: center;
}
tbody.jet-table__body tr:nth-child(1) th {
    border-left: 1px solid #fff;

}
.page-template-news_template #main .fusion-row {
    max-width: 1920px;
}

.page-template-news_template #main {
    padding-left: 0 !important;
}

.page-template-news_template #main .fusion-row .custom-template-banner {
    width: 1920px;
}
.custom-template-banner {
    height: 450px;
    display: flex;
    align-items: center;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin: 0 auto;
}
.custom-template-banner h1 {
    color: #fff;
}

.eachnewletter {

    margin: 0px 3.1% 5px 0.1%;
}

/* .eachnewletter.post_16473.newsletter_5th-issue {
    display: none;
} */

@media (max-width:992px){
        .aungsi-wrap {
            padding-top: 30px !important;
        }
	}

div#page_wrap.customPage .page_banner {
    height: 689px;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}
div#page_wrap.customPage .page_banner h1 {
    margin-top: 0;
    margin-bottom: 0;
    color: white;
}
#col-count-1 .counter-circle-content span,
#col-count-3 .counter-circle-content span {
    color: #f9d946;
    font-family: 'Nunito';
    font-weight: 400;
    letter-spacing: 0px;
    
}
#col-count-2 .counter-circle-content span,
#col-count-4 .counter-circle-content span{
    color: #204580;
    font-family: 'Nunito';
    font-weight: 400;
    letter-spacing: 0px;
}
.section_title{
    font-size: 60px;
}
.section_tag{
    font-size: 25px;
}
.counter-circle {
    width: 200px;
    position: relative;
    display: block;
    margin: 0 auto;
    background-color: transparent;
    color: #222;
    text-align: center;
}

.counter-circle:after {
    display: block;
    margin: 0 auto;
    padding-bottom: 150px;
    width: 150px;
    height: 0;
    border-radius: 50%;
    
    content: "";
} 
#col-count-1 .counter-circle:after,
#col-count-3 .counter-circle:after {
    background: #204580;
}
#col-count-2 .counter-circle:after,
#col-count-4 .counter-circle:after {
    background: #f9d946;
}
.counter-circle-inner {
    position: absolute;
    top: 31%;
    left: 0;
    right: 0;
    text-align: center;
    line-height: 28px;
}
.col-content center p {
    max-width: 200px;
    color: #7A7A7A;
    font-weight: 400;
}
.section_1 {
    padding: 50px 0 50px;
}
.customPage .section_2 {
    height: 391px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 78%;
    display: flex;
    align-items: center;
}
.section_2 h1 {
    max-width: 750px;
    text-align: center;
    margin: 0 auto;
    line-height: 1.2;
    font-weight: normal;
    color: #000;
}

/* Section 3 */
/* .company_profile p {
    font-size: 20px;
    color: #7a7a7a;
    font-family: 'Roboto';
    font-weight: 400;
}
.company_profile {
    max-width: 650px;
    margin: 50px auto;
}
.company_profile blockquote {
    background: transparent !important;
    border-color: transparent !important;
    position: relative;
    z-index: 999;
    margin: 150px auto 0;
}
.company_profile blockquote:nth-child(odd) {
    width: 199px;
    height: 180px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
    top: -374px;
    z-index: 2;
    left: 100px;
}
.company_profile blockquote:nth-child(even) {
    width: 105px;
    height: 105px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}
.company_profile blockquote:nth-child(odd) h5 {
    font-size:50px;
    margin:0;
    color:#fff;
}
.company_profile blockquote:nth-child(odd) h6{
    font-size: 12px;
    margin:0;
    color:#fff;
}
.company_profile blockquote:nth-child(even) h5{
    font-size:25px;
    margin:0;
}
.company_profile blockquote:nth-child(even) h6{
    font-size: 12px;
    margin:0;
}
.company_profile blockquote:nth-child(even):after {
    position: absolute;
    background-color: #f9d946;
    content: '';
    width: 105px;
    left: 0;
    right: 0;
    height: 105px;
    top: 0;
    border-radius: 100%;
    z-index: -1;
}
.company_profile blockquote:nth-child(odd):after{
    position: absolute;
    background-color: #204580;
    content: '';
    width: 180px;
    left: 0;
    right: 0;
    height: 180px;
    top: 0;
    border-radius: 100%;
    z-index: -1;
} */

.company_profile p {
    font-size: 20px;
    color: #7a7a7a;
    font-family: 'Roboto';
    font-weight: 400;
}
.company_profile {
    width: 650px;
    margin: 50px auto;
}

blockquote.blockquote_wrap {
    display: flex;
    justify-content: center;
    background-color: transparent !important;
    border-color: transparent !important;
    flex-wrap: nowrap;
    margin: 100px 0;
    
}
blockquote.blockquote_col.col_one h5{
    font-size:25px;
    margin:0;
}
blockquote.blockquote_col.col_one h6{
    margin-top:0;
    font-size:12px;
}
blockquote.blockquote_col.col_two h5{
    font-size: 50px;
    margin:0;
    color:#fff;
}
blockquote.blockquote_col.col_two h6{
    margin-top:0;
    font-size: 12px;
    color:#fff;
}
blockquote.blockquote_col.col_one {
    width: 105px;
    height: 105px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 100%;
    border-color: transparent;
    background: #f9d946;
    position: relative;
    left: 74px;
    top: 62px;
    z-index: 9;
}
blockquote.blockquote_col.col_two{
    width: 180px;
    height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 100%;
    border-color: transparent;
    background: #204580;
    align-items: center;
    position: relative;
    left: -33px;
    top: -42px;
}

/* Section 3 */

.mission_box .mvbox div {
    flex-grow: 1;
    flex-basis: 0;
}
.mission_box .mvbox {
    display: flex;
    height: 625px;
    overflow: hidden;
}
.mission_box:nth-child(1) .mvbox {
    background-color: #204580;
}
.mission_box:nth-child(2) .mvbox {
    background-color: #f9d946;
}
.mission_box:nth-child(1) .mvbox .mv_content {
    padding: 160px 30px;
    max-width: 700px;
    margin: 0 auto;
}
.mission_box:nth-child(2) .mvbox .mv_content .content{
     padding: 160px 30px;
     max-width: 700px;
     margin: 0 auto;
}
.mission_box:nth-child(1) .mvbox div:nth-child(2) h2 {
    font-size: 46px !important;
    color: #fff;
}
.mission_box:nth-child(2) .mvbox div:nth-child(1) h2 {
    font-size: 46px !important;
    color: #000;
}
.mission_box:nth-child(2) .mvbox div:nth-child(1) p {
    font-weight: 300;
    font-size: 22px;
    color: #7a7a7a;
}
.mission_box:nth-child(1) .mvbox div:nth-child(2) p{
    color:#fff;
    font-weight: 300;
    font-size: 22px;
}
.section_5 h2 {
    margin: 50px 0 0;
    color: rgb(27, 71, 131);
    font-size: 36px;
    line-height: 1.5;
    text-align: center;
}
#ns_header .fusion-header-wrapper {
     z-index: 999; 
}

.hexa{
  border: 0px;
  float: left;
  text-align: center;
  height: 35px;
  width: 60px;
  font-size: 22px;
  background: #f0f0f0;
  color: #3c3c3c;
  position: relative;
  margin-top: 15px;
}
/* 
.hexa:before{
  content: ""; 
  position: absolute; 
  left: 0; 
  width: 0; 
  height: 0;
  border-bottom: 15px solid #f0f0f0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  top: -15px;
}

.hexa:after{
  content: ""; 
  position: absolute; 
  left: 0; 
  width: 0; 
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 15px solid #f0f0f0;
  bottom: -15px;
} */

.timeline {
  position: relative;
  padding: 0;
  width: 100%;
  margin-top: 20px;
  list-style-type: none;
}

.timeline:before {
  position: absolute;
  left: 50%;
  top: 0;
  content: ' ';
  display: block;
  width: 2px;
  height: 100%;
  margin-left: -1px;
  background: rgb(213,213,213);
  background: -moz-linear-gradient(top, rgba(213,213,213,0) 0%, rgb(213,213,213) 8%, rgb(213,213,213) 92%, rgba(213,213,213,0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,1)), color-stop(100%,rgba(125,185,232,1)));
  background: -webkit-linear-gradient(top, rgba(213,213,213,0) 0%, rgb(213,213,213) 8%, rgb(213,213,213) 92%, rgba(213,213,213,0) 100%);
  background: -o-linear-gradient(top, rgba(213,213,213,0) 0%, rgb(213,213,213) 8%, rgb(213,213,213) 92%, rgba(213,213,213,0) 100%);
  background: -ms-linear-gradient(top, rgba(213,213,213,0) 0%, rgb(213,213,213) 8%, rgb(213,213,213) 92%, rgba(213,213,213,0) 100%);
  background: linear-gradient(to bottom, rgba(213,213,213,0) 0%, rgb(213,213,213) 8%, rgb(213,213,213) 92%, rgba(213,213,213,0) 100%);
  z-index: 0;
}

.timeline li {
  padding: 2em 0;
}

/* .timeline .hexa{
  width: 16px;
  height: 10px;
  position: absolute;

  z-index: 5;
  left: 0;
  right: 0;
  margin-left:auto;
  margin-right:auto;
  top: -30px;
  margin-top: 0;
} */


.timeline .hexa {
    width: 40px;
    height: 40px;
    position: absolute;
    background: #1B4783;
    z-index: 5;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    border-radius: 50%;
    color: #fff;
    line-height: 40px;
    font-size: 16px;
}

.timeline .hexa:before {
  border-bottom: 4px solid #00c4f3;
  border-left-width: 8px;
  border-right-width: 8px;
  top: -4px;
}

.timeline .hexa:after {
  border-left-width: 8px;
  border-right-width: 8px;
  border-top: 4px solid #00c4f3;
  bottom: -4px;
}

.direction.odd,
.direction.even {
  float: none;
  width: 100%;
  text-align: center;
}

.direction.odd:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 16px;
    top: 50%;
    border-left-color: white;
    border-bottom-color: transparent;
    border-top-color: transparent;
    border-right-color: transparent;
}


.flag-wrapper {
  text-align: center;
  position: relative;
}

.flag {
  position: relative;
  display: inline;
  background: rgb(255,255,255);
  font-weight: 600;
  z-index: 15;
  padding: 6px 10px;
  text-align: left;
  border-radius: 5px;
}

.direction.odd .flag:after,
.direction.even .flag:after {
  content: "";
  position: absolute;
  left: 50%;
  top: -15px;
  height: 0;
  width: 0;
  margin-left: -8px;
  border: solid transparent;
  border-bottom-color: rgb(255,255,255);
  border-width: 8px;
  pointer-events: none;
}

.direction.odd .flag {
  -webkit-box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  -moz-box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
}

.direction.even .flag {
  -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  -moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
}

.time-wrapper {
  display: block;
  /* position: relative; */
  margin: 4px 0 0 0;
  z-index: 14;
  line-height: 1em;
  vertical-align: middle;
  color: #fff;
}


.direction.odd .time-wrapper {
  float: none;
  position: absolute;
  left:50px;
  top:14px;
}

.direction.even .time-wrapper {
  float: none;
  position: absolute;
  right:50px;
  top:14px;
}

.time {
  background: transparent;
  display: inline-block;
  padding: 8px;
  color:#1B4783;
}

.desc {
  position: relative;
  /* margin: 1em 0 0 0; */
  padding: 1em;
  background: rgb(254,254,254);
  /* -webkit-box-shadow: 0 0 1px rgba(0,0,0,0.20);
  -moz-box-shadow: 0 0 1px rgba(0,0,0,0.20); */
  /* box-shadow: 0 0 1px rgba(0,0,0,0.20); */
  z-index: 15;
}

.direction.odd .desc,
.direction.even .desc {
  position: relative;
  /* margin: 1em 1em 0 1em; */
  padding: 1em;
  z-index: 15;
}

@media(min-width: 768px){
  .timeline {
    width: 660px;
    margin: 0 auto;
    margin-top: 20px;
  }

  .timeline li:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  
  .timeline .hexa {
    left: -42px;
    right: auto;
    top: 8px;
  }

  .timeline .direction.odd .hexa {
    left: auto;
    right: -42px;
  }

  .direction.odd {
    position: relative;
    width: 310px;
    float: left;
    text-align: right;
  }

  .direction.even {
    position: relative;
    width: 310px;
    float: right;
    text-align: left;
  }

  .flag-wrapper {
    display: inline-block;
  }
  
  .flag {
    font-size: 18px;
  }

  .direction.odd .flag:after {
    left: auto;
    right: -16px;
    top: 50%;
    margin-top: -8px;
    border: solid transparent;
    border-left-color: rgb(254,254,254);
    border-width: 8px;
  }

  .direction.even .flag:after {
    top: 50%;
    margin-top: -8px;
    border: solid transparent;
    border-right-color: rgb(254,254,254);
    border-width: 8px;
    left: -8px;
  }

  .time-wrapper {
    display: inline;
    vertical-align: middle;
    margin: 0;
  }

  .direction.odd .time-wrapper {
    float: left;
  }

  .direction.even .time-wrapper {
    float: right;
  }

  .time {
    padding: 5px 10px;
  }

  /* .direction.even .desc {
    margin: 1em 0 0 0.75em;
  } */
}

@media(min-width: 992px){
  .timeline {
    width: 800px;
    margin: 0 auto;
    margin-top: 20px;
  }

  .direction.odd {
    position: relative;
    width: 380px;
    float: left;
    text-align: right;
  }

  .direction.even {
    position: relative;
    width: 380px;
    float: right;
    text-align: left;
  }
}

.section_6 {
    background-color: #F1F1F1;
    padding-top: 50px;
}
/* .direction {
    background: #fff;
} */
span.time {
    font-family: "Nunito", Sans-serif;
    font-size: 24px;
    font-weight: 700;
}
.direction .desc p {
    text-align: left;
}
.mm_lang_page .fusion-is-sticky .fusion-main-menu>ul>li>a, .fusion-main-menu>ul>li>a {
    font-size: 14px !important;
}
.mm_lang_page .section_title {
    font-size: 16px;
}
.mm_lang_page .section_tag {
    font-size: 19px;
    line-height: 3.5rem;
}
.mm_lang_page .col-content center p {
    color: #000;
}
.mm_lang_page .section_2 h1{
  line-height: 4rem !important;
}

.mm_lang_page .company_profile p{
  color:#000;
}
.mm_lang_page blockquote.blockquote_col.col_two h5 {
    font-size: 36px;
    line-height: 4rem !important;
}
.mm_lang_page blockquote.blockquote_col.col_one h5 {
    font-size: 21px;
    margin: 10px 0;
}
.mm_lang_page .company_profile h4 {
    font-size: 24px;
}
.milestones h2 {
    text-align: center;
    color:#1B4783;
}
/* #ns_header .fusion-meta-info {
        display: none !important;
} */
ul#menu-language-switcher li a{
    display: inline-block;
}
ul#menu-language-switcher {
    padding-left: 0;
    list-style-type: none;
    float: right;
    line-height: normal !important;
    margin-bottom: 0;
}
.current-lang a {
    background-color: #204580;
    color: #ffffff;
    padding: 15px;
}
.top-banner {
    background-color: #e9e9e9;
    padding: 0 50px;
}
.navigation_banner {
    padding: 0 50px;
}
ul#menu-language-switcher li a {
    font-size: 15px;
}
ul#menu-language-switcher li {
    display: inline-block;
    line-height: normal !important;
} 
.direction .timelineImg img {
    width: 100%;
}
header.fix .awbaLogo img {
    max-width: 100%;
}
.animate__animated.direction.odd.animate__fadeInLeftBig {
    --animate-duration: 3s;
}
.animate__animated.direction.even.animate__fadeInRightBig {
    --animate-duration: 3s;
}

@media (max-width:575px){
    div#page_wrap.customPage .page_banner {
        height: 170px;
        background-size: cover;
        background-position: center center;
    }
    .customPage .section_2 {
        background-size: cover;
        height: 161px;
    }
    .xs .mvbox {
        display: block;
        height: auto;
    }
    .xs .timeline:before{display: none;}

}

@media (max-width:768px){
    /* .sm .animate__animated {
        animation: none;
    } */
    .xs .direction .time-wrapper {
        display: inline-block;
        position: static;
    }
    .xs .timeline:before{display: none;}

    .xs .company_profile{
        width: 100%;
    }
    .xs .mission_box {
        padding: 0 20px;
        margin-bottom: 30px;
    }
    .xs .mission_box:nth-child(1) .mvbox .mv_content {
        /* padding: 30px 30px; */
    }
    .xs .mission_box:nth-child(2) .mvbox .mv_content .content{
        padding: 30px 30px;
    }
    .xs header.fix .awbaLogo img {
        max-width: 33%;
    }
    .xs nav.navbar.navbar-expand-md.navbar-light.d-xs-none {
        display: none;
    }
    .xs .counter-circle {
        margin-bottom: 13px;
    }
    .xs .awba_menu_section {
        align-items: center;
    }
    .xs .timeline .hexa {
        position: static;
    }
    .xs .section_2 h1 {
        font-size: 28px !important;
    }
    .xs .flag-wrapper {
        margin-bottom: 20px;
        display: flex;
        flex-flow: column;
    }
    .xs .direction .timelineImg img {
        height: 250px;
        width: auto;
    }
    .xs .mm_lang_page .section_2 h1 {
        font-size: 22px !important;
        line-height: 2rem !important;
        font-weight: 700;
    }
    .xs blockquote.blockquote_col.col_one {
        left: 39px;
        top: 100px;
       
    }
    
}
@media only screen and (max-width: 768px){
   
}
@media (min-width: 0px) {
    #ns_header .container {
        width: fit-content;
    }
}
#ns_header .collapse {
    display: block;
}
   .navibar .navbar-light .navbar-toggler {
        display: none;
    }
@media (max-width:991px) {
    .timeline-item {
        display: flex;
        width: 100%;
    }

    .timeLine_icon:before {
        display: none;
    }

    .dir-even .timeline-content {
        order: 0;
    }

    .dir-even .timeLine_icon {
        order: 0;
    }

    .dir-even .timeline_year {
        order: 0;
    }

    .timeline-item.dir-even {
        left: 0;
    }
}
@media (min-width:991px) and (max-width:1200px){
    .md #mega-menu-wrap-ns-main-menu #mega-menu-ns-main-menu > li.mega-menu-item > a.mega-menu-link{
        padding:3px 0 5px 0;
        font-size: 14px;
    }
    .md .awbaLogo {
        padding: 20px 0;
    }
    .md .navigation_banner {
        padding: 0;
    }
    .md .awba_menu_section > div {
        flex-grow: 1;
        flex-basis: 0;
    }

    .md .awba_menu_section > div.awbaLogo {
        max-width: 13%;
    }

    .md .awba_menu_section > div.awbaLogo img {
        width: 129px;
    }
}
@media(min-width:1200px) and (max-width:1360px){
    .md .timeline-item.dir-even {
        left: 228px;
    }
}
@media(max-width:1560px){
    .md .mission_box:nth-child(1) .mvbox .mv_content {
        padding-left: 50px;
        padding-right: 50px;
    }
}
@media(max-width:1875px){
    .mission_box .mvbox {
        height: auto;
    }
    .mission_box .mvbox img {
        height: 600px;
        width: 100%;
        object-fit: cover;
    }

    .mission_box:nth-child(1) .mvbox .mv_content {
        padding: 0;
    }
    .mission_box .mvbox div {
        display: flex;
        flex-flow: column;
        justify-content: center;
    }
    
}

/* **************** Vertical Css timeline ****************** */

.mileStones h2 {
    text-align: center;
    color:#1B4783;
}
.timeline-item {
    display: flex;
    width: 47%;
    gap: 25px;
    transition: 1s all;
    align-items: center;
    
}

.timeline-content.animate__animated{
     --animate-duration: 4s;
     --animate-delay: 0.9s;
     animation-duration: 4s;
}

.timeline-list {
    display: flex;
    justify-content: center;
    /* margin-bottom: 50px; */
}

.section__6 {
    background-color: #F1F1F1;
    padding-top: 50px;
    padding-bottom: 50px;
}

.timeline-content {
    background-color: #fff;
    width: 55%;
    margin-bottom: 51px;
    position: relative;
   
}
.timeline-item.dir-odd .timeline-content:after {
     content: '';
    position: absolute;
    border-style: solid;
    border-width: 16px;
    top: 50%;
    border-left-color: white;
    border-bottom-color: transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    right: -31px;
}
.timeline-item.dir-even .timeline-content:before {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 16px;
    top: 50%;
    border-left-color: transparent;
    border-bottom-color: transparent;
    border-top-color: transparent;
    border-right-color: white;
    left: -31px;
}
.timeLine_icon {
    position: relative;
    z-index: 99;
    transition: 1s all;
}

.timeLine_icon:before {
    position: absolute;
    content: '';
    border: 1px solid #84abd9;
    height: 1000px;
    left: 19px;
    z-index: -1;
    transition: 1s all;
}

.timeline-item:hover .timeLine_icon:before {
    border-color: #1e4382;
}

.timeLine_icon i.fa {
    background: #1e4382;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
}
.timeline-item.dir-even {position: relative;left: 276px;}

/* .dir-even .timeLine_icon:before {
    border-color: transparent;
} */

.dir-even .timeline-content {
    order: 3;
}



.dir-even .timeLine_icon {
    order: 2;
}

.dir-even .timeline_year {
    order: 1;
}
.timeline_year span {
    font-family: "Nunito", Sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #1e4382;
}

.timeline-list:last-child .timeLine_icon:before {
    border-color: #f1f1f1;
}

.fusion-header {
    height: auto !important;
    padding-left: 71px;
}