/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
/* Theme customization starts here */
@import url("../Divi/style.css");
@import url("assets/fonts/font.css");

/* 
font-family: 'CircularStd';
font-weight: 900;
font-weight: normal;
font-weight: bold;
*/
body {
    font-family: 'CircularStd';
    font-weight: normal;
    font-style: normal;
}

h2 {
    font-size: 3.75em !important;
}

h3 {
    font-size: 2.5em !important;
}

h4 {
    font-size: 2.5em !important;
}

h5 {
    font-size: 2.5em !important;
}

.row-med {
    width: 60%;
    margin: 0 auto;
}

.et_pb_code_inner {
    text-align: center;
}

.easy-notification-bar {
    z-index: 999999;
}

body .et_pb_button_module_wrapper .et_pb_button,
body .et_pb_button_module_wrapper .et_pb_button:hover {
    height: 60px !important;
    line-height: 60px !important;
    padding: 20px 40px !important;
    font-size: .8em;
    box-shadow: 0px 50px 33px -6px rgb(0 0 0 / 12%);
    display: initial;
    letter-spacing: .1em;
}

#top-menu li {
    padding-right: 50px;
}

#header-notification {
    background-color: #1A2F73;
    color: rgba(256, 256, 256, 0.7);
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    padding: 8px 25px 8px 25px;
    position: relative;
}

#header-notification span {
    font-size: inherit;
    padding-left: 30px;
    background-image: url('assets/images/Icon metro-notification.svg');
    background-repeat: no-repeat;
    background-size: 21px;
    background-position: left center;
    display: inline-block;
    text-align: left;
}

#header-notification .close-icon {
    position: absolute;
    right: 10px;
    top: 6px;
    cursor: pointer;
    width: 15px;
    text-align: center;
}

.et_header_style_left .logo_container {
    width: 200px;
}

.alert-header-show #main-header {
    top: 40px !important;
}

#main-header #logo {
    height: auto !important;
}

.et-fixed-header#main-header {
    top: 0 !important;
}

.alert-header-hide #main-header {
    top: 0 !important;
}

#main-header #top-menu li a {
    font-weight: normal;
    font-style: normal;
    color: #ffffffb3;
}

#header-move-top {
    min-height: 700px;
    display: flex;
    align-items: center;
    height: 100vh !important;
}

#header-move-top>.et_pb_module {
    padding: 0 !important;
}

#header-move-top>.et_pb_module {
    padding-top: 0;
}

#header-move-top .header-content h1 {
    font-weight: bold;
    font-size: 6.25em;
    max-width: 600px;
}

#header-move-top .et_pb_fullwidth_header_0 {
    width: 100%;
}

#header-move-top .et_pb_header_content_wrapper {
    font-size: 1.125em;
    margin-top: 20px;
    max-width: 600px;
}

#header-move-top .et_pb_header_content_wrapper a {
    margin-top: 30px;
    display: inline-block;
    color: #fff;
    font-size: 40px;
}

#main-footer .container {
    width: 60%;
    margin: 0 auto;
}

#main-footer p {
    opacity: 1;
    color: #1a2f73bd
}

#main-footer h5 {
    color: #0D3380;
    font-weight: bold;
    font-size: 1em !important;
}

#main-footer #footer-widgets {
    border-bottom: 1px solid #D1E0FF;
}

#main-footer .footer-widget .widget_block {
    display: block;
    width: 100%;
    margin-bottom: 5%;
}

#main-footer .footer-widget #text-2.widget_text {
    float: none;
    margin-bottom: 5px;
}

#main-footer .footer-widget #text-2.widget_text a:first-of-type {
    color: #1a2f73;
}

#main-footer #footer-info {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    position: relative;
    font-size: .9em;
    font-weight: normal;
}

#main-footer #footer-info p {
    position: absolute;
    left: 0;
}

#main-footer #footer-info a {
    padding-left: 5%;
    color: #625F85;
    font-size: 1.2em;
}

#main-footer #footer-bottom {
    padding: 50px 0 50px;
}

#main-footer form {
    position: relative;
    width: 100%;
}

#main-footer .subscribe-email {
    position: relative;
    display: block;
    width: 100%;
}

#main-footer .subscribe-email input[type="email"] {
    height: 52px;
    border-radius: 20px;
    padding-left: 13px;
    padding-right: 60px;
    border: 1px solid #ccc;
    width: 100%;
    font-size: 1rem;
}

#main-footer .subscribe-email input[type="email"]::placeholder {
    color: #0D3380;
    opacity: .8;
}

#main-footer .subscribe-email~input[type="submit"] {
    background-color: #1C67FF;
    font-size: .8em;
    text-transform: uppercase;
    color: #fff;
    border: 0;
    height: 50px;
    width: 60px;
    border-radius: 20px;
    position: absolute;
    right: 1px;
    top: 1px;
}

#main-footer #block-16 p {
    max-width: 250px;
}

.header-content-container {
    position: relative;
    z-index: 99;
}

#header-move-top .et_pb_section_video_bg ::after {
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(13, 51, 128, 0.1);
    position: absolute;
    z-index: 2;
}

#best-solutions {
    padding-bottom: 40px;
}

#best-solutions h2 {
    font-size: 2.5em !important;
    font-weight: bold;
    width: 60%;
    margin: 0 auto;
    line-height: 50px;
}

#best-solutions h3 {
    font-weight: bold;
    font-size: 1.5625em !important;
    margin-bottom: 15px;
}

#best-solutions p {
    font-weight: bold;
}

#inner-pgbanner.newsroom-banner .et_pb_module .header-content {
    max-width: 100% !important;
}

#best-solutions p sup {
    color: black;
    font-size: 0.6em;
    margin-top: 15px;
    display: inline-block;
}

#best-solutions .et_pb_code {
    height: 70px;
    margin-bottom: 16px;
}

#water-drop-img {
    text-align: center;
    height: 700px;
}

#water-drop-img img {
    margin-bottom: -45px;
}

#water-drop-img video {
    position: absolute !important;
    top: 50% !important;
    left: 0;
    transform: translateY(-50%) !important;
}

#end-solutions h2 {
    color: #fff;
    font-weight: bold;
    width: 70%;
    margin: 0 auto;
    line-height: 60px;
}

#end-solutions p {
    color: #fff;
    font-weight: bold;
    line-height: 40px;
    margin: 60px auto 0 auto;
    font-size: 1.5625em;
}

