.contact_map p {
    margin-bottom: 0px !important;
}

.single-project .page_title {
    display: block;
}

.page-id-996 .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img {
    width: auto;
    height: auto;
    object-fit: contain;
}

.wp-block-group .wp-block-advgb-columns {
    padding: 0px 5%;
}

.popins {
    font-family: 'Poppins', sans-serif;
}

.roboto {
    font-family: 'Roboto', sans-serif;
}

.upper {
    text-transform: uppercase;
}

.regular {
    font-weight: 400;
}

.medium {
    font-weight: 500;
}

.semi {
    font-weight: 600;
}

.bold {
    font-weight: 700;
}

.dflex {
    display: flex;
}

.underline {
    text-decoration: underline;
}

.df {
    display: flex;
}

.dfw {
    display: flex;
    flex-wrap: wrap;
}

.cond {
    font-family: 'Roboto Condensed', sans-serif;
}

.rel {
    position: relative;
}


/*h1 65 to 60
h2 55 to 45
h3 40 to 34
h4 22 to 20

*/

body {
    color: #404141;
    overflow-x: hidden;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

.popover {
    max-width: 900px;
}

.admin-bar .main_header {
    margin-top: 30px;
}

a {
    color: #404141;
}

a:hover {
    color: #404141;
}

a:hover {
    text-decoration: none;
}

p {
    line-height: 22px;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 15px;
}

p a {
    text-decoration: underline;
    color: #203970;
    font-weight: 600;
}

.main_wrapper ul li>a {
    text-decoration: underline;
    color: #203970;
    font-weight: 600;
}

.main_wrapper ul li>a:hover,
p a:hover {
    color: #407CA7;
    text-decoration: underline;
}

.container-fluid {
    padding-left: 40px;
    padding-right: 40px;
}

h1 {
    font-size: 55px;
    font-weight: 700;
    color: #404141;
    font-family: 'Poppins', sans-serif;
}

h2 {
    font-size: 45px;
    font-weight: 700;
    color: #404141;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 15px;
}

h3 {
    font-size: 35px;
    color: #404141;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}

h4 {
    font-size: 19px;
    color: #404141;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}

h5 {
    font-size: 16px;
    color: #404141;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    text-transform: none;
}

h6 {
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: #203970;
    text-transform: uppercase;
}

.container {
    max-width: 1250px;
}

.main_header ul {
    list-style: none;
    padding: 0px;
}

.btn_sm {
    background: #203970;
    color: #fff;
    display: inline-block;
    padding: 12px 25px;
    text-align: center;
    border: 0;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    border-radius: 20px;
}

.btn_sm:hover {
    background: #5DA1D2;
    color: #010101;
}

.main_wrapper select {
    min-height: 50px;
    background-image: url(../img/select-arrow.svg);
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position: top 20px right 12px;
    min-width: 130px;
    background-size: 17px;
    color: #010101;
    font-weight: 500;
    background-color: #fff;
}

.form-control {
    border-radius: 0;
    box-shadow: 0px 0px 3px #00000029;
    border: 1px solid #E2E2E2;
    min-height: 50px;
}

.no-margin {
    margin-left: 0px;
    margin-right: 0px;
}

.main_header {
    position: fixed;
    background: #ECF3F9;
    z-index: 99;
    width: 100%;
    box-shadow: 0px 3px 6px #00000029;
}

.main_header .navbar-collapse {
    flex-direction: column;
}

.main_header .container {
    align-items: flex-start;
}

.top_header_cont {
    margin-left: auto;
    z-index: 9;
}

.navbar {
    padding-bottom: 0px;
    padding-right: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
}

.navbar ul {
    list-style: none;
    padding: 0;
}

.navbar .container-fluid {
    align-items: flex-start;
}

.top_menu {
    display: flex;
    min-height: 50px;
    align-items: center;
    justify-content: flex-end;
}

.top_menu .top_inner_menu {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    padding-right: 30px;
}

.top_menu .top_inner_menu a {
    color: #404141;
    font-size: 15px;
    font-weight: 400;
    padding: 8px 15px;
    display: inline-block;
    position: relative;
}

.top_menu .top_inner_menu a::after {
    content: '';
    position: absolute;
    right: 0px;
    background: #404141;
    width: 1px;
    height: 15px;
    top: 12px;
}

.top_menu .top_inner_menu a:hover {
    color: #203970;
    font-weight: 700;
}

.top_menu .top_inner_menu li:last-child a::after {
    display: none;
}

.social_media {
    display: flex;
}

.social_media ul {
    display: flex;
    margin: 0;
    padding: 0px;
    list-style: none;
}

.social_media ul li {
    margin: 0px 2px;
}

.social_media a {
    padding: 7px 9px;
    display: block;
    width: 33px;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    background-color: #203970;
}

.social_media a img {
    filter: brightness(0) invert(1);
}

.social_media a img {
    max-width: 20px;
    max-height: 18px;
    height: auto !important;
}

.social_media a:hover {
    background: #407CA7;
}

.top_search {
    display: flex;
    position: relative;
    margin-right: 0px;
    margin-left: 40px;
}

.top_search .form-control {
    min-height: 40px;
    padding: 2px 10px;
    border-radius: 0px;
    max-width: 250px;
    height: auto;
}

header .searchbardiv {
    min-width: 250px;
    max-width: 250px;
}

.buttonsearch {
    background: #203970;
    z-index: 99;
    padding: 3px 10px;
    border: 1px solid #203970;
    margin-left: -4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    display: flex;
    align-items: center;
    height: 40px;
}

.buttonsearch img {
    max-width: 18px;
}

.select_language {
    display: flex;
    margin: 0px 2px;
    min-height: 25px;
    position: relative;
    padding-left: 60px;
    position: relative;
}

.select_language::after {
    content: '';
    background-image: url(../img/select-down.svg);
    width: 10px;
    height: 10px;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 8px;
    right: 5px;
    background-size: cover;
}

.select_language select {
    background: none;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(../img/globe.svg) !important;
    background-repeat: no-repeat;
    font-weight: 400;
    font-size: 14px;
    color: #010101 !important;
    background-color: #fff;
    box-shadow: 0px 1px 1px #00000029;
    padding-left: 30px;
    padding-right: 20px;
    height: 25px;
    background-position: top 2px left 2px;
}

.select_language:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 15px;
    background: #A5A5A5;
    right: 25px;
    top: 5px
}

.select_language select option {
    font-size: 16px;
}

.select_language select::-ms-expand {
    display: none;
}

.nav_bottom {
    display: flex;
    margin-top: 8px;
    margin-left: auto;
}

.navbar-nav>li {
    position: relative;
    font-family: 'Poppins', sans-serif;
}

.navbar-nav>li>a {
    font-size: 18px;
    padding: 10px 18px 16px 18px !important;
    font-weight: 700;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 24px;
    color: #404141;
}

.navbar-nav>li:hover>a {
    color: #203970;
}

.navbar-brand {
    display: flex;
    align-items: center;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: #404141;
    position: relative;
    padding: 5px 40px;
    font-size: 17px;
}

.navbar-brand::before {
    background: #fff;
    position: absolute;
    left: 0px;
    width: 100%;
    height: 100%;
    content: '';
    z-index: -9;
    transform: translate(0px, 0px) skew(38deg, 0deg);
}

.navbar-brand img {
    max-width: 130px;
	margin-right: 10px;
}

.navbar-nav>li>.dropdown-menu {
    width: 280px;
    border-radius: 0px;
    padding: 0px;
    text-align: left;
    margin-top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    top: 50px;
    border: 0;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 0;
    text-align: center;
}

.navbar-nav>li>.dropdown-menu>li {
    margin-bottom: 0px;
    position: relative;
}

.navbar-nav>li>.dropdown-menu>li>a {
    color: #404141;
    text-align: left;
    display: block;
    padding: 10px 30px;
}

.navbar-nav>li>.dropdown-menu>li>a:hover {
    background: #ECF3F9;
    color: #010101;
}

@media (min-width:1200px) {
    .navbar-nav>li:hover .dropdown-menu {
        display: block;
        z-index: 9999;
    }
}

.dropdown-menu::before {
    border-bottom: 14px solid rgba(0, 0, 0, 0.2);
    border-left: 12px solid rgba(0, 0, 0, 0);
    border-right: 12px solid rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    left: 50%;
    position: absolute;
    top: -13px;
    transform: translateX(-50%);
}

.dropdown-menu::after {
    border-bottom: 13px solid #FFFFFF;
    border-left: 12px solid rgba(0, 0, 0, 0);
    border-right: 12px solid rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    left: 50%;
    /* position */
    position: absolute;
    top: -12px;
    transform: translateX(-50%);
}

img {
    max-width: 100%;
}

.alert-bar {
    background: #FFF210;
    /*position: fixed;
    top: 115px;*/
    width: 100%;
    z-index: 90;
    border: 0;
    text-align: center;
    padding: 7px 10px;
    border-radius: 0px;
    margin-bottom: 0px;
}

.alert-bar .close {
    position: absolute;
    right: 20px;
    top: 5px;
    opacity: 1;
}

.alert-bar p {
    color: #404141;
    font-weight: 700;
    font-size: 14px;
    margin: 0;
}

.main_banner {
    position: relative;
    display: flex;
    padding-top: 115px;
}

.main_banner .carousel {
    width: 100%;
}

.main_banner .carousel-caption {
    left: 10%;
    top: auto;
    right: 10%;
    bottom: 140px;
    text-align: center;
    max-width: 900px;
    margin: auto;
    padding-bottom: 30px;
}

.main_banner .carousel-caption p {
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    font-weight: normal;
}

.main_banner .carousel-caption h1 {
    color: #fff;
    padding-bottom: 6px;
    text-shadow: 1px 4px 5px #0000007E;
}

.main_banner .carousel-item img {
    height: calc(100vh - 100px);
    width: 100%;
    object-fit: cover;
}

.main_banner .carousel-control-next,
.main_banner .carousel-control-prev {
    width: 45px;
    z-index: 9;
    background: #203970;
    height: 45px;
    border-radius: 100px;
    opacity: 1;
    top: 50%;
    transform: translateY(-50%);
}

.main_banner .carousel-control-next img,
.main_banner .carousel-control-prev img {
    max-width: 15px;
}

.main_banner .carousel-control-next {
    right: 50px;
}

.main_banner .carousel-control-next img {
    transform: rotate(-180deg);
}

.main_banner .carousel-control-prev {
    left: 50px;
    right: auto;
}

.slider_link {
    display: block;
}

.main_banner::after {
    content: '';
    position: absolute;
    bottom: -2px;
    width: 100%;
    height: 140px;
    background-image: url(../img/banner-shape.svg);
    z-index: 9;
}

.gradient_overlay::before {
    content: '';
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 70%;
    background: linear-gradient(180deg, #01010100, #010101);
    z-index: 9;
    opacity: 0.7;
}

.navBlock {
    justify-content: center;
    margin-top: -40px;
    position: relative;
    z-index: 9;
    padding-bottom: 40px;
}

.navBlock .navBlock_col {
    margin-bottom: 0px;
    position: relative;
    padding: 20px 20px;
    text-align: center;
    background-image: radial-gradient(#4483B1, #407CA7, #08304E);
    width: 170px;
    height: 170px;
    border-radius: 100px;
    border: 6px solid rgba(32, 57, 112, 0.5);
    box-shadow: 0px 3px 6px #00000029;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.navBlock .navBlock_col img {
    max-height: 70px;
    width: auto;
}

.navBlock .navBlock_col:hover {
    background: #203970;
}

.navBlock h5 {
    color: #fff;
    text-align: center;
    margin-top: 10px;
    padding-right: 5px;
    padding-left: 5px;
    line-height: 22px;
}

.navcol {
    padding: 0px 15px;
}

.navcol:last-child .navBlock_col::after {
    display: none;
}

.navblock_icon {
    text-align: center;
    margin-top: 15px;
    min-height: 70px;
}

.lightblue {
    background: #ECF3F9;
}

.main-news-cards .slider_area {
    position: relative;
}

.main-news-cards {
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: url(../img/news-background.svg);
}

.titleBlock {
    margin-bottom: 20px;
}

.titleBlock h2 {
    position: relative;
    font-size: 36px;
    text-transform: uppercase;
}

.titleBlock h3 {
    text-align: center;
}

.slider_area .item {
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #EDEEEF;
}

.mt-img-wrap {
    background: #fff;
    min-height: 420px;
    position: relative;
}

.mt-img-wrap:hover {
    border-color: #5DA1D2;
    outline: 1px solid #5DA1D2;
}

.no-img.mt-img-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.text_mt_block {
    padding: 20px;
    padding-top: 30px;
    padding-bottom: 40px;
    min-height: 380px;
}

.text_mt_block h4 {
    padding-bottom: 3px;
}

.text_mt_block h6 {
    margin-bottom: 20px;
}

.text_mt_block .read_more {
    color: #203970;
    font-weight: 700;
    text-decoration: underline;
    position: absolute;
    bottom: 25px;
}

.text_mt_block .read_more:hover {
    color: #407CA7;
}

.mt_card_col {
    padding: 0px 5px;
    margin-bottom: 10px;
}

.catg_wrap {
    position: absolute;
    top: 0px;
    left: 0px;
    background: #203970;
    color: #fff;
    min-width: 180px;
    padding: 5px 10px;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    z-index: 2;
}

.img_mt_block img {
    width: 100%;
}

.nav-custom button {
    width: 22px;
    height: 22px;
    border-radius: 100px;
    background: #203970;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    position: absolute;
    top: 50%;
    left: -40px;
}

.nav-custom button img {
    max-width: 8px;
}

.nav-custom button.owl-next {
    left: auto;
    right: -40px;
}

.nav-custom button.owl-next img {
    transform: rotate(180deg);
}

.topt-title h3 {
    color: #2C2722;
    text-align: center;
}

.doc_block_mt {
    color: #1B7EC3;
    font-weight: bold;
    margin-right: 20px;
}

.doc_block_mt img {
    margin-right: 6px;
}

.sm-gutters>.col,
.sm-gutters>[class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}

.latstNews {
    padding-right: 15px;
}

.NewsMettings {
    background-image: url(../img/gradient-bg.png);
    padding-top: 150px;
    padding-bottom: 80px;
    margin-top: -100px;
    position: relative;
    background-size: contain;
}

.NewsMettings .allBtn {
    margin-top: 30px;
}

.NewsMettings .titleBlock {
    margin-bottom: 60px;
}

.NewsMettings .shape_top {
    position: absolute;
    top: 0;
}

.NewsMettings::before {
    content: '';
    background: rgba(227, 242, 253, 0.7);
    position: absolute;
    left: 0px;
    width: 100%;
    height: 100%;
    top: 0px;
}

.mt_img_col {
    padding-left: 6px;
    padding-right: 6px;
    margin-bottom: 12px;
}

.meetingBox {
    display: flex;
    background: #fff;
    position: relative;
    box-shadow: 0px 3px 6px #00000029;
}

.meetingBox .timedate {
    background: #203970;
    min-width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 28px;
    flex-direction: column;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    line-height: 30px;
}

.meetingBoxblock {
    margin-bottom: 10px;
}

.meeting-panel-info {
    display: none;
    padding-top: 5px;
}

.meetingInfo {
    padding: 10px;
}

.meetingInfo h4 {
    margin-bottom: 5px;
}

.meetingInfo p {
    margin: 0;
}

.meetingBox::after {
    content: '';
    background-image: url(../img/circle-arrow-down.svg);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    right: 10px;
    background-size: 20px;
}

.meetingBox.active::after {
    top: auto;
    bottom: 20px;
    transform: rotate(-180deg);
}

.footer {
    padding: 30px 0px 8px 0px;
    color: #fff;
    background: #203970;
    position: relative;
    padding-top: 50px;
}

.footer .foot_media {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    margin-top: auto;
}

.footer .foot_media ul {
    list-style: none;
    padding: 0px;
    display: flex;
}

.footer .foot_media ul li {
    margin: 0px 3px;
}

.footer .foot_media ul li a {
    width: 33px;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 100px;
}

.footer .foot_media ul li a img {
    max-width: 20px;
    max-height: 23px;
}

.footer .foot_media ul li a span {
    width: 30px;
    height: 30px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    margin-right: 10px;
}

.footer .foot_media ul li a:hover {
    background: none;
}

.footer .foot_media ul li a:hover img {
    filter: brightness(0) invert(1);
}

.foot_logo a {
    color: #fff;
    font-size: 26px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}

.foot_add {
    padding-left: 70px;
}

.foot_center {
    text-align: center;
    padding-top: 30px;
}

.foot_left {
    display: flex;
}

.foot_bottom {
    text-align: center;
    font-size: 14px;
}

.foot_bottom p {
    font-weight: 400;
}

.footer_shape {
    position: absolute;
    top: -50px;
    z-index: 9;
    left: -10px;
    width: calc(100% + 25px);
}

.foot_col:last-child {
    display: flex;
    justify-content: flex-end;
}

.main_wrapper>section {
    padding: 80px 0px;
}

.main_wrapper {
    padding-top: 160px;
	    padding-bottom: 50px;
}

.error404 .main_wrapper {
    padding-top: 115px;
}

.main_wrapper p {
    margin-bottom: 20px;
}

.main_breadcrumb {
    background: none;
}

.main_breadcrumb .breadcrumb {
    background: none;
    margin: 0px;
    padding-left: 10px;
    padding-right: 30px;
    font-size: 14px;
    text-transform: uppercase;
    padding-top: 6px;
    padding-bottom: 6px;
    align-items: center;
}

.main_breadcrumb .breadcrumb a {
    color: #203970;
    font-weight: 600;
}

.main_breadcrumb .breadcrumb li.active {
    color: #203970;
    font-weight: 600;
}

.main_breadcrumb .breadcrumb img {
    vertical-align: unset;
}

.main_breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    content: "";
    background: url(../img/Down_Small.svg);
    background-repeat: no-repeat;
    margin-top: 5px;
    margin-right: 4px;
}

.page_title {
    padding-top: 30px;
    margin-bottom: 50px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    text-align: center;
}

.page_title h1 {
    color: #404141;
}

.gray,
.lightblue {
    background-color: #ECF3F9;
}

.link_text {
    color: #203970;
    font-weight: 700;
    font-size: 15px;
}

.link_text img {
    margin-left: 3px;
    transform: rotate(180deg);
}

.generic_middle_block {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 60px;
    padding-top: 60px;
}

.generic_middle_block .date {
    color: #203970;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
}

.doc_block {
    display: block;
    color: #203970;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    text-decoration: underline;
}

.doc_block img {
    margin-right: 8px;
    max-width: 18px;
}

.doc_block strong {
    font-size: 16px;
    color: #203970;
    margin-right: 10px;
}

.doc_block:hover {
    color: #407CA7;
    text-decoration: underline;
}

.button_block {
    display: flex;
}

.topTitle {
    text-align: center;
    margin-bottom: 50px;
}

.img_button_row {
    justify-content: center;
}

.img_btn_col {
    padding: 0px 3px;
    margin-bottom: 8px;
}

.img_block {
    position: relative;
}

.img_block .img_block_title {
    padding: 10px;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.62));
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.img_block .img_block_title h5 {
    font-size: 20px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    text-shadow: 1px 1px 1px #0000008B;
    padding-bottom: 10px;
    font-weight: 600;
}

.img_block .img_block_title:hover {
    background: rgba(32, 57, 112, .75)
}

.img_block img {
    width: 100%;
}

.text-img-wrap {
    box-shadow: 0px 3px 6px #00000036;
    background: #fff;
    height: 100%;
    min-height: 400px;
    border: 1px solid transparent;
}

.text-img-wrap:hover {
    border-color: #5DA1D2;
    outline: 1px solid #5DA1D2;
}

.text-img-wrap.no-img {
    display: flex;
    //align-items: center;
}

.text-img-wrap.no-img .btn_sm {
    position: absolute;
    bottom: 20px;
}

.news_slider.main-news-cards {
    background: #fff;
}

.img_text_card_col {
    padding: 0px 6px;
    margin-bottom: 15px;
    max-width: 100% !important;
}

.text_card_block {
    padding: 25px 25px 50px 25px;
    background: #fff;
}

.text_card_block p {
    color: #404141;
}

.nav-custom-card button {
    width: 22px;
    height: 22px;
    border-radius: 100px;
    background: #203970;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    position: absolute;
    top: 50%;
    left: -40px;
}

.nav-custom-card button img {
    max-width: 8px;
}

.nav-custom-card button.owl-next {
    left: auto;
    right: -40px;
}

.nav-custom-card button.owl-next img {
    transform: rotate(180deg);
}

.img-card-slider {
    position: relative;
}

.right_info_cont {
    background: #F4F4F4;
    box-shadow: 0px 0px 1px #00000029;
    padding: 25px 30px;
    margin-bottom: 10px;
}

.right_info_cont .btn_primary {
    display: inline-block;
}

.form_fill {
    background: #4E453B;
}

.generic_form {
    max-width: 300px;
    margin: 0px auto;
    padding: 10px 30px;
}

.generic_form .form-group label {
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    font-weight: 300;
}

.generic_form .form-control {
    background: #fff;
    border-radius: 0px;
    min-height: 50px;
    box-shadow: 0px 0px 6px #00000029;
    border: 1px solid #BABABA;
}

.generic_form .form-check-label {
    color: #fff;
}

.generic_form .btn_blue {
    margin-left: auto;
    margin-right: auto;
    display: table;
    padding: 15px 30px;
    width: 150px;
    margin-top: 20px;
    border: 0px;
    box-shadow: 0;
}

.generic_form h4 {
    color: #fff;
    text-align: left;
}

.generic_form p {
    text-align: left;
    color: #fff;
}

.owl-general {
    position: relative;
    margin: 0px auto;
}

.owl-general .owl-stage {
    display: flex;
}

.owl-general .owl-stage .owl-item {
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
}

.owl-general .owl-stage .item {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.owl-general .owl-carousel .owl-item img {
    width: auto;
    margin-left: auto;
    margin-right: auto;
}

.owl-general .owl-nav button {
    width: 45px;
    height: 45px;
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    background: #203970;
    border-radius: 100px;
}

.owl-general .owl-nav button img {
    max-width: 13px;
}

.owl-general .owl-nav .owl-next {
    right: 15px;
}

.owl-general .owl-nav .owl-next img {
    transform: rotate(180deg);
}

.owl-general .owl-nav .owl-prev {
    left: 15px;
}

.owl-general .owl-stage-outer {
    margin: auto;
    overflow: hidden;
}

.owl-general .owl-carousel .owl-dot {
    width: 32px;
    height: 1px;
    border-radius: 0;
    margin: 0px 3px;
    background: #4E453B;
}

.owl-general .owl-carousel .owl-dots {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
    display: none;
}

.owl-general .owl-carousel .owl-dot.active {
    background: #4E453B;
    height: 3px;
}

.howto h2 {
    color: #010101;
}

.how_row {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 30px;
}

.how_row h6 {
    margin-bottom: 0px;
}

.how_row .number {
    width: 50px;
    height: 50px;
    border-radius: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 50px;
    min-height: 50px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 35px;
    background: #203970;
    color: #fff;
    font-weight: 700;
    font-size: 26px;
    font-family: 'Poppins', sans-serif;
}

.how_to_cont {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.how_title {
    margin-bottom: 5px;
    color: #010101;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
}

.simple_list_col {
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 16px;
}

.simple_list_col a {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 85px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    font-weight: 400;
    padding: 10px;
    background: #203970;
    border-radius: 20px;
}

.simple_list_col a:hover {
    background: #5DA1D2;
    color: #010101;
    font-weight: 600;
}

.expanding-grid {
    position: relative;
}

.expand_box {
    box-shadow: 0px 0px 3px #00000029;
    border: 2px solid #D9D9D9;
}

.expand_box:hover {
    border-color: #5DA1D2;
}

.expand_det {
    text-align: center;
    padding: 20px;
    background: #fff;
    position: relative;
}

.expand_det h6 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #404141;
    text-transform: capitalize;
}

.expand_det h6 span {
    display: block;
    font-size: 16px;
    color: #404141;
    margin-top: 2px;
    text-transform: capitalize;
    font-weight: 500;
}

.expanding-grid .links {
    display: block;
    overflow: hidden;
    padding: 1em 0;
    margin: 0px -2px;
}

.expanding-grid .links>li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding: 0px 5px;
    width: 25%;
    list-style: none;
    margin-bottom: 16px;
}

.expand_img img {
    width: 100%;
}

.expanding-grid .links>li:nth-of-type(4n+1) {}

.expanding-grid .spacer {
    clear: both;
    display: block;
    margin-bottom: 0px;
}

.expanding-grid .expanding-container {
    clear: both;
    display: none;
    overflow: hidden;
    width: 100%;
    margin-top: -20px;
    border: 1px solid #D9D9D9;
    box-shadow: 0px 0px 3px #00000029;
    background: #fff;
}

.expanding-grid .expanding-container.expanded,
.expanding-grid .expanding-container:target {
    display: block;
}

.expanding-grid .close-button {
    background: url(../img/cancel.png);
    color: #fff;
    display: inline-block;
    height: 25px;
    line-height: 1;
    overflow: hidden;
    text-decoration: none;
    text-indent: 5em;
    white-space: nowrap;
    width: 25px;
    will-change: opacity;
    z-index: 5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-top: 20px;
    margin-right: 20px;
    visibility: hidden;
}

.expanding-grid .close-button.active {
    -webkit-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.expanding-grid .close-button:hover {
    opacity: 0.5;
}

.expand-content {
    padding: 50px 50px 30px 70px;
    margin: auto;
    max-width: 1000px;
    background: #fff;
}

.expanding-grid .links>li .active .plus-minus_icon {
    transform: rotate(180deg);
}

.expanding-grid .links>li .active .expand_det {
    border-top: 0px;
    padding-bottom: 30px;
}

.expanding-grid .links>li .active .expand_det::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 5px;
    background: #fff;
    bottom: 1px;
    left: 0px;
    z-index: 9;
}

#conference-timeline {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

#conference-timeline .conference-center-line {
    position: absolute;
    width: 3px;
    height: calc(100% - 250px);
    top: 120px;
    left: 50%;
    margin-left: -2px;
    background: #4E453B;
    z-index: 0;
}

.timeline-article {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    margin: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.timeline-article .content-left-container,
.timeline-article .content-right-container {
    max-width: 50%;
    width: 100%;
}

.timeline-article .content-left,
.timeline-article .content-right {
    position: relative;
    width: auto;
}

.timeline-article p span.article-number {
    position: absolute;
    font-weight: 300;
    font-size: 44px;
    top: 10px;
    left: -60px;
    color: #00b0bd;
}

.timeline-article .content-left-container {
    float: left;
    padding-right: 0px;
}

.timeline-article .content-right-container {
    float: right;
    margin-left: auto;
    padding-left: 0px;
}

.timeline-article .circle_yw {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin-left: -21px;
    color: #fff;
    border-radius: 100%;
    background: #fff;
    border: 5px solid #4E453B;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.timeline-article .image_year_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.image_year_row .section_year {
    margin-left: 20px;
    color: #000;
    min-width: 120px;
    text-align: center;
    font-size: 35px;
    font-weight: 700;
}

.timeline-article .content-left p {
    margin-left: auto;
}

.timeline-article .content-left {
    text-align: right;
}

.timeline-article .content-right {
    text-align: left;
}

.timeline-article .content-right .section_year {
    margin-left: 20px;
    margin-right: 0px;
}

.timeline-article .circle_yw {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.timeline-article .circle_yw:after {
    content: '';
    background: #fff;
    width: 32px;
    height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 100%;
}

.timeline-level-two .circle_yw::after {
    background: #CC2961;
    width: 29px;
    height: 29px;
}

.timeline-level-two.inner_img_left .timeline-inner-left img {
    max-width: 400px;
    margin-right: 100px;
    height: auto;
}

.timeline-level-two.inner_img .timeline-inner-left {
    position: relative;
}

.timeline-level-two.inner_img_left .timeline-inner-left:after {
    content: '';
    width: 120px;
    height: 3px;
    background: #002554;
    position: absolute;
    right: 0;
    top: 50%;
    z-index: -1;
    transform: translateY(-50%);
}

.inner_img_left .timeline-inner-left {
    text-align: left;
    position: relative;
    padding-right: 130px;
    z-index: 9;
}

.conference-timeline-content {
    max-width: 1200px;
    margin: auto;
}

.timeline-wrap {
    position: relative;
}

.timeline-row {
    width: 100%;
}

.timeline-level-one {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.odd.timeline-article .content-right-container {
    padding-left: 40px;
}

.even.timeline-article .content-left-container {
    padding-right: 40px;
}

.timeline-inner-left,
.timeline-inner-right {
    max-width: 50%;
    width: 100%;
}

.timeline-level-two {
    width: 100%;
    height: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 50px;
    margin-top: 50px;
}

.timeline-inner-left {
    text-align: right;
    padding-right: 40px;
}

.timeline-inner-right {
    text-align: left;
    padding-left: 40px;
    position: relative;
    z-index: 9;
}

.img_left .image_year_row .section_year {
    /*  position: absolute;
          right: 0px;*/
}

.img_right .image_year_row .section_year {
    /* position: absolute;
          left: 0px;*/
}

.section_img {
    max-width: 500px;
}

.img_right .section_img {
    margin-left: auto;
}

.inner_img_right .timeline-inner-right {
    text-align: right;
}

.inner_img_right .timeline-inner-right img {
    max-width: 400px;
    height: auto;
}

.timeline-level-two .circle_yw {
    border-color: #CC2961;
    width: 30px;
    height: 30px;
    margin-left: -15px;
    z-index: 9;
    display: none;
}

.timeline-article:last-child .circle_yw::after {
    content: "";
    background: #9B8578;
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 100%;
}

.contact_cards h3 {
    color: #010101;
}

.contact_col {
    padding: 0px 6px;
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.cont_inner {
    padding: 20px 30px;
}

.cont_inner h4 {
    margin-bottom: 0;
    color: #010101;
}

.contact_box {
    background: #fff;
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #D9D9D9;
}

.contact_box p {
    margin-bottom: 5px;
}

.contact_box:hover {
    border-color: #5DA1D2;
    outline: 1px solid #5DA1D2;
}

.tel_em_fax {
    margin-top: 15px;
}

.tel_em_fax strong {
    color: #010101;
    font-weight: 600;
}

.tel_em_fax a {
    color: #203970;
    font-weight: 600;
    text-decoration: underline;
}

.tel_em_fax p {
    margin-bottom: 0px;
}

.maintitle {
    margin-bottom: 50px;
}

.main-service {
    background: #203970;
    padding: 60px 0px 80px 0px;
}

.main-service h2 {
    color: #fff;
    text-align: center;
}

.icon_buttons_row {
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
}

.button_ico_box {
    text-align: center;
    padding: 20px 15px;
    background: #716558;
}

.button_ico_box img {
    max-width: 100px;
    height: auto;
}

.button_ico_box h5 {
    text-transform: uppercase;
    color: #fff;
    margin: 0px;
}

.button_ico_box .img_icon {
    margin-bottom: 15px;
}

.button_ico_box:hover {
    background: #006738;
}

.button_ico_col {
    padding: 0px 8px;
    margin-bottom: 16px;
    max-width: 225px;
}

.allBtn {
    text-align: center;
    margin-top: 35px;
}

.middle_wrap {
    position: relative;
}

.sidebar_info {
    box-shadow: 0px 3px 6px #00000029;
    padding: 40px 25px;
    max-width: 300px;
}

.sidebar_info h4 {
    border-bottom: 2px solid #716558;
    padding-bottom: 3px;
    margin-bottom: 15px;
}

.sidebar_info a {
    color: #006738;
}

.meeting-wraper {
    padding-top: 50px;
    padding-bottom: 100px;
}

.meeting-wraper .container {
    max-width: 1140px;
}

label.title {
    font-size: 14px;
    color: #010101;
}

.newsArea {
    padding-top: 0px;
    padding-bottom: 80px;
}

.newsArea .container {
    max-width: 1050px;
}

.newsRow .newsColumn {
    width: 33.3%;
    padding: 0px 7px;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
}

.newsRow .newsColumn h4 {
    margin-bottom: 10px;
    width: 100%;
}

.news_content {
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #EDEEEF;
    height: 100%;
    background: #fff;
    position: relative;
}

.news_content:hover {
    border-color: #5DA1D2;
    outline: 1px solid #5DA1D2;
}

.newsRow .newscolLg {
    width: 100%;
    margin-bottom: 30px;
}

.news_category {
    background: #203970;
    font-weight: 600;
    color: #fff;
    padding: 4px 15px;
    min-width: 180px;
    text-align: center;
    position: absolute;
    letter-spacing: 0.48px;
}

.newsBody {
    padding: 30px 30px;
    flex-direction: column;
    padding: 30px 30px;
    display: flex;
}

.newsBody .link {
    color: #203970;
    font-weight: 600;
    text-decoration: underline;
}

.newsbody_inner h6 {
    margin-bottom: 20px;
}

.newsbody_inner a.link {
    color: #203970;
    text-decoration: underline;
    font-weight: 700;
}

.newsbody_inner .btn_sm {
    padding: 5px 25px;
    font-size: 14px;
}

.horizontalCard {
    background-color: #fff;
}

.horizontalCard .newsimg img {
   /* min-height: 330px;*/
}

.horizontalCard .newsbody_inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-grow: 1;
}

.horizontalCard .newsbody_inner .news_category {
    position: absolute;
    top: 0;
    left: 0;
    text-align: left;
    padding-left: 30px;
}

.horizontalCard .newsBody {
    height: 100%;
    display: flex;
    justify-content: center;
    position: relative;
}

.newsSearchEra {
    padding-top: 50px;
    padding-bottom: 120px;
    background: #ECF3F9;
}

.newsSearchEra .container {
    max-width: 1200px;
}

.guide_wrap,
.board_wraper,
.event_wraper {
    padding-bottom: 120px;
}

.search_filter_title .search_box {
    max-width: 450px;
    margin-bottom: 15px;
}

.search_filter_title .filter_box {
    margin-right: 6px;
    width: 130px;
}

.search_filter_title .filter_box.col-one {
    width: 50%;
    margin-right: 30px;
}

.search_filter_title .filter_box.col-three .reset {
    text-align: right;
}

.newsSort {
    max-width: 200px;
    margin-left: auto;
    width: 200px;
    margin-right: 20px;
}

.news_list_info .news_lst_row {
    box-shadow: 0px 3px 6px #00000029;
    margin-bottom: 20px;
    background: #fff;
}

.news_list_info .news_lst_row .newsbody_inner {}

.news_list_info .news_lst_row:hover {
    outline: 2px solid #5DA1D2;
}

.news_grid_info {
    display: none;
}

.news_list_info .news_lst_row .news_category {
    width: auto;
    min-width: 180px;
    text-align: center;
    display: inline-block;
    position: static;
}

.reset a {
    color: #203970;
    font-size: 14px;
    font-weight: 500;
}

.news_list_info .news_lst_row .newsBody {
    align-items: flex-start;
    height: calc(100% - 30px);
}

.news_list_info .news_lst_row.noimg .newsinfo {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.news_list_info .news_lst_row.noimg .newsbody_inner {
    padding-left: 40px;
}

.newsInRow {
    margin-bottom: 50px;
}

.newsimg img {
    width: 100%;
}

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

.list_grid_view_news a {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.list_grid_view_news a img {
    min-width: 30px;
}

.list_grid_view_news a.active img,
.list_grid_view_evt a.active img {
    filter: brightness(0) saturate(100%) invert(16%) sepia(68%) saturate(1671%) hue-rotate(205deg) brightness(89%) contrast(89%);
}

.nsRight {
    padding-top: 35px;
    display: flex;
    align-items: flex-end;
    margin-bottom: 25px;
}

.top-title {
    margin-bottom: 30px;
}

.newsColumn.no-img .newsinfo {
    height: 100%;
}

.newsColumn.no-img .newsBody {
    height: 100%;
    display: flex;
    padding-top: 50px;
}

.signup-alerts {
    background: #5DA1D2;
    padding: 30px 0px;
}

.signup-alerts h4 {
    color: #010101;
}

.signup-alerts p {
    color: #010101;
}

.generic_form-news {
    max-width: 700px;
    margin: auto;
}

.generic_form-news form {
    display: flex;
}

.generic_form-news .gform_footer .gform_button {
    min-width: 140px;
    padding: 8px 20px;
    border-radius: 10px;
    margin-top: 0px;
    margin-left: 20px;
}

.generic_form-news .gform_body {
    width: 100%;
}

.generic_form-news .form-control {
    border-radius: 4px;
    min-height: 40px;
}

.generic_form-news .gform_wrapper.gravity-theme .gform_footer {
    margin: 0px 0 0;
    padding: 2px 0;
}

.news_cat_top {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.news_cat_top .share_info {
    margin-right: 10px;
    margin-top: 10px;
    position: absolute;
    right: 0;
}

.newsRow {
    margin-left: -7px;
    margin-right: -7px;
}

.search_box {
    margin-bottom: 15px;
    max-width: 350px;
}

.search_box .input-group {
    box-shadow: 0px 0px 3px #00000029;
    border: 1px solid #E2E2E2;
}

.search_box .form-control {
    border: 0;
    box-shadow: none;
}

.search_box .btn {
    background: #203970;
    border-radius: 0px;
}

.search_box .btn img {
    max-width: 30px;
}

.main-nav-tabs {
    max-width: 1000px;
    margin: auto;
}

.main-nav-tabs li {
    flex-grow: 1;
}

.main-nav-tabs li a {
    font-size: 16px;
    color: #404141 !important;
    font-weight: 500;
    border: 0 !important;
    border-radius: 0px !important;
    background: #ECF3F9;
    padding: 20px 30px;
    text-align: center;
    text-decoration: none !important;
}

.main-nav-tabs li a.active {
    background: #5DA1D2 !important;
    color: #010101 !important;
    font-weight: 700;
}

.tab_title_wraper {
    margin-left: calc(-100vw / 2 + 1250px / 2);
    margin-right: calc(-100vw / 2 + 1250px / 2);
    border-bottom: 10px solid #5DA1D2;
}

.center-content {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.tab-inner-content {
    padding-top: 60px;
}

.board_wraper .expanding-grid {
    padding-top: 100px;
    padding-bottom: 150px;
}

.month-year-col {
    display: flex;
}

.month-year-wrap select {
    margin-right: 6px;
    min-width: 200px;
}

.catg-wrap {
    flex-grow: 1;
    padding-left: 20px;
}

.filterWrap-meet {
    margin-bottom: 40px;
}

select.year_col {
    min-width: 140px;
    max-width: 140px;
}

.back_next_posts {
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
}

.back_next_posts a {
    font-weight: 500;
}

.title-row {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.title-row h4 {
    color: #010101;
}

.main_acco_title {
    box-shadow: 0px 0px 3px #00000029;
    border: 1px solid #E2E2E2;
    display: flex;
    min-height: 80px;
    align-items: center;
    position: relative;
    cursor: pointer;
}

.main_acco_title:hover {
    outline: 2px solid #5DA1D2;
}

.main_acco_title .accosign {
    position: absolute;
    right: 20px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main_acco_title.active .accosign {
    transform: rotate(180deg);
}

.main_acco_title .date_meet {
    background: #203970;
    min-width: 170px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    flex-direction: column;
    min-height: 80px;
    color: #fff;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
}

.main_acco_title .date_meet span {
    font-size: 16px;
    font-weight: 700;
}

.acco_panel {
    display: none;
    padding: 30px;
}

.acco_panel h4 {
    color: #010101;
}

.acco_panel h6 span {
    font-size: 16px;
}

.acco_panel p a {
    color: #0060A9;
    text-decoration: underline;
    font-weight: 700;
}

.acco_title_info {
    padding-left: 30px;
}

.acco_title_info p {
    margin-bottom: 0px;
    font-weight: 400;
}

.acco_title_info h4 {
    margin-bottom: 3px;
    color: #010101;
}

.accordion_block {
    margin-bottom: 10px;
}

.cancel-button {
    background: #B11111;
    color: #fff;
    width: 200px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    min-height: auto;
    margin-left: auto;
    margin-right: 10%;
    text-align: center;
    align-self: flex-start;
    padding: 5px 10px;
}

.meeting_content {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.search-filter-wraper {
    display: grid;
    max-width: 1000px;
    margin: auto;
    margin-bottom: 60px;
}

.search-filter-wraper .search_box {
    max-width: 100%;
}

.wb_card_info {
    box-shadow: 0px 3px 6px #00000029;
    height: 100%;
}

.wb_card_info:hover {
    outline: 2px solid #5DA1D2;
}

.wb_card_info.no-img {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.wb_card_content {
    padding: 15px 30px;
}

.wb_card_content h5 {
    font-weight: 400;
}

.wb_col {
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 20px;
}

.wb_card_row {
    margin-bottom: 40px;
}

.evt_search {
    display: grid;
    grid-template-columns: 1fr 2.8fr 1.5fr 100px;
    grid-column-gap: 20px;
    max-width: 11000px;
    margin: auto;
}

.evt_search .m-yfilter {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 8px;
}

.evt_search .m-yfilter label {
    grid-column: 1/3;
}

.evt_search .search_box {
    max-width: 100%;
    margin-top: 30px;
    margin-bottom: 0px;
}

.evt_search .evt-sort-box {
    margin-top: 30px;
}

.evt_search .list_grid_view_evt {
    margin-top: 30px;
    display: flex;
    align-items: center;
    padding-left: 20px;
}

.evt_search .list_grid_view_evt a {
    margin-right: 20px;
}

.evt_search .list_grid_view_evt a.calIcon {
    margin-right: 0px;
}

.evt_filter {
    max-width: 360px;
    margin: 20px auto;
}

.past-up-next {
    display: flex;
    justify-content: space-between;
    margin-top: 70px;
}

.past-up-next h4 {
    margin: 0px;
    color: #010101;
    position: relative;
    top: -20px;
}

.event_wraper .container {
    max-width: 1050px;
}

.exp_evt_row {
    margin: 0px;
}

.expanding-gridevt {
    position: relative;
    width: 100%;
}

.expanding-gridevt .linksevt {
    overflow: hidden;
    padding: 1em 0;
    margin: 0px -5px;
}

.expanding-gridevt .linksevt>li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding: 0px 5px;
    width: 33.3%;
    list-style: none;
    margin-bottom: 10px;
}

.expanding-gridevt .event_box {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #fff;
    position: relative;
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #EDEEEF;
}

.expanding-gridevt .event_box:hover {
    border-color: #5DA1D2;
    outline: 1px solid #5DA1D2;
}

.event_det {
    padding: 25px 25px;
    padding-bottom: 20px;
    position: relative;
}

.event_det p {
    color: #404141;
}

.event_det h6 {
    font-size: 17px;
    margin-bottom: 15px;
}

.expanding-gridevt .spacer {
    clear: both;
    display: block;
    margin-bottom: 0px;
}

.expanding-gridevt .expanding-containerevt {
    clear: both;
    display: none;
    overflow: hidden;
    width: 100%;
    background: #fff;
    box-shadow: 0px 3px 6px #00000029;
    margin-top: -10px;
}

.expanding-gridevt .expanding-container.expandedevt,
.expanding-gridevt .expanding-container:target {
    /*! display:block */
}

.expanding-gridevt .close-button {
    background: url(../img/cancel.png);
    color: #fff;
    display: inline-block;
    height: 25px;
    line-height: 1;
    overflow: hidden;
    text-decoration: none;
    text-indent: 5em;
    white-space: nowrap;
    width: 25px;
    will-change: opacity;
    z-index: 5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-top: 20px;
    margin-right: 20px;
    visibility: hidden;
}

.expanding-gridevt .close-button.active {
    -webkit-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.expanding-gridevt .close-button:hover {
    opacity: 0.5;
}

.expand-contentevt {
    padding: 50px 50px;
}

.exp_left {
    width: 30%;
    border-right: 2px solid #5DA1D2;
}

.exp_right h6 {
    margin-bottom: 20px;
}

.exp_left a {
    color: #203970;
    font-weight: 700;
    text-decoration: underline;
}

.exp_right {
    width: 70%;
    padding-left: 50px;
}

.calendar-info {
    display: none;
}

.map_area .searchFilterBlock {
    padding: 80px 30px;
}

.map_area .searchFilterBlock .search_box {
    max-width: 100%;
}

.map_area .col-re {
    padding: 0px;
}

.pro_cards {
    padding-top: 60px;
    padding-bottom: 120px;
}

.pagination {
    padding-top: 60px;
    width: 100%;
}

.main_card {
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #EDEEEF;
    height: 100%;
}

.main_card:hover {
    border-color: #5DA1D2;
    outline: 1px solid #5DA1D2;
}

.main_card.no-img {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.card_content {
    padding: 20px 25px;
}

.card_content h4 {
    border-bottom: 1px solid #5DA1D2;
    padding-bottom: 12px;
    margin-bottom: 12px;
}

.card_content>a {
    color: #203970;
    font-weight: 700;
    text-decoration: underline;
}

.main_card_col {
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 20px;
}

.alert-proj {
    background: #FFF210;
    max-width: 1000px;
    margin: auto;
}

.alert-proj .close {
    position: absolute;
    right: 0px;
    top: 20px;
    opacity: 1;
}

.alert-proj .alert-content {
    max-width: 1000px;
    margin: auto;
    padding: 20px 15px;
    position: relative;
}

.alert-proj .alert-content h4 {
    margin-bottom: 15px;
    text-transform: uppercase;
}

.proj_row {
    padding-top: 40px;
}

.pro_facts {
    background: #ECF3F9;
    padding: 40px;
}

.pro_facts h4 {
    color: #010101;
    margin-bottom: 15px;
}

.pro_facts ul {
    padding-left: 20px;
}

.pro_facts ul li {
    font-size: 15px;
    margin-bottom: 10px;
}

.steps {
    display: flex;
    list-style: none;
}

.steps li {
    margin-left: -10px;
}

.steps .stp_info {
    background-image: url(../img/phase.svg);
    min-width: 165px;
    height: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #404141;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none !important;
}

.steps li.complete .stp_info {
    background-image: url(../img/complete.svg);
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
}

.steps li.progres .stp_info {
    background-image: url(../img/progress.svg);
    color: #010101;
    text-transform: uppercase;
    font-size: 15px;
}

.steps li.upcoming .stp_info {
    background-image: url(../img/upcoming.svg);
    color: #010101;
    text-transform: uppercase;
    font-size: 15px;
}

.pro_status {
    padding-top: 50px;
}

.pro_status h4 {
    margin-bottom: 30px;
}

.status-txt {
    text-align: center;
    font-size: 14px;
}

.pro_det_tabs {
    padding-top: 80px;
}

.pro-tab-content {
    max-width: 1050px;
    margin: auto;
}

.pro-tab-content h4 {
    margin-bottom: 30px;
}

.Proj_detail {
    padding-bottom: 120px;
}

.fact_status {
    padding-top: 30px;
    padding-bottom: 60px;
}

.main_search_content {
    display: flex;
    justify-content: center;
}

.main_search_content .search_box {
    max-width: 100%;
}

.main_search_content .form-control {
    min-width: 400px;
}

.main_search_content h4 {
    margin-right: 15px;
    margin-bottom: 0px;
    margin-top: 15px;
    color: #010101;
}

.main_search_content .btn {
    background: #203970;
    border-radius: 0;
    width: 50px;
    border: 1px solid #203970;
    position: absolute;
    right: 0;
    height: 50px;
    z-index: 9;
}

.resultmain {
    padding: 50px 0px 40px 0px;
}

.resultmain .main_search {
    margin-bottom: 50px;
}

.result_row {
    background: #fff;
    margin-bottom: 8px;
    box-shadow: 0px 0px 3px #00000029;
    border: 1px solid #D9D9D9;
}

.result_row .rsltBody {
    padding: 30px 60px 20px 60px;
}

.resull_filter {
    padding: 10px 0px 120px 0px;
    width: 100%;
}

.filter_block {
    margin-top: 90px;
}

.filter_block .form-group {
    margin-bottom: 12px;
}

.rslt_txt {
    max-width: 1000px;
    margin: auto;
}

.sort_boxResult {
    margin-left: auto;
    margin-bottom: 20px;
}

.sort_boxResult select {
    min-width: 210px;
}

.filterBlocks {
    padding-left: 5px;
}

.re_category {
    background: #203970;
    text-align: left;
    color: #fff;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 16px;
    font-weight: 300;
    margin-left: 50px;
    padding-left: 50px;
    padding-right: 50px;
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    min-width: 210px;
    text-align: center;
    text-transform: capitalize;
}

.acc__panel {
    display: none;
    padding: 10px 60px 20px 60px;
}

.acc__title {
    position: relative;
    padding: 17px 30px;
}

.acc__title h4 {
    margin: 0px;
}

.acc__title .acco_sign {
    position: absolute;
    right: 0px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    transform: translateY(-50%);
}

.acc__title .acco_sign img {
    max-width: 30px;
}

.acc__title.active .acco_sign {
    transform: rotate(180deg);
    margin-top: -15px;
}

.acc__card {
    background: #fff;
    margin-bottom: 12px;
    box-shadow: 0px 0px 3px #00000029;
    border: 1px solid #E2E2E2;
}

.acc__card:hover {
    border-color: #5DA1D2;
    outline: 1px solid #5DA1D2;
}

.title-sort {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.title-sort h4 {
    margin: 0px;
}

.cont_left {
    padding: 0px;
}

.cont_right {
    padding: 0px;
}

.contactRow {
    background: #ECF3F9;
}

.contact_wrap .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
}

.map_info_detail {
    padding: 50px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.map_info_detail h3 {
    margin-bottom: 30px;
}

.ct_bottom_row .col_left {
    background: #5DA1D2;
    padding: 60px 60px;
}

.ct_bottom_row .col_left form {
    max-width: 350px;
    margin: 0 auto;
}

.ct_bottom_row .col_left h4 {
    color: #010101;
    margin-bottom: 25px;
}

.contact_dp_details {
    padding: 50px 60px;
}

.contact_dp_details .acc__title {
    padding: 10px 25px;
}

.contact_dp_details .acc__panel {
    padding: 0px 25px 20px 25px;
}

.contact_dp_details h3 {
    margin-bottom: 20px;
}

.acc__title p {
    margin-bottom: 0px;
    font-size: 14px;
}

.acc__title h5 {
    margin-bottom: 0px;
}

.contact_wrap {
    padding-bottom: 120px;
}

.no-found-wraper {
    background-image: url(../img/gradient-bg.png);
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
}

.no-found-wraper::before {
    content: '';
    background: rgba(227, 242, 253, 0.58);
    position: absolute;
    left: 0px;
    width: 100%;
    height: 100%;
    top: 0px;
}

.no-found-info {
    position: relative;
    z-index: 9;
    text-align: center;
    max-width: 680px;
    margin: auto;
    margin-bottom: 40px;
}

.no-found-info .larger-text {
    font-size: 250px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    line-height: 250px;
}

.no-found-info h1 {
    font-size: 50px;
    margin-bottom: 50px;
}

.no-found-info h3 {
    margin-bottom: 40px;
}

.no-found-info .search_box {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}

.cr_top_row {
    background: #5DA1D2;
}

.job_form h4 {
    color: #010101;
    margin-bottom: 25px;
}

.job_form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    max-width: 360px;
    margin: auto;
}

.acc_sm_main .acc__title {
    padding: 10px 25px;
}

.acc_sm_main h3 {
    margin-bottom: 20px;
}

.career_bototm_info {
    padding-top: 40px;
}

.career_bototm_info .acc__panel {
    padding: 10px 40px 20px 40px;
}

.acc__panel p a {
    color: #203970;
    font-weight: 700;
    text-decoration: underline;
}

.career_wrap {
    padding-bottom: 120px;
}

.sidebox {
    background: #ECF3F9;
    padding: 30px 30px;
    padding-bottom: 60px;
}

.sidebox h4 {
    color: #010101;
}

.cr_bottom_row .right_col {
    padding-left: 60px;
}

.cr_bottom_row .right_col .document_era {
    padding: 20px 30px;
}

.side_button {
    margin-top: 30px;
}

#ajaxsearchpro1_1 .probox,
#ajaxsearchpro1_2 .probox,
div.asp_m.asp_m_1 .probox,
div.asp_m.asp_m_1 .probox .proinput input.orig {
    height: 40px !important;
    overflow: visible;
}

div.asp_m.asp_m_1 {
    box-shadow: 0px 3px 6px #00000029 !important;
    border: 1px solid #EAE8E8 !important;
    overflow: visible !important;
}

div.asp_m.asp_m_1 .probox {
    border: 0 !important;
}

.probox .promagnifier {
    background: #203970 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px !important;
    height: 41px !important;
    margin-right: -2px !important;
}

.rsltBody h5 {
    margin-bottom: 12px;
    font-size: 18px;
}

.filter_block select {
    color: #404141;
}

.acf-map {
    width: 100%;
    height: 500px;
    border: #ccc solid 1px;
}


/*Fixes potential theme css conflict.*/

.gm-style .gm-style-iw-d {
    max-height: none !important;
    overflow: hidden !important;
}

.wp-block-group {
    padding-top: 80px;
    padding-bottom: 80px;
}

.aligncenter .row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.wp-block-group.alignfull {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.img_button_row.three .img_btn_col,
.img_text_card_row.three .img_text_card_col,
.simple_list_info .row.three .simple_list_col,
.contactcard_row.three .contact_col {
    -ms-flex: 0 0 33.3%;
    flex: 0 0 33.3%;
    max-width: 33.3%;
}

.img_button_row.four .img_btn_col,
.img_text_card_row.four .img_text_card_col,
.simple_list_info .row.four .simple_list_col,
.contactcard_row.four .contact_col {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.img_button_row.two .img_btn_col,
.img_text_card_row.two .img_text_card_col,
.simple_list_info .row.two .simple_list_col,
.contactcard_row.two .contact_col {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.expanding-grid.four .links>li {
    width: 25%;
}

.expanding-grid.two .links>li {
    width: 50%;
}

.expanding-grid.three .links>li {
    width: 33.3%;
}

.advgb-tabs-wrapper .advgb-tab-body-wrapper div.advgb-tab-body {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
}

.advgb-tab-body-wrapper div.advgb-tab-body>*, .advgb-tab-body-wrapper {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.advgb-tab-body-wrapper div.advgb-tab-body>div,
.advgb-tab-body-wrapper div.advgb-tab-body>section {
    max-width: 100%;
}

.advgb-tab-body-wrapper div.advgb-tab-body .wp-block-advgb-accordions {
    max-width: 1000px
}

.gform_legacy_markup_wrapper .description,
.gform_legacy_markup_wrapper .gfield_description,
.gform_legacy_markup_wrapper .gsection_description,
.gform_legacy_markup_wrapper .instruction {
    font-size: 16px !important;
}

.gform_legacy_markup_wrapper .gfield_checkbox li label,
.gform_legacy_markup_wrapper .gfield_radio li label {
    font-size: 16px !important;
}

.advgb-accordion-header {
    background: #fff !important;
    padding: 8px 20px !important;
    border-color: #D9D9D9 !important;
}

.advgb-accordion-header:hover {
    border-color: #5DA1D2 !important;
    outline: 1px solid #5DA1D2;
}

.advgb-accordion-header .advgb-accordion-header-title {
    color: #404141 !important;
    font-size: 18px !important;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}

.wp-block-advgb-accordion-item {
    margin-bottom: 8px !important;
}

.advgb-accordion-header-icon svg {
    display: none;
}

.advgb-accordion-header-icon {
    margin-right: 0px !important;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: 20px;
    margin-top: 7px;
    background-image: url(../img/circle-arrow-down.svg);
}

.ui-accordion-header-icon,
.advgb-accordion-header-icon {
    display: block !important
}

.advgb-accordion-body {
    background: #fff !important;
    border-color: #D9D9D9 !important;
}

.advgb-accordion-header[aria-expanded="true"] .advgb-accordion-header-icon {
    transform: rotate(180deg);
}

ul.advgb-tabs-panel {
    display: flex;
    justify-content: center;
    border-bottom: 0 !important;
    border-bottom: 10px solid #5DA1D2 !important;
}

ul.advgb-tabs-panel li.advgb-tab {
    border-radius: 0 !important;
    background: #ECF3F9 !important;
    color: #404141 !important;
    font-weight: 500;
    min-width: 220px;
    min-height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0px !important;
    border: 0 !important;
    margin-right: 0px !important;
    border-bottom: 0 !important;
}

ul.advgb-tabs-panel li.advgb-tab a {
    color: #404141 !important;
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
}

.main_wrapper .wp-block-advgb-adv-tabs ul.advgb-tabs-panel .advgb-tab.advgb-tab-active {
    background: #5DA1D2 !important;
    position: relative
}

.main_wrapper .wp-block-advgb-adv-tabs ul.advgb-tabs-panel .advgb-tab.advgb-tab-active a {
    color: #010101 !important;
    font-weight: 600;
}

ul.advgb-tabs-panel li.advgb-tab:hover {
    background: #203970 !important;
    color: #fff !important;
}

ul.advgb-tabs-panel li.advgb-tab:hover a {
    color: #fff !important;
}

.has-text-field #wp-link .query-results {
    top: 280px !important;
}

.gform_wrapper input:focus,
.gform_wrapper select:focus,
.gform_wrapper textarea:focus {
    border: 1px solid #203970 !important;
    outline: 0 !important;
}

.wp-block-image.alignfull {
    width: 100vw;
    margin-left: 0;
    margin-right: 0;
    max-width: 100vw;
}

.main-owl-slider+h2 {
    margin-top: 30px
}

.halfHeight>img {
    height: 70vh;
    object-fit: cover;
}

.quartHeight>img {
    height: 40vh;
    object-fit: cover;
}

.maxHeight>img {
    height: 100vh;
    object-fit: cover;
}

.wp-block-group>*,
.wp-block-group>.document_era,
.wp-block-group>.wp-block-advgb-accordions,
.wp-block-group>.gform_legacy_markup_wrapper,
.wp-block-group>.wp-block-image,
.wp-block-group .wp-block-quote {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.wp-block-group>section,
.wp-block-group>.wp-block-advgb-adv-tabs,
.wp-block-group>.wp-block-media-text,
.wp-block-group>.wp-block-group,
.wp-block-group>.wp-block-columns,
.wp-block-group .wp-block-advgb-columns {
    max-width: 100%;
}

.wp-block-group>.wp-block-table {
    margin-left: auto;
    margin-right: auto;
}

.advgb-tab-body-wrapper {
    border-radius: 0px !important;
    border: 0 !important;
}

.wp-admin .media {
    display: inline-block;
}

.wp-block-buttons {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.main_wrapper .wp-block-buttons>.wp-block-button {
    margin-right: 10px;
}

.main_wrapper .wp-block-buttons .wp-block-button:last-child {
    margin-right: 0px;
}

.main_content>.wp-block-advgb-accordions:nth-last-child(-n+2) {
    padding-bottom: 60px;
}

.advgb-tabs-wrapper.advgb-tab-horz-desktop+p,
.advgb-tabs-wrapper.advgb-tab-horz-desktop+h2,
.advgb-tabs-wrapper.advgb-tab-horz-desktop+h3,
.advgb-tabs-wrapper.advgb-tab-horz-desktop+h4,
.advgb-tabs-wrapper.advgb-tab-horz-desktop+ul,
.advgb-tabs-wrapper.advgb-tab-horz-desktop+ol {
    padding-top: 40px;
}

.main_content>* .wp-block-embed {
    margin-left: auto;
    margin-right: auto;
}

.main_content>* {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.main_content>.wp-block-quote,
.main_content>.wp-block-image {
    margin-left: auto;
    margin-right: auto;
}

.main_content>p:first-of-type:first-child,
.main_content>h2:first-of-type:first-child,
.main_content>h3:first-of-type:first-child,
.main_content>h4:first-of-type:first-child,
.main_content>h5:first-of-type:first-child,
.main_content>h1:first-of-type:first-child,
.main_content>ul:first-of-type:first-child,
.main_content>ol:first-of-type:first-child {
    padding-top: 40px;
}

.main_content>p:last-of-type:last-child,
.main_content>h2:last-of-type:last-child,
.main_content>h3:last-of-type:last-child,
.main_content>h4:last-of-type:last-child,
.main_content>h5:last-of-type:last-child,
.main_content>h1:last-of-type:last-child,
.main_content>ul:last-of-type:last-child,
.main_content>ol:last-of-type:last-child {
    padding-bottom: 40px;
}

.main_content>.wp-block-advgb-columns,
.main_content>.wp-block-group,
.main_content>.wp-block-media-text,
.main_content>.wp-block-columns,
.main_content>.advgb-tabs-wrapper {
    max-width: 100%;
}

.main_content>section {
    max-width: 100%;
}

.main_content>.wp-block-columns {
    max-width: 100%;
}

p.date {
    color: #203970;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
}

.wp-block-media-text {
    padding-top: 50px;
    padding-left: 50px;
    padding-bottom: 50px;
    padding-right: 50px;
}

.wp-block-media-text__content h2,
.wp-block-media-text__content h3 {
    color: #010101;
    margin-bottom: 30px;
}

.wp-block-media-text__content .wp-block-buttons {
    margin-top: 40px;
}

.wp-block-button__link {
    background: #203970 !important;
    color: #fff !important;
    display: inline-block !important;
    padding: 12px 30px !important;
    text-align: center !important;
    border: 0;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    border-radius: 20px !important;
    font-size: 16px !important;
}

.wp-block-button__link:hover {
    background: #5DA1D2 !important;
    color: #010101 !important;
}

.wp-block-group>h3,
.wp-block-group>h2 {
    margin-bottom: 50px;
}

.wp-block-group>.news_slider.main-news-cards {
    padding-top: 0px;
    padding-bottom: 0px;
}

.wp-block-advgb-accordions {
    max-width: 900px !important;
}

.advgb-tabs-wrapper.advgb-tab-vert-desktop ul.advgb-tabs-panel li.advgb-tab {
    border-bottom: 4px solid #5DA1D2 !important;
}

.padding-less {
    padding-top: 0;
    padding-bottom: 50px;
}

.wp-block-group.padding-less>h3,
.wp-block-group.padding-less>h2 {
    margin-bottom: 5px;
}

.media-text-block {
    padding-top: 0px;
    padding-bottom: 0px;
}

.cont_img img {
    width: 100%;
}

.wp-block-group>.contact_cards {
    padding-bottom: 50px;
}

.howto_wrap>h3,
.contact_cards_wrap>h3 {
    color: #010101;
}

figure.wp-block-gallery.has-nested-images {
    margin-bottom: 40px;
}

.wp-block-group>ul li,
.wp-block-group>ol li {
    margin-bottom: 8px;
    ;
}

.wp-block-group>.document_era {
    padding-top: 25px;
}

.searchFilterBlock label,
.searchFilterBlock label.title {
    font-weight: 500;
    color: #010101;
    font-size: 14px;
}

.gm-style .gm-style-iw-c {
    max-width: 400px !important;
    border-radius: 0px !important;
    padding: 15px 20px;
}

.txt-map-block {
    padding-top: 15px;
    padding-bottom: 10px;
}

.txt-map-block h4 {
    border-bottom: 1px solid #5DA1D2;
    padding-bottom: 8px;
}

.txt-map-block .learn_more {
    color: #203970;
    font-weight: 600;
    text-decoration: underline;
    font-size: 15px;
}

.filter_block label.title,
.sort_boxResult label.title {
    font-weight: 600;
}

.contact_dp_details .acc__main {
    max-width: 650px;
}

.contact_form .row {
    margin-left: 0px;
    margin-right: 0px;
}

.ct_bottom_row .col_left select {
    color: #404141;
    min-height: 40px;
    border: 0px;
    background-position: top 17px right 12px;
    background-size: 12px;
    border-radius: 4px;
    background-color: #fff;
}

.ct_bottom_row .col_left .gform_wrapper.gravity-theme .gfield input.large,
.ct_bottom_row .col_left .gform_wrapper.gravity-theme .gfield textarea {
    background-color: #fff;
    border: 0px;
    border-radius: 4px;
}

.gform_footer .gform_button {
    background: #203970;
    color: #fff;
    display: inline-block;
    padding: 12px 25px;
    text-align: center;
    border: 0;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    border-radius: 10px;
    min-width: 150px;
    text-align: center;
}

.gform_footer .gform_button:hover {}

.ct_bottom_row .col_left .gform_wrapper.gravity-theme .gform_footer {
    justify-content: center;
    /*contact page*/
}

.wp-pagenavi {
    display: flex;
    align-items: center;
    justify-content: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
    border: 0;
    color: #404141;
    font-weight: 500;
    position: relative;
    font-size: 16px;
    text-transform: uppercase;
    margin: 0px 5px;
}

.wp-pagenavi span.current {
    font-weight: bold;
    color: #404141;
}

.wp-pagenavi .previouspostslink {
    transform: rotate(180deg);
}

.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
    color: #fff;
    background-color: #203970;
    width: 23px;
    height: 23px;
    display: inline-block;
    text-indent: -9999px;
    position: relative;
    background-image: url(../img/angle-right-white.svg);
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 100px;
    background-size: 7px;
}

.wp-pagenavi {
    justify-content: center;
    width: 100%;
}

.wp-pagenavi span.pages,
.wp-pagenavi .extend,
.wp-pagenavi .last,
.wp-pagenavi .first {
    display: none;
}

.resull_filter .wp-pagenavi {
    margin-top: 50px;
}

.newsbody_inner {
    width: 100%;
    height: 100%;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.no-img .newsbody_inner a.link {
    position: absolute;
    bottom: 30px;
}

.wp-block-media-text__content p,
.wp-block-media-text__content h4 {
    max-width: 500px;
}

.text_card_block .doc_block {
    display: flex;
}

.page-id-646 .wp-container-10.wp-block-group {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.newsSearchEra h3 {
    color: #010101;
}

.addeventatc .addeventatc_icon {
    background-image: url(../img/calendar-plus.svg) !important;
    background-repeat: no-repeat !important;
    left: 0px !important;
}

.addeventatc.addtocal {
    background: none !important;
    border: 0 !important;
    box-shadow: none !important;
    color: #203970 !important;
    font-weight: bold !important;
    font-family: 'Roboto', sans-serif;
    text-decoration: underline !important;
    padding-left: 25px !important;
    z-index: 0;
}

.text-img-wrap .btn_sm {
    padding-top: 8px;
    padding-bottom: 8px;
}

.general_carousel .carousel-item img {
    width: 100%;
}

.general_carousel {
    margin-bottom: 40px;
}

.probox .proinput input.orig::-webkit-input-placeholder {
    color: #404141 !important;
    opacity: 0.7 !important;
    font-size: 14px !important;
    font-weight: 600 !important;
}

.probox .proinput input.orig:-moz-placeholder {
    color: #404141 !important;
    opacity: 0.7 !important;
    font-size: 14px !important;
    font-weight: 600 !important;
}

.probox .proinput input.orig::-moz-placeholder {
    color: #404141 !important;
    opacity: 0.7 !important;
    font-size: 14px !important;
    font-weight: 600 !important;
}

.probox .proinput input.orig:-ms-input-placeholder {
    color: #404141 !important;
    opacity: 0.7 !important;
    font-size: 14px !important;
    font-weight: 600 !important;
}

.search_filter_title .form-control::-webkit-input-placeholder {
    color: #010101 !important;
    opacity: 1 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
}

.search_filter_title .form-control:-moz-placeholder {
    color: #010101 !important;
    opacity: 1 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
}

.search_filter_title .form-control::-moz-placeholder {
    color: #010101 !important;
    opacity: 1 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
}

.search_filter_title .form-control:-ms-input-placeholder {
    color: #010101 !important;
    opacity: 1 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
}

.search_filter_title .search_box .form-control {
    color: #010101 !important;
    opacity: 1 !important;
    font-size: 16px !important;
    font-weight: 500 !important
}

.contact_form .gform_wrapper.gravity-theme .gform_fields {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
}

.contact_form .gform_footer .gform_button {
    border-radius: 10px;
    margin-top: 10px;
}

.job_form .large {
    height: 40px;
    background-color: #fff;
    border: 0;
    min-height: 40px;
    background-position: top 16px right 12px;
    color: #404141;
}

.job_form .gform_footer {
    justify-content: center;
}

.job_form .large::-webkit-input-placeholder,
.job_form .small::-webkit-input-placeholder {
    color: #404141 !important;
    opacity: 1 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
}

.job_form .large:-moz-placeholder,
.job_form .small:-moz-placeholder {
    color: #404141 !important;
    opacity: 1 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
}

.job_form .large::-moz-placeholder,
.job_form .small::-moz-placeholder {
    color: #404141 !important;
    opacity: 1 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
}

.job_form .large:-ms-input-placeholder,
.job_form .small:-ms-input-placeholder {
    color: #404141 !important;
    opacity: 1 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
}

.job_form .large,
.job_form .small {
    color: #404141 !important;
    opacity: 1 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
}

.filterBlock .reset {
    padding-top: 13px;
}

.search-filter-wraper .reset {
    padding-top: 8px;
}

.m-yfilter select {
    margin-right: 10px;
}

.m-yfilter .form-control:last-child {
    margin-right: 0px;
}

.evt_filter .reset {
    padding-top: 10px;
}

.expanding-gridevt .linksevt>li .active .event_det::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 5px;
    background: #fff;
    bottom: -1px;
    left: 0px;
    z-index: 9;
}

.fc-day-header {
    background: #203970;
    color: #fff;
    padding: 5px !important;
}

.fc-basic-view .fc-day-number,
.fc-basic-view .fc-week-number {
    color: #010101;
    font-weight: 600;
    font-size: 18px;
    margin-right: 5px;
}

.fc-event,
.fc-event-dot {
    background: none;
    border: 0;
    color: #010101 !important;
    font-weight: normal;
    font-size: 14px;
}

.fc-day.fc-other-month {
    background: #F7F7F7;
}

.fc-day-top.fc-other-month {
    opacity: 1;
}

.bs-popover-top {
    box-shadow: 1px 3px 6px #00000029;
    border: 1px solid #E2E2E2;
}

.event-popup-content p {
    color: #404141;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 30px;
}

.popover-body .exp_right p:empty {
    display: none;
}

.fc-toolbar .fc-left,
.fc-toolbar .fc-right {
    position: relative;
    top: 30px;
    display: flex;
    align-items: center;
}

.fc-toolbar .fc-button {
    background: none;
    padding: 0;
    border: 0;
    margin: 0px !important;
}

.fc-toolbar strong {
    font-weight: 500;
    margin-left: 0 !important;
    display: none;
}

.fc-icon-left-single-arrow::after {
    content: "< Prev Month";
    font-weight: 500;
    font-size: 16px;
    top: auto;
    font-family: 'Roboto', sans-serif;
}

.fc-icon-right-single-arrow::after {
    content: "Next Month > ";
    font-weight: 500;
    font-size: 16px;
    top: auto;
    font-family: 'Roboto', sans-serif;
}

.steps li.filled-empty .stp_info {
    background-image: url(../img/phase.svg) !important;
}

.pro_cards .card_img img {
    height: 290px;
    object-fit: cover;
}

.proj_det_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 500px;
}

.proj_det_img {
    height: 100%;
}

.dropdown-item {
    white-space: normal;
}

ul.mega-submenu {}

.news-detail-wraper {
    min-height: 300px;
    padding-bottom: 60px;
}

.searchFilterBlock .search_box .btn img {
    width: 27px;
}

.alert-content p {
    color: #404141;
}

.Proj_detail .advgb-tab-body-wrapper div.advgb-tab-body>*,
.Proj_detail .document_era {
    max-width: 1050px;
}

.Proj_detail div.advgb-tab-body {
    padding-top: 50px;
}

.Proj_detail .main-tabs {
    padding-top: 30px;
}

.main_content {
    padding-bottom: 80px;
}

.mob_search {
    position: absolute;
    right: 70px;
    top: 20px
}

.main_content h3+.button_list {
    padding-top: 20px;
}

.wp-block-group>a {
    display: block;
}

.page-id-944 .expand_det h6 {
    min-height: 83px;
}

.wp-block-media-text.sm-padding {
    padding-top: 20px;
    padding-left: 10px;
}

.wp-block-gallery.has-nested-images figure.wp-block-image {
    float: left !important;
    margin-bottom: 20px !important;
}

.aligncenter .wp-block-embed__wrapper {
    /* display: table; */ /* Commented out because youtube embedded videos were not displaying. */
    margin-left: auto;
    margin-right: auto;
}

.no-img .mt-img-wrap {
    padding-bottom: 25px;
}

.main-news-cards .titleBlock {
    margin-bottom: 30px;
}

.map_wrap .gm-style-iw-d .img_card_block {
    display: none;
}

.video_section>p {
    margin: 0px;
    line-height: 0;
}

div.advgb-image-block {
    margin-bottom: 25px !important;
}

.col-md-6.full-width-div {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.img_text_card_row_nocarousel .text-img-wrap {
    min-height: 100px;
}

.img_text_card_row_nocarousel .text-img-wrap h4 {
    margin-bottom: 15px;
    /*min-height: 45px;*/
}

.dropdown-menu .mega-submenu {
    text-align: left;
    margin-left: 36px;
    margin-right: 20px;
    border-left: 2px solid #5DA1D2;
    padding-left: 15px;
    margin-top: 10px;
    margin-bottom: 15px;
    display: none;
}

.dropdown-menu .mega-submenu li {
    position: relative;
    margin-bottom: 8px;
}

.dropdown-menu .mega-submenu li a {
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    display: block;
    line-height: 20px;
}

.dropdown-menu .mega-submenu li a:hover {
    font-weight: 600;
    color: #203970;
}

.plus-minus {
    position: absolute;
    background: url(../img/drop-circle.svg);
    width: 20px;
    height: 20px;
    background-size: 20px;
    position: absolute;
    right: 15px;
    top: 13px;
    cursor: pointer;
    transform: rotate(180deg);
}

.plus-minus.minus-icon {
    transform: none;
}

.wb_card_img_vid .video-btn {
    width: 100%;
    background: none !important;
    border: 0 !important;
    box-shadow: none !important;
    outline: 0 !important;
    padding: 0;
}

.wb_card_img_vid .close {
    position: relative;
    top: -15px;
}

.wb_card_img_vid .modal-body {
    padding-top: 30px;
}

.how-to-filter-box {
    display: none;
}

.wb_card_img_vid .modal-dialog {
    margin-top: 4%;
    min-width: 50%;
    width: 50%;
}

h6+.howto {
    padding-top: 10px;
}

.page-id-998 .text-img-wrap.no-img {
    align-items: flex-start;
}

.links>li>a {
    text-decoration: none !important;
}

.short_box h6 {
    text-transform: none;
}

.short_box h6 .doc_block {
    margin-top: 10px;
    background: none !important;
}

.foot_add p {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
}

.foot_add p a {
    color: #fff;
    text-decoration: none;
}

.foot_add p a:hover {
    text-decoration: underline;
}

.linksevt>li>a {
    text-decoration: none !important;
}

.expand-content>a {
    color: #203970;
    font-weight: 600;
    text-decoration: underline;
}

.expand-content>a:hover {
    color: #407CA7;
}

.navbar-nav>li>.dropdown-menu>li.current_page_item>a {
    font-weight: 700;
}

.navbar-nav>li.current_page_ancestor>a {
    position: relative;
}

.navbar-nav>li.current_page_ancestor>a:after,
.navbar-nav>li.current-menu-ancestor>a:after,
.navbar-nav>li.current-page-parent>a:after {
    content: '';
    background: #203970;
    height: 4px;
    width: 100%;
    position: absolute;
    bottom: 0px;
}

.main_content .wp-block-group {
    /*max-width: 1000px !important;
	margin-left: auto;
	margin-right: auto;
    how we can full width block if we add this style ?  ?*
    */
}

.main_content>.wp-block-embed,
.wp-block-group>.wp-block-embed,
.main_content>table.advgb-table-frontend,
.wp-block-group>table.advgb-table-frontend {
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
}

.wp-block-advgb-list>ul li {
    font-size: 15px !important;
}

h2+.wp-block-advgb-adv-tabs {
    padding-top: 10px
}

.advgb-tab-body-wrapper div.advgb-tab-body>.wp-block-advgb-image,
.advgb-tab-body-wrapper div.advgb-tab-body>.wp-block-advgb-list {
    max-width: 1000px !important;
}

.text-img-wrap.no-anchor:hover {
    outline: 0;
    border: 1px solid transparent;
}

table.advgb-table-frontend.aligncenter {
    text-align: center !important;
}

.steps .stp_info{
    background-image: url(../img/upcoming.svg) !important;
    color: #010101 !important;
    font-size: 14px !important;
    text-transform: uppercase;
}
.steps li.filled-empty .stp_info{
    background-image: url(../img/upcoming.svg) !important;
}

/*.steps li.complete .stp_info{
    background-image: url(../img/green-complete.svg) !important;
}*/
.steps .active .stp_info {
	background-image: url(../img/green-complete.svg) !important;
}
.wp-block-advgb-list ul,.text-img-wrap  ul {
    list-style: none;
}
.wp-block-advgb-list ul li , .text-img-wrap  ul li{
    position: relative;
}
.wp-block-advgb-list ul li:before, .text-img-wrap  ul li:before{
    content: '';
    width: 5px;
    height: 5px;
    background: #404141;
    border-radius: 100px;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: -4px;
}
.wp-block-advgb-list>ul li {
    margin-bottom: 5px;
}
.text-img-wrap  ul li{
    font-size: 15px;
}
.text-img-wrap ul{
    padding-left: 20px;
}
.accordion_era span.btn_sm
{background: #5DA1D2 !important;}
.accordion_era a{
background: #5DA1D2 !important;
color: #010101 !important;
font-weight: 700;
}
.accordion_era a.doc_block {background: none !important;}
.newscard {position: relative; width: 100%; display: inline-block; margin-bottom: 20px;}
.newsimg.col-md-6 {
    float: left;
    padding-left: 0;
  }
  .newsinfo.col-md-6 {
    float: left;
  }
  .allBtn-news {
    text-align: center;
    margin-bottom: 20px;
  }
  .allBtn-news  .btn_sm {
    margin-bottom: 20px;
  }
  .LatestNews.gray.rel_news {
    padding-top: 50px;
    margin-top: 50px;
  }
  .date.faqs {display: none;}
  .past-up-next a:hover{
    font-weight: 600;text-decoration: underline
}
.fc-day-grid-event .fc-content {white-space:normal !important;}

.month-year-wrap select.form-control.pwr option:last-child ,
.month-year-wrap select.form-control.pwr option:nth-last-child(2)
{
display: none;
}


.button-mpl {
	display: flex;
}
.btn-1 {
	margin-right: 10px;
}
.bs-chatbot-fab__nJAOV{float:left !important;}
#bs-chatbot-widget-container__21E7F{left: 0;}

.logo-txt {
	margin-left: 20px;
}

.main-cal .add_cal_det, .main-cal .register {
    float: left;
}
.main-cal .register {
	margin-left:15px
}

.noimage::before {
    padding-top: 0px;
}