* {
    padding: 0;
    margin: 0;
}

.container {
    width: 90%;
    max-width: 95%;
    margin: 0 auto;
}

.text ul, .text li {
    font-family: "Roboto";
}

h2 {
    font-weight: 500;
    font-size: 24px;
    font-family: "Roboto";
    position: relative;
    color: #FFF;
    display: table;
    margin-bottom: 50px;
}

h2:after {
    content: '';
    height: 2px;
    background: #FFF;
    width: 40%;
    bottom: -5px;
    left: 0;
    position: absolute;
}

header {
    background: #FFF;
    height: 100px;
    width: 100%;
}

header .header-container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 8fr;
    grid-template-columns: 1fr 8fr;
}

header .header-container #logo img {
    height: 95px;
    padding-top: 0px;
}

header .header-container nav {
    text-align: right;
}

header .header-container nav li {
    display: inline-block;
    margin-left: 40px;
}

header .header-container nav a {
    height: 100px;
    line-height: 100px;
    font-family: "Roboto";
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    color: rgb(1, 10, 139);
}

header .header-container nav a:hover {
    opacity: .8;
}

a:hover {
    opacity: .8;
}

header .dropdown {
    position: absolute;
    top: 100px;
    z-index: 99999;
    /* right: 0; */
    right: 250px;
    background: #FFF;
    padding: 50px 100px;
    display: none;
}

header .dropdown-grid {
    text-align: left;
    display: grid;
    grid-column-gap: 60px;
    min-width: 500px;
    max-width: 500px;
    grid-template-columns: 1fr 1fr;
    
}

header .dropdown-grid a {}

header .header-container nav .dropdown-grid ul li {
    display: block;
    height: 20px;
    line-height: 20px;
    margin-left: 0;
}

header .header-container nav .dropdown-grid ul {
    line-height: auto;
    text-align: left;
    padding-bottom: 20px;
    margin-top: 15px;
}

.homepage-landing-slideshow,
.about-us-landing-slideshow,
.services-header-slideshow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.homepage-landing-slideshow .slide,
.about-us-landing-slideshow .slide,
.services-header-slideshow .slide {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
}

header .header-container nav .dropdown-grid a {
    font-weight: 400;
    font-size: 16px;
    height: auto;
    line-height: 20px;
    color: #777;
} 

header .dropdown-grid div {
    /* width: 150px; */
}

header.dropdown-grid .product-listing{
    margin:0 auto;

}

.product-listing ul li {
    margin-bottom: 10px;
}

header .dropdown-grid h5 {
    color: rgb(1, 10, 139);
    font-weight: bold;
    font-family: "Roboto";
    font-size: 15px;
}

.menu-icon {
    display: none;
}

.contact-us .contact-us-grey {
    padding: 100px 0;
    background: #e4e5ea;
}

.contact-us .contact-us-grey .container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
}

.contact-us .contact-us-grey h1 {
    color: rgb(1, 10, 139);
    font-family: "Roboto";
    font-size: 30px;
    font-weight: 700;
    display: table;
    position: relative;
}

.contact-us .contact-us-grey h1:after {
    content: '';
    height: 2px;
    background: rgb(1, 10, 139);
    width: 100%;
    position: absolute;
    bottom: -5px;
    left: 0;
}

.contact-us .contact-us-grey form ::-webkit-input-placeholder {
    color: rgb(1, 10, 139);
    font-family: "Roboto";
    font-weight: bold;
    font-size: 16px;
}

.contact-us .contact-us-grey form ::-moz-placeholder {
    color: rgb(1, 10, 139);
    font-family: "Roboto";
    font-weight: bold;
    font-size: 16px;
}

.contact-us .contact-us-grey form :-ms-input-placeholder {
    color: rgb(1, 10, 139);
    font-family: "Roboto";
    font-weight: bold;
    font-size: 16px;
}

.contact-us .contact-us-grey form :-moz-placeholder {
    color: rgb(1, 10, 139);
    font-family: "Roboto";
    font-weight: bold;
    font-size: 16px;
}

.contact-us .contact-us-grey form input[type=text] {
    background: #FFF;
    border: 0;
    height: 50px;
    line-height: 80px;
    padding: 0px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    display: block;
    margin-bottom: 20px;
    font-size: 16px;
    /* font-weight: bold; */
    font-family: "Roboto";
}