#home-news>.et_pb_row {
    padding-bottom: 0;
}

#home-news .et_pb_button_module_wrapper {
    text-align: center;
}

#home-news h2 {
    font-size: 2.5em !important;
    font-weight: bold;
    width: 60%;
    margin: 0 auto;
    line-height: 50px;
}

.news-lists ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    padding-left: 0;
}

.news-lists ul li {
    flex-basis: 29%;
    margin: 2%;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 0px 50px 33px -6px rgb(0 0 0 / 12%);
    list-style: none;
}

.news-lists img {
    border-radius: 20px;
    height: 250px;
    object-fit: cover;
    width: 100%;
}

.news-lists .news-cont {
    padding: 30px 30px 50px;
}

.news-lists .news-cont .news-date {
    color: #0000007a;
}

.news-lists .news-cont .news-title h5 {
    font-size: 1.375em !important;
    font-weight: bold;
    line-height: 30px;
    padding-bottom: 20px;
    padding-top: 10px;
}

.read-more a {
    position: relative;
    font-weight: bold;
}

.read-more a::after {
    content: '';
    position: absolute;
    background: url(assets/images/r-arrow.png) no-repeat;
    right: -33px;
    top: 3px;
    width: 20px;
    height: 20px;
}

#inner-pgbanner .et_pb_module {
    display: flex;
    justify-content: center;
    align-items: center;
}

#inner-pgbanner .et_pb_module .header-content h1 {
    font-size: 6.25em;
    font-weight: bold;
}

#inner-pgbanner .et_pb_module .header-content p {
    font-size: 1.375em;
    line-height: 33px;
    padding: 20px;
}

#join-team .et-pb-arrow-prev::before {
    content: '';
    background-image: url(assets/images/slide-left.png);
    height: 70px;
    width: 70px;
    position: absolute;
}

#join-team .et-pb-arrow-next::before {
    content: '';
    background-image: url(assets/images/slide-right.png);
    height: 70px;
    width: 70px;
    position: absolute;
}

#join-team .et_pb_slider .et-pb-arrow-next {
    right: 96px;
}

#join-team .et_pb_slides .et_pb_slide {
    padding: 0 !important;
}

#join-team .et_pb_slides .et_pb_slide .et_pb_slider_container_inner {
    height: 100%;
}

#join-team .et_pb_slides .et_pb_slide .et_pb_slide_image {
    margin: 0 !important;
    padding: 0 !important;
    height: 100%;
}

#join-team .et_pb_slides .et_pb_slide .et_pb_slide_image img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    max-height: 100% !important;
}

#join-team .et_pb_column:first-child {
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    padding-left: 10%;
    width: 50%;
    margin-right: 0;
    padding-right: 10%;
}

#join-team .et_pb_column:last-child {
    width: 50%;
}

#join-team .et_pb_column:first-child h4 {
    font-size: 2.5em;
    font-weight: bold;
    line-height: 50px;
}

#join-team .et_pb_column:first-child p {
    font-weight: bold;
    font-size: 1.25em;
    line-height: 31px;
    margin-top: 40px;
}

#benefits-inc .icon-row .et_pb_code {
    height: 50px;
    margin-bottom: 0px;
}

#benefits-inc h4 {
    font-size: 2.5em;
    font-weight: bold;
    line-height: 50px;
}

#benefits-inc p {
    font-weight: bold;
    font-size: 1.25em;
    line-height: 31px;
    margin-top: 20px;
}

#benefits-inc p strong {
    font-size: 1.5625rem;
}

#benefits-inc p strong a {
    color: #1C67FF;
    text-decoration: underline;
}

#benefits-inc .et_pb_row_4col p {
    font-size: 1rem;
    line-height: 26px;
}

#partner-sect .row-med {
    width: 50%;
    margin: 0 auto;
    padding: 10px 0;
}

.postSlugs ul li a {
    color: #0E1E3C;
}

#partner-sect h4,
.current-open h4 {
    font-size: 2.5em;
    font-weight: bold;
    line-height: 50px;
}

#partner-sect .et_pb_column {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-basis: 25%;
    margin-right: 0;
}

.current-open {
    padding: 0 !important;
}

#mission-sect {
    padding-bottom: 0 !important;
}

#mission-sect .et_pb_text_inner {
    width: 65%;
    margin: 0 auto;
}

#mission-sect h5 {
    color: #1C67FF;
    text-transform: uppercase;
    font-size: 1.2em !important;
    font-weight: normal;
}

#mission-sect h4 {
    font-size: 2.5em !important;
    font-weight: bold;
    line-height: 50px;
    width: 75%;
    margin: 20px 0;
}

#mission-sect p {
    font-size: 1.3em;
    line-height: 35px;
    font-weight: bold;
    width: 85%;
}

#about-video {
    padding-bottom: 0 !important;
}

#key-personnel h4 {
    font-size: 2.5em !important;
    font-weight: bold;
    line-height: 50px;
    width: 75%;
    text-align: center;
    margin: 0 auto;
}

#key-personnel p {
    font-size: 1.3em;
    line-height: 35px;
    font-weight: bold;
    width: 75%;
    margin: 20px auto;
}

#advisory-board {
    padding: 75px 0;
}

#advisory-board h4 {
    font-size: 2.5em !important;
    font-weight: bold;
}

#investor-sect p {
    font-size: 1.2em;
    line-height: 35px;
    font-weight: bold;
    width: 45%;
    margin: 0 auto;
}

#investor-sect h4 {
    font-size: 2.2em !important;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-weight: bold;
    line-height: 50px;
}

#investor-sect .logo-list .et_pb_module {
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.factsheet-download .factsheet~input[type="submit"] {
    background: url(./assets/images/Download.png);
    background-repeat: no-repeat;
    background-position: 25px center;
    padding-left: 55px !important;
}

.newsRoom_listings ul {
    margin: 0 -2%;
    justify-content: flex-start;
}

#blogLists .newsRoom_listings {
    display: none
}

#blogLists .newsRoom_listings.active {
    display: block
}

.newsRoom_listings ul li {
    flex-basis: 29.33%;
    box-shadow: none;
    border: 1px solid #DBDBDB;
    transition: 0.3s ease;
}

.newsRoom_listings ul li:hover {
    box-shadow: 0px 25px 33px -6px rgb(0 0 0 / 12%);
}

.postSlugs ul {
    padding: 0;
    border-bottom: 1px solid #70707057;
    font-size: 0;
}

