::-webkit-scrollbar {
    width: 10px;
}

 ::-webkit-scrollbar-track {
    background: #f1f1f1;
}

 ::-webkit-scrollbar-thumb {
    background: #888;
}

w ::-webkit-scrollbar-thumb:hover {
    background: #555;
}

body {
    font-family: 'Lato', sans-serif;
    overflow: hidden;
    overflow-y: scroll;
    background-color: #000;
}

body .bg-img {
    background-repeat: no-repeat;
    background-position: center;
    padding-bottom: 100px;
}

body nav {
    background: rgba(50, 100, 200, 0.95);
}

body nav .navbar-nav a {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff !important;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

body nav .navbar-nav a:hover {
    color: #0037a5 !important;
}

body nav .navbar-nav .btn-danger {
    background: #0037a5;
    border-color: #0037a5;
    border-radius: 0;
}

body nav .navbar-nav .btn-danger:hover {
    background: #df6700;
    border-color: #df6700;
}

a,
a:hover {
    color: #0037a5;
}

.wh-banner-text-box {
    position: relative;
    max-height: 250px;
    display: inline-block;
    margin-top: 250px;
}

.wh-banner-text-box .quote-box {
    max-width: 455px;
    padding: 20px 0;
    background: rgba(50, 100, 200, 0.95);
}

.wh-banner-text-box .quote-box h2 {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    color: #0037a5;
    font-size: 40px;
}

.wh-banner-text-box .quote-box h2 span {
    color: #efc700;
    font-size: 34px;
}

.wh-banner-text-box .quote-box::before {
    content: "";
    position: absolute;
    height: 38px;
    width: 38px;
    left: 0;
    top: 0;
    background: url("../images/right-quote.png");
    background-repeat: no-repeat;
}

.wh-banner-text-box .quote-box::after {
    content: "";
    position: absolute;
    height: 38px;
    width: 38px;
    background: url("../images/left-quote.png");
    background-repeat: no-repeat;
    right: 0;
    bottom: 0;
}

.wh-banner-text-box a {
    color: #fff;
    border-color: #4e2b0d;
    border-radius: 0;
    min-width: 150px;
}

.wh-banner-text-box a:hover {
    background: transparent;
    border-color: gray;
    color: #0037a5;
}

.wh-network,
.wh-about-us {
    background: url("../images/about-bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    padding: 50px 0;
    padding-top: 30px;
}

.wh-network figure,
.wh-about-us figure {
    margin-top: -70px !important;
}

.wh-network h2,
.wh-about-us h2 {
    color: #0037a5;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 0;
}

.wh-network h4,
.wh-about-us h4,
.wh-network h5,
.wh-about-us h5,
.wh-network p,
.wh-about-us p {
    color: #282828;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
}

.wh-network hr,
.wh-about-us hr {
    border-color: #0037a5;
    border-width: 5px;
    max-width: 100px;
    margin-left: 0;
    border-radius: 5px;
}

.wh-network figure,
.wh-about-us figure {
    text-align: center;
}

.wh-about-us {
    background: transparent;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.wh-about-us p {
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-weight: normal;
}

.wh-about-us hr {
    border-color: #fff;
    margin-left: 50px;
    margin-top: 5px;
}

.wh-about-us a {
    color: #fff !important;
    border-color: #4e2b0d;
    border-radius: 0;
    min-width: 150px;
}

.wh-about-us a:hover {
    background: transparent;
    border-color: gray;
    color: #0037a5;
}

.wh-content-box {
    background: #464646;
    padding-bottom: 100px;
}

.wh-content-box .pr-0 img {
    margin-top: -128px;
}

.wh-content-box img {
    width: 100%;
}

.wh-content-box .card-img-overlay {
    color: #fff;
    text-align: center;
    top: 35%;
}

.wh-content-box .kiters {
    position: relative;
    padding: 50px 0;
    margin: 70px 0;
    background: url("../images/kite2.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-color: #3D6CBA;
}

.wh-content-box .kiters .bg-50 {
    background: rgba(0, 0, 0, 0.3);
}

.wh-content-box .kiters .card {
    border: none;
    background: transparent;
}

.wh-content-box .kiters .card img {
    max-width: 250px;
    margin: 0 auto;
    max-height: 250px;
}

.wh-content-box .kiters .card .card-body {
    background: #ccc;
    border-radius: 15px;
    padding: 30px 20px;
    margin-top: 30px;
    padding-bottom: 50px;
}

.wh-content-box .kiters .card .card-body::before {
    content: "";
    position: absolute;
    border: 20px solid #ccc;
    border-color: transparent transparent #ccc transparent;
    margin-top: -70px;
    text-align: center;
    margin-left: -15px;
}

.wh-content-box .kiters .quote-box2 {
    color: #fff;
    max-width: 250px;
    position: relative;
    text-align: center;
    margin: auto;
    margin-bottom: 50px;
}

.wh-content-box .kiters .quote-box2::before {
    content: "";
    position: absolute;
    height: 20px;
    width: 20px;
    left: 0;
    top: -10px;
    background: url("../images/right-quote-white.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.wh-content-box .kiters .quote-box2::after {
    content: "";
    position: absolute;
    height: 20px;
    width: 20px;
    background: url("../images/left-quote-white.png");
    background-repeat: no-repeat;
    right: 0;
    bottom: -10px;
    background-size: 100% 100%;
}

.wh-content-box .kiters::before,
.wh-content-box .kiters::after {
    content: "";
    position: absolute;
    border: 5px solid #0037a5;
    width: 100%;
    top: -10px;
}

.wh-content-box .kiters::before {
    bottom: -10px;
    top: auto;
}

.wh-content-box .gallery .card {
    border: none;
    background: transparent;
}

.wh-content-box .gallery .card img {
    border-radius: 0;
    max-height: 580px;
}

.wh-content-box .gallery .card .card-body {
    background: #0037a5;
}

.wh-content-box .gallery .card .card-body h4 {
    color: #fff;
}

.wh-content-box .gallery .card .card-body p {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
}

footer {
    background: #101011;
    color: #fff;
}

footer .footer1 p {
    margin-top: 30px;
}

footer .footer2 h4 {
    color: #0037a5;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    text-align: center;
    margin: 20px auto;
}

footer .footer2 ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #262626;
}

footer .footer2 ::-moz-placeholder {
    /* Firefox 19+ */
    color: #262626;
}

footer .footer2 :-ms-input-placeholder {
    /* IE 10+ */
    color: #262626;
}

footer .footer2 :-moz-placeholder {
    /* Firefox 18- */
    color: #262626;
}

footer .footer3 {
    padding-top: 50px;
}

footer .footer3 a {
    background: #fff;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    padding: 0;
    padding-top: 5px;
}

footer .footer3 a:hover {
    background: #0037a5;
}

footer .footer3 .nav-item li {
    margin: 0 5px;
}

footer .table td,
footer .table th {
    border: none;
}

footer::before {
    content: "";
    position: absolute;
    border: 3px solid #0037a5;
    width: 100%;
    left: 0;
}

@media (max-width: 1199px) {
    .wh-content-box .pr-0 img {
        margin-top: -107px;
    }
}

@media (max-width: 991px) {
    .wh-content-box .pr-0 img {
        margin-top: -78px;
    }
    .wh-content-box .card-img-overlay {
        top: 20%;
    }
}

@media (max-width: 767px) {
    body nav .navbar-nav {
        margin-left: 0 !important;
        max-width: 50px;
    }
    .wh-network figure,
    .wh-about-us figure {
        margin-top: 0 !important;
    }
    .wh-content-box .pr-0 img {
        margin: 20px auto;
    }
    .wh-content-box .col-md-5 {
        padding: 0 !important;
    }
    .wh-content-box .col-md-7 {
        padding: 0 !important;
    }
    .gallery .card {
        margin-bottom: 25px;
    }
    .footer1 {
        min-height: 150px;
    }
}