/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-family: "Gilroy";
}

@font-face {
    font-family: tnr;
    src: url("/times\ new\ roman.ttf");
}

@font-face {
    font-family: tnrb;
    src: url("/times\ new\ roman\ bold.ttf");
}

@font-face {
    font-family: tnri;
    src: url("/times\ new\ roman\ italic.ttf");
}
@font-face {
    font-family: logo;
    src: url("/arial.ttf");
}

html,
body {
    height: 100%;
    width: 100%;
}

#load{
    position: fixed;
    height: 100vh;
    width: 100%;
    background-color: #fff;
    z-index: 9999999;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 200px;
}
#load div svg{
    height: 200px;
    width: 200px;
}


#main {
    width: 100%;
    min-height: 100vh;
    position: relative;
    overflow: hidden;
}
.notificationbox{
    position: fixed;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: 50%;
    top: 25%;
    right: 1%;
    /* background-color: #000080; */
    z-index: 99;
}

#point {
    height: 15px;
    width: 15px;
    background-color: #000080;
    position: absolute;
    border-radius: 50%;
    z-index: 1;
    pointer-events: none;

}

#page1 {
    min-height: 100vh;
    width: 100vw;
    background-color: bisque;
    position: relative;
}

#page1 .header {
    width: 100%;
    min-height: 20vh;
}

.header .headernav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0px 10px;
    width: 100%;
    min-height: 20vh;
    background-color: rgb(253, 253, 255);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

#contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.headernav #nav {
    width: 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    z-index: 999;
}

#nav h1 {
    font-size: 3vw;
    font-weight: 900;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.navname h5 {
    line-height: 0;
    font-size: 1.3vw;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: #363535;
    font-weight: 500;
}

#nav img {
    height: 102px;
}


.headernav .nav2 {
    width: 60%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 50px;
}

.menufl {
    height:60px;
    width:427px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.menufl img{
    height:100%;
    width:100%;
    object-fit: cover;
}

.headernav .navopen {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* gap: 50px; */
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 50px;
}

.navopen a {
    text-decoration: none;
    /* background-color: red; */
    height: 45px;
    width: 10vw;
    font-size: 1.4vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
}

.nav2 a {
    text-decoration: none;
    /* background-color:#000080; */
    height: 42px;
    width: 10vw;
    font-size: 1.4vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    /* border-right: 2px solid; */
}


.nav2 .style-line::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 5px;
    background-color: #000080;
    color: blue;
    width: 0%;
    -webkit-transition: all ease 1s;
    -o-transition: all ease 1s;
    transition: all ease 1s;
}

.nav2 .style-line:hover::after {
    content: "";
    width: 100%;
    color: #000080;
}

.nav-blue {
    color: #000080;
    font-size: 1.5vw;
    font-family: tnr;
}

.nav-black {
    font-size: 1.3vw;
    /*font-family: tnr;*/
    color: #000;
    font-family: arial;
    font-weight: 500;
}

.nav2 a .style-lineblue {
    font-size: 1.3vw;
    font-family: arial;
    color: #000;
}


.nav2 a:hover .blue {
    font-size: 1.3vw;
    font-family: arial;
    color: #000080;
}

.nav2 a .back-color {
    background-color: #000080;
    color: #fff;
    height: 45px;
    width: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    border-radius: 50px;
    font-family: arial;
    font-weight: 700;
}

.contact-inner-left {
    height: 45px;
}

#search {
    height: 35px;
    width: 16vw;
    font-size: 16px;
    border-radius: 8px;
    border: 1.3px solid #242424;
    padding: 0px 6px;
    outline: none;
}

.contact-inner-left a {
    text-decoration: none;
    color: #2d2d2d;
    font-size: 2vw;
}

.contact-inner-right {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}

.contact-inner-right a {
    text-decoration: none;
    color: #000080;
    font-size: 1.7vw;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border: 2px solid;
    text-align: center;

    /* gap: 50px; */
}
.contactapplication{
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}
.contactapplication a{
    text-decoration: none;
    color: #f0f0ff;
    font-size: 1.7vw;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border: 2px solid;
    text-align: center;
}

