.navigation > ul {
    padding: 0;
    list-style: none;
    display: flex;
    margin: 0;
}

header {
    padding: 10px 0 4px;
    position: fixed;
    top: 0;
    z-index: 1;
    width: 100%;
    z-index: 99
}

header img {
    width: 138px;
}

.navigation {}

.navigation > ul > li > a {
    color: #fff;
}

.navigation > ul > li {
    margin: 0 10px;
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bar1,
.bar2,
.bar3 {
    width: 25px;
    height: 3px;
    background-color: #18224c;
    margin: 5px 0;
    transition: 0.4s;
}

.navigation > ul {
    padding: 0;
    list-style: none;
    display: flex;
    font-size: 22px;
    margin: 13px 0 0;
}

header {
    padding: 10px 0 4px;
}

header img {
    width: 118px;
}

.navigation {}

.navigation > ul > li > a {
    color: #fff;
    font-size: 16px;
    font-weight: 900;
}

.navigation > ul > li {
    margin: 0 10px;
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.bar1,
.bar2,
.bar3 {
    width: 25px;
    height: 3px;
    background-color: #fff;
    margin: 5px 0;
    transition: 0.4s;
}

.change .bar1 {
    transform: translate(-1px, 6px) rotate(-45deg);
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    transform: translate(0, -11px) rotate(45deg);
}

.hamburger {
    position: absolute;
    right: -28px;
    top: 24px;
    cursor: pointer;
    display: none;
}

.ApplyBtn a {
    background: #18224c;
    color: #fff;
    font-size: 14px;
    padding: 6px 12px;
    text-decoration: none;
    border-radius: 2px;
}

.ApplyBtn a:hover {
    background-color: #1f2f6e;
    transform: translateY(-2px);
    text-decoration: none;
}

.navigation {
    display: flex;
    align-items: center;
}

.searchbtn {
    cursor: pointer;
    width: 22px;
    margin: 0 12px 0 10px;
}

.logoImage {
    max-width: 240px;
    margin: 2px 0;
}

header .container {
    position: relative;
}

.megaMenu > ul {
    padding: 0;
    list-style: none;
    margin: 0;
    display: flex;
    justify-content: space-between;
}

.megaMenu {
    background: #18224c;
    padding: 20px;
    position: absolute;
    right: -30px;
    width: 780px;
    z-index: 2;
}

.megaMenu > ul > li > a {
    color: #fff;
}


.megaMenu {
    display: none
}

.applyStatus {
    max-width: 81%;
    margin: 46px auto auto;
}

.megaMenu > ul > li > ul {
    padding: 0;
    list-style: none;
}

.megaMenu > ul > li > ul > li > a {
    color: #c7c7c7;
    font-size: 13px;
}

.megaMenu > ul > li > ul > li > a:hover {
    color: #fff;
}








footer {
    background: #f0f0f2;
}

.newslater {
    position: relative;
    max-width: 460px;
    margin-left: auto;
}

.newslater button {
    background: #131f4c;
    border: none;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    padding: 9px 27px;
    font-size: 14px;
    height: 38px;
}

.newslater input {
    max-width: 470px;
    margin-left: auto;
}

header.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background: #ffffff;
    z-index: 99;
    box-shadow: 0 -5PX 15px #dfdede;
    border-bottom: solid 1px #ddd;
    padding-top: 0;
}

.Qlinks ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.Qlinks ul a {
    color: #000;
    font-size: 14px;
}

.Qlinks ul li {
    margin-bottom: 5px;
}

.footerlogo {
    max-width: 190px;
    margin-bottom: 40px;
}

.megaMenu > ul > li > ul {}

.megaMenu > ul > li:hover > ul {
    display: block;
}

.megaMenu > ul > li {
    min-width: 110px;
}

.navigation > ul > li:nth-child(1) a,
.navigation > ul > li:nth-child(2) a {
    /*    color: #000*/
}

header .container {
    max-width: 1100px;
}

.header.sticky .logoImage img {
    max-width: 20px;
}

header.sticky .logoImage img {
    max-width: 50px;
}

header.sticky .navigation > ul > li a {
    color: #000;
}


.applybtn a {
    position: fixed;
    right: -53px;
    transform: rotate(90deg);
    background: #356283;
    top: 50%;
    color: #fff;
    padding: 8px 15px 9px;
    text-transform: uppercase;
    font-size: 19px;
    margin-top: -60px;
    cursor: pointer;
    z-index: 9;
    text-decoration: none;
    display: none;
    border-radius: 0 0 13px 15px;
    font-weight: 600;
    display: none;
}

.applybtn.sticky a {
    display: block;
}

/*form-css*/


/*  form css */
.form-sec {
    position: fixed;
    top: 12%;
    right: 46px;
    width: 350px;
    /* background: #102783; */
    padding: 10px 0px 0px;
    z-index: 9;
    border-radius: 0;
}

.adm-txt {
    font-size: 19px;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: 600;
    background: #102783;
    padding: 10px 0px;
}

.input {
    border: 0.5px solid #fff;
    padding: 0 10px;
    height: 33px;
    width: 100%;
    border-radius: 0px;
    font-size: 14px;
    color: #2d2d2d;
    background: #eee;
}

.sbt {
    border-radius: 0;
    padding: 8px 20px;
    background: #ffffff;
    color: #010101;
    font-weight: bold;
    text-transform: uppercase;
    margin: 3px auto 0;
    width: 140px;
    display: inherit;
    color: #0d3e62;
    border: none;
}

.form-sec.sticky {
    right: -1450px;
    position: fixed;
}

.form-sec .form-group {
    position: relative
}

.form-sec .form-group.email::before {
    background-position: -3px -57px;
    width: 30px;
}

.form-sec .form-group.Mobile::before {
    background-position: -4px -103px;
}

.form-sec .form-group.Stream::before {
    background-position: 1px -150px;
    width: 35px;
}

.form-sec .form-group.State::before {
    background-position: 1px -161px;
    top: 5px;
    height: 25px;
    width: 33px;
    background-size: 30px;
}

.form-sec .form-group.City::before {
    background-position: -3px -242px;
    top: 5px;
    height: 21px;
}

.applybtn a {
    position: fixed;
    right: -41px;
    transform: rotate(90deg);
    background: #a0382f;
    top: 50%;
    color: #fff;
    padding: 8px 15px 9px;
    text-transform: uppercase;
    font-size: 19px;
    margin-top: -60px;
    cursor: pointer;
    z-index: 9;
    text-decoration: none;
    display: none;
    border-radius: 0 0 13px 15px;
    font-weight: 600;
    display: none;
}

.term.text-muted label {
    color: #fff;
    font-size: 16px;
}

.input {
    border: 0.5px solid #fff;
    padding: 0 10px;
    height: 33px;
    width: 100%;
    border-radius: 0px;
    font-size: 14px;
    color: #2d2d2d;
    background: #eee;
}

.owl-nav > button {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    background: transparent;
    left: -42px;
}

.owl-nav > button.owl-next {
    left: auto;
    right: -42px;
}

.owl-nav > button span {
    font-size: 30px;
    border: solid 1px #000;
    width: 30px;
    display: block;
    border-radius: 60px;
    height: 30px;
    line-height: 28px;
}

.hamburger.mobile {
    display: none !important;
}


@media screen and (min-width:0px) and (max-width:768px) {
    header.sticky {
        position: static;

        padding-top: 0;
    }

    .img-fluid {
        max-width: 100%;
        height: auto;
    }

    .applybtn a {
        right: 0;
        left: 0;
        transform: rotate(0deg);
        border-radius: 0;
        text-align: center;
        line-height: 33px;
        padding: 7px 7px 5px;
        bottom: 0;
        top: auto;
        background: #f89e28;
    }

    .form-sec {
        position: static !important;
        margin: 30px auto;
    }

    .navigation {
        display: none;
    }

    .hamburger {

        right: 10px;

    }

    .megaMenu > ul > li {
        width: 100%;
        border-bottom: solid 1px #323a59;
        padding: 0;
    }

    .megaMenu {

        width: 100%;

        margin: 0;

        height: 100%;

        right: 0;

        position: fixed;

        padding: 0;
    }

    .megaMenu > ul {

        display: block;
    }

    .megaMenu > ul > li > a {

        padding: 10px 15px;

        display: block;
    }

    .megaMenu > ul > li > ul {
        padding-left: 33px;
        margin-bottom: 14px;
        list-style: disc;
        color: #fff;
    }

    header {
        position: static;
        top: 0;
        width: 100%;
        padding: 0;
        box-shadow: 0 -5PX 15px #dfdede;
    }

    header.sticky .logoImage {
        max-width: 134px;
        transition: all 0.3s
    }

    main {
        padding-top: 80px;
    }

}