.postSlugs ul li {
    display: inline-block;
    font-size: 18px;
    color: #0E1E3C;
    padding: 20px 35px;
    position: relative;
    cursor: pointer;
    font-weight: 600;
}

.postSlugs ul li:first-child {
    padding-left: 10px;
}

.postSlugs ul li:hover:after,
.postSlugs ul li.current:after {
    content: "";
    height: 2px;
    width: 100%;
    background: #1C67FF;
    position: absolute;
    top: calc(100% - 1px);
    left: 0;
}

#media-kit p {
    font-weight: 600;
}

.news-lists p {
    text-align: center;
}

.factsheet-download form {
    position: relative;
    width: 100%;
}

.factsheet-download .factsheet {
    position: relative;
    display: block;
    width: 100%;
}

.factsheet-download .factsheet~input[type="submit"] {
    background-color: #1C67FF;
    font-size: 16px;
    color: #fff;
    border: 0;
    height: 55px;
    border-radius: 15px;
    position: absolute;
    right: 1px;
    top: 1px;
    padding: 15px 25px;
    cursor: pointer;
}

.factsheet-download .factsheet input[type="text"] {
    height: 57px;
    border-radius: 15px;
    padding-left: 13px;
    padding-right: 60px;
    border: 1px solid #ccc;
    width: 100%;
    font-size: 1rem;
}

.factsheet-download .factsheet input[type="text"]::placeholder {
    color: #0D3380;
    opacity: .8;
    font-size: 16px;
}

.factsheet-download .wpcf7 {
    max-width: 700px;
    margin: 0 auto;
}

.factsheet-download .wpcf7 p {
    padding: 0;
}

.factsheet-download .wpcf7 .wpcf7-response-output {
    margin: 0;
}

.news-lists .news-img {
    background: #f8f8f8;
    font-size: 0;
    border-radius: 20px;
    height: 250px;
}

.pagingPost {
    padding: 2em 0;
    text-align: center;
}

.pagingPost span,
.pagingPost a {
    color: #0E1E3C;
    font-size: 18px;
    display: inline-block;
    padding: 15px 20px;
    line-height: 1;
}

.pagingPost span,
.pagingPost a:hover {
    background: #0E1E3C;
    color: #fff;
}

#key-personnel .et_pb_module .et_pb_code_inner {
    margin: 0 -15px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

#key-personnel .et_pb_module .et_pb_code_inner li {
    list-style: none;
    width: calc(33.333% - 30px);
    margin: 15px;
}

#key-personnel li .team-member {
    display: inline-block;
    width: 100%;
    position: relative;
}

#key-personnel li .team-member::before {
    content: '';
    width: 18px;
    height: 18px;
    position: absolute;
    left: 33px;
    top: 33px;
    z-index: 5;
    background-image: url('assets/images/plus-icon.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
}

#key-personnel li.active .team-member::before {
    background-image: url('assets/images/minus-icon.svg');
}

#key-personnel li .team-member .team-details {
    position: relative;
    display: inline-block;
    background-color: #0E1E3C;
    width: 100%;
    cursor: pointer;
    overflow: hidden;
}

#key-personnel li .team-member .team-details::after {
    content: "";
    display: block;
    padding-bottom: 111%;
}

#key-personnel li .team-member .team-details::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0;
    background-color: rgba(14, 30, 60, 0.23);
    z-index: 2;
    transition: all ease 0.4s;
}

#key-personnel li:hover .team-member .team-details::before {
    background-color: rgba(14, 30, 60, 0.15);
}

#key-personnel li .team-member .team-details img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all ease 0.4s;
}

#key-personnel li:hover .team-member .team-details img {
    transform: scale(1.1);
}

#key-personnel li .team-member .t-content {
    width: calc(100% - 60px);
    position: absolute;
    bottom: 32px;
    left: 32px;
    border-left: 2px solid #1C67FF;
    padding-left: 15px;
    text-align: left;
    color: #fff;
    z-index: 5;
}

#key-personnel li .team-member h5 {
    font-size: 1.563em !important;
    margin-bottom: 5px;
    font-weight: 600;
    color: #fff;
    padding: 0;
}

#key-personnel li .team-member h6 {
    font-size: 16px !important;
    font-weight: 400;
    margin: 0;
    color: #fff;
    padding: 0;
    line-height: 19px;
}

#key-personnel .toggle-content {
    position: absolute;
    left: 0;
    padding: 30px 15px 40px;
    display: none;
    z-index: 999;
    text-align: left;
}

#key-personnel .toggle-content h2 {
    font-size: 1.7em !important;
}

#key-personnel .toggle-content h3 {
    font-size: 16px !important;
}

#key-personnel li.active .toggle-content {
    display: block;
    background: none;
}

#advisory-board .team-list ul {
    padding: 0;
    margin: 0 -15px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    justify-content: center;
}

#advisory-board .team-list ul li {
    list-style: none;
    width: calc(25% - 30px);
    margin: 15px;
}

#advisory-board li .team-member {
    display: inline-block;
    width: 100%;
    position: relative;
}

#advisory-board li .team-member::before {
    content: '';
    width: 17px;
    height: 17px;
    position: absolute;
    left: 32px;
    top: 32px;
    z-index: 5;
    background-image: url('assets/images/plus-icon.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    /*     display: none!important; */
}

#advisory-board li.active .team-member::before {
    background-image: url('assets/images/minus-icon.svg');
}

#advisory-board li .team-member .team-details {
    position: relative;
    display: inline-block;
    background-color: #0E1E3C;
    width: 100%;
    overflow: hidden;
}

#advisory-board li .team-member .team-details::after {
    content: "";
    display: block;
    padding-bottom: 111%;
}

#advisory-board li .team-member .team-details::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0;
    background-color: rgba(14, 30, 60, 0.23);
    z-index: 2;
}

#advisory-board li:hover .team-member .team-details::before {
    background-color: rgba(14, 30, 60, 0.15);
}

#advisory-board li .team-member .team-details img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all ease 0.4s;
}

#advisory-board li:hover .team-member .team-details img {
    transform: scale(1.1);
}

#advisory-board li .team-member .t-content {
    width: calc(100% - 30px);
    position: absolute;
    bottom: 15px;
    left: 15px;
    border-left: 2px solid #1C67FF;
    padding-left: 15px;
    text-align: left;
    color: #fff;
    z-index: 5;
}

#advisory-board li .team-member h5 {
    font-size: 1.375em !important;
    margin-bottom: 5px;
    font-weight: 400;
    color: #fff;
    padding: 0;
}