.car {
    min-height: inherit;
    width: 100%;
    overflow: hidden;
}

.car-img img {
    min-height: inherit;
    width: 100%;

}

.car-img img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.img-inner {
    background-color: #0000003f;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    color: #fff;
}

#imgslide {
    min-height: 80vh;
    width: 100%;
    background-color: brown;
    overflow: hidden;
    position: relative;
}

#info-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    height: 100%;
    width: 100%;
    background-color: #0000006a;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 60px;
    padding-left: 100px;
    padding-right: 100px;
}

#info-inner h2 {
    color: #fff;
    font-size: 4vw;
    font-family: 'tnrb';
    line-height: 1.2;
}

#info-inner h3 {
    color: #fff;
    font-size: 4rem;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    line-height: 1.2;
    font-weight: bold;
}

#info-inner h4 {
    color: #fff;
    font-size: 1.8rem;
    font-family: arial;
    line-height: 1.2;
    font-weight:700;
}

#info-inner h5 {
    color: #fff;
    font-size: 1.3vw;
    font-family: 'tnr';
    line-height: 1.2;
}

.colle {
    height: 80vh;
    width: 100%;
}

.colle img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.imgwith {
    height: inherit;
    width: 100%;
}

.menu {
    /* position: absolute;
    top: 0.5%;
    right: 3%; */
    height: 100%;
    width: 45px;
    /* background-color: chartreuse; */
    /* text-align: end; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 2rem;
    display: none;
}

.active li {
    list-style: none;
}

.back-color h3 {
    background-color: #000080;
    color: #fff;
    height: 40px;
    width: 100px;
}

/* page2  */

#page2 {
    min-height: 100vh;
    width: 100vw;
    background-color: #eaeaeada;
    position: relative;
}

#page2-heading {
    min-height: 15vh;
    width: 100%;
    /* background-color: aqua; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 20px;
}

#page2-heading i {
    font-size: 6vw;
    display: block;
    color: #000080;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
}

#page2-heading h3 {
    font-family: tnrb;
}

#page2-box {
    min-height: 85vh;
    width: 100%;
    /* background-color: darkorange; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.page2-box-inner {
       height: fit-content;
    width: 30vw;
    background-color: #808080;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    border-radius: 10px;
    padding: 20px 20px;
}

.page2-box-inner h2 {
     font-size: 2.2rem;
    position: relative;
    color: #000;
    font-family: 'tnrb';
    text-align: center;
}

.page2-box-inner h2::after {
    content: "";
    height: 4px;
    position: absolute;
    width: 0%;
    background-color: #000080;
    left: 0;
    bottom: 0;
    -webkit-transition: all ease 1s;
    -o-transition: all ease 1s;
    transition: all ease 1s;
}

.page2-box-inner h2:hover::after {
    content: "";
    height: 4px;
    position: absolute;
    width: 70%;
    background-color: #000080;
    left: 0;
    bottom: 0;
}
.page2-box-inner h3 {
    font-size: 1.6vw;
    color: #000;
    font-family: 'tnrb';
    text-align: center;
    font-weight: 500;
}

.page2-box-inner h4 {
    font-size: 1.2vw;
    color: #f4f4f4;
}

.page2-box-inner a button {
    height: 40px;
    width: 90%;
    margin-top: 10px;
    /* background-color: #2828ff; */
    color: #191818;
    border: none;
    border-radius: 50px;
    font-size: 20px;
    position: relative;
    z-index: 3;
    overflow: hidden;
    font-family: tnrb;

}

.page2-box-inner a button::after {
    content: "";
    height: 10px;
    width: 0%;
    position: absolute;
    bottom: 0;
    left: 0;
    /* margin-top: 10px; */
    background-color: #000080;
    color: #fff;
    border: none;
    border-radius: 50px;
    font-size: 20px;
    -webkit-transition: all ease 1s;
    -o-transition: all ease 1s;
    transition: all ease 1s;
    z-index: 2;
    overflow: hidden;
    font-family: tnrb;

}

.page2-box-inner a button:hover::after {
    position: absolute;
    content: "Sign In";
    width: 100%;
    height: 40px;
    border-radius: 50px;
    z-index: 1;
    color: #fff;
    overflow: hidden;
    font-size: 20px;
    font-family: tnrb;
}