.contact-us .contact-us-grey form textarea {
    font-size: 16px;
    font-family: "Roboto";

    width: 100%;
    height: 180px;
    padding: 20px 20px;
    border: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.contact-us .contact-us-grey form input[type=submit] {
    font-family: "Roboto";
    font-size: 18px;
    color: #FFF;
    background: rgb(1, 10, 139);
    height: 50px;
    line-height: 50px;
    width: 140px;
    border: 0;
    font-weight: bold;
    cursor: pointer;
}

.contact-us .contact-us-grey form input[type=submit]:hover {
    opacity: .9;
}

.contact-us .contact-us-purple {
    background: rgb(1, 10, 139);
    position: relative;
}

.contact-us .contact-us-purple .container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 2fr;
    grid-template-columns: 1fr 2fr;
}

.contact-us .contact-us-purple .map {
    position: absolute;
    width: 66.666%;
    right: 0;
    top: 0;
    height: 100%;
}

.contact-us .contact-us-purple .map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.contact-us .contact-us-purple .contact-us-purple-info {
    padding: 115px 0;
    padding-right: 50px;
}

.contact-us .contact-us-purple .contact-us-purple-info p.big {
    font-family: "Roboto";
    font-size: 19px;
    font-weight: bold;
    color: #FFF;
    margin-bottom: 20px;
}

.contact-us .contact-us-purple .contact-us-purple-info p, .contact-us .contact-us-purple .contact-us-purple-info div {
    font-family: "Roboto";
    font-size: 18px;
    font-weight: 400;
    color: #FFF;
    /* margin-bottom: 20px; */
}

.contact-us .contact-us-branches {
    background: #FFF;
    padding: 50px 0 100px 0;
}

.contact-us .contact-us-branches h2 {
    color: rgb(1, 10, 139);
}

.contact-us .contact-us-branches h2:after {
    background: rgb(1, 10, 139);
    width: 100%;
}

.contact-us-branches-grid img {
    width: 29px;
    display: none;
    padding-right: 12px;
}

.contact-us .contact-us-branches .contact-us-branches-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 40px;
    grid-row-gap: 50px;
}

.contact-us .contact-us-branches .contact-us-branches-grid a {
    font-weight: bold;
    font-size: 18px;
    /*       height: 62px; */
    font-family: "Roboto";
    color: rgb(1, 10, 139);
    margin-bottom: 20px;
    display:block;
    cursor: pointer;
    text-decoration: none;
}

.contact-us .contact-us-branches .contact-us-branches-grid p , .contact-us .contact-us-branches .contact-us-branches-grid div{
    font-size: 16px;
    color: #3c3744;
    font-family: "Roboto";
}

.contact-us .contact-us-branches .contact-us-branches-grid p.strong {
    margin-top: 20px;
    font-weight: bold;
    font-size: 28px;
}

.about-us .about-us-landing {
    height: calc(100vh - 100px);
    width: 100%;
    background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../imgs/about-us-bg-new.jpg);
    /* background: url("../imgs/about-us-bg-new.jpg"); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
}

.ovlay {
    background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9998
}

.about-us .about-us-landing .text {
    position: absolute;
    top: 50%;
    z-index: 9999;
    text-align: justify;
    width: 90%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 5%;
}

.about-us .about-us-landing .text h1 {
    font-size: 60px;
    font-family: "Roboto";
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.about-us .about-us-landing .text p {
    font-size: 28px;
    width: 50%;
    font-weight: 400;
    font-family: "Roboto";
    color: #FFF;
    font-size: 18px;
}

.about-us .about-us-boxes {
    padding: 50px 0 0 0;
}

.about-us .about-us-boxes .about-us-box {
    min-height: 233px;
    background: rgba(122, 119, 125, .6);
    padding: 50px 100px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 50px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    text-align: justify;
    padding: 0;
    background: transparent;
    min-height: 0px;
    margin-bottom: 60px;
}

.about-us .about-us-boxes .about-us-box:after {
    content: '';
    width: 50px;
    margin: 0 auto;
    height: 3px;
    margin-top: 40px;
    background: rgb(1, 10, 139);
}

.about-us .about-us-boxes .about-us-box p {
    font-size: 16px;
    font-weight: 400;
    font-family: "Roboto";
    color: #3c3744;
}

.about-us .about-us-boxes .about-us-box h2 {
    color: rgb(1, 10, 139);
    display: block;
    text-align: left;
    margin-bottom: 20px;
}

.services .services-header,
.services .services-banner {
    height: 450px;
    background-size: cover;
    background-position: center center;
    /* background-image: url("../imgs/our-services-background.jpg"); */
    background-image: url("../imgs/services-new-bg.jpg");
    position: relative;
}