#advisory-board li .team-member h6 {
    font-size: 14px !important;
    font-weight: 400;
    margin: 0;
    color: #fff;
    padding: 0;
}

#advisory-board .toggle-content {
    position: absolute;
    left: 0;
    padding: 30px 15px 40px;
    display: none;
    z-index: 999;
    text-align: left;
    max-width: 900px;
    right: 0;
    margin: auto;
    /*     display: none!important; */
}

#advisory-board .toggle-content h2 {
    font-size: 1.7em !important;
}

#advisory-board .toggle-content h3 {
    font-size: 16px !important;
}

#advisory-board li.active .toggle-content {
    display: block;
    background: none;
}

#video-section {
    position: relative;
}

#video-section .play-video {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 120px;
    display: inline-block;
    margin: auto;
    color: #fff;
    font-size: 1.563em;
}

#video-section .play-video img {
    margin-bottom: 20px;
}

.post-template-default.single #main-header {
    background: #1a2f73;
    /* top: 43px !important; */
}

.post-template-default.single #main-header.et-fixed-header {
    background: #1a2f73;
    /* top: 0 !important; */
}

.all-articles a {
    margin-bottom: 40px;
    color: #000;
    font-weight: 600;
    font-size: 1.7em;
    display: block;
}

.post-template-default.single .post-meta {
    font-size: 0 !important;
}

.post-template-default.single .post-meta .published {
    text-transform: uppercase;
    font-size: 1.5rem;
    color: #1C67FF;
}

.post-template-default.single h1.entry-title {
    font-size: 4em;
    line-height: 1;
    padding: 20px 0;
}

.post-template-default.single .news-sdec {
    margin-bottom: 40px;
}

.post-template-default.single .news-sdec p,
.post-template-default.single .entry-content p,
.post-template-default.single .entry-content li {
    font-size: 1.4em;
    line-height: 38px;
}

.post-template-default.single .entry-content li:not(:last-child) {
    margin-bottom: 5px;
}

.post-template-default.single .entry-content h2 {
    margin-top: 40px;
    font-size: 2.5rem !important;
    margin-bottom: 20px;
}

.post-template-default.single .entry-content h3 {
    margin-top: 40px;
    font-size: 2rem !important;
    margin-bottom: 20px;
}

.post-template-default.single .entry-content h4 {
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 1.8rem !important;
    font-weight: 600;
    text-transform: uppercase;
    color: #1A2F73;
}

.post-template-default.single .entry-content h5 {
    font-size: 1.8em !important;
    margin-bottom: 20px;
}

.post-template-default.single .news-sdec p a,
.post-template-default.single .entry-content p a {
    color: #1a2f73;
}

.addtoany_shortcode {
    margin-bottom: 40px;
}

.bottom-all-articles {
    margin: 60px 0;
    text-align: center;
}

.bottom-all-articles a {
    background-color: #1a2f73;
    border-width: 0px !important;
    border-radius: 20px;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    height: 60px !important;
    padding: 18px 40px !important;
    font-size: .8em;
    box-shadow: 0px 50px 33px -6px rgb(0 0 0 / 12%);
    letter-spacing: .1em;
    color: #ffffff;
    transition: all 300ms ease 0ms;
}

.bottom-all-articles a:hover {
    background-color: #1c67ff;
}

.entry-content+.et_post_meta_wrapper {
    text-align: right;
    font-size: 0;
    margin-top: 5%;
}

.entry-content+.et_post_meta_wrapper a {
    font-size: 1.3rem;
    margin: 0 20px;
    padding: 10px;
    position: relative;
}

.entry-content+.et_post_meta_wrapper a[rel="prev"] {
    padding-left: 30px;
}

.entry-content+.et_post_meta_wrapper a[rel="next"] {
    padding-right: 30px;
}

.entry-content+.et_post_meta_wrapper a[rel="next"]:after {
    content: "";
    background: url(assets/images/r-arrow.png) no-repeat;
    width: 20px;
    height: 14px;
    position: absolute;
    top: 18px;
    right: 0;
}

.entry-content+.et_post_meta_wrapper a[rel="prev"]:after {
    content: "";
    background: url(assets/images/r-arrow.png) no-repeat;
    width: 20px;
    height: 14px;
    position: absolute;
    top: 18px;
    left: 0;
    transform: rotate(180deg);
}

.post-template-default.single .entry-content h1 {
    margin-top: 30px;
}

.post-template-default.single .entry-content a {
    text-decoration: underline;
    color: #0e1e3c;
}

.single.et_right_sidebar #main-content .container:before {
    display: none;
}

.shareBlk p,
.shareBlk .addtoany_shortcode {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

.shareBlk {
    margin: 30px 0 40px;
}

.shareBlk p {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    margin-right: 20px;
}

.shareBlk .addtoany_shortcode .addtoany_list a {
    font-size: 22px;
    margin: 0 7px;
}

.shareBlk .addtoany_shortcode .addtoany_list a span {
    width: 22px;
    height: 22px;
}

.relatedNews h2 {
    font-size: 2.5em !important;
    font-weight: bold;
    margin: 0 2%;
    line-height: 50px;
}

.news-lists.relatedNews {
    margin: 0 -2%;
}

.post-template-default.single #main-footer {
    border-top: 1px solid #D1E0FF;
}

#careers-job-list {
    display: inline-block;
    clear: both;
    height: auto;
    width: 100%;
}

#careers-job-list #grnhse_app {
    overflow: hidden;
}

#careers-job-list #grnhse_app iframe {
    margin-top: -215px;
    max-width: 600px;
}

.product-listing p {
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    margin-top: 20px;
}

.product-listing .et-pb-arrow-prev::before {
    content: '';
    background-image: url(assets/images/left-arrow.svg);
    height: 54px;
    background-color: rgb(192 198 233 / 26%);
    width: 54px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    border-radius: 54px;
}

.product-listing .et_pb_slider .et-pb-arrow-next,
.product-listing .et_pb_slider .et-pb-arrow-prev {
    opacity: 1;
}

.product-listing .et_pb_slider .et-pb-arrow-prev {
    left: 0;
}

.product-listing .et-pb-arrow-next::before {
    content: '';
    background-image: url(assets/images/right-arrow.svg);
    height: 54px;
    background-color: rgb(192 198 233 / 26%);
    width: 54px;
    border-radius: 54px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
}

