/*@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');*/
/*@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;900&display=swap');*/
html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

body {
    overflow-x: hidden;
    font-family: 'Source Sans Pro';
}

.hidden_text {
    font-size: 0 !important;
    line-height: 0 !important;
    border-bottom: 4px solid #00AEEF !important;
}

.hidden {
    padding: 8px;
    position: absolute;
    background: #0054A4;
    border: #ffffff 2px solid;
    left: 0;
    top: 410px;
    height: 53px;
    transform: translatex(-100%);
    transition: transform 0.3s;
    color: #ffffff;
    width: 200px;
    text-align: center;
    font-size: 21px;
    margin-left: 0;
    z-index: 9;
}

.hidden:focus {
    transform: translatex(0%);
    color: #fff;
}

.hidden:hover {
    color: #fff;
    text-decoration: underline;
}


/*****************************************************
Global css Start
******************************************************/

label.no_label {
    font-size: 0;
    height: 0;
}

h2 {
    color: #003D71;
    font-size: 42px;
    line-height: 48px;
    font-family: 'Source Sans Pro';
    font-weight: 600;
    margin: 30px 0 20px 0;
}

h3 {
    font-size: 32px;
    line-height: 40px;
    font-weight: bold;
    color: #003D71;
    margin: 30px 0 20px 0;
}

h4 {
    font-size: 22px;
    line-height: 28px;
    font-weight: bold;
    color: #003D71;
    margin: 30px 0 20px 0;
}

a {
    text-decoration: underline;
    color: #163C6D;
    font-weight: 600;
}

a:hover {
    text-decoration: none;
    color: #163C6D;
}

a:focus {
    text-decoration: none;
    color: #163C6D;
}

a:focus-visible {
    outline: none;
}

.large_text {
    font-size: 28px;
    line-height: 48px;
    font-weight: 300;
    margin: 0 0 30px 0;
    color: #000;
}

.blue_btn {
    text-decoration: none;
    font-size: 21px;
    line-height: 21px;
    display: inline-block;
    font-weight: 600;
    background: #003D71;
    padding: 11px 48px;
    border: 4px solid #003D71;
    color: #fff;
    margin: 10px 0;
}

.blue_btn:hover {
    background: #fff;
    color: #003D71;
}

.blue_btn:focus {
    background: #fff;
    color: #003D71;
}

.content_inner img {
    max-width: 100%;
    height: auto;
}

.seperater {
    width: 100%;
    float: left;
    margin: 50px 0;
    height: 5px;
}

a.bounce_btn {
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    text-decoration: none;
    display: flex;
    align-items: center;
    float: left;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 4px;
}

a.bounce_btn::before {
    content: "";
    position: absolute;
    left: 0;
    right: 22px;
    height: 2px;
    background: transparent;
    bottom: 0;
}

a.bounce_btn:focus::before {
    background: #00AEEF;
}

a.bounce_btn:hover::before {
    background: #00AEEF;
}

a.bounce_btn span {
    margin: 0 0 0 10px;
    display: inline-block;
}

@keyframes bounce {
    0%,
    100%,
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    40% {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px)
    }
    60% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.bounce_btn:hover span {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    animation-iteration-count: revert;
    -webkit-animation-iteration-count: revert;
}

.bounce_btn:hover span {
    animation-name: bounce;
    -moz-animation-name: bounce;
}

.bounce_btn:focus span {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    animation-iteration-count: revert;
    -webkit-animation-iteration-count: revert;
}

.bounce_btn:focus span {
    animation-name: bounce;
    -moz-animation-name: bounce;
}

p {
    font-size: 20px;
    line-height: 30px;
    font-weight: normal;
}

ul {
    padding: 0 0 0 47px;
    margin: 0 0 30px 0;
}

ul li {
    font-size: 20px;
    line-height: 30px;
    font-weight: normal;
    list-style-image: url(../img/list.png);
    padding: 10px 15px;
}

ol {
    margin: 0 0 30px 0;
    padding: 0 0 0 47px;
}

ol li {
    font-size: 20px;
    line-height: 30px;
    font-weight: normal;
    padding: 10px 15px;
}

.tab_inner .nav li.nav-item button:hover span {
    animation-name: bounce;
    -moz-animation-name: bounce;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    animation-iteration-count: revert;
    -webkit-animation-iteration-count: revert;
    display: inline-block;
}

.tab_inner .nav li.nav-item button:focus span {
    animation-name: bounce;
    -moz-animation-name: bounce;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    animation-iteration-count: revert;
    -webkit-animation-iteration-count: revert;
    display: inline-block;
}

.semi_bold {
    font-weight: 600;
}

.hidden_h1 {
    opacity: 0;
}

.hidden_h1 h1 {
    opacity: 0;
    font-size: 0;
    line-height: 0;
}

.no_result {
    text-align: center;
    width: 100%;
    font-size: 24px;
    font-weight: 600;
}


/*****************************************************
Global css End
******************************************************/


/*****************************************************
alert_box css Start
******************************************************/

.alert_box {
    background-color: #871B0A;
    border-radius: 0;
    float: left;
    width: 100%;
    border-bottom: 2px solid #871B0A;
}

.alert_box .alert_box_inner {
    padding: 45px 0;
    border-bottom: 10px solid #F14B32;
    position: relative;
}

.alert_box .wrap {
    padding: 0 165px;
    margin: 0;
    width: 100% !important;
}

.alert_box .wrap .alert_box_left .alert_box_left_heading {
    font-size: 70px;
    line-height: 80px;
    font-weight: bold;
    color: #ffffff;
    margin: 0 0 30px 0;
}

.alert_box .wrap .alert_box_left p {
    font-size: 27px;
    line-height: 43px;
    font-weight: 300;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    width: 95%;
}

.alert_box .wrap .alert_box_left p a {
    font-weight: 500;
    max-width: 90%;
    color: #ffffff;
}

.alert_box .wrap .alert_box_left {
    float: left;
}

.alert_box .wrap .alert_box_right {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
}

.alert_box .wrap .alert_box_right .view_alert {
    color: #861B09;
    font-size: 21px;
    font-weight: 600;
    line-height: 60px;
    display: inline-block;
    background: #fff;
    min-width: 211px;
    text-align: center;
    text-decoration: none;
    border: 2px solid #861B09;
    margin-left: 100px;
}

.alert_box .wrap .alert_box_right .view_alert:hover {
    background: #861B09;
    color: #ffffff;
    border: 2px solid #ffffff;
}

.alert_box .wrap .alert_box_right .view_alert:focus {
    background: #861B09;
    color: #ffffff;
    border: 2px solid #ffffff;
}

.alert_box .wrap .alert_box_right .close {
    position: absolute;
    right: 0;
    padding: 5px;
    border: 1px solid #861B09;
    top: 0;
}

.alert_box .wrap .alert_box_right .close:hover {
    border: 1px solid #fff;
}

.alert_box .wrap .alert_box_right .close:focus {
    border: 1px solid #fff;
}


/*****************************************************
alert_box css End
******************************************************/


/*****************************************************
header css Start
******************************************************/

header {
    float: left;
    width: 100%;
}

header .header {
    float: left;
    width: 100%;
}

.header .header_inner {
    float: left;
    width: 100%;
    padding: 0 165px;
}

.header .header_top {
    float: left;
    width: 100%;
}

.header .header_top ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0;
    float: left;
    width: 100%;
    text-align: right;
   /* padding: 8px 0;  Updated on 3/27/2024 */ 
}

.header .header_top ul li {
    list-style: none;
    margin-left: 112px;
    display: inline-block;
    padding: 5px 15px 0; /* Updated on 3/27/2024 */
}

.header .header_top ul li:first-child {
    margin-left: 0px;
}

.header .header_top ul li a {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 30px;
    font-weight: normal;
    color: #003D71;
    letter-spacing: 3px;
    text-decoration: none;
    border-bottom: 3px solid #fff;
}

.header .header_top ul li a:hover {
    border-bottom: 3px solid #00AEEF;
}

.header .header_top ul li a:focus {
    border-bottom: 3px solid #00AEEF;
}

.header .header_gray {
    background-color: #F4F6F6;
    float: left;
    width: 100%;
}

.header .heade_bot {
    float: left;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

.header .heade_bot .heade_bot_left {
    float: left;
}

.header .heade_bot .heade_bot_left .logo a {
    display: inline-block;
    border: 1px solid transparent;
}

.header .heade_bot .heade_bot_left .logo a:focus {
    border: 1px solid #919191;
}

.header .heade_bot .heade_bot_right {
    float: left;
    position: relative;
}

.header .heade_bot .heade_bot_right ul {
    padding: 0;
    margin: 0;
    font-size: 0;
}

.header .heade_bot .heade_bot_right ul li {
    list-style: none;
    display: inline-block;
    margin-left: 65px;
    padding: 0 0;
}

.header .heade_bot .heade_bot_right ul li:first-child {
    margin-left: 65px;
}

.header .heade_bot .heade_bot_right ul li a {
    font-size: 21px;
    line-height: 30px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    color: #000000;
    text-decoration: none;
    text-transform: uppercase;
    border-bottom: 4px solid transparent;
    padding: 39px 0px;
    display: inline-block;
}

.header .heade_bot .heade_bot_right ul li a svg {
    height: 28px;
}

.header .heade_bot .heade_bot_right ul li a.open_search {
    padding: 33px 0;
}

.header .heade_bot .heade_bot_right ul li a:hover {
    border-bottom: 4px solid #00AEEF;
}

.header .heade_bot .heade_bot_right ul li a:focus {
    border-bottom: 4px solid #00AEEF;
}

.header_search {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    background: #fff;
    top: -46px;
    bottom: 0;
    -webkit-box-shadow: 3px 1px 4px 0px rgba(51, 51, 51, 0.05);
    -moz-box-shadow: 3px 1px 4px 0px rgba(51, 51, 51, 0.05);
    box-shadow: 3px 1px 4px 0px rgba(51, 51, 51, 0.05);
}

.header_search label#searchLabel {
    opacity: 0;
}