.services .services-header h1,
.services .services-header h5,
.services .services-banner h1,
.services .services-banner h5 {
    font-size: 60px;
    font-weight: bold;
    font-family: "Roboto";
    z-index: 9999;
    position: absolute;
    left: 5%;
    bottom: 50px;
    text-transform: uppercase;
    color: #FFF;
}

.services .services-banner {
    background-image: url("../imgs/our-services-background-2.jpg");
}

.services .our-services-list {
    padding: 60px 0;
}

.services .our-services-list .container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 80px;
    grid-row-gap: 100px;
    text-align: justify;
}

.services .our-services-list .container h3 {
    font-size: 18px;
    font-weight: bold;
    font-family: "Roboto";
    color: rgb(1, 10, 139);
    margin-bottom: 25px;
}

.services .our-services-list .container p {
    color: #3c3744;
    font-size: 16px;
    font-family: "Roboto";
}

.services .services-toggles {
    padding: 50px 0;
}

.services .services-toggles .container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 4fr;
    grid-template-columns: 1fr 4fr;
}

.services .services-toggles .container .sidebar li {
    display: block;
    list-style: none;
    margin-bottom: 20px;
}

.services .services-toggles .container .sidebar li a {
    text-decoration: none;
    color: rgb(1, 10, 139);
    font-family: "Roboto";
    font-weight: bold;
    font-size: 16px;
}

.services .services-toggles .container .sidebar li a.active,
.services .services-toggles .container .sidebar li a:hover {
    border-bottom: 2px solid rgb(1, 10, 139);
}

.services .services-toggles .container .content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 3fr 1fr;
    grid-template-columns: 3fr 1fr;
    grid-column-gap: 80px;
    display: none;
}

.services .services-toggles .container .content.active {
    text-align: justify;
    display: -ms-grid;
    display: grid;
}

.services .services-toggles .container .content h6 {
    color: rgb(1, 10, 139);
    font-size: 18px;
    font-family: "Roboto";
    font-weight: bold;
    margin-bottom: 20px;
}

.services .services-toggles .container .content p {
    font-family: "Roboto";
    color: #3c3744;
    font-size: 16px;
    font-weight: 400;
}

.services .services-toggles .container .content img {
    margin-top: 60px;
    width: 100%;
}

.homepage .homepage-landing {
    height: calc(100vh - 100px);
    background-size: cover;
    background-position: center center;
    /*   background-image: url("../imgs/homepage-background.jpg"); */
    position: relative;
}

.homepage .homepage-landing .homepage-box {
    background: rgba(45, 54, 165, .9);
    z-index: 9999;
    /* padding: 100px; */
    padding: 70px;
    position: absolute;
    width: 450px;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.homepage .homepage-landing .homepage-box h1 {
    font-family: "Roboto";
    font-weight: bold;
    color: #FFF;
    display: table;
    font-size: 48px;
}

.homepage .homepage-landing .homepage-box h3 {
    font-family: "Roboto";
    font-weight: bold;
    display: table;
    color: #FFF;
    font-size: 30px;
    margin-bottom: 28px;
}

.homepage .homepage-landing .homepage-box p {
    text-align: justify;
    font-family: "Roboto";
    color: #FFF;
    font-size: 16px;
    max-width: 700px;
}

.homepage .homepage-overview {
    padding: 50px 0;
    position: relative;
    background-position: top right;
    background-size: auto 100%;
    /*   background-image: url("../imgs/homepage-side-background.png"); */
    background-repeat: no-repeat;
    background-color: #f1f1f1;
}

.homepage .homepage-overview .container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
}

.homepage .homepage-overview .container h3 {
    color: rgb(1, 10, 139);
    font-size: 30px;
    font-weight: bold;
    font-family: "Roboto";
    margin-bottom: 25px;
}

.homepage .homepage-overview .container p {
    font-family: "Roboto";
    font-size: 16px;
    color: rgb(1, 10, 139);
    text-align: justify;
    font-weight: 400;
    width: 80%;
}

.homepage .homepage-overview .container .homepage-overview-text a {
    border-bottom: 2px solid rgb(1, 10, 139);
    display: table;
    padding-bottom: 3px;
    color: rgb(1, 10, 139);
    font-family: "Roboto";
    font-size: 16px;
    text-decoration: none;
    margin-top: 30px;
}

.homepage .homepage-overview .container .homepage-overview-learn-more {
    text-align: right;
}