.product-listing .et_pb_slider .et-pb-arrow-next {
    right: 96px;
}

.product-listing .et_pb_slides .et_pb_slide {
    padding: 0 !important;
}

.product-listing .et_pb_slides .et_pb_slide .et_pb_slider_container_inner {
    height: 100%;
}

.product-listing .et_pb_slides .et_pb_slide .et_pb_slide_image {
    margin: 0 !important;
    padding: 0 !important;
    height: 100%;
}

.product-listing .et_pb_slides .et_pb_slide .et_pb_slide_image img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    max-height: 100% !important;
}

.product-listing h4 {
    font-size: 2.5em;
    font-weight: bold;
    line-height: 50px;
}

.other-applications h4 {
    margin-bottom: 20px;
}

.other-applications p {
    margin-top: 0;
    font-size: 18px;
}

#footer-widgets .footer-widget .widget_custom_html .socialLinks li {
    list-style: none;
    padding: 0 14px 0 0;
    display: inline-block;
}

.footer-widget .widget_custom_html .socialLinks li:before {
    display: none;
}

#footer-widgets .footer-widget .widget_custom_html .socialLinks li a {
    color: #625F85;
    font-size: 18px;
    transition: 0.3s ease;
}

#footer-widgets .footer-widget .widget_custom_html .socialLinks li a:hover {
    opacity: .7;
}

.page-id-785 #main-header,
.page-id-787 #main-header {
    background: #1a2f73;
}

.page-id-785 #main-header #top-menu li a,
.page-id-787 #main-header #top-menu li a {
    color: #fff;
}

.page-id-787 .et_pb_text_inner li {
    padding-top: 15px;
}

.common_email {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    font-weight: 600;
}

.easy-notification-bar--hidden+.page-container #main-header .et_menu_container,
.et-fixed-header .et_menu_container {
    top: 0 !important;
}

@media (max-width: 1500px) {
    .news-lists .news-img {
        height: 180px;
    }

    #inner-pgbanner .et_pb_fullwidth_header_0 {
        min-height: 620px;
    }
}

@media(max-width:1200px) {
    .newsroom-content h2 {
        width: 60%;
        margin: auto;
    }
}

@media (max-width:1199px) {
    .newsRoom_listings ul li {
        flex-basis: 46%;
    }
}

@media (max-width:767px) {
    .newsRoom_listings ul li {
        flex-basis: 96%;
    }
}

@media (max-width:500px) {
    .newsRoom_listings ul li {
        flex-basis: 100%;
    }
}

@media (min-width:1200px) {
    #inner-pgbanner .et_pb_module {
        width: 85%;
        margin: 0 auto;
        padding-top: 130px !important;
    }

    #inner-pgbanner.content-md .et_pb_module .header-content p {
        width: 100%;
    }

    #inner-pgbanner .et_pb_module .header-content p {
        width: 70%;
        margin: 0 auto;
    }

    #inner-pgbanner .et_pb_module .header-content {
        max-width: 80% !important;
        margin: 0 auto;
    }

    .newsroom-content .row-med {
        width: 70%;
    }

    .post-template-default #main-content #content-area {
        width: 60%;
        margin: 0 auto;
    }
}

@media (max-width:1600px) {
    #main-footer .container {
        width: 70%;
        margin: 0 auto;
    }
}

@media (max-width:1500px) {
    #main-footer #footer-info a {
        padding-left: 3%;
    }

    .news-lists ul li {
        flex-basis: 29%;
    }

    #header-move-top .header-content h1 {
        font-size: 4.25em;
    }

    #best-solutions h2 {
        width: 80%;
    }

    #end-solutions h2 {
        width: 100%;
    }

    .news-lists img {
        height: 180px
    }

    #header-move-top .header-content h1 {
        max-width: 370px;
    }

    #header-move-top .et_pb_header_content_wrapper {
        max-width: 440px;
    }

    #main-footer .container {
        width: 80%;
        margin: 0 auto;
    }

    #partner-sect .row-med {
        width: 70%;
    }
}

@media (max-width:1330px) {
    #join-team .et_pb_column:first-child h4 {
        line-height: 40px;
    }

    #header-move-top .header-content h1 {
        font-size: 3.25em;
    }

    #inner-pgbanner .et_pb_module .header-content h1 {
        font-size: 4.25em;
    }

    #join-team .et_pb_column:first-child {
        padding-right: 5%;
    }

    #mission-sect .et_pb_text_inner {
        width: 80%;
    }
}

@media (max-width:1199px) {
    #mission-sect .et_pb_text_inner {
        width: 100%;
    }

    #mission-sect h4,
    #key-personnel h4 {
        width: 100%;
    }

    #mission-sect p,
    #key-personnel p,
    #investor-sect p {
        width: 100%;
    }

    #investor-sect .row-med {
        width: 80%;
    }

    #inner-pgbanner .et_pb_module .header-content {
        max-width: 80% !important;
        margin: 0 auto;
    }

    .news-lists ul li {
        flex-basis: 45%;
    }

    #inner-pgbanner .et_pb_module .header-content h1 {
        font-size: 4.25em;
    }

    #join-team .et_pb_column:first-child h4 {
        font-size: 2em !important;
        line-height: 38px;
    }

    #join-team .et_pb_column:first-child p {
        font-size: 1em;
        line-height: 25px;
        margin-top: 0;
    }

    #header-move-top {
        height: 850px !important
    }

    #main-footer #footer-info a {
        font-size: 1em;
    }

    #partner-sect .row-med {
        width: 80%;
    }

    #key-personnel li .team-member h6 {
        font-size: 12px !important;
        line-height: 15px;
    }

    #key-personnel li .team-member .t-content {
        left: 20px;
        width: calc(100% - 40px);
    }

    #advisory-board li .team-member .t-content {
        width: calc(100% - 20px);
        left: 12px;
    }

    #advisory-board .team-list ul li {
        width: calc(33.3333% - 30px);
    }
}

@media (max-width:980px) {
    #main-header>.container {
        width: 100%;
        padding: 0 10%;
    }
}

