body {
    max-width: 1920px;
    margin: 0 auto;
    font-family: 'Lato', 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;
}

ul {
    padding: 0;
    margin: 0 0 0 30px;
}

h1 {
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

h2 {
    font-size: 22px;
    font-weight: 700;
}
h2 span{
    font-size: 16px;
    display: block;
}

h3 {
    font-size: 18px;
    font-weight: 700;
}

.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%);
}

.parallax-window {
    min-height: 400px;
    background: transparent;
    background-position: bottom center;
}

header {
    background: rgba(255, 255, 255, 0.6);
    margin: 0 0 20px 0;
    padding: 0 0 0 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 .header-btm ul li a {
    font-size: 15px;
}

.logo {
    text-align: center;
    padding: 120px 0 0 0;

}

.logo img {
    display: inline-block;
    width: 110px;
}

.logo p {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    font-size: 50px;
    color: #fff;
    line-height: 45px;
    margin: 25px 0 0 0;
    text-shadow: 1px 1px #000;
}

.logo p span {
    display: block;
    font-size: 25px;

}

.logo a {
    display: inline-block;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.btn-blue {
    color: #fff;
    background-color: #d3ae73;
    border-color: #d3ae73;

}

.btn.btn-blue:hover {
    color: #ffff;
    background-color: #0c4376;
    border-color: #0c4376;

}


.header-btm {
    background-color: rgba(31, 91, 146, 0.6);
    padding: 5px 0 5px 0;
    position: relative;

}

.header-btm ul {
    text-align: center;
}

.header-btm ul li {
    display: inline-block;

}

.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:hover,
.header-btm ul li.active a {

    color: #ffb87b;

}

.white-box {
    background-color: #fff;
    padding: 25px;
    margin: 0 0 20px 0;
}

.white-box p img {
    margin: 0 0 10px 10px;
}

.white-box p a {
    color: #961300;
}

.white-box p a:hover {
    text-decoration: underline;
}

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;
}

footer p a:hover {
    color: #fff;
    text-decoration: underline;
}

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
}

/* 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: #d3ae73;
    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 #d3ae73;
    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);
}

.team-section {
    padding: 30px 0 0 0;
}

.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;
    background-color: #e1f1ff;
    padding: 30px 20px 15px 20px;


}

.team-section ul li a:hover {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(31, 91, 146, 0.6);
    -moz-box-shadow: 0px 0px 5px 0px rgba(31, 91, 146, 0.6);
    box-shadow: 0px 0px 5px 0px rgba(31, 91, 146, 0.6);
}

.team_head {
    height: 60px;
}

.team_head h2 {
    padding: 5px 0 0 10px;
    font-size: 16px;
    margin: 0;
}

.team_head p {
    padding: 5px 0 10px 10px;
    margin: 0;
}

.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;
}

.george.float-right {
    margin: 0 0 60px 10px;
}

.insp-name {
    position: absolute;
    top: 337px;
    right: 38px;
    text-align: center;
}

.insp-name h2 {
    font-size: 18px;
    margin: 0;
}
.hist_img img{
    width: 100%;
}
.hist-link a{
    text-decoration: underline;
    color: #000;
    font-weight: bold;
}
.hist-link{
    position: absolute;
    top:205px;
    right: 30px;
}
.footer-logo p{
    display: inline-block;
    font-weight: bold;
    margin:  0 0 0 10px;
}
.footer-logo img{
    display: inline-block;
}
.team_img{
   
   overflow: hidden;
}
.team_img img{
   
    height: 180px;
    width: auto;
}
@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: 1023px) {
    #showLeftPush {
        display: block;
        position: absolute;
        right: 13px;
        z-index: 1;
        bottom: 10px;
        cursor: pointer;
        background-color: #1f5b92;
        border: 1px solid #1f5b92;
        width: 50px;
        text-align: center;
    }

    .header-btm {
        display: none;
    }

    header {
        padding: 5px 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);
    }

    .header-top .btn-blue {
        margin-top: 0;
    }

    .header-top {
        height: 40px;
    }
    .team-section .col-md-3 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        
    }


}

@media only screen and (max-width: 767px) {
    .white-box .col-md-9 {
        margin-bottom: 20px;
    }

    .white-box p img {
        width: 100%;
    }

    .logo img {
        width: 60px;
    }

    .logo p {
        font-size: 22px;
        line-height: 25px;
        margin: 6px 0 0 0;
    }

    .logo {

        padding: 160px 0 0 0;
    }

    .logo p span {
        font-size: 13px;
    }

    .insp-name {
        position: static;
        border: 1px solid #f2f2f2;
        padding: 5px 0 5px 0;
    }

    .insp-name p {
        margin: 0;
    }

    .george.float-right {
        margin: 0 0 10px 0;
    }
    .hist-link {
        position: static;
    }
}

@media only screen and (max-width:575px) {
    .modal-open .modal {
        padding-right: 0 !important;
    }

    #cookie_box {
        width: 100%;
    }
    .team-section .col-md-3 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        
    }
    .team_img img {
        height: auto;
        width: 100%;
    }
}