body {
    max-width: 1920px;
    margin: 0 auto;
    font-family: 'Roboto', sans-serif, Arial, Helvetica, sans-serif, Verdana, Geneva, Tahoma, sans-serif;
    font-style: 16px;
    background-color: #f2f2f2;
    font-weight: 400;
}

a:hover {
    text-decoration: none !important;
}

p {
    font-size: 16px;
}

h2 {
    font-weight: 700;
    font-size: 25px;
    color: #192f59;
}

h3 {
    font-size: 30px;
    font-weight: 700;
    color: #192f59;
}

h4 {
    font-size: 18px;
    font-weight: 700;
    color: #192f59;
}

ul {
    padding: 0;
    margin: 0 0 0 30px;
}

.pre-load-img {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #fff;
}

.spinners {
    position: fixed;
    z-index: 1031;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

header {
    background-color: #1A2451;
    margin: 0 0 20px 0;
    padding: 15px 0 15px 0;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    z-index: 9;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
}

header.sticky {
    padding: 5px 0 5px 0;
}

header.sticky .header-btm ul li a {
    font-size: 15px;
}

header.sticky .header-btm ul {
    margin: 5px 0 0 0;
}

header.sticky .logo img {
    width: 150px;
}

.logo img {
    display: inline-block;
    width: 195px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.logo a {
    display: inline-block;
}

.header-btm {
    padding: 0 0 5px 0;
    position: relative;
}

.header-btm ul {
    text-align: center;
    margin: 29px 0 0 0;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.header-btm ul li {
    display: inline-block;
    margin: 0 0 0 20px;
}

.header-btm ul li a {
    color: #fff;
    font-size: 16px;
    display: block;
    padding: 5px 10px 5px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.header-btm ul li a::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #FEBC4A;
    transition: width .3s;
}

.header-btm ul li:hover a::after,
.header-btm ul li.active a::after {
    width: 100%;
    /* transition: width .3s; */
}

.banner img {
    width: 100%;
}

.banner-bg {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    height: 100%;
    width: 100%;
}

.main-container {
    margin: 100px 0 0 0;
}

.first-row {
    background-color: #fff;
}

.right-content {
    padding: 40px;
}

.latest-news-box {
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(241, 246, 253, 1) 100%);
    padding: 30px 0 35px 0;
}

.latest-news-box h3,
.digital-sig-box h3 {
    margin-bottom: 30px;
    text-align: center;
}

.news-image {
    margin: 0 0 10px 0;
}

.news-des {
    padding: 10px 20px 20px 20px;
}

.news-box {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

.news-box::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 15px;
    width: 92%;
    height: 4px;
    transform-origin: bottom left;
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}

.news-box:hover::after {
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    background: linear-gradient(345deg, #FEBC4A 0%, rgba(254, 188, 74, 0.74) 100%);
}

.news-box h3 {
    margin: 0 0 5px 0;
    text-align: left;
}

.news-box p {
    font-size: 14px;
    height: 125px;
    overflow: hidden;
}

.news-box a,
.read-more-btn {
    background: url(../images/next.png) no-repeat left 3px;
    padding: 0 0 0 25px;
    color: #000;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.news-box a:hover,
.read-more-btn:hover {
    background: url(../images/next.png) no-repeat 5px 3px;
    color: #000;
}

.white-box {
    background-color: #fff;
    padding: 20px;
}

ul {
    margin: 0 0 20px 20px;
}

ul li {
    font-size: 16px;
    line-height: 26px;
}

h4 span {
    font-size: 16px;
    display: block;
}

.team-section ul li {
    list-style: none;
    margin-bottom: 30px;
    text-align: center;
}

.team-section ul li a {
    display: block;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    color: #000000;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    padding: 30px 20px 15px 20px;
}

.team_head h2 {
    padding: 5px 0 0 10px;
    font-size: 16px;
    margin: 0;
}

.white-box p a {
    color: #961300;
}

.hist-link {
    position: absolute;
    top: 205px;
    right: 30px;
}

.hist-link a {
    text-decoration: underline;
    color: #000;
    font-weight: bold;
}

.team_head p {
    padding: 5px 0 10px 10px;
    margin: 0;
}

.team_head {
    height: 60px;
}

.team-section {
    padding: 30px 0 0 0;
}

.team_img {
    overflow: hidden;
}

.team_img img {
    height: 180px;
    width: auto;
}

.errorMessage {
    color: #f20f0f;
}

.info {
    color: #f20f0f;
    font-size: 12px;
}

.successMessage {
    color: #15bf00;
}

.white-box p img {
    margin: 0 0 10px 10px;
}

footer {
    background-color: #000000;
    padding: 30px 0 30px 0;
    text-align: center;
}

footer p {
    color: #fff;
    margin: 0;
    font-size: 16px;
}

footer p a {
    color: #fff;
    text-decoration: underline
}

footer p a:hover,
footer p a.active {
    color: #94c83d;
    text-decoration: underline !important;
}

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
}

.left-image {
    background-image: url(../images/image01.jpg);
    background-position: -190px 0;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.bg-content {
    position: absolute;
    left: 0;
    top: 35%;
    width: 100%;
}

.bg-content p {
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
}


/* General styles for all menus */

.cbp-spmenu {
    background: #fff;
    position: fixed;
    -webkit-box-shadow: 3px 2px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 3px 2px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 3px 2px 5px 0px rgba(0, 0, 0, 0.1);
}

.cbp-spmenu a.btn-blue {
    color: #fff;
    margin: 10px;
}

.cbp-spmenu a {
    display: block;
    color: #FEBC4A;
    font-size: 16px;
}

.cbp-spmenu ul {
    margin: 0;
    padding: 0;
}

.cbp-spmenu ul li {
    list-style: none;
}

.cbp-spmenu a:hover,
.cbp-spmenu ul li.active a {
    background: #0c4376;
    color: #fff;
}


/* Orientation-dependent styles for the content of the menu */

.cbp-spmenu-vertical {
    width: 240px;
    height: 100%;
    top: 0;
    z-index: 1000;
}

.cbp-spmenu-vertical a {
    border-bottom: 1px solid #FEBC4A;
    padding: 1em;
}

.cbp-spmenu-horizontal {
    width: 100%;
    height: 150px;
    left: 0;
    z-index: 1000;
    overflow: hidden;
}

.cbp-spmenu-horizontal h3 {
    height: 100%;
    width: 20%;
    float: left;
}

.cbp-spmenu-horizontal a {
    float: left;
    width: 20%;
    padding: 0.8em;
    border-left: 1px solid #258ecd;
}


/* Vertical menu that slides from the left or right */

.cbp-spmenu-left {
    left: -240px;
}

.cbp-spmenu-right {
    right: -240px;
}

.cbp-spmenu-left.cbp-spmenu-open {
    left: 0px;
}

.cbp-spmenu-right.cbp-spmenu-open {
    right: 0px;
}


/* Horizontal menu that slides from the top or bottom */

.cbp-spmenu-top {
    top: -150px;
}

.cbp-spmenu-bottom {
    bottom: -150px;
}

.cbp-spmenu-top.cbp-spmenu-open {
    top: 0px;
}

.cbp-spmenu-bottom.cbp-spmenu-open {
    bottom: 0px;
}


/* Push classes applied to the body */

.cbp-spmenu-push {
    overflow-x: hidden;
    position: relative;
    left: 0;
}

.cbp-spmenu-push-toright {
    left: 240px;
}

.cbp-spmenu-push-toleft {
    left: -240px;
}


/* Transitions */

.cbp-spmenu,
.cbp-spmenu-push {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#showLeftPush {
    display: none;
}

.bar1,
.bar2,
.bar3 {
    width: 35px;
    height: 3px;
    background-color: #fff;
    margin: 6px 0 6px 6px;
    transition: 0.4s;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-6px, -5px);
    transform: rotate(45deg) translate(-6px, -5px);
}

.modal-title {
    font-weight: 700;
    color: #000000;
    font-size: 20px;
}

#cookie_box {
    position: fixed;
    display: none;
    bottom: 0px;
    font-size: 16px;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.8);
    padding: 10px 10px 10px 10px;
    text-align: center;
    width: 100%;
    color: #ffffff;
}

#cookie_box p {
    font-size: 15px;
    margin: 0 0 5px 0;
}

