*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
}
body{
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: hidden !important;
}
.Goblin{
    font-family: 'Noto Serif', serif;
}
.text-color-blue{
    color: #261c6a;
}

.toggle{
    padding: 0;
    margin: auto 0;
    display: none;
}
.orange{
    background-color: #f57302;
}
.navbar{
    padding-top: 0;
    padding-bottom: 0;
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
}
#google_translate_element select{
    height: 2.1rem;
    border: #237acc93 solid 3px;
    border-radius: 5px;
    width: 120px;
    padding: 4px;
    margin-top: -10px !important;
}
.goog-te-gadget {
    font-family: arial;
    color: #666;
    white-space: nowrap;
    font-size: 0 !important;
}
 #google_translate_element a{
        display: none !important;
    }


     /* The container must be positioned relative: */
     .custom-select {
        position: relative !important;
        font-family: Arial !important;
      }
      
      #google_translate_element select {
         /*hide original SELECT element: */
      }
      
      /* .select-selected {
        background-color: DodgerBlue;
      } */
      
      /* Style the arrow inside the select element: */
      #google_translate_element .select-selected:after {
        position: absolute;
        content: "";
        top: 14px;
        right: 10px;
        width: 0;
        height: 0;
        border: 6px solid transparent;
        border-color: rgb(255, 255, 255) transparent transparent transparent !important;
      }
      
      /* Point the arrow upwards when the select box is open (active): */
      #google_translate_element .select-selected.select-arrow-active:after {
        border-color: transparent transparent rgb(1, 69, 255) transparent;
        top: 7px;
      }
      
      /* style the items (options), including the selected item: */
      #google_translate_element .select-items div,.select-selected {
        color: #000000;
        padding: 8px 16px;
        border: 1px solid transparent;
        border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
        cursor: pointer;
      }
      
      /* Style items (options): */
      #google_translate_element .select-items {
        position: absolute;
        background-color: #ffffff;
        top: 100%;
        left: 0;
        right: 0;
        /* z-index: 99; */
      }
      
      /* Hide the items when the select box is closed: */
      .select-hide {
        display: none;
      }
      
      #google_translate_element .select-items div:hover, .same-as-selected {
        background-color: rgba(0, 0, 0, 0.1);
      } 
.container{
    overflow: hidden;
}
a{
    text-decoration: none !important;
}



.header-nav{
    background-color:#ffffff;
    box-shadow: 0 0.125rem 0.25rem #00000013 !important;
    /* position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    margin-bottom: auto; */
}
.header_container{
    display: flex;
    margin: 0 auto;
}

.header_container > header{
    flex: 1;
    margin: 0.5rem 0;
    padding: 7px 12px;
    text-transform: capitalize;
    
}
.header_container > nav > ul{
    display: flex;
    justify-content: center;
    margin-bottom: 0;
    width: max-content;
    z-index: 300;
}
.header_container > nav > ul > li{
    text-transform: capitalize;
    
}
.header_container a{
    color: #3490dc;
    font-weight: 600;
}
.track-btn{
    border-radius: 100px;
    box-shadow: 0 0 20px rgba(179, 109, 12, 0.377);
    background-color: #ffed4a;
}
.track-btn:hover{
    background-color: #6495ed !important;
}
#results{
    display: none;
}
.header_container li a:hover{
    background-color: #6495ed;
    color: #fdfdfd;
    border-radius: 3px;
}

.banner{
    /* background-image: url(../images/bg8.jpg); */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    max-height: 600px !important;
    
}
.banner img{
    height: 600px;
}
.services{
    background-color: white;
}


.grid{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* height: 400px; */
    grid-gap: 20px;
}

.top-content-1{
    align-self:center;
}
.grid-content > h1{
    font-weight: 900;
    font-size: 2.5rem;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #261c6a;
}
.grid-content #p-text{
    font-size: 1.8rem;
    color: #261c6a;
}
.grid-content .btn{
    background-color: #6495ed !important;
    border: none;
    border-radius: 100px;
    padding: 0.3rem 1rem;
    color: white;
    font-weight: 900;
    font-size: 1.2rem;
    box-shadow: 0 0 20px rgba(179, 109, 12, 0.377);
}

#link-grid label{
    border-bottom: thin solid #261c6a;
    margin: auto 10px;
    font-size: 1.2rem;
    color: #261c6a;

}
#link-grid span{
    font-size: 2rem
}