.homepage .homepage-overview .container .homepage-overview-learn-more h4 {
    font-size: 24px;
    color: rgb(1, 10, 139);
    font-weight: bold;
    font-family: "Roboto";
    margin-bottom: 30px;
}

.homepage .homepage-overview .container .homepage-overview-learn-more a {
    text-decoration: none;
    display: inline-block;
    border-bottom: 2px solid rgb(1, 10, 139);
    padding-bottom: 3px;
    margin-bottom: 30px;
    color: rgb(1, 10, 139);
    font-family: "Roboto";
}

.homepage .homepage-principals {
    padding: 60px 0px 0px;
}

.homepage .homepage-principals a.no-underline {
    color: rgb(1, 10, 139);
    border-bottom: 2px solid rgb(1, 10, 139);
    padding: 0 5px;
    display: table;
    font-weight: bold;
    font-family: "Roboto";
    margin: 0 auto;
    text-decoration: none;
}

.homepage .homepage-principals a.no-underline {
    border-bottom: 0;
}

.homepage .homepage-principals .images {
    margin: 30px 0;
    width: 650px;
    margin: 0 auto;
}

.homepage .homepage-principals .images img {
    width: 200px;
}

.homepage .homepage-principals .images .owl-dots {
    margin-bottom: 80px;
    text-align: center;
}

.homepage .homepage-principals .images .owl-dot {
    margin: 0 5px;
}

.homepage .homepage-principals .images .owl-dot.active span {
    background: rgb(1, 10, 139);
}

.homepage .homepage-principals .images .owl-dot span {
    height: 12px;
    width: 12px;
    background: #add7f6;
    display: inline-block;
    border-radius: 12px;
}

.media-room {
    padding: 100px 0;
}

.media-room .container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 8fr;
    grid-template-columns: 1fr 8fr;
    grid-column-gap: 80px;
}

.media-room .container>div {
    overflow: hidden;
}

.media-room .container .big-image {
    position: relative;
}

.media-room .container .big-image img {
    width: 100%;
    display: block;
}

.media-room .container .big-image .title {
    padding: 50px;
    position: absolute;
    bottom: 50px;
    left: 0;
    background: rgba(255, 255, 255, 0.6);
    color: rgb(1, 10, 139);
    font-size: 21px;
    font-family: "Roboto";
    font-weight: bold;
}

.media-room .container .sidebar h3 {
    font-family: "Roboto";
    font-weight: bold;
    font-size: 16px;
    border-bottom: 2px solid rgb(1, 10, 139);
    color: rgb(1, 10, 139);
    display: table;
}

.media-room .container .sidebar ul {
    border-left: 2px solid rgb(1, 10, 139);
    margin-top: 20px;
    padding-left: 20px;
}

.media-room .container .sidebar li {
    display: block;
    list-style: none;
    margin-bottom: 5px;
}

.media-room .container .sidebar li a {
    color: rgb(1, 10, 139);
    font-weight: 400;
    font-family: "Roboto";
    text-decoration: none;
    font-size: 15px;
}

.products .sidebar a,
.product .sidebar a {
    font-family: "Roboto";
    color: rgb(1, 10, 139);
    font-size: 15px;
    text-decoration: none;
}

.products .sidebar a.open-sidebar,
.product .sidebar a.open-sidebar {
    font-weight: bold;
    position: relative;
}

.products .sidebar a.open-sidebar:after,
.product .sidebar a.open-sidebar:after {
    width: 100%;
    background: rgb(1, 10, 139);
    height: 2px;
    position: absolute;
    bottom: -3px;
    left: 0;
    content: '';
}

.product {
    padding-top: 40px;
}

.products .sidebar ul,
.product .sidebar ul {
    list-style: none;
    border-left: 2px solid rgb(1, 10, 139);
    padding-left: 15px;
    margin-top: 20px;
    margin-bottom: 40px;
}

.product .container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 8fr;
    grid-template-columns: 1fr 8fr;
    grid-column-gap: 100px;
}

.product .product-info {
    display: grid;
    grid-template-columns: 4fr 3fr;
    padding-bottom: 60px;
}

.product .product-info .full-img {
    width: 100%;
    margin-bottom: 45px;
}

.services .our-services-list .container li {
    color: #3c3744;
    font-size: 16px;
    font-family: "Roboto";
}

.services .our-services-list .container ul {
    color: #3c3744;
    font-size: 16px;
    font-family: "Roboto";
    padding-left: 32px;
    padding-top:14px;
}