@media (max-width:991px) {
    #header-move-top .header-content h1 {
        font-size: 4.25em;
    }

    .header-content {
        max-width: 90% !important;
        margin: 0 auto;
    }

    .row-med {
        width: 80%;
    }

    #best-solutions h2 {
        width: 80%;
    }

    #best-solutions p {
        width: 50%;
        margin: 0 auto 40px auto;
    }

    #end-solutions h2 {
        width: 80%;
        font-size: 3em !important;
        line-height: 55px;
    }

    #main-footer #footer-info {
        display: block;
        text-align: center;
    }

    #main-footer #footer-info p {
        position: relative;
        left: 0;
        right: 0;
        text-align: center;
    }

    #main-footer #footer-info a {
        padding-left: 3%;
        padding-right: 3%;
    }

    .news-lists ul li {
        flex-basis: 46%;
    }

    #inner-pgbanner .et_pb_module .header-content h1 {
        font-size: 3.25em;
    }

    #join-team .et_pb_column:first-child {
        width: 100%;
    }

    #join-team .et_pb_column:first-child h4 {
        margin-bottom: 21px;
    }

    #join-team .et_pb_column:last-child {
        width: 100%;
    }

    #join-team .et_pb_slides .et_pb_slide {
        height: 600px;
    }

    #join-team .et_pb_slides .et_pb_slide .et_pb_slide_image,
    #join-team .et_pb_slides .et_pb_slide .et_pb_slide_image img {
        height: 600px;
        top: 0;
        width: 100%;
        display: block !important;
    }

    #join-team .et_pb_column:first-child {
        padding: 10%;
        margin-bottom: 0;
    }

    #partner-sect .et_pb_column_empty {
        display: none;
    }

    #partner-sect .et_pb_column {
        margin: 0;
    }

    #main-header #logo {
        max-width: 80% !important;
    }

    #partner-sect .et_pb_column {
        flex-basis: 50%;
    }

    #key-personnel .et_pb_module .et_pb_code_inner li,
    #advisory-board .team-list ul li {
        width: calc(50% - 30px);
    }

    .entry-content+.et_post_meta_wrapper a {
        font-size: 18px;
    }

    .entry-content+.et_post_meta_wrapper a[rel="prev"]:after,
    .entry-content+.et_post_meta_wrapper a[rel="next"]:after {
        top: 14px;
    }

    .entry-content+.et_post_meta_wrapper a {
        margin: 0 10px;
    }

    .post-template-default.single .entry-content h5 {
        font-size: 1.6em !important;
    }

    .post-template-default.single .entry-content h4 {
        font-size: 1.6rem !important;
    }

    .post-template-default.single .entry-content h3,
    .relatedNews h2 {
        font-size: 1.9rem !important;
    }

    .post-template-default.single .entry-content h2 {
        font-size: 2.2rem !important;
    }

    .post-template-default.single .entry-content h1 {
        font-size: 2.5em;
    }

    .post-template-default.single .entry-content h1 {
        margin-top: 30px;
    }

    .post-template-default.single h1.entry-title {
        font-size: 2.2em;
    }

    .product-listing h4 {
        margin-bottom: 20px;
    }

    .product-listing p {
        margin-top: 20px;
    }

    .other-applications p {
        font-size: 20px;
    }

    .product-listing {
        padding: 50px 0 !important;
    }

    .product-listing h4 {
        font-size: 2.2em !important;
        line-height: initial;
    }

    .product-listing .et_pb_slides .et_pb_slide .et_pb_slider_container_inner,
    .product-listing .et_pb_slides .et_pb_slide .et_pb_slide_image,
    .product-listing .et_pb_slides .et_pb_slide .et_pb_slide_image img {
        height: 420px;
        top: 0;
        width: 100%;
        display: block !important;
    }

    .product-listing .et_pb_slider .et-pb-arrow-next {
        right: 55px;
    }

    .reverse-mobile {
        flex-direction: column-reverse;
        display: flex;
    }

    .reverse-mobile.et_pb_row .et_pb_column:last-child {
        margin-bottom: 40px;
    }

    .product-listing .et_pb_image .et_pb_image_wrap,
    .product-listing .et_pb_image .et_pb_image_wrap img {
        width: 100%;
    }

    .newsroom-content h2 {
        width: 80%;
        margin: auto;
    }

    .container.et_menu_container {
        background-color: #0e1e3c;
    }
}

@media (max-width:767px) {
    #header-move-top>.et_pb_module {
        max-width: 80%;
    }

    #best-solutions h2 {
        width: 100%;
    }

    #best-solutions p {
        width: 70%;
    }

    #end-solutions h2 {
        width: 100%;
    }

    .news-lists ul li {
        flex-basis: 80%;
        margin: 6% 0;
    }

    #benefits-inc p {
        font-size: 1em;
        line-height: 24px;
        margin-top: 25px;
    }

    #benefits-inc h4 {
        font-size: 2em !important;
    }

    #benefits-inc p strong {
        font-size: 1.2rem;
    }

    #benefits-inc .et_pb_row_4col p {
        font-size: 1rem;
        line-height: 22px;
    }

    #partner-sect h4 {
        font-size: 1.8em !important;
    }

    #header-move-top,
    #inner-pgbanner .et_pb_module {
        height: 600px !important;
        min-height: 600px;
    }

    #header-notification {
        font-size: 10px;
        position: relative;
        z-index: 999999999;
    }

    #header-notification span {
        background-size: 16px;
    }

    #header-move-top .header-content h1 {
        font-size: 2.5em;
    }

    #header-move-top .et_pb_header_content_wrapper {
        font-size: 16px;
        line-height: 22px;
    }

    .header-content {
        margin: 0 auto !important;
        padding: 0 !important;
        max-width: 100% !important;
    }

    #header-move-top .header-content {
        max-width: 90% !important;
    }

    #join-team .et_pb_slider .et-pb-arrow-next {
        right: 70px;
    }

    #key-personnel .et_pb_module .et_pb_code_inner li,
    #advisory-board .team-list ul li {
        width: calc(100% - 30px);
    }

    #advisory-board {
        padding: 65px 0 0;
    }

    .postSlugs ul {
        width: 100%;
    }

    .postSlugs ul li {
        width: 100%;
        text-align: center;
        padding: 15px 0;
    }

    h2 {
        font-size: 3em !important;
    }

    .factsheet-download .factsheet~input[type="submit"] {
        top: 67px;
    }

    .newsroom-content h2 {
        padding: 0 30px;
        width: 100%;
    }

    #main-footer .footer-widget #text-2.widget_text {
        margin-bottom: 0 !important;
    }

    .pagingPost span,
    .pagingPost a {
        padding: 10px 15px;
    }

    #advisory-board .toggle-content,
    #key-personnel .toggle-content {
        position: static;
    }

    #advisory-board .team-list ul li,
    #key-personnel .et_pb_module .et_pb_code_inner li {
        padding-bottom: 0 !important;
    }

    .easy-notification-bar--collapsible.easy-notification-bar--align_center {
        padding-left: 20px;
        padding-right: 20px;
    }

    .easy-notification-bar-message,
    .easy-notification-bar-button {
        font-size: 12px;
    }

    a.easy-notification-bar__close {
        right: 4px;
    }

}

