@font-face {
    font-family: 'Gotham Book';
    src: url('../fonts/Gotham-Book.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Bold';
    src: url('../fonts/Gotham-Bold.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Light';
    src: url('../fonts/Gotham-Light.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.gothamLightFontFamily {
    /*font-family: 'Gotham Book';*/
    font-family: "Gotham Book", "Gotham Bold";
    font-style: normal;
    font-weight: 400;
}

:focus {
    outline-width: 0;
}

body {
    /*font-family: 'Gotham Book';*/
    font-family: "Gotham Book", "Gotham Bold";
    font-style: normal;
    font-weight: 400;
}

b,
strong {
    /*font-family: 'Gotham Bold';*/
    font-family: "Gotham Book", "Gotham Bold";
    font-weight: 700;
}

.mwembed {
    padding: 0 0;
}

/* home 2021 css */

/* .twocol-bluebg .module-btn .btn{
    display: inline-flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;
    text-align: left;
    min-width: 275px;
    padding: 10px 15px;
}

.twocol-bluebg .module-btn .btn i {
    font-size: 35px;
} */

.accommodate-video-text .container {
    padding-top: 45px;
    padding-bottom: 45px;
}

.twocol-bluebg .container {
    padding-top: 30px;
    padding-bottom: 30px;
}

.twocol-bluebg-button .bluebg-button-title {
    margin-bottom: 25px !important;
}

/* .twocol-bluebg .col-sm-6 img{
    max-width:350px;
} */

.twocol-bluebg-button .module-btn .btn {
    margin-top: 45px !important;
    z-index: 1;
}

.video-banner .video_box,
.divider .video_box {
    position: relative;
}

.video-banner .btn,
.divider .btn,
.twocol-bluebg .btn,
.twocol-bluebg-button .btn {
    width: 360px;
    padding: 20px !important;
    max-width: 100%;
}

.video-banner .video_content,
.video-banner .video_bg_wrapper,
.divider .video_content,
.divider .video_bg_wrapper {
    position: absolute;
    top: -2px;
    left: 0px;
    right: 15px;
    bottom: -10px;
}

.video-banner .mwembed-video video,
.divider .mwembed-video video {
    pointer-events: none !important;
}

.divider .video_content,
.divider .video_bg_wrapper {
    bottom: 0 !important;
}

.video-banner {
    position: relative;
}

.background_layer {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#008bc5+0,7db9e8+100&1+1,0+92 */
    background: -moz-linear-gradient(left, rgba(0, 139, 197, 0.8) 0%, rgba(1, 139, 197, 0.9) 1%, rgba(115, 181, 229, 0) 92%, rgba(125, 185, 232, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(0, 139, 197, 0.9) 0%, rgba(1, 139, 197, 0.9) 1%, rgba(115, 181, 229, 0) 92%, rgba(125, 185, 232, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0, 139, 197, 0.9) 0%, rgba(1, 139, 197, 0.9) 1%, rgba(115, 181, 229, 0) 92%, rgba(125, 185, 232, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#008bc5', endColorstr='#007db9e8', GradientType=1);
    /* IE6-9 */


}

/* .video-banner .video_content>.row,.video-banner .video_content>.row>.col-sm-12,.video-banner .video_txt_btn,.video-banner .video_bg_wrapper>.row,.video-banner .video_bg_wrapper>.row>.col-sm-9,.video-banner .video_bg,
.divider .video_content>.row,.divider .video_content>.row>.col-sm-9,.divider .video_txt_btn,.divider .video_bg_wrapper>.row,.divider .video_bg_wrapper>.row>.col-sm-9,.divider .video_bg{
    height:100%;
} */

.video-banner .container-fluid,
.divider .container-fluid {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.video-banner .video_content>.row>.col-sm-9,
.video-banner .video_bg_wrapper>.row>.col-sm-9,
.divider .video_content>.row>.col-sm-9,
.divider .video_bg_wrapper>.row>.col-sm-9 {
    padding-top: 0px;
}

.comingsoon-wrapper {
    min-height: calc(100% - 349px) !important;
}

.video-banner .video_title h1,
.divider .video_title h1 {
    margin-bottom: 50px !important;
    color: #fff;
    font-size: 60px;
    font-family: 'Gotham Bold';
}




.video-banner .video_content,
.divider .video_content {
    padding: 25px 15px 15px 15px !important;
}

.video-banner .video_txt_btn,
.video-banner .video_content .col-sm-9,
.video-banner .module-video,
.divider .module-video {
    padding-bottom: 0px !important;
}

.divider .module-video,
.video-banner .module-video {
    padding-top: 0px !important;
}

.image-button .btn {
    width: 100%;
    margin: 0px !important;
    border: none !important;
    padding: 20px !important;
    font-family: 'Gotham Book';
    font-size: 14px !important;
    margin: 0px !important;
}

.image-button .module-btn .btn .mw-micon-Download-2::before,
.image-button .module-btn .btn .mw-micon-app-play-outline::before,
.video-banner .module-btn .btn .mw-micon-Download-2::before,
.twocol-bluebg-button .module-btn .btn .mw-micon-Download-2::before,
.divider .module-btn .btn .mw-micon-Download-2::before {
    content: "" !important;
    display: block;
    height: 30px;
    width: 30px;
    background-repeat: no-repeat;
    background-size: contain;
}

.image-button .module-btn .btn .mw-micon-Download-2::before,
.video-banner .module-btn .btn .mw-micon-Download-2::before,
.twocol-bluebg-button .module-btn .btn .mw-micon-Download-2::before,
.divider .module-btn .btn .mw-micon-Download-2::before {
    background-image: url('../../../../userfiles/templates/cyber/img/download-icon.png');
}

.image-button .module-btn .btn .mw-icon-app-play-outline::before {
    /* background-image: url('http://flexigriddev.cyb.co.uk/userfiles/templates/cyber/img/play-icon.png'); */
    background-image: url('../../../../userfiles/templates/cyber/img/play-icon.png');
}

.image-button .btn-primary,
.image-button .btn-primary:hover {
    background-color: #008bc5 !important;
    color: #fff !important;
    border-radius: 0px !important;
}

/* .image-button .row:not(:first-child) .col-sm-4{
    padding-top:0px !important;
} */

.image-button .btn,
.video-banner .btn,
.divider .btn,
.twocol-bluebg .btn,
.twocol-bluebg-button .btn {
    display: flex !important;
    flex-direction: row-reverse;
    align-items: center;
    font-size: 14px !important;
    justify-content: space-between;
    text-align: left !important;
}

.image-button .btn i,
.video-banner .btn i,
.divider .btn i,
.twocol-bluebg .btn i,
.twocol-bluebg-button .btn i {
    font-size: 30px !important;
}

.divider .video_title h1 {
    font-size: 40px;
    margin-bottom: 20px !important;
}

.divider .video_text p {
    color: #fff;
    font-size: 20px;
    margin-bottom: 85px !important;
}

.twocol-bluebg-button .container {
    padding-top: 20px;
    padding-bottom: 15px;
}

.bluebg-button-img {
    text-align: right;
}



.image-button .container {
    padding-top: 30px;
    padding-bottom: 30px;
}

.video-banner .module-video video,
.divider.edit .module-video video {
    display: block !important;
    object-fit: cover;
}

/* home 2021 responsive start */
@media screen and (min-width:320px) and (max-width:767px) {

    .video-banner .mwembed.mwembed-iframe,
    .video-banner .mwembed.mwembed-video {
        height: 215px !important;
    }

    .divider .mwembed.mwembed-iframe,
    .divider .mwembed.mwembed-video {
        height: 180px !important;
    }

    .video-banner .video_bg_wrapper .video_bg,
    .divider .video_bg_wrapper .video_bg {
        height: 220px !important;
        position: relative;
        left: -1px;
        top: -2px;
    }

    .divider .video_bg_wrapper .video_bg {
        height: 185px !important;
    }

    .video-banner .video_content,
    .divider .video_content {
        position: relative;
        background-color: #078ac4;
    }

    .video-banner .video_content,
    .video-banner .video_bg_wrapper,
    .divider .video_content,
    .divider .video_bg_wrapper {
        left: -1px !important;
    }

    .video-banner .video_content,
    .divider .video_content {
        top: 0px;
        left: 0px !important;
    }

    .video-banner .video_bg_wrapper,
    .divider .video_bg_wrapper {
        top: -3px;
    }

    .image-button {
        padding: 60px 0px;
    }

    .image-button .image-button-col .mw-col-container,
    .video-banner.edit .module-video,
    .divider.edit .module-video {
        padding: 0px !important;
    }


    .video-banner .video_title h1 {
        margin-bottom: 65px !important;
    }

    .twocol-bluebg .container {
        padding-bottom: 5px;
        padding-top: 30px;
    }

    .divider .video_text p,
    .bluebg-button-title {
        margin-bottom: 60px !important;
    }

    .divider .video_title h1 {
        margin-bottom: 30px;
    }

    .accommodate-video-text .mwembed-video {
        height: 200px !important;
    }

    .accommodate-video-text .container {
        padding-top: 25px !important;
        padding-bottom: 0px !important;
    }

    .accommodate-video-text .col-sm-4 .-module.text:not(:last-child) {
        margin-bottom: 40px !important;
    }

    .twocol-bluebg .col-sm-6:first-child .-module.text:first-child {
        margin-bottom: 20px;
    }

    .twocol-bluebg-button img {
        position: relative;
        bottom: 170px;
    }

    .twocol-bluebg-button .module-btn {
        position: relative;
        bottom: -415px;
        padding-top: 15px;
    }

    .comingsoon-container {
        min-height: calc(100vh - 402px) !important;
    }


}

@media screen and (min-width:320px) and (max-width:991px) {
    .bluebg-button-img {
        text-align: center;
    }
}

/* home 2021 css end */

/* home 2020 css start */
@media screen and (max-width:716px) {
    .home2020 .mobileCustom {
        display: none;
    }

    .home2020 .mobileBorder {
        border: none !important;
    }

    /* .home2020 .row>[class*='col-']{
        padding: 0 15px;
    } */
    .footerButton {
        font-size: 12px !important;
        margin: 8px auto !important;
    }
}

@media screen and (min-width:716px) {

    .home2020 .-module.module-cat-toggle-Modules.mw-module-drag-clone.module.module-video,
    .home2020 .mwembed.mwembed-iframe {
        padding: 0;
    }

    .home2020 .text-right-bgimage-container .allow-drop {
        position: relative;
        overflow: hidden;
    }

    .home2020 .text-right-bgimage-container .allow-drop .container {
        position: absolute !important;
        width: 50%;
        height: 100%;
        right: -15px;
        top: 0;
        padding-right: 0;
    }

    .home2020 .text-right-bgimage-container .allow-drop .container .right-text-box {
        width: 100%;
        height: 100%;
        margin-bottom: 0 !important;
    }

    .home2020 .twocols-fullwidth-container .col-sm-6,
    .home2020 .twocols-container .col-sm-6,
    .home2020 .twocols-greybg-container .col-sm-6 {
        width: 50% !important;
    }
}

.btn.btn-default.fullWidth {
    width: 100%;
    padding: 20px !important;
}

.home2020 ul.arrow-list li {
    position: relative;
}

.home2020 ul.arrow-list li:before {
    content: "";
    font-size: 12px;
    position: absolute;
    left: -22px;
    top: 6px;
    background-image: url(../img/arrowList.png);
    background-size: 10px 10px;
    height: 10px;
    width: 10px;
}

.home2020 .mwembed-video video {
    /*pointer-events: none;*/
}

.margin-bot-5 {
    margin-bottom: -5px;
}

/*body .home2020 {
    font-family: 'Gotham Bold';
}*/

/* home 2020 css end */

ul.arrow-list {
    list-style: none;
    padding-left: 20px;
    position: relative;
}

ul.arrow-list li {
    margin-bottom: 15px;
}

ul.arrow-list li:before {
    content: ">>";
    font-size: 12px;
    position: absolute;
    left: 0;
}

.bootstrap3ns .text ul,
div.element ul.element {
    padding-left: 20px;
    margin-bottom: 20px;
}

.bootstrap3ns .text ul li,
div.element ul.element li {
    margin-bottom: 15px;
}

.no-padding {
    padding: 0px !important;
}
.no-tb-padding{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.bluebg {
    background-color: #008bc5;
    color: #fff;
}

.greybg {
    background-color: #f2f2f2;
}
.darkbluebg {
    background-color: #002c4d;
}

.bootstrap3ns .row.greybg {
    margin-left: 0px;
    margin-right: 0px;
}

.logo img,
.footerlogo img {
    /*width:360px;*/
}

footer,
.footer {
    background-color: #008bc5;
    padding: 32px 0 50px 0;
}

.footer_logo {
    text-align: center;
    margin-bottom: 50px;
}

.row>[class*='col-'] {
    padding: 15px;
}

.row>[class*='col-'] .mw-col-container {
    padding: 15px 0px;
}

.row.greybg>[class*='col-'] .mw-col-container {
    padding: 0px 0px;
}


/* statistics */
.statistics-container {
    background-image: url('../img/statistics-bg.png');
    background-size: cover;
    background-position: bottom center;
}

.statistics .mw-col-container {
    border-radius: 50%;
    background-color: #fff;
    min-width: 320px;
    min-height: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #008bc5;
    text-align: center;
    padding: 25px 50px;
    margin: 50px auto;
}

/* statistics end */


header {
    background-color: #008bc5;
}

.header {
    background-color: #008bc5;
    padding: 15px 0px;
}

.topright {
    text-align: right;
}

.myaccount {
    /* float: right;*/
    padding: 5px 10px;
}

.myaccount>a {
    color: #fff;
    font-weight: 400;
}

.myaccount a:hover,
.myaccount a:active,
.myaccount a {
    text-decoration: none;
}

.myaccount .dropdown-menu {
    padding: 5px 10px;
}

.myaccount .dropdown-menu a {
    display: block;
    color: #000;
}

.mainmenu .module-navigation-default ul li a,
.footermenu .module-navigation-default ul li a {
    color: #fff;
    font-size: 14px;
    padding: 5px 0px;
    /*background-color: #008bc5;*/
}

/*.mainmenu .module-navigation-default li:hover > a {
    background-color: #008bc5;
}*/
.module-navigation-default a:hover,
.module-navigation-default a:focus,
.module-navigation-default li:hover>a {
    background-color: transparent;
}

.mainmenu .module-navigation-default ul li,
.footermenu .module-navigation-default ul li {
    border-bottom: 5px solid transparent;
    margin: auto 10px;
}
.footermenu .module-navigation-default ul li a {
    background-color: transparent !important;
}
.mainmenu .module-navigation-default ul li:hover,
.mainmenu .module-navigation-default ul li:focus,
.mainmenu .module-navigation-default ul li.active,
.footermenu li a:hover,
.footermenu li a:focus {
    border-bottom: 5px solid #f7a600;
    /*background-color: #008bc5;*/
    transition: all ease 0.3s;
}

.navbar-collapse {
    padding-left: 0px;
    padding-right: 0px;
}

.footermenu {
    text-align: right;
}

.footerButton {
    background: transparent;
    border: 1px solid #f7a600;
    font-weight: 800;
    font-size: 14px;
    width: 90%;
    color: #ffffff;
    margin: 0 auto;
    padding: 20px;
    position: initial !important;
    border-radius: 0;
}

.footerButton:hover {
    background: #f7a600;
    color: #ffffff;
    font-weight: 800;
}

.blueBg {
    background: #008bc5;
    min-height: 50px;
}

.text-right-bgimage-container,
.message-bgimage-container {
    position: relative;
}

.text-right-bgimage-container .container {
    /*padding-left:0px !important;
    padding-right: 0px !important;*/
}

.mw-live-edit .text-right-bgimage-container .bgimage,
.mw-live-edit .message-bgimage-container .bgimage {
    width: auto;
}

.text-right-bgimage-container .bgimage,
.message-bgimage-container .bgimage {
    width: 100%;
}

.text-right-bgimage-container .right-text-box,
.message-bgimage-container .left-text-box {
    width: calc(50% - 30px);
    background: rgba(0, 139, 197, 0.7);
    color: #fff;
    position: absolute;
    bottom: 0px;
    right: 0px;
    padding: 40px 30px;
}

.message-bgimage-container .left-text-box {
    left: 15px;
    right: 0;
    padding-bottom: 100px;
}

.text-right-bgimage-container .right-text-box .title {
    font-size: 25px;
    font-weight: 700;
    font-family: 'Gotham Bold';
    /* font-family: "Gotham Book", "Gotham Bold"; */
}

.message-bgimage-container .left-text-box .title {
    font-size: 34px;
    font-weight: 700;
    font-family: 'Gotham Bold';
    /* font-family: "Gotham Book", "Gotham Bold"; */
}

.text-right-bgimage-container .right-text-box .subtitle {
    font-size: 20px;
    color: #f7a600;
    font-weight: 700;
    font-family: 'Gotham Bold';
    /* font-family: "Gotham Book", "Gotham Bold"; */
}

.message-bgimage-container .left-text-box .subtitle {
    font-size: 24px;
    font-weight: 700;
    font-family: 'Gotham Bold';
    /* font-family: "Gotham Book", "Gotham Bold"; */
}

.message-bgimage-container .left-text-box .subtitle:before,
.message-bgimage-container .left-text-box .subtitle:after {
    color: #f7a600;
    margin: auto 5px;
}

.message-bgimage-container .left-text-box .subtitle:before {
    content: "“";
}

.message-bgimage-container .left-text-box .subtitle:after {
    content: "”";
}

.text-right-bgimage-container .right-text-box .value {
    font-size: 26px;
    border-bottom: 1px solid #fff;
}

.text-right-bgimage-container .right-text-box .tag {
    font-size: 18px;

}

/* slider font-weight */
.textslider-container .txt-slider b,
.textslider-container .txt-slider strong {
    font-family: 'Gotham Bold' !important;
}

/* slider font-weight end */
.bx-wrapper {
    box-shadow: none !important;
    border: none !important;
    background: none !important;
    text-align: center;
    padding: 0px 10% !important;
    margin: 25px auto !important;
}

.bx-wrapper .bx-controls-direction a {
    width: 50px !important;
    height: 50px !important;
}

.bx-wrapper .bx-prev {
    background: url(../img/button-left.png) !important;
    background-position: center center !important;
}

.bx-wrapper .bx-next {
    background: url(../img/button-right.png) !important;
    background-position: center center !important;
}

.bx-wrapper .bx-pager {
    width: auto !important;
    margin: 0 auto;
    left: 0;
    right: 0;
    position: relative !important;
    bottom: 0px !important;
    padding-top: 35px !important;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #fff !important;
}

.bootstrap3ns .txt-slider h3:first-child {
    margin-top: 0px;
}

.bootstrap3ns .txt-slider h3 {
    font-weight: 700;
    font-family: 'Gotham Bold';
    /* font-family: "Gotham Book", "Gotham Bold"; */
}

.bootstrap3ns .txt-slider h4 {
   /* font-weight: 700;
    color: #89bd24;
    margin: 20px auto;
    font-family: 'Gotham Bold';*/
    font-weight: 900;
    color: #89bd24;
    margin: 10px auto !important;
    font-size: 20px !important;
    
}

.bootstrap3ns .txt-slider p {
    font-size: 20px;
    margin: 15px auto;
}

.bootstrap3ns .txt-slider h1.ptitle {
    font-size: 60px;
    font-weight: 700;
    color: #89bd24;
    margin: 20px auto;
    border-bottom: 1px solid #fff;
    display: inline-block;
    width: 50%;
    padding-bottom: 20px;
    font-family: 'Gotham Bold';
    /* font-family: "Gotham Book", "Gotham Bold"; */
}

.bootstrap3ns .txt-slider .titleHide {
    display: none;
}

.bgSliderImg {
    background-color: #008bc5;
    color: #fff;
    /* background-image: linear-gradient(rgb(0 63 101 / 0.89), rgba(0 63 101 / 0.89)), url(../img/background/bgSliderImg.jpg); */
    /*background-image: url(../img/background/bgSliderImg.jpg);
    background-repeat: no-repeat;
    background-size: cover;*/
    position: relative;
    height: 100%;
    overflow-y: hidden;
    margin-bottom: 35px;
}

body:not(.mw-live-edit) .bgSliderImg .bgimage {
    position: absolute;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}


.centerContent {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.noSpace {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.noSpace .mw-row {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.twocols-greybg-container,
.fullwidth-container {
    margin: 35px auto;
}

.blueColorHr {
    border-top: 1px solid #008bc5 !important;
}

.text-right-bgimage-container {
    margin-bottom: 35px;
}

.three-col-full-width-container {
    background-color: #008bc5;
    color: #fff;
    font-weight: 600;
}

.three-col-full-width-container .title h1 {
    border-bottom: 2px solid #fff;
    padding-bottom: 10px;
    font-weight: 600;
}

.three-col-full-width ul {
    list-style-type: none;
}

.three-col-full-width li {
    line-height: 35px;
}

.three-col-full-width ul li:before {
    content: "\f101";
    margin-right: 10px;
    font-family: FontAwesome;
}

.message-container {
    background-image: url('../img/director.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    height: 450px;
    position: relative;
}

.message-container .message {
    background: rgba(0, 139, 197, 0.7);
    color: #fff;
    font-weight: 600;
    position: absolute;
    bottom: 0px;
    left: 15px;
    height: 350px;
    padding: 30px 10px;
}

.three-col-white-bg-container iframe {
    padding-top: 35px;
}

.three-col-white-bg-container .text {
    padding-bottom: 35px;
}

.three-col-white-bg-container .three-col-white-bg p {
    color: #008bc5;
    font-weight: 600;
}

.full-width-bg-container .full-width-bg,
.full-width-text-left-container .full-width-text-left {
    padding-left: 0px;
    padding-right: 0px;
}

.full-width-bg-container .full-width-bg img,
.full-width-text-left-container .full-width-text-left img {
    width: 100%;
}

.full-width-bg-container,
.full-width-text-left-container {
    position: relative;
}

.right-textbox {
    width: 50%;
    background: rgba(0, 139, 197, 0.7);
    color: #fff;
    position: absolute;
    bottom: 0px;
    right: 0px;
    padding: 40px 30px;
}

.left-textbox {
    width: 50%;
    background: rgba(0, 139, 197, 0.7);
    color: #fff;
    position: absolute;
    bottom: 0px;
    left: 35px;
    padding: 40px 30px;
}

.right-textbox .title h1 {
    border-bottom: 1px solid #fff;
}

.two-col-container {
    padding: 55px 0px;
}

.two-col-container .two-col {
    padding-top: 15px;
}

.two-col-container .title h1 {
    border-bottom: 1px solid #008bc5;
}

.horizantal-line-container .horizantal-line hr {
    border-top: 2px solid #eee;
}

.full-width-color-container .full-width-color,
.full-width-color-container .container,
.horizantal-line-container .horizantal-line,
.edit .module-pictures {
    padding: 0px;
    margin: 0px;
}

.two-col-container .two-col .title h1 {
    margin-bottom: 20px;
    padding: 0px;
    margin-top: 0px;
}

.full-width-color .text {
    padding: 25px 0px;
    text-align: center;
}

.mw-gallery-holder .module-btn {
    position: relative;
}

a.btn {
    position: absolute;
    bottom: 0px;
}

.bg-img>.element {
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    height: 164px;
    width: 100%;
    background-size: cover;
    background-position: 50% 75%;
    position: relative;
}

.myaccount,
.mainmenu {
    display: inline-block;
}

.bootstrap3ns .btn-default, .bootstrap3ns .btn-green {
    white-space: normal !important;
    background-color: #f7a600 !important;
    border-color: #f7a600 !important;
    color: #fff !important;
    border-radius: 0px !important;
    position: relative;
    margin-bottom: 15px !important;
}
.image-button-col .btn-green{
    background-color: #008bc5 !important;
}
.animated-container {
    position: relative;
    max-width: 100%;
    min-height: 100vh;
}

.animated {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 75%;
    height: 300px;
}

.move {
    background-image: url('../img/truck.png');
    display: block;
    max-width: 100%;
    position: absolute;
    opacity: 1;
    transform: translate(150%, 0%);
    bottom: 0px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    width: 15px !important;
    height: 15px !important;
    margin: 0 8px !important;
    border-radius: 50px !important;
    -moz-border-radius: 50px !important;
    -webkit-border-radius: 50px !important;
}

.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #f7a600 !important;
}


.login-page {
    border: 1px solid #aaa;
    padding: 20px;
    margin-top: 25px;
    margin-bottom: 25px;
}

.login footer {
    background-color: #008bc5;
    padding: 15px 0px;
    height: 70px;
}

.greenergy {
    margin: 10px auto;
    color: #fff;
}

.greenergy a {
    color: #fff;
    font-weight: bold;
}

.bootstrap3ns .h4,
.bootstrap3ns h4 {
    font-size: 16px !important;
    margin-bottom: 20px !important;
}

.bootstrap3ns p {
    margin: 0 0 20px !important;
}

/*
.bootstrap3ns p:last-child {
    margin: 0 0 0px !important;
} */

.scrollmagic-pin-spacer {
    background-color: #008bc5;
}



@media screen and (min-width:1200px) {
    .statistics .mw-col-container {
        min-width: 360px;
        min-height: 360px;
        height: 360px;
    }
}

@media screen and (min-width:1024px) and (max-width:1200px) {
    .header .col-sm-12 {
        padding-bottom: 0px;
    }
}

@media screen and (min-width:768px) and (max-width:1200px) {

    .text-right-bgimage-container,
    .message-bgimage-container {
        min-height: 500px;
    }

    .text-right-bgimage-container .bgimage,
    .message-bgimage-container .bgimage {
        min-height: 500px;
        object-fit: cover;
    }

    .text-right-bgimage-container .right-text-box,
    .message-bgimage-container .left-text-box {
        width: 65%;
    }

    .statistics .mw-col-container {
        margin: 15px auto;
    }

    .header .col-sm-12 {
        padding-top: 0px;
    }

    .mainmenu .module-navigation-default ul li:first-child a {
        padding-left: 0px;
    }

    .myaccount {
        padding: 5px 5px;
    }

}

@media screen and (max-width:767px) {
    header {
        padding: 0px;
    }

    .logo {
        float: left;
        width: calc(100% - 70px);
    }

    header.open .logo {
        background-image: url('../img/mobile-logo.png');
        background-repeat: no-repeat;
    }

    header.open .logo img {
        visibility: hidden;
    }

    header.open .myaccount>a {
        color: #008bc5;
    }

    .header .col-md-8 {
        padding-top: 0px;
    }

    .topright {
        text-align: left;
    }

    .myaccount {
        float: right;
    }

    .mainmenu {
        background-color: #fff;
        float: none;
        display: block;
    }

    .mainmenu .module-navigation-default>ul>li {
        display: block;
    }

    .mainmenu .module-navigation-default ul li {
        border-bottom: 1px solid #008bc5;
    }

    .mainmenu .module-navigation-default ul li:last-child {
        border-bottom: none;
    }

    .mainmenu .module-navigation-default ul li a {
        color: #008bc5;
        padding-left: 0px;
        background-color: transparent;
    }

    .navbar-header {
        display: inline-block;
        float: right;
    }

    .navbar-toggle {
        margin: 0px;
    }

    .navbar-toggle .icon-bar {
        background-color: #fff;
    }

    .footermenu {
        text-align: left;
    }

    .mainmenu .module-navigation-default ul li:hover,
    .mainmenu .module-navigation-default ul li:focus,
    .footermenu li a:hover,
    .footermenu li a:focus {
        background: none;
    }

    .mainmenu .module-navigation-default ul li:hover,
    .mainmenu .module-navigation-default ul li:focus,
    .mainmenu .module-navigation-default ul li.active,
    .footermenu li a:hover,
    .footermenu li a:focus {
        border-bottom: 1px solid #f7a600;
    }

    .statistics .mw-col-container {
        width: 275px;
        height: 275px;
        padding: 20px 30px !important;
        margin: 15px auto;
    }

    .text-right-bgimage-container,
    .message-bgimage-container {
        min-height: 550px;
    }

    .text-right-bgimage-container .bgimage,
    .message-bgimage-container .bgimage {
        min-height: 550px;
        object-fit: cover;
    }

    .text-right-bgimage-container .right-text-box,
    .message-bgimage-container .left-text-box {
        width: auto;
        right: 15px;
        padding: 15px 20px;
        left: 15px;
    }

    .text-right-bgimage-container .right-text-box .title,
    .message-bgimage-container .left-text-box .title,
    .text-right-bgimage-container .right-text-box .subtitle,
    .text-right-bgimage-container .right-text-box .value,
    .text-right-bgimage-container .right-text-box .tag {
        line-height: normal;
    }

    .bx-wrapper .bx-prev {
        left: -10px !important;
    }

    .bx-wrapper .bx-next {
        right: -10px !important;
    }

    header.open,
    .open .header {
        background-color: #fff;
    }

    header.open .navbar-toggle .icon-bar {
        background-color: #008bc5;
    }

    .navbar-toggle .icon-bar+.icon-bar {
        margin-top: 0px;
    }

    header .navbar-toggle {
        width: 30px;
        height: 20px;
        position: relative;
        margin: 3px 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;
    }

    header .navbar-toggle .icon-bar {
        display: block;
        position: absolute;
        height: 3px;
        width: 100%;
        background: #fff;
        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;
    }

    header .navbar-toggle .icon-bar:nth-child(1) {
        top: 0px;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
    }

    header .navbar-toggle .icon-bar:nth-child(2) {
        top: 8px;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
    }

    header .navbar-toggle .icon-bar:nth-child(3) {
        top: 16px;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
    }

    header.open .navbar-toggle .icon-bar:nth-child(1) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        top: -3px;
        left: 8px;
    }

    header.open .navbar-toggle .icon-bar:nth-child(2) {
        width: 0%;
        opacity: 0;
    }

    header.open .navbar-toggle .icon-bar:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 17px;
        left: 8px;
    }

    .header .col-sm-12 {
        padding-top: 0px;
    }

    .homevideo {
        padding: 0px !important;
    }
}

@media screen and (min-width:320px) and (max-width:767px) {

    .left-textbox,
    .right-textbox {
        position: static;
        width: 100%;
    }

    .two-col-container {
        padding: 25px 0px;
    }
}

/*Custom CSS*/
#mwemodule-1612452240502 {
    line-height: 23px;
    padding-bottom: 30px;
}

.timeline-slider .bx-controls .bx-pager {
    display: none;
}

.with-image .txt-slider {
    display: flex;
    align-items: center;
}

.home2020 a,
.home2020 .bootstrap3ns a {
    color: #f7a600;
}

.comingsoon-container {
    min-height: calc(100vh - 317px);
}

/* .footer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
} */

/*Keystat layout*/
.keystats-container  h1.keystat_h1
{
    margin-top: 0px;
    font-family: Gotham Bold;
    color: #f7a600;
    margin-bottom: 0px;
    padding-left: 5px;
    font-size:49px;
    font-weight: 900!important;
}
.keystats-container  p.keystat_p
{
    margin-bottom: 0px!important;
    padding-left: 5px!important;
     color: #fff;
    line-height: 19px!important;
    font-size:13px;
     font-family: 'Gotham Light';

}
.keystats-container .mw-col-container{
    padding: 5px 0px;
}
.layout-quote-video .quotevidios{

  margin-top: 70px!important;
    font-size: 25px!important;
    text-align: center;


}
.quoteblue{
    color: #0086db;
    font-weight: 900;
    font-family: Gotham Bold;
}
.layout-quote-video h2{
        color: #00294E;
  line-height: 35px;
}
/*Keystat layout*/
/* Image Divider*/
 .image-divider .bgimage{
        min-height: 500px;
        object-fit: cover;
    }
    body:not(.mw-live-edit) .image-divider .bgimage {
    position: absolute;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}
.image-divider.edit .module-picture img {
    display: block !important;
    object-fit: cover;
}
    /* Image Divider*/
    .footer-2023 .footermenu .module-navigation-default ul li a{
    font-size: 12px;
    }
    .footer-2023 .footermenu li a{
            border-bottom: 5px solid #002C4D;
    }
     .footer-2023 .footermenu li a:hover{
            border-bottom: 5px solid #F7A600;
    }
    .footer-2023 .footermenu li a:active{
        box-shadow: none;
    }
    .footer-2023 .footermenu li a:focus{
        outline: none;
    }
    .pre-year-link a{
        color: #F7A600;
        text-decoration: none;
            font-size: 14px;
            font-family: Gotham Book;
    }
    .footer-2023 .greenergy, .footer-2023 .greenergy a{
        color: #72889D;
        font-size: 15px;
            margin: 0px;
            text-decoration: none;
    }
    .footer-2023 .greenergy a{
            font-family: Gotham Bold;
    margin-bottom: 5px !important;
    display: inline-block;
    }
    .footer-2023 .greenergy p{
        margin-bottom: 0px;
    }
    .footer-bottom{
        display: flex;
          flex-wrap: wrap;
          align-items: end;
    }
    .footer-2023{
        padding: 42px 0px !important;
            background-color: #002c4d !important; 
    }
    .threecols-image-grid h1{
            font-size: 20px;
             font-family: Gotham Bold;
                 font-family: Gotham Bold;
    margin-top: 0px;
    margin-bottom: 0px;
    }
     .threecols-image-grid p{
        margin-bottom: 0px !important;
     }
    .text-blue{
        color: #0088cc;
    }
    .threecols-image-grid{
            padding: 40px 0px 40px 0px;
    }
    .quotation-center-panel{
        padding: 20px 0px;
    }
    .quotation-center-panel h2{
font-size: 22px;
    font-family: Gotham Bold;
    color: #002c4d;
    line-height: 30px;
    margin-bottom: 30px;
    }
    .quotation-center-panel h4{
            color: #002c4d;
    font-size: 16px !important;
    font-family: Gotham Bold;
    margin-bottom: 5px !important;
    }
    .quotation-center-panel p{
            color: #002c4d;
            margin-bottom: 0px !important;
    }
    .image-divider{
        position: relative;
    }
    .image-divider .video_box{
position: absolute;
    top: -2px;
    left: 0px;
    right: 15px;
        padding: 25px 15px 15px 15px !important;
    }
    .image-divider .module-background{
        position: relative;
    }
    .image-divider .module-background img{
        width: 100%;
        height: 750px;
    }
 /*   .mw-live-edit .image-divider .background_layer{
        display: none !important;
    }*/
    .image-divider.divider .video_title h1{
            font-size: 35px;
    } 
    .image-divider .image-bg{
            height: 750px;
    width: 100%;
    background-size: cover;
    background-position: center;
    }
/*  Common CSS  */
.d-flex{
    display: flex;
        flex-wrap: wrap;
}
.align-items-center{
align-items: center;
}

@media only screen and (max-width: 768px) {
.d-flex{
    display: flex;
}
    }
    
    h5{
font-weight: 900!important;
    font-size: 20px!important;
    color: #f7a600!important;
}