body {
    max-width: 1920px;
    margin: 0 auto;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-style: 16px;
    background-color: #f2f2f2;
    background-position: center center;
    font-weight: 400;
}

body,
html {
    height: 100%;
}

.wrapper {
    min-height: 100%;
    margin-bottom: -52px;
}

footer,
.push {
    height: 52px;
}

a:focus {
    outline: none;
    text-decoration: none;
}

h1 {
    font-size: 22px;
    font-weight: 700;
    color: #79858F;
    margin: 0 0 10px 0;
}

h2 {
    font-size: 18px;
    font-weight: 700;
    color: #79858F;
    margin: 0 0 30px 0;
    text-transform: uppercase;
    text-align: center;
}

h2 span {
    display: inline-block;
    background-color: #D40000;
    color: #fff;
    padding: 0 10px 0 10px;
    font-size: 13px;
}

header {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    padding: 17px 0 10px 0;
    background-color: #fff;
    margin: 0 0 20px 0;
}

.video-frame {
    padding: 25px 25px 15px 25px;
}

.video-frame iframe {
    width: 100%;
}

.white-box {
    background-color: #fff;
    margin-bottom: 30px;
    -webkit-box-shadow: 6px 6px 8px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 6px 6px 8px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 6px 6px 8px 0px rgba(0, 0, 0, 0.1);
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
    margin: 0 0 10px 0;
}

ul li a {
    font-size: 16px;
    color: #79858F;
}

ul li a:hover,
ul li.active a {
    text-decoration: none;
    color: #000;
}

ul li span {
    display: inline-block;
    background-color: #D40000;
    color: #fff;
    padding: 0 10px 0 10px;
    font-size: 13px;
    width: 117px;
}

.left-sec {
    padding: 140px 25px 140px 25px;
}

footer {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    padding: 15px 0 10px 0;
    background-color: #fff;
    text-align: center;
}

footer p {
    font-size: 14px;
}


/* 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;
    font-size: 16px;
    color: #79858F;
}

.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: #000;
}

.cbp-spmenu h1 {
    font-size: 18px;
    padding: 20px 20px 20px 20px;
}

.cbp-spmenu-vertical a#closebtn {
    color: #fff;
}


/* Orientation-dependent styles for the content of the menu */

.cbp-spmenu-vertical {
    width: 279px;
    height: 100%;
    top: 0;
    z-index: 1000;
}

.cbp-spmenu-vertical a {
    padding: 10px;
}

.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: -279px;
}

.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: block;
    cursor: pointer;
    background-color: #1f5b92;
    border: 1px solid #1f5b92;
    width: auto;
    text-align: center;
    float: right;
    color: #ffff;
    padding: 10px;
}

.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);
}

@media only screen and (max-width: 1023px) {}

@media only screen and (max-width:991px) {
    .left-sec {
        margin-left: 0 !important;
    }
}

@media only screen and (max-width: 767px) {
    .video-frame {
        padding: 25px;
    }
    .wrapper {
        min-height: 100%;
        margin-bottom: 20px;
    }
    footer,
    .push {
        height: auto;
    }
}