@media (max-width:640px) {
    #partner-sect .et_pb_column {
        flex-basis: 100%;
    }

    #partner-sect .et_pb_column img {
        margin-bottom: 20px;
    }
}

@media (max-width: 500px) {
    #header-move-top {
        margin-top: 100px;
    }

    #best-solutions p {
        width: 90%;
    }

    .news-lists ul li {
        flex-basis: 100%;
    }

    #home-news h2 {
        width: 100%;
    }

    #end-solutions h2 {
        font-size: 2em !important;
        line-height: 38px;
    }

    #end-solutions p {
        line-height: 30px;
        font-size: 1.2em;
    }
}

@media (max-width: 479px) {
    #partner-sect .et_pb_column {
        margin-bottom: 40px;
    }

    #inner-pgbanner .et_pb_module .header-content {
        max-width: 90% !important;
        margin: 0 auto;
    }

    .entry-content+.et_post_meta_wrapper a {
        font-size: 16px;
        margin: 0 5px;
    }

    .entry-content+.et_post_meta_wrapper a[rel="prev"] {
        padding-left: 20px;
    }

    .entry-content+.et_post_meta_wrapper a[rel="next"] {
        padding-right: 20px;
    }

    .entry-content+.et_post_meta_wrapper a[rel="prev"]:after,
    .entry-content+.et_post_meta_wrapper a[rel="next"]:after {
        top: 12px;
        background-size: 16px;
        width: 16px;
    }

    .entry-content+.et_post_meta_wrapper a[rel="next"]:after {
        top: 15px;
    }
}

@media (max-width: 379px) {
    #careers-job-list #grnhse_app iframe {
        margin-top: -245px;
    }

    #mission-sect h4 {
        font-size: 2em !important;
        line-height: 42px;
    }

    #inner-pgbanner .et_pb_module .header-content p {
        font-size: 1.375em;
        line-height: 28px;
        padding: 0;
    }

    #inner-pgbanner .et_pb_module .header-content h1 {
        font-size: 3em;
    }
}

@media (max-width: 980px) {

    /*.et_fixed_nav #main-header {
        position: sticky !important;
    }*/
    .notification-bar .noti-read {
        margin-top: 10px;
    }
}

@media (max-width: 1200px) {
    .alert-header-hide #main-header {
        top: 0px !important;
    }
}

.notification-bar {
    background: #1a2f73;
    color: #ffffff;
}

.notification-bar .noti-read a {
    padding: 0.35em 1.25em;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
}

.notification-bar .noti-read {
    margin-left: 20px;
}

.notification-bar .noti-heading p {
    text-align: center;
}

.notification-header {
    display: flex;
    padding: 10px 0;
    justify-content: center;
    align-items: center;
    flex-flow: row wrap;
}

@media (max-width: 980px) {
    .et_fixed_nav #main-header {
        position: fixed !important;
    }
}

.listings-container .alm-reveal {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-left: 0;
}

.listings-container .alm-reveal .parent-item-container {
    flex-basis: 29.33%;
    box-shadow: none;
    border: 1px solid #DBDBDB;
    transition: 0.3s ease;
    margin: 2%;
    border-radius: 20px;
    min-height: 496px;
    background-color: #fff;
    list-style: none;
}

.parent-item-container:hover {
    box-shadow: 0px 25px 33px -6px rgb(0 0 0 / 12%) !important;
}

.bl-img img {
    border-radius: 20px;
    height: 250px;
    object-fit: cover;
    width: 100%;
}

.bl-cont {
    text-align: left;
    padding: 30px 30px 50px;
}

.bl-date,
.post-category-page a {
    font-style: normal;
    font-weight: 450;
    font-size: 16px;
    line-height: 155%;
    /* identical to box height, or 22px */


    color: #0E1E3C;

    opacity: 0.8;
}

.bl-title h5 a {
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    /* or 26px */


    color: #0E1E3C;
}

#first-section-archives {
    padding-top: 145px !important;
}

.load-more-style {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 130%;
    /* or 23px */
    color: #0E1E3C;
    border: none;
    background: none !important;
    margin-top: 85px;
}

button.load-more-style:disabled {
    color: #bfbfbf !important;
    cursor: auto;
    margin: 0;
}

button.load-more-style:not(disabled) {
    color: #0E1E3C !important;
    cursor: pointer;
}

@media (max-width: 991px) {
    .parent-item-container {
        flex-basis: 46% !important;
    }
}

@media (max-width: 500px) {
    #first-section-archives {
        padding-top: 230px !important;
    }

    .parent-item-container {
        flex-basis: 100% !important;
    }
}

.lwp-hide-mobile-menu.et_pb_menu .et_pb_menu__menu,
.lwp-hide-mobile-menu.et_pb_fullwidth_menu .et_pb_menu__menu {
    display: flex !important;
}

.lwp-hide-mobile-menu .et_mobile_nav_menu {
    display: none;
}

@media (max-width: 980px) {
    .lwp-hide-mobile-menu .et_pb_menu__wrap {
        -ms-flex-pack: start !important;
        -webkit-box-pack: start !important;
        justify-content: flex-start !important;
    }

    #first-section-archives {
        padding-top: 200px !important;
    }
}

.blog-page-menu #menu-blog-page li {
    margin-top: 0 !important;
    font-size: 18px;
}

.blog-page-menu #menu-blog-page li {
    padding: 20px;

}

.blog-page-menu #menu-blog-page li a {
    font-style: normal;
    font-weight: 450;
    font-size: 18px;
    line-height: 23px;
    /* identical to box height */
    color: #0E1E3C;
}

.blog-page-menu #menu-blog-page li.current-menu-item::before {
    content: "";
    height: 2px;
    width: 100%;
    background: #1C67FF;
    position: absolute;
    top: calc(0% - 1px);
    left: 0;
}

.blog-page-menu #menu-blog-page li:hover::before {
    content: "";
    height: 2px;
    width: 100%;
    background: #1C67FF;
    position: absolute;
    top: calc(0% - 1px);
    left: 0;
}