.product .product-info h1 {
    font-family: "Roboto";
    font-weight: bold;
    font-size: 25px;
    color: rgb(1, 10, 139);
    margin-bottom: 20px;
}

.product .product-info p {
    font-family: "Roboto";
    font-weight: 400;
    color: #3c3744;
    font-size: 15px;
    line-height: 23px;
}

.products {
    background: url("../imgs/products.jpg");
    background-size: cover;
    background-position: center center;
    padding: 100px 0;
}

.products .container {
    display: -ms-grid;
    display: grid;
    grid-column-gap: 100px;
    -ms-grid-columns: 1fr 8fr;
    grid-template-columns: 1fr 8fr;
}

.products .products-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 100px;
    grid-row-gap: 80px;
}

.products .products-list h2 {
    color: rgb(1, 10, 139);
    margin-bottom: 15px;
}

.products .products-list h2:after {
    display: none;
}

.products .products-list p {
    color: rgb(1, 10, 139);
    font-family: "Roboto";
    font-weight: 400;
    font-size: 13px;
    width: 60%;
    margin-bottom: 20px;
}

.products .products-list a {
    text-decoration: none;
    display: table;
    border-bottom: 2px solid rgb(1, 10, 139);
    padding-bottom: 2px;
    font-family: "Roboto";
    font-size: 14px;
    color: rgb(1, 10, 139);
    font-weight: bold;
}

footer {
    height: 250px;
    /* background: rgb(1,10,139); */
    background: rgb(1, 10, 139);
    width: 100%;
    padding: 20px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

footer .upper {
    display: -ms-grid;
    display: grid;
    border-bottom: 2px solid #FFF;
    -ms-grid-columns: 1fr 3fr 1fr;
    grid-template-columns: 1fr 3fr 1fr;
}

footer .upper .footer-logo {
    margin-bottom: 20px;
    width: 130px;
}

footer .upper .nav {
    text-align: center;
    margin-top: 40px;
}

footer .upper .nav li {
    padding: 0 15px;
    list-style: none;
    display: inline-block;
}

footer .upper .nav a {
    color: #FFF;
    text-decoration: none;
    font-family: "Roboto";
    font-size: 16px;
}
 
footer .upper .follow-us {
    margin-top: 38px;
    font-family: "Roboto";
    font-size: 16px;
    text-align: right;
    color: #FFF;
}

footer .upper .follow-us img {
    margin-left: 10px;
}

footer .lower {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 3fr ;
    grid-template-columns: 1fr 3fr  ;
    margin-top: 40px;
}

footer .lower p {
    font-family: "Roboto";
    color: #FFF;
    font-size: 14px;
}

footer .lower p a {
    text-decoration: none;
    color: #FFF;
}

footer .lower .join-mailing {
    text-align: right;
}

footer .lower .join-mailing label {
    font-family: "Roboto";
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
    margin-right: 25px;
}

footer .lower .join-mailing input[type=text] {
    border: 2px solid #FFF;
    background: transparent;
    height: 60px;
    line-height: 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #FFF;
    padding: 20px;
}

footer .lower .join-mailing ::-webkit-input-placeholder {
    font-family: "Roboto";
    font-size: 13px;
    color: #FFF;
}

footer .lower .join-mailing ::-moz-placeholder {
    font-family: "Roboto";
    font-size: 13px;
    color: #FFF;
}

footer .lower .join-mailing :-ms-input-placeholder {
    font-family: "Roboto";
    font-size: 13px;
    color: #FFF;
}

footer .lower .join-mailing :-moz-placeholder {
    font-family: "Roboto";
    font-size: 13px;
    color: #FFF;
}

footer .lower .join-mailing input[type=submit] {
    background: #FFF;
    text-transform: uppercase;
    height: 60px;
    color: rgb(1, 10, 139);
    border: 0;
    font-weight: bold;
    padding: 0 25px;
    margin-left: -5px;
}

.preq {
    padding: 80px 0;
}

.preq h1 {
    color: rgb(1, 10, 139);
    font-family: "Roboto";
    font-weight: bold;
    font-size: 32px;
    padding-bottom: 40px;
}

.preq .preq-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
}

.preq .preq-list div {
    border: 2px solid rgb(1, 10, 139);
    padding-bottom: 70%;
    position: relative;
    height: 0;
}

.preq .preq-list div a::after {
    width: 24px;
    height: 24px;
    content: '';
    position: absolute;
    display: block;
    bottom: 10px;
    right: 10px;
    background-image: url('../imgs/download.png');
    background-size: 100%;
}

