﻿body {
    color: #080a3c;
    background-color: #fff;
    padding: 0;
    margin: 0;
    font-size: 15px;
    font-family: poppins,sans-serif;
}

label.labelUnderline {
    border-bottom: 2px solid #c09c2e;
}


.TopHeader {
    background-image: url('../img/Master/Mission1.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 711px;
}

.navbar-nav li {
    margin-right: 20px !important;
}

.navbar-nav li a{
    color: #c09c2e !important;
    font-weight:500;
    font-size:20px;
}

.HeaderButton {
    height: 300px;
}

.btn-travel {
    color: #fff;
    background-color: #c09c2e;
    border-color: #c09c2e;
}

    .btn-travel:hover {
        color: #000;
        background-color: #ffca2c;
        border-color: #ffc720;
    }

    .btn-travel:focus {
        color: #000;
        background-color: #ffca2c;
        border-color: #ffc720;
        box-shadow: 0 0 0 .25rem rgba(217,164,6,.5);
    }


.AboutUsSection {
    background-color: #333333;
    color: #fff;
}


    .AboutUsSection h2 span {
        border-bottom: 2px solid #c09c2e;
    }


.MissionSection h2 {
    color: #fff;
}

.LoadServices {
    background-color: #333333;
    padding-top: 30px;
    padding-bottom: 30px;
}

.MissionSection .MissionOne {
    background-image: url('../img/Master/Mission1.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 470px;
}



.MissionSection .MissionTwo {
    background-image: url('../img/Master/Mission2.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 470px;
}

.MissionSection .MissionThree {
    background-image: url('../img/Master/Mission2.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 470px;
}

.MissionSection .MissionFour {
    background-image: url('../img/Master/Mission4.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 470px;
}




.LoadMoreSection .LoadMoreSectionDiv button {
    background-color: #c09c2e;
    border: 0;
    height: 80px;
}



.VisaSection {
    background-image: url('../img/Master/V-Background.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 500px;
    color: white;
}

.ContactSection {
    background-color: #333333;
    min-height: 500px;
    padding-bottom: 40px;
}

.BottomSection {
    background-color: black;
    height: 90px;
}


/***** Head of Other Pages ******/


.TopHeaderPage {
    background-color: black !important;
    height: 140px;
}

.ContactTop {
    background: url('../img/ContactTop.jpeg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 600px;
}

.ContactInfo {
    background-color: black;
    color: white;
}

/*.ContactTop img
{
      max-width: 100%;
    height: auto;
}*/



/***** Mission ******/