.blog-page-menu .et_pb_menu__wrap,
.blog-page-menu .et_pb_menu__menu,
.blog-page-menu .et-menu-nav,
.blog-page-menu ul.et-menu {
    width: 100% !important;
}

.blog-page-menu {
    border-top: 1px solid rgba(112, 112, 112, 0.4) !important;
}

.featured-post-main .main-image {
    max-height: 376px;
    height: 376px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
}

.main-block-img {
    text-align: left;
    padding: 20px 0;
}

.increase-size {
    margin-top: 15px;
    margin-bottom: 10px;
}

.increase-size h5 a {
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 118%;
    color: #0E1E3C;
}

.incr-mar {
    margin-top: 20px;
}

.side-post-main {
    display: flex;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 30px;
}

.side-image {
    width: 102px;
    height: 94px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.side-title h5 {
    padding-bottom: 0;
    line-height: 16px;
}

.side-title h5 a {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 130%;
    color: #0E1E3C;
}

.side-block-img {
    width: calc(100% - 102px);
    text-align: left;
    padding-left: 30px;
}

.side-date {
    font-style: normal;
    font-weight: 450;
    font-size: 14px;
    line-height: 155%;
    color: #0E1E3C;
    opacity: 0.8;
}

.side-post-main:not(:last-child) {
    border-bottom: 1px solid rgba(112, 112, 112, 0.2);
}

.bl-title h5 {
    line-height: 38px;
    padding-bottom: 0;
}

.custom-related-posts-block .news-cont {
    text-align: left;
}

.custom-related-posts-block .news-date .wtr-time-wrap {
    color: #0E1E3C;
}

.authorbio-container .authorbio-box .authorbio-img img,
.authorbio-container .authorbio-box .authorbio-img {
    width: 46px;
    height: 46px;
    border-radius: 50%;
}

.authorbio-container .authorbio-box {
    display: flex;
    align-items: center;
}

.authorbio-container .authorbio-box .authorbio-bio {
    margin-left: 20px;
    font-weight: 450;
    font-size: 15px;
    line-height: 155%;
    color: #0E1520;
}

/* dogs page */

.header-dg {
    min-height: 725px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
}

.title-dg {
    font-weight: 700;
    font-size: 100px;
    line-height: 144%;
    text-align: center;
    color: #FFFFFF;
}

.sb-dg {
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 144%;
    /* or 32px */

    text-align: center;

    color: #FFFFFF;

    opacity: 0.78;
}

.dgcontent {
    padding: 100px 0;
    max-width: 1260px;
    margin: 0 auto;
    width: 80%;
}

.tp-dg {
    font-style: normal;
    font-weight: 400;
    font-size: 19px !important;
    line-height: 144%;
    /* or 27px */

    text-align: center;
    text-transform: uppercase;

    color: #1C67FF;

    opacity: 0.78;
}

.hedimg-dg {
    font-style: normal;
    font-weight: 700;
    font-size: 40px !important;
    line-height: 144%;
    /* identical to box height, or 58px */

    text-align: center;

    color: #0E1E3C;
}

.dggridblk {
    margin-top: 90px;
    display: flex;
    flex-flow: row wrap;
    column-gap: 30px;
    row-gap: 32px;
}

.thedg {
    flex-basis: calc((100% - 64px)/3);
    height: 375px;
    position: relative;
    padding-right: 16px;
    padding-top: 16px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.thedg img {
    position: absolute;
    right: 16px;
    top: 16px;
}

.dgname {
    position: absolute;
    top: 288px;
    left: 29px;
    padding-left: 18px;
    border-left: 2px solid #1C67FF;
}

.dgname h3 {
    padding: 0%;
    font-style: normal;
    font-weight: 700;
    font-size: 25px !important;
    line-height: 144%;
    /* identical to box height, or 36px */


    color: #FFFFFF;
}

.dgname p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px !important;
    line-height: 144%;
    /* identical to box height, or 23px */


    color: #FFFFFF;
}

.endfooter {
    height: 555px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}

.endfooter h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 144%;
    /* or 58px */

    text-align: center;

    color: #FFFFFF;
}

.endfooter p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 144%;
    /* identical to box height, or 23px */


    color: #FFFFFF;
}

.endfooter div {
    text-align: center;
}

.logo_title {
    position: relative !important;
    text-align: center;
    margin-bottom: 30px;
}

#investor-sect .logo_title h4 {
    text-transform: capitalize !important;
    font-size: 24px !important;
    background-color: #fff !important;
    padding: 0 20px !important;
    display: inline-block !important;
    text-align: center !important;

}

.logo_title::before {
    position: absolute;
    content: '';
    top: 25px;
    z-index: -1;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(0, 212, 255, 0) 0%, rgba(26, 47, 115, 1) 30%, rgba(26, 47, 115, 1) 60%, rgba(9, 9, 121, 0.006039915966386533) 100%);
}

.logos_sections {
    display: grid;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
    grid-template-columns: 1fr 1fr;
}

.logos_sections img {
    margin: 20px auto;
}

@media (max-width: 1200.98px) {
    .thedg {
        flex-basis: calc((100% - 32px)/2);
        height: 375px;
        position: relative;
        padding-right: 16px;
        padding-top: 16px;
    }

}

@media (max-width: 990.98px) {
    .logos_sections {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media (max-width: 767.98px) {

    .thedg {
        flex-basis: 100%;
        height: 375px;
        position: relative;
        padding-right: 16px;
        padding-top: 16px;
    }

    .title-dg {
        font-size: 40px !important;
    }

    .sb-dg {
        font-size: 18px;
    }

    .endfooter h2 {
        font-size: 36px !important;
    }

    .dggridblk {
        margin-bottom: 50px;
    }
}

@media (max-width: 575.98px) {
    .logos_sections {
        grid-template-columns: 1fr 1fr;
    }

    .et_menu_container .careers-links {
        top: 37px !important;
    }

    .header-dg {
        background-image: url('/wp-content/uploads/dg-bnr-mbile.png') !important;
    }

    .header-dg>div {
        padding: 75px !important;
    }

    .endfooter {
        background-image: url('/wp-content/uploads/end-bnr-phn.png') !important;
    }
}

.closemodalbtns img {
    width: 32px;
    height: 32px;
    cursor: pointer;
}

.closemodalbtns {
    text-align: right;
}

.liexs {
    position: relative;
}

.axlis {
    position: absolute;
    width: 100%;
    height: 100%;
}