.page2-box-inner a .signup:hover::after {
    content: "Sign Up";
    overflow: hidden;
    font-size: 20px;
}

.page2-box-inner a .signin2::after {
    content: "";
    height: 40px;
    width: 0%;
    position: absolute;
    bottom: 0;
    left: 0;
    /* margin-top: 10px; */
    background-color: #000080;
    color: #fff;
    border: none;
    border-radius: 50px;
    font-size: 20px;
    -webkit-transition: all ease 1s;
    -o-transition: all ease 1s;
    transition: all ease 1s;
    z-index: 2;
    overflow: hidden;
    font-family: tnrb;

}

.page2-box-inner a .signin2:hover::after {
    position: absolute;
    content: "Sign In";
    width: 100%;
    border-radius: 50px;
    z-index: 1;
    color: #fff;
    overflow: hidden;
    font-size: 20px;
    font-family: tnrb;
}

.page2-box-inner a .signin3:hover::after {
    position: absolute;
    content: "Sign Up";
    width: 100%;
    border-radius: 50px;
    z-index: 1;
    color: #fff;
    overflow: hidden;
    font-size: 20px;
    font-family: tnrb;
}

/* page3 */

#page3 {
    min-height: 100vh;
    width: 100%;
    /* background-color: #999999da; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden;
    padding: 30px 0px;
}

.page3-box {
    min-height: inherit;
    width: 100%;
    /* background-color:#000080; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.page3-box-inner-left {
    min-height: inherit;
    width: 50vw;
    /* background-color: cyan; */
}

.page3-box-inner-imgbox {
    min-height: 50vh;
    width: inherit;
    /* background-color: burlywood; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.imgbox-one {
    min-height: 50vh;
    width: 50vw;
    /* background-color: brown; */
    overflow: hidden;
}

.imgbox-one img {
    height: 120%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.imgbox-one img:hover {
    height: 130%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.imgbox-two {
    min-height: inherit;
    width: 50vw;
    background-color: #000080;
    text-align: center;
    color: #fff;
    padding-top: 40px;
}
.box-twoin{
    min-height: inherit;
    width: 100%;
    padding: 0 30px;
}

.imgbox-two h3 {
    color: #fff;
    font-family: 'tnr';
}

.imgbox-two p {
    color: #bdbdbd;
    font-family: 'tnr';
    font-size: 1.2vw;
}
.dee-in-text{
    font-size:1.3rem;
    font-style: italic;
}

.page3-box-inner-right {
    min-height: inherit;
    width: 50vw;
    background-color: #515151;
    padding: 30px;
}

.name-num {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.usname {
    height: 37px;
    border: none;
    width: 20vw;
    padding: 5px;
    background-color: #0000;
    border-bottom: 2px solid;
    margin-right: 20px;
    outline: none;
    color: #dcdcdc;
}

.number {
    height: 37px;
    border: none;
    width: 20vw;
    padding: 5px;
    background-color: #0000;
    border-bottom: 2px solid;
    outline: none;
    color: #dcdcdc;
}


.email {
    height: 37px;
    border: none;
    width: 41vw;
    padding: 5px;
    background-color: #0000;
    border-bottom: 2px solid;
    margin-top: 10px;
    outline: none;
    color: #dcdcdc;
}

.massege {
    height: 117px;
    border: none;
    width: 41vw;
    /* padding: 5px; */
    background-color: #0000;
    border-bottom: 2px solid;
    margin-bottom: 20px;
    outline: none;
    color: #dcdcdc;
}

#submit {
    height: 37px;
    width: 20vw;
    border: none;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

#submit:hover {
    height: 37px;
    width: 20vw;
    border: none;
    background-color: #000080;
    color: #fff;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

::-webkit-input-placeholder {
    color: #000000;
}

::-moz-placeholder {
    color: #000000;
}

:-ms-input-placeholder {
    color: #000000;
}

::-ms-input-placeholder {
    color: #000000;
}

::placeholder {
    color: #000000;
}

.contactform {
    height: 60px;
    width: 27vw;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 20px;

}

.contactform span {
    position: absolute;
    left: 0;
    bottom: 10%;
    height: 10px;
    width: 100%;
    color: rgb(143, 8, 8);
    font-weight: 700;
    /* z-index: 0; */
}

.contactform-email {
    height: 60px;
    width: 27vw;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 20px;

}

.contactform-email span {
    position: absolute;
    left: 0;
    bottom: 10%;
    height: 10px;
    width: 100%;
    color: rgb(143, 8, 8);
    font-weight: 700;
    /* z-index: 0; */
}

.contactform-mass {
    height: 122px;
    width: 27vw;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 20px;

}

.contactform-mass span {
    position: absolute;
    left: 0;
    bottom: 10%;
    height: 10px;
    width: 100%;
    color: rgb(143, 8, 8);
    font-weight: 700;
    /* z-index: 0; */
}

.page3-box-inner-right h3 {
    font-size: 2vw;
    font-family: 'tnrb';
    color: #e7e7e7;
}

.page3-box-inner-right p {
    font-size: 1.3vw;
    line-height: 1;
    color: #bcbcbc;
    font-family: 'tnr';
}

.page3-box-inner-right h5 {
    color: #b3b0b0;
    font-size: 1.3vw;
    padding-top: 20px;
    font-family: tnr;
}

/* page4  */

#page4 {
    width: 100%;
    min-height: 100vh;
    background-color: #656565da;
    /* border-radius: 35px 35px 0px 0px; */
    padding: 0 50px;
}

#page4-up {
    min-height: 85vh;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 100px;
}

.hr {
    height: 2px;
    background-color: #000;
}

#page4-up .page4-inner {
    min-height: auto;
    width: 25vw;
    /* background-color: #551bea; */
    /* gap: 20px; */
}