.grid-second{
    display: grid;
    grid-template-columns: 40% 60%;
    /* height: 400px; */
    grid-gap: 20px;
}
.grid-center{
    /* background-color: #261c6a; */
}
/* chart */
#flight img{
    border: none;
    box-shadow: 0 0 20px rgba(179, 109, 12, 0.377);
    height: 400px;
}
.center-content-1:hover{
    border-radius: 7px;
    background-color: #ffffff;
    box-shadow: 0 0 20px rgba(179, 109, 12, 0.377);
}

.center-content-2 p{
    font-size: 1.7rem;
    color: #261c6a;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
}
.grid-content h3{
    font-size: 1.4em;
    color: #261c6a;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
}

.img-box span{
    font-size: small;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
}
.center-content-btn{
    display: grid;
}
.center-content-btn .btn{
    justify-self: end;
}

.mission{
    background-color: rgb(30, 46, 77);
    padding: 50px 0;
}

/* Third Grid */
.grid-third-c{
    color: #ffffff;
}
.hd-caption{
    background-color: #e7d639;
}
/* end */

/* fourth Grid */
.grid-fourth{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 12px;
}

.grid-fourth-c{
    padding: 15px;
    text-align: center;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.grid-fourth-c:hover{
    border-radius: 7px;
    background-color: #ffffff;
    box-shadow: 0 0 20px rgba(163, 163, 196, 0.671);
}
.grid-fourth-c h4{
    font-weight: 600;
}
.card-image-container{
    width: 250px;
    height: 250px;
    overflow: hidden;
    border-radius: 100%;
    display: flex;
    margin: 10px auto;
    align-content: center;
    align-items: center;
}
.btn-action{
    box-shadow: 0 15px 15px -15px #4e22d0b3,0 15px 35px -15px #0c053e4d;
    outline: none;
    background-color: #fff;
    color: #25129c;
    border-radius: 50px;
    border: 2px solid #25129c;
    padding: 0.5rem 1.3rem;
    font-size: 1rem;
    align-items: center;
}
.btn-action:hover{
    background-color: #25129c;
    color: #fff;
    border: 2px solid #fff;
    box-shadow: 0 15px 15px -15px #fff,0 15px 35px -15px #25129c;
    
}
/* end */

/* fourth section */
.fourth-section{
    background-image: url(../images/shapes-dark.jpg);
    min-height: 400px;
    text-transform: capitalize;
    color: #ffffff;
}

.search{
    background-color: rgba(253, 253, 253, 0.842);
    color: #261c6a  ;
}
.form-t{
    position: absolute;
    background-color: rgba(104, 103, 103, 0.295);
    z-index: 4;
    width: 45rem;
    height: 100px;
    padding: 10px 7px;
    justify-content: center;
    align-items: center;
    top: 15rem;
    left: 9rem;
    color: #7a6ae4  ;
    text-transform: capitalize;
}
.form-t .btn:hover{
    color:#fff !important;
}

.serives-area .fourth-header{
    color: #261c6a;
    text-transform: uppercase;
}
.fourth-section li{
    list-style-type:circle;
    font-size: 1.1rem;
}

.card-slide{
    display: none;
}
/* end */

/* section six */
.section-six{
    background-color: #ffffff;
}
.section-six h1{
    color: #261c6a;
}
/* grid six */
.grid-six{
    display: grid;
    grid-template-columns: 30% 70%;
    height: 400px;
    margin-top: 100px;
}

.grid-six-c{
    justify-self: center;
}
/* end */
/* seven grid */
.grid-seven{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
}
.grid-seven-c{
    margin-bottom: 10px;
}
.grid-seven-c li{
    list-style: disc;
}
.seven-h1{
    background-color:#261c6a ;
    color: white;
    text-align: center;
    padding: 10px 20px;
    text-transform: capitalize;
    font-weight: 900;
}
/* end */

/* eight grid */
.grid-eight{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 12px;
}
.eight-h1{
    padding: 10px 20px;
    background-color:#261c6a ;
    color: #ffffff;
}
.eight-h1-1{
    padding: 10px 20px;
    background-color:#e7d639 ;
    color: #ffffff;
}
.grid-seven-c ul{
    padding-left: 30px !important;
}
/* end */

/* last section */
.last-section{    
    background-color:#f7d1a6;
    color: #ffffff;
}
/* last grid */
.grid-last{
    padding: 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 12px;
}
.grid-last-c{
    color: #000000;
    text-transform: capitalize;
    font-weight: 900;
}
.grid-last-c h5{
    font-weight: 900;
}
.grid-last-c h1{
    text-transform: uppercase;
    color:#261c6a;
    margin-bottom: 10px;
}
/* end */

/* footer */
footer{
    background-color:#261c6a;
    color: #ffffff;
    padding: 20px;
}


.form{
    margin-top: 40px;
    background-color: #f57302;
    padding: 30px;
    border-radius: 10px 0 10px 0;
}
.follow-us{
    display: flex;
    align-content: end;
    align-items: end;
}


/* about page */

.tittle-section .row{
    background-image: url(../images/slide1.jpg);
    background-size: cover;
    background-position: right 50%;
    background-repeat: no-repeat;
    /* min-height: 100px; */
}

#text-side{
    background-color: #261c6ac9;
    -webkit-clip-path: polygon(0% 100%, 0% 0%, 100% 0%, 80% 100%);
    clip-path: polygon(0% 100%, 0% 0%, 100% 0%, 80% 100%);
}
#ban-text{
    margin: 7vh auto;
}
#ban-text h1{
    font-weight: 900;
    font-size: 1.7rem;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    text-shadow: 0 0 10px #261c6a;
    color: white;
    justify-self: center;
}