.header_search form {
    width: 100%;
    padding: 96px 95px 0 85px;
    display: flex;
}

.header_search form input.search_inp {
    width: 100%;
    background: no-repeat;
    border: none;
    border-bottom: 3px solid #00AEEF;
}

.header_search form input.search_inp:focus-visible {
    outline: none;
}

.header_search form input.search_btn {
    font-size: 26px;
    line-height: 30px;
    font-weight: 400;
    text-transform: uppercase;
    background: none;
    border: none;
    color: #003D71;
    margin: 0 87px;
    border-bottom: 3px solid transparent;
}

.header_search form input.search_btn:hover {
    border-bottom: 3px solid #00AEEF;
}

.header_search form input.search_btn:focus {
    border-bottom: 3px solid #00AEEF;
}

.header_search a.search_close {
    position: absolute;
    right: 54px;
    top: 98px;
    border-bottom: 3px solid transparent;
    display: inline-block;
    padding-bottom: 3px;
}

.header_search a.search_close:hover {
    border-bottom: 3px solid #00AEEF;
}

.header_search a.search_close:focus {
    border-bottom: 3px solid #00AEEF;
}

.header .heade_bot .heade_bot_right ul.mobile_menu_ul li:first-child a.mobile_search svg g {
    stroke-width: 2px !important;
}

.header .heade_bot .heade_bot_right ul.mobile_menu_ul li:first-child a.mobile_search svg line {
    stroke-width: 2px !important;
}


/*mega menu*/

.header .heade_bot .heade_bot_right ul li.mega_menu {
    position: relative;
}

.header .heade_bot .heade_bot_right ul li.mega_menu .mega_drop {
    position: absolute;
    background: rgba(255, 255, 255, 0.92);
    width: 725px;
    left: -45px;
    padding: 35px 45px;
    display: none;
    z-index: 99;
}

.header .heade_bot .heade_bot_right ul li.mega_menu.mega_menu_right .mega_drop {
    left: auto;
    right: -45px;
}

.header .heade_bot .heade_bot_right ul li.mega_menu:hover .mega_drop {
    display: block !important;
}

.header .heade_bot .heade_bot_right ul li.mega_menu .mega_drop .mega_drop_bigLink {
    margin: 0 0 30px 0;
    font-size: 21px;
    line-height: 21px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    color: #003D71;
    padding: 0;
    border: none;
}

.header .heade_bot .heade_bot_right ul li.mega_menu .mega_drop .mega_drop_bigLink:hover {
    text-decoration: underline;
    border: none;
}

.header .heade_bot .heade_bot_right ul li.mega_menu .mega_drop .mega_drop_bigLink:focus {
    text-decoration: underline;
    border: none;
}

.header .heade_bot .heade_bot_right ul li.mega_menu .mega_drop ul {
    margin: 0;
    width: 100%;
    float: left;
}

.header .heade_bot .heade_bot_right ul li.mega_menu .mega_drop ul li {
    margin: 0;
    width: 50%;
    float: left;
}

.header .heade_bot .heade_bot_right ul li.mega_menu .mega_drop li {
    margin: 0;
    width: 100%;
    float: left;
}

.header .heade_bot .heade_bot_right ul li.mega_menu .mega_drop li a {
    color: #003D71;
    font-size: 21px;
    line-height: 21px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    text-transform: unset;
    border: none !important;
    padding: 10px 0;
}

.header .heade_bot .heade_bot_right ul li.mega_menu .mega_drop li a:hover {
    text-decoration: underline;
}

.header .heade_bot .heade_bot_right ul li.mega_menu .mega_drop li a:focus {
    text-decoration: underline;
}


/*** Ham start ***/

.nav-icon4 {
    width: 50px;
    height: 45px;
    position: relative;
    margin: 0px auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.nav-icon4 span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #000;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.nav-icon4 span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.nav-icon4 span:nth-child(2) {
    top: 18px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.nav-icon4 span:nth-child(3) {
    top: 36px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.nav-icon4.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 3px;
    left: 8px;
}

.nav-icon4.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

.nav-icon4.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 39px;
    left: 8px;
}


/*** Ham End ***/

.mobile_menu_box {
    display: none;
}

.open_mobile_menu {
    position: absolute;
    left: 0;
    right: 0;
    display: none;
    z-index: 99;
    background: #fff;
}

.header .heade_bot .heade_bot_right .open_mobile_menu ul.mobile_top_menu li {
    margin: 0;
    width: 100%;
    padding: 25px 37px;
    border-bottom: 4px solid #00AEEF;
}