.page4-inner-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 20px;
}

.page4-inner-name img {
    height: 60px;

}

.page4-inner-name h3 {
    padding-top: 5px;
    font-size: 3vw;
    font-family: arial;
    font-weight:700;
}

.page4-inner-contact {
    padding: 0px 20px;
}

.page4-inner-contact h3 {
    color: #000000ce;
    font-weight: 600;
    font-family: tnrb;
}

.page4-inner-contact h3 i {
    color: #000080cc;
    font-size: 1.5vw;
}

.page4-inner-contact a {
    text-decoration: none;
    color: #000000ec;
}

.page4-inner-contact a i {
    color: #000080cc;
}

.footer-padding {
    padding-top: 100px;
    padding-left: 90px;
}

.footer-padding a {
    text-decoration: none;
    color: #282828f3;
    -webkit-transition: all ease 1s;
    -o-transition: all ease 1s;
    transition: all ease 1s;

}

.footer-padding h3 {
    font-size: 1.7vw;
    font-weight: 600;
    margin-bottom: 18px;
    font-family: tnrb;
}

.footer-padding a h4 {
    font-size: 1.3vw;
    font-weight: 600;

}

.footer-padding2 {
    padding-top: 100px;
    padding-left: 0px;
}

.footer-padding2 a {
    text-decoration: none;
    color: #282828f3;
    -webkit-transition: all ease 1s;
    -o-transition: all ease 1s;
    transition: all ease 1s;

}

.footer-padding2 a:hover {
    text-decoration: none;
    color: #0303c2;

}

.footer-padding a:hover {
    text-decoration: none;
    color: #0303c2;

}

.footer-padding2 h3 {
    font-size: 1.7vw;
    font-weight: 600;
    margin-bottom: 18px;
    font-family: tnrb;
}

.footer-padding2 a h4 {
    font-size: 1.3vw;
    font-weight: 600;
}

#copy-right {
    min-height: 15vh;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 30px;
}

#copy-right h5 {
    font-size: 1.4vw;
}

.page4-inner form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.page4-inner form #email {
    width: 22vw;
    height: 43px;
    padding: 0px 5px;
    border: none;
    background-color: transparent;
    border-bottom: 2px solid;
    outline: none;
    margin-bottom: 22px;
    color: #000;
}