#cookie_box p span {
    font-weight: bold;
    font-size: 22px;
    color: #f73649;
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
}

#cookie_box p b {
    font-size: 18px;
}

#cookie_box .btn {
    padding: 4px 10px 4px 10px;
}

.cookie_third_msg input {
    display: inline-block;
}

.cookie_second_msg,
.cookie_third_msg {
    display: none;
}

a.whynot {
    color: #fde910;
    font-size: 16px;
    position: absolute;
    left: 81px;
    top: 35px;
    font-weight: 700;
    text-decoration: underline;
}

a.whynot:hover {
    color: #fff;
    text-decoration: underline !important;
}

.footer-logo p {
    display: inline-block;
    font-weight: bold;
    margin: 0 0 0 10px;
}

.footer-logo img {
    display: inline-block;
}

.team_img {
    overflow: hidden;
}

@media screen and (max-width: 55.1875em) {
    .cbp-spmenu-horizontal {
        font-size: 75%;
        height: 110px;
    }
    .cbp-spmenu-top {
        top: -110px;
    }
    .cbp-spmenu-bottom {
        bottom: -110px;
    }
}

@media screen and (max-height: 26.375em) {
    .cbp-spmenu-vertical {
        font-size: 90%;
        width: 190px;
    }
    .cbp-spmenu-left,
    .cbp-spmenu-push-toleft {
        left: -190px;
    }
    .cbp-spmenu-right {
        right: -190px;
    }
    .cbp-spmenu-push-toright {
        left: 190px;
    }
}