@media (max-width: 768px){
    body{
    width: 100%;
    }
    .toggle{
        display: block;
    }
    #container-box{
        margin-left: 0;
        overflow-x: hidden !important;
    }
    .banner img{
        height: 50vmax !important;
        width: 100%;
    }
    .navbar{
        max-height: 4.5rem;
    }

    nav{
        display: none;
    }
    nav ul{
        display: block !important;
        position: absolute ;
        left: 0;
        background-color: #ffffff;
        width: 100% !important;
        top: 70px;
    }
    nav a{
        padding: 10px;
        margin: 1rem;

    }
    .header_container li a:hover{
        background-color: #6495ed;
        color: #fdfdfd;
        border-radius: 3px;
    }
    nav li{
        margin: 10px 0;
    }
    .card-h2{
        font-size: 1.05em !important;
    }
   
    h1{
        font-size: 1.5rem !important;
    }
    p{
        font-size: 0.9em !important;
    }
    .form-t{
        top:10rem;
        left: 0.9rem;
        width: 60%;

    }
    .form-t h1, input, .btn{
        font-size: 0.9em !important;
    }
    
    .grid{
        grid-template-columns: repeat(1, 1fr);
    }

    .services .grid{
        grid-template-columns: repeat(2, 1fr);
    }

    .third-container-2 {
        order: -1;

    }
    .grid-second{
        grid-template-columns: repeat(1, 1fr);
    }
    

    .section-six .grid{
        grid-template-columns: repeat(2, 1fr);
    }

    .grid-fifth-c-1{
        order: 1;
        margin-top: 10px;
        padding: 0 20px;
    }
    .last-section{
        margin: 20px 0 0 0;
    }
    .last-section h1{
        font-weight: 900;
    }

    .grid-last{
        grid-template-columns: repeat(1, 1fr);
    }

    .serives-area .container{
        display: none;
    }
    .card-slide{
        display: block;
    }
    
    .footer-content p{
        font-size: 0.9em !important;
    }
    .footer-row{
        margin-bottom: 10px ;

    }
    .footer-row h5{
        font-weight: bolder;
    }
    .footer-row p{
        font-size: 0.9em !important;
    }
    #google_translate_element select{
        height: 1.9rem;
        border: #237acc93 solid 3px;
        border-radius: 5px;
        width: 130px;
        padding: 4px;
        margin-left: 18px;

    }
    

}

@media (max-width: 512px){
    .title-h1{
        font-weight: 600;
    }
    .tittle-section .col-md-7{
        display: none;
    }
    .form-t{
        top:6rem;
        left: 0.9rem;
        width: 90%;

    }
    .form-t h1, input, .btn{
        font-size: 0.9em !important;
    }

    .banner img{
        height: 40vmax !important;
    }
    .grid{
        grid-template-columns: repeat(1, 1fr);
    }
    .grid-six-c{
        text-align: center !important;
    }
    .grid-seven{
        grid-template-columns: repeat(1, 1fr);
    }

    .grid-seven img{
        height: 100%;
    }
    .third-container-2 {
        order: -1;

    }
    .services .grid{
        display: block;
    }

    .section-six .grid{
        display: block;
    }

    .order-2{
        order: -1;
    }
    .order-6{
        order: 4;
    }
    
}