.page4-inner form button {
    width: 22vw;
    height: 40px;
    border-radius: 7px;
    border: 2px solid #fff;
    letter-spacing: 16px;
}

.page4-inner form button {
    width: 22vw;
    height: 40px;
    border-radius: 7px;
    border: 2px solid #000080;
    letter-spacing: 16px;
    -webkit-transition: all ease 1s;
    -o-transition: all ease 1s;
    transition: all ease 1s;
    font-size: 1.3vw;
}

.page4-inner form button:hover {
    width: 22vw;
    height: 40px;
    border-radius: 7px;
    border: 2px;
    background-color: #000080;
    letter-spacing: 1px;
    color: #fff;
    font-size: 1.3vw;
}

.footer-res-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}





@media(max-width:1200px) {
    .menufl {
        height: 43px;
        width: 232px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
                gap:5px;
    }
    
    #nav img {
    height: 55px;
    }
    .navopen a{
        width:100%;
    }

    #point {
        display: none;
    }
    #page1 .header{
        min-height: 10vh;
    }

    .header .headernav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: start;
        padding: 0;
        min-height: 10vh;
    }

    .headernav .nav2 {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: start;
        padding-top: 0;
        display: none;
    }

    .headernav .navopen {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: start;
        padding: 15px;
        display: block;
        /* background-color: #000080; */
        color: aliceblue;
    }

    .navname h5 {
        font-size: 4vw;
    }

    .navopen a h3 {
        font-size: 1.2rem;
        padding-left: 2vw;
        width: 100%;
    }

    .nav2 a h3 {
        font-size: 2rem;
        padding-left: 2vw;
        width: 100%;
    }

    .nav2 a::after {
        content: "";
        display: none;
    }

    .headernav #nav {
        width: 100%;
        padding-top:15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }

    .navname h5 {
        line-height: 1;
    }

    #nav h1 {
        font-size: 2rem;
        line-height: 0.8;
    }

    .contact-inner-right a {
        font-size: 1.5rem;
        /* padding-right: 10px; */
    }
    .contactapplication a {
        font-size: 1.5rem;
        /* padding-right: 10px; */
    }

    .contact-inner-left {
        padding: 10px 0;
        padding-left: 6px;
    }

    #search {
        width: 100%;
    }

    #page2-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .page2-box-inner {
        width: 90%;
        margin-bottom: 20px;
    }

    .page2-box-inner h2 {
        font-size: 2rem;
    }

    .page2-box-inner h2::after {
        content: "";
        height: 4px;
        position: absolute;
        width: 90%;
        background-color: #000080;
        left: 0;
        bottom: 0;
    }

    .page2-box-inner h3 {
        font-size: 3.3vh;
        line-height: 1;
        padding: 10px 0px;
    }
    .page2-box-inner h4 {
        font-size: 2.7vh;
        line-height: 1;
        padding: 10px 0px;
    }

    .page4-inner-name h3 {
        font-size: 10vw;
    }

    #page4 {
        padding: 0 5px;
    }

    #page4-up {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -ms-flex-item-align: start;
            -ms-grid-row-align: start;
            align-self: start;
        padding-top: 0px;
    }

    .page4-inner {
        width: 90%;

    }

    #page4-up .page4-inner {
        width: 100%;
        min-height: 33vh;
    }

    .footer-res-flex .page4-inner h3 {
        font-size: 7vw;
    }

    .footer-res-flex .page4-inner a h4 {
        font-size: 4vw;
        font-family: tnr;
    }

    #page4-up .footer-padding {
        padding-top: 10px;
        padding-left: 30px;
        margin: 0;
    }

    #page4-up .footer-padding2 {
        padding-top: 10px;
        padding-left: 30px;
    }

    .footer-padding2 {
        padding-top: 0px;
        padding-left: 0px;
    }

    .footer-padding {
        padding-top: 0px;
        padding-left: 0px;
    }

    .footer-padding h3 {
        font-size: 5vw;
    }

    .footer-padding a h4 {
        font-size: 4vw;
    }

    .footer-padding2 h3 {
        font-size: 5vw;
    }

    .footer-padding2 a h4 {
        font-size: 4vw;
    }

    .footer-res-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        /* background-color: #000080; */
        padding-top: 50px;
        width: 100%;
    }

    .page4-inner form #email {
        width: 80%;
    }

    .page4-inner form button {
        width: 80%;
        height: 40px;
        border-radius: 7px;
        border: 2px solid #000080;
        letter-spacing: 0px;
        -webkit-transition: all ease 1s;
        -o-transition: all ease 1s;
        transition: all ease 1s;
        font-size: 4.3vw;
        background-color: #000080;
        color: #fff;
    }

    .page4-inner form button:hover {
        width: 80%;
        height: 40px;
        border-radius: 7px;
        border: 2px solid #000080;
        letter-spacing: 0px;
        -webkit-transition: all ease 1s;
        -o-transition: all ease 1s;
        transition: all ease 1s;
        font-size: 4.3vw;
        background-color: #000080;
        color: #fff;
    }

    #copy-right h5 {
        font-size: 3vw;
    }

    .page4-inner-contact h3 i {
        font-size: 7vw;
    }

    #page3 {
        /* flex-direction: column; */
    }

    .menu {
        display: block;
    }

    .openb {
        display: block;
    }

    .openn {
        display: none;
    }

    .page3-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .page3-box-inner-left {
        width: 100%;
    }

    .page3-box-inner-right {
        width: 100%;
        min-height:auto;
    }

    .page3-box-inner-imgbox {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .imgbox-one {
        min-height: 100%;
        width: 100%;
    }

    .imgbox-two {
        width: 100%;
        padding-top: 100px;
    }

    .imgbox-two h3 {
        color: #fff;
        font-family: 'tnr';
        font-size: 3rem;
    }

    .imgbox-two p {
        color: #bdbdbd;
        font-family: 'tnr';
        font-size: 1rem;
    }

    .page3-box-inner-right h3 {
        font-size: 7vw;
        font-family: 'tnrb';
        color: #e7e7e7;
    }

    .page3-box-inner-right p {
        font-size: 3.3vw;
        line-height: 1;
        color: #bcbcbc;
        font-family: 'tnr';
    }

    .name-num {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    #name {
        width: 80vw;
    }

    #number {
        width: 80vw;
        margin-top: 20px;
    }

    #email {
        width: 80vw;
    }

    #massege {
        width: 80vw;
    }

    #submit {
        width: 80vw;
    }

    #imgslide {
        height: 90vh;
        width: 100%;
        background-color: brown;
        overflow: hidden;
    }

    .colle {
        height: 90vh;
        width: 100%;
    }

    #info-inner {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        height: 100%;
        width: 100%;
        background-color: #0000006a;
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding-top: 0px;
        padding-left: 10px;
        padding-right: 10px;
    }

    #info-inner h2 {
        color: #fff;
        font-size: 10vw;
        font-family: 'tnrb';
        line-height: 1;
    }

    #info-inner h3 {
        color: #fff;
        font-size: 2.8rem;
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        line-height: 1;
        font-weight: bold;
    }

    #info-inner h4 {
        color: #fff;
        font-size: 1.5rem;
        font-family: arial;
        line-height: 1;
    }

    #info-inner h5 {
        color: #fff;
        font-size: 0.7rem;
        font-family: 'tnr';
        line-height: 1.2;
    }

    #page2-heading i {
        font-size: 11vw;
        display: block;
        color: #000080;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: start;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: start;
    }
    .imgbox-one img{
        height: 150%;
        width: 100%;
        
    }

    .imgbox-two h3 {
        color: #fff;
        font-family: 'tnr';
        font-size: 3rem;
    }

    .imgbox-two p {
        color: #bdbdbd;
        font-family: 'tnr';
        font-size: 1rem;
    }

    .page4-inner form #email {
        color: #000;
    }

    /* ----------------- cards ----------------- */

    /* #seeMoreBtncou, #lessBtncou {

    } */


    .notificationbox{
        width: 100%;
        padding: 0 10px;
    }

}

@media(max-width:340px) {
    .menufl {
        height: 43px;
        width: 200px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
                gap:5px;
    }
    
    #nav img {
    height: 46px;
    }
    
}