.header .heade_bot .heade_bot_right .open_mobile_menu ul.mobile_top_menu li a {
    padding: 0;
    font-size: 38px;
    line-height: 49px;
    font-family: 'Source Sans Pro';
    color: #003D71;
    font-weight: normal;
    border: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header .heade_bot .heade_bot_right .open_mobile_menu ul.mobile_top_menu li a svg {
    height: 53px;
}

.header .heade_bot .heade_bot_right .open_mobile_menu ul.mobile_top_menu li.mobile_top_menu_drop.active line.vertical_line {
    display: none;
}

.header .heade_bot .heade_bot_right .open_mobile_menu ul.mobile_top_menu li ul.mobile_top_menu_open {
    padding-left: 25px;
    border-left: 2px solid #00AEEF;
    margin-left: 16px;
    display: none;
}

.header .heade_bot .heade_bot_right .open_mobile_menu ul.mobile_top_menu li ul.mobile_top_menu_open li {
    padding: 0;
    border: none;
    margin: 3px 0;
}

.header .heade_bot .heade_bot_right .open_mobile_menu ul.mobile_top_menu li ul.mobile_top_menu_open li a {
    font-size: 25px;
    line-height: 25px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    text-transform: capitalize;
    padding: 8px 0;
}

.header .heade_bot .heade_bot_right .open_mobile_menu ul.mobile_top_menu li ul.mobile_top_menu_open li a:hover {
    text-decoration: underline;
    font-weight: 500;
}

.header .heade_bot .heade_bot_right .open_mobile_menu ul.mobile_top_menu li ul.mobile_top_menu_open li a:focus {
    text-decoration: underline;
    font-weight: 500;
}

.header .heade_bot .heade_bot_right ul.mobile_mid_menu {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 35px 0;
}

.header .heade_bot .heade_bot_right ul.mobile_mid_menu li {
    margin: 0 !important;
    padding: 0 30px;
    border-left: 2px solid #707070;
}

.header .heade_bot .heade_bot_right ul.mobile_mid_menu li:first-child {
    padding-left: 0;
    border: none;
    min-width: 179px;
    text-align: right;
}

.header .heade_bot .heade_bot_right ul.mobile_mid_menu li a {
    font-size: 21px;
    line-height: 11px;
    letter-spacing: 2px;
    font-family: 'Source Sans Pro';
    color: #003D71;
    font-weight: normal;
    padding: 25px 0;
}

.header .heade_bot .heade_bot_right ul.mobile_bot_menu {
    background: #003D71;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.header .heade_bot .heade_bot_right ul.mobile_bot_menu li {
    margin: 45px 0 37px !important;
}

.header .heade_bot .heade_bot_right ul.mobile_bot_menu li a {
    font-size: 41px;
    line-height: 12px;
    letter-spacing: 2px;
    font-family: 'Source Sans Pro';
    font-weight: normal;
    color: #fff;
    padding: 25px 0;
}


/*****************************************************
header css End
******************************************************/


/*****************************************************
 footer_cta css Start
******************************************************/

.footer_cta {
    float: left;
    width: 100%;
}

.footer_cta .footer_cta_inner {
    position: relative;
    width: 100%;
    float: left;
}

.footer_cta .footer_cta_inner .footer_cta_img {
    width: 100%;
    float: left;
}

.footer_cta .footer_cta_inner .footer_cta_img img {
    width: 100%;
}

.footer_cta .footer_cta_inner .footer_cta_txt {
    position: absolute;
    top: 122px;
    left: 50%;
    width: 1424px;
    margin-left: -712px;
}

.footer_cta .footer_cta_inner h2 {
    font-size: 110px;
    line-height: 48px;
    font-family: 'Source Sans Pro';
    font-weight: 300;
    color: #ffffff;
    margin-bottom: 80px;
    text-align: center;
}

.footer_cta .footer_cta_inner ul {
    padding: 0;
    background: rgba(255, 255, 255, .9);
    border: 3px solid #00AEEF;
    overflow: hidden;
}

.footer_cta .footer_cta_inner ul li {
    float: left;
    display: block;
    padding: 18px 68px;
}

.footer_cta .footer_cta_inner ul li a {
    font-size: 34px;
    line-height: 31px;
    text-decoration: none;
    font-weight: 300;
    color: #003D71;
    display: flex;
    align-items: center;
}

.footer_cta .footer_cta_inner ul li a span {
    width: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #00AEEF;
    border-radius: 50%;
    border: 4px solid #00AEEF;
    margin-right: 22px;
}

.footer_cta .footer_cta_inner ul li a:hover span {
    background: #fff;
    border-color: #003D71;
}

.footer_cta .footer_cta_inner ul li a:focus span {
    background: #fff;
    border-color: #003D71;
}

footer .footer_container .footer_logo ul li a svg.footer_logo1 {
    width: 190px;
}

footer .footer_container .footer_logo ul li a svg.footer_logo2 {
    width: 190px;
}

footer .footer_container .footer_logo ul li a svg.footer_logo3 {
    width: 265px;
}

.footer_copy_txt ul li a {
    text-decoration: none;
    color: #fff;
    font-weight: normal;
}

.footer_copy_txt ul li a:hover {
    text-decoration: underline;
}

.footer_copy_txt ul li a:focus {
    text-decoration: underline;
}

.footer_cta .footer_cta_inner .footer_cta_txt ul li a svg path {
    stroke: #013f6f;
}


/*****************************************************
 footer_cta css End
******************************************************/


/*****************************************************
 footer_social_section css Start
******************************************************/

.footer_social_section {
    float: left;
    width: 100%;
    background: #00AEEF;
}

.footer_social {
    float: left;
    width: 100%;
    text-align: center;
    padding: 28px 0;
}

.footer_social ul {
    padding: 0;
    margin: 0;
    font-size: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer_social ul li {
    display: inline-block;
    list-style: none;
    padding: 0 35px;
}

.footer_social ul li a {
    width: 55px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 4px solid #00AEEF;
}

.footer_social ul li a:hover {
    border-bottom: 4px solid #003D71;
}

.footer_social ul li a:focus {
    border-bottom: 4px solid #003D71;
}


/*****************************************************
 footer_social_section css End
******************************************************/


/*****************************************************
 footer css Start
******************************************************/

footer {
    float: left;
    width: 100%;
}

footer .footer_inner {
    background: #003D71;
    float: left;
    width: 100%;
    padding: 148px 248px 0;
}

footer .footer_container {
    float: left;
    width: 100%;
    display: flex;
}

footer .footer_container .footer_logo {
    width: 24%;
    float: left;
    padding-right: 20px;
}

footer .footer_container .footer_logo ul {
    margin: 0;
    padding: 0;
}

footer .footer_container .footer_logo ul li {
    list-style: none;
    margin-bottom: 45px;
    padding: 0;
}

footer .footer_container .footer_logo ul li a {
    list-style: none;
    margin-bottom: 0;
    display: inline-block;
}

footer .footer_container .footer_logo ul li a svg {
    width: 100%;
    float: left;
}

footer .footer_container .footer_logo ul li:last-child {
    margin-bottom: 0px;
}

footer .footer_container .footer_logo ul li a:hover svg path {
    fill: #00AEEF;
}

footer .footer_container .footer_logo ul li a:focus svg path {
    fill: #00AEEF;
}

footer .footer_container .footer_logo ul li a:hover svg polygon {
    fill: #00AEEF;
}

footer .footer_container .footer_logo ul li a:focus svg polygon {
    fill: #00AEEF;
}

footer .footer_container .footer_logo ul li a:hover svg rect {
    fill: #00AEEF;
}

footer .footer_container .footer_logo ul li a:focus svg rect {
    fill: #00AEEF;
}

footer .footer_container .footer_menu_list {
    width: 57%;
    float: left;
}

footer .footer_container .footer_menu_list .footer_menu {
    width: 33.33%;
    float: left;
    padding-right: 40px;
}

footer .footer_container .footer_menu_list .footer_menu .footer_menu_heading {
    font-size: 20px;
    line-height: 38px;
    font-family: 'Source Sans Pro';
    font-weight: bold;
    color: #fff;
    padding: 0 0 8px 0;
    margin: 0 35px 25px 0;
    border-bottom: 2px solid #4CACE9;
}

footer .footer_container .footer_menu_list .footer_menu .footer_menu_heading svg {
    display: none;
}

footer .footer_container .footer_menu_list .footer_menu .footer_menu_heading svg line {
    stroke: #fff;
}

footer .footer_container .footer_menu_list .footer_menu ul {
    margin: 0;
    padding: 0;
}

footer .footer_container .footer_menu_list .footer_menu ul li {
    list-style: none;
    padding: 0;
}

footer .footer_container .footer_menu_list .footer_menu ul li a {
    font-size: 20px;
    line-height: 38px;
    font-family: 'Source Sans Pro';
    font-weight: normal;
    color: #fff;
    text-decoration: none;
}

footer .footer_container .footer_menu_list .footer_menu ul li a:hover {
    text-decoration: underline;
}

footer .footer_container .footer_menu_list .footer_menu ul li a:focus {
    text-decoration: underline;
}

footer .footer_container .footer_address {
    width: 19%;
}

@media (min-width: 2240px) {
  footer .footer_container .footer_address {
    width: 15%;
  }
}

.lets_chat {
    margin-bottom: 54px;
    position: relative;
    margin-top: -77px;
    height: 109px;
}

.lets_chat a {
    display: inline-block;
}

.lets_chat a:hover svg.lets_chat_norm {
    display: none;
}

.lets_chat a:hover svg.lets_chat_hover {
    display: block;
}

.lets_chat a:focus svg.lets_chat_norm {
    display: none;
}

.lets_chat a:focus svg.lets_chat_hover {
    display: block;
}

.lets_chat a .lets_chat_norm {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.lets_chat a svg.lets_chat_hover {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
}

.footer_address_inner ul {
    padding: 0;
    margin: 0;
}

.footer_address_inner ul li {
    list-style: none;
    display: block;
    float: left;
    margin: 0 0 26px 0;
    padding: 0;
}

.footer_address_inner ul li a {
    font-size: 20px;
    line-height: 34px;
    font-family: 'Source Sans Pro';
    font-weight: normal;
    color: #fff;
    text-decoration: none;
    display: flex;
}

.footer_address_inner ul li a:hover svg .email_path {
    fill: #fff;
}

.footer_address_inner ul li a:focus svg .email_path {
    fill: #fff;
}

.footer_address_inner ul li a span {
    display: block;
    float: left;
    margin: 0 17px 0 0;
}

.footer_mid {
    background: #003D71;
    float: left;
    width: 100%;
}

footer .footer_bot {
    background: #000F32;
    float: left;
    width: 100%;
    padding: 0 248px 55px;
}

footer .footer_bot .footer_bot_logo ul {
    margin: 0;
    padding: 0 0 50px 0;
}

footer .footer_bot .footer_bot_logo ul li {
    list-style: none;
    display: inline-block;
    padding: 0;
}

footer .footer_bot .footer_bot_logo ul li a {
    display: inline-block;
    margin: 0 45px 0 0;
    padding: 0 0 25px 0;
    border-bottom: 4px solid transparent;
}

footer .footer_bot .footer_bot_logo ul li a:hover {
    border-bottom: 4px solid #00AEEF;
}

footer .footer_bot .footer_bot_logo ul li a:focus {
    border-bottom: 4px solid #00AEEF;
}

.footer_copy_txt ul {
    margin: 0;
    padding: 0;
}

.footer_copy_txt ul li {
    list-style: none;
    display: inline-block;
    font-size: 20px;
    line-height: 30px;
    font-family: 'Source Sans Pro';
    font-weight: normal;
    color: #fff;
    padding: 0 15px;
    border-left: 2px solid #fff;
}

.footer_copy_txt ul li:first-child {
    padding-left: 0;
    border-left: 0;
}

.footer_copy_txt p {
    font-size: 20px;
    line-height: 30px;
    font-family: 'Source Sans Pro';
    font-weight: normal;
    color: #fff;
    margin: 17px 0;
}

.footer_copy_txt p a {
    color: #fff;
    font-weight: bold;
}

.footer_mid svg {
    width: 100%;
}


/*****************************************************
 Footer css End
******************************************************/


/*****************************************************
banner css Start
******************************************************/

.banner {
    float: left;
    width: 100%;
}

.withImage_inner {
    position: relative;
    float: left;
    width: 100%;
}

.withImage_inner h1 {
    font-family: 'Oswald';
    font-weight: 300;
    font-style: normal;
    font-size: 120px;
    line-height: 60px;
    color: #fff;
    z-index: 9;
    position: absolute;
    top: 50%;
    margin: -58px 0 0 140px;
}

.breadcrumb_div {
    margin: 0 0 0 140px;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 17px;
    line-height: 30px;
    display: flex;
    align-items: center;
}

.breadcrumb_div span {
    display: inline-block;
    margin: 0 3px;
}

.breadcrumb_div a {
    display: flex;
    align-items: center;
    background-blend-mode: difference;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 17px;
    line-height: 30px;
    text-decoration: none;
    display: inline-block;
    font-weight: normal;
}

.withImage_img .gradient {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}

.withImage_img .gradient img {
    height: 100%;
}

.breadcrumb_div a:hover {
    text-decoration: underline;
}

.breadcrumb_div a:focus {
    text-decoration: underline;
}

.breadcrumb_div a svg {
    position: relative;
    margin-right: 12px;
    width: 32px;
}

.breadcrumb_div {
    float: left;
    position: absolute;
    bottom: 35px;
    left: 0;
}

.withImage_inner svg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.withImage_img img {
    width: 100%;
    float: left;
}

.withOutImage_inner {
    position: relative;
    z-index: 0;
}

.withOutImage_inner h1 {
    font-family: 'Oswald';
    font-weight: 300;
    font-style: normal;
    font-size: 120px;
    line-height: 60px;
    color: #fff;
    z-index: 9;
    position: absolute;
    top: 50%;
    margin: -58px 0 0 140px;
}

.withOutImage_inner svg {
    position: relative;
    width: 100%;
}

.fixedImage_inner {
    float: left;
    width: 100%;
    position: relative;
}

.banner.fixedImage.fixedImageno h1 {
    max-width: 1200px; /* changed in UAT 580px; */
}

.fixedImage_inner h1 {
    font-size: 48px;
    line-height: 60px;
    color: #fff;
    font-family: 'Source Sans Pro';
    font-weight: 300;
    position: absolute;
    top: 50%;
    margin: -60px 0 0 140px;
    max-width: 470px;
}

.fixedImage_img {
    position: absolute;
    right: 140px;
    z-index: 9;
    width: 855px;
}

.fixedImage_img img {
    width: 100%;
}

.fixedImage_video {
    position: absolute;
    right: 140px;
    z-index: 9;
    top: 0;
}

.fixedImage_video .video-container {
    width: 855px;
    height: 479px;
}

.fixedImage_video .video-container video {
    width: 855px;
    height: 479px;
}

.fixedImage_video .video-container iframe {
    width: 100%;
    height: 100%;
}

img.thumbnail {
    position: absolute;
    z-index: 2;
    width: 100%;
    object-fit: cover; /* added in UAT */
    height: 100%;
}

.video-control {
    border: none;
    padding: 0;
    width: 74px;
    height: 74px;
    background: rgba(213, 213, 213, .55);
    border-radius: 50%;
    position: absolute;
    right: 30px;
    bottom: 25px;
    z-index: 9;
    font-size: 0;
}

.video-control:hover {
    background: rgba(0, 61, 113, .55);
}

.video-control:focus {
    background: rgba(0, 61, 113, .55);
}

span.video-control-play {
    display: block;
}

span.video-control-pause {
    display: none;
}

span.video-control-play span.video-control-label {
    margin-left: 7px;
}


/*****************************************************
banner css End
******************************************************/


/*****************************************************
Highlights Feature css Start
******************************************************/

.highlightsFeature {
    float: left;
    width: 100%;
    overflow: hidden;
}

.highlightsFeature_inner {
    margin: 50px 0;
    display: flex;
    justify-content: space-between;
}

.highlightsFeature_txt p {
    font-size: 28px;
    line-height: 48px;
    font-family: 'Source Sans Pro';
    font-weight: 300;
}

.content_inner.highlightsFeature_txt {
    margin: 0;
}

.highlightsFeature_txt p a {
    color: #000;
}

.highlightsFeature_txt {
    margin: 15px 85px 0 0;
}

.highlightsFeature_right {
    width: 380px;
    min-width: 380px;
}

.highlightsFeature .btn_wrap {
    margin: 50px 0 0;
}

.btn_wrap a.blue_btn:last-child {
    margin: 0 0 0 25px;
}

.wrap {
    width: 1634px;
    margin: auto;
}

.highlightsFeature_job .highlightsFeature_job_heading {
    font-family: 'Oswald';
    font-weight: 300;
    font-size: 36px;
    line-height: 80px;
    text-align: center;
    position: relative;
}

.highlightsFeature_job .highlightsFeature_job_heading::before {
    content: "";
    height: 1px;
    background: #4CACE9;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
}

.highlightsFeature_job .highlightsFeature_job_heading span {
    background: #fff;
    position: relative;
    z-index: 1;
    padding: 0 30px;
}

.highlightsFeature_job ul {
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
    border-bottom: 1px solid #4CACE9;
    padding-bottom: 35px;
}

.highlightsFeature_job ul li {
    width: 100%;
    float: left;
    list-style: none;
    padding: 0 0 15px 0;
}

.highlightsFeature_job ul li .highlightsFeature_job_inner {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-decoration: none;
}

.highlightsFeature_job_money {
    font-size: 50px;
    line-height: 60px;
    display: block;
    float: left;
    color: #003D71;
    font-family: 'Oswald';
    border-bottom: 2px solid transparent;
    margin: 0 30px 0 0;
    font-weight: 400;
    text-decoration: none;
    min-width: 110px;
}

a.highlightsFeature_job_money:hover {
    border-color: #003D71;
}

a.highlightsFeature_job_money:focus {
    border-color: #003D71;
}

.highlightsFeature_job_details {
    font-size: 20px;
    line-height: 22px;
    font-weight: normal;
    color: #000000;
    text-decoration: none;
}

a.highlightsFeature_job_details:hover {
    text-decoration: underline;
}

a.highlightsFeature_job_details:focus {
    text-decoration: underline;
}


/*****************************************************
Highlights Feature css End
******************************************************/


/*****************************************************
Text Image Feature css Start
******************************************************/

.text_image_feature {
    float: left;
    width: 100%;
}

.text_image_feature_inner {
    padding: 95px 140px;
    background: #F4F6F6;
    margin: 50px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.text_image_feature_inner h2 {
    font-size: 32px;
    line-height: 30px;
    color: #000F32;
    font-weight: bold;
}

.text_image_feature_inner p {
    font-size: 20px;
    line-height: 30px;
    font-weight: normal;
    margin-bottom: 22px;
}

.text_image_feature_img {
    padding-left: 120px;
}

.text_image_feature .btn_wrap {
    margin-top: 25px;
    float: left;
    width: 100%;
}


/*****************************************************
Text Image Feature css End
******************************************************/


/*****************************************************
Tab section css Start
******************************************************/

.tab_feature {
    float: left;
    width: 100%;
    margin: 25px 0 0 0;
}

.tab_inner {
    background: #003D71;
    padding: 70px 0px;
}

.tab-content.accordion {
    background-color: #fff;
}

.tab_inner .nav li.nav-item {
    width: 20%;
    padding: 0 17px;
    list-style: none;
}

.tab_inner .nav li.nav-item:first-child {
    padding-left: 0;
}

.tab_inner .nav li.nav-item:last-child {
    padding-right: 0;
}

.tab_inner .nav li.nav-item button span {
    margin-right: 15px;
    display: inline-block;
}

.accordion-item:first-of-type {
    border-radius: 0;
    border: none;
}

.tab_inner .nav li.nav-item button {
    background: rgba(255, 255, 255, .18);
    border-radius: 0;
    height: 124px;
    width: 100%;
    font-size: 24px;
    line-height: 31px;
    font-weight: bold;
    position: relative;
    color: #fff;
    border: none;
}

.tab_inner .nav li.nav-item button::before {
    content: "";
    width: 8px;
    position: absolute;
    left: 0;
    top: 0;
    background: transparent;
    bottom: 1px;
}

.tab_inner .nav li.nav-item button:hover::before {
    background: #00AEEF;
}

.tab_inner .nav li.nav-item button:focus::before {
    background: #00AEEF;
}

.tab_inner .nav li.nav-item button.active {
    background-color: #fff;
    color: #003D71;
}

.tab_inner .nav li.nav-item button.active svg path {
    fill: #003D71;
}

.tab_inner .nav li.nav-item button.active::before {
    background: #ffffff;
    display: none;
}

.tab_inner .nav li.nav-item button.active.hover::before {
    background: #ffffff;
}

.tab_inner .nav li.nav-item button.active.focus::before {
    background: #ffffff;
}


/* .tab_inner .nav li.nav-item button:hover {
    background-color: #fff;
    color: #003D71;
}

.tab_inner .nav li.nav-item button:hover svg path {
    fill: #003D71;
}

.tab_inner .nav li.nav-item button:focus {
    background-color: #fff;
    color: #003D71;
}

.tab_inner .nav li.nav-item button:focus svg path {
    fill: #003D71;
} */

.accordion-body {
    padding: 60px 135px;
}

.accordion-body h4 {
    font-size: 28px;
    line-height: 30px;
    font-weight: 600;
    color: #003D71;
}

.accordion-body p {
    margin: 0 0 25px 0;
}

h2.tab_heading {
    color: #fff;
    font-weight: bold;
}


/*****************************************************
Tab section css End
******************************************************/


/*****************************************************
Factoids css Start
******************************************************/

.factoids {
    float: left;
    width: 100%;
    background: #02406d;
}

.factoids_inner {
    background: #013f6f;
    padding: 60px 0;
    display: flex;
}

.factoids_inner .factoids_inner_left {
    width: 50%;
    padding: 0 80px 0 0;
    text-align: right;
}

.factoids_inner .factoids_inner_right {
    width: 50%;
    padding: 0 0 0 80px;
    text-align: left;
    position: relative;
}

.factoids_inner .factoids_inner_right::before {
    content: "";
    width: 1px;
    background-color: #00AEEF;
    position: absolute;
    height: 100%;
    transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
    left: 0;
}

.factoids_inner .factoids_inner_right p {
    color: #fff;
    font-size: 24px;
    line-height: 30px;
}

.factoids_inner .factoids_inner_left p {
    color: #fff;
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 170px 0;
}

.factoids_inner .factoids_inner_left span {
    font-size: 150px;
    line-height: 80px;
    font-weight: 900;
    color: #00AEEF;
    display: block;
    margin: 45px 0 45px 0;
}

.factoids_inner .factoids_inner_right span {
    font-size: 150px;
    line-height: 80px;
    font-weight: 900;
    color: #00AEEF;
    display: block;
    margin: 165px 0 45px 0;
}


/*****************************************************
Factoids css End
******************************************************/


/*****************************************************
accordion css Start
******************************************************/

.accordion-header { /* added in UAT */
    margin: 0;
}
.accordion_wrapper {
    width: 100%;
    float: left;
}

.accordion_inner {
    max-width: 1355px;
    margin: 70px auto 70px; /* decreased from 100px 4/1/2024 */
}

.accordion_inner h2 {
    font-weight: bold;
   /* margin-bottom: 40px; updated 4/1/2024 */
}

.accordion_inner .accordion-button::after {
    display: none;
}

.accordion_inner .accordion-item {
    border: none;
    border-top: 1px solid #00AEEF !important;
}

.accordion_inner .accordion-item:last-child {
    border-bottom: 1px solid #00AEEF !important;
}

.accordion_inner button.accordion-button {
    font-size: 25px;
    line-height: 32px;
    color: #000F32;
    font-weight: 600;
    padding: 30px 92px 30px 0;
    position: relative;
    background: no-repeat;
    box-shadow: none;
}

.accordion_inner button.accordion-button.collapsed span.accordion_plus {
    position: absolute;
    right: 0;
    height: 92px;
    width: 92px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    top: 0;
}

.accordion_inner button.accordion-button span.accordion_plus {
    position: absolute;
    right: 0;
    height: 92px;
    width: 92px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F4F6F6;
    top: 0;
}

.accordion_inner button.accordion-button.collapsed:hover span.accordion_plus {
    background: #F4F6F6;
}

.accordion_inner button.accordion-button.collapsed:focus span.accordion_plus {
    background: #F4F6F6;
}

.accordion_inner button.accordion-button span.accordion_plus svg {
    -webkit-transition: -webkit-transform .3s ease-in-out;
    -ms-transition: -ms-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.accordion_inner button.accordion-button.collapsed span.accordion_plus svg {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}

.accordion_inner .accordion-button:focus {
    z-index: 3;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}

.accordion_inner .accordion-body {
    padding: 5px 92px 40px 0;
}


/*****************************************************
accordion css End
******************************************************/


/*****************************************************
showcase css Start
******************************************************/

.showcase {
    float: left;
    width: 100%;
}

.showcase_inner {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.showcase_inner.gray_image {
    background: #F4F6F6;
}

.showcase_inner.blue_image {
    background: #003D71;
}

.gray_image .showcase_text {
    margin: 50px 310px 50px 130px;
}

.blue_image .showcase_text {
    margin: 50px 248px 50px 212px;
}

.showcase_text h2 {
    font-size: 32px;
    line-height: 30px;
    font-weight: bold;
    margin: 0 0 23px 0;
}

.showcase_text p {
    color: #000F32;
}

.showcase_inner.gray_image .showcase_text h2 {
    color: #000F32;
}

.showcase_inner.blue_image .showcase_text h2 {
    color: #fff;
}

.showcase_inner.blue_image .showcase_text p {
    color: #fff;
}

.showcase_inner.blue_image .showcase_text p a {
    color: #fff;
}
.showcase .blue_image li {
  list-style-image: url(../img/listwhite.png);
  color: #fff;
}

.showcase_text .btn_wrap {
    float: left;
    width: 100%;
    margin: 25px 0 0 0;
}

.showcase_inner.blue_image .showcase_text .btn_wrap a {
    color: #fff;
}

.small_img_right .showcase_img {
    margin: 120px 350px 120px 0;
}
.small_img_left .showcase_img {
    margin: 120px 0 120px 390px;
}

.small_img_right .showcase_text {
    margin: 50px 50px 50px 390px;
}
.small_img_left .showcase_text {
    margin: 50px 350px 50px 50px ;
}

.showcase_inner.gray {
    background: #F4F6F6;
}

.showcase_inner.blue {
    background: #003D71;
    color: #fff;
}
.showcase_inner.blue .showcase_text h2{
    color: #fff;
}
.showcase_inner.blue .showcase_text ul li {
    color: #fff;
    list-style: square;
}
.showcase_inner.blue .showcase_text p{
    color: #fff;
}
.showcase_inner.blue .showcase_text p a{
    color: #fff;
}
.showcase_inner.blue .showcase_text .btn_wrap a{
    color: #fff;
}
.showcase_inner.no_image .showcase_text {
    width: 1075px;
    margin: 140px auto;
}


/*****************************************************
showcase css End
******************************************************/


/*****************************************************
testimonial css Start
******************************************************/

.testimonial {
    float: left;
    padding: 50px 0;
    width: 100%;
}

.testimonial_bg {
    float: left;
    width: 100%;
    position: relative;
    background: #000F32;
}

.testimonial_bg {
    background: #000F32;
}

.testimonial_bg.testimonial_bg_gray {
    background: #F4F6F6;
}

.testimonial_bg .bg_test_svg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.testimonial_inner {
    padding: 0px 278px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}

.testimonial_inner .testimonial_text {
    margin: 20px 0 60px 110px; /* changed bottom margin from 20px to 60px */
}

.testimonial_inner .testimonial_text .testimonial_text_heading {
    font-family: 'Oswald';
    font-weight: 300;
    font-size: 36px;
    line-height: 54px;
    color: #fff;
    margin: 0 0 25px 0;
}

.testimonial_inner a.bounce_btn {
    color: #fff;
}

.testimonial_bg_gray .testimonial_inner a.bounce_btn {
    color: #000;
}

.testimonial_inner .testimonial_text .btn_wrap {
    margin: 15px 0 0 0;
}

.testimonial_bg_gray .testimonial_inner .testimonial_text .testimonial_text_heading {
    color: #000000;
}

.testimonial_inner .testimonial_text p {
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    font-weight: normal;
}

.testimonial_bg_gray .testimonial_inner .testimonial_text p {
    color: #000000;
}

.testimonial_inner.no_image {
    margin: 60px 0 60px; /* changed bottom margin from 120px to 60px */
}

.testimonial_image {
    position: relative;
}

a.testimonial_image_video_btn {
    font-size: 0;
    position: absolute;
    bottom: 20px;
    right: 20px;
}

a.testimonial_image_video_btn:hover svg path.vid_blue {
    fill: rgba(0, 61, 113, 1);
}

a.testimonial_image_video_btn:focus svg path.vid_blue {
    fill: rgba(0, 61, 113, 1);
}

.modal-body.testimonial_video_model iframe {
    width: 570px;
    height: 400px;
}

.testimonial_model .modal-dialog.modal-dialog-centered {
    max-width: 570px;
}

.modal-body.testimonial_video_model {
    padding: 0;
}


/*****************************************************
testimonial css End
******************************************************/


/*****************************************************
faculty css Start
******************************************************/

.faculty {
    float: left;
    width: 100%;
}

.faculty_inner {
    padding: 0 0px 100px;
    float: left;
    width: 100%;
}

.faculty_box_wrap {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.faculty_inner h2 {
    font-family: 'Oswald';
    font-size: 48px;
    line-height: 60px;
    color: #003D71;
    font-weight: 300;
    position: relative;
    text-align: center;
    max-width: 1080px;
    margin: 100px auto 65px;
    text-transform: uppercase;
}

.faculty_inner h2::before {
    content: "";
    height: 1px;
    background: #4CACE9;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
}

.faculty_inner h2 span {
    background: #fff;
    position: relative;
    z-index: 1;
    padding: 0 70px;
}

.faculty_box {
    font-weight: normal;
    font-size: 20px;
    line-height: 22px;
    color: #003D71;
    width: 25%;
    float: left;
    display: block;
    padding: 0 75px 50px 0;
}

.faculty_box a {
    font-weight: normal;
}

.faculty_box h3 {
    font-weight: bold;
    font-size: 20px;
    line-height: 22px;
    color: #003D71;
    margin: 0 0 1px 0;
}

.faculty_box_wrap ul {
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
}

.faculty_box_wrap ul li {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
    float: left;
}


/*****************************************************
faculty css End
******************************************************/


/*****************************************************
Contact css Start
******************************************************/

.Contact {
    float: left;
    width: 100%;
    margin: 0 0 75px 0;
}

.Contact h2 { /* added in UAT */
    font-weight: bold;
}

.contact_row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0 -20px;
}

.contact_box {
    width: 50%;
}

.contact_inner {
    background: #F4F6F6;
    padding: 50px 75px 50px 185px;
    min-height: 362px;
    margin: 15px 20px;
    position: relative;
}

.contact_inner .contact_heading {
    font-family: 'Oswald';
    font-size: 48px;
    line-height: 60px;
    color: #003D71;
    font-weight: 300;
    letter-spacing: 8px;
    margin: 0;
    padding: 0 0 35px 0;
    border-bottom: 1px solid #00AEEF;
    display: inline-block;
    transform-origin: 0 0;
    transform: rotate(270deg);
    position: absolute;
    left: 40px;
    bottom: -15px;
}

.contact_inner .contact_Subheading {
    font-size: 22px;
    line-height: 28px;
    font-weight: bold;
    color: #000;
    margin: 0 0 25px 0;
}

.contact_box_inner {
    width: 50%;
    float: left;
    padding: 0 35px 0 0;
    display: inline-block;
    font-size: 20px;
    line-height: 26px;
    color: #000;
    word-wrap:break-word; /* added in UAT */
}

.contact_box_inner a {
    font-weight: 600;
    color: #163C6D;
}

.contact_box_inner .contact_box_innerHeading {
    font-weight: 600;
    color: #163C6D;
    margin-bottom:0rem; /* added in UAT */
}

.contact_box_inner.contact_box_inner_full {
    width: 100%;
}


/*****************************************************
Contact css End
******************************************************/


/*****************************************************
cards css Start
******************************************************/

.cards {
    float: left;
    width: 100%;
    margin: 50px 0;
}

.cards_inner {
    max-width: 1634px;
    margin: auto;
}

.cards_inner_row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -17px;
    justify-content: center;
}

.cards_inner_row .card_box {
    width: 25%;
}

.card_box_inner {
    margin: 0 17px 75px 17px;
    border: 3px solid #00AEEF;
}

.card_box_inner { /* a */
    display: block;
}

.card_box_inner .card_box_img { /* a */
    overflow: hidden;
    border-bottom: 3px solid #00AEEF;
}

.card_box_inner .card_box_img img { /* a */
    width: 100%;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    transition: transform .2s;
}

.card_box_inner a:hover .card_box_img img {
    transform: scale(1.4);
}

.card_box_inner a:focus .card_box_img img {
    transform: scale(1.4);
}

.card_box_inner .card_box_text { /* a */
    height: 120px;
    background: #003D71;
    color: #fff;
    font-size: 23px;
    line-height: 28px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    text-align: center;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    transition: transform .2s;
}

.card_box_inner a:hover .card_box_text {
    background-color: #fff;
    color: #003D71;
}

.card_box_inner a:focus .card_box_text {
    background-color: #fff;
    color: #003D71;
}

.cards h2 {
    font-weight: bold;
}


/*****************************************************
cards css End
******************************************************/


/*****************************************************
Table css Start
******************************************************/

.table_vertical {
    float: left;
    width: 100%;
    padding: 60px 0;
}

.table_vertical table {
    float: left;
    width: 100%;
}

.table_vertical h2 {
    color: #000;
    font-size: 32px;
    line-height: 30px;
    font-weight: bold;
}

.table_vertical p {
    color: #000;
}

.table_vertical table tr th {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    color: #000000;
    text-align: center;
    height: 85px;
    width: 16.66%;
    border-bottom: 4px solid #00AEEF;
}

.table_vertical table tr th:nth-child(even) {
    background-color: #F4F6F6;
}

.table_vertical table tr th:nth-child(odd) {
    background-color: #FCFCFC;
}

.table_vertical table tr th:first-child {
    background-color: #fff;
}

.table_vertical table tr td {
    font-size: 20px;
    line-height: 30px;
    font-weight: normal;
    color: #000000;
    text-align: center;
    height: 85px;
    width: 16.66%;
    border-bottom: 1px solid #003D71;
}

.table_vertical table tr:last-child td {
    border-bottom: 0px solid #003D71;
}

.table_vertical table tr td:nth-child(even) {
    background-color: #F4F6F6;
}

.table_vertical table tr td:nth-child(odd) {
    background-color: #FCFCFC;
}

.table_vertical table tr td:first-child {
    background-color: #fff;
    text-align: left;
    font-weight: 600;
}

.table_horizontal {
    float: left;
    width: 100%;
    padding: 60px 0;
}

.table_horizontal table {
    float: left;
    width: 100%;
}

.table_horizontal h2 {
    color: #000;
    font-size: 32px;
    line-height: 30px;
    font-weight: bold;
}

.table_horizontal p {
    color: #000;
}

.table_horizontal table tr th {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    color: #000000;
    text-align: center;
    height: 85px;
    width: 16.66%;
    border-right: 1px solid #003D71;
    border-bottom: 4px solid #00AEEF;
}

.table_horizontal table tr th:last-child {
    border-right: 0px solid #003D71;
}

.table_horizontal table tr td:last-child {
    border-right: 0px solid #003D71;
}

.table_horizontal table tr:nth-child(even) {
    background-color: #FCFCFC;
}

.table_horizontal table tr:nth-child(odd) {
    background-color: #F4F6F6;
}

.table_horizontal table tr td {
    font-size: 20px;
    line-height: 30px;
    font-weight: normal;
    color: #000000;
    text-align: center;
    height: 85px;
    width: 16.66%;
    border-right: 1px solid #003D71;
}

.table_horizontal table tr td:first-child {
    text-align: left;
    font-weight: 600;
    border-right: 4px solid #00AEEF;
    padding-left: 35px;
}

.table_horizontal table th:first-child {
    text-align: left;
    font-weight: 600;
    border-right: 4px solid #00AEEF;
}

.table_simple {
    float: left;
    width: 100%;
    padding: 60px 0;
}

.table_simple table {
    float: left;
    width: 100%;
}

.table_simple h2 {
    color: #000;
    font-size: 32px;
    line-height: 30px;
    font-weight: bold;
}

.table_simple p {
    color: #000;
    margin: 0 0 15px 0;
}

.table_simple table tr td {
    font-size: 20px;
    line-height: 30px;
    font-weight: normal;
    color: #000000;
    text-align: left;
    height: 85px;
    border-bottom: 1px solid #003D71;
    background-color: #fff;
    padding-left: 55px;
}

.table_simple table tr td:first-child {
    text-align: left;
    font-weight: 600;
    border-right: 4px solid #00AEEF;
    padding-left: 35px;
}

.table_simple table tr:first-child {
    border-top: 1px solid #003D71;
}


/*****************************************************
Table css End
******************************************************/


/*****************************************************
video section css Start
******************************************************/

.video_section {
    float: left;
    width: 100%;
    background: #F4F6F6;
    padding: 105px 0;
    margin: 50px 0 0 0;
}

.video_inner {
    width: 1358px;
    display: flex;
    align-items: center;
    margin: auto;
}

.video_inner .video_text h2 {
    font-size: 32px;
    line-height: 40px;
    font-weight: bold;
    color: #000;
}

.video_inner .video_text {
    padding: 20px 170px 20px 0;
    width: 51%;
}

.video_inner .video_text.left {
    padding: 20px 0 20px 170px;
    width: 51%;
}

.video_inner .video_video {
    width: 49%;
}

.video_inner .video_video iframe {
    width: 100%;
    height: 372px;
}

.video_inner .video_text p {
    font-size: 28px;
    line-height: 36px;
    font-weight: normal;
    color: #000;
}

.btn_wrap {
    width: 100%;
    float: left;
    margin: 30px 0 0 0;
}

.video_inner .video_text a.bounce_btn {
    font-size: 20px;
}


/*****************************************************
video section css End
******************************************************/


/*****************************************************
On Page Alert css Start
******************************************************/

.on_page_alert {
    float: left;
    width: 100%;
    margin: 50px 0;
}

.on_page_alert_inner {
    border: 4px solid #003D71;
    padding: 55px;
    position: relative;
    text-align: center;
}

.on_page_alert_inner p {
    font-size: 23px;
    line-height: 30px;
    color: #000;
    font-weight: normal;
    margin: 0;
}

.on_page_alert_inner p a {
    font-weight: 600;
    color: #003D71;
}

.on_page_alert_inner svg {
    position: absolute;
    left: 0;
    top: 0;
}


/*****************************************************
On Page Alert css End
******************************************************/


/*****************************************************
Section Modal popup css Start
******************************************************/

.more_in_dropdown {
    float: left;
    width: 100%;
}

.more_in_dropdown_wrap {
    position: relative;
}

.more_in_dropdown .btn_wrap {
    margin: 50px 0;
}

.more_in_dropdown_inner {
    position: absolute;
    float: left;
    width: 408px;
    background: #fff;
    z-index: 99;
    left: 0;
    top: 85px;
    border: 1px solid #00AEEF;
    padding: 40px;
    -webkit-box-shadow: 5px 6px 18px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 5px 6px 18px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 5px 6px 18px 0px rgba(0, 0, 0, 0.16);
    display: none;
}

.more_in_dropdown_inner ul {
    padding: 0;
}

.more_in_dropdown_inner ul li {
    padding: 0 0 16px 0;
    list-style: none;
}

.more_in_dropdown_inner ul li:last-child {
    padding: 0 0 0 0;
    list-style: none;
}

.more_in_dropdown_inner ul li a {
    font-size: 21px;
    line-height: 24px;
    color: #003D71;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    text-decoration: none;
}

.more_in_dropdown_inner ul li.active {
    font-size: 21px;
    line-height: 24px;
    color: #003D71;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    text-decoration: none;
}

.more_in_dropdown_inner ul li a:hover {
    text-decoration: underline;
    font-weight: 500;
}

.more_in_dropdown_inner ul li a:focus {
    text-decoration: underline;
    font-weight: 500;
}

a.dropdown_inner_close {
    position: absolute;
    top: 13px;
    right: 13px;
    border: 1px solid transparent;
    padding: 5px;
}

a.dropdown_inner_close:hover {
    border: 1px solid #003D71;
}

a.dropdown_inner_close:focus {
    border: 1px solid #003D71;
}

.more_in_dropdown_wrap a.bounce_btn::before {
    right: 38px;
}

.more_in_dropdown a.bounce_btn.more_in_dropdown_btn {
    font-size: 20px;
}


/*****************************************************
Section Modal popup css End
******************************************************/


/*****************************************************
intro_text css Start
******************************************************/

.intro_text {
    width: 100%;
    float: left;
}

.intro_text_row {
    margin: 75px 0 50px;
    float: left;
    width: 100%;
}

.intro_text_inner {
    font-size: 38px;
    line-height: 48px;
    font-weight: 300;
    color: #000;
}

.intro_text_row .btn_wrap {
    float: left;
    width: 100%;
}

.intro_text_row a.blue_btn {
    text-transform: uppercase;
}


/*****************************************************
intro_text css End
******************************************************/


/*****************************************************
content css Start
******************************************************/

.content {
    float: left;
    width: 100%;
}

.content_wrap {
    width: 1344px;
    margin: auto;
}

.content_inner {
    margin: 50px 0;
}


/*****************************************************
content css End
******************************************************/


/*****************************************************
banner css Start
******************************************************/

.home .header .header_gray {
    background-color: rgba(255, 255, 255, .92);
    z-index: 9;
    position: relative;
}

.banner {
    float: left;
    width: 100%;
    position: relative;
}

.banner .banner_wrap {
    margin-top: -112px;
}

.banner .banner_text {
    position: absolute;
    bottom: 0;
    left: 80px;
    right: 0;
}

.banner .banner_overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.71;
}

.banner .banner_overlay img {
    width: 100%;
}

.banner_img img {
    width: 100%;
}

.banner .banner_text .banner_text_heading {
    font-size: 200px;
    line-height: 200px;
    color: #fff;
    opacity: 0.5;
    z-index: 1;
    position: relative;
    margin: 0;
    text-transform: uppercase;
    font-family: 'Oswald';
    font-weight: 400;
}

.banner_video video {
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: block;
}

.banner_video button.button_video svg.button_video_play {
    display: none;
}

.banner_video button.button_video.button_video_play svg.button_video_play {
    display: block;
}

.banner_video button.button_video.button_video_play svg.button_video_pause {
    display: none;
}

.banner_video button.button_video {
    position: absolute;
    right: 80px;
    bottom: 65px;
    height: 74px;
    width: 74px;
    font-size: 0;
    background: no-repeat;
    border: none;
    z-index: 9;
    display: none;
}

.banner_video button.button_video:hover svg path.vid_blue {
    fill: rgba(0, 61, 113, 0.55);
}

.banner_wrap:hover .banner_video button.button_video {
    display: block;
}


/*****************************************************
banner css End
******************************************************/


/*****************************************************
start here css Start
******************************************************/

.start_here {
    float: left;
    width: 100%;
    background: #000F32;
}

.start_here_text {
    float: left;
    width: 100%;
    margin: 50px 0 -10px 0;
}

.start_here_text p {
    width: 67%;
    margin: 0;
    float: left;
    color: #fff;
    font-size: 48px;
    line-height: 48px;
    font-weight: 300;
    text-align: right;
}

.start_here_text p span {
    font-size: 80px;
    font-weight: 300;
    display: block;
    text-align: right;
    margin: 25px 0;
}

.start_here_text ul {
    margin: 0;
    padding: 0 255px 0 0;
    float: right;
    text-align: right;
    width: 30%;
}

.start_here_text ul li {
    list-style: none;
    float: left;
    width: 100%;
    text-align: right;
}

.start_here_text ul li .btn_wrap a.bounce_btn {
    float: right;
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    color: #fff;
}

.start_here_text ul li .btn_wrap {
    text-align: right;
    margin: 8px 0 0 0;
}

.start_here_text ul li a.bounce_btn:hover::before {
    background: #fff;
}

.start_here_text ul li a.bounce_btn:focus::before {
    background: #fff;
}


/*****************************************************
start here css End
******************************************************/


/*****************************************************
Showcase slider css Start
******************************************************/

.showcase_slider {
    float: left;
    width: 100%;
}

.showcase_slider .showcase_slider_inner {
    margin: 50px 0;
    position: relative;
}

.showcase_slider .slider_box {
    width: 1300px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 550px;
}

.slider_box a.bounce_btn {
    font-size: 20px;
}

.showcase_slider .slider_box .showcase_slider_inner_left {
    margin-right: 108px;
    max-width: 642px;
}

.showcase_slider_inner_right {
    position: relative;
}

.showcase_slider_inner_right a.showcase_slider_video_btn {
    position: absolute;
    bottom: 55px;
    right: 30px;
    font-size: 0;
}

.showcase_slider_inner_right a.showcase_slider_video_btn:hover svg path.vid_blue {
    fill: rgba(0, 61, 113, 1);
}

.showcase_slider_inner_right a.showcase_slider_video_btn:focus svg path.vid_blue {
    fill: rgba(0, 61, 113, 1);
}


/* .showcase_slider .slider_box .showcase_slider_inner_right {
    width: 47.5%;
} */

.showcase_slider .slider_box .showcase_slider_inner_left h2 {
    font-size: 50px;
    line-height: 54px;
    font-weight: bold;
    color: #000;
}

.showcase_slider .slider_box .showcase_slider_inner_left p {
    font-size: 28px;
    line-height: 36px;
    color: #000;
    font-weight: 300;
}

.showcase_slider .owl-theme .owl-dots {
    display: none;
}

.showcase_slider .owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0;
    margin-top: -41px;
}

.showcase_slider .owl-carousel .owl-nav button.disabled {
    display: none;
}

.showcase_slider .owl-carousel .owl-nav button.owl-prev {
    float: left;
    margin-left: 50px;
}

.showcase_slider .owl-carousel .owl-nav button.owl-next {
    float: right;
    margin-right: 50px;
}

.showcase_slider .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 0;
    margin: 5px;
    padding: 4px 7px;
    background: #fff;
    display: inline-block;
    cursor: pointer;
    border-radius: 0;
}

.showcase_slider .owl-theme .owl-nav [class*='owl-']:hover {
    background: #fff;
    color: #FFF;
    text-decoration: none;
}

.showcase_slider .owl-theme .owl-nav [class*='owl-']:hover {
    background: #fff;
    color: #FFF;
    text-decoration: none;
}

.showcase_slider .owl-carousel .owl-nav {
    border-radius: 0;
}

.showcase_slider .owl-carousel.owl-drag .owl-item .item {
    display: none;
}

.showcase_slider .owl-carousel.owl-drag .owl-item.active .item {
    display: block;
}

.showcase_slider .owl-carousel .owl-nav button:Hover svg path {
    fill: #003D71;
}

.showcase_slider .owl-carousel .owl-nav button:Hover .nav-button {
    border-bottom: 5px solid #013f6f;
}

.showcase_slider .owl-carousel .owl-nav button:focus svg path {
    fill: #003D71;
}

.showcase_slider .owl-carousel .owl-nav button:focus .nav-button {
    border-bottom: 5px solid #013f6f;
}

.slider_video_box .modal-content {
    position: relative;
    background: transparent;
    border: none;
    border-radius: 0;
    display: block;
}

.slider_video_box button.btn-close {
    position: absolute;
    right: 20px;
    top: 20px;
    background-color: #ffffff;
    opacity: 1;
    z-index: 9;
}

.slider_video_box .modal-content .slider_video video {
    width: 100%;
}

.modal-body.slider_video_model iframe {
    width: 570px;
    height: 400px;
}

.modal-body.slider_video_model {
    padding: 0;
}


/*****************************************************
Showcase slider css End
******************************************************/


/*****************************************************
Event News css Start
******************************************************/

.newsEvent {
    float: left;
    width: 100%;
}

.newsEvent_inner_desktop {
    display: flex;
    align-items: flex-start;
    margin-top: 50px;
}

.newsEvent_inner_desktop .event_box {
    width: 50%;
    background-color: #003D71;
    height: 100%;
    padding: 60px 115px 65px 135px;
    position: relative;
    min-height: 951px;
}

.newsEvent_inner_desktop .news_box {
    width: 50%;
    height: 100%;
    padding: 60px 65px 65px 65px;
    background-color: #F4F6F6;
    min-height: 951px;
    position: relative;
}

.newsEvent_inner_desktop .event_box h2 {
    color: #fff;
    font-size: 70px;
    line-height: 54px;
    font-weight: bold;
    letter-spacing: 2px;
    z-index: 1; /*added in UAT */
    position: relative;
    margin-top: 0px;
}

.newsEvent_inner_desktop .news_box h2 {
    color: #003D71;
    font-size: 70px;
    line-height: 54px;
    font-weight: bold;
    letter-spacing: 2px;
    z-index: 1; /* added in UAT */
    position: relative;
    margin-top: 0px;
}

.newsEvent_inner_desktop .event_box .shadow_event {
    font-size: 160px;
    font-weight: 700;
    color: #7099BA;
    opacity: .16;
    line-height: 54px;
    position: absolute;
    top: 30px;
    left: 86px;
}

.newsEvent_inner_desktop .news_box .shadow_event {
    font-size: 160px;
    font-weight: 700;
    color: #7099BA;
    opacity: .16;
    line-height: 54px;
    position: absolute;
    top: 30px;
    left: 26px;
}

.event_box_inner a {
    width: 50%;
    float: left;
    display: block;
    text-decoration: none;
    color: #fff;
    margin: 30px 0 70px 0;
    position: relative;
    height:215px; /* added in UAT */
}

.event_box_inner a::before {
    content: "";
    width: 6px;
    background-color: #00AEEF;
    position: absolute;
    top: 0;
    bottom: 0;
    display: none;
    left: -25px;
}

.event_box_inner a:hover::before {
    display: block;
}

.event_box_inner a:focus::before {
    display: block;
}

.event_box_inner a .event_heading {
    font-size: 60px;
    line-height: 60px;
    display: block;
    font-family: 'Oswald';
    font-weight: 500;
    margin: 0;
}

.event_box_inner a span {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin: 20px 0 45px 0;
    display: block;
}

.event_box a.bounce_btn {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    float: right;
    margin: 0 125px 0 0;
}

.news_box_inner a {
    width: 50%;
    float: left;
    display: block;
    text-decoration: none;
    color: #003D71;
    padding-right: 80px;
    margin: 30px 0 100px 0;
    position: relative;
    height: 215px; /* added in UAT */
}

.news_box_inner a::before {
    content: "";
    width: 6px;
    background-color: #00AEEF;
    position: absolute;
    top: 0;
    bottom: 0;
    display: none;
    left: -25px;
}

.news_box_inner a:hover::before {
    display: block;
}

.news_box_inner a:focus::before {
    display: block;
}

.news_box_inner a span {
    font-size: 28px;
    line-height: 32px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 30px;
    display: block;
    color: #003D71;
}

.news_box_inner a p {
    font-size: 20px;
    line-height: 30px;
    font-weight: normal;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 0px;
    display: block;
    color: #003D71;
}

.news_box a.bounce_btn {
    font-size: 20px;
    color: #003D71;
    font-weight: 600;
    float: right;
    margin: 0 125px 0 0;
}

.news_box_inner {
    display: flex;
    flex-wrap: wrap;
}

.event_box_inner_slider {
    float: left;
    width: 100%;
    display: none;
}

.event_box_inner_slider .owl-nav {
    display: none;
}

.news_box_inner_slider {
    float: left;
    width: 100%;
    display: none;
}

.news_box_inner_slider .owl-nav {
    display: none;
}


/*****************************************************
Event News css End
******************************************************/


/*****************************************************
Four Column Block css Start
******************************************************/

.four_columnBlock {
    float: left;
    width: 100%;
}

.four_columnBlock_inner {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin: 0 0 50px 0;
}

.four_columnBlock_inner .four_columnBlock_wrap {
    width: 25%;
}

.four_columnBlock_inner .four_columnBlock_wrap a.four_columnBlock_link {
    text-decoration: none;
    display: block;
    position: relative;
    z-index: 0;
}

.four_columnBlock_inner .four_columnBlock_wrap a.four_columnBlock_link::before {
    content: "";
    height: 160px;
    width: 6px;
    position: absolute;
    background-color: #00AEEF;
    z-index: 99;
    left: 20px;
    bottom: 0;
    transition: 0.2s all ease-in-out;
}

.four_columnBlock_inner .four_columnBlock_wrap a.four_columnBlock_link:hover::before {
    content: "";
    height: 240px;
    width: 6px;
    position: absolute;
    background-color: #00AEEF;
    z-index: 99;
    left: 20px;
    bottom: 0;
}

.header .heade_bot .heade_bot_right ul li a.active {
    border-bottom: 4px solid #00AEEF;
    font-weight: 700;
}

.header .header_top ul li a.active {
    border-bottom: 4px solid #00AEEF;
}

.four_columnBlock_inner .four_columnBlock_wrap a.four_columnBlock_link:focus::before {
    content: "";
    height: 240px;
    width: 6px;
    position: absolute;
    background-color: #00AEEF;
    z-index: 99;
    left: 20px;
    bottom: 0;
}

.four_columnBlock_inner .four_columnBlock_wrap .svg_four_column {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

.four_columnBlock_inner .four_columnBlock_wrap .four_columnBox_text p {
    font-size: 62px;
    line-height: 58px;
    font-weight: 300;
    padding: 0 120px 0 40px;
    margin: 20px 0 8px 0; /*Added 8px margin to bottom for taller letters */
}

.four_columnBlock_inner .four_columnBlock_wrap a.four_columnBlock_link .four_columnBox_img {
    overflow: hidden;
}

.four_columnBlock_inner .four_columnBlock_wrap a.four_columnBlock_link img {
    width: 100%;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    transition: transform .2s;
}

.four_columnBlock_inner .four_columnBlock_wrap a.four_columnBlock_link:hover img {
    transform: scale(1.25);
}

.four_columnBlock_inner .four_columnBlock_wrap a.four_columnBlock_link:focus img {
    transform: scale(1.25);
}

.four_columnBlock_wrap .four_column_hoverbox {
    position: absolute;
    top: 0;
    left: -110%;
    z-index: 999;
    transition: 0s all ease-in-out;
    width: 100%;
    display: none;
    height: 100%;
}

.four_columnBlock_wrap .four_column_hoverbox .four_column_hoverbox_inner {
    display: flex;
    padding: 0 143px;
    align-items: center;
    background-color: #F4F6F6;
    position: relative;
    height: 100%;
}

.four_columnBlock_wrap .four_column_hoverbox .four_column_hoverbox_inner .four_column_hoverbox_img {
    height: 100%;
}

.four_columnBlock_wrap .four_column_hoverbox .four_column_hoverbox_img img {
    height: 100%;
    margin: 0 62px 0 0;
}

.four_columnBlock_wrap .four_column_hoverbox .four_column_hoverbox_text h2 {
    font-size: 48px;
    line-height: 54px;
    font-weight: 300;
    color: #000;
}

.four_columnBlock_wrap .four_column_hoverbox .four_column_hoverbox_text ul li {
    font-weight: 300;
}

.four_columnBlock_wrap .four_column_hoverbox .four_column_hoverbox_text ul li span {
    font-weight: normal;
}

.four_columnBlock_wrap .four_column_hoverbox .four_column_hoverbox_close {
    position: absolute;
    top: 0;
    right: 142px;
    border: 1px solid transparent;
    font-size: 0;
}

.four_columnBlock_wrap .four_column_hoverbox .four_column_hoverbox_close:hover {
    border: 1px solid #000;
}

.four_columnBlock_wrap .four_column_hoverbox .four_column_hoverbox_close:focus {
    border: 1px solid #000;
}

.four_column_hoverbox_text a.bounce_btn {
    font-size: 20px;
}


/*****************************************************
Four Column Block css End
******************************************************/


/*****************************************************
program para css Start
******************************************************/

.program_para {
    float: left;
    width: 100%;
}

.program_para_inner {
    float: left;
    width: 100%;
    margin: 120px 0 70px 0; /* top margin adjusted from 70px */
}

.program_para_inner p {
    font-size: 28px;
    line-height: 48px;
    font-weight: 300;
    max-width: 1175px;
    margin: 0;
}

.program_result {
    float: left;
    width: 100%;
    padding: 0 0 135px 0;
}

.program_result_inner {
    float: left;
    width: 100%;
}

.program_result_inner .show_result {
    font-size: 20px;
    line-height: 48px;
    font-weight: normal;
    color: #000;
    margin: 0 0 10px 0;
    display: flex;
}

.program_result_inner .show_result .show_result_text {
    font-weight: bold;
    margin-right: 17px;
    min-width: 173px;
}

.program_result_inner .program_dropdown h4 {
    font-size: 24px;
    line-height: 31px;
    font-weight: bold;
    color: #003D71;
    margin: 45px 0 30px 0;
}

.program_result_inner .program_dropdownDrop {
    padding: 10px 35px;
    background: #f4f6f6;
    display: none;
    position: relative;
    left: 0;
    right: 0;
    z-index: 9;
}

.program_result_inner .form-group {
    display: block;
    margin-bottom: 28px;
}

.program_result_inner .form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    opacity: 0;
    cursor: pointer;
    position: absolute;
    top: 10px;
}

.program_result_inner .form-group label {
    position: relative;
    cursor: pointer;
    font-size: 23px;
    line-height: 23px;
    font-weight: normal;
}

.program_result_inner .form-group label:hover {
    text-decoration: underline;
}

.program_result_inner .form-group label:focus {
    text-decoration: underline;
}

.program_result_inner .form-group label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #000000;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 24px;
}

.program_result_inner .form-group input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: 8px;
    width: 6px;
    height: 14px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.program_dropdown ul {
    padding: 0;
}

.program_dropdown ul li {
    list-style: none;
    padding: 0;
    position: relative;
}

.program_dropdown ul li a {
    background: #F4F6F6;
    width: 100%;
    display: block;
    padding: 13px 38px;
    font-size: 28px;
    line-height: 48px;
    text-decoration: none;
    color: #000;
    height: 75px;
    border: 3px solid #f4f6f6;
}

.program_dropdown ul li a:hover {
    border: 3px solid #00AEEF;
}

.program_dropdown ul li a:focus {
    border: 3px solid #00AEEF;
}

.program_dropdown ul li a.program_dropdown_btn svg {
    -webkit-transition: -webkit-transform .3s ease-in-out;
    -ms-transition: -ms-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transform: rotate(00deg);
    -ms-transform: rotate(00deg);
    -webkit-transform: rotate(00deg);
}

.program_dropdown ul li a.program_dropdown_btn.active svg {
    -webkit-transition: -webkit-transform .3s ease-in-out;
    -ms-transition: -ms-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.program_dropdown ul li a svg {
    float: right;
    margin: 17px 0;
}

a.reset_program {
    background: #003D71;
    color: #fff;
    font-size: 24px;
    line-height: 35px;
    text-decoration: none;
    height: 75px;
    display: flex;
    padding: 15px 49px;
    width: 247px;
    align-items: center;
    justify-content: space-between;
    margin: 55px 0;
    border: 3px solid #003D71;
}

a.reset_program:hover {
    background: #fff;
    color: #003D71;
}

a.reset_program:hover svg path {
    fill: #003D71;
}

a.reset_program:focus svg path {
    fill: #003D71;
}

a.reset_program:focus {
    background: #fff;
    color: #003D71;
}

.program_listing {
    display: flex;
    flex-wrap: wrap;
}

.program_box {
    width: 33.33%;
}

.program_box_wrap .program_box_img img {
    width: 100%;
}

.program_box_link {
    margin: 0 15px 30px;
    display: block;
}

.program_box_link .program_box_wrap .program_box_img {
    border-bottom: 3px solid #00AEEF;
    overflow: hidden;
}

.program_box_link {
    text-decoration: none;
}

.program_box_link .program_box_wrap .program_box_img img {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    transition: transform .2s;
}

.program_box_link:hover .program_box_wrap .program_box_img img {
    transform: scale(1.2);
}

.program_box_link:focus .program_box_wrap .program_box_img img {
    transform: scale(1.2);
}

.program_box_wrap {
    border: 3px solid #00AEEF;
}

.program_box_text_heading {
    padding: 35px 35px 0;
    min-height: 153px;
    margin-bottom: 20px;
}

.program_box_text_heading h3 {
    font-size: 23px;
    line-height: 28px;
    font-weight: bold;
    color: #000;
    margin: 0 0 5px 0;
}

.program_box_text_heading p {
    font-size: 20px;
    line-height: 28px;
    color: #003D71;
    font-weight: normal;
    margin: 0;
}

.program_box_text_list {
    padding: 0 35px 35px;
}

.program_box_text_list ul {
    margin: 0;
    padding: 0;
    width: 100%;
}

.program_box_text_list ul li {
    margin: 0;
    padding: 0 0 12px 0;
    width: 100%;
    list-style: none;
    font-size: 20px;
    line-height: 28px;
    font-weight: normal;
    color: #000;
    display: flex;
    align-items: center;
}

.program_box_text_list ul li:last-child {
    padding: 0;
}

.program_box_text_list ul li span {
    margin: 0 20px 0 0;
    display: inline-block;
    width: 38px;
}

.show_result_inner p.res_block {
    display: inline-block;
    margin: 0 5px;
}

.show_result_inner p.res_block a.fclose {
    text-decoration: none;
    font-size: 20px !important;
    line-height: 20px;
    margin: 0 4px 4px 0;
    display: inline-block;
    font-weight: 400;
}

.show_result_inner p.res_block a.fclose:hover {
    border-bottom: 2px solid;
}

.show_result_inner p.res_block a.fclose:focus {
    border-bottom: 2px solid;
}

.program_result_inner .form-group {
    position: relative;
}


/*****************************************************
program para css End
******************************************************/


/*****************************************************
 css Start
******************************************************/


/*****************************************************
 css End
******************************************************/
/***************************************************** 
Fixing banner css Start
******************************************************/

.banner {
    margin: 0 0 60px 0;
}

.home .banner {
    margin: 0;
}

.more_in_dropdown {
    margin-top: -60px;
}

/*****************************************************
Fixing banner  css End
******************************************************/

/*****************************************************
new fixes css Start
******************************************************/

.four_columnBlock_wrap .four_column_hoverbox .four_column_hoverbox_inner .four_column_hoverbox_img {
    width: 42%;
}

footer .footer_bot {
    background: #000F32;
    float: left;
    width: 100%;
    padding: 5px 248px 55px;
    margin: -4px 0 0 0;
}

.event_box_inner a {
    padding: 0 30px 0 0;
    min-height: 265px;
}

.news_box_inner a {
    min-height: 235px;
}


/*****************************************************
new fixes css End
******************************************************/