.preq .preq-list div img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 90%;
    max-height: 90%;
}

.principals {
    padding: 80px 0;
}

.principals h1 {
    color: rgb(1, 10, 139);
    font-family: "Roboto";
    font-weight: bold;
    font-size: 32px;
    padding-bottom: 40px;
}

.principals .principals-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 80px;
    grid-row-gap: 50px;
    text-align: justify;
}

.principals .principals-list h3 {
    color: rgb(1, 10, 139);
    font-family: "Roboto";
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 8px;
}

.principals .principals-list p {
    color: #3c3744;
    font-family: "Roboto";
    font-size: 14px;
    line-height: 23px;
}


/* joe code  */

@media all and (min-width: 640px) {
    header ul li:hover .dropdown {
        display: block;
    }
}

@media all and (max-width: 640px) {
    .menu-icon {
        display: block;
        text-align: right;
    }
    .menu-icon img {
        padding-top: 30px;
        height: 32px;
    }
    header .header-container {
        grid-template-columns: 1fr 1fr;
    }
    .homepage .homepage-landing .homepage-box h3 {
        font-size: 24px;
    }
    .homepage .homepage-landing .homepage-box p {
        font-size: 16px;
    }
    nav {
        position: fixed;
        top: 100px;
        left: 100%;
        background: #FFF;
        width: 100%;
        z-index: 999;
        transition: .3s left;
    }
    nav.active {
        left: 0;
    }
    header .header-container nav li {
        display: block;
        padding-right: 5%;
    }
    header .header-container nav li a {
        height: 50px;
        line-height: 50px;
    }
    .homepage .homepage-landing .homepage-box {
        transform: none;
        width: 100%;
        box-sizing: border-box;
        padding: 40px;
        position: initial;
    }
    .homepage .homepage-landing {
        height: auto;
        padding: 130px 0;
    }
    .homepage .homepage-overview .container {
        grid-template-columns: 1fr;
    }
    .homepage .homepage-overview .container .homepage-overview-learn-more {
        text-align: left;
        margin-top: 50px;
    }
    .homepage .homepage-overview .container p {
        width: 90%;
    }
    .homepage .homepage-principals .images {
        width: 100%;
    }
    .homepage .homepage-principals .images .owl-item div {
        text-align: center;
    }
    .homepage .homepage-principals .images img {
        margin: 0 auto;
    }
    footer .upper {
        padding-bottom: 20px;
    }
    footer .lower .join-mailing {
        text-align: left;
    }
    footer .lower .join-mailing label {
        display: block;
    }
    .join-mailing {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .about-us .about-us-landing {
        height: auto;
        padding: 80px 0;
    }
    .about-us .about-us-landing .text {
        position: initial;
        transform: none;
        margin: 0 auto;
        text-align: justify;
    }
    .about-us .about-us-landing .text p {
        width: 100%;
    }
    .about-us .about-us-boxes .about-us-box {
        grid-template-columns: 1fr;
        grid-row-gap: 40px;
        padding: 30px;
    }
    .products .products-list,
    .product .container,
    .services .services-toggles .container,
    .services .services-toggles .container .content,
    .media-room .container,
    .contact-us .contact-us-grey .container,
    .contact-us .contact-us-purple .container {
        grid-template-columns: 1fr;
    }
    .contact-us .contact-us-purple .map {
        position: relative;
        height: 300px;
        width: 100%;
    }
    .contact-us .contact-us-grey .container {
        grid-row-gap: 30px;
    }
    .contact-us .contact-us-purple .contact-us-purple-info {
        padding: 40px 0;
    }
    .contact-us .contact-us-branches .contact-us-branches-grid {
        grid-template-columns: 1fr;
    }
    .media-room .container {
        grid-row-gap: 50px;
    }
    .services .services-toggles .container .content {
        margin-top: 25px;
        padding-top: 25px;
        border-top: 1px solid rgb(1, 10, 139);
    }
    .product .container .sidebar {
        grid-row: 2/3;
    }
    .services .services-header h1,
    .services .services-header h5,
    .services .services-banner h1,
    .services .services-banner h5 {
        font-size: 30px;
    }
    .services .our-services-list .container {
        grid-template-columns: 1fr;
        text-align: justify;
    }
    .join-mailing label {
        margin-bottom: 15px;
    }
    footer .upper,
    footer .lower {
        grid-template-columns: 1fr;
    }
    footer .upper .nav li {
        padding-left: 0;
    }
    footer .upper .nav {
        text-align: left;
    }
    footer {
        height: auto;
    }
}