@media only screen and (max-width: 1199px) {
    .header-btm ul li a {
        padding: 5px 8px 5px 8px;
    }
    #cookie_box p span {
        padding-bottom: 10px;
    }
    .right-content {
        padding: 20px 40px 20px 40px;
    }
    .bg-content p {
        font-size: 23px;
    }
}

@media only screen and (max-width: 1023px) {
    #showLeftPush {
        display: block;
        position: absolute;
        right: 0;
        z-index: 1;
        bottom: 10px;
        cursor: pointer;
        background-color: #1f5b92;
        border: 1px solid #1f5b92;
        width: 50px;
        text-align: center;
    }
    .main-menu {
        display: none;
    }
    .logo img {
        width: 130px;
    }
    .main-container {
        margin: 69px 0 0 0;
    }
    header {
        padding: 10px 0 10px 0;
        -webkit-box-shadow: 3px 2px 5px 0px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 3px 2px 5px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 3px 2px 5px 0px rgba(0, 0, 0, 0.1);
    }
    .team-section .col-md-3 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .bg-content {
        position: relative;
    }
}

@media only screen and (max-width: 991px) {
    .left-image {
        overflow: hidden;
    }
    .left-image img.img-fluid {
        max-width: inherit;
    }
    .news-box p {
        height: 60px;
        overflow: hidden;
    }
}

@media only screen and (max-width:768px) {
    .right-content {
        padding: 20px;
    }
    .white-box p img {
        margin: 0 0 10px 0;
        padding: 0;
        float: none!important;
        width: 100%;
    }
    .w-50 {
        width: 100%!important;
    }
}

@media only screen and (max-width:575px) {
    .modal-open .modal {
        padding-right: 0 !important;
    }
    #cookie_box {
        width: 100%;
    }
    a.whynot {
        left: 0;
        width: 100%;
        text-align: center;
    }
    #cookie_box .btn {
        width: 100%;
        margin-bottom: 5px;
    }
    .team_img img {
        height: auto;
        width: 100%;